From 87520e42536aacace8273a6d507cb7b60d056bd9 Mon Sep 17 00:00:00 2001 From: Zakaria Date: Fri, 29 Jul 2022 16:02:10 +0500 Subject: [PATCH 1/5] added bootstrap5 and use all version in same html page --- LICENSE | 21 - README.md | 28 +- index.html | 50 + style.css | 8 + versions/3.3.7/iso_bootstrap3.3.7.css | 5478 +++++----- versions/3.3.7/iso_bootstrap3.3.7min.css | 2 +- versions/4.0.0-beta/iso_bootstrap4.0.0min.css | 1 - .../iso_bootstrap4.0.0.css | 5580 +++++----- versions/4.0.0/iso_bootstrap4.0.0min.css | 1 + versions/4.1.0/iso_bootstrap4.1.0.css | 8233 --------------- versions/4.1.0/iso_bootstrap4.1.0min.css | 1 - versions/5.0.2/iso_bootstrap5.0.2.css | 9046 +++++++++++++++++ 12 files changed, 14658 insertions(+), 13791 deletions(-) delete mode 100644 LICENSE create mode 100644 index.html create mode 100644 style.css delete mode 100644 versions/4.0.0-beta/iso_bootstrap4.0.0min.css rename versions/{4.0.0-beta => 4.0.0}/iso_bootstrap4.0.0.css (63%) create mode 100644 versions/4.0.0/iso_bootstrap4.0.0min.css delete mode 100644 versions/4.1.0/iso_bootstrap4.1.0.css delete mode 100644 versions/4.1.0/iso_bootstrap4.1.0min.css create mode 100644 versions/5.0.2/iso_bootstrap5.0.2.css diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 5eed567..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2017 Kondakov Valeriy - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md index 6ce0f49..ac4ef22 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,36 @@ If you decided to use Bootstrap in several places of your site but including Boo For Bootstrap 3: ```html - + ``` For Bootstrap 4: ```html - + ``` -2. Create `div` element with `class="bootstrap"` where you want to use Bootstrap styles. + + For Bootstrap 5: +```html + +``` + +2. Create `div` element with `class="bootstrap"` where you want to use Bootstrap styles. 3. It's ready to use: ```html -
- +
+ +
+ + + +
+ +
+ + + +
+
``` diff --git a/index.html b/index.html new file mode 100644 index 0000000..5ebfcf6 --- /dev/null +++ b/index.html @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + Document + + + +
+
+
+ + +
+
+
+ +
+
+
+ + +
+
+
+ +
+
+
+ + +
+
+
+ + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..3b6f817 --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +.custom-container { + width: 400px; + max-width: 960px; + margin: 15px; + padding: 5px; + border: 1px solid #ccc; + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; +} \ No newline at end of file diff --git a/versions/3.3.7/iso_bootstrap3.3.7.css b/versions/3.3.7/iso_bootstrap3.3.7.css index 1cf902f..38b6db3 100644 --- a/versions/3.3.7/iso_bootstrap3.3.7.css +++ b/versions/3.3.7/iso_bootstrap3.3.7.css @@ -1,4 +1,4 @@ -.bootstrap { +.bootstrap3 { /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2017 Twitter, Inc. @@ -30,261 +30,261 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ } -.bootstrap { +.bootstrap3 { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } -.bootstrap { +.bootstrap3 { margin: 0; } -.bootstrap article, -.bootstrap aside, -.bootstrap details, -.bootstrap figcaption, -.bootstrap figure, -.bootstrap footer, -.bootstrap header, -.bootstrap hgroup, -.bootstrap main, -.bootstrap menu, -.bootstrap nav, -.bootstrap section, -.bootstrap summary { +.bootstrap3 article, +.bootstrap3 aside, +.bootstrap3 details, +.bootstrap3 figcaption, +.bootstrap3 figure, +.bootstrap3 footer, +.bootstrap3 header, +.bootstrap3 hgroup, +.bootstrap3 main, +.bootstrap3 menu, +.bootstrap3 nav, +.bootstrap3 section, +.bootstrap3 summary { display: block; } -.bootstrap audio, -.bootstrap canvas, -.bootstrap progress, -.bootstrap video { +.bootstrap3 audio, +.bootstrap3 canvas, +.bootstrap3 progress, +.bootstrap3 video { display: inline-block; vertical-align: baseline; } -.bootstrap audio:not([controls]) { +.bootstrap3 audio:not([controls]) { display: none; height: 0; } -.bootstrap [hidden], -.bootstrap template { +.bootstrap3 [hidden], +.bootstrap3 template { display: none; } -.bootstrap a { +.bootstrap3 a { background-color: transparent; } -.bootstrap a:active, -.bootstrap a:hover { +.bootstrap3 a:active, +.bootstrap3 a:hover { outline: 0; } -.bootstrap abbr[title] { +.bootstrap3 abbr[title] { border-bottom: 1px dotted; } -.bootstrap b, -.bootstrap strong { +.bootstrap3 b, +.bootstrap3 strong { font-weight: bold; } -.bootstrap dfn { +.bootstrap3 dfn { font-style: italic; } -.bootstrap h1 { +.bootstrap3 h1 { font-size: 2em; margin: 0.67em 0; } -.bootstrap mark { +.bootstrap3 mark { background: #ff0; color: #000; } -.bootstrap small { +.bootstrap3 small { font-size: 80%; } -.bootstrap sub, -.bootstrap sup { +.bootstrap3 sub, +.bootstrap3 sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } -.bootstrap sup { +.bootstrap3 sup { top: -0.5em; } -.bootstrap sub { +.bootstrap3 sub { bottom: -0.25em; } -.bootstrap img { +.bootstrap3 img { border: 0; } -.bootstrap svg:not(:root) { +.bootstrap3 svg:not(:root) { overflow: hidden; } -.bootstrap figure { +.bootstrap3 figure { margin: 1em 40px; } -.bootstrap hr { +.bootstrap3 hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } -.bootstrap pre { +.bootstrap3 pre { overflow: auto; } -.bootstrap code, -.bootstrap kbd, -.bootstrap pre, -.bootstrap samp { +.bootstrap3 code, +.bootstrap3 kbd, +.bootstrap3 pre, +.bootstrap3 samp { font-family: monospace, monospace; font-size: 1em; } -.bootstrap button, -.bootstrap input, -.bootstrap optgroup, -.bootstrap select, -.bootstrap textarea { +.bootstrap3 button, +.bootstrap3 input, +.bootstrap3 optgroup, +.bootstrap3 select, +.bootstrap3 textarea { color: inherit; font: inherit; margin: 0; } -.bootstrap button { +.bootstrap3 button { overflow: visible; } -.bootstrap button, -.bootstrap select { +.bootstrap3 button, +.bootstrap3 select { text-transform: none; } -.bootstrap button, -.bootstrap input[type="button"], -.bootstrap input[type="reset"], -.bootstrap input[type="submit"] { +.bootstrap3 button, +.bootstrap3 input[type="button"], +.bootstrap3 input[type="reset"], +.bootstrap3 input[type="submit"] { -webkit-appearance: button; cursor: pointer; } -.bootstrap button[disabled], -.bootstrap input[disabled] { +.bootstrap3 button[disabled], +.bootstrap3 input[disabled] { cursor: default; } -.bootstrap button::-moz-focus-inner, -.bootstrap input::-moz-focus-inner { +.bootstrap3 button::-moz-focus-inner, +.bootstrap3 input::-moz-focus-inner { border: 0; padding: 0; } -.bootstrap input { +.bootstrap3 input { line-height: normal; } -.bootstrap input[type="checkbox"], -.bootstrap input[type="radio"] { +.bootstrap3 input[type="checkbox"], +.bootstrap3 input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; } -.bootstrap input[type="number"]::-webkit-inner-spin-button, -.bootstrap input[type="number"]::-webkit-outer-spin-button { +.bootstrap3 input[type="number"]::-webkit-inner-spin-button, +.bootstrap3 input[type="number"]::-webkit-outer-spin-button { height: auto; } -.bootstrap input[type="search"] { +.bootstrap3 input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } -.bootstrap input[type="search"]::-webkit-search-cancel-button, -.bootstrap input[type="search"]::-webkit-search-decoration { +.bootstrap3 input[type="search"]::-webkit-search-cancel-button, +.bootstrap3 input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } -.bootstrap fieldset { +.bootstrap3 fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } -.bootstrap legend { +.bootstrap3 legend { border: 0; padding: 0; } -.bootstrap textarea { +.bootstrap3 textarea { overflow: auto; } -.bootstrap optgroup { +.bootstrap3 optgroup { font-weight: bold; } -.bootstrap table { +.bootstrap3 table { border-collapse: collapse; border-spacing: 0; } -.bootstrap td, -.bootstrap th { +.bootstrap3 td, +.bootstrap3 th { padding: 0; } @media print { - .bootstrap *, - .bootstrap *:before, - .bootstrap *:after { + .bootstrap3 *, + .bootstrap3 *:before, + .bootstrap3 *:after { background: transparent !important; color: #000 !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } - .bootstrap a, - .bootstrap a:visited { + .bootstrap3 a, + .bootstrap3 a:visited { text-decoration: underline; } - .bootstrap a[href]:after { + .bootstrap3 a[href]:after { content: " (" attr(href) ")"; } - .bootstrap abbr[title]:after { + .bootstrap3 abbr[title]:after { content: " (" attr(title) ")"; } - .bootstrap a[href^="#"]:after, - .bootstrap a[href^="javascript:"]:after { + .bootstrap3 a[href^="#"]:after, + .bootstrap3 a[href^="javascript:"]:after { content: ""; } - .bootstrap pre, - .bootstrap blockquote { + .bootstrap3 pre, + .bootstrap3 blockquote { border: 1px solid #999; page-break-inside: avoid; } - .bootstrap thead { + .bootstrap3 thead { display: table-header-group; } - .bootstrap tr, - .bootstrap img { + .bootstrap3 tr, + .bootstrap3 img { page-break-inside: avoid; } - .bootstrap img { + .bootstrap3 img { max-width: 100% !important; } - .bootstrap p, - .bootstrap h2, - .bootstrap h3 { + .bootstrap3 p, + .bootstrap3 h2, + .bootstrap3 h3 { orphans: 3; widows: 3; } - .bootstrap h2, - .bootstrap h3 { + .bootstrap3 h2, + .bootstrap3 h3 { page-break-after: avoid; } - .bootstrap .navbar { + .bootstrap3 .navbar { display: none; } - .bootstrap .btn > .caret, - .bootstrap .dropup > .btn > .caret { + .bootstrap3 .btn > .caret, + .bootstrap3 .dropup > .btn > .caret { border-top-color: #000 !important; } - .bootstrap .label { + .bootstrap3 .label { border: 1px solid #000; } - .bootstrap .table { + .bootstrap3 .table { border-collapse: collapse !important; } - .bootstrap .table td, - .bootstrap .table th { + .bootstrap3 .table td, + .bootstrap3 .table th { background-color: #fff !important; } - .bootstrap .table-bordered th, - .bootstrap .table-bordered td { + .bootstrap3 .table-bordered th, + .bootstrap3 .table-bordered td { border: 1px solid #ddd !important; } } -.bootstrap .glyphicon { +.bootstrap3 .glyphicon { position: relative; top: 1px; display: inline-block; @@ -295,855 +295,855 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -.bootstrap .glyphicon-asterisk:before { +.bootstrap3 .glyphicon-asterisk:before { content: "\002a"; } -.bootstrap .glyphicon-plus:before { +.bootstrap3 .glyphicon-plus:before { content: "\002b"; } -.bootstrap .glyphicon-euro:before, -.bootstrap .glyphicon-eur:before { +.bootstrap3 .glyphicon-euro:before, +.bootstrap3 .glyphicon-eur:before { content: "\20ac"; } -.bootstrap .glyphicon-minus:before { +.bootstrap3 .glyphicon-minus:before { content: "\2212"; } -.bootstrap .glyphicon-cloud:before { +.bootstrap3 .glyphicon-cloud:before { content: "\2601"; } -.bootstrap .glyphicon-envelope:before { +.bootstrap3 .glyphicon-envelope:before { content: "\2709"; } -.bootstrap .glyphicon-pencil:before { +.bootstrap3 .glyphicon-pencil:before { content: "\270f"; } -.bootstrap .glyphicon-glass:before { +.bootstrap3 .glyphicon-glass:before { content: "\e001"; } -.bootstrap .glyphicon-music:before { +.bootstrap3 .glyphicon-music:before { content: "\e002"; } -.bootstrap .glyphicon-search:before { +.bootstrap3 .glyphicon-search:before { content: "\e003"; } -.bootstrap .glyphicon-heart:before { +.bootstrap3 .glyphicon-heart:before { content: "\e005"; } -.bootstrap .glyphicon-star:before { +.bootstrap3 .glyphicon-star:before { content: "\e006"; } -.bootstrap .glyphicon-star-empty:before { +.bootstrap3 .glyphicon-star-empty:before { content: "\e007"; } -.bootstrap .glyphicon-user:before { +.bootstrap3 .glyphicon-user:before { content: "\e008"; } -.bootstrap .glyphicon-film:before { +.bootstrap3 .glyphicon-film:before { content: "\e009"; } -.bootstrap .glyphicon-th-large:before { +.bootstrap3 .glyphicon-th-large:before { content: "\e010"; } -.bootstrap .glyphicon-th:before { +.bootstrap3 .glyphicon-th:before { content: "\e011"; } -.bootstrap .glyphicon-th-list:before { +.bootstrap3 .glyphicon-th-list:before { content: "\e012"; } -.bootstrap .glyphicon-ok:before { +.bootstrap3 .glyphicon-ok:before { content: "\e013"; } -.bootstrap .glyphicon-remove:before { +.bootstrap3 .glyphicon-remove:before { content: "\e014"; } -.bootstrap .glyphicon-zoom-in:before { +.bootstrap3 .glyphicon-zoom-in:before { content: "\e015"; } -.bootstrap .glyphicon-zoom-out:before { +.bootstrap3 .glyphicon-zoom-out:before { content: "\e016"; } -.bootstrap .glyphicon-off:before { +.bootstrap3 .glyphicon-off:before { content: "\e017"; } -.bootstrap .glyphicon-signal:before { +.bootstrap3 .glyphicon-signal:before { content: "\e018"; } -.bootstrap .glyphicon-cog:before { +.bootstrap3 .glyphicon-cog:before { content: "\e019"; } -.bootstrap .glyphicon-trash:before { +.bootstrap3 .glyphicon-trash:before { content: "\e020"; } -.bootstrap .glyphicon-home:before { +.bootstrap3 .glyphicon-home:before { content: "\e021"; } -.bootstrap .glyphicon-file:before { +.bootstrap3 .glyphicon-file:before { content: "\e022"; } -.bootstrap .glyphicon-time:before { +.bootstrap3 .glyphicon-time:before { content: "\e023"; } -.bootstrap .glyphicon-road:before { +.bootstrap3 .glyphicon-road:before { content: "\e024"; } -.bootstrap .glyphicon-download-alt:before { +.bootstrap3 .glyphicon-download-alt:before { content: "\e025"; } -.bootstrap .glyphicon-download:before { +.bootstrap3 .glyphicon-download:before { content: "\e026"; } -.bootstrap .glyphicon-upload:before { +.bootstrap3 .glyphicon-upload:before { content: "\e027"; } -.bootstrap .glyphicon-inbox:before { +.bootstrap3 .glyphicon-inbox:before { content: "\e028"; } -.bootstrap .glyphicon-play-circle:before { +.bootstrap3 .glyphicon-play-circle:before { content: "\e029"; } -.bootstrap .glyphicon-repeat:before { +.bootstrap3 .glyphicon-repeat:before { content: "\e030"; } -.bootstrap .glyphicon-refresh:before { +.bootstrap3 .glyphicon-refresh:before { content: "\e031"; } -.bootstrap .glyphicon-list-alt:before { +.bootstrap3 .glyphicon-list-alt:before { content: "\e032"; } -.bootstrap .glyphicon-lock:before { +.bootstrap3 .glyphicon-lock:before { content: "\e033"; } -.bootstrap .glyphicon-flag:before { +.bootstrap3 .glyphicon-flag:before { content: "\e034"; } -.bootstrap .glyphicon-headphones:before { +.bootstrap3 .glyphicon-headphones:before { content: "\e035"; } -.bootstrap .glyphicon-volume-off:before { +.bootstrap3 .glyphicon-volume-off:before { content: "\e036"; } -.bootstrap .glyphicon-volume-down:before { +.bootstrap3 .glyphicon-volume-down:before { content: "\e037"; } -.bootstrap .glyphicon-volume-up:before { +.bootstrap3 .glyphicon-volume-up:before { content: "\e038"; } -.bootstrap .glyphicon-qrcode:before { +.bootstrap3 .glyphicon-qrcode:before { content: "\e039"; } -.bootstrap .glyphicon-barcode:before { +.bootstrap3 .glyphicon-barcode:before { content: "\e040"; } -.bootstrap .glyphicon-tag:before { +.bootstrap3 .glyphicon-tag:before { content: "\e041"; } -.bootstrap .glyphicon-tags:before { +.bootstrap3 .glyphicon-tags:before { content: "\e042"; } -.bootstrap .glyphicon-book:before { +.bootstrap3 .glyphicon-book:before { content: "\e043"; } -.bootstrap .glyphicon-bookmark:before { +.bootstrap3 .glyphicon-bookmark:before { content: "\e044"; } -.bootstrap .glyphicon-print:before { +.bootstrap3 .glyphicon-print:before { content: "\e045"; } -.bootstrap .glyphicon-camera:before { +.bootstrap3 .glyphicon-camera:before { content: "\e046"; } -.bootstrap .glyphicon-font:before { +.bootstrap3 .glyphicon-font:before { content: "\e047"; } -.bootstrap .glyphicon-bold:before { +.bootstrap3 .glyphicon-bold:before { content: "\e048"; } -.bootstrap .glyphicon-italic:before { +.bootstrap3 .glyphicon-italic:before { content: "\e049"; } -.bootstrap .glyphicon-text-height:before { +.bootstrap3 .glyphicon-text-height:before { content: "\e050"; } -.bootstrap .glyphicon-text-width:before { +.bootstrap3 .glyphicon-text-width:before { content: "\e051"; } -.bootstrap .glyphicon-align-left:before { +.bootstrap3 .glyphicon-align-left:before { content: "\e052"; } -.bootstrap .glyphicon-align-center:before { +.bootstrap3 .glyphicon-align-center:before { content: "\e053"; } -.bootstrap .glyphicon-align-right:before { +.bootstrap3 .glyphicon-align-right:before { content: "\e054"; } -.bootstrap .glyphicon-align-justify:before { +.bootstrap3 .glyphicon-align-justify:before { content: "\e055"; } -.bootstrap .glyphicon-list:before { +.bootstrap3 .glyphicon-list:before { content: "\e056"; } -.bootstrap .glyphicon-indent-left:before { +.bootstrap3 .glyphicon-indent-left:before { content: "\e057"; } -.bootstrap .glyphicon-indent-right:before { +.bootstrap3 .glyphicon-indent-right:before { content: "\e058"; } -.bootstrap .glyphicon-facetime-video:before { +.bootstrap3 .glyphicon-facetime-video:before { content: "\e059"; } -.bootstrap .glyphicon-picture:before { +.bootstrap3 .glyphicon-picture:before { content: "\e060"; } -.bootstrap .glyphicon-map-marker:before { +.bootstrap3 .glyphicon-map-marker:before { content: "\e062"; } -.bootstrap .glyphicon-adjust:before { +.bootstrap3 .glyphicon-adjust:before { content: "\e063"; } -.bootstrap .glyphicon-tint:before { +.bootstrap3 .glyphicon-tint:before { content: "\e064"; } -.bootstrap .glyphicon-edit:before { +.bootstrap3 .glyphicon-edit:before { content: "\e065"; } -.bootstrap .glyphicon-share:before { +.bootstrap3 .glyphicon-share:before { content: "\e066"; } -.bootstrap .glyphicon-check:before { +.bootstrap3 .glyphicon-check:before { content: "\e067"; } -.bootstrap .glyphicon-move:before { +.bootstrap3 .glyphicon-move:before { content: "\e068"; } -.bootstrap .glyphicon-step-backward:before { +.bootstrap3 .glyphicon-step-backward:before { content: "\e069"; } -.bootstrap .glyphicon-fast-backward:before { +.bootstrap3 .glyphicon-fast-backward:before { content: "\e070"; } -.bootstrap .glyphicon-backward:before { +.bootstrap3 .glyphicon-backward:before { content: "\e071"; } -.bootstrap .glyphicon-play:before { +.bootstrap3 .glyphicon-play:before { content: "\e072"; } -.bootstrap .glyphicon-pause:before { +.bootstrap3 .glyphicon-pause:before { content: "\e073"; } -.bootstrap .glyphicon-stop:before { +.bootstrap3 .glyphicon-stop:before { content: "\e074"; } -.bootstrap .glyphicon-forward:before { +.bootstrap3 .glyphicon-forward:before { content: "\e075"; } -.bootstrap .glyphicon-fast-forward:before { +.bootstrap3 .glyphicon-fast-forward:before { content: "\e076"; } -.bootstrap .glyphicon-step-forward:before { +.bootstrap3 .glyphicon-step-forward:before { content: "\e077"; } -.bootstrap .glyphicon-eject:before { +.bootstrap3 .glyphicon-eject:before { content: "\e078"; } -.bootstrap .glyphicon-chevron-left:before { +.bootstrap3 .glyphicon-chevron-left:before { content: "\e079"; } -.bootstrap .glyphicon-chevron-right:before { +.bootstrap3 .glyphicon-chevron-right:before { content: "\e080"; } -.bootstrap .glyphicon-plus-sign:before { +.bootstrap3 .glyphicon-plus-sign:before { content: "\e081"; } -.bootstrap .glyphicon-minus-sign:before { +.bootstrap3 .glyphicon-minus-sign:before { content: "\e082"; } -.bootstrap .glyphicon-remove-sign:before { +.bootstrap3 .glyphicon-remove-sign:before { content: "\e083"; } -.bootstrap .glyphicon-ok-sign:before { +.bootstrap3 .glyphicon-ok-sign:before { content: "\e084"; } -.bootstrap .glyphicon-question-sign:before { +.bootstrap3 .glyphicon-question-sign:before { content: "\e085"; } -.bootstrap .glyphicon-info-sign:before { +.bootstrap3 .glyphicon-info-sign:before { content: "\e086"; } -.bootstrap .glyphicon-screenshot:before { +.bootstrap3 .glyphicon-screenshot:before { content: "\e087"; } -.bootstrap .glyphicon-remove-circle:before { +.bootstrap3 .glyphicon-remove-circle:before { content: "\e088"; } -.bootstrap .glyphicon-ok-circle:before { +.bootstrap3 .glyphicon-ok-circle:before { content: "\e089"; } -.bootstrap .glyphicon-ban-circle:before { +.bootstrap3 .glyphicon-ban-circle:before { content: "\e090"; } -.bootstrap .glyphicon-arrow-left:before { +.bootstrap3 .glyphicon-arrow-left:before { content: "\e091"; } -.bootstrap .glyphicon-arrow-right:before { +.bootstrap3 .glyphicon-arrow-right:before { content: "\e092"; } -.bootstrap .glyphicon-arrow-up:before { +.bootstrap3 .glyphicon-arrow-up:before { content: "\e093"; } -.bootstrap .glyphicon-arrow-down:before { +.bootstrap3 .glyphicon-arrow-down:before { content: "\e094"; } -.bootstrap .glyphicon-share-alt:before { +.bootstrap3 .glyphicon-share-alt:before { content: "\e095"; } -.bootstrap .glyphicon-resize-full:before { +.bootstrap3 .glyphicon-resize-full:before { content: "\e096"; } -.bootstrap .glyphicon-resize-small:before { +.bootstrap3 .glyphicon-resize-small:before { content: "\e097"; } -.bootstrap .glyphicon-exclamation-sign:before { +.bootstrap3 .glyphicon-exclamation-sign:before { content: "\e101"; } -.bootstrap .glyphicon-gift:before { +.bootstrap3 .glyphicon-gift:before { content: "\e102"; } -.bootstrap .glyphicon-leaf:before { +.bootstrap3 .glyphicon-leaf:before { content: "\e103"; } -.bootstrap .glyphicon-fire:before { +.bootstrap3 .glyphicon-fire:before { content: "\e104"; } -.bootstrap .glyphicon-eye-open:before { +.bootstrap3 .glyphicon-eye-open:before { content: "\e105"; } -.bootstrap .glyphicon-eye-close:before { +.bootstrap3 .glyphicon-eye-close:before { content: "\e106"; } -.bootstrap .glyphicon-warning-sign:before { +.bootstrap3 .glyphicon-warning-sign:before { content: "\e107"; } -.bootstrap .glyphicon-plane:before { +.bootstrap3 .glyphicon-plane:before { content: "\e108"; } -.bootstrap .glyphicon-calendar:before { +.bootstrap3 .glyphicon-calendar:before { content: "\e109"; } -.bootstrap .glyphicon-random:before { +.bootstrap3 .glyphicon-random:before { content: "\e110"; } -.bootstrap .glyphicon-comment:before { +.bootstrap3 .glyphicon-comment:before { content: "\e111"; } -.bootstrap .glyphicon-magnet:before { +.bootstrap3 .glyphicon-magnet:before { content: "\e112"; } -.bootstrap .glyphicon-chevron-up:before { +.bootstrap3 .glyphicon-chevron-up:before { content: "\e113"; } -.bootstrap .glyphicon-chevron-down:before { +.bootstrap3 .glyphicon-chevron-down:before { content: "\e114"; } -.bootstrap .glyphicon-retweet:before { +.bootstrap3 .glyphicon-retweet:before { content: "\e115"; } -.bootstrap .glyphicon-shopping-cart:before { +.bootstrap3 .glyphicon-shopping-cart:before { content: "\e116"; } -.bootstrap .glyphicon-folder-close:before { +.bootstrap3 .glyphicon-folder-close:before { content: "\e117"; } -.bootstrap .glyphicon-folder-open:before { +.bootstrap3 .glyphicon-folder-open:before { content: "\e118"; } -.bootstrap .glyphicon-resize-vertical:before { +.bootstrap3 .glyphicon-resize-vertical:before { content: "\e119"; } -.bootstrap .glyphicon-resize-horizontal:before { +.bootstrap3 .glyphicon-resize-horizontal:before { content: "\e120"; } -.bootstrap .glyphicon-hdd:before { +.bootstrap3 .glyphicon-hdd:before { content: "\e121"; } -.bootstrap .glyphicon-bullhorn:before { +.bootstrap3 .glyphicon-bullhorn:before { content: "\e122"; } -.bootstrap .glyphicon-bell:before { +.bootstrap3 .glyphicon-bell:before { content: "\e123"; } -.bootstrap .glyphicon-certificate:before { +.bootstrap3 .glyphicon-certificate:before { content: "\e124"; } -.bootstrap .glyphicon-thumbs-up:before { +.bootstrap3 .glyphicon-thumbs-up:before { content: "\e125"; } -.bootstrap .glyphicon-thumbs-down:before { +.bootstrap3 .glyphicon-thumbs-down:before { content: "\e126"; } -.bootstrap .glyphicon-hand-right:before { +.bootstrap3 .glyphicon-hand-right:before { content: "\e127"; } -.bootstrap .glyphicon-hand-left:before { +.bootstrap3 .glyphicon-hand-left:before { content: "\e128"; } -.bootstrap .glyphicon-hand-up:before { +.bootstrap3 .glyphicon-hand-up:before { content: "\e129"; } -.bootstrap .glyphicon-hand-down:before { +.bootstrap3 .glyphicon-hand-down:before { content: "\e130"; } -.bootstrap .glyphicon-circle-arrow-right:before { +.bootstrap3 .glyphicon-circle-arrow-right:before { content: "\e131"; } -.bootstrap .glyphicon-circle-arrow-left:before { +.bootstrap3 .glyphicon-circle-arrow-left:before { content: "\e132"; } -.bootstrap .glyphicon-circle-arrow-up:before { +.bootstrap3 .glyphicon-circle-arrow-up:before { content: "\e133"; } -.bootstrap .glyphicon-circle-arrow-down:before { +.bootstrap3 .glyphicon-circle-arrow-down:before { content: "\e134"; } -.bootstrap .glyphicon-globe:before { +.bootstrap3 .glyphicon-globe:before { content: "\e135"; } -.bootstrap .glyphicon-wrench:before { +.bootstrap3 .glyphicon-wrench:before { content: "\e136"; } -.bootstrap .glyphicon-tasks:before { +.bootstrap3 .glyphicon-tasks:before { content: "\e137"; } -.bootstrap .glyphicon-filter:before { +.bootstrap3 .glyphicon-filter:before { content: "\e138"; } -.bootstrap .glyphicon-briefcase:before { +.bootstrap3 .glyphicon-briefcase:before { content: "\e139"; } -.bootstrap .glyphicon-fullscreen:before { +.bootstrap3 .glyphicon-fullscreen:before { content: "\e140"; } -.bootstrap .glyphicon-dashboard:before { +.bootstrap3 .glyphicon-dashboard:before { content: "\e141"; } -.bootstrap .glyphicon-paperclip:before { +.bootstrap3 .glyphicon-paperclip:before { content: "\e142"; } -.bootstrap .glyphicon-heart-empty:before { +.bootstrap3 .glyphicon-heart-empty:before { content: "\e143"; } -.bootstrap .glyphicon-link:before { +.bootstrap3 .glyphicon-link:before { content: "\e144"; } -.bootstrap .glyphicon-phone:before { +.bootstrap3 .glyphicon-phone:before { content: "\e145"; } -.bootstrap .glyphicon-pushpin:before { +.bootstrap3 .glyphicon-pushpin:before { content: "\e146"; } -.bootstrap .glyphicon-usd:before { +.bootstrap3 .glyphicon-usd:before { content: "\e148"; } -.bootstrap .glyphicon-gbp:before { +.bootstrap3 .glyphicon-gbp:before { content: "\e149"; } -.bootstrap .glyphicon-sort:before { +.bootstrap3 .glyphicon-sort:before { content: "\e150"; } -.bootstrap .glyphicon-sort-by-alphabet:before { +.bootstrap3 .glyphicon-sort-by-alphabet:before { content: "\e151"; } -.bootstrap .glyphicon-sort-by-alphabet-alt:before { +.bootstrap3 .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } -.bootstrap .glyphicon-sort-by-order:before { +.bootstrap3 .glyphicon-sort-by-order:before { content: "\e153"; } -.bootstrap .glyphicon-sort-by-order-alt:before { +.bootstrap3 .glyphicon-sort-by-order-alt:before { content: "\e154"; } -.bootstrap .glyphicon-sort-by-attributes:before { +.bootstrap3 .glyphicon-sort-by-attributes:before { content: "\e155"; } -.bootstrap .glyphicon-sort-by-attributes-alt:before { +.bootstrap3 .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } -.bootstrap .glyphicon-unchecked:before { +.bootstrap3 .glyphicon-unchecked:before { content: "\e157"; } -.bootstrap .glyphicon-expand:before { +.bootstrap3 .glyphicon-expand:before { content: "\e158"; } -.bootstrap .glyphicon-collapse-down:before { +.bootstrap3 .glyphicon-collapse-down:before { content: "\e159"; } -.bootstrap .glyphicon-collapse-up:before { +.bootstrap3 .glyphicon-collapse-up:before { content: "\e160"; } -.bootstrap .glyphicon-log-in:before { +.bootstrap3 .glyphicon-log-in:before { content: "\e161"; } -.bootstrap .glyphicon-flash:before { +.bootstrap3 .glyphicon-flash:before { content: "\e162"; } -.bootstrap .glyphicon-log-out:before { +.bootstrap3 .glyphicon-log-out:before { content: "\e163"; } -.bootstrap .glyphicon-new-window:before { +.bootstrap3 .glyphicon-new-window:before { content: "\e164"; } -.bootstrap .glyphicon-record:before { +.bootstrap3 .glyphicon-record:before { content: "\e165"; } -.bootstrap .glyphicon-save:before { +.bootstrap3 .glyphicon-save:before { content: "\e166"; } -.bootstrap .glyphicon-open:before { +.bootstrap3 .glyphicon-open:before { content: "\e167"; } -.bootstrap .glyphicon-saved:before { +.bootstrap3 .glyphicon-saved:before { content: "\e168"; } -.bootstrap .glyphicon-import:before { +.bootstrap3 .glyphicon-import:before { content: "\e169"; } -.bootstrap .glyphicon-export:before { +.bootstrap3 .glyphicon-export:before { content: "\e170"; } -.bootstrap .glyphicon-send:before { +.bootstrap3 .glyphicon-send:before { content: "\e171"; } -.bootstrap .glyphicon-floppy-disk:before { +.bootstrap3 .glyphicon-floppy-disk:before { content: "\e172"; } -.bootstrap .glyphicon-floppy-saved:before { +.bootstrap3 .glyphicon-floppy-saved:before { content: "\e173"; } -.bootstrap .glyphicon-floppy-remove:before { +.bootstrap3 .glyphicon-floppy-remove:before { content: "\e174"; } -.bootstrap .glyphicon-floppy-save:before { +.bootstrap3 .glyphicon-floppy-save:before { content: "\e175"; } -.bootstrap .glyphicon-floppy-open:before { +.bootstrap3 .glyphicon-floppy-open:before { content: "\e176"; } -.bootstrap .glyphicon-credit-card:before { +.bootstrap3 .glyphicon-credit-card:before { content: "\e177"; } -.bootstrap .glyphicon-transfer:before { +.bootstrap3 .glyphicon-transfer:before { content: "\e178"; } -.bootstrap .glyphicon-cutlery:before { +.bootstrap3 .glyphicon-cutlery:before { content: "\e179"; } -.bootstrap .glyphicon-header:before { +.bootstrap3 .glyphicon-header:before { content: "\e180"; } -.bootstrap .glyphicon-compressed:before { +.bootstrap3 .glyphicon-compressed:before { content: "\e181"; } -.bootstrap .glyphicon-earphone:before { +.bootstrap3 .glyphicon-earphone:before { content: "\e182"; } -.bootstrap .glyphicon-phone-alt:before { +.bootstrap3 .glyphicon-phone-alt:before { content: "\e183"; } -.bootstrap .glyphicon-tower:before { +.bootstrap3 .glyphicon-tower:before { content: "\e184"; } -.bootstrap .glyphicon-stats:before { +.bootstrap3 .glyphicon-stats:before { content: "\e185"; } -.bootstrap .glyphicon-sd-video:before { +.bootstrap3 .glyphicon-sd-video:before { content: "\e186"; } -.bootstrap .glyphicon-hd-video:before { +.bootstrap3 .glyphicon-hd-video:before { content: "\e187"; } -.bootstrap .glyphicon-subtitles:before { +.bootstrap3 .glyphicon-subtitles:before { content: "\e188"; } -.bootstrap .glyphicon-sound-stereo:before { +.bootstrap3 .glyphicon-sound-stereo:before { content: "\e189"; } -.bootstrap .glyphicon-sound-dolby:before { +.bootstrap3 .glyphicon-sound-dolby:before { content: "\e190"; } -.bootstrap .glyphicon-sound-5-1:before { +.bootstrap3 .glyphicon-sound-5-1:before { content: "\e191"; } -.bootstrap .glyphicon-sound-6-1:before { +.bootstrap3 .glyphicon-sound-6-1:before { content: "\e192"; } -.bootstrap .glyphicon-sound-7-1:before { +.bootstrap3 .glyphicon-sound-7-1:before { content: "\e193"; } -.bootstrap .glyphicon-copyright-mark:before { +.bootstrap3 .glyphicon-copyright-mark:before { content: "\e194"; } -.bootstrap .glyphicon-registration-mark:before { +.bootstrap3 .glyphicon-registration-mark:before { content: "\e195"; } -.bootstrap .glyphicon-cloud-download:before { +.bootstrap3 .glyphicon-cloud-download:before { content: "\e197"; } -.bootstrap .glyphicon-cloud-upload:before { +.bootstrap3 .glyphicon-cloud-upload:before { content: "\e198"; } -.bootstrap .glyphicon-tree-conifer:before { +.bootstrap3 .glyphicon-tree-conifer:before { content: "\e199"; } -.bootstrap .glyphicon-tree-deciduous:before { +.bootstrap3 .glyphicon-tree-deciduous:before { content: "\e200"; } -.bootstrap .glyphicon-cd:before { +.bootstrap3 .glyphicon-cd:before { content: "\e201"; } -.bootstrap .glyphicon-save-file:before { +.bootstrap3 .glyphicon-save-file:before { content: "\e202"; } -.bootstrap .glyphicon-open-file:before { +.bootstrap3 .glyphicon-open-file:before { content: "\e203"; } -.bootstrap .glyphicon-level-up:before { +.bootstrap3 .glyphicon-level-up:before { content: "\e204"; } -.bootstrap .glyphicon-copy:before { +.bootstrap3 .glyphicon-copy:before { content: "\e205"; } -.bootstrap .glyphicon-paste:before { +.bootstrap3 .glyphicon-paste:before { content: "\e206"; } -.bootstrap .glyphicon-alert:before { +.bootstrap3 .glyphicon-alert:before { content: "\e209"; } -.bootstrap .glyphicon-equalizer:before { +.bootstrap3 .glyphicon-equalizer:before { content: "\e210"; } -.bootstrap .glyphicon-king:before { +.bootstrap3 .glyphicon-king:before { content: "\e211"; } -.bootstrap .glyphicon-queen:before { +.bootstrap3 .glyphicon-queen:before { content: "\e212"; } -.bootstrap .glyphicon-pawn:before { +.bootstrap3 .glyphicon-pawn:before { content: "\e213"; } -.bootstrap .glyphicon-bishop:before { +.bootstrap3 .glyphicon-bishop:before { content: "\e214"; } -.bootstrap .glyphicon-knight:before { +.bootstrap3 .glyphicon-knight:before { content: "\e215"; } -.bootstrap .glyphicon-baby-formula:before { +.bootstrap3 .glyphicon-baby-formula:before { content: "\e216"; } -.bootstrap .glyphicon-tent:before { +.bootstrap3 .glyphicon-tent:before { content: "\26fa"; } -.bootstrap .glyphicon-blackboard:before { +.bootstrap3 .glyphicon-blackboard:before { content: "\e218"; } -.bootstrap .glyphicon-bed:before { +.bootstrap3 .glyphicon-bed:before { content: "\e219"; } -.bootstrap .glyphicon-apple:before { +.bootstrap3 .glyphicon-apple:before { content: "\f8ff"; } -.bootstrap .glyphicon-erase:before { +.bootstrap3 .glyphicon-erase:before { content: "\e221"; } -.bootstrap .glyphicon-hourglass:before { +.bootstrap3 .glyphicon-hourglass:before { content: "\231b"; } -.bootstrap .glyphicon-lamp:before { +.bootstrap3 .glyphicon-lamp:before { content: "\e223"; } -.bootstrap .glyphicon-duplicate:before { +.bootstrap3 .glyphicon-duplicate:before { content: "\e224"; } -.bootstrap .glyphicon-piggy-bank:before { +.bootstrap3 .glyphicon-piggy-bank:before { content: "\e225"; } -.bootstrap .glyphicon-scissors:before { +.bootstrap3 .glyphicon-scissors:before { content: "\e226"; } -.bootstrap .glyphicon-bitcoin:before { +.bootstrap3 .glyphicon-bitcoin:before { content: "\e227"; } -.bootstrap .glyphicon-btc:before { +.bootstrap3 .glyphicon-btc:before { content: "\e227"; } -.bootstrap .glyphicon-xbt:before { +.bootstrap3 .glyphicon-xbt:before { content: "\e227"; } -.bootstrap .glyphicon-yen:before { +.bootstrap3 .glyphicon-yen:before { content: "\00a5"; } -.bootstrap .glyphicon-jpy:before { +.bootstrap3 .glyphicon-jpy:before { content: "\00a5"; } -.bootstrap .glyphicon-ruble:before { +.bootstrap3 .glyphicon-ruble:before { content: "\20bd"; } -.bootstrap .glyphicon-rub:before { +.bootstrap3 .glyphicon-rub:before { content: "\20bd"; } -.bootstrap .glyphicon-scale:before { +.bootstrap3 .glyphicon-scale:before { content: "\e230"; } -.bootstrap .glyphicon-ice-lolly:before { +.bootstrap3 .glyphicon-ice-lolly:before { content: "\e231"; } -.bootstrap .glyphicon-ice-lolly-tasted:before { +.bootstrap3 .glyphicon-ice-lolly-tasted:before { content: "\e232"; } -.bootstrap .glyphicon-education:before { +.bootstrap3 .glyphicon-education:before { content: "\e233"; } -.bootstrap .glyphicon-option-horizontal:before { +.bootstrap3 .glyphicon-option-horizontal:before { content: "\e234"; } -.bootstrap .glyphicon-option-vertical:before { +.bootstrap3 .glyphicon-option-vertical:before { content: "\e235"; } -.bootstrap .glyphicon-menu-hamburger:before { +.bootstrap3 .glyphicon-menu-hamburger:before { content: "\e236"; } -.bootstrap .glyphicon-modal-window:before { +.bootstrap3 .glyphicon-modal-window:before { content: "\e237"; } -.bootstrap .glyphicon-oil:before { +.bootstrap3 .glyphicon-oil:before { content: "\e238"; } -.bootstrap .glyphicon-grain:before { +.bootstrap3 .glyphicon-grain:before { content: "\e239"; } -.bootstrap .glyphicon-sunglasses:before { +.bootstrap3 .glyphicon-sunglasses:before { content: "\e240"; } -.bootstrap .glyphicon-text-size:before { +.bootstrap3 .glyphicon-text-size:before { content: "\e241"; } -.bootstrap .glyphicon-text-color:before { +.bootstrap3 .glyphicon-text-color:before { content: "\e242"; } -.bootstrap .glyphicon-text-background:before { +.bootstrap3 .glyphicon-text-background:before { content: "\e243"; } -.bootstrap .glyphicon-object-align-top:before { +.bootstrap3 .glyphicon-object-align-top:before { content: "\e244"; } -.bootstrap .glyphicon-object-align-bottom:before { +.bootstrap3 .glyphicon-object-align-bottom:before { content: "\e245"; } -.bootstrap .glyphicon-object-align-horizontal:before { +.bootstrap3 .glyphicon-object-align-horizontal:before { content: "\e246"; } -.bootstrap .glyphicon-object-align-left:before { +.bootstrap3 .glyphicon-object-align-left:before { content: "\e247"; } -.bootstrap .glyphicon-object-align-vertical:before { +.bootstrap3 .glyphicon-object-align-vertical:before { content: "\e248"; } -.bootstrap .glyphicon-object-align-right:before { +.bootstrap3 .glyphicon-object-align-right:before { content: "\e249"; } -.bootstrap .glyphicon-triangle-right:before { +.bootstrap3 .glyphicon-triangle-right:before { content: "\e250"; } -.bootstrap .glyphicon-triangle-left:before { +.bootstrap3 .glyphicon-triangle-left:before { content: "\e251"; } -.bootstrap .glyphicon-triangle-bottom:before { +.bootstrap3 .glyphicon-triangle-bottom:before { content: "\e252"; } -.bootstrap .glyphicon-triangle-top:before { +.bootstrap3 .glyphicon-triangle-top:before { content: "\e253"; } -.bootstrap .glyphicon-console:before { +.bootstrap3 .glyphicon-console:before { content: "\e254"; } -.bootstrap .glyphicon-superscript:before { +.bootstrap3 .glyphicon-superscript:before { content: "\e255"; } -.bootstrap .glyphicon-subscript:before { +.bootstrap3 .glyphicon-subscript:before { content: "\e256"; } -.bootstrap .glyphicon-menu-left:before { +.bootstrap3 .glyphicon-menu-left:before { content: "\e257"; } -.bootstrap .glyphicon-menu-right:before { +.bootstrap3 .glyphicon-menu-right:before { content: "\e258"; } -.bootstrap .glyphicon-menu-down:before { +.bootstrap3 .glyphicon-menu-down:before { content: "\e259"; } -.bootstrap .glyphicon-menu-up:before { +.bootstrap3 .glyphicon-menu-up:before { content: "\e260"; } -.bootstrap * { +.bootstrap3 * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } -.bootstrap *:before, -.bootstrap *:after { +.bootstrap3 *:before, +.bootstrap3 *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } -.bootstrap { +.bootstrap3 { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -.bootstrap { +.bootstrap3 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333333; background-color: #ffffff; } -.bootstrap input, -.bootstrap button, -.bootstrap select, -.bootstrap textarea { +.bootstrap3 input, +.bootstrap3 button, +.bootstrap3 select, +.bootstrap3 textarea { font-family: inherit; font-size: inherit; line-height: inherit; } -.bootstrap a { +.bootstrap3 a { color: #337ab7; text-decoration: none; } -.bootstrap a:hover, -.bootstrap a:focus { +.bootstrap3 a:hover, +.bootstrap3 a:focus { color: #23527c; text-decoration: underline; } -.bootstrap a:focus { +.bootstrap3 a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } -.bootstrap figure { +.bootstrap3 figure { margin: 0; } -.bootstrap img { +.bootstrap3 img { vertical-align: middle; } -.bootstrap .img-responsive, -.bootstrap .thumbnail > img, -.bootstrap .thumbnail a > img, -.bootstrap .carousel-inner > .item > img, -.bootstrap .carousel-inner > .item > a > img { +.bootstrap3 .img-responsive, +.bootstrap3 .thumbnail > img, +.bootstrap3 .thumbnail a > img, +.bootstrap3 .carousel-inner > .item > img, +.bootstrap3 .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } -.bootstrap .img-rounded { +.bootstrap3 .img-rounded { border-radius: 6px; } -.bootstrap .img-thumbnail { +.bootstrap3 .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #ffffff; @@ -1156,16 +1156,16 @@ max-width: 100%; height: auto; } -.bootstrap .img-circle { +.bootstrap3 .img-circle { border-radius: 50%; } -.bootstrap hr { +.bootstrap3 hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; } -.bootstrap .sr-only { +.bootstrap3 .sr-only { position: absolute; width: 1px; height: 1px; @@ -1175,8 +1175,8 @@ clip: rect(0, 0, 0, 0); border: 0; } -.bootstrap .sr-only-focusable:active, -.bootstrap .sr-only-focusable:focus { +.bootstrap3 .sr-only-focusable:active, +.bootstrap3 .sr-only-focusable:focus { position: static; width: auto; height: auto; @@ -1184,291 +1184,291 @@ overflow: visible; clip: auto; } -.bootstrap [role="button"] { +.bootstrap3 [role="button"] { cursor: pointer; } -.bootstrap h1, -.bootstrap h2, -.bootstrap h3, -.bootstrap h4, -.bootstrap h5, -.bootstrap h6, -.bootstrap .h1, -.bootstrap .h2, -.bootstrap .h3, -.bootstrap .h4, -.bootstrap .h5, -.bootstrap .h6 { +.bootstrap3 h1, +.bootstrap3 h2, +.bootstrap3 h3, +.bootstrap3 h4, +.bootstrap3 h5, +.bootstrap3 h6, +.bootstrap3 .h1, +.bootstrap3 .h2, +.bootstrap3 .h3, +.bootstrap3 .h4, +.bootstrap3 .h5, +.bootstrap3 .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } -.bootstrap h1 small, -.bootstrap h2 small, -.bootstrap h3 small, -.bootstrap h4 small, -.bootstrap h5 small, -.bootstrap h6 small, -.bootstrap .h1 small, -.bootstrap .h2 small, -.bootstrap .h3 small, -.bootstrap .h4 small, -.bootstrap .h5 small, -.bootstrap .h6 small, -.bootstrap h1 .small, -.bootstrap h2 .small, -.bootstrap h3 .small, -.bootstrap h4 .small, -.bootstrap h5 .small, -.bootstrap h6 .small, -.bootstrap .h1 .small, -.bootstrap .h2 .small, -.bootstrap .h3 .small, -.bootstrap .h4 .small, -.bootstrap .h5 .small, -.bootstrap .h6 .small { +.bootstrap3 h1 small, +.bootstrap3 h2 small, +.bootstrap3 h3 small, +.bootstrap3 h4 small, +.bootstrap3 h5 small, +.bootstrap3 h6 small, +.bootstrap3 .h1 small, +.bootstrap3 .h2 small, +.bootstrap3 .h3 small, +.bootstrap3 .h4 small, +.bootstrap3 .h5 small, +.bootstrap3 .h6 small, +.bootstrap3 h1 .small, +.bootstrap3 h2 .small, +.bootstrap3 h3 .small, +.bootstrap3 h4 .small, +.bootstrap3 h5 .small, +.bootstrap3 h6 .small, +.bootstrap3 .h1 .small, +.bootstrap3 .h2 .small, +.bootstrap3 .h3 .small, +.bootstrap3 .h4 .small, +.bootstrap3 .h5 .small, +.bootstrap3 .h6 .small { font-weight: normal; line-height: 1; color: #777777; } -.bootstrap h1, -.bootstrap .h1, -.bootstrap h2, -.bootstrap .h2, -.bootstrap h3, -.bootstrap .h3 { +.bootstrap3 h1, +.bootstrap3 .h1, +.bootstrap3 h2, +.bootstrap3 .h2, +.bootstrap3 h3, +.bootstrap3 .h3 { margin-top: 20px; margin-bottom: 10px; } -.bootstrap h1 small, -.bootstrap .h1 small, -.bootstrap h2 small, -.bootstrap .h2 small, -.bootstrap h3 small, -.bootstrap .h3 small, -.bootstrap h1 .small, -.bootstrap .h1 .small, -.bootstrap h2 .small, -.bootstrap .h2 .small, -.bootstrap h3 .small, -.bootstrap .h3 .small { +.bootstrap3 h1 small, +.bootstrap3 .h1 small, +.bootstrap3 h2 small, +.bootstrap3 .h2 small, +.bootstrap3 h3 small, +.bootstrap3 .h3 small, +.bootstrap3 h1 .small, +.bootstrap3 .h1 .small, +.bootstrap3 h2 .small, +.bootstrap3 .h2 .small, +.bootstrap3 h3 .small, +.bootstrap3 .h3 .small { font-size: 65%; } -.bootstrap h4, -.bootstrap .h4, -.bootstrap h5, -.bootstrap .h5, -.bootstrap h6, -.bootstrap .h6 { +.bootstrap3 h4, +.bootstrap3 .h4, +.bootstrap3 h5, +.bootstrap3 .h5, +.bootstrap3 h6, +.bootstrap3 .h6 { margin-top: 10px; margin-bottom: 10px; } -.bootstrap h4 small, -.bootstrap .h4 small, -.bootstrap h5 small, -.bootstrap .h5 small, -.bootstrap h6 small, -.bootstrap .h6 small, -.bootstrap h4 .small, -.bootstrap .h4 .small, -.bootstrap h5 .small, -.bootstrap .h5 .small, -.bootstrap h6 .small, -.bootstrap .h6 .small { +.bootstrap3 h4 small, +.bootstrap3 .h4 small, +.bootstrap3 h5 small, +.bootstrap3 .h5 small, +.bootstrap3 h6 small, +.bootstrap3 .h6 small, +.bootstrap3 h4 .small, +.bootstrap3 .h4 .small, +.bootstrap3 h5 .small, +.bootstrap3 .h5 .small, +.bootstrap3 h6 .small, +.bootstrap3 .h6 .small { font-size: 75%; } -.bootstrap h1, -.bootstrap .h1 { +.bootstrap3 h1, +.bootstrap3 .h1 { font-size: 36px; } -.bootstrap h2, -.bootstrap .h2 { +.bootstrap3 h2, +.bootstrap3 .h2 { font-size: 30px; } -.bootstrap h3, -.bootstrap .h3 { +.bootstrap3 h3, +.bootstrap3 .h3 { font-size: 24px; } -.bootstrap h4, -.bootstrap .h4 { +.bootstrap3 h4, +.bootstrap3 .h4 { font-size: 18px; } -.bootstrap h5, -.bootstrap .h5 { +.bootstrap3 h5, +.bootstrap3 .h5 { font-size: 14px; } -.bootstrap h6, -.bootstrap .h6 { +.bootstrap3 h6, +.bootstrap3 .h6 { font-size: 12px; } -.bootstrap p { +.bootstrap3 p { margin: 0 0 10px; } -.bootstrap .lead { +.bootstrap3 .lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { - .bootstrap .lead { + .bootstrap3 .lead { font-size: 21px; } } -.bootstrap small, -.bootstrap .small { +.bootstrap3 small, +.bootstrap3 .small { font-size: 85%; } -.bootstrap mark, -.bootstrap .mark { +.bootstrap3 mark, +.bootstrap3 .mark { background-color: #fcf8e3; padding: .2em; } -.bootstrap .text-left { +.bootstrap3 .text-left { text-align: left; } -.bootstrap .text-right { +.bootstrap3 .text-right { text-align: right; } -.bootstrap .text-center { +.bootstrap3 .text-center { text-align: center; } -.bootstrap .text-justify { +.bootstrap3 .text-justify { text-align: justify; } -.bootstrap .text-nowrap { +.bootstrap3 .text-nowrap { white-space: nowrap; } -.bootstrap .text-lowercase { +.bootstrap3 .text-lowercase { text-transform: lowercase; } -.bootstrap .text-uppercase { +.bootstrap3 .text-uppercase { text-transform: uppercase; } -.bootstrap .text-capitalize { +.bootstrap3 .text-capitalize { text-transform: capitalize; } -.bootstrap .text-muted { +.bootstrap3 .text-muted { color: #777777; } -.bootstrap .text-primary { +.bootstrap3 .text-primary { color: #337ab7; } -.bootstrap a.text-primary:hover, -.bootstrap a.text-primary:focus { +.bootstrap3 a.text-primary:hover, +.bootstrap3 a.text-primary:focus { color: #286090; } -.bootstrap .text-success { +.bootstrap3 .text-success { color: #3c763d; } -.bootstrap a.text-success:hover, -.bootstrap a.text-success:focus { +.bootstrap3 a.text-success:hover, +.bootstrap3 a.text-success:focus { color: #2b542c; } -.bootstrap .text-info { +.bootstrap3 .text-info { color: #31708f; } -.bootstrap a.text-info:hover, -.bootstrap a.text-info:focus { +.bootstrap3 a.text-info:hover, +.bootstrap3 a.text-info:focus { color: #245269; } -.bootstrap .text-warning { +.bootstrap3 .text-warning { color: #8a6d3b; } -.bootstrap a.text-warning:hover, -.bootstrap a.text-warning:focus { +.bootstrap3 a.text-warning:hover, +.bootstrap3 a.text-warning:focus { color: #66512c; } -.bootstrap .text-danger { +.bootstrap3 .text-danger { color: #a94442; } -.bootstrap a.text-danger:hover, -.bootstrap a.text-danger:focus { +.bootstrap3 a.text-danger:hover, +.bootstrap3 a.text-danger:focus { color: #843534; } -.bootstrap .bg-primary { +.bootstrap3 .bg-primary { color: #fff; background-color: #337ab7; } -.bootstrap a.bg-primary:hover, -.bootstrap a.bg-primary:focus { +.bootstrap3 a.bg-primary:hover, +.bootstrap3 a.bg-primary:focus { background-color: #286090; } -.bootstrap .bg-success { +.bootstrap3 .bg-success { background-color: #dff0d8; } -.bootstrap a.bg-success:hover, -.bootstrap a.bg-success:focus { +.bootstrap3 a.bg-success:hover, +.bootstrap3 a.bg-success:focus { background-color: #c1e2b3; } -.bootstrap .bg-info { +.bootstrap3 .bg-info { background-color: #d9edf7; } -.bootstrap a.bg-info:hover, -.bootstrap a.bg-info:focus { +.bootstrap3 a.bg-info:hover, +.bootstrap3 a.bg-info:focus { background-color: #afd9ee; } -.bootstrap .bg-warning { +.bootstrap3 .bg-warning { background-color: #fcf8e3; } -.bootstrap a.bg-warning:hover, -.bootstrap a.bg-warning:focus { +.bootstrap3 a.bg-warning:hover, +.bootstrap3 a.bg-warning:focus { background-color: #f7ecb5; } -.bootstrap .bg-danger { +.bootstrap3 .bg-danger { background-color: #f2dede; } -.bootstrap a.bg-danger:hover, -.bootstrap a.bg-danger:focus { +.bootstrap3 a.bg-danger:hover, +.bootstrap3 a.bg-danger:focus { background-color: #e4b9b9; } -.bootstrap .page-header { +.bootstrap3 .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; } -.bootstrap ul, -.bootstrap ol { +.bootstrap3 ul, +.bootstrap3 ol { margin-top: 0; margin-bottom: 10px; } -.bootstrap ul ul, -.bootstrap ol ul, -.bootstrap ul ol, -.bootstrap ol ol { +.bootstrap3 ul ul, +.bootstrap3 ol ul, +.bootstrap3 ul ol, +.bootstrap3 ol ol { margin-bottom: 0; } -.bootstrap .list-unstyled { +.bootstrap3 .list-unstyled { padding-left: 0; list-style: none; } -.bootstrap .list-inline { +.bootstrap3 .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } -.bootstrap .list-inline > li { +.bootstrap3 .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } -.bootstrap dl { +.bootstrap3 dl { margin-top: 0; margin-bottom: 20px; } -.bootstrap dt, -.bootstrap dd { +.bootstrap3 dt, +.bootstrap3 dd { line-height: 1.42857143; } -.bootstrap dt { +.bootstrap3 dt { font-weight: bold; } -.bootstrap dd { +.bootstrap3 dd { margin-left: 0; } @media (min-width: 768px) { - .bootstrap .dl-horizontal dt { + .bootstrap3 .dl-horizontal dt { float: left; width: 160px; clear: left; @@ -1477,86 +1477,86 @@ text-overflow: ellipsis; white-space: nowrap; } - .bootstrap .dl-horizontal dd { + .bootstrap3 .dl-horizontal dd { margin-left: 180px; } } -.bootstrap abbr[title], -.bootstrap abbr[data-original-title] { +.bootstrap3 abbr[title], +.bootstrap3 abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } -.bootstrap .initialism { +.bootstrap3 .initialism { font-size: 90%; text-transform: uppercase; } -.bootstrap blockquote { +.bootstrap3 blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee; } -.bootstrap blockquote p:last-child, -.bootstrap blockquote ul:last-child, -.bootstrap blockquote ol:last-child { +.bootstrap3 blockquote p:last-child, +.bootstrap3 blockquote ul:last-child, +.bootstrap3 blockquote ol:last-child { margin-bottom: 0; } -.bootstrap blockquote footer, -.bootstrap blockquote small, -.bootstrap blockquote .small { +.bootstrap3 blockquote footer, +.bootstrap3 blockquote small, +.bootstrap3 blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } -.bootstrap blockquote footer:before, -.bootstrap blockquote small:before, -.bootstrap blockquote .small:before { +.bootstrap3 blockquote footer:before, +.bootstrap3 blockquote small:before, +.bootstrap3 blockquote .small:before { content: '\2014 \00A0'; } -.bootstrap .blockquote-reverse, -.bootstrap blockquote.pull-right { +.bootstrap3 .blockquote-reverse, +.bootstrap3 blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } -.bootstrap .blockquote-reverse footer:before, -.bootstrap blockquote.pull-right footer:before, -.bootstrap .blockquote-reverse small:before, -.bootstrap blockquote.pull-right small:before, -.bootstrap .blockquote-reverse .small:before, -.bootstrap blockquote.pull-right .small:before { +.bootstrap3 .blockquote-reverse footer:before, +.bootstrap3 blockquote.pull-right footer:before, +.bootstrap3 .blockquote-reverse small:before, +.bootstrap3 blockquote.pull-right small:before, +.bootstrap3 .blockquote-reverse .small:before, +.bootstrap3 blockquote.pull-right .small:before { content: ''; } -.bootstrap .blockquote-reverse footer:after, -.bootstrap blockquote.pull-right footer:after, -.bootstrap .blockquote-reverse small:after, -.bootstrap blockquote.pull-right small:after, -.bootstrap .blockquote-reverse .small:after, -.bootstrap blockquote.pull-right .small:after { +.bootstrap3 .blockquote-reverse footer:after, +.bootstrap3 blockquote.pull-right footer:after, +.bootstrap3 .blockquote-reverse small:after, +.bootstrap3 blockquote.pull-right small:after, +.bootstrap3 .blockquote-reverse .small:after, +.bootstrap3 blockquote.pull-right .small:after { content: '\00A0 \2014'; } -.bootstrap address { +.bootstrap3 address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } -.bootstrap code, -.bootstrap kbd, -.bootstrap pre, -.bootstrap samp { +.bootstrap3 code, +.bootstrap3 kbd, +.bootstrap3 pre, +.bootstrap3 samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } -.bootstrap code { +.bootstrap3 code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } -.bootstrap kbd { +.bootstrap3 kbd { padding: 2px 4px; font-size: 90%; color: #ffffff; @@ -1565,14 +1565,14 @@ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } -.bootstrap kbd kbd { +.bootstrap3 kbd kbd { padding: 0; font-size: 100%; font-weight: bold; -webkit-box-shadow: none; box-shadow: none; } -.bootstrap pre { +.bootstrap3 pre { display: block; padding: 9.5px; margin: 0 0 10px; @@ -1585,7 +1585,7 @@ border: 1px solid #cccccc; border-radius: 4px; } -.bootstrap pre code { +.bootstrap3 pre code { padding: 0; font-size: inherit; color: inherit; @@ -1593,1015 +1593,1015 @@ background-color: transparent; border-radius: 0; } -.bootstrap .pre-scrollable { +.bootstrap3 .pre-scrollable { max-height: 340px; overflow-y: scroll; } -.bootstrap .container { +.bootstrap3 .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { - .bootstrap .container { + .bootstrap3 .container { width: 750px; } } @media (min-width: 992px) { - .bootstrap .container { + .bootstrap3 .container { width: 970px; } } @media (min-width: 1200px) { - .bootstrap .container { + .bootstrap3 .container { width: 1170px; } } -.bootstrap .container-fluid { +.bootstrap3 .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } -.bootstrap .row { +.bootstrap3 .row { margin-left: -15px; margin-right: -15px; } -.bootstrap .col-xs-1, -.bootstrap .col-sm-1, -.bootstrap .col-md-1, -.bootstrap .col-lg-1, -.bootstrap .col-xs-2, -.bootstrap .col-sm-2, -.bootstrap .col-md-2, -.bootstrap .col-lg-2, -.bootstrap .col-xs-3, -.bootstrap .col-sm-3, -.bootstrap .col-md-3, -.bootstrap .col-lg-3, -.bootstrap .col-xs-4, -.bootstrap .col-sm-4, -.bootstrap .col-md-4, -.bootstrap .col-lg-4, -.bootstrap .col-xs-5, -.bootstrap .col-sm-5, -.bootstrap .col-md-5, -.bootstrap .col-lg-5, -.bootstrap .col-xs-6, -.bootstrap .col-sm-6, -.bootstrap .col-md-6, -.bootstrap .col-lg-6, -.bootstrap .col-xs-7, -.bootstrap .col-sm-7, -.bootstrap .col-md-7, -.bootstrap .col-lg-7, -.bootstrap .col-xs-8, -.bootstrap .col-sm-8, -.bootstrap .col-md-8, -.bootstrap .col-lg-8, -.bootstrap .col-xs-9, -.bootstrap .col-sm-9, -.bootstrap .col-md-9, -.bootstrap .col-lg-9, -.bootstrap .col-xs-10, -.bootstrap .col-sm-10, -.bootstrap .col-md-10, -.bootstrap .col-lg-10, -.bootstrap .col-xs-11, -.bootstrap .col-sm-11, -.bootstrap .col-md-11, -.bootstrap .col-lg-11, -.bootstrap .col-xs-12, -.bootstrap .col-sm-12, -.bootstrap .col-md-12, -.bootstrap .col-lg-12 { +.bootstrap3 .col-xs-1, +.bootstrap3 .col-sm-1, +.bootstrap3 .col-md-1, +.bootstrap3 .col-lg-1, +.bootstrap3 .col-xs-2, +.bootstrap3 .col-sm-2, +.bootstrap3 .col-md-2, +.bootstrap3 .col-lg-2, +.bootstrap3 .col-xs-3, +.bootstrap3 .col-sm-3, +.bootstrap3 .col-md-3, +.bootstrap3 .col-lg-3, +.bootstrap3 .col-xs-4, +.bootstrap3 .col-sm-4, +.bootstrap3 .col-md-4, +.bootstrap3 .col-lg-4, +.bootstrap3 .col-xs-5, +.bootstrap3 .col-sm-5, +.bootstrap3 .col-md-5, +.bootstrap3 .col-lg-5, +.bootstrap3 .col-xs-6, +.bootstrap3 .col-sm-6, +.bootstrap3 .col-md-6, +.bootstrap3 .col-lg-6, +.bootstrap3 .col-xs-7, +.bootstrap3 .col-sm-7, +.bootstrap3 .col-md-7, +.bootstrap3 .col-lg-7, +.bootstrap3 .col-xs-8, +.bootstrap3 .col-sm-8, +.bootstrap3 .col-md-8, +.bootstrap3 .col-lg-8, +.bootstrap3 .col-xs-9, +.bootstrap3 .col-sm-9, +.bootstrap3 .col-md-9, +.bootstrap3 .col-lg-9, +.bootstrap3 .col-xs-10, +.bootstrap3 .col-sm-10, +.bootstrap3 .col-md-10, +.bootstrap3 .col-lg-10, +.bootstrap3 .col-xs-11, +.bootstrap3 .col-sm-11, +.bootstrap3 .col-md-11, +.bootstrap3 .col-lg-11, +.bootstrap3 .col-xs-12, +.bootstrap3 .col-sm-12, +.bootstrap3 .col-md-12, +.bootstrap3 .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } -.bootstrap .col-xs-1, -.bootstrap .col-xs-2, -.bootstrap .col-xs-3, -.bootstrap .col-xs-4, -.bootstrap .col-xs-5, -.bootstrap .col-xs-6, -.bootstrap .col-xs-7, -.bootstrap .col-xs-8, -.bootstrap .col-xs-9, -.bootstrap .col-xs-10, -.bootstrap .col-xs-11, -.bootstrap .col-xs-12 { +.bootstrap3 .col-xs-1, +.bootstrap3 .col-xs-2, +.bootstrap3 .col-xs-3, +.bootstrap3 .col-xs-4, +.bootstrap3 .col-xs-5, +.bootstrap3 .col-xs-6, +.bootstrap3 .col-xs-7, +.bootstrap3 .col-xs-8, +.bootstrap3 .col-xs-9, +.bootstrap3 .col-xs-10, +.bootstrap3 .col-xs-11, +.bootstrap3 .col-xs-12 { float: left; } -.bootstrap .col-xs-12 { +.bootstrap3 .col-xs-12 { width: 100%; } -.bootstrap .col-xs-11 { +.bootstrap3 .col-xs-11 { width: 91.66666667%; } -.bootstrap .col-xs-10 { +.bootstrap3 .col-xs-10 { width: 83.33333333%; } -.bootstrap .col-xs-9 { +.bootstrap3 .col-xs-9 { width: 75%; } -.bootstrap .col-xs-8 { +.bootstrap3 .col-xs-8 { width: 66.66666667%; } -.bootstrap .col-xs-7 { +.bootstrap3 .col-xs-7 { width: 58.33333333%; } -.bootstrap .col-xs-6 { +.bootstrap3 .col-xs-6 { width: 50%; } -.bootstrap .col-xs-5 { +.bootstrap3 .col-xs-5 { width: 41.66666667%; } -.bootstrap .col-xs-4 { +.bootstrap3 .col-xs-4 { width: 33.33333333%; } -.bootstrap .col-xs-3 { +.bootstrap3 .col-xs-3 { width: 25%; } -.bootstrap .col-xs-2 { +.bootstrap3 .col-xs-2 { width: 16.66666667%; } -.bootstrap .col-xs-1 { +.bootstrap3 .col-xs-1 { width: 8.33333333%; } -.bootstrap .col-xs-pull-12 { +.bootstrap3 .col-xs-pull-12 { right: 100%; } -.bootstrap .col-xs-pull-11 { +.bootstrap3 .col-xs-pull-11 { right: 91.66666667%; } -.bootstrap .col-xs-pull-10 { +.bootstrap3 .col-xs-pull-10 { right: 83.33333333%; } -.bootstrap .col-xs-pull-9 { +.bootstrap3 .col-xs-pull-9 { right: 75%; } -.bootstrap .col-xs-pull-8 { +.bootstrap3 .col-xs-pull-8 { right: 66.66666667%; } -.bootstrap .col-xs-pull-7 { +.bootstrap3 .col-xs-pull-7 { right: 58.33333333%; } -.bootstrap .col-xs-pull-6 { +.bootstrap3 .col-xs-pull-6 { right: 50%; } -.bootstrap .col-xs-pull-5 { +.bootstrap3 .col-xs-pull-5 { right: 41.66666667%; } -.bootstrap .col-xs-pull-4 { +.bootstrap3 .col-xs-pull-4 { right: 33.33333333%; } -.bootstrap .col-xs-pull-3 { +.bootstrap3 .col-xs-pull-3 { right: 25%; } -.bootstrap .col-xs-pull-2 { +.bootstrap3 .col-xs-pull-2 { right: 16.66666667%; } -.bootstrap .col-xs-pull-1 { +.bootstrap3 .col-xs-pull-1 { right: 8.33333333%; } -.bootstrap .col-xs-pull-0 { +.bootstrap3 .col-xs-pull-0 { right: auto; } -.bootstrap .col-xs-push-12 { +.bootstrap3 .col-xs-push-12 { left: 100%; } -.bootstrap .col-xs-push-11 { +.bootstrap3 .col-xs-push-11 { left: 91.66666667%; } -.bootstrap .col-xs-push-10 { +.bootstrap3 .col-xs-push-10 { left: 83.33333333%; } -.bootstrap .col-xs-push-9 { +.bootstrap3 .col-xs-push-9 { left: 75%; } -.bootstrap .col-xs-push-8 { +.bootstrap3 .col-xs-push-8 { left: 66.66666667%; } -.bootstrap .col-xs-push-7 { +.bootstrap3 .col-xs-push-7 { left: 58.33333333%; } -.bootstrap .col-xs-push-6 { +.bootstrap3 .col-xs-push-6 { left: 50%; } -.bootstrap .col-xs-push-5 { +.bootstrap3 .col-xs-push-5 { left: 41.66666667%; } -.bootstrap .col-xs-push-4 { +.bootstrap3 .col-xs-push-4 { left: 33.33333333%; } -.bootstrap .col-xs-push-3 { +.bootstrap3 .col-xs-push-3 { left: 25%; } -.bootstrap .col-xs-push-2 { +.bootstrap3 .col-xs-push-2 { left: 16.66666667%; } -.bootstrap .col-xs-push-1 { +.bootstrap3 .col-xs-push-1 { left: 8.33333333%; } -.bootstrap .col-xs-push-0 { +.bootstrap3 .col-xs-push-0 { left: auto; } -.bootstrap .col-xs-offset-12 { +.bootstrap3 .col-xs-offset-12 { margin-left: 100%; } -.bootstrap .col-xs-offset-11 { +.bootstrap3 .col-xs-offset-11 { margin-left: 91.66666667%; } -.bootstrap .col-xs-offset-10 { +.bootstrap3 .col-xs-offset-10 { margin-left: 83.33333333%; } -.bootstrap .col-xs-offset-9 { +.bootstrap3 .col-xs-offset-9 { margin-left: 75%; } -.bootstrap .col-xs-offset-8 { +.bootstrap3 .col-xs-offset-8 { margin-left: 66.66666667%; } -.bootstrap .col-xs-offset-7 { +.bootstrap3 .col-xs-offset-7 { margin-left: 58.33333333%; } -.bootstrap .col-xs-offset-6 { +.bootstrap3 .col-xs-offset-6 { margin-left: 50%; } -.bootstrap .col-xs-offset-5 { +.bootstrap3 .col-xs-offset-5 { margin-left: 41.66666667%; } -.bootstrap .col-xs-offset-4 { +.bootstrap3 .col-xs-offset-4 { margin-left: 33.33333333%; } -.bootstrap .col-xs-offset-3 { +.bootstrap3 .col-xs-offset-3 { margin-left: 25%; } -.bootstrap .col-xs-offset-2 { +.bootstrap3 .col-xs-offset-2 { margin-left: 16.66666667%; } -.bootstrap .col-xs-offset-1 { +.bootstrap3 .col-xs-offset-1 { margin-left: 8.33333333%; } -.bootstrap .col-xs-offset-0 { +.bootstrap3 .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { - .bootstrap .col-sm-1, - .bootstrap .col-sm-2, - .bootstrap .col-sm-3, - .bootstrap .col-sm-4, - .bootstrap .col-sm-5, - .bootstrap .col-sm-6, - .bootstrap .col-sm-7, - .bootstrap .col-sm-8, - .bootstrap .col-sm-9, - .bootstrap .col-sm-10, - .bootstrap .col-sm-11, - .bootstrap .col-sm-12 { + .bootstrap3 .col-sm-1, + .bootstrap3 .col-sm-2, + .bootstrap3 .col-sm-3, + .bootstrap3 .col-sm-4, + .bootstrap3 .col-sm-5, + .bootstrap3 .col-sm-6, + .bootstrap3 .col-sm-7, + .bootstrap3 .col-sm-8, + .bootstrap3 .col-sm-9, + .bootstrap3 .col-sm-10, + .bootstrap3 .col-sm-11, + .bootstrap3 .col-sm-12 { float: left; } - .bootstrap .col-sm-12 { + .bootstrap3 .col-sm-12 { width: 100%; } - .bootstrap .col-sm-11 { + .bootstrap3 .col-sm-11 { width: 91.66666667%; } - .bootstrap .col-sm-10 { + .bootstrap3 .col-sm-10 { width: 83.33333333%; } - .bootstrap .col-sm-9 { + .bootstrap3 .col-sm-9 { width: 75%; } - .bootstrap .col-sm-8 { + .bootstrap3 .col-sm-8 { width: 66.66666667%; } - .bootstrap .col-sm-7 { + .bootstrap3 .col-sm-7 { width: 58.33333333%; } - .bootstrap .col-sm-6 { + .bootstrap3 .col-sm-6 { width: 50%; } - .bootstrap .col-sm-5 { + .bootstrap3 .col-sm-5 { width: 41.66666667%; } - .bootstrap .col-sm-4 { + .bootstrap3 .col-sm-4 { width: 33.33333333%; } - .bootstrap .col-sm-3 { + .bootstrap3 .col-sm-3 { width: 25%; } - .bootstrap .col-sm-2 { + .bootstrap3 .col-sm-2 { width: 16.66666667%; } - .bootstrap .col-sm-1 { + .bootstrap3 .col-sm-1 { width: 8.33333333%; } - .bootstrap .col-sm-pull-12 { + .bootstrap3 .col-sm-pull-12 { right: 100%; } - .bootstrap .col-sm-pull-11 { + .bootstrap3 .col-sm-pull-11 { right: 91.66666667%; } - .bootstrap .col-sm-pull-10 { + .bootstrap3 .col-sm-pull-10 { right: 83.33333333%; } - .bootstrap .col-sm-pull-9 { + .bootstrap3 .col-sm-pull-9 { right: 75%; } - .bootstrap .col-sm-pull-8 { + .bootstrap3 .col-sm-pull-8 { right: 66.66666667%; } - .bootstrap .col-sm-pull-7 { + .bootstrap3 .col-sm-pull-7 { right: 58.33333333%; } - .bootstrap .col-sm-pull-6 { + .bootstrap3 .col-sm-pull-6 { right: 50%; } - .bootstrap .col-sm-pull-5 { + .bootstrap3 .col-sm-pull-5 { right: 41.66666667%; } - .bootstrap .col-sm-pull-4 { + .bootstrap3 .col-sm-pull-4 { right: 33.33333333%; } - .bootstrap .col-sm-pull-3 { + .bootstrap3 .col-sm-pull-3 { right: 25%; } - .bootstrap .col-sm-pull-2 { + .bootstrap3 .col-sm-pull-2 { right: 16.66666667%; } - .bootstrap .col-sm-pull-1 { + .bootstrap3 .col-sm-pull-1 { right: 8.33333333%; } - .bootstrap .col-sm-pull-0 { + .bootstrap3 .col-sm-pull-0 { right: auto; } - .bootstrap .col-sm-push-12 { + .bootstrap3 .col-sm-push-12 { left: 100%; } - .bootstrap .col-sm-push-11 { + .bootstrap3 .col-sm-push-11 { left: 91.66666667%; } - .bootstrap .col-sm-push-10 { + .bootstrap3 .col-sm-push-10 { left: 83.33333333%; } - .bootstrap .col-sm-push-9 { + .bootstrap3 .col-sm-push-9 { left: 75%; } - .bootstrap .col-sm-push-8 { + .bootstrap3 .col-sm-push-8 { left: 66.66666667%; } - .bootstrap .col-sm-push-7 { + .bootstrap3 .col-sm-push-7 { left: 58.33333333%; } - .bootstrap .col-sm-push-6 { + .bootstrap3 .col-sm-push-6 { left: 50%; } - .bootstrap .col-sm-push-5 { + .bootstrap3 .col-sm-push-5 { left: 41.66666667%; } - .bootstrap .col-sm-push-4 { + .bootstrap3 .col-sm-push-4 { left: 33.33333333%; } - .bootstrap .col-sm-push-3 { + .bootstrap3 .col-sm-push-3 { left: 25%; } - .bootstrap .col-sm-push-2 { + .bootstrap3 .col-sm-push-2 { left: 16.66666667%; } - .bootstrap .col-sm-push-1 { + .bootstrap3 .col-sm-push-1 { left: 8.33333333%; } - .bootstrap .col-sm-push-0 { + .bootstrap3 .col-sm-push-0 { left: auto; } - .bootstrap .col-sm-offset-12 { + .bootstrap3 .col-sm-offset-12 { margin-left: 100%; } - .bootstrap .col-sm-offset-11 { + .bootstrap3 .col-sm-offset-11 { margin-left: 91.66666667%; } - .bootstrap .col-sm-offset-10 { + .bootstrap3 .col-sm-offset-10 { margin-left: 83.33333333%; } - .bootstrap .col-sm-offset-9 { + .bootstrap3 .col-sm-offset-9 { margin-left: 75%; } - .bootstrap .col-sm-offset-8 { + .bootstrap3 .col-sm-offset-8 { margin-left: 66.66666667%; } - .bootstrap .col-sm-offset-7 { + .bootstrap3 .col-sm-offset-7 { margin-left: 58.33333333%; } - .bootstrap .col-sm-offset-6 { + .bootstrap3 .col-sm-offset-6 { margin-left: 50%; } - .bootstrap .col-sm-offset-5 { + .bootstrap3 .col-sm-offset-5 { margin-left: 41.66666667%; } - .bootstrap .col-sm-offset-4 { + .bootstrap3 .col-sm-offset-4 { margin-left: 33.33333333%; } - .bootstrap .col-sm-offset-3 { + .bootstrap3 .col-sm-offset-3 { margin-left: 25%; } - .bootstrap .col-sm-offset-2 { + .bootstrap3 .col-sm-offset-2 { margin-left: 16.66666667%; } - .bootstrap .col-sm-offset-1 { + .bootstrap3 .col-sm-offset-1 { margin-left: 8.33333333%; } - .bootstrap .col-sm-offset-0 { + .bootstrap3 .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { - .bootstrap .col-md-1, - .bootstrap .col-md-2, - .bootstrap .col-md-3, - .bootstrap .col-md-4, - .bootstrap .col-md-5, - .bootstrap .col-md-6, - .bootstrap .col-md-7, - .bootstrap .col-md-8, - .bootstrap .col-md-9, - .bootstrap .col-md-10, - .bootstrap .col-md-11, - .bootstrap .col-md-12 { + .bootstrap3 .col-md-1, + .bootstrap3 .col-md-2, + .bootstrap3 .col-md-3, + .bootstrap3 .col-md-4, + .bootstrap3 .col-md-5, + .bootstrap3 .col-md-6, + .bootstrap3 .col-md-7, + .bootstrap3 .col-md-8, + .bootstrap3 .col-md-9, + .bootstrap3 .col-md-10, + .bootstrap3 .col-md-11, + .bootstrap3 .col-md-12 { float: left; } - .bootstrap .col-md-12 { + .bootstrap3 .col-md-12 { width: 100%; } - .bootstrap .col-md-11 { + .bootstrap3 .col-md-11 { width: 91.66666667%; } - .bootstrap .col-md-10 { + .bootstrap3 .col-md-10 { width: 83.33333333%; } - .bootstrap .col-md-9 { + .bootstrap3 .col-md-9 { width: 75%; } - .bootstrap .col-md-8 { + .bootstrap3 .col-md-8 { width: 66.66666667%; } - .bootstrap .col-md-7 { + .bootstrap3 .col-md-7 { width: 58.33333333%; } - .bootstrap .col-md-6 { + .bootstrap3 .col-md-6 { width: 50%; } - .bootstrap .col-md-5 { + .bootstrap3 .col-md-5 { width: 41.66666667%; } - .bootstrap .col-md-4 { + .bootstrap3 .col-md-4 { width: 33.33333333%; } - .bootstrap .col-md-3 { + .bootstrap3 .col-md-3 { width: 25%; } - .bootstrap .col-md-2 { + .bootstrap3 .col-md-2 { width: 16.66666667%; } - .bootstrap .col-md-1 { + .bootstrap3 .col-md-1 { width: 8.33333333%; } - .bootstrap .col-md-pull-12 { + .bootstrap3 .col-md-pull-12 { right: 100%; } - .bootstrap .col-md-pull-11 { + .bootstrap3 .col-md-pull-11 { right: 91.66666667%; } - .bootstrap .col-md-pull-10 { + .bootstrap3 .col-md-pull-10 { right: 83.33333333%; } - .bootstrap .col-md-pull-9 { + .bootstrap3 .col-md-pull-9 { right: 75%; } - .bootstrap .col-md-pull-8 { + .bootstrap3 .col-md-pull-8 { right: 66.66666667%; } - .bootstrap .col-md-pull-7 { + .bootstrap3 .col-md-pull-7 { right: 58.33333333%; } - .bootstrap .col-md-pull-6 { + .bootstrap3 .col-md-pull-6 { right: 50%; } - .bootstrap .col-md-pull-5 { + .bootstrap3 .col-md-pull-5 { right: 41.66666667%; } - .bootstrap .col-md-pull-4 { + .bootstrap3 .col-md-pull-4 { right: 33.33333333%; } - .bootstrap .col-md-pull-3 { + .bootstrap3 .col-md-pull-3 { right: 25%; } - .bootstrap .col-md-pull-2 { + .bootstrap3 .col-md-pull-2 { right: 16.66666667%; } - .bootstrap .col-md-pull-1 { + .bootstrap3 .col-md-pull-1 { right: 8.33333333%; } - .bootstrap .col-md-pull-0 { + .bootstrap3 .col-md-pull-0 { right: auto; } - .bootstrap .col-md-push-12 { + .bootstrap3 .col-md-push-12 { left: 100%; } - .bootstrap .col-md-push-11 { + .bootstrap3 .col-md-push-11 { left: 91.66666667%; } - .bootstrap .col-md-push-10 { + .bootstrap3 .col-md-push-10 { left: 83.33333333%; } - .bootstrap .col-md-push-9 { + .bootstrap3 .col-md-push-9 { left: 75%; } - .bootstrap .col-md-push-8 { + .bootstrap3 .col-md-push-8 { left: 66.66666667%; } - .bootstrap .col-md-push-7 { + .bootstrap3 .col-md-push-7 { left: 58.33333333%; } - .bootstrap .col-md-push-6 { + .bootstrap3 .col-md-push-6 { left: 50%; } - .bootstrap .col-md-push-5 { + .bootstrap3 .col-md-push-5 { left: 41.66666667%; } - .bootstrap .col-md-push-4 { + .bootstrap3 .col-md-push-4 { left: 33.33333333%; } - .bootstrap .col-md-push-3 { + .bootstrap3 .col-md-push-3 { left: 25%; } - .bootstrap .col-md-push-2 { + .bootstrap3 .col-md-push-2 { left: 16.66666667%; } - .bootstrap .col-md-push-1 { + .bootstrap3 .col-md-push-1 { left: 8.33333333%; } - .bootstrap .col-md-push-0 { + .bootstrap3 .col-md-push-0 { left: auto; } - .bootstrap .col-md-offset-12 { + .bootstrap3 .col-md-offset-12 { margin-left: 100%; } - .bootstrap .col-md-offset-11 { + .bootstrap3 .col-md-offset-11 { margin-left: 91.66666667%; } - .bootstrap .col-md-offset-10 { + .bootstrap3 .col-md-offset-10 { margin-left: 83.33333333%; } - .bootstrap .col-md-offset-9 { + .bootstrap3 .col-md-offset-9 { margin-left: 75%; } - .bootstrap .col-md-offset-8 { + .bootstrap3 .col-md-offset-8 { margin-left: 66.66666667%; } - .bootstrap .col-md-offset-7 { + .bootstrap3 .col-md-offset-7 { margin-left: 58.33333333%; } - .bootstrap .col-md-offset-6 { + .bootstrap3 .col-md-offset-6 { margin-left: 50%; } - .bootstrap .col-md-offset-5 { + .bootstrap3 .col-md-offset-5 { margin-left: 41.66666667%; } - .bootstrap .col-md-offset-4 { + .bootstrap3 .col-md-offset-4 { margin-left: 33.33333333%; } - .bootstrap .col-md-offset-3 { + .bootstrap3 .col-md-offset-3 { margin-left: 25%; } - .bootstrap .col-md-offset-2 { + .bootstrap3 .col-md-offset-2 { margin-left: 16.66666667%; } - .bootstrap .col-md-offset-1 { + .bootstrap3 .col-md-offset-1 { margin-left: 8.33333333%; } - .bootstrap .col-md-offset-0 { + .bootstrap3 .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { - .bootstrap .col-lg-1, - .bootstrap .col-lg-2, - .bootstrap .col-lg-3, - .bootstrap .col-lg-4, - .bootstrap .col-lg-5, - .bootstrap .col-lg-6, - .bootstrap .col-lg-7, - .bootstrap .col-lg-8, - .bootstrap .col-lg-9, - .bootstrap .col-lg-10, - .bootstrap .col-lg-11, - .bootstrap .col-lg-12 { + .bootstrap3 .col-lg-1, + .bootstrap3 .col-lg-2, + .bootstrap3 .col-lg-3, + .bootstrap3 .col-lg-4, + .bootstrap3 .col-lg-5, + .bootstrap3 .col-lg-6, + .bootstrap3 .col-lg-7, + .bootstrap3 .col-lg-8, + .bootstrap3 .col-lg-9, + .bootstrap3 .col-lg-10, + .bootstrap3 .col-lg-11, + .bootstrap3 .col-lg-12 { float: left; } - .bootstrap .col-lg-12 { + .bootstrap3 .col-lg-12 { width: 100%; } - .bootstrap .col-lg-11 { + .bootstrap3 .col-lg-11 { width: 91.66666667%; } - .bootstrap .col-lg-10 { + .bootstrap3 .col-lg-10 { width: 83.33333333%; } - .bootstrap .col-lg-9 { + .bootstrap3 .col-lg-9 { width: 75%; } - .bootstrap .col-lg-8 { + .bootstrap3 .col-lg-8 { width: 66.66666667%; } - .bootstrap .col-lg-7 { + .bootstrap3 .col-lg-7 { width: 58.33333333%; } - .bootstrap .col-lg-6 { + .bootstrap3 .col-lg-6 { width: 50%; } - .bootstrap .col-lg-5 { + .bootstrap3 .col-lg-5 { width: 41.66666667%; } - .bootstrap .col-lg-4 { + .bootstrap3 .col-lg-4 { width: 33.33333333%; } - .bootstrap .col-lg-3 { + .bootstrap3 .col-lg-3 { width: 25%; } - .bootstrap .col-lg-2 { + .bootstrap3 .col-lg-2 { width: 16.66666667%; } - .bootstrap .col-lg-1 { + .bootstrap3 .col-lg-1 { width: 8.33333333%; } - .bootstrap .col-lg-pull-12 { + .bootstrap3 .col-lg-pull-12 { right: 100%; } - .bootstrap .col-lg-pull-11 { + .bootstrap3 .col-lg-pull-11 { right: 91.66666667%; } - .bootstrap .col-lg-pull-10 { + .bootstrap3 .col-lg-pull-10 { right: 83.33333333%; } - .bootstrap .col-lg-pull-9 { + .bootstrap3 .col-lg-pull-9 { right: 75%; } - .bootstrap .col-lg-pull-8 { + .bootstrap3 .col-lg-pull-8 { right: 66.66666667%; } - .bootstrap .col-lg-pull-7 { + .bootstrap3 .col-lg-pull-7 { right: 58.33333333%; } - .bootstrap .col-lg-pull-6 { + .bootstrap3 .col-lg-pull-6 { right: 50%; } - .bootstrap .col-lg-pull-5 { + .bootstrap3 .col-lg-pull-5 { right: 41.66666667%; } - .bootstrap .col-lg-pull-4 { + .bootstrap3 .col-lg-pull-4 { right: 33.33333333%; } - .bootstrap .col-lg-pull-3 { + .bootstrap3 .col-lg-pull-3 { right: 25%; } - .bootstrap .col-lg-pull-2 { + .bootstrap3 .col-lg-pull-2 { right: 16.66666667%; } - .bootstrap .col-lg-pull-1 { + .bootstrap3 .col-lg-pull-1 { right: 8.33333333%; } - .bootstrap .col-lg-pull-0 { + .bootstrap3 .col-lg-pull-0 { right: auto; } - .bootstrap .col-lg-push-12 { + .bootstrap3 .col-lg-push-12 { left: 100%; } - .bootstrap .col-lg-push-11 { + .bootstrap3 .col-lg-push-11 { left: 91.66666667%; } - .bootstrap .col-lg-push-10 { + .bootstrap3 .col-lg-push-10 { left: 83.33333333%; } - .bootstrap .col-lg-push-9 { + .bootstrap3 .col-lg-push-9 { left: 75%; } - .bootstrap .col-lg-push-8 { + .bootstrap3 .col-lg-push-8 { left: 66.66666667%; } - .bootstrap .col-lg-push-7 { + .bootstrap3 .col-lg-push-7 { left: 58.33333333%; } - .bootstrap .col-lg-push-6 { + .bootstrap3 .col-lg-push-6 { left: 50%; } - .bootstrap .col-lg-push-5 { + .bootstrap3 .col-lg-push-5 { left: 41.66666667%; } - .bootstrap .col-lg-push-4 { + .bootstrap3 .col-lg-push-4 { left: 33.33333333%; } - .bootstrap .col-lg-push-3 { + .bootstrap3 .col-lg-push-3 { left: 25%; } - .bootstrap .col-lg-push-2 { + .bootstrap3 .col-lg-push-2 { left: 16.66666667%; } - .bootstrap .col-lg-push-1 { + .bootstrap3 .col-lg-push-1 { left: 8.33333333%; } - .bootstrap .col-lg-push-0 { + .bootstrap3 .col-lg-push-0 { left: auto; } - .bootstrap .col-lg-offset-12 { + .bootstrap3 .col-lg-offset-12 { margin-left: 100%; } - .bootstrap .col-lg-offset-11 { + .bootstrap3 .col-lg-offset-11 { margin-left: 91.66666667%; } - .bootstrap .col-lg-offset-10 { + .bootstrap3 .col-lg-offset-10 { margin-left: 83.33333333%; } - .bootstrap .col-lg-offset-9 { + .bootstrap3 .col-lg-offset-9 { margin-left: 75%; } - .bootstrap .col-lg-offset-8 { + .bootstrap3 .col-lg-offset-8 { margin-left: 66.66666667%; } - .bootstrap .col-lg-offset-7 { + .bootstrap3 .col-lg-offset-7 { margin-left: 58.33333333%; } - .bootstrap .col-lg-offset-6 { + .bootstrap3 .col-lg-offset-6 { margin-left: 50%; } - .bootstrap .col-lg-offset-5 { + .bootstrap3 .col-lg-offset-5 { margin-left: 41.66666667%; } - .bootstrap .col-lg-offset-4 { + .bootstrap3 .col-lg-offset-4 { margin-left: 33.33333333%; } - .bootstrap .col-lg-offset-3 { + .bootstrap3 .col-lg-offset-3 { margin-left: 25%; } - .bootstrap .col-lg-offset-2 { + .bootstrap3 .col-lg-offset-2 { margin-left: 16.66666667%; } - .bootstrap .col-lg-offset-1 { + .bootstrap3 .col-lg-offset-1 { margin-left: 8.33333333%; } - .bootstrap .col-lg-offset-0 { + .bootstrap3 .col-lg-offset-0 { margin-left: 0%; } } -.bootstrap table { +.bootstrap3 table { background-color: transparent; } -.bootstrap caption { +.bootstrap3 caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } -.bootstrap th { +.bootstrap3 th { text-align: left; } -.bootstrap .table { +.bootstrap3 .table { width: 100%; max-width: 100%; margin-bottom: 20px; } -.bootstrap .table > thead > tr > th, -.bootstrap .table > tbody > tr > th, -.bootstrap .table > tfoot > tr > th, -.bootstrap .table > thead > tr > td, -.bootstrap .table > tbody > tr > td, -.bootstrap .table > tfoot > tr > td { +.bootstrap3 .table > thead > tr > th, +.bootstrap3 .table > tbody > tr > th, +.bootstrap3 .table > tfoot > tr > th, +.bootstrap3 .table > thead > tr > td, +.bootstrap3 .table > tbody > tr > td, +.bootstrap3 .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; } -.bootstrap .table > thead > tr > th { +.bootstrap3 .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } -.bootstrap .table > caption + thead > tr:first-child > th, -.bootstrap .table > colgroup + thead > tr:first-child > th, -.bootstrap .table > thead:first-child > tr:first-child > th, -.bootstrap .table > caption + thead > tr:first-child > td, -.bootstrap .table > colgroup + thead > tr:first-child > td, -.bootstrap .table > thead:first-child > tr:first-child > td { +.bootstrap3 .table > caption + thead > tr:first-child > th, +.bootstrap3 .table > colgroup + thead > tr:first-child > th, +.bootstrap3 .table > thead:first-child > tr:first-child > th, +.bootstrap3 .table > caption + thead > tr:first-child > td, +.bootstrap3 .table > colgroup + thead > tr:first-child > td, +.bootstrap3 .table > thead:first-child > tr:first-child > td { border-top: 0; } -.bootstrap .table > tbody + tbody { +.bootstrap3 .table > tbody + tbody { border-top: 2px solid #dddddd; } -.bootstrap .table .table { +.bootstrap3 .table .table { background-color: #ffffff; } -.bootstrap .table-condensed > thead > tr > th, -.bootstrap .table-condensed > tbody > tr > th, -.bootstrap .table-condensed > tfoot > tr > th, -.bootstrap .table-condensed > thead > tr > td, -.bootstrap .table-condensed > tbody > tr > td, -.bootstrap .table-condensed > tfoot > tr > td { +.bootstrap3 .table-condensed > thead > tr > th, +.bootstrap3 .table-condensed > tbody > tr > th, +.bootstrap3 .table-condensed > tfoot > tr > th, +.bootstrap3 .table-condensed > thead > tr > td, +.bootstrap3 .table-condensed > tbody > tr > td, +.bootstrap3 .table-condensed > tfoot > tr > td { padding: 5px; } -.bootstrap .table-bordered { +.bootstrap3 .table-bordered { border: 1px solid #dddddd; } -.bootstrap .table-bordered > thead > tr > th, -.bootstrap .table-bordered > tbody > tr > th, -.bootstrap .table-bordered > tfoot > tr > th, -.bootstrap .table-bordered > thead > tr > td, -.bootstrap .table-bordered > tbody > tr > td, -.bootstrap .table-bordered > tfoot > tr > td { +.bootstrap3 .table-bordered > thead > tr > th, +.bootstrap3 .table-bordered > tbody > tr > th, +.bootstrap3 .table-bordered > tfoot > tr > th, +.bootstrap3 .table-bordered > thead > tr > td, +.bootstrap3 .table-bordered > tbody > tr > td, +.bootstrap3 .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } -.bootstrap .table-bordered > thead > tr > th, -.bootstrap .table-bordered > thead > tr > td { +.bootstrap3 .table-bordered > thead > tr > th, +.bootstrap3 .table-bordered > thead > tr > td { border-bottom-width: 2px; } -.bootstrap .table-striped > tbody > tr:nth-of-type(odd) { +.bootstrap3 .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } -.bootstrap .table-hover > tbody > tr:hover { +.bootstrap3 .table-hover > tbody > tr:hover { background-color: #f5f5f5; } -.bootstrap table col[class*="col-"] { +.bootstrap3 table col[class*="col-"] { position: static; float: none; display: table-column; } -.bootstrap table td[class*="col-"], -.bootstrap table th[class*="col-"] { +.bootstrap3 table td[class*="col-"], +.bootstrap3 table th[class*="col-"] { position: static; float: none; display: table-cell; } -.bootstrap .table > thead > tr > td.active, -.bootstrap .table > tbody > tr > td.active, -.bootstrap .table > tfoot > tr > td.active, -.bootstrap .table > thead > tr > th.active, -.bootstrap .table > tbody > tr > th.active, -.bootstrap .table > tfoot > tr > th.active, -.bootstrap .table > thead > tr.active > td, -.bootstrap .table > tbody > tr.active > td, -.bootstrap .table > tfoot > tr.active > td, -.bootstrap .table > thead > tr.active > th, -.bootstrap .table > tbody > tr.active > th, -.bootstrap .table > tfoot > tr.active > th { +.bootstrap3 .table > thead > tr > td.active, +.bootstrap3 .table > tbody > tr > td.active, +.bootstrap3 .table > tfoot > tr > td.active, +.bootstrap3 .table > thead > tr > th.active, +.bootstrap3 .table > tbody > tr > th.active, +.bootstrap3 .table > tfoot > tr > th.active, +.bootstrap3 .table > thead > tr.active > td, +.bootstrap3 .table > tbody > tr.active > td, +.bootstrap3 .table > tfoot > tr.active > td, +.bootstrap3 .table > thead > tr.active > th, +.bootstrap3 .table > tbody > tr.active > th, +.bootstrap3 .table > tfoot > tr.active > th { background-color: #f5f5f5; } -.bootstrap .table-hover > tbody > tr > td.active:hover, -.bootstrap .table-hover > tbody > tr > th.active:hover, -.bootstrap .table-hover > tbody > tr.active:hover > td, -.bootstrap .table-hover > tbody > tr:hover > .active, -.bootstrap .table-hover > tbody > tr.active:hover > th { +.bootstrap3 .table-hover > tbody > tr > td.active:hover, +.bootstrap3 .table-hover > tbody > tr > th.active:hover, +.bootstrap3 .table-hover > tbody > tr.active:hover > td, +.bootstrap3 .table-hover > tbody > tr:hover > .active, +.bootstrap3 .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } -.bootstrap .table > thead > tr > td.success, -.bootstrap .table > tbody > tr > td.success, -.bootstrap .table > tfoot > tr > td.success, -.bootstrap .table > thead > tr > th.success, -.bootstrap .table > tbody > tr > th.success, -.bootstrap .table > tfoot > tr > th.success, -.bootstrap .table > thead > tr.success > td, -.bootstrap .table > tbody > tr.success > td, -.bootstrap .table > tfoot > tr.success > td, -.bootstrap .table > thead > tr.success > th, -.bootstrap .table > tbody > tr.success > th, -.bootstrap .table > tfoot > tr.success > th { +.bootstrap3 .table > thead > tr > td.success, +.bootstrap3 .table > tbody > tr > td.success, +.bootstrap3 .table > tfoot > tr > td.success, +.bootstrap3 .table > thead > tr > th.success, +.bootstrap3 .table > tbody > tr > th.success, +.bootstrap3 .table > tfoot > tr > th.success, +.bootstrap3 .table > thead > tr.success > td, +.bootstrap3 .table > tbody > tr.success > td, +.bootstrap3 .table > tfoot > tr.success > td, +.bootstrap3 .table > thead > tr.success > th, +.bootstrap3 .table > tbody > tr.success > th, +.bootstrap3 .table > tfoot > tr.success > th { background-color: #dff0d8; } -.bootstrap .table-hover > tbody > tr > td.success:hover, -.bootstrap .table-hover > tbody > tr > th.success:hover, -.bootstrap .table-hover > tbody > tr.success:hover > td, -.bootstrap .table-hover > tbody > tr:hover > .success, -.bootstrap .table-hover > tbody > tr.success:hover > th { +.bootstrap3 .table-hover > tbody > tr > td.success:hover, +.bootstrap3 .table-hover > tbody > tr > th.success:hover, +.bootstrap3 .table-hover > tbody > tr.success:hover > td, +.bootstrap3 .table-hover > tbody > tr:hover > .success, +.bootstrap3 .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } -.bootstrap .table > thead > tr > td.info, -.bootstrap .table > tbody > tr > td.info, -.bootstrap .table > tfoot > tr > td.info, -.bootstrap .table > thead > tr > th.info, -.bootstrap .table > tbody > tr > th.info, -.bootstrap .table > tfoot > tr > th.info, -.bootstrap .table > thead > tr.info > td, -.bootstrap .table > tbody > tr.info > td, -.bootstrap .table > tfoot > tr.info > td, -.bootstrap .table > thead > tr.info > th, -.bootstrap .table > tbody > tr.info > th, -.bootstrap .table > tfoot > tr.info > th { +.bootstrap3 .table > thead > tr > td.info, +.bootstrap3 .table > tbody > tr > td.info, +.bootstrap3 .table > tfoot > tr > td.info, +.bootstrap3 .table > thead > tr > th.info, +.bootstrap3 .table > tbody > tr > th.info, +.bootstrap3 .table > tfoot > tr > th.info, +.bootstrap3 .table > thead > tr.info > td, +.bootstrap3 .table > tbody > tr.info > td, +.bootstrap3 .table > tfoot > tr.info > td, +.bootstrap3 .table > thead > tr.info > th, +.bootstrap3 .table > tbody > tr.info > th, +.bootstrap3 .table > tfoot > tr.info > th { background-color: #d9edf7; } -.bootstrap .table-hover > tbody > tr > td.info:hover, -.bootstrap .table-hover > tbody > tr > th.info:hover, -.bootstrap .table-hover > tbody > tr.info:hover > td, -.bootstrap .table-hover > tbody > tr:hover > .info, -.bootstrap .table-hover > tbody > tr.info:hover > th { +.bootstrap3 .table-hover > tbody > tr > td.info:hover, +.bootstrap3 .table-hover > tbody > tr > th.info:hover, +.bootstrap3 .table-hover > tbody > tr.info:hover > td, +.bootstrap3 .table-hover > tbody > tr:hover > .info, +.bootstrap3 .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } -.bootstrap .table > thead > tr > td.warning, -.bootstrap .table > tbody > tr > td.warning, -.bootstrap .table > tfoot > tr > td.warning, -.bootstrap .table > thead > tr > th.warning, -.bootstrap .table > tbody > tr > th.warning, -.bootstrap .table > tfoot > tr > th.warning, -.bootstrap .table > thead > tr.warning > td, -.bootstrap .table > tbody > tr.warning > td, -.bootstrap .table > tfoot > tr.warning > td, -.bootstrap .table > thead > tr.warning > th, -.bootstrap .table > tbody > tr.warning > th, -.bootstrap .table > tfoot > tr.warning > th { +.bootstrap3 .table > thead > tr > td.warning, +.bootstrap3 .table > tbody > tr > td.warning, +.bootstrap3 .table > tfoot > tr > td.warning, +.bootstrap3 .table > thead > tr > th.warning, +.bootstrap3 .table > tbody > tr > th.warning, +.bootstrap3 .table > tfoot > tr > th.warning, +.bootstrap3 .table > thead > tr.warning > td, +.bootstrap3 .table > tbody > tr.warning > td, +.bootstrap3 .table > tfoot > tr.warning > td, +.bootstrap3 .table > thead > tr.warning > th, +.bootstrap3 .table > tbody > tr.warning > th, +.bootstrap3 .table > tfoot > tr.warning > th { background-color: #fcf8e3; } -.bootstrap .table-hover > tbody > tr > td.warning:hover, -.bootstrap .table-hover > tbody > tr > th.warning:hover, -.bootstrap .table-hover > tbody > tr.warning:hover > td, -.bootstrap .table-hover > tbody > tr:hover > .warning, -.bootstrap .table-hover > tbody > tr.warning:hover > th { +.bootstrap3 .table-hover > tbody > tr > td.warning:hover, +.bootstrap3 .table-hover > tbody > tr > th.warning:hover, +.bootstrap3 .table-hover > tbody > tr.warning:hover > td, +.bootstrap3 .table-hover > tbody > tr:hover > .warning, +.bootstrap3 .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } -.bootstrap .table > thead > tr > td.danger, -.bootstrap .table > tbody > tr > td.danger, -.bootstrap .table > tfoot > tr > td.danger, -.bootstrap .table > thead > tr > th.danger, -.bootstrap .table > tbody > tr > th.danger, -.bootstrap .table > tfoot > tr > th.danger, -.bootstrap .table > thead > tr.danger > td, -.bootstrap .table > tbody > tr.danger > td, -.bootstrap .table > tfoot > tr.danger > td, -.bootstrap .table > thead > tr.danger > th, -.bootstrap .table > tbody > tr.danger > th, -.bootstrap .table > tfoot > tr.danger > th { +.bootstrap3 .table > thead > tr > td.danger, +.bootstrap3 .table > tbody > tr > td.danger, +.bootstrap3 .table > tfoot > tr > td.danger, +.bootstrap3 .table > thead > tr > th.danger, +.bootstrap3 .table > tbody > tr > th.danger, +.bootstrap3 .table > tfoot > tr > th.danger, +.bootstrap3 .table > thead > tr.danger > td, +.bootstrap3 .table > tbody > tr.danger > td, +.bootstrap3 .table > tfoot > tr.danger > td, +.bootstrap3 .table > thead > tr.danger > th, +.bootstrap3 .table > tbody > tr.danger > th, +.bootstrap3 .table > tfoot > tr.danger > th { background-color: #f2dede; } -.bootstrap .table-hover > tbody > tr > td.danger:hover, -.bootstrap .table-hover > tbody > tr > th.danger:hover, -.bootstrap .table-hover > tbody > tr.danger:hover > td, -.bootstrap .table-hover > tbody > tr:hover > .danger, -.bootstrap .table-hover > tbody > tr.danger:hover > th { +.bootstrap3 .table-hover > tbody > tr > td.danger:hover, +.bootstrap3 .table-hover > tbody > tr > th.danger:hover, +.bootstrap3 .table-hover > tbody > tr.danger:hover > td, +.bootstrap3 .table-hover > tbody > tr:hover > .danger, +.bootstrap3 .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } -.bootstrap .table-responsive { +.bootstrap3 .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { - .bootstrap .table-responsive { + .bootstrap3 .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; } - .bootstrap .table-responsive > .table { + .bootstrap3 .table-responsive > .table { margin-bottom: 0; } - .bootstrap .table-responsive > .table > thead > tr > th, - .bootstrap .table-responsive > .table > tbody > tr > th, - .bootstrap .table-responsive > .table > tfoot > tr > th, - .bootstrap .table-responsive > .table > thead > tr > td, - .bootstrap .table-responsive > .table > tbody > tr > td, - .bootstrap .table-responsive > .table > tfoot > tr > td { + .bootstrap3 .table-responsive > .table > thead > tr > th, + .bootstrap3 .table-responsive > .table > tbody > tr > th, + .bootstrap3 .table-responsive > .table > tfoot > tr > th, + .bootstrap3 .table-responsive > .table > thead > tr > td, + .bootstrap3 .table-responsive > .table > tbody > tr > td, + .bootstrap3 .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } - .bootstrap .table-responsive > .table-bordered { + .bootstrap3 .table-responsive > .table-bordered { border: 0; } - .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child, - .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child, - .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child, - .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child, - .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child, - .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child { + .bootstrap3 .table-responsive > .table-bordered > thead > tr > th:first-child, + .bootstrap3 .table-responsive > .table-bordered > tbody > tr > th:first-child, + .bootstrap3 .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .bootstrap3 .table-responsive > .table-bordered > thead > tr > td:first-child, + .bootstrap3 .table-responsive > .table-bordered > tbody > tr > td:first-child, + .bootstrap3 .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } - .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child, - .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child, - .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child, - .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child, - .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child, - .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child { + .bootstrap3 .table-responsive > .table-bordered > thead > tr > th:last-child, + .bootstrap3 .table-responsive > .table-bordered > tbody > tr > th:last-child, + .bootstrap3 .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .bootstrap3 .table-responsive > .table-bordered > thead > tr > td:last-child, + .bootstrap3 .table-responsive > .table-bordered > tbody > tr > td:last-child, + .bootstrap3 .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } - .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th, - .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th, - .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td, - .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td { + .bootstrap3 .table-responsive > .table-bordered > tbody > tr:last-child > th, + .bootstrap3 .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .bootstrap3 .table-responsive > .table-bordered > tbody > tr:last-child > td, + .bootstrap3 .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } -.bootstrap fieldset { +.bootstrap3 fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } -.bootstrap legend { +.bootstrap3 legend { display: block; width: 100%; padding: 0; @@ -2612,48 +2612,48 @@ border: 0; border-bottom: 1px solid #e5e5e5; } -.bootstrap label { +.bootstrap3 label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } -.bootstrap input[type="search"] { +.bootstrap3 input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } -.bootstrap input[type="radio"], -.bootstrap input[type="checkbox"] { +.bootstrap3 input[type="radio"], +.bootstrap3 input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } -.bootstrap input[type="file"] { +.bootstrap3 input[type="file"] { display: block; } -.bootstrap input[type="range"] { +.bootstrap3 input[type="range"] { display: block; width: 100%; } -.bootstrap select[multiple], -.bootstrap select[size] { +.bootstrap3 select[multiple], +.bootstrap3 select[size] { height: auto; } -.bootstrap input[type="file"]:focus, -.bootstrap input[type="radio"]:focus, -.bootstrap input[type="checkbox"]:focus { +.bootstrap3 input[type="file"]:focus, +.bootstrap3 input[type="radio"]:focus, +.bootstrap3 input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } -.bootstrap output { +.bootstrap3 output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555555; } -.bootstrap .form-control { +.bootstrap3 .form-control { display: block; width: 100%; height: 34px; @@ -2671,102 +2671,102 @@ -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; } -.bootstrap .form-control:focus { +.bootstrap3 .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } -.bootstrap .form-control::-moz-placeholder { +.bootstrap3 .form-control::-moz-placeholder { color: #999999; opacity: 1; } -.bootstrap .form-control:-ms-input-placeholder { +.bootstrap3 .form-control:-ms-input-placeholder { color: #999999; } -.bootstrap .form-control::-webkit-input-placeholder { +.bootstrap3 .form-control::-webkit-input-placeholder { color: #999999; } -.bootstrap .form-control::-ms-expand { +.bootstrap3 .form-control::-ms-expand { border: 0; background-color: transparent; } -.bootstrap .form-control[disabled], -.bootstrap .form-control[readonly], -.bootstrap fieldset[disabled] .form-control { +.bootstrap3 .form-control[disabled], +.bootstrap3 .form-control[readonly], +.bootstrap3 fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } -.bootstrap .form-control[disabled], -.bootstrap fieldset[disabled] .form-control { +.bootstrap3 .form-control[disabled], +.bootstrap3 fieldset[disabled] .form-control { cursor: not-allowed; } -.bootstrap textarea.form-control { +.bootstrap3 textarea.form-control { height: auto; } -.bootstrap input[type="search"] { +.bootstrap3 input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { - .bootstrap input[type="date"].form-control, - .bootstrap input[type="time"].form-control, - .bootstrap input[type="datetime-local"].form-control, - .bootstrap input[type="month"].form-control { + .bootstrap3 input[type="date"].form-control, + .bootstrap3 input[type="time"].form-control, + .bootstrap3 input[type="datetime-local"].form-control, + .bootstrap3 input[type="month"].form-control { line-height: 34px; } - .bootstrap input[type="date"].input-sm, - .bootstrap input[type="time"].input-sm, - .bootstrap input[type="datetime-local"].input-sm, - .bootstrap input[type="month"].input-sm, - .bootstrap .input-group-sm input[type="date"], - .bootstrap .input-group-sm input[type="time"], - .bootstrap .input-group-sm input[type="datetime-local"], - .bootstrap .input-group-sm input[type="month"] { + .bootstrap3 input[type="date"].input-sm, + .bootstrap3 input[type="time"].input-sm, + .bootstrap3 input[type="datetime-local"].input-sm, + .bootstrap3 input[type="month"].input-sm, + .bootstrap3 .input-group-sm input[type="date"], + .bootstrap3 .input-group-sm input[type="time"], + .bootstrap3 .input-group-sm input[type="datetime-local"], + .bootstrap3 .input-group-sm input[type="month"] { line-height: 30px; } - .bootstrap input[type="date"].input-lg, - .bootstrap input[type="time"].input-lg, - .bootstrap input[type="datetime-local"].input-lg, - .bootstrap input[type="month"].input-lg, - .bootstrap .input-group-lg input[type="date"], - .bootstrap .input-group-lg input[type="time"], - .bootstrap .input-group-lg input[type="datetime-local"], - .bootstrap .input-group-lg input[type="month"] { + .bootstrap3 input[type="date"].input-lg, + .bootstrap3 input[type="time"].input-lg, + .bootstrap3 input[type="datetime-local"].input-lg, + .bootstrap3 input[type="month"].input-lg, + .bootstrap3 .input-group-lg input[type="date"], + .bootstrap3 .input-group-lg input[type="time"], + .bootstrap3 .input-group-lg input[type="datetime-local"], + .bootstrap3 .input-group-lg input[type="month"] { line-height: 46px; } } -.bootstrap .form-group { +.bootstrap3 .form-group { margin-bottom: 15px; } -.bootstrap .radio, -.bootstrap .checkbox { +.bootstrap3 .radio, +.bootstrap3 .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } -.bootstrap .radio label, -.bootstrap .checkbox label { +.bootstrap3 .radio label, +.bootstrap3 .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } -.bootstrap .radio input[type="radio"], -.bootstrap .radio-inline input[type="radio"], -.bootstrap .checkbox input[type="checkbox"], -.bootstrap .checkbox-inline input[type="checkbox"] { +.bootstrap3 .radio input[type="radio"], +.bootstrap3 .radio-inline input[type="radio"], +.bootstrap3 .checkbox input[type="checkbox"], +.bootstrap3 .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } -.bootstrap .radio + .radio, -.bootstrap .checkbox + .checkbox { +.bootstrap3 .radio + .radio, +.bootstrap3 .checkbox + .checkbox { margin-top: -5px; } -.bootstrap .radio-inline, -.bootstrap .checkbox-inline { +.bootstrap3 .radio-inline, +.bootstrap3 .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; @@ -2775,123 +2775,123 @@ font-weight: normal; cursor: pointer; } -.bootstrap .radio-inline + .radio-inline, -.bootstrap .checkbox-inline + .checkbox-inline { +.bootstrap3 .radio-inline + .radio-inline, +.bootstrap3 .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } -.bootstrap input[type="radio"][disabled], -.bootstrap input[type="checkbox"][disabled], -.bootstrap input[type="radio"].disabled, -.bootstrap input[type="checkbox"].disabled, -.bootstrap fieldset[disabled] input[type="radio"], -.bootstrap fieldset[disabled] input[type="checkbox"] { +.bootstrap3 input[type="radio"][disabled], +.bootstrap3 input[type="checkbox"][disabled], +.bootstrap3 input[type="radio"].disabled, +.bootstrap3 input[type="checkbox"].disabled, +.bootstrap3 fieldset[disabled] input[type="radio"], +.bootstrap3 fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } -.bootstrap .radio-inline.disabled, -.bootstrap .checkbox-inline.disabled, -.bootstrap fieldset[disabled] .radio-inline, -.bootstrap fieldset[disabled] .checkbox-inline { +.bootstrap3 .radio-inline.disabled, +.bootstrap3 .checkbox-inline.disabled, +.bootstrap3 fieldset[disabled] .radio-inline, +.bootstrap3 fieldset[disabled] .checkbox-inline { cursor: not-allowed; } -.bootstrap .radio.disabled label, -.bootstrap .checkbox.disabled label, -.bootstrap fieldset[disabled] .radio label, -.bootstrap fieldset[disabled] .checkbox label { +.bootstrap3 .radio.disabled label, +.bootstrap3 .checkbox.disabled label, +.bootstrap3 fieldset[disabled] .radio label, +.bootstrap3 fieldset[disabled] .checkbox label { cursor: not-allowed; } -.bootstrap .form-control-static { +.bootstrap3 .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px; } -.bootstrap .form-control-static.input-lg, -.bootstrap .form-control-static.input-sm { +.bootstrap3 .form-control-static.input-lg, +.bootstrap3 .form-control-static.input-sm { padding-left: 0; padding-right: 0; } -.bootstrap .input-sm { +.bootstrap3 .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } -.bootstrap select.input-sm { +.bootstrap3 select.input-sm { height: 30px; line-height: 30px; } -.bootstrap textarea.input-sm, -.bootstrap select[multiple].input-sm { +.bootstrap3 textarea.input-sm, +.bootstrap3 select[multiple].input-sm { height: auto; } -.bootstrap .form-group-sm .form-control { +.bootstrap3 .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } -.bootstrap .form-group-sm select.form-control { +.bootstrap3 .form-group-sm select.form-control { height: 30px; line-height: 30px; } -.bootstrap .form-group-sm textarea.form-control, -.bootstrap .form-group-sm select[multiple].form-control { +.bootstrap3 .form-group-sm textarea.form-control, +.bootstrap3 .form-group-sm select[multiple].form-control { height: auto; } -.bootstrap .form-group-sm .form-control-static { +.bootstrap3 .form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } -.bootstrap .input-lg { +.bootstrap3 .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } -.bootstrap select.input-lg { +.bootstrap3 select.input-lg { height: 46px; line-height: 46px; } -.bootstrap textarea.input-lg, -.bootstrap select[multiple].input-lg { +.bootstrap3 textarea.input-lg, +.bootstrap3 select[multiple].input-lg { height: auto; } -.bootstrap .form-group-lg .form-control { +.bootstrap3 .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } -.bootstrap .form-group-lg select.form-control { +.bootstrap3 .form-group-lg select.form-control { height: 46px; line-height: 46px; } -.bootstrap .form-group-lg textarea.form-control, -.bootstrap .form-group-lg select[multiple].form-control { +.bootstrap3 .form-group-lg textarea.form-control, +.bootstrap3 .form-group-lg select[multiple].form-control { height: auto; } -.bootstrap .form-group-lg .form-control-static { +.bootstrap3 .form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; } -.bootstrap .has-feedback { +.bootstrap3 .has-feedback { position: relative; } -.bootstrap .has-feedback .form-control { +.bootstrap3 .has-feedback .form-control { padding-right: 42.5px; } -.bootstrap .form-control-feedback { +.bootstrap3 .form-control-feedback { position: absolute; top: 0; right: 0; @@ -2903,211 +2903,211 @@ text-align: center; pointer-events: none; } -.bootstrap .input-lg + .form-control-feedback, -.bootstrap .input-group-lg + .form-control-feedback, -.bootstrap .form-group-lg .form-control + .form-control-feedback { +.bootstrap3 .input-lg + .form-control-feedback, +.bootstrap3 .input-group-lg + .form-control-feedback, +.bootstrap3 .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } -.bootstrap .input-sm + .form-control-feedback, -.bootstrap .input-group-sm + .form-control-feedback, -.bootstrap .form-group-sm .form-control + .form-control-feedback { +.bootstrap3 .input-sm + .form-control-feedback, +.bootstrap3 .input-group-sm + .form-control-feedback, +.bootstrap3 .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } -.bootstrap .has-success .help-block, -.bootstrap .has-success .control-label, -.bootstrap .has-success .radio, -.bootstrap .has-success .checkbox, -.bootstrap .has-success .radio-inline, -.bootstrap .has-success .checkbox-inline, -.bootstrap .has-success.radio label, -.bootstrap .has-success.checkbox label, -.bootstrap .has-success.radio-inline label, -.bootstrap .has-success.checkbox-inline label { +.bootstrap3 .has-success .help-block, +.bootstrap3 .has-success .control-label, +.bootstrap3 .has-success .radio, +.bootstrap3 .has-success .checkbox, +.bootstrap3 .has-success .radio-inline, +.bootstrap3 .has-success .checkbox-inline, +.bootstrap3 .has-success.radio label, +.bootstrap3 .has-success.checkbox label, +.bootstrap3 .has-success.radio-inline label, +.bootstrap3 .has-success.checkbox-inline label { color: #3c763d; } -.bootstrap .has-success .form-control { +.bootstrap3 .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } -.bootstrap .has-success .form-control:focus { +.bootstrap3 .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } -.bootstrap .has-success .input-group-addon { +.bootstrap3 .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } -.bootstrap .has-success .form-control-feedback { +.bootstrap3 .has-success .form-control-feedback { color: #3c763d; } -.bootstrap .has-warning .help-block, -.bootstrap .has-warning .control-label, -.bootstrap .has-warning .radio, -.bootstrap .has-warning .checkbox, -.bootstrap .has-warning .radio-inline, -.bootstrap .has-warning .checkbox-inline, -.bootstrap .has-warning.radio label, -.bootstrap .has-warning.checkbox label, -.bootstrap .has-warning.radio-inline label, -.bootstrap .has-warning.checkbox-inline label { +.bootstrap3 .has-warning .help-block, +.bootstrap3 .has-warning .control-label, +.bootstrap3 .has-warning .radio, +.bootstrap3 .has-warning .checkbox, +.bootstrap3 .has-warning .radio-inline, +.bootstrap3 .has-warning .checkbox-inline, +.bootstrap3 .has-warning.radio label, +.bootstrap3 .has-warning.checkbox label, +.bootstrap3 .has-warning.radio-inline label, +.bootstrap3 .has-warning.checkbox-inline label { color: #8a6d3b; } -.bootstrap .has-warning .form-control { +.bootstrap3 .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } -.bootstrap .has-warning .form-control:focus { +.bootstrap3 .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } -.bootstrap .has-warning .input-group-addon { +.bootstrap3 .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } -.bootstrap .has-warning .form-control-feedback { +.bootstrap3 .has-warning .form-control-feedback { color: #8a6d3b; } -.bootstrap .has-error .help-block, -.bootstrap .has-error .control-label, -.bootstrap .has-error .radio, -.bootstrap .has-error .checkbox, -.bootstrap .has-error .radio-inline, -.bootstrap .has-error .checkbox-inline, -.bootstrap .has-error.radio label, -.bootstrap .has-error.checkbox label, -.bootstrap .has-error.radio-inline label, -.bootstrap .has-error.checkbox-inline label { +.bootstrap3 .has-error .help-block, +.bootstrap3 .has-error .control-label, +.bootstrap3 .has-error .radio, +.bootstrap3 .has-error .checkbox, +.bootstrap3 .has-error .radio-inline, +.bootstrap3 .has-error .checkbox-inline, +.bootstrap3 .has-error.radio label, +.bootstrap3 .has-error.checkbox label, +.bootstrap3 .has-error.radio-inline label, +.bootstrap3 .has-error.checkbox-inline label { color: #a94442; } -.bootstrap .has-error .form-control { +.bootstrap3 .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } -.bootstrap .has-error .form-control:focus { +.bootstrap3 .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } -.bootstrap .has-error .input-group-addon { +.bootstrap3 .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } -.bootstrap .has-error .form-control-feedback { +.bootstrap3 .has-error .form-control-feedback { color: #a94442; } -.bootstrap .has-feedback label ~ .form-control-feedback { +.bootstrap3 .has-feedback label ~ .form-control-feedback { top: 25px; } -.bootstrap .has-feedback label.sr-only ~ .form-control-feedback { +.bootstrap3 .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } -.bootstrap .help-block { +.bootstrap3 .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { - .bootstrap .form-inline .form-group { + .bootstrap3 .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } - .bootstrap .form-inline .form-control { + .bootstrap3 .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } - .bootstrap .form-inline .form-control-static { + .bootstrap3 .form-inline .form-control-static { display: inline-block; } - .bootstrap .form-inline .input-group { + .bootstrap3 .form-inline .input-group { display: inline-table; vertical-align: middle; } - .bootstrap .form-inline .input-group .input-group-addon, - .bootstrap .form-inline .input-group .input-group-btn, - .bootstrap .form-inline .input-group .form-control { + .bootstrap3 .form-inline .input-group .input-group-addon, + .bootstrap3 .form-inline .input-group .input-group-btn, + .bootstrap3 .form-inline .input-group .form-control { width: auto; } - .bootstrap .form-inline .input-group > .form-control { + .bootstrap3 .form-inline .input-group > .form-control { width: 100%; } - .bootstrap .form-inline .control-label { + .bootstrap3 .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } - .bootstrap .form-inline .radio, - .bootstrap .form-inline .checkbox { + .bootstrap3 .form-inline .radio, + .bootstrap3 .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } - .bootstrap .form-inline .radio label, - .bootstrap .form-inline .checkbox label { + .bootstrap3 .form-inline .radio label, + .bootstrap3 .form-inline .checkbox label { padding-left: 0; } - .bootstrap .form-inline .radio input[type="radio"], - .bootstrap .form-inline .checkbox input[type="checkbox"] { + .bootstrap3 .form-inline .radio input[type="radio"], + .bootstrap3 .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } - .bootstrap .form-inline .has-feedback .form-control-feedback { + .bootstrap3 .form-inline .has-feedback .form-control-feedback { top: 0; } } -.bootstrap .form-horizontal .radio, -.bootstrap .form-horizontal .checkbox, -.bootstrap .form-horizontal .radio-inline, -.bootstrap .form-horizontal .checkbox-inline { +.bootstrap3 .form-horizontal .radio, +.bootstrap3 .form-horizontal .checkbox, +.bootstrap3 .form-horizontal .radio-inline, +.bootstrap3 .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } -.bootstrap .form-horizontal .radio, -.bootstrap .form-horizontal .checkbox { +.bootstrap3 .form-horizontal .radio, +.bootstrap3 .form-horizontal .checkbox { min-height: 27px; } -.bootstrap .form-horizontal .form-group { +.bootstrap3 .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } @media (min-width: 768px) { - .bootstrap .form-horizontal .control-label { + .bootstrap3 .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } -.bootstrap .form-horizontal .has-feedback .form-control-feedback { +.bootstrap3 .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { - .bootstrap .form-horizontal .form-group-lg .control-label { + .bootstrap3 .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; } } @media (min-width: 768px) { - .bootstrap .form-horizontal .form-group-sm .control-label { + .bootstrap3 .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } -.bootstrap .btn { +.bootstrap3 .btn { display: inline-block; margin-bottom: 0; font-weight: normal; @@ -3128,471 +3128,471 @@ -ms-user-select: none; user-select: none; } -.bootstrap .btn:focus, -.bootstrap .btn:active:focus, -.bootstrap .btn.active:focus, -.bootstrap .btn.focus, -.bootstrap .btn:active.focus, -.bootstrap .btn.active.focus { +.bootstrap3 .btn:focus, +.bootstrap3 .btn:active:focus, +.bootstrap3 .btn.active:focus, +.bootstrap3 .btn.focus, +.bootstrap3 .btn:active.focus, +.bootstrap3 .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } -.bootstrap .btn:hover, -.bootstrap .btn:focus, -.bootstrap .btn.focus { +.bootstrap3 .btn:hover, +.bootstrap3 .btn:focus, +.bootstrap3 .btn.focus { color: #333333; text-decoration: none; } -.bootstrap .btn:active, -.bootstrap .btn.active { +.bootstrap3 .btn:active, +.bootstrap3 .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } -.bootstrap .btn.disabled, -.bootstrap .btn[disabled], -.bootstrap fieldset[disabled] .btn { +.bootstrap3 .btn.disabled, +.bootstrap3 .btn[disabled], +.bootstrap3 fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } -.bootstrap a.btn.disabled, -.bootstrap fieldset[disabled] a.btn { +.bootstrap3 a.btn.disabled, +.bootstrap3 fieldset[disabled] a.btn { pointer-events: none; } -.bootstrap .btn-default { +.bootstrap3 .btn-default { color: #333333; background-color: #ffffff; border-color: #cccccc; } -.bootstrap .btn-default:focus, -.bootstrap .btn-default.focus { +.bootstrap3 .btn-default:focus, +.bootstrap3 .btn-default.focus { color: #333333; background-color: #e6e6e6; border-color: #8c8c8c; } -.bootstrap .btn-default:hover { +.bootstrap3 .btn-default:hover { color: #333333; background-color: #e6e6e6; border-color: #adadad; } -.bootstrap .btn-default:active, -.bootstrap .btn-default.active, -.bootstrap .open > .dropdown-toggle.btn-default { +.bootstrap3 .btn-default:active, +.bootstrap3 .btn-default.active, +.bootstrap3 .open > .dropdown-toggle.btn-default { color: #333333; background-color: #e6e6e6; border-color: #adadad; } -.bootstrap .btn-default:active:hover, -.bootstrap .btn-default.active:hover, -.bootstrap .open > .dropdown-toggle.btn-default:hover, -.bootstrap .btn-default:active:focus, -.bootstrap .btn-default.active:focus, -.bootstrap .open > .dropdown-toggle.btn-default:focus, -.bootstrap .btn-default:active.focus, -.bootstrap .btn-default.active.focus, -.bootstrap .open > .dropdown-toggle.btn-default.focus { +.bootstrap3 .btn-default:active:hover, +.bootstrap3 .btn-default.active:hover, +.bootstrap3 .open > .dropdown-toggle.btn-default:hover, +.bootstrap3 .btn-default:active:focus, +.bootstrap3 .btn-default.active:focus, +.bootstrap3 .open > .dropdown-toggle.btn-default:focus, +.bootstrap3 .btn-default:active.focus, +.bootstrap3 .btn-default.active.focus, +.bootstrap3 .open > .dropdown-toggle.btn-default.focus { color: #333333; background-color: #d4d4d4; border-color: #8c8c8c; } -.bootstrap .btn-default:active, -.bootstrap .btn-default.active, -.bootstrap .open > .dropdown-toggle.btn-default { +.bootstrap3 .btn-default:active, +.bootstrap3 .btn-default.active, +.bootstrap3 .open > .dropdown-toggle.btn-default { background-image: none; } -.bootstrap .btn-default.disabled:hover, -.bootstrap .btn-default[disabled]:hover, -.bootstrap fieldset[disabled] .btn-default:hover, -.bootstrap .btn-default.disabled:focus, -.bootstrap .btn-default[disabled]:focus, -.bootstrap fieldset[disabled] .btn-default:focus, -.bootstrap .btn-default.disabled.focus, -.bootstrap .btn-default[disabled].focus, -.bootstrap fieldset[disabled] .btn-default.focus { +.bootstrap3 .btn-default.disabled:hover, +.bootstrap3 .btn-default[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-default:hover, +.bootstrap3 .btn-default.disabled:focus, +.bootstrap3 .btn-default[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-default:focus, +.bootstrap3 .btn-default.disabled.focus, +.bootstrap3 .btn-default[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-default.focus { background-color: #ffffff; border-color: #cccccc; } -.bootstrap .btn-default .badge { +.bootstrap3 .btn-default .badge { color: #ffffff; background-color: #333333; } -.bootstrap .btn-primary { +.bootstrap3 .btn-primary { color: #ffffff; background-color: #337ab7; border-color: #2e6da4; } -.bootstrap .btn-primary:focus, -.bootstrap .btn-primary.focus { +.bootstrap3 .btn-primary:focus, +.bootstrap3 .btn-primary.focus { color: #ffffff; background-color: #286090; border-color: #122b40; } -.bootstrap .btn-primary:hover { +.bootstrap3 .btn-primary:hover { color: #ffffff; background-color: #286090; border-color: #204d74; } -.bootstrap .btn-primary:active, -.bootstrap .btn-primary.active, -.bootstrap .open > .dropdown-toggle.btn-primary { +.bootstrap3 .btn-primary:active, +.bootstrap3 .btn-primary.active, +.bootstrap3 .open > .dropdown-toggle.btn-primary { color: #ffffff; background-color: #286090; border-color: #204d74; } -.bootstrap .btn-primary:active:hover, -.bootstrap .btn-primary.active:hover, -.bootstrap .open > .dropdown-toggle.btn-primary:hover, -.bootstrap .btn-primary:active:focus, -.bootstrap .btn-primary.active:focus, -.bootstrap .open > .dropdown-toggle.btn-primary:focus, -.bootstrap .btn-primary:active.focus, -.bootstrap .btn-primary.active.focus, -.bootstrap .open > .dropdown-toggle.btn-primary.focus { +.bootstrap3 .btn-primary:active:hover, +.bootstrap3 .btn-primary.active:hover, +.bootstrap3 .open > .dropdown-toggle.btn-primary:hover, +.bootstrap3 .btn-primary:active:focus, +.bootstrap3 .btn-primary.active:focus, +.bootstrap3 .open > .dropdown-toggle.btn-primary:focus, +.bootstrap3 .btn-primary:active.focus, +.bootstrap3 .btn-primary.active.focus, +.bootstrap3 .open > .dropdown-toggle.btn-primary.focus { color: #ffffff; background-color: #204d74; border-color: #122b40; } -.bootstrap .btn-primary:active, -.bootstrap .btn-primary.active, -.bootstrap .open > .dropdown-toggle.btn-primary { +.bootstrap3 .btn-primary:active, +.bootstrap3 .btn-primary.active, +.bootstrap3 .open > .dropdown-toggle.btn-primary { background-image: none; } -.bootstrap .btn-primary.disabled:hover, -.bootstrap .btn-primary[disabled]:hover, -.bootstrap fieldset[disabled] .btn-primary:hover, -.bootstrap .btn-primary.disabled:focus, -.bootstrap .btn-primary[disabled]:focus, -.bootstrap fieldset[disabled] .btn-primary:focus, -.bootstrap .btn-primary.disabled.focus, -.bootstrap .btn-primary[disabled].focus, -.bootstrap fieldset[disabled] .btn-primary.focus { +.bootstrap3 .btn-primary.disabled:hover, +.bootstrap3 .btn-primary[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-primary:hover, +.bootstrap3 .btn-primary.disabled:focus, +.bootstrap3 .btn-primary[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-primary:focus, +.bootstrap3 .btn-primary.disabled.focus, +.bootstrap3 .btn-primary[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } -.bootstrap .btn-primary .badge { +.bootstrap3 .btn-primary .badge { color: #337ab7; background-color: #ffffff; } -.bootstrap .btn-success { +.bootstrap3 .btn-success { color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; } -.bootstrap .btn-success:focus, -.bootstrap .btn-success.focus { +.bootstrap3 .btn-success:focus, +.bootstrap3 .btn-success.focus { color: #ffffff; background-color: #449d44; border-color: #255625; } -.bootstrap .btn-success:hover { +.bootstrap3 .btn-success:hover { color: #ffffff; background-color: #449d44; border-color: #398439; } -.bootstrap .btn-success:active, -.bootstrap .btn-success.active, -.bootstrap .open > .dropdown-toggle.btn-success { +.bootstrap3 .btn-success:active, +.bootstrap3 .btn-success.active, +.bootstrap3 .open > .dropdown-toggle.btn-success { color: #ffffff; background-color: #449d44; border-color: #398439; } -.bootstrap .btn-success:active:hover, -.bootstrap .btn-success.active:hover, -.bootstrap .open > .dropdown-toggle.btn-success:hover, -.bootstrap .btn-success:active:focus, -.bootstrap .btn-success.active:focus, -.bootstrap .open > .dropdown-toggle.btn-success:focus, -.bootstrap .btn-success:active.focus, -.bootstrap .btn-success.active.focus, -.bootstrap .open > .dropdown-toggle.btn-success.focus { +.bootstrap3 .btn-success:active:hover, +.bootstrap3 .btn-success.active:hover, +.bootstrap3 .open > .dropdown-toggle.btn-success:hover, +.bootstrap3 .btn-success:active:focus, +.bootstrap3 .btn-success.active:focus, +.bootstrap3 .open > .dropdown-toggle.btn-success:focus, +.bootstrap3 .btn-success:active.focus, +.bootstrap3 .btn-success.active.focus, +.bootstrap3 .open > .dropdown-toggle.btn-success.focus { color: #ffffff; background-color: #398439; border-color: #255625; } -.bootstrap .btn-success:active, -.bootstrap .btn-success.active, -.bootstrap .open > .dropdown-toggle.btn-success { +.bootstrap3 .btn-success:active, +.bootstrap3 .btn-success.active, +.bootstrap3 .open > .dropdown-toggle.btn-success { background-image: none; } -.bootstrap .btn-success.disabled:hover, -.bootstrap .btn-success[disabled]:hover, -.bootstrap fieldset[disabled] .btn-success:hover, -.bootstrap .btn-success.disabled:focus, -.bootstrap .btn-success[disabled]:focus, -.bootstrap fieldset[disabled] .btn-success:focus, -.bootstrap .btn-success.disabled.focus, -.bootstrap .btn-success[disabled].focus, -.bootstrap fieldset[disabled] .btn-success.focus { +.bootstrap3 .btn-success.disabled:hover, +.bootstrap3 .btn-success[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-success:hover, +.bootstrap3 .btn-success.disabled:focus, +.bootstrap3 .btn-success[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-success:focus, +.bootstrap3 .btn-success.disabled.focus, +.bootstrap3 .btn-success[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } -.bootstrap .btn-success .badge { +.bootstrap3 .btn-success .badge { color: #5cb85c; background-color: #ffffff; } -.bootstrap .btn-info { +.bootstrap3 .btn-info { color: #ffffff; background-color: #5bc0de; border-color: #46b8da; } -.bootstrap .btn-info:focus, -.bootstrap .btn-info.focus { +.bootstrap3 .btn-info:focus, +.bootstrap3 .btn-info.focus { color: #ffffff; background-color: #31b0d5; border-color: #1b6d85; } -.bootstrap .btn-info:hover { +.bootstrap3 .btn-info:hover { color: #ffffff; background-color: #31b0d5; border-color: #269abc; } -.bootstrap .btn-info:active, -.bootstrap .btn-info.active, -.bootstrap .open > .dropdown-toggle.btn-info { +.bootstrap3 .btn-info:active, +.bootstrap3 .btn-info.active, +.bootstrap3 .open > .dropdown-toggle.btn-info { color: #ffffff; background-color: #31b0d5; border-color: #269abc; } -.bootstrap .btn-info:active:hover, -.bootstrap .btn-info.active:hover, -.bootstrap .open > .dropdown-toggle.btn-info:hover, -.bootstrap .btn-info:active:focus, -.bootstrap .btn-info.active:focus, -.bootstrap .open > .dropdown-toggle.btn-info:focus, -.bootstrap .btn-info:active.focus, -.bootstrap .btn-info.active.focus, -.bootstrap .open > .dropdown-toggle.btn-info.focus { +.bootstrap3 .btn-info:active:hover, +.bootstrap3 .btn-info.active:hover, +.bootstrap3 .open > .dropdown-toggle.btn-info:hover, +.bootstrap3 .btn-info:active:focus, +.bootstrap3 .btn-info.active:focus, +.bootstrap3 .open > .dropdown-toggle.btn-info:focus, +.bootstrap3 .btn-info:active.focus, +.bootstrap3 .btn-info.active.focus, +.bootstrap3 .open > .dropdown-toggle.btn-info.focus { color: #ffffff; background-color: #269abc; border-color: #1b6d85; } -.bootstrap .btn-info:active, -.bootstrap .btn-info.active, -.bootstrap .open > .dropdown-toggle.btn-info { +.bootstrap3 .btn-info:active, +.bootstrap3 .btn-info.active, +.bootstrap3 .open > .dropdown-toggle.btn-info { background-image: none; } -.bootstrap .btn-info.disabled:hover, -.bootstrap .btn-info[disabled]:hover, -.bootstrap fieldset[disabled] .btn-info:hover, -.bootstrap .btn-info.disabled:focus, -.bootstrap .btn-info[disabled]:focus, -.bootstrap fieldset[disabled] .btn-info:focus, -.bootstrap .btn-info.disabled.focus, -.bootstrap .btn-info[disabled].focus, -.bootstrap fieldset[disabled] .btn-info.focus { +.bootstrap3 .btn-info.disabled:hover, +.bootstrap3 .btn-info[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-info:hover, +.bootstrap3 .btn-info.disabled:focus, +.bootstrap3 .btn-info[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-info:focus, +.bootstrap3 .btn-info.disabled.focus, +.bootstrap3 .btn-info[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } -.bootstrap .btn-info .badge { +.bootstrap3 .btn-info .badge { color: #5bc0de; background-color: #ffffff; } -.bootstrap .btn-warning { +.bootstrap3 .btn-warning { color: #ffffff; background-color: #f0ad4e; border-color: #eea236; } -.bootstrap .btn-warning:focus, -.bootstrap .btn-warning.focus { +.bootstrap3 .btn-warning:focus, +.bootstrap3 .btn-warning.focus { color: #ffffff; background-color: #ec971f; border-color: #985f0d; } -.bootstrap .btn-warning:hover { +.bootstrap3 .btn-warning:hover { color: #ffffff; background-color: #ec971f; border-color: #d58512; } -.bootstrap .btn-warning:active, -.bootstrap .btn-warning.active, -.bootstrap .open > .dropdown-toggle.btn-warning { +.bootstrap3 .btn-warning:active, +.bootstrap3 .btn-warning.active, +.bootstrap3 .open > .dropdown-toggle.btn-warning { color: #ffffff; background-color: #ec971f; border-color: #d58512; } -.bootstrap .btn-warning:active:hover, -.bootstrap .btn-warning.active:hover, -.bootstrap .open > .dropdown-toggle.btn-warning:hover, -.bootstrap .btn-warning:active:focus, -.bootstrap .btn-warning.active:focus, -.bootstrap .open > .dropdown-toggle.btn-warning:focus, -.bootstrap .btn-warning:active.focus, -.bootstrap .btn-warning.active.focus, -.bootstrap .open > .dropdown-toggle.btn-warning.focus { +.bootstrap3 .btn-warning:active:hover, +.bootstrap3 .btn-warning.active:hover, +.bootstrap3 .open > .dropdown-toggle.btn-warning:hover, +.bootstrap3 .btn-warning:active:focus, +.bootstrap3 .btn-warning.active:focus, +.bootstrap3 .open > .dropdown-toggle.btn-warning:focus, +.bootstrap3 .btn-warning:active.focus, +.bootstrap3 .btn-warning.active.focus, +.bootstrap3 .open > .dropdown-toggle.btn-warning.focus { color: #ffffff; background-color: #d58512; border-color: #985f0d; } -.bootstrap .btn-warning:active, -.bootstrap .btn-warning.active, -.bootstrap .open > .dropdown-toggle.btn-warning { +.bootstrap3 .btn-warning:active, +.bootstrap3 .btn-warning.active, +.bootstrap3 .open > .dropdown-toggle.btn-warning { background-image: none; } -.bootstrap .btn-warning.disabled:hover, -.bootstrap .btn-warning[disabled]:hover, -.bootstrap fieldset[disabled] .btn-warning:hover, -.bootstrap .btn-warning.disabled:focus, -.bootstrap .btn-warning[disabled]:focus, -.bootstrap fieldset[disabled] .btn-warning:focus, -.bootstrap .btn-warning.disabled.focus, -.bootstrap .btn-warning[disabled].focus, -.bootstrap fieldset[disabled] .btn-warning.focus { +.bootstrap3 .btn-warning.disabled:hover, +.bootstrap3 .btn-warning[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-warning:hover, +.bootstrap3 .btn-warning.disabled:focus, +.bootstrap3 .btn-warning[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-warning:focus, +.bootstrap3 .btn-warning.disabled.focus, +.bootstrap3 .btn-warning[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } -.bootstrap .btn-warning .badge { +.bootstrap3 .btn-warning .badge { color: #f0ad4e; background-color: #ffffff; } -.bootstrap .btn-danger { +.bootstrap3 .btn-danger { color: #ffffff; background-color: #d9534f; border-color: #d43f3a; } -.bootstrap .btn-danger:focus, -.bootstrap .btn-danger.focus { +.bootstrap3 .btn-danger:focus, +.bootstrap3 .btn-danger.focus { color: #ffffff; background-color: #c9302c; border-color: #761c19; } -.bootstrap .btn-danger:hover { +.bootstrap3 .btn-danger:hover { color: #ffffff; background-color: #c9302c; border-color: #ac2925; } -.bootstrap .btn-danger:active, -.bootstrap .btn-danger.active, -.bootstrap .open > .dropdown-toggle.btn-danger { +.bootstrap3 .btn-danger:active, +.bootstrap3 .btn-danger.active, +.bootstrap3 .open > .dropdown-toggle.btn-danger { color: #ffffff; background-color: #c9302c; border-color: #ac2925; } -.bootstrap .btn-danger:active:hover, -.bootstrap .btn-danger.active:hover, -.bootstrap .open > .dropdown-toggle.btn-danger:hover, -.bootstrap .btn-danger:active:focus, -.bootstrap .btn-danger.active:focus, -.bootstrap .open > .dropdown-toggle.btn-danger:focus, -.bootstrap .btn-danger:active.focus, -.bootstrap .btn-danger.active.focus, -.bootstrap .open > .dropdown-toggle.btn-danger.focus { +.bootstrap3 .btn-danger:active:hover, +.bootstrap3 .btn-danger.active:hover, +.bootstrap3 .open > .dropdown-toggle.btn-danger:hover, +.bootstrap3 .btn-danger:active:focus, +.bootstrap3 .btn-danger.active:focus, +.bootstrap3 .open > .dropdown-toggle.btn-danger:focus, +.bootstrap3 .btn-danger:active.focus, +.bootstrap3 .btn-danger.active.focus, +.bootstrap3 .open > .dropdown-toggle.btn-danger.focus { color: #ffffff; background-color: #ac2925; border-color: #761c19; } -.bootstrap .btn-danger:active, -.bootstrap .btn-danger.active, -.bootstrap .open > .dropdown-toggle.btn-danger { +.bootstrap3 .btn-danger:active, +.bootstrap3 .btn-danger.active, +.bootstrap3 .open > .dropdown-toggle.btn-danger { background-image: none; } -.bootstrap .btn-danger.disabled:hover, -.bootstrap .btn-danger[disabled]:hover, -.bootstrap fieldset[disabled] .btn-danger:hover, -.bootstrap .btn-danger.disabled:focus, -.bootstrap .btn-danger[disabled]:focus, -.bootstrap fieldset[disabled] .btn-danger:focus, -.bootstrap .btn-danger.disabled.focus, -.bootstrap .btn-danger[disabled].focus, -.bootstrap fieldset[disabled] .btn-danger.focus { +.bootstrap3 .btn-danger.disabled:hover, +.bootstrap3 .btn-danger[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-danger:hover, +.bootstrap3 .btn-danger.disabled:focus, +.bootstrap3 .btn-danger[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-danger:focus, +.bootstrap3 .btn-danger.disabled.focus, +.bootstrap3 .btn-danger[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } -.bootstrap .btn-danger .badge { +.bootstrap3 .btn-danger .badge { color: #d9534f; background-color: #ffffff; } -.bootstrap .btn-link { +.bootstrap3 .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } -.bootstrap .btn-link, -.bootstrap .btn-link:active, -.bootstrap .btn-link.active, -.bootstrap .btn-link[disabled], -.bootstrap fieldset[disabled] .btn-link { +.bootstrap3 .btn-link, +.bootstrap3 .btn-link:active, +.bootstrap3 .btn-link.active, +.bootstrap3 .btn-link[disabled], +.bootstrap3 fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } -.bootstrap .btn-link, -.bootstrap .btn-link:hover, -.bootstrap .btn-link:focus, -.bootstrap .btn-link:active { +.bootstrap3 .btn-link, +.bootstrap3 .btn-link:hover, +.bootstrap3 .btn-link:focus, +.bootstrap3 .btn-link:active { border-color: transparent; } -.bootstrap .btn-link:hover, -.bootstrap .btn-link:focus { +.bootstrap3 .btn-link:hover, +.bootstrap3 .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } -.bootstrap .btn-link[disabled]:hover, -.bootstrap fieldset[disabled] .btn-link:hover, -.bootstrap .btn-link[disabled]:focus, -.bootstrap fieldset[disabled] .btn-link:focus { +.bootstrap3 .btn-link[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-link:hover, +.bootstrap3 .btn-link[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } -.bootstrap .btn-lg, -.bootstrap .btn-group-lg > .btn { +.bootstrap3 .btn-lg, +.bootstrap3 .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } -.bootstrap .btn-sm, -.bootstrap .btn-group-sm > .btn { +.bootstrap3 .btn-sm, +.bootstrap3 .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } -.bootstrap .btn-xs, -.bootstrap .btn-group-xs > .btn { +.bootstrap3 .btn-xs, +.bootstrap3 .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } -.bootstrap .btn-block { +.bootstrap3 .btn-block { display: block; width: 100%; } -.bootstrap .btn-block + .btn-block { +.bootstrap3 .btn-block + .btn-block { margin-top: 5px; } -.bootstrap input[type="submit"].btn-block, -.bootstrap input[type="reset"].btn-block, -.bootstrap input[type="button"].btn-block { +.bootstrap3 input[type="submit"].btn-block, +.bootstrap3 input[type="reset"].btn-block, +.bootstrap3 input[type="button"].btn-block { width: 100%; } -.bootstrap .fade { +.bootstrap3 .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } -.bootstrap .fade.in { +.bootstrap3 .fade.in { opacity: 1; } -.bootstrap .collapse { +.bootstrap3 .collapse { display: none; } -.bootstrap .collapse.in { +.bootstrap3 .collapse.in { display: block; } -.bootstrap tr.collapse.in { +.bootstrap3 tr.collapse.in { display: table-row; } -.bootstrap tbody.collapse.in { +.bootstrap3 tbody.collapse.in { display: table-row-group; } -.bootstrap .collapsing { +.bootstrap3 .collapsing { position: relative; height: 0; overflow: hidden; @@ -3606,7 +3606,7 @@ -o-transition-timing-function: ease; transition-timing-function: ease; } -.bootstrap .caret { +.bootstrap3 .caret { display: inline-block; width: 0; height: 0; @@ -3617,14 +3617,14 @@ border-right: 4px solid transparent; border-left: 4px solid transparent; } -.bootstrap .dropup, -.bootstrap .dropdown { +.bootstrap3 .dropup, +.bootstrap3 .dropdown { position: relative; } -.bootstrap .dropdown-toggle:focus { +.bootstrap3 .dropdown-toggle:focus { outline: 0; } -.bootstrap .dropdown-menu { +.bootstrap3 .dropdown-menu { position: absolute; top: 100%; left: 0; @@ -3646,17 +3646,17 @@ -webkit-background-clip: padding-box; background-clip: padding-box; } -.bootstrap .dropdown-menu.pull-right { +.bootstrap3 .dropdown-menu.pull-right { right: 0; left: auto; } -.bootstrap .dropdown-menu .divider { +.bootstrap3 .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } -.bootstrap .dropdown-menu > li > a { +.bootstrap3 .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; @@ -3665,48 +3665,48 @@ color: #333333; white-space: nowrap; } -.bootstrap .dropdown-menu > li > a:hover, -.bootstrap .dropdown-menu > li > a:focus { +.bootstrap3 .dropdown-menu > li > a:hover, +.bootstrap3 .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } -.bootstrap .dropdown-menu > .active > a, -.bootstrap .dropdown-menu > .active > a:hover, -.bootstrap .dropdown-menu > .active > a:focus { +.bootstrap3 .dropdown-menu > .active > a, +.bootstrap3 .dropdown-menu > .active > a:hover, +.bootstrap3 .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #337ab7; } -.bootstrap .dropdown-menu > .disabled > a, -.bootstrap .dropdown-menu > .disabled > a:hover, -.bootstrap .dropdown-menu > .disabled > a:focus { +.bootstrap3 .dropdown-menu > .disabled > a, +.bootstrap3 .dropdown-menu > .disabled > a:hover, +.bootstrap3 .dropdown-menu > .disabled > a:focus { color: #777777; } -.bootstrap .dropdown-menu > .disabled > a:hover, -.bootstrap .dropdown-menu > .disabled > a:focus { +.bootstrap3 .dropdown-menu > .disabled > a:hover, +.bootstrap3 .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); cursor: not-allowed; } -.bootstrap .open > .dropdown-menu { +.bootstrap3 .open > .dropdown-menu { display: block; } -.bootstrap .open > a { +.bootstrap3 .open > a { outline: 0; } -.bootstrap .dropdown-menu-right { +.bootstrap3 .dropdown-menu-right { left: auto; right: 0; } -.bootstrap .dropdown-menu-left { +.bootstrap3 .dropdown-menu-left { left: 0; right: auto; } -.bootstrap .dropdown-header { +.bootstrap3 .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; @@ -3714,7 +3714,7 @@ color: #777777; white-space: nowrap; } -.bootstrap .dropdown-backdrop { +.bootstrap3 .dropdown-backdrop { position: fixed; left: 0; right: 0; @@ -3722,287 +3722,287 @@ top: 0; z-index: 990; } -.bootstrap .pull-right > .dropdown-menu { +.bootstrap3 .pull-right > .dropdown-menu { right: 0; left: auto; } -.bootstrap .dropup .caret, -.bootstrap .navbar-fixed-bottom .dropdown .caret { +.bootstrap3 .dropup .caret, +.bootstrap3 .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } -.bootstrap .dropup .dropdown-menu, -.bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu { +.bootstrap3 .dropup .dropdown-menu, +.bootstrap3 .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 768px) { - .bootstrap .navbar-right .dropdown-menu { + .bootstrap3 .navbar-right .dropdown-menu { left: auto; right: 0; } - .bootstrap .navbar-right .dropdown-menu-left { + .bootstrap3 .navbar-right .dropdown-menu-left { left: 0; right: auto; } } -.bootstrap .btn-group, -.bootstrap .btn-group-vertical { +.bootstrap3 .btn-group, +.bootstrap3 .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } -.bootstrap .btn-group > .btn, -.bootstrap .btn-group-vertical > .btn { +.bootstrap3 .btn-group > .btn, +.bootstrap3 .btn-group-vertical > .btn { position: relative; float: left; } -.bootstrap .btn-group > .btn:hover, -.bootstrap .btn-group-vertical > .btn:hover, -.bootstrap .btn-group > .btn:focus, -.bootstrap .btn-group-vertical > .btn:focus, -.bootstrap .btn-group > .btn:active, -.bootstrap .btn-group-vertical > .btn:active, -.bootstrap .btn-group > .btn.active, -.bootstrap .btn-group-vertical > .btn.active { +.bootstrap3 .btn-group > .btn:hover, +.bootstrap3 .btn-group-vertical > .btn:hover, +.bootstrap3 .btn-group > .btn:focus, +.bootstrap3 .btn-group-vertical > .btn:focus, +.bootstrap3 .btn-group > .btn:active, +.bootstrap3 .btn-group-vertical > .btn:active, +.bootstrap3 .btn-group > .btn.active, +.bootstrap3 .btn-group-vertical > .btn.active { z-index: 2; } -.bootstrap .btn-group .btn + .btn, -.bootstrap .btn-group .btn + .btn-group, -.bootstrap .btn-group .btn-group + .btn, -.bootstrap .btn-group .btn-group + .btn-group { +.bootstrap3 .btn-group .btn + .btn, +.bootstrap3 .btn-group .btn + .btn-group, +.bootstrap3 .btn-group .btn-group + .btn, +.bootstrap3 .btn-group .btn-group + .btn-group { margin-left: -1px; } -.bootstrap .btn-toolbar { +.bootstrap3 .btn-toolbar { margin-left: -5px; } -.bootstrap .btn-toolbar .btn, -.bootstrap .btn-toolbar .btn-group, -.bootstrap .btn-toolbar .input-group { +.bootstrap3 .btn-toolbar .btn, +.bootstrap3 .btn-toolbar .btn-group, +.bootstrap3 .btn-toolbar .input-group { float: left; } -.bootstrap .btn-toolbar > .btn, -.bootstrap .btn-toolbar > .btn-group, -.bootstrap .btn-toolbar > .input-group { +.bootstrap3 .btn-toolbar > .btn, +.bootstrap3 .btn-toolbar > .btn-group, +.bootstrap3 .btn-toolbar > .input-group { margin-left: 5px; } -.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { +.bootstrap3 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } -.bootstrap .btn-group > .btn:first-child { +.bootstrap3 .btn-group > .btn:first-child { margin-left: 0; } -.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { +.bootstrap3 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } -.bootstrap .btn-group > .btn:last-child:not(:first-child), -.bootstrap .btn-group > .dropdown-toggle:not(:first-child) { +.bootstrap3 .btn-group > .btn:last-child:not(:first-child), +.bootstrap3 .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } -.bootstrap .btn-group > .btn-group { +.bootstrap3 .btn-group > .btn-group { float: left; } -.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { +.bootstrap3 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, -.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { +.bootstrap3 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, +.bootstrap3 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } -.bootstrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { +.bootstrap3 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } -.bootstrap .btn-group .dropdown-toggle:active, -.bootstrap .btn-group.open .dropdown-toggle { +.bootstrap3 .btn-group .dropdown-toggle:active, +.bootstrap3 .btn-group.open .dropdown-toggle { outline: 0; } -.bootstrap .btn-group > .btn + .dropdown-toggle { +.bootstrap3 .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } -.bootstrap .btn-group > .btn-lg + .dropdown-toggle { +.bootstrap3 .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } -.bootstrap .btn-group.open .dropdown-toggle { +.bootstrap3 .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } -.bootstrap .btn-group.open .dropdown-toggle.btn-link { +.bootstrap3 .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } -.bootstrap .btn .caret { +.bootstrap3 .btn .caret { margin-left: 0; } -.bootstrap .btn-lg .caret { +.bootstrap3 .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } -.bootstrap .dropup .btn-lg .caret { +.bootstrap3 .dropup .btn-lg .caret { border-width: 0 5px 5px; } -.bootstrap .btn-group-vertical > .btn, -.bootstrap .btn-group-vertical > .btn-group, -.bootstrap .btn-group-vertical > .btn-group > .btn { +.bootstrap3 .btn-group-vertical > .btn, +.bootstrap3 .btn-group-vertical > .btn-group, +.bootstrap3 .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } -.bootstrap .btn-group-vertical > .btn-group > .btn { +.bootstrap3 .btn-group-vertical > .btn-group > .btn { float: none; } -.bootstrap .btn-group-vertical > .btn + .btn, -.bootstrap .btn-group-vertical > .btn + .btn-group, -.bootstrap .btn-group-vertical > .btn-group + .btn, -.bootstrap .btn-group-vertical > .btn-group + .btn-group { +.bootstrap3 .btn-group-vertical > .btn + .btn, +.bootstrap3 .btn-group-vertical > .btn + .btn-group, +.bootstrap3 .btn-group-vertical > .btn-group + .btn, +.bootstrap3 .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } -.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) { +.bootstrap3 .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } -.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) { +.bootstrap3 .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) { +.bootstrap3 .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } -.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { +.bootstrap3 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, -.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { +.bootstrap3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.bootstrap3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { +.bootstrap3 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } -.bootstrap .btn-group-justified { +.bootstrap3 .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } -.bootstrap .btn-group-justified > .btn, -.bootstrap .btn-group-justified > .btn-group { +.bootstrap3 .btn-group-justified > .btn, +.bootstrap3 .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } -.bootstrap .btn-group-justified > .btn-group .btn { +.bootstrap3 .btn-group-justified > .btn-group .btn { width: 100%; } -.bootstrap .btn-group-justified > .btn-group .dropdown-menu { +.bootstrap3 .btn-group-justified > .btn-group .dropdown-menu { left: auto; } -.bootstrap [data-toggle="buttons"] > .btn input[type="radio"], -.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], -.bootstrap [data-toggle="buttons"] > .btn input[type="checkbox"], -.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { +.bootstrap3 [data-toggle="buttons"] > .btn input[type="radio"], +.bootstrap3 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], +.bootstrap3 [data-toggle="buttons"] > .btn input[type="checkbox"], +.bootstrap3 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } -.bootstrap .input-group { +.bootstrap3 .input-group { position: relative; display: table; border-collapse: separate; } -.bootstrap .input-group[class*="col-"] { +.bootstrap3 .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } -.bootstrap .input-group .form-control { +.bootstrap3 .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } -.bootstrap .input-group .form-control:focus { +.bootstrap3 .input-group .form-control:focus { z-index: 3; } -.bootstrap .input-group-lg > .form-control, -.bootstrap .input-group-lg > .input-group-addon, -.bootstrap .input-group-lg > .input-group-btn > .btn { +.bootstrap3 .input-group-lg > .form-control, +.bootstrap3 .input-group-lg > .input-group-addon, +.bootstrap3 .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } -.bootstrap select.input-group-lg > .form-control, -.bootstrap select.input-group-lg > .input-group-addon, -.bootstrap select.input-group-lg > .input-group-btn > .btn { +.bootstrap3 select.input-group-lg > .form-control, +.bootstrap3 select.input-group-lg > .input-group-addon, +.bootstrap3 select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; } -.bootstrap textarea.input-group-lg > .form-control, -.bootstrap textarea.input-group-lg > .input-group-addon, -.bootstrap textarea.input-group-lg > .input-group-btn > .btn, -.bootstrap select[multiple].input-group-lg > .form-control, -.bootstrap select[multiple].input-group-lg > .input-group-addon, -.bootstrap select[multiple].input-group-lg > .input-group-btn > .btn { +.bootstrap3 textarea.input-group-lg > .form-control, +.bootstrap3 textarea.input-group-lg > .input-group-addon, +.bootstrap3 textarea.input-group-lg > .input-group-btn > .btn, +.bootstrap3 select[multiple].input-group-lg > .form-control, +.bootstrap3 select[multiple].input-group-lg > .input-group-addon, +.bootstrap3 select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } -.bootstrap .input-group-sm > .form-control, -.bootstrap .input-group-sm > .input-group-addon, -.bootstrap .input-group-sm > .input-group-btn > .btn { +.bootstrap3 .input-group-sm > .form-control, +.bootstrap3 .input-group-sm > .input-group-addon, +.bootstrap3 .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } -.bootstrap select.input-group-sm > .form-control, -.bootstrap select.input-group-sm > .input-group-addon, -.bootstrap select.input-group-sm > .input-group-btn > .btn { +.bootstrap3 select.input-group-sm > .form-control, +.bootstrap3 select.input-group-sm > .input-group-addon, +.bootstrap3 select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } -.bootstrap textarea.input-group-sm > .form-control, -.bootstrap textarea.input-group-sm > .input-group-addon, -.bootstrap textarea.input-group-sm > .input-group-btn > .btn, -.bootstrap select[multiple].input-group-sm > .form-control, -.bootstrap select[multiple].input-group-sm > .input-group-addon, -.bootstrap select[multiple].input-group-sm > .input-group-btn > .btn { +.bootstrap3 textarea.input-group-sm > .form-control, +.bootstrap3 textarea.input-group-sm > .input-group-addon, +.bootstrap3 textarea.input-group-sm > .input-group-btn > .btn, +.bootstrap3 select[multiple].input-group-sm > .form-control, +.bootstrap3 select[multiple].input-group-sm > .input-group-addon, +.bootstrap3 select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } -.bootstrap .input-group-addon, -.bootstrap .input-group-btn, -.bootstrap .input-group .form-control { +.bootstrap3 .input-group-addon, +.bootstrap3 .input-group-btn, +.bootstrap3 .input-group .form-control { display: table-cell; } -.bootstrap .input-group-addon:not(:first-child):not(:last-child), -.bootstrap .input-group-btn:not(:first-child):not(:last-child), -.bootstrap .input-group .form-control:not(:first-child):not(:last-child) { +.bootstrap3 .input-group-addon:not(:first-child):not(:last-child), +.bootstrap3 .input-group-btn:not(:first-child):not(:last-child), +.bootstrap3 .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } -.bootstrap .input-group-addon, -.bootstrap .input-group-btn { +.bootstrap3 .input-group-addon, +.bootstrap3 .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } -.bootstrap .input-group-addon { +.bootstrap3 .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; @@ -4013,280 +4013,280 @@ border: 1px solid #cccccc; border-radius: 4px; } -.bootstrap .input-group-addon.input-sm { +.bootstrap3 .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } -.bootstrap .input-group-addon.input-lg { +.bootstrap3 .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } -.bootstrap .input-group-addon input[type="radio"], -.bootstrap .input-group-addon input[type="checkbox"] { +.bootstrap3 .input-group-addon input[type="radio"], +.bootstrap3 .input-group-addon input[type="checkbox"] { margin-top: 0; } -.bootstrap .input-group .form-control:first-child, -.bootstrap .input-group-addon:first-child, -.bootstrap .input-group-btn:first-child > .btn, -.bootstrap .input-group-btn:first-child > .btn-group > .btn, -.bootstrap .input-group-btn:first-child > .dropdown-toggle, -.bootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { +.bootstrap3 .input-group .form-control:first-child, +.bootstrap3 .input-group-addon:first-child, +.bootstrap3 .input-group-btn:first-child > .btn, +.bootstrap3 .input-group-btn:first-child > .btn-group > .btn, +.bootstrap3 .input-group-btn:first-child > .dropdown-toggle, +.bootstrap3 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.bootstrap3 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } -.bootstrap .input-group-addon:first-child { +.bootstrap3 .input-group-addon:first-child { border-right: 0; } -.bootstrap .input-group .form-control:last-child, -.bootstrap .input-group-addon:last-child, -.bootstrap .input-group-btn:last-child > .btn, -.bootstrap .input-group-btn:last-child > .btn-group > .btn, -.bootstrap .input-group-btn:last-child > .dropdown-toggle, -.bootstrap .input-group-btn:first-child > .btn:not(:first-child), -.bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { +.bootstrap3 .input-group .form-control:last-child, +.bootstrap3 .input-group-addon:last-child, +.bootstrap3 .input-group-btn:last-child > .btn, +.bootstrap3 .input-group-btn:last-child > .btn-group > .btn, +.bootstrap3 .input-group-btn:last-child > .dropdown-toggle, +.bootstrap3 .input-group-btn:first-child > .btn:not(:first-child), +.bootstrap3 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } -.bootstrap .input-group-addon:last-child { +.bootstrap3 .input-group-addon:last-child { border-left: 0; } -.bootstrap .input-group-btn { +.bootstrap3 .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } -.bootstrap .input-group-btn > .btn { +.bootstrap3 .input-group-btn > .btn { position: relative; } -.bootstrap .input-group-btn > .btn + .btn { +.bootstrap3 .input-group-btn > .btn + .btn { margin-left: -1px; } -.bootstrap .input-group-btn > .btn:hover, -.bootstrap .input-group-btn > .btn:focus, -.bootstrap .input-group-btn > .btn:active { +.bootstrap3 .input-group-btn > .btn:hover, +.bootstrap3 .input-group-btn > .btn:focus, +.bootstrap3 .input-group-btn > .btn:active { z-index: 2; } -.bootstrap .input-group-btn:first-child > .btn, -.bootstrap .input-group-btn:first-child > .btn-group { +.bootstrap3 .input-group-btn:first-child > .btn, +.bootstrap3 .input-group-btn:first-child > .btn-group { margin-right: -1px; } -.bootstrap .input-group-btn:last-child > .btn, -.bootstrap .input-group-btn:last-child > .btn-group { +.bootstrap3 .input-group-btn:last-child > .btn, +.bootstrap3 .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } -.bootstrap .nav { +.bootstrap3 .nav { margin-bottom: 0; padding-left: 0; list-style: none; } -.bootstrap .nav > li { +.bootstrap3 .nav > li { position: relative; display: block; } -.bootstrap .nav > li > a { +.bootstrap3 .nav > li > a { position: relative; display: block; padding: 10px 15px; } -.bootstrap .nav > li > a:hover, -.bootstrap .nav > li > a:focus { +.bootstrap3 .nav > li > a:hover, +.bootstrap3 .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } -.bootstrap .nav > li.disabled > a { +.bootstrap3 .nav > li.disabled > a { color: #777777; } -.bootstrap .nav > li.disabled > a:hover, -.bootstrap .nav > li.disabled > a:focus { +.bootstrap3 .nav > li.disabled > a:hover, +.bootstrap3 .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } -.bootstrap .nav .open > a, -.bootstrap .nav .open > a:hover, -.bootstrap .nav .open > a:focus { +.bootstrap3 .nav .open > a, +.bootstrap3 .nav .open > a:hover, +.bootstrap3 .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } -.bootstrap .nav .nav-divider { +.bootstrap3 .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } -.bootstrap .nav > li > a > img { +.bootstrap3 .nav > li > a > img { max-width: none; } -.bootstrap .nav-tabs { +.bootstrap3 .nav-tabs { border-bottom: 1px solid #dddddd; } -.bootstrap .nav-tabs > li { +.bootstrap3 .nav-tabs > li { float: left; margin-bottom: -1px; } -.bootstrap .nav-tabs > li > a { +.bootstrap3 .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } -.bootstrap .nav-tabs > li > a:hover { +.bootstrap3 .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } -.bootstrap .nav-tabs > li.active > a, -.bootstrap .nav-tabs > li.active > a:hover, -.bootstrap .nav-tabs > li.active > a:focus { +.bootstrap3 .nav-tabs > li.active > a, +.bootstrap3 .nav-tabs > li.active > a:hover, +.bootstrap3 .nav-tabs > li.active > a:focus { color: #555555; background-color: #ffffff; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } -.bootstrap .nav-tabs.nav-justified { +.bootstrap3 .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } -.bootstrap .nav-tabs.nav-justified > li { +.bootstrap3 .nav-tabs.nav-justified > li { float: none; } -.bootstrap .nav-tabs.nav-justified > li > a { +.bootstrap3 .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } -.bootstrap .nav-tabs.nav-justified > .dropdown .dropdown-menu { +.bootstrap3 .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { - .bootstrap .nav-tabs.nav-justified > li { + .bootstrap3 .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } - .bootstrap .nav-tabs.nav-justified > li > a { + .bootstrap3 .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } -.bootstrap .nav-tabs.nav-justified > li > a { +.bootstrap3 .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } -.bootstrap .nav-tabs.nav-justified > .active > a, -.bootstrap .nav-tabs.nav-justified > .active > a:hover, -.bootstrap .nav-tabs.nav-justified > .active > a:focus { +.bootstrap3 .nav-tabs.nav-justified > .active > a, +.bootstrap3 .nav-tabs.nav-justified > .active > a:hover, +.bootstrap3 .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { - .bootstrap .nav-tabs.nav-justified > li > a { + .bootstrap3 .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } - .bootstrap .nav-tabs.nav-justified > .active > a, - .bootstrap .nav-tabs.nav-justified > .active > a:hover, - .bootstrap .nav-tabs.nav-justified > .active > a:focus { + .bootstrap3 .nav-tabs.nav-justified > .active > a, + .bootstrap3 .nav-tabs.nav-justified > .active > a:hover, + .bootstrap3 .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #ffffff; } } -.bootstrap .nav-pills > li { +.bootstrap3 .nav-pills > li { float: left; } -.bootstrap .nav-pills > li > a { +.bootstrap3 .nav-pills > li > a { border-radius: 4px; } -.bootstrap .nav-pills > li + li { +.bootstrap3 .nav-pills > li + li { margin-left: 2px; } -.bootstrap .nav-pills > li.active > a, -.bootstrap .nav-pills > li.active > a:hover, -.bootstrap .nav-pills > li.active > a:focus { +.bootstrap3 .nav-pills > li.active > a, +.bootstrap3 .nav-pills > li.active > a:hover, +.bootstrap3 .nav-pills > li.active > a:focus { color: #ffffff; background-color: #337ab7; } -.bootstrap .nav-stacked > li { +.bootstrap3 .nav-stacked > li { float: none; } -.bootstrap .nav-stacked > li + li { +.bootstrap3 .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } -.bootstrap .nav-justified { +.bootstrap3 .nav-justified { width: 100%; } -.bootstrap .nav-justified > li { +.bootstrap3 .nav-justified > li { float: none; } -.bootstrap .nav-justified > li > a { +.bootstrap3 .nav-justified > li > a { text-align: center; margin-bottom: 5px; } -.bootstrap .nav-justified > .dropdown .dropdown-menu { +.bootstrap3 .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { - .bootstrap .nav-justified > li { + .bootstrap3 .nav-justified > li { display: table-cell; width: 1%; } - .bootstrap .nav-justified > li > a { + .bootstrap3 .nav-justified > li > a { margin-bottom: 0; } } -.bootstrap .nav-tabs-justified { +.bootstrap3 .nav-tabs-justified { border-bottom: 0; } -.bootstrap .nav-tabs-justified > li > a { +.bootstrap3 .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; } -.bootstrap .nav-tabs-justified > .active > a, -.bootstrap .nav-tabs-justified > .active > a:hover, -.bootstrap .nav-tabs-justified > .active > a:focus { +.bootstrap3 .nav-tabs-justified > .active > a, +.bootstrap3 .nav-tabs-justified > .active > a:hover, +.bootstrap3 .nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { - .bootstrap .nav-tabs-justified > li > a { + .bootstrap3 .nav-tabs-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } - .bootstrap .nav-tabs-justified > .active > a, - .bootstrap .nav-tabs-justified > .active > a:hover, - .bootstrap .nav-tabs-justified > .active > a:focus { + .bootstrap3 .nav-tabs-justified > .active > a, + .bootstrap3 .nav-tabs-justified > .active > a:hover, + .bootstrap3 .nav-tabs-justified > .active > a:focus { border-bottom-color: #ffffff; } } -.bootstrap .tab-content > .tab-pane { +.bootstrap3 .tab-content > .tab-pane { display: none; } -.bootstrap .tab-content > .active { +.bootstrap3 .tab-content > .active { display: block; } -.bootstrap .nav-tabs .dropdown-menu { +.bootstrap3 .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } -.bootstrap .navbar { +.bootstrap3 .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } @media (min-width: 768px) { - .bootstrap .navbar { + .bootstrap3 .navbar { border-radius: 4px; } } @media (min-width: 768px) { - .bootstrap .navbar-header { + .bootstrap3 .navbar-header { float: left; } } -.bootstrap .navbar-collapse { +.bootstrap3 .navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; @@ -4295,110 +4295,110 @@ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } -.bootstrap .navbar-collapse.in { +.bootstrap3 .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { - .bootstrap .navbar-collapse { + .bootstrap3 .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; box-shadow: none; } - .bootstrap .navbar-collapse.collapse { + .bootstrap3 .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } - .bootstrap .navbar-collapse.in { + .bootstrap3 .navbar-collapse.in { overflow-y: visible; } - .bootstrap .navbar-fixed-top .navbar-collapse, - .bootstrap .navbar-static-top .navbar-collapse, - .bootstrap .navbar-fixed-bottom .navbar-collapse { + .bootstrap3 .navbar-fixed-top .navbar-collapse, + .bootstrap3 .navbar-static-top .navbar-collapse, + .bootstrap3 .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } -.bootstrap .navbar-fixed-top .navbar-collapse, -.bootstrap .navbar-fixed-bottom .navbar-collapse { +.bootstrap3 .navbar-fixed-top .navbar-collapse, +.bootstrap3 .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 480px) and (orientation: landscape) { - .bootstrap .navbar-fixed-top .navbar-collapse, - .bootstrap .navbar-fixed-bottom .navbar-collapse { + .bootstrap3 .navbar-fixed-top .navbar-collapse, + .bootstrap3 .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } -.bootstrap .container > .navbar-header, -.bootstrap .container-fluid > .navbar-header, -.bootstrap .container > .navbar-collapse, -.bootstrap .container-fluid > .navbar-collapse { +.bootstrap3 .container > .navbar-header, +.bootstrap3 .container-fluid > .navbar-header, +.bootstrap3 .container > .navbar-collapse, +.bootstrap3 .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { - .bootstrap .container > .navbar-header, - .bootstrap .container-fluid > .navbar-header, - .bootstrap .container > .navbar-collapse, - .bootstrap .container-fluid > .navbar-collapse { + .bootstrap3 .container > .navbar-header, + .bootstrap3 .container-fluid > .navbar-header, + .bootstrap3 .container > .navbar-collapse, + .bootstrap3 .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } -.bootstrap .navbar-static-top { +.bootstrap3 .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { - .bootstrap .navbar-static-top { + .bootstrap3 .navbar-static-top { border-radius: 0; } } -.bootstrap .navbar-fixed-top, -.bootstrap .navbar-fixed-bottom { +.bootstrap3 .navbar-fixed-top, +.bootstrap3 .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { - .bootstrap .navbar-fixed-top, - .bootstrap .navbar-fixed-bottom { + .bootstrap3 .navbar-fixed-top, + .bootstrap3 .navbar-fixed-bottom { border-radius: 0; } } -.bootstrap .navbar-fixed-top { +.bootstrap3 .navbar-fixed-top { top: 0; border-width: 0 0 1px; } -.bootstrap .navbar-fixed-bottom { +.bootstrap3 .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } -.bootstrap .navbar-brand { +.bootstrap3 .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; } -.bootstrap .navbar-brand:hover, -.bootstrap .navbar-brand:focus { +.bootstrap3 .navbar-brand:hover, +.bootstrap3 .navbar-brand:focus { text-decoration: none; } -.bootstrap .navbar-brand > img { +.bootstrap3 .navbar-brand > img { display: block; } @media (min-width: 768px) { - .bootstrap .navbar > .container .navbar-brand, - .bootstrap .navbar > .container-fluid .navbar-brand { + .bootstrap3 .navbar > .container .navbar-brand, + .bootstrap3 .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } -.bootstrap .navbar-toggle { +.bootstrap3 .navbar-toggle { position: relative; float: right; margin-right: 15px; @@ -4410,33 +4410,33 @@ border: 1px solid transparent; border-radius: 4px; } -.bootstrap .navbar-toggle:focus { +.bootstrap3 .navbar-toggle:focus { outline: 0; } -.bootstrap .navbar-toggle .icon-bar { +.bootstrap3 .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } -.bootstrap .navbar-toggle .icon-bar + .icon-bar { +.bootstrap3 .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { - .bootstrap .navbar-toggle { + .bootstrap3 .navbar-toggle { display: none; } } -.bootstrap .navbar-nav { +.bootstrap3 .navbar-nav { margin: 7.5px -15px; } -.bootstrap .navbar-nav > li > a { +.bootstrap3 .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { - .bootstrap .navbar-nav .open .dropdown-menu { + .bootstrap3 .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; @@ -4446,32 +4446,32 @@ -webkit-box-shadow: none; box-shadow: none; } - .bootstrap .navbar-nav .open .dropdown-menu > li > a, - .bootstrap .navbar-nav .open .dropdown-menu .dropdown-header { + .bootstrap3 .navbar-nav .open .dropdown-menu > li > a, + .bootstrap3 .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } - .bootstrap .navbar-nav .open .dropdown-menu > li > a { + .bootstrap3 .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } - .bootstrap .navbar-nav .open .dropdown-menu > li > a:hover, - .bootstrap .navbar-nav .open .dropdown-menu > li > a:focus { + .bootstrap3 .navbar-nav .open .dropdown-menu > li > a:hover, + .bootstrap3 .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { - .bootstrap .navbar-nav { + .bootstrap3 .navbar-nav { float: left; margin: 0; } - .bootstrap .navbar-nav > li { + .bootstrap3 .navbar-nav > li { float: left; } - .bootstrap .navbar-nav > li > a { + .bootstrap3 .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } -.bootstrap .navbar-form { +.bootstrap3 .navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; @@ -4483,65 +4483,65 @@ margin-bottom: 8px; } @media (min-width: 768px) { - .bootstrap .navbar-form .form-group { + .bootstrap3 .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } - .bootstrap .navbar-form .form-control { + .bootstrap3 .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } - .bootstrap .navbar-form .form-control-static { + .bootstrap3 .navbar-form .form-control-static { display: inline-block; } - .bootstrap .navbar-form .input-group { + .bootstrap3 .navbar-form .input-group { display: inline-table; vertical-align: middle; } - .bootstrap .navbar-form .input-group .input-group-addon, - .bootstrap .navbar-form .input-group .input-group-btn, - .bootstrap .navbar-form .input-group .form-control { + .bootstrap3 .navbar-form .input-group .input-group-addon, + .bootstrap3 .navbar-form .input-group .input-group-btn, + .bootstrap3 .navbar-form .input-group .form-control { width: auto; } - .bootstrap .navbar-form .input-group > .form-control { + .bootstrap3 .navbar-form .input-group > .form-control { width: 100%; } - .bootstrap .navbar-form .control-label { + .bootstrap3 .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } - .bootstrap .navbar-form .radio, - .bootstrap .navbar-form .checkbox { + .bootstrap3 .navbar-form .radio, + .bootstrap3 .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } - .bootstrap .navbar-form .radio label, - .bootstrap .navbar-form .checkbox label { + .bootstrap3 .navbar-form .radio label, + .bootstrap3 .navbar-form .checkbox label { padding-left: 0; } - .bootstrap .navbar-form .radio input[type="radio"], - .bootstrap .navbar-form .checkbox input[type="checkbox"] { + .bootstrap3 .navbar-form .radio input[type="radio"], + .bootstrap3 .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } - .bootstrap .navbar-form .has-feedback .form-control-feedback { + .bootstrap3 .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { - .bootstrap .navbar-form .form-group { + .bootstrap3 .navbar-form .form-group { margin-bottom: 5px; } - .bootstrap .navbar-form .form-group:last-child { + .bootstrap3 .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 768px) { - .bootstrap .navbar-form { + .bootstrap3 .navbar-form { width: auto; border: 0; margin-left: 0; @@ -4552,280 +4552,280 @@ box-shadow: none; } } -.bootstrap .navbar-nav > li > .dropdown-menu { +.bootstrap3 .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } -.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { +.bootstrap3 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.bootstrap .navbar-btn { +.bootstrap3 .navbar-btn { margin-top: 8px; margin-bottom: 8px; } -.bootstrap .navbar-btn.btn-sm { +.bootstrap3 .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } -.bootstrap .navbar-btn.btn-xs { +.bootstrap3 .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } -.bootstrap .navbar-text { +.bootstrap3 .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { - .bootstrap .navbar-text { + .bootstrap3 .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } } @media (min-width: 768px) { - .bootstrap .navbar-left { + .bootstrap3 .navbar-left { float: left !important; } - .bootstrap .navbar-right { + .bootstrap3 .navbar-right { float: right !important; margin-right: -15px; } - .bootstrap .navbar-right ~ .navbar-right { + .bootstrap3 .navbar-right ~ .navbar-right { margin-right: 0; } } -.bootstrap .navbar-default { +.bootstrap3 .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } -.bootstrap .navbar-default .navbar-brand { +.bootstrap3 .navbar-default .navbar-brand { color: #777777; } -.bootstrap .navbar-default .navbar-brand:hover, -.bootstrap .navbar-default .navbar-brand:focus { +.bootstrap3 .navbar-default .navbar-brand:hover, +.bootstrap3 .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } -.bootstrap .navbar-default .navbar-text { +.bootstrap3 .navbar-default .navbar-text { color: #777777; } -.bootstrap .navbar-default .navbar-nav > li > a { +.bootstrap3 .navbar-default .navbar-nav > li > a { color: #777777; } -.bootstrap .navbar-default .navbar-nav > li > a:hover, -.bootstrap .navbar-default .navbar-nav > li > a:focus { +.bootstrap3 .navbar-default .navbar-nav > li > a:hover, +.bootstrap3 .navbar-default .navbar-nav > li > a:focus { color: #333333; background-color: transparent; } -.bootstrap .navbar-default .navbar-nav > .active > a, -.bootstrap .navbar-default .navbar-nav > .active > a:hover, -.bootstrap .navbar-default .navbar-nav > .active > a:focus { +.bootstrap3 .navbar-default .navbar-nav > .active > a, +.bootstrap3 .navbar-default .navbar-nav > .active > a:hover, +.bootstrap3 .navbar-default .navbar-nav > .active > a:focus { color: #555555; background-color: #e7e7e7; } -.bootstrap .navbar-default .navbar-nav > .disabled > a, -.bootstrap .navbar-default .navbar-nav > .disabled > a:hover, -.bootstrap .navbar-default .navbar-nav > .disabled > a:focus { +.bootstrap3 .navbar-default .navbar-nav > .disabled > a, +.bootstrap3 .navbar-default .navbar-nav > .disabled > a:hover, +.bootstrap3 .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; background-color: transparent; } -.bootstrap .navbar-default .navbar-toggle { +.bootstrap3 .navbar-default .navbar-toggle { border-color: #dddddd; } -.bootstrap .navbar-default .navbar-toggle:hover, -.bootstrap .navbar-default .navbar-toggle:focus { +.bootstrap3 .navbar-default .navbar-toggle:hover, +.bootstrap3 .navbar-default .navbar-toggle:focus { background-color: #dddddd; } -.bootstrap .navbar-default .navbar-toggle .icon-bar { +.bootstrap3 .navbar-default .navbar-toggle .icon-bar { background-color: #888888; } -.bootstrap .navbar-default .navbar-collapse, -.bootstrap .navbar-default .navbar-form { +.bootstrap3 .navbar-default .navbar-collapse, +.bootstrap3 .navbar-default .navbar-form { border-color: #e7e7e7; } -.bootstrap .navbar-default .navbar-nav > .open > a, -.bootstrap .navbar-default .navbar-nav > .open > a:hover, -.bootstrap .navbar-default .navbar-nav > .open > a:focus { +.bootstrap3 .navbar-default .navbar-nav > .open > a, +.bootstrap3 .navbar-default .navbar-nav > .open > a:hover, +.bootstrap3 .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555555; } @media (max-width: 767px) { - .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a { + .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777777; } - .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, - .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } - .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, - .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, - .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } - .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, - .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } -.bootstrap .navbar-default .navbar-link { +.bootstrap3 .navbar-default .navbar-link { color: #777777; } -.bootstrap .navbar-default .navbar-link:hover { +.bootstrap3 .navbar-default .navbar-link:hover { color: #333333; } -.bootstrap .navbar-default .btn-link { +.bootstrap3 .navbar-default .btn-link { color: #777777; } -.bootstrap .navbar-default .btn-link:hover, -.bootstrap .navbar-default .btn-link:focus { +.bootstrap3 .navbar-default .btn-link:hover, +.bootstrap3 .navbar-default .btn-link:focus { color: #333333; } -.bootstrap .navbar-default .btn-link[disabled]:hover, -.bootstrap fieldset[disabled] .navbar-default .btn-link:hover, -.bootstrap .navbar-default .btn-link[disabled]:focus, -.bootstrap fieldset[disabled] .navbar-default .btn-link:focus { +.bootstrap3 .navbar-default .btn-link[disabled]:hover, +.bootstrap3 fieldset[disabled] .navbar-default .btn-link:hover, +.bootstrap3 .navbar-default .btn-link[disabled]:focus, +.bootstrap3 fieldset[disabled] .navbar-default .btn-link:focus { color: #cccccc; } -.bootstrap .navbar-inverse { +.bootstrap3 .navbar-inverse { background-color: #222222; border-color: #080808; } -.bootstrap .navbar-inverse .navbar-brand { +.bootstrap3 .navbar-inverse .navbar-brand { color: #9d9d9d; } -.bootstrap .navbar-inverse .navbar-brand:hover, -.bootstrap .navbar-inverse .navbar-brand:focus { +.bootstrap3 .navbar-inverse .navbar-brand:hover, +.bootstrap3 .navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: transparent; } -.bootstrap .navbar-inverse .navbar-text { +.bootstrap3 .navbar-inverse .navbar-text { color: #9d9d9d; } -.bootstrap .navbar-inverse .navbar-nav > li > a { +.bootstrap3 .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } -.bootstrap .navbar-inverse .navbar-nav > li > a:hover, -.bootstrap .navbar-inverse .navbar-nav > li > a:focus { +.bootstrap3 .navbar-inverse .navbar-nav > li > a:hover, +.bootstrap3 .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent; } -.bootstrap .navbar-inverse .navbar-nav > .active > a, -.bootstrap .navbar-inverse .navbar-nav > .active > a:hover, -.bootstrap .navbar-inverse .navbar-nav > .active > a:focus { +.bootstrap3 .navbar-inverse .navbar-nav > .active > a, +.bootstrap3 .navbar-inverse .navbar-nav > .active > a:hover, +.bootstrap3 .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #080808; } -.bootstrap .navbar-inverse .navbar-nav > .disabled > a, -.bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover, -.bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus { +.bootstrap3 .navbar-inverse .navbar-nav > .disabled > a, +.bootstrap3 .navbar-inverse .navbar-nav > .disabled > a:hover, +.bootstrap3 .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; } -.bootstrap .navbar-inverse .navbar-toggle { +.bootstrap3 .navbar-inverse .navbar-toggle { border-color: #333333; } -.bootstrap .navbar-inverse .navbar-toggle:hover, -.bootstrap .navbar-inverse .navbar-toggle:focus { +.bootstrap3 .navbar-inverse .navbar-toggle:hover, +.bootstrap3 .navbar-inverse .navbar-toggle:focus { background-color: #333333; } -.bootstrap .navbar-inverse .navbar-toggle .icon-bar { +.bootstrap3 .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; } -.bootstrap .navbar-inverse .navbar-collapse, -.bootstrap .navbar-inverse .navbar-form { +.bootstrap3 .navbar-inverse .navbar-collapse, +.bootstrap3 .navbar-inverse .navbar-form { border-color: #101010; } -.bootstrap .navbar-inverse .navbar-nav > .open > a, -.bootstrap .navbar-inverse .navbar-nav > .open > a:hover, -.bootstrap .navbar-inverse .navbar-nav > .open > a:focus { +.bootstrap3 .navbar-inverse .navbar-nav > .open > a, +.bootstrap3 .navbar-inverse .navbar-nav > .open > a:hover, +.bootstrap3 .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #ffffff; } @media (max-width: 767px) { - .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } - .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } - .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } - .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, - .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: transparent; } - .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, - .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, - .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #080808; } - .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, - .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, + .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } -.bootstrap .navbar-inverse .navbar-link { +.bootstrap3 .navbar-inverse .navbar-link { color: #9d9d9d; } -.bootstrap .navbar-inverse .navbar-link:hover { +.bootstrap3 .navbar-inverse .navbar-link:hover { color: #ffffff; } -.bootstrap .navbar-inverse .btn-link { +.bootstrap3 .navbar-inverse .btn-link { color: #9d9d9d; } -.bootstrap .navbar-inverse .btn-link:hover, -.bootstrap .navbar-inverse .btn-link:focus { +.bootstrap3 .navbar-inverse .btn-link:hover, +.bootstrap3 .navbar-inverse .btn-link:focus { color: #ffffff; } -.bootstrap .navbar-inverse .btn-link[disabled]:hover, -.bootstrap fieldset[disabled] .navbar-inverse .btn-link:hover, -.bootstrap .navbar-inverse .btn-link[disabled]:focus, -.bootstrap fieldset[disabled] .navbar-inverse .btn-link:focus { +.bootstrap3 .navbar-inverse .btn-link[disabled]:hover, +.bootstrap3 fieldset[disabled] .navbar-inverse .btn-link:hover, +.bootstrap3 .navbar-inverse .btn-link[disabled]:focus, +.bootstrap3 fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444444; } -.bootstrap .breadcrumb { +.bootstrap3 .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } -.bootstrap .breadcrumb > li { +.bootstrap3 .breadcrumb > li { display: inline-block; } -.bootstrap .breadcrumb > li + li:before { +.bootstrap3 .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } -.bootstrap .breadcrumb > .active { +.bootstrap3 .breadcrumb > .active { color: #777777; } -.bootstrap .pagination { +.bootstrap3 .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } -.bootstrap .pagination > li { +.bootstrap3 .pagination > li { display: inline; } -.bootstrap .pagination > li > a, -.bootstrap .pagination > li > span { +.bootstrap3 .pagination > li > a, +.bootstrap3 .pagination > li > span { position: relative; float: left; padding: 6px 12px; @@ -4836,120 +4836,120 @@ border: 1px solid #dddddd; margin-left: -1px; } -.bootstrap .pagination > li:first-child > a, -.bootstrap .pagination > li:first-child > span { +.bootstrap3 .pagination > li:first-child > a, +.bootstrap3 .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } -.bootstrap .pagination > li:last-child > a, -.bootstrap .pagination > li:last-child > span { +.bootstrap3 .pagination > li:last-child > a, +.bootstrap3 .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } -.bootstrap .pagination > li > a:hover, -.bootstrap .pagination > li > span:hover, -.bootstrap .pagination > li > a:focus, -.bootstrap .pagination > li > span:focus { +.bootstrap3 .pagination > li > a:hover, +.bootstrap3 .pagination > li > span:hover, +.bootstrap3 .pagination > li > a:focus, +.bootstrap3 .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #dddddd; } -.bootstrap .pagination > .active > a, -.bootstrap .pagination > .active > span, -.bootstrap .pagination > .active > a:hover, -.bootstrap .pagination > .active > span:hover, -.bootstrap .pagination > .active > a:focus, -.bootstrap .pagination > .active > span:focus { +.bootstrap3 .pagination > .active > a, +.bootstrap3 .pagination > .active > span, +.bootstrap3 .pagination > .active > a:hover, +.bootstrap3 .pagination > .active > span:hover, +.bootstrap3 .pagination > .active > a:focus, +.bootstrap3 .pagination > .active > span:focus { z-index: 3; color: #ffffff; background-color: #337ab7; border-color: #337ab7; cursor: default; } -.bootstrap .pagination > .disabled > span, -.bootstrap .pagination > .disabled > span:hover, -.bootstrap .pagination > .disabled > span:focus, -.bootstrap .pagination > .disabled > a, -.bootstrap .pagination > .disabled > a:hover, -.bootstrap .pagination > .disabled > a:focus { +.bootstrap3 .pagination > .disabled > span, +.bootstrap3 .pagination > .disabled > span:hover, +.bootstrap3 .pagination > .disabled > span:focus, +.bootstrap3 .pagination > .disabled > a, +.bootstrap3 .pagination > .disabled > a:hover, +.bootstrap3 .pagination > .disabled > a:focus { color: #777777; background-color: #ffffff; border-color: #dddddd; cursor: not-allowed; } -.bootstrap .pagination-lg > li > a, -.bootstrap .pagination-lg > li > span { +.bootstrap3 .pagination-lg > li > a, +.bootstrap3 .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; } -.bootstrap .pagination-lg > li:first-child > a, -.bootstrap .pagination-lg > li:first-child > span { +.bootstrap3 .pagination-lg > li:first-child > a, +.bootstrap3 .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } -.bootstrap .pagination-lg > li:last-child > a, -.bootstrap .pagination-lg > li:last-child > span { +.bootstrap3 .pagination-lg > li:last-child > a, +.bootstrap3 .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } -.bootstrap .pagination-sm > li > a, -.bootstrap .pagination-sm > li > span { +.bootstrap3 .pagination-sm > li > a, +.bootstrap3 .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } -.bootstrap .pagination-sm > li:first-child > a, -.bootstrap .pagination-sm > li:first-child > span { +.bootstrap3 .pagination-sm > li:first-child > a, +.bootstrap3 .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } -.bootstrap .pagination-sm > li:last-child > a, -.bootstrap .pagination-sm > li:last-child > span { +.bootstrap3 .pagination-sm > li:last-child > a, +.bootstrap3 .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } -.bootstrap .pager { +.bootstrap3 .pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; } -.bootstrap .pager li { +.bootstrap3 .pager li { display: inline; } -.bootstrap .pager li > a, -.bootstrap .pager li > span { +.bootstrap3 .pager li > a, +.bootstrap3 .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 15px; } -.bootstrap .pager li > a:hover, -.bootstrap .pager li > a:focus { +.bootstrap3 .pager li > a:hover, +.bootstrap3 .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } -.bootstrap .pager .next > a, -.bootstrap .pager .next > span { +.bootstrap3 .pager .next > a, +.bootstrap3 .pager .next > span { float: right; } -.bootstrap .pager .previous > a, -.bootstrap .pager .previous > span { +.bootstrap3 .pager .previous > a, +.bootstrap3 .pager .previous > span { float: left; } -.bootstrap .pager .disabled > a, -.bootstrap .pager .disabled > a:hover, -.bootstrap .pager .disabled > a:focus, -.bootstrap .pager .disabled > span { +.bootstrap3 .pager .disabled > a, +.bootstrap3 .pager .disabled > a:hover, +.bootstrap3 .pager .disabled > a:focus, +.bootstrap3 .pager .disabled > span { color: #777777; background-color: #ffffff; cursor: not-allowed; } -.bootstrap .label { +.bootstrap3 .label { display: inline; padding: .2em .6em .3em; font-size: 75%; @@ -4961,62 +4961,62 @@ vertical-align: baseline; border-radius: .25em; } -.bootstrap a.label:hover, -.bootstrap a.label:focus { +.bootstrap3 a.label:hover, +.bootstrap3 a.label:focus { color: #ffffff; text-decoration: none; cursor: pointer; } -.bootstrap .label:empty { +.bootstrap3 .label:empty { display: none; } -.bootstrap .btn .label { +.bootstrap3 .btn .label { position: relative; top: -1px; } -.bootstrap .label-default { +.bootstrap3 .label-default { background-color: #777777; } -.bootstrap .label-default[href]:hover, -.bootstrap .label-default[href]:focus { +.bootstrap3 .label-default[href]:hover, +.bootstrap3 .label-default[href]:focus { background-color: #5e5e5e; } -.bootstrap .label-primary { +.bootstrap3 .label-primary { background-color: #337ab7; } -.bootstrap .label-primary[href]:hover, -.bootstrap .label-primary[href]:focus { +.bootstrap3 .label-primary[href]:hover, +.bootstrap3 .label-primary[href]:focus { background-color: #286090; } -.bootstrap .label-success { +.bootstrap3 .label-success { background-color: #5cb85c; } -.bootstrap .label-success[href]:hover, -.bootstrap .label-success[href]:focus { +.bootstrap3 .label-success[href]:hover, +.bootstrap3 .label-success[href]:focus { background-color: #449d44; } -.bootstrap .label-info { +.bootstrap3 .label-info { background-color: #5bc0de; } -.bootstrap .label-info[href]:hover, -.bootstrap .label-info[href]:focus { +.bootstrap3 .label-info[href]:hover, +.bootstrap3 .label-info[href]:focus { background-color: #31b0d5; } -.bootstrap .label-warning { +.bootstrap3 .label-warning { background-color: #f0ad4e; } -.bootstrap .label-warning[href]:hover, -.bootstrap .label-warning[href]:focus { +.bootstrap3 .label-warning[href]:hover, +.bootstrap3 .label-warning[href]:focus { background-color: #ec971f; } -.bootstrap .label-danger { +.bootstrap3 .label-danger { background-color: #d9534f; } -.bootstrap .label-danger[href]:hover, -.bootstrap .label-danger[href]:focus { +.bootstrap3 .label-danger[href]:hover, +.bootstrap3 .label-danger[href]:focus { background-color: #c9302c; } -.bootstrap .badge { +.bootstrap3 .badge { display: inline-block; min-width: 10px; padding: 3px 7px; @@ -5030,82 +5030,82 @@ background-color: #777777; border-radius: 10px; } -.bootstrap .badge:empty { +.bootstrap3 .badge:empty { display: none; } -.bootstrap .btn .badge { +.bootstrap3 .btn .badge { position: relative; top: -1px; } -.bootstrap .btn-xs .badge, -.bootstrap .btn-group-xs > .btn .badge { +.bootstrap3 .btn-xs .badge, +.bootstrap3 .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } -.bootstrap a.badge:hover, -.bootstrap a.badge:focus { +.bootstrap3 a.badge:hover, +.bootstrap3 a.badge:focus { color: #ffffff; text-decoration: none; cursor: pointer; } -.bootstrap .list-group-item.active > .badge, -.bootstrap .nav-pills > .active > a > .badge { +.bootstrap3 .list-group-item.active > .badge, +.bootstrap3 .nav-pills > .active > a > .badge { color: #337ab7; background-color: #ffffff; } -.bootstrap .list-group-item > .badge { +.bootstrap3 .list-group-item > .badge { float: right; } -.bootstrap .list-group-item > .badge + .badge { +.bootstrap3 .list-group-item > .badge + .badge { margin-right: 5px; } -.bootstrap .nav-pills > li > a > .badge { +.bootstrap3 .nav-pills > li > a > .badge { margin-left: 3px; } -.bootstrap .jumbotron { +.bootstrap3 .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } -.bootstrap .jumbotron h1, -.bootstrap .jumbotron .h1 { +.bootstrap3 .jumbotron h1, +.bootstrap3 .jumbotron .h1 { color: inherit; } -.bootstrap .jumbotron p { +.bootstrap3 .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } -.bootstrap .jumbotron > hr { +.bootstrap3 .jumbotron > hr { border-top-color: #d5d5d5; } -.bootstrap .container .jumbotron, -.bootstrap .container-fluid .jumbotron { +.bootstrap3 .container .jumbotron, +.bootstrap3 .container-fluid .jumbotron { border-radius: 6px; padding-left: 15px; padding-right: 15px; } -.bootstrap .jumbotron .container { +.bootstrap3 .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { - .bootstrap .jumbotron { + .bootstrap3 .jumbotron { padding-top: 48px; padding-bottom: 48px; } - .bootstrap .container .jumbotron, - .bootstrap .container-fluid .jumbotron { + .bootstrap3 .container .jumbotron, + .bootstrap3 .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } - .bootstrap .jumbotron h1, - .bootstrap .jumbotron .h1 { + .bootstrap3 .jumbotron h1, + .bootstrap3 .jumbotron .h1 { font-size: 63px; } } -.bootstrap .thumbnail { +.bootstrap3 .thumbnail { display: block; padding: 4px; margin-bottom: 20px; @@ -5117,93 +5117,93 @@ -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } -.bootstrap .thumbnail > img, -.bootstrap .thumbnail a > img { +.bootstrap3 .thumbnail > img, +.bootstrap3 .thumbnail a > img { margin-left: auto; margin-right: auto; } -.bootstrap a.thumbnail:hover, -.bootstrap a.thumbnail:focus, -.bootstrap a.thumbnail.active { +.bootstrap3 a.thumbnail:hover, +.bootstrap3 a.thumbnail:focus, +.bootstrap3 a.thumbnail.active { border-color: #337ab7; } -.bootstrap .thumbnail .caption { +.bootstrap3 .thumbnail .caption { padding: 9px; color: #333333; } -.bootstrap .alert { +.bootstrap3 .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } -.bootstrap .alert h4 { +.bootstrap3 .alert h4 { margin-top: 0; color: inherit; } -.bootstrap .alert .alert-link { +.bootstrap3 .alert .alert-link { font-weight: bold; } -.bootstrap .alert > p, -.bootstrap .alert > ul { +.bootstrap3 .alert > p, +.bootstrap3 .alert > ul { margin-bottom: 0; } -.bootstrap .alert > p + p { +.bootstrap3 .alert > p + p { margin-top: 5px; } -.bootstrap .alert-dismissable, -.bootstrap .alert-dismissible { +.bootstrap3 .alert-dismissable, +.bootstrap3 .alert-dismissible { padding-right: 35px; } -.bootstrap .alert-dismissable .close, -.bootstrap .alert-dismissible .close { +.bootstrap3 .alert-dismissable .close, +.bootstrap3 .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } -.bootstrap .alert-success { +.bootstrap3 .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } -.bootstrap .alert-success hr { +.bootstrap3 .alert-success hr { border-top-color: #c9e2b3; } -.bootstrap .alert-success .alert-link { +.bootstrap3 .alert-success .alert-link { color: #2b542c; } -.bootstrap .alert-info { +.bootstrap3 .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } -.bootstrap .alert-info hr { +.bootstrap3 .alert-info hr { border-top-color: #a6e1ec; } -.bootstrap .alert-info .alert-link { +.bootstrap3 .alert-info .alert-link { color: #245269; } -.bootstrap .alert-warning { +.bootstrap3 .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } -.bootstrap .alert-warning hr { +.bootstrap3 .alert-warning hr { border-top-color: #f7e1b5; } -.bootstrap .alert-warning .alert-link { +.bootstrap3 .alert-warning .alert-link { color: #66512c; } -.bootstrap .alert-danger { +.bootstrap3 .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } -.bootstrap .alert-danger hr { +.bootstrap3 .alert-danger hr { border-top-color: #e4b9c0; } -.bootstrap .alert-danger .alert-link { +.bootstrap3 .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { @@ -5230,7 +5230,7 @@ background-position: 0 0; } } -.bootstrap .progress { +.bootstrap3 .progress { overflow: hidden; height: 20px; margin-bottom: 20px; @@ -5239,7 +5239,7 @@ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } -.bootstrap .progress-bar { +.bootstrap3 .progress-bar { float: left; width: 0%; height: 100%; @@ -5254,105 +5254,105 @@ -o-transition: width 0.6s ease; transition: width 0.6s ease; } -.bootstrap .progress-striped .progress-bar, -.bootstrap .progress-bar-striped { +.bootstrap3 .progress-striped .progress-bar, +.bootstrap3 .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px; } -.bootstrap .progress.active .progress-bar, -.bootstrap .progress-bar.active { +.bootstrap3 .progress.active .progress-bar, +.bootstrap3 .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } -.bootstrap .progress-bar-success { +.bootstrap3 .progress-bar-success { background-color: #5cb85c; } -.bootstrap .progress-striped .progress-bar-success { +.bootstrap3 .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } -.bootstrap .progress-bar-info { +.bootstrap3 .progress-bar-info { background-color: #5bc0de; } -.bootstrap .progress-striped .progress-bar-info { +.bootstrap3 .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } -.bootstrap .progress-bar-warning { +.bootstrap3 .progress-bar-warning { background-color: #f0ad4e; } -.bootstrap .progress-striped .progress-bar-warning { +.bootstrap3 .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } -.bootstrap .progress-bar-danger { +.bootstrap3 .progress-bar-danger { background-color: #d9534f; } -.bootstrap .progress-striped .progress-bar-danger { +.bootstrap3 .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } -.bootstrap .media { +.bootstrap3 .media { margin-top: 15px; } -.bootstrap .media:first-child { +.bootstrap3 .media:first-child { margin-top: 0; } -.bootstrap .media, -.bootstrap .media-body { +.bootstrap3 .media, +.bootstrap3 .media-body { zoom: 1; overflow: hidden; } -.bootstrap .media-body { +.bootstrap3 .media-body { width: 10000px; } -.bootstrap .media-object { +.bootstrap3 .media-object { display: block; } -.bootstrap .media-object.img-thumbnail { +.bootstrap3 .media-object.img-thumbnail { max-width: none; } -.bootstrap .media-right, -.bootstrap .media > .pull-right { +.bootstrap3 .media-right, +.bootstrap3 .media > .pull-right { padding-left: 10px; } -.bootstrap .media-left, -.bootstrap .media > .pull-left { +.bootstrap3 .media-left, +.bootstrap3 .media > .pull-left { padding-right: 10px; } -.bootstrap .media-left, -.bootstrap .media-right, -.bootstrap .media-body { +.bootstrap3 .media-left, +.bootstrap3 .media-right, +.bootstrap3 .media-body { display: table-cell; vertical-align: top; } -.bootstrap .media-middle { +.bootstrap3 .media-middle { vertical-align: middle; } -.bootstrap .media-bottom { +.bootstrap3 .media-bottom { vertical-align: bottom; } -.bootstrap .media-heading { +.bootstrap3 .media-heading { margin-top: 0; margin-bottom: 5px; } -.bootstrap .media-list { +.bootstrap3 .media-list { padding-left: 0; list-style: none; } -.bootstrap .list-group { +.bootstrap3 .list-group { margin-bottom: 20px; padding-left: 0; } -.bootstrap .list-group-item { +.bootstrap3 .list-group-item { position: relative; display: block; padding: 10px 15px; @@ -5360,201 +5360,201 @@ background-color: #ffffff; border: 1px solid #dddddd; } -.bootstrap .list-group-item:first-child { +.bootstrap3 .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } -.bootstrap .list-group-item:last-child { +.bootstrap3 .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } -.bootstrap a.list-group-item, -.bootstrap button.list-group-item { +.bootstrap3 a.list-group-item, +.bootstrap3 button.list-group-item { color: #555555; } -.bootstrap a.list-group-item .list-group-item-heading, -.bootstrap button.list-group-item .list-group-item-heading { +.bootstrap3 a.list-group-item .list-group-item-heading, +.bootstrap3 button.list-group-item .list-group-item-heading { color: #333333; } -.bootstrap a.list-group-item:hover, -.bootstrap button.list-group-item:hover, -.bootstrap a.list-group-item:focus, -.bootstrap button.list-group-item:focus { +.bootstrap3 a.list-group-item:hover, +.bootstrap3 button.list-group-item:hover, +.bootstrap3 a.list-group-item:focus, +.bootstrap3 button.list-group-item:focus { text-decoration: none; color: #555555; background-color: #f5f5f5; } -.bootstrap button.list-group-item { +.bootstrap3 button.list-group-item { width: 100%; text-align: left; } -.bootstrap .list-group-item.disabled, -.bootstrap .list-group-item.disabled:hover, -.bootstrap .list-group-item.disabled:focus { +.bootstrap3 .list-group-item.disabled, +.bootstrap3 .list-group-item.disabled:hover, +.bootstrap3 .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } -.bootstrap .list-group-item.disabled .list-group-item-heading, -.bootstrap .list-group-item.disabled:hover .list-group-item-heading, -.bootstrap .list-group-item.disabled:focus .list-group-item-heading { +.bootstrap3 .list-group-item.disabled .list-group-item-heading, +.bootstrap3 .list-group-item.disabled:hover .list-group-item-heading, +.bootstrap3 .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } -.bootstrap .list-group-item.disabled .list-group-item-text, -.bootstrap .list-group-item.disabled:hover .list-group-item-text, -.bootstrap .list-group-item.disabled:focus .list-group-item-text { +.bootstrap3 .list-group-item.disabled .list-group-item-text, +.bootstrap3 .list-group-item.disabled:hover .list-group-item-text, +.bootstrap3 .list-group-item.disabled:focus .list-group-item-text { color: #777777; } -.bootstrap .list-group-item.active, -.bootstrap .list-group-item.active:hover, -.bootstrap .list-group-item.active:focus { +.bootstrap3 .list-group-item.active, +.bootstrap3 .list-group-item.active:hover, +.bootstrap3 .list-group-item.active:focus { z-index: 2; color: #ffffff; background-color: #337ab7; border-color: #337ab7; } -.bootstrap .list-group-item.active .list-group-item-heading, -.bootstrap .list-group-item.active:hover .list-group-item-heading, -.bootstrap .list-group-item.active:focus .list-group-item-heading, -.bootstrap .list-group-item.active .list-group-item-heading > small, -.bootstrap .list-group-item.active:hover .list-group-item-heading > small, -.bootstrap .list-group-item.active:focus .list-group-item-heading > small, -.bootstrap .list-group-item.active .list-group-item-heading > .small, -.bootstrap .list-group-item.active:hover .list-group-item-heading > .small, -.bootstrap .list-group-item.active:focus .list-group-item-heading > .small { +.bootstrap3 .list-group-item.active .list-group-item-heading, +.bootstrap3 .list-group-item.active:hover .list-group-item-heading, +.bootstrap3 .list-group-item.active:focus .list-group-item-heading, +.bootstrap3 .list-group-item.active .list-group-item-heading > small, +.bootstrap3 .list-group-item.active:hover .list-group-item-heading > small, +.bootstrap3 .list-group-item.active:focus .list-group-item-heading > small, +.bootstrap3 .list-group-item.active .list-group-item-heading > .small, +.bootstrap3 .list-group-item.active:hover .list-group-item-heading > .small, +.bootstrap3 .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } -.bootstrap .list-group-item.active .list-group-item-text, -.bootstrap .list-group-item.active:hover .list-group-item-text, -.bootstrap .list-group-item.active:focus .list-group-item-text { +.bootstrap3 .list-group-item.active .list-group-item-text, +.bootstrap3 .list-group-item.active:hover .list-group-item-text, +.bootstrap3 .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } -.bootstrap .list-group-item-success { +.bootstrap3 .list-group-item-success { color: #3c763d; background-color: #dff0d8; } -.bootstrap a.list-group-item-success, -.bootstrap button.list-group-item-success { +.bootstrap3 a.list-group-item-success, +.bootstrap3 button.list-group-item-success { color: #3c763d; } -.bootstrap a.list-group-item-success .list-group-item-heading, -.bootstrap button.list-group-item-success .list-group-item-heading { +.bootstrap3 a.list-group-item-success .list-group-item-heading, +.bootstrap3 button.list-group-item-success .list-group-item-heading { color: inherit; } -.bootstrap a.list-group-item-success:hover, -.bootstrap button.list-group-item-success:hover, -.bootstrap a.list-group-item-success:focus, -.bootstrap button.list-group-item-success:focus { +.bootstrap3 a.list-group-item-success:hover, +.bootstrap3 button.list-group-item-success:hover, +.bootstrap3 a.list-group-item-success:focus, +.bootstrap3 button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } -.bootstrap a.list-group-item-success.active, -.bootstrap button.list-group-item-success.active, -.bootstrap a.list-group-item-success.active:hover, -.bootstrap button.list-group-item-success.active:hover, -.bootstrap a.list-group-item-success.active:focus, -.bootstrap button.list-group-item-success.active:focus { +.bootstrap3 a.list-group-item-success.active, +.bootstrap3 button.list-group-item-success.active, +.bootstrap3 a.list-group-item-success.active:hover, +.bootstrap3 button.list-group-item-success.active:hover, +.bootstrap3 a.list-group-item-success.active:focus, +.bootstrap3 button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } -.bootstrap .list-group-item-info { +.bootstrap3 .list-group-item-info { color: #31708f; background-color: #d9edf7; } -.bootstrap a.list-group-item-info, -.bootstrap button.list-group-item-info { +.bootstrap3 a.list-group-item-info, +.bootstrap3 button.list-group-item-info { color: #31708f; } -.bootstrap a.list-group-item-info .list-group-item-heading, -.bootstrap button.list-group-item-info .list-group-item-heading { +.bootstrap3 a.list-group-item-info .list-group-item-heading, +.bootstrap3 button.list-group-item-info .list-group-item-heading { color: inherit; } -.bootstrap a.list-group-item-info:hover, -.bootstrap button.list-group-item-info:hover, -.bootstrap a.list-group-item-info:focus, -.bootstrap button.list-group-item-info:focus { +.bootstrap3 a.list-group-item-info:hover, +.bootstrap3 button.list-group-item-info:hover, +.bootstrap3 a.list-group-item-info:focus, +.bootstrap3 button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } -.bootstrap a.list-group-item-info.active, -.bootstrap button.list-group-item-info.active, -.bootstrap a.list-group-item-info.active:hover, -.bootstrap button.list-group-item-info.active:hover, -.bootstrap a.list-group-item-info.active:focus, -.bootstrap button.list-group-item-info.active:focus { +.bootstrap3 a.list-group-item-info.active, +.bootstrap3 button.list-group-item-info.active, +.bootstrap3 a.list-group-item-info.active:hover, +.bootstrap3 button.list-group-item-info.active:hover, +.bootstrap3 a.list-group-item-info.active:focus, +.bootstrap3 button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } -.bootstrap .list-group-item-warning { +.bootstrap3 .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } -.bootstrap a.list-group-item-warning, -.bootstrap button.list-group-item-warning { +.bootstrap3 a.list-group-item-warning, +.bootstrap3 button.list-group-item-warning { color: #8a6d3b; } -.bootstrap a.list-group-item-warning .list-group-item-heading, -.bootstrap button.list-group-item-warning .list-group-item-heading { +.bootstrap3 a.list-group-item-warning .list-group-item-heading, +.bootstrap3 button.list-group-item-warning .list-group-item-heading { color: inherit; } -.bootstrap a.list-group-item-warning:hover, -.bootstrap button.list-group-item-warning:hover, -.bootstrap a.list-group-item-warning:focus, -.bootstrap button.list-group-item-warning:focus { +.bootstrap3 a.list-group-item-warning:hover, +.bootstrap3 button.list-group-item-warning:hover, +.bootstrap3 a.list-group-item-warning:focus, +.bootstrap3 button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } -.bootstrap a.list-group-item-warning.active, -.bootstrap button.list-group-item-warning.active, -.bootstrap a.list-group-item-warning.active:hover, -.bootstrap button.list-group-item-warning.active:hover, -.bootstrap a.list-group-item-warning.active:focus, -.bootstrap button.list-group-item-warning.active:focus { +.bootstrap3 a.list-group-item-warning.active, +.bootstrap3 button.list-group-item-warning.active, +.bootstrap3 a.list-group-item-warning.active:hover, +.bootstrap3 button.list-group-item-warning.active:hover, +.bootstrap3 a.list-group-item-warning.active:focus, +.bootstrap3 button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } -.bootstrap .list-group-item-danger { +.bootstrap3 .list-group-item-danger { color: #a94442; background-color: #f2dede; } -.bootstrap a.list-group-item-danger, -.bootstrap button.list-group-item-danger { +.bootstrap3 a.list-group-item-danger, +.bootstrap3 button.list-group-item-danger { color: #a94442; } -.bootstrap a.list-group-item-danger .list-group-item-heading, -.bootstrap button.list-group-item-danger .list-group-item-heading { +.bootstrap3 a.list-group-item-danger .list-group-item-heading, +.bootstrap3 button.list-group-item-danger .list-group-item-heading { color: inherit; } -.bootstrap a.list-group-item-danger:hover, -.bootstrap button.list-group-item-danger:hover, -.bootstrap a.list-group-item-danger:focus, -.bootstrap button.list-group-item-danger:focus { +.bootstrap3 a.list-group-item-danger:hover, +.bootstrap3 button.list-group-item-danger:hover, +.bootstrap3 a.list-group-item-danger:focus, +.bootstrap3 button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } -.bootstrap a.list-group-item-danger.active, -.bootstrap button.list-group-item-danger.active, -.bootstrap a.list-group-item-danger.active:hover, -.bootstrap button.list-group-item-danger.active:hover, -.bootstrap a.list-group-item-danger.active:focus, -.bootstrap button.list-group-item-danger.active:focus { +.bootstrap3 a.list-group-item-danger.active, +.bootstrap3 button.list-group-item-danger.active, +.bootstrap3 a.list-group-item-danger.active:hover, +.bootstrap3 button.list-group-item-danger.active:hover, +.bootstrap3 a.list-group-item-danger.active:focus, +.bootstrap3 button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } -.bootstrap .list-group-item-heading { +.bootstrap3 .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } -.bootstrap .list-group-item-text { +.bootstrap3 .list-group-item-text { margin-bottom: 0; line-height: 1.3; } -.bootstrap .panel { +.bootstrap3 .panel { margin-bottom: 20px; background-color: #ffffff; border: 1px solid transparent; @@ -5562,353 +5562,353 @@ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } -.bootstrap .panel-body { +.bootstrap3 .panel-body { padding: 15px; } -.bootstrap .panel-heading { +.bootstrap3 .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } -.bootstrap .panel-heading > .dropdown .dropdown-toggle { +.bootstrap3 .panel-heading > .dropdown .dropdown-toggle { color: inherit; } -.bootstrap .panel-title { +.bootstrap3 .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } -.bootstrap .panel-title > a, -.bootstrap .panel-title > small, -.bootstrap .panel-title > .small, -.bootstrap .panel-title > small > a, -.bootstrap .panel-title > .small > a { +.bootstrap3 .panel-title > a, +.bootstrap3 .panel-title > small, +.bootstrap3 .panel-title > .small, +.bootstrap3 .panel-title > small > a, +.bootstrap3 .panel-title > .small > a { color: inherit; } -.bootstrap .panel-footer { +.bootstrap3 .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #dddddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } -.bootstrap .panel > .list-group, -.bootstrap .panel > .panel-collapse > .list-group { +.bootstrap3 .panel > .list-group, +.bootstrap3 .panel > .panel-collapse > .list-group { margin-bottom: 0; } -.bootstrap .panel > .list-group .list-group-item, -.bootstrap .panel > .panel-collapse > .list-group .list-group-item { +.bootstrap3 .panel > .list-group .list-group-item, +.bootstrap3 .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } -.bootstrap .panel > .list-group:first-child .list-group-item:first-child, -.bootstrap .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { +.bootstrap3 .panel > .list-group:first-child .list-group-item:first-child, +.bootstrap3 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px; } -.bootstrap .panel > .list-group:last-child .list-group-item:last-child, -.bootstrap .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { +.bootstrap3 .panel > .list-group:last-child .list-group-item:last-child, +.bootstrap3 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } -.bootstrap .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { +.bootstrap3 .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } -.bootstrap .panel-heading + .list-group .list-group-item:first-child { +.bootstrap3 .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } -.bootstrap .list-group + .panel-footer { +.bootstrap3 .list-group + .panel-footer { border-top-width: 0; } -.bootstrap .panel > .table, -.bootstrap .panel > .table-responsive > .table, -.bootstrap .panel > .panel-collapse > .table { +.bootstrap3 .panel > .table, +.bootstrap3 .panel > .table-responsive > .table, +.bootstrap3 .panel > .panel-collapse > .table { margin-bottom: 0; } -.bootstrap .panel > .table caption, -.bootstrap .panel > .table-responsive > .table caption, -.bootstrap .panel > .panel-collapse > .table caption { +.bootstrap3 .panel > .table caption, +.bootstrap3 .panel > .table-responsive > .table caption, +.bootstrap3 .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } -.bootstrap .panel > .table:first-child, -.bootstrap .panel > .table-responsive:first-child > .table:first-child { +.bootstrap3 .panel > .table:first-child, +.bootstrap3 .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; } -.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child, -.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, -.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child, -.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { +.bootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child, +.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, +.bootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child, +.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } -.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, -.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, -.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, -.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, -.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, -.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { +.bootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, +.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, +.bootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.bootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, +.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, +.bootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, +.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } -.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, -.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, -.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, -.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, -.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, -.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { +.bootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, +.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, +.bootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.bootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, +.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, +.bootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, +.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } -.bootstrap .panel > .table:last-child, -.bootstrap .panel > .table-responsive:last-child > .table:last-child { +.bootstrap3 .panel > .table:last-child, +.bootstrap3 .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } -.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child, -.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, -.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child, -.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { +.bootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child, +.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, +.bootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child, +.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } -.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, -.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { +.bootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.bootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.bootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.bootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, +.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } -.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, -.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { +.bootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.bootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.bootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.bootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, +.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } -.bootstrap .panel > .panel-body + .table, -.bootstrap .panel > .panel-body + .table-responsive, -.bootstrap .panel > .table + .panel-body, -.bootstrap .panel > .table-responsive + .panel-body { +.bootstrap3 .panel > .panel-body + .table, +.bootstrap3 .panel > .panel-body + .table-responsive, +.bootstrap3 .panel > .table + .panel-body, +.bootstrap3 .panel > .table-responsive + .panel-body { border-top: 1px solid #dddddd; } -.bootstrap .panel > .table > tbody:first-child > tr:first-child th, -.bootstrap .panel > .table > tbody:first-child > tr:first-child td { +.bootstrap3 .panel > .table > tbody:first-child > tr:first-child th, +.bootstrap3 .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } -.bootstrap .panel > .table-bordered, -.bootstrap .panel > .table-responsive > .table-bordered { +.bootstrap3 .panel > .table-bordered, +.bootstrap3 .panel > .table-responsive > .table-bordered { border: 0; } -.bootstrap .panel > .table-bordered > thead > tr > th:first-child, -.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, -.bootstrap .panel > .table-bordered > tbody > tr > th:first-child, -.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, -.bootstrap .panel > .table-bordered > tfoot > tr > th:first-child, -.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, -.bootstrap .panel > .table-bordered > thead > tr > td:first-child, -.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, -.bootstrap .panel > .table-bordered > tbody > tr > td:first-child, -.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, -.bootstrap .panel > .table-bordered > tfoot > tr > td:first-child, -.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { +.bootstrap3 .panel > .table-bordered > thead > tr > th:first-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.bootstrap3 .panel > .table-bordered > tbody > tr > th:first-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.bootstrap3 .panel > .table-bordered > tfoot > tr > th:first-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.bootstrap3 .panel > .table-bordered > thead > tr > td:first-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.bootstrap3 .panel > .table-bordered > tbody > tr > td:first-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.bootstrap3 .panel > .table-bordered > tfoot > tr > td:first-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } -.bootstrap .panel > .table-bordered > thead > tr > th:last-child, -.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, -.bootstrap .panel > .table-bordered > tbody > tr > th:last-child, -.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, -.bootstrap .panel > .table-bordered > tfoot > tr > th:last-child, -.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, -.bootstrap .panel > .table-bordered > thead > tr > td:last-child, -.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, -.bootstrap .panel > .table-bordered > tbody > tr > td:last-child, -.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, -.bootstrap .panel > .table-bordered > tfoot > tr > td:last-child, -.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { +.bootstrap3 .panel > .table-bordered > thead > tr > th:last-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.bootstrap3 .panel > .table-bordered > tbody > tr > th:last-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.bootstrap3 .panel > .table-bordered > tfoot > tr > th:last-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.bootstrap3 .panel > .table-bordered > thead > tr > td:last-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.bootstrap3 .panel > .table-bordered > tbody > tr > td:last-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.bootstrap3 .panel > .table-bordered > tfoot > tr > td:last-child, +.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } -.bootstrap .panel > .table-bordered > thead > tr:first-child > td, -.bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, -.bootstrap .panel > .table-bordered > tbody > tr:first-child > td, -.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, -.bootstrap .panel > .table-bordered > thead > tr:first-child > th, -.bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, -.bootstrap .panel > .table-bordered > tbody > tr:first-child > th, -.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { +.bootstrap3 .panel > .table-bordered > thead > tr:first-child > td, +.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, +.bootstrap3 .panel > .table-bordered > tbody > tr:first-child > td, +.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, +.bootstrap3 .panel > .table-bordered > thead > tr:first-child > th, +.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, +.bootstrap3 .panel > .table-bordered > tbody > tr:first-child > th, +.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } -.bootstrap .panel > .table-bordered > tbody > tr:last-child > td, -.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, -.bootstrap .panel > .table-bordered > tfoot > tr:last-child > td, -.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, -.bootstrap .panel > .table-bordered > tbody > tr:last-child > th, -.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, -.bootstrap .panel > .table-bordered > tfoot > tr:last-child > th, -.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { +.bootstrap3 .panel > .table-bordered > tbody > tr:last-child > td, +.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.bootstrap3 .panel > .table-bordered > tfoot > tr:last-child > td, +.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, +.bootstrap3 .panel > .table-bordered > tbody > tr:last-child > th, +.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.bootstrap3 .panel > .table-bordered > tfoot > tr:last-child > th, +.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } -.bootstrap .panel > .table-responsive { +.bootstrap3 .panel > .table-responsive { border: 0; margin-bottom: 0; } -.bootstrap .panel-group { +.bootstrap3 .panel-group { margin-bottom: 20px; } -.bootstrap .panel-group .panel { +.bootstrap3 .panel-group .panel { margin-bottom: 0; border-radius: 4px; } -.bootstrap .panel-group .panel + .panel { +.bootstrap3 .panel-group .panel + .panel { margin-top: 5px; } -.bootstrap .panel-group .panel-heading { +.bootstrap3 .panel-group .panel-heading { border-bottom: 0; } -.bootstrap .panel-group .panel-heading + .panel-collapse > .panel-body, -.bootstrap .panel-group .panel-heading + .panel-collapse > .list-group { +.bootstrap3 .panel-group .panel-heading + .panel-collapse > .panel-body, +.bootstrap3 .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #dddddd; } -.bootstrap .panel-group .panel-footer { +.bootstrap3 .panel-group .panel-footer { border-top: 0; } -.bootstrap .panel-group .panel-footer + .panel-collapse .panel-body { +.bootstrap3 .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } -.bootstrap .panel-default { +.bootstrap3 .panel-default { border-color: #dddddd; } -.bootstrap .panel-default > .panel-heading { +.bootstrap3 .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #dddddd; } -.bootstrap .panel-default > .panel-heading + .panel-collapse > .panel-body { +.bootstrap3 .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #dddddd; } -.bootstrap .panel-default > .panel-heading .badge { +.bootstrap3 .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } -.bootstrap .panel-default > .panel-footer + .panel-collapse > .panel-body { +.bootstrap3 .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #dddddd; } -.bootstrap .panel-primary { +.bootstrap3 .panel-primary { border-color: #337ab7; } -.bootstrap .panel-primary > .panel-heading { +.bootstrap3 .panel-primary > .panel-heading { color: #ffffff; background-color: #337ab7; border-color: #337ab7; } -.bootstrap .panel-primary > .panel-heading + .panel-collapse > .panel-body { +.bootstrap3 .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } -.bootstrap .panel-primary > .panel-heading .badge { +.bootstrap3 .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #ffffff; } -.bootstrap .panel-primary > .panel-footer + .panel-collapse > .panel-body { +.bootstrap3 .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } -.bootstrap .panel-success { +.bootstrap3 .panel-success { border-color: #d6e9c6; } -.bootstrap .panel-success > .panel-heading { +.bootstrap3 .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } -.bootstrap .panel-success > .panel-heading + .panel-collapse > .panel-body { +.bootstrap3 .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } -.bootstrap .panel-success > .panel-heading .badge { +.bootstrap3 .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } -.bootstrap .panel-success > .panel-footer + .panel-collapse > .panel-body { +.bootstrap3 .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } -.bootstrap .panel-info { +.bootstrap3 .panel-info { border-color: #bce8f1; } -.bootstrap .panel-info > .panel-heading { +.bootstrap3 .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } -.bootstrap .panel-info > .panel-heading + .panel-collapse > .panel-body { +.bootstrap3 .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } -.bootstrap .panel-info > .panel-heading .badge { +.bootstrap3 .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } -.bootstrap .panel-info > .panel-footer + .panel-collapse > .panel-body { +.bootstrap3 .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } -.bootstrap .panel-warning { +.bootstrap3 .panel-warning { border-color: #faebcc; } -.bootstrap .panel-warning > .panel-heading { +.bootstrap3 .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } -.bootstrap .panel-warning > .panel-heading + .panel-collapse > .panel-body { +.bootstrap3 .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } -.bootstrap .panel-warning > .panel-heading .badge { +.bootstrap3 .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } -.bootstrap .panel-warning > .panel-footer + .panel-collapse > .panel-body { +.bootstrap3 .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } -.bootstrap .panel-danger { +.bootstrap3 .panel-danger { border-color: #ebccd1; } -.bootstrap .panel-danger > .panel-heading { +.bootstrap3 .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } -.bootstrap .panel-danger > .panel-heading + .panel-collapse > .panel-body { +.bootstrap3 .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } -.bootstrap .panel-danger > .panel-heading .badge { +.bootstrap3 .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } -.bootstrap .panel-danger > .panel-footer + .panel-collapse > .panel-body { +.bootstrap3 .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } -.bootstrap .embed-responsive { +.bootstrap3 .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } -.bootstrap .embed-responsive .embed-responsive-item, -.bootstrap .embed-responsive iframe, -.bootstrap .embed-responsive embed, -.bootstrap .embed-responsive object, -.bootstrap .embed-responsive video { +.bootstrap3 .embed-responsive .embed-responsive-item, +.bootstrap3 .embed-responsive iframe, +.bootstrap3 .embed-responsive embed, +.bootstrap3 .embed-responsive object, +.bootstrap3 .embed-responsive video { position: absolute; top: 0; left: 0; @@ -5917,13 +5917,13 @@ width: 100%; border: 0; } -.bootstrap .embed-responsive-16by9 { +.bootstrap3 .embed-responsive-16by9 { padding-bottom: 56.25%; } -.bootstrap .embed-responsive-4by3 { +.bootstrap3 .embed-responsive-4by3 { padding-bottom: 75%; } -.bootstrap .well { +.bootstrap3 .well { min-height: 20px; padding: 19px; margin-bottom: 20px; @@ -5933,19 +5933,19 @@ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } -.bootstrap .well blockquote { +.bootstrap3 .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } -.bootstrap .well-lg { +.bootstrap3 .well-lg { padding: 24px; border-radius: 6px; } -.bootstrap .well-sm { +.bootstrap3 .well-sm { padding: 9px; border-radius: 3px; } -.bootstrap .close { +.bootstrap3 .close { float: right; font-size: 21px; font-weight: bold; @@ -5955,25 +5955,25 @@ opacity: 0.2; filter: alpha(opacity=20); } -.bootstrap .close:hover, -.bootstrap .close:focus { +.bootstrap3 .close:hover, +.bootstrap3 .close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } -.bootstrap button.close { +.bootstrap3 button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } -.bootstrap .modal-open { +.bootstrap3 .modal-open { overflow: hidden; } -.bootstrap .modal { +.bootstrap3 .modal { display: none; overflow: hidden; position: fixed; @@ -5985,7 +5985,7 @@ -webkit-overflow-scrolling: touch; outline: 0; } -.bootstrap .modal.fade .modal-dialog { +.bootstrap3 .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); @@ -5994,22 +5994,22 @@ -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } -.bootstrap .modal.in .modal-dialog { +.bootstrap3 .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } -.bootstrap .modal-open .modal { +.bootstrap3 .modal-open .modal { overflow-x: hidden; overflow-y: auto; } -.bootstrap .modal-dialog { +.bootstrap3 .modal-dialog { position: relative; width: auto; margin: 10px; } -.bootstrap .modal-content { +.bootstrap3 .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; @@ -6021,7 +6021,7 @@ background-clip: padding-box; outline: 0; } -.bootstrap .modal-backdrop { +.bootstrap3 .modal-backdrop { position: fixed; top: 0; right: 0; @@ -6030,45 +6030,45 @@ z-index: 1040; background-color: #000000; } -.bootstrap .modal-backdrop.fade { +.bootstrap3 .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } -.bootstrap .modal-backdrop.in { +.bootstrap3 .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } -.bootstrap .modal-header { +.bootstrap3 .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } -.bootstrap .modal-header .close { +.bootstrap3 .modal-header .close { margin-top: -2px; } -.bootstrap .modal-title { +.bootstrap3 .modal-title { margin: 0; line-height: 1.42857143; } -.bootstrap .modal-body { +.bootstrap3 .modal-body { position: relative; padding: 15px; } -.bootstrap .modal-footer { +.bootstrap3 .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } -.bootstrap .modal-footer .btn + .btn { +.bootstrap3 .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } -.bootstrap .modal-footer .btn-group .btn + .btn { +.bootstrap3 .modal-footer .btn-group .btn + .btn { margin-left: -1px; } -.bootstrap .modal-footer .btn-block + .btn-block { +.bootstrap3 .modal-footer .btn-block + .btn-block { margin-left: 0; } -.bootstrap .modal-scrollbar-measure { +.bootstrap3 .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; @@ -6076,24 +6076,24 @@ overflow: scroll; } @media (min-width: 768px) { - .bootstrap .modal-dialog { + .bootstrap3 .modal-dialog { width: 600px; margin: 30px auto; } - .bootstrap .modal-content { + .bootstrap3 .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } - .bootstrap .modal-sm { + .bootstrap3 .modal-sm { width: 300px; } } @media (min-width: 992px) { - .bootstrap .modal-lg { + .bootstrap3 .modal-lg { width: 900px; } } -.bootstrap .tooltip { +.bootstrap3 .tooltip { position: absolute; z-index: 1070; display: block; @@ -6116,27 +6116,27 @@ opacity: 0; filter: alpha(opacity=0); } -.bootstrap .tooltip.in { +.bootstrap3 .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } -.bootstrap .tooltip.top { +.bootstrap3 .tooltip.top { margin-top: -3px; padding: 5px 0; } -.bootstrap .tooltip.right { +.bootstrap3 .tooltip.right { margin-left: 3px; padding: 0 5px; } -.bootstrap .tooltip.bottom { +.bootstrap3 .tooltip.bottom { margin-top: 3px; padding: 5px 0; } -.bootstrap .tooltip.left { +.bootstrap3 .tooltip.left { margin-left: -3px; padding: 0 5px; } -.bootstrap .tooltip-inner { +.bootstrap3 .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; @@ -6144,70 +6144,70 @@ background-color: #000000; border-radius: 4px; } -.bootstrap .tooltip-arrow { +.bootstrap3 .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } -.bootstrap .tooltip.top .tooltip-arrow { +.bootstrap3 .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000000; } -.bootstrap .tooltip.top-left .tooltip-arrow { +.bootstrap3 .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000000; } -.bootstrap .tooltip.top-right .tooltip-arrow { +.bootstrap3 .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000000; } -.bootstrap .tooltip.right .tooltip-arrow { +.bootstrap3 .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000000; } -.bootstrap .tooltip.left .tooltip-arrow { +.bootstrap3 .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000000; } -.bootstrap .tooltip.bottom .tooltip-arrow { +.bootstrap3 .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } -.bootstrap .tooltip.bottom-left .tooltip-arrow { +.bootstrap3 .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } -.bootstrap .tooltip.bottom-right .tooltip-arrow { +.bootstrap3 .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } -.bootstrap .popover { +.bootstrap3 .popover { position: absolute; top: 0; left: 0; @@ -6240,19 +6240,19 @@ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } -.bootstrap .popover.top { +.bootstrap3 .popover.top { margin-top: -10px; } -.bootstrap .popover.right { +.bootstrap3 .popover.right { margin-left: 10px; } -.bootstrap .popover.bottom { +.bootstrap3 .popover.bottom { margin-top: 10px; } -.bootstrap .popover.left { +.bootstrap3 .popover.left { margin-left: -10px; } -.bootstrap .popover-title { +.bootstrap3 .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; @@ -6260,11 +6260,11 @@ border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } -.bootstrap .popover-content { +.bootstrap3 .popover-content { padding: 9px 14px; } -.bootstrap .popover > .arrow, -.bootstrap .popover > .arrow:after { +.bootstrap3 .popover > .arrow, +.bootstrap3 .popover > .arrow:after { position: absolute; display: block; width: 0; @@ -6272,14 +6272,14 @@ border-color: transparent; border-style: solid; } -.bootstrap .popover > .arrow { +.bootstrap3 .popover > .arrow { border-width: 11px; } -.bootstrap .popover > .arrow:after { +.bootstrap3 .popover > .arrow:after { border-width: 10px; content: ""; } -.bootstrap .popover.top > .arrow { +.bootstrap3 .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; @@ -6287,14 +6287,14 @@ border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } -.bootstrap .popover.top > .arrow:after { +.bootstrap3 .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #ffffff; } -.bootstrap .popover.right > .arrow { +.bootstrap3 .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; @@ -6302,14 +6302,14 @@ border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } -.bootstrap .popover.right > .arrow:after { +.bootstrap3 .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #ffffff; } -.bootstrap .popover.bottom > .arrow { +.bootstrap3 .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; @@ -6317,14 +6317,14 @@ border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } -.bootstrap .popover.bottom > .arrow:after { +.bootstrap3 .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #ffffff; } -.bootstrap .popover.left > .arrow { +.bootstrap3 .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; @@ -6332,34 +6332,34 @@ border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } -.bootstrap .popover.left > .arrow:after { +.bootstrap3 .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #ffffff; bottom: -10px; } -.bootstrap .carousel { +.bootstrap3 .carousel { position: relative; } -.bootstrap .carousel-inner { +.bootstrap3 .carousel-inner { position: relative; overflow: hidden; width: 100%; } -.bootstrap .carousel-inner > .item { +.bootstrap3 .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } -.bootstrap .carousel-inner > .item > img, -.bootstrap .carousel-inner > .item > a > img { +.bootstrap3 .carousel-inner > .item > img, +.bootstrap3 .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { - .bootstrap .carousel-inner > .item { + .bootstrap3 .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; @@ -6368,57 +6368,57 @@ -webkit-perspective: 1000px; perspective: 1000px; } - .bootstrap .carousel-inner > .item.next, - .bootstrap .carousel-inner > .item.active.right { + .bootstrap3 .carousel-inner > .item.next, + .bootstrap3 .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } - .bootstrap .carousel-inner > .item.prev, - .bootstrap .carousel-inner > .item.active.left { + .bootstrap3 .carousel-inner > .item.prev, + .bootstrap3 .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } - .bootstrap .carousel-inner > .item.next.left, - .bootstrap .carousel-inner > .item.prev.right, - .bootstrap .carousel-inner > .item.active { + .bootstrap3 .carousel-inner > .item.next.left, + .bootstrap3 .carousel-inner > .item.prev.right, + .bootstrap3 .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } -.bootstrap .carousel-inner > .active, -.bootstrap .carousel-inner > .next, -.bootstrap .carousel-inner > .prev { +.bootstrap3 .carousel-inner > .active, +.bootstrap3 .carousel-inner > .next, +.bootstrap3 .carousel-inner > .prev { display: block; } -.bootstrap .carousel-inner > .active { +.bootstrap3 .carousel-inner > .active { left: 0; } -.bootstrap .carousel-inner > .next, -.bootstrap .carousel-inner > .prev { +.bootstrap3 .carousel-inner > .next, +.bootstrap3 .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } -.bootstrap .carousel-inner > .next { +.bootstrap3 .carousel-inner > .next { left: 100%; } -.bootstrap .carousel-inner > .prev { +.bootstrap3 .carousel-inner > .prev { left: -100%; } -.bootstrap .carousel-inner > .next.left, -.bootstrap .carousel-inner > .prev.right { +.bootstrap3 .carousel-inner > .next.left, +.bootstrap3 .carousel-inner > .prev.right { left: 0; } -.bootstrap .carousel-inner > .active.left { +.bootstrap3 .carousel-inner > .active.left { left: -100%; } -.bootstrap .carousel-inner > .active.right { +.bootstrap3 .carousel-inner > .active.right { left: 100%; } -.bootstrap .carousel-control { +.bootstrap3 .carousel-control { position: absolute; top: 0; left: 0; @@ -6432,7 +6432,7 @@ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } -.bootstrap .carousel-control.left { +.bootstrap3 .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); @@ -6440,7 +6440,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } -.bootstrap .carousel-control.right { +.bootstrap3 .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); @@ -6450,48 +6450,48 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } -.bootstrap .carousel-control:hover, -.bootstrap .carousel-control:focus { +.bootstrap3 .carousel-control:hover, +.bootstrap3 .carousel-control:focus { outline: 0; color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } -.bootstrap .carousel-control .icon-prev, -.bootstrap .carousel-control .icon-next, -.bootstrap .carousel-control .glyphicon-chevron-left, -.bootstrap .carousel-control .glyphicon-chevron-right { +.bootstrap3 .carousel-control .icon-prev, +.bootstrap3 .carousel-control .icon-next, +.bootstrap3 .carousel-control .glyphicon-chevron-left, +.bootstrap3 .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } -.bootstrap .carousel-control .icon-prev, -.bootstrap .carousel-control .glyphicon-chevron-left { +.bootstrap3 .carousel-control .icon-prev, +.bootstrap3 .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } -.bootstrap .carousel-control .icon-next, -.bootstrap .carousel-control .glyphicon-chevron-right { +.bootstrap3 .carousel-control .icon-next, +.bootstrap3 .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } -.bootstrap .carousel-control .icon-prev, -.bootstrap .carousel-control .icon-next { +.bootstrap3 .carousel-control .icon-prev, +.bootstrap3 .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } -.bootstrap .carousel-control .icon-prev:before { +.bootstrap3 .carousel-control .icon-prev:before { content: '\2039'; } -.bootstrap .carousel-control .icon-next:before { +.bootstrap3 .carousel-control .icon-next:before { content: '\203a'; } -.bootstrap .carousel-indicators { +.bootstrap3 .carousel-indicators { position: absolute; bottom: 10px; left: 50%; @@ -6502,7 +6502,7 @@ list-style: none; text-align: center; } -.bootstrap .carousel-indicators li { +.bootstrap3 .carousel-indicators li { display: inline-block; width: 10px; height: 10px; @@ -6514,13 +6514,13 @@ background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } -.bootstrap .carousel-indicators .active { +.bootstrap3 .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #ffffff; } -.bootstrap .carousel-caption { +.bootstrap3 .carousel-caption { position: absolute; left: 15%; right: 15%; @@ -6532,391 +6532,391 @@ text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } -.bootstrap .carousel-caption .btn { +.bootstrap3 .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { - .bootstrap .carousel-control .glyphicon-chevron-left, - .bootstrap .carousel-control .glyphicon-chevron-right, - .bootstrap .carousel-control .icon-prev, - .bootstrap .carousel-control .icon-next { + .bootstrap3 .carousel-control .glyphicon-chevron-left, + .bootstrap3 .carousel-control .glyphicon-chevron-right, + .bootstrap3 .carousel-control .icon-prev, + .bootstrap3 .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } - .bootstrap .carousel-control .glyphicon-chevron-left, - .bootstrap .carousel-control .icon-prev { + .bootstrap3 .carousel-control .glyphicon-chevron-left, + .bootstrap3 .carousel-control .icon-prev { margin-left: -10px; } - .bootstrap .carousel-control .glyphicon-chevron-right, - .bootstrap .carousel-control .icon-next { + .bootstrap3 .carousel-control .glyphicon-chevron-right, + .bootstrap3 .carousel-control .icon-next { margin-right: -10px; } - .bootstrap .carousel-caption { + .bootstrap3 .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } - .bootstrap .carousel-indicators { + .bootstrap3 .carousel-indicators { bottom: 20px; } } -.bootstrap .clearfix:before, -.bootstrap .clearfix:after, -.bootstrap .dl-horizontal dd:before, -.bootstrap .dl-horizontal dd:after, -.bootstrap .container:before, -.bootstrap .container:after, -.bootstrap .container-fluid:before, -.bootstrap .container-fluid:after, -.bootstrap .row:before, -.bootstrap .row:after, -.bootstrap .form-horizontal .form-group:before, -.bootstrap .form-horizontal .form-group:after, -.bootstrap .btn-toolbar:before, -.bootstrap .btn-toolbar:after, -.bootstrap .btn-group-vertical > .btn-group:before, -.bootstrap .btn-group-vertical > .btn-group:after, -.bootstrap .nav:before, -.bootstrap .nav:after, -.bootstrap .navbar:before, -.bootstrap .navbar:after, -.bootstrap .navbar-header:before, -.bootstrap .navbar-header:after, -.bootstrap .navbar-collapse:before, -.bootstrap .navbar-collapse:after, -.bootstrap .pager:before, -.bootstrap .pager:after, -.bootstrap .panel-body:before, -.bootstrap .panel-body:after, -.bootstrap .modal-header:before, -.bootstrap .modal-header:after, -.bootstrap .modal-footer:before, -.bootstrap .modal-footer:after { +.bootstrap3 .clearfix:before, +.bootstrap3 .clearfix:after, +.bootstrap3 .dl-horizontal dd:before, +.bootstrap3 .dl-horizontal dd:after, +.bootstrap3 .container:before, +.bootstrap3 .container:after, +.bootstrap3 .container-fluid:before, +.bootstrap3 .container-fluid:after, +.bootstrap3 .row:before, +.bootstrap3 .row:after, +.bootstrap3 .form-horizontal .form-group:before, +.bootstrap3 .form-horizontal .form-group:after, +.bootstrap3 .btn-toolbar:before, +.bootstrap3 .btn-toolbar:after, +.bootstrap3 .btn-group-vertical > .btn-group:before, +.bootstrap3 .btn-group-vertical > .btn-group:after, +.bootstrap3 .nav:before, +.bootstrap3 .nav:after, +.bootstrap3 .navbar:before, +.bootstrap3 .navbar:after, +.bootstrap3 .navbar-header:before, +.bootstrap3 .navbar-header:after, +.bootstrap3 .navbar-collapse:before, +.bootstrap3 .navbar-collapse:after, +.bootstrap3 .pager:before, +.bootstrap3 .pager:after, +.bootstrap3 .panel-body:before, +.bootstrap3 .panel-body:after, +.bootstrap3 .modal-header:before, +.bootstrap3 .modal-header:after, +.bootstrap3 .modal-footer:before, +.bootstrap3 .modal-footer:after { content: " "; display: table; } -.bootstrap .clearfix:after, -.bootstrap .dl-horizontal dd:after, -.bootstrap .container:after, -.bootstrap .container-fluid:after, -.bootstrap .row:after, -.bootstrap .form-horizontal .form-group:after, -.bootstrap .btn-toolbar:after, -.bootstrap .btn-group-vertical > .btn-group:after, -.bootstrap .nav:after, -.bootstrap .navbar:after, -.bootstrap .navbar-header:after, -.bootstrap .navbar-collapse:after, -.bootstrap .pager:after, -.bootstrap .panel-body:after, -.bootstrap .modal-header:after, -.bootstrap .modal-footer:after { +.bootstrap3 .clearfix:after, +.bootstrap3 .dl-horizontal dd:after, +.bootstrap3 .container:after, +.bootstrap3 .container-fluid:after, +.bootstrap3 .row:after, +.bootstrap3 .form-horizontal .form-group:after, +.bootstrap3 .btn-toolbar:after, +.bootstrap3 .btn-group-vertical > .btn-group:after, +.bootstrap3 .nav:after, +.bootstrap3 .navbar:after, +.bootstrap3 .navbar-header:after, +.bootstrap3 .navbar-collapse:after, +.bootstrap3 .pager:after, +.bootstrap3 .panel-body:after, +.bootstrap3 .modal-header:after, +.bootstrap3 .modal-footer:after { clear: both; } -.bootstrap .center-block { +.bootstrap3 .center-block { display: block; margin-left: auto; margin-right: auto; } -.bootstrap .pull-right { +.bootstrap3 .pull-right { float: right !important; } -.bootstrap .pull-left { +.bootstrap3 .pull-left { float: left !important; } -.bootstrap .hide { +.bootstrap3 .hide { display: none !important; } -.bootstrap .show { +.bootstrap3 .show { display: block !important; } -.bootstrap .invisible { +.bootstrap3 .invisible { visibility: hidden; } -.bootstrap .text-hide { +.bootstrap3 .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } -.bootstrap .hidden { +.bootstrap3 .hidden { display: none !important; } -.bootstrap .affix { +.bootstrap3 .affix { position: fixed; } @-ms-viewport { width: device-width; } -.bootstrap .visible-xs, -.bootstrap .visible-sm, -.bootstrap .visible-md, -.bootstrap .visible-lg { +.bootstrap3 .visible-xs, +.bootstrap3 .visible-sm, +.bootstrap3 .visible-md, +.bootstrap3 .visible-lg { display: none !important; } -.bootstrap .visible-xs-block, -.bootstrap .visible-xs-inline, -.bootstrap .visible-xs-inline-block, -.bootstrap .visible-sm-block, -.bootstrap .visible-sm-inline, -.bootstrap .visible-sm-inline-block, -.bootstrap .visible-md-block, -.bootstrap .visible-md-inline, -.bootstrap .visible-md-inline-block, -.bootstrap .visible-lg-block, -.bootstrap .visible-lg-inline, -.bootstrap .visible-lg-inline-block { +.bootstrap3 .visible-xs-block, +.bootstrap3 .visible-xs-inline, +.bootstrap3 .visible-xs-inline-block, +.bootstrap3 .visible-sm-block, +.bootstrap3 .visible-sm-inline, +.bootstrap3 .visible-sm-inline-block, +.bootstrap3 .visible-md-block, +.bootstrap3 .visible-md-inline, +.bootstrap3 .visible-md-inline-block, +.bootstrap3 .visible-lg-block, +.bootstrap3 .visible-lg-inline, +.bootstrap3 .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { - .bootstrap .visible-xs { + .bootstrap3 .visible-xs { display: block !important; } - .bootstrap table.visible-xs { + .bootstrap3 table.visible-xs { display: table !important; } - .bootstrap tr.visible-xs { + .bootstrap3 tr.visible-xs { display: table-row !important; } - .bootstrap th.visible-xs, - .bootstrap td.visible-xs { + .bootstrap3 th.visible-xs, + .bootstrap3 td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { - .bootstrap .visible-xs-block { + .bootstrap3 .visible-xs-block { display: block !important; } } @media (max-width: 767px) { - .bootstrap .visible-xs-inline { + .bootstrap3 .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { - .bootstrap .visible-xs-inline-block { + .bootstrap3 .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { - .bootstrap .visible-sm { + .bootstrap3 .visible-sm { display: block !important; } - .bootstrap table.visible-sm { + .bootstrap3 table.visible-sm { display: table !important; } - .bootstrap tr.visible-sm { + .bootstrap3 tr.visible-sm { display: table-row !important; } - .bootstrap th.visible-sm, - .bootstrap td.visible-sm { + .bootstrap3 th.visible-sm, + .bootstrap3 td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { - .bootstrap .visible-sm-block { + .bootstrap3 .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { - .bootstrap .visible-sm-inline { + .bootstrap3 .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { - .bootstrap .visible-sm-inline-block { + .bootstrap3 .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .bootstrap .visible-md { + .bootstrap3 .visible-md { display: block !important; } - .bootstrap table.visible-md { + .bootstrap3 table.visible-md { display: table !important; } - .bootstrap tr.visible-md { + .bootstrap3 tr.visible-md { display: table-row !important; } - .bootstrap th.visible-md, - .bootstrap td.visible-md { + .bootstrap3 th.visible-md, + .bootstrap3 td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .bootstrap .visible-md-block { + .bootstrap3 .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .bootstrap .visible-md-inline { + .bootstrap3 .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .bootstrap .visible-md-inline-block { + .bootstrap3 .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { - .bootstrap .visible-lg { + .bootstrap3 .visible-lg { display: block !important; } - .bootstrap table.visible-lg { + .bootstrap3 table.visible-lg { display: table !important; } - .bootstrap tr.visible-lg { + .bootstrap3 tr.visible-lg { display: table-row !important; } - .bootstrap th.visible-lg, - .bootstrap td.visible-lg { + .bootstrap3 th.visible-lg, + .bootstrap3 td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { - .bootstrap .visible-lg-block { + .bootstrap3 .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { - .bootstrap .visible-lg-inline { + .bootstrap3 .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { - .bootstrap .visible-lg-inline-block { + .bootstrap3 .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { - .bootstrap .hidden-xs { + .bootstrap3 .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { - .bootstrap .hidden-sm { + .bootstrap3 .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { - .bootstrap .hidden-md { + .bootstrap3 .hidden-md { display: none !important; } } @media (min-width: 1200px) { - .bootstrap .hidden-lg { + .bootstrap3 .hidden-lg { display: none !important; } } -.bootstrap .visible-print { +.bootstrap3 .visible-print { display: none !important; } @media print { - .bootstrap .visible-print { + .bootstrap3 .visible-print { display: block !important; } - .bootstrap table.visible-print { + .bootstrap3 table.visible-print { display: table !important; } - .bootstrap tr.visible-print { + .bootstrap3 tr.visible-print { display: table-row !important; } - .bootstrap th.visible-print, - .bootstrap td.visible-print { + .bootstrap3 th.visible-print, + .bootstrap3 td.visible-print { display: table-cell !important; } } -.bootstrap .visible-print-block { +.bootstrap3 .visible-print-block { display: none !important; } @media print { - .bootstrap .visible-print-block { + .bootstrap3 .visible-print-block { display: block !important; } } -.bootstrap .visible-print-inline { +.bootstrap3 .visible-print-inline { display: none !important; } @media print { - .bootstrap .visible-print-inline { + .bootstrap3 .visible-print-inline { display: inline !important; } } -.bootstrap .visible-print-inline-block { +.bootstrap3 .visible-print-inline-block { display: none !important; } @media print { - .bootstrap .visible-print-inline-block { + .bootstrap3 .visible-print-inline-block { display: inline-block !important; } } @media print { - .bootstrap .hidden-print { + .bootstrap3 .hidden-print { display: none !important; } } -.bootstrap .btn-default, -.bootstrap .btn-primary, -.bootstrap .btn-success, -.bootstrap .btn-info, -.bootstrap .btn-warning, -.bootstrap .btn-danger { +.bootstrap3 .btn-default, +.bootstrap3 .btn-primary, +.bootstrap3 .btn-success, +.bootstrap3 .btn-info, +.bootstrap3 .btn-warning, +.bootstrap3 .btn-danger { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } -.bootstrap .btn-default:active, -.bootstrap .btn-primary:active, -.bootstrap .btn-success:active, -.bootstrap .btn-info:active, -.bootstrap .btn-warning:active, -.bootstrap .btn-danger:active, -.bootstrap .btn-default.active, -.bootstrap .btn-primary.active, -.bootstrap .btn-success.active, -.bootstrap .btn-info.active, -.bootstrap .btn-warning.active, -.bootstrap .btn-danger.active { +.bootstrap3 .btn-default:active, +.bootstrap3 .btn-primary:active, +.bootstrap3 .btn-success:active, +.bootstrap3 .btn-info:active, +.bootstrap3 .btn-warning:active, +.bootstrap3 .btn-danger:active, +.bootstrap3 .btn-default.active, +.bootstrap3 .btn-primary.active, +.bootstrap3 .btn-success.active, +.bootstrap3 .btn-info.active, +.bootstrap3 .btn-warning.active, +.bootstrap3 .btn-danger.active { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } -.bootstrap .btn-default.disabled, -.bootstrap .btn-primary.disabled, -.bootstrap .btn-success.disabled, -.bootstrap .btn-info.disabled, -.bootstrap .btn-warning.disabled, -.bootstrap .btn-danger.disabled, -.bootstrap .btn-default[disabled], -.bootstrap .btn-primary[disabled], -.bootstrap .btn-success[disabled], -.bootstrap .btn-info[disabled], -.bootstrap .btn-warning[disabled], -.bootstrap .btn-danger[disabled], -.bootstrap fieldset[disabled] .btn-default, -.bootstrap fieldset[disabled] .btn-primary, -.bootstrap fieldset[disabled] .btn-success, -.bootstrap fieldset[disabled] .btn-info, -.bootstrap fieldset[disabled] .btn-warning, -.bootstrap fieldset[disabled] .btn-danger { +.bootstrap3 .btn-default.disabled, +.bootstrap3 .btn-primary.disabled, +.bootstrap3 .btn-success.disabled, +.bootstrap3 .btn-info.disabled, +.bootstrap3 .btn-warning.disabled, +.bootstrap3 .btn-danger.disabled, +.bootstrap3 .btn-default[disabled], +.bootstrap3 .btn-primary[disabled], +.bootstrap3 .btn-success[disabled], +.bootstrap3 .btn-info[disabled], +.bootstrap3 .btn-warning[disabled], +.bootstrap3 .btn-danger[disabled], +.bootstrap3 fieldset[disabled] .btn-default, +.bootstrap3 fieldset[disabled] .btn-primary, +.bootstrap3 fieldset[disabled] .btn-success, +.bootstrap3 fieldset[disabled] .btn-info, +.bootstrap3 fieldset[disabled] .btn-warning, +.bootstrap3 fieldset[disabled] .btn-danger { -webkit-box-shadow: none; box-shadow: none; } -.bootstrap .btn-default .badge, -.bootstrap .btn-primary .badge, -.bootstrap .btn-success .badge, -.bootstrap .btn-info .badge, -.bootstrap .btn-warning .badge, -.bootstrap .btn-danger .badge { +.bootstrap3 .btn-default .badge, +.bootstrap3 .btn-primary .badge, +.bootstrap3 .btn-success .badge, +.bootstrap3 .btn-info .badge, +.bootstrap3 .btn-warning .badge, +.bootstrap3 .btn-danger .badge { text-shadow: none; } -.bootstrap .btn:active, -.bootstrap .btn.active { +.bootstrap3 .btn:active, +.bootstrap3 .btn.active { background-image: none; } -.bootstrap .btn-default { +.bootstrap3 .btn-default { background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%); background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0)); @@ -6928,38 +6928,38 @@ text-shadow: 0 1px 0 #fff; border-color: #ccc; } -.bootstrap .btn-default:hover, -.bootstrap .btn-default:focus { +.bootstrap3 .btn-default:hover, +.bootstrap3 .btn-default:focus { background-color: #e0e0e0; background-position: 0 -15px; } -.bootstrap .btn-default:active, -.bootstrap .btn-default.active { +.bootstrap3 .btn-default:active, +.bootstrap3 .btn-default.active { background-color: #e0e0e0; border-color: #dbdbdb; } -.bootstrap .btn-default.disabled, -.bootstrap .btn-default[disabled], -.bootstrap fieldset[disabled] .btn-default, -.bootstrap .btn-default.disabled:hover, -.bootstrap .btn-default[disabled]:hover, -.bootstrap fieldset[disabled] .btn-default:hover, -.bootstrap .btn-default.disabled:focus, -.bootstrap .btn-default[disabled]:focus, -.bootstrap fieldset[disabled] .btn-default:focus, -.bootstrap .btn-default.disabled.focus, -.bootstrap .btn-default[disabled].focus, -.bootstrap fieldset[disabled] .btn-default.focus, -.bootstrap .btn-default.disabled:active, -.bootstrap .btn-default[disabled]:active, -.bootstrap fieldset[disabled] .btn-default:active, -.bootstrap .btn-default.disabled.active, -.bootstrap .btn-default[disabled].active, -.bootstrap fieldset[disabled] .btn-default.active { +.bootstrap3 .btn-default.disabled, +.bootstrap3 .btn-default[disabled], +.bootstrap3 fieldset[disabled] .btn-default, +.bootstrap3 .btn-default.disabled:hover, +.bootstrap3 .btn-default[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-default:hover, +.bootstrap3 .btn-default.disabled:focus, +.bootstrap3 .btn-default[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-default:focus, +.bootstrap3 .btn-default.disabled.focus, +.bootstrap3 .btn-default[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-default.focus, +.bootstrap3 .btn-default.disabled:active, +.bootstrap3 .btn-default[disabled]:active, +.bootstrap3 fieldset[disabled] .btn-default:active, +.bootstrap3 .btn-default.disabled.active, +.bootstrap3 .btn-default[disabled].active, +.bootstrap3 fieldset[disabled] .btn-default.active { background-color: #e0e0e0; background-image: none; } -.bootstrap .btn-primary { +.bootstrap3 .btn-primary { background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%); background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88)); @@ -6969,38 +6969,38 @@ background-repeat: repeat-x; border-color: #245580; } -.bootstrap .btn-primary:hover, -.bootstrap .btn-primary:focus { +.bootstrap3 .btn-primary:hover, +.bootstrap3 .btn-primary:focus { background-color: #265a88; background-position: 0 -15px; } -.bootstrap .btn-primary:active, -.bootstrap .btn-primary.active { +.bootstrap3 .btn-primary:active, +.bootstrap3 .btn-primary.active { background-color: #265a88; border-color: #245580; } -.bootstrap .btn-primary.disabled, -.bootstrap .btn-primary[disabled], -.bootstrap fieldset[disabled] .btn-primary, -.bootstrap .btn-primary.disabled:hover, -.bootstrap .btn-primary[disabled]:hover, -.bootstrap fieldset[disabled] .btn-primary:hover, -.bootstrap .btn-primary.disabled:focus, -.bootstrap .btn-primary[disabled]:focus, -.bootstrap fieldset[disabled] .btn-primary:focus, -.bootstrap .btn-primary.disabled.focus, -.bootstrap .btn-primary[disabled].focus, -.bootstrap fieldset[disabled] .btn-primary.focus, -.bootstrap .btn-primary.disabled:active, -.bootstrap .btn-primary[disabled]:active, -.bootstrap fieldset[disabled] .btn-primary:active, -.bootstrap .btn-primary.disabled.active, -.bootstrap .btn-primary[disabled].active, -.bootstrap fieldset[disabled] .btn-primary.active { +.bootstrap3 .btn-primary.disabled, +.bootstrap3 .btn-primary[disabled], +.bootstrap3 fieldset[disabled] .btn-primary, +.bootstrap3 .btn-primary.disabled:hover, +.bootstrap3 .btn-primary[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-primary:hover, +.bootstrap3 .btn-primary.disabled:focus, +.bootstrap3 .btn-primary[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-primary:focus, +.bootstrap3 .btn-primary.disabled.focus, +.bootstrap3 .btn-primary[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-primary.focus, +.bootstrap3 .btn-primary.disabled:active, +.bootstrap3 .btn-primary[disabled]:active, +.bootstrap3 fieldset[disabled] .btn-primary:active, +.bootstrap3 .btn-primary.disabled.active, +.bootstrap3 .btn-primary[disabled].active, +.bootstrap3 fieldset[disabled] .btn-primary.active { background-color: #265a88; background-image: none; } -.bootstrap .btn-success { +.bootstrap3 .btn-success { background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%); background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641)); @@ -7010,38 +7010,38 @@ background-repeat: repeat-x; border-color: #3e8f3e; } -.bootstrap .btn-success:hover, -.bootstrap .btn-success:focus { +.bootstrap3 .btn-success:hover, +.bootstrap3 .btn-success:focus { background-color: #419641; background-position: 0 -15px; } -.bootstrap .btn-success:active, -.bootstrap .btn-success.active { +.bootstrap3 .btn-success:active, +.bootstrap3 .btn-success.active { background-color: #419641; border-color: #3e8f3e; } -.bootstrap .btn-success.disabled, -.bootstrap .btn-success[disabled], -.bootstrap fieldset[disabled] .btn-success, -.bootstrap .btn-success.disabled:hover, -.bootstrap .btn-success[disabled]:hover, -.bootstrap fieldset[disabled] .btn-success:hover, -.bootstrap .btn-success.disabled:focus, -.bootstrap .btn-success[disabled]:focus, -.bootstrap fieldset[disabled] .btn-success:focus, -.bootstrap .btn-success.disabled.focus, -.bootstrap .btn-success[disabled].focus, -.bootstrap fieldset[disabled] .btn-success.focus, -.bootstrap .btn-success.disabled:active, -.bootstrap .btn-success[disabled]:active, -.bootstrap fieldset[disabled] .btn-success:active, -.bootstrap .btn-success.disabled.active, -.bootstrap .btn-success[disabled].active, -.bootstrap fieldset[disabled] .btn-success.active { +.bootstrap3 .btn-success.disabled, +.bootstrap3 .btn-success[disabled], +.bootstrap3 fieldset[disabled] .btn-success, +.bootstrap3 .btn-success.disabled:hover, +.bootstrap3 .btn-success[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-success:hover, +.bootstrap3 .btn-success.disabled:focus, +.bootstrap3 .btn-success[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-success:focus, +.bootstrap3 .btn-success.disabled.focus, +.bootstrap3 .btn-success[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-success.focus, +.bootstrap3 .btn-success.disabled:active, +.bootstrap3 .btn-success[disabled]:active, +.bootstrap3 fieldset[disabled] .btn-success:active, +.bootstrap3 .btn-success.disabled.active, +.bootstrap3 .btn-success[disabled].active, +.bootstrap3 fieldset[disabled] .btn-success.active { background-color: #419641; background-image: none; } -.bootstrap .btn-info { +.bootstrap3 .btn-info { background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%); background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2)); @@ -7051,38 +7051,38 @@ background-repeat: repeat-x; border-color: #28a4c9; } -.bootstrap .btn-info:hover, -.bootstrap .btn-info:focus { +.bootstrap3 .btn-info:hover, +.bootstrap3 .btn-info:focus { background-color: #2aabd2; background-position: 0 -15px; } -.bootstrap .btn-info:active, -.bootstrap .btn-info.active { +.bootstrap3 .btn-info:active, +.bootstrap3 .btn-info.active { background-color: #2aabd2; border-color: #28a4c9; } -.bootstrap .btn-info.disabled, -.bootstrap .btn-info[disabled], -.bootstrap fieldset[disabled] .btn-info, -.bootstrap .btn-info.disabled:hover, -.bootstrap .btn-info[disabled]:hover, -.bootstrap fieldset[disabled] .btn-info:hover, -.bootstrap .btn-info.disabled:focus, -.bootstrap .btn-info[disabled]:focus, -.bootstrap fieldset[disabled] .btn-info:focus, -.bootstrap .btn-info.disabled.focus, -.bootstrap .btn-info[disabled].focus, -.bootstrap fieldset[disabled] .btn-info.focus, -.bootstrap .btn-info.disabled:active, -.bootstrap .btn-info[disabled]:active, -.bootstrap fieldset[disabled] .btn-info:active, -.bootstrap .btn-info.disabled.active, -.bootstrap .btn-info[disabled].active, -.bootstrap fieldset[disabled] .btn-info.active { +.bootstrap3 .btn-info.disabled, +.bootstrap3 .btn-info[disabled], +.bootstrap3 fieldset[disabled] .btn-info, +.bootstrap3 .btn-info.disabled:hover, +.bootstrap3 .btn-info[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-info:hover, +.bootstrap3 .btn-info.disabled:focus, +.bootstrap3 .btn-info[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-info:focus, +.bootstrap3 .btn-info.disabled.focus, +.bootstrap3 .btn-info[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-info.focus, +.bootstrap3 .btn-info.disabled:active, +.bootstrap3 .btn-info[disabled]:active, +.bootstrap3 fieldset[disabled] .btn-info:active, +.bootstrap3 .btn-info.disabled.active, +.bootstrap3 .btn-info[disabled].active, +.bootstrap3 fieldset[disabled] .btn-info.active { background-color: #2aabd2; background-image: none; } -.bootstrap .btn-warning { +.bootstrap3 .btn-warning { background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%); background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316)); @@ -7092,38 +7092,38 @@ background-repeat: repeat-x; border-color: #e38d13; } -.bootstrap .btn-warning:hover, -.bootstrap .btn-warning:focus { +.bootstrap3 .btn-warning:hover, +.bootstrap3 .btn-warning:focus { background-color: #eb9316; background-position: 0 -15px; } -.bootstrap .btn-warning:active, -.bootstrap .btn-warning.active { +.bootstrap3 .btn-warning:active, +.bootstrap3 .btn-warning.active { background-color: #eb9316; border-color: #e38d13; } -.bootstrap .btn-warning.disabled, -.bootstrap .btn-warning[disabled], -.bootstrap fieldset[disabled] .btn-warning, -.bootstrap .btn-warning.disabled:hover, -.bootstrap .btn-warning[disabled]:hover, -.bootstrap fieldset[disabled] .btn-warning:hover, -.bootstrap .btn-warning.disabled:focus, -.bootstrap .btn-warning[disabled]:focus, -.bootstrap fieldset[disabled] .btn-warning:focus, -.bootstrap .btn-warning.disabled.focus, -.bootstrap .btn-warning[disabled].focus, -.bootstrap fieldset[disabled] .btn-warning.focus, -.bootstrap .btn-warning.disabled:active, -.bootstrap .btn-warning[disabled]:active, -.bootstrap fieldset[disabled] .btn-warning:active, -.bootstrap .btn-warning.disabled.active, -.bootstrap .btn-warning[disabled].active, -.bootstrap fieldset[disabled] .btn-warning.active { +.bootstrap3 .btn-warning.disabled, +.bootstrap3 .btn-warning[disabled], +.bootstrap3 fieldset[disabled] .btn-warning, +.bootstrap3 .btn-warning.disabled:hover, +.bootstrap3 .btn-warning[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-warning:hover, +.bootstrap3 .btn-warning.disabled:focus, +.bootstrap3 .btn-warning[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-warning:focus, +.bootstrap3 .btn-warning.disabled.focus, +.bootstrap3 .btn-warning[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-warning.focus, +.bootstrap3 .btn-warning.disabled:active, +.bootstrap3 .btn-warning[disabled]:active, +.bootstrap3 fieldset[disabled] .btn-warning:active, +.bootstrap3 .btn-warning.disabled.active, +.bootstrap3 .btn-warning[disabled].active, +.bootstrap3 fieldset[disabled] .btn-warning.active { background-color: #eb9316; background-image: none; } -.bootstrap .btn-danger { +.bootstrap3 .btn-danger { background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%); background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a)); @@ -7133,44 +7133,44 @@ background-repeat: repeat-x; border-color: #b92c28; } -.bootstrap .btn-danger:hover, -.bootstrap .btn-danger:focus { +.bootstrap3 .btn-danger:hover, +.bootstrap3 .btn-danger:focus { background-color: #c12e2a; background-position: 0 -15px; } -.bootstrap .btn-danger:active, -.bootstrap .btn-danger.active { +.bootstrap3 .btn-danger:active, +.bootstrap3 .btn-danger.active { background-color: #c12e2a; border-color: #b92c28; } -.bootstrap .btn-danger.disabled, -.bootstrap .btn-danger[disabled], -.bootstrap fieldset[disabled] .btn-danger, -.bootstrap .btn-danger.disabled:hover, -.bootstrap .btn-danger[disabled]:hover, -.bootstrap fieldset[disabled] .btn-danger:hover, -.bootstrap .btn-danger.disabled:focus, -.bootstrap .btn-danger[disabled]:focus, -.bootstrap fieldset[disabled] .btn-danger:focus, -.bootstrap .btn-danger.disabled.focus, -.bootstrap .btn-danger[disabled].focus, -.bootstrap fieldset[disabled] .btn-danger.focus, -.bootstrap .btn-danger.disabled:active, -.bootstrap .btn-danger[disabled]:active, -.bootstrap fieldset[disabled] .btn-danger:active, -.bootstrap .btn-danger.disabled.active, -.bootstrap .btn-danger[disabled].active, -.bootstrap fieldset[disabled] .btn-danger.active { +.bootstrap3 .btn-danger.disabled, +.bootstrap3 .btn-danger[disabled], +.bootstrap3 fieldset[disabled] .btn-danger, +.bootstrap3 .btn-danger.disabled:hover, +.bootstrap3 .btn-danger[disabled]:hover, +.bootstrap3 fieldset[disabled] .btn-danger:hover, +.bootstrap3 .btn-danger.disabled:focus, +.bootstrap3 .btn-danger[disabled]:focus, +.bootstrap3 fieldset[disabled] .btn-danger:focus, +.bootstrap3 .btn-danger.disabled.focus, +.bootstrap3 .btn-danger[disabled].focus, +.bootstrap3 fieldset[disabled] .btn-danger.focus, +.bootstrap3 .btn-danger.disabled:active, +.bootstrap3 .btn-danger[disabled]:active, +.bootstrap3 fieldset[disabled] .btn-danger:active, +.bootstrap3 .btn-danger.disabled.active, +.bootstrap3 .btn-danger[disabled].active, +.bootstrap3 fieldset[disabled] .btn-danger.active { background-color: #c12e2a; background-image: none; } -.bootstrap .thumbnail, -.bootstrap .img-thumbnail { +.bootstrap3 .thumbnail, +.bootstrap3 .img-thumbnail { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); } -.bootstrap .dropdown-menu > li > a:hover, -.bootstrap .dropdown-menu > li > a:focus { +.bootstrap3 .dropdown-menu > li > a:hover, +.bootstrap3 .dropdown-menu > li > a:focus { background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8)); @@ -7179,9 +7179,9 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); background-color: #e8e8e8; } -.bootstrap .dropdown-menu > .active > a, -.bootstrap .dropdown-menu > .active > a:hover, -.bootstrap .dropdown-menu > .active > a:focus { +.bootstrap3 .dropdown-menu > .active > a, +.bootstrap3 .dropdown-menu > .active > a:hover, +.bootstrap3 .dropdown-menu > .active > a:focus { background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4)); @@ -7190,7 +7190,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); background-color: #2e6da4; } -.bootstrap .navbar-default { +.bootstrap3 .navbar-default { background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%); background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8)); @@ -7202,8 +7202,8 @@ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); } -.bootstrap .navbar-default .navbar-nav > .open > a, -.bootstrap .navbar-default .navbar-nav > .active > a { +.bootstrap3 .navbar-default .navbar-nav > .open > a, +.bootstrap3 .navbar-default .navbar-nav > .active > a { background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%); background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2)); @@ -7213,11 +7213,11 @@ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); } -.bootstrap .navbar-brand, -.bootstrap .navbar-nav > li > a { +.bootstrap3 .navbar-brand, +.bootstrap3 .navbar-nav > li > a { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); } -.bootstrap .navbar-inverse { +.bootstrap3 .navbar-inverse { background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%); background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222)); @@ -7227,8 +7227,8 @@ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-radius: 4px; } -.bootstrap .navbar-inverse .navbar-nav > .open > a, -.bootstrap .navbar-inverse .navbar-nav > .active > a { +.bootstrap3 .navbar-inverse .navbar-nav > .open > a, +.bootstrap3 .navbar-inverse .navbar-nav > .active > a { background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%); background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f)); @@ -7238,19 +7238,19 @@ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); } -.bootstrap .navbar-inverse .navbar-brand, -.bootstrap .navbar-inverse .navbar-nav > li > a { +.bootstrap3 .navbar-inverse .navbar-brand, +.bootstrap3 .navbar-inverse .navbar-nav > li > a { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } -.bootstrap .navbar-static-top, -.bootstrap .navbar-fixed-top, -.bootstrap .navbar-fixed-bottom { +.bootstrap3 .navbar-static-top, +.bootstrap3 .navbar-fixed-top, +.bootstrap3 .navbar-fixed-bottom { border-radius: 0; } @media (max-width: 767px) { - .bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a, - .bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, - .bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { + .bootstrap3 .navbar .navbar-nav .open .dropdown-menu > .active > a, + .bootstrap3 .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, + .bootstrap3 .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%); @@ -7260,12 +7260,12 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); } } -.bootstrap .alert { +.bootstrap3 .alert { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); } -.bootstrap .alert-success { +.bootstrap3 .alert-success { background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%); background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc)); @@ -7274,7 +7274,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); border-color: #b2dba1; } -.bootstrap .alert-info { +.bootstrap3 .alert-info { background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%); background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0)); @@ -7283,7 +7283,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); border-color: #9acfea; } -.bootstrap .alert-warning { +.bootstrap3 .alert-warning { background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%); background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0)); @@ -7292,7 +7292,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); border-color: #f5e79e; } -.bootstrap .alert-danger { +.bootstrap3 .alert-danger { background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%); background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3)); @@ -7301,7 +7301,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); border-color: #dca7a7; } -.bootstrap .progress { +.bootstrap3 .progress { background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%); background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5)); @@ -7309,7 +7309,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); } -.bootstrap .progress-bar { +.bootstrap3 .progress-bar { background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%); background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090)); @@ -7317,7 +7317,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); } -.bootstrap .progress-bar-success { +.bootstrap3 .progress-bar-success { background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%); background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44)); @@ -7325,7 +7325,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); } -.bootstrap .progress-bar-info { +.bootstrap3 .progress-bar-info { background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%); background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5)); @@ -7333,7 +7333,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); } -.bootstrap .progress-bar-warning { +.bootstrap3 .progress-bar-warning { background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%); background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f)); @@ -7341,7 +7341,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); } -.bootstrap .progress-bar-danger { +.bootstrap3 .progress-bar-danger { background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%); background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c)); @@ -7349,19 +7349,19 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); } -.bootstrap .progress-bar-striped { +.bootstrap3 .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } -.bootstrap .list-group { +.bootstrap3 .list-group { border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); } -.bootstrap .list-group-item.active, -.bootstrap .list-group-item.active:hover, -.bootstrap .list-group-item.active:focus { +.bootstrap3 .list-group-item.active, +.bootstrap3 .list-group-item.active:hover, +.bootstrap3 .list-group-item.active:focus { text-shadow: 0 -1px 0 #286090; background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%); background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%); @@ -7371,16 +7371,16 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0); border-color: #2b669a; } -.bootstrap .list-group-item.active .badge, -.bootstrap .list-group-item.active:hover .badge, -.bootstrap .list-group-item.active:focus .badge { +.bootstrap3 .list-group-item.active .badge, +.bootstrap3 .list-group-item.active:hover .badge, +.bootstrap3 .list-group-item.active:focus .badge { text-shadow: none; } -.bootstrap .panel { +.bootstrap3 .panel { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } -.bootstrap .panel-default > .panel-heading { +.bootstrap3 .panel-default > .panel-heading { background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8)); @@ -7388,7 +7388,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); } -.bootstrap .panel-primary > .panel-heading { +.bootstrap3 .panel-primary > .panel-heading { background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4)); @@ -7396,7 +7396,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); } -.bootstrap .panel-success > .panel-heading { +.bootstrap3 .panel-success > .panel-heading { background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%); background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6)); @@ -7404,7 +7404,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); } -.bootstrap .panel-info > .panel-heading { +.bootstrap3 .panel-info > .panel-heading { background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%); background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3)); @@ -7412,7 +7412,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); } -.bootstrap .panel-warning > .panel-heading { +.bootstrap3 .panel-warning > .panel-heading { background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%); background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc)); @@ -7420,7 +7420,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); } -.bootstrap .panel-danger > .panel-heading { +.bootstrap3 .panel-danger > .panel-heading { background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%); background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc)); @@ -7428,7 +7428,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); } -.bootstrap .well { +.bootstrap3 .well { background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%); background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5)); diff --git a/versions/3.3.7/iso_bootstrap3.3.7min.css b/versions/3.3.7/iso_bootstrap3.3.7min.css index c629e55..304458f 100644 --- a/versions/3.3.7/iso_bootstrap3.3.7min.css +++ b/versions/3.3.7/iso_bootstrap3.3.7min.css @@ -1 +1 @@ -.bootstrap{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.bootstrap{margin:0}.bootstrap article,.bootstrap aside,.bootstrap details,.bootstrap figcaption,.bootstrap figure,.bootstrap footer,.bootstrap header,.bootstrap hgroup,.bootstrap main,.bootstrap menu,.bootstrap nav,.bootstrap section,.bootstrap summary{display:block}.bootstrap audio,.bootstrap canvas,.bootstrap progress,.bootstrap video{display:inline-block;vertical-align:baseline}.bootstrap audio:not([controls]){display:none;height:0}.bootstrap [hidden],.bootstrap template{display:none}.bootstrap a{background-color:transparent}.bootstrap a:active,.bootstrap a:hover{outline:0}.bootstrap abbr[title]{border-bottom:1px dotted}.bootstrap b,.bootstrap strong{font-weight:bold}.bootstrap dfn{font-style:italic}.bootstrap h1{font-size:2em;margin:0.67em 0}.bootstrap mark{background:#ff0;color:#000}.bootstrap small{font-size:80%}.bootstrap sub,.bootstrap sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.bootstrap sup{top:-0.5em}.bootstrap sub{bottom:-0.25em}.bootstrap img{border:0}.bootstrap svg:not(:root){overflow:hidden}.bootstrap figure{margin:1em 40px}.bootstrap hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}.bootstrap pre{overflow:auto}.bootstrap code,.bootstrap kbd,.bootstrap pre,.bootstrap samp{font-family:monospace, monospace;font-size:1em}.bootstrap button,.bootstrap input,.bootstrap optgroup,.bootstrap select,.bootstrap textarea{color:inherit;font:inherit;margin:0}.bootstrap button{overflow:visible}.bootstrap button,.bootstrap select{text-transform:none}.bootstrap button,.bootstrap input[type="button"],.bootstrap input[type="reset"],.bootstrap input[type="submit"]{-webkit-appearance:button;cursor:pointer}.bootstrap button[disabled],.bootstrap input[disabled]{cursor:default}.bootstrap button::-moz-focus-inner,.bootstrap input::-moz-focus-inner{border:0;padding:0}.bootstrap input{line-height:normal}.bootstrap input[type="checkbox"],.bootstrap input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.bootstrap input[type="number"]::-webkit-inner-spin-button,.bootstrap input[type="number"]::-webkit-outer-spin-button{height:auto}.bootstrap input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bootstrap input[type="search"]::-webkit-search-cancel-button,.bootstrap input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}.bootstrap legend{border:0;padding:0}.bootstrap textarea{overflow:auto}.bootstrap optgroup{font-weight:bold}.bootstrap table{border-collapse:collapse;border-spacing:0}.bootstrap td,.bootstrap th{padding:0}@media print{.bootstrap *,.bootstrap *:before,.bootstrap *:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}.bootstrap a,.bootstrap a:visited{text-decoration:underline}.bootstrap a[href]:after{content:" (" attr(href) ")"}.bootstrap abbr[title]:after{content:" (" attr(title) ")"}.bootstrap a[href^="#"]:after,.bootstrap a[href^="javascript:"]:after{content:""}.bootstrap pre,.bootstrap blockquote{border:1px solid #999;page-break-inside:avoid}.bootstrap thead{display:table-header-group}.bootstrap tr,.bootstrap img{page-break-inside:avoid}.bootstrap img{max-width:100% !important}.bootstrap p,.bootstrap h2,.bootstrap h3{orphans:3;widows:3}.bootstrap h2,.bootstrap h3{page-break-after:avoid}.bootstrap .navbar{display:none}.bootstrap .btn > .caret,.bootstrap .dropup > .btn > .caret{border-top-color:#000 !important}.bootstrap .label{border:1px solid #000}.bootstrap .table{border-collapse:collapse !important}.bootstrap .table td,.bootstrap .table th{background-color:#fff !important}.bootstrap .table-bordered th,.bootstrap .table-bordered td{border:1px solid #ddd !important}}.bootstrap .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bootstrap .glyphicon-asterisk:before{content:"\002a"}.bootstrap .glyphicon-plus:before{content:"\002b"}.bootstrap .glyphicon-euro:before,.bootstrap .glyphicon-eur:before{content:"\20ac"}.bootstrap .glyphicon-minus:before{content:"\2212"}.bootstrap .glyphicon-cloud:before{content:"\2601"}.bootstrap .glyphicon-envelope:before{content:"\2709"}.bootstrap .glyphicon-pencil:before{content:"\270f"}.bootstrap .glyphicon-glass:before{content:"\e001"}.bootstrap .glyphicon-music:before{content:"\e002"}.bootstrap .glyphicon-search:before{content:"\e003"}.bootstrap .glyphicon-heart:before{content:"\e005"}.bootstrap .glyphicon-star:before{content:"\e006"}.bootstrap .glyphicon-star-empty:before{content:"\e007"}.bootstrap .glyphicon-user:before{content:"\e008"}.bootstrap .glyphicon-film:before{content:"\e009"}.bootstrap .glyphicon-th-large:before{content:"\e010"}.bootstrap .glyphicon-th:before{content:"\e011"}.bootstrap .glyphicon-th-list:before{content:"\e012"}.bootstrap .glyphicon-ok:before{content:"\e013"}.bootstrap .glyphicon-remove:before{content:"\e014"}.bootstrap .glyphicon-zoom-in:before{content:"\e015"}.bootstrap .glyphicon-zoom-out:before{content:"\e016"}.bootstrap .glyphicon-off:before{content:"\e017"}.bootstrap .glyphicon-signal:before{content:"\e018"}.bootstrap .glyphicon-cog:before{content:"\e019"}.bootstrap .glyphicon-trash:before{content:"\e020"}.bootstrap .glyphicon-home:before{content:"\e021"}.bootstrap .glyphicon-file:before{content:"\e022"}.bootstrap .glyphicon-time:before{content:"\e023"}.bootstrap .glyphicon-road:before{content:"\e024"}.bootstrap .glyphicon-download-alt:before{content:"\e025"}.bootstrap .glyphicon-download:before{content:"\e026"}.bootstrap .glyphicon-upload:before{content:"\e027"}.bootstrap .glyphicon-inbox:before{content:"\e028"}.bootstrap .glyphicon-play-circle:before{content:"\e029"}.bootstrap .glyphicon-repeat:before{content:"\e030"}.bootstrap .glyphicon-refresh:before{content:"\e031"}.bootstrap .glyphicon-list-alt:before{content:"\e032"}.bootstrap .glyphicon-lock:before{content:"\e033"}.bootstrap .glyphicon-flag:before{content:"\e034"}.bootstrap .glyphicon-headphones:before{content:"\e035"}.bootstrap .glyphicon-volume-off:before{content:"\e036"}.bootstrap .glyphicon-volume-down:before{content:"\e037"}.bootstrap .glyphicon-volume-up:before{content:"\e038"}.bootstrap .glyphicon-qrcode:before{content:"\e039"}.bootstrap .glyphicon-barcode:before{content:"\e040"}.bootstrap .glyphicon-tag:before{content:"\e041"}.bootstrap .glyphicon-tags:before{content:"\e042"}.bootstrap .glyphicon-book:before{content:"\e043"}.bootstrap .glyphicon-bookmark:before{content:"\e044"}.bootstrap .glyphicon-print:before{content:"\e045"}.bootstrap .glyphicon-camera:before{content:"\e046"}.bootstrap .glyphicon-font:before{content:"\e047"}.bootstrap .glyphicon-bold:before{content:"\e048"}.bootstrap .glyphicon-italic:before{content:"\e049"}.bootstrap .glyphicon-text-height:before{content:"\e050"}.bootstrap .glyphicon-text-width:before{content:"\e051"}.bootstrap .glyphicon-align-left:before{content:"\e052"}.bootstrap .glyphicon-align-center:before{content:"\e053"}.bootstrap .glyphicon-align-right:before{content:"\e054"}.bootstrap .glyphicon-align-justify:before{content:"\e055"}.bootstrap .glyphicon-list:before{content:"\e056"}.bootstrap .glyphicon-indent-left:before{content:"\e057"}.bootstrap .glyphicon-indent-right:before{content:"\e058"}.bootstrap .glyphicon-facetime-video:before{content:"\e059"}.bootstrap .glyphicon-picture:before{content:"\e060"}.bootstrap .glyphicon-map-marker:before{content:"\e062"}.bootstrap .glyphicon-adjust:before{content:"\e063"}.bootstrap .glyphicon-tint:before{content:"\e064"}.bootstrap .glyphicon-edit:before{content:"\e065"}.bootstrap .glyphicon-share:before{content:"\e066"}.bootstrap .glyphicon-check:before{content:"\e067"}.bootstrap .glyphicon-move:before{content:"\e068"}.bootstrap .glyphicon-step-backward:before{content:"\e069"}.bootstrap .glyphicon-fast-backward:before{content:"\e070"}.bootstrap .glyphicon-backward:before{content:"\e071"}.bootstrap .glyphicon-play:before{content:"\e072"}.bootstrap .glyphicon-pause:before{content:"\e073"}.bootstrap .glyphicon-stop:before{content:"\e074"}.bootstrap .glyphicon-forward:before{content:"\e075"}.bootstrap .glyphicon-fast-forward:before{content:"\e076"}.bootstrap .glyphicon-step-forward:before{content:"\e077"}.bootstrap .glyphicon-eject:before{content:"\e078"}.bootstrap .glyphicon-chevron-left:before{content:"\e079"}.bootstrap .glyphicon-chevron-right:before{content:"\e080"}.bootstrap .glyphicon-plus-sign:before{content:"\e081"}.bootstrap .glyphicon-minus-sign:before{content:"\e082"}.bootstrap .glyphicon-remove-sign:before{content:"\e083"}.bootstrap .glyphicon-ok-sign:before{content:"\e084"}.bootstrap .glyphicon-question-sign:before{content:"\e085"}.bootstrap .glyphicon-info-sign:before{content:"\e086"}.bootstrap .glyphicon-screenshot:before{content:"\e087"}.bootstrap .glyphicon-remove-circle:before{content:"\e088"}.bootstrap .glyphicon-ok-circle:before{content:"\e089"}.bootstrap .glyphicon-ban-circle:before{content:"\e090"}.bootstrap .glyphicon-arrow-left:before{content:"\e091"}.bootstrap .glyphicon-arrow-right:before{content:"\e092"}.bootstrap .glyphicon-arrow-up:before{content:"\e093"}.bootstrap .glyphicon-arrow-down:before{content:"\e094"}.bootstrap .glyphicon-share-alt:before{content:"\e095"}.bootstrap .glyphicon-resize-full:before{content:"\e096"}.bootstrap .glyphicon-resize-small:before{content:"\e097"}.bootstrap .glyphicon-exclamation-sign:before{content:"\e101"}.bootstrap .glyphicon-gift:before{content:"\e102"}.bootstrap .glyphicon-leaf:before{content:"\e103"}.bootstrap .glyphicon-fire:before{content:"\e104"}.bootstrap .glyphicon-eye-open:before{content:"\e105"}.bootstrap .glyphicon-eye-close:before{content:"\e106"}.bootstrap .glyphicon-warning-sign:before{content:"\e107"}.bootstrap .glyphicon-plane:before{content:"\e108"}.bootstrap .glyphicon-calendar:before{content:"\e109"}.bootstrap .glyphicon-random:before{content:"\e110"}.bootstrap .glyphicon-comment:before{content:"\e111"}.bootstrap .glyphicon-magnet:before{content:"\e112"}.bootstrap .glyphicon-chevron-up:before{content:"\e113"}.bootstrap .glyphicon-chevron-down:before{content:"\e114"}.bootstrap .glyphicon-retweet:before{content:"\e115"}.bootstrap .glyphicon-shopping-cart:before{content:"\e116"}.bootstrap .glyphicon-folder-close:before{content:"\e117"}.bootstrap .glyphicon-folder-open:before{content:"\e118"}.bootstrap .glyphicon-resize-vertical:before{content:"\e119"}.bootstrap .glyphicon-resize-horizontal:before{content:"\e120"}.bootstrap .glyphicon-hdd:before{content:"\e121"}.bootstrap .glyphicon-bullhorn:before{content:"\e122"}.bootstrap .glyphicon-bell:before{content:"\e123"}.bootstrap .glyphicon-certificate:before{content:"\e124"}.bootstrap .glyphicon-thumbs-up:before{content:"\e125"}.bootstrap .glyphicon-thumbs-down:before{content:"\e126"}.bootstrap .glyphicon-hand-right:before{content:"\e127"}.bootstrap .glyphicon-hand-left:before{content:"\e128"}.bootstrap .glyphicon-hand-up:before{content:"\e129"}.bootstrap .glyphicon-hand-down:before{content:"\e130"}.bootstrap .glyphicon-circle-arrow-right:before{content:"\e131"}.bootstrap .glyphicon-circle-arrow-left:before{content:"\e132"}.bootstrap .glyphicon-circle-arrow-up:before{content:"\e133"}.bootstrap .glyphicon-circle-arrow-down:before{content:"\e134"}.bootstrap .glyphicon-globe:before{content:"\e135"}.bootstrap .glyphicon-wrench:before{content:"\e136"}.bootstrap .glyphicon-tasks:before{content:"\e137"}.bootstrap .glyphicon-filter:before{content:"\e138"}.bootstrap .glyphicon-briefcase:before{content:"\e139"}.bootstrap .glyphicon-fullscreen:before{content:"\e140"}.bootstrap .glyphicon-dashboard:before{content:"\e141"}.bootstrap .glyphicon-paperclip:before{content:"\e142"}.bootstrap .glyphicon-heart-empty:before{content:"\e143"}.bootstrap .glyphicon-link:before{content:"\e144"}.bootstrap .glyphicon-phone:before{content:"\e145"}.bootstrap .glyphicon-pushpin:before{content:"\e146"}.bootstrap .glyphicon-usd:before{content:"\e148"}.bootstrap .glyphicon-gbp:before{content:"\e149"}.bootstrap .glyphicon-sort:before{content:"\e150"}.bootstrap .glyphicon-sort-by-alphabet:before{content:"\e151"}.bootstrap .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.bootstrap .glyphicon-sort-by-order:before{content:"\e153"}.bootstrap .glyphicon-sort-by-order-alt:before{content:"\e154"}.bootstrap .glyphicon-sort-by-attributes:before{content:"\e155"}.bootstrap .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.bootstrap .glyphicon-unchecked:before{content:"\e157"}.bootstrap .glyphicon-expand:before{content:"\e158"}.bootstrap .glyphicon-collapse-down:before{content:"\e159"}.bootstrap .glyphicon-collapse-up:before{content:"\e160"}.bootstrap .glyphicon-log-in:before{content:"\e161"}.bootstrap .glyphicon-flash:before{content:"\e162"}.bootstrap .glyphicon-log-out:before{content:"\e163"}.bootstrap .glyphicon-new-window:before{content:"\e164"}.bootstrap .glyphicon-record:before{content:"\e165"}.bootstrap .glyphicon-save:before{content:"\e166"}.bootstrap .glyphicon-open:before{content:"\e167"}.bootstrap .glyphicon-saved:before{content:"\e168"}.bootstrap .glyphicon-import:before{content:"\e169"}.bootstrap .glyphicon-export:before{content:"\e170"}.bootstrap .glyphicon-send:before{content:"\e171"}.bootstrap .glyphicon-floppy-disk:before{content:"\e172"}.bootstrap .glyphicon-floppy-saved:before{content:"\e173"}.bootstrap .glyphicon-floppy-remove:before{content:"\e174"}.bootstrap .glyphicon-floppy-save:before{content:"\e175"}.bootstrap .glyphicon-floppy-open:before{content:"\e176"}.bootstrap .glyphicon-credit-card:before{content:"\e177"}.bootstrap .glyphicon-transfer:before{content:"\e178"}.bootstrap .glyphicon-cutlery:before{content:"\e179"}.bootstrap .glyphicon-header:before{content:"\e180"}.bootstrap .glyphicon-compressed:before{content:"\e181"}.bootstrap .glyphicon-earphone:before{content:"\e182"}.bootstrap .glyphicon-phone-alt:before{content:"\e183"}.bootstrap .glyphicon-tower:before{content:"\e184"}.bootstrap .glyphicon-stats:before{content:"\e185"}.bootstrap .glyphicon-sd-video:before{content:"\e186"}.bootstrap .glyphicon-hd-video:before{content:"\e187"}.bootstrap .glyphicon-subtitles:before{content:"\e188"}.bootstrap .glyphicon-sound-stereo:before{content:"\e189"}.bootstrap .glyphicon-sound-dolby:before{content:"\e190"}.bootstrap .glyphicon-sound-5-1:before{content:"\e191"}.bootstrap .glyphicon-sound-6-1:before{content:"\e192"}.bootstrap .glyphicon-sound-7-1:before{content:"\e193"}.bootstrap .glyphicon-copyright-mark:before{content:"\e194"}.bootstrap .glyphicon-registration-mark:before{content:"\e195"}.bootstrap .glyphicon-cloud-download:before{content:"\e197"}.bootstrap .glyphicon-cloud-upload:before{content:"\e198"}.bootstrap .glyphicon-tree-conifer:before{content:"\e199"}.bootstrap .glyphicon-tree-deciduous:before{content:"\e200"}.bootstrap .glyphicon-cd:before{content:"\e201"}.bootstrap .glyphicon-save-file:before{content:"\e202"}.bootstrap .glyphicon-open-file:before{content:"\e203"}.bootstrap .glyphicon-level-up:before{content:"\e204"}.bootstrap .glyphicon-copy:before{content:"\e205"}.bootstrap .glyphicon-paste:before{content:"\e206"}.bootstrap .glyphicon-alert:before{content:"\e209"}.bootstrap .glyphicon-equalizer:before{content:"\e210"}.bootstrap .glyphicon-king:before{content:"\e211"}.bootstrap .glyphicon-queen:before{content:"\e212"}.bootstrap .glyphicon-pawn:before{content:"\e213"}.bootstrap .glyphicon-bishop:before{content:"\e214"}.bootstrap .glyphicon-knight:before{content:"\e215"}.bootstrap .glyphicon-baby-formula:before{content:"\e216"}.bootstrap .glyphicon-tent:before{content:"\26fa"}.bootstrap .glyphicon-blackboard:before{content:"\e218"}.bootstrap .glyphicon-bed:before{content:"\e219"}.bootstrap .glyphicon-apple:before{content:"\f8ff"}.bootstrap .glyphicon-erase:before{content:"\e221"}.bootstrap .glyphicon-hourglass:before{content:"\231b"}.bootstrap .glyphicon-lamp:before{content:"\e223"}.bootstrap .glyphicon-duplicate:before{content:"\e224"}.bootstrap .glyphicon-piggy-bank:before{content:"\e225"}.bootstrap .glyphicon-scissors:before{content:"\e226"}.bootstrap .glyphicon-bitcoin:before{content:"\e227"}.bootstrap .glyphicon-btc:before{content:"\e227"}.bootstrap .glyphicon-xbt:before{content:"\e227"}.bootstrap .glyphicon-yen:before{content:"\00a5"}.bootstrap .glyphicon-jpy:before{content:"\00a5"}.bootstrap .glyphicon-ruble:before{content:"\20bd"}.bootstrap .glyphicon-rub:before{content:"\20bd"}.bootstrap .glyphicon-scale:before{content:"\e230"}.bootstrap .glyphicon-ice-lolly:before{content:"\e231"}.bootstrap .glyphicon-ice-lolly-tasted:before{content:"\e232"}.bootstrap .glyphicon-education:before{content:"\e233"}.bootstrap .glyphicon-option-horizontal:before{content:"\e234"}.bootstrap .glyphicon-option-vertical:before{content:"\e235"}.bootstrap .glyphicon-menu-hamburger:before{content:"\e236"}.bootstrap .glyphicon-modal-window:before{content:"\e237"}.bootstrap .glyphicon-oil:before{content:"\e238"}.bootstrap .glyphicon-grain:before{content:"\e239"}.bootstrap .glyphicon-sunglasses:before{content:"\e240"}.bootstrap .glyphicon-text-size:before{content:"\e241"}.bootstrap .glyphicon-text-color:before{content:"\e242"}.bootstrap .glyphicon-text-background:before{content:"\e243"}.bootstrap .glyphicon-object-align-top:before{content:"\e244"}.bootstrap .glyphicon-object-align-bottom:before{content:"\e245"}.bootstrap .glyphicon-object-align-horizontal:before{content:"\e246"}.bootstrap .glyphicon-object-align-left:before{content:"\e247"}.bootstrap .glyphicon-object-align-vertical:before{content:"\e248"}.bootstrap .glyphicon-object-align-right:before{content:"\e249"}.bootstrap .glyphicon-triangle-right:before{content:"\e250"}.bootstrap .glyphicon-triangle-left:before{content:"\e251"}.bootstrap .glyphicon-triangle-bottom:before{content:"\e252"}.bootstrap .glyphicon-triangle-top:before{content:"\e253"}.bootstrap .glyphicon-console:before{content:"\e254"}.bootstrap .glyphicon-superscript:before{content:"\e255"}.bootstrap .glyphicon-subscript:before{content:"\e256"}.bootstrap .glyphicon-menu-left:before{content:"\e257"}.bootstrap .glyphicon-menu-right:before{content:"\e258"}.bootstrap .glyphicon-menu-down:before{content:"\e259"}.bootstrap .glyphicon-menu-up:before{content:"\e260"}.bootstrap *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap *:before,.bootstrap *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap{font-size:10px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.bootstrap{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:14px;line-height:1.42857143;color:#333333;background-color:#ffffff}.bootstrap input,.bootstrap button,.bootstrap select,.bootstrap textarea{font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap a{color:#337ab7;text-decoration:none}.bootstrap a:hover,.bootstrap a:focus{color:#23527c;text-decoration:underline}.bootstrap a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap figure{margin:0}.bootstrap img{vertical-align:middle}.bootstrap .img-responsive,.bootstrap .thumbnail > img,.bootstrap .thumbnail a > img,.bootstrap .carousel-inner > .item > img,.bootstrap .carousel-inner > .item > a > img{display:block;max-width:100%;height:auto}.bootstrap .img-rounded{border-radius:6px}.bootstrap .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.bootstrap .img-circle{border-radius:50%}.bootstrap hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.bootstrap .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.bootstrap .sr-only-focusable:active,.bootstrap .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.bootstrap [role="button"]{cursor:pointer}.bootstrap h1,.bootstrap h2,.bootstrap h3,.bootstrap h4,.bootstrap h5,.bootstrap h6,.bootstrap .h1,.bootstrap .h2,.bootstrap .h3,.bootstrap .h4,.bootstrap .h5,.bootstrap .h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.bootstrap h1 small,.bootstrap h2 small,.bootstrap h3 small,.bootstrap h4 small,.bootstrap h5 small,.bootstrap h6 small,.bootstrap .h1 small,.bootstrap .h2 small,.bootstrap .h3 small,.bootstrap .h4 small,.bootstrap .h5 small,.bootstrap .h6 small,.bootstrap h1 .small,.bootstrap h2 .small,.bootstrap h3 .small,.bootstrap h4 .small,.bootstrap h5 .small,.bootstrap h6 .small,.bootstrap .h1 .small,.bootstrap .h2 .small,.bootstrap .h3 .small,.bootstrap .h4 .small,.bootstrap .h5 .small,.bootstrap .h6 .small{font-weight:normal;line-height:1;color:#777777}.bootstrap h1,.bootstrap .h1,.bootstrap h2,.bootstrap .h2,.bootstrap h3,.bootstrap .h3{margin-top:20px;margin-bottom:10px}.bootstrap h1 small,.bootstrap .h1 small,.bootstrap h2 small,.bootstrap .h2 small,.bootstrap h3 small,.bootstrap .h3 small,.bootstrap h1 .small,.bootstrap .h1 .small,.bootstrap h2 .small,.bootstrap .h2 .small,.bootstrap h3 .small,.bootstrap .h3 .small{font-size:65%}.bootstrap h4,.bootstrap .h4,.bootstrap h5,.bootstrap .h5,.bootstrap h6,.bootstrap .h6{margin-top:10px;margin-bottom:10px}.bootstrap h4 small,.bootstrap .h4 small,.bootstrap h5 small,.bootstrap .h5 small,.bootstrap h6 small,.bootstrap .h6 small,.bootstrap h4 .small,.bootstrap .h4 .small,.bootstrap h5 .small,.bootstrap .h5 .small,.bootstrap h6 .small,.bootstrap .h6 .small{font-size:75%}.bootstrap h1,.bootstrap .h1{font-size:36px}.bootstrap h2,.bootstrap .h2{font-size:30px}.bootstrap h3,.bootstrap .h3{font-size:24px}.bootstrap h4,.bootstrap .h4{font-size:18px}.bootstrap h5,.bootstrap .h5{font-size:14px}.bootstrap h6,.bootstrap .h6{font-size:12px}.bootstrap p{margin:0 0 10px}.bootstrap .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 768px){.bootstrap .lead{font-size:21px}}.bootstrap small,.bootstrap .small{font-size:85%}.bootstrap mark,.bootstrap .mark{background-color:#fcf8e3;padding:.2em}.bootstrap .text-left{text-align:left}.bootstrap .text-right{text-align:right}.bootstrap .text-center{text-align:center}.bootstrap .text-justify{text-align:justify}.bootstrap .text-nowrap{white-space:nowrap}.bootstrap .text-lowercase{text-transform:lowercase}.bootstrap .text-uppercase{text-transform:uppercase}.bootstrap .text-capitalize{text-transform:capitalize}.bootstrap .text-muted{color:#777777}.bootstrap .text-primary{color:#337ab7}.bootstrap a.text-primary:hover,.bootstrap a.text-primary:focus{color:#286090}.bootstrap .text-success{color:#3c763d}.bootstrap a.text-success:hover,.bootstrap a.text-success:focus{color:#2b542c}.bootstrap .text-info{color:#31708f}.bootstrap a.text-info:hover,.bootstrap a.text-info:focus{color:#245269}.bootstrap .text-warning{color:#8a6d3b}.bootstrap a.text-warning:hover,.bootstrap a.text-warning:focus{color:#66512c}.bootstrap .text-danger{color:#a94442}.bootstrap a.text-danger:hover,.bootstrap a.text-danger:focus{color:#843534}.bootstrap .bg-primary{color:#fff;background-color:#337ab7}.bootstrap a.bg-primary:hover,.bootstrap a.bg-primary:focus{background-color:#286090}.bootstrap .bg-success{background-color:#dff0d8}.bootstrap a.bg-success:hover,.bootstrap a.bg-success:focus{background-color:#c1e2b3}.bootstrap .bg-info{background-color:#d9edf7}.bootstrap a.bg-info:hover,.bootstrap a.bg-info:focus{background-color:#afd9ee}.bootstrap .bg-warning{background-color:#fcf8e3}.bootstrap a.bg-warning:hover,.bootstrap a.bg-warning:focus{background-color:#f7ecb5}.bootstrap .bg-danger{background-color:#f2dede}.bootstrap a.bg-danger:hover,.bootstrap a.bg-danger:focus{background-color:#e4b9b9}.bootstrap .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee}.bootstrap ul,.bootstrap ol{margin-top:0;margin-bottom:10px}.bootstrap ul ul,.bootstrap ol ul,.bootstrap ul ol,.bootstrap ol ol{margin-bottom:0}.bootstrap .list-unstyled{padding-left:0;list-style:none}.bootstrap .list-inline{padding-left:0;list-style:none;margin-left:-5px}.bootstrap .list-inline > li{display:inline-block;padding-left:5px;padding-right:5px}.bootstrap dl{margin-top:0;margin-bottom:20px}.bootstrap dt,.bootstrap dd{line-height:1.42857143}.bootstrap dt{font-weight:bold}.bootstrap dd{margin-left:0}@media (min-width: 768px){.bootstrap .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap .dl-horizontal dd{margin-left:180px}}.bootstrap abbr[title],.bootstrap abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777777}.bootstrap .initialism{font-size:90%;text-transform:uppercase}.bootstrap blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee}.bootstrap blockquote p:last-child,.bootstrap blockquote ul:last-child,.bootstrap blockquote ol:last-child{margin-bottom:0}.bootstrap blockquote footer,.bootstrap blockquote small,.bootstrap blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777777}.bootstrap blockquote footer:before,.bootstrap blockquote small:before,.bootstrap blockquote .small:before{content:'\2014 \00A0'}.bootstrap .blockquote-reverse,.bootstrap blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.bootstrap .blockquote-reverse footer:before,.bootstrap blockquote.pull-right footer:before,.bootstrap .blockquote-reverse small:before,.bootstrap blockquote.pull-right small:before,.bootstrap .blockquote-reverse .small:before,.bootstrap blockquote.pull-right .small:before{content:''}.bootstrap .blockquote-reverse footer:after,.bootstrap blockquote.pull-right footer:after,.bootstrap .blockquote-reverse small:after,.bootstrap blockquote.pull-right small:after,.bootstrap .blockquote-reverse .small:after,.bootstrap blockquote.pull-right .small:after{content:'\00A0 \2014'}.bootstrap address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.bootstrap code,.bootstrap kbd,.bootstrap pre,.bootstrap samp{font-family:Menlo, Monaco, Consolas, "Courier New", monospace}.bootstrap code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.bootstrap kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25)}.bootstrap kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}.bootstrap pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}.bootstrap pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.bootstrap .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.bootstrap .container{width:750px}}@media (min-width: 992px){.bootstrap .container{width:970px}}@media (min-width: 1200px){.bootstrap .container{width:1170px}}.bootstrap .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.bootstrap .row{margin-left:-15px;margin-right:-15px}.bootstrap .col-xs-1,.bootstrap .col-sm-1,.bootstrap .col-md-1,.bootstrap .col-lg-1,.bootstrap .col-xs-2,.bootstrap .col-sm-2,.bootstrap .col-md-2,.bootstrap .col-lg-2,.bootstrap .col-xs-3,.bootstrap .col-sm-3,.bootstrap .col-md-3,.bootstrap .col-lg-3,.bootstrap .col-xs-4,.bootstrap .col-sm-4,.bootstrap .col-md-4,.bootstrap .col-lg-4,.bootstrap .col-xs-5,.bootstrap .col-sm-5,.bootstrap .col-md-5,.bootstrap .col-lg-5,.bootstrap .col-xs-6,.bootstrap .col-sm-6,.bootstrap .col-md-6,.bootstrap .col-lg-6,.bootstrap .col-xs-7,.bootstrap .col-sm-7,.bootstrap .col-md-7,.bootstrap .col-lg-7,.bootstrap .col-xs-8,.bootstrap .col-sm-8,.bootstrap .col-md-8,.bootstrap .col-lg-8,.bootstrap .col-xs-9,.bootstrap .col-sm-9,.bootstrap .col-md-9,.bootstrap .col-lg-9,.bootstrap .col-xs-10,.bootstrap .col-sm-10,.bootstrap .col-md-10,.bootstrap .col-lg-10,.bootstrap .col-xs-11,.bootstrap .col-sm-11,.bootstrap .col-md-11,.bootstrap .col-lg-11,.bootstrap .col-xs-12,.bootstrap .col-sm-12,.bootstrap .col-md-12,.bootstrap .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.bootstrap .col-xs-1,.bootstrap .col-xs-2,.bootstrap .col-xs-3,.bootstrap .col-xs-4,.bootstrap .col-xs-5,.bootstrap .col-xs-6,.bootstrap .col-xs-7,.bootstrap .col-xs-8,.bootstrap .col-xs-9,.bootstrap .col-xs-10,.bootstrap .col-xs-11,.bootstrap .col-xs-12{float:left}.bootstrap .col-xs-12{width:100%}.bootstrap .col-xs-11{width:91.66666667%}.bootstrap .col-xs-10{width:83.33333333%}.bootstrap .col-xs-9{width:75%}.bootstrap .col-xs-8{width:66.66666667%}.bootstrap .col-xs-7{width:58.33333333%}.bootstrap .col-xs-6{width:50%}.bootstrap .col-xs-5{width:41.66666667%}.bootstrap .col-xs-4{width:33.33333333%}.bootstrap .col-xs-3{width:25%}.bootstrap .col-xs-2{width:16.66666667%}.bootstrap .col-xs-1{width:8.33333333%}.bootstrap .col-xs-pull-12{right:100%}.bootstrap .col-xs-pull-11{right:91.66666667%}.bootstrap .col-xs-pull-10{right:83.33333333%}.bootstrap .col-xs-pull-9{right:75%}.bootstrap .col-xs-pull-8{right:66.66666667%}.bootstrap .col-xs-pull-7{right:58.33333333%}.bootstrap .col-xs-pull-6{right:50%}.bootstrap .col-xs-pull-5{right:41.66666667%}.bootstrap .col-xs-pull-4{right:33.33333333%}.bootstrap .col-xs-pull-3{right:25%}.bootstrap .col-xs-pull-2{right:16.66666667%}.bootstrap .col-xs-pull-1{right:8.33333333%}.bootstrap .col-xs-pull-0{right:auto}.bootstrap .col-xs-push-12{left:100%}.bootstrap .col-xs-push-11{left:91.66666667%}.bootstrap .col-xs-push-10{left:83.33333333%}.bootstrap .col-xs-push-9{left:75%}.bootstrap .col-xs-push-8{left:66.66666667%}.bootstrap .col-xs-push-7{left:58.33333333%}.bootstrap .col-xs-push-6{left:50%}.bootstrap .col-xs-push-5{left:41.66666667%}.bootstrap .col-xs-push-4{left:33.33333333%}.bootstrap .col-xs-push-3{left:25%}.bootstrap .col-xs-push-2{left:16.66666667%}.bootstrap .col-xs-push-1{left:8.33333333%}.bootstrap .col-xs-push-0{left:auto}.bootstrap .col-xs-offset-12{margin-left:100%}.bootstrap .col-xs-offset-11{margin-left:91.66666667%}.bootstrap .col-xs-offset-10{margin-left:83.33333333%}.bootstrap .col-xs-offset-9{margin-left:75%}.bootstrap .col-xs-offset-8{margin-left:66.66666667%}.bootstrap .col-xs-offset-7{margin-left:58.33333333%}.bootstrap .col-xs-offset-6{margin-left:50%}.bootstrap .col-xs-offset-5{margin-left:41.66666667%}.bootstrap .col-xs-offset-4{margin-left:33.33333333%}.bootstrap .col-xs-offset-3{margin-left:25%}.bootstrap .col-xs-offset-2{margin-left:16.66666667%}.bootstrap .col-xs-offset-1{margin-left:8.33333333%}.bootstrap .col-xs-offset-0{margin-left:0%}@media (min-width: 768px){.bootstrap .col-sm-1,.bootstrap .col-sm-2,.bootstrap .col-sm-3,.bootstrap .col-sm-4,.bootstrap .col-sm-5,.bootstrap .col-sm-6,.bootstrap .col-sm-7,.bootstrap .col-sm-8,.bootstrap .col-sm-9,.bootstrap .col-sm-10,.bootstrap .col-sm-11,.bootstrap .col-sm-12{float:left}.bootstrap .col-sm-12{width:100%}.bootstrap .col-sm-11{width:91.66666667%}.bootstrap .col-sm-10{width:83.33333333%}.bootstrap .col-sm-9{width:75%}.bootstrap .col-sm-8{width:66.66666667%}.bootstrap .col-sm-7{width:58.33333333%}.bootstrap .col-sm-6{width:50%}.bootstrap .col-sm-5{width:41.66666667%}.bootstrap .col-sm-4{width:33.33333333%}.bootstrap .col-sm-3{width:25%}.bootstrap .col-sm-2{width:16.66666667%}.bootstrap .col-sm-1{width:8.33333333%}.bootstrap .col-sm-pull-12{right:100%}.bootstrap .col-sm-pull-11{right:91.66666667%}.bootstrap .col-sm-pull-10{right:83.33333333%}.bootstrap .col-sm-pull-9{right:75%}.bootstrap .col-sm-pull-8{right:66.66666667%}.bootstrap .col-sm-pull-7{right:58.33333333%}.bootstrap .col-sm-pull-6{right:50%}.bootstrap .col-sm-pull-5{right:41.66666667%}.bootstrap .col-sm-pull-4{right:33.33333333%}.bootstrap .col-sm-pull-3{right:25%}.bootstrap .col-sm-pull-2{right:16.66666667%}.bootstrap .col-sm-pull-1{right:8.33333333%}.bootstrap .col-sm-pull-0{right:auto}.bootstrap .col-sm-push-12{left:100%}.bootstrap .col-sm-push-11{left:91.66666667%}.bootstrap .col-sm-push-10{left:83.33333333%}.bootstrap .col-sm-push-9{left:75%}.bootstrap .col-sm-push-8{left:66.66666667%}.bootstrap .col-sm-push-7{left:58.33333333%}.bootstrap .col-sm-push-6{left:50%}.bootstrap .col-sm-push-5{left:41.66666667%}.bootstrap .col-sm-push-4{left:33.33333333%}.bootstrap .col-sm-push-3{left:25%}.bootstrap .col-sm-push-2{left:16.66666667%}.bootstrap .col-sm-push-1{left:8.33333333%}.bootstrap .col-sm-push-0{left:auto}.bootstrap .col-sm-offset-12{margin-left:100%}.bootstrap .col-sm-offset-11{margin-left:91.66666667%}.bootstrap .col-sm-offset-10{margin-left:83.33333333%}.bootstrap .col-sm-offset-9{margin-left:75%}.bootstrap .col-sm-offset-8{margin-left:66.66666667%}.bootstrap .col-sm-offset-7{margin-left:58.33333333%}.bootstrap .col-sm-offset-6{margin-left:50%}.bootstrap .col-sm-offset-5{margin-left:41.66666667%}.bootstrap .col-sm-offset-4{margin-left:33.33333333%}.bootstrap .col-sm-offset-3{margin-left:25%}.bootstrap .col-sm-offset-2{margin-left:16.66666667%}.bootstrap .col-sm-offset-1{margin-left:8.33333333%}.bootstrap .col-sm-offset-0{margin-left:0%}}@media (min-width: 992px){.bootstrap .col-md-1,.bootstrap .col-md-2,.bootstrap .col-md-3,.bootstrap .col-md-4,.bootstrap .col-md-5,.bootstrap .col-md-6,.bootstrap .col-md-7,.bootstrap .col-md-8,.bootstrap .col-md-9,.bootstrap .col-md-10,.bootstrap .col-md-11,.bootstrap .col-md-12{float:left}.bootstrap .col-md-12{width:100%}.bootstrap .col-md-11{width:91.66666667%}.bootstrap .col-md-10{width:83.33333333%}.bootstrap .col-md-9{width:75%}.bootstrap .col-md-8{width:66.66666667%}.bootstrap .col-md-7{width:58.33333333%}.bootstrap .col-md-6{width:50%}.bootstrap .col-md-5{width:41.66666667%}.bootstrap .col-md-4{width:33.33333333%}.bootstrap .col-md-3{width:25%}.bootstrap .col-md-2{width:16.66666667%}.bootstrap .col-md-1{width:8.33333333%}.bootstrap .col-md-pull-12{right:100%}.bootstrap .col-md-pull-11{right:91.66666667%}.bootstrap .col-md-pull-10{right:83.33333333%}.bootstrap .col-md-pull-9{right:75%}.bootstrap .col-md-pull-8{right:66.66666667%}.bootstrap .col-md-pull-7{right:58.33333333%}.bootstrap .col-md-pull-6{right:50%}.bootstrap .col-md-pull-5{right:41.66666667%}.bootstrap .col-md-pull-4{right:33.33333333%}.bootstrap .col-md-pull-3{right:25%}.bootstrap .col-md-pull-2{right:16.66666667%}.bootstrap .col-md-pull-1{right:8.33333333%}.bootstrap .col-md-pull-0{right:auto}.bootstrap .col-md-push-12{left:100%}.bootstrap .col-md-push-11{left:91.66666667%}.bootstrap .col-md-push-10{left:83.33333333%}.bootstrap .col-md-push-9{left:75%}.bootstrap .col-md-push-8{left:66.66666667%}.bootstrap .col-md-push-7{left:58.33333333%}.bootstrap .col-md-push-6{left:50%}.bootstrap .col-md-push-5{left:41.66666667%}.bootstrap .col-md-push-4{left:33.33333333%}.bootstrap .col-md-push-3{left:25%}.bootstrap .col-md-push-2{left:16.66666667%}.bootstrap .col-md-push-1{left:8.33333333%}.bootstrap .col-md-push-0{left:auto}.bootstrap .col-md-offset-12{margin-left:100%}.bootstrap .col-md-offset-11{margin-left:91.66666667%}.bootstrap .col-md-offset-10{margin-left:83.33333333%}.bootstrap .col-md-offset-9{margin-left:75%}.bootstrap .col-md-offset-8{margin-left:66.66666667%}.bootstrap .col-md-offset-7{margin-left:58.33333333%}.bootstrap .col-md-offset-6{margin-left:50%}.bootstrap .col-md-offset-5{margin-left:41.66666667%}.bootstrap .col-md-offset-4{margin-left:33.33333333%}.bootstrap .col-md-offset-3{margin-left:25%}.bootstrap .col-md-offset-2{margin-left:16.66666667%}.bootstrap .col-md-offset-1{margin-left:8.33333333%}.bootstrap .col-md-offset-0{margin-left:0%}}@media (min-width: 1200px){.bootstrap .col-lg-1,.bootstrap .col-lg-2,.bootstrap .col-lg-3,.bootstrap .col-lg-4,.bootstrap .col-lg-5,.bootstrap .col-lg-6,.bootstrap .col-lg-7,.bootstrap .col-lg-8,.bootstrap .col-lg-9,.bootstrap .col-lg-10,.bootstrap .col-lg-11,.bootstrap .col-lg-12{float:left}.bootstrap .col-lg-12{width:100%}.bootstrap .col-lg-11{width:91.66666667%}.bootstrap .col-lg-10{width:83.33333333%}.bootstrap .col-lg-9{width:75%}.bootstrap .col-lg-8{width:66.66666667%}.bootstrap .col-lg-7{width:58.33333333%}.bootstrap .col-lg-6{width:50%}.bootstrap .col-lg-5{width:41.66666667%}.bootstrap .col-lg-4{width:33.33333333%}.bootstrap .col-lg-3{width:25%}.bootstrap .col-lg-2{width:16.66666667%}.bootstrap .col-lg-1{width:8.33333333%}.bootstrap .col-lg-pull-12{right:100%}.bootstrap .col-lg-pull-11{right:91.66666667%}.bootstrap .col-lg-pull-10{right:83.33333333%}.bootstrap .col-lg-pull-9{right:75%}.bootstrap .col-lg-pull-8{right:66.66666667%}.bootstrap .col-lg-pull-7{right:58.33333333%}.bootstrap .col-lg-pull-6{right:50%}.bootstrap .col-lg-pull-5{right:41.66666667%}.bootstrap .col-lg-pull-4{right:33.33333333%}.bootstrap .col-lg-pull-3{right:25%}.bootstrap .col-lg-pull-2{right:16.66666667%}.bootstrap .col-lg-pull-1{right:8.33333333%}.bootstrap .col-lg-pull-0{right:auto}.bootstrap .col-lg-push-12{left:100%}.bootstrap .col-lg-push-11{left:91.66666667%}.bootstrap .col-lg-push-10{left:83.33333333%}.bootstrap .col-lg-push-9{left:75%}.bootstrap .col-lg-push-8{left:66.66666667%}.bootstrap .col-lg-push-7{left:58.33333333%}.bootstrap .col-lg-push-6{left:50%}.bootstrap .col-lg-push-5{left:41.66666667%}.bootstrap .col-lg-push-4{left:33.33333333%}.bootstrap .col-lg-push-3{left:25%}.bootstrap .col-lg-push-2{left:16.66666667%}.bootstrap .col-lg-push-1{left:8.33333333%}.bootstrap .col-lg-push-0{left:auto}.bootstrap .col-lg-offset-12{margin-left:100%}.bootstrap .col-lg-offset-11{margin-left:91.66666667%}.bootstrap .col-lg-offset-10{margin-left:83.33333333%}.bootstrap .col-lg-offset-9{margin-left:75%}.bootstrap .col-lg-offset-8{margin-left:66.66666667%}.bootstrap .col-lg-offset-7{margin-left:58.33333333%}.bootstrap .col-lg-offset-6{margin-left:50%}.bootstrap .col-lg-offset-5{margin-left:41.66666667%}.bootstrap .col-lg-offset-4{margin-left:33.33333333%}.bootstrap .col-lg-offset-3{margin-left:25%}.bootstrap .col-lg-offset-2{margin-left:16.66666667%}.bootstrap .col-lg-offset-1{margin-left:8.33333333%}.bootstrap .col-lg-offset-0{margin-left:0%}}.bootstrap table{background-color:transparent}.bootstrap caption{padding-top:8px;padding-bottom:8px;color:#777777;text-align:left}.bootstrap th{text-align:left}.bootstrap .table{width:100%;max-width:100%;margin-bottom:20px}.bootstrap .table > thead > tr > th,.bootstrap .table > tbody > tr > th,.bootstrap .table > tfoot > tr > th,.bootstrap .table > thead > tr > td,.bootstrap .table > tbody > tr > td,.bootstrap .table > tfoot > tr > td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.bootstrap .table > thead > tr > th{vertical-align:bottom;border-bottom:2px solid #dddddd}.bootstrap .table > caption + thead > tr:first-child > th,.bootstrap .table > colgroup + thead > tr:first-child > th,.bootstrap .table > thead:first-child > tr:first-child > th,.bootstrap .table > caption + thead > tr:first-child > td,.bootstrap .table > colgroup + thead > tr:first-child > td,.bootstrap .table > thead:first-child > tr:first-child > td{border-top:0}.bootstrap .table > tbody + tbody{border-top:2px solid #dddddd}.bootstrap .table .table{background-color:#ffffff}.bootstrap .table-condensed > thead > tr > th,.bootstrap .table-condensed > tbody > tr > th,.bootstrap .table-condensed > tfoot > tr > th,.bootstrap .table-condensed > thead > tr > td,.bootstrap .table-condensed > tbody > tr > td,.bootstrap .table-condensed > tfoot > tr > td{padding:5px}.bootstrap .table-bordered{border:1px solid #dddddd}.bootstrap .table-bordered > thead > tr > th,.bootstrap .table-bordered > tbody > tr > th,.bootstrap .table-bordered > tfoot > tr > th,.bootstrap .table-bordered > thead > tr > td,.bootstrap .table-bordered > tbody > tr > td,.bootstrap .table-bordered > tfoot > tr > td{border:1px solid #dddddd}.bootstrap .table-bordered > thead > tr > th,.bootstrap .table-bordered > thead > tr > td{border-bottom-width:2px}.bootstrap .table-striped > tbody > tr:nth-of-type(odd){background-color:#f9f9f9}.bootstrap .table-hover > tbody > tr:hover{background-color:#f5f5f5}.bootstrap table col[class*="col-"]{position:static;float:none;display:table-column}.bootstrap table td[class*="col-"],.bootstrap table th[class*="col-"]{position:static;float:none;display:table-cell}.bootstrap .table > thead > tr > td.active,.bootstrap .table > tbody > tr > td.active,.bootstrap .table > tfoot > tr > td.active,.bootstrap .table > thead > tr > th.active,.bootstrap .table > tbody > tr > th.active,.bootstrap .table > tfoot > tr > th.active,.bootstrap .table > thead > tr.active > td,.bootstrap .table > tbody > tr.active > td,.bootstrap .table > tfoot > tr.active > td,.bootstrap .table > thead > tr.active > th,.bootstrap .table > tbody > tr.active > th,.bootstrap .table > tfoot > tr.active > th{background-color:#f5f5f5}.bootstrap .table-hover > tbody > tr > td.active:hover,.bootstrap .table-hover > tbody > tr > th.active:hover,.bootstrap .table-hover > tbody > tr.active:hover > td,.bootstrap .table-hover > tbody > tr:hover > .active,.bootstrap .table-hover > tbody > tr.active:hover > th{background-color:#e8e8e8}.bootstrap .table > thead > tr > td.success,.bootstrap .table > tbody > tr > td.success,.bootstrap .table > tfoot > tr > td.success,.bootstrap .table > thead > tr > th.success,.bootstrap .table > tbody > tr > th.success,.bootstrap .table > tfoot > tr > th.success,.bootstrap .table > thead > tr.success > td,.bootstrap .table > tbody > tr.success > td,.bootstrap .table > tfoot > tr.success > td,.bootstrap .table > thead > tr.success > th,.bootstrap .table > tbody > tr.success > th,.bootstrap .table > tfoot > tr.success > th{background-color:#dff0d8}.bootstrap .table-hover > tbody > tr > td.success:hover,.bootstrap .table-hover > tbody > tr > th.success:hover,.bootstrap .table-hover > tbody > tr.success:hover > td,.bootstrap .table-hover > tbody > tr:hover > .success,.bootstrap .table-hover > tbody > tr.success:hover > th{background-color:#d0e9c6}.bootstrap .table > thead > tr > td.info,.bootstrap .table > tbody > tr > td.info,.bootstrap .table > tfoot > tr > td.info,.bootstrap .table > thead > tr > th.info,.bootstrap .table > tbody > tr > th.info,.bootstrap .table > tfoot > tr > th.info,.bootstrap .table > thead > tr.info > td,.bootstrap .table > tbody > tr.info > td,.bootstrap .table > tfoot > tr.info > td,.bootstrap .table > thead > tr.info > th,.bootstrap .table > tbody > tr.info > th,.bootstrap .table > tfoot > tr.info > th{background-color:#d9edf7}.bootstrap .table-hover > tbody > tr > td.info:hover,.bootstrap .table-hover > tbody > tr > th.info:hover,.bootstrap .table-hover > tbody > tr.info:hover > td,.bootstrap .table-hover > tbody > tr:hover > .info,.bootstrap .table-hover > tbody > tr.info:hover > th{background-color:#c4e3f3}.bootstrap .table > thead > tr > td.warning,.bootstrap .table > tbody > tr > td.warning,.bootstrap .table > tfoot > tr > td.warning,.bootstrap .table > thead > tr > th.warning,.bootstrap .table > tbody > tr > th.warning,.bootstrap .table > tfoot > tr > th.warning,.bootstrap .table > thead > tr.warning > td,.bootstrap .table > tbody > tr.warning > td,.bootstrap .table > tfoot > tr.warning > td,.bootstrap .table > thead > tr.warning > th,.bootstrap .table > tbody > tr.warning > th,.bootstrap .table > tfoot > tr.warning > th{background-color:#fcf8e3}.bootstrap .table-hover > tbody > tr > td.warning:hover,.bootstrap .table-hover > tbody > tr > th.warning:hover,.bootstrap .table-hover > tbody > tr.warning:hover > td,.bootstrap .table-hover > tbody > tr:hover > .warning,.bootstrap .table-hover > tbody > tr.warning:hover > th{background-color:#faf2cc}.bootstrap .table > thead > tr > td.danger,.bootstrap .table > tbody > tr > td.danger,.bootstrap .table > tfoot > tr > td.danger,.bootstrap .table > thead > tr > th.danger,.bootstrap .table > tbody > tr > th.danger,.bootstrap .table > tfoot > tr > th.danger,.bootstrap .table > thead > tr.danger > td,.bootstrap .table > tbody > tr.danger > td,.bootstrap .table > tfoot > tr.danger > td,.bootstrap .table > thead > tr.danger > th,.bootstrap .table > tbody > tr.danger > th,.bootstrap .table > tfoot > tr.danger > th{background-color:#f2dede}.bootstrap .table-hover > tbody > tr > td.danger:hover,.bootstrap .table-hover > tbody > tr > th.danger:hover,.bootstrap .table-hover > tbody > tr.danger:hover > td,.bootstrap .table-hover > tbody > tr:hover > .danger,.bootstrap .table-hover > tbody > tr.danger:hover > th{background-color:#ebcccc}.bootstrap .table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width: 767px){.bootstrap .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.bootstrap .table-responsive > .table{margin-bottom:0}.bootstrap .table-responsive > .table > thead > tr > th,.bootstrap .table-responsive > .table > tbody > tr > th,.bootstrap .table-responsive > .table > tfoot > tr > th,.bootstrap .table-responsive > .table > thead > tr > td,.bootstrap .table-responsive > .table > tbody > tr > td,.bootstrap .table-responsive > .table > tfoot > tr > td{white-space:nowrap}.bootstrap .table-responsive > .table-bordered{border:0}.bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child,.bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child,.bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child,.bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child,.bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child,.bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0}.bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child,.bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child,.bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child,.bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child,.bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child,.bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}.bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th,.bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th,.bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td,.bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td{border-bottom:0}}.bootstrap fieldset{padding:0;margin:0;border:0;min-width:0}.bootstrap legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}.bootstrap label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}.bootstrap input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap input[type="radio"],.bootstrap input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}.bootstrap input[type="file"]{display:block}.bootstrap input[type="range"]{display:block;width:100%}.bootstrap select[multiple],.bootstrap select[size]{height:auto}.bootstrap input[type="file"]:focus,.bootstrap input[type="radio"]:focus,.bootstrap input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555555}.bootstrap .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555555;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-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}.bootstrap .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)}.bootstrap .form-control::-moz-placeholder{color:#999999;opacity:1}.bootstrap .form-control:-ms-input-placeholder{color:#999999}.bootstrap .form-control::-webkit-input-placeholder{color:#999999}.bootstrap .form-control::-ms-expand{border:0;background-color:transparent}.bootstrap .form-control[disabled],.bootstrap .form-control[readonly],.bootstrap fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.bootstrap .form-control[disabled],.bootstrap fieldset[disabled] .form-control{cursor:not-allowed}.bootstrap textarea.form-control{height:auto}.bootstrap input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){.bootstrap input[type="date"].form-control,.bootstrap input[type="time"].form-control,.bootstrap input[type="datetime-local"].form-control,.bootstrap input[type="month"].form-control{line-height:34px}.bootstrap input[type="date"].input-sm,.bootstrap input[type="time"].input-sm,.bootstrap input[type="datetime-local"].input-sm,.bootstrap input[type="month"].input-sm,.bootstrap .input-group-sm input[type="date"],.bootstrap .input-group-sm input[type="time"],.bootstrap .input-group-sm input[type="datetime-local"],.bootstrap .input-group-sm input[type="month"]{line-height:30px}.bootstrap input[type="date"].input-lg,.bootstrap input[type="time"].input-lg,.bootstrap input[type="datetime-local"].input-lg,.bootstrap input[type="month"].input-lg,.bootstrap .input-group-lg input[type="date"],.bootstrap .input-group-lg input[type="time"],.bootstrap .input-group-lg input[type="datetime-local"],.bootstrap .input-group-lg input[type="month"]{line-height:46px}}.bootstrap .form-group{margin-bottom:15px}.bootstrap .radio,.bootstrap .checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.bootstrap .radio label,.bootstrap .checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.bootstrap .radio input[type="radio"],.bootstrap .radio-inline input[type="radio"],.bootstrap .checkbox input[type="checkbox"],.bootstrap .checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.bootstrap .radio + .radio,.bootstrap .checkbox + .checkbox{margin-top:-5px}.bootstrap .radio-inline,.bootstrap .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.bootstrap .radio-inline + .radio-inline,.bootstrap .checkbox-inline + .checkbox-inline{margin-top:0;margin-left:10px}.bootstrap input[type="radio"][disabled],.bootstrap input[type="checkbox"][disabled],.bootstrap input[type="radio"].disabled,.bootstrap input[type="checkbox"].disabled,.bootstrap fieldset[disabled] input[type="radio"],.bootstrap fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.bootstrap .radio-inline.disabled,.bootstrap .checkbox-inline.disabled,.bootstrap fieldset[disabled] .radio-inline,.bootstrap fieldset[disabled] .checkbox-inline{cursor:not-allowed}.bootstrap .radio.disabled label,.bootstrap .checkbox.disabled label,.bootstrap fieldset[disabled] .radio label,.bootstrap fieldset[disabled] .checkbox label{cursor:not-allowed}.bootstrap .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.bootstrap .form-control-static.input-lg,.bootstrap .form-control-static.input-sm{padding-left:0;padding-right:0}.bootstrap .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap select.input-sm{height:30px;line-height:30px}.bootstrap textarea.input-sm,.bootstrap select[multiple].input-sm{height:auto}.bootstrap .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap .form-group-sm select.form-control{height:30px;line-height:30px}.bootstrap .form-group-sm textarea.form-control,.bootstrap .form-group-sm select[multiple].form-control{height:auto}.bootstrap .form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.bootstrap .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap select.input-lg{height:46px;line-height:46px}.bootstrap textarea.input-lg,.bootstrap select[multiple].input-lg{height:auto}.bootstrap .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap .form-group-lg select.form-control{height:46px;line-height:46px}.bootstrap .form-group-lg textarea.form-control,.bootstrap .form-group-lg select[multiple].form-control{height:auto}.bootstrap .form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.bootstrap .has-feedback{position:relative}.bootstrap .has-feedback .form-control{padding-right:42.5px}.bootstrap .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.bootstrap .input-lg + .form-control-feedback,.bootstrap .input-group-lg + .form-control-feedback,.bootstrap .form-group-lg .form-control + .form-control-feedback{width:46px;height:46px;line-height:46px}.bootstrap .input-sm + .form-control-feedback,.bootstrap .input-group-sm + .form-control-feedback,.bootstrap .form-group-sm .form-control + .form-control-feedback{width:30px;height:30px;line-height:30px}.bootstrap .has-success .help-block,.bootstrap .has-success .control-label,.bootstrap .has-success .radio,.bootstrap .has-success .checkbox,.bootstrap .has-success .radio-inline,.bootstrap .has-success .checkbox-inline,.bootstrap .has-success.radio label,.bootstrap .has-success.checkbox label,.bootstrap .has-success.radio-inline label,.bootstrap .has-success.checkbox-inline label{color:#3c763d}.bootstrap .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.bootstrap .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168}.bootstrap .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.bootstrap .has-success .form-control-feedback{color:#3c763d}.bootstrap .has-warning .help-block,.bootstrap .has-warning .control-label,.bootstrap .has-warning .radio,.bootstrap .has-warning .checkbox,.bootstrap .has-warning .radio-inline,.bootstrap .has-warning .checkbox-inline,.bootstrap .has-warning.radio label,.bootstrap .has-warning.checkbox label,.bootstrap .has-warning.radio-inline label,.bootstrap .has-warning.checkbox-inline label{color:#8a6d3b}.bootstrap .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.bootstrap .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b}.bootstrap .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.bootstrap .has-warning .form-control-feedback{color:#8a6d3b}.bootstrap .has-error .help-block,.bootstrap .has-error .control-label,.bootstrap .has-error .radio,.bootstrap .has-error .checkbox,.bootstrap .has-error .radio-inline,.bootstrap .has-error .checkbox-inline,.bootstrap .has-error.radio label,.bootstrap .has-error.checkbox label,.bootstrap .has-error.radio-inline label,.bootstrap .has-error.checkbox-inline label{color:#a94442}.bootstrap .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.bootstrap .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483}.bootstrap .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.bootstrap .has-error .form-control-feedback{color:#a94442}.bootstrap .has-feedback label ~ .form-control-feedback{top:25px}.bootstrap .has-feedback label.sr-only ~ .form-control-feedback{top:0}.bootstrap .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 768px){.bootstrap .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap .form-inline .form-control-static{display:inline-block}.bootstrap .form-inline .input-group{display:inline-table;vertical-align:middle}.bootstrap .form-inline .input-group .input-group-addon,.bootstrap .form-inline .input-group .input-group-btn,.bootstrap .form-inline .input-group .form-control{width:auto}.bootstrap .form-inline .input-group > .form-control{width:100%}.bootstrap .form-inline .control-label{margin-bottom:0;vertical-align:middle}.bootstrap .form-inline .radio,.bootstrap .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap .form-inline .radio label,.bootstrap .form-inline .checkbox label{padding-left:0}.bootstrap .form-inline .radio input[type="radio"],.bootstrap .form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.bootstrap .form-inline .has-feedback .form-control-feedback{top:0}}.bootstrap .form-horizontal .radio,.bootstrap .form-horizontal .checkbox,.bootstrap .form-horizontal .radio-inline,.bootstrap .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.bootstrap .form-horizontal .radio,.bootstrap .form-horizontal .checkbox{min-height:27px}.bootstrap .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width: 768px){.bootstrap .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.bootstrap .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){.bootstrap .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width: 768px){.bootstrap .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.bootstrap .btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap .btn:focus,.bootstrap .btn:active:focus,.bootstrap .btn.active:focus,.bootstrap .btn.focus,.bootstrap .btn:active.focus,.bootstrap .btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap .btn:hover,.bootstrap .btn:focus,.bootstrap .btn.focus{color:#333333;text-decoration:none}.bootstrap .btn:active,.bootstrap .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.bootstrap .btn.disabled,.bootstrap .btn[disabled],.bootstrap fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.bootstrap a.btn.disabled,.bootstrap fieldset[disabled] a.btn{pointer-events:none}.bootstrap .btn-default{color:#333333;background-color:#ffffff;border-color:#cccccc}.bootstrap .btn-default:focus,.bootstrap .btn-default.focus{color:#333333;background-color:#e6e6e6;border-color:#8c8c8c}.bootstrap .btn-default:hover{color:#333333;background-color:#e6e6e6;border-color:#adadad}.bootstrap .btn-default:active,.bootstrap .btn-default.active,.bootstrap .open > .dropdown-toggle.btn-default{color:#333333;background-color:#e6e6e6;border-color:#adadad}.bootstrap .btn-default:active:hover,.bootstrap .btn-default.active:hover,.bootstrap .open > .dropdown-toggle.btn-default:hover,.bootstrap .btn-default:active:focus,.bootstrap .btn-default.active:focus,.bootstrap .open > .dropdown-toggle.btn-default:focus,.bootstrap .btn-default:active.focus,.bootstrap .btn-default.active.focus,.bootstrap .open > .dropdown-toggle.btn-default.focus{color:#333333;background-color:#d4d4d4;border-color:#8c8c8c}.bootstrap .btn-default:active,.bootstrap .btn-default.active,.bootstrap .open > .dropdown-toggle.btn-default{background-image:none}.bootstrap .btn-default.disabled:hover,.bootstrap .btn-default[disabled]:hover,.bootstrap fieldset[disabled] .btn-default:hover,.bootstrap .btn-default.disabled:focus,.bootstrap .btn-default[disabled]:focus,.bootstrap fieldset[disabled] .btn-default:focus,.bootstrap .btn-default.disabled.focus,.bootstrap .btn-default[disabled].focus,.bootstrap fieldset[disabled] .btn-default.focus{background-color:#ffffff;border-color:#cccccc}.bootstrap .btn-default .badge{color:#ffffff;background-color:#333333}.bootstrap .btn-primary{color:#ffffff;background-color:#337ab7;border-color:#2e6da4}.bootstrap .btn-primary:focus,.bootstrap .btn-primary.focus{color:#ffffff;background-color:#286090;border-color:#122b40}.bootstrap .btn-primary:hover{color:#ffffff;background-color:#286090;border-color:#204d74}.bootstrap .btn-primary:active,.bootstrap .btn-primary.active,.bootstrap .open > .dropdown-toggle.btn-primary{color:#ffffff;background-color:#286090;border-color:#204d74}.bootstrap .btn-primary:active:hover,.bootstrap .btn-primary.active:hover,.bootstrap .open > .dropdown-toggle.btn-primary:hover,.bootstrap .btn-primary:active:focus,.bootstrap .btn-primary.active:focus,.bootstrap .open > .dropdown-toggle.btn-primary:focus,.bootstrap .btn-primary:active.focus,.bootstrap .btn-primary.active.focus,.bootstrap .open > .dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#204d74;border-color:#122b40}.bootstrap .btn-primary:active,.bootstrap .btn-primary.active,.bootstrap .open > .dropdown-toggle.btn-primary{background-image:none}.bootstrap .btn-primary.disabled:hover,.bootstrap .btn-primary[disabled]:hover,.bootstrap fieldset[disabled] .btn-primary:hover,.bootstrap .btn-primary.disabled:focus,.bootstrap .btn-primary[disabled]:focus,.bootstrap fieldset[disabled] .btn-primary:focus,.bootstrap .btn-primary.disabled.focus,.bootstrap .btn-primary[disabled].focus,.bootstrap fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.bootstrap .btn-primary .badge{color:#337ab7;background-color:#ffffff}.bootstrap .btn-success{color:#ffffff;background-color:#5cb85c;border-color:#4cae4c}.bootstrap .btn-success:focus,.bootstrap .btn-success.focus{color:#ffffff;background-color:#449d44;border-color:#255625}.bootstrap .btn-success:hover{color:#ffffff;background-color:#449d44;border-color:#398439}.bootstrap .btn-success:active,.bootstrap .btn-success.active,.bootstrap .open > .dropdown-toggle.btn-success{color:#ffffff;background-color:#449d44;border-color:#398439}.bootstrap .btn-success:active:hover,.bootstrap .btn-success.active:hover,.bootstrap .open > .dropdown-toggle.btn-success:hover,.bootstrap .btn-success:active:focus,.bootstrap .btn-success.active:focus,.bootstrap .open > .dropdown-toggle.btn-success:focus,.bootstrap .btn-success:active.focus,.bootstrap .btn-success.active.focus,.bootstrap .open > .dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#398439;border-color:#255625}.bootstrap .btn-success:active,.bootstrap .btn-success.active,.bootstrap .open > .dropdown-toggle.btn-success{background-image:none}.bootstrap .btn-success.disabled:hover,.bootstrap .btn-success[disabled]:hover,.bootstrap fieldset[disabled] .btn-success:hover,.bootstrap .btn-success.disabled:focus,.bootstrap .btn-success[disabled]:focus,.bootstrap fieldset[disabled] .btn-success:focus,.bootstrap .btn-success.disabled.focus,.bootstrap .btn-success[disabled].focus,.bootstrap fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.bootstrap .btn-success .badge{color:#5cb85c;background-color:#ffffff}.bootstrap .btn-info{color:#ffffff;background-color:#5bc0de;border-color:#46b8da}.bootstrap .btn-info:focus,.bootstrap .btn-info.focus{color:#ffffff;background-color:#31b0d5;border-color:#1b6d85}.bootstrap .btn-info:hover{color:#ffffff;background-color:#31b0d5;border-color:#269abc}.bootstrap .btn-info:active,.bootstrap .btn-info.active,.bootstrap .open > .dropdown-toggle.btn-info{color:#ffffff;background-color:#31b0d5;border-color:#269abc}.bootstrap .btn-info:active:hover,.bootstrap .btn-info.active:hover,.bootstrap .open > .dropdown-toggle.btn-info:hover,.bootstrap .btn-info:active:focus,.bootstrap .btn-info.active:focus,.bootstrap .open > .dropdown-toggle.btn-info:focus,.bootstrap .btn-info:active.focus,.bootstrap .btn-info.active.focus,.bootstrap .open > .dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#269abc;border-color:#1b6d85}.bootstrap .btn-info:active,.bootstrap .btn-info.active,.bootstrap .open > .dropdown-toggle.btn-info{background-image:none}.bootstrap .btn-info.disabled:hover,.bootstrap .btn-info[disabled]:hover,.bootstrap fieldset[disabled] .btn-info:hover,.bootstrap .btn-info.disabled:focus,.bootstrap .btn-info[disabled]:focus,.bootstrap fieldset[disabled] .btn-info:focus,.bootstrap .btn-info.disabled.focus,.bootstrap .btn-info[disabled].focus,.bootstrap fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.bootstrap .btn-info .badge{color:#5bc0de;background-color:#ffffff}.bootstrap .btn-warning{color:#ffffff;background-color:#f0ad4e;border-color:#eea236}.bootstrap .btn-warning:focus,.bootstrap .btn-warning.focus{color:#ffffff;background-color:#ec971f;border-color:#985f0d}.bootstrap .btn-warning:hover{color:#ffffff;background-color:#ec971f;border-color:#d58512}.bootstrap .btn-warning:active,.bootstrap .btn-warning.active,.bootstrap .open > .dropdown-toggle.btn-warning{color:#ffffff;background-color:#ec971f;border-color:#d58512}.bootstrap .btn-warning:active:hover,.bootstrap .btn-warning.active:hover,.bootstrap .open > .dropdown-toggle.btn-warning:hover,.bootstrap .btn-warning:active:focus,.bootstrap .btn-warning.active:focus,.bootstrap .open > .dropdown-toggle.btn-warning:focus,.bootstrap .btn-warning:active.focus,.bootstrap .btn-warning.active.focus,.bootstrap .open > .dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#d58512;border-color:#985f0d}.bootstrap .btn-warning:active,.bootstrap .btn-warning.active,.bootstrap .open > .dropdown-toggle.btn-warning{background-image:none}.bootstrap .btn-warning.disabled:hover,.bootstrap .btn-warning[disabled]:hover,.bootstrap fieldset[disabled] .btn-warning:hover,.bootstrap .btn-warning.disabled:focus,.bootstrap .btn-warning[disabled]:focus,.bootstrap fieldset[disabled] .btn-warning:focus,.bootstrap .btn-warning.disabled.focus,.bootstrap .btn-warning[disabled].focus,.bootstrap fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.bootstrap .btn-warning .badge{color:#f0ad4e;background-color:#ffffff}.bootstrap .btn-danger{color:#ffffff;background-color:#d9534f;border-color:#d43f3a}.bootstrap .btn-danger:focus,.bootstrap .btn-danger.focus{color:#ffffff;background-color:#c9302c;border-color:#761c19}.bootstrap .btn-danger:hover{color:#ffffff;background-color:#c9302c;border-color:#ac2925}.bootstrap .btn-danger:active,.bootstrap .btn-danger.active,.bootstrap .open > .dropdown-toggle.btn-danger{color:#ffffff;background-color:#c9302c;border-color:#ac2925}.bootstrap .btn-danger:active:hover,.bootstrap .btn-danger.active:hover,.bootstrap .open > .dropdown-toggle.btn-danger:hover,.bootstrap .btn-danger:active:focus,.bootstrap .btn-danger.active:focus,.bootstrap .open > .dropdown-toggle.btn-danger:focus,.bootstrap .btn-danger:active.focus,.bootstrap .btn-danger.active.focus,.bootstrap .open > .dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#ac2925;border-color:#761c19}.bootstrap .btn-danger:active,.bootstrap .btn-danger.active,.bootstrap .open > .dropdown-toggle.btn-danger{background-image:none}.bootstrap .btn-danger.disabled:hover,.bootstrap .btn-danger[disabled]:hover,.bootstrap fieldset[disabled] .btn-danger:hover,.bootstrap .btn-danger.disabled:focus,.bootstrap .btn-danger[disabled]:focus,.bootstrap fieldset[disabled] .btn-danger:focus,.bootstrap .btn-danger.disabled.focus,.bootstrap .btn-danger[disabled].focus,.bootstrap fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.bootstrap .btn-danger .badge{color:#d9534f;background-color:#ffffff}.bootstrap .btn-link{color:#337ab7;font-weight:normal;border-radius:0}.bootstrap .btn-link,.bootstrap .btn-link:active,.bootstrap .btn-link.active,.bootstrap .btn-link[disabled],.bootstrap fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.bootstrap .btn-link,.bootstrap .btn-link:hover,.bootstrap .btn-link:focus,.bootstrap .btn-link:active{border-color:transparent}.bootstrap .btn-link:hover,.bootstrap .btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.bootstrap .btn-link[disabled]:hover,.bootstrap fieldset[disabled] .btn-link:hover,.bootstrap .btn-link[disabled]:focus,.bootstrap fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none}.bootstrap .btn-lg,.bootstrap .btn-group-lg > .btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap .btn-sm,.bootstrap .btn-group-sm > .btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap .btn-xs,.bootstrap .btn-group-xs > .btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap .btn-block{display:block;width:100%}.bootstrap .btn-block + .btn-block{margin-top:5px}.bootstrap input[type="submit"].btn-block,.bootstrap input[type="reset"].btn-block,.bootstrap input[type="button"].btn-block{width:100%}.bootstrap .fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.bootstrap .fade.in{opacity:1}.bootstrap .collapse{display:none}.bootstrap .collapse.in{display:block}.bootstrap tr.collapse.in{display:table-row}.bootstrap tbody.collapse.in{display:table-row-group}.bootstrap .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.bootstrap .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.bootstrap .dropup,.bootstrap .dropdown{position:relative}.bootstrap .dropdown-toggle:focus{outline:0}.bootstrap .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0, 0, 0, 0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.bootstrap .dropdown-menu.pull-right{right:0;left:auto}.bootstrap .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap .dropdown-menu > li > a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.bootstrap .dropdown-menu > li > a:hover,.bootstrap .dropdown-menu > li > a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.bootstrap .dropdown-menu > .active > a,.bootstrap .dropdown-menu > .active > a:hover,.bootstrap .dropdown-menu > .active > a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#337ab7}.bootstrap .dropdown-menu > .disabled > a,.bootstrap .dropdown-menu > .disabled > a:hover,.bootstrap .dropdown-menu > .disabled > a:focus{color:#777777}.bootstrap .dropdown-menu > .disabled > a:hover,.bootstrap .dropdown-menu > .disabled > a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.bootstrap .open > .dropdown-menu{display:block}.bootstrap .open > a{outline:0}.bootstrap .dropdown-menu-right{left:auto;right:0}.bootstrap .dropdown-menu-left{left:0;right:auto}.bootstrap .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777777;white-space:nowrap}.bootstrap .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.bootstrap .pull-right > .dropdown-menu{right:0;left:auto}.bootstrap .dropup .caret,.bootstrap .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.bootstrap .dropup .dropdown-menu,.bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 768px){.bootstrap .navbar-right .dropdown-menu{left:auto;right:0}.bootstrap .navbar-right .dropdown-menu-left{left:0;right:auto}}.bootstrap .btn-group,.bootstrap .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.bootstrap .btn-group > .btn,.bootstrap .btn-group-vertical > .btn{position:relative;float:left}.bootstrap .btn-group > .btn:hover,.bootstrap .btn-group-vertical > .btn:hover,.bootstrap .btn-group > .btn:focus,.bootstrap .btn-group-vertical > .btn:focus,.bootstrap .btn-group > .btn:active,.bootstrap .btn-group-vertical > .btn:active,.bootstrap .btn-group > .btn.active,.bootstrap .btn-group-vertical > .btn.active{z-index:2}.bootstrap .btn-group .btn + .btn,.bootstrap .btn-group .btn + .btn-group,.bootstrap .btn-group .btn-group + .btn,.bootstrap .btn-group .btn-group + .btn-group{margin-left:-1px}.bootstrap .btn-toolbar{margin-left:-5px}.bootstrap .btn-toolbar .btn,.bootstrap .btn-toolbar .btn-group,.bootstrap .btn-toolbar .input-group{float:left}.bootstrap .btn-toolbar > .btn,.bootstrap .btn-toolbar > .btn-group,.bootstrap .btn-toolbar > .input-group{margin-left:5px}.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.bootstrap .btn-group > .btn:first-child{margin-left:0}.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .btn-group > .btn:last-child:not(:first-child),.bootstrap .btn-group > .dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .btn-group > .btn-group{float:left}.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .btn-group .dropdown-toggle:active,.bootstrap .btn-group.open .dropdown-toggle{outline:0}.bootstrap .btn-group > .btn + .dropdown-toggle{padding-left:8px;padding-right:8px}.bootstrap .btn-group > .btn-lg + .dropdown-toggle{padding-left:12px;padding-right:12px}.bootstrap .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.bootstrap .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.bootstrap .btn .caret{margin-left:0}.bootstrap .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.bootstrap .dropup .btn-lg .caret{border-width:0 5px 5px}.bootstrap .btn-group-vertical > .btn,.bootstrap .btn-group-vertical > .btn-group,.bootstrap .btn-group-vertical > .btn-group > .btn{display:block;float:none;width:100%;max-width:100%}.bootstrap .btn-group-vertical > .btn-group > .btn{float:none}.bootstrap .btn-group-vertical > .btn + .btn,.bootstrap .btn-group-vertical > .btn + .btn-group,.bootstrap .btn-group-vertical > .btn-group + .btn,.bootstrap .btn-group-vertical > .btn-group + .btn-group{margin-top:-1px;margin-left:0}.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.bootstrap .btn-group-justified > .btn,.bootstrap .btn-group-justified > .btn-group{float:none;display:table-cell;width:1%}.bootstrap .btn-group-justified > .btn-group .btn{width:100%}.bootstrap .btn-group-justified > .btn-group .dropdown-menu{left:auto}.bootstrap [data-toggle="buttons"] > .btn input[type="radio"],.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],.bootstrap [data-toggle="buttons"] > .btn input[type="checkbox"],.bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.bootstrap .input-group{position:relative;display:table;border-collapse:separate}.bootstrap .input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.bootstrap .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.bootstrap .input-group .form-control:focus{z-index:3}.bootstrap .input-group-lg > .form-control,.bootstrap .input-group-lg > .input-group-addon,.bootstrap .input-group-lg > .input-group-btn > .btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap select.input-group-lg > .form-control,.bootstrap select.input-group-lg > .input-group-addon,.bootstrap select.input-group-lg > .input-group-btn > .btn{height:46px;line-height:46px}.bootstrap textarea.input-group-lg > .form-control,.bootstrap textarea.input-group-lg > .input-group-addon,.bootstrap textarea.input-group-lg > .input-group-btn > .btn,.bootstrap select[multiple].input-group-lg > .form-control,.bootstrap select[multiple].input-group-lg > .input-group-addon,.bootstrap select[multiple].input-group-lg > .input-group-btn > .btn{height:auto}.bootstrap .input-group-sm > .form-control,.bootstrap .input-group-sm > .input-group-addon,.bootstrap .input-group-sm > .input-group-btn > .btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap select.input-group-sm > .form-control,.bootstrap select.input-group-sm > .input-group-addon,.bootstrap select.input-group-sm > .input-group-btn > .btn{height:30px;line-height:30px}.bootstrap textarea.input-group-sm > .form-control,.bootstrap textarea.input-group-sm > .input-group-addon,.bootstrap textarea.input-group-sm > .input-group-btn > .btn,.bootstrap select[multiple].input-group-sm > .form-control,.bootstrap select[multiple].input-group-sm > .input-group-addon,.bootstrap select[multiple].input-group-sm > .input-group-btn > .btn{height:auto}.bootstrap .input-group-addon,.bootstrap .input-group-btn,.bootstrap .input-group .form-control{display:table-cell}.bootstrap .input-group-addon:not(:first-child):not(:last-child),.bootstrap .input-group-btn:not(:first-child):not(:last-child),.bootstrap .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.bootstrap .input-group-addon,.bootstrap .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.bootstrap .input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px}.bootstrap .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.bootstrap .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.bootstrap .input-group-addon input[type="radio"],.bootstrap .input-group-addon input[type="checkbox"]{margin-top:0}.bootstrap .input-group .form-control:first-child,.bootstrap .input-group-addon:first-child,.bootstrap .input-group-btn:first-child > .btn,.bootstrap .input-group-btn:first-child > .btn-group > .btn,.bootstrap .input-group-btn:first-child > .dropdown-toggle,.bootstrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.bootstrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .input-group-addon:first-child{border-right:0}.bootstrap .input-group .form-control:last-child,.bootstrap .input-group-addon:last-child,.bootstrap .input-group-btn:last-child > .btn,.bootstrap .input-group-btn:last-child > .btn-group > .btn,.bootstrap .input-group-btn:last-child > .dropdown-toggle,.bootstrap .input-group-btn:first-child > .btn:not(:first-child),.bootstrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .input-group-addon:last-child{border-left:0}.bootstrap .input-group-btn{position:relative;font-size:0;white-space:nowrap}.bootstrap .input-group-btn > .btn{position:relative}.bootstrap .input-group-btn > .btn + .btn{margin-left:-1px}.bootstrap .input-group-btn > .btn:hover,.bootstrap .input-group-btn > .btn:focus,.bootstrap .input-group-btn > .btn:active{z-index:2}.bootstrap .input-group-btn:first-child > .btn,.bootstrap .input-group-btn:first-child > .btn-group{margin-right:-1px}.bootstrap .input-group-btn:last-child > .btn,.bootstrap .input-group-btn:last-child > .btn-group{z-index:2;margin-left:-1px}.bootstrap .nav{margin-bottom:0;padding-left:0;list-style:none}.bootstrap .nav > li{position:relative;display:block}.bootstrap .nav > li > a{position:relative;display:block;padding:10px 15px}.bootstrap .nav > li > a:hover,.bootstrap .nav > li > a:focus{text-decoration:none;background-color:#eeeeee}.bootstrap .nav > li.disabled > a{color:#777777}.bootstrap .nav > li.disabled > a:hover,.bootstrap .nav > li.disabled > a:focus{color:#777777;text-decoration:none;background-color:transparent;cursor:not-allowed}.bootstrap .nav .open > a,.bootstrap .nav .open > a:hover,.bootstrap .nav .open > a:focus{background-color:#eeeeee;border-color:#337ab7}.bootstrap .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap .nav > li > a > img{max-width:none}.bootstrap .nav-tabs{border-bottom:1px solid #dddddd}.bootstrap .nav-tabs > li{float:left;margin-bottom:-1px}.bootstrap .nav-tabs > li > a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.bootstrap .nav-tabs > li > a:hover{border-color:#eeeeee #eeeeee #dddddd}.bootstrap .nav-tabs > li.active > a,.bootstrap .nav-tabs > li.active > a:hover,.bootstrap .nav-tabs > li.active > a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.bootstrap .nav-tabs.nav-justified{width:100%;border-bottom:0}.bootstrap .nav-tabs.nav-justified > li{float:none}.bootstrap .nav-tabs.nav-justified > li > a{text-align:center;margin-bottom:5px}.bootstrap .nav-tabs.nav-justified > .dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.bootstrap .nav-tabs.nav-justified > li{display:table-cell;width:1%}.bootstrap .nav-tabs.nav-justified > li > a{margin-bottom:0}}.bootstrap .nav-tabs.nav-justified > li > a{margin-right:0;border-radius:4px}.bootstrap .nav-tabs.nav-justified > .active > a,.bootstrap .nav-tabs.nav-justified > .active > a:hover,.bootstrap .nav-tabs.nav-justified > .active > a:focus{border:1px solid #dddddd}@media (min-width: 768px){.bootstrap .nav-tabs.nav-justified > li > a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.bootstrap .nav-tabs.nav-justified > .active > a,.bootstrap .nav-tabs.nav-justified > .active > a:hover,.bootstrap .nav-tabs.nav-justified > .active > a:focus{border-bottom-color:#ffffff}}.bootstrap .nav-pills > li{float:left}.bootstrap .nav-pills > li > a{border-radius:4px}.bootstrap .nav-pills > li + li{margin-left:2px}.bootstrap .nav-pills > li.active > a,.bootstrap .nav-pills > li.active > a:hover,.bootstrap .nav-pills > li.active > a:focus{color:#ffffff;background-color:#337ab7}.bootstrap .nav-stacked > li{float:none}.bootstrap .nav-stacked > li + li{margin-top:2px;margin-left:0}.bootstrap .nav-justified{width:100%}.bootstrap .nav-justified > li{float:none}.bootstrap .nav-justified > li > a{text-align:center;margin-bottom:5px}.bootstrap .nav-justified > .dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.bootstrap .nav-justified > li{display:table-cell;width:1%}.bootstrap .nav-justified > li > a{margin-bottom:0}}.bootstrap .nav-tabs-justified{border-bottom:0}.bootstrap .nav-tabs-justified > li > a{margin-right:0;border-radius:4px}.bootstrap .nav-tabs-justified > .active > a,.bootstrap .nav-tabs-justified > .active > a:hover,.bootstrap .nav-tabs-justified > .active > a:focus{border:1px solid #dddddd}@media (min-width: 768px){.bootstrap .nav-tabs-justified > li > a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.bootstrap .nav-tabs-justified > .active > a,.bootstrap .nav-tabs-justified > .active > a:hover,.bootstrap .nav-tabs-justified > .active > a:focus{border-bottom-color:#ffffff}}.bootstrap .tab-content > .tab-pane{display:none}.bootstrap .tab-content > .active{display:block}.bootstrap .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.bootstrap .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width: 768px){.bootstrap .navbar{border-radius:4px}}@media (min-width: 768px){.bootstrap .navbar-header{float:left}}.bootstrap .navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);-webkit-overflow-scrolling:touch}.bootstrap .navbar-collapse.in{overflow-y:auto}@media (min-width: 768px){.bootstrap .navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap .navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.bootstrap .navbar-collapse.in{overflow-y:visible}.bootstrap .navbar-fixed-top .navbar-collapse,.bootstrap .navbar-static-top .navbar-collapse,.bootstrap .navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.bootstrap .navbar-fixed-top .navbar-collapse,.bootstrap .navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width: 480px) and (orientation: landscape){.bootstrap .navbar-fixed-top .navbar-collapse,.bootstrap .navbar-fixed-bottom .navbar-collapse{max-height:200px}}.bootstrap .container > .navbar-header,.bootstrap .container-fluid > .navbar-header,.bootstrap .container > .navbar-collapse,.bootstrap .container-fluid > .navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.bootstrap .container > .navbar-header,.bootstrap .container-fluid > .navbar-header,.bootstrap .container > .navbar-collapse,.bootstrap .container-fluid > .navbar-collapse{margin-right:0;margin-left:0}}.bootstrap .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width: 768px){.bootstrap .navbar-static-top{border-radius:0}}.bootstrap .navbar-fixed-top,.bootstrap .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width: 768px){.bootstrap .navbar-fixed-top,.bootstrap .navbar-fixed-bottom{border-radius:0}}.bootstrap .navbar-fixed-top{top:0;border-width:0 0 1px}.bootstrap .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.bootstrap .navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.bootstrap .navbar-brand:hover,.bootstrap .navbar-brand:focus{text-decoration:none}.bootstrap .navbar-brand > img{display:block}@media (min-width: 768px){.bootstrap .navbar > .container .navbar-brand,.bootstrap .navbar > .container-fluid .navbar-brand{margin-left:-15px}}.bootstrap .navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.bootstrap .navbar-toggle:focus{outline:0}.bootstrap .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.bootstrap .navbar-toggle .icon-bar + .icon-bar{margin-top:4px}@media (min-width: 768px){.bootstrap .navbar-toggle{display:none}}.bootstrap .navbar-nav{margin:7.5px -15px}.bootstrap .navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width: 767px){.bootstrap .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap .navbar-nav .open .dropdown-menu > li > a,.bootstrap .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.bootstrap .navbar-nav .open .dropdown-menu > li > a{line-height:20px}.bootstrap .navbar-nav .open .dropdown-menu > li > a:hover,.bootstrap .navbar-nav .open .dropdown-menu > li > a:focus{background-image:none}}@media (min-width: 768px){.bootstrap .navbar-nav{float:left;margin:0}.bootstrap .navbar-nav > li{float:left}.bootstrap .navbar-nav > li > a{padding-top:15px;padding-bottom:15px}}.bootstrap .navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);margin-top:8px;margin-bottom:8px}@media (min-width: 768px){.bootstrap .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap .navbar-form .form-control-static{display:inline-block}.bootstrap .navbar-form .input-group{display:inline-table;vertical-align:middle}.bootstrap .navbar-form .input-group .input-group-addon,.bootstrap .navbar-form .input-group .input-group-btn,.bootstrap .navbar-form .input-group .form-control{width:auto}.bootstrap .navbar-form .input-group > .form-control{width:100%}.bootstrap .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.bootstrap .navbar-form .radio,.bootstrap .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap .navbar-form .radio label,.bootstrap .navbar-form .checkbox label{padding-left:0}.bootstrap .navbar-form .radio input[type="radio"],.bootstrap .navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.bootstrap .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width: 767px){.bootstrap .navbar-form .form-group{margin-bottom:5px}.bootstrap .navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width: 768px){.bootstrap .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.bootstrap .navbar-nav > li > .dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.bootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap .navbar-btn{margin-top:8px;margin-bottom:8px}.bootstrap .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.bootstrap .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.bootstrap .navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width: 768px){.bootstrap .navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width: 768px){.bootstrap .navbar-left{float:left !important}.bootstrap .navbar-right{float:right !important;margin-right:-15px}.bootstrap .navbar-right ~ .navbar-right{margin-right:0}}.bootstrap .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.bootstrap .navbar-default .navbar-brand{color:#777777}.bootstrap .navbar-default .navbar-brand:hover,.bootstrap .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.bootstrap .navbar-default .navbar-text{color:#777777}.bootstrap .navbar-default .navbar-nav > li > a{color:#777777}.bootstrap .navbar-default .navbar-nav > li > a:hover,.bootstrap .navbar-default .navbar-nav > li > a:focus{color:#333333;background-color:transparent}.bootstrap .navbar-default .navbar-nav > .active > a,.bootstrap .navbar-default .navbar-nav > .active > a:hover,.bootstrap .navbar-default .navbar-nav > .active > a:focus{color:#555555;background-color:#e7e7e7}.bootstrap .navbar-default .navbar-nav > .disabled > a,.bootstrap .navbar-default .navbar-nav > .disabled > a:hover,.bootstrap .navbar-default .navbar-nav > .disabled > a:focus{color:#cccccc;background-color:transparent}.bootstrap .navbar-default .navbar-toggle{border-color:#dddddd}.bootstrap .navbar-default .navbar-toggle:hover,.bootstrap .navbar-default .navbar-toggle:focus{background-color:#dddddd}.bootstrap .navbar-default .navbar-toggle .icon-bar{background-color:#888888}.bootstrap .navbar-default .navbar-collapse,.bootstrap .navbar-default .navbar-form{border-color:#e7e7e7}.bootstrap .navbar-default .navbar-nav > .open > a,.bootstrap .navbar-default .navbar-nav > .open > a:hover,.bootstrap .navbar-default .navbar-nav > .open > a:focus{background-color:#e7e7e7;color:#555555}@media (max-width: 767px){.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#777777}.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color:#333333;background-color:transparent}.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color:#555555;background-color:#e7e7e7}.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#cccccc;background-color:transparent}}.bootstrap .navbar-default .navbar-link{color:#777777}.bootstrap .navbar-default .navbar-link:hover{color:#333333}.bootstrap .navbar-default .btn-link{color:#777777}.bootstrap .navbar-default .btn-link:hover,.bootstrap .navbar-default .btn-link:focus{color:#333333}.bootstrap .navbar-default .btn-link[disabled]:hover,.bootstrap fieldset[disabled] .navbar-default .btn-link:hover,.bootstrap .navbar-default .btn-link[disabled]:focus,.bootstrap fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.bootstrap .navbar-inverse{background-color:#222222;border-color:#080808}.bootstrap .navbar-inverse .navbar-brand{color:#9d9d9d}.bootstrap .navbar-inverse .navbar-brand:hover,.bootstrap .navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:transparent}.bootstrap .navbar-inverse .navbar-text{color:#9d9d9d}.bootstrap .navbar-inverse .navbar-nav > li > a{color:#9d9d9d}.bootstrap .navbar-inverse .navbar-nav > li > a:hover,.bootstrap .navbar-inverse .navbar-nav > li > a:focus{color:#ffffff;background-color:transparent}.bootstrap .navbar-inverse .navbar-nav > .active > a,.bootstrap .navbar-inverse .navbar-nav > .active > a:hover,.bootstrap .navbar-inverse .navbar-nav > .active > a:focus{color:#ffffff;background-color:#080808}.bootstrap .navbar-inverse .navbar-nav > .disabled > a,.bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover,.bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus{color:#444444;background-color:transparent}.bootstrap .navbar-inverse .navbar-toggle{border-color:#333333}.bootstrap .navbar-inverse .navbar-toggle:hover,.bootstrap .navbar-inverse .navbar-toggle:focus{background-color:#333333}.bootstrap .navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.bootstrap .navbar-inverse .navbar-collapse,.bootstrap .navbar-inverse .navbar-form{border-color:#101010}.bootstrap .navbar-inverse .navbar-nav > .open > a,.bootstrap .navbar-inverse .navbar-nav > .open > a:hover,.bootstrap .navbar-inverse .navbar-nav > .open > a:focus{background-color:#080808;color:#ffffff}@media (max-width: 767px){.bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color:#080808}.bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color:#9d9d9d}.bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color:#ffffff;background-color:transparent}.bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color:#ffffff;background-color:#080808}.bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#444444;background-color:transparent}}.bootstrap .navbar-inverse .navbar-link{color:#9d9d9d}.bootstrap .navbar-inverse .navbar-link:hover{color:#ffffff}.bootstrap .navbar-inverse .btn-link{color:#9d9d9d}.bootstrap .navbar-inverse .btn-link:hover,.bootstrap .navbar-inverse .btn-link:focus{color:#ffffff}.bootstrap .navbar-inverse .btn-link[disabled]:hover,.bootstrap fieldset[disabled] .navbar-inverse .btn-link:hover,.bootstrap .navbar-inverse .btn-link[disabled]:focus,.bootstrap fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444444}.bootstrap .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.bootstrap .breadcrumb > li{display:inline-block}.bootstrap .breadcrumb > li + li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.bootstrap .breadcrumb > .active{color:#777777}.bootstrap .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.bootstrap .pagination > li{display:inline}.bootstrap .pagination > li > a,.bootstrap .pagination > li > span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.bootstrap .pagination > li:first-child > a,.bootstrap .pagination > li:first-child > span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.bootstrap .pagination > li:last-child > a,.bootstrap .pagination > li:last-child > span{border-bottom-right-radius:4px;border-top-right-radius:4px}.bootstrap .pagination > li > a:hover,.bootstrap .pagination > li > span:hover,.bootstrap .pagination > li > a:focus,.bootstrap .pagination > li > span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#dddddd}.bootstrap .pagination > .active > a,.bootstrap .pagination > .active > span,.bootstrap .pagination > .active > a:hover,.bootstrap .pagination > .active > span:hover,.bootstrap .pagination > .active > a:focus,.bootstrap .pagination > .active > span:focus{z-index:3;color:#ffffff;background-color:#337ab7;border-color:#337ab7;cursor:default}.bootstrap .pagination > .disabled > span,.bootstrap .pagination > .disabled > span:hover,.bootstrap .pagination > .disabled > span:focus,.bootstrap .pagination > .disabled > a,.bootstrap .pagination > .disabled > a:hover,.bootstrap .pagination > .disabled > a:focus{color:#777777;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.bootstrap .pagination-lg > li > a,.bootstrap .pagination-lg > li > span{padding:10px 16px;font-size:18px;line-height:1.3333333}.bootstrap .pagination-lg > li:first-child > a,.bootstrap .pagination-lg > li:first-child > span{border-bottom-left-radius:6px;border-top-left-radius:6px}.bootstrap .pagination-lg > li:last-child > a,.bootstrap .pagination-lg > li:last-child > span{border-bottom-right-radius:6px;border-top-right-radius:6px}.bootstrap .pagination-sm > li > a,.bootstrap .pagination-sm > li > span{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap .pagination-sm > li:first-child > a,.bootstrap .pagination-sm > li:first-child > span{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap .pagination-sm > li:last-child > a,.bootstrap .pagination-sm > li:last-child > span{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap .pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.bootstrap .pager li{display:inline}.bootstrap .pager li > a,.bootstrap .pager li > span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px}.bootstrap .pager li > a:hover,.bootstrap .pager li > a:focus{text-decoration:none;background-color:#eeeeee}.bootstrap .pager .next > a,.bootstrap .pager .next > span{float:right}.bootstrap .pager .previous > a,.bootstrap .pager .previous > span{float:left}.bootstrap .pager .disabled > a,.bootstrap .pager .disabled > a:hover,.bootstrap .pager .disabled > a:focus,.bootstrap .pager .disabled > span{color:#777777;background-color:#ffffff;cursor:not-allowed}.bootstrap .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.bootstrap a.label:hover,.bootstrap a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.bootstrap .label:empty{display:none}.bootstrap .btn .label{position:relative;top:-1px}.bootstrap .label-default{background-color:#777777}.bootstrap .label-default[href]:hover,.bootstrap .label-default[href]:focus{background-color:#5e5e5e}.bootstrap .label-primary{background-color:#337ab7}.bootstrap .label-primary[href]:hover,.bootstrap .label-primary[href]:focus{background-color:#286090}.bootstrap .label-success{background-color:#5cb85c}.bootstrap .label-success[href]:hover,.bootstrap .label-success[href]:focus{background-color:#449d44}.bootstrap .label-info{background-color:#5bc0de}.bootstrap .label-info[href]:hover,.bootstrap .label-info[href]:focus{background-color:#31b0d5}.bootstrap .label-warning{background-color:#f0ad4e}.bootstrap .label-warning[href]:hover,.bootstrap .label-warning[href]:focus{background-color:#ec971f}.bootstrap .label-danger{background-color:#d9534f}.bootstrap .label-danger[href]:hover,.bootstrap .label-danger[href]:focus{background-color:#c9302c}.bootstrap .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777777;border-radius:10px}.bootstrap .badge:empty{display:none}.bootstrap .btn .badge{position:relative;top:-1px}.bootstrap .btn-xs .badge,.bootstrap .btn-group-xs > .btn .badge{top:0;padding:1px 5px}.bootstrap a.badge:hover,.bootstrap a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.bootstrap .list-group-item.active > .badge,.bootstrap .nav-pills > .active > a > .badge{color:#337ab7;background-color:#ffffff}.bootstrap .list-group-item > .badge{float:right}.bootstrap .list-group-item > .badge + .badge{margin-right:5px}.bootstrap .nav-pills > li > a > .badge{margin-left:3px}.bootstrap .jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.bootstrap .jumbotron h1,.bootstrap .jumbotron .h1{color:inherit}.bootstrap .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.bootstrap .jumbotron > hr{border-top-color:#d5d5d5}.bootstrap .container .jumbotron,.bootstrap .container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.bootstrap .jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.bootstrap .jumbotron{padding-top:48px;padding-bottom:48px}.bootstrap .container .jumbotron,.bootstrap .container-fluid .jumbotron{padding-left:60px;padding-right:60px}.bootstrap .jumbotron h1,.bootstrap .jumbotron .h1{font-size:63px}}.bootstrap .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out}.bootstrap .thumbnail > img,.bootstrap .thumbnail a > img{margin-left:auto;margin-right:auto}.bootstrap a.thumbnail:hover,.bootstrap a.thumbnail:focus,.bootstrap a.thumbnail.active{border-color:#337ab7}.bootstrap .thumbnail .caption{padding:9px;color:#333333}.bootstrap .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.bootstrap .alert h4{margin-top:0;color:inherit}.bootstrap .alert .alert-link{font-weight:bold}.bootstrap .alert > p,.bootstrap .alert > ul{margin-bottom:0}.bootstrap .alert > p + p{margin-top:5px}.bootstrap .alert-dismissable,.bootstrap .alert-dismissible{padding-right:35px}.bootstrap .alert-dismissable .close,.bootstrap .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.bootstrap .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.bootstrap .alert-success hr{border-top-color:#c9e2b3}.bootstrap .alert-success .alert-link{color:#2b542c}.bootstrap .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.bootstrap .alert-info hr{border-top-color:#a6e1ec}.bootstrap .alert-info .alert-link{color:#245269}.bootstrap .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.bootstrap .alert-warning hr{border-top-color:#f7e1b5}.bootstrap .alert-warning .alert-link{color:#66512c}.bootstrap .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.bootstrap .alert-danger hr{border-top-color:#e4b9c0}.bootstrap .alert-danger .alert-link{color:#843534}@-webkit-keyframes "progress-bar-stripes"{from{background-position:40px 0;}to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from { background-position:40px 0}to{background-position:0 0}@keyframes "progress-bar-stripes"{from{background-position:40px 0;}to{background-position:0 0;}}.bootstrap .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)}.bootstrap .progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#ffffff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.bootstrap .progress-striped .progress-bar,.bootstrap .progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.bootstrap .progress.active .progress-bar,.bootstrap .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.bootstrap .progress-bar-success{background-color:#5cb85c}.bootstrap .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap .progress-bar-info{background-color:#5bc0de}.bootstrap .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap .progress-bar-warning{background-color:#f0ad4e}.bootstrap .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap .progress-bar-danger{background-color:#d9534f}.bootstrap .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap .media{margin-top:15px}.bootstrap .media:first-child{margin-top:0}.bootstrap .media,.bootstrap .media-body{zoom:1;overflow:hidden}.bootstrap .media-body{width:10000px}.bootstrap .media-object{display:block}.bootstrap .media-object.img-thumbnail{max-width:none}.bootstrap .media-right,.bootstrap .media > .pull-right{padding-left:10px}.bootstrap .media-left,.bootstrap .media > .pull-left{padding-right:10px}.bootstrap .media-left,.bootstrap .media-right,.bootstrap .media-body{display:table-cell;vertical-align:top}.bootstrap .media-middle{vertical-align:middle}.bootstrap .media-bottom{vertical-align:bottom}.bootstrap .media-heading{margin-top:0;margin-bottom:5px}.bootstrap .media-list{padding-left:0;list-style:none}.bootstrap .list-group{margin-bottom:20px;padding-left:0}.bootstrap .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.bootstrap .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.bootstrap .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bootstrap a.list-group-item,.bootstrap button.list-group-item{color:#555555}.bootstrap a.list-group-item .list-group-item-heading,.bootstrap button.list-group-item .list-group-item-heading{color:#333333}.bootstrap a.list-group-item:hover,.bootstrap button.list-group-item:hover,.bootstrap a.list-group-item:focus,.bootstrap button.list-group-item:focus{text-decoration:none;color:#555555;background-color:#f5f5f5}.bootstrap button.list-group-item{width:100%;text-align:left}.bootstrap .list-group-item.disabled,.bootstrap .list-group-item.disabled:hover,.bootstrap .list-group-item.disabled:focus{background-color:#eeeeee;color:#777777;cursor:not-allowed}.bootstrap .list-group-item.disabled .list-group-item-heading,.bootstrap .list-group-item.disabled:hover .list-group-item-heading,.bootstrap .list-group-item.disabled:focus .list-group-item-heading{color:inherit}.bootstrap .list-group-item.disabled .list-group-item-text,.bootstrap .list-group-item.disabled:hover .list-group-item-text,.bootstrap .list-group-item.disabled:focus .list-group-item-text{color:#777777}.bootstrap .list-group-item.active,.bootstrap .list-group-item.active:hover,.bootstrap .list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#337ab7;border-color:#337ab7}.bootstrap .list-group-item.active .list-group-item-heading,.bootstrap .list-group-item.active:hover .list-group-item-heading,.bootstrap .list-group-item.active:focus .list-group-item-heading,.bootstrap .list-group-item.active .list-group-item-heading > small,.bootstrap .list-group-item.active:hover .list-group-item-heading > small,.bootstrap .list-group-item.active:focus .list-group-item-heading > small,.bootstrap .list-group-item.active .list-group-item-heading > .small,.bootstrap .list-group-item.active:hover .list-group-item-heading > .small,.bootstrap .list-group-item.active:focus .list-group-item-heading > .small{color:inherit}.bootstrap .list-group-item.active .list-group-item-text,.bootstrap .list-group-item.active:hover .list-group-item-text,.bootstrap .list-group-item.active:focus .list-group-item-text{color:#c7ddef}.bootstrap .list-group-item-success{color:#3c763d;background-color:#dff0d8}.bootstrap a.list-group-item-success,.bootstrap button.list-group-item-success{color:#3c763d}.bootstrap a.list-group-item-success .list-group-item-heading,.bootstrap button.list-group-item-success .list-group-item-heading{color:inherit}.bootstrap a.list-group-item-success:hover,.bootstrap button.list-group-item-success:hover,.bootstrap a.list-group-item-success:focus,.bootstrap button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}.bootstrap a.list-group-item-success.active,.bootstrap button.list-group-item-success.active,.bootstrap a.list-group-item-success.active:hover,.bootstrap button.list-group-item-success.active:hover,.bootstrap a.list-group-item-success.active:focus,.bootstrap button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.bootstrap .list-group-item-info{color:#31708f;background-color:#d9edf7}.bootstrap a.list-group-item-info,.bootstrap button.list-group-item-info{color:#31708f}.bootstrap a.list-group-item-info .list-group-item-heading,.bootstrap button.list-group-item-info .list-group-item-heading{color:inherit}.bootstrap a.list-group-item-info:hover,.bootstrap button.list-group-item-info:hover,.bootstrap a.list-group-item-info:focus,.bootstrap button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}.bootstrap a.list-group-item-info.active,.bootstrap button.list-group-item-info.active,.bootstrap a.list-group-item-info.active:hover,.bootstrap button.list-group-item-info.active:hover,.bootstrap a.list-group-item-info.active:focus,.bootstrap button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.bootstrap .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.bootstrap a.list-group-item-warning,.bootstrap button.list-group-item-warning{color:#8a6d3b}.bootstrap a.list-group-item-warning .list-group-item-heading,.bootstrap button.list-group-item-warning .list-group-item-heading{color:inherit}.bootstrap a.list-group-item-warning:hover,.bootstrap button.list-group-item-warning:hover,.bootstrap a.list-group-item-warning:focus,.bootstrap button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}.bootstrap a.list-group-item-warning.active,.bootstrap button.list-group-item-warning.active,.bootstrap a.list-group-item-warning.active:hover,.bootstrap button.list-group-item-warning.active:hover,.bootstrap a.list-group-item-warning.active:focus,.bootstrap button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.bootstrap .list-group-item-danger{color:#a94442;background-color:#f2dede}.bootstrap a.list-group-item-danger,.bootstrap button.list-group-item-danger{color:#a94442}.bootstrap a.list-group-item-danger .list-group-item-heading,.bootstrap button.list-group-item-danger .list-group-item-heading{color:inherit}.bootstrap a.list-group-item-danger:hover,.bootstrap button.list-group-item-danger:hover,.bootstrap a.list-group-item-danger:focus,.bootstrap button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}.bootstrap a.list-group-item-danger.active,.bootstrap button.list-group-item-danger.active,.bootstrap a.list-group-item-danger.active:hover,.bootstrap button.list-group-item-danger.active:hover,.bootstrap a.list-group-item-danger.active:focus,.bootstrap button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.bootstrap .list-group-item-heading{margin-top:0;margin-bottom:5px}.bootstrap .list-group-item-text{margin-bottom:0;line-height:1.3}.bootstrap .panel{margin-bottom:20px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:0 1px 1px rgba(0, 0, 0, 0.05)}.bootstrap .panel-body{padding:15px}.bootstrap .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap .panel-heading > .dropdown .dropdown-toggle{color:inherit}.bootstrap .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.bootstrap .panel-title > a,.bootstrap .panel-title > small,.bootstrap .panel-title > .small,.bootstrap .panel-title > small > a,.bootstrap .panel-title > .small > a{color:inherit}.bootstrap .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap .panel > .list-group,.bootstrap .panel > .panel-collapse > .list-group{margin-bottom:0}.bootstrap .panel > .list-group .list-group-item,.bootstrap .panel > .panel-collapse > .list-group .list-group-item{border-width:1px 0;border-radius:0}.bootstrap .panel > .list-group:first-child .list-group-item:first-child,.bootstrap .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap .panel > .list-group:last-child .list-group-item:last-child,.bootstrap .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap .panel-heading + .list-group .list-group-item:first-child{border-top-width:0}.bootstrap .list-group + .panel-footer{border-top-width:0}.bootstrap .panel > .table,.bootstrap .panel > .table-responsive > .table,.bootstrap .panel > .panel-collapse > .table{margin-bottom:0}.bootstrap .panel > .table caption,.bootstrap .panel > .table-responsive > .table caption,.bootstrap .panel > .panel-collapse > .table caption{padding-left:15px;padding-right:15px}.bootstrap .panel > .table:first-child,.bootstrap .panel > .table-responsive:first-child > .table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child,.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child,.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius:3px}.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius:3px}.bootstrap .panel > .table:last-child,.bootstrap .panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child,.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child,.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius:3px}.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius:3px}.bootstrap .panel > .panel-body + .table,.bootstrap .panel > .panel-body + .table-responsive,.bootstrap .panel > .table + .panel-body,.bootstrap .panel > .table-responsive + .panel-body{border-top:1px solid #dddddd}.bootstrap .panel > .table > tbody:first-child > tr:first-child th,.bootstrap .panel > .table > tbody:first-child > tr:first-child td{border-top:0}.bootstrap .panel > .table-bordered,.bootstrap .panel > .table-responsive > .table-bordered{border:0}.bootstrap .panel > .table-bordered > thead > tr > th:first-child,.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.bootstrap .panel > .table-bordered > tbody > tr > th:first-child,.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.bootstrap .panel > .table-bordered > tfoot > tr > th:first-child,.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.bootstrap .panel > .table-bordered > thead > tr > td:first-child,.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.bootstrap .panel > .table-bordered > tbody > tr > td:first-child,.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.bootstrap .panel > .table-bordered > tfoot > tr > td:first-child,.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0}.bootstrap .panel > .table-bordered > thead > tr > th:last-child,.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.bootstrap .panel > .table-bordered > tbody > tr > th:last-child,.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.bootstrap .panel > .table-bordered > tfoot > tr > th:last-child,.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.bootstrap .panel > .table-bordered > thead > tr > td:last-child,.bootstrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.bootstrap .panel > .table-bordered > tbody > tr > td:last-child,.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.bootstrap .panel > .table-bordered > tfoot > tr > td:last-child,.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}.bootstrap .panel > .table-bordered > thead > tr:first-child > td,.bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.bootstrap .panel > .table-bordered > tbody > tr:first-child > td,.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.bootstrap .panel > .table-bordered > thead > tr:first-child > th,.bootstrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.bootstrap .panel > .table-bordered > tbody > tr:first-child > th,.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom:0}.bootstrap .panel > .table-bordered > tbody > tr:last-child > td,.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.bootstrap .panel > .table-bordered > tfoot > tr:last-child > td,.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.bootstrap .panel > .table-bordered > tbody > tr:last-child > th,.bootstrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.bootstrap .panel > .table-bordered > tfoot > tr:last-child > th,.bootstrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom:0}.bootstrap .panel > .table-responsive{border:0;margin-bottom:0}.bootstrap .panel-group{margin-bottom:20px}.bootstrap .panel-group .panel{margin-bottom:0;border-radius:4px}.bootstrap .panel-group .panel + .panel{margin-top:5px}.bootstrap .panel-group .panel-heading{border-bottom:0}.bootstrap .panel-group .panel-heading + .panel-collapse > .panel-body,.bootstrap .panel-group .panel-heading + .panel-collapse > .list-group{border-top:1px solid #dddddd}.bootstrap .panel-group .panel-footer{border-top:0}.bootstrap .panel-group .panel-footer + .panel-collapse .panel-body{border-bottom:1px solid #dddddd}.bootstrap .panel-default{border-color:#dddddd}.bootstrap .panel-default > .panel-heading{color:#333333;background-color:#f5f5f5;border-color:#dddddd}.bootstrap .panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#dddddd}.bootstrap .panel-default > .panel-heading .badge{color:#f5f5f5;background-color:#333333}.bootstrap .panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#dddddd}.bootstrap .panel-primary{border-color:#337ab7}.bootstrap .panel-primary > .panel-heading{color:#ffffff;background-color:#337ab7;border-color:#337ab7}.bootstrap .panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color:#337ab7}.bootstrap .panel-primary > .panel-heading .badge{color:#337ab7;background-color:#ffffff}.bootstrap .panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#337ab7}.bootstrap .panel-success{border-color:#d6e9c6}.bootstrap .panel-success > .panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap .panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color:#d6e9c6}.bootstrap .panel-success > .panel-heading .badge{color:#dff0d8;background-color:#3c763d}.bootstrap .panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#d6e9c6}.bootstrap .panel-info{border-color:#bce8f1}.bootstrap .panel-info > .panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap .panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color:#bce8f1}.bootstrap .panel-info > .panel-heading .badge{color:#d9edf7;background-color:#31708f}.bootstrap .panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#bce8f1}.bootstrap .panel-warning{border-color:#faebcc}.bootstrap .panel-warning > .panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap .panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color:#faebcc}.bootstrap .panel-warning > .panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.bootstrap .panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#faebcc}.bootstrap .panel-danger{border-color:#ebccd1}.bootstrap .panel-danger > .panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap .panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ebccd1}.bootstrap .panel-danger > .panel-heading .badge{color:#f2dede;background-color:#a94442}.bootstrap .panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ebccd1}.bootstrap .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.bootstrap .embed-responsive .embed-responsive-item,.bootstrap .embed-responsive iframe,.bootstrap .embed-responsive embed,.bootstrap .embed-responsive object,.bootstrap .embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.bootstrap .embed-responsive-16by9{padding-bottom:56.25%}.bootstrap .embed-responsive-4by3{padding-bottom:75%}.bootstrap .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)}.bootstrap .well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15)}.bootstrap .well-lg{padding:24px;border-radius:6px}.bootstrap .well-sm{padding:9px;border-radius:3px}.bootstrap .close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.bootstrap .close:hover,.bootstrap .close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}.bootstrap button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.bootstrap .modal-open{overflow:hidden}.bootstrap .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.bootstrap .modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.bootstrap .modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.bootstrap .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap .modal-dialog{position:relative;width:auto;margin:10px}.bootstrap .modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.bootstrap .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.bootstrap .modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.bootstrap .modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.bootstrap .modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.bootstrap .modal-header .close{margin-top:-2px}.bootstrap .modal-title{margin:0;line-height:1.42857143}.bootstrap .modal-body{position:relative;padding:15px}.bootstrap .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.bootstrap .modal-footer .btn + .btn{margin-left:5px;margin-bottom:0}.bootstrap .modal-footer .btn-group .btn + .btn{margin-left:-1px}.bootstrap .modal-footer .btn-block + .btn-block{margin-left:0}.bootstrap .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.bootstrap .modal-dialog{width:600px;margin:30px auto}.bootstrap .modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)}.bootstrap .modal-sm{width:300px}}@media (min-width: 992px){.bootstrap .modal-lg{width:900px}}.bootstrap .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.bootstrap .tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.bootstrap .tooltip.top{margin-top:-3px;padding:5px 0}.bootstrap .tooltip.right{margin-left:3px;padding:0 5px}.bootstrap .tooltip.bottom{margin-top:3px;padding:5px 0}.bootstrap .tooltip.left{margin-left:-3px;padding:0 5px}.bootstrap .tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:4px}.bootstrap .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000}.bootstrap .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.bootstrap .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.bootstrap .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.bootstrap .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.bootstrap .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.bootstrap .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.bootstrap .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.bootstrap .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2)}.bootstrap .popover.top{margin-top:-10px}.bootstrap .popover.right{margin-left:10px}.bootstrap .popover.bottom{margin-top:10px}.bootstrap .popover.left{margin-left:-10px}.bootstrap .popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.bootstrap .popover-content{padding:9px 14px}.bootstrap .popover > .arrow,.bootstrap .popover > .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap .popover > .arrow{border-width:11px}.bootstrap .popover > .arrow:after{border-width:10px;content:""}.bootstrap .popover.top > .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0, 0, 0, 0.25);bottom:-11px}.bootstrap .popover.top > .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.bootstrap .popover.right > .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0, 0, 0, 0.25)}.bootstrap .popover.right > .arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.bootstrap .popover.bottom > .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0, 0, 0, 0.25);top:-11px}.bootstrap .popover.bottom > .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.bootstrap .popover.left > .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0, 0, 0, 0.25)}.bootstrap .popover.left > .arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.bootstrap .carousel{position:relative}.bootstrap .carousel-inner{position:relative;overflow:hidden;width:100%}.bootstrap .carousel-inner > .item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.bootstrap .carousel-inner > .item > img,.bootstrap .carousel-inner > .item > a > img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.bootstrap .carousel-inner > .item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.bootstrap .carousel-inner > .item.next,.bootstrap .carousel-inner > .item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.bootstrap .carousel-inner > .item.prev,.bootstrap .carousel-inner > .item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.bootstrap .carousel-inner > .item.next.left,.bootstrap .carousel-inner > .item.prev.right,.bootstrap .carousel-inner > .item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.bootstrap .carousel-inner > .active,.bootstrap .carousel-inner > .next,.bootstrap .carousel-inner > .prev{display:block}.bootstrap .carousel-inner > .active{left:0}.bootstrap .carousel-inner > .next,.bootstrap .carousel-inner > .prev{position:absolute;top:0;width:100%}.bootstrap .carousel-inner > .next{left:100%}.bootstrap .carousel-inner > .prev{left:-100%}.bootstrap .carousel-inner > .next.left,.bootstrap .carousel-inner > .prev.right{left:0}.bootstrap .carousel-inner > .active.left{left:-100%}.bootstrap .carousel-inner > .active.right{left:100%}.bootstrap .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);background-color:rgba(0, 0, 0, 0)}.bootstrap .carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.bootstrap .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.bootstrap .carousel-control:hover,.bootstrap .carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.bootstrap .carousel-control .icon-prev,.bootstrap .carousel-control .icon-next,.bootstrap .carousel-control .glyphicon-chevron-left,.bootstrap .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.bootstrap .carousel-control .icon-prev,.bootstrap .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.bootstrap .carousel-control .icon-next,.bootstrap .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.bootstrap .carousel-control .icon-prev,.bootstrap .carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.bootstrap .carousel-control .icon-prev:before{content:'\2039'}.bootstrap .carousel-control .icon-next:before{content:'\203a'}.bootstrap .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.bootstrap .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0, 0, 0, 0)}.bootstrap .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.bootstrap .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6)}.bootstrap .carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.bootstrap .carousel-control .glyphicon-chevron-left,.bootstrap .carousel-control .glyphicon-chevron-right,.bootstrap .carousel-control .icon-prev,.bootstrap .carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.bootstrap .carousel-control .glyphicon-chevron-left,.bootstrap .carousel-control .icon-prev{margin-left:-10px}.bootstrap .carousel-control .glyphicon-chevron-right,.bootstrap .carousel-control .icon-next{margin-right:-10px}.bootstrap .carousel-caption{left:20%;right:20%;padding-bottom:30px}.bootstrap .carousel-indicators{bottom:20px}}.bootstrap .clearfix:before,.bootstrap .clearfix:after,.bootstrap .dl-horizontal dd:before,.bootstrap .dl-horizontal dd:after,.bootstrap .container:before,.bootstrap .container:after,.bootstrap .container-fluid:before,.bootstrap .container-fluid:after,.bootstrap .row:before,.bootstrap .row:after,.bootstrap .form-horizontal .form-group:before,.bootstrap .form-horizontal .form-group:after,.bootstrap .btn-toolbar:before,.bootstrap .btn-toolbar:after,.bootstrap .btn-group-vertical > .btn-group:before,.bootstrap .btn-group-vertical > .btn-group:after,.bootstrap .nav:before,.bootstrap .nav:after,.bootstrap .navbar:before,.bootstrap .navbar:after,.bootstrap .navbar-header:before,.bootstrap .navbar-header:after,.bootstrap .navbar-collapse:before,.bootstrap .navbar-collapse:after,.bootstrap .pager:before,.bootstrap .pager:after,.bootstrap .panel-body:before,.bootstrap .panel-body:after,.bootstrap .modal-header:before,.bootstrap .modal-header:after,.bootstrap .modal-footer:before,.bootstrap .modal-footer:after{content:" ";display:table}.bootstrap .clearfix:after,.bootstrap .dl-horizontal dd:after,.bootstrap .container:after,.bootstrap .container-fluid:after,.bootstrap .row:after,.bootstrap .form-horizontal .form-group:after,.bootstrap .btn-toolbar:after,.bootstrap .btn-group-vertical > .btn-group:after,.bootstrap .nav:after,.bootstrap .navbar:after,.bootstrap .navbar-header:after,.bootstrap .navbar-collapse:after,.bootstrap .pager:after,.bootstrap .panel-body:after,.bootstrap .modal-header:after,.bootstrap .modal-footer:after{clear:both}.bootstrap .center-block{display:block;margin-left:auto;margin-right:auto}.bootstrap .pull-right{float:right !important}.bootstrap .pull-left{float:left !important}.bootstrap .hide{display:none !important}.bootstrap .show{display:block !important}.bootstrap .invisible{visibility:hidden}.bootstrap .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap .hidden{display:none !important}.bootstrap .affix{position:fixed}@-ms-viewport{width:device-width}.bootstrap .visible-xs,.bootstrap .visible-sm,.bootstrap .visible-md,.bootstrap .visible-lg{display:none !important}.bootstrap .visible-xs-block,.bootstrap .visible-xs-inline,.bootstrap .visible-xs-inline-block,.bootstrap .visible-sm-block,.bootstrap .visible-sm-inline,.bootstrap .visible-sm-inline-block,.bootstrap .visible-md-block,.bootstrap .visible-md-inline,.bootstrap .visible-md-inline-block,.bootstrap .visible-lg-block,.bootstrap .visible-lg-inline,.bootstrap .visible-lg-inline-block{display:none !important}@media (max-width: 767px){.bootstrap .visible-xs{display:block !important}.bootstrap table.visible-xs{display:table !important}.bootstrap tr.visible-xs{display:table-row !important}.bootstrap th.visible-xs,.bootstrap td.visible-xs{display:table-cell !important}}@media (max-width: 767px){.bootstrap .visible-xs-block{display:block !important}}@media (max-width: 767px){.bootstrap .visible-xs-inline{display:inline !important}}@media (max-width: 767px){.bootstrap .visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.bootstrap .visible-sm{display:block !important}.bootstrap table.visible-sm{display:table !important}.bootstrap tr.visible-sm{display:table-row !important}.bootstrap th.visible-sm,.bootstrap td.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.bootstrap .visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.bootstrap .visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.bootstrap .visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.bootstrap .visible-md{display:block !important}.bootstrap table.visible-md{display:table !important}.bootstrap tr.visible-md{display:table-row !important}.bootstrap th.visible-md,.bootstrap td.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.bootstrap .visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1199px){.bootstrap .visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1199px){.bootstrap .visible-md-inline-block{display:inline-block !important}}@media (min-width: 1200px){.bootstrap .visible-lg{display:block !important}.bootstrap table.visible-lg{display:table !important}.bootstrap tr.visible-lg{display:table-row !important}.bootstrap th.visible-lg,.bootstrap td.visible-lg{display:table-cell !important}}@media (min-width: 1200px){.bootstrap .visible-lg-block{display:block !important}}@media (min-width: 1200px){.bootstrap .visible-lg-inline{display:inline !important}}@media (min-width: 1200px){.bootstrap .visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.bootstrap .hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.bootstrap .hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.bootstrap .hidden-md{display:none !important}}@media (min-width: 1200px){.bootstrap .hidden-lg{display:none !important}}.bootstrap .visible-print{display:none !important}@media print{.bootstrap .visible-print{display:block !important}.bootstrap table.visible-print{display:table !important}.bootstrap tr.visible-print{display:table-row !important}.bootstrap th.visible-print,.bootstrap td.visible-print{display:table-cell !important}}.bootstrap .visible-print-block{display:none !important}@media print{.bootstrap .visible-print-block{display:block !important}}.bootstrap .visible-print-inline{display:none !important}@media print{.bootstrap .visible-print-inline{display:inline !important}}.bootstrap .visible-print-inline-block{display:none !important}@media print{.bootstrap .visible-print-inline-block{display:inline-block !important}}@media print{.bootstrap .hidden-print{display:none !important}}.bootstrap .btn-default,.bootstrap .btn-primary,.bootstrap .btn-success,.bootstrap .btn-info,.bootstrap .btn-warning,.bootstrap .btn-danger{text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}.bootstrap .btn-default:active,.bootstrap .btn-primary:active,.bootstrap .btn-success:active,.bootstrap .btn-info:active,.bootstrap .btn-warning:active,.bootstrap .btn-danger:active,.bootstrap .btn-default.active,.bootstrap .btn-primary.active,.bootstrap .btn-success.active,.bootstrap .btn-info.active,.bootstrap .btn-warning.active,.bootstrap .btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.bootstrap .btn-default.disabled,.bootstrap .btn-primary.disabled,.bootstrap .btn-success.disabled,.bootstrap .btn-info.disabled,.bootstrap .btn-warning.disabled,.bootstrap .btn-danger.disabled,.bootstrap .btn-default[disabled],.bootstrap .btn-primary[disabled],.bootstrap .btn-success[disabled],.bootstrap .btn-info[disabled],.bootstrap .btn-warning[disabled],.bootstrap .btn-danger[disabled],.bootstrap fieldset[disabled] .btn-default,.bootstrap fieldset[disabled] .btn-primary,.bootstrap fieldset[disabled] .btn-success,.bootstrap fieldset[disabled] .btn-info,.bootstrap fieldset[disabled] .btn-warning,.bootstrap fieldset[disabled] .btn-danger{-webkit-box-shadow:none;box-shadow:none}.bootstrap .btn-default .badge,.bootstrap .btn-primary .badge,.bootstrap .btn-success .badge,.bootstrap .btn-info .badge,.bootstrap .btn-warning .badge,.bootstrap .btn-danger .badge{text-shadow:none}.bootstrap .btn:active,.bootstrap .btn.active{background-image:none}.bootstrap .btn-default{background-image:-webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-o-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.bootstrap .btn-default:hover,.bootstrap .btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.bootstrap .btn-default:active,.bootstrap .btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.bootstrap .btn-default.disabled,.bootstrap .btn-default[disabled],.bootstrap fieldset[disabled] .btn-default,.bootstrap .btn-default.disabled:hover,.bootstrap .btn-default[disabled]:hover,.bootstrap fieldset[disabled] .btn-default:hover,.bootstrap .btn-default.disabled:focus,.bootstrap .btn-default[disabled]:focus,.bootstrap fieldset[disabled] .btn-default:focus,.bootstrap .btn-default.disabled.focus,.bootstrap .btn-default[disabled].focus,.bootstrap fieldset[disabled] .btn-default.focus,.bootstrap .btn-default.disabled:active,.bootstrap .btn-default[disabled]:active,.bootstrap fieldset[disabled] .btn-default:active,.bootstrap .btn-default.disabled.active,.bootstrap .btn-default[disabled].active,.bootstrap fieldset[disabled] .btn-default.active{background-color:#e0e0e0;background-image:none}.bootstrap .btn-primary{background-image:-webkit-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-o-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));background-image:linear-gradient(to bottom, #337ab7 0, #265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.bootstrap .btn-primary:hover,.bootstrap .btn-primary:focus{background-color:#265a88;background-position:0 -15px}.bootstrap .btn-primary:active,.bootstrap .btn-primary.active{background-color:#265a88;border-color:#245580}.bootstrap .btn-primary.disabled,.bootstrap .btn-primary[disabled],.bootstrap fieldset[disabled] .btn-primary,.bootstrap .btn-primary.disabled:hover,.bootstrap .btn-primary[disabled]:hover,.bootstrap fieldset[disabled] .btn-primary:hover,.bootstrap .btn-primary.disabled:focus,.bootstrap .btn-primary[disabled]:focus,.bootstrap fieldset[disabled] .btn-primary:focus,.bootstrap .btn-primary.disabled.focus,.bootstrap .btn-primary[disabled].focus,.bootstrap fieldset[disabled] .btn-primary.focus,.bootstrap .btn-primary.disabled:active,.bootstrap .btn-primary[disabled]:active,.bootstrap fieldset[disabled] .btn-primary:active,.bootstrap .btn-primary.disabled.active,.bootstrap .btn-primary[disabled].active,.bootstrap fieldset[disabled] .btn-primary.active{background-color:#265a88;background-image:none}.bootstrap .btn-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.bootstrap .btn-success:hover,.bootstrap .btn-success:focus{background-color:#419641;background-position:0 -15px}.bootstrap .btn-success:active,.bootstrap .btn-success.active{background-color:#419641;border-color:#3e8f3e}.bootstrap .btn-success.disabled,.bootstrap .btn-success[disabled],.bootstrap fieldset[disabled] .btn-success,.bootstrap .btn-success.disabled:hover,.bootstrap .btn-success[disabled]:hover,.bootstrap fieldset[disabled] .btn-success:hover,.bootstrap .btn-success.disabled:focus,.bootstrap .btn-success[disabled]:focus,.bootstrap fieldset[disabled] .btn-success:focus,.bootstrap .btn-success.disabled.focus,.bootstrap .btn-success[disabled].focus,.bootstrap fieldset[disabled] .btn-success.focus,.bootstrap .btn-success.disabled:active,.bootstrap .btn-success[disabled]:active,.bootstrap fieldset[disabled] .btn-success:active,.bootstrap .btn-success.disabled.active,.bootstrap .btn-success[disabled].active,.bootstrap fieldset[disabled] .btn-success.active{background-color:#419641;background-image:none}.bootstrap .btn-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.bootstrap .btn-info:hover,.bootstrap .btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.bootstrap .btn-info:active,.bootstrap .btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.bootstrap .btn-info.disabled,.bootstrap .btn-info[disabled],.bootstrap fieldset[disabled] .btn-info,.bootstrap .btn-info.disabled:hover,.bootstrap .btn-info[disabled]:hover,.bootstrap fieldset[disabled] .btn-info:hover,.bootstrap .btn-info.disabled:focus,.bootstrap .btn-info[disabled]:focus,.bootstrap fieldset[disabled] .btn-info:focus,.bootstrap .btn-info.disabled.focus,.bootstrap .btn-info[disabled].focus,.bootstrap fieldset[disabled] .btn-info.focus,.bootstrap .btn-info.disabled:active,.bootstrap .btn-info[disabled]:active,.bootstrap fieldset[disabled] .btn-info:active,.bootstrap .btn-info.disabled.active,.bootstrap .btn-info[disabled].active,.bootstrap fieldset[disabled] .btn-info.active{background-color:#2aabd2;background-image:none}.bootstrap .btn-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.bootstrap .btn-warning:hover,.bootstrap .btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.bootstrap .btn-warning:active,.bootstrap .btn-warning.active{background-color:#eb9316;border-color:#e38d13}.bootstrap .btn-warning.disabled,.bootstrap .btn-warning[disabled],.bootstrap fieldset[disabled] .btn-warning,.bootstrap .btn-warning.disabled:hover,.bootstrap .btn-warning[disabled]:hover,.bootstrap fieldset[disabled] .btn-warning:hover,.bootstrap .btn-warning.disabled:focus,.bootstrap .btn-warning[disabled]:focus,.bootstrap fieldset[disabled] .btn-warning:focus,.bootstrap .btn-warning.disabled.focus,.bootstrap .btn-warning[disabled].focus,.bootstrap fieldset[disabled] .btn-warning.focus,.bootstrap .btn-warning.disabled:active,.bootstrap .btn-warning[disabled]:active,.bootstrap fieldset[disabled] .btn-warning:active,.bootstrap .btn-warning.disabled.active,.bootstrap .btn-warning[disabled].active,.bootstrap fieldset[disabled] .btn-warning.active{background-color:#eb9316;background-image:none}.bootstrap .btn-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.bootstrap .btn-danger:hover,.bootstrap .btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.bootstrap .btn-danger:active,.bootstrap .btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.bootstrap .btn-danger.disabled,.bootstrap .btn-danger[disabled],.bootstrap fieldset[disabled] .btn-danger,.bootstrap .btn-danger.disabled:hover,.bootstrap .btn-danger[disabled]:hover,.bootstrap fieldset[disabled] .btn-danger:hover,.bootstrap .btn-danger.disabled:focus,.bootstrap .btn-danger[disabled]:focus,.bootstrap fieldset[disabled] .btn-danger:focus,.bootstrap .btn-danger.disabled.focus,.bootstrap .btn-danger[disabled].focus,.bootstrap fieldset[disabled] .btn-danger.focus,.bootstrap .btn-danger.disabled:active,.bootstrap .btn-danger[disabled]:active,.bootstrap fieldset[disabled] .btn-danger:active,.bootstrap .btn-danger.disabled.active,.bootstrap .btn-danger[disabled].active,.bootstrap fieldset[disabled] .btn-danger.active{background-color:#c12e2a;background-image:none}.bootstrap .thumbnail,.bootstrap .img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:0 1px 2px rgba(0, 0, 0, 0.075)}.bootstrap .dropdown-menu > li > a:hover,.bootstrap .dropdown-menu > li > a:focus{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.bootstrap .dropdown-menu > .active > a,.bootstrap .dropdown-menu > .active > a:hover,.bootstrap .dropdown-menu > .active > a:focus{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-color:#2e6da4}.bootstrap .navbar-default{background-image:-webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-o-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075)}.bootstrap .navbar-default .navbar-nav > .open > a,.bootstrap .navbar-default .navbar-nav > .active > a{background-image:-webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));background-image:linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.075);box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.075)}.bootstrap .navbar-brand,.bootstrap .navbar-nav > li > a{text-shadow:0 1px 0 rgba(255, 255, 255, 0.25)}.bootstrap .navbar-inverse{background-image:-webkit-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-o-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px}.bootstrap .navbar-inverse .navbar-nav > .open > a,.bootstrap .navbar-inverse .navbar-nav > .active > a{background-image:-webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-o-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));background-image:linear-gradient(to bottom, #080808 0, #0f0f0f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.25);box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.25)}.bootstrap .navbar-inverse .navbar-brand,.bootstrap .navbar-inverse .navbar-nav > li > a{text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25)}.bootstrap .navbar-static-top,.bootstrap .navbar-fixed-top,.bootstrap .navbar-fixed-bottom{border-radius:0}@media (max-width: 767px){.bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a,.bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,.bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:focus{color:#fff;background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}}.bootstrap .alert{text-shadow:0 1px 0 rgba(255, 255, 255, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)}.bootstrap .alert-success{background-image:-webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.bootstrap .alert-info{background-image:-webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.bootstrap .alert-warning{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.bootstrap .alert-danger{background-image:-webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.bootstrap .progress{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.bootstrap .progress-bar{background-image:-webkit-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-o-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));background-image:linear-gradient(to bottom, #337ab7 0, #286090 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0)}.bootstrap .progress-bar-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.bootstrap .progress-bar-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.bootstrap .progress-bar-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.bootstrap .progress-bar-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.bootstrap .progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap .list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:0 1px 2px rgba(0, 0, 0, 0.075)}.bootstrap .list-group-item.active,.bootstrap .list-group-item.active:hover,.bootstrap .list-group-item.active:focus{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));background-image:linear-gradient(to bottom, #337ab7 0, #2b669a 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);border-color:#2b669a}.bootstrap .list-group-item.active .badge,.bootstrap .list-group-item.active:hover .badge,.bootstrap .list-group-item.active:focus .badge{text-shadow:none}.bootstrap .panel{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05)}.bootstrap .panel-default > .panel-heading{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.bootstrap .panel-primary > .panel-heading{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}.bootstrap .panel-success > .panel-heading{background-image:-webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.bootstrap .panel-info > .panel-heading{background-image:-webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.bootstrap .panel-warning > .panel-heading{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.bootstrap .panel-danger > .panel-heading{background-image:-webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-o-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.bootstrap .well{background-image:-webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1)} \ No newline at end of file +.bootstrap3{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.bootstrap3{margin:0}.bootstrap3 article,.bootstrap3 aside,.bootstrap3 details,.bootstrap3 figcaption,.bootstrap3 figure,.bootstrap3 footer,.bootstrap3 header,.bootstrap3 hgroup,.bootstrap3 main,.bootstrap3 menu,.bootstrap3 nav,.bootstrap3 section,.bootstrap3 summary{display:block}.bootstrap3 audio,.bootstrap3 canvas,.bootstrap3 progress,.bootstrap3 video{display:inline-block;vertical-align:baseline}.bootstrap3 audio:not([controls]){display:none;height:0}.bootstrap3 [hidden],.bootstrap3 template{display:none}.bootstrap3 a{background-color:transparent}.bootstrap3 a:active,.bootstrap3 a:hover{outline:0}.bootstrap3 abbr[title]{border-bottom:1px dotted}.bootstrap3 b,.bootstrap3 strong{font-weight:bold}.bootstrap3 dfn{font-style:italic}.bootstrap3 h1{font-size:2em;margin:0.67em 0}.bootstrap3 mark{background:#ff0;color:#000}.bootstrap3 small{font-size:80%}.bootstrap3 sub,.bootstrap3 sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.bootstrap3 sup{top:-0.5em}.bootstrap3 sub{bottom:-0.25em}.bootstrap3 img{border:0}.bootstrap3 svg:not(:root){overflow:hidden}.bootstrap3 figure{margin:1em 40px}.bootstrap3 hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}.bootstrap3 pre{overflow:auto}.bootstrap3 code,.bootstrap3 kbd,.bootstrap3 pre,.bootstrap3 samp{font-family:monospace, monospace;font-size:1em}.bootstrap3 button,.bootstrap3 input,.bootstrap3 optgroup,.bootstrap3 select,.bootstrap3 textarea{color:inherit;font:inherit;margin:0}.bootstrap3 button{overflow:visible}.bootstrap3 button,.bootstrap3 select{text-transform:none}.bootstrap3 button,.bootstrap3 input[type="button"],.bootstrap3 input[type="reset"],.bootstrap3 input[type="submit"]{-webkit-appearance:button;cursor:pointer}.bootstrap3 button[disabled],.bootstrap3 input[disabled]{cursor:default}.bootstrap3 button::-moz-focus-inner,.bootstrap3 input::-moz-focus-inner{border:0;padding:0}.bootstrap3 input{line-height:normal}.bootstrap3 input[type="checkbox"],.bootstrap3 input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.bootstrap3 input[type="number"]::-webkit-inner-spin-button,.bootstrap3 input[type="number"]::-webkit-outer-spin-button{height:auto}.bootstrap3 input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bootstrap3 input[type="search"]::-webkit-search-cancel-button,.bootstrap3 input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap3 fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}.bootstrap3 legend{border:0;padding:0}.bootstrap3 textarea{overflow:auto}.bootstrap3 optgroup{font-weight:bold}.bootstrap3 table{border-collapse:collapse;border-spacing:0}.bootstrap3 td,.bootstrap3 th{padding:0}@media print{.bootstrap3 *,.bootstrap3 *:before,.bootstrap3 *:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}.bootstrap3 a,.bootstrap3 a:visited{text-decoration:underline}.bootstrap3 a[href]:after{content:" (" attr(href) ")"}.bootstrap3 abbr[title]:after{content:" (" attr(title) ")"}.bootstrap3 a[href^="#"]:after,.bootstrap3 a[href^="javascript:"]:after{content:""}.bootstrap3 pre,.bootstrap3 blockquote{border:1px solid #999;page-break-inside:avoid}.bootstrap3 thead{display:table-header-group}.bootstrap3 tr,.bootstrap3 img{page-break-inside:avoid}.bootstrap3 img{max-width:100% !important}.bootstrap3 p,.bootstrap3 h2,.bootstrap3 h3{orphans:3;widows:3}.bootstrap3 h2,.bootstrap3 h3{page-break-after:avoid}.bootstrap3 .navbar{display:none}.bootstrap3 .btn > .caret,.bootstrap3 .dropup > .btn > .caret{border-top-color:#000 !important}.bootstrap3 .label{border:1px solid #000}.bootstrap3 .table{border-collapse:collapse !important}.bootstrap3 .table td,.bootstrap3 .table th{background-color:#fff !important}.bootstrap3 .table-bordered th,.bootstrap3 .table-bordered td{border:1px solid #ddd !important}}.bootstrap3 .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bootstrap3 .glyphicon-asterisk:before{content:"\002a"}.bootstrap3 .glyphicon-plus:before{content:"\002b"}.bootstrap3 .glyphicon-euro:before,.bootstrap3 .glyphicon-eur:before{content:"\20ac"}.bootstrap3 .glyphicon-minus:before{content:"\2212"}.bootstrap3 .glyphicon-cloud:before{content:"\2601"}.bootstrap3 .glyphicon-envelope:before{content:"\2709"}.bootstrap3 .glyphicon-pencil:before{content:"\270f"}.bootstrap3 .glyphicon-glass:before{content:"\e001"}.bootstrap3 .glyphicon-music:before{content:"\e002"}.bootstrap3 .glyphicon-search:before{content:"\e003"}.bootstrap3 .glyphicon-heart:before{content:"\e005"}.bootstrap3 .glyphicon-star:before{content:"\e006"}.bootstrap3 .glyphicon-star-empty:before{content:"\e007"}.bootstrap3 .glyphicon-user:before{content:"\e008"}.bootstrap3 .glyphicon-film:before{content:"\e009"}.bootstrap3 .glyphicon-th-large:before{content:"\e010"}.bootstrap3 .glyphicon-th:before{content:"\e011"}.bootstrap3 .glyphicon-th-list:before{content:"\e012"}.bootstrap3 .glyphicon-ok:before{content:"\e013"}.bootstrap3 .glyphicon-remove:before{content:"\e014"}.bootstrap3 .glyphicon-zoom-in:before{content:"\e015"}.bootstrap3 .glyphicon-zoom-out:before{content:"\e016"}.bootstrap3 .glyphicon-off:before{content:"\e017"}.bootstrap3 .glyphicon-signal:before{content:"\e018"}.bootstrap3 .glyphicon-cog:before{content:"\e019"}.bootstrap3 .glyphicon-trash:before{content:"\e020"}.bootstrap3 .glyphicon-home:before{content:"\e021"}.bootstrap3 .glyphicon-file:before{content:"\e022"}.bootstrap3 .glyphicon-time:before{content:"\e023"}.bootstrap3 .glyphicon-road:before{content:"\e024"}.bootstrap3 .glyphicon-download-alt:before{content:"\e025"}.bootstrap3 .glyphicon-download:before{content:"\e026"}.bootstrap3 .glyphicon-upload:before{content:"\e027"}.bootstrap3 .glyphicon-inbox:before{content:"\e028"}.bootstrap3 .glyphicon-play-circle:before{content:"\e029"}.bootstrap3 .glyphicon-repeat:before{content:"\e030"}.bootstrap3 .glyphicon-refresh:before{content:"\e031"}.bootstrap3 .glyphicon-list-alt:before{content:"\e032"}.bootstrap3 .glyphicon-lock:before{content:"\e033"}.bootstrap3 .glyphicon-flag:before{content:"\e034"}.bootstrap3 .glyphicon-headphones:before{content:"\e035"}.bootstrap3 .glyphicon-volume-off:before{content:"\e036"}.bootstrap3 .glyphicon-volume-down:before{content:"\e037"}.bootstrap3 .glyphicon-volume-up:before{content:"\e038"}.bootstrap3 .glyphicon-qrcode:before{content:"\e039"}.bootstrap3 .glyphicon-barcode:before{content:"\e040"}.bootstrap3 .glyphicon-tag:before{content:"\e041"}.bootstrap3 .glyphicon-tags:before{content:"\e042"}.bootstrap3 .glyphicon-book:before{content:"\e043"}.bootstrap3 .glyphicon-bookmark:before{content:"\e044"}.bootstrap3 .glyphicon-print:before{content:"\e045"}.bootstrap3 .glyphicon-camera:before{content:"\e046"}.bootstrap3 .glyphicon-font:before{content:"\e047"}.bootstrap3 .glyphicon-bold:before{content:"\e048"}.bootstrap3 .glyphicon-italic:before{content:"\e049"}.bootstrap3 .glyphicon-text-height:before{content:"\e050"}.bootstrap3 .glyphicon-text-width:before{content:"\e051"}.bootstrap3 .glyphicon-align-left:before{content:"\e052"}.bootstrap3 .glyphicon-align-center:before{content:"\e053"}.bootstrap3 .glyphicon-align-right:before{content:"\e054"}.bootstrap3 .glyphicon-align-justify:before{content:"\e055"}.bootstrap3 .glyphicon-list:before{content:"\e056"}.bootstrap3 .glyphicon-indent-left:before{content:"\e057"}.bootstrap3 .glyphicon-indent-right:before{content:"\e058"}.bootstrap3 .glyphicon-facetime-video:before{content:"\e059"}.bootstrap3 .glyphicon-picture:before{content:"\e060"}.bootstrap3 .glyphicon-map-marker:before{content:"\e062"}.bootstrap3 .glyphicon-adjust:before{content:"\e063"}.bootstrap3 .glyphicon-tint:before{content:"\e064"}.bootstrap3 .glyphicon-edit:before{content:"\e065"}.bootstrap3 .glyphicon-share:before{content:"\e066"}.bootstrap3 .glyphicon-check:before{content:"\e067"}.bootstrap3 .glyphicon-move:before{content:"\e068"}.bootstrap3 .glyphicon-step-backward:before{content:"\e069"}.bootstrap3 .glyphicon-fast-backward:before{content:"\e070"}.bootstrap3 .glyphicon-backward:before{content:"\e071"}.bootstrap3 .glyphicon-play:before{content:"\e072"}.bootstrap3 .glyphicon-pause:before{content:"\e073"}.bootstrap3 .glyphicon-stop:before{content:"\e074"}.bootstrap3 .glyphicon-forward:before{content:"\e075"}.bootstrap3 .glyphicon-fast-forward:before{content:"\e076"}.bootstrap3 .glyphicon-step-forward:before{content:"\e077"}.bootstrap3 .glyphicon-eject:before{content:"\e078"}.bootstrap3 .glyphicon-chevron-left:before{content:"\e079"}.bootstrap3 .glyphicon-chevron-right:before{content:"\e080"}.bootstrap3 .glyphicon-plus-sign:before{content:"\e081"}.bootstrap3 .glyphicon-minus-sign:before{content:"\e082"}.bootstrap3 .glyphicon-remove-sign:before{content:"\e083"}.bootstrap3 .glyphicon-ok-sign:before{content:"\e084"}.bootstrap3 .glyphicon-question-sign:before{content:"\e085"}.bootstrap3 .glyphicon-info-sign:before{content:"\e086"}.bootstrap3 .glyphicon-screenshot:before{content:"\e087"}.bootstrap3 .glyphicon-remove-circle:before{content:"\e088"}.bootstrap3 .glyphicon-ok-circle:before{content:"\e089"}.bootstrap3 .glyphicon-ban-circle:before{content:"\e090"}.bootstrap3 .glyphicon-arrow-left:before{content:"\e091"}.bootstrap3 .glyphicon-arrow-right:before{content:"\e092"}.bootstrap3 .glyphicon-arrow-up:before{content:"\e093"}.bootstrap3 .glyphicon-arrow-down:before{content:"\e094"}.bootstrap3 .glyphicon-share-alt:before{content:"\e095"}.bootstrap3 .glyphicon-resize-full:before{content:"\e096"}.bootstrap3 .glyphicon-resize-small:before{content:"\e097"}.bootstrap3 .glyphicon-exclamation-sign:before{content:"\e101"}.bootstrap3 .glyphicon-gift:before{content:"\e102"}.bootstrap3 .glyphicon-leaf:before{content:"\e103"}.bootstrap3 .glyphicon-fire:before{content:"\e104"}.bootstrap3 .glyphicon-eye-open:before{content:"\e105"}.bootstrap3 .glyphicon-eye-close:before{content:"\e106"}.bootstrap3 .glyphicon-warning-sign:before{content:"\e107"}.bootstrap3 .glyphicon-plane:before{content:"\e108"}.bootstrap3 .glyphicon-calendar:before{content:"\e109"}.bootstrap3 .glyphicon-random:before{content:"\e110"}.bootstrap3 .glyphicon-comment:before{content:"\e111"}.bootstrap3 .glyphicon-magnet:before{content:"\e112"}.bootstrap3 .glyphicon-chevron-up:before{content:"\e113"}.bootstrap3 .glyphicon-chevron-down:before{content:"\e114"}.bootstrap3 .glyphicon-retweet:before{content:"\e115"}.bootstrap3 .glyphicon-shopping-cart:before{content:"\e116"}.bootstrap3 .glyphicon-folder-close:before{content:"\e117"}.bootstrap3 .glyphicon-folder-open:before{content:"\e118"}.bootstrap3 .glyphicon-resize-vertical:before{content:"\e119"}.bootstrap3 .glyphicon-resize-horizontal:before{content:"\e120"}.bootstrap3 .glyphicon-hdd:before{content:"\e121"}.bootstrap3 .glyphicon-bullhorn:before{content:"\e122"}.bootstrap3 .glyphicon-bell:before{content:"\e123"}.bootstrap3 .glyphicon-certificate:before{content:"\e124"}.bootstrap3 .glyphicon-thumbs-up:before{content:"\e125"}.bootstrap3 .glyphicon-thumbs-down:before{content:"\e126"}.bootstrap3 .glyphicon-hand-right:before{content:"\e127"}.bootstrap3 .glyphicon-hand-left:before{content:"\e128"}.bootstrap3 .glyphicon-hand-up:before{content:"\e129"}.bootstrap3 .glyphicon-hand-down:before{content:"\e130"}.bootstrap3 .glyphicon-circle-arrow-right:before{content:"\e131"}.bootstrap3 .glyphicon-circle-arrow-left:before{content:"\e132"}.bootstrap3 .glyphicon-circle-arrow-up:before{content:"\e133"}.bootstrap3 .glyphicon-circle-arrow-down:before{content:"\e134"}.bootstrap3 .glyphicon-globe:before{content:"\e135"}.bootstrap3 .glyphicon-wrench:before{content:"\e136"}.bootstrap3 .glyphicon-tasks:before{content:"\e137"}.bootstrap3 .glyphicon-filter:before{content:"\e138"}.bootstrap3 .glyphicon-briefcase:before{content:"\e139"}.bootstrap3 .glyphicon-fullscreen:before{content:"\e140"}.bootstrap3 .glyphicon-dashboard:before{content:"\e141"}.bootstrap3 .glyphicon-paperclip:before{content:"\e142"}.bootstrap3 .glyphicon-heart-empty:before{content:"\e143"}.bootstrap3 .glyphicon-link:before{content:"\e144"}.bootstrap3 .glyphicon-phone:before{content:"\e145"}.bootstrap3 .glyphicon-pushpin:before{content:"\e146"}.bootstrap3 .glyphicon-usd:before{content:"\e148"}.bootstrap3 .glyphicon-gbp:before{content:"\e149"}.bootstrap3 .glyphicon-sort:before{content:"\e150"}.bootstrap3 .glyphicon-sort-by-alphabet:before{content:"\e151"}.bootstrap3 .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.bootstrap3 .glyphicon-sort-by-order:before{content:"\e153"}.bootstrap3 .glyphicon-sort-by-order-alt:before{content:"\e154"}.bootstrap3 .glyphicon-sort-by-attributes:before{content:"\e155"}.bootstrap3 .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.bootstrap3 .glyphicon-unchecked:before{content:"\e157"}.bootstrap3 .glyphicon-expand:before{content:"\e158"}.bootstrap3 .glyphicon-collapse-down:before{content:"\e159"}.bootstrap3 .glyphicon-collapse-up:before{content:"\e160"}.bootstrap3 .glyphicon-log-in:before{content:"\e161"}.bootstrap3 .glyphicon-flash:before{content:"\e162"}.bootstrap3 .glyphicon-log-out:before{content:"\e163"}.bootstrap3 .glyphicon-new-window:before{content:"\e164"}.bootstrap3 .glyphicon-record:before{content:"\e165"}.bootstrap3 .glyphicon-save:before{content:"\e166"}.bootstrap3 .glyphicon-open:before{content:"\e167"}.bootstrap3 .glyphicon-saved:before{content:"\e168"}.bootstrap3 .glyphicon-import:before{content:"\e169"}.bootstrap3 .glyphicon-export:before{content:"\e170"}.bootstrap3 .glyphicon-send:before{content:"\e171"}.bootstrap3 .glyphicon-floppy-disk:before{content:"\e172"}.bootstrap3 .glyphicon-floppy-saved:before{content:"\e173"}.bootstrap3 .glyphicon-floppy-remove:before{content:"\e174"}.bootstrap3 .glyphicon-floppy-save:before{content:"\e175"}.bootstrap3 .glyphicon-floppy-open:before{content:"\e176"}.bootstrap3 .glyphicon-credit-card:before{content:"\e177"}.bootstrap3 .glyphicon-transfer:before{content:"\e178"}.bootstrap3 .glyphicon-cutlery:before{content:"\e179"}.bootstrap3 .glyphicon-header:before{content:"\e180"}.bootstrap3 .glyphicon-compressed:before{content:"\e181"}.bootstrap3 .glyphicon-earphone:before{content:"\e182"}.bootstrap3 .glyphicon-phone-alt:before{content:"\e183"}.bootstrap3 .glyphicon-tower:before{content:"\e184"}.bootstrap3 .glyphicon-stats:before{content:"\e185"}.bootstrap3 .glyphicon-sd-video:before{content:"\e186"}.bootstrap3 .glyphicon-hd-video:before{content:"\e187"}.bootstrap3 .glyphicon-subtitles:before{content:"\e188"}.bootstrap3 .glyphicon-sound-stereo:before{content:"\e189"}.bootstrap3 .glyphicon-sound-dolby:before{content:"\e190"}.bootstrap3 .glyphicon-sound-5-1:before{content:"\e191"}.bootstrap3 .glyphicon-sound-6-1:before{content:"\e192"}.bootstrap3 .glyphicon-sound-7-1:before{content:"\e193"}.bootstrap3 .glyphicon-copyright-mark:before{content:"\e194"}.bootstrap3 .glyphicon-registration-mark:before{content:"\e195"}.bootstrap3 .glyphicon-cloud-download:before{content:"\e197"}.bootstrap3 .glyphicon-cloud-upload:before{content:"\e198"}.bootstrap3 .glyphicon-tree-conifer:before{content:"\e199"}.bootstrap3 .glyphicon-tree-deciduous:before{content:"\e200"}.bootstrap3 .glyphicon-cd:before{content:"\e201"}.bootstrap3 .glyphicon-save-file:before{content:"\e202"}.bootstrap3 .glyphicon-open-file:before{content:"\e203"}.bootstrap3 .glyphicon-level-up:before{content:"\e204"}.bootstrap3 .glyphicon-copy:before{content:"\e205"}.bootstrap3 .glyphicon-paste:before{content:"\e206"}.bootstrap3 .glyphicon-alert:before{content:"\e209"}.bootstrap3 .glyphicon-equalizer:before{content:"\e210"}.bootstrap3 .glyphicon-king:before{content:"\e211"}.bootstrap3 .glyphicon-queen:before{content:"\e212"}.bootstrap3 .glyphicon-pawn:before{content:"\e213"}.bootstrap3 .glyphicon-bishop:before{content:"\e214"}.bootstrap3 .glyphicon-knight:before{content:"\e215"}.bootstrap3 .glyphicon-baby-formula:before{content:"\e216"}.bootstrap3 .glyphicon-tent:before{content:"\26fa"}.bootstrap3 .glyphicon-blackboard:before{content:"\e218"}.bootstrap3 .glyphicon-bed:before{content:"\e219"}.bootstrap3 .glyphicon-apple:before{content:"\f8ff"}.bootstrap3 .glyphicon-erase:before{content:"\e221"}.bootstrap3 .glyphicon-hourglass:before{content:"\231b"}.bootstrap3 .glyphicon-lamp:before{content:"\e223"}.bootstrap3 .glyphicon-duplicate:before{content:"\e224"}.bootstrap3 .glyphicon-piggy-bank:before{content:"\e225"}.bootstrap3 .glyphicon-scissors:before{content:"\e226"}.bootstrap3 .glyphicon-bitcoin:before{content:"\e227"}.bootstrap3 .glyphicon-btc:before{content:"\e227"}.bootstrap3 .glyphicon-xbt:before{content:"\e227"}.bootstrap3 .glyphicon-yen:before{content:"\00a5"}.bootstrap3 .glyphicon-jpy:before{content:"\00a5"}.bootstrap3 .glyphicon-ruble:before{content:"\20bd"}.bootstrap3 .glyphicon-rub:before{content:"\20bd"}.bootstrap3 .glyphicon-scale:before{content:"\e230"}.bootstrap3 .glyphicon-ice-lolly:before{content:"\e231"}.bootstrap3 .glyphicon-ice-lolly-tasted:before{content:"\e232"}.bootstrap3 .glyphicon-education:before{content:"\e233"}.bootstrap3 .glyphicon-option-horizontal:before{content:"\e234"}.bootstrap3 .glyphicon-option-vertical:before{content:"\e235"}.bootstrap3 .glyphicon-menu-hamburger:before{content:"\e236"}.bootstrap3 .glyphicon-modal-window:before{content:"\e237"}.bootstrap3 .glyphicon-oil:before{content:"\e238"}.bootstrap3 .glyphicon-grain:before{content:"\e239"}.bootstrap3 .glyphicon-sunglasses:before{content:"\e240"}.bootstrap3 .glyphicon-text-size:before{content:"\e241"}.bootstrap3 .glyphicon-text-color:before{content:"\e242"}.bootstrap3 .glyphicon-text-background:before{content:"\e243"}.bootstrap3 .glyphicon-object-align-top:before{content:"\e244"}.bootstrap3 .glyphicon-object-align-bottom:before{content:"\e245"}.bootstrap3 .glyphicon-object-align-horizontal:before{content:"\e246"}.bootstrap3 .glyphicon-object-align-left:before{content:"\e247"}.bootstrap3 .glyphicon-object-align-vertical:before{content:"\e248"}.bootstrap3 .glyphicon-object-align-right:before{content:"\e249"}.bootstrap3 .glyphicon-triangle-right:before{content:"\e250"}.bootstrap3 .glyphicon-triangle-left:before{content:"\e251"}.bootstrap3 .glyphicon-triangle-bottom:before{content:"\e252"}.bootstrap3 .glyphicon-triangle-top:before{content:"\e253"}.bootstrap3 .glyphicon-console:before{content:"\e254"}.bootstrap3 .glyphicon-superscript:before{content:"\e255"}.bootstrap3 .glyphicon-subscript:before{content:"\e256"}.bootstrap3 .glyphicon-menu-left:before{content:"\e257"}.bootstrap3 .glyphicon-menu-right:before{content:"\e258"}.bootstrap3 .glyphicon-menu-down:before{content:"\e259"}.bootstrap3 .glyphicon-menu-up:before{content:"\e260"}.bootstrap3 *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap3 *:before,.bootstrap3 *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap3{font-size:10px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.bootstrap3{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:14px;line-height:1.42857143;color:#333333;background-color:#ffffff}.bootstrap3 input,.bootstrap3 button,.bootstrap3 select,.bootstrap3 textarea{font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap3 a{color:#337ab7;text-decoration:none}.bootstrap3 a:hover,.bootstrap3 a:focus{color:#23527c;text-decoration:underline}.bootstrap3 a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap3 figure{margin:0}.bootstrap3 img{vertical-align:middle}.bootstrap3 .img-responsive,.bootstrap3 .thumbnail > img,.bootstrap3 .thumbnail a > img,.bootstrap3 .carousel-inner > .item > img,.bootstrap3 .carousel-inner > .item > a > img{display:block;max-width:100%;height:auto}.bootstrap3 .img-rounded{border-radius:6px}.bootstrap3 .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.bootstrap3 .img-circle{border-radius:50%}.bootstrap3 hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.bootstrap3 .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.bootstrap3 .sr-only-focusable:active,.bootstrap3 .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.bootstrap3 [role="button"]{cursor:pointer}.bootstrap3 h1,.bootstrap3 h2,.bootstrap3 h3,.bootstrap3 h4,.bootstrap3 h5,.bootstrap3 h6,.bootstrap3 .h1,.bootstrap3 .h2,.bootstrap3 .h3,.bootstrap3 .h4,.bootstrap3 .h5,.bootstrap3 .h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.bootstrap3 h1 small,.bootstrap3 h2 small,.bootstrap3 h3 small,.bootstrap3 h4 small,.bootstrap3 h5 small,.bootstrap3 h6 small,.bootstrap3 .h1 small,.bootstrap3 .h2 small,.bootstrap3 .h3 small,.bootstrap3 .h4 small,.bootstrap3 .h5 small,.bootstrap3 .h6 small,.bootstrap3 h1 .small,.bootstrap3 h2 .small,.bootstrap3 h3 .small,.bootstrap3 h4 .small,.bootstrap3 h5 .small,.bootstrap3 h6 .small,.bootstrap3 .h1 .small,.bootstrap3 .h2 .small,.bootstrap3 .h3 .small,.bootstrap3 .h4 .small,.bootstrap3 .h5 .small,.bootstrap3 .h6 .small{font-weight:normal;line-height:1;color:#777777}.bootstrap3 h1,.bootstrap3 .h1,.bootstrap3 h2,.bootstrap3 .h2,.bootstrap3 h3,.bootstrap3 .h3{margin-top:20px;margin-bottom:10px}.bootstrap3 h1 small,.bootstrap3 .h1 small,.bootstrap3 h2 small,.bootstrap3 .h2 small,.bootstrap3 h3 small,.bootstrap3 .h3 small,.bootstrap3 h1 .small,.bootstrap3 .h1 .small,.bootstrap3 h2 .small,.bootstrap3 .h2 .small,.bootstrap3 h3 .small,.bootstrap3 .h3 .small{font-size:65%}.bootstrap3 h4,.bootstrap3 .h4,.bootstrap3 h5,.bootstrap3 .h5,.bootstrap3 h6,.bootstrap3 .h6{margin-top:10px;margin-bottom:10px}.bootstrap3 h4 small,.bootstrap3 .h4 small,.bootstrap3 h5 small,.bootstrap3 .h5 small,.bootstrap3 h6 small,.bootstrap3 .h6 small,.bootstrap3 h4 .small,.bootstrap3 .h4 .small,.bootstrap3 h5 .small,.bootstrap3 .h5 .small,.bootstrap3 h6 .small,.bootstrap3 .h6 .small{font-size:75%}.bootstrap3 h1,.bootstrap3 .h1{font-size:36px}.bootstrap3 h2,.bootstrap3 .h2{font-size:30px}.bootstrap3 h3,.bootstrap3 .h3{font-size:24px}.bootstrap3 h4,.bootstrap3 .h4{font-size:18px}.bootstrap3 h5,.bootstrap3 .h5{font-size:14px}.bootstrap3 h6,.bootstrap3 .h6{font-size:12px}.bootstrap3 p{margin:0 0 10px}.bootstrap3 .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 768px){.bootstrap3 .lead{font-size:21px}}.bootstrap3 small,.bootstrap3 .small{font-size:85%}.bootstrap3 mark,.bootstrap3 .mark{background-color:#fcf8e3;padding:.2em}.bootstrap3 .text-left{text-align:left}.bootstrap3 .text-right{text-align:right}.bootstrap3 .text-center{text-align:center}.bootstrap3 .text-justify{text-align:justify}.bootstrap3 .text-nowrap{white-space:nowrap}.bootstrap3 .text-lowercase{text-transform:lowercase}.bootstrap3 .text-uppercase{text-transform:uppercase}.bootstrap3 .text-capitalize{text-transform:capitalize}.bootstrap3 .text-muted{color:#777777}.bootstrap3 .text-primary{color:#337ab7}.bootstrap3 a.text-primary:hover,.bootstrap3 a.text-primary:focus{color:#286090}.bootstrap3 .text-success{color:#3c763d}.bootstrap3 a.text-success:hover,.bootstrap3 a.text-success:focus{color:#2b542c}.bootstrap3 .text-info{color:#31708f}.bootstrap3 a.text-info:hover,.bootstrap3 a.text-info:focus{color:#245269}.bootstrap3 .text-warning{color:#8a6d3b}.bootstrap3 a.text-warning:hover,.bootstrap3 a.text-warning:focus{color:#66512c}.bootstrap3 .text-danger{color:#a94442}.bootstrap3 a.text-danger:hover,.bootstrap3 a.text-danger:focus{color:#843534}.bootstrap3 .bg-primary{color:#fff;background-color:#337ab7}.bootstrap3 a.bg-primary:hover,.bootstrap3 a.bg-primary:focus{background-color:#286090}.bootstrap3 .bg-success{background-color:#dff0d8}.bootstrap3 a.bg-success:hover,.bootstrap3 a.bg-success:focus{background-color:#c1e2b3}.bootstrap3 .bg-info{background-color:#d9edf7}.bootstrap3 a.bg-info:hover,.bootstrap3 a.bg-info:focus{background-color:#afd9ee}.bootstrap3 .bg-warning{background-color:#fcf8e3}.bootstrap3 a.bg-warning:hover,.bootstrap3 a.bg-warning:focus{background-color:#f7ecb5}.bootstrap3 .bg-danger{background-color:#f2dede}.bootstrap3 a.bg-danger:hover,.bootstrap3 a.bg-danger:focus{background-color:#e4b9b9}.bootstrap3 .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee}.bootstrap3 ul,.bootstrap3 ol{margin-top:0;margin-bottom:10px}.bootstrap3 ul ul,.bootstrap3 ol ul,.bootstrap3 ul ol,.bootstrap3 ol ol{margin-bottom:0}.bootstrap3 .list-unstyled{padding-left:0;list-style:none}.bootstrap3 .list-inline{padding-left:0;list-style:none;margin-left:-5px}.bootstrap3 .list-inline > li{display:inline-block;padding-left:5px;padding-right:5px}.bootstrap3 dl{margin-top:0;margin-bottom:20px}.bootstrap3 dt,.bootstrap3 dd{line-height:1.42857143}.bootstrap3 dt{font-weight:bold}.bootstrap3 dd{margin-left:0}@media (min-width: 768px){.bootstrap3 .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap3 .dl-horizontal dd{margin-left:180px}}.bootstrap3 abbr[title],.bootstrap3 abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777777}.bootstrap3 .initialism{font-size:90%;text-transform:uppercase}.bootstrap3 blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee}.bootstrap3 blockquote p:last-child,.bootstrap3 blockquote ul:last-child,.bootstrap3 blockquote ol:last-child{margin-bottom:0}.bootstrap3 blockquote footer,.bootstrap3 blockquote small,.bootstrap3 blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777777}.bootstrap3 blockquote footer:before,.bootstrap3 blockquote small:before,.bootstrap3 blockquote .small:before{content:'\2014 \00A0'}.bootstrap3 .blockquote-reverse,.bootstrap3 blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.bootstrap3 .blockquote-reverse footer:before,.bootstrap3 blockquote.pull-right footer:before,.bootstrap3 .blockquote-reverse small:before,.bootstrap3 blockquote.pull-right small:before,.bootstrap3 .blockquote-reverse .small:before,.bootstrap3 blockquote.pull-right .small:before{content:''}.bootstrap3 .blockquote-reverse footer:after,.bootstrap3 blockquote.pull-right footer:after,.bootstrap3 .blockquote-reverse small:after,.bootstrap3 blockquote.pull-right small:after,.bootstrap3 .blockquote-reverse .small:after,.bootstrap3 blockquote.pull-right .small:after{content:'\00A0 \2014'}.bootstrap3 address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.bootstrap3 code,.bootstrap3 kbd,.bootstrap3 pre,.bootstrap3 samp{font-family:Menlo, Monaco, Consolas, "Courier New", monospace}.bootstrap3 code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.bootstrap3 kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25)}.bootstrap3 kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}.bootstrap3 pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}.bootstrap3 pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.bootstrap3 .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap3 .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.bootstrap3 .container{width:750px}}@media (min-width: 992px){.bootstrap3 .container{width:970px}}@media (min-width: 1200px){.bootstrap3 .container{width:1170px}}.bootstrap3 .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.bootstrap3 .row{margin-left:-15px;margin-right:-15px}.bootstrap3 .col-xs-1,.bootstrap3 .col-sm-1,.bootstrap3 .col-md-1,.bootstrap3 .col-lg-1,.bootstrap3 .col-xs-2,.bootstrap3 .col-sm-2,.bootstrap3 .col-md-2,.bootstrap3 .col-lg-2,.bootstrap3 .col-xs-3,.bootstrap3 .col-sm-3,.bootstrap3 .col-md-3,.bootstrap3 .col-lg-3,.bootstrap3 .col-xs-4,.bootstrap3 .col-sm-4,.bootstrap3 .col-md-4,.bootstrap3 .col-lg-4,.bootstrap3 .col-xs-5,.bootstrap3 .col-sm-5,.bootstrap3 .col-md-5,.bootstrap3 .col-lg-5,.bootstrap3 .col-xs-6,.bootstrap3 .col-sm-6,.bootstrap3 .col-md-6,.bootstrap3 .col-lg-6,.bootstrap3 .col-xs-7,.bootstrap3 .col-sm-7,.bootstrap3 .col-md-7,.bootstrap3 .col-lg-7,.bootstrap3 .col-xs-8,.bootstrap3 .col-sm-8,.bootstrap3 .col-md-8,.bootstrap3 .col-lg-8,.bootstrap3 .col-xs-9,.bootstrap3 .col-sm-9,.bootstrap3 .col-md-9,.bootstrap3 .col-lg-9,.bootstrap3 .col-xs-10,.bootstrap3 .col-sm-10,.bootstrap3 .col-md-10,.bootstrap3 .col-lg-10,.bootstrap3 .col-xs-11,.bootstrap3 .col-sm-11,.bootstrap3 .col-md-11,.bootstrap3 .col-lg-11,.bootstrap3 .col-xs-12,.bootstrap3 .col-sm-12,.bootstrap3 .col-md-12,.bootstrap3 .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.bootstrap3 .col-xs-1,.bootstrap3 .col-xs-2,.bootstrap3 .col-xs-3,.bootstrap3 .col-xs-4,.bootstrap3 .col-xs-5,.bootstrap3 .col-xs-6,.bootstrap3 .col-xs-7,.bootstrap3 .col-xs-8,.bootstrap3 .col-xs-9,.bootstrap3 .col-xs-10,.bootstrap3 .col-xs-11,.bootstrap3 .col-xs-12{float:left}.bootstrap3 .col-xs-12{width:100%}.bootstrap3 .col-xs-11{width:91.66666667%}.bootstrap3 .col-xs-10{width:83.33333333%}.bootstrap3 .col-xs-9{width:75%}.bootstrap3 .col-xs-8{width:66.66666667%}.bootstrap3 .col-xs-7{width:58.33333333%}.bootstrap3 .col-xs-6{width:50%}.bootstrap3 .col-xs-5{width:41.66666667%}.bootstrap3 .col-xs-4{width:33.33333333%}.bootstrap3 .col-xs-3{width:25%}.bootstrap3 .col-xs-2{width:16.66666667%}.bootstrap3 .col-xs-1{width:8.33333333%}.bootstrap3 .col-xs-pull-12{right:100%}.bootstrap3 .col-xs-pull-11{right:91.66666667%}.bootstrap3 .col-xs-pull-10{right:83.33333333%}.bootstrap3 .col-xs-pull-9{right:75%}.bootstrap3 .col-xs-pull-8{right:66.66666667%}.bootstrap3 .col-xs-pull-7{right:58.33333333%}.bootstrap3 .col-xs-pull-6{right:50%}.bootstrap3 .col-xs-pull-5{right:41.66666667%}.bootstrap3 .col-xs-pull-4{right:33.33333333%}.bootstrap3 .col-xs-pull-3{right:25%}.bootstrap3 .col-xs-pull-2{right:16.66666667%}.bootstrap3 .col-xs-pull-1{right:8.33333333%}.bootstrap3 .col-xs-pull-0{right:auto}.bootstrap3 .col-xs-push-12{left:100%}.bootstrap3 .col-xs-push-11{left:91.66666667%}.bootstrap3 .col-xs-push-10{left:83.33333333%}.bootstrap3 .col-xs-push-9{left:75%}.bootstrap3 .col-xs-push-8{left:66.66666667%}.bootstrap3 .col-xs-push-7{left:58.33333333%}.bootstrap3 .col-xs-push-6{left:50%}.bootstrap3 .col-xs-push-5{left:41.66666667%}.bootstrap3 .col-xs-push-4{left:33.33333333%}.bootstrap3 .col-xs-push-3{left:25%}.bootstrap3 .col-xs-push-2{left:16.66666667%}.bootstrap3 .col-xs-push-1{left:8.33333333%}.bootstrap3 .col-xs-push-0{left:auto}.bootstrap3 .col-xs-offset-12{margin-left:100%}.bootstrap3 .col-xs-offset-11{margin-left:91.66666667%}.bootstrap3 .col-xs-offset-10{margin-left:83.33333333%}.bootstrap3 .col-xs-offset-9{margin-left:75%}.bootstrap3 .col-xs-offset-8{margin-left:66.66666667%}.bootstrap3 .col-xs-offset-7{margin-left:58.33333333%}.bootstrap3 .col-xs-offset-6{margin-left:50%}.bootstrap3 .col-xs-offset-5{margin-left:41.66666667%}.bootstrap3 .col-xs-offset-4{margin-left:33.33333333%}.bootstrap3 .col-xs-offset-3{margin-left:25%}.bootstrap3 .col-xs-offset-2{margin-left:16.66666667%}.bootstrap3 .col-xs-offset-1{margin-left:8.33333333%}.bootstrap3 .col-xs-offset-0{margin-left:0%}@media (min-width: 768px){.bootstrap3 .col-sm-1,.bootstrap3 .col-sm-2,.bootstrap3 .col-sm-3,.bootstrap3 .col-sm-4,.bootstrap3 .col-sm-5,.bootstrap3 .col-sm-6,.bootstrap3 .col-sm-7,.bootstrap3 .col-sm-8,.bootstrap3 .col-sm-9,.bootstrap3 .col-sm-10,.bootstrap3 .col-sm-11,.bootstrap3 .col-sm-12{float:left}.bootstrap3 .col-sm-12{width:100%}.bootstrap3 .col-sm-11{width:91.66666667%}.bootstrap3 .col-sm-10{width:83.33333333%}.bootstrap3 .col-sm-9{width:75%}.bootstrap3 .col-sm-8{width:66.66666667%}.bootstrap3 .col-sm-7{width:58.33333333%}.bootstrap3 .col-sm-6{width:50%}.bootstrap3 .col-sm-5{width:41.66666667%}.bootstrap3 .col-sm-4{width:33.33333333%}.bootstrap3 .col-sm-3{width:25%}.bootstrap3 .col-sm-2{width:16.66666667%}.bootstrap3 .col-sm-1{width:8.33333333%}.bootstrap3 .col-sm-pull-12{right:100%}.bootstrap3 .col-sm-pull-11{right:91.66666667%}.bootstrap3 .col-sm-pull-10{right:83.33333333%}.bootstrap3 .col-sm-pull-9{right:75%}.bootstrap3 .col-sm-pull-8{right:66.66666667%}.bootstrap3 .col-sm-pull-7{right:58.33333333%}.bootstrap3 .col-sm-pull-6{right:50%}.bootstrap3 .col-sm-pull-5{right:41.66666667%}.bootstrap3 .col-sm-pull-4{right:33.33333333%}.bootstrap3 .col-sm-pull-3{right:25%}.bootstrap3 .col-sm-pull-2{right:16.66666667%}.bootstrap3 .col-sm-pull-1{right:8.33333333%}.bootstrap3 .col-sm-pull-0{right:auto}.bootstrap3 .col-sm-push-12{left:100%}.bootstrap3 .col-sm-push-11{left:91.66666667%}.bootstrap3 .col-sm-push-10{left:83.33333333%}.bootstrap3 .col-sm-push-9{left:75%}.bootstrap3 .col-sm-push-8{left:66.66666667%}.bootstrap3 .col-sm-push-7{left:58.33333333%}.bootstrap3 .col-sm-push-6{left:50%}.bootstrap3 .col-sm-push-5{left:41.66666667%}.bootstrap3 .col-sm-push-4{left:33.33333333%}.bootstrap3 .col-sm-push-3{left:25%}.bootstrap3 .col-sm-push-2{left:16.66666667%}.bootstrap3 .col-sm-push-1{left:8.33333333%}.bootstrap3 .col-sm-push-0{left:auto}.bootstrap3 .col-sm-offset-12{margin-left:100%}.bootstrap3 .col-sm-offset-11{margin-left:91.66666667%}.bootstrap3 .col-sm-offset-10{margin-left:83.33333333%}.bootstrap3 .col-sm-offset-9{margin-left:75%}.bootstrap3 .col-sm-offset-8{margin-left:66.66666667%}.bootstrap3 .col-sm-offset-7{margin-left:58.33333333%}.bootstrap3 .col-sm-offset-6{margin-left:50%}.bootstrap3 .col-sm-offset-5{margin-left:41.66666667%}.bootstrap3 .col-sm-offset-4{margin-left:33.33333333%}.bootstrap3 .col-sm-offset-3{margin-left:25%}.bootstrap3 .col-sm-offset-2{margin-left:16.66666667%}.bootstrap3 .col-sm-offset-1{margin-left:8.33333333%}.bootstrap3 .col-sm-offset-0{margin-left:0%}}@media (min-width: 992px){.bootstrap3 .col-md-1,.bootstrap3 .col-md-2,.bootstrap3 .col-md-3,.bootstrap3 .col-md-4,.bootstrap3 .col-md-5,.bootstrap3 .col-md-6,.bootstrap3 .col-md-7,.bootstrap3 .col-md-8,.bootstrap3 .col-md-9,.bootstrap3 .col-md-10,.bootstrap3 .col-md-11,.bootstrap3 .col-md-12{float:left}.bootstrap3 .col-md-12{width:100%}.bootstrap3 .col-md-11{width:91.66666667%}.bootstrap3 .col-md-10{width:83.33333333%}.bootstrap3 .col-md-9{width:75%}.bootstrap3 .col-md-8{width:66.66666667%}.bootstrap3 .col-md-7{width:58.33333333%}.bootstrap3 .col-md-6{width:50%}.bootstrap3 .col-md-5{width:41.66666667%}.bootstrap3 .col-md-4{width:33.33333333%}.bootstrap3 .col-md-3{width:25%}.bootstrap3 .col-md-2{width:16.66666667%}.bootstrap3 .col-md-1{width:8.33333333%}.bootstrap3 .col-md-pull-12{right:100%}.bootstrap3 .col-md-pull-11{right:91.66666667%}.bootstrap3 .col-md-pull-10{right:83.33333333%}.bootstrap3 .col-md-pull-9{right:75%}.bootstrap3 .col-md-pull-8{right:66.66666667%}.bootstrap3 .col-md-pull-7{right:58.33333333%}.bootstrap3 .col-md-pull-6{right:50%}.bootstrap3 .col-md-pull-5{right:41.66666667%}.bootstrap3 .col-md-pull-4{right:33.33333333%}.bootstrap3 .col-md-pull-3{right:25%}.bootstrap3 .col-md-pull-2{right:16.66666667%}.bootstrap3 .col-md-pull-1{right:8.33333333%}.bootstrap3 .col-md-pull-0{right:auto}.bootstrap3 .col-md-push-12{left:100%}.bootstrap3 .col-md-push-11{left:91.66666667%}.bootstrap3 .col-md-push-10{left:83.33333333%}.bootstrap3 .col-md-push-9{left:75%}.bootstrap3 .col-md-push-8{left:66.66666667%}.bootstrap3 .col-md-push-7{left:58.33333333%}.bootstrap3 .col-md-push-6{left:50%}.bootstrap3 .col-md-push-5{left:41.66666667%}.bootstrap3 .col-md-push-4{left:33.33333333%}.bootstrap3 .col-md-push-3{left:25%}.bootstrap3 .col-md-push-2{left:16.66666667%}.bootstrap3 .col-md-push-1{left:8.33333333%}.bootstrap3 .col-md-push-0{left:auto}.bootstrap3 .col-md-offset-12{margin-left:100%}.bootstrap3 .col-md-offset-11{margin-left:91.66666667%}.bootstrap3 .col-md-offset-10{margin-left:83.33333333%}.bootstrap3 .col-md-offset-9{margin-left:75%}.bootstrap3 .col-md-offset-8{margin-left:66.66666667%}.bootstrap3 .col-md-offset-7{margin-left:58.33333333%}.bootstrap3 .col-md-offset-6{margin-left:50%}.bootstrap3 .col-md-offset-5{margin-left:41.66666667%}.bootstrap3 .col-md-offset-4{margin-left:33.33333333%}.bootstrap3 .col-md-offset-3{margin-left:25%}.bootstrap3 .col-md-offset-2{margin-left:16.66666667%}.bootstrap3 .col-md-offset-1{margin-left:8.33333333%}.bootstrap3 .col-md-offset-0{margin-left:0%}}@media (min-width: 1200px){.bootstrap3 .col-lg-1,.bootstrap3 .col-lg-2,.bootstrap3 .col-lg-3,.bootstrap3 .col-lg-4,.bootstrap3 .col-lg-5,.bootstrap3 .col-lg-6,.bootstrap3 .col-lg-7,.bootstrap3 .col-lg-8,.bootstrap3 .col-lg-9,.bootstrap3 .col-lg-10,.bootstrap3 .col-lg-11,.bootstrap3 .col-lg-12{float:left}.bootstrap3 .col-lg-12{width:100%}.bootstrap3 .col-lg-11{width:91.66666667%}.bootstrap3 .col-lg-10{width:83.33333333%}.bootstrap3 .col-lg-9{width:75%}.bootstrap3 .col-lg-8{width:66.66666667%}.bootstrap3 .col-lg-7{width:58.33333333%}.bootstrap3 .col-lg-6{width:50%}.bootstrap3 .col-lg-5{width:41.66666667%}.bootstrap3 .col-lg-4{width:33.33333333%}.bootstrap3 .col-lg-3{width:25%}.bootstrap3 .col-lg-2{width:16.66666667%}.bootstrap3 .col-lg-1{width:8.33333333%}.bootstrap3 .col-lg-pull-12{right:100%}.bootstrap3 .col-lg-pull-11{right:91.66666667%}.bootstrap3 .col-lg-pull-10{right:83.33333333%}.bootstrap3 .col-lg-pull-9{right:75%}.bootstrap3 .col-lg-pull-8{right:66.66666667%}.bootstrap3 .col-lg-pull-7{right:58.33333333%}.bootstrap3 .col-lg-pull-6{right:50%}.bootstrap3 .col-lg-pull-5{right:41.66666667%}.bootstrap3 .col-lg-pull-4{right:33.33333333%}.bootstrap3 .col-lg-pull-3{right:25%}.bootstrap3 .col-lg-pull-2{right:16.66666667%}.bootstrap3 .col-lg-pull-1{right:8.33333333%}.bootstrap3 .col-lg-pull-0{right:auto}.bootstrap3 .col-lg-push-12{left:100%}.bootstrap3 .col-lg-push-11{left:91.66666667%}.bootstrap3 .col-lg-push-10{left:83.33333333%}.bootstrap3 .col-lg-push-9{left:75%}.bootstrap3 .col-lg-push-8{left:66.66666667%}.bootstrap3 .col-lg-push-7{left:58.33333333%}.bootstrap3 .col-lg-push-6{left:50%}.bootstrap3 .col-lg-push-5{left:41.66666667%}.bootstrap3 .col-lg-push-4{left:33.33333333%}.bootstrap3 .col-lg-push-3{left:25%}.bootstrap3 .col-lg-push-2{left:16.66666667%}.bootstrap3 .col-lg-push-1{left:8.33333333%}.bootstrap3 .col-lg-push-0{left:auto}.bootstrap3 .col-lg-offset-12{margin-left:100%}.bootstrap3 .col-lg-offset-11{margin-left:91.66666667%}.bootstrap3 .col-lg-offset-10{margin-left:83.33333333%}.bootstrap3 .col-lg-offset-9{margin-left:75%}.bootstrap3 .col-lg-offset-8{margin-left:66.66666667%}.bootstrap3 .col-lg-offset-7{margin-left:58.33333333%}.bootstrap3 .col-lg-offset-6{margin-left:50%}.bootstrap3 .col-lg-offset-5{margin-left:41.66666667%}.bootstrap3 .col-lg-offset-4{margin-left:33.33333333%}.bootstrap3 .col-lg-offset-3{margin-left:25%}.bootstrap3 .col-lg-offset-2{margin-left:16.66666667%}.bootstrap3 .col-lg-offset-1{margin-left:8.33333333%}.bootstrap3 .col-lg-offset-0{margin-left:0%}}.bootstrap3 table{background-color:transparent}.bootstrap3 caption{padding-top:8px;padding-bottom:8px;color:#777777;text-align:left}.bootstrap3 th{text-align:left}.bootstrap3 .table{width:100%;max-width:100%;margin-bottom:20px}.bootstrap3 .table > thead > tr > th,.bootstrap3 .table > tbody > tr > th,.bootstrap3 .table > tfoot > tr > th,.bootstrap3 .table > thead > tr > td,.bootstrap3 .table > tbody > tr > td,.bootstrap3 .table > tfoot > tr > td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.bootstrap3 .table > thead > tr > th{vertical-align:bottom;border-bottom:2px solid #dddddd}.bootstrap3 .table > caption + thead > tr:first-child > th,.bootstrap3 .table > colgroup + thead > tr:first-child > th,.bootstrap3 .table > thead:first-child > tr:first-child > th,.bootstrap3 .table > caption + thead > tr:first-child > td,.bootstrap3 .table > colgroup + thead > tr:first-child > td,.bootstrap3 .table > thead:first-child > tr:first-child > td{border-top:0}.bootstrap3 .table > tbody + tbody{border-top:2px solid #dddddd}.bootstrap3 .table .table{background-color:#ffffff}.bootstrap3 .table-condensed > thead > tr > th,.bootstrap3 .table-condensed > tbody > tr > th,.bootstrap3 .table-condensed > tfoot > tr > th,.bootstrap3 .table-condensed > thead > tr > td,.bootstrap3 .table-condensed > tbody > tr > td,.bootstrap3 .table-condensed > tfoot > tr > td{padding:5px}.bootstrap3 .table-bordered{border:1px solid #dddddd}.bootstrap3 .table-bordered > thead > tr > th,.bootstrap3 .table-bordered > tbody > tr > th,.bootstrap3 .table-bordered > tfoot > tr > th,.bootstrap3 .table-bordered > thead > tr > td,.bootstrap3 .table-bordered > tbody > tr > td,.bootstrap3 .table-bordered > tfoot > tr > td{border:1px solid #dddddd}.bootstrap3 .table-bordered > thead > tr > th,.bootstrap3 .table-bordered > thead > tr > td{border-bottom-width:2px}.bootstrap3 .table-striped > tbody > tr:nth-of-type(odd){background-color:#f9f9f9}.bootstrap3 .table-hover > tbody > tr:hover{background-color:#f5f5f5}.bootstrap3 table col[class*="col-"]{position:static;float:none;display:table-column}.bootstrap3 table td[class*="col-"],.bootstrap3 table th[class*="col-"]{position:static;float:none;display:table-cell}.bootstrap3 .table > thead > tr > td.active,.bootstrap3 .table > tbody > tr > td.active,.bootstrap3 .table > tfoot > tr > td.active,.bootstrap3 .table > thead > tr > th.active,.bootstrap3 .table > tbody > tr > th.active,.bootstrap3 .table > tfoot > tr > th.active,.bootstrap3 .table > thead > tr.active > td,.bootstrap3 .table > tbody > tr.active > td,.bootstrap3 .table > tfoot > tr.active > td,.bootstrap3 .table > thead > tr.active > th,.bootstrap3 .table > tbody > tr.active > th,.bootstrap3 .table > tfoot > tr.active > th{background-color:#f5f5f5}.bootstrap3 .table-hover > tbody > tr > td.active:hover,.bootstrap3 .table-hover > tbody > tr > th.active:hover,.bootstrap3 .table-hover > tbody > tr.active:hover > td,.bootstrap3 .table-hover > tbody > tr:hover > .active,.bootstrap3 .table-hover > tbody > tr.active:hover > th{background-color:#e8e8e8}.bootstrap3 .table > thead > tr > td.success,.bootstrap3 .table > tbody > tr > td.success,.bootstrap3 .table > tfoot > tr > td.success,.bootstrap3 .table > thead > tr > th.success,.bootstrap3 .table > tbody > tr > th.success,.bootstrap3 .table > tfoot > tr > th.success,.bootstrap3 .table > thead > tr.success > td,.bootstrap3 .table > tbody > tr.success > td,.bootstrap3 .table > tfoot > tr.success > td,.bootstrap3 .table > thead > tr.success > th,.bootstrap3 .table > tbody > tr.success > th,.bootstrap3 .table > tfoot > tr.success > th{background-color:#dff0d8}.bootstrap3 .table-hover > tbody > tr > td.success:hover,.bootstrap3 .table-hover > tbody > tr > th.success:hover,.bootstrap3 .table-hover > tbody > tr.success:hover > td,.bootstrap3 .table-hover > tbody > tr:hover > .success,.bootstrap3 .table-hover > tbody > tr.success:hover > th{background-color:#d0e9c6}.bootstrap3 .table > thead > tr > td.info,.bootstrap3 .table > tbody > tr > td.info,.bootstrap3 .table > tfoot > tr > td.info,.bootstrap3 .table > thead > tr > th.info,.bootstrap3 .table > tbody > tr > th.info,.bootstrap3 .table > tfoot > tr > th.info,.bootstrap3 .table > thead > tr.info > td,.bootstrap3 .table > tbody > tr.info > td,.bootstrap3 .table > tfoot > tr.info > td,.bootstrap3 .table > thead > tr.info > th,.bootstrap3 .table > tbody > tr.info > th,.bootstrap3 .table > tfoot > tr.info > th{background-color:#d9edf7}.bootstrap3 .table-hover > tbody > tr > td.info:hover,.bootstrap3 .table-hover > tbody > tr > th.info:hover,.bootstrap3 .table-hover > tbody > tr.info:hover > td,.bootstrap3 .table-hover > tbody > tr:hover > .info,.bootstrap3 .table-hover > tbody > tr.info:hover > th{background-color:#c4e3f3}.bootstrap3 .table > thead > tr > td.warning,.bootstrap3 .table > tbody > tr > td.warning,.bootstrap3 .table > tfoot > tr > td.warning,.bootstrap3 .table > thead > tr > th.warning,.bootstrap3 .table > tbody > tr > th.warning,.bootstrap3 .table > tfoot > tr > th.warning,.bootstrap3 .table > thead > tr.warning > td,.bootstrap3 .table > tbody > tr.warning > td,.bootstrap3 .table > tfoot > tr.warning > td,.bootstrap3 .table > thead > tr.warning > th,.bootstrap3 .table > tbody > tr.warning > th,.bootstrap3 .table > tfoot > tr.warning > th{background-color:#fcf8e3}.bootstrap3 .table-hover > tbody > tr > td.warning:hover,.bootstrap3 .table-hover > tbody > tr > th.warning:hover,.bootstrap3 .table-hover > tbody > tr.warning:hover > td,.bootstrap3 .table-hover > tbody > tr:hover > .warning,.bootstrap3 .table-hover > tbody > tr.warning:hover > th{background-color:#faf2cc}.bootstrap3 .table > thead > tr > td.danger,.bootstrap3 .table > tbody > tr > td.danger,.bootstrap3 .table > tfoot > tr > td.danger,.bootstrap3 .table > thead > tr > th.danger,.bootstrap3 .table > tbody > tr > th.danger,.bootstrap3 .table > tfoot > tr > th.danger,.bootstrap3 .table > thead > tr.danger > td,.bootstrap3 .table > tbody > tr.danger > td,.bootstrap3 .table > tfoot > tr.danger > td,.bootstrap3 .table > thead > tr.danger > th,.bootstrap3 .table > tbody > tr.danger > th,.bootstrap3 .table > tfoot > tr.danger > th{background-color:#f2dede}.bootstrap3 .table-hover > tbody > tr > td.danger:hover,.bootstrap3 .table-hover > tbody > tr > th.danger:hover,.bootstrap3 .table-hover > tbody > tr.danger:hover > td,.bootstrap3 .table-hover > tbody > tr:hover > .danger,.bootstrap3 .table-hover > tbody > tr.danger:hover > th{background-color:#ebcccc}.bootstrap3 .table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width: 767px){.bootstrap3 .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.bootstrap3 .table-responsive > .table{margin-bottom:0}.bootstrap3 .table-responsive > .table > thead > tr > th,.bootstrap3 .table-responsive > .table > tbody > tr > th,.bootstrap3 .table-responsive > .table > tfoot > tr > th,.bootstrap3 .table-responsive > .table > thead > tr > td,.bootstrap3 .table-responsive > .table > tbody > tr > td,.bootstrap3 .table-responsive > .table > tfoot > tr > td{white-space:nowrap}.bootstrap3 .table-responsive > .table-bordered{border:0}.bootstrap3 .table-responsive > .table-bordered > thead > tr > th:first-child,.bootstrap3 .table-responsive > .table-bordered > tbody > tr > th:first-child,.bootstrap3 .table-responsive > .table-bordered > tfoot > tr > th:first-child,.bootstrap3 .table-responsive > .table-bordered > thead > tr > td:first-child,.bootstrap3 .table-responsive > .table-bordered > tbody > tr > td:first-child,.bootstrap3 .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0}.bootstrap3 .table-responsive > .table-bordered > thead > tr > th:last-child,.bootstrap3 .table-responsive > .table-bordered > tbody > tr > th:last-child,.bootstrap3 .table-responsive > .table-bordered > tfoot > tr > th:last-child,.bootstrap3 .table-responsive > .table-bordered > thead > tr > td:last-child,.bootstrap3 .table-responsive > .table-bordered > tbody > tr > td:last-child,.bootstrap3 .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}.bootstrap3 .table-responsive > .table-bordered > tbody > tr:last-child > th,.bootstrap3 .table-responsive > .table-bordered > tfoot > tr:last-child > th,.bootstrap3 .table-responsive > .table-bordered > tbody > tr:last-child > td,.bootstrap3 .table-responsive > .table-bordered > tfoot > tr:last-child > td{border-bottom:0}}.bootstrap3 fieldset{padding:0;margin:0;border:0;min-width:0}.bootstrap3 legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}.bootstrap3 label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}.bootstrap3 input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap3 input[type="radio"],.bootstrap3 input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}.bootstrap3 input[type="file"]{display:block}.bootstrap3 input[type="range"]{display:block;width:100%}.bootstrap3 select[multiple],.bootstrap3 select[size]{height:auto}.bootstrap3 input[type="file"]:focus,.bootstrap3 input[type="radio"]:focus,.bootstrap3 input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap3 output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555555}.bootstrap3 .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555555;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-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}.bootstrap3 .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)}.bootstrap3 .form-control::-moz-placeholder{color:#999999;opacity:1}.bootstrap3 .form-control:-ms-input-placeholder{color:#999999}.bootstrap3 .form-control::-webkit-input-placeholder{color:#999999}.bootstrap3 .form-control::-ms-expand{border:0;background-color:transparent}.bootstrap3 .form-control[disabled],.bootstrap3 .form-control[readonly],.bootstrap3 fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.bootstrap3 .form-control[disabled],.bootstrap3 fieldset[disabled] .form-control{cursor:not-allowed}.bootstrap3 textarea.form-control{height:auto}.bootstrap3 input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){.bootstrap3 input[type="date"].form-control,.bootstrap3 input[type="time"].form-control,.bootstrap3 input[type="datetime-local"].form-control,.bootstrap3 input[type="month"].form-control{line-height:34px}.bootstrap3 input[type="date"].input-sm,.bootstrap3 input[type="time"].input-sm,.bootstrap3 input[type="datetime-local"].input-sm,.bootstrap3 input[type="month"].input-sm,.bootstrap3 .input-group-sm input[type="date"],.bootstrap3 .input-group-sm input[type="time"],.bootstrap3 .input-group-sm input[type="datetime-local"],.bootstrap3 .input-group-sm input[type="month"]{line-height:30px}.bootstrap3 input[type="date"].input-lg,.bootstrap3 input[type="time"].input-lg,.bootstrap3 input[type="datetime-local"].input-lg,.bootstrap3 input[type="month"].input-lg,.bootstrap3 .input-group-lg input[type="date"],.bootstrap3 .input-group-lg input[type="time"],.bootstrap3 .input-group-lg input[type="datetime-local"],.bootstrap3 .input-group-lg input[type="month"]{line-height:46px}}.bootstrap3 .form-group{margin-bottom:15px}.bootstrap3 .radio,.bootstrap3 .checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.bootstrap3 .radio label,.bootstrap3 .checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.bootstrap3 .radio input[type="radio"],.bootstrap3 .radio-inline input[type="radio"],.bootstrap3 .checkbox input[type="checkbox"],.bootstrap3 .checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.bootstrap3 .radio + .radio,.bootstrap3 .checkbox + .checkbox{margin-top:-5px}.bootstrap3 .radio-inline,.bootstrap3 .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.bootstrap3 .radio-inline + .radio-inline,.bootstrap3 .checkbox-inline + .checkbox-inline{margin-top:0;margin-left:10px}.bootstrap3 input[type="radio"][disabled],.bootstrap3 input[type="checkbox"][disabled],.bootstrap3 input[type="radio"].disabled,.bootstrap3 input[type="checkbox"].disabled,.bootstrap3 fieldset[disabled] input[type="radio"],.bootstrap3 fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.bootstrap3 .radio-inline.disabled,.bootstrap3 .checkbox-inline.disabled,.bootstrap3 fieldset[disabled] .radio-inline,.bootstrap3 fieldset[disabled] .checkbox-inline{cursor:not-allowed}.bootstrap3 .radio.disabled label,.bootstrap3 .checkbox.disabled label,.bootstrap3 fieldset[disabled] .radio label,.bootstrap3 fieldset[disabled] .checkbox label{cursor:not-allowed}.bootstrap3 .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.bootstrap3 .form-control-static.input-lg,.bootstrap3 .form-control-static.input-sm{padding-left:0;padding-right:0}.bootstrap3 .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap3 select.input-sm{height:30px;line-height:30px}.bootstrap3 textarea.input-sm,.bootstrap3 select[multiple].input-sm{height:auto}.bootstrap3 .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap3 .form-group-sm select.form-control{height:30px;line-height:30px}.bootstrap3 .form-group-sm textarea.form-control,.bootstrap3 .form-group-sm select[multiple].form-control{height:auto}.bootstrap3 .form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.bootstrap3 .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap3 select.input-lg{height:46px;line-height:46px}.bootstrap3 textarea.input-lg,.bootstrap3 select[multiple].input-lg{height:auto}.bootstrap3 .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap3 .form-group-lg select.form-control{height:46px;line-height:46px}.bootstrap3 .form-group-lg textarea.form-control,.bootstrap3 .form-group-lg select[multiple].form-control{height:auto}.bootstrap3 .form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.bootstrap3 .has-feedback{position:relative}.bootstrap3 .has-feedback .form-control{padding-right:42.5px}.bootstrap3 .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.bootstrap3 .input-lg + .form-control-feedback,.bootstrap3 .input-group-lg + .form-control-feedback,.bootstrap3 .form-group-lg .form-control + .form-control-feedback{width:46px;height:46px;line-height:46px}.bootstrap3 .input-sm + .form-control-feedback,.bootstrap3 .input-group-sm + .form-control-feedback,.bootstrap3 .form-group-sm .form-control + .form-control-feedback{width:30px;height:30px;line-height:30px}.bootstrap3 .has-success .help-block,.bootstrap3 .has-success .control-label,.bootstrap3 .has-success .radio,.bootstrap3 .has-success .checkbox,.bootstrap3 .has-success .radio-inline,.bootstrap3 .has-success .checkbox-inline,.bootstrap3 .has-success.radio label,.bootstrap3 .has-success.checkbox label,.bootstrap3 .has-success.radio-inline label,.bootstrap3 .has-success.checkbox-inline label{color:#3c763d}.bootstrap3 .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.bootstrap3 .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168}.bootstrap3 .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.bootstrap3 .has-success .form-control-feedback{color:#3c763d}.bootstrap3 .has-warning .help-block,.bootstrap3 .has-warning .control-label,.bootstrap3 .has-warning .radio,.bootstrap3 .has-warning .checkbox,.bootstrap3 .has-warning .radio-inline,.bootstrap3 .has-warning .checkbox-inline,.bootstrap3 .has-warning.radio label,.bootstrap3 .has-warning.checkbox label,.bootstrap3 .has-warning.radio-inline label,.bootstrap3 .has-warning.checkbox-inline label{color:#8a6d3b}.bootstrap3 .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.bootstrap3 .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b}.bootstrap3 .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.bootstrap3 .has-warning .form-control-feedback{color:#8a6d3b}.bootstrap3 .has-error .help-block,.bootstrap3 .has-error .control-label,.bootstrap3 .has-error .radio,.bootstrap3 .has-error .checkbox,.bootstrap3 .has-error .radio-inline,.bootstrap3 .has-error .checkbox-inline,.bootstrap3 .has-error.radio label,.bootstrap3 .has-error.checkbox label,.bootstrap3 .has-error.radio-inline label,.bootstrap3 .has-error.checkbox-inline label{color:#a94442}.bootstrap3 .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.bootstrap3 .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483}.bootstrap3 .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.bootstrap3 .has-error .form-control-feedback{color:#a94442}.bootstrap3 .has-feedback label ~ .form-control-feedback{top:25px}.bootstrap3 .has-feedback label.sr-only ~ .form-control-feedback{top:0}.bootstrap3 .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 768px){.bootstrap3 .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap3 .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap3 .form-inline .form-control-static{display:inline-block}.bootstrap3 .form-inline .input-group{display:inline-table;vertical-align:middle}.bootstrap3 .form-inline .input-group .input-group-addon,.bootstrap3 .form-inline .input-group .input-group-btn,.bootstrap3 .form-inline .input-group .form-control{width:auto}.bootstrap3 .form-inline .input-group > .form-control{width:100%}.bootstrap3 .form-inline .control-label{margin-bottom:0;vertical-align:middle}.bootstrap3 .form-inline .radio,.bootstrap3 .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap3 .form-inline .radio label,.bootstrap3 .form-inline .checkbox label{padding-left:0}.bootstrap3 .form-inline .radio input[type="radio"],.bootstrap3 .form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.bootstrap3 .form-inline .has-feedback .form-control-feedback{top:0}}.bootstrap3 .form-horizontal .radio,.bootstrap3 .form-horizontal .checkbox,.bootstrap3 .form-horizontal .radio-inline,.bootstrap3 .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.bootstrap3 .form-horizontal .radio,.bootstrap3 .form-horizontal .checkbox{min-height:27px}.bootstrap3 .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width: 768px){.bootstrap3 .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.bootstrap3 .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){.bootstrap3 .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width: 768px){.bootstrap3 .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.bootstrap3 .btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap3 .btn:focus,.bootstrap3 .btn:active:focus,.bootstrap3 .btn.active:focus,.bootstrap3 .btn.focus,.bootstrap3 .btn:active.focus,.bootstrap3 .btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap3 .btn:hover,.bootstrap3 .btn:focus,.bootstrap3 .btn.focus{color:#333333;text-decoration:none}.bootstrap3 .btn:active,.bootstrap3 .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.bootstrap3 .btn.disabled,.bootstrap3 .btn[disabled],.bootstrap3 fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.bootstrap3 a.btn.disabled,.bootstrap3 fieldset[disabled] a.btn{pointer-events:none}.bootstrap3 .btn-default{color:#333333;background-color:#ffffff;border-color:#cccccc}.bootstrap3 .btn-default:focus,.bootstrap3 .btn-default.focus{color:#333333;background-color:#e6e6e6;border-color:#8c8c8c}.bootstrap3 .btn-default:hover{color:#333333;background-color:#e6e6e6;border-color:#adadad}.bootstrap3 .btn-default:active,.bootstrap3 .btn-default.active,.bootstrap3 .open > .dropdown-toggle.btn-default{color:#333333;background-color:#e6e6e6;border-color:#adadad}.bootstrap3 .btn-default:active:hover,.bootstrap3 .btn-default.active:hover,.bootstrap3 .open > .dropdown-toggle.btn-default:hover,.bootstrap3 .btn-default:active:focus,.bootstrap3 .btn-default.active:focus,.bootstrap3 .open > .dropdown-toggle.btn-default:focus,.bootstrap3 .btn-default:active.focus,.bootstrap3 .btn-default.active.focus,.bootstrap3 .open > .dropdown-toggle.btn-default.focus{color:#333333;background-color:#d4d4d4;border-color:#8c8c8c}.bootstrap3 .btn-default:active,.bootstrap3 .btn-default.active,.bootstrap3 .open > .dropdown-toggle.btn-default{background-image:none}.bootstrap3 .btn-default.disabled:hover,.bootstrap3 .btn-default[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-default:hover,.bootstrap3 .btn-default.disabled:focus,.bootstrap3 .btn-default[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-default:focus,.bootstrap3 .btn-default.disabled.focus,.bootstrap3 .btn-default[disabled].focus,.bootstrap3 fieldset[disabled] .btn-default.focus{background-color:#ffffff;border-color:#cccccc}.bootstrap3 .btn-default .badge{color:#ffffff;background-color:#333333}.bootstrap3 .btn-primary{color:#ffffff;background-color:#337ab7;border-color:#2e6da4}.bootstrap3 .btn-primary:focus,.bootstrap3 .btn-primary.focus{color:#ffffff;background-color:#286090;border-color:#122b40}.bootstrap3 .btn-primary:hover{color:#ffffff;background-color:#286090;border-color:#204d74}.bootstrap3 .btn-primary:active,.bootstrap3 .btn-primary.active,.bootstrap3 .open > .dropdown-toggle.btn-primary{color:#ffffff;background-color:#286090;border-color:#204d74}.bootstrap3 .btn-primary:active:hover,.bootstrap3 .btn-primary.active:hover,.bootstrap3 .open > .dropdown-toggle.btn-primary:hover,.bootstrap3 .btn-primary:active:focus,.bootstrap3 .btn-primary.active:focus,.bootstrap3 .open > .dropdown-toggle.btn-primary:focus,.bootstrap3 .btn-primary:active.focus,.bootstrap3 .btn-primary.active.focus,.bootstrap3 .open > .dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#204d74;border-color:#122b40}.bootstrap3 .btn-primary:active,.bootstrap3 .btn-primary.active,.bootstrap3 .open > .dropdown-toggle.btn-primary{background-image:none}.bootstrap3 .btn-primary.disabled:hover,.bootstrap3 .btn-primary[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-primary:hover,.bootstrap3 .btn-primary.disabled:focus,.bootstrap3 .btn-primary[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-primary:focus,.bootstrap3 .btn-primary.disabled.focus,.bootstrap3 .btn-primary[disabled].focus,.bootstrap3 fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.bootstrap3 .btn-primary .badge{color:#337ab7;background-color:#ffffff}.bootstrap3 .btn-success{color:#ffffff;background-color:#5cb85c;border-color:#4cae4c}.bootstrap3 .btn-success:focus,.bootstrap3 .btn-success.focus{color:#ffffff;background-color:#449d44;border-color:#255625}.bootstrap3 .btn-success:hover{color:#ffffff;background-color:#449d44;border-color:#398439}.bootstrap3 .btn-success:active,.bootstrap3 .btn-success.active,.bootstrap3 .open > .dropdown-toggle.btn-success{color:#ffffff;background-color:#449d44;border-color:#398439}.bootstrap3 .btn-success:active:hover,.bootstrap3 .btn-success.active:hover,.bootstrap3 .open > .dropdown-toggle.btn-success:hover,.bootstrap3 .btn-success:active:focus,.bootstrap3 .btn-success.active:focus,.bootstrap3 .open > .dropdown-toggle.btn-success:focus,.bootstrap3 .btn-success:active.focus,.bootstrap3 .btn-success.active.focus,.bootstrap3 .open > .dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#398439;border-color:#255625}.bootstrap3 .btn-success:active,.bootstrap3 .btn-success.active,.bootstrap3 .open > .dropdown-toggle.btn-success{background-image:none}.bootstrap3 .btn-success.disabled:hover,.bootstrap3 .btn-success[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-success:hover,.bootstrap3 .btn-success.disabled:focus,.bootstrap3 .btn-success[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-success:focus,.bootstrap3 .btn-success.disabled.focus,.bootstrap3 .btn-success[disabled].focus,.bootstrap3 fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.bootstrap3 .btn-success .badge{color:#5cb85c;background-color:#ffffff}.bootstrap3 .btn-info{color:#ffffff;background-color:#5bc0de;border-color:#46b8da}.bootstrap3 .btn-info:focus,.bootstrap3 .btn-info.focus{color:#ffffff;background-color:#31b0d5;border-color:#1b6d85}.bootstrap3 .btn-info:hover{color:#ffffff;background-color:#31b0d5;border-color:#269abc}.bootstrap3 .btn-info:active,.bootstrap3 .btn-info.active,.bootstrap3 .open > .dropdown-toggle.btn-info{color:#ffffff;background-color:#31b0d5;border-color:#269abc}.bootstrap3 .btn-info:active:hover,.bootstrap3 .btn-info.active:hover,.bootstrap3 .open > .dropdown-toggle.btn-info:hover,.bootstrap3 .btn-info:active:focus,.bootstrap3 .btn-info.active:focus,.bootstrap3 .open > .dropdown-toggle.btn-info:focus,.bootstrap3 .btn-info:active.focus,.bootstrap3 .btn-info.active.focus,.bootstrap3 .open > .dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#269abc;border-color:#1b6d85}.bootstrap3 .btn-info:active,.bootstrap3 .btn-info.active,.bootstrap3 .open > .dropdown-toggle.btn-info{background-image:none}.bootstrap3 .btn-info.disabled:hover,.bootstrap3 .btn-info[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-info:hover,.bootstrap3 .btn-info.disabled:focus,.bootstrap3 .btn-info[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-info:focus,.bootstrap3 .btn-info.disabled.focus,.bootstrap3 .btn-info[disabled].focus,.bootstrap3 fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.bootstrap3 .btn-info .badge{color:#5bc0de;background-color:#ffffff}.bootstrap3 .btn-warning{color:#ffffff;background-color:#f0ad4e;border-color:#eea236}.bootstrap3 .btn-warning:focus,.bootstrap3 .btn-warning.focus{color:#ffffff;background-color:#ec971f;border-color:#985f0d}.bootstrap3 .btn-warning:hover{color:#ffffff;background-color:#ec971f;border-color:#d58512}.bootstrap3 .btn-warning:active,.bootstrap3 .btn-warning.active,.bootstrap3 .open > .dropdown-toggle.btn-warning{color:#ffffff;background-color:#ec971f;border-color:#d58512}.bootstrap3 .btn-warning:active:hover,.bootstrap3 .btn-warning.active:hover,.bootstrap3 .open > .dropdown-toggle.btn-warning:hover,.bootstrap3 .btn-warning:active:focus,.bootstrap3 .btn-warning.active:focus,.bootstrap3 .open > .dropdown-toggle.btn-warning:focus,.bootstrap3 .btn-warning:active.focus,.bootstrap3 .btn-warning.active.focus,.bootstrap3 .open > .dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#d58512;border-color:#985f0d}.bootstrap3 .btn-warning:active,.bootstrap3 .btn-warning.active,.bootstrap3 .open > .dropdown-toggle.btn-warning{background-image:none}.bootstrap3 .btn-warning.disabled:hover,.bootstrap3 .btn-warning[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-warning:hover,.bootstrap3 .btn-warning.disabled:focus,.bootstrap3 .btn-warning[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-warning:focus,.bootstrap3 .btn-warning.disabled.focus,.bootstrap3 .btn-warning[disabled].focus,.bootstrap3 fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.bootstrap3 .btn-warning .badge{color:#f0ad4e;background-color:#ffffff}.bootstrap3 .btn-danger{color:#ffffff;background-color:#d9534f;border-color:#d43f3a}.bootstrap3 .btn-danger:focus,.bootstrap3 .btn-danger.focus{color:#ffffff;background-color:#c9302c;border-color:#761c19}.bootstrap3 .btn-danger:hover{color:#ffffff;background-color:#c9302c;border-color:#ac2925}.bootstrap3 .btn-danger:active,.bootstrap3 .btn-danger.active,.bootstrap3 .open > .dropdown-toggle.btn-danger{color:#ffffff;background-color:#c9302c;border-color:#ac2925}.bootstrap3 .btn-danger:active:hover,.bootstrap3 .btn-danger.active:hover,.bootstrap3 .open > .dropdown-toggle.btn-danger:hover,.bootstrap3 .btn-danger:active:focus,.bootstrap3 .btn-danger.active:focus,.bootstrap3 .open > .dropdown-toggle.btn-danger:focus,.bootstrap3 .btn-danger:active.focus,.bootstrap3 .btn-danger.active.focus,.bootstrap3 .open > .dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#ac2925;border-color:#761c19}.bootstrap3 .btn-danger:active,.bootstrap3 .btn-danger.active,.bootstrap3 .open > .dropdown-toggle.btn-danger{background-image:none}.bootstrap3 .btn-danger.disabled:hover,.bootstrap3 .btn-danger[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-danger:hover,.bootstrap3 .btn-danger.disabled:focus,.bootstrap3 .btn-danger[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-danger:focus,.bootstrap3 .btn-danger.disabled.focus,.bootstrap3 .btn-danger[disabled].focus,.bootstrap3 fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.bootstrap3 .btn-danger .badge{color:#d9534f;background-color:#ffffff}.bootstrap3 .btn-link{color:#337ab7;font-weight:normal;border-radius:0}.bootstrap3 .btn-link,.bootstrap3 .btn-link:active,.bootstrap3 .btn-link.active,.bootstrap3 .btn-link[disabled],.bootstrap3 fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.bootstrap3 .btn-link,.bootstrap3 .btn-link:hover,.bootstrap3 .btn-link:focus,.bootstrap3 .btn-link:active{border-color:transparent}.bootstrap3 .btn-link:hover,.bootstrap3 .btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.bootstrap3 .btn-link[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-link:hover,.bootstrap3 .btn-link[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none}.bootstrap3 .btn-lg,.bootstrap3 .btn-group-lg > .btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap3 .btn-sm,.bootstrap3 .btn-group-sm > .btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap3 .btn-xs,.bootstrap3 .btn-group-xs > .btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap3 .btn-block{display:block;width:100%}.bootstrap3 .btn-block + .btn-block{margin-top:5px}.bootstrap3 input[type="submit"].btn-block,.bootstrap3 input[type="reset"].btn-block,.bootstrap3 input[type="button"].btn-block{width:100%}.bootstrap3 .fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.bootstrap3 .fade.in{opacity:1}.bootstrap3 .collapse{display:none}.bootstrap3 .collapse.in{display:block}.bootstrap3 tr.collapse.in{display:table-row}.bootstrap3 tbody.collapse.in{display:table-row-group}.bootstrap3 .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.bootstrap3 .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.bootstrap3 .dropup,.bootstrap3 .dropdown{position:relative}.bootstrap3 .dropdown-toggle:focus{outline:0}.bootstrap3 .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0, 0, 0, 0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.bootstrap3 .dropdown-menu.pull-right{right:0;left:auto}.bootstrap3 .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap3 .dropdown-menu > li > a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.bootstrap3 .dropdown-menu > li > a:hover,.bootstrap3 .dropdown-menu > li > a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.bootstrap3 .dropdown-menu > .active > a,.bootstrap3 .dropdown-menu > .active > a:hover,.bootstrap3 .dropdown-menu > .active > a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#337ab7}.bootstrap3 .dropdown-menu > .disabled > a,.bootstrap3 .dropdown-menu > .disabled > a:hover,.bootstrap3 .dropdown-menu > .disabled > a:focus{color:#777777}.bootstrap3 .dropdown-menu > .disabled > a:hover,.bootstrap3 .dropdown-menu > .disabled > a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.bootstrap3 .open > .dropdown-menu{display:block}.bootstrap3 .open > a{outline:0}.bootstrap3 .dropdown-menu-right{left:auto;right:0}.bootstrap3 .dropdown-menu-left{left:0;right:auto}.bootstrap3 .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777777;white-space:nowrap}.bootstrap3 .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.bootstrap3 .pull-right > .dropdown-menu{right:0;left:auto}.bootstrap3 .dropup .caret,.bootstrap3 .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.bootstrap3 .dropup .dropdown-menu,.bootstrap3 .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 768px){.bootstrap3 .navbar-right .dropdown-menu{left:auto;right:0}.bootstrap3 .navbar-right .dropdown-menu-left{left:0;right:auto}}.bootstrap3 .btn-group,.bootstrap3 .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.bootstrap3 .btn-group > .btn,.bootstrap3 .btn-group-vertical > .btn{position:relative;float:left}.bootstrap3 .btn-group > .btn:hover,.bootstrap3 .btn-group-vertical > .btn:hover,.bootstrap3 .btn-group > .btn:focus,.bootstrap3 .btn-group-vertical > .btn:focus,.bootstrap3 .btn-group > .btn:active,.bootstrap3 .btn-group-vertical > .btn:active,.bootstrap3 .btn-group > .btn.active,.bootstrap3 .btn-group-vertical > .btn.active{z-index:2}.bootstrap3 .btn-group .btn + .btn,.bootstrap3 .btn-group .btn + .btn-group,.bootstrap3 .btn-group .btn-group + .btn,.bootstrap3 .btn-group .btn-group + .btn-group{margin-left:-1px}.bootstrap3 .btn-toolbar{margin-left:-5px}.bootstrap3 .btn-toolbar .btn,.bootstrap3 .btn-toolbar .btn-group,.bootstrap3 .btn-toolbar .input-group{float:left}.bootstrap3 .btn-toolbar > .btn,.bootstrap3 .btn-toolbar > .btn-group,.bootstrap3 .btn-toolbar > .input-group{margin-left:5px}.bootstrap3 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.bootstrap3 .btn-group > .btn:first-child{margin-left:0}.bootstrap3 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap3 .btn-group > .btn:last-child:not(:first-child),.bootstrap3 .btn-group > .dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap3 .btn-group > .btn-group{float:left}.bootstrap3 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.bootstrap3 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.bootstrap3 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap3 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap3 .btn-group .dropdown-toggle:active,.bootstrap3 .btn-group.open .dropdown-toggle{outline:0}.bootstrap3 .btn-group > .btn + .dropdown-toggle{padding-left:8px;padding-right:8px}.bootstrap3 .btn-group > .btn-lg + .dropdown-toggle{padding-left:12px;padding-right:12px}.bootstrap3 .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.bootstrap3 .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.bootstrap3 .btn .caret{margin-left:0}.bootstrap3 .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.bootstrap3 .dropup .btn-lg .caret{border-width:0 5px 5px}.bootstrap3 .btn-group-vertical > .btn,.bootstrap3 .btn-group-vertical > .btn-group,.bootstrap3 .btn-group-vertical > .btn-group > .btn{display:block;float:none;width:100%;max-width:100%}.bootstrap3 .btn-group-vertical > .btn-group > .btn{float:none}.bootstrap3 .btn-group-vertical > .btn + .btn,.bootstrap3 .btn-group-vertical > .btn + .btn-group,.bootstrap3 .btn-group-vertical > .btn-group + .btn,.bootstrap3 .btn-group-vertical > .btn-group + .btn-group{margin-top:-1px;margin-left:0}.bootstrap3 .btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap3 .btn-group-vertical > .btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap3 .btn-group-vertical > .btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bootstrap3 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.bootstrap3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.bootstrap3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap3 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap3 .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.bootstrap3 .btn-group-justified > .btn,.bootstrap3 .btn-group-justified > .btn-group{float:none;display:table-cell;width:1%}.bootstrap3 .btn-group-justified > .btn-group .btn{width:100%}.bootstrap3 .btn-group-justified > .btn-group .dropdown-menu{left:auto}.bootstrap3 [data-toggle="buttons"] > .btn input[type="radio"],.bootstrap3 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],.bootstrap3 [data-toggle="buttons"] > .btn input[type="checkbox"],.bootstrap3 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.bootstrap3 .input-group{position:relative;display:table;border-collapse:separate}.bootstrap3 .input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.bootstrap3 .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.bootstrap3 .input-group .form-control:focus{z-index:3}.bootstrap3 .input-group-lg > .form-control,.bootstrap3 .input-group-lg > .input-group-addon,.bootstrap3 .input-group-lg > .input-group-btn > .btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap3 select.input-group-lg > .form-control,.bootstrap3 select.input-group-lg > .input-group-addon,.bootstrap3 select.input-group-lg > .input-group-btn > .btn{height:46px;line-height:46px}.bootstrap3 textarea.input-group-lg > .form-control,.bootstrap3 textarea.input-group-lg > .input-group-addon,.bootstrap3 textarea.input-group-lg > .input-group-btn > .btn,.bootstrap3 select[multiple].input-group-lg > .form-control,.bootstrap3 select[multiple].input-group-lg > .input-group-addon,.bootstrap3 select[multiple].input-group-lg > .input-group-btn > .btn{height:auto}.bootstrap3 .input-group-sm > .form-control,.bootstrap3 .input-group-sm > .input-group-addon,.bootstrap3 .input-group-sm > .input-group-btn > .btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap3 select.input-group-sm > .form-control,.bootstrap3 select.input-group-sm > .input-group-addon,.bootstrap3 select.input-group-sm > .input-group-btn > .btn{height:30px;line-height:30px}.bootstrap3 textarea.input-group-sm > .form-control,.bootstrap3 textarea.input-group-sm > .input-group-addon,.bootstrap3 textarea.input-group-sm > .input-group-btn > .btn,.bootstrap3 select[multiple].input-group-sm > .form-control,.bootstrap3 select[multiple].input-group-sm > .input-group-addon,.bootstrap3 select[multiple].input-group-sm > .input-group-btn > .btn{height:auto}.bootstrap3 .input-group-addon,.bootstrap3 .input-group-btn,.bootstrap3 .input-group .form-control{display:table-cell}.bootstrap3 .input-group-addon:not(:first-child):not(:last-child),.bootstrap3 .input-group-btn:not(:first-child):not(:last-child),.bootstrap3 .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.bootstrap3 .input-group-addon,.bootstrap3 .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.bootstrap3 .input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px}.bootstrap3 .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.bootstrap3 .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.bootstrap3 .input-group-addon input[type="radio"],.bootstrap3 .input-group-addon input[type="checkbox"]{margin-top:0}.bootstrap3 .input-group .form-control:first-child,.bootstrap3 .input-group-addon:first-child,.bootstrap3 .input-group-btn:first-child > .btn,.bootstrap3 .input-group-btn:first-child > .btn-group > .btn,.bootstrap3 .input-group-btn:first-child > .dropdown-toggle,.bootstrap3 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.bootstrap3 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap3 .input-group-addon:first-child{border-right:0}.bootstrap3 .input-group .form-control:last-child,.bootstrap3 .input-group-addon:last-child,.bootstrap3 .input-group-btn:last-child > .btn,.bootstrap3 .input-group-btn:last-child > .btn-group > .btn,.bootstrap3 .input-group-btn:last-child > .dropdown-toggle,.bootstrap3 .input-group-btn:first-child > .btn:not(:first-child),.bootstrap3 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap3 .input-group-addon:last-child{border-left:0}.bootstrap3 .input-group-btn{position:relative;font-size:0;white-space:nowrap}.bootstrap3 .input-group-btn > .btn{position:relative}.bootstrap3 .input-group-btn > .btn + .btn{margin-left:-1px}.bootstrap3 .input-group-btn > .btn:hover,.bootstrap3 .input-group-btn > .btn:focus,.bootstrap3 .input-group-btn > .btn:active{z-index:2}.bootstrap3 .input-group-btn:first-child > .btn,.bootstrap3 .input-group-btn:first-child > .btn-group{margin-right:-1px}.bootstrap3 .input-group-btn:last-child > .btn,.bootstrap3 .input-group-btn:last-child > .btn-group{z-index:2;margin-left:-1px}.bootstrap3 .nav{margin-bottom:0;padding-left:0;list-style:none}.bootstrap3 .nav > li{position:relative;display:block}.bootstrap3 .nav > li > a{position:relative;display:block;padding:10px 15px}.bootstrap3 .nav > li > a:hover,.bootstrap3 .nav > li > a:focus{text-decoration:none;background-color:#eeeeee}.bootstrap3 .nav > li.disabled > a{color:#777777}.bootstrap3 .nav > li.disabled > a:hover,.bootstrap3 .nav > li.disabled > a:focus{color:#777777;text-decoration:none;background-color:transparent;cursor:not-allowed}.bootstrap3 .nav .open > a,.bootstrap3 .nav .open > a:hover,.bootstrap3 .nav .open > a:focus{background-color:#eeeeee;border-color:#337ab7}.bootstrap3 .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap3 .nav > li > a > img{max-width:none}.bootstrap3 .nav-tabs{border-bottom:1px solid #dddddd}.bootstrap3 .nav-tabs > li{float:left;margin-bottom:-1px}.bootstrap3 .nav-tabs > li > a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.bootstrap3 .nav-tabs > li > a:hover{border-color:#eeeeee #eeeeee #dddddd}.bootstrap3 .nav-tabs > li.active > a,.bootstrap3 .nav-tabs > li.active > a:hover,.bootstrap3 .nav-tabs > li.active > a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.bootstrap3 .nav-tabs.nav-justified{width:100%;border-bottom:0}.bootstrap3 .nav-tabs.nav-justified > li{float:none}.bootstrap3 .nav-tabs.nav-justified > li > a{text-align:center;margin-bottom:5px}.bootstrap3 .nav-tabs.nav-justified > .dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.bootstrap3 .nav-tabs.nav-justified > li{display:table-cell;width:1%}.bootstrap3 .nav-tabs.nav-justified > li > a{margin-bottom:0}}.bootstrap3 .nav-tabs.nav-justified > li > a{margin-right:0;border-radius:4px}.bootstrap3 .nav-tabs.nav-justified > .active > a,.bootstrap3 .nav-tabs.nav-justified > .active > a:hover,.bootstrap3 .nav-tabs.nav-justified > .active > a:focus{border:1px solid #dddddd}@media (min-width: 768px){.bootstrap3 .nav-tabs.nav-justified > li > a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.bootstrap3 .nav-tabs.nav-justified > .active > a,.bootstrap3 .nav-tabs.nav-justified > .active > a:hover,.bootstrap3 .nav-tabs.nav-justified > .active > a:focus{border-bottom-color:#ffffff}}.bootstrap3 .nav-pills > li{float:left}.bootstrap3 .nav-pills > li > a{border-radius:4px}.bootstrap3 .nav-pills > li + li{margin-left:2px}.bootstrap3 .nav-pills > li.active > a,.bootstrap3 .nav-pills > li.active > a:hover,.bootstrap3 .nav-pills > li.active > a:focus{color:#ffffff;background-color:#337ab7}.bootstrap3 .nav-stacked > li{float:none}.bootstrap3 .nav-stacked > li + li{margin-top:2px;margin-left:0}.bootstrap3 .nav-justified{width:100%}.bootstrap3 .nav-justified > li{float:none}.bootstrap3 .nav-justified > li > a{text-align:center;margin-bottom:5px}.bootstrap3 .nav-justified > .dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.bootstrap3 .nav-justified > li{display:table-cell;width:1%}.bootstrap3 .nav-justified > li > a{margin-bottom:0}}.bootstrap3 .nav-tabs-justified{border-bottom:0}.bootstrap3 .nav-tabs-justified > li > a{margin-right:0;border-radius:4px}.bootstrap3 .nav-tabs-justified > .active > a,.bootstrap3 .nav-tabs-justified > .active > a:hover,.bootstrap3 .nav-tabs-justified > .active > a:focus{border:1px solid #dddddd}@media (min-width: 768px){.bootstrap3 .nav-tabs-justified > li > a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.bootstrap3 .nav-tabs-justified > .active > a,.bootstrap3 .nav-tabs-justified > .active > a:hover,.bootstrap3 .nav-tabs-justified > .active > a:focus{border-bottom-color:#ffffff}}.bootstrap3 .tab-content > .tab-pane{display:none}.bootstrap3 .tab-content > .active{display:block}.bootstrap3 .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.bootstrap3 .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width: 768px){.bootstrap3 .navbar{border-radius:4px}}@media (min-width: 768px){.bootstrap3 .navbar-header{float:left}}.bootstrap3 .navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);-webkit-overflow-scrolling:touch}.bootstrap3 .navbar-collapse.in{overflow-y:auto}@media (min-width: 768px){.bootstrap3 .navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap3 .navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.bootstrap3 .navbar-collapse.in{overflow-y:visible}.bootstrap3 .navbar-fixed-top .navbar-collapse,.bootstrap3 .navbar-static-top .navbar-collapse,.bootstrap3 .navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.bootstrap3 .navbar-fixed-top .navbar-collapse,.bootstrap3 .navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width: 480px) and (orientation: landscape){.bootstrap3 .navbar-fixed-top .navbar-collapse,.bootstrap3 .navbar-fixed-bottom .navbar-collapse{max-height:200px}}.bootstrap3 .container > .navbar-header,.bootstrap3 .container-fluid > .navbar-header,.bootstrap3 .container > .navbar-collapse,.bootstrap3 .container-fluid > .navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.bootstrap3 .container > .navbar-header,.bootstrap3 .container-fluid > .navbar-header,.bootstrap3 .container > .navbar-collapse,.bootstrap3 .container-fluid > .navbar-collapse{margin-right:0;margin-left:0}}.bootstrap3 .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width: 768px){.bootstrap3 .navbar-static-top{border-radius:0}}.bootstrap3 .navbar-fixed-top,.bootstrap3 .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width: 768px){.bootstrap3 .navbar-fixed-top,.bootstrap3 .navbar-fixed-bottom{border-radius:0}}.bootstrap3 .navbar-fixed-top{top:0;border-width:0 0 1px}.bootstrap3 .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.bootstrap3 .navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.bootstrap3 .navbar-brand:hover,.bootstrap3 .navbar-brand:focus{text-decoration:none}.bootstrap3 .navbar-brand > img{display:block}@media (min-width: 768px){.bootstrap3 .navbar > .container .navbar-brand,.bootstrap3 .navbar > .container-fluid .navbar-brand{margin-left:-15px}}.bootstrap3 .navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.bootstrap3 .navbar-toggle:focus{outline:0}.bootstrap3 .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.bootstrap3 .navbar-toggle .icon-bar + .icon-bar{margin-top:4px}@media (min-width: 768px){.bootstrap3 .navbar-toggle{display:none}}.bootstrap3 .navbar-nav{margin:7.5px -15px}.bootstrap3 .navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width: 767px){.bootstrap3 .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap3 .navbar-nav .open .dropdown-menu > li > a,.bootstrap3 .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.bootstrap3 .navbar-nav .open .dropdown-menu > li > a{line-height:20px}.bootstrap3 .navbar-nav .open .dropdown-menu > li > a:hover,.bootstrap3 .navbar-nav .open .dropdown-menu > li > a:focus{background-image:none}}@media (min-width: 768px){.bootstrap3 .navbar-nav{float:left;margin:0}.bootstrap3 .navbar-nav > li{float:left}.bootstrap3 .navbar-nav > li > a{padding-top:15px;padding-bottom:15px}}.bootstrap3 .navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);margin-top:8px;margin-bottom:8px}@media (min-width: 768px){.bootstrap3 .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap3 .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap3 .navbar-form .form-control-static{display:inline-block}.bootstrap3 .navbar-form .input-group{display:inline-table;vertical-align:middle}.bootstrap3 .navbar-form .input-group .input-group-addon,.bootstrap3 .navbar-form .input-group .input-group-btn,.bootstrap3 .navbar-form .input-group .form-control{width:auto}.bootstrap3 .navbar-form .input-group > .form-control{width:100%}.bootstrap3 .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.bootstrap3 .navbar-form .radio,.bootstrap3 .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap3 .navbar-form .radio label,.bootstrap3 .navbar-form .checkbox label{padding-left:0}.bootstrap3 .navbar-form .radio input[type="radio"],.bootstrap3 .navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.bootstrap3 .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width: 767px){.bootstrap3 .navbar-form .form-group{margin-bottom:5px}.bootstrap3 .navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width: 768px){.bootstrap3 .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.bootstrap3 .navbar-nav > li > .dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.bootstrap3 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap3 .navbar-btn{margin-top:8px;margin-bottom:8px}.bootstrap3 .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.bootstrap3 .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.bootstrap3 .navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width: 768px){.bootstrap3 .navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width: 768px){.bootstrap3 .navbar-left{float:left !important}.bootstrap3 .navbar-right{float:right !important;margin-right:-15px}.bootstrap3 .navbar-right ~ .navbar-right{margin-right:0}}.bootstrap3 .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.bootstrap3 .navbar-default .navbar-brand{color:#777777}.bootstrap3 .navbar-default .navbar-brand:hover,.bootstrap3 .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.bootstrap3 .navbar-default .navbar-text{color:#777777}.bootstrap3 .navbar-default .navbar-nav > li > a{color:#777777}.bootstrap3 .navbar-default .navbar-nav > li > a:hover,.bootstrap3 .navbar-default .navbar-nav > li > a:focus{color:#333333;background-color:transparent}.bootstrap3 .navbar-default .navbar-nav > .active > a,.bootstrap3 .navbar-default .navbar-nav > .active > a:hover,.bootstrap3 .navbar-default .navbar-nav > .active > a:focus{color:#555555;background-color:#e7e7e7}.bootstrap3 .navbar-default .navbar-nav > .disabled > a,.bootstrap3 .navbar-default .navbar-nav > .disabled > a:hover,.bootstrap3 .navbar-default .navbar-nav > .disabled > a:focus{color:#cccccc;background-color:transparent}.bootstrap3 .navbar-default .navbar-toggle{border-color:#dddddd}.bootstrap3 .navbar-default .navbar-toggle:hover,.bootstrap3 .navbar-default .navbar-toggle:focus{background-color:#dddddd}.bootstrap3 .navbar-default .navbar-toggle .icon-bar{background-color:#888888}.bootstrap3 .navbar-default .navbar-collapse,.bootstrap3 .navbar-default .navbar-form{border-color:#e7e7e7}.bootstrap3 .navbar-default .navbar-nav > .open > a,.bootstrap3 .navbar-default .navbar-nav > .open > a:hover,.bootstrap3 .navbar-default .navbar-nav > .open > a:focus{background-color:#e7e7e7;color:#555555}@media (max-width: 767px){.bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#777777}.bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color:#333333;background-color:transparent}.bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color:#555555;background-color:#e7e7e7}.bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.bootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#cccccc;background-color:transparent}}.bootstrap3 .navbar-default .navbar-link{color:#777777}.bootstrap3 .navbar-default .navbar-link:hover{color:#333333}.bootstrap3 .navbar-default .btn-link{color:#777777}.bootstrap3 .navbar-default .btn-link:hover,.bootstrap3 .navbar-default .btn-link:focus{color:#333333}.bootstrap3 .navbar-default .btn-link[disabled]:hover,.bootstrap3 fieldset[disabled] .navbar-default .btn-link:hover,.bootstrap3 .navbar-default .btn-link[disabled]:focus,.bootstrap3 fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.bootstrap3 .navbar-inverse{background-color:#222222;border-color:#080808}.bootstrap3 .navbar-inverse .navbar-brand{color:#9d9d9d}.bootstrap3 .navbar-inverse .navbar-brand:hover,.bootstrap3 .navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:transparent}.bootstrap3 .navbar-inverse .navbar-text{color:#9d9d9d}.bootstrap3 .navbar-inverse .navbar-nav > li > a{color:#9d9d9d}.bootstrap3 .navbar-inverse .navbar-nav > li > a:hover,.bootstrap3 .navbar-inverse .navbar-nav > li > a:focus{color:#ffffff;background-color:transparent}.bootstrap3 .navbar-inverse .navbar-nav > .active > a,.bootstrap3 .navbar-inverse .navbar-nav > .active > a:hover,.bootstrap3 .navbar-inverse .navbar-nav > .active > a:focus{color:#ffffff;background-color:#080808}.bootstrap3 .navbar-inverse .navbar-nav > .disabled > a,.bootstrap3 .navbar-inverse .navbar-nav > .disabled > a:hover,.bootstrap3 .navbar-inverse .navbar-nav > .disabled > a:focus{color:#444444;background-color:transparent}.bootstrap3 .navbar-inverse .navbar-toggle{border-color:#333333}.bootstrap3 .navbar-inverse .navbar-toggle:hover,.bootstrap3 .navbar-inverse .navbar-toggle:focus{background-color:#333333}.bootstrap3 .navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.bootstrap3 .navbar-inverse .navbar-collapse,.bootstrap3 .navbar-inverse .navbar-form{border-color:#101010}.bootstrap3 .navbar-inverse .navbar-nav > .open > a,.bootstrap3 .navbar-inverse .navbar-nav > .open > a:hover,.bootstrap3 .navbar-inverse .navbar-nav > .open > a:focus{background-color:#080808;color:#ffffff}@media (max-width: 767px){.bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color:#080808}.bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color:#9d9d9d}.bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color:#ffffff;background-color:transparent}.bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color:#ffffff;background-color:#080808}.bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.bootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#444444;background-color:transparent}}.bootstrap3 .navbar-inverse .navbar-link{color:#9d9d9d}.bootstrap3 .navbar-inverse .navbar-link:hover{color:#ffffff}.bootstrap3 .navbar-inverse .btn-link{color:#9d9d9d}.bootstrap3 .navbar-inverse .btn-link:hover,.bootstrap3 .navbar-inverse .btn-link:focus{color:#ffffff}.bootstrap3 .navbar-inverse .btn-link[disabled]:hover,.bootstrap3 fieldset[disabled] .navbar-inverse .btn-link:hover,.bootstrap3 .navbar-inverse .btn-link[disabled]:focus,.bootstrap3 fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444444}.bootstrap3 .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.bootstrap3 .breadcrumb > li{display:inline-block}.bootstrap3 .breadcrumb > li + li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.bootstrap3 .breadcrumb > .active{color:#777777}.bootstrap3 .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.bootstrap3 .pagination > li{display:inline}.bootstrap3 .pagination > li > a,.bootstrap3 .pagination > li > span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.bootstrap3 .pagination > li:first-child > a,.bootstrap3 .pagination > li:first-child > span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.bootstrap3 .pagination > li:last-child > a,.bootstrap3 .pagination > li:last-child > span{border-bottom-right-radius:4px;border-top-right-radius:4px}.bootstrap3 .pagination > li > a:hover,.bootstrap3 .pagination > li > span:hover,.bootstrap3 .pagination > li > a:focus,.bootstrap3 .pagination > li > span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#dddddd}.bootstrap3 .pagination > .active > a,.bootstrap3 .pagination > .active > span,.bootstrap3 .pagination > .active > a:hover,.bootstrap3 .pagination > .active > span:hover,.bootstrap3 .pagination > .active > a:focus,.bootstrap3 .pagination > .active > span:focus{z-index:3;color:#ffffff;background-color:#337ab7;border-color:#337ab7;cursor:default}.bootstrap3 .pagination > .disabled > span,.bootstrap3 .pagination > .disabled > span:hover,.bootstrap3 .pagination > .disabled > span:focus,.bootstrap3 .pagination > .disabled > a,.bootstrap3 .pagination > .disabled > a:hover,.bootstrap3 .pagination > .disabled > a:focus{color:#777777;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.bootstrap3 .pagination-lg > li > a,.bootstrap3 .pagination-lg > li > span{padding:10px 16px;font-size:18px;line-height:1.3333333}.bootstrap3 .pagination-lg > li:first-child > a,.bootstrap3 .pagination-lg > li:first-child > span{border-bottom-left-radius:6px;border-top-left-radius:6px}.bootstrap3 .pagination-lg > li:last-child > a,.bootstrap3 .pagination-lg > li:last-child > span{border-bottom-right-radius:6px;border-top-right-radius:6px}.bootstrap3 .pagination-sm > li > a,.bootstrap3 .pagination-sm > li > span{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap3 .pagination-sm > li:first-child > a,.bootstrap3 .pagination-sm > li:first-child > span{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap3 .pagination-sm > li:last-child > a,.bootstrap3 .pagination-sm > li:last-child > span{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap3 .pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.bootstrap3 .pager li{display:inline}.bootstrap3 .pager li > a,.bootstrap3 .pager li > span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px}.bootstrap3 .pager li > a:hover,.bootstrap3 .pager li > a:focus{text-decoration:none;background-color:#eeeeee}.bootstrap3 .pager .next > a,.bootstrap3 .pager .next > span{float:right}.bootstrap3 .pager .previous > a,.bootstrap3 .pager .previous > span{float:left}.bootstrap3 .pager .disabled > a,.bootstrap3 .pager .disabled > a:hover,.bootstrap3 .pager .disabled > a:focus,.bootstrap3 .pager .disabled > span{color:#777777;background-color:#ffffff;cursor:not-allowed}.bootstrap3 .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.bootstrap3 a.label:hover,.bootstrap3 a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.bootstrap3 .label:empty{display:none}.bootstrap3 .btn .label{position:relative;top:-1px}.bootstrap3 .label-default{background-color:#777777}.bootstrap3 .label-default[href]:hover,.bootstrap3 .label-default[href]:focus{background-color:#5e5e5e}.bootstrap3 .label-primary{background-color:#337ab7}.bootstrap3 .label-primary[href]:hover,.bootstrap3 .label-primary[href]:focus{background-color:#286090}.bootstrap3 .label-success{background-color:#5cb85c}.bootstrap3 .label-success[href]:hover,.bootstrap3 .label-success[href]:focus{background-color:#449d44}.bootstrap3 .label-info{background-color:#5bc0de}.bootstrap3 .label-info[href]:hover,.bootstrap3 .label-info[href]:focus{background-color:#31b0d5}.bootstrap3 .label-warning{background-color:#f0ad4e}.bootstrap3 .label-warning[href]:hover,.bootstrap3 .label-warning[href]:focus{background-color:#ec971f}.bootstrap3 .label-danger{background-color:#d9534f}.bootstrap3 .label-danger[href]:hover,.bootstrap3 .label-danger[href]:focus{background-color:#c9302c}.bootstrap3 .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777777;border-radius:10px}.bootstrap3 .badge:empty{display:none}.bootstrap3 .btn .badge{position:relative;top:-1px}.bootstrap3 .btn-xs .badge,.bootstrap3 .btn-group-xs > .btn .badge{top:0;padding:1px 5px}.bootstrap3 a.badge:hover,.bootstrap3 a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.bootstrap3 .list-group-item.active > .badge,.bootstrap3 .nav-pills > .active > a > .badge{color:#337ab7;background-color:#ffffff}.bootstrap3 .list-group-item > .badge{float:right}.bootstrap3 .list-group-item > .badge + .badge{margin-right:5px}.bootstrap3 .nav-pills > li > a > .badge{margin-left:3px}.bootstrap3 .jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.bootstrap3 .jumbotron h1,.bootstrap3 .jumbotron .h1{color:inherit}.bootstrap3 .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.bootstrap3 .jumbotron > hr{border-top-color:#d5d5d5}.bootstrap3 .container .jumbotron,.bootstrap3 .container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.bootstrap3 .jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.bootstrap3 .jumbotron{padding-top:48px;padding-bottom:48px}.bootstrap3 .container .jumbotron,.bootstrap3 .container-fluid .jumbotron{padding-left:60px;padding-right:60px}.bootstrap3 .jumbotron h1,.bootstrap3 .jumbotron .h1{font-size:63px}}.bootstrap3 .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out}.bootstrap3 .thumbnail > img,.bootstrap3 .thumbnail a > img{margin-left:auto;margin-right:auto}.bootstrap3 a.thumbnail:hover,.bootstrap3 a.thumbnail:focus,.bootstrap3 a.thumbnail.active{border-color:#337ab7}.bootstrap3 .thumbnail .caption{padding:9px;color:#333333}.bootstrap3 .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.bootstrap3 .alert h4{margin-top:0;color:inherit}.bootstrap3 .alert .alert-link{font-weight:bold}.bootstrap3 .alert > p,.bootstrap3 .alert > ul{margin-bottom:0}.bootstrap3 .alert > p + p{margin-top:5px}.bootstrap3 .alert-dismissable,.bootstrap3 .alert-dismissible{padding-right:35px}.bootstrap3 .alert-dismissable .close,.bootstrap3 .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.bootstrap3 .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.bootstrap3 .alert-success hr{border-top-color:#c9e2b3}.bootstrap3 .alert-success .alert-link{color:#2b542c}.bootstrap3 .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.bootstrap3 .alert-info hr{border-top-color:#a6e1ec}.bootstrap3 .alert-info .alert-link{color:#245269}.bootstrap3 .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.bootstrap3 .alert-warning hr{border-top-color:#f7e1b5}.bootstrap3 .alert-warning .alert-link{color:#66512c}.bootstrap3 .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.bootstrap3 .alert-danger hr{border-top-color:#e4b9c0}.bootstrap3 .alert-danger .alert-link{color:#843534}@-webkit-keyframes "progress-bar-stripes"{from{background-position:40px 0;}to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from { background-position:40px 0}to{background-position:0 0}@keyframes "progress-bar-stripes"{from{background-position:40px 0;}to{background-position:0 0;}}.bootstrap3 .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)}.bootstrap3 .progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#ffffff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.bootstrap3 .progress-striped .progress-bar,.bootstrap3 .progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.bootstrap3 .progress.active .progress-bar,.bootstrap3 .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.bootstrap3 .progress-bar-success{background-color:#5cb85c}.bootstrap3 .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap3 .progress-bar-info{background-color:#5bc0de}.bootstrap3 .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap3 .progress-bar-warning{background-color:#f0ad4e}.bootstrap3 .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap3 .progress-bar-danger{background-color:#d9534f}.bootstrap3 .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap3 .media{margin-top:15px}.bootstrap3 .media:first-child{margin-top:0}.bootstrap3 .media,.bootstrap3 .media-body{zoom:1;overflow:hidden}.bootstrap3 .media-body{width:10000px}.bootstrap3 .media-object{display:block}.bootstrap3 .media-object.img-thumbnail{max-width:none}.bootstrap3 .media-right,.bootstrap3 .media > .pull-right{padding-left:10px}.bootstrap3 .media-left,.bootstrap3 .media > .pull-left{padding-right:10px}.bootstrap3 .media-left,.bootstrap3 .media-right,.bootstrap3 .media-body{display:table-cell;vertical-align:top}.bootstrap3 .media-middle{vertical-align:middle}.bootstrap3 .media-bottom{vertical-align:bottom}.bootstrap3 .media-heading{margin-top:0;margin-bottom:5px}.bootstrap3 .media-list{padding-left:0;list-style:none}.bootstrap3 .list-group{margin-bottom:20px;padding-left:0}.bootstrap3 .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.bootstrap3 .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.bootstrap3 .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bootstrap3 a.list-group-item,.bootstrap3 button.list-group-item{color:#555555}.bootstrap3 a.list-group-item .list-group-item-heading,.bootstrap3 button.list-group-item .list-group-item-heading{color:#333333}.bootstrap3 a.list-group-item:hover,.bootstrap3 button.list-group-item:hover,.bootstrap3 a.list-group-item:focus,.bootstrap3 button.list-group-item:focus{text-decoration:none;color:#555555;background-color:#f5f5f5}.bootstrap3 button.list-group-item{width:100%;text-align:left}.bootstrap3 .list-group-item.disabled,.bootstrap3 .list-group-item.disabled:hover,.bootstrap3 .list-group-item.disabled:focus{background-color:#eeeeee;color:#777777;cursor:not-allowed}.bootstrap3 .list-group-item.disabled .list-group-item-heading,.bootstrap3 .list-group-item.disabled:hover .list-group-item-heading,.bootstrap3 .list-group-item.disabled:focus .list-group-item-heading{color:inherit}.bootstrap3 .list-group-item.disabled .list-group-item-text,.bootstrap3 .list-group-item.disabled:hover .list-group-item-text,.bootstrap3 .list-group-item.disabled:focus .list-group-item-text{color:#777777}.bootstrap3 .list-group-item.active,.bootstrap3 .list-group-item.active:hover,.bootstrap3 .list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#337ab7;border-color:#337ab7}.bootstrap3 .list-group-item.active .list-group-item-heading,.bootstrap3 .list-group-item.active:hover .list-group-item-heading,.bootstrap3 .list-group-item.active:focus .list-group-item-heading,.bootstrap3 .list-group-item.active .list-group-item-heading > small,.bootstrap3 .list-group-item.active:hover .list-group-item-heading > small,.bootstrap3 .list-group-item.active:focus .list-group-item-heading > small,.bootstrap3 .list-group-item.active .list-group-item-heading > .small,.bootstrap3 .list-group-item.active:hover .list-group-item-heading > .small,.bootstrap3 .list-group-item.active:focus .list-group-item-heading > .small{color:inherit}.bootstrap3 .list-group-item.active .list-group-item-text,.bootstrap3 .list-group-item.active:hover .list-group-item-text,.bootstrap3 .list-group-item.active:focus .list-group-item-text{color:#c7ddef}.bootstrap3 .list-group-item-success{color:#3c763d;background-color:#dff0d8}.bootstrap3 a.list-group-item-success,.bootstrap3 button.list-group-item-success{color:#3c763d}.bootstrap3 a.list-group-item-success .list-group-item-heading,.bootstrap3 button.list-group-item-success .list-group-item-heading{color:inherit}.bootstrap3 a.list-group-item-success:hover,.bootstrap3 button.list-group-item-success:hover,.bootstrap3 a.list-group-item-success:focus,.bootstrap3 button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}.bootstrap3 a.list-group-item-success.active,.bootstrap3 button.list-group-item-success.active,.bootstrap3 a.list-group-item-success.active:hover,.bootstrap3 button.list-group-item-success.active:hover,.bootstrap3 a.list-group-item-success.active:focus,.bootstrap3 button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.bootstrap3 .list-group-item-info{color:#31708f;background-color:#d9edf7}.bootstrap3 a.list-group-item-info,.bootstrap3 button.list-group-item-info{color:#31708f}.bootstrap3 a.list-group-item-info .list-group-item-heading,.bootstrap3 button.list-group-item-info .list-group-item-heading{color:inherit}.bootstrap3 a.list-group-item-info:hover,.bootstrap3 button.list-group-item-info:hover,.bootstrap3 a.list-group-item-info:focus,.bootstrap3 button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}.bootstrap3 a.list-group-item-info.active,.bootstrap3 button.list-group-item-info.active,.bootstrap3 a.list-group-item-info.active:hover,.bootstrap3 button.list-group-item-info.active:hover,.bootstrap3 a.list-group-item-info.active:focus,.bootstrap3 button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.bootstrap3 .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.bootstrap3 a.list-group-item-warning,.bootstrap3 button.list-group-item-warning{color:#8a6d3b}.bootstrap3 a.list-group-item-warning .list-group-item-heading,.bootstrap3 button.list-group-item-warning .list-group-item-heading{color:inherit}.bootstrap3 a.list-group-item-warning:hover,.bootstrap3 button.list-group-item-warning:hover,.bootstrap3 a.list-group-item-warning:focus,.bootstrap3 button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}.bootstrap3 a.list-group-item-warning.active,.bootstrap3 button.list-group-item-warning.active,.bootstrap3 a.list-group-item-warning.active:hover,.bootstrap3 button.list-group-item-warning.active:hover,.bootstrap3 a.list-group-item-warning.active:focus,.bootstrap3 button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.bootstrap3 .list-group-item-danger{color:#a94442;background-color:#f2dede}.bootstrap3 a.list-group-item-danger,.bootstrap3 button.list-group-item-danger{color:#a94442}.bootstrap3 a.list-group-item-danger .list-group-item-heading,.bootstrap3 button.list-group-item-danger .list-group-item-heading{color:inherit}.bootstrap3 a.list-group-item-danger:hover,.bootstrap3 button.list-group-item-danger:hover,.bootstrap3 a.list-group-item-danger:focus,.bootstrap3 button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}.bootstrap3 a.list-group-item-danger.active,.bootstrap3 button.list-group-item-danger.active,.bootstrap3 a.list-group-item-danger.active:hover,.bootstrap3 button.list-group-item-danger.active:hover,.bootstrap3 a.list-group-item-danger.active:focus,.bootstrap3 button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.bootstrap3 .list-group-item-heading{margin-top:0;margin-bottom:5px}.bootstrap3 .list-group-item-text{margin-bottom:0;line-height:1.3}.bootstrap3 .panel{margin-bottom:20px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:0 1px 1px rgba(0, 0, 0, 0.05)}.bootstrap3 .panel-body{padding:15px}.bootstrap3 .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap3 .panel-heading > .dropdown .dropdown-toggle{color:inherit}.bootstrap3 .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.bootstrap3 .panel-title > a,.bootstrap3 .panel-title > small,.bootstrap3 .panel-title > .small,.bootstrap3 .panel-title > small > a,.bootstrap3 .panel-title > .small > a{color:inherit}.bootstrap3 .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap3 .panel > .list-group,.bootstrap3 .panel > .panel-collapse > .list-group{margin-bottom:0}.bootstrap3 .panel > .list-group .list-group-item,.bootstrap3 .panel > .panel-collapse > .list-group .list-group-item{border-width:1px 0;border-radius:0}.bootstrap3 .panel > .list-group:first-child .list-group-item:first-child,.bootstrap3 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap3 .panel > .list-group:last-child .list-group-item:last-child,.bootstrap3 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap3 .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap3 .panel-heading + .list-group .list-group-item:first-child{border-top-width:0}.bootstrap3 .list-group + .panel-footer{border-top-width:0}.bootstrap3 .panel > .table,.bootstrap3 .panel > .table-responsive > .table,.bootstrap3 .panel > .panel-collapse > .table{margin-bottom:0}.bootstrap3 .panel > .table caption,.bootstrap3 .panel > .table-responsive > .table caption,.bootstrap3 .panel > .panel-collapse > .table caption{padding-left:15px;padding-right:15px}.bootstrap3 .panel > .table:first-child,.bootstrap3 .panel > .table-responsive:first-child > .table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child,.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.bootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child,.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.bootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.bootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.bootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius:3px}.bootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.bootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.bootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.bootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.bootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius:3px}.bootstrap3 .panel > .table:last-child,.bootstrap3 .panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child,.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.bootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child,.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.bootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.bootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.bootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.bootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius:3px}.bootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.bootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.bootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.bootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.bootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius:3px}.bootstrap3 .panel > .panel-body + .table,.bootstrap3 .panel > .panel-body + .table-responsive,.bootstrap3 .panel > .table + .panel-body,.bootstrap3 .panel > .table-responsive + .panel-body{border-top:1px solid #dddddd}.bootstrap3 .panel > .table > tbody:first-child > tr:first-child th,.bootstrap3 .panel > .table > tbody:first-child > tr:first-child td{border-top:0}.bootstrap3 .panel > .table-bordered,.bootstrap3 .panel > .table-responsive > .table-bordered{border:0}.bootstrap3 .panel > .table-bordered > thead > tr > th:first-child,.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.bootstrap3 .panel > .table-bordered > tbody > tr > th:first-child,.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.bootstrap3 .panel > .table-bordered > tfoot > tr > th:first-child,.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.bootstrap3 .panel > .table-bordered > thead > tr > td:first-child,.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.bootstrap3 .panel > .table-bordered > tbody > tr > td:first-child,.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.bootstrap3 .panel > .table-bordered > tfoot > tr > td:first-child,.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0}.bootstrap3 .panel > .table-bordered > thead > tr > th:last-child,.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.bootstrap3 .panel > .table-bordered > tbody > tr > th:last-child,.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.bootstrap3 .panel > .table-bordered > tfoot > tr > th:last-child,.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.bootstrap3 .panel > .table-bordered > thead > tr > td:last-child,.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.bootstrap3 .panel > .table-bordered > tbody > tr > td:last-child,.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.bootstrap3 .panel > .table-bordered > tfoot > tr > td:last-child,.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}.bootstrap3 .panel > .table-bordered > thead > tr:first-child > td,.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.bootstrap3 .panel > .table-bordered > tbody > tr:first-child > td,.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.bootstrap3 .panel > .table-bordered > thead > tr:first-child > th,.bootstrap3 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.bootstrap3 .panel > .table-bordered > tbody > tr:first-child > th,.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom:0}.bootstrap3 .panel > .table-bordered > tbody > tr:last-child > td,.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.bootstrap3 .panel > .table-bordered > tfoot > tr:last-child > td,.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.bootstrap3 .panel > .table-bordered > tbody > tr:last-child > th,.bootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.bootstrap3 .panel > .table-bordered > tfoot > tr:last-child > th,.bootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom:0}.bootstrap3 .panel > .table-responsive{border:0;margin-bottom:0}.bootstrap3 .panel-group{margin-bottom:20px}.bootstrap3 .panel-group .panel{margin-bottom:0;border-radius:4px}.bootstrap3 .panel-group .panel + .panel{margin-top:5px}.bootstrap3 .panel-group .panel-heading{border-bottom:0}.bootstrap3 .panel-group .panel-heading + .panel-collapse > .panel-body,.bootstrap3 .panel-group .panel-heading + .panel-collapse > .list-group{border-top:1px solid #dddddd}.bootstrap3 .panel-group .panel-footer{border-top:0}.bootstrap3 .panel-group .panel-footer + .panel-collapse .panel-body{border-bottom:1px solid #dddddd}.bootstrap3 .panel-default{border-color:#dddddd}.bootstrap3 .panel-default > .panel-heading{color:#333333;background-color:#f5f5f5;border-color:#dddddd}.bootstrap3 .panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#dddddd}.bootstrap3 .panel-default > .panel-heading .badge{color:#f5f5f5;background-color:#333333}.bootstrap3 .panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#dddddd}.bootstrap3 .panel-primary{border-color:#337ab7}.bootstrap3 .panel-primary > .panel-heading{color:#ffffff;background-color:#337ab7;border-color:#337ab7}.bootstrap3 .panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color:#337ab7}.bootstrap3 .panel-primary > .panel-heading .badge{color:#337ab7;background-color:#ffffff}.bootstrap3 .panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#337ab7}.bootstrap3 .panel-success{border-color:#d6e9c6}.bootstrap3 .panel-success > .panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap3 .panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color:#d6e9c6}.bootstrap3 .panel-success > .panel-heading .badge{color:#dff0d8;background-color:#3c763d}.bootstrap3 .panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#d6e9c6}.bootstrap3 .panel-info{border-color:#bce8f1}.bootstrap3 .panel-info > .panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap3 .panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color:#bce8f1}.bootstrap3 .panel-info > .panel-heading .badge{color:#d9edf7;background-color:#31708f}.bootstrap3 .panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#bce8f1}.bootstrap3 .panel-warning{border-color:#faebcc}.bootstrap3 .panel-warning > .panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap3 .panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color:#faebcc}.bootstrap3 .panel-warning > .panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.bootstrap3 .panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#faebcc}.bootstrap3 .panel-danger{border-color:#ebccd1}.bootstrap3 .panel-danger > .panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap3 .panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ebccd1}.bootstrap3 .panel-danger > .panel-heading .badge{color:#f2dede;background-color:#a94442}.bootstrap3 .panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ebccd1}.bootstrap3 .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.bootstrap3 .embed-responsive .embed-responsive-item,.bootstrap3 .embed-responsive iframe,.bootstrap3 .embed-responsive embed,.bootstrap3 .embed-responsive object,.bootstrap3 .embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.bootstrap3 .embed-responsive-16by9{padding-bottom:56.25%}.bootstrap3 .embed-responsive-4by3{padding-bottom:75%}.bootstrap3 .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)}.bootstrap3 .well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15)}.bootstrap3 .well-lg{padding:24px;border-radius:6px}.bootstrap3 .well-sm{padding:9px;border-radius:3px}.bootstrap3 .close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.bootstrap3 .close:hover,.bootstrap3 .close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}.bootstrap3 button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.bootstrap3 .modal-open{overflow:hidden}.bootstrap3 .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.bootstrap3 .modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.bootstrap3 .modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.bootstrap3 .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap3 .modal-dialog{position:relative;width:auto;margin:10px}.bootstrap3 .modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.bootstrap3 .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.bootstrap3 .modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.bootstrap3 .modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.bootstrap3 .modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.bootstrap3 .modal-header .close{margin-top:-2px}.bootstrap3 .modal-title{margin:0;line-height:1.42857143}.bootstrap3 .modal-body{position:relative;padding:15px}.bootstrap3 .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.bootstrap3 .modal-footer .btn + .btn{margin-left:5px;margin-bottom:0}.bootstrap3 .modal-footer .btn-group .btn + .btn{margin-left:-1px}.bootstrap3 .modal-footer .btn-block + .btn-block{margin-left:0}.bootstrap3 .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.bootstrap3 .modal-dialog{width:600px;margin:30px auto}.bootstrap3 .modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)}.bootstrap3 .modal-sm{width:300px}}@media (min-width: 992px){.bootstrap3 .modal-lg{width:900px}}.bootstrap3 .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.bootstrap3 .tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.bootstrap3 .tooltip.top{margin-top:-3px;padding:5px 0}.bootstrap3 .tooltip.right{margin-left:3px;padding:0 5px}.bootstrap3 .tooltip.bottom{margin-top:3px;padding:5px 0}.bootstrap3 .tooltip.left{margin-left:-3px;padding:0 5px}.bootstrap3 .tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:4px}.bootstrap3 .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap3 .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000}.bootstrap3 .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.bootstrap3 .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.bootstrap3 .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.bootstrap3 .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.bootstrap3 .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.bootstrap3 .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.bootstrap3 .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.bootstrap3 .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2)}.bootstrap3 .popover.top{margin-top:-10px}.bootstrap3 .popover.right{margin-left:10px}.bootstrap3 .popover.bottom{margin-top:10px}.bootstrap3 .popover.left{margin-left:-10px}.bootstrap3 .popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.bootstrap3 .popover-content{padding:9px 14px}.bootstrap3 .popover > .arrow,.bootstrap3 .popover > .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap3 .popover > .arrow{border-width:11px}.bootstrap3 .popover > .arrow:after{border-width:10px;content:""}.bootstrap3 .popover.top > .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0, 0, 0, 0.25);bottom:-11px}.bootstrap3 .popover.top > .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.bootstrap3 .popover.right > .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0, 0, 0, 0.25)}.bootstrap3 .popover.right > .arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.bootstrap3 .popover.bottom > .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0, 0, 0, 0.25);top:-11px}.bootstrap3 .popover.bottom > .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.bootstrap3 .popover.left > .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0, 0, 0, 0.25)}.bootstrap3 .popover.left > .arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.bootstrap3 .carousel{position:relative}.bootstrap3 .carousel-inner{position:relative;overflow:hidden;width:100%}.bootstrap3 .carousel-inner > .item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.bootstrap3 .carousel-inner > .item > img,.bootstrap3 .carousel-inner > .item > a > img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.bootstrap3 .carousel-inner > .item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.bootstrap3 .carousel-inner > .item.next,.bootstrap3 .carousel-inner > .item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.bootstrap3 .carousel-inner > .item.prev,.bootstrap3 .carousel-inner > .item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.bootstrap3 .carousel-inner > .item.next.left,.bootstrap3 .carousel-inner > .item.prev.right,.bootstrap3 .carousel-inner > .item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.bootstrap3 .carousel-inner > .active,.bootstrap3 .carousel-inner > .next,.bootstrap3 .carousel-inner > .prev{display:block}.bootstrap3 .carousel-inner > .active{left:0}.bootstrap3 .carousel-inner > .next,.bootstrap3 .carousel-inner > .prev{position:absolute;top:0;width:100%}.bootstrap3 .carousel-inner > .next{left:100%}.bootstrap3 .carousel-inner > .prev{left:-100%}.bootstrap3 .carousel-inner > .next.left,.bootstrap3 .carousel-inner > .prev.right{left:0}.bootstrap3 .carousel-inner > .active.left{left:-100%}.bootstrap3 .carousel-inner > .active.right{left:100%}.bootstrap3 .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);background-color:rgba(0, 0, 0, 0)}.bootstrap3 .carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.bootstrap3 .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.bootstrap3 .carousel-control:hover,.bootstrap3 .carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.bootstrap3 .carousel-control .icon-prev,.bootstrap3 .carousel-control .icon-next,.bootstrap3 .carousel-control .glyphicon-chevron-left,.bootstrap3 .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.bootstrap3 .carousel-control .icon-prev,.bootstrap3 .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.bootstrap3 .carousel-control .icon-next,.bootstrap3 .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.bootstrap3 .carousel-control .icon-prev,.bootstrap3 .carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.bootstrap3 .carousel-control .icon-prev:before{content:'\2039'}.bootstrap3 .carousel-control .icon-next:before{content:'\203a'}.bootstrap3 .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.bootstrap3 .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0, 0, 0, 0)}.bootstrap3 .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.bootstrap3 .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6)}.bootstrap3 .carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.bootstrap3 .carousel-control .glyphicon-chevron-left,.bootstrap3 .carousel-control .glyphicon-chevron-right,.bootstrap3 .carousel-control .icon-prev,.bootstrap3 .carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.bootstrap3 .carousel-control .glyphicon-chevron-left,.bootstrap3 .carousel-control .icon-prev{margin-left:-10px}.bootstrap3 .carousel-control .glyphicon-chevron-right,.bootstrap3 .carousel-control .icon-next{margin-right:-10px}.bootstrap3 .carousel-caption{left:20%;right:20%;padding-bottom:30px}.bootstrap3 .carousel-indicators{bottom:20px}}.bootstrap3 .clearfix:before,.bootstrap3 .clearfix:after,.bootstrap3 .dl-horizontal dd:before,.bootstrap3 .dl-horizontal dd:after,.bootstrap3 .container:before,.bootstrap3 .container:after,.bootstrap3 .container-fluid:before,.bootstrap3 .container-fluid:after,.bootstrap3 .row:before,.bootstrap3 .row:after,.bootstrap3 .form-horizontal .form-group:before,.bootstrap3 .form-horizontal .form-group:after,.bootstrap3 .btn-toolbar:before,.bootstrap3 .btn-toolbar:after,.bootstrap3 .btn-group-vertical > .btn-group:before,.bootstrap3 .btn-group-vertical > .btn-group:after,.bootstrap3 .nav:before,.bootstrap3 .nav:after,.bootstrap3 .navbar:before,.bootstrap3 .navbar:after,.bootstrap3 .navbar-header:before,.bootstrap3 .navbar-header:after,.bootstrap3 .navbar-collapse:before,.bootstrap3 .navbar-collapse:after,.bootstrap3 .pager:before,.bootstrap3 .pager:after,.bootstrap3 .panel-body:before,.bootstrap3 .panel-body:after,.bootstrap3 .modal-header:before,.bootstrap3 .modal-header:after,.bootstrap3 .modal-footer:before,.bootstrap3 .modal-footer:after{content:" ";display:table}.bootstrap3 .clearfix:after,.bootstrap3 .dl-horizontal dd:after,.bootstrap3 .container:after,.bootstrap3 .container-fluid:after,.bootstrap3 .row:after,.bootstrap3 .form-horizontal .form-group:after,.bootstrap3 .btn-toolbar:after,.bootstrap3 .btn-group-vertical > .btn-group:after,.bootstrap3 .nav:after,.bootstrap3 .navbar:after,.bootstrap3 .navbar-header:after,.bootstrap3 .navbar-collapse:after,.bootstrap3 .pager:after,.bootstrap3 .panel-body:after,.bootstrap3 .modal-header:after,.bootstrap3 .modal-footer:after{clear:both}.bootstrap3 .center-block{display:block;margin-left:auto;margin-right:auto}.bootstrap3 .pull-right{float:right !important}.bootstrap3 .pull-left{float:left !important}.bootstrap3 .hide{display:none !important}.bootstrap3 .show{display:block !important}.bootstrap3 .invisible{visibility:hidden}.bootstrap3 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap3 .hidden{display:none !important}.bootstrap3 .affix{position:fixed}@-ms-viewport{width:device-width}.bootstrap3 .visible-xs,.bootstrap3 .visible-sm,.bootstrap3 .visible-md,.bootstrap3 .visible-lg{display:none !important}.bootstrap3 .visible-xs-block,.bootstrap3 .visible-xs-inline,.bootstrap3 .visible-xs-inline-block,.bootstrap3 .visible-sm-block,.bootstrap3 .visible-sm-inline,.bootstrap3 .visible-sm-inline-block,.bootstrap3 .visible-md-block,.bootstrap3 .visible-md-inline,.bootstrap3 .visible-md-inline-block,.bootstrap3 .visible-lg-block,.bootstrap3 .visible-lg-inline,.bootstrap3 .visible-lg-inline-block{display:none !important}@media (max-width: 767px){.bootstrap3 .visible-xs{display:block !important}.bootstrap3 table.visible-xs{display:table !important}.bootstrap3 tr.visible-xs{display:table-row !important}.bootstrap3 th.visible-xs,.bootstrap3 td.visible-xs{display:table-cell !important}}@media (max-width: 767px){.bootstrap3 .visible-xs-block{display:block !important}}@media (max-width: 767px){.bootstrap3 .visible-xs-inline{display:inline !important}}@media (max-width: 767px){.bootstrap3 .visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.bootstrap3 .visible-sm{display:block !important}.bootstrap3 table.visible-sm{display:table !important}.bootstrap3 tr.visible-sm{display:table-row !important}.bootstrap3 th.visible-sm,.bootstrap3 td.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.bootstrap3 .visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.bootstrap3 .visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.bootstrap3 .visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.bootstrap3 .visible-md{display:block !important}.bootstrap3 table.visible-md{display:table !important}.bootstrap3 tr.visible-md{display:table-row !important}.bootstrap3 th.visible-md,.bootstrap3 td.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.bootstrap3 .visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1199px){.bootstrap3 .visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1199px){.bootstrap3 .visible-md-inline-block{display:inline-block !important}}@media (min-width: 1200px){.bootstrap3 .visible-lg{display:block !important}.bootstrap3 table.visible-lg{display:table !important}.bootstrap3 tr.visible-lg{display:table-row !important}.bootstrap3 th.visible-lg,.bootstrap3 td.visible-lg{display:table-cell !important}}@media (min-width: 1200px){.bootstrap3 .visible-lg-block{display:block !important}}@media (min-width: 1200px){.bootstrap3 .visible-lg-inline{display:inline !important}}@media (min-width: 1200px){.bootstrap3 .visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.bootstrap3 .hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.bootstrap3 .hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.bootstrap3 .hidden-md{display:none !important}}@media (min-width: 1200px){.bootstrap3 .hidden-lg{display:none !important}}.bootstrap3 .visible-print{display:none !important}@media print{.bootstrap3 .visible-print{display:block !important}.bootstrap3 table.visible-print{display:table !important}.bootstrap3 tr.visible-print{display:table-row !important}.bootstrap3 th.visible-print,.bootstrap3 td.visible-print{display:table-cell !important}}.bootstrap3 .visible-print-block{display:none !important}@media print{.bootstrap3 .visible-print-block{display:block !important}}.bootstrap3 .visible-print-inline{display:none !important}@media print{.bootstrap3 .visible-print-inline{display:inline !important}}.bootstrap3 .visible-print-inline-block{display:none !important}@media print{.bootstrap3 .visible-print-inline-block{display:inline-block !important}}@media print{.bootstrap3 .hidden-print{display:none !important}}.bootstrap3 .btn-default,.bootstrap3 .btn-primary,.bootstrap3 .btn-success,.bootstrap3 .btn-info,.bootstrap3 .btn-warning,.bootstrap3 .btn-danger{text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}.bootstrap3 .btn-default:active,.bootstrap3 .btn-primary:active,.bootstrap3 .btn-success:active,.bootstrap3 .btn-info:active,.bootstrap3 .btn-warning:active,.bootstrap3 .btn-danger:active,.bootstrap3 .btn-default.active,.bootstrap3 .btn-primary.active,.bootstrap3 .btn-success.active,.bootstrap3 .btn-info.active,.bootstrap3 .btn-warning.active,.bootstrap3 .btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.bootstrap3 .btn-default.disabled,.bootstrap3 .btn-primary.disabled,.bootstrap3 .btn-success.disabled,.bootstrap3 .btn-info.disabled,.bootstrap3 .btn-warning.disabled,.bootstrap3 .btn-danger.disabled,.bootstrap3 .btn-default[disabled],.bootstrap3 .btn-primary[disabled],.bootstrap3 .btn-success[disabled],.bootstrap3 .btn-info[disabled],.bootstrap3 .btn-warning[disabled],.bootstrap3 .btn-danger[disabled],.bootstrap3 fieldset[disabled] .btn-default,.bootstrap3 fieldset[disabled] .btn-primary,.bootstrap3 fieldset[disabled] .btn-success,.bootstrap3 fieldset[disabled] .btn-info,.bootstrap3 fieldset[disabled] .btn-warning,.bootstrap3 fieldset[disabled] .btn-danger{-webkit-box-shadow:none;box-shadow:none}.bootstrap3 .btn-default .badge,.bootstrap3 .btn-primary .badge,.bootstrap3 .btn-success .badge,.bootstrap3 .btn-info .badge,.bootstrap3 .btn-warning .badge,.bootstrap3 .btn-danger .badge{text-shadow:none}.bootstrap3 .btn:active,.bootstrap3 .btn.active{background-image:none}.bootstrap3 .btn-default{background-image:-webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-o-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.bootstrap3 .btn-default:hover,.bootstrap3 .btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.bootstrap3 .btn-default:active,.bootstrap3 .btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.bootstrap3 .btn-default.disabled,.bootstrap3 .btn-default[disabled],.bootstrap3 fieldset[disabled] .btn-default,.bootstrap3 .btn-default.disabled:hover,.bootstrap3 .btn-default[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-default:hover,.bootstrap3 .btn-default.disabled:focus,.bootstrap3 .btn-default[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-default:focus,.bootstrap3 .btn-default.disabled.focus,.bootstrap3 .btn-default[disabled].focus,.bootstrap3 fieldset[disabled] .btn-default.focus,.bootstrap3 .btn-default.disabled:active,.bootstrap3 .btn-default[disabled]:active,.bootstrap3 fieldset[disabled] .btn-default:active,.bootstrap3 .btn-default.disabled.active,.bootstrap3 .btn-default[disabled].active,.bootstrap3 fieldset[disabled] .btn-default.active{background-color:#e0e0e0;background-image:none}.bootstrap3 .btn-primary{background-image:-webkit-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-o-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));background-image:linear-gradient(to bottom, #337ab7 0, #265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.bootstrap3 .btn-primary:hover,.bootstrap3 .btn-primary:focus{background-color:#265a88;background-position:0 -15px}.bootstrap3 .btn-primary:active,.bootstrap3 .btn-primary.active{background-color:#265a88;border-color:#245580}.bootstrap3 .btn-primary.disabled,.bootstrap3 .btn-primary[disabled],.bootstrap3 fieldset[disabled] .btn-primary,.bootstrap3 .btn-primary.disabled:hover,.bootstrap3 .btn-primary[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-primary:hover,.bootstrap3 .btn-primary.disabled:focus,.bootstrap3 .btn-primary[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-primary:focus,.bootstrap3 .btn-primary.disabled.focus,.bootstrap3 .btn-primary[disabled].focus,.bootstrap3 fieldset[disabled] .btn-primary.focus,.bootstrap3 .btn-primary.disabled:active,.bootstrap3 .btn-primary[disabled]:active,.bootstrap3 fieldset[disabled] .btn-primary:active,.bootstrap3 .btn-primary.disabled.active,.bootstrap3 .btn-primary[disabled].active,.bootstrap3 fieldset[disabled] .btn-primary.active{background-color:#265a88;background-image:none}.bootstrap3 .btn-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.bootstrap3 .btn-success:hover,.bootstrap3 .btn-success:focus{background-color:#419641;background-position:0 -15px}.bootstrap3 .btn-success:active,.bootstrap3 .btn-success.active{background-color:#419641;border-color:#3e8f3e}.bootstrap3 .btn-success.disabled,.bootstrap3 .btn-success[disabled],.bootstrap3 fieldset[disabled] .btn-success,.bootstrap3 .btn-success.disabled:hover,.bootstrap3 .btn-success[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-success:hover,.bootstrap3 .btn-success.disabled:focus,.bootstrap3 .btn-success[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-success:focus,.bootstrap3 .btn-success.disabled.focus,.bootstrap3 .btn-success[disabled].focus,.bootstrap3 fieldset[disabled] .btn-success.focus,.bootstrap3 .btn-success.disabled:active,.bootstrap3 .btn-success[disabled]:active,.bootstrap3 fieldset[disabled] .btn-success:active,.bootstrap3 .btn-success.disabled.active,.bootstrap3 .btn-success[disabled].active,.bootstrap3 fieldset[disabled] .btn-success.active{background-color:#419641;background-image:none}.bootstrap3 .btn-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.bootstrap3 .btn-info:hover,.bootstrap3 .btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.bootstrap3 .btn-info:active,.bootstrap3 .btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.bootstrap3 .btn-info.disabled,.bootstrap3 .btn-info[disabled],.bootstrap3 fieldset[disabled] .btn-info,.bootstrap3 .btn-info.disabled:hover,.bootstrap3 .btn-info[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-info:hover,.bootstrap3 .btn-info.disabled:focus,.bootstrap3 .btn-info[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-info:focus,.bootstrap3 .btn-info.disabled.focus,.bootstrap3 .btn-info[disabled].focus,.bootstrap3 fieldset[disabled] .btn-info.focus,.bootstrap3 .btn-info.disabled:active,.bootstrap3 .btn-info[disabled]:active,.bootstrap3 fieldset[disabled] .btn-info:active,.bootstrap3 .btn-info.disabled.active,.bootstrap3 .btn-info[disabled].active,.bootstrap3 fieldset[disabled] .btn-info.active{background-color:#2aabd2;background-image:none}.bootstrap3 .btn-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.bootstrap3 .btn-warning:hover,.bootstrap3 .btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.bootstrap3 .btn-warning:active,.bootstrap3 .btn-warning.active{background-color:#eb9316;border-color:#e38d13}.bootstrap3 .btn-warning.disabled,.bootstrap3 .btn-warning[disabled],.bootstrap3 fieldset[disabled] .btn-warning,.bootstrap3 .btn-warning.disabled:hover,.bootstrap3 .btn-warning[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-warning:hover,.bootstrap3 .btn-warning.disabled:focus,.bootstrap3 .btn-warning[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-warning:focus,.bootstrap3 .btn-warning.disabled.focus,.bootstrap3 .btn-warning[disabled].focus,.bootstrap3 fieldset[disabled] .btn-warning.focus,.bootstrap3 .btn-warning.disabled:active,.bootstrap3 .btn-warning[disabled]:active,.bootstrap3 fieldset[disabled] .btn-warning:active,.bootstrap3 .btn-warning.disabled.active,.bootstrap3 .btn-warning[disabled].active,.bootstrap3 fieldset[disabled] .btn-warning.active{background-color:#eb9316;background-image:none}.bootstrap3 .btn-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.bootstrap3 .btn-danger:hover,.bootstrap3 .btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.bootstrap3 .btn-danger:active,.bootstrap3 .btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.bootstrap3 .btn-danger.disabled,.bootstrap3 .btn-danger[disabled],.bootstrap3 fieldset[disabled] .btn-danger,.bootstrap3 .btn-danger.disabled:hover,.bootstrap3 .btn-danger[disabled]:hover,.bootstrap3 fieldset[disabled] .btn-danger:hover,.bootstrap3 .btn-danger.disabled:focus,.bootstrap3 .btn-danger[disabled]:focus,.bootstrap3 fieldset[disabled] .btn-danger:focus,.bootstrap3 .btn-danger.disabled.focus,.bootstrap3 .btn-danger[disabled].focus,.bootstrap3 fieldset[disabled] .btn-danger.focus,.bootstrap3 .btn-danger.disabled:active,.bootstrap3 .btn-danger[disabled]:active,.bootstrap3 fieldset[disabled] .btn-danger:active,.bootstrap3 .btn-danger.disabled.active,.bootstrap3 .btn-danger[disabled].active,.bootstrap3 fieldset[disabled] .btn-danger.active{background-color:#c12e2a;background-image:none}.bootstrap3 .thumbnail,.bootstrap3 .img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:0 1px 2px rgba(0, 0, 0, 0.075)}.bootstrap3 .dropdown-menu > li > a:hover,.bootstrap3 .dropdown-menu > li > a:focus{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.bootstrap3 .dropdown-menu > .active > a,.bootstrap3 .dropdown-menu > .active > a:hover,.bootstrap3 .dropdown-menu > .active > a:focus{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-color:#2e6da4}.bootstrap3 .navbar-default{background-image:-webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-o-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075)}.bootstrap3 .navbar-default .navbar-nav > .open > a,.bootstrap3 .navbar-default .navbar-nav > .active > a{background-image:-webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));background-image:linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.075);box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.075)}.bootstrap3 .navbar-brand,.bootstrap3 .navbar-nav > li > a{text-shadow:0 1px 0 rgba(255, 255, 255, 0.25)}.bootstrap3 .navbar-inverse{background-image:-webkit-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-o-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px}.bootstrap3 .navbar-inverse .navbar-nav > .open > a,.bootstrap3 .navbar-inverse .navbar-nav > .active > a{background-image:-webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-o-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));background-image:linear-gradient(to bottom, #080808 0, #0f0f0f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.25);box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.25)}.bootstrap3 .navbar-inverse .navbar-brand,.bootstrap3 .navbar-inverse .navbar-nav > li > a{text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25)}.bootstrap3 .navbar-static-top,.bootstrap3 .navbar-fixed-top,.bootstrap3 .navbar-fixed-bottom{border-radius:0}@media (max-width: 767px){.bootstrap3 .navbar .navbar-nav .open .dropdown-menu > .active > a,.bootstrap3 .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,.bootstrap3 .navbar .navbar-nav .open .dropdown-menu > .active > a:focus{color:#fff;background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}}.bootstrap3 .alert{text-shadow:0 1px 0 rgba(255, 255, 255, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)}.bootstrap3 .alert-success{background-image:-webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.bootstrap3 .alert-info{background-image:-webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.bootstrap3 .alert-warning{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.bootstrap3 .alert-danger{background-image:-webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.bootstrap3 .progress{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.bootstrap3 .progress-bar{background-image:-webkit-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-o-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));background-image:linear-gradient(to bottom, #337ab7 0, #286090 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0)}.bootstrap3 .progress-bar-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.bootstrap3 .progress-bar-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.bootstrap3 .progress-bar-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.bootstrap3 .progress-bar-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.bootstrap3 .progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap3 .list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:0 1px 2px rgba(0, 0, 0, 0.075)}.bootstrap3 .list-group-item.active,.bootstrap3 .list-group-item.active:hover,.bootstrap3 .list-group-item.active:focus{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));background-image:linear-gradient(to bottom, #337ab7 0, #2b669a 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);border-color:#2b669a}.bootstrap3 .list-group-item.active .badge,.bootstrap3 .list-group-item.active:hover .badge,.bootstrap3 .list-group-item.active:focus .badge{text-shadow:none}.bootstrap3 .panel{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05)}.bootstrap3 .panel-default > .panel-heading{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.bootstrap3 .panel-primary > .panel-heading{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}.bootstrap3 .panel-success > .panel-heading{background-image:-webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.bootstrap3 .panel-info > .panel-heading{background-image:-webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.bootstrap3 .panel-warning > .panel-heading{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.bootstrap3 .panel-danger > .panel-heading{background-image:-webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-o-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.bootstrap3 .well{background-image:-webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1)} \ No newline at end of file diff --git a/versions/4.0.0-beta/iso_bootstrap4.0.0min.css b/versions/4.0.0-beta/iso_bootstrap4.0.0min.css deleted file mode 100644 index 0f41dbb..0000000 --- a/versions/4.0.0-beta/iso_bootstrap4.0.0min.css +++ /dev/null @@ -1 +0,0 @@ -.bootstrap{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.bootstrap{margin:0}.bootstrap article,.bootstrap aside,.bootstrap footer,.bootstrap header,.bootstrap nav,.bootstrap section{display:block}.bootstrap h1{font-size:2em;margin:0.67em 0}.bootstrap figcaption,.bootstrap figure,.bootstrap main{display:block}.bootstrap figure{margin:1em 40px}.bootstrap hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}.bootstrap pre{font-family:monospace,monospace;font-size:1em}.bootstrap a{background-color:transparent;-webkit-text-decoration-skip:objects}.bootstrap a:active,.bootstrap a:hover{outline-width:0}.bootstrap abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}.bootstrap b,.bootstrap strong{font-weight:inherit}.bootstrap b,.bootstrap strong{font-weight:bolder}.bootstrap code,.bootstrap kbd,.bootstrap samp{font-family:monospace,monospace;font-size:1em}.bootstrap dfn{font-style:italic}.bootstrap mark{background-color:#ff0;color:#000}.bootstrap small{font-size:80%}.bootstrap sub,.bootstrap sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.bootstrap sub{bottom:-0.25em}.bootstrap sup{top:-0.5em}.bootstrap audio,.bootstrap video{display:inline-block}.bootstrap audio:not([controls]){display:none;height:0}.bootstrap img{border-style:none}.bootstrap svg:not(:root){overflow:hidden}.bootstrap button,.bootstrap input,.bootstrap optgroup,.bootstrap select,.bootstrap textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}.bootstrap button,.bootstrap input{overflow:visible}.bootstrap button,.bootstrap select{text-transform:none}.bootstrap [type=reset],.bootstrap [type=submit],.bootstrap button,.bootstrap [type=button]{-webkit-appearance:button}.bootstrap [type=button]::-moz-focus-inner,.bootstrap [type=reset]::-moz-focus-inner,.bootstrap [type=submit]::-moz-focus-inner,.bootstrap button::-moz-focus-inner{border-style:none;padding:0}.bootstrap [type=button]:-moz-focusring,.bootstrap [type=reset]:-moz-focusring,.bootstrap [type=submit]:-moz-focusring,.bootstrap button:-moz-focusring{outline:1px dotted ButtonText}.bootstrap fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em 0.75em}.bootstrap legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.bootstrap progress{display:inline-block;vertical-align:baseline}.bootstrap textarea{overflow:auto}.bootstrap [type=checkbox],.bootstrap [type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.bootstrap [type=number]::-webkit-inner-spin-button,.bootstrap [type=number]::-webkit-outer-spin-button{height:auto}.bootstrap [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.bootstrap [type=search]::-webkit-search-cancel-button,.bootstrap [type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.bootstrap details,.bootstrap menu{display:block}.bootstrap summary{display:list-item}.bootstrap canvas{display:inline-block}.bootstrap template{display:none}.bootstrap [hidden]{display:none}@media print{.bootstrap *,.bootstrap ::after,.bootstrap ::before,.bootstrap blockquote::first-letter,.bootstrap blockquote::first-line,.bootstrap div::first-letter,.bootstrap div::first-line,.bootstrap li::first-letter,.bootstrap li::first-line,.bootstrap p::first-letter,.bootstrap p::first-line{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}.bootstrap a,.bootstrap a:visited{text-decoration:underline}.bootstrap abbr[title]::after{content:" (" attr(title) ")"}.bootstrap pre{white-space:pre-wrap !important}.bootstrap blockquote,.bootstrap pre{border:1px solid #999;page-break-inside:avoid}.bootstrap thead{display:table-header-group}.bootstrap img,.bootstrap tr{page-break-inside:avoid}.bootstrap h2,.bootstrap h3,.bootstrap p{orphans:3;widows:3}.bootstrap h2,.bootstrap h3{page-break-after:avoid}.bootstrap .navbar{display:none}.bootstrap .badge{border:1px solid #000}.bootstrap .table{border-collapse:collapse !important}.bootstrap .table td,.bootstrap .table th{background-color:#fff !important}.bootstrap .table-bordered td,.bootstrap .table-bordered th{border:1px solid #ddd !important}}.bootstrap{-webkit-box-sizing:border-box;box-sizing:border-box}.bootstrap *,.bootstrap ::after,.bootstrap ::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}.bootstrap{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}.bootstrap{font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}.bootstrap [tabindex="-1"]:focus{outline:0 !important}.bootstrap h1,.bootstrap h2,.bootstrap h3,.bootstrap h4,.bootstrap h5,.bootstrap h6{margin-top:0;margin-bottom:0.5rem}.bootstrap p{margin-top:0;margin-bottom:1rem}.bootstrap abbr[data-original-title],.bootstrap abbr[title]{cursor:help}.bootstrap address{margin-bottom:1rem;font-style:normal;line-height:inherit}.bootstrap dl,.bootstrap ol,.bootstrap ul{margin-top:0;margin-bottom:1rem}.bootstrap ol ol,.bootstrap ol ul,.bootstrap ul ol,.bootstrap ul ul{margin-bottom:0}.bootstrap dt{font-weight:700}.bootstrap dd{margin-bottom:.5rem;margin-left:0}.bootstrap blockquote{margin:0 0 1rem}.bootstrap a{color:#0275d8;text-decoration:none}.bootstrap a:focus,.bootstrap a:hover{color:#014c8c;text-decoration:underline}.bootstrap a:not([href]):not([tabindex]){color:inherit;text-decoration:none}.bootstrap a:not([href]):not([tabindex]):focus,.bootstrap a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}.bootstrap a:not([href]):not([tabindex]):focus{outline:0}.bootstrap pre{margin-top:0;margin-bottom:1rem;overflow:auto}.bootstrap figure{margin:0 0 1rem}.bootstrap img{vertical-align:middle}.bootstrap [role=button]{cursor:pointer}.bootstrap [role=button],.bootstrap a,.bootstrap area,.bootstrap button,.bootstrap input,.bootstrap label,.bootstrap select,.bootstrap summary,.bootstrap textarea{-ms-touch-action:manipulation;touch-action:manipulation}.bootstrap table{border-collapse:collapse;background-color:transparent}.bootstrap caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;text-align:left;caption-side:bottom}.bootstrap th{text-align:left}.bootstrap label{display:inline-block;margin-bottom:0.5rem}.bootstrap button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.bootstrap button,.bootstrap input,.bootstrap select,.bootstrap textarea{line-height:inherit}.bootstrap input[type=checkbox]:disabled,.bootstrap input[type=radio]:disabled{cursor:not-allowed}.bootstrap input[type=date],.bootstrap input[type=time],.bootstrap input[type=datetime-local],.bootstrap input[type=month]{-webkit-appearance:listbox}.bootstrap textarea{resize:vertical}.bootstrap fieldset{min-width:0;padding:0;margin:0;border:0}.bootstrap legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}.bootstrap input[type=search]{-webkit-appearance:none}.bootstrap output{display:inline-block}.bootstrap [hidden]{display:none !important}.bootstrap .h1,.bootstrap .h2,.bootstrap .h3,.bootstrap .h4,.bootstrap .h5,.bootstrap .h6,.bootstrap h1,.bootstrap h2,.bootstrap h3,.bootstrap h4,.bootstrap h5,.bootstrap h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.bootstrap .h1,.bootstrap h1{font-size:2.5rem}.bootstrap .h2,.bootstrap h2{font-size:2rem}.bootstrap .h3,.bootstrap h3{font-size:1.75rem}.bootstrap .h4,.bootstrap h4{font-size:1.5rem}.bootstrap .h5,.bootstrap h5{font-size:1.25rem}.bootstrap .h6,.bootstrap h6{font-size:1rem}.bootstrap .lead{font-size:1.25rem;font-weight:300}.bootstrap .display-1{font-size:6rem;font-weight:300;line-height:1.1}.bootstrap .display-2{font-size:5.5rem;font-weight:300;line-height:1.1}.bootstrap .display-3{font-size:4.5rem;font-weight:300;line-height:1.1}.bootstrap .display-4{font-size:3.5rem;font-weight:300;line-height:1.1}.bootstrap hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0, 0, 0, 0.1)}.bootstrap .small,.bootstrap small{font-size:80%;font-weight:400}.bootstrap .mark,.bootstrap mark{padding:.2em;background-color:#fcf8e3}.bootstrap .list-unstyled{padding-left:0;list-style:none}.bootstrap .list-inline{padding-left:0;list-style:none}.bootstrap .list-inline-item{display:inline-block}.bootstrap .list-inline-item:not(:last-child){margin-right:5px}.bootstrap .initialism{font-size:90%;text-transform:uppercase}.bootstrap .blockquote{padding:.5rem 1rem;margin-bottom:1rem;font-size:1.25rem;border-left:0.25rem solid #eceeef}.bootstrap .blockquote-footer{display:block;font-size:80%;color:#636c72}.bootstrap .blockquote-footer::before{content:"\2014 \00A0"}.bootstrap .blockquote-reverse{padding-right:1rem;padding-left:0;text-align:right;border-right:.25rem solid #eceeef;border-left:0}.bootstrap .blockquote-reverse .blockquote-footer::before{content:""}.bootstrap .blockquote-reverse .blockquote-footer::after{content:"\00A0 \2014"}.bootstrap .img-fluid{max-width:100%;height:auto}.bootstrap .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;-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}.bootstrap .figure{display:inline-block}.bootstrap .figure-img{margin-bottom:.5rem;line-height:1}.bootstrap .figure-caption{font-size:90%;color:#636c72}.bootstrap code,.bootstrap kbd,.bootstrap pre,.bootstrap samp{font-family:Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}.bootstrap code{padding:.2rem .4rem;font-size:90%;color:#bd4147;background-color:#f7f7f9;border-radius:0.25rem}.bootstrap a > code{padding:0;color:inherit;background-color:inherit}.bootstrap kbd{padding:.2rem .4rem;font-size:90%;color:#fff;background-color:#292b2c;border-radius:0.2rem}.bootstrap kbd kbd{padding:0;font-size:100%;font-weight:700}.bootstrap pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#292b2c}.bootstrap pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}.bootstrap .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap .container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width: 576px){.bootstrap .container{padding-right:15px;padding-left:15px}}@media (min-width: 768px){.bootstrap .container{padding-right:15px;padding-left:15px}}@media (min-width: 992px){.bootstrap .container{padding-right:15px;padding-left:15px}}@media (min-width: 1200px){.bootstrap .container{padding-right:15px;padding-left:15px}}@media (min-width: 576px){.bootstrap .container{width:540px;max-width:100%}}@media (min-width: 768px){.bootstrap .container{width:720px;max-width:100%}}@media (min-width: 992px){.bootstrap .container{width:960px;max-width:100%}}@media (min-width: 1200px){.bootstrap .container{width:1140px;max-width:100%}}.bootstrap .container-fluid{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width: 576px){.bootstrap .container-fluid{padding-right:15px;padding-left:15px}}@media (min-width: 768px){.bootstrap .container-fluid{padding-right:15px;padding-left:15px}}@media (min-width: 992px){.bootstrap .container-fluid{padding-right:15px;padding-left:15px}}@media (min-width: 1200px){.bootstrap .container-fluid{padding-right:15px;padding-left:15px}}.bootstrap .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width: 576px){.bootstrap .row{margin-right:-15px;margin-left:-15px}}@media (min-width: 768px){.bootstrap .row{margin-right:-15px;margin-left:-15px}}@media (min-width: 992px){.bootstrap .row{margin-right:-15px;margin-left:-15px}}@media (min-width: 1200px){.bootstrap .row{margin-right:-15px;margin-left:-15px}}.bootstrap .no-gutters{margin-right:0;margin-left:0}.bootstrap .no-gutters > .col,.bootstrap .no-gutters > [class*=col-]{padding-right:0;padding-left:0}.bootstrap .col,.bootstrap .col-1,.bootstrap .col-10,.bootstrap .col-11,.bootstrap .col-12,.bootstrap .col-2,.bootstrap .col-3,.bootstrap .col-4,.bootstrap .col-5,.bootstrap .col-6,.bootstrap .col-7,.bootstrap .col-8,.bootstrap .col-9,.bootstrap .col-lg,.bootstrap .col-lg-1,.bootstrap .col-lg-10,.bootstrap .col-lg-11,.bootstrap .col-lg-12,.bootstrap .col-lg-2,.bootstrap .col-lg-3,.bootstrap .col-lg-4,.bootstrap .col-lg-5,.bootstrap .col-lg-6,.bootstrap .col-lg-7,.bootstrap .col-lg-8,.bootstrap .col-lg-9,.bootstrap .col-md,.bootstrap .col-md-1,.bootstrap .col-md-10,.bootstrap .col-md-11,.bootstrap .col-md-12,.bootstrap .col-md-2,.bootstrap .col-md-3,.bootstrap .col-md-4,.bootstrap .col-md-5,.bootstrap .col-md-6,.bootstrap .col-md-7,.bootstrap .col-md-8,.bootstrap .col-md-9,.bootstrap .col-sm,.bootstrap .col-sm-1,.bootstrap .col-sm-10,.bootstrap .col-sm-11,.bootstrap .col-sm-12,.bootstrap .col-sm-2,.bootstrap .col-sm-3,.bootstrap .col-sm-4,.bootstrap .col-sm-5,.bootstrap .col-sm-6,.bootstrap .col-sm-7,.bootstrap .col-sm-8,.bootstrap .col-sm-9,.bootstrap .col-xl,.bootstrap .col-xl-1,.bootstrap .col-xl-10,.bootstrap .col-xl-11,.bootstrap .col-xl-12,.bootstrap .col-xl-2,.bootstrap .col-xl-3,.bootstrap .col-xl-4,.bootstrap .col-xl-5,.bootstrap .col-xl-6,.bootstrap .col-xl-7,.bootstrap .col-xl-8,.bootstrap .col-xl-9{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width: 576px){.bootstrap .col,.bootstrap .col-1,.bootstrap .col-10,.bootstrap .col-11,.bootstrap .col-12,.bootstrap .col-2,.bootstrap .col-3,.bootstrap .col-4,.bootstrap .col-5,.bootstrap .col-6,.bootstrap .col-7,.bootstrap .col-8,.bootstrap .col-9,.bootstrap .col-lg,.bootstrap .col-lg-1,.bootstrap .col-lg-10,.bootstrap .col-lg-11,.bootstrap .col-lg-12,.bootstrap .col-lg-2,.bootstrap .col-lg-3,.bootstrap .col-lg-4,.bootstrap .col-lg-5,.bootstrap .col-lg-6,.bootstrap .col-lg-7,.bootstrap .col-lg-8,.bootstrap .col-lg-9,.bootstrap .col-md,.bootstrap .col-md-1,.bootstrap .col-md-10,.bootstrap .col-md-11,.bootstrap .col-md-12,.bootstrap .col-md-2,.bootstrap .col-md-3,.bootstrap .col-md-4,.bootstrap .col-md-5,.bootstrap .col-md-6,.bootstrap .col-md-7,.bootstrap .col-md-8,.bootstrap .col-md-9,.bootstrap .col-sm,.bootstrap .col-sm-1,.bootstrap .col-sm-10,.bootstrap .col-sm-11,.bootstrap .col-sm-12,.bootstrap .col-sm-2,.bootstrap .col-sm-3,.bootstrap .col-sm-4,.bootstrap .col-sm-5,.bootstrap .col-sm-6,.bootstrap .col-sm-7,.bootstrap .col-sm-8,.bootstrap .col-sm-9,.bootstrap .col-xl,.bootstrap .col-xl-1,.bootstrap .col-xl-10,.bootstrap .col-xl-11,.bootstrap .col-xl-12,.bootstrap .col-xl-2,.bootstrap .col-xl-3,.bootstrap .col-xl-4,.bootstrap .col-xl-5,.bootstrap .col-xl-6,.bootstrap .col-xl-7,.bootstrap .col-xl-8,.bootstrap .col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width: 768px){.bootstrap .col,.bootstrap .col-1,.bootstrap .col-10,.bootstrap .col-11,.bootstrap .col-12,.bootstrap .col-2,.bootstrap .col-3,.bootstrap .col-4,.bootstrap .col-5,.bootstrap .col-6,.bootstrap .col-7,.bootstrap .col-8,.bootstrap .col-9,.bootstrap .col-lg,.bootstrap .col-lg-1,.bootstrap .col-lg-10,.bootstrap .col-lg-11,.bootstrap .col-lg-12,.bootstrap .col-lg-2,.bootstrap .col-lg-3,.bootstrap .col-lg-4,.bootstrap .col-lg-5,.bootstrap .col-lg-6,.bootstrap .col-lg-7,.bootstrap .col-lg-8,.bootstrap .col-lg-9,.bootstrap .col-md,.bootstrap .col-md-1,.bootstrap .col-md-10,.bootstrap .col-md-11,.bootstrap .col-md-12,.bootstrap .col-md-2,.bootstrap .col-md-3,.bootstrap .col-md-4,.bootstrap .col-md-5,.bootstrap .col-md-6,.bootstrap .col-md-7,.bootstrap .col-md-8,.bootstrap .col-md-9,.bootstrap .col-sm,.bootstrap .col-sm-1,.bootstrap .col-sm-10,.bootstrap .col-sm-11,.bootstrap .col-sm-12,.bootstrap .col-sm-2,.bootstrap .col-sm-3,.bootstrap .col-sm-4,.bootstrap .col-sm-5,.bootstrap .col-sm-6,.bootstrap .col-sm-7,.bootstrap .col-sm-8,.bootstrap .col-sm-9,.bootstrap .col-xl,.bootstrap .col-xl-1,.bootstrap .col-xl-10,.bootstrap .col-xl-11,.bootstrap .col-xl-12,.bootstrap .col-xl-2,.bootstrap .col-xl-3,.bootstrap .col-xl-4,.bootstrap .col-xl-5,.bootstrap .col-xl-6,.bootstrap .col-xl-7,.bootstrap .col-xl-8,.bootstrap .col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width: 992px){.bootstrap .col,.bootstrap .col-1,.bootstrap .col-10,.bootstrap .col-11,.bootstrap .col-12,.bootstrap .col-2,.bootstrap .col-3,.bootstrap .col-4,.bootstrap .col-5,.bootstrap .col-6,.bootstrap .col-7,.bootstrap .col-8,.bootstrap .col-9,.bootstrap .col-lg,.bootstrap .col-lg-1,.bootstrap .col-lg-10,.bootstrap .col-lg-11,.bootstrap .col-lg-12,.bootstrap .col-lg-2,.bootstrap .col-lg-3,.bootstrap .col-lg-4,.bootstrap .col-lg-5,.bootstrap .col-lg-6,.bootstrap .col-lg-7,.bootstrap .col-lg-8,.bootstrap .col-lg-9,.bootstrap .col-md,.bootstrap .col-md-1,.bootstrap .col-md-10,.bootstrap .col-md-11,.bootstrap .col-md-12,.bootstrap .col-md-2,.bootstrap .col-md-3,.bootstrap .col-md-4,.bootstrap .col-md-5,.bootstrap .col-md-6,.bootstrap .col-md-7,.bootstrap .col-md-8,.bootstrap .col-md-9,.bootstrap .col-sm,.bootstrap .col-sm-1,.bootstrap .col-sm-10,.bootstrap .col-sm-11,.bootstrap .col-sm-12,.bootstrap .col-sm-2,.bootstrap .col-sm-3,.bootstrap .col-sm-4,.bootstrap .col-sm-5,.bootstrap .col-sm-6,.bootstrap .col-sm-7,.bootstrap .col-sm-8,.bootstrap .col-sm-9,.bootstrap .col-xl,.bootstrap .col-xl-1,.bootstrap .col-xl-10,.bootstrap .col-xl-11,.bootstrap .col-xl-12,.bootstrap .col-xl-2,.bootstrap .col-xl-3,.bootstrap .col-xl-4,.bootstrap .col-xl-5,.bootstrap .col-xl-6,.bootstrap .col-xl-7,.bootstrap .col-xl-8,.bootstrap .col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width: 1200px){.bootstrap .col,.bootstrap .col-1,.bootstrap .col-10,.bootstrap .col-11,.bootstrap .col-12,.bootstrap .col-2,.bootstrap .col-3,.bootstrap .col-4,.bootstrap .col-5,.bootstrap .col-6,.bootstrap .col-7,.bootstrap .col-8,.bootstrap .col-9,.bootstrap .col-lg,.bootstrap .col-lg-1,.bootstrap .col-lg-10,.bootstrap .col-lg-11,.bootstrap .col-lg-12,.bootstrap .col-lg-2,.bootstrap .col-lg-3,.bootstrap .col-lg-4,.bootstrap .col-lg-5,.bootstrap .col-lg-6,.bootstrap .col-lg-7,.bootstrap .col-lg-8,.bootstrap .col-lg-9,.bootstrap .col-md,.bootstrap .col-md-1,.bootstrap .col-md-10,.bootstrap .col-md-11,.bootstrap .col-md-12,.bootstrap .col-md-2,.bootstrap .col-md-3,.bootstrap .col-md-4,.bootstrap .col-md-5,.bootstrap .col-md-6,.bootstrap .col-md-7,.bootstrap .col-md-8,.bootstrap .col-md-9,.bootstrap .col-sm,.bootstrap .col-sm-1,.bootstrap .col-sm-10,.bootstrap .col-sm-11,.bootstrap .col-sm-12,.bootstrap .col-sm-2,.bootstrap .col-sm-3,.bootstrap .col-sm-4,.bootstrap .col-sm-5,.bootstrap .col-sm-6,.bootstrap .col-sm-7,.bootstrap .col-sm-8,.bootstrap .col-sm-9,.bootstrap .col-xl,.bootstrap .col-xl-1,.bootstrap .col-xl-10,.bootstrap .col-xl-11,.bootstrap .col-xl-12,.bootstrap .col-xl-2,.bootstrap .col-xl-3,.bootstrap .col-xl-4,.bootstrap .col-xl-5,.bootstrap .col-xl-6,.bootstrap .col-xl-7,.bootstrap .col-xl-8,.bootstrap .col-xl-9{padding-right:15px;padding-left:15px}}.bootstrap .col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap .col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap .col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap .col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap .col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap .col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap .col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap .col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap .col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap .col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap .col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap .col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap .col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap .col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap .pull-0{right:auto}.bootstrap .pull-1{right:8.333333%}.bootstrap .pull-2{right:16.666667%}.bootstrap .pull-3{right:25%}.bootstrap .pull-4{right:33.333333%}.bootstrap .pull-5{right:41.666667%}.bootstrap .pull-6{right:50%}.bootstrap .pull-7{right:58.333333%}.bootstrap .pull-8{right:66.666667%}.bootstrap .pull-9{right:75%}.bootstrap .pull-10{right:83.333333%}.bootstrap .pull-11{right:91.666667%}.bootstrap .pull-12{right:100%}.bootstrap .push-0{left:auto}.bootstrap .push-1{left:8.333333%}.bootstrap .push-2{left:16.666667%}.bootstrap .push-3{left:25%}.bootstrap .push-4{left:33.333333%}.bootstrap .push-5{left:41.666667%}.bootstrap .push-6{left:50%}.bootstrap .push-7{left:58.333333%}.bootstrap .push-8{left:66.666667%}.bootstrap .push-9{left:75%}.bootstrap .push-10{left:83.333333%}.bootstrap .push-11{left:91.666667%}.bootstrap .push-12{left:100%}.bootstrap .offset-1{margin-left:8.333333%}.bootstrap .offset-2{margin-left:16.666667%}.bootstrap .offset-3{margin-left:25%}.bootstrap .offset-4{margin-left:33.333333%}.bootstrap .offset-5{margin-left:41.666667%}.bootstrap .offset-6{margin-left:50%}.bootstrap .offset-7{margin-left:58.333333%}.bootstrap .offset-8{margin-left:66.666667%}.bootstrap .offset-9{margin-left:75%}.bootstrap .offset-10{margin-left:83.333333%}.bootstrap .offset-11{margin-left:91.666667%}@media (min-width: 576px){.bootstrap .col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap .col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap .col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap .col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap .col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap .col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap .col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap .col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap .col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap .col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap .col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap .col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap .col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap .col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap .pull-sm-0{right:auto}.bootstrap .pull-sm-1{right:8.333333%}.bootstrap .pull-sm-2{right:16.666667%}.bootstrap .pull-sm-3{right:25%}.bootstrap .pull-sm-4{right:33.333333%}.bootstrap .pull-sm-5{right:41.666667%}.bootstrap .pull-sm-6{right:50%}.bootstrap .pull-sm-7{right:58.333333%}.bootstrap .pull-sm-8{right:66.666667%}.bootstrap .pull-sm-9{right:75%}.bootstrap .pull-sm-10{right:83.333333%}.bootstrap .pull-sm-11{right:91.666667%}.bootstrap .pull-sm-12{right:100%}.bootstrap .push-sm-0{left:auto}.bootstrap .push-sm-1{left:8.333333%}.bootstrap .push-sm-2{left:16.666667%}.bootstrap .push-sm-3{left:25%}.bootstrap .push-sm-4{left:33.333333%}.bootstrap .push-sm-5{left:41.666667%}.bootstrap .push-sm-6{left:50%}.bootstrap .push-sm-7{left:58.333333%}.bootstrap .push-sm-8{left:66.666667%}.bootstrap .push-sm-9{left:75%}.bootstrap .push-sm-10{left:83.333333%}.bootstrap .push-sm-11{left:91.666667%}.bootstrap .push-sm-12{left:100%}.bootstrap .offset-sm-0{margin-left:0}.bootstrap .offset-sm-1{margin-left:8.333333%}.bootstrap .offset-sm-2{margin-left:16.666667%}.bootstrap .offset-sm-3{margin-left:25%}.bootstrap .offset-sm-4{margin-left:33.333333%}.bootstrap .offset-sm-5{margin-left:41.666667%}.bootstrap .offset-sm-6{margin-left:50%}.bootstrap .offset-sm-7{margin-left:58.333333%}.bootstrap .offset-sm-8{margin-left:66.666667%}.bootstrap .offset-sm-9{margin-left:75%}.bootstrap .offset-sm-10{margin-left:83.333333%}.bootstrap .offset-sm-11{margin-left:91.666667%}}@media (min-width: 768px){.bootstrap .col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap .col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap .col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap .col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap .col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap .col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap .col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap .col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap .col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap .col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap .col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap .col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap .col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap .col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap .pull-md-0{right:auto}.bootstrap .pull-md-1{right:8.333333%}.bootstrap .pull-md-2{right:16.666667%}.bootstrap .pull-md-3{right:25%}.bootstrap .pull-md-4{right:33.333333%}.bootstrap .pull-md-5{right:41.666667%}.bootstrap .pull-md-6{right:50%}.bootstrap .pull-md-7{right:58.333333%}.bootstrap .pull-md-8{right:66.666667%}.bootstrap .pull-md-9{right:75%}.bootstrap .pull-md-10{right:83.333333%}.bootstrap .pull-md-11{right:91.666667%}.bootstrap .pull-md-12{right:100%}.bootstrap .push-md-0{left:auto}.bootstrap .push-md-1{left:8.333333%}.bootstrap .push-md-2{left:16.666667%}.bootstrap .push-md-3{left:25%}.bootstrap .push-md-4{left:33.333333%}.bootstrap .push-md-5{left:41.666667%}.bootstrap .push-md-6{left:50%}.bootstrap .push-md-7{left:58.333333%}.bootstrap .push-md-8{left:66.666667%}.bootstrap .push-md-9{left:75%}.bootstrap .push-md-10{left:83.333333%}.bootstrap .push-md-11{left:91.666667%}.bootstrap .push-md-12{left:100%}.bootstrap .offset-md-0{margin-left:0}.bootstrap .offset-md-1{margin-left:8.333333%}.bootstrap .offset-md-2{margin-left:16.666667%}.bootstrap .offset-md-3{margin-left:25%}.bootstrap .offset-md-4{margin-left:33.333333%}.bootstrap .offset-md-5{margin-left:41.666667%}.bootstrap .offset-md-6{margin-left:50%}.bootstrap .offset-md-7{margin-left:58.333333%}.bootstrap .offset-md-8{margin-left:66.666667%}.bootstrap .offset-md-9{margin-left:75%}.bootstrap .offset-md-10{margin-left:83.333333%}.bootstrap .offset-md-11{margin-left:91.666667%}}@media (min-width: 992px){.bootstrap .col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap .col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap .col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap .col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap .col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap .col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap .col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap .col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap .col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap .col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap .col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap .col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap .col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap .col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap .pull-lg-0{right:auto}.bootstrap .pull-lg-1{right:8.333333%}.bootstrap .pull-lg-2{right:16.666667%}.bootstrap .pull-lg-3{right:25%}.bootstrap .pull-lg-4{right:33.333333%}.bootstrap .pull-lg-5{right:41.666667%}.bootstrap .pull-lg-6{right:50%}.bootstrap .pull-lg-7{right:58.333333%}.bootstrap .pull-lg-8{right:66.666667%}.bootstrap .pull-lg-9{right:75%}.bootstrap .pull-lg-10{right:83.333333%}.bootstrap .pull-lg-11{right:91.666667%}.bootstrap .pull-lg-12{right:100%}.bootstrap .push-lg-0{left:auto}.bootstrap .push-lg-1{left:8.333333%}.bootstrap .push-lg-2{left:16.666667%}.bootstrap .push-lg-3{left:25%}.bootstrap .push-lg-4{left:33.333333%}.bootstrap .push-lg-5{left:41.666667%}.bootstrap .push-lg-6{left:50%}.bootstrap .push-lg-7{left:58.333333%}.bootstrap .push-lg-8{left:66.666667%}.bootstrap .push-lg-9{left:75%}.bootstrap .push-lg-10{left:83.333333%}.bootstrap .push-lg-11{left:91.666667%}.bootstrap .push-lg-12{left:100%}.bootstrap .offset-lg-0{margin-left:0}.bootstrap .offset-lg-1{margin-left:8.333333%}.bootstrap .offset-lg-2{margin-left:16.666667%}.bootstrap .offset-lg-3{margin-left:25%}.bootstrap .offset-lg-4{margin-left:33.333333%}.bootstrap .offset-lg-5{margin-left:41.666667%}.bootstrap .offset-lg-6{margin-left:50%}.bootstrap .offset-lg-7{margin-left:58.333333%}.bootstrap .offset-lg-8{margin-left:66.666667%}.bootstrap .offset-lg-9{margin-left:75%}.bootstrap .offset-lg-10{margin-left:83.333333%}.bootstrap .offset-lg-11{margin-left:91.666667%}}@media (min-width: 1200px){.bootstrap .col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap .col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap .col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap .col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap .col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap .col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap .col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap .col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap .col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap .col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap .col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap .col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap .col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap .col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap .pull-xl-0{right:auto}.bootstrap .pull-xl-1{right:8.333333%}.bootstrap .pull-xl-2{right:16.666667%}.bootstrap .pull-xl-3{right:25%}.bootstrap .pull-xl-4{right:33.333333%}.bootstrap .pull-xl-5{right:41.666667%}.bootstrap .pull-xl-6{right:50%}.bootstrap .pull-xl-7{right:58.333333%}.bootstrap .pull-xl-8{right:66.666667%}.bootstrap .pull-xl-9{right:75%}.bootstrap .pull-xl-10{right:83.333333%}.bootstrap .pull-xl-11{right:91.666667%}.bootstrap .pull-xl-12{right:100%}.bootstrap .push-xl-0{left:auto}.bootstrap .push-xl-1{left:8.333333%}.bootstrap .push-xl-2{left:16.666667%}.bootstrap .push-xl-3{left:25%}.bootstrap .push-xl-4{left:33.333333%}.bootstrap .push-xl-5{left:41.666667%}.bootstrap .push-xl-6{left:50%}.bootstrap .push-xl-7{left:58.333333%}.bootstrap .push-xl-8{left:66.666667%}.bootstrap .push-xl-9{left:75%}.bootstrap .push-xl-10{left:83.333333%}.bootstrap .push-xl-11{left:91.666667%}.bootstrap .push-xl-12{left:100%}.bootstrap .offset-xl-0{margin-left:0}.bootstrap .offset-xl-1{margin-left:8.333333%}.bootstrap .offset-xl-2{margin-left:16.666667%}.bootstrap .offset-xl-3{margin-left:25%}.bootstrap .offset-xl-4{margin-left:33.333333%}.bootstrap .offset-xl-5{margin-left:41.666667%}.bootstrap .offset-xl-6{margin-left:50%}.bootstrap .offset-xl-7{margin-left:58.333333%}.bootstrap .offset-xl-8{margin-left:66.666667%}.bootstrap .offset-xl-9{margin-left:75%}.bootstrap .offset-xl-10{margin-left:83.333333%}.bootstrap .offset-xl-11{margin-left:91.666667%}}.bootstrap .table{width:100%;max-width:100%;margin-bottom:1rem}.bootstrap .table td,.bootstrap .table th{padding:.75rem;vertical-align:top;border-top:1px solid #eceeef}.bootstrap .table thead th{vertical-align:bottom;border-bottom:2px solid #eceeef}.bootstrap .table tbody + tbody{border-top:2px solid #eceeef}.bootstrap .table .table{background-color:#fff}.bootstrap .table-sm td,.bootstrap .table-sm th{padding:0.3rem}.bootstrap .table-bordered{border:1px solid #eceeef}.bootstrap .table-bordered td,.bootstrap .table-bordered th{border:1px solid #eceeef}.bootstrap .table-bordered thead td,.bootstrap .table-bordered thead th{border-bottom-width:2px}.bootstrap .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0, 0, 0, 0.05)}.bootstrap .table-hover tbody tr:hover{background-color:rgba(0, 0, 0, 0.075)}.bootstrap .table-active,.bootstrap .table-active > td,.bootstrap .table-active > th{background-color:rgba(0, 0, 0, 0.075)}.bootstrap .table-hover .table-active:hover{background-color:rgba(0, 0, 0, 0.075)}.bootstrap .table-hover .table-active:hover > td,.bootstrap .table-hover .table-active:hover > th{background-color:rgba(0, 0, 0, 0.075)}.bootstrap .table-success,.bootstrap .table-success > td,.bootstrap .table-success > th{background-color:#dff0d8}.bootstrap .table-hover .table-success:hover{background-color:#d0e9c6}.bootstrap .table-hover .table-success:hover > td,.bootstrap .table-hover .table-success:hover > th{background-color:#d0e9c6}.bootstrap .table-info,.bootstrap .table-info > td,.bootstrap .table-info > th{background-color:#d9edf7}.bootstrap .table-hover .table-info:hover{background-color:#c4e3f3}.bootstrap .table-hover .table-info:hover > td,.bootstrap .table-hover .table-info:hover > th{background-color:#c4e3f3}.bootstrap .table-warning,.bootstrap .table-warning > td,.bootstrap .table-warning > th{background-color:#fcf8e3}.bootstrap .table-hover .table-warning:hover{background-color:#faf2cc}.bootstrap .table-hover .table-warning:hover > td,.bootstrap .table-hover .table-warning:hover > th{background-color:#faf2cc}.bootstrap .table-danger,.bootstrap .table-danger > td,.bootstrap .table-danger > th{background-color:#f2dede}.bootstrap .table-hover .table-danger:hover{background-color:#ebcccc}.bootstrap .table-hover .table-danger:hover > td,.bootstrap .table-hover .table-danger:hover > th{background-color:#ebcccc}.bootstrap .thead-inverse th{color:#fff;background-color:#292b2c}.bootstrap .thead-default th{color:#464a4c;background-color:#eceeef}.bootstrap .table-inverse{color:#fff;background-color:#292b2c}.bootstrap .table-inverse td,.bootstrap .table-inverse th,.bootstrap .table-inverse thead th{border-color:#fff}.bootstrap .table-inverse.table-bordered{border:0}.bootstrap .table-responsive{display:block;width:100%;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap .table-responsive.table-bordered{border:0}.bootstrap .form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#464a4c;background-color:#fff;background-image:none;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.15);border-radius:.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}.bootstrap .form-control::-ms-expand{background-color:transparent;border:0}.bootstrap .form-control:focus{color:#464a4c;background-color:#fff;border-color:#5cb3fd;outline:0}.bootstrap .form-control::-webkit-input-placeholder{color:#636c72;opacity:1}.bootstrap .form-control::-moz-placeholder{color:#636c72;opacity:1}.bootstrap .form-control:-ms-input-placeholder{color:#636c72;opacity:1}.bootstrap .form-control::placeholder{color:#636c72;opacity:1}.bootstrap .form-control:disabled,.bootstrap .form-control[readonly]{background-color:#eceeef;opacity:1}.bootstrap .form-control:disabled{cursor:not-allowed}.bootstrap select.form-control:not([size]):not([multiple]){height:calc(4.25rem)}.bootstrap select.form-control:focus::-ms-value{color:#464a4c;background-color:#fff}.bootstrap .form-control-file,.bootstrap .form-control-range{display:block}.bootstrap .col-form-label{padding-top:calc(-1.5rem);padding-bottom:calc(-1.5rem);margin-bottom:0}.bootstrap .col-form-label-lg{padding-top:calc(-1.25rem);padding-bottom:calc(-1.25rem);font-size:1.25rem}.bootstrap .col-form-label-sm{padding-top:calc(-1.75rem);padding-bottom:calc(-1.75rem);font-size:0.875rem}.bootstrap .col-form-legend{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;font-size:1rem}.bootstrap .form-control-static{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;line-height:1.25;border:solid transparent;border-width:1px 0}.bootstrap .form-control-static.form-control-lg,.bootstrap .form-control-static.form-control-sm,.bootstrap .input-group-lg > .form-control-static.form-control,.bootstrap .input-group-lg > .form-control-static.input-group-addon,.bootstrap .input-group-lg > .input-group-btn > .form-control-static.btn,.bootstrap .input-group-sm > .form-control-static.form-control,.bootstrap .input-group-sm > .form-control-static.input-group-addon,.bootstrap .input-group-sm > .input-group-btn > .form-control-static.btn{padding-right:0;padding-left:0}.bootstrap .form-control-sm,.bootstrap .input-group-sm > .form-control,.bootstrap .input-group-sm > .input-group-addon,.bootstrap .input-group-sm > .input-group-btn > .btn{padding:.25rem .5rem;font-size:.875rem;border-radius:0.2rem}.bootstrap .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),.bootstrap .input-group-sm > select.form-control:not([size]):not([multiple]),.bootstrap .input-group-sm > select.input-group-addon:not([size]):not([multiple]),.bootstrap select.form-control-sm:not([size]):not([multiple]){height:1.8125rem}.bootstrap .form-control-lg,.bootstrap .input-group-lg > .form-control,.bootstrap .input-group-lg > .input-group-addon,.bootstrap .input-group-lg > .input-group-btn > .btn{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:0.3rem}.bootstrap .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),.bootstrap .input-group-lg > select.form-control:not([size]):not([multiple]),.bootstrap .input-group-lg > select.input-group-addon:not([size]):not([multiple]),.bootstrap select.form-control-lg:not([size]):not([multiple]){height:3.166667rem}.bootstrap .form-group{margin-bottom:1rem}.bootstrap .form-text{display:block;margin-top:0.25rem}.bootstrap .form-check{position:relative;display:block;margin-bottom:0.5rem}.bootstrap .form-check.disabled .form-check-label{color:#636c72;cursor:not-allowed}.bootstrap .form-check-label{padding-left:1.25rem;margin-bottom:0;cursor:pointer}.bootstrap .form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}.bootstrap .form-check-input:only-child{position:static}.bootstrap .form-check-inline{display:inline-block}.bootstrap .form-check-inline .form-check-label{vertical-align:middle}.bootstrap .form-check-inline + .form-check-inline{margin-left:0.75rem}.bootstrap .form-control-feedback{margin-top:0.25rem}.bootstrap .form-control-danger,.bootstrap .form-control-success,.bootstrap .form-control-warning{padding-right:2.25rem;background-repeat:no-repeat;background-position:center right .5625rem;-webkit-background-size:1.125rem 1.125rem;background-size:1.125rem 1.125rem}.bootstrap .has-success .col-form-label,.bootstrap .has-success .custom-control,.bootstrap .has-success .form-check-label,.bootstrap .has-success .form-control-feedback,.bootstrap .has-success .form-control-label{color:#5cb85c}.bootstrap .has-success .form-control{border-color:#5cb85c}.bootstrap .has-success .input-group-addon{color:#5cb85c;border-color:#5cb85c;background-color:#eaf6ea}.bootstrap .has-success .form-control-success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")}.bootstrap .has-warning .col-form-label,.bootstrap .has-warning .custom-control,.bootstrap .has-warning .form-check-label,.bootstrap .has-warning .form-control-feedback,.bootstrap .has-warning .form-control-label{color:#f0ad4e}.bootstrap .has-warning .form-control{border-color:#f0ad4e}.bootstrap .has-warning .input-group-addon{color:#f0ad4e;border-color:#f0ad4e;background-color:#fff}.bootstrap .has-warning .form-control-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")}.bootstrap .has-danger .col-form-label,.bootstrap .has-danger .custom-control,.bootstrap .has-danger .form-check-label,.bootstrap .has-danger .form-control-feedback,.bootstrap .has-danger .form-control-label{color:#d9534f}.bootstrap .has-danger .form-control{border-color:#d9534f}.bootstrap .has-danger .input-group-addon{color:#d9534f;border-color:#d9534f;background-color:#fdf7f7}.bootstrap .has-danger .form-control-danger{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")}.bootstrap .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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap .form-inline .form-check{width:100%}@media (min-width: 576px){.bootstrap .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}.bootstrap .form-inline .form-group{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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.bootstrap .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap .form-inline .form-control-static{display:inline-block}.bootstrap .form-inline .input-group{width:auto}.bootstrap .form-inline .form-control-label{margin-bottom:0;vertical-align:middle}.bootstrap .form-inline .form-check{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}.bootstrap .form-inline .form-check-label{padding-left:0}.bootstrap .form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.bootstrap .form-inline .custom-control{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;padding-left:0}.bootstrap .form-inline .custom-control-indicator{position:static;display:inline-block;margin-right:.25rem;vertical-align:text-bottom}.bootstrap .form-inline .has-feedback .form-control-feedback{top:0}}.bootstrap .btn{display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem 1rem;font-size:1rem;border-radius:.25rem;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.bootstrap .btn:focus,.bootstrap .btn:hover{text-decoration:none}.bootstrap .btn.focus,.bootstrap .btn:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(2, 117, 216, 0.25);box-shadow:0 0 0 2px rgba(2, 117, 216, 0.25)}.bootstrap .btn.disabled,.bootstrap .btn:disabled{cursor:not-allowed;opacity:0.65}.bootstrap .btn.active,.bootstrap .btn:active{background-image:none}.bootstrap a.btn.disabled,.bootstrap fieldset[disabled] a.btn{pointer-events:none}.bootstrap .btn-primary{color:#fff;background-color:#0275d8;border-color:#0275d8}.bootstrap .btn-primary:hover{color:#fff;background-color:#025aa5;border-color:#01549b}.bootstrap .btn-primary.focus,.bootstrap .btn-primary:focus{-webkit-box-shadow:0 0 0 2px rgba(2, 117, 216, 0.5);box-shadow:0 0 0 2px rgba(2, 117, 216, 0.5)}.bootstrap .btn-primary.disabled,.bootstrap .btn-primary:disabled{background-color:#0275d8;border-color:#0275d8}.bootstrap .btn-primary.active,.bootstrap .btn-primary:active,.bootstrap .show > .btn-primary.dropdown-toggle{color:#fff;background-color:#025aa5;background-image:none;border-color:#01549b}.bootstrap .btn-secondary{color:#292b2c;background-color:#fff;border-color:#ccc}.bootstrap .btn-secondary:hover{color:#292b2c;background-color:#e6e6e6;border-color:#adadad}.bootstrap .btn-secondary.focus,.bootstrap .btn-secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(204, 204, 204, 0.5);box-shadow:0 0 0 2px rgba(204, 204, 204, 0.5)}.bootstrap .btn-secondary.disabled,.bootstrap .btn-secondary:disabled{background-color:#fff;border-color:#ccc}.bootstrap .btn-secondary.active,.bootstrap .btn-secondary:active,.bootstrap .show > .btn-secondary.dropdown-toggle{color:#292b2c;background-color:#e6e6e6;background-image:none;border-color:#adadad}.bootstrap .btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.bootstrap .btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.bootstrap .btn-info.focus,.bootstrap .btn-info:focus{-webkit-box-shadow:0 0 0 2px rgba(91, 192, 222, 0.5);box-shadow:0 0 0 2px rgba(91, 192, 222, 0.5)}.bootstrap .btn-info.disabled,.bootstrap .btn-info:disabled{background-color:#5bc0de;border-color:#5bc0de}.bootstrap .btn-info.active,.bootstrap .btn-info:active,.bootstrap .show > .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;background-image:none;border-color:#2aabd2}.bootstrap .btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.bootstrap .btn-success:hover{color:#fff;background-color:#449d44;border-color:#419641}.bootstrap .btn-success.focus,.bootstrap .btn-success:focus{-webkit-box-shadow:0 0 0 2px rgba(92, 184, 92, 0.5);box-shadow:0 0 0 2px rgba(92, 184, 92, 0.5)}.bootstrap .btn-success.disabled,.bootstrap .btn-success:disabled{background-color:#5cb85c;border-color:#5cb85c}.bootstrap .btn-success.active,.bootstrap .btn-success:active,.bootstrap .show > .btn-success.dropdown-toggle{color:#fff;background-color:#449d44;background-image:none;border-color:#419641}.bootstrap .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.bootstrap .btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#eb9316}.bootstrap .btn-warning.focus,.bootstrap .btn-warning:focus{-webkit-box-shadow:0 0 0 2px rgba(240, 173, 78, 0.5);box-shadow:0 0 0 2px rgba(240, 173, 78, 0.5)}.bootstrap .btn-warning.disabled,.bootstrap .btn-warning:disabled{background-color:#f0ad4e;border-color:#f0ad4e}.bootstrap .btn-warning.active,.bootstrap .btn-warning:active,.bootstrap .show > .btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;background-image:none;border-color:#eb9316}.bootstrap .btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.bootstrap .btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#c12e2a}.bootstrap .btn-danger.focus,.bootstrap .btn-danger:focus{-webkit-box-shadow:0 0 0 2px rgba(217, 83, 79, 0.5);box-shadow:0 0 0 2px rgba(217, 83, 79, 0.5)}.bootstrap .btn-danger.disabled,.bootstrap .btn-danger:disabled{background-color:#d9534f;border-color:#d9534f}.bootstrap .btn-danger.active,.bootstrap .btn-danger:active,.bootstrap .show > .btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;background-image:none;border-color:#c12e2a}.bootstrap .btn-outline-primary{color:#0275d8;background-image:none;background-color:transparent;border-color:#0275d8}.bootstrap .btn-outline-primary:hover{color:#fff;background-color:#0275d8;border-color:#0275d8}.bootstrap .btn-outline-primary.focus,.bootstrap .btn-outline-primary:focus{-webkit-box-shadow:0 0 0 2px rgba(2, 117, 216, 0.5);box-shadow:0 0 0 2px rgba(2, 117, 216, 0.5)}.bootstrap .btn-outline-primary.disabled,.bootstrap .btn-outline-primary:disabled{color:#0275d8;background-color:transparent}.bootstrap .btn-outline-primary.active,.bootstrap .btn-outline-primary:active,.bootstrap .show > .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#0275d8;border-color:#0275d8}.bootstrap .btn-outline-secondary{color:#ccc;background-image:none;background-color:transparent;border-color:#ccc}.bootstrap .btn-outline-secondary:hover{color:#fff;background-color:#ccc;border-color:#ccc}.bootstrap .btn-outline-secondary.focus,.bootstrap .btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(204, 204, 204, 0.5);box-shadow:0 0 0 2px rgba(204, 204, 204, 0.5)}.bootstrap .btn-outline-secondary.disabled,.bootstrap .btn-outline-secondary:disabled{color:#ccc;background-color:transparent}.bootstrap .btn-outline-secondary.active,.bootstrap .btn-outline-secondary:active,.bootstrap .show > .btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#ccc;border-color:#ccc}.bootstrap .btn-outline-info{color:#5bc0de;background-image:none;background-color:transparent;border-color:#5bc0de}.bootstrap .btn-outline-info:hover{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.bootstrap .btn-outline-info.focus,.bootstrap .btn-outline-info:focus{-webkit-box-shadow:0 0 0 2px rgba(91, 192, 222, 0.5);box-shadow:0 0 0 2px rgba(91, 192, 222, 0.5)}.bootstrap .btn-outline-info.disabled,.bootstrap .btn-outline-info:disabled{color:#5bc0de;background-color:transparent}.bootstrap .btn-outline-info.active,.bootstrap .btn-outline-info:active,.bootstrap .show > .btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.bootstrap .btn-outline-success{color:#5cb85c;background-image:none;background-color:transparent;border-color:#5cb85c}.bootstrap .btn-outline-success:hover{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.bootstrap .btn-outline-success.focus,.bootstrap .btn-outline-success:focus{-webkit-box-shadow:0 0 0 2px rgba(92, 184, 92, 0.5);box-shadow:0 0 0 2px rgba(92, 184, 92, 0.5)}.bootstrap .btn-outline-success.disabled,.bootstrap .btn-outline-success:disabled{color:#5cb85c;background-color:transparent}.bootstrap .btn-outline-success.active,.bootstrap .btn-outline-success:active,.bootstrap .show > .btn-outline-success.dropdown-toggle{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.bootstrap .btn-outline-warning{color:#f0ad4e;background-image:none;background-color:transparent;border-color:#f0ad4e}.bootstrap .btn-outline-warning:hover{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.bootstrap .btn-outline-warning.focus,.bootstrap .btn-outline-warning:focus{-webkit-box-shadow:0 0 0 2px rgba(240, 173, 78, 0.5);box-shadow:0 0 0 2px rgba(240, 173, 78, 0.5)}.bootstrap .btn-outline-warning.disabled,.bootstrap .btn-outline-warning:disabled{color:#f0ad4e;background-color:transparent}.bootstrap .btn-outline-warning.active,.bootstrap .btn-outline-warning:active,.bootstrap .show > .btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.bootstrap .btn-outline-danger{color:#d9534f;background-image:none;background-color:transparent;border-color:#d9534f}.bootstrap .btn-outline-danger:hover{color:#fff;background-color:#d9534f;border-color:#d9534f}.bootstrap .btn-outline-danger.focus,.bootstrap .btn-outline-danger:focus{-webkit-box-shadow:0 0 0 2px rgba(217, 83, 79, 0.5);box-shadow:0 0 0 2px rgba(217, 83, 79, 0.5)}.bootstrap .btn-outline-danger.disabled,.bootstrap .btn-outline-danger:disabled{color:#d9534f;background-color:transparent}.bootstrap .btn-outline-danger.active,.bootstrap .btn-outline-danger:active,.bootstrap .show > .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d9534f;border-color:#d9534f}.bootstrap .btn-link{font-weight:400;color:#0275d8;border-radius:0}.bootstrap .btn-link,.bootstrap .btn-link.active,.bootstrap .btn-link:active,.bootstrap .btn-link:disabled{background-color:transparent}.bootstrap .btn-link,.bootstrap .btn-link:active,.bootstrap .btn-link:focus{border-color:transparent}.bootstrap .btn-link:hover{border-color:transparent}.bootstrap .btn-link:focus,.bootstrap .btn-link:hover{color:#014c8c;text-decoration:underline;background-color:transparent}.bootstrap .btn-link:disabled{color:#636c72}.bootstrap .btn-link:disabled:focus,.bootstrap .btn-link:disabled:hover{text-decoration:none}.bootstrap .btn-group-lg > .btn,.bootstrap .btn-lg{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:0.3rem}.bootstrap .btn-group-sm > .btn,.bootstrap .btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:0.2rem}.bootstrap .btn-block{display:block;width:100%}.bootstrap .btn-block + .btn-block{margin-top:0.5rem}.bootstrap input[type=button].btn-block,.bootstrap input[type=reset].btn-block,.bootstrap input[type=submit].btn-block{width:100%}.bootstrap .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity 0.15s linear}.bootstrap .fade.show{opacity:1}.bootstrap .collapse{display:none}.bootstrap .collapse.show{display:block}.bootstrap tr.collapse.show{display:table-row}.bootstrap tbody.collapse.show{display:table-row-group}.bootstrap .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height 0.35s ease}.bootstrap .dropdown,.bootstrap .dropup{position:relative}.bootstrap .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.3em;vertical-align:middle;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:0.3em solid transparent}.bootstrap .dropdown-toggle:focus{outline:0}.bootstrap .dropup .dropdown-toggle::after{border-top:0;border-bottom:0.3em solid}.bootstrap .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#292b2c;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.15);border-radius:0.25rem}.bootstrap .dropdown-divider{height:1px;margin:.5rem 0;overflow:hidden;background-color:#eceeef}.bootstrap .dropdown-item{display:block;width:100%;padding:3px 1.5rem;clear:both;font-weight:400;color:#292b2c;text-align:inherit;white-space:nowrap;background:0 0;border:0}.bootstrap .dropdown-item:focus,.bootstrap .dropdown-item:hover{color:#1d1e1f;text-decoration:none;background-color:#f7f7f9}.bootstrap .dropdown-item.active,.bootstrap .dropdown-item:active{color:#fff;text-decoration:none;background-color:#0275d8}.bootstrap .dropdown-item.disabled,.bootstrap .dropdown-item:disabled{color:#636c72;cursor:not-allowed;background-color:transparent}.bootstrap .show > .dropdown-menu{display:block}.bootstrap .show > a{outline:0}.bootstrap .dropdown-menu-right{right:0;left:auto}.bootstrap .dropdown-menu-left{right:auto;left:0}.bootstrap .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#636c72;white-space:nowrap}.bootstrap .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.bootstrap .dropup .dropdown-menu{top:auto;bottom:100%;margin-bottom:0.125rem}.bootstrap .btn-group,.bootstrap .btn-group-vertical{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.bootstrap .btn-group-vertical > .btn,.bootstrap .btn-group > .btn{position:relative;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bootstrap .btn-group-vertical > .btn:hover,.bootstrap .btn-group > .btn:hover{z-index:2}.bootstrap .btn-group-vertical > .btn.active,.bootstrap .btn-group-vertical > .btn:active,.bootstrap .btn-group-vertical > .btn:focus,.bootstrap .btn-group > .btn.active,.bootstrap .btn-group > .btn:active,.bootstrap .btn-group > .btn:focus{z-index:2}.bootstrap .btn-group .btn + .btn,.bootstrap .btn-group .btn + .btn-group,.bootstrap .btn-group .btn-group + .btn,.bootstrap .btn-group .btn-group + .btn-group,.bootstrap .btn-group-vertical .btn + .btn,.bootstrap .btn-group-vertical .btn + .btn-group,.bootstrap .btn-group-vertical .btn-group + .btn,.bootstrap .btn-group-vertical .btn-group + .btn-group{margin-left:-1px}.bootstrap .btn-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap .btn-toolbar .input-group{width:auto}.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.bootstrap .btn-group > .btn:first-child{margin-left:0}.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .btn-group > .btn:last-child:not(:first-child),.bootstrap .btn-group > .dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .btn-group > .btn-group{float:left}.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .btn-group .dropdown-toggle:active,.bootstrap .btn-group.open .dropdown-toggle{outline:0}.bootstrap .btn + .dropdown-toggle-split{padding-right:.75rem;padding-left:0.75rem}.bootstrap .btn + .dropdown-toggle-split::after{margin-left:0}.bootstrap .btn-group-sm > .btn + .dropdown-toggle-split,.bootstrap .btn-sm + .dropdown-toggle-split{padding-right:.375rem;padding-left:0.375rem}.bootstrap .btn-group-lg > .btn + .dropdown-toggle-split,.bootstrap .btn-lg + .dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.bootstrap .btn-group-vertical{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bootstrap .btn-group-vertical .btn,.bootstrap .btn-group-vertical .btn-group{width:100%}.bootstrap .btn-group-vertical > .btn + .btn,.bootstrap .btn-group-vertical > .btn + .btn-group,.bootstrap .btn-group-vertical > .btn-group + .btn,.bootstrap .btn-group-vertical > .btn-group + .btn-group{margin-top:-1px;margin-left:0}.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0}.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap [data-toggle=buttons] > .btn input[type=checkbox],.bootstrap [data-toggle=buttons] > .btn input[type=radio],.bootstrap [data-toggle=buttons] > .btn-group > .btn input[type=checkbox],.bootstrap [data-toggle=buttons] > .btn-group > .btn input[type=radio]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.bootstrap .input-group{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.bootstrap .input-group .form-control{position:relative;z-index:2;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.bootstrap .input-group .form-control:active,.bootstrap .input-group .form-control:focus,.bootstrap .input-group .form-control:hover{z-index:3}.bootstrap .input-group .form-control,.bootstrap .input-group-addon,.bootstrap .input-group-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bootstrap .input-group .form-control:not(:first-child):not(:last-child),.bootstrap .input-group-addon:not(:first-child):not(:last-child),.bootstrap .input-group-btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap .input-group-addon,.bootstrap .input-group-btn{white-space:nowrap;vertical-align:middle}.bootstrap .input-group-addon{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#464a4c;text-align:center;background-color:#eceeef;border:1px solid rgba(0, 0, 0, 0.15);border-radius:0.25rem}.bootstrap .input-group-addon.form-control-sm,.bootstrap .input-group-sm > .input-group-addon,.bootstrap .input-group-sm > .input-group-btn > .input-group-addon.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:0.2rem}.bootstrap .input-group-addon.form-control-lg,.bootstrap .input-group-lg > .input-group-addon,.bootstrap .input-group-lg > .input-group-btn > .input-group-addon.btn{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:0.3rem}.bootstrap .input-group-addon input[type=checkbox],.bootstrap .input-group-addon input[type=radio]{margin-top:0}.bootstrap .input-group .form-control:not(:last-child),.bootstrap .input-group-addon:not(:last-child),.bootstrap .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,.bootstrap .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),.bootstrap .input-group-btn:not(:last-child) > .btn,.bootstrap .input-group-btn:not(:last-child) > .btn-group > .btn,.bootstrap .input-group-btn:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .input-group-addon:not(:last-child){border-right:0}.bootstrap .input-group .form-control:not(:first-child),.bootstrap .input-group-addon:not(:first-child),.bootstrap .input-group-btn:not(:first-child) > .btn,.bootstrap .input-group-btn:not(:first-child) > .btn-group > .btn,.bootstrap .input-group-btn:not(:first-child) > .dropdown-toggle,.bootstrap .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,.bootstrap .input-group-btn:not(:last-child) > .btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .form-control + .input-group-addon:not(:first-child){border-left:0}.bootstrap .input-group-btn{position:relative;font-size:0;white-space:nowrap}.bootstrap .input-group-btn > .btn{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.bootstrap .input-group-btn > .btn + .btn{margin-left:-1px}.bootstrap .input-group-btn > .btn:active,.bootstrap .input-group-btn > .btn:focus,.bootstrap .input-group-btn > .btn:hover{z-index:3}.bootstrap .input-group-btn:not(:last-child) > .btn,.bootstrap .input-group-btn:not(:last-child) > .btn-group{margin-right:-1px}.bootstrap .input-group-btn:not(:first-child) > .btn,.bootstrap .input-group-btn:not(:first-child) > .btn-group{z-index:2;margin-left:-1px}.bootstrap .input-group-btn:not(:first-child) > .btn-group:active,.bootstrap .input-group-btn:not(:first-child) > .btn-group:focus,.bootstrap .input-group-btn:not(:first-child) > .btn-group:hover,.bootstrap .input-group-btn:not(:first-child) > .btn:active,.bootstrap .input-group-btn:not(:first-child) > .btn:focus,.bootstrap .input-group-btn:not(:first-child) > .btn:hover{z-index:3}.bootstrap .custom-control{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;min-height:1.5rem;padding-left:1.5rem;margin-right:1rem;cursor:pointer}.bootstrap .custom-control-input{position:absolute;z-index:-1;opacity:0}.bootstrap .custom-control-input:checked ~ .custom-control-indicator{color:#fff;background-color:#0275d8}.bootstrap .custom-control-input:focus ~ .custom-control-indicator{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px #0275d8;box-shadow:0 0 0 1px #fff, 0 0 0 3px #0275d8}.bootstrap .custom-control-input:active ~ .custom-control-indicator{color:#fff;background-color:#8fcafe}.bootstrap .custom-control-input:disabled ~ .custom-control-indicator{cursor:not-allowed;background-color:#eceeef}.bootstrap .custom-control-input:disabled ~ .custom-control-description{color:#636c72;cursor:not-allowed}.bootstrap .custom-control-indicator{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:center center;-webkit-background-size:50% 50%;background-size:50% 50%}.bootstrap .custom-checkbox .custom-control-indicator{border-radius:0.25rem}.bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator{background-color:#0275d8;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.bootstrap .custom-radio .custom-control-indicator{border-radius:50%}.bootstrap .custom-radio .custom-control-input:checked ~ .custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.bootstrap .custom-controls-stacked{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.bootstrap .custom-controls-stacked .custom-control{margin-bottom:0.25rem}.bootstrap .custom-controls-stacked .custom-control + .custom-control{margin-left:0}.bootstrap .custom-select{display:inline-block;max-width:100%;height:calc(4.25rem);padding:.375rem 1.75rem .375rem .75rem;line-height:1.25;color:#464a4c;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;-webkit-background-size:8px 10px;background-size:8px 10px;border:1px solid rgba(0, 0, 0, 0.15);border-radius:.25rem;-moz-appearance:none;-webkit-appearance:none}.bootstrap .custom-select:focus{border-color:#5cb3fd;outline:0}.bootstrap .custom-select:focus::-ms-value{color:#464a4c;background-color:#fff}.bootstrap .custom-select:disabled{color:#636c72;cursor:not-allowed;background-color:#eceeef}.bootstrap .custom-select::-ms-expand{opacity:0}.bootstrap .custom-select-sm{padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.bootstrap .custom-file{position:relative;display:inline-block;max-width:100%;height:2.5rem;margin-bottom:0;cursor:pointer}.bootstrap .custom-file-input{min-width:14rem;max-width:100%;height:2.5rem;margin:0;filter:alpha(opacity=0);opacity:0}.bootstrap .custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#464a4c;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid rgba(0, 0, 0, 0.15);border-radius:0.25rem}.bootstrap .custom-file-control:lang(en)::after{content:"Choose file..."}.bootstrap .custom-file-control::before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#464a4c;background-color:#eceeef;border:1px solid rgba(0, 0, 0, 0.15);border-radius:0 0.25rem 0.25rem 0}.bootstrap .custom-file-control:lang(en)::before{content:"Browse"}.bootstrap .nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:0;margin-bottom:0;list-style:none}.bootstrap .nav-link{display:block;padding:0.5em 1em}.bootstrap .nav-link:focus,.bootstrap .nav-link:hover{text-decoration:none}.bootstrap .nav-link.disabled{color:#636c72;cursor:not-allowed}.bootstrap .nav-tabs{border-bottom:1px solid #ddd}.bootstrap .nav-tabs .nav-item{margin-bottom:-1px}.bootstrap .nav-tabs .nav-link{border:1px solid transparent;border-top-right-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap .nav-tabs .nav-link:focus,.bootstrap .nav-tabs .nav-link:hover{border-color:#eceeef #eceeef #ddd}.bootstrap .nav-tabs .nav-link.disabled{color:#636c72;background-color:transparent;border-color:transparent}.bootstrap .nav-tabs .nav-item.show .nav-link,.bootstrap .nav-tabs .nav-link.active{color:#464a4c;background-color:#fff;border-color:#ddd #ddd #fff}.bootstrap .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.bootstrap .nav-pills .nav-link{border-radius:0.25rem}.bootstrap .nav-pills .nav-item.show .nav-link,.bootstrap .nav-pills .nav-link.active{color:#fff;cursor:default;background-color:#0275d8}.bootstrap .nav-fill .nav-item{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.bootstrap .nav-justified .nav-item{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;text-align:center}.bootstrap .tab-content > .tab-pane{display:none}.bootstrap .tab-content > .active{display:block}.bootstrap .navbar{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0.5rem 1rem}.bootstrap .navbar-brand{display:inline-block;padding-top:.25rem;padding-bottom:.25rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.bootstrap .navbar-brand:focus,.bootstrap .navbar-brand:hover{text-decoration:none}.bootstrap .navbar-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.bootstrap .navbar-nav .nav-link{padding-right:0;padding-left:0}.bootstrap .navbar-text{display:inline-block;padding-top:.425rem;padding-bottom:0.425rem}.bootstrap .navbar-toggler{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding:.25rem .75rem;font-size:1.25rem;line-height:1;background:0 0;border:1px solid transparent;border-radius:0.25rem}.bootstrap .navbar-toggler:focus,.bootstrap .navbar-toggler:hover{text-decoration:none}.bootstrap .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;-webkit-background-size:100% 100%;background-size:100% 100%}.bootstrap .navbar-toggler-left{position:absolute;left:1rem}.bootstrap .navbar-toggler-right{position:absolute;right:1rem}@media (max-width: 575px){.bootstrap .navbar-toggleable .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap .navbar-toggleable > .container{padding-right:0;padding-left:0}}@media (min-width: 576px){.bootstrap .navbar-toggleable{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap .navbar-toggleable .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.bootstrap .navbar-toggleable .navbar-nav .nav-link{padding-right:.5rem;padding-left:0.5rem}.bootstrap .navbar-toggleable > .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap .navbar-toggleable .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;width:100%}.bootstrap .navbar-toggleable .navbar-toggler{display:none}}@media (max-width: 767px){.bootstrap .navbar-toggleable-sm .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap .navbar-toggleable-sm > .container{padding-right:0;padding-left:0}}@media (min-width: 768px){.bootstrap .navbar-toggleable-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap .navbar-toggleable-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.bootstrap .navbar-toggleable-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:0.5rem}.bootstrap .navbar-toggleable-sm > .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap .navbar-toggleable-sm .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;width:100%}.bootstrap .navbar-toggleable-sm .navbar-toggler{display:none}}@media (max-width: 991px){.bootstrap .navbar-toggleable-md .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap .navbar-toggleable-md > .container{padding-right:0;padding-left:0}}@media (min-width: 992px){.bootstrap .navbar-toggleable-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap .navbar-toggleable-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.bootstrap .navbar-toggleable-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:0.5rem}.bootstrap .navbar-toggleable-md > .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap .navbar-toggleable-md .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;width:100%}.bootstrap .navbar-toggleable-md .navbar-toggler{display:none}}@media (max-width: 1199px){.bootstrap .navbar-toggleable-lg .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap .navbar-toggleable-lg > .container{padding-right:0;padding-left:0}}@media (min-width: 1200px){.bootstrap .navbar-toggleable-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap .navbar-toggleable-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.bootstrap .navbar-toggleable-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:0.5rem}.bootstrap .navbar-toggleable-lg > .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap .navbar-toggleable-lg .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;width:100%}.bootstrap .navbar-toggleable-lg .navbar-toggler{display:none}}.bootstrap .navbar-toggleable-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap .navbar-toggleable-xl .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap .navbar-toggleable-xl > .container{padding-right:0;padding-left:0}.bootstrap .navbar-toggleable-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.bootstrap .navbar-toggleable-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:0.5rem}.bootstrap .navbar-toggleable-xl > .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap .navbar-toggleable-xl .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;width:100%}.bootstrap .navbar-toggleable-xl .navbar-toggler{display:none}.bootstrap .navbar-light .navbar-brand,.bootstrap .navbar-light .navbar-toggler{color:rgba(0, 0, 0, 0.9)}.bootstrap .navbar-light .navbar-brand:focus,.bootstrap .navbar-light .navbar-brand:hover,.bootstrap .navbar-light .navbar-toggler:focus,.bootstrap .navbar-light .navbar-toggler:hover{color:rgba(0, 0, 0, 0.9)}.bootstrap .navbar-light .navbar-nav .nav-link{color:rgba(0, 0, 0, 0.5)}.bootstrap .navbar-light .navbar-nav .nav-link:focus,.bootstrap .navbar-light .navbar-nav .nav-link:hover{color:rgba(0, 0, 0, 0.7)}.bootstrap .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0, 0, 0, 0.3)}.bootstrap .navbar-light .navbar-nav .active > .nav-link,.bootstrap .navbar-light .navbar-nav .nav-link.active,.bootstrap .navbar-light .navbar-nav .nav-link.open,.bootstrap .navbar-light .navbar-nav .open > .nav-link{color:rgba(0, 0, 0, 0.9)}.bootstrap .navbar-light .navbar-toggler{border-color:rgba(0, 0, 0, 0.1)}.bootstrap .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");'}.bootstrap .navbar-light .navbar-text{color:rgba(0, 0, 0, 0.5)}.bootstrap .navbar-inverse .navbar-brand,.bootstrap .navbar-inverse .navbar-toggler{color:#fff}.bootstrap .navbar-inverse .navbar-brand:focus,.bootstrap .navbar-inverse .navbar-brand:hover,.bootstrap .navbar-inverse .navbar-toggler:focus,.bootstrap .navbar-inverse .navbar-toggler:hover{color:#fff}.bootstrap .navbar-inverse .navbar-nav .nav-link{color:rgba(255, 255, 255, 0.5)}.bootstrap .navbar-inverse .navbar-nav .nav-link:focus,.bootstrap .navbar-inverse .navbar-nav .nav-link:hover{color:rgba(255, 255, 255, 0.75)}.bootstrap .navbar-inverse .navbar-nav .nav-link.disabled{color:rgba(255, 255, 255, 0.25)}.bootstrap .navbar-inverse .navbar-nav .active > .nav-link,.bootstrap .navbar-inverse .navbar-nav .nav-link.active,.bootstrap .navbar-inverse .navbar-nav .nav-link.open,.bootstrap .navbar-inverse .navbar-nav .open > .nav-link{color:#fff}.bootstrap .navbar-inverse .navbar-toggler{border-color:rgba(255, 255, 255, 0.1)}.bootstrap .navbar-inverse .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");'}.bootstrap .navbar-inverse .navbar-text{color:rgba(255, 255, 255, 0.5)}.bootstrap .card{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border:1px solid rgba(0, 0, 0, 0.125);border-radius:0.25rem}.bootstrap .card-block{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.bootstrap .card-title{margin-bottom:0.75rem}.bootstrap .card-subtitle{margin-top:-0.375rem;margin-bottom:0}.bootstrap .card-text:last-child{margin-bottom:0}.bootstrap .card-link:hover{text-decoration:none}.bootstrap .card-link + .card-link{margin-left:1.25rem}.bootstrap .card > .list-group:first-child .list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap .card > .list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:0.25rem}.bootstrap .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#f7f7f9;border-bottom:1px solid rgba(0, 0, 0, 0.125)}.bootstrap .card-header:first-child{border-radius:calc(-0.75rem) calc(-0.75rem) 0 0}.bootstrap .card-footer{padding:.75rem 1.25rem;background-color:#f7f7f9;border-top:1px solid rgba(0, 0, 0, 0.125)}.bootstrap .card-footer:last-child{border-radius:0 0 calc(-0.75rem) calc(-0.75rem)}.bootstrap .card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.bootstrap .card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.bootstrap .card-primary{background-color:#0275d8;border-color:#0275d8}.bootstrap .card-primary .card-footer,.bootstrap .card-primary .card-header{background-color:transparent}.bootstrap .card-success{background-color:#5cb85c;border-color:#5cb85c}.bootstrap .card-success .card-footer,.bootstrap .card-success .card-header{background-color:transparent}.bootstrap .card-info{background-color:#5bc0de;border-color:#5bc0de}.bootstrap .card-info .card-footer,.bootstrap .card-info .card-header{background-color:transparent}.bootstrap .card-warning{background-color:#f0ad4e;border-color:#f0ad4e}.bootstrap .card-warning .card-footer,.bootstrap .card-warning .card-header{background-color:transparent}.bootstrap .card-danger{background-color:#d9534f;border-color:#d9534f}.bootstrap .card-danger .card-footer,.bootstrap .card-danger .card-header{background-color:transparent}.bootstrap .card-outline-primary{background-color:transparent;border-color:#0275d8}.bootstrap .card-outline-secondary{background-color:transparent;border-color:#ccc}.bootstrap .card-outline-info{background-color:transparent;border-color:#5bc0de}.bootstrap .card-outline-success{background-color:transparent;border-color:#5cb85c}.bootstrap .card-outline-warning{background-color:transparent;border-color:#f0ad4e}.bootstrap .card-outline-danger{background-color:transparent;border-color:#d9534f}.bootstrap .card-inverse{color:rgba(255, 255, 255, 0.65)}.bootstrap .card-inverse .card-footer,.bootstrap .card-inverse .card-header{background-color:transparent;border-color:rgba(255, 255, 255, 0.2)}.bootstrap .card-inverse .card-blockquote,.bootstrap .card-inverse .card-footer,.bootstrap .card-inverse .card-header,.bootstrap .card-inverse .card-title{color:#fff}.bootstrap .card-inverse .card-blockquote .blockquote-footer,.bootstrap .card-inverse .card-link,.bootstrap .card-inverse .card-subtitle,.bootstrap .card-inverse .card-text{color:rgba(255, 255, 255, 0.65)}.bootstrap .card-inverse .card-link:focus,.bootstrap .card-inverse .card-link:hover{color:#fff}.bootstrap .card-blockquote{padding:0;margin-bottom:0;border-left:0}.bootstrap .card-img{border-radius:calc(-0.75rem)}.bootstrap .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.bootstrap .card-img-top{border-top-right-radius:calc(-0.75rem);border-top-left-radius:calc(-0.75rem)}.bootstrap .card-img-bottom{border-bottom-right-radius:calc(-0.75rem);border-bottom-left-radius:calc(-0.75rem)}@media (min-width: 576px){.bootstrap .card-deck{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}.bootstrap .card-deck .card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.bootstrap .card-deck .card:not(:first-child){margin-left:15px}.bootstrap .card-deck .card:not(:last-child){margin-right:15px}}@media (min-width: 576px){.bootstrap .card-group{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}.bootstrap .card-group .card{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.bootstrap .card-group .card + .card{margin-left:0;border-left:0}.bootstrap .card-group .card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .card-group .card:first-child .card-img-top{border-top-right-radius:0}.bootstrap .card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.bootstrap .card-group .card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .card-group .card:last-child .card-img-top{border-top-left-radius:0}.bootstrap .card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.bootstrap .card-group .card:not(:first-child):not(:last-child){border-radius:0}.bootstrap .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.bootstrap .card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}@media (min-width: 576px){.bootstrap .card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.bootstrap .card-columns .card{display:inline-block;width:100%;margin-bottom:0.75rem}}.bootstrap .breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eceeef;border-radius:0.25rem}.bootstrap .breadcrumb::after{display:block;content:"";clear:both}.bootstrap .breadcrumb-item{float:left}.bootstrap .breadcrumb-item + .breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#636c72;content:"/"}.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before{text-decoration:underline}.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before{text-decoration:none}.bootstrap .breadcrumb-item.active{color:#636c72}.bootstrap .pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0.25rem}.bootstrap .page-item:first-child .page-link{margin-left:0;border-bottom-left-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap .page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:0.25rem}.bootstrap .page-item.active .page-link{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.bootstrap .page-item.disabled .page-link{color:#636c72;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#ddd}.bootstrap .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#0275d8;background-color:#fff;border:1px solid #ddd}.bootstrap .page-link:focus,.bootstrap .page-link:hover{color:#014c8c;text-decoration:none;background-color:#eceeef;border-color:#ddd}.bootstrap .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.bootstrap .pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:0.3rem}.bootstrap .pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:0.3rem}.bootstrap .pagination-sm .page-link{padding:.25rem .5rem;font-size:0.875rem}.bootstrap .pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:0.2rem}.bootstrap .pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:0.2rem}.bootstrap .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0.25rem}.bootstrap .badge:empty{display:none}.bootstrap .btn .badge{position:relative;top:-1px}.bootstrap a.badge:focus,.bootstrap a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.bootstrap .badge-default{background-color:#636c72}.bootstrap .badge-default[href]:focus,.bootstrap .badge-default[href]:hover{background-color:#4b5257}.bootstrap .badge-primary{background-color:#0275d8}.bootstrap .badge-primary[href]:focus,.bootstrap .badge-primary[href]:hover{background-color:#025aa5}.bootstrap .badge-success{background-color:#5cb85c}.bootstrap .badge-success[href]:focus,.bootstrap .badge-success[href]:hover{background-color:#449d44}.bootstrap .badge-info{background-color:#5bc0de}.bootstrap .badge-info[href]:focus,.bootstrap .badge-info[href]:hover{background-color:#31b0d5}.bootstrap .badge-warning{background-color:#f0ad4e}.bootstrap .badge-warning[href]:focus,.bootstrap .badge-warning[href]:hover{background-color:#ec971f}.bootstrap .badge-danger{background-color:#d9534f}.bootstrap .badge-danger[href]:focus,.bootstrap .badge-danger[href]:hover{background-color:#c9302c}.bootstrap .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eceeef;border-radius:0.3rem}@media (min-width: 576px){.bootstrap .jumbotron{padding:4rem 2rem}}.bootstrap .jumbotron-hr{border-top-color:#d0d5d8}.bootstrap .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.bootstrap .alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem}.bootstrap .alert-heading{color:inherit}.bootstrap .alert-link{font-weight:700}.bootstrap .alert-dismissible .close{position:relative;top:-0.75rem;right:-1.25rem;padding:.75rem 1.25rem;color:inherit}.bootstrap .alert-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.bootstrap .alert-success hr{border-top-color:#c1e2b3}.bootstrap .alert-success .alert-link{color:#2b542c}.bootstrap .alert-info{background-color:#d9edf7;border-color:#bcdff1;color:#31708f}.bootstrap .alert-info hr{border-top-color:#a6d5ec}.bootstrap .alert-info .alert-link{color:#245269}.bootstrap .alert-warning{background-color:#fcf8e3;border-color:#faf2cc;color:#8a6d3b}.bootstrap .alert-warning hr{border-top-color:#f7ecb5}.bootstrap .alert-warning .alert-link{color:#66512c}.bootstrap .alert-danger{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.bootstrap .alert-danger hr{border-top-color:#e4b9b9}.bootstrap .alert-danger .alert-link{color:#843534}@-webkit-keyframes "progress-bar-stripes"{from{background-position:1rem 0;}to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from { background-position:1rem 0}to{background-position:0 0}@keyframes "progress-bar-stripes"{from{background-position:1rem 0;}to{background-position:0 0;}}.bootstrap .progress{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;font-size:.75rem;line-height:1rem;text-align:center;background-color:#eceeef;border-radius:0.25rem}.bootstrap .progress-bar{height:1rem;color:#fff;background-color:#0275d8}.bootstrap .progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:1rem 1rem;background-size:1rem 1rem}.bootstrap .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;-o-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.bootstrap .media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bootstrap .media-body{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.bootstrap .list-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.bootstrap .list-group-item-action{width:100%;color:#464a4c;text-align:inherit}.bootstrap .list-group-item-action .list-group-item-heading{color:#292b2c}.bootstrap .list-group-item-action:focus,.bootstrap .list-group-item-action:hover{color:#464a4c;text-decoration:none;background-color:#f7f7f9}.bootstrap .list-group-item-action:active{color:#292b2c;background-color:#eceeef}.bootstrap .list-group-item{position:relative;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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0, 0, 0, 0.125)}.bootstrap .list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:0.25rem}.bootstrap .list-group-item:focus,.bootstrap .list-group-item:hover{text-decoration:none}.bootstrap .list-group-item.disabled,.bootstrap .list-group-item:disabled{color:#636c72;cursor:not-allowed;background-color:#fff}.bootstrap .list-group-item.disabled .list-group-item-heading,.bootstrap .list-group-item:disabled .list-group-item-heading{color:inherit}.bootstrap .list-group-item.disabled .list-group-item-text,.bootstrap .list-group-item:disabled .list-group-item-text{color:#636c72}.bootstrap .list-group-item.active{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.bootstrap .list-group-item.active .list-group-item-heading,.bootstrap .list-group-item.active .list-group-item-heading > .small,.bootstrap .list-group-item.active .list-group-item-heading > small{color:inherit}.bootstrap .list-group-item.active .list-group-item-text{color:#daeeff}.bootstrap .list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.bootstrap .list-group-flush:first-child .list-group-item:first-child{border-top:0}.bootstrap .list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.bootstrap .list-group-item-success{color:#3c763d;background-color:#dff0d8}.bootstrap a.list-group-item-success,.bootstrap button.list-group-item-success{color:#3c763d}.bootstrap a.list-group-item-success .list-group-item-heading,.bootstrap button.list-group-item-success .list-group-item-heading{color:inherit}.bootstrap a.list-group-item-success:focus,.bootstrap a.list-group-item-success:hover,.bootstrap button.list-group-item-success:focus,.bootstrap button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}.bootstrap a.list-group-item-success.active,.bootstrap button.list-group-item-success.active{color:#fff;background-color:#3c763d;border-color:#3c763d}.bootstrap .list-group-item-info{color:#31708f;background-color:#d9edf7}.bootstrap a.list-group-item-info,.bootstrap button.list-group-item-info{color:#31708f}.bootstrap a.list-group-item-info .list-group-item-heading,.bootstrap button.list-group-item-info .list-group-item-heading{color:inherit}.bootstrap a.list-group-item-info:focus,.bootstrap a.list-group-item-info:hover,.bootstrap button.list-group-item-info:focus,.bootstrap button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}.bootstrap a.list-group-item-info.active,.bootstrap button.list-group-item-info.active{color:#fff;background-color:#31708f;border-color:#31708f}.bootstrap .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.bootstrap a.list-group-item-warning,.bootstrap button.list-group-item-warning{color:#8a6d3b}.bootstrap a.list-group-item-warning .list-group-item-heading,.bootstrap button.list-group-item-warning .list-group-item-heading{color:inherit}.bootstrap a.list-group-item-warning:focus,.bootstrap a.list-group-item-warning:hover,.bootstrap button.list-group-item-warning:focus,.bootstrap button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}.bootstrap a.list-group-item-warning.active,.bootstrap button.list-group-item-warning.active{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.bootstrap .list-group-item-danger{color:#a94442;background-color:#f2dede}.bootstrap a.list-group-item-danger,.bootstrap button.list-group-item-danger{color:#a94442}.bootstrap a.list-group-item-danger .list-group-item-heading,.bootstrap button.list-group-item-danger .list-group-item-heading{color:inherit}.bootstrap a.list-group-item-danger:focus,.bootstrap a.list-group-item-danger:hover,.bootstrap button.list-group-item-danger:focus,.bootstrap button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}.bootstrap a.list-group-item-danger.active,.bootstrap button.list-group-item-danger.active{color:#fff;background-color:#a94442;border-color:#a94442}.bootstrap .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.bootstrap .embed-responsive::before{display:block;content:""}.bootstrap .embed-responsive .embed-responsive-item,.bootstrap .embed-responsive embed,.bootstrap .embed-responsive iframe,.bootstrap .embed-responsive object,.bootstrap .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.bootstrap .embed-responsive-21by9::before{padding-top:42.857143%}.bootstrap .embed-responsive-16by9::before{padding-top:56.25%}.bootstrap .embed-responsive-4by3::before{padding-top:75%}.bootstrap .embed-responsive-1by1::before{padding-top:100%}.bootstrap .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:0.5}.bootstrap .close:focus,.bootstrap .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:0.75}.bootstrap button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.bootstrap .modal-open{overflow:hidden}.bootstrap .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.bootstrap .modal.fade .modal-dialog{-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%);-o-transform:translate(0, -25%);transform:translate(0, -25%)}.bootstrap .modal.show .modal-dialog{-webkit-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.bootstrap .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap .modal-dialog{position:relative;width:auto;margin:10px}.bootstrap .modal-content{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.2);border-radius:.3rem;outline:0}.bootstrap .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.bootstrap .modal-backdrop.fade{opacity:0}.bootstrap .modal-backdrop.show{opacity:0.5}.bootstrap .modal-header{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:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:15px;border-bottom:1px solid #eceeef}.bootstrap .modal-title{margin-bottom:0;line-height:1.5}.bootstrap .modal-body{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.bootstrap .modal-footer{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:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:15px;border-top:1px solid #eceeef}.bootstrap .modal-footer > :not(:first-child){margin-left:0.25rem}.bootstrap .modal-footer > :not(:last-child){margin-right:0.25rem}.bootstrap .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.bootstrap .modal-dialog{max-width:500px;margin:30px auto}.bootstrap .modal-sm{max-width:300px}}@media (min-width: 992px){.bootstrap .modal-lg{max-width:800px}}.bootstrap .tooltip{position:absolute;z-index:1070;display:block;font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;opacity:0}.bootstrap .tooltip.show{opacity:0.9}.bootstrap .tooltip.bs-tether-element-attached-bottom,.bootstrap .tooltip.tooltip-top{padding:5px 0;margin-top:-3px}.bootstrap .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,.bootstrap .tooltip.tooltip-top .tooltip-inner::before{bottom:0;left:50%;margin-left:-5px;content:"";border-width:5px 5px 0;border-top-color:#000}.bootstrap .tooltip.bs-tether-element-attached-left,.bootstrap .tooltip.tooltip-right{padding:0 5px;margin-left:3px}.bootstrap .tooltip.bs-tether-element-attached-left .tooltip-inner::before,.bootstrap .tooltip.tooltip-right .tooltip-inner::before{top:50%;left:0;margin-top:-5px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.bootstrap .tooltip.bs-tether-element-attached-top,.bootstrap .tooltip.tooltip-bottom{padding:5px 0;margin-top:3px}.bootstrap .tooltip.bs-tether-element-attached-top .tooltip-inner::before,.bootstrap .tooltip.tooltip-bottom .tooltip-inner::before{top:0;left:50%;margin-left:-5px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.bootstrap .tooltip.bs-tether-element-attached-right,.bootstrap .tooltip.tooltip-left{padding:0 5px;margin-left:-3px}.bootstrap .tooltip.bs-tether-element-attached-right .tooltip-inner::before,.bootstrap .tooltip.tooltip-left .tooltip-inner::before{top:50%;right:0;margin-top:-5px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.bootstrap .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:0.25rem}.bootstrap .tooltip-inner::before{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.2);border-radius:0.3rem}.bootstrap .popover.bs-tether-element-attached-bottom,.bootstrap .popover.popover-top{margin-top:-10px}.bootstrap .popover.bs-tether-element-attached-bottom::after,.bootstrap .popover.bs-tether-element-attached-bottom::before,.bootstrap .popover.popover-top::after,.bootstrap .popover.popover-top::before{left:50%;border-bottom-width:0}.bootstrap .popover.bs-tether-element-attached-bottom::before,.bootstrap .popover.popover-top::before{bottom:-11px;margin-left:-11px;border-top-color:rgba(0, 0, 0, 0.25)}.bootstrap .popover.bs-tether-element-attached-bottom::after,.bootstrap .popover.popover-top::after{bottom:-10px;margin-left:-10px;border-top-color:#fff}.bootstrap .popover.bs-tether-element-attached-left,.bootstrap .popover.popover-right{margin-left:10px}.bootstrap .popover.bs-tether-element-attached-left::after,.bootstrap .popover.bs-tether-element-attached-left::before,.bootstrap .popover.popover-right::after,.bootstrap .popover.popover-right::before{top:50%;border-left-width:0}.bootstrap .popover.bs-tether-element-attached-left::before,.bootstrap .popover.popover-right::before{left:-11px;margin-top:-11px;border-right-color:rgba(0, 0, 0, 0.25)}.bootstrap .popover.bs-tether-element-attached-left::after,.bootstrap .popover.popover-right::after{left:-10px;margin-top:-10px;border-right-color:#fff}.bootstrap .popover.bs-tether-element-attached-top,.bootstrap .popover.popover-bottom{margin-top:10px}.bootstrap .popover.bs-tether-element-attached-top::after,.bootstrap .popover.bs-tether-element-attached-top::before,.bootstrap .popover.popover-bottom::after,.bootstrap .popover.popover-bottom::before{left:50%;border-top-width:0}.bootstrap .popover.bs-tether-element-attached-top::before,.bootstrap .popover.popover-bottom::before{top:-11px;margin-left:-11px;border-bottom-color:rgba(0, 0, 0, 0.25)}.bootstrap .popover.bs-tether-element-attached-top::after,.bootstrap .popover.popover-bottom::after{top:-10px;margin-left:-10px;border-bottom-color:#f7f7f7}.bootstrap .popover.bs-tether-element-attached-top .popover-title::before,.bootstrap .popover.popover-bottom .popover-title::before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.bootstrap .popover.bs-tether-element-attached-right,.bootstrap .popover.popover-left{margin-left:-10px}.bootstrap .popover.bs-tether-element-attached-right::after,.bootstrap .popover.bs-tether-element-attached-right::before,.bootstrap .popover.popover-left::after,.bootstrap .popover.popover-left::before{top:50%;border-right-width:0}.bootstrap .popover.bs-tether-element-attached-right::before,.bootstrap .popover.popover-left::before{right:-11px;margin-top:-11px;border-left-color:rgba(0, 0, 0, 0.25)}.bootstrap .popover.bs-tether-element-attached-right::after,.bootstrap .popover.popover-left::after{right:-10px;margin-top:-10px;border-left-color:#fff}.bootstrap .popover-title{padding:8px 14px;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-right-radius:calc(-0.7rem);border-top-left-radius:calc(-0.7rem)}.bootstrap .popover-title:empty{display:none}.bootstrap .popover-content{padding:9px 14px}.bootstrap .popover::after,.bootstrap .popover::before{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap .popover::before{content:"";border-width:11px}.bootstrap .popover::after{content:"";border-width:10px}.bootstrap .carousel{position:relative}.bootstrap .carousel-inner{position:relative;width:100%;overflow:hidden}.bootstrap .carousel-item{position:relative;display:none;width:100%}@media (-webkit-transform-3d){.bootstrap .carousel-item{-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;perspective:1000px}}@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))){.bootstrap .carousel-item { -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;perspective:1000px}} .bootstrap .carousel-item-next,.bootstrap .carousel-item-prev,.bootstrap .carousel-item.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.bootstrap .carousel-item-next,.bootstrap .carousel-item-prev{position:absolute;top:0}@media (-webkit-transform-3d){.bootstrap .carousel-item-next.carousel-item-left,.bootstrap .carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.bootstrap .active.carousel-item-right,.bootstrap .carousel-item-next{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.bootstrap .active.carousel-item-left,.bootstrap .carousel-item-prev{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))){.bootstrap .carousel-item-next.carousel-item-left, .bootstrap .carousel-item-prev.carousel-item-right { -webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.bootstrap .active.carousel-item-right,.bootstrap .carousel-item-next{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.bootstrap .active.carousel-item-left,.bootstrap .carousel-item-prev{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}} .bootstrap .carousel-control-next,.bootstrap .carousel-control-prev{position:absolute;top:0;bottom: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;width:15%;color:#fff;text-align:center;opacity:0.5}.bootstrap .carousel-control-next:focus,.bootstrap .carousel-control-next:hover,.bootstrap .carousel-control-prev:focus,.bootstrap .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:0.9}.bootstrap .carousel-control-prev{left:0}.bootstrap .carousel-control-next{right:0}.bootstrap .carousel-control-next-icon,.bootstrap .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;-webkit-background-size:100% 100%;background-size:100% 100%}.bootstrap .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.bootstrap .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.bootstrap .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.bootstrap .carousel-indicators li{position:relative;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;max-width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255, 255, 255, 0.5)}.bootstrap .carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.bootstrap .carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.bootstrap .carousel-indicators .active{background-color:#fff}.bootstrap .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.bootstrap .align-baseline{vertical-align:baseline !important}.bootstrap .align-top{vertical-align:top !important}.bootstrap .align-middle{vertical-align:middle !important}.bootstrap .align-bottom{vertical-align:bottom !important}.bootstrap .align-text-bottom{vertical-align:text-bottom !important}.bootstrap .align-text-top{vertical-align:text-top !important}.bootstrap .bg-faded{background-color:#f7f7f7}.bootstrap .bg-primary{background-color:#0275d8 !important}.bootstrap a.bg-primary:focus,.bootstrap a.bg-primary:hover{background-color:#025aa5 !important}.bootstrap .bg-success{background-color:#5cb85c !important}.bootstrap a.bg-success:focus,.bootstrap a.bg-success:hover{background-color:#449d44 !important}.bootstrap .bg-info{background-color:#5bc0de !important}.bootstrap a.bg-info:focus,.bootstrap a.bg-info:hover{background-color:#31b0d5 !important}.bootstrap .bg-warning{background-color:#f0ad4e !important}.bootstrap a.bg-warning:focus,.bootstrap a.bg-warning:hover{background-color:#ec971f !important}.bootstrap .bg-danger{background-color:#d9534f !important}.bootstrap a.bg-danger:focus,.bootstrap a.bg-danger:hover{background-color:#c9302c !important}.bootstrap .bg-inverse{background-color:#292b2c !important}.bootstrap a.bg-inverse:focus,.bootstrap a.bg-inverse:hover{background-color:#101112 !important}.bootstrap .border-0{border:0 !important}.bootstrap .border-top-0{border-top:0 !important}.bootstrap .border-right-0{border-right:0 !important}.bootstrap .border-bottom-0{border-bottom:0 !important}.bootstrap .border-left-0{border-left:0 !important}.bootstrap .rounded{border-radius:0.25rem}.bootstrap .rounded-top{border-top-right-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap .rounded-right{border-bottom-right-radius:.25rem;border-top-right-radius:0.25rem}.bootstrap .rounded-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:0.25rem}.bootstrap .rounded-left{border-bottom-left-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap .rounded-circle{border-radius:50%}.bootstrap .rounded-0{border-radius:0}.bootstrap .clearfix::after{display:block;content:"";clear:both}.bootstrap .d-none{display:none !important}.bootstrap .d-inline{display:inline !important}.bootstrap .d-inline-block{display:inline-block !important}.bootstrap .d-block{display:block !important}.bootstrap .d-table{display:table !important}.bootstrap .d-table-cell{display:table-cell !important}.bootstrap .d-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.bootstrap .d-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.bootstrap .d-sm-none{display:none !important}.bootstrap .d-sm-inline{display:inline !important}.bootstrap .d-sm-inline-block{display:inline-block !important}.bootstrap .d-sm-block{display:block !important}.bootstrap .d-sm-table{display:table !important}.bootstrap .d-sm-table-cell{display:table-cell !important}.bootstrap .d-sm-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.bootstrap .d-sm-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.bootstrap .d-md-none{display:none !important}.bootstrap .d-md-inline{display:inline !important}.bootstrap .d-md-inline-block{display:inline-block !important}.bootstrap .d-md-block{display:block !important}.bootstrap .d-md-table{display:table !important}.bootstrap .d-md-table-cell{display:table-cell !important}.bootstrap .d-md-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.bootstrap .d-md-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.bootstrap .d-lg-none{display:none !important}.bootstrap .d-lg-inline{display:inline !important}.bootstrap .d-lg-inline-block{display:inline-block !important}.bootstrap .d-lg-block{display:block !important}.bootstrap .d-lg-table{display:table !important}.bootstrap .d-lg-table-cell{display:table-cell !important}.bootstrap .d-lg-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.bootstrap .d-lg-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.bootstrap .d-xl-none{display:none !important}.bootstrap .d-xl-inline{display:inline !important}.bootstrap .d-xl-inline-block{display:inline-block !important}.bootstrap .d-xl-block{display:block !important}.bootstrap .d-xl-table{display:table !important}.bootstrap .d-xl-table-cell{display:table-cell !important}.bootstrap .d-xl-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.bootstrap .d-xl-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.bootstrap .flex-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap .flex-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap .flex-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap .flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap .flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap .flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap .flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap .flex-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap .flex-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap .flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap .justify-content-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap .justify-content-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap .justify-content-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap .justify-content-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap .justify-content-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap .align-items-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap .align-items-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap .align-items-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap .align-items-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap .align-items-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap .align-content-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap .align-content-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap .align-content-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap .align-content-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap .align-content-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap .align-content-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap .align-self-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap .align-self-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap .align-self-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap .align-self-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap .align-self-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap .align-self-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.bootstrap .flex-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap .flex-sm-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap .flex-sm-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap .flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap .flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap .flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap .flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap .flex-sm-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap .flex-sm-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap .flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap .justify-content-sm-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap .justify-content-sm-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap .justify-content-sm-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap .justify-content-sm-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap .justify-content-sm-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap .align-items-sm-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap .align-items-sm-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap .align-items-sm-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap .align-items-sm-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap .align-items-sm-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap .align-content-sm-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap .align-content-sm-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap .align-content-sm-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap .align-content-sm-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap .align-content-sm-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap .align-content-sm-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap .align-self-sm-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap .align-self-sm-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap .align-self-sm-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap .align-self-sm-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap .align-self-sm-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap .align-self-sm-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.bootstrap .flex-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap .flex-md-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap .flex-md-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap .flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap .flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap .flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap .flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap .flex-md-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap .flex-md-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap .flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap .justify-content-md-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap .justify-content-md-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap .justify-content-md-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap .justify-content-md-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap .justify-content-md-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap .align-items-md-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap .align-items-md-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap .align-items-md-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap .align-items-md-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap .align-items-md-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap .align-content-md-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap .align-content-md-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap .align-content-md-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap .align-content-md-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap .align-content-md-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap .align-content-md-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap .align-self-md-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap .align-self-md-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap .align-self-md-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap .align-self-md-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap .align-self-md-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap .align-self-md-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.bootstrap .flex-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap .flex-lg-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap .flex-lg-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap .flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap .flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap .flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap .flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap .flex-lg-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap .flex-lg-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap .flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap .justify-content-lg-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap .justify-content-lg-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap .justify-content-lg-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap .justify-content-lg-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap .justify-content-lg-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap .align-items-lg-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap .align-items-lg-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap .align-items-lg-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap .align-items-lg-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap .align-items-lg-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap .align-content-lg-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap .align-content-lg-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap .align-content-lg-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap .align-content-lg-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap .align-content-lg-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap .align-content-lg-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap .align-self-lg-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap .align-self-lg-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap .align-self-lg-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap .align-self-lg-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap .align-self-lg-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap .align-self-lg-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.bootstrap .flex-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap .flex-xl-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap .flex-xl-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap .flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap .flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap .flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap .flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap .flex-xl-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap .flex-xl-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap .flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap .justify-content-xl-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap .justify-content-xl-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap .justify-content-xl-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap .justify-content-xl-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap .justify-content-xl-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap .align-items-xl-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap .align-items-xl-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap .align-items-xl-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap .align-items-xl-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap .align-items-xl-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap .align-content-xl-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap .align-content-xl-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap .align-content-xl-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap .align-content-xl-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap .align-content-xl-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap .align-content-xl-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap .align-self-xl-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap .align-self-xl-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap .align-self-xl-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap .align-self-xl-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap .align-self-xl-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap .align-self-xl-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}.bootstrap .float-left{float:left !important}.bootstrap .float-right{float:right !important}.bootstrap .float-none{float:none !important}@media (min-width: 576px){.bootstrap .float-sm-left{float:left !important}.bootstrap .float-sm-right{float:right !important}.bootstrap .float-sm-none{float:none !important}}@media (min-width: 768px){.bootstrap .float-md-left{float:left !important}.bootstrap .float-md-right{float:right !important}.bootstrap .float-md-none{float:none !important}}@media (min-width: 992px){.bootstrap .float-lg-left{float:left !important}.bootstrap .float-lg-right{float:right !important}.bootstrap .float-lg-none{float:none !important}}@media (min-width: 1200px){.bootstrap .float-xl-left{float:left !important}.bootstrap .float-xl-right{float:right !important}.bootstrap .float-xl-none{float:none !important}}.bootstrap .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.bootstrap .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.bootstrap .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1030}.bootstrap .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.bootstrap .sr-only-focusable:active,.bootstrap .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.bootstrap .w-25{width:25% !important}.bootstrap .w-50{width:50% !important}.bootstrap .w-75{width:75% !important}.bootstrap .w-100{width:100% !important}.bootstrap .h-25{height:25% !important}.bootstrap .h-50{height:50% !important}.bootstrap .h-75{height:75% !important}.bootstrap .h-100{height:100% !important}.bootstrap .mw-100{max-width:100% !important}.bootstrap .mh-100{max-height:100% !important}.bootstrap .m-0{margin:0 0 !important}.bootstrap .mt-0{margin-top:0 !important}.bootstrap .mr-0{margin-right:0 !important}.bootstrap .mb-0{margin-bottom:0 !important}.bootstrap .ml-0{margin-left:0 !important}.bootstrap .mx-0{margin-right:0 !important;margin-left:0 !important}.bootstrap .my-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap .m-1{margin:0.25rem 0.25rem !important}.bootstrap .mt-1{margin-top:0.25rem !important}.bootstrap .mr-1{margin-right:0.25rem !important}.bootstrap .mb-1{margin-bottom:0.25rem !important}.bootstrap .ml-1{margin-left:0.25rem !important}.bootstrap .mx-1{margin-right:.25rem !important;margin-left:0.25rem !important}.bootstrap .my-1{margin-top:.25rem !important;margin-bottom:0.25rem !important}.bootstrap .m-2{margin:0.5rem 0.5rem !important}.bootstrap .mt-2{margin-top:0.5rem !important}.bootstrap .mr-2{margin-right:0.5rem !important}.bootstrap .mb-2{margin-bottom:0.5rem !important}.bootstrap .ml-2{margin-left:0.5rem !important}.bootstrap .mx-2{margin-right:.5rem !important;margin-left:0.5rem !important}.bootstrap .my-2{margin-top:.5rem !important;margin-bottom:0.5rem !important}.bootstrap .m-3{margin:1rem 1rem !important}.bootstrap .mt-3{margin-top:1rem !important}.bootstrap .mr-3{margin-right:1rem !important}.bootstrap .mb-3{margin-bottom:1rem !important}.bootstrap .ml-3{margin-left:1rem !important}.bootstrap .mx-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap .my-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap .m-4{margin:1.5rem 1.5rem !important}.bootstrap .mt-4{margin-top:1.5rem !important}.bootstrap .mr-4{margin-right:1.5rem !important}.bootstrap .mb-4{margin-bottom:1.5rem !important}.bootstrap .ml-4{margin-left:1.5rem !important}.bootstrap .mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap .my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap .m-5{margin:3rem 3rem !important}.bootstrap .mt-5{margin-top:3rem !important}.bootstrap .mr-5{margin-right:3rem !important}.bootstrap .mb-5{margin-bottom:3rem !important}.bootstrap .ml-5{margin-left:3rem !important}.bootstrap .mx-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap .my-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap .p-0{padding:0 0 !important}.bootstrap .pt-0{padding-top:0 !important}.bootstrap .pr-0{padding-right:0 !important}.bootstrap .pb-0{padding-bottom:0 !important}.bootstrap .pl-0{padding-left:0 !important}.bootstrap .px-0{padding-right:0 !important;padding-left:0 !important}.bootstrap .py-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap .p-1{padding:0.25rem 0.25rem !important}.bootstrap .pt-1{padding-top:0.25rem !important}.bootstrap .pr-1{padding-right:0.25rem !important}.bootstrap .pb-1{padding-bottom:0.25rem !important}.bootstrap .pl-1{padding-left:0.25rem !important}.bootstrap .px-1{padding-right:.25rem !important;padding-left:0.25rem !important}.bootstrap .py-1{padding-top:.25rem !important;padding-bottom:0.25rem !important}.bootstrap .p-2{padding:0.5rem 0.5rem !important}.bootstrap .pt-2{padding-top:0.5rem !important}.bootstrap .pr-2{padding-right:0.5rem !important}.bootstrap .pb-2{padding-bottom:0.5rem !important}.bootstrap .pl-2{padding-left:0.5rem !important}.bootstrap .px-2{padding-right:.5rem !important;padding-left:0.5rem !important}.bootstrap .py-2{padding-top:.5rem !important;padding-bottom:0.5rem !important}.bootstrap .p-3{padding:1rem 1rem !important}.bootstrap .pt-3{padding-top:1rem !important}.bootstrap .pr-3{padding-right:1rem !important}.bootstrap .pb-3{padding-bottom:1rem !important}.bootstrap .pl-3{padding-left:1rem !important}.bootstrap .px-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap .py-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap .p-4{padding:1.5rem 1.5rem !important}.bootstrap .pt-4{padding-top:1.5rem !important}.bootstrap .pr-4{padding-right:1.5rem !important}.bootstrap .pb-4{padding-bottom:1.5rem !important}.bootstrap .pl-4{padding-left:1.5rem !important}.bootstrap .px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap .py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap .p-5{padding:3rem 3rem !important}.bootstrap .pt-5{padding-top:3rem !important}.bootstrap .pr-5{padding-right:3rem !important}.bootstrap .pb-5{padding-bottom:3rem !important}.bootstrap .pl-5{padding-left:3rem !important}.bootstrap .px-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap .py-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap .m-auto{margin:auto !important}.bootstrap .mt-auto{margin-top:auto !important}.bootstrap .mr-auto{margin-right:auto !important}.bootstrap .mb-auto{margin-bottom:auto !important}.bootstrap .ml-auto{margin-left:auto !important}.bootstrap .mx-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap .my-auto{margin-top:auto !important;margin-bottom:auto !important}@media (min-width: 576px){.bootstrap .m-sm-0{margin:0 0 !important}.bootstrap .mt-sm-0{margin-top:0 !important}.bootstrap .mr-sm-0{margin-right:0 !important}.bootstrap .mb-sm-0{margin-bottom:0 !important}.bootstrap .ml-sm-0{margin-left:0 !important}.bootstrap .mx-sm-0{margin-right:0 !important;margin-left:0 !important}.bootstrap .my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap .m-sm-1{margin:0.25rem 0.25rem !important}.bootstrap .mt-sm-1{margin-top:0.25rem !important}.bootstrap .mr-sm-1{margin-right:0.25rem !important}.bootstrap .mb-sm-1{margin-bottom:0.25rem !important}.bootstrap .ml-sm-1{margin-left:0.25rem !important}.bootstrap .mx-sm-1{margin-right:.25rem !important;margin-left:0.25rem !important}.bootstrap .my-sm-1{margin-top:.25rem !important;margin-bottom:0.25rem !important}.bootstrap .m-sm-2{margin:0.5rem 0.5rem !important}.bootstrap .mt-sm-2{margin-top:0.5rem !important}.bootstrap .mr-sm-2{margin-right:0.5rem !important}.bootstrap .mb-sm-2{margin-bottom:0.5rem !important}.bootstrap .ml-sm-2{margin-left:0.5rem !important}.bootstrap .mx-sm-2{margin-right:.5rem !important;margin-left:0.5rem !important}.bootstrap .my-sm-2{margin-top:.5rem !important;margin-bottom:0.5rem !important}.bootstrap .m-sm-3{margin:1rem 1rem !important}.bootstrap .mt-sm-3{margin-top:1rem !important}.bootstrap .mr-sm-3{margin-right:1rem !important}.bootstrap .mb-sm-3{margin-bottom:1rem !important}.bootstrap .ml-sm-3{margin-left:1rem !important}.bootstrap .mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap .my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap .m-sm-4{margin:1.5rem 1.5rem !important}.bootstrap .mt-sm-4{margin-top:1.5rem !important}.bootstrap .mr-sm-4{margin-right:1.5rem !important}.bootstrap .mb-sm-4{margin-bottom:1.5rem !important}.bootstrap .ml-sm-4{margin-left:1.5rem !important}.bootstrap .mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap .my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap .m-sm-5{margin:3rem 3rem !important}.bootstrap .mt-sm-5{margin-top:3rem !important}.bootstrap .mr-sm-5{margin-right:3rem !important}.bootstrap .mb-sm-5{margin-bottom:3rem !important}.bootstrap .ml-sm-5{margin-left:3rem !important}.bootstrap .mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap .my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap .p-sm-0{padding:0 0 !important}.bootstrap .pt-sm-0{padding-top:0 !important}.bootstrap .pr-sm-0{padding-right:0 !important}.bootstrap .pb-sm-0{padding-bottom:0 !important}.bootstrap .pl-sm-0{padding-left:0 !important}.bootstrap .px-sm-0{padding-right:0 !important;padding-left:0 !important}.bootstrap .py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap .p-sm-1{padding:0.25rem 0.25rem !important}.bootstrap .pt-sm-1{padding-top:0.25rem !important}.bootstrap .pr-sm-1{padding-right:0.25rem !important}.bootstrap .pb-sm-1{padding-bottom:0.25rem !important}.bootstrap .pl-sm-1{padding-left:0.25rem !important}.bootstrap .px-sm-1{padding-right:.25rem !important;padding-left:0.25rem !important}.bootstrap .py-sm-1{padding-top:.25rem !important;padding-bottom:0.25rem !important}.bootstrap .p-sm-2{padding:0.5rem 0.5rem !important}.bootstrap .pt-sm-2{padding-top:0.5rem !important}.bootstrap .pr-sm-2{padding-right:0.5rem !important}.bootstrap .pb-sm-2{padding-bottom:0.5rem !important}.bootstrap .pl-sm-2{padding-left:0.5rem !important}.bootstrap .px-sm-2{padding-right:.5rem !important;padding-left:0.5rem !important}.bootstrap .py-sm-2{padding-top:.5rem !important;padding-bottom:0.5rem !important}.bootstrap .p-sm-3{padding:1rem 1rem !important}.bootstrap .pt-sm-3{padding-top:1rem !important}.bootstrap .pr-sm-3{padding-right:1rem !important}.bootstrap .pb-sm-3{padding-bottom:1rem !important}.bootstrap .pl-sm-3{padding-left:1rem !important}.bootstrap .px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap .py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap .p-sm-4{padding:1.5rem 1.5rem !important}.bootstrap .pt-sm-4{padding-top:1.5rem !important}.bootstrap .pr-sm-4{padding-right:1.5rem !important}.bootstrap .pb-sm-4{padding-bottom:1.5rem !important}.bootstrap .pl-sm-4{padding-left:1.5rem !important}.bootstrap .px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap .py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap .p-sm-5{padding:3rem 3rem !important}.bootstrap .pt-sm-5{padding-top:3rem !important}.bootstrap .pr-sm-5{padding-right:3rem !important}.bootstrap .pb-sm-5{padding-bottom:3rem !important}.bootstrap .pl-sm-5{padding-left:3rem !important}.bootstrap .px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap .py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap .m-sm-auto{margin:auto !important}.bootstrap .mt-sm-auto{margin-top:auto !important}.bootstrap .mr-sm-auto{margin-right:auto !important}.bootstrap .mb-sm-auto{margin-bottom:auto !important}.bootstrap .ml-sm-auto{margin-left:auto !important}.bootstrap .mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap .my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}}@media (min-width: 768px){.bootstrap .m-md-0{margin:0 0 !important}.bootstrap .mt-md-0{margin-top:0 !important}.bootstrap .mr-md-0{margin-right:0 !important}.bootstrap .mb-md-0{margin-bottom:0 !important}.bootstrap .ml-md-0{margin-left:0 !important}.bootstrap .mx-md-0{margin-right:0 !important;margin-left:0 !important}.bootstrap .my-md-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap .m-md-1{margin:0.25rem 0.25rem !important}.bootstrap .mt-md-1{margin-top:0.25rem !important}.bootstrap .mr-md-1{margin-right:0.25rem !important}.bootstrap .mb-md-1{margin-bottom:0.25rem !important}.bootstrap .ml-md-1{margin-left:0.25rem !important}.bootstrap .mx-md-1{margin-right:.25rem !important;margin-left:0.25rem !important}.bootstrap .my-md-1{margin-top:.25rem !important;margin-bottom:0.25rem !important}.bootstrap .m-md-2{margin:0.5rem 0.5rem !important}.bootstrap .mt-md-2{margin-top:0.5rem !important}.bootstrap .mr-md-2{margin-right:0.5rem !important}.bootstrap .mb-md-2{margin-bottom:0.5rem !important}.bootstrap .ml-md-2{margin-left:0.5rem !important}.bootstrap .mx-md-2{margin-right:.5rem !important;margin-left:0.5rem !important}.bootstrap .my-md-2{margin-top:.5rem !important;margin-bottom:0.5rem !important}.bootstrap .m-md-3{margin:1rem 1rem !important}.bootstrap .mt-md-3{margin-top:1rem !important}.bootstrap .mr-md-3{margin-right:1rem !important}.bootstrap .mb-md-3{margin-bottom:1rem !important}.bootstrap .ml-md-3{margin-left:1rem !important}.bootstrap .mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap .my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap .m-md-4{margin:1.5rem 1.5rem !important}.bootstrap .mt-md-4{margin-top:1.5rem !important}.bootstrap .mr-md-4{margin-right:1.5rem !important}.bootstrap .mb-md-4{margin-bottom:1.5rem !important}.bootstrap .ml-md-4{margin-left:1.5rem !important}.bootstrap .mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap .my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap .m-md-5{margin:3rem 3rem !important}.bootstrap .mt-md-5{margin-top:3rem !important}.bootstrap .mr-md-5{margin-right:3rem !important}.bootstrap .mb-md-5{margin-bottom:3rem !important}.bootstrap .ml-md-5{margin-left:3rem !important}.bootstrap .mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap .my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap .p-md-0{padding:0 0 !important}.bootstrap .pt-md-0{padding-top:0 !important}.bootstrap .pr-md-0{padding-right:0 !important}.bootstrap .pb-md-0{padding-bottom:0 !important}.bootstrap .pl-md-0{padding-left:0 !important}.bootstrap .px-md-0{padding-right:0 !important;padding-left:0 !important}.bootstrap .py-md-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap .p-md-1{padding:0.25rem 0.25rem !important}.bootstrap .pt-md-1{padding-top:0.25rem !important}.bootstrap .pr-md-1{padding-right:0.25rem !important}.bootstrap .pb-md-1{padding-bottom:0.25rem !important}.bootstrap .pl-md-1{padding-left:0.25rem !important}.bootstrap .px-md-1{padding-right:.25rem !important;padding-left:0.25rem !important}.bootstrap .py-md-1{padding-top:.25rem !important;padding-bottom:0.25rem !important}.bootstrap .p-md-2{padding:0.5rem 0.5rem !important}.bootstrap .pt-md-2{padding-top:0.5rem !important}.bootstrap .pr-md-2{padding-right:0.5rem !important}.bootstrap .pb-md-2{padding-bottom:0.5rem !important}.bootstrap .pl-md-2{padding-left:0.5rem !important}.bootstrap .px-md-2{padding-right:.5rem !important;padding-left:0.5rem !important}.bootstrap .py-md-2{padding-top:.5rem !important;padding-bottom:0.5rem !important}.bootstrap .p-md-3{padding:1rem 1rem !important}.bootstrap .pt-md-3{padding-top:1rem !important}.bootstrap .pr-md-3{padding-right:1rem !important}.bootstrap .pb-md-3{padding-bottom:1rem !important}.bootstrap .pl-md-3{padding-left:1rem !important}.bootstrap .px-md-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap .py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap .p-md-4{padding:1.5rem 1.5rem !important}.bootstrap .pt-md-4{padding-top:1.5rem !important}.bootstrap .pr-md-4{padding-right:1.5rem !important}.bootstrap .pb-md-4{padding-bottom:1.5rem !important}.bootstrap .pl-md-4{padding-left:1.5rem !important}.bootstrap .px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap .py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap .p-md-5{padding:3rem 3rem !important}.bootstrap .pt-md-5{padding-top:3rem !important}.bootstrap .pr-md-5{padding-right:3rem !important}.bootstrap .pb-md-5{padding-bottom:3rem !important}.bootstrap .pl-md-5{padding-left:3rem !important}.bootstrap .px-md-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap .py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap .m-md-auto{margin:auto !important}.bootstrap .mt-md-auto{margin-top:auto !important}.bootstrap .mr-md-auto{margin-right:auto !important}.bootstrap .mb-md-auto{margin-bottom:auto !important}.bootstrap .ml-md-auto{margin-left:auto !important}.bootstrap .mx-md-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap .my-md-auto{margin-top:auto !important;margin-bottom:auto !important}}@media (min-width: 992px){.bootstrap .m-lg-0{margin:0 0 !important}.bootstrap .mt-lg-0{margin-top:0 !important}.bootstrap .mr-lg-0{margin-right:0 !important}.bootstrap .mb-lg-0{margin-bottom:0 !important}.bootstrap .ml-lg-0{margin-left:0 !important}.bootstrap .mx-lg-0{margin-right:0 !important;margin-left:0 !important}.bootstrap .my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap .m-lg-1{margin:0.25rem 0.25rem !important}.bootstrap .mt-lg-1{margin-top:0.25rem !important}.bootstrap .mr-lg-1{margin-right:0.25rem !important}.bootstrap .mb-lg-1{margin-bottom:0.25rem !important}.bootstrap .ml-lg-1{margin-left:0.25rem !important}.bootstrap .mx-lg-1{margin-right:.25rem !important;margin-left:0.25rem !important}.bootstrap .my-lg-1{margin-top:.25rem !important;margin-bottom:0.25rem !important}.bootstrap .m-lg-2{margin:0.5rem 0.5rem !important}.bootstrap .mt-lg-2{margin-top:0.5rem !important}.bootstrap .mr-lg-2{margin-right:0.5rem !important}.bootstrap .mb-lg-2{margin-bottom:0.5rem !important}.bootstrap .ml-lg-2{margin-left:0.5rem !important}.bootstrap .mx-lg-2{margin-right:.5rem !important;margin-left:0.5rem !important}.bootstrap .my-lg-2{margin-top:.5rem !important;margin-bottom:0.5rem !important}.bootstrap .m-lg-3{margin:1rem 1rem !important}.bootstrap .mt-lg-3{margin-top:1rem !important}.bootstrap .mr-lg-3{margin-right:1rem !important}.bootstrap .mb-lg-3{margin-bottom:1rem !important}.bootstrap .ml-lg-3{margin-left:1rem !important}.bootstrap .mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap .my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap .m-lg-4{margin:1.5rem 1.5rem !important}.bootstrap .mt-lg-4{margin-top:1.5rem !important}.bootstrap .mr-lg-4{margin-right:1.5rem !important}.bootstrap .mb-lg-4{margin-bottom:1.5rem !important}.bootstrap .ml-lg-4{margin-left:1.5rem !important}.bootstrap .mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap .my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap .m-lg-5{margin:3rem 3rem !important}.bootstrap .mt-lg-5{margin-top:3rem !important}.bootstrap .mr-lg-5{margin-right:3rem !important}.bootstrap .mb-lg-5{margin-bottom:3rem !important}.bootstrap .ml-lg-5{margin-left:3rem !important}.bootstrap .mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap .my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap .p-lg-0{padding:0 0 !important}.bootstrap .pt-lg-0{padding-top:0 !important}.bootstrap .pr-lg-0{padding-right:0 !important}.bootstrap .pb-lg-0{padding-bottom:0 !important}.bootstrap .pl-lg-0{padding-left:0 !important}.bootstrap .px-lg-0{padding-right:0 !important;padding-left:0 !important}.bootstrap .py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap .p-lg-1{padding:0.25rem 0.25rem !important}.bootstrap .pt-lg-1{padding-top:0.25rem !important}.bootstrap .pr-lg-1{padding-right:0.25rem !important}.bootstrap .pb-lg-1{padding-bottom:0.25rem !important}.bootstrap .pl-lg-1{padding-left:0.25rem !important}.bootstrap .px-lg-1{padding-right:.25rem !important;padding-left:0.25rem !important}.bootstrap .py-lg-1{padding-top:.25rem !important;padding-bottom:0.25rem !important}.bootstrap .p-lg-2{padding:0.5rem 0.5rem !important}.bootstrap .pt-lg-2{padding-top:0.5rem !important}.bootstrap .pr-lg-2{padding-right:0.5rem !important}.bootstrap .pb-lg-2{padding-bottom:0.5rem !important}.bootstrap .pl-lg-2{padding-left:0.5rem !important}.bootstrap .px-lg-2{padding-right:.5rem !important;padding-left:0.5rem !important}.bootstrap .py-lg-2{padding-top:.5rem !important;padding-bottom:0.5rem !important}.bootstrap .p-lg-3{padding:1rem 1rem !important}.bootstrap .pt-lg-3{padding-top:1rem !important}.bootstrap .pr-lg-3{padding-right:1rem !important}.bootstrap .pb-lg-3{padding-bottom:1rem !important}.bootstrap .pl-lg-3{padding-left:1rem !important}.bootstrap .px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap .py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap .p-lg-4{padding:1.5rem 1.5rem !important}.bootstrap .pt-lg-4{padding-top:1.5rem !important}.bootstrap .pr-lg-4{padding-right:1.5rem !important}.bootstrap .pb-lg-4{padding-bottom:1.5rem !important}.bootstrap .pl-lg-4{padding-left:1.5rem !important}.bootstrap .px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap .py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap .p-lg-5{padding:3rem 3rem !important}.bootstrap .pt-lg-5{padding-top:3rem !important}.bootstrap .pr-lg-5{padding-right:3rem !important}.bootstrap .pb-lg-5{padding-bottom:3rem !important}.bootstrap .pl-lg-5{padding-left:3rem !important}.bootstrap .px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap .py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap .m-lg-auto{margin:auto !important}.bootstrap .mt-lg-auto{margin-top:auto !important}.bootstrap .mr-lg-auto{margin-right:auto !important}.bootstrap .mb-lg-auto{margin-bottom:auto !important}.bootstrap .ml-lg-auto{margin-left:auto !important}.bootstrap .mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap .my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}}@media (min-width: 1200px){.bootstrap .m-xl-0{margin:0 0 !important}.bootstrap .mt-xl-0{margin-top:0 !important}.bootstrap .mr-xl-0{margin-right:0 !important}.bootstrap .mb-xl-0{margin-bottom:0 !important}.bootstrap .ml-xl-0{margin-left:0 !important}.bootstrap .mx-xl-0{margin-right:0 !important;margin-left:0 !important}.bootstrap .my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap .m-xl-1{margin:0.25rem 0.25rem !important}.bootstrap .mt-xl-1{margin-top:0.25rem !important}.bootstrap .mr-xl-1{margin-right:0.25rem !important}.bootstrap .mb-xl-1{margin-bottom:0.25rem !important}.bootstrap .ml-xl-1{margin-left:0.25rem !important}.bootstrap .mx-xl-1{margin-right:.25rem !important;margin-left:0.25rem !important}.bootstrap .my-xl-1{margin-top:.25rem !important;margin-bottom:0.25rem !important}.bootstrap .m-xl-2{margin:0.5rem 0.5rem !important}.bootstrap .mt-xl-2{margin-top:0.5rem !important}.bootstrap .mr-xl-2{margin-right:0.5rem !important}.bootstrap .mb-xl-2{margin-bottom:0.5rem !important}.bootstrap .ml-xl-2{margin-left:0.5rem !important}.bootstrap .mx-xl-2{margin-right:.5rem !important;margin-left:0.5rem !important}.bootstrap .my-xl-2{margin-top:.5rem !important;margin-bottom:0.5rem !important}.bootstrap .m-xl-3{margin:1rem 1rem !important}.bootstrap .mt-xl-3{margin-top:1rem !important}.bootstrap .mr-xl-3{margin-right:1rem !important}.bootstrap .mb-xl-3{margin-bottom:1rem !important}.bootstrap .ml-xl-3{margin-left:1rem !important}.bootstrap .mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap .my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap .m-xl-4{margin:1.5rem 1.5rem !important}.bootstrap .mt-xl-4{margin-top:1.5rem !important}.bootstrap .mr-xl-4{margin-right:1.5rem !important}.bootstrap .mb-xl-4{margin-bottom:1.5rem !important}.bootstrap .ml-xl-4{margin-left:1.5rem !important}.bootstrap .mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap .my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap .m-xl-5{margin:3rem 3rem !important}.bootstrap .mt-xl-5{margin-top:3rem !important}.bootstrap .mr-xl-5{margin-right:3rem !important}.bootstrap .mb-xl-5{margin-bottom:3rem !important}.bootstrap .ml-xl-5{margin-left:3rem !important}.bootstrap .mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap .my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap .p-xl-0{padding:0 0 !important}.bootstrap .pt-xl-0{padding-top:0 !important}.bootstrap .pr-xl-0{padding-right:0 !important}.bootstrap .pb-xl-0{padding-bottom:0 !important}.bootstrap .pl-xl-0{padding-left:0 !important}.bootstrap .px-xl-0{padding-right:0 !important;padding-left:0 !important}.bootstrap .py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap .p-xl-1{padding:0.25rem 0.25rem !important}.bootstrap .pt-xl-1{padding-top:0.25rem !important}.bootstrap .pr-xl-1{padding-right:0.25rem !important}.bootstrap .pb-xl-1{padding-bottom:0.25rem !important}.bootstrap .pl-xl-1{padding-left:0.25rem !important}.bootstrap .px-xl-1{padding-right:.25rem !important;padding-left:0.25rem !important}.bootstrap .py-xl-1{padding-top:.25rem !important;padding-bottom:0.25rem !important}.bootstrap .p-xl-2{padding:0.5rem 0.5rem !important}.bootstrap .pt-xl-2{padding-top:0.5rem !important}.bootstrap .pr-xl-2{padding-right:0.5rem !important}.bootstrap .pb-xl-2{padding-bottom:0.5rem !important}.bootstrap .pl-xl-2{padding-left:0.5rem !important}.bootstrap .px-xl-2{padding-right:.5rem !important;padding-left:0.5rem !important}.bootstrap .py-xl-2{padding-top:.5rem !important;padding-bottom:0.5rem !important}.bootstrap .p-xl-3{padding:1rem 1rem !important}.bootstrap .pt-xl-3{padding-top:1rem !important}.bootstrap .pr-xl-3{padding-right:1rem !important}.bootstrap .pb-xl-3{padding-bottom:1rem !important}.bootstrap .pl-xl-3{padding-left:1rem !important}.bootstrap .px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap .py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap .p-xl-4{padding:1.5rem 1.5rem !important}.bootstrap .pt-xl-4{padding-top:1.5rem !important}.bootstrap .pr-xl-4{padding-right:1.5rem !important}.bootstrap .pb-xl-4{padding-bottom:1.5rem !important}.bootstrap .pl-xl-4{padding-left:1.5rem !important}.bootstrap .px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap .py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap .p-xl-5{padding:3rem 3rem !important}.bootstrap .pt-xl-5{padding-top:3rem !important}.bootstrap .pr-xl-5{padding-right:3rem !important}.bootstrap .pb-xl-5{padding-bottom:3rem !important}.bootstrap .pl-xl-5{padding-left:3rem !important}.bootstrap .px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap .py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap .m-xl-auto{margin:auto !important}.bootstrap .mt-xl-auto{margin-top:auto !important}.bootstrap .mr-xl-auto{margin-right:auto !important}.bootstrap .mb-xl-auto{margin-bottom:auto !important}.bootstrap .ml-xl-auto{margin-left:auto !important}.bootstrap .mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap .my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}}.bootstrap .text-justify{text-align:justify !important}.bootstrap .text-nowrap{white-space:nowrap !important}.bootstrap .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap .text-left{text-align:left !important}.bootstrap .text-right{text-align:right !important}.bootstrap .text-center{text-align:center !important}@media (min-width: 576px){.bootstrap .text-sm-left{text-align:left !important}.bootstrap .text-sm-right{text-align:right !important}.bootstrap .text-sm-center{text-align:center !important}}@media (min-width: 768px){.bootstrap .text-md-left{text-align:left !important}.bootstrap .text-md-right{text-align:right !important}.bootstrap .text-md-center{text-align:center !important}}@media (min-width: 992px){.bootstrap .text-lg-left{text-align:left !important}.bootstrap .text-lg-right{text-align:right !important}.bootstrap .text-lg-center{text-align:center !important}}@media (min-width: 1200px){.bootstrap .text-xl-left{text-align:left !important}.bootstrap .text-xl-right{text-align:right !important}.bootstrap .text-xl-center{text-align:center !important}}.bootstrap .text-lowercase{text-transform:lowercase !important}.bootstrap .text-uppercase{text-transform:uppercase !important}.bootstrap .text-capitalize{text-transform:capitalize !important}.bootstrap .font-weight-normal{font-weight:400}.bootstrap .font-weight-bold{font-weight:700}.bootstrap .font-italic{font-style:italic}.bootstrap .text-white{color:#fff !important}.bootstrap .text-muted{color:#636c72 !important}.bootstrap a.text-muted:focus,.bootstrap a.text-muted:hover{color:#4b5257 !important}.bootstrap .text-primary{color:#0275d8 !important}.bootstrap a.text-primary:focus,.bootstrap a.text-primary:hover{color:#025aa5 !important}.bootstrap .text-success{color:#5cb85c !important}.bootstrap a.text-success:focus,.bootstrap a.text-success:hover{color:#449d44 !important}.bootstrap .text-info{color:#5bc0de !important}.bootstrap a.text-info:focus,.bootstrap a.text-info:hover{color:#31b0d5 !important}.bootstrap .text-warning{color:#f0ad4e !important}.bootstrap a.text-warning:focus,.bootstrap a.text-warning:hover{color:#ec971f !important}.bootstrap .text-danger{color:#d9534f !important}.bootstrap a.text-danger:focus,.bootstrap a.text-danger:hover{color:#c9302c !important}.bootstrap .text-gray-dark{color:#292b2c !important}.bootstrap a.text-gray-dark:focus,.bootstrap a.text-gray-dark:hover{color:#101112 !important}.bootstrap .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap .invisible{visibility:hidden !important}.bootstrap .hidden-xs-up{display:none !important}@media (max-width: 575px){.bootstrap .hidden-xs-down{display:none !important}}@media (min-width: 576px){.bootstrap .hidden-sm-up{display:none !important}}@media (max-width: 767px){.bootstrap .hidden-sm-down{display:none !important}}@media (min-width: 768px){.bootstrap .hidden-md-up{display:none !important}}@media (max-width: 991px){.bootstrap .hidden-md-down{display:none !important}}@media (min-width: 992px){.bootstrap .hidden-lg-up{display:none !important}}@media (max-width: 1199px){.bootstrap .hidden-lg-down{display:none !important}}@media (min-width: 1200px){.bootstrap .hidden-xl-up{display:none !important}}.bootstrap .hidden-xl-down{display:none !important}.bootstrap .visible-print-block{display:none !important}@media print{.bootstrap .visible-print-block{display:block !important}}.bootstrap .visible-print-inline{display:none !important}@media print{.bootstrap .visible-print-inline{display:inline !important}}.bootstrap .visible-print-inline-block{display:none !important}@media print{.bootstrap .visible-print-inline-block{display:inline-block !important}}@media print{.bootstrap .hidden-print{display:none !important}}.bootstrap .btn-default,.bootstrap .btn-primary,.bootstrap .btn-success,.bootstrap .btn-info,.bootstrap .btn-warning,.bootstrap .btn-danger{text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}.bootstrap .btn-default:active,.bootstrap .btn-primary:active,.bootstrap .btn-success:active,.bootstrap .btn-info:active,.bootstrap .btn-warning:active,.bootstrap .btn-danger:active,.bootstrap .btn-default.active,.bootstrap .btn-primary.active,.bootstrap .btn-success.active,.bootstrap .btn-info.active,.bootstrap .btn-warning.active,.bootstrap .btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.bootstrap .btn-default.disabled,.bootstrap .btn-primary.disabled,.bootstrap .btn-success.disabled,.bootstrap .btn-info.disabled,.bootstrap .btn-warning.disabled,.bootstrap .btn-danger.disabled,.bootstrap .btn-default[disabled],.bootstrap .btn-primary[disabled],.bootstrap .btn-success[disabled],.bootstrap .btn-info[disabled],.bootstrap .btn-warning[disabled],.bootstrap .btn-danger[disabled],.bootstrap fieldset[disabled] .btn-default,.bootstrap fieldset[disabled] .btn-primary,.bootstrap fieldset[disabled] .btn-success,.bootstrap fieldset[disabled] .btn-info,.bootstrap fieldset[disabled] .btn-warning,.bootstrap fieldset[disabled] .btn-danger{-webkit-box-shadow:none;box-shadow:none}.bootstrap .btn-default .badge,.bootstrap .btn-primary .badge,.bootstrap .btn-success .badge,.bootstrap .btn-info .badge,.bootstrap .btn-warning .badge,.bootstrap .btn-danger .badge{text-shadow:none}.bootstrap .btn:active,.bootstrap .btn.active{background-image:none}.bootstrap .btn-default{background-image:-webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-o-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.bootstrap .btn-default:hover,.bootstrap .btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.bootstrap .btn-default:active,.bootstrap .btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.bootstrap .btn-default.disabled,.bootstrap .btn-default[disabled],.bootstrap fieldset[disabled] .btn-default,.bootstrap .btn-default.disabled:hover,.bootstrap .btn-default[disabled]:hover,.bootstrap fieldset[disabled] .btn-default:hover,.bootstrap .btn-default.disabled:focus,.bootstrap .btn-default[disabled]:focus,.bootstrap fieldset[disabled] .btn-default:focus,.bootstrap .btn-default.disabled.focus,.bootstrap .btn-default[disabled].focus,.bootstrap fieldset[disabled] .btn-default.focus,.bootstrap .btn-default.disabled:active,.bootstrap .btn-default[disabled]:active,.bootstrap fieldset[disabled] .btn-default:active,.bootstrap .btn-default.disabled.active,.bootstrap .btn-default[disabled].active,.bootstrap fieldset[disabled] .btn-default.active{background-color:#e0e0e0;background-image:none}.bootstrap .btn-primary{background-image:-webkit-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-o-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));background-image:linear-gradient(to bottom, #337ab7 0, #265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.bootstrap .btn-primary:hover,.bootstrap .btn-primary:focus{background-color:#265a88;background-position:0 -15px}.bootstrap .btn-primary:active,.bootstrap .btn-primary.active{background-color:#265a88;border-color:#245580}.bootstrap .btn-primary.disabled,.bootstrap .btn-primary[disabled],.bootstrap fieldset[disabled] .btn-primary,.bootstrap .btn-primary.disabled:hover,.bootstrap .btn-primary[disabled]:hover,.bootstrap fieldset[disabled] .btn-primary:hover,.bootstrap .btn-primary.disabled:focus,.bootstrap .btn-primary[disabled]:focus,.bootstrap fieldset[disabled] .btn-primary:focus,.bootstrap .btn-primary.disabled.focus,.bootstrap .btn-primary[disabled].focus,.bootstrap fieldset[disabled] .btn-primary.focus,.bootstrap .btn-primary.disabled:active,.bootstrap .btn-primary[disabled]:active,.bootstrap fieldset[disabled] .btn-primary:active,.bootstrap .btn-primary.disabled.active,.bootstrap .btn-primary[disabled].active,.bootstrap fieldset[disabled] .btn-primary.active{background-color:#265a88;background-image:none}.bootstrap .btn-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.bootstrap .btn-success:hover,.bootstrap .btn-success:focus{background-color:#419641;background-position:0 -15px}.bootstrap .btn-success:active,.bootstrap .btn-success.active{background-color:#419641;border-color:#3e8f3e}.bootstrap .btn-success.disabled,.bootstrap .btn-success[disabled],.bootstrap fieldset[disabled] .btn-success,.bootstrap .btn-success.disabled:hover,.bootstrap .btn-success[disabled]:hover,.bootstrap fieldset[disabled] .btn-success:hover,.bootstrap .btn-success.disabled:focus,.bootstrap .btn-success[disabled]:focus,.bootstrap fieldset[disabled] .btn-success:focus,.bootstrap .btn-success.disabled.focus,.bootstrap .btn-success[disabled].focus,.bootstrap fieldset[disabled] .btn-success.focus,.bootstrap .btn-success.disabled:active,.bootstrap .btn-success[disabled]:active,.bootstrap fieldset[disabled] .btn-success:active,.bootstrap .btn-success.disabled.active,.bootstrap .btn-success[disabled].active,.bootstrap fieldset[disabled] .btn-success.active{background-color:#419641;background-image:none}.bootstrap .btn-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.bootstrap .btn-info:hover,.bootstrap .btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.bootstrap .btn-info:active,.bootstrap .btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.bootstrap .btn-info.disabled,.bootstrap .btn-info[disabled],.bootstrap fieldset[disabled] .btn-info,.bootstrap .btn-info.disabled:hover,.bootstrap .btn-info[disabled]:hover,.bootstrap fieldset[disabled] .btn-info:hover,.bootstrap .btn-info.disabled:focus,.bootstrap .btn-info[disabled]:focus,.bootstrap fieldset[disabled] .btn-info:focus,.bootstrap .btn-info.disabled.focus,.bootstrap .btn-info[disabled].focus,.bootstrap fieldset[disabled] .btn-info.focus,.bootstrap .btn-info.disabled:active,.bootstrap .btn-info[disabled]:active,.bootstrap fieldset[disabled] .btn-info:active,.bootstrap .btn-info.disabled.active,.bootstrap .btn-info[disabled].active,.bootstrap fieldset[disabled] .btn-info.active{background-color:#2aabd2;background-image:none}.bootstrap .btn-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.bootstrap .btn-warning:hover,.bootstrap .btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.bootstrap .btn-warning:active,.bootstrap .btn-warning.active{background-color:#eb9316;border-color:#e38d13}.bootstrap .btn-warning.disabled,.bootstrap .btn-warning[disabled],.bootstrap fieldset[disabled] .btn-warning,.bootstrap .btn-warning.disabled:hover,.bootstrap .btn-warning[disabled]:hover,.bootstrap fieldset[disabled] .btn-warning:hover,.bootstrap .btn-warning.disabled:focus,.bootstrap .btn-warning[disabled]:focus,.bootstrap fieldset[disabled] .btn-warning:focus,.bootstrap .btn-warning.disabled.focus,.bootstrap .btn-warning[disabled].focus,.bootstrap fieldset[disabled] .btn-warning.focus,.bootstrap .btn-warning.disabled:active,.bootstrap .btn-warning[disabled]:active,.bootstrap fieldset[disabled] .btn-warning:active,.bootstrap .btn-warning.disabled.active,.bootstrap .btn-warning[disabled].active,.bootstrap fieldset[disabled] .btn-warning.active{background-color:#eb9316;background-image:none}.bootstrap .btn-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.bootstrap .btn-danger:hover,.bootstrap .btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.bootstrap .btn-danger:active,.bootstrap .btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.bootstrap .btn-danger.disabled,.bootstrap .btn-danger[disabled],.bootstrap fieldset[disabled] .btn-danger,.bootstrap .btn-danger.disabled:hover,.bootstrap .btn-danger[disabled]:hover,.bootstrap fieldset[disabled] .btn-danger:hover,.bootstrap .btn-danger.disabled:focus,.bootstrap .btn-danger[disabled]:focus,.bootstrap fieldset[disabled] .btn-danger:focus,.bootstrap .btn-danger.disabled.focus,.bootstrap .btn-danger[disabled].focus,.bootstrap fieldset[disabled] .btn-danger.focus,.bootstrap .btn-danger.disabled:active,.bootstrap .btn-danger[disabled]:active,.bootstrap fieldset[disabled] .btn-danger:active,.bootstrap .btn-danger.disabled.active,.bootstrap .btn-danger[disabled].active,.bootstrap fieldset[disabled] .btn-danger.active{background-color:#c12e2a;background-image:none}.bootstrap .thumbnail,.bootstrap .img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:0 1px 2px rgba(0, 0, 0, 0.075)}.bootstrap .dropdown-menu > li > a:hover,.bootstrap .dropdown-menu > li > a:focus{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.bootstrap .dropdown-menu > .active > a,.bootstrap .dropdown-menu > .active > a:hover,.bootstrap .dropdown-menu > .active > a:focus{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-color:#2e6da4}.bootstrap .navbar-default{background-image:-webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-o-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075)}.bootstrap .navbar-default .navbar-nav > .open > a,.bootstrap .navbar-default .navbar-nav > .active > a{background-image:-webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));background-image:linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.075);box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.075)}.bootstrap .navbar-brand,.bootstrap .navbar-nav > li > a{text-shadow:0 1px 0 rgba(255, 255, 255, 0.25)}.bootstrap .navbar-inverse{background-image:-webkit-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-o-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px}.bootstrap .navbar-inverse .navbar-nav > .open > a,.bootstrap .navbar-inverse .navbar-nav > .active > a{background-image:-webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-o-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));background-image:linear-gradient(to bottom, #080808 0, #0f0f0f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.25);box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.25)}.bootstrap .navbar-inverse .navbar-brand,.bootstrap .navbar-inverse .navbar-nav > li > a{text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25)}.bootstrap .navbar-static-top,.bootstrap .navbar-fixed-top,.bootstrap .navbar-fixed-bottom{border-radius:0}@media (max-width: 767px){.bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a,.bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,.bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:focus{color:#fff;background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}}.bootstrap .alert{text-shadow:0 1px 0 rgba(255, 255, 255, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)}.bootstrap .alert-success{background-image:-webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.bootstrap .alert-info{background-image:-webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.bootstrap .alert-warning{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.bootstrap .alert-danger{background-image:-webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.bootstrap .progress{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.bootstrap .progress-bar{background-image:-webkit-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-o-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));background-image:linear-gradient(to bottom, #337ab7 0, #286090 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0)}.bootstrap .progress-bar-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.bootstrap .progress-bar-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.bootstrap .progress-bar-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.bootstrap .progress-bar-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.bootstrap .progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap .list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:0 1px 2px rgba(0, 0, 0, 0.075)}.bootstrap .list-group-item.active,.bootstrap .list-group-item.active:hover,.bootstrap .list-group-item.active:focus{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));background-image:linear-gradient(to bottom, #337ab7 0, #2b669a 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);border-color:#2b669a}.bootstrap .list-group-item.active .badge,.bootstrap .list-group-item.active:hover .badge,.bootstrap .list-group-item.active:focus .badge{text-shadow:none}.bootstrap .panel{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05)}.bootstrap .panel-default > .panel-heading{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.bootstrap .panel-primary > .panel-heading{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}.bootstrap .panel-success > .panel-heading{background-image:-webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.bootstrap .panel-info > .panel-heading{background-image:-webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.bootstrap .panel-warning > .panel-heading{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.bootstrap .panel-danger > .panel-heading{background-image:-webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-o-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.bootstrap .well{background-image:-webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1)} \ No newline at end of file diff --git a/versions/4.0.0-beta/iso_bootstrap4.0.0.css b/versions/4.0.0/iso_bootstrap4.0.0.css similarity index 63% rename from versions/4.0.0-beta/iso_bootstrap4.0.0.css rename to versions/4.0.0/iso_bootstrap4.0.0.css index 1da3839..7795160 100644 --- a/versions/4.0.0-beta/iso_bootstrap4.0.0.css +++ b/versions/4.0.0/iso_bootstrap4.0.0.css @@ -1,4 +1,4 @@ -.bootstrap { +.bootstrap4 { /*! * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com) * Copyright 2011-2017 The Bootstrap Authors @@ -22,152 +22,152 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ } -.bootstrap { +.bootstrap4 { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } -.bootstrap { +.bootstrap4 { margin: 0; } -.bootstrap article, -.bootstrap aside, -.bootstrap footer, -.bootstrap header, -.bootstrap nav, -.bootstrap section { +.bootstrap4 article, +.bootstrap4 aside, +.bootstrap4 footer, +.bootstrap4 header, +.bootstrap4 nav, +.bootstrap4 section { display: block; } -.bootstrap h1 { +.bootstrap4 h1 { font-size: 2em; margin: 0.67em 0; } -.bootstrap figcaption, -.bootstrap figure, -.bootstrap main { +.bootstrap4 figcaption, +.bootstrap4 figure, +.bootstrap4 main { display: block; } -.bootstrap figure { +.bootstrap4 figure { margin: 1em 40px; } -.bootstrap hr { +.bootstrap4 hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; } -.bootstrap pre { +.bootstrap4 pre { font-family: monospace,monospace; font-size: 1em; } -.bootstrap a { +.bootstrap4 a { background-color: transparent; -webkit-text-decoration-skip: objects; } -.bootstrap a:active, -.bootstrap a:hover { +.bootstrap4 a:active, +.bootstrap4 a:hover { outline-width: 0; } -.bootstrap abbr[title] { +.bootstrap4 abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } -.bootstrap b, -.bootstrap strong { +.bootstrap4 b, +.bootstrap4 strong { font-weight: inherit; } -.bootstrap b, -.bootstrap strong { +.bootstrap4 b, +.bootstrap4 strong { font-weight: bolder; } -.bootstrap code, -.bootstrap kbd, -.bootstrap samp { +.bootstrap4 code, +.bootstrap4 kbd, +.bootstrap4 samp { font-family: monospace,monospace; font-size: 1em; } -.bootstrap dfn { +.bootstrap4 dfn { font-style: italic; } -.bootstrap mark { +.bootstrap4 mark { background-color: #ff0; color: #000; } -.bootstrap small { +.bootstrap4 small { font-size: 80%; } -.bootstrap sub, -.bootstrap sup { +.bootstrap4 sub, +.bootstrap4 sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } -.bootstrap sub { +.bootstrap4 sub { bottom: -0.25em; } -.bootstrap sup { +.bootstrap4 sup { top: -0.5em; } -.bootstrap audio, -.bootstrap video { +.bootstrap4 audio, +.bootstrap4 video { display: inline-block; } -.bootstrap audio:not([controls]) { +.bootstrap4 audio:not([controls]) { display: none; height: 0; } -.bootstrap img { +.bootstrap4 img { border-style: none; } -.bootstrap svg:not(:root) { +.bootstrap4 svg:not(:root) { overflow: hidden; } -.bootstrap button, -.bootstrap input, -.bootstrap optgroup, -.bootstrap select, -.bootstrap textarea { +.bootstrap4 button, +.bootstrap4 input, +.bootstrap4 optgroup, +.bootstrap4 select, +.bootstrap4 textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } -.bootstrap button, -.bootstrap input { +.bootstrap4 button, +.bootstrap4 input { overflow: visible; } -.bootstrap button, -.bootstrap select { +.bootstrap4 button, +.bootstrap4 select { text-transform: none; } -.bootstrap [type=reset], -.bootstrap [type=submit], -.bootstrap button, -.bootstrap [type=button] { +.bootstrap4 [type=reset], +.bootstrap4 [type=submit], +.bootstrap4 button, +.bootstrap4 [type=button] { -webkit-appearance: button; } -.bootstrap [type=button]::-moz-focus-inner, -.bootstrap [type=reset]::-moz-focus-inner, -.bootstrap [type=submit]::-moz-focus-inner, -.bootstrap button::-moz-focus-inner { +.bootstrap4 [type=button]::-moz-focus-inner, +.bootstrap4 [type=reset]::-moz-focus-inner, +.bootstrap4 [type=submit]::-moz-focus-inner, +.bootstrap4 button::-moz-focus-inner { border-style: none; padding: 0; } -.bootstrap [type=button]:-moz-focusring, -.bootstrap [type=reset]:-moz-focusring, -.bootstrap [type=submit]:-moz-focusring, -.bootstrap button:-moz-focusring { +.bootstrap4 [type=button]:-moz-focusring, +.bootstrap4 [type=reset]:-moz-focusring, +.bootstrap4 [type=submit]:-moz-focusring, +.bootstrap4 button:-moz-focusring { outline: 1px dotted ButtonText; } -.bootstrap fieldset { +.bootstrap4 fieldset { border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } -.bootstrap legend { +.bootstrap4 legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; @@ -176,135 +176,135 @@ padding: 0; white-space: normal; } -.bootstrap progress { +.bootstrap4 progress { display: inline-block; vertical-align: baseline; } -.bootstrap textarea { +.bootstrap4 textarea { overflow: auto; } -.bootstrap [type=checkbox], -.bootstrap [type=radio] { +.bootstrap4 [type=checkbox], +.bootstrap4 [type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } -.bootstrap [type=number]::-webkit-inner-spin-button, -.bootstrap [type=number]::-webkit-outer-spin-button { +.bootstrap4 [type=number]::-webkit-inner-spin-button, +.bootstrap4 [type=number]::-webkit-outer-spin-button { height: auto; } -.bootstrap [type=search] { +.bootstrap4 [type=search] { -webkit-appearance: textfield; outline-offset: -2px; } -.bootstrap [type=search]::-webkit-search-cancel-button, -.bootstrap [type=search]::-webkit-search-decoration { +.bootstrap4 [type=search]::-webkit-search-cancel-button, +.bootstrap4 [type=search]::-webkit-search-decoration { -webkit-appearance: none; } -.bootstrap ::-webkit-file-upload-button { +.bootstrap4 ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } -.bootstrap details, -.bootstrap menu { +.bootstrap4 details, +.bootstrap4 menu { display: block; } -.bootstrap summary { +.bootstrap4 summary { display: list-item; } -.bootstrap canvas { +.bootstrap4 canvas { display: inline-block; } -.bootstrap template { +.bootstrap4 template { display: none; } -.bootstrap [hidden] { +.bootstrap4 [hidden] { display: none; } @media print { - .bootstrap *, - .bootstrap ::after, - .bootstrap ::before, - .bootstrap blockquote::first-letter, - .bootstrap blockquote::first-line, - .bootstrap div::first-letter, - .bootstrap div::first-line, - .bootstrap li::first-letter, - .bootstrap li::first-line, - .bootstrap p::first-letter, - .bootstrap p::first-line { + .bootstrap4 *, + .bootstrap4 ::after, + .bootstrap4 ::before, + .bootstrap4 blockquote::first-letter, + .bootstrap4 blockquote::first-line, + .bootstrap4 div::first-letter, + .bootstrap4 div::first-line, + .bootstrap4 li::first-letter, + .bootstrap4 li::first-line, + .bootstrap4 p::first-letter, + .bootstrap4 p::first-line { text-shadow: none!important; -webkit-box-shadow: none!important; box-shadow: none !important; } - .bootstrap a, - .bootstrap a:visited { + .bootstrap4 a, + .bootstrap4 a:visited { text-decoration: underline; } - .bootstrap abbr[title]::after { + .bootstrap4 abbr[title]::after { content: " (" attr(title) ")"; } - .bootstrap pre { + .bootstrap4 pre { white-space: pre-wrap !important; } - .bootstrap blockquote, - .bootstrap pre { + .bootstrap4 blockquote, + .bootstrap4 pre { border: 1px solid #999; page-break-inside: avoid; } - .bootstrap thead { + .bootstrap4 thead { display: table-header-group; } - .bootstrap img, - .bootstrap tr { + .bootstrap4 img, + .bootstrap4 tr { page-break-inside: avoid; } - .bootstrap h2, - .bootstrap h3, - .bootstrap p { + .bootstrap4 h2, + .bootstrap4 h3, + .bootstrap4 p { orphans: 3; widows: 3; } - .bootstrap h2, - .bootstrap h3 { + .bootstrap4 h2, + .bootstrap4 h3 { page-break-after: avoid; } - .bootstrap .navbar { + .bootstrap4 .navbar { display: none; } - .bootstrap .badge { + .bootstrap4 .badge { border: 1px solid #000; } - .bootstrap .table { + .bootstrap4 .table { border-collapse: collapse !important; } - .bootstrap .table td, - .bootstrap .table th { + .bootstrap4 .table td, + .bootstrap4 .table th { background-color: #fff !important; } - .bootstrap .table-bordered td, - .bootstrap .table-bordered th { + .bootstrap4 .table-bordered td, + .bootstrap4 .table-bordered th { border: 1px solid #ddd !important; } } -.bootstrap { +.bootstrap4 { -webkit-box-sizing: border-box; box-sizing: border-box; } -.bootstrap *, -.bootstrap ::after, -.bootstrap ::before { +.bootstrap4 *, +.bootstrap4 ::after, +.bootstrap4 ::before { -webkit-box-sizing: inherit; box-sizing: inherit; } @-ms-viewport { width: device-width; } -.bootstrap { +.bootstrap4 { -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } -.bootstrap { +.bootstrap4 { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: 400; @@ -312,148 +312,148 @@ color: #292b2c; background-color: #fff; } -.bootstrap [tabindex="-1"]:focus { +.bootstrap4 [tabindex="-1"]:focus { outline: 0 !important; } -.bootstrap h1, -.bootstrap h2, -.bootstrap h3, -.bootstrap h4, -.bootstrap h5, -.bootstrap h6 { +.bootstrap4 h1, +.bootstrap4 h2, +.bootstrap4 h3, +.bootstrap4 h4, +.bootstrap4 h5, +.bootstrap4 h6 { margin-top: 0; margin-bottom: 0.5rem; } -.bootstrap p { +.bootstrap4 p { margin-top: 0; margin-bottom: 1rem; } -.bootstrap abbr[data-original-title], -.bootstrap abbr[title] { +.bootstrap4 abbr[data-original-title], +.bootstrap4 abbr[title] { cursor: help; } -.bootstrap address { +.bootstrap4 address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } -.bootstrap dl, -.bootstrap ol, -.bootstrap ul { +.bootstrap4 dl, +.bootstrap4 ol, +.bootstrap4 ul { margin-top: 0; margin-bottom: 1rem; } -.bootstrap ol ol, -.bootstrap ol ul, -.bootstrap ul ol, -.bootstrap ul ul { +.bootstrap4 ol ol, +.bootstrap4 ol ul, +.bootstrap4 ul ol, +.bootstrap4 ul ul { margin-bottom: 0; } -.bootstrap dt { +.bootstrap4 dt { font-weight: 700; } -.bootstrap dd { +.bootstrap4 dd { margin-bottom: .5rem; margin-left: 0; } -.bootstrap blockquote { +.bootstrap4 blockquote { margin: 0 0 1rem; } -.bootstrap a { +.bootstrap4 a { color: #0275d8; text-decoration: none; } -.bootstrap a:focus, -.bootstrap a:hover { +.bootstrap4 a:focus, +.bootstrap4 a:hover { color: #014c8c; text-decoration: underline; } -.bootstrap a:not([href]):not([tabindex]) { +.bootstrap4 a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; } -.bootstrap a:not([href]):not([tabindex]):focus, -.bootstrap a:not([href]):not([tabindex]):hover { +.bootstrap4 a:not([href]):not([tabindex]):focus, +.bootstrap4 a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; } -.bootstrap a:not([href]):not([tabindex]):focus { +.bootstrap4 a:not([href]):not([tabindex]):focus { outline: 0; } -.bootstrap pre { +.bootstrap4 pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; } -.bootstrap figure { +.bootstrap4 figure { margin: 0 0 1rem; } -.bootstrap img { +.bootstrap4 img { vertical-align: middle; } -.bootstrap [role=button] { +.bootstrap4 [role=button] { cursor: pointer; } -.bootstrap [role=button], -.bootstrap a, -.bootstrap area, -.bootstrap button, -.bootstrap input, -.bootstrap label, -.bootstrap select, -.bootstrap summary, -.bootstrap textarea { +.bootstrap4 [role=button], +.bootstrap4 a, +.bootstrap4 area, +.bootstrap4 button, +.bootstrap4 input, +.bootstrap4 label, +.bootstrap4 select, +.bootstrap4 summary, +.bootstrap4 textarea { -ms-touch-action: manipulation; touch-action: manipulation; } -.bootstrap table { +.bootstrap4 table { border-collapse: collapse; background-color: transparent; } -.bootstrap caption { +.bootstrap4 caption { padding-top: .75rem; padding-bottom: .75rem; color: #636c72; text-align: left; caption-side: bottom; } -.bootstrap th { +.bootstrap4 th { text-align: left; } -.bootstrap label { +.bootstrap4 label { display: inline-block; margin-bottom: 0.5rem; } -.bootstrap button:focus { +.bootstrap4 button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } -.bootstrap button, -.bootstrap input, -.bootstrap select, -.bootstrap textarea { +.bootstrap4 button, +.bootstrap4 input, +.bootstrap4 select, +.bootstrap4 textarea { line-height: inherit; } -.bootstrap input[type=checkbox]:disabled, -.bootstrap input[type=radio]:disabled { +.bootstrap4 input[type=checkbox]:disabled, +.bootstrap4 input[type=radio]:disabled { cursor: not-allowed; } -.bootstrap input[type=date], -.bootstrap input[type=time], -.bootstrap input[type=datetime-local], -.bootstrap input[type=month] { +.bootstrap4 input[type=date], +.bootstrap4 input[type=time], +.bootstrap4 input[type=datetime-local], +.bootstrap4 input[type=month] { -webkit-appearance: listbox; } -.bootstrap textarea { +.bootstrap4 textarea { resize: vertical; } -.bootstrap fieldset { +.bootstrap4 fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } -.bootstrap legend { +.bootstrap4 legend { display: block; width: 100%; padding: 0; @@ -461,147 +461,147 @@ font-size: 1.5rem; line-height: inherit; } -.bootstrap input[type=search] { +.bootstrap4 input[type=search] { -webkit-appearance: none; } -.bootstrap output { +.bootstrap4 output { display: inline-block; } -.bootstrap [hidden] { +.bootstrap4 [hidden] { display: none !important; } -.bootstrap .h1, -.bootstrap .h2, -.bootstrap .h3, -.bootstrap .h4, -.bootstrap .h5, -.bootstrap .h6, -.bootstrap h1, -.bootstrap h2, -.bootstrap h3, -.bootstrap h4, -.bootstrap h5, -.bootstrap h6 { +.bootstrap4 .h1, +.bootstrap4 .h2, +.bootstrap4 .h3, +.bootstrap4 .h4, +.bootstrap4 .h5, +.bootstrap4 .h6, +.bootstrap4 h1, +.bootstrap4 h2, +.bootstrap4 h3, +.bootstrap4 h4, +.bootstrap4 h5, +.bootstrap4 h6 { margin-bottom: .5rem; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } -.bootstrap .h1, -.bootstrap h1 { +.bootstrap4 .h1, +.bootstrap4 h1 { font-size: 2.5rem; } -.bootstrap .h2, -.bootstrap h2 { +.bootstrap4 .h2, +.bootstrap4 h2 { font-size: 2rem; } -.bootstrap .h3, -.bootstrap h3 { +.bootstrap4 .h3, +.bootstrap4 h3 { font-size: 1.75rem; } -.bootstrap .h4, -.bootstrap h4 { +.bootstrap4 .h4, +.bootstrap4 h4 { font-size: 1.5rem; } -.bootstrap .h5, -.bootstrap h5 { +.bootstrap4 .h5, +.bootstrap4 h5 { font-size: 1.25rem; } -.bootstrap .h6, -.bootstrap h6 { +.bootstrap4 .h6, +.bootstrap4 h6 { font-size: 1rem; } -.bootstrap .lead { +.bootstrap4 .lead { font-size: 1.25rem; font-weight: 300; } -.bootstrap .display-1 { +.bootstrap4 .display-1 { font-size: 6rem; font-weight: 300; line-height: 1.1; } -.bootstrap .display-2 { +.bootstrap4 .display-2 { font-size: 5.5rem; font-weight: 300; line-height: 1.1; } -.bootstrap .display-3 { +.bootstrap4 .display-3 { font-size: 4.5rem; font-weight: 300; line-height: 1.1; } -.bootstrap .display-4 { +.bootstrap4 .display-4 { font-size: 3.5rem; font-weight: 300; line-height: 1.1; } -.bootstrap hr { +.bootstrap4 hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } -.bootstrap .small, -.bootstrap small { +.bootstrap4 .small, +.bootstrap4 small { font-size: 80%; font-weight: 400; } -.bootstrap .mark, -.bootstrap mark { +.bootstrap4 .mark, +.bootstrap4 mark { padding: .2em; background-color: #fcf8e3; } -.bootstrap .list-unstyled { +.bootstrap4 .list-unstyled { padding-left: 0; list-style: none; } -.bootstrap .list-inline { +.bootstrap4 .list-inline { padding-left: 0; list-style: none; } -.bootstrap .list-inline-item { +.bootstrap4 .list-inline-item { display: inline-block; } -.bootstrap .list-inline-item:not(:last-child) { +.bootstrap4 .list-inline-item:not(:last-child) { margin-right: 5px; } -.bootstrap .initialism { +.bootstrap4 .initialism { font-size: 90%; text-transform: uppercase; } -.bootstrap .blockquote { +.bootstrap4 .blockquote { padding: .5rem 1rem; margin-bottom: 1rem; font-size: 1.25rem; border-left: 0.25rem solid #eceeef; } -.bootstrap .blockquote-footer { +.bootstrap4 .blockquote-footer { display: block; font-size: 80%; color: #636c72; } -.bootstrap .blockquote-footer::before { +.bootstrap4 .blockquote-footer::before { content: "\2014 \00A0"; } -.bootstrap .blockquote-reverse { +.bootstrap4 .blockquote-reverse { padding-right: 1rem; padding-left: 0; text-align: right; border-right: .25rem solid #eceeef; border-left: 0; } -.bootstrap .blockquote-reverse .blockquote-footer::before { +.bootstrap4 .blockquote-reverse .blockquote-footer::before { content: ""; } -.bootstrap .blockquote-reverse .blockquote-footer::after { +.bootstrap4 .blockquote-reverse .blockquote-footer::after { content: "\00A0 \2014"; } -.bootstrap .img-fluid { +.bootstrap4 .img-fluid { max-width: 100%; height: auto; } -.bootstrap .img-thumbnail { +.bootstrap4 .img-thumbnail { padding: .25rem; background-color: #fff; border: 1px solid #ddd; @@ -612,66 +612,66 @@ max-width: 100%; height: auto; } -.bootstrap .figure { +.bootstrap4 .figure { display: inline-block; } -.bootstrap .figure-img { +.bootstrap4 .figure-img { margin-bottom: .5rem; line-height: 1; } -.bootstrap .figure-caption { +.bootstrap4 .figure-caption { font-size: 90%; color: #636c72; } -.bootstrap code, -.bootstrap kbd, -.bootstrap pre, -.bootstrap samp { +.bootstrap4 code, +.bootstrap4 kbd, +.bootstrap4 pre, +.bootstrap4 samp { font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } -.bootstrap code { +.bootstrap4 code { padding: .2rem .4rem; font-size: 90%; color: #bd4147; background-color: #f7f7f9; border-radius: 0.25rem; } -.bootstrap a > code { +.bootstrap4 a > code { padding: 0; color: inherit; background-color: inherit; } -.bootstrap kbd { +.bootstrap4 kbd { padding: .2rem .4rem; font-size: 90%; color: #fff; background-color: #292b2c; border-radius: 0.2rem; } -.bootstrap kbd kbd { +.bootstrap4 kbd kbd { padding: 0; font-size: 100%; font-weight: 700; } -.bootstrap pre { +.bootstrap4 pre { display: block; margin-top: 0; margin-bottom: 1rem; font-size: 90%; color: #292b2c; } -.bootstrap pre code { +.bootstrap4 pre code { padding: 0; font-size: inherit; color: inherit; background-color: transparent; border-radius: 0; } -.bootstrap .pre-scrollable { +.bootstrap4 .pre-scrollable { max-height: 340px; overflow-y: scroll; } -.bootstrap .container { +.bootstrap4 .container { position: relative; margin-left: auto; margin-right: auto; @@ -679,54 +679,54 @@ padding-left: 15px; } @media (min-width: 576px) { - .bootstrap .container { + .bootstrap4 .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { - .bootstrap .container { + .bootstrap4 .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { - .bootstrap .container { + .bootstrap4 .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { - .bootstrap .container { + .bootstrap4 .container { padding-right: 15px; padding-left: 15px; } } @media (min-width: 576px) { - .bootstrap .container { + .bootstrap4 .container { width: 540px; max-width: 100%; } } @media (min-width: 768px) { - .bootstrap .container { + .bootstrap4 .container { width: 720px; max-width: 100%; } } @media (min-width: 992px) { - .bootstrap .container { + .bootstrap4 .container { width: 960px; max-width: 100%; } } @media (min-width: 1200px) { - .bootstrap .container { + .bootstrap4 .container { width: 1140px; max-width: 100%; } } -.bootstrap .container-fluid { +.bootstrap4 .container-fluid { position: relative; margin-left: auto; margin-right: auto; @@ -734,30 +734,30 @@ padding-left: 15px; } @media (min-width: 576px) { - .bootstrap .container-fluid { + .bootstrap4 .container-fluid { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { - .bootstrap .container-fluid { + .bootstrap4 .container-fluid { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { - .bootstrap .container-fluid { + .bootstrap4 .container-fluid { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { - .bootstrap .container-fluid { + .bootstrap4 .container-fluid { padding-right: 15px; padding-left: 15px; } } -.bootstrap .row { +.bootstrap4 .row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -769,103 +769,103 @@ margin-left: -15px; } @media (min-width: 576px) { - .bootstrap .row { + .bootstrap4 .row { margin-right: -15px; margin-left: -15px; } } @media (min-width: 768px) { - .bootstrap .row { + .bootstrap4 .row { margin-right: -15px; margin-left: -15px; } } @media (min-width: 992px) { - .bootstrap .row { + .bootstrap4 .row { margin-right: -15px; margin-left: -15px; } } @media (min-width: 1200px) { - .bootstrap .row { + .bootstrap4 .row { margin-right: -15px; margin-left: -15px; } } -.bootstrap .no-gutters { +.bootstrap4 .no-gutters { margin-right: 0; margin-left: 0; } -.bootstrap .no-gutters > .col, -.bootstrap .no-gutters > [class*=col-] { +.bootstrap4 .no-gutters > .col, +.bootstrap4 .no-gutters > [class*=col-] { padding-right: 0; padding-left: 0; } -.bootstrap .col, -.bootstrap .col-1, -.bootstrap .col-10, -.bootstrap .col-11, -.bootstrap .col-12, -.bootstrap .col-2, -.bootstrap .col-3, -.bootstrap .col-4, -.bootstrap .col-5, -.bootstrap .col-6, -.bootstrap .col-7, -.bootstrap .col-8, -.bootstrap .col-9, -.bootstrap .col-lg, -.bootstrap .col-lg-1, -.bootstrap .col-lg-10, -.bootstrap .col-lg-11, -.bootstrap .col-lg-12, -.bootstrap .col-lg-2, -.bootstrap .col-lg-3, -.bootstrap .col-lg-4, -.bootstrap .col-lg-5, -.bootstrap .col-lg-6, -.bootstrap .col-lg-7, -.bootstrap .col-lg-8, -.bootstrap .col-lg-9, -.bootstrap .col-md, -.bootstrap .col-md-1, -.bootstrap .col-md-10, -.bootstrap .col-md-11, -.bootstrap .col-md-12, -.bootstrap .col-md-2, -.bootstrap .col-md-3, -.bootstrap .col-md-4, -.bootstrap .col-md-5, -.bootstrap .col-md-6, -.bootstrap .col-md-7, -.bootstrap .col-md-8, -.bootstrap .col-md-9, -.bootstrap .col-sm, -.bootstrap .col-sm-1, -.bootstrap .col-sm-10, -.bootstrap .col-sm-11, -.bootstrap .col-sm-12, -.bootstrap .col-sm-2, -.bootstrap .col-sm-3, -.bootstrap .col-sm-4, -.bootstrap .col-sm-5, -.bootstrap .col-sm-6, -.bootstrap .col-sm-7, -.bootstrap .col-sm-8, -.bootstrap .col-sm-9, -.bootstrap .col-xl, -.bootstrap .col-xl-1, -.bootstrap .col-xl-10, -.bootstrap .col-xl-11, -.bootstrap .col-xl-12, -.bootstrap .col-xl-2, -.bootstrap .col-xl-3, -.bootstrap .col-xl-4, -.bootstrap .col-xl-5, -.bootstrap .col-xl-6, -.bootstrap .col-xl-7, -.bootstrap .col-xl-8, -.bootstrap .col-xl-9 { +.bootstrap4 .col, +.bootstrap4 .col-1, +.bootstrap4 .col-10, +.bootstrap4 .col-11, +.bootstrap4 .col-12, +.bootstrap4 .col-2, +.bootstrap4 .col-3, +.bootstrap4 .col-4, +.bootstrap4 .col-5, +.bootstrap4 .col-6, +.bootstrap4 .col-7, +.bootstrap4 .col-8, +.bootstrap4 .col-9, +.bootstrap4 .col-lg, +.bootstrap4 .col-lg-1, +.bootstrap4 .col-lg-10, +.bootstrap4 .col-lg-11, +.bootstrap4 .col-lg-12, +.bootstrap4 .col-lg-2, +.bootstrap4 .col-lg-3, +.bootstrap4 .col-lg-4, +.bootstrap4 .col-lg-5, +.bootstrap4 .col-lg-6, +.bootstrap4 .col-lg-7, +.bootstrap4 .col-lg-8, +.bootstrap4 .col-lg-9, +.bootstrap4 .col-md, +.bootstrap4 .col-md-1, +.bootstrap4 .col-md-10, +.bootstrap4 .col-md-11, +.bootstrap4 .col-md-12, +.bootstrap4 .col-md-2, +.bootstrap4 .col-md-3, +.bootstrap4 .col-md-4, +.bootstrap4 .col-md-5, +.bootstrap4 .col-md-6, +.bootstrap4 .col-md-7, +.bootstrap4 .col-md-8, +.bootstrap4 .col-md-9, +.bootstrap4 .col-sm, +.bootstrap4 .col-sm-1, +.bootstrap4 .col-sm-10, +.bootstrap4 .col-sm-11, +.bootstrap4 .col-sm-12, +.bootstrap4 .col-sm-2, +.bootstrap4 .col-sm-3, +.bootstrap4 .col-sm-4, +.bootstrap4 .col-sm-5, +.bootstrap4 .col-sm-6, +.bootstrap4 .col-sm-7, +.bootstrap4 .col-sm-8, +.bootstrap4 .col-sm-9, +.bootstrap4 .col-xl, +.bootstrap4 .col-xl-1, +.bootstrap4 .col-xl-10, +.bootstrap4 .col-xl-11, +.bootstrap4 .col-xl-12, +.bootstrap4 .col-xl-2, +.bootstrap4 .col-xl-3, +.bootstrap4 .col-xl-4, +.bootstrap4 .col-xl-5, +.bootstrap4 .col-xl-6, +.bootstrap4 .col-xl-7, +.bootstrap4 .col-xl-8, +.bootstrap4 .col-xl-9 { position: relative; width: 100%; min-height: 1px; @@ -873,286 +873,286 @@ padding-left: 15px; } @media (min-width: 576px) { - .bootstrap .col, - .bootstrap .col-1, - .bootstrap .col-10, - .bootstrap .col-11, - .bootstrap .col-12, - .bootstrap .col-2, - .bootstrap .col-3, - .bootstrap .col-4, - .bootstrap .col-5, - .bootstrap .col-6, - .bootstrap .col-7, - .bootstrap .col-8, - .bootstrap .col-9, - .bootstrap .col-lg, - .bootstrap .col-lg-1, - .bootstrap .col-lg-10, - .bootstrap .col-lg-11, - .bootstrap .col-lg-12, - .bootstrap .col-lg-2, - .bootstrap .col-lg-3, - .bootstrap .col-lg-4, - .bootstrap .col-lg-5, - .bootstrap .col-lg-6, - .bootstrap .col-lg-7, - .bootstrap .col-lg-8, - .bootstrap .col-lg-9, - .bootstrap .col-md, - .bootstrap .col-md-1, - .bootstrap .col-md-10, - .bootstrap .col-md-11, - .bootstrap .col-md-12, - .bootstrap .col-md-2, - .bootstrap .col-md-3, - .bootstrap .col-md-4, - .bootstrap .col-md-5, - .bootstrap .col-md-6, - .bootstrap .col-md-7, - .bootstrap .col-md-8, - .bootstrap .col-md-9, - .bootstrap .col-sm, - .bootstrap .col-sm-1, - .bootstrap .col-sm-10, - .bootstrap .col-sm-11, - .bootstrap .col-sm-12, - .bootstrap .col-sm-2, - .bootstrap .col-sm-3, - .bootstrap .col-sm-4, - .bootstrap .col-sm-5, - .bootstrap .col-sm-6, - .bootstrap .col-sm-7, - .bootstrap .col-sm-8, - .bootstrap .col-sm-9, - .bootstrap .col-xl, - .bootstrap .col-xl-1, - .bootstrap .col-xl-10, - .bootstrap .col-xl-11, - .bootstrap .col-xl-12, - .bootstrap .col-xl-2, - .bootstrap .col-xl-3, - .bootstrap .col-xl-4, - .bootstrap .col-xl-5, - .bootstrap .col-xl-6, - .bootstrap .col-xl-7, - .bootstrap .col-xl-8, - .bootstrap .col-xl-9 { + .bootstrap4 .col, + .bootstrap4 .col-1, + .bootstrap4 .col-10, + .bootstrap4 .col-11, + .bootstrap4 .col-12, + .bootstrap4 .col-2, + .bootstrap4 .col-3, + .bootstrap4 .col-4, + .bootstrap4 .col-5, + .bootstrap4 .col-6, + .bootstrap4 .col-7, + .bootstrap4 .col-8, + .bootstrap4 .col-9, + .bootstrap4 .col-lg, + .bootstrap4 .col-lg-1, + .bootstrap4 .col-lg-10, + .bootstrap4 .col-lg-11, + .bootstrap4 .col-lg-12, + .bootstrap4 .col-lg-2, + .bootstrap4 .col-lg-3, + .bootstrap4 .col-lg-4, + .bootstrap4 .col-lg-5, + .bootstrap4 .col-lg-6, + .bootstrap4 .col-lg-7, + .bootstrap4 .col-lg-8, + .bootstrap4 .col-lg-9, + .bootstrap4 .col-md, + .bootstrap4 .col-md-1, + .bootstrap4 .col-md-10, + .bootstrap4 .col-md-11, + .bootstrap4 .col-md-12, + .bootstrap4 .col-md-2, + .bootstrap4 .col-md-3, + .bootstrap4 .col-md-4, + .bootstrap4 .col-md-5, + .bootstrap4 .col-md-6, + .bootstrap4 .col-md-7, + .bootstrap4 .col-md-8, + .bootstrap4 .col-md-9, + .bootstrap4 .col-sm, + .bootstrap4 .col-sm-1, + .bootstrap4 .col-sm-10, + .bootstrap4 .col-sm-11, + .bootstrap4 .col-sm-12, + .bootstrap4 .col-sm-2, + .bootstrap4 .col-sm-3, + .bootstrap4 .col-sm-4, + .bootstrap4 .col-sm-5, + .bootstrap4 .col-sm-6, + .bootstrap4 .col-sm-7, + .bootstrap4 .col-sm-8, + .bootstrap4 .col-sm-9, + .bootstrap4 .col-xl, + .bootstrap4 .col-xl-1, + .bootstrap4 .col-xl-10, + .bootstrap4 .col-xl-11, + .bootstrap4 .col-xl-12, + .bootstrap4 .col-xl-2, + .bootstrap4 .col-xl-3, + .bootstrap4 .col-xl-4, + .bootstrap4 .col-xl-5, + .bootstrap4 .col-xl-6, + .bootstrap4 .col-xl-7, + .bootstrap4 .col-xl-8, + .bootstrap4 .col-xl-9 { padding-right: 15px; padding-left: 15px; } } @media (min-width: 768px) { - .bootstrap .col, - .bootstrap .col-1, - .bootstrap .col-10, - .bootstrap .col-11, - .bootstrap .col-12, - .bootstrap .col-2, - .bootstrap .col-3, - .bootstrap .col-4, - .bootstrap .col-5, - .bootstrap .col-6, - .bootstrap .col-7, - .bootstrap .col-8, - .bootstrap .col-9, - .bootstrap .col-lg, - .bootstrap .col-lg-1, - .bootstrap .col-lg-10, - .bootstrap .col-lg-11, - .bootstrap .col-lg-12, - .bootstrap .col-lg-2, - .bootstrap .col-lg-3, - .bootstrap .col-lg-4, - .bootstrap .col-lg-5, - .bootstrap .col-lg-6, - .bootstrap .col-lg-7, - .bootstrap .col-lg-8, - .bootstrap .col-lg-9, - .bootstrap .col-md, - .bootstrap .col-md-1, - .bootstrap .col-md-10, - .bootstrap .col-md-11, - .bootstrap .col-md-12, - .bootstrap .col-md-2, - .bootstrap .col-md-3, - .bootstrap .col-md-4, - .bootstrap .col-md-5, - .bootstrap .col-md-6, - .bootstrap .col-md-7, - .bootstrap .col-md-8, - .bootstrap .col-md-9, - .bootstrap .col-sm, - .bootstrap .col-sm-1, - .bootstrap .col-sm-10, - .bootstrap .col-sm-11, - .bootstrap .col-sm-12, - .bootstrap .col-sm-2, - .bootstrap .col-sm-3, - .bootstrap .col-sm-4, - .bootstrap .col-sm-5, - .bootstrap .col-sm-6, - .bootstrap .col-sm-7, - .bootstrap .col-sm-8, - .bootstrap .col-sm-9, - .bootstrap .col-xl, - .bootstrap .col-xl-1, - .bootstrap .col-xl-10, - .bootstrap .col-xl-11, - .bootstrap .col-xl-12, - .bootstrap .col-xl-2, - .bootstrap .col-xl-3, - .bootstrap .col-xl-4, - .bootstrap .col-xl-5, - .bootstrap .col-xl-6, - .bootstrap .col-xl-7, - .bootstrap .col-xl-8, - .bootstrap .col-xl-9 { + .bootstrap4 .col, + .bootstrap4 .col-1, + .bootstrap4 .col-10, + .bootstrap4 .col-11, + .bootstrap4 .col-12, + .bootstrap4 .col-2, + .bootstrap4 .col-3, + .bootstrap4 .col-4, + .bootstrap4 .col-5, + .bootstrap4 .col-6, + .bootstrap4 .col-7, + .bootstrap4 .col-8, + .bootstrap4 .col-9, + .bootstrap4 .col-lg, + .bootstrap4 .col-lg-1, + .bootstrap4 .col-lg-10, + .bootstrap4 .col-lg-11, + .bootstrap4 .col-lg-12, + .bootstrap4 .col-lg-2, + .bootstrap4 .col-lg-3, + .bootstrap4 .col-lg-4, + .bootstrap4 .col-lg-5, + .bootstrap4 .col-lg-6, + .bootstrap4 .col-lg-7, + .bootstrap4 .col-lg-8, + .bootstrap4 .col-lg-9, + .bootstrap4 .col-md, + .bootstrap4 .col-md-1, + .bootstrap4 .col-md-10, + .bootstrap4 .col-md-11, + .bootstrap4 .col-md-12, + .bootstrap4 .col-md-2, + .bootstrap4 .col-md-3, + .bootstrap4 .col-md-4, + .bootstrap4 .col-md-5, + .bootstrap4 .col-md-6, + .bootstrap4 .col-md-7, + .bootstrap4 .col-md-8, + .bootstrap4 .col-md-9, + .bootstrap4 .col-sm, + .bootstrap4 .col-sm-1, + .bootstrap4 .col-sm-10, + .bootstrap4 .col-sm-11, + .bootstrap4 .col-sm-12, + .bootstrap4 .col-sm-2, + .bootstrap4 .col-sm-3, + .bootstrap4 .col-sm-4, + .bootstrap4 .col-sm-5, + .bootstrap4 .col-sm-6, + .bootstrap4 .col-sm-7, + .bootstrap4 .col-sm-8, + .bootstrap4 .col-sm-9, + .bootstrap4 .col-xl, + .bootstrap4 .col-xl-1, + .bootstrap4 .col-xl-10, + .bootstrap4 .col-xl-11, + .bootstrap4 .col-xl-12, + .bootstrap4 .col-xl-2, + .bootstrap4 .col-xl-3, + .bootstrap4 .col-xl-4, + .bootstrap4 .col-xl-5, + .bootstrap4 .col-xl-6, + .bootstrap4 .col-xl-7, + .bootstrap4 .col-xl-8, + .bootstrap4 .col-xl-9 { padding-right: 15px; padding-left: 15px; } } @media (min-width: 992px) { - .bootstrap .col, - .bootstrap .col-1, - .bootstrap .col-10, - .bootstrap .col-11, - .bootstrap .col-12, - .bootstrap .col-2, - .bootstrap .col-3, - .bootstrap .col-4, - .bootstrap .col-5, - .bootstrap .col-6, - .bootstrap .col-7, - .bootstrap .col-8, - .bootstrap .col-9, - .bootstrap .col-lg, - .bootstrap .col-lg-1, - .bootstrap .col-lg-10, - .bootstrap .col-lg-11, - .bootstrap .col-lg-12, - .bootstrap .col-lg-2, - .bootstrap .col-lg-3, - .bootstrap .col-lg-4, - .bootstrap .col-lg-5, - .bootstrap .col-lg-6, - .bootstrap .col-lg-7, - .bootstrap .col-lg-8, - .bootstrap .col-lg-9, - .bootstrap .col-md, - .bootstrap .col-md-1, - .bootstrap .col-md-10, - .bootstrap .col-md-11, - .bootstrap .col-md-12, - .bootstrap .col-md-2, - .bootstrap .col-md-3, - .bootstrap .col-md-4, - .bootstrap .col-md-5, - .bootstrap .col-md-6, - .bootstrap .col-md-7, - .bootstrap .col-md-8, - .bootstrap .col-md-9, - .bootstrap .col-sm, - .bootstrap .col-sm-1, - .bootstrap .col-sm-10, - .bootstrap .col-sm-11, - .bootstrap .col-sm-12, - .bootstrap .col-sm-2, - .bootstrap .col-sm-3, - .bootstrap .col-sm-4, - .bootstrap .col-sm-5, - .bootstrap .col-sm-6, - .bootstrap .col-sm-7, - .bootstrap .col-sm-8, - .bootstrap .col-sm-9, - .bootstrap .col-xl, - .bootstrap .col-xl-1, - .bootstrap .col-xl-10, - .bootstrap .col-xl-11, - .bootstrap .col-xl-12, - .bootstrap .col-xl-2, - .bootstrap .col-xl-3, - .bootstrap .col-xl-4, - .bootstrap .col-xl-5, - .bootstrap .col-xl-6, - .bootstrap .col-xl-7, - .bootstrap .col-xl-8, - .bootstrap .col-xl-9 { + .bootstrap4 .col, + .bootstrap4 .col-1, + .bootstrap4 .col-10, + .bootstrap4 .col-11, + .bootstrap4 .col-12, + .bootstrap4 .col-2, + .bootstrap4 .col-3, + .bootstrap4 .col-4, + .bootstrap4 .col-5, + .bootstrap4 .col-6, + .bootstrap4 .col-7, + .bootstrap4 .col-8, + .bootstrap4 .col-9, + .bootstrap4 .col-lg, + .bootstrap4 .col-lg-1, + .bootstrap4 .col-lg-10, + .bootstrap4 .col-lg-11, + .bootstrap4 .col-lg-12, + .bootstrap4 .col-lg-2, + .bootstrap4 .col-lg-3, + .bootstrap4 .col-lg-4, + .bootstrap4 .col-lg-5, + .bootstrap4 .col-lg-6, + .bootstrap4 .col-lg-7, + .bootstrap4 .col-lg-8, + .bootstrap4 .col-lg-9, + .bootstrap4 .col-md, + .bootstrap4 .col-md-1, + .bootstrap4 .col-md-10, + .bootstrap4 .col-md-11, + .bootstrap4 .col-md-12, + .bootstrap4 .col-md-2, + .bootstrap4 .col-md-3, + .bootstrap4 .col-md-4, + .bootstrap4 .col-md-5, + .bootstrap4 .col-md-6, + .bootstrap4 .col-md-7, + .bootstrap4 .col-md-8, + .bootstrap4 .col-md-9, + .bootstrap4 .col-sm, + .bootstrap4 .col-sm-1, + .bootstrap4 .col-sm-10, + .bootstrap4 .col-sm-11, + .bootstrap4 .col-sm-12, + .bootstrap4 .col-sm-2, + .bootstrap4 .col-sm-3, + .bootstrap4 .col-sm-4, + .bootstrap4 .col-sm-5, + .bootstrap4 .col-sm-6, + .bootstrap4 .col-sm-7, + .bootstrap4 .col-sm-8, + .bootstrap4 .col-sm-9, + .bootstrap4 .col-xl, + .bootstrap4 .col-xl-1, + .bootstrap4 .col-xl-10, + .bootstrap4 .col-xl-11, + .bootstrap4 .col-xl-12, + .bootstrap4 .col-xl-2, + .bootstrap4 .col-xl-3, + .bootstrap4 .col-xl-4, + .bootstrap4 .col-xl-5, + .bootstrap4 .col-xl-6, + .bootstrap4 .col-xl-7, + .bootstrap4 .col-xl-8, + .bootstrap4 .col-xl-9 { padding-right: 15px; padding-left: 15px; } } @media (min-width: 1200px) { - .bootstrap .col, - .bootstrap .col-1, - .bootstrap .col-10, - .bootstrap .col-11, - .bootstrap .col-12, - .bootstrap .col-2, - .bootstrap .col-3, - .bootstrap .col-4, - .bootstrap .col-5, - .bootstrap .col-6, - .bootstrap .col-7, - .bootstrap .col-8, - .bootstrap .col-9, - .bootstrap .col-lg, - .bootstrap .col-lg-1, - .bootstrap .col-lg-10, - .bootstrap .col-lg-11, - .bootstrap .col-lg-12, - .bootstrap .col-lg-2, - .bootstrap .col-lg-3, - .bootstrap .col-lg-4, - .bootstrap .col-lg-5, - .bootstrap .col-lg-6, - .bootstrap .col-lg-7, - .bootstrap .col-lg-8, - .bootstrap .col-lg-9, - .bootstrap .col-md, - .bootstrap .col-md-1, - .bootstrap .col-md-10, - .bootstrap .col-md-11, - .bootstrap .col-md-12, - .bootstrap .col-md-2, - .bootstrap .col-md-3, - .bootstrap .col-md-4, - .bootstrap .col-md-5, - .bootstrap .col-md-6, - .bootstrap .col-md-7, - .bootstrap .col-md-8, - .bootstrap .col-md-9, - .bootstrap .col-sm, - .bootstrap .col-sm-1, - .bootstrap .col-sm-10, - .bootstrap .col-sm-11, - .bootstrap .col-sm-12, - .bootstrap .col-sm-2, - .bootstrap .col-sm-3, - .bootstrap .col-sm-4, - .bootstrap .col-sm-5, - .bootstrap .col-sm-6, - .bootstrap .col-sm-7, - .bootstrap .col-sm-8, - .bootstrap .col-sm-9, - .bootstrap .col-xl, - .bootstrap .col-xl-1, - .bootstrap .col-xl-10, - .bootstrap .col-xl-11, - .bootstrap .col-xl-12, - .bootstrap .col-xl-2, - .bootstrap .col-xl-3, - .bootstrap .col-xl-4, - .bootstrap .col-xl-5, - .bootstrap .col-xl-6, - .bootstrap .col-xl-7, - .bootstrap .col-xl-8, - .bootstrap .col-xl-9 { + .bootstrap4 .col, + .bootstrap4 .col-1, + .bootstrap4 .col-10, + .bootstrap4 .col-11, + .bootstrap4 .col-12, + .bootstrap4 .col-2, + .bootstrap4 .col-3, + .bootstrap4 .col-4, + .bootstrap4 .col-5, + .bootstrap4 .col-6, + .bootstrap4 .col-7, + .bootstrap4 .col-8, + .bootstrap4 .col-9, + .bootstrap4 .col-lg, + .bootstrap4 .col-lg-1, + .bootstrap4 .col-lg-10, + .bootstrap4 .col-lg-11, + .bootstrap4 .col-lg-12, + .bootstrap4 .col-lg-2, + .bootstrap4 .col-lg-3, + .bootstrap4 .col-lg-4, + .bootstrap4 .col-lg-5, + .bootstrap4 .col-lg-6, + .bootstrap4 .col-lg-7, + .bootstrap4 .col-lg-8, + .bootstrap4 .col-lg-9, + .bootstrap4 .col-md, + .bootstrap4 .col-md-1, + .bootstrap4 .col-md-10, + .bootstrap4 .col-md-11, + .bootstrap4 .col-md-12, + .bootstrap4 .col-md-2, + .bootstrap4 .col-md-3, + .bootstrap4 .col-md-4, + .bootstrap4 .col-md-5, + .bootstrap4 .col-md-6, + .bootstrap4 .col-md-7, + .bootstrap4 .col-md-8, + .bootstrap4 .col-md-9, + .bootstrap4 .col-sm, + .bootstrap4 .col-sm-1, + .bootstrap4 .col-sm-10, + .bootstrap4 .col-sm-11, + .bootstrap4 .col-sm-12, + .bootstrap4 .col-sm-2, + .bootstrap4 .col-sm-3, + .bootstrap4 .col-sm-4, + .bootstrap4 .col-sm-5, + .bootstrap4 .col-sm-6, + .bootstrap4 .col-sm-7, + .bootstrap4 .col-sm-8, + .bootstrap4 .col-sm-9, + .bootstrap4 .col-xl, + .bootstrap4 .col-xl-1, + .bootstrap4 .col-xl-10, + .bootstrap4 .col-xl-11, + .bootstrap4 .col-xl-12, + .bootstrap4 .col-xl-2, + .bootstrap4 .col-xl-3, + .bootstrap4 .col-xl-4, + .bootstrap4 .col-xl-5, + .bootstrap4 .col-xl-6, + .bootstrap4 .col-xl-7, + .bootstrap4 .col-xl-8, + .bootstrap4 .col-xl-9 { padding-right: 15px; padding-left: 15px; } } -.bootstrap .col { +.bootstrap4 .col { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; @@ -1162,210 +1162,210 @@ flex-grow: 1; max-width: 100%; } -.bootstrap .col-auto { +.bootstrap4 .col-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } -.bootstrap .col-1 { +.bootstrap4 .col-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.333333%; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } -.bootstrap .col-2 { +.bootstrap4 .col-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } -.bootstrap .col-3 { +.bootstrap4 .col-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } -.bootstrap .col-4 { +.bootstrap4 .col-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } -.bootstrap .col-5 { +.bootstrap4 .col-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.666667%; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } -.bootstrap .col-6 { +.bootstrap4 .col-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } -.bootstrap .col-7 { +.bootstrap4 .col-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.333333%; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } -.bootstrap .col-8 { +.bootstrap4 .col-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.666667%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } -.bootstrap .col-9 { +.bootstrap4 .col-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } -.bootstrap .col-10 { +.bootstrap4 .col-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.333333%; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } -.bootstrap .col-11 { +.bootstrap4 .col-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.666667%; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } -.bootstrap .col-12 { +.bootstrap4 .col-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } -.bootstrap .pull-0 { +.bootstrap4 .pull-0 { right: auto; } -.bootstrap .pull-1 { +.bootstrap4 .pull-1 { right: 8.333333%; } -.bootstrap .pull-2 { +.bootstrap4 .pull-2 { right: 16.666667%; } -.bootstrap .pull-3 { +.bootstrap4 .pull-3 { right: 25%; } -.bootstrap .pull-4 { +.bootstrap4 .pull-4 { right: 33.333333%; } -.bootstrap .pull-5 { +.bootstrap4 .pull-5 { right: 41.666667%; } -.bootstrap .pull-6 { +.bootstrap4 .pull-6 { right: 50%; } -.bootstrap .pull-7 { +.bootstrap4 .pull-7 { right: 58.333333%; } -.bootstrap .pull-8 { +.bootstrap4 .pull-8 { right: 66.666667%; } -.bootstrap .pull-9 { +.bootstrap4 .pull-9 { right: 75%; } -.bootstrap .pull-10 { +.bootstrap4 .pull-10 { right: 83.333333%; } -.bootstrap .pull-11 { +.bootstrap4 .pull-11 { right: 91.666667%; } -.bootstrap .pull-12 { +.bootstrap4 .pull-12 { right: 100%; } -.bootstrap .push-0 { +.bootstrap4 .push-0 { left: auto; } -.bootstrap .push-1 { +.bootstrap4 .push-1 { left: 8.333333%; } -.bootstrap .push-2 { +.bootstrap4 .push-2 { left: 16.666667%; } -.bootstrap .push-3 { +.bootstrap4 .push-3 { left: 25%; } -.bootstrap .push-4 { +.bootstrap4 .push-4 { left: 33.333333%; } -.bootstrap .push-5 { +.bootstrap4 .push-5 { left: 41.666667%; } -.bootstrap .push-6 { +.bootstrap4 .push-6 { left: 50%; } -.bootstrap .push-7 { +.bootstrap4 .push-7 { left: 58.333333%; } -.bootstrap .push-8 { +.bootstrap4 .push-8 { left: 66.666667%; } -.bootstrap .push-9 { +.bootstrap4 .push-9 { left: 75%; } -.bootstrap .push-10 { +.bootstrap4 .push-10 { left: 83.333333%; } -.bootstrap .push-11 { +.bootstrap4 .push-11 { left: 91.666667%; } -.bootstrap .push-12 { +.bootstrap4 .push-12 { left: 100%; } -.bootstrap .offset-1 { +.bootstrap4 .offset-1 { margin-left: 8.333333%; } -.bootstrap .offset-2 { +.bootstrap4 .offset-2 { margin-left: 16.666667%; } -.bootstrap .offset-3 { +.bootstrap4 .offset-3 { margin-left: 25%; } -.bootstrap .offset-4 { +.bootstrap4 .offset-4 { margin-left: 33.333333%; } -.bootstrap .offset-5 { +.bootstrap4 .offset-5 { margin-left: 41.666667%; } -.bootstrap .offset-6 { +.bootstrap4 .offset-6 { margin-left: 50%; } -.bootstrap .offset-7 { +.bootstrap4 .offset-7 { margin-left: 58.333333%; } -.bootstrap .offset-8 { +.bootstrap4 .offset-8 { margin-left: 66.666667%; } -.bootstrap .offset-9 { +.bootstrap4 .offset-9 { margin-left: 75%; } -.bootstrap .offset-10 { +.bootstrap4 .offset-10 { margin-left: 83.333333%; } -.bootstrap .offset-11 { +.bootstrap4 .offset-11 { margin-left: 91.666667%; } @media (min-width: 576px) { - .bootstrap .col-sm { + .bootstrap4 .col-sm { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; @@ -1375,214 +1375,214 @@ flex-grow: 1; max-width: 100%; } - .bootstrap .col-sm-auto { + .bootstrap4 .col-sm-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } - .bootstrap .col-sm-1 { + .bootstrap4 .col-sm-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.333333%; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } - .bootstrap .col-sm-2 { + .bootstrap4 .col-sm-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } - .bootstrap .col-sm-3 { + .bootstrap4 .col-sm-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } - .bootstrap .col-sm-4 { + .bootstrap4 .col-sm-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } - .bootstrap .col-sm-5 { + .bootstrap4 .col-sm-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.666667%; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } - .bootstrap .col-sm-6 { + .bootstrap4 .col-sm-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bootstrap .col-sm-7 { + .bootstrap4 .col-sm-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.333333%; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } - .bootstrap .col-sm-8 { + .bootstrap4 .col-sm-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.666667%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } - .bootstrap .col-sm-9 { + .bootstrap4 .col-sm-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } - .bootstrap .col-sm-10 { + .bootstrap4 .col-sm-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.333333%; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } - .bootstrap .col-sm-11 { + .bootstrap4 .col-sm-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.666667%; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } - .bootstrap .col-sm-12 { + .bootstrap4 .col-sm-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } - .bootstrap .pull-sm-0 { + .bootstrap4 .pull-sm-0 { right: auto; } - .bootstrap .pull-sm-1 { + .bootstrap4 .pull-sm-1 { right: 8.333333%; } - .bootstrap .pull-sm-2 { + .bootstrap4 .pull-sm-2 { right: 16.666667%; } - .bootstrap .pull-sm-3 { + .bootstrap4 .pull-sm-3 { right: 25%; } - .bootstrap .pull-sm-4 { + .bootstrap4 .pull-sm-4 { right: 33.333333%; } - .bootstrap .pull-sm-5 { + .bootstrap4 .pull-sm-5 { right: 41.666667%; } - .bootstrap .pull-sm-6 { + .bootstrap4 .pull-sm-6 { right: 50%; } - .bootstrap .pull-sm-7 { + .bootstrap4 .pull-sm-7 { right: 58.333333%; } - .bootstrap .pull-sm-8 { + .bootstrap4 .pull-sm-8 { right: 66.666667%; } - .bootstrap .pull-sm-9 { + .bootstrap4 .pull-sm-9 { right: 75%; } - .bootstrap .pull-sm-10 { + .bootstrap4 .pull-sm-10 { right: 83.333333%; } - .bootstrap .pull-sm-11 { + .bootstrap4 .pull-sm-11 { right: 91.666667%; } - .bootstrap .pull-sm-12 { + .bootstrap4 .pull-sm-12 { right: 100%; } - .bootstrap .push-sm-0 { + .bootstrap4 .push-sm-0 { left: auto; } - .bootstrap .push-sm-1 { + .bootstrap4 .push-sm-1 { left: 8.333333%; } - .bootstrap .push-sm-2 { + .bootstrap4 .push-sm-2 { left: 16.666667%; } - .bootstrap .push-sm-3 { + .bootstrap4 .push-sm-3 { left: 25%; } - .bootstrap .push-sm-4 { + .bootstrap4 .push-sm-4 { left: 33.333333%; } - .bootstrap .push-sm-5 { + .bootstrap4 .push-sm-5 { left: 41.666667%; } - .bootstrap .push-sm-6 { + .bootstrap4 .push-sm-6 { left: 50%; } - .bootstrap .push-sm-7 { + .bootstrap4 .push-sm-7 { left: 58.333333%; } - .bootstrap .push-sm-8 { + .bootstrap4 .push-sm-8 { left: 66.666667%; } - .bootstrap .push-sm-9 { + .bootstrap4 .push-sm-9 { left: 75%; } - .bootstrap .push-sm-10 { + .bootstrap4 .push-sm-10 { left: 83.333333%; } - .bootstrap .push-sm-11 { + .bootstrap4 .push-sm-11 { left: 91.666667%; } - .bootstrap .push-sm-12 { + .bootstrap4 .push-sm-12 { left: 100%; } - .bootstrap .offset-sm-0 { + .bootstrap4 .offset-sm-0 { margin-left: 0; } - .bootstrap .offset-sm-1 { + .bootstrap4 .offset-sm-1 { margin-left: 8.333333%; } - .bootstrap .offset-sm-2 { + .bootstrap4 .offset-sm-2 { margin-left: 16.666667%; } - .bootstrap .offset-sm-3 { + .bootstrap4 .offset-sm-3 { margin-left: 25%; } - .bootstrap .offset-sm-4 { + .bootstrap4 .offset-sm-4 { margin-left: 33.333333%; } - .bootstrap .offset-sm-5 { + .bootstrap4 .offset-sm-5 { margin-left: 41.666667%; } - .bootstrap .offset-sm-6 { + .bootstrap4 .offset-sm-6 { margin-left: 50%; } - .bootstrap .offset-sm-7 { + .bootstrap4 .offset-sm-7 { margin-left: 58.333333%; } - .bootstrap .offset-sm-8 { + .bootstrap4 .offset-sm-8 { margin-left: 66.666667%; } - .bootstrap .offset-sm-9 { + .bootstrap4 .offset-sm-9 { margin-left: 75%; } - .bootstrap .offset-sm-10 { + .bootstrap4 .offset-sm-10 { margin-left: 83.333333%; } - .bootstrap .offset-sm-11 { + .bootstrap4 .offset-sm-11 { margin-left: 91.666667%; } } @media (min-width: 768px) { - .bootstrap .col-md { + .bootstrap4 .col-md { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; @@ -1592,214 +1592,214 @@ flex-grow: 1; max-width: 100%; } - .bootstrap .col-md-auto { + .bootstrap4 .col-md-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } - .bootstrap .col-md-1 { + .bootstrap4 .col-md-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.333333%; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } - .bootstrap .col-md-2 { + .bootstrap4 .col-md-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } - .bootstrap .col-md-3 { + .bootstrap4 .col-md-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } - .bootstrap .col-md-4 { + .bootstrap4 .col-md-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } - .bootstrap .col-md-5 { + .bootstrap4 .col-md-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.666667%; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } - .bootstrap .col-md-6 { + .bootstrap4 .col-md-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bootstrap .col-md-7 { + .bootstrap4 .col-md-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.333333%; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } - .bootstrap .col-md-8 { + .bootstrap4 .col-md-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.666667%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } - .bootstrap .col-md-9 { + .bootstrap4 .col-md-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } - .bootstrap .col-md-10 { + .bootstrap4 .col-md-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.333333%; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } - .bootstrap .col-md-11 { + .bootstrap4 .col-md-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.666667%; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } - .bootstrap .col-md-12 { + .bootstrap4 .col-md-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } - .bootstrap .pull-md-0 { + .bootstrap4 .pull-md-0 { right: auto; } - .bootstrap .pull-md-1 { + .bootstrap4 .pull-md-1 { right: 8.333333%; } - .bootstrap .pull-md-2 { + .bootstrap4 .pull-md-2 { right: 16.666667%; } - .bootstrap .pull-md-3 { + .bootstrap4 .pull-md-3 { right: 25%; } - .bootstrap .pull-md-4 { + .bootstrap4 .pull-md-4 { right: 33.333333%; } - .bootstrap .pull-md-5 { + .bootstrap4 .pull-md-5 { right: 41.666667%; } - .bootstrap .pull-md-6 { + .bootstrap4 .pull-md-6 { right: 50%; } - .bootstrap .pull-md-7 { + .bootstrap4 .pull-md-7 { right: 58.333333%; } - .bootstrap .pull-md-8 { + .bootstrap4 .pull-md-8 { right: 66.666667%; } - .bootstrap .pull-md-9 { + .bootstrap4 .pull-md-9 { right: 75%; } - .bootstrap .pull-md-10 { + .bootstrap4 .pull-md-10 { right: 83.333333%; } - .bootstrap .pull-md-11 { + .bootstrap4 .pull-md-11 { right: 91.666667%; } - .bootstrap .pull-md-12 { + .bootstrap4 .pull-md-12 { right: 100%; } - .bootstrap .push-md-0 { + .bootstrap4 .push-md-0 { left: auto; } - .bootstrap .push-md-1 { + .bootstrap4 .push-md-1 { left: 8.333333%; } - .bootstrap .push-md-2 { + .bootstrap4 .push-md-2 { left: 16.666667%; } - .bootstrap .push-md-3 { + .bootstrap4 .push-md-3 { left: 25%; } - .bootstrap .push-md-4 { + .bootstrap4 .push-md-4 { left: 33.333333%; } - .bootstrap .push-md-5 { + .bootstrap4 .push-md-5 { left: 41.666667%; } - .bootstrap .push-md-6 { + .bootstrap4 .push-md-6 { left: 50%; } - .bootstrap .push-md-7 { + .bootstrap4 .push-md-7 { left: 58.333333%; } - .bootstrap .push-md-8 { + .bootstrap4 .push-md-8 { left: 66.666667%; } - .bootstrap .push-md-9 { + .bootstrap4 .push-md-9 { left: 75%; } - .bootstrap .push-md-10 { + .bootstrap4 .push-md-10 { left: 83.333333%; } - .bootstrap .push-md-11 { + .bootstrap4 .push-md-11 { left: 91.666667%; } - .bootstrap .push-md-12 { + .bootstrap4 .push-md-12 { left: 100%; } - .bootstrap .offset-md-0 { + .bootstrap4 .offset-md-0 { margin-left: 0; } - .bootstrap .offset-md-1 { + .bootstrap4 .offset-md-1 { margin-left: 8.333333%; } - .bootstrap .offset-md-2 { + .bootstrap4 .offset-md-2 { margin-left: 16.666667%; } - .bootstrap .offset-md-3 { + .bootstrap4 .offset-md-3 { margin-left: 25%; } - .bootstrap .offset-md-4 { + .bootstrap4 .offset-md-4 { margin-left: 33.333333%; } - .bootstrap .offset-md-5 { + .bootstrap4 .offset-md-5 { margin-left: 41.666667%; } - .bootstrap .offset-md-6 { + .bootstrap4 .offset-md-6 { margin-left: 50%; } - .bootstrap .offset-md-7 { + .bootstrap4 .offset-md-7 { margin-left: 58.333333%; } - .bootstrap .offset-md-8 { + .bootstrap4 .offset-md-8 { margin-left: 66.666667%; } - .bootstrap .offset-md-9 { + .bootstrap4 .offset-md-9 { margin-left: 75%; } - .bootstrap .offset-md-10 { + .bootstrap4 .offset-md-10 { margin-left: 83.333333%; } - .bootstrap .offset-md-11 { + .bootstrap4 .offset-md-11 { margin-left: 91.666667%; } } @media (min-width: 992px) { - .bootstrap .col-lg { + .bootstrap4 .col-lg { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; @@ -1809,214 +1809,214 @@ flex-grow: 1; max-width: 100%; } - .bootstrap .col-lg-auto { + .bootstrap4 .col-lg-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } - .bootstrap .col-lg-1 { + .bootstrap4 .col-lg-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.333333%; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } - .bootstrap .col-lg-2 { + .bootstrap4 .col-lg-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } - .bootstrap .col-lg-3 { + .bootstrap4 .col-lg-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } - .bootstrap .col-lg-4 { + .bootstrap4 .col-lg-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } - .bootstrap .col-lg-5 { + .bootstrap4 .col-lg-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.666667%; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } - .bootstrap .col-lg-6 { + .bootstrap4 .col-lg-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bootstrap .col-lg-7 { + .bootstrap4 .col-lg-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.333333%; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } - .bootstrap .col-lg-8 { + .bootstrap4 .col-lg-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.666667%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } - .bootstrap .col-lg-9 { + .bootstrap4 .col-lg-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } - .bootstrap .col-lg-10 { + .bootstrap4 .col-lg-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.333333%; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } - .bootstrap .col-lg-11 { + .bootstrap4 .col-lg-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.666667%; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } - .bootstrap .col-lg-12 { + .bootstrap4 .col-lg-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } - .bootstrap .pull-lg-0 { + .bootstrap4 .pull-lg-0 { right: auto; } - .bootstrap .pull-lg-1 { + .bootstrap4 .pull-lg-1 { right: 8.333333%; } - .bootstrap .pull-lg-2 { + .bootstrap4 .pull-lg-2 { right: 16.666667%; } - .bootstrap .pull-lg-3 { + .bootstrap4 .pull-lg-3 { right: 25%; } - .bootstrap .pull-lg-4 { + .bootstrap4 .pull-lg-4 { right: 33.333333%; } - .bootstrap .pull-lg-5 { + .bootstrap4 .pull-lg-5 { right: 41.666667%; } - .bootstrap .pull-lg-6 { + .bootstrap4 .pull-lg-6 { right: 50%; } - .bootstrap .pull-lg-7 { + .bootstrap4 .pull-lg-7 { right: 58.333333%; } - .bootstrap .pull-lg-8 { + .bootstrap4 .pull-lg-8 { right: 66.666667%; } - .bootstrap .pull-lg-9 { + .bootstrap4 .pull-lg-9 { right: 75%; } - .bootstrap .pull-lg-10 { + .bootstrap4 .pull-lg-10 { right: 83.333333%; } - .bootstrap .pull-lg-11 { + .bootstrap4 .pull-lg-11 { right: 91.666667%; } - .bootstrap .pull-lg-12 { + .bootstrap4 .pull-lg-12 { right: 100%; } - .bootstrap .push-lg-0 { + .bootstrap4 .push-lg-0 { left: auto; } - .bootstrap .push-lg-1 { + .bootstrap4 .push-lg-1 { left: 8.333333%; } - .bootstrap .push-lg-2 { + .bootstrap4 .push-lg-2 { left: 16.666667%; } - .bootstrap .push-lg-3 { + .bootstrap4 .push-lg-3 { left: 25%; } - .bootstrap .push-lg-4 { + .bootstrap4 .push-lg-4 { left: 33.333333%; } - .bootstrap .push-lg-5 { + .bootstrap4 .push-lg-5 { left: 41.666667%; } - .bootstrap .push-lg-6 { + .bootstrap4 .push-lg-6 { left: 50%; } - .bootstrap .push-lg-7 { + .bootstrap4 .push-lg-7 { left: 58.333333%; } - .bootstrap .push-lg-8 { + .bootstrap4 .push-lg-8 { left: 66.666667%; } - .bootstrap .push-lg-9 { + .bootstrap4 .push-lg-9 { left: 75%; } - .bootstrap .push-lg-10 { + .bootstrap4 .push-lg-10 { left: 83.333333%; } - .bootstrap .push-lg-11 { + .bootstrap4 .push-lg-11 { left: 91.666667%; } - .bootstrap .push-lg-12 { + .bootstrap4 .push-lg-12 { left: 100%; } - .bootstrap .offset-lg-0 { + .bootstrap4 .offset-lg-0 { margin-left: 0; } - .bootstrap .offset-lg-1 { + .bootstrap4 .offset-lg-1 { margin-left: 8.333333%; } - .bootstrap .offset-lg-2 { + .bootstrap4 .offset-lg-2 { margin-left: 16.666667%; } - .bootstrap .offset-lg-3 { + .bootstrap4 .offset-lg-3 { margin-left: 25%; } - .bootstrap .offset-lg-4 { + .bootstrap4 .offset-lg-4 { margin-left: 33.333333%; } - .bootstrap .offset-lg-5 { + .bootstrap4 .offset-lg-5 { margin-left: 41.666667%; } - .bootstrap .offset-lg-6 { + .bootstrap4 .offset-lg-6 { margin-left: 50%; } - .bootstrap .offset-lg-7 { + .bootstrap4 .offset-lg-7 { margin-left: 58.333333%; } - .bootstrap .offset-lg-8 { + .bootstrap4 .offset-lg-8 { margin-left: 66.666667%; } - .bootstrap .offset-lg-9 { + .bootstrap4 .offset-lg-9 { margin-left: 75%; } - .bootstrap .offset-lg-10 { + .bootstrap4 .offset-lg-10 { margin-left: 83.333333%; } - .bootstrap .offset-lg-11 { + .bootstrap4 .offset-lg-11 { margin-left: 91.666667%; } } @media (min-width: 1200px) { - .bootstrap .col-xl { + .bootstrap4 .col-xl { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; @@ -2026,344 +2026,344 @@ flex-grow: 1; max-width: 100%; } - .bootstrap .col-xl-auto { + .bootstrap4 .col-xl-auto { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } - .bootstrap .col-xl-1 { + .bootstrap4 .col-xl-1 { -webkit-box-flex: 0; -webkit-flex: 0 0 8.333333%; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } - .bootstrap .col-xl-2 { + .bootstrap4 .col-xl-2 { -webkit-box-flex: 0; -webkit-flex: 0 0 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } - .bootstrap .col-xl-3 { + .bootstrap4 .col-xl-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } - .bootstrap .col-xl-4 { + .bootstrap4 .col-xl-4 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } - .bootstrap .col-xl-5 { + .bootstrap4 .col-xl-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 41.666667%; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } - .bootstrap .col-xl-6 { + .bootstrap4 .col-xl-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } - .bootstrap .col-xl-7 { + .bootstrap4 .col-xl-7 { -webkit-box-flex: 0; -webkit-flex: 0 0 58.333333%; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } - .bootstrap .col-xl-8 { + .bootstrap4 .col-xl-8 { -webkit-box-flex: 0; -webkit-flex: 0 0 66.666667%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } - .bootstrap .col-xl-9 { + .bootstrap4 .col-xl-9 { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } - .bootstrap .col-xl-10 { + .bootstrap4 .col-xl-10 { -webkit-box-flex: 0; -webkit-flex: 0 0 83.333333%; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } - .bootstrap .col-xl-11 { + .bootstrap4 .col-xl-11 { -webkit-box-flex: 0; -webkit-flex: 0 0 91.666667%; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } - .bootstrap .col-xl-12 { + .bootstrap4 .col-xl-12 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } - .bootstrap .pull-xl-0 { + .bootstrap4 .pull-xl-0 { right: auto; } - .bootstrap .pull-xl-1 { + .bootstrap4 .pull-xl-1 { right: 8.333333%; } - .bootstrap .pull-xl-2 { + .bootstrap4 .pull-xl-2 { right: 16.666667%; } - .bootstrap .pull-xl-3 { + .bootstrap4 .pull-xl-3 { right: 25%; } - .bootstrap .pull-xl-4 { + .bootstrap4 .pull-xl-4 { right: 33.333333%; } - .bootstrap .pull-xl-5 { + .bootstrap4 .pull-xl-5 { right: 41.666667%; } - .bootstrap .pull-xl-6 { + .bootstrap4 .pull-xl-6 { right: 50%; } - .bootstrap .pull-xl-7 { + .bootstrap4 .pull-xl-7 { right: 58.333333%; } - .bootstrap .pull-xl-8 { + .bootstrap4 .pull-xl-8 { right: 66.666667%; } - .bootstrap .pull-xl-9 { + .bootstrap4 .pull-xl-9 { right: 75%; } - .bootstrap .pull-xl-10 { + .bootstrap4 .pull-xl-10 { right: 83.333333%; } - .bootstrap .pull-xl-11 { + .bootstrap4 .pull-xl-11 { right: 91.666667%; } - .bootstrap .pull-xl-12 { + .bootstrap4 .pull-xl-12 { right: 100%; } - .bootstrap .push-xl-0 { + .bootstrap4 .push-xl-0 { left: auto; } - .bootstrap .push-xl-1 { + .bootstrap4 .push-xl-1 { left: 8.333333%; } - .bootstrap .push-xl-2 { + .bootstrap4 .push-xl-2 { left: 16.666667%; } - .bootstrap .push-xl-3 { + .bootstrap4 .push-xl-3 { left: 25%; } - .bootstrap .push-xl-4 { + .bootstrap4 .push-xl-4 { left: 33.333333%; } - .bootstrap .push-xl-5 { + .bootstrap4 .push-xl-5 { left: 41.666667%; } - .bootstrap .push-xl-6 { + .bootstrap4 .push-xl-6 { left: 50%; } - .bootstrap .push-xl-7 { + .bootstrap4 .push-xl-7 { left: 58.333333%; } - .bootstrap .push-xl-8 { + .bootstrap4 .push-xl-8 { left: 66.666667%; } - .bootstrap .push-xl-9 { + .bootstrap4 .push-xl-9 { left: 75%; } - .bootstrap .push-xl-10 { + .bootstrap4 .push-xl-10 { left: 83.333333%; } - .bootstrap .push-xl-11 { + .bootstrap4 .push-xl-11 { left: 91.666667%; } - .bootstrap .push-xl-12 { + .bootstrap4 .push-xl-12 { left: 100%; } - .bootstrap .offset-xl-0 { + .bootstrap4 .offset-xl-0 { margin-left: 0; } - .bootstrap .offset-xl-1 { + .bootstrap4 .offset-xl-1 { margin-left: 8.333333%; } - .bootstrap .offset-xl-2 { + .bootstrap4 .offset-xl-2 { margin-left: 16.666667%; } - .bootstrap .offset-xl-3 { + .bootstrap4 .offset-xl-3 { margin-left: 25%; } - .bootstrap .offset-xl-4 { + .bootstrap4 .offset-xl-4 { margin-left: 33.333333%; } - .bootstrap .offset-xl-5 { + .bootstrap4 .offset-xl-5 { margin-left: 41.666667%; } - .bootstrap .offset-xl-6 { + .bootstrap4 .offset-xl-6 { margin-left: 50%; } - .bootstrap .offset-xl-7 { + .bootstrap4 .offset-xl-7 { margin-left: 58.333333%; } - .bootstrap .offset-xl-8 { + .bootstrap4 .offset-xl-8 { margin-left: 66.666667%; } - .bootstrap .offset-xl-9 { + .bootstrap4 .offset-xl-9 { margin-left: 75%; } - .bootstrap .offset-xl-10 { + .bootstrap4 .offset-xl-10 { margin-left: 83.333333%; } - .bootstrap .offset-xl-11 { + .bootstrap4 .offset-xl-11 { margin-left: 91.666667%; } } -.bootstrap .table { +.bootstrap4 .table { width: 100%; max-width: 100%; margin-bottom: 1rem; } -.bootstrap .table td, -.bootstrap .table th { +.bootstrap4 .table td, +.bootstrap4 .table th { padding: .75rem; vertical-align: top; border-top: 1px solid #eceeef; } -.bootstrap .table thead th { +.bootstrap4 .table thead th { vertical-align: bottom; border-bottom: 2px solid #eceeef; } -.bootstrap .table tbody + tbody { +.bootstrap4 .table tbody + tbody { border-top: 2px solid #eceeef; } -.bootstrap .table .table { +.bootstrap4 .table .table { background-color: #fff; } -.bootstrap .table-sm td, -.bootstrap .table-sm th { +.bootstrap4 .table-sm td, +.bootstrap4 .table-sm th { padding: 0.3rem; } -.bootstrap .table-bordered { +.bootstrap4 .table-bordered { border: 1px solid #eceeef; } -.bootstrap .table-bordered td, -.bootstrap .table-bordered th { +.bootstrap4 .table-bordered td, +.bootstrap4 .table-bordered th { border: 1px solid #eceeef; } -.bootstrap .table-bordered thead td, -.bootstrap .table-bordered thead th { +.bootstrap4 .table-bordered thead td, +.bootstrap4 .table-bordered thead th { border-bottom-width: 2px; } -.bootstrap .table-striped tbody tr:nth-of-type(odd) { +.bootstrap4 .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); } -.bootstrap .table-hover tbody tr:hover { +.bootstrap4 .table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); } -.bootstrap .table-active, -.bootstrap .table-active > td, -.bootstrap .table-active > th { +.bootstrap4 .table-active, +.bootstrap4 .table-active > td, +.bootstrap4 .table-active > th { background-color: rgba(0, 0, 0, 0.075); } -.bootstrap .table-hover .table-active:hover { +.bootstrap4 .table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); } -.bootstrap .table-hover .table-active:hover > td, -.bootstrap .table-hover .table-active:hover > th { +.bootstrap4 .table-hover .table-active:hover > td, +.bootstrap4 .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); } -.bootstrap .table-success, -.bootstrap .table-success > td, -.bootstrap .table-success > th { +.bootstrap4 .table-success, +.bootstrap4 .table-success > td, +.bootstrap4 .table-success > th { background-color: #dff0d8; } -.bootstrap .table-hover .table-success:hover { +.bootstrap4 .table-hover .table-success:hover { background-color: #d0e9c6; } -.bootstrap .table-hover .table-success:hover > td, -.bootstrap .table-hover .table-success:hover > th { +.bootstrap4 .table-hover .table-success:hover > td, +.bootstrap4 .table-hover .table-success:hover > th { background-color: #d0e9c6; } -.bootstrap .table-info, -.bootstrap .table-info > td, -.bootstrap .table-info > th { +.bootstrap4 .table-info, +.bootstrap4 .table-info > td, +.bootstrap4 .table-info > th { background-color: #d9edf7; } -.bootstrap .table-hover .table-info:hover { +.bootstrap4 .table-hover .table-info:hover { background-color: #c4e3f3; } -.bootstrap .table-hover .table-info:hover > td, -.bootstrap .table-hover .table-info:hover > th { +.bootstrap4 .table-hover .table-info:hover > td, +.bootstrap4 .table-hover .table-info:hover > th { background-color: #c4e3f3; } -.bootstrap .table-warning, -.bootstrap .table-warning > td, -.bootstrap .table-warning > th { +.bootstrap4 .table-warning, +.bootstrap4 .table-warning > td, +.bootstrap4 .table-warning > th { background-color: #fcf8e3; } -.bootstrap .table-hover .table-warning:hover { +.bootstrap4 .table-hover .table-warning:hover { background-color: #faf2cc; } -.bootstrap .table-hover .table-warning:hover > td, -.bootstrap .table-hover .table-warning:hover > th { +.bootstrap4 .table-hover .table-warning:hover > td, +.bootstrap4 .table-hover .table-warning:hover > th { background-color: #faf2cc; } -.bootstrap .table-danger, -.bootstrap .table-danger > td, -.bootstrap .table-danger > th { +.bootstrap4 .table-danger, +.bootstrap4 .table-danger > td, +.bootstrap4 .table-danger > th { background-color: #f2dede; } -.bootstrap .table-hover .table-danger:hover { +.bootstrap4 .table-hover .table-danger:hover { background-color: #ebcccc; } -.bootstrap .table-hover .table-danger:hover > td, -.bootstrap .table-hover .table-danger:hover > th { +.bootstrap4 .table-hover .table-danger:hover > td, +.bootstrap4 .table-hover .table-danger:hover > th { background-color: #ebcccc; } -.bootstrap .thead-inverse th { +.bootstrap4 .thead-inverse th { color: #fff; background-color: #292b2c; } -.bootstrap .thead-default th { +.bootstrap4 .thead-default th { color: #464a4c; background-color: #eceeef; } -.bootstrap .table-inverse { +.bootstrap4 .table-inverse { color: #fff; background-color: #292b2c; } -.bootstrap .table-inverse td, -.bootstrap .table-inverse th, -.bootstrap .table-inverse thead th { +.bootstrap4 .table-inverse td, +.bootstrap4 .table-inverse th, +.bootstrap4 .table-inverse thead th { border-color: #fff; } -.bootstrap .table-inverse.table-bordered { +.bootstrap4 .table-inverse.table-bordered { border: 0; } -.bootstrap .table-responsive { +.bootstrap4 .table-responsive { display: block; width: 100%; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; } -.bootstrap .table-responsive.table-bordered { +.bootstrap4 .table-responsive.table-bordered { border: 0; } -.bootstrap .form-control { +.bootstrap4 .form-control { display: block; width: 100%; padding: .5rem .75rem; @@ -2382,73 +2382,73 @@ 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; } -.bootstrap .form-control::-ms-expand { +.bootstrap4 .form-control::-ms-expand { background-color: transparent; border: 0; } -.bootstrap .form-control:focus { +.bootstrap4 .form-control:focus { color: #464a4c; background-color: #fff; border-color: #5cb3fd; outline: 0; } -.bootstrap .form-control::-webkit-input-placeholder { +.bootstrap4 .form-control::-webkit-input-placeholder { color: #636c72; opacity: 1; } -.bootstrap .form-control::-moz-placeholder { +.bootstrap4 .form-control::-moz-placeholder { color: #636c72; opacity: 1; } -.bootstrap .form-control:-ms-input-placeholder { +.bootstrap4 .form-control:-ms-input-placeholder { color: #636c72; opacity: 1; } -.bootstrap .form-control::placeholder { +.bootstrap4 .form-control::placeholder { color: #636c72; opacity: 1; } -.bootstrap .form-control:disabled, -.bootstrap .form-control[readonly] { +.bootstrap4 .form-control:disabled, +.bootstrap4 .form-control[readonly] { background-color: #eceeef; opacity: 1; } -.bootstrap .form-control:disabled { +.bootstrap4 .form-control:disabled { cursor: not-allowed; } -.bootstrap select.form-control:not([size]):not([multiple]) { +.bootstrap4 select.form-control:not([size]):not([multiple]) { height: calc(4.25rem); } -.bootstrap select.form-control:focus::-ms-value { +.bootstrap4 select.form-control:focus::-ms-value { color: #464a4c; background-color: #fff; } -.bootstrap .form-control-file, -.bootstrap .form-control-range { +.bootstrap4 .form-control-file, +.bootstrap4 .form-control-range { display: block; } -.bootstrap .col-form-label { +.bootstrap4 .col-form-label { padding-top: calc(-1.5rem); padding-bottom: calc(-1.5rem); margin-bottom: 0; } -.bootstrap .col-form-label-lg { +.bootstrap4 .col-form-label-lg { padding-top: calc(-1.25rem); padding-bottom: calc(-1.25rem); font-size: 1.25rem; } -.bootstrap .col-form-label-sm { +.bootstrap4 .col-form-label-sm { padding-top: calc(-1.75rem); padding-bottom: calc(-1.75rem); font-size: 0.875rem; } -.bootstrap .col-form-legend { +.bootstrap4 .col-form-legend { padding-top: .5rem; padding-bottom: .5rem; margin-bottom: 0; font-size: 1rem; } -.bootstrap .form-control-static { +.bootstrap4 .form-control-static { padding-top: .5rem; padding-bottom: .5rem; margin-bottom: 0; @@ -2456,150 +2456,150 @@ border: solid transparent; border-width: 1px 0; } -.bootstrap .form-control-static.form-control-lg, -.bootstrap .form-control-static.form-control-sm, -.bootstrap .input-group-lg > .form-control-static.form-control, -.bootstrap .input-group-lg > .form-control-static.input-group-addon, -.bootstrap .input-group-lg > .input-group-btn > .form-control-static.btn, -.bootstrap .input-group-sm > .form-control-static.form-control, -.bootstrap .input-group-sm > .form-control-static.input-group-addon, -.bootstrap .input-group-sm > .input-group-btn > .form-control-static.btn { +.bootstrap4 .form-control-static.form-control-lg, +.bootstrap4 .form-control-static.form-control-sm, +.bootstrap4 .input-group-lg > .form-control-static.form-control, +.bootstrap4 .input-group-lg > .form-control-static.input-group-addon, +.bootstrap4 .input-group-lg > .input-group-btn > .form-control-static.btn, +.bootstrap4 .input-group-sm > .form-control-static.form-control, +.bootstrap4 .input-group-sm > .form-control-static.input-group-addon, +.bootstrap4 .input-group-sm > .input-group-btn > .form-control-static.btn { padding-right: 0; padding-left: 0; } -.bootstrap .form-control-sm, -.bootstrap .input-group-sm > .form-control, -.bootstrap .input-group-sm > .input-group-addon, -.bootstrap .input-group-sm > .input-group-btn > .btn { +.bootstrap4 .form-control-sm, +.bootstrap4 .input-group-sm > .form-control, +.bootstrap4 .input-group-sm > .input-group-addon, +.bootstrap4 .input-group-sm > .input-group-btn > .btn { padding: .25rem .5rem; font-size: .875rem; border-radius: 0.2rem; } -.bootstrap .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), -.bootstrap .input-group-sm > select.form-control:not([size]):not([multiple]), -.bootstrap .input-group-sm > select.input-group-addon:not([size]):not([multiple]), -.bootstrap select.form-control-sm:not([size]):not([multiple]) { +.bootstrap4 .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), +.bootstrap4 .input-group-sm > select.form-control:not([size]):not([multiple]), +.bootstrap4 .input-group-sm > select.input-group-addon:not([size]):not([multiple]), +.bootstrap4 select.form-control-sm:not([size]):not([multiple]) { height: 1.8125rem; } -.bootstrap .form-control-lg, -.bootstrap .input-group-lg > .form-control, -.bootstrap .input-group-lg > .input-group-addon, -.bootstrap .input-group-lg > .input-group-btn > .btn { +.bootstrap4 .form-control-lg, +.bootstrap4 .input-group-lg > .form-control, +.bootstrap4 .input-group-lg > .input-group-addon, +.bootstrap4 .input-group-lg > .input-group-btn > .btn { padding: .75rem 1.5rem; font-size: 1.25rem; border-radius: 0.3rem; } -.bootstrap .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), -.bootstrap .input-group-lg > select.form-control:not([size]):not([multiple]), -.bootstrap .input-group-lg > select.input-group-addon:not([size]):not([multiple]), -.bootstrap select.form-control-lg:not([size]):not([multiple]) { +.bootstrap4 .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), +.bootstrap4 .input-group-lg > select.form-control:not([size]):not([multiple]), +.bootstrap4 .input-group-lg > select.input-group-addon:not([size]):not([multiple]), +.bootstrap4 select.form-control-lg:not([size]):not([multiple]) { height: 3.166667rem; } -.bootstrap .form-group { +.bootstrap4 .form-group { margin-bottom: 1rem; } -.bootstrap .form-text { +.bootstrap4 .form-text { display: block; margin-top: 0.25rem; } -.bootstrap .form-check { +.bootstrap4 .form-check { position: relative; display: block; margin-bottom: 0.5rem; } -.bootstrap .form-check.disabled .form-check-label { +.bootstrap4 .form-check.disabled .form-check-label { color: #636c72; cursor: not-allowed; } -.bootstrap .form-check-label { +.bootstrap4 .form-check-label { padding-left: 1.25rem; margin-bottom: 0; cursor: pointer; } -.bootstrap .form-check-input { +.bootstrap4 .form-check-input { position: absolute; margin-top: .25rem; margin-left: -1.25rem; } -.bootstrap .form-check-input:only-child { +.bootstrap4 .form-check-input:only-child { position: static; } -.bootstrap .form-check-inline { +.bootstrap4 .form-check-inline { display: inline-block; } -.bootstrap .form-check-inline .form-check-label { +.bootstrap4 .form-check-inline .form-check-label { vertical-align: middle; } -.bootstrap .form-check-inline + .form-check-inline { +.bootstrap4 .form-check-inline + .form-check-inline { margin-left: 0.75rem; } -.bootstrap .form-control-feedback { +.bootstrap4 .form-control-feedback { margin-top: 0.25rem; } -.bootstrap .form-control-danger, -.bootstrap .form-control-success, -.bootstrap .form-control-warning { +.bootstrap4 .form-control-danger, +.bootstrap4 .form-control-success, +.bootstrap4 .form-control-warning { padding-right: 2.25rem; background-repeat: no-repeat; background-position: center right .5625rem; -webkit-background-size: 1.125rem 1.125rem; background-size: 1.125rem 1.125rem; } -.bootstrap .has-success .col-form-label, -.bootstrap .has-success .custom-control, -.bootstrap .has-success .form-check-label, -.bootstrap .has-success .form-control-feedback, -.bootstrap .has-success .form-control-label { +.bootstrap4 .has-success .col-form-label, +.bootstrap4 .has-success .custom-control, +.bootstrap4 .has-success .form-check-label, +.bootstrap4 .has-success .form-control-feedback, +.bootstrap4 .has-success .form-control-label { color: #5cb85c; } -.bootstrap .has-success .form-control { +.bootstrap4 .has-success .form-control { border-color: #5cb85c; } -.bootstrap .has-success .input-group-addon { +.bootstrap4 .has-success .input-group-addon { color: #5cb85c; border-color: #5cb85c; background-color: #eaf6ea; } -.bootstrap .has-success .form-control-success { +.bootstrap4 .has-success .form-control-success { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); } -.bootstrap .has-warning .col-form-label, -.bootstrap .has-warning .custom-control, -.bootstrap .has-warning .form-check-label, -.bootstrap .has-warning .form-control-feedback, -.bootstrap .has-warning .form-control-label { +.bootstrap4 .has-warning .col-form-label, +.bootstrap4 .has-warning .custom-control, +.bootstrap4 .has-warning .form-check-label, +.bootstrap4 .has-warning .form-control-feedback, +.bootstrap4 .has-warning .form-control-label { color: #f0ad4e; } -.bootstrap .has-warning .form-control { +.bootstrap4 .has-warning .form-control { border-color: #f0ad4e; } -.bootstrap .has-warning .input-group-addon { +.bootstrap4 .has-warning .input-group-addon { color: #f0ad4e; border-color: #f0ad4e; background-color: #fff; } -.bootstrap .has-warning .form-control-warning { +.bootstrap4 .has-warning .form-control-warning { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); } -.bootstrap .has-danger .col-form-label, -.bootstrap .has-danger .custom-control, -.bootstrap .has-danger .form-check-label, -.bootstrap .has-danger .form-control-feedback, -.bootstrap .has-danger .form-control-label { +.bootstrap4 .has-danger .col-form-label, +.bootstrap4 .has-danger .custom-control, +.bootstrap4 .has-danger .form-check-label, +.bootstrap4 .has-danger .form-control-feedback, +.bootstrap4 .has-danger .form-control-label { color: #d9534f; } -.bootstrap .has-danger .form-control { +.bootstrap4 .has-danger .form-control { border-color: #d9534f; } -.bootstrap .has-danger .input-group-addon { +.bootstrap4 .has-danger .input-group-addon { color: #d9534f; border-color: #d9534f; background-color: #fdf7f7; } -.bootstrap .has-danger .form-control-danger { +.bootstrap4 .has-danger .form-control-danger { 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"); } -.bootstrap .form-inline { +.bootstrap4 .form-inline { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -2612,11 +2612,11 @@ -ms-flex-align: center; align-items: center; } -.bootstrap .form-inline .form-check { +.bootstrap4 .form-inline .form-check { width: 100%; } @media (min-width: 576px) { - .bootstrap .form-inline label { + .bootstrap4 .form-inline label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -2631,7 +2631,7 @@ justify-content: center; margin-bottom: 0; } - .bootstrap .form-inline .form-group { + .bootstrap4 .form-inline .form-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -2649,22 +2649,22 @@ align-items: center; margin-bottom: 0; } - .bootstrap .form-inline .form-control { + .bootstrap4 .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } - .bootstrap .form-inline .form-control-static { + .bootstrap4 .form-inline .form-control-static { display: inline-block; } - .bootstrap .form-inline .input-group { + .bootstrap4 .form-inline .input-group { width: auto; } - .bootstrap .form-inline .form-control-label { + .bootstrap4 .form-inline .form-control-label { margin-bottom: 0; vertical-align: middle; } - .bootstrap .form-inline .form-check { + .bootstrap4 .form-inline .form-check { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -2681,16 +2681,16 @@ margin-top: 0; margin-bottom: 0; } - .bootstrap .form-inline .form-check-label { + .bootstrap4 .form-inline .form-check-label { padding-left: 0; } - .bootstrap .form-inline .form-check-input { + .bootstrap4 .form-inline .form-check-input { position: relative; margin-top: 0; margin-right: .25rem; margin-left: 0; } - .bootstrap .form-inline .custom-control { + .bootstrap4 .form-inline .custom-control { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -2705,17 +2705,17 @@ justify-content: center; padding-left: 0; } - .bootstrap .form-inline .custom-control-indicator { + .bootstrap4 .form-inline .custom-control-indicator { position: static; display: inline-block; margin-right: .25rem; vertical-align: text-bottom; } - .bootstrap .form-inline .has-feedback .form-control-feedback { + .bootstrap4 .form-inline .has-feedback .form-control-feedback { top: 0; } } -.bootstrap .btn { +.bootstrap4 .btn { display: inline-block; font-weight: 400; line-height: 1.25; @@ -2734,443 +2734,443 @@ -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } -.bootstrap .btn:focus, -.bootstrap .btn:hover { +.bootstrap4 .btn:focus, +.bootstrap4 .btn:hover { text-decoration: none; } -.bootstrap .btn.focus, -.bootstrap .btn:focus { +.bootstrap4 .btn.focus, +.bootstrap4 .btn:focus { outline: 0; -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); } -.bootstrap .btn.disabled, -.bootstrap .btn:disabled { +.bootstrap4 .btn.disabled, +.bootstrap4 .btn:disabled { cursor: not-allowed; opacity: 0.65; } -.bootstrap .btn.active, -.bootstrap .btn:active { +.bootstrap4 .btn.active, +.bootstrap4 .btn:active { background-image: none; } -.bootstrap a.btn.disabled, -.bootstrap fieldset[disabled] a.btn { +.bootstrap4 a.btn.disabled, +.bootstrap4 fieldset[disabled] a.btn { pointer-events: none; } -.bootstrap .btn-primary { +.bootstrap4 .btn-primary { color: #fff; background-color: #0275d8; border-color: #0275d8; } -.bootstrap .btn-primary:hover { +.bootstrap4 .btn-primary:hover { color: #fff; background-color: #025aa5; border-color: #01549b; } -.bootstrap .btn-primary.focus, -.bootstrap .btn-primary:focus { +.bootstrap4 .btn-primary.focus, +.bootstrap4 .btn-primary:focus { -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); } -.bootstrap .btn-primary.disabled, -.bootstrap .btn-primary:disabled { +.bootstrap4 .btn-primary.disabled, +.bootstrap4 .btn-primary:disabled { background-color: #0275d8; border-color: #0275d8; } -.bootstrap .btn-primary.active, -.bootstrap .btn-primary:active, -.bootstrap .show > .btn-primary.dropdown-toggle { +.bootstrap4 .btn-primary.active, +.bootstrap4 .btn-primary:active, +.bootstrap4 .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #025aa5; background-image: none; border-color: #01549b; } -.bootstrap .btn-secondary { +.bootstrap4 .btn-secondary { color: #292b2c; background-color: #fff; border-color: #ccc; } -.bootstrap .btn-secondary:hover { +.bootstrap4 .btn-secondary:hover { color: #292b2c; background-color: #e6e6e6; border-color: #adadad; } -.bootstrap .btn-secondary.focus, -.bootstrap .btn-secondary:focus { +.bootstrap4 .btn-secondary.focus, +.bootstrap4 .btn-secondary:focus { -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); } -.bootstrap .btn-secondary.disabled, -.bootstrap .btn-secondary:disabled { +.bootstrap4 .btn-secondary.disabled, +.bootstrap4 .btn-secondary:disabled { background-color: #fff; border-color: #ccc; } -.bootstrap .btn-secondary.active, -.bootstrap .btn-secondary:active, -.bootstrap .show > .btn-secondary.dropdown-toggle { +.bootstrap4 .btn-secondary.active, +.bootstrap4 .btn-secondary:active, +.bootstrap4 .show > .btn-secondary.dropdown-toggle { color: #292b2c; background-color: #e6e6e6; background-image: none; border-color: #adadad; } -.bootstrap .btn-info { +.bootstrap4 .btn-info { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } -.bootstrap .btn-info:hover { +.bootstrap4 .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #2aabd2; } -.bootstrap .btn-info.focus, -.bootstrap .btn-info:focus { +.bootstrap4 .btn-info.focus, +.bootstrap4 .btn-info:focus { -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); } -.bootstrap .btn-info.disabled, -.bootstrap .btn-info:disabled { +.bootstrap4 .btn-info.disabled, +.bootstrap4 .btn-info:disabled { background-color: #5bc0de; border-color: #5bc0de; } -.bootstrap .btn-info.active, -.bootstrap .btn-info:active, -.bootstrap .show > .btn-info.dropdown-toggle { +.bootstrap4 .btn-info.active, +.bootstrap4 .btn-info:active, +.bootstrap4 .show > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; background-image: none; border-color: #2aabd2; } -.bootstrap .btn-success { +.bootstrap4 .btn-success { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } -.bootstrap .btn-success:hover { +.bootstrap4 .btn-success:hover { color: #fff; background-color: #449d44; border-color: #419641; } -.bootstrap .btn-success.focus, -.bootstrap .btn-success:focus { +.bootstrap4 .btn-success.focus, +.bootstrap4 .btn-success:focus { -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); } -.bootstrap .btn-success.disabled, -.bootstrap .btn-success:disabled { +.bootstrap4 .btn-success.disabled, +.bootstrap4 .btn-success:disabled { background-color: #5cb85c; border-color: #5cb85c; } -.bootstrap .btn-success.active, -.bootstrap .btn-success:active, -.bootstrap .show > .btn-success.dropdown-toggle { +.bootstrap4 .btn-success.active, +.bootstrap4 .btn-success:active, +.bootstrap4 .show > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; background-image: none; border-color: #419641; } -.bootstrap .btn-warning { +.bootstrap4 .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } -.bootstrap .btn-warning:hover { +.bootstrap4 .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #eb9316; } -.bootstrap .btn-warning.focus, -.bootstrap .btn-warning:focus { +.bootstrap4 .btn-warning.focus, +.bootstrap4 .btn-warning:focus { -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); } -.bootstrap .btn-warning.disabled, -.bootstrap .btn-warning:disabled { +.bootstrap4 .btn-warning.disabled, +.bootstrap4 .btn-warning:disabled { background-color: #f0ad4e; border-color: #f0ad4e; } -.bootstrap .btn-warning.active, -.bootstrap .btn-warning:active, -.bootstrap .show > .btn-warning.dropdown-toggle { +.bootstrap4 .btn-warning.active, +.bootstrap4 .btn-warning:active, +.bootstrap4 .show > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; background-image: none; border-color: #eb9316; } -.bootstrap .btn-danger { +.bootstrap4 .btn-danger { color: #fff; background-color: #d9534f; border-color: #d9534f; } -.bootstrap .btn-danger:hover { +.bootstrap4 .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #c12e2a; } -.bootstrap .btn-danger.focus, -.bootstrap .btn-danger:focus { +.bootstrap4 .btn-danger.focus, +.bootstrap4 .btn-danger:focus { -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); } -.bootstrap .btn-danger.disabled, -.bootstrap .btn-danger:disabled { +.bootstrap4 .btn-danger.disabled, +.bootstrap4 .btn-danger:disabled { background-color: #d9534f; border-color: #d9534f; } -.bootstrap .btn-danger.active, -.bootstrap .btn-danger:active, -.bootstrap .show > .btn-danger.dropdown-toggle { +.bootstrap4 .btn-danger.active, +.bootstrap4 .btn-danger:active, +.bootstrap4 .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; background-image: none; border-color: #c12e2a; } -.bootstrap .btn-outline-primary { +.bootstrap4 .btn-outline-primary { color: #0275d8; background-image: none; background-color: transparent; border-color: #0275d8; } -.bootstrap .btn-outline-primary:hover { +.bootstrap4 .btn-outline-primary:hover { color: #fff; background-color: #0275d8; border-color: #0275d8; } -.bootstrap .btn-outline-primary.focus, -.bootstrap .btn-outline-primary:focus { +.bootstrap4 .btn-outline-primary.focus, +.bootstrap4 .btn-outline-primary:focus { -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); } -.bootstrap .btn-outline-primary.disabled, -.bootstrap .btn-outline-primary:disabled { +.bootstrap4 .btn-outline-primary.disabled, +.bootstrap4 .btn-outline-primary:disabled { color: #0275d8; background-color: transparent; } -.bootstrap .btn-outline-primary.active, -.bootstrap .btn-outline-primary:active, -.bootstrap .show > .btn-outline-primary.dropdown-toggle { +.bootstrap4 .btn-outline-primary.active, +.bootstrap4 .btn-outline-primary:active, +.bootstrap4 .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #0275d8; border-color: #0275d8; } -.bootstrap .btn-outline-secondary { +.bootstrap4 .btn-outline-secondary { color: #ccc; background-image: none; background-color: transparent; border-color: #ccc; } -.bootstrap .btn-outline-secondary:hover { +.bootstrap4 .btn-outline-secondary:hover { color: #fff; background-color: #ccc; border-color: #ccc; } -.bootstrap .btn-outline-secondary.focus, -.bootstrap .btn-outline-secondary:focus { +.bootstrap4 .btn-outline-secondary.focus, +.bootstrap4 .btn-outline-secondary:focus { -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); } -.bootstrap .btn-outline-secondary.disabled, -.bootstrap .btn-outline-secondary:disabled { +.bootstrap4 .btn-outline-secondary.disabled, +.bootstrap4 .btn-outline-secondary:disabled { color: #ccc; background-color: transparent; } -.bootstrap .btn-outline-secondary.active, -.bootstrap .btn-outline-secondary:active, -.bootstrap .show > .btn-outline-secondary.dropdown-toggle { +.bootstrap4 .btn-outline-secondary.active, +.bootstrap4 .btn-outline-secondary:active, +.bootstrap4 .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #ccc; border-color: #ccc; } -.bootstrap .btn-outline-info { +.bootstrap4 .btn-outline-info { color: #5bc0de; background-image: none; background-color: transparent; border-color: #5bc0de; } -.bootstrap .btn-outline-info:hover { +.bootstrap4 .btn-outline-info:hover { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } -.bootstrap .btn-outline-info.focus, -.bootstrap .btn-outline-info:focus { +.bootstrap4 .btn-outline-info.focus, +.bootstrap4 .btn-outline-info:focus { -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); } -.bootstrap .btn-outline-info.disabled, -.bootstrap .btn-outline-info:disabled { +.bootstrap4 .btn-outline-info.disabled, +.bootstrap4 .btn-outline-info:disabled { color: #5bc0de; background-color: transparent; } -.bootstrap .btn-outline-info.active, -.bootstrap .btn-outline-info:active, -.bootstrap .show > .btn-outline-info.dropdown-toggle { +.bootstrap4 .btn-outline-info.active, +.bootstrap4 .btn-outline-info:active, +.bootstrap4 .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #5bc0de; border-color: #5bc0de; } -.bootstrap .btn-outline-success { +.bootstrap4 .btn-outline-success { color: #5cb85c; background-image: none; background-color: transparent; border-color: #5cb85c; } -.bootstrap .btn-outline-success:hover { +.bootstrap4 .btn-outline-success:hover { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } -.bootstrap .btn-outline-success.focus, -.bootstrap .btn-outline-success:focus { +.bootstrap4 .btn-outline-success.focus, +.bootstrap4 .btn-outline-success:focus { -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); } -.bootstrap .btn-outline-success.disabled, -.bootstrap .btn-outline-success:disabled { +.bootstrap4 .btn-outline-success.disabled, +.bootstrap4 .btn-outline-success:disabled { color: #5cb85c; background-color: transparent; } -.bootstrap .btn-outline-success.active, -.bootstrap .btn-outline-success:active, -.bootstrap .show > .btn-outline-success.dropdown-toggle { +.bootstrap4 .btn-outline-success.active, +.bootstrap4 .btn-outline-success:active, +.bootstrap4 .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #5cb85c; border-color: #5cb85c; } -.bootstrap .btn-outline-warning { +.bootstrap4 .btn-outline-warning { color: #f0ad4e; background-image: none; background-color: transparent; border-color: #f0ad4e; } -.bootstrap .btn-outline-warning:hover { +.bootstrap4 .btn-outline-warning:hover { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } -.bootstrap .btn-outline-warning.focus, -.bootstrap .btn-outline-warning:focus { +.bootstrap4 .btn-outline-warning.focus, +.bootstrap4 .btn-outline-warning:focus { -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); } -.bootstrap .btn-outline-warning.disabled, -.bootstrap .btn-outline-warning:disabled { +.bootstrap4 .btn-outline-warning.disabled, +.bootstrap4 .btn-outline-warning:disabled { color: #f0ad4e; background-color: transparent; } -.bootstrap .btn-outline-warning.active, -.bootstrap .btn-outline-warning:active, -.bootstrap .show > .btn-outline-warning.dropdown-toggle { +.bootstrap4 .btn-outline-warning.active, +.bootstrap4 .btn-outline-warning:active, +.bootstrap4 .show > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; } -.bootstrap .btn-outline-danger { +.bootstrap4 .btn-outline-danger { color: #d9534f; background-image: none; background-color: transparent; border-color: #d9534f; } -.bootstrap .btn-outline-danger:hover { +.bootstrap4 .btn-outline-danger:hover { color: #fff; background-color: #d9534f; border-color: #d9534f; } -.bootstrap .btn-outline-danger.focus, -.bootstrap .btn-outline-danger:focus { +.bootstrap4 .btn-outline-danger.focus, +.bootstrap4 .btn-outline-danger:focus { -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); } -.bootstrap .btn-outline-danger.disabled, -.bootstrap .btn-outline-danger:disabled { +.bootstrap4 .btn-outline-danger.disabled, +.bootstrap4 .btn-outline-danger:disabled { color: #d9534f; background-color: transparent; } -.bootstrap .btn-outline-danger.active, -.bootstrap .btn-outline-danger:active, -.bootstrap .show > .btn-outline-danger.dropdown-toggle { +.bootstrap4 .btn-outline-danger.active, +.bootstrap4 .btn-outline-danger:active, +.bootstrap4 .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #d9534f; border-color: #d9534f; } -.bootstrap .btn-link { +.bootstrap4 .btn-link { font-weight: 400; color: #0275d8; border-radius: 0; } -.bootstrap .btn-link, -.bootstrap .btn-link.active, -.bootstrap .btn-link:active, -.bootstrap .btn-link:disabled { +.bootstrap4 .btn-link, +.bootstrap4 .btn-link.active, +.bootstrap4 .btn-link:active, +.bootstrap4 .btn-link:disabled { background-color: transparent; } -.bootstrap .btn-link, -.bootstrap .btn-link:active, -.bootstrap .btn-link:focus { +.bootstrap4 .btn-link, +.bootstrap4 .btn-link:active, +.bootstrap4 .btn-link:focus { border-color: transparent; } -.bootstrap .btn-link:hover { +.bootstrap4 .btn-link:hover { border-color: transparent; } -.bootstrap .btn-link:focus, -.bootstrap .btn-link:hover { +.bootstrap4 .btn-link:focus, +.bootstrap4 .btn-link:hover { color: #014c8c; text-decoration: underline; background-color: transparent; } -.bootstrap .btn-link:disabled { +.bootstrap4 .btn-link:disabled { color: #636c72; } -.bootstrap .btn-link:disabled:focus, -.bootstrap .btn-link:disabled:hover { +.bootstrap4 .btn-link:disabled:focus, +.bootstrap4 .btn-link:disabled:hover { text-decoration: none; } -.bootstrap .btn-group-lg > .btn, -.bootstrap .btn-lg { +.bootstrap4 .btn-group-lg > .btn, +.bootstrap4 .btn-lg { padding: .75rem 1.5rem; font-size: 1.25rem; border-radius: 0.3rem; } -.bootstrap .btn-group-sm > .btn, -.bootstrap .btn-sm { +.bootstrap4 .btn-group-sm > .btn, +.bootstrap4 .btn-sm { padding: .25rem .5rem; font-size: .875rem; border-radius: 0.2rem; } -.bootstrap .btn-block { +.bootstrap4 .btn-block { display: block; width: 100%; } -.bootstrap .btn-block + .btn-block { +.bootstrap4 .btn-block + .btn-block { margin-top: 0.5rem; } -.bootstrap input[type=button].btn-block, -.bootstrap input[type=reset].btn-block, -.bootstrap input[type=submit].btn-block { +.bootstrap4 input[type=button].btn-block, +.bootstrap4 input[type=reset].btn-block, +.bootstrap4 input[type=submit].btn-block { width: 100%; } -.bootstrap .fade { +.bootstrap4 .fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity 0.15s linear; } -.bootstrap .fade.show { +.bootstrap4 .fade.show { opacity: 1; } -.bootstrap .collapse { +.bootstrap4 .collapse { display: none; } -.bootstrap .collapse.show { +.bootstrap4 .collapse.show { display: block; } -.bootstrap tr.collapse.show { +.bootstrap4 tr.collapse.show { display: table-row; } -.bootstrap tbody.collapse.show { +.bootstrap4 tbody.collapse.show { display: table-row-group; } -.bootstrap .collapsing { +.bootstrap4 .collapsing { position: relative; height: 0; overflow: hidden; @@ -3178,11 +3178,11 @@ -o-transition: height .35s ease; transition: height 0.35s ease; } -.bootstrap .dropdown, -.bootstrap .dropup { +.bootstrap4 .dropdown, +.bootstrap4 .dropup { position: relative; } -.bootstrap .dropdown-toggle::after { +.bootstrap4 .dropdown-toggle::after { display: inline-block; width: 0; height: 0; @@ -3193,14 +3193,14 @@ border-right: .3em solid transparent; border-left: 0.3em solid transparent; } -.bootstrap .dropdown-toggle:focus { +.bootstrap4 .dropdown-toggle:focus { outline: 0; } -.bootstrap .dropup .dropdown-toggle::after { +.bootstrap4 .dropup .dropdown-toggle::after { border-top: 0; border-bottom: 0.3em solid; } -.bootstrap .dropdown-menu { +.bootstrap4 .dropdown-menu { position: absolute; top: 100%; left: 0; @@ -3220,13 +3220,13 @@ border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } -.bootstrap .dropdown-divider { +.bootstrap4 .dropdown-divider { height: 1px; margin: .5rem 0; overflow: hidden; background-color: #eceeef; } -.bootstrap .dropdown-item { +.bootstrap4 .dropdown-item { display: block; width: 100%; padding: 3px 1.5rem; @@ -3238,39 +3238,39 @@ background: 0 0; border: 0; } -.bootstrap .dropdown-item:focus, -.bootstrap .dropdown-item:hover { +.bootstrap4 .dropdown-item:focus, +.bootstrap4 .dropdown-item:hover { color: #1d1e1f; text-decoration: none; background-color: #f7f7f9; } -.bootstrap .dropdown-item.active, -.bootstrap .dropdown-item:active { +.bootstrap4 .dropdown-item.active, +.bootstrap4 .dropdown-item:active { color: #fff; text-decoration: none; background-color: #0275d8; } -.bootstrap .dropdown-item.disabled, -.bootstrap .dropdown-item:disabled { +.bootstrap4 .dropdown-item.disabled, +.bootstrap4 .dropdown-item:disabled { color: #636c72; cursor: not-allowed; background-color: transparent; } -.bootstrap .show > .dropdown-menu { +.bootstrap4 .show > .dropdown-menu { display: block; } -.bootstrap .show > a { +.bootstrap4 .show > a { outline: 0; } -.bootstrap .dropdown-menu-right { +.bootstrap4 .dropdown-menu-right { right: 0; left: auto; } -.bootstrap .dropdown-menu-left { +.bootstrap4 .dropdown-menu-left { right: auto; left: 0; } -.bootstrap .dropdown-header { +.bootstrap4 .dropdown-header { display: block; padding: .5rem 1.5rem; margin-bottom: 0; @@ -3278,7 +3278,7 @@ color: #636c72; white-space: nowrap; } -.bootstrap .dropdown-backdrop { +.bootstrap4 .dropdown-backdrop { position: fixed; top: 0; right: 0; @@ -3286,13 +3286,13 @@ left: 0; z-index: 990; } -.bootstrap .dropup .dropdown-menu { +.bootstrap4 .dropup .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 0.125rem; } -.bootstrap .btn-group, -.bootstrap .btn-group-vertical { +.bootstrap4 .btn-group, +.bootstrap4 .btn-group-vertical { position: relative; display: -webkit-inline-box; display: -webkit-inline-flex; @@ -3300,37 +3300,37 @@ display: inline-flex; vertical-align: middle; } -.bootstrap .btn-group-vertical > .btn, -.bootstrap .btn-group > .btn { +.bootstrap4 .btn-group-vertical > .btn, +.bootstrap4 .btn-group > .btn { position: relative; -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; } -.bootstrap .btn-group-vertical > .btn:hover, -.bootstrap .btn-group > .btn:hover { +.bootstrap4 .btn-group-vertical > .btn:hover, +.bootstrap4 .btn-group > .btn:hover { z-index: 2; } -.bootstrap .btn-group-vertical > .btn.active, -.bootstrap .btn-group-vertical > .btn:active, -.bootstrap .btn-group-vertical > .btn:focus, -.bootstrap .btn-group > .btn.active, -.bootstrap .btn-group > .btn:active, -.bootstrap .btn-group > .btn:focus { +.bootstrap4 .btn-group-vertical > .btn.active, +.bootstrap4 .btn-group-vertical > .btn:active, +.bootstrap4 .btn-group-vertical > .btn:focus, +.bootstrap4 .btn-group > .btn.active, +.bootstrap4 .btn-group > .btn:active, +.bootstrap4 .btn-group > .btn:focus { z-index: 2; } -.bootstrap .btn-group .btn + .btn, -.bootstrap .btn-group .btn + .btn-group, -.bootstrap .btn-group .btn-group + .btn, -.bootstrap .btn-group .btn-group + .btn-group, -.bootstrap .btn-group-vertical .btn + .btn, -.bootstrap .btn-group-vertical .btn + .btn-group, -.bootstrap .btn-group-vertical .btn-group + .btn, -.bootstrap .btn-group-vertical .btn-group + .btn-group { +.bootstrap4 .btn-group .btn + .btn, +.bootstrap4 .btn-group .btn + .btn-group, +.bootstrap4 .btn-group .btn-group + .btn, +.bootstrap4 .btn-group .btn-group + .btn-group, +.bootstrap4 .btn-group-vertical .btn + .btn, +.bootstrap4 .btn-group-vertical .btn + .btn-group, +.bootstrap4 .btn-group-vertical .btn-group + .btn, +.bootstrap4 .btn-group-vertical .btn-group + .btn-group { margin-left: -1px; } -.bootstrap .btn-toolbar { +.bootstrap4 .btn-toolbar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -3340,61 +3340,61 @@ -ms-flex-pack: start; justify-content: flex-start; } -.bootstrap .btn-toolbar .input-group { +.bootstrap4 .btn-toolbar .input-group { width: auto; } -.bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { +.bootstrap4 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } -.bootstrap .btn-group > .btn:first-child { +.bootstrap4 .btn-group > .btn:first-child { margin-left: 0; } -.bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { +.bootstrap4 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } -.bootstrap .btn-group > .btn:last-child:not(:first-child), -.bootstrap .btn-group > .dropdown-toggle:not(:first-child) { +.bootstrap4 .btn-group > .btn:last-child:not(:first-child), +.bootstrap4 .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } -.bootstrap .btn-group > .btn-group { +.bootstrap4 .btn-group > .btn-group { float: left; } -.bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { +.bootstrap4 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, -.bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { +.bootstrap4 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, +.bootstrap4 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } -.bootstrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { +.bootstrap4 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } -.bootstrap .btn-group .dropdown-toggle:active, -.bootstrap .btn-group.open .dropdown-toggle { +.bootstrap4 .btn-group .dropdown-toggle:active, +.bootstrap4 .btn-group.open .dropdown-toggle { outline: 0; } -.bootstrap .btn + .dropdown-toggle-split { +.bootstrap4 .btn + .dropdown-toggle-split { padding-right: .75rem; padding-left: 0.75rem; } -.bootstrap .btn + .dropdown-toggle-split::after { +.bootstrap4 .btn + .dropdown-toggle-split::after { margin-left: 0; } -.bootstrap .btn-group-sm > .btn + .dropdown-toggle-split, -.bootstrap .btn-sm + .dropdown-toggle-split { +.bootstrap4 .btn-group-sm > .btn + .dropdown-toggle-split, +.bootstrap4 .btn-sm + .dropdown-toggle-split { padding-right: .375rem; padding-left: 0.375rem; } -.bootstrap .btn-group-lg > .btn + .dropdown-toggle-split, -.bootstrap .btn-lg + .dropdown-toggle-split { +.bootstrap4 .btn-group-lg > .btn + .dropdown-toggle-split, +.bootstrap4 .btn-lg + .dropdown-toggle-split { padding-right: 1.125rem; padding-left: 1.125rem; } -.bootstrap .btn-group-vertical { +.bootstrap4 .btn-group-vertical { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -3413,49 +3413,49 @@ -ms-flex-pack: center; justify-content: center; } -.bootstrap .btn-group-vertical .btn, -.bootstrap .btn-group-vertical .btn-group { +.bootstrap4 .btn-group-vertical .btn, +.bootstrap4 .btn-group-vertical .btn-group { width: 100%; } -.bootstrap .btn-group-vertical > .btn + .btn, -.bootstrap .btn-group-vertical > .btn + .btn-group, -.bootstrap .btn-group-vertical > .btn-group + .btn, -.bootstrap .btn-group-vertical > .btn-group + .btn-group { +.bootstrap4 .btn-group-vertical > .btn + .btn, +.bootstrap4 .btn-group-vertical > .btn + .btn-group, +.bootstrap4 .btn-group-vertical > .btn-group + .btn, +.bootstrap4 .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } -.bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) { +.bootstrap4 .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } -.bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) { +.bootstrap4 .btn-group-vertical > .btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) { +.bootstrap4 .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; } -.bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { +.bootstrap4 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, -.bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { +.bootstrap4 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.bootstrap4 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -.bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { +.bootstrap4 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } -.bootstrap [data-toggle=buttons] > .btn input[type=checkbox], -.bootstrap [data-toggle=buttons] > .btn input[type=radio], -.bootstrap [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], -.bootstrap [data-toggle=buttons] > .btn-group > .btn input[type=radio] { +.bootstrap4 [data-toggle=buttons] > .btn input[type=checkbox], +.bootstrap4 [data-toggle=buttons] > .btn input[type=radio], +.bootstrap4 [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], +.bootstrap4 [data-toggle=buttons] > .btn-group > .btn input[type=radio] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } -.bootstrap .input-group { +.bootstrap4 .input-group { position: relative; display: -webkit-box; display: -webkit-flex; @@ -3463,7 +3463,7 @@ display: flex; width: 100%; } -.bootstrap .input-group .form-control { +.bootstrap4 .input-group .form-control { position: relative; z-index: 2; -webkit-box-flex: 1; @@ -3473,14 +3473,14 @@ width: 1%; margin-bottom: 0; } -.bootstrap .input-group .form-control:active, -.bootstrap .input-group .form-control:focus, -.bootstrap .input-group .form-control:hover { +.bootstrap4 .input-group .form-control:active, +.bootstrap4 .input-group .form-control:focus, +.bootstrap4 .input-group .form-control:hover { z-index: 3; } -.bootstrap .input-group .form-control, -.bootstrap .input-group-addon, -.bootstrap .input-group-btn { +.bootstrap4 .input-group .form-control, +.bootstrap4 .input-group-addon, +.bootstrap4 .input-group-btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -3495,17 +3495,17 @@ -ms-flex-pack: center; justify-content: center; } -.bootstrap .input-group .form-control:not(:first-child):not(:last-child), -.bootstrap .input-group-addon:not(:first-child):not(:last-child), -.bootstrap .input-group-btn:not(:first-child):not(:last-child) { +.bootstrap4 .input-group .form-control:not(:first-child):not(:last-child), +.bootstrap4 .input-group-addon:not(:first-child):not(:last-child), +.bootstrap4 .input-group-btn:not(:first-child):not(:last-child) { border-radius: 0; } -.bootstrap .input-group-addon, -.bootstrap .input-group-btn { +.bootstrap4 .input-group-addon, +.bootstrap4 .input-group-btn { white-space: nowrap; vertical-align: middle; } -.bootstrap .input-group-addon { +.bootstrap4 .input-group-addon { padding: .5rem .75rem; margin-bottom: 0; font-size: 1rem; @@ -3517,88 +3517,88 @@ border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } -.bootstrap .input-group-addon.form-control-sm, -.bootstrap .input-group-sm > .input-group-addon, -.bootstrap .input-group-sm > .input-group-btn > .input-group-addon.btn { +.bootstrap4 .input-group-addon.form-control-sm, +.bootstrap4 .input-group-sm > .input-group-addon, +.bootstrap4 .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: .25rem .5rem; font-size: .875rem; border-radius: 0.2rem; } -.bootstrap .input-group-addon.form-control-lg, -.bootstrap .input-group-lg > .input-group-addon, -.bootstrap .input-group-lg > .input-group-btn > .input-group-addon.btn { +.bootstrap4 .input-group-addon.form-control-lg, +.bootstrap4 .input-group-lg > .input-group-addon, +.bootstrap4 .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: .75rem 1.5rem; font-size: 1.25rem; border-radius: 0.3rem; } -.bootstrap .input-group-addon input[type=checkbox], -.bootstrap .input-group-addon input[type=radio] { +.bootstrap4 .input-group-addon input[type=checkbox], +.bootstrap4 .input-group-addon input[type=radio] { margin-top: 0; } -.bootstrap .input-group .form-control:not(:last-child), -.bootstrap .input-group-addon:not(:last-child), -.bootstrap .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, -.bootstrap .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), -.bootstrap .input-group-btn:not(:last-child) > .btn, -.bootstrap .input-group-btn:not(:last-child) > .btn-group > .btn, -.bootstrap .input-group-btn:not(:last-child) > .dropdown-toggle { +.bootstrap4 .input-group .form-control:not(:last-child), +.bootstrap4 .input-group-addon:not(:last-child), +.bootstrap4 .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, +.bootstrap4 .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), +.bootstrap4 .input-group-btn:not(:last-child) > .btn, +.bootstrap4 .input-group-btn:not(:last-child) > .btn-group > .btn, +.bootstrap4 .input-group-btn:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } -.bootstrap .input-group-addon:not(:last-child) { +.bootstrap4 .input-group-addon:not(:last-child) { border-right: 0; } -.bootstrap .input-group .form-control:not(:first-child), -.bootstrap .input-group-addon:not(:first-child), -.bootstrap .input-group-btn:not(:first-child) > .btn, -.bootstrap .input-group-btn:not(:first-child) > .btn-group > .btn, -.bootstrap .input-group-btn:not(:first-child) > .dropdown-toggle, -.bootstrap .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, -.bootstrap .input-group-btn:not(:last-child) > .btn:not(:first-child) { +.bootstrap4 .input-group .form-control:not(:first-child), +.bootstrap4 .input-group-addon:not(:first-child), +.bootstrap4 .input-group-btn:not(:first-child) > .btn, +.bootstrap4 .input-group-btn:not(:first-child) > .btn-group > .btn, +.bootstrap4 .input-group-btn:not(:first-child) > .dropdown-toggle, +.bootstrap4 .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, +.bootstrap4 .input-group-btn:not(:last-child) > .btn:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } -.bootstrap .form-control + .input-group-addon:not(:first-child) { +.bootstrap4 .form-control + .input-group-addon:not(:first-child) { border-left: 0; } -.bootstrap .input-group-btn { +.bootstrap4 .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } -.bootstrap .input-group-btn > .btn { +.bootstrap4 .input-group-btn > .btn { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 1 0%; -ms-flex: 1 1 0%; flex: 1 1 0%; } -.bootstrap .input-group-btn > .btn + .btn { +.bootstrap4 .input-group-btn > .btn + .btn { margin-left: -1px; } -.bootstrap .input-group-btn > .btn:active, -.bootstrap .input-group-btn > .btn:focus, -.bootstrap .input-group-btn > .btn:hover { +.bootstrap4 .input-group-btn > .btn:active, +.bootstrap4 .input-group-btn > .btn:focus, +.bootstrap4 .input-group-btn > .btn:hover { z-index: 3; } -.bootstrap .input-group-btn:not(:last-child) > .btn, -.bootstrap .input-group-btn:not(:last-child) > .btn-group { +.bootstrap4 .input-group-btn:not(:last-child) > .btn, +.bootstrap4 .input-group-btn:not(:last-child) > .btn-group { margin-right: -1px; } -.bootstrap .input-group-btn:not(:first-child) > .btn, -.bootstrap .input-group-btn:not(:first-child) > .btn-group { +.bootstrap4 .input-group-btn:not(:first-child) > .btn, +.bootstrap4 .input-group-btn:not(:first-child) > .btn-group { z-index: 2; margin-left: -1px; } -.bootstrap .input-group-btn:not(:first-child) > .btn-group:active, -.bootstrap .input-group-btn:not(:first-child) > .btn-group:focus, -.bootstrap .input-group-btn:not(:first-child) > .btn-group:hover, -.bootstrap .input-group-btn:not(:first-child) > .btn:active, -.bootstrap .input-group-btn:not(:first-child) > .btn:focus, -.bootstrap .input-group-btn:not(:first-child) > .btn:hover { +.bootstrap4 .input-group-btn:not(:first-child) > .btn-group:active, +.bootstrap4 .input-group-btn:not(:first-child) > .btn-group:focus, +.bootstrap4 .input-group-btn:not(:first-child) > .btn-group:hover, +.bootstrap4 .input-group-btn:not(:first-child) > .btn:active, +.bootstrap4 .input-group-btn:not(:first-child) > .btn:focus, +.bootstrap4 .input-group-btn:not(:first-child) > .btn:hover { z-index: 3; } -.bootstrap .custom-control { +.bootstrap4 .custom-control { position: relative; display: -webkit-inline-box; display: -webkit-inline-flex; @@ -3609,32 +3609,32 @@ margin-right: 1rem; cursor: pointer; } -.bootstrap .custom-control-input { +.bootstrap4 .custom-control-input { position: absolute; z-index: -1; opacity: 0; } -.bootstrap .custom-control-input:checked ~ .custom-control-indicator { +.bootstrap4 .custom-control-input:checked ~ .custom-control-indicator { color: #fff; background-color: #0275d8; } -.bootstrap .custom-control-input:focus ~ .custom-control-indicator { +.bootstrap4 .custom-control-input:focus ~ .custom-control-indicator { -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #0275d8; box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; } -.bootstrap .custom-control-input:active ~ .custom-control-indicator { +.bootstrap4 .custom-control-input:active ~ .custom-control-indicator { color: #fff; background-color: #8fcafe; } -.bootstrap .custom-control-input:disabled ~ .custom-control-indicator { +.bootstrap4 .custom-control-input:disabled ~ .custom-control-indicator { cursor: not-allowed; background-color: #eceeef; } -.bootstrap .custom-control-input:disabled ~ .custom-control-description { +.bootstrap4 .custom-control-input:disabled ~ .custom-control-description { color: #636c72; cursor: not-allowed; } -.bootstrap .custom-control-indicator { +.bootstrap4 .custom-control-indicator { position: absolute; top: .25rem; left: 0; @@ -3652,23 +3652,23 @@ -webkit-background-size: 50% 50%; background-size: 50% 50%; } -.bootstrap .custom-checkbox .custom-control-indicator { +.bootstrap4 .custom-checkbox .custom-control-indicator { border-radius: 0.25rem; } -.bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator { +.bootstrap4 .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); } -.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator { +.bootstrap4 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator { background-color: #0275d8; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); } -.bootstrap .custom-radio .custom-control-indicator { +.bootstrap4 .custom-radio .custom-control-indicator { border-radius: 50%; } -.bootstrap .custom-radio .custom-control-input:checked ~ .custom-control-indicator { +.bootstrap4 .custom-radio .custom-control-input:checked ~ .custom-control-indicator { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); } -.bootstrap .custom-controls-stacked { +.bootstrap4 .custom-controls-stacked { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -3679,13 +3679,13 @@ -ms-flex-direction: column; flex-direction: column; } -.bootstrap .custom-controls-stacked .custom-control { +.bootstrap4 .custom-controls-stacked .custom-control { margin-bottom: 0.25rem; } -.bootstrap .custom-controls-stacked .custom-control + .custom-control { +.bootstrap4 .custom-controls-stacked .custom-control + .custom-control { margin-left: 0; } -.bootstrap .custom-select { +.bootstrap4 .custom-select { display: inline-block; max-width: 100%; height: calc(4.25rem); @@ -3701,28 +3701,28 @@ -moz-appearance: none; -webkit-appearance: none; } -.bootstrap .custom-select:focus { +.bootstrap4 .custom-select:focus { border-color: #5cb3fd; outline: 0; } -.bootstrap .custom-select:focus::-ms-value { +.bootstrap4 .custom-select:focus::-ms-value { color: #464a4c; background-color: #fff; } -.bootstrap .custom-select:disabled { +.bootstrap4 .custom-select:disabled { color: #636c72; cursor: not-allowed; background-color: #eceeef; } -.bootstrap .custom-select::-ms-expand { +.bootstrap4 .custom-select::-ms-expand { opacity: 0; } -.bootstrap .custom-select-sm { +.bootstrap4 .custom-select-sm { padding-top: .375rem; padding-bottom: .375rem; font-size: 75%; } -.bootstrap .custom-file { +.bootstrap4 .custom-file { position: relative; display: inline-block; max-width: 100%; @@ -3730,7 +3730,7 @@ margin-bottom: 0; cursor: pointer; } -.bootstrap .custom-file-input { +.bootstrap4 .custom-file-input { min-width: 14rem; max-width: 100%; height: 2.5rem; @@ -3738,7 +3738,7 @@ filter: alpha(opacity=0); opacity: 0; } -.bootstrap .custom-file-control { +.bootstrap4 .custom-file-control { position: absolute; top: 0; right: 0; @@ -3757,10 +3757,10 @@ border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } -.bootstrap .custom-file-control:lang(en)::after { +.bootstrap4 .custom-file-control:lang(en)::after { content: "Choose file..."; } -.bootstrap .custom-file-control::before { +.bootstrap4 .custom-file-control::before { position: absolute; top: -1px; right: -1px; @@ -3775,10 +3775,10 @@ border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0 0.25rem 0.25rem 0; } -.bootstrap .custom-file-control:lang(en)::before { +.bootstrap4 .custom-file-control:lang(en)::before { content: "Browse"; } -.bootstrap .nav { +.bootstrap4 .nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -3787,79 +3787,79 @@ margin-bottom: 0; list-style: none; } -.bootstrap .nav-link { +.bootstrap4 .nav-link { display: block; padding: 0.5em 1em; } -.bootstrap .nav-link:focus, -.bootstrap .nav-link:hover { +.bootstrap4 .nav-link:focus, +.bootstrap4 .nav-link:hover { text-decoration: none; } -.bootstrap .nav-link.disabled { +.bootstrap4 .nav-link.disabled { color: #636c72; cursor: not-allowed; } -.bootstrap .nav-tabs { +.bootstrap4 .nav-tabs { border-bottom: 1px solid #ddd; } -.bootstrap .nav-tabs .nav-item { +.bootstrap4 .nav-tabs .nav-item { margin-bottom: -1px; } -.bootstrap .nav-tabs .nav-link { +.bootstrap4 .nav-tabs .nav-link { border: 1px solid transparent; border-top-right-radius: .25rem; border-top-left-radius: 0.25rem; } -.bootstrap .nav-tabs .nav-link:focus, -.bootstrap .nav-tabs .nav-link:hover { +.bootstrap4 .nav-tabs .nav-link:focus, +.bootstrap4 .nav-tabs .nav-link:hover { border-color: #eceeef #eceeef #ddd; } -.bootstrap .nav-tabs .nav-link.disabled { +.bootstrap4 .nav-tabs .nav-link.disabled { color: #636c72; background-color: transparent; border-color: transparent; } -.bootstrap .nav-tabs .nav-item.show .nav-link, -.bootstrap .nav-tabs .nav-link.active { +.bootstrap4 .nav-tabs .nav-item.show .nav-link, +.bootstrap4 .nav-tabs .nav-link.active { color: #464a4c; background-color: #fff; border-color: #ddd #ddd #fff; } -.bootstrap .nav-tabs .dropdown-menu { +.bootstrap4 .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } -.bootstrap .nav-pills .nav-link { +.bootstrap4 .nav-pills .nav-link { border-radius: 0.25rem; } -.bootstrap .nav-pills .nav-item.show .nav-link, -.bootstrap .nav-pills .nav-link.active { +.bootstrap4 .nav-pills .nav-item.show .nav-link, +.bootstrap4 .nav-pills .nav-link.active { color: #fff; cursor: default; background-color: #0275d8; } -.bootstrap .nav-fill .nav-item { +.bootstrap4 .nav-fill .nav-item { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; } -.bootstrap .nav-justified .nav-item { +.bootstrap4 .nav-justified .nav-item { -webkit-box-flex: 1; -webkit-flex: 1 1 100%; -ms-flex: 1 1 100%; flex: 1 1 100%; text-align: center; } -.bootstrap .tab-content > .tab-pane { +.bootstrap4 .tab-content > .tab-pane { display: none; } -.bootstrap .tab-content > .active { +.bootstrap4 .tab-content > .active { display: block; } -.bootstrap .navbar { +.bootstrap4 .navbar { position: relative; display: -webkit-box; display: -webkit-flex; @@ -3872,7 +3872,7 @@ flex-direction: column; padding: 0.5rem 1rem; } -.bootstrap .navbar-brand { +.bootstrap4 .navbar-brand { display: inline-block; padding-top: .25rem; padding-bottom: .25rem; @@ -3881,11 +3881,11 @@ line-height: inherit; white-space: nowrap; } -.bootstrap .navbar-brand:focus, -.bootstrap .navbar-brand:hover { +.bootstrap4 .navbar-brand:focus, +.bootstrap4 .navbar-brand:hover { text-decoration: none; } -.bootstrap .navbar-nav { +.bootstrap4 .navbar-nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -3899,16 +3899,16 @@ margin-bottom: 0; list-style: none; } -.bootstrap .navbar-nav .nav-link { +.bootstrap4 .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } -.bootstrap .navbar-text { +.bootstrap4 .navbar-text { display: inline-block; padding-top: .425rem; padding-bottom: 0.425rem; } -.bootstrap .navbar-toggler { +.bootstrap4 .navbar-toggler { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; @@ -3919,11 +3919,11 @@ border: 1px solid transparent; border-radius: 0.25rem; } -.bootstrap .navbar-toggler:focus, -.bootstrap .navbar-toggler:hover { +.bootstrap4 .navbar-toggler:focus, +.bootstrap4 .navbar-toggler:hover { text-decoration: none; } -.bootstrap .navbar-toggler-icon { +.bootstrap4 .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; @@ -3933,26 +3933,26 @@ -webkit-background-size: 100% 100%; background-size: 100% 100%; } -.bootstrap .navbar-toggler-left { +.bootstrap4 .navbar-toggler-left { position: absolute; left: 1rem; } -.bootstrap .navbar-toggler-right { +.bootstrap4 .navbar-toggler-right { position: absolute; right: 1rem; } @media (max-width: 575px) { - .bootstrap .navbar-toggleable .navbar-nav .dropdown-menu { + .bootstrap4 .navbar-toggleable .navbar-nav .dropdown-menu { position: static; float: none; } - .bootstrap .navbar-toggleable > .container { + .bootstrap4 .navbar-toggleable > .container { padding-right: 0; padding-left: 0; } } @media (min-width: 576px) { - .bootstrap .navbar-toggleable { + .bootstrap4 .navbar-toggleable { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -3966,18 +3966,18 @@ -ms-flex-align: center; align-items: center; } - .bootstrap .navbar-toggleable .navbar-nav { + .bootstrap4 .navbar-toggleable .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .bootstrap .navbar-toggleable .navbar-nav .nav-link { + .bootstrap4 .navbar-toggleable .navbar-nav .nav-link { padding-right: .5rem; padding-left: 0.5rem; } - .bootstrap .navbar-toggleable > .container { + .bootstrap4 .navbar-toggleable > .container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -3990,29 +3990,29 @@ -ms-flex-align: center; align-items: center; } - .bootstrap .navbar-toggleable .navbar-collapse { + .bootstrap4 .navbar-toggleable .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex!important; width: 100%; } - .bootstrap .navbar-toggleable .navbar-toggler { + .bootstrap4 .navbar-toggleable .navbar-toggler { display: none; } } @media (max-width: 767px) { - .bootstrap .navbar-toggleable-sm .navbar-nav .dropdown-menu { + .bootstrap4 .navbar-toggleable-sm .navbar-nav .dropdown-menu { position: static; float: none; } - .bootstrap .navbar-toggleable-sm > .container { + .bootstrap4 .navbar-toggleable-sm > .container { padding-right: 0; padding-left: 0; } } @media (min-width: 768px) { - .bootstrap .navbar-toggleable-sm { + .bootstrap4 .navbar-toggleable-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4026,18 +4026,18 @@ -ms-flex-align: center; align-items: center; } - .bootstrap .navbar-toggleable-sm .navbar-nav { + .bootstrap4 .navbar-toggleable-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .bootstrap .navbar-toggleable-sm .navbar-nav .nav-link { + .bootstrap4 .navbar-toggleable-sm .navbar-nav .nav-link { padding-right: .5rem; padding-left: 0.5rem; } - .bootstrap .navbar-toggleable-sm > .container { + .bootstrap4 .navbar-toggleable-sm > .container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4050,29 +4050,29 @@ -ms-flex-align: center; align-items: center; } - .bootstrap .navbar-toggleable-sm .navbar-collapse { + .bootstrap4 .navbar-toggleable-sm .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex!important; width: 100%; } - .bootstrap .navbar-toggleable-sm .navbar-toggler { + .bootstrap4 .navbar-toggleable-sm .navbar-toggler { display: none; } } @media (max-width: 991px) { - .bootstrap .navbar-toggleable-md .navbar-nav .dropdown-menu { + .bootstrap4 .navbar-toggleable-md .navbar-nav .dropdown-menu { position: static; float: none; } - .bootstrap .navbar-toggleable-md > .container { + .bootstrap4 .navbar-toggleable-md > .container { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { - .bootstrap .navbar-toggleable-md { + .bootstrap4 .navbar-toggleable-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4086,18 +4086,18 @@ -ms-flex-align: center; align-items: center; } - .bootstrap .navbar-toggleable-md .navbar-nav { + .bootstrap4 .navbar-toggleable-md .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .bootstrap .navbar-toggleable-md .navbar-nav .nav-link { + .bootstrap4 .navbar-toggleable-md .navbar-nav .nav-link { padding-right: .5rem; padding-left: 0.5rem; } - .bootstrap .navbar-toggleable-md > .container { + .bootstrap4 .navbar-toggleable-md > .container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4110,29 +4110,29 @@ -ms-flex-align: center; align-items: center; } - .bootstrap .navbar-toggleable-md .navbar-collapse { + .bootstrap4 .navbar-toggleable-md .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex!important; width: 100%; } - .bootstrap .navbar-toggleable-md .navbar-toggler { + .bootstrap4 .navbar-toggleable-md .navbar-toggler { display: none; } } @media (max-width: 1199px) { - .bootstrap .navbar-toggleable-lg .navbar-nav .dropdown-menu { + .bootstrap4 .navbar-toggleable-lg .navbar-nav .dropdown-menu { position: static; float: none; } - .bootstrap .navbar-toggleable-lg > .container { + .bootstrap4 .navbar-toggleable-lg > .container { padding-right: 0; padding-left: 0; } } @media (min-width: 1200px) { - .bootstrap .navbar-toggleable-lg { + .bootstrap4 .navbar-toggleable-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4146,18 +4146,18 @@ -ms-flex-align: center; align-items: center; } - .bootstrap .navbar-toggleable-lg .navbar-nav { + .bootstrap4 .navbar-toggleable-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } - .bootstrap .navbar-toggleable-lg .navbar-nav .nav-link { + .bootstrap4 .navbar-toggleable-lg .navbar-nav .nav-link { padding-right: .5rem; padding-left: 0.5rem; } - .bootstrap .navbar-toggleable-lg > .container { + .bootstrap4 .navbar-toggleable-lg > .container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4170,18 +4170,18 @@ -ms-flex-align: center; align-items: center; } - .bootstrap .navbar-toggleable-lg .navbar-collapse { + .bootstrap4 .navbar-toggleable-lg .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex!important; width: 100%; } - .bootstrap .navbar-toggleable-lg .navbar-toggler { + .bootstrap4 .navbar-toggleable-lg .navbar-toggler { display: none; } } -.bootstrap .navbar-toggleable-xl { +.bootstrap4 .navbar-toggleable-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; @@ -4195,26 +4195,26 @@ -ms-flex-align: center; align-items: center; } -.bootstrap .navbar-toggleable-xl .navbar-nav .dropdown-menu { +.bootstrap4 .navbar-toggleable-xl .navbar-nav .dropdown-menu { position: static; float: none; } -.bootstrap .navbar-toggleable-xl > .container { +.bootstrap4 .navbar-toggleable-xl > .container { padding-right: 0; padding-left: 0; } -.bootstrap .navbar-toggleable-xl .navbar-nav { +.bootstrap4 .navbar-toggleable-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } -.bootstrap .navbar-toggleable-xl .navbar-nav .nav-link { +.bootstrap4 .navbar-toggleable-xl .navbar-nav .nav-link { padding-right: .5rem; padding-left: 0.5rem; } -.bootstrap .navbar-toggleable-xl > .container { +.bootstrap4 .navbar-toggleable-xl > .container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4227,87 +4227,87 @@ -ms-flex-align: center; align-items: center; } -.bootstrap .navbar-toggleable-xl .navbar-collapse { +.bootstrap4 .navbar-toggleable-xl .navbar-collapse { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex!important; width: 100%; } -.bootstrap .navbar-toggleable-xl .navbar-toggler { +.bootstrap4 .navbar-toggleable-xl .navbar-toggler { display: none; } -.bootstrap .navbar-light .navbar-brand, -.bootstrap .navbar-light .navbar-toggler { +.bootstrap4 .navbar-light .navbar-brand, +.bootstrap4 .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.9); } -.bootstrap .navbar-light .navbar-brand:focus, -.bootstrap .navbar-light .navbar-brand:hover, -.bootstrap .navbar-light .navbar-toggler:focus, -.bootstrap .navbar-light .navbar-toggler:hover { +.bootstrap4 .navbar-light .navbar-brand:focus, +.bootstrap4 .navbar-light .navbar-brand:hover, +.bootstrap4 .navbar-light .navbar-toggler:focus, +.bootstrap4 .navbar-light .navbar-toggler:hover { color: rgba(0, 0, 0, 0.9); } -.bootstrap .navbar-light .navbar-nav .nav-link { +.bootstrap4 .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); } -.bootstrap .navbar-light .navbar-nav .nav-link:focus, -.bootstrap .navbar-light .navbar-nav .nav-link:hover { +.bootstrap4 .navbar-light .navbar-nav .nav-link:focus, +.bootstrap4 .navbar-light .navbar-nav .nav-link:hover { color: rgba(0, 0, 0, 0.7); } -.bootstrap .navbar-light .navbar-nav .nav-link.disabled { +.bootstrap4 .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } -.bootstrap .navbar-light .navbar-nav .active > .nav-link, -.bootstrap .navbar-light .navbar-nav .nav-link.active, -.bootstrap .navbar-light .navbar-nav .nav-link.open, -.bootstrap .navbar-light .navbar-nav .open > .nav-link { +.bootstrap4 .navbar-light .navbar-nav .active > .nav-link, +.bootstrap4 .navbar-light .navbar-nav .nav-link.active, +.bootstrap4 .navbar-light .navbar-nav .nav-link.open, +.bootstrap4 .navbar-light .navbar-nav .open > .nav-link { color: rgba(0, 0, 0, 0.9); } -.bootstrap .navbar-light .navbar-toggler { +.bootstrap4 .navbar-light .navbar-toggler { border-color: rgba(0, 0, 0, 0.1); } -.bootstrap .navbar-light .navbar-toggler-icon { +.bootstrap4 .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } -.bootstrap .navbar-light .navbar-text { +.bootstrap4 .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); } -.bootstrap .navbar-inverse .navbar-brand, -.bootstrap .navbar-inverse .navbar-toggler { +.bootstrap4 .navbar-inverse .navbar-brand, +.bootstrap4 .navbar-inverse .navbar-toggler { color: #fff; } -.bootstrap .navbar-inverse .navbar-brand:focus, -.bootstrap .navbar-inverse .navbar-brand:hover, -.bootstrap .navbar-inverse .navbar-toggler:focus, -.bootstrap .navbar-inverse .navbar-toggler:hover { +.bootstrap4 .navbar-inverse .navbar-brand:focus, +.bootstrap4 .navbar-inverse .navbar-brand:hover, +.bootstrap4 .navbar-inverse .navbar-toggler:focus, +.bootstrap4 .navbar-inverse .navbar-toggler:hover { color: #fff; } -.bootstrap .navbar-inverse .navbar-nav .nav-link { +.bootstrap4 .navbar-inverse .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } -.bootstrap .navbar-inverse .navbar-nav .nav-link:focus, -.bootstrap .navbar-inverse .navbar-nav .nav-link:hover { +.bootstrap4 .navbar-inverse .navbar-nav .nav-link:focus, +.bootstrap4 .navbar-inverse .navbar-nav .nav-link:hover { color: rgba(255, 255, 255, 0.75); } -.bootstrap .navbar-inverse .navbar-nav .nav-link.disabled { +.bootstrap4 .navbar-inverse .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } -.bootstrap .navbar-inverse .navbar-nav .active > .nav-link, -.bootstrap .navbar-inverse .navbar-nav .nav-link.active, -.bootstrap .navbar-inverse .navbar-nav .nav-link.open, -.bootstrap .navbar-inverse .navbar-nav .open > .nav-link { +.bootstrap4 .navbar-inverse .navbar-nav .active > .nav-link, +.bootstrap4 .navbar-inverse .navbar-nav .nav-link.active, +.bootstrap4 .navbar-inverse .navbar-nav .nav-link.open, +.bootstrap4 .navbar-inverse .navbar-nav .open > .nav-link { color: #fff; } -.bootstrap .navbar-inverse .navbar-toggler { +.bootstrap4 .navbar-inverse .navbar-toggler { border-color: rgba(255, 255, 255, 0.1); } -.bootstrap .navbar-inverse .navbar-toggler-icon { +.bootstrap4 .navbar-inverse .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } -.bootstrap .navbar-inverse .navbar-text { +.bootstrap4 .navbar-inverse .navbar-text { color: rgba(255, 255, 255, 0.5); } -.bootstrap .card { +.bootstrap4 .card { position: relative; display: -webkit-box; display: -webkit-flex; @@ -4322,161 +4322,161 @@ border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } -.bootstrap .card-block { +.bootstrap4 .card-block { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.25rem; } -.bootstrap .card-title { +.bootstrap4 .card-title { margin-bottom: 0.75rem; } -.bootstrap .card-subtitle { +.bootstrap4 .card-subtitle { margin-top: -0.375rem; margin-bottom: 0; } -.bootstrap .card-text:last-child { +.bootstrap4 .card-text:last-child { margin-bottom: 0; } -.bootstrap .card-link:hover { +.bootstrap4 .card-link:hover { text-decoration: none; } -.bootstrap .card-link + .card-link { +.bootstrap4 .card-link + .card-link { margin-left: 1.25rem; } -.bootstrap .card > .list-group:first-child .list-group-item:first-child { +.bootstrap4 .card > .list-group:first-child .list-group-item:first-child { border-top-right-radius: .25rem; border-top-left-radius: 0.25rem; } -.bootstrap .card > .list-group:last-child .list-group-item:last-child { +.bootstrap4 .card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: .25rem; border-bottom-left-radius: 0.25rem; } -.bootstrap .card-header { +.bootstrap4 .card-header { padding: .75rem 1.25rem; margin-bottom: 0; background-color: #f7f7f9; border-bottom: 1px solid rgba(0, 0, 0, 0.125); } -.bootstrap .card-header:first-child { +.bootstrap4 .card-header:first-child { border-radius: calc(-0.75rem) calc(-0.75rem) 0 0; } -.bootstrap .card-footer { +.bootstrap4 .card-footer { padding: .75rem 1.25rem; background-color: #f7f7f9; border-top: 1px solid rgba(0, 0, 0, 0.125); } -.bootstrap .card-footer:last-child { +.bootstrap4 .card-footer:last-child { border-radius: 0 0 calc(-0.75rem) calc(-0.75rem); } -.bootstrap .card-header-tabs { +.bootstrap4 .card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; } -.bootstrap .card-header-pills { +.bootstrap4 .card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; } -.bootstrap .card-primary { +.bootstrap4 .card-primary { background-color: #0275d8; border-color: #0275d8; } -.bootstrap .card-primary .card-footer, -.bootstrap .card-primary .card-header { +.bootstrap4 .card-primary .card-footer, +.bootstrap4 .card-primary .card-header { background-color: transparent; } -.bootstrap .card-success { +.bootstrap4 .card-success { background-color: #5cb85c; border-color: #5cb85c; } -.bootstrap .card-success .card-footer, -.bootstrap .card-success .card-header { +.bootstrap4 .card-success .card-footer, +.bootstrap4 .card-success .card-header { background-color: transparent; } -.bootstrap .card-info { +.bootstrap4 .card-info { background-color: #5bc0de; border-color: #5bc0de; } -.bootstrap .card-info .card-footer, -.bootstrap .card-info .card-header { +.bootstrap4 .card-info .card-footer, +.bootstrap4 .card-info .card-header { background-color: transparent; } -.bootstrap .card-warning { +.bootstrap4 .card-warning { background-color: #f0ad4e; border-color: #f0ad4e; } -.bootstrap .card-warning .card-footer, -.bootstrap .card-warning .card-header { +.bootstrap4 .card-warning .card-footer, +.bootstrap4 .card-warning .card-header { background-color: transparent; } -.bootstrap .card-danger { +.bootstrap4 .card-danger { background-color: #d9534f; border-color: #d9534f; } -.bootstrap .card-danger .card-footer, -.bootstrap .card-danger .card-header { +.bootstrap4 .card-danger .card-footer, +.bootstrap4 .card-danger .card-header { background-color: transparent; } -.bootstrap .card-outline-primary { +.bootstrap4 .card-outline-primary { background-color: transparent; border-color: #0275d8; } -.bootstrap .card-outline-secondary { +.bootstrap4 .card-outline-secondary { background-color: transparent; border-color: #ccc; } -.bootstrap .card-outline-info { +.bootstrap4 .card-outline-info { background-color: transparent; border-color: #5bc0de; } -.bootstrap .card-outline-success { +.bootstrap4 .card-outline-success { background-color: transparent; border-color: #5cb85c; } -.bootstrap .card-outline-warning { +.bootstrap4 .card-outline-warning { background-color: transparent; border-color: #f0ad4e; } -.bootstrap .card-outline-danger { +.bootstrap4 .card-outline-danger { background-color: transparent; border-color: #d9534f; } -.bootstrap .card-inverse { +.bootstrap4 .card-inverse { color: rgba(255, 255, 255, 0.65); } -.bootstrap .card-inverse .card-footer, -.bootstrap .card-inverse .card-header { +.bootstrap4 .card-inverse .card-footer, +.bootstrap4 .card-inverse .card-header { background-color: transparent; border-color: rgba(255, 255, 255, 0.2); } -.bootstrap .card-inverse .card-blockquote, -.bootstrap .card-inverse .card-footer, -.bootstrap .card-inverse .card-header, -.bootstrap .card-inverse .card-title { +.bootstrap4 .card-inverse .card-blockquote, +.bootstrap4 .card-inverse .card-footer, +.bootstrap4 .card-inverse .card-header, +.bootstrap4 .card-inverse .card-title { color: #fff; } -.bootstrap .card-inverse .card-blockquote .blockquote-footer, -.bootstrap .card-inverse .card-link, -.bootstrap .card-inverse .card-subtitle, -.bootstrap .card-inverse .card-text { +.bootstrap4 .card-inverse .card-blockquote .blockquote-footer, +.bootstrap4 .card-inverse .card-link, +.bootstrap4 .card-inverse .card-subtitle, +.bootstrap4 .card-inverse .card-text { color: rgba(255, 255, 255, 0.65); } -.bootstrap .card-inverse .card-link:focus, -.bootstrap .card-inverse .card-link:hover { +.bootstrap4 .card-inverse .card-link:focus, +.bootstrap4 .card-inverse .card-link:hover { color: #fff; } -.bootstrap .card-blockquote { +.bootstrap4 .card-blockquote { padding: 0; margin-bottom: 0; border-left: 0; } -.bootstrap .card-img { +.bootstrap4 .card-img { border-radius: calc(-0.75rem); } -.bootstrap .card-img-overlay { +.bootstrap4 .card-img-overlay { position: absolute; top: 0; right: 0; @@ -4484,16 +4484,16 @@ left: 0; padding: 1.25rem; } -.bootstrap .card-img-top { +.bootstrap4 .card-img-top { border-top-right-radius: calc(-0.75rem); border-top-left-radius: calc(-0.75rem); } -.bootstrap .card-img-bottom { +.bootstrap4 .card-img-bottom { border-bottom-right-radius: calc(-0.75rem); border-bottom-left-radius: calc(-0.75rem); } @media (min-width: 576px) { - .bootstrap .card-deck { + .bootstrap4 .card-deck { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4502,7 +4502,7 @@ -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bootstrap .card-deck .card { + .bootstrap4 .card-deck .card { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4517,15 +4517,15 @@ -ms-flex-direction: column; flex-direction: column; } - .bootstrap .card-deck .card:not(:first-child) { + .bootstrap4 .card-deck .card:not(:first-child) { margin-left: 15px; } - .bootstrap .card-deck .card:not(:last-child) { + .bootstrap4 .card-deck .card:not(:last-child) { margin-right: 15px; } } @media (min-width: 576px) { - .bootstrap .card-group { + .bootstrap4 .card-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4534,46 +4534,46 @@ -ms-flex-flow: row wrap; flex-flow: row wrap; } - .bootstrap .card-group .card { + .bootstrap4 .card-group .card { -webkit-box-flex: 1; -webkit-flex: 1 0 0%; -ms-flex: 1 0 0%; flex: 1 0 0%; } - .bootstrap .card-group .card + .card { + .bootstrap4 .card-group .card + .card { margin-left: 0; border-left: 0; } - .bootstrap .card-group .card:first-child { + .bootstrap4 .card-group .card:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; } - .bootstrap .card-group .card:first-child .card-img-top { + .bootstrap4 .card-group .card:first-child .card-img-top { border-top-right-radius: 0; } - .bootstrap .card-group .card:first-child .card-img-bottom { + .bootstrap4 .card-group .card:first-child .card-img-bottom { border-bottom-right-radius: 0; } - .bootstrap .card-group .card:last-child { + .bootstrap4 .card-group .card:last-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } - .bootstrap .card-group .card:last-child .card-img-top { + .bootstrap4 .card-group .card:last-child .card-img-top { border-top-left-radius: 0; } - .bootstrap .card-group .card:last-child .card-img-bottom { + .bootstrap4 .card-group .card:last-child .card-img-bottom { border-bottom-left-radius: 0; } - .bootstrap .card-group .card:not(:first-child):not(:last-child) { + .bootstrap4 .card-group .card:not(:first-child):not(:last-child) { border-radius: 0; } - .bootstrap .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, - .bootstrap .card-group .card:not(:first-child):not(:last-child) .card-img-top { + .bootstrap4 .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, + .bootstrap4 .card-group .card:not(:first-child):not(:last-child) .card-img-top { border-radius: 0; } } @media (min-width: 576px) { - .bootstrap .card-columns { + .bootstrap4 .card-columns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; @@ -4581,44 +4581,44 @@ -moz-column-gap: 1.25rem; column-gap: 1.25rem; } - .bootstrap .card-columns .card { + .bootstrap4 .card-columns .card { display: inline-block; width: 100%; margin-bottom: 0.75rem; } } -.bootstrap .breadcrumb { +.bootstrap4 .breadcrumb { padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #eceeef; border-radius: 0.25rem; } -.bootstrap .breadcrumb::after { +.bootstrap4 .breadcrumb::after { display: block; content: ""; clear: both; } -.bootstrap .breadcrumb-item { +.bootstrap4 .breadcrumb-item { float: left; } -.bootstrap .breadcrumb-item + .breadcrumb-item::before { +.bootstrap4 .breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: .5rem; padding-left: .5rem; color: #636c72; content: "/"; } -.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before { +.bootstrap4 .breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; } -.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before { +.bootstrap4 .breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; } -.bootstrap .breadcrumb-item.active { +.bootstrap4 .breadcrumb-item.active { color: #636c72; } -.bootstrap .pagination { +.bootstrap4 .pagination { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4627,29 +4627,29 @@ list-style: none; border-radius: 0.25rem; } -.bootstrap .page-item:first-child .page-link { +.bootstrap4 .page-item:first-child .page-link { margin-left: 0; border-bottom-left-radius: .25rem; border-top-left-radius: 0.25rem; } -.bootstrap .page-item:last-child .page-link { +.bootstrap4 .page-item:last-child .page-link { border-bottom-right-radius: .25rem; border-top-right-radius: 0.25rem; } -.bootstrap .page-item.active .page-link { +.bootstrap4 .page-item.active .page-link { z-index: 2; color: #fff; background-color: #0275d8; border-color: #0275d8; } -.bootstrap .page-item.disabled .page-link { +.bootstrap4 .page-item.disabled .page-link { color: #636c72; pointer-events: none; cursor: not-allowed; background-color: #fff; border-color: #ddd; } -.bootstrap .page-link { +.bootstrap4 .page-link { position: relative; display: block; padding: .5rem .75rem; @@ -4659,38 +4659,38 @@ background-color: #fff; border: 1px solid #ddd; } -.bootstrap .page-link:focus, -.bootstrap .page-link:hover { +.bootstrap4 .page-link:focus, +.bootstrap4 .page-link:hover { color: #014c8c; text-decoration: none; background-color: #eceeef; border-color: #ddd; } -.bootstrap .pagination-lg .page-link { +.bootstrap4 .pagination-lg .page-link { padding: .75rem 1.5rem; font-size: 1.25rem; } -.bootstrap .pagination-lg .page-item:first-child .page-link { +.bootstrap4 .pagination-lg .page-item:first-child .page-link { border-bottom-left-radius: .3rem; border-top-left-radius: 0.3rem; } -.bootstrap .pagination-lg .page-item:last-child .page-link { +.bootstrap4 .pagination-lg .page-item:last-child .page-link { border-bottom-right-radius: .3rem; border-top-right-radius: 0.3rem; } -.bootstrap .pagination-sm .page-link { +.bootstrap4 .pagination-sm .page-link { padding: .25rem .5rem; font-size: 0.875rem; } -.bootstrap .pagination-sm .page-item:first-child .page-link { +.bootstrap4 .pagination-sm .page-item:first-child .page-link { border-bottom-left-radius: .2rem; border-top-left-radius: 0.2rem; } -.bootstrap .pagination-sm .page-item:last-child .page-link { +.bootstrap4 .pagination-sm .page-item:last-child .page-link { border-bottom-right-radius: .2rem; border-top-right-radius: 0.2rem; } -.bootstrap .badge { +.bootstrap4 .badge { display: inline-block; padding: .25em .4em; font-size: 75%; @@ -4702,146 +4702,146 @@ vertical-align: baseline; border-radius: 0.25rem; } -.bootstrap .badge:empty { +.bootstrap4 .badge:empty { display: none; } -.bootstrap .btn .badge { +.bootstrap4 .btn .badge { position: relative; top: -1px; } -.bootstrap a.badge:focus, -.bootstrap a.badge:hover { +.bootstrap4 a.badge:focus, +.bootstrap4 a.badge:hover { color: #fff; text-decoration: none; cursor: pointer; } -.bootstrap .badge-pill { +.bootstrap4 .badge-pill { padding-right: .6em; padding-left: .6em; border-radius: 10rem; } -.bootstrap .badge-default { +.bootstrap4 .badge-default { background-color: #636c72; } -.bootstrap .badge-default[href]:focus, -.bootstrap .badge-default[href]:hover { +.bootstrap4 .badge-default[href]:focus, +.bootstrap4 .badge-default[href]:hover { background-color: #4b5257; } -.bootstrap .badge-primary { +.bootstrap4 .badge-primary { background-color: #0275d8; } -.bootstrap .badge-primary[href]:focus, -.bootstrap .badge-primary[href]:hover { +.bootstrap4 .badge-primary[href]:focus, +.bootstrap4 .badge-primary[href]:hover { background-color: #025aa5; } -.bootstrap .badge-success { +.bootstrap4 .badge-success { background-color: #5cb85c; } -.bootstrap .badge-success[href]:focus, -.bootstrap .badge-success[href]:hover { +.bootstrap4 .badge-success[href]:focus, +.bootstrap4 .badge-success[href]:hover { background-color: #449d44; } -.bootstrap .badge-info { +.bootstrap4 .badge-info { background-color: #5bc0de; } -.bootstrap .badge-info[href]:focus, -.bootstrap .badge-info[href]:hover { +.bootstrap4 .badge-info[href]:focus, +.bootstrap4 .badge-info[href]:hover { background-color: #31b0d5; } -.bootstrap .badge-warning { +.bootstrap4 .badge-warning { background-color: #f0ad4e; } -.bootstrap .badge-warning[href]:focus, -.bootstrap .badge-warning[href]:hover { +.bootstrap4 .badge-warning[href]:focus, +.bootstrap4 .badge-warning[href]:hover { background-color: #ec971f; } -.bootstrap .badge-danger { +.bootstrap4 .badge-danger { background-color: #d9534f; } -.bootstrap .badge-danger[href]:focus, -.bootstrap .badge-danger[href]:hover { +.bootstrap4 .badge-danger[href]:focus, +.bootstrap4 .badge-danger[href]:hover { background-color: #c9302c; } -.bootstrap .jumbotron { +.bootstrap4 .jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #eceeef; border-radius: 0.3rem; } @media (min-width: 576px) { - .bootstrap .jumbotron { + .bootstrap4 .jumbotron { padding: 4rem 2rem; } } -.bootstrap .jumbotron-hr { +.bootstrap4 .jumbotron-hr { border-top-color: #d0d5d8; } -.bootstrap .jumbotron-fluid { +.bootstrap4 .jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; } -.bootstrap .alert { +.bootstrap4 .alert { padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } -.bootstrap .alert-heading { +.bootstrap4 .alert-heading { color: inherit; } -.bootstrap .alert-link { +.bootstrap4 .alert-link { font-weight: 700; } -.bootstrap .alert-dismissible .close { +.bootstrap4 .alert-dismissible .close { position: relative; top: -0.75rem; right: -1.25rem; padding: .75rem 1.25rem; color: inherit; } -.bootstrap .alert-success { +.bootstrap4 .alert-success { background-color: #dff0d8; border-color: #d0e9c6; color: #3c763d; } -.bootstrap .alert-success hr { +.bootstrap4 .alert-success hr { border-top-color: #c1e2b3; } -.bootstrap .alert-success .alert-link { +.bootstrap4 .alert-success .alert-link { color: #2b542c; } -.bootstrap .alert-info { +.bootstrap4 .alert-info { background-color: #d9edf7; border-color: #bcdff1; color: #31708f; } -.bootstrap .alert-info hr { +.bootstrap4 .alert-info hr { border-top-color: #a6d5ec; } -.bootstrap .alert-info .alert-link { +.bootstrap4 .alert-info .alert-link { color: #245269; } -.bootstrap .alert-warning { +.bootstrap4 .alert-warning { background-color: #fcf8e3; border-color: #faf2cc; color: #8a6d3b; } -.bootstrap .alert-warning hr { +.bootstrap4 .alert-warning hr { border-top-color: #f7ecb5; } -.bootstrap .alert-warning .alert-link { +.bootstrap4 .alert-warning .alert-link { color: #66512c; } -.bootstrap .alert-danger { +.bootstrap4 .alert-danger { background-color: #f2dede; border-color: #ebcccc; color: #a94442; } -.bootstrap .alert-danger hr { +.bootstrap4 .alert-danger hr { border-top-color: #e4b9b9; } -.bootstrap .alert-danger .alert-link { +.bootstrap4 .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { @@ -4868,7 +4868,7 @@ background-position: 0 0; } } -.bootstrap .progress { +.bootstrap4 .progress { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4880,24 +4880,24 @@ background-color: #eceeef; border-radius: 0.25rem; } -.bootstrap .progress-bar { +.bootstrap4 .progress-bar { height: 1rem; color: #fff; background-color: #0275d8; } -.bootstrap .progress-bar-striped { +.bootstrap4 .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 1rem 1rem; background-size: 1rem 1rem; } -.bootstrap .progress-bar-animated { +.bootstrap4 .progress-bar-animated { -webkit-animation: progress-bar-stripes 1s linear infinite; -o-animation: progress-bar-stripes 1s linear infinite; animation: progress-bar-stripes 1s linear infinite; } -.bootstrap .media { +.bootstrap4 .media { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4907,13 +4907,13 @@ -ms-flex-align: start; align-items: flex-start; } -.bootstrap .media-body { +.bootstrap4 .media-body { -webkit-box-flex: 1; -webkit-flex: 1 1 0%; -ms-flex: 1 1 0%; flex: 1 1 0%; } -.bootstrap .list-group { +.bootstrap4 .list-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4926,25 +4926,25 @@ padding-left: 0; margin-bottom: 0; } -.bootstrap .list-group-item-action { +.bootstrap4 .list-group-item-action { width: 100%; color: #464a4c; text-align: inherit; } -.bootstrap .list-group-item-action .list-group-item-heading { +.bootstrap4 .list-group-item-action .list-group-item-heading { color: #292b2c; } -.bootstrap .list-group-item-action:focus, -.bootstrap .list-group-item-action:hover { +.bootstrap4 .list-group-item-action:focus, +.bootstrap4 .list-group-item-action:hover { color: #464a4c; text-decoration: none; background-color: #f7f7f9; } -.bootstrap .list-group-item-action:active { +.bootstrap4 .list-group-item-action:active { color: #292b2c; background-color: #eceeef; } -.bootstrap .list-group-item { +.bootstrap4 .list-group-item { position: relative; display: -webkit-box; display: -webkit-flex; @@ -4962,174 +4962,174 @@ background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } -.bootstrap .list-group-item:first-child { +.bootstrap4 .list-group-item:first-child { border-top-right-radius: .25rem; border-top-left-radius: 0.25rem; } -.bootstrap .list-group-item:last-child { +.bootstrap4 .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: .25rem; border-bottom-left-radius: 0.25rem; } -.bootstrap .list-group-item:focus, -.bootstrap .list-group-item:hover { +.bootstrap4 .list-group-item:focus, +.bootstrap4 .list-group-item:hover { text-decoration: none; } -.bootstrap .list-group-item.disabled, -.bootstrap .list-group-item:disabled { +.bootstrap4 .list-group-item.disabled, +.bootstrap4 .list-group-item:disabled { color: #636c72; cursor: not-allowed; background-color: #fff; } -.bootstrap .list-group-item.disabled .list-group-item-heading, -.bootstrap .list-group-item:disabled .list-group-item-heading { +.bootstrap4 .list-group-item.disabled .list-group-item-heading, +.bootstrap4 .list-group-item:disabled .list-group-item-heading { color: inherit; } -.bootstrap .list-group-item.disabled .list-group-item-text, -.bootstrap .list-group-item:disabled .list-group-item-text { +.bootstrap4 .list-group-item.disabled .list-group-item-text, +.bootstrap4 .list-group-item:disabled .list-group-item-text { color: #636c72; } -.bootstrap .list-group-item.active { +.bootstrap4 .list-group-item.active { z-index: 2; color: #fff; background-color: #0275d8; border-color: #0275d8; } -.bootstrap .list-group-item.active .list-group-item-heading, -.bootstrap .list-group-item.active .list-group-item-heading > .small, -.bootstrap .list-group-item.active .list-group-item-heading > small { +.bootstrap4 .list-group-item.active .list-group-item-heading, +.bootstrap4 .list-group-item.active .list-group-item-heading > .small, +.bootstrap4 .list-group-item.active .list-group-item-heading > small { color: inherit; } -.bootstrap .list-group-item.active .list-group-item-text { +.bootstrap4 .list-group-item.active .list-group-item-text { color: #daeeff; } -.bootstrap .list-group-flush .list-group-item { +.bootstrap4 .list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0; } -.bootstrap .list-group-flush:first-child .list-group-item:first-child { +.bootstrap4 .list-group-flush:first-child .list-group-item:first-child { border-top: 0; } -.bootstrap .list-group-flush:last-child .list-group-item:last-child { +.bootstrap4 .list-group-flush:last-child .list-group-item:last-child { border-bottom: 0; } -.bootstrap .list-group-item-success { +.bootstrap4 .list-group-item-success { color: #3c763d; background-color: #dff0d8; } -.bootstrap a.list-group-item-success, -.bootstrap button.list-group-item-success { +.bootstrap4 a.list-group-item-success, +.bootstrap4 button.list-group-item-success { color: #3c763d; } -.bootstrap a.list-group-item-success .list-group-item-heading, -.bootstrap button.list-group-item-success .list-group-item-heading { +.bootstrap4 a.list-group-item-success .list-group-item-heading, +.bootstrap4 button.list-group-item-success .list-group-item-heading { color: inherit; } -.bootstrap a.list-group-item-success:focus, -.bootstrap a.list-group-item-success:hover, -.bootstrap button.list-group-item-success:focus, -.bootstrap button.list-group-item-success:hover { +.bootstrap4 a.list-group-item-success:focus, +.bootstrap4 a.list-group-item-success:hover, +.bootstrap4 button.list-group-item-success:focus, +.bootstrap4 button.list-group-item-success:hover { color: #3c763d; background-color: #d0e9c6; } -.bootstrap a.list-group-item-success.active, -.bootstrap button.list-group-item-success.active { +.bootstrap4 a.list-group-item-success.active, +.bootstrap4 button.list-group-item-success.active { color: #fff; background-color: #3c763d; border-color: #3c763d; } -.bootstrap .list-group-item-info { +.bootstrap4 .list-group-item-info { color: #31708f; background-color: #d9edf7; } -.bootstrap a.list-group-item-info, -.bootstrap button.list-group-item-info { +.bootstrap4 a.list-group-item-info, +.bootstrap4 button.list-group-item-info { color: #31708f; } -.bootstrap a.list-group-item-info .list-group-item-heading, -.bootstrap button.list-group-item-info .list-group-item-heading { +.bootstrap4 a.list-group-item-info .list-group-item-heading, +.bootstrap4 button.list-group-item-info .list-group-item-heading { color: inherit; } -.bootstrap a.list-group-item-info:focus, -.bootstrap a.list-group-item-info:hover, -.bootstrap button.list-group-item-info:focus, -.bootstrap button.list-group-item-info:hover { +.bootstrap4 a.list-group-item-info:focus, +.bootstrap4 a.list-group-item-info:hover, +.bootstrap4 button.list-group-item-info:focus, +.bootstrap4 button.list-group-item-info:hover { color: #31708f; background-color: #c4e3f3; } -.bootstrap a.list-group-item-info.active, -.bootstrap button.list-group-item-info.active { +.bootstrap4 a.list-group-item-info.active, +.bootstrap4 button.list-group-item-info.active { color: #fff; background-color: #31708f; border-color: #31708f; } -.bootstrap .list-group-item-warning { +.bootstrap4 .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } -.bootstrap a.list-group-item-warning, -.bootstrap button.list-group-item-warning { +.bootstrap4 a.list-group-item-warning, +.bootstrap4 button.list-group-item-warning { color: #8a6d3b; } -.bootstrap a.list-group-item-warning .list-group-item-heading, -.bootstrap button.list-group-item-warning .list-group-item-heading { +.bootstrap4 a.list-group-item-warning .list-group-item-heading, +.bootstrap4 button.list-group-item-warning .list-group-item-heading { color: inherit; } -.bootstrap a.list-group-item-warning:focus, -.bootstrap a.list-group-item-warning:hover, -.bootstrap button.list-group-item-warning:focus, -.bootstrap button.list-group-item-warning:hover { +.bootstrap4 a.list-group-item-warning:focus, +.bootstrap4 a.list-group-item-warning:hover, +.bootstrap4 button.list-group-item-warning:focus, +.bootstrap4 button.list-group-item-warning:hover { color: #8a6d3b; background-color: #faf2cc; } -.bootstrap a.list-group-item-warning.active, -.bootstrap button.list-group-item-warning.active { +.bootstrap4 a.list-group-item-warning.active, +.bootstrap4 button.list-group-item-warning.active { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } -.bootstrap .list-group-item-danger { +.bootstrap4 .list-group-item-danger { color: #a94442; background-color: #f2dede; } -.bootstrap a.list-group-item-danger, -.bootstrap button.list-group-item-danger { +.bootstrap4 a.list-group-item-danger, +.bootstrap4 button.list-group-item-danger { color: #a94442; } -.bootstrap a.list-group-item-danger .list-group-item-heading, -.bootstrap button.list-group-item-danger .list-group-item-heading { +.bootstrap4 a.list-group-item-danger .list-group-item-heading, +.bootstrap4 button.list-group-item-danger .list-group-item-heading { color: inherit; } -.bootstrap a.list-group-item-danger:focus, -.bootstrap a.list-group-item-danger:hover, -.bootstrap button.list-group-item-danger:focus, -.bootstrap button.list-group-item-danger:hover { +.bootstrap4 a.list-group-item-danger:focus, +.bootstrap4 a.list-group-item-danger:hover, +.bootstrap4 button.list-group-item-danger:focus, +.bootstrap4 button.list-group-item-danger:hover { color: #a94442; background-color: #ebcccc; } -.bootstrap a.list-group-item-danger.active, -.bootstrap button.list-group-item-danger.active { +.bootstrap4 a.list-group-item-danger.active, +.bootstrap4 button.list-group-item-danger.active { color: #fff; background-color: #a94442; border-color: #a94442; } -.bootstrap .embed-responsive { +.bootstrap4 .embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; } -.bootstrap .embed-responsive::before { +.bootstrap4 .embed-responsive::before { display: block; content: ""; } -.bootstrap .embed-responsive .embed-responsive-item, -.bootstrap .embed-responsive embed, -.bootstrap .embed-responsive iframe, -.bootstrap .embed-responsive object, -.bootstrap .embed-responsive video { +.bootstrap4 .embed-responsive .embed-responsive-item, +.bootstrap4 .embed-responsive embed, +.bootstrap4 .embed-responsive iframe, +.bootstrap4 .embed-responsive object, +.bootstrap4 .embed-responsive video { position: absolute; top: 0; bottom: 0; @@ -5138,19 +5138,19 @@ height: 100%; border: 0; } -.bootstrap .embed-responsive-21by9::before { +.bootstrap4 .embed-responsive-21by9::before { padding-top: 42.857143%; } -.bootstrap .embed-responsive-16by9::before { +.bootstrap4 .embed-responsive-16by9::before { padding-top: 56.25%; } -.bootstrap .embed-responsive-4by3::before { +.bootstrap4 .embed-responsive-4by3::before { padding-top: 75%; } -.bootstrap .embed-responsive-1by1::before { +.bootstrap4 .embed-responsive-1by1::before { padding-top: 100%; } -.bootstrap .close { +.bootstrap4 .close { float: right; font-size: 1.5rem; font-weight: 700; @@ -5159,24 +5159,24 @@ text-shadow: 0 1px 0 #fff; opacity: 0.5; } -.bootstrap .close:focus, -.bootstrap .close:hover { +.bootstrap4 .close:focus, +.bootstrap4 .close:hover { color: #000; text-decoration: none; cursor: pointer; opacity: 0.75; } -.bootstrap button.close { +.bootstrap4 button.close { padding: 0; cursor: pointer; background: 0 0; border: 0; -webkit-appearance: none; } -.bootstrap .modal-open { +.bootstrap4 .modal-open { overflow: hidden; } -.bootstrap .modal { +.bootstrap4 .modal { position: fixed; top: 0; right: 0; @@ -5187,7 +5187,7 @@ overflow: hidden; outline: 0; } -.bootstrap .modal.fade .modal-dialog { +.bootstrap4 .modal.fade .modal-dialog { -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; @@ -5197,21 +5197,21 @@ -o-transform: translate(0, -25%); transform: translate(0, -25%); } -.bootstrap .modal.show .modal-dialog { +.bootstrap4 .modal.show .modal-dialog { -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } -.bootstrap .modal-open .modal { +.bootstrap4 .modal-open .modal { overflow-x: hidden; overflow-y: auto; } -.bootstrap .modal-dialog { +.bootstrap4 .modal-dialog { position: relative; width: auto; margin: 10px; } -.bootstrap .modal-content { +.bootstrap4 .modal-content { position: relative; display: -webkit-box; display: -webkit-flex; @@ -5229,7 +5229,7 @@ border-radius: .3rem; outline: 0; } -.bootstrap .modal-backdrop { +.bootstrap4 .modal-backdrop { position: fixed; top: 0; right: 0; @@ -5238,13 +5238,13 @@ z-index: 1040; background-color: #000; } -.bootstrap .modal-backdrop.fade { +.bootstrap4 .modal-backdrop.fade { opacity: 0; } -.bootstrap .modal-backdrop.show { +.bootstrap4 .modal-backdrop.show { opacity: 0.5; } -.bootstrap .modal-header { +.bootstrap4 .modal-header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -5260,11 +5260,11 @@ padding: 15px; border-bottom: 1px solid #eceeef; } -.bootstrap .modal-title { +.bootstrap4 .modal-title { margin-bottom: 0; line-height: 1.5; } -.bootstrap .modal-body { +.bootstrap4 .modal-body { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; @@ -5272,7 +5272,7 @@ flex: 1 1 auto; padding: 15px; } -.bootstrap .modal-footer { +.bootstrap4 .modal-footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -5288,13 +5288,13 @@ padding: 15px; border-top: 1px solid #eceeef; } -.bootstrap .modal-footer > :not(:first-child) { +.bootstrap4 .modal-footer > :not(:first-child) { margin-left: 0.25rem; } -.bootstrap .modal-footer > :not(:last-child) { +.bootstrap4 .modal-footer > :not(:last-child) { margin-right: 0.25rem; } -.bootstrap .modal-scrollbar-measure { +.bootstrap4 .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; @@ -5302,20 +5302,20 @@ overflow: scroll; } @media (min-width: 576px) { - .bootstrap .modal-dialog { + .bootstrap4 .modal-dialog { max-width: 500px; margin: 30px auto; } - .bootstrap .modal-sm { + .bootstrap4 .modal-sm { max-width: 300px; } } @media (min-width: 992px) { - .bootstrap .modal-lg { + .bootstrap4 .modal-lg { max-width: 800px; } } -.bootstrap .tooltip { +.bootstrap4 .tooltip { position: absolute; z-index: 1070; display: block; @@ -5337,16 +5337,16 @@ word-wrap: break-word; opacity: 0; } -.bootstrap .tooltip.show { +.bootstrap4 .tooltip.show { opacity: 0.9; } -.bootstrap .tooltip.bs-tether-element-attached-bottom, -.bootstrap .tooltip.tooltip-top { +.bootstrap4 .tooltip.bs-tether-element-attached-bottom, +.bootstrap4 .tooltip.tooltip-top { padding: 5px 0; margin-top: -3px; } -.bootstrap .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, -.bootstrap .tooltip.tooltip-top .tooltip-inner::before { +.bootstrap4 .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, +.bootstrap4 .tooltip.tooltip-top .tooltip-inner::before { bottom: 0; left: 50%; margin-left: -5px; @@ -5354,13 +5354,13 @@ border-width: 5px 5px 0; border-top-color: #000; } -.bootstrap .tooltip.bs-tether-element-attached-left, -.bootstrap .tooltip.tooltip-right { +.bootstrap4 .tooltip.bs-tether-element-attached-left, +.bootstrap4 .tooltip.tooltip-right { padding: 0 5px; margin-left: 3px; } -.bootstrap .tooltip.bs-tether-element-attached-left .tooltip-inner::before, -.bootstrap .tooltip.tooltip-right .tooltip-inner::before { +.bootstrap4 .tooltip.bs-tether-element-attached-left .tooltip-inner::before, +.bootstrap4 .tooltip.tooltip-right .tooltip-inner::before { top: 50%; left: 0; margin-top: -5px; @@ -5368,13 +5368,13 @@ border-width: 5px 5px 5px 0; border-right-color: #000; } -.bootstrap .tooltip.bs-tether-element-attached-top, -.bootstrap .tooltip.tooltip-bottom { +.bootstrap4 .tooltip.bs-tether-element-attached-top, +.bootstrap4 .tooltip.tooltip-bottom { padding: 5px 0; margin-top: 3px; } -.bootstrap .tooltip.bs-tether-element-attached-top .tooltip-inner::before, -.bootstrap .tooltip.tooltip-bottom .tooltip-inner::before { +.bootstrap4 .tooltip.bs-tether-element-attached-top .tooltip-inner::before, +.bootstrap4 .tooltip.tooltip-bottom .tooltip-inner::before { top: 0; left: 50%; margin-left: -5px; @@ -5382,13 +5382,13 @@ border-width: 0 5px 5px; border-bottom-color: #000; } -.bootstrap .tooltip.bs-tether-element-attached-right, -.bootstrap .tooltip.tooltip-left { +.bootstrap4 .tooltip.bs-tether-element-attached-right, +.bootstrap4 .tooltip.tooltip-left { padding: 0 5px; margin-left: -3px; } -.bootstrap .tooltip.bs-tether-element-attached-right .tooltip-inner::before, -.bootstrap .tooltip.tooltip-left .tooltip-inner::before { +.bootstrap4 .tooltip.bs-tether-element-attached-right .tooltip-inner::before, +.bootstrap4 .tooltip.tooltip-left .tooltip-inner::before { top: 50%; right: 0; margin-top: -5px; @@ -5396,7 +5396,7 @@ border-width: 5px 0 5px 5px; border-left-color: #000; } -.bootstrap .tooltip-inner { +.bootstrap4 .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; @@ -5404,14 +5404,14 @@ background-color: #000; border-radius: 0.25rem; } -.bootstrap .tooltip-inner::before { +.bootstrap4 .tooltip-inner::before { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } -.bootstrap .popover { +.bootstrap4 .popover { position: absolute; top: 0; left: 0; @@ -5441,77 +5441,77 @@ border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; } -.bootstrap .popover.bs-tether-element-attached-bottom, -.bootstrap .popover.popover-top { +.bootstrap4 .popover.bs-tether-element-attached-bottom, +.bootstrap4 .popover.popover-top { margin-top: -10px; } -.bootstrap .popover.bs-tether-element-attached-bottom::after, -.bootstrap .popover.bs-tether-element-attached-bottom::before, -.bootstrap .popover.popover-top::after, -.bootstrap .popover.popover-top::before { +.bootstrap4 .popover.bs-tether-element-attached-bottom::after, +.bootstrap4 .popover.bs-tether-element-attached-bottom::before, +.bootstrap4 .popover.popover-top::after, +.bootstrap4 .popover.popover-top::before { left: 50%; border-bottom-width: 0; } -.bootstrap .popover.bs-tether-element-attached-bottom::before, -.bootstrap .popover.popover-top::before { +.bootstrap4 .popover.bs-tether-element-attached-bottom::before, +.bootstrap4 .popover.popover-top::before { bottom: -11px; margin-left: -11px; border-top-color: rgba(0, 0, 0, 0.25); } -.bootstrap .popover.bs-tether-element-attached-bottom::after, -.bootstrap .popover.popover-top::after { +.bootstrap4 .popover.bs-tether-element-attached-bottom::after, +.bootstrap4 .popover.popover-top::after { bottom: -10px; margin-left: -10px; border-top-color: #fff; } -.bootstrap .popover.bs-tether-element-attached-left, -.bootstrap .popover.popover-right { +.bootstrap4 .popover.bs-tether-element-attached-left, +.bootstrap4 .popover.popover-right { margin-left: 10px; } -.bootstrap .popover.bs-tether-element-attached-left::after, -.bootstrap .popover.bs-tether-element-attached-left::before, -.bootstrap .popover.popover-right::after, -.bootstrap .popover.popover-right::before { +.bootstrap4 .popover.bs-tether-element-attached-left::after, +.bootstrap4 .popover.bs-tether-element-attached-left::before, +.bootstrap4 .popover.popover-right::after, +.bootstrap4 .popover.popover-right::before { top: 50%; border-left-width: 0; } -.bootstrap .popover.bs-tether-element-attached-left::before, -.bootstrap .popover.popover-right::before { +.bootstrap4 .popover.bs-tether-element-attached-left::before, +.bootstrap4 .popover.popover-right::before { left: -11px; margin-top: -11px; border-right-color: rgba(0, 0, 0, 0.25); } -.bootstrap .popover.bs-tether-element-attached-left::after, -.bootstrap .popover.popover-right::after { +.bootstrap4 .popover.bs-tether-element-attached-left::after, +.bootstrap4 .popover.popover-right::after { left: -10px; margin-top: -10px; border-right-color: #fff; } -.bootstrap .popover.bs-tether-element-attached-top, -.bootstrap .popover.popover-bottom { +.bootstrap4 .popover.bs-tether-element-attached-top, +.bootstrap4 .popover.popover-bottom { margin-top: 10px; } -.bootstrap .popover.bs-tether-element-attached-top::after, -.bootstrap .popover.bs-tether-element-attached-top::before, -.bootstrap .popover.popover-bottom::after, -.bootstrap .popover.popover-bottom::before { +.bootstrap4 .popover.bs-tether-element-attached-top::after, +.bootstrap4 .popover.bs-tether-element-attached-top::before, +.bootstrap4 .popover.popover-bottom::after, +.bootstrap4 .popover.popover-bottom::before { left: 50%; border-top-width: 0; } -.bootstrap .popover.bs-tether-element-attached-top::before, -.bootstrap .popover.popover-bottom::before { +.bootstrap4 .popover.bs-tether-element-attached-top::before, +.bootstrap4 .popover.popover-bottom::before { top: -11px; margin-left: -11px; border-bottom-color: rgba(0, 0, 0, 0.25); } -.bootstrap .popover.bs-tether-element-attached-top::after, -.bootstrap .popover.popover-bottom::after { +.bootstrap4 .popover.bs-tether-element-attached-top::after, +.bootstrap4 .popover.popover-bottom::after { top: -10px; margin-left: -10px; border-bottom-color: #f7f7f7; } -.bootstrap .popover.bs-tether-element-attached-top .popover-title::before, -.bootstrap .popover.popover-bottom .popover-title::before { +.bootstrap4 .popover.bs-tether-element-attached-top .popover-title::before, +.bootstrap4 .popover.popover-bottom .popover-title::before { position: absolute; top: 0; left: 50%; @@ -5521,30 +5521,30 @@ content: ""; border-bottom: 1px solid #f7f7f7; } -.bootstrap .popover.bs-tether-element-attached-right, -.bootstrap .popover.popover-left { +.bootstrap4 .popover.bs-tether-element-attached-right, +.bootstrap4 .popover.popover-left { margin-left: -10px; } -.bootstrap .popover.bs-tether-element-attached-right::after, -.bootstrap .popover.bs-tether-element-attached-right::before, -.bootstrap .popover.popover-left::after, -.bootstrap .popover.popover-left::before { +.bootstrap4 .popover.bs-tether-element-attached-right::after, +.bootstrap4 .popover.bs-tether-element-attached-right::before, +.bootstrap4 .popover.popover-left::after, +.bootstrap4 .popover.popover-left::before { top: 50%; border-right-width: 0; } -.bootstrap .popover.bs-tether-element-attached-right::before, -.bootstrap .popover.popover-left::before { +.bootstrap4 .popover.bs-tether-element-attached-right::before, +.bootstrap4 .popover.popover-left::before { right: -11px; margin-top: -11px; border-left-color: rgba(0, 0, 0, 0.25); } -.bootstrap .popover.bs-tether-element-attached-right::after, -.bootstrap .popover.popover-left::after { +.bootstrap4 .popover.bs-tether-element-attached-right::after, +.bootstrap4 .popover.popover-left::after { right: -10px; margin-top: -10px; border-left-color: #fff; } -.bootstrap .popover-title { +.bootstrap4 .popover-title { padding: 8px 14px; margin-bottom: 0; font-size: 1rem; @@ -5553,14 +5553,14 @@ border-top-right-radius: calc(-0.7rem); border-top-left-radius: calc(-0.7rem); } -.bootstrap .popover-title:empty { +.bootstrap4 .popover-title:empty { display: none; } -.bootstrap .popover-content { +.bootstrap4 .popover-content { padding: 9px 14px; } -.bootstrap .popover::after, -.bootstrap .popover::before { +.bootstrap4 .popover::after, +.bootstrap4 .popover::before { position: absolute; display: block; width: 0; @@ -5568,29 +5568,29 @@ border-color: transparent; border-style: solid; } -.bootstrap .popover::before { +.bootstrap4 .popover::before { content: ""; border-width: 11px; } -.bootstrap .popover::after { +.bootstrap4 .popover::after { content: ""; border-width: 10px; } -.bootstrap .carousel { +.bootstrap4 .carousel { position: relative; } -.bootstrap .carousel-inner { +.bootstrap4 .carousel-inner { position: relative; width: 100%; overflow: hidden; } -.bootstrap .carousel-item { +.bootstrap4 .carousel-item { position: relative; display: none; width: 100%; } @media (-webkit-transform-3d) { - .bootstrap .carousel-item { + .bootstrap4 .carousel-item { -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; @@ -5603,7 +5603,7 @@ } } @supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))) { - .bootstrap .carousel-item { + .bootstrap4 .carousel-item { -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; @@ -5615,55 +5615,55 @@ perspective: 1000px; } } -.bootstrap .carousel-item-next, -.bootstrap .carousel-item-prev, -.bootstrap .carousel-item.active { +.bootstrap4 .carousel-item-next, +.bootstrap4 .carousel-item-prev, +.bootstrap4 .carousel-item.active { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } -.bootstrap .carousel-item-next, -.bootstrap .carousel-item-prev { +.bootstrap4 .carousel-item-next, +.bootstrap4 .carousel-item-prev { position: absolute; top: 0; } @media (-webkit-transform-3d) { - .bootstrap .carousel-item-next.carousel-item-left, - .bootstrap .carousel-item-prev.carousel-item-right { + .bootstrap4 .carousel-item-next.carousel-item-left, + .bootstrap4 .carousel-item-prev.carousel-item-right { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } - .bootstrap .active.carousel-item-right, - .bootstrap .carousel-item-next { + .bootstrap4 .active.carousel-item-right, + .bootstrap4 .carousel-item-next { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } - .bootstrap .active.carousel-item-left, - .bootstrap .carousel-item-prev { + .bootstrap4 .active.carousel-item-left, + .bootstrap4 .carousel-item-prev { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))) { - .bootstrap .carousel-item-next.carousel-item-left, - .bootstrap .carousel-item-prev.carousel-item-right { + .bootstrap4 .carousel-item-next.carousel-item-left, + .bootstrap4 .carousel-item-prev.carousel-item-right { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } - .bootstrap .active.carousel-item-right, - .bootstrap .carousel-item-next { + .bootstrap4 .active.carousel-item-right, + .bootstrap4 .carousel-item-next { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } - .bootstrap .active.carousel-item-left, - .bootstrap .carousel-item-prev { + .bootstrap4 .active.carousel-item-left, + .bootstrap4 .carousel-item-prev { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } -.bootstrap .carousel-control-next, -.bootstrap .carousel-control-prev { +.bootstrap4 .carousel-control-next, +.bootstrap4 .carousel-control-prev { position: absolute; top: 0; bottom: 0; @@ -5684,23 +5684,23 @@ text-align: center; opacity: 0.5; } -.bootstrap .carousel-control-next:focus, -.bootstrap .carousel-control-next:hover, -.bootstrap .carousel-control-prev:focus, -.bootstrap .carousel-control-prev:hover { +.bootstrap4 .carousel-control-next:focus, +.bootstrap4 .carousel-control-next:hover, +.bootstrap4 .carousel-control-prev:focus, +.bootstrap4 .carousel-control-prev:hover { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; } -.bootstrap .carousel-control-prev { +.bootstrap4 .carousel-control-prev { left: 0; } -.bootstrap .carousel-control-next { +.bootstrap4 .carousel-control-next { right: 0; } -.bootstrap .carousel-control-next-icon, -.bootstrap .carousel-control-prev-icon { +.bootstrap4 .carousel-control-next-icon, +.bootstrap4 .carousel-control-prev-icon { display: inline-block; width: 20px; height: 20px; @@ -5708,13 +5708,13 @@ -webkit-background-size: 100% 100%; background-size: 100% 100%; } -.bootstrap .carousel-control-prev-icon { +.bootstrap4 .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } -.bootstrap .carousel-control-next-icon { +.bootstrap4 .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } -.bootstrap .carousel-indicators { +.bootstrap4 .carousel-indicators { position: absolute; right: 0; bottom: 10px; @@ -5733,7 +5733,7 @@ margin-left: 15%; list-style: none; } -.bootstrap .carousel-indicators li { +.bootstrap4 .carousel-indicators li { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; @@ -5747,7 +5747,7 @@ cursor: pointer; background-color: rgba(255, 255, 255, 0.5); } -.bootstrap .carousel-indicators li::before { +.bootstrap4 .carousel-indicators li::before { position: absolute; top: -10px; left: 0; @@ -5756,7 +5756,7 @@ height: 10px; content: ""; } -.bootstrap .carousel-indicators li::after { +.bootstrap4 .carousel-indicators li::after { position: absolute; bottom: -10px; left: 0; @@ -5765,10 +5765,10 @@ height: 10px; content: ""; } -.bootstrap .carousel-indicators .active { +.bootstrap4 .carousel-indicators .active { background-color: #fff; } -.bootstrap .carousel-caption { +.bootstrap4 .carousel-caption { position: absolute; right: 15%; bottom: 20px; @@ -5779,170 +5779,170 @@ color: #fff; text-align: center; } -.bootstrap .align-baseline { +.bootstrap4 .align-baseline { vertical-align: baseline !important; } -.bootstrap .align-top { +.bootstrap4 .align-top { vertical-align: top !important; } -.bootstrap .align-middle { +.bootstrap4 .align-middle { vertical-align: middle !important; } -.bootstrap .align-bottom { +.bootstrap4 .align-bottom { vertical-align: bottom !important; } -.bootstrap .align-text-bottom { +.bootstrap4 .align-text-bottom { vertical-align: text-bottom !important; } -.bootstrap .align-text-top { +.bootstrap4 .align-text-top { vertical-align: text-top !important; } -.bootstrap .bg-faded { +.bootstrap4 .bg-faded { background-color: #f7f7f7; } -.bootstrap .bg-primary { +.bootstrap4 .bg-primary { background-color: #0275d8 !important; } -.bootstrap a.bg-primary:focus, -.bootstrap a.bg-primary:hover { +.bootstrap4 a.bg-primary:focus, +.bootstrap4 a.bg-primary:hover { background-color: #025aa5 !important; } -.bootstrap .bg-success { +.bootstrap4 .bg-success { background-color: #5cb85c !important; } -.bootstrap a.bg-success:focus, -.bootstrap a.bg-success:hover { +.bootstrap4 a.bg-success:focus, +.bootstrap4 a.bg-success:hover { background-color: #449d44 !important; } -.bootstrap .bg-info { +.bootstrap4 .bg-info { background-color: #5bc0de !important; } -.bootstrap a.bg-info:focus, -.bootstrap a.bg-info:hover { +.bootstrap4 a.bg-info:focus, +.bootstrap4 a.bg-info:hover { background-color: #31b0d5 !important; } -.bootstrap .bg-warning { +.bootstrap4 .bg-warning { background-color: #f0ad4e !important; } -.bootstrap a.bg-warning:focus, -.bootstrap a.bg-warning:hover { +.bootstrap4 a.bg-warning:focus, +.bootstrap4 a.bg-warning:hover { background-color: #ec971f !important; } -.bootstrap .bg-danger { +.bootstrap4 .bg-danger { background-color: #d9534f !important; } -.bootstrap a.bg-danger:focus, -.bootstrap a.bg-danger:hover { +.bootstrap4 a.bg-danger:focus, +.bootstrap4 a.bg-danger:hover { background-color: #c9302c !important; } -.bootstrap .bg-inverse { +.bootstrap4 .bg-inverse { background-color: #292b2c !important; } -.bootstrap a.bg-inverse:focus, -.bootstrap a.bg-inverse:hover { +.bootstrap4 a.bg-inverse:focus, +.bootstrap4 a.bg-inverse:hover { background-color: #101112 !important; } -.bootstrap .border-0 { +.bootstrap4 .border-0 { border: 0 !important; } -.bootstrap .border-top-0 { +.bootstrap4 .border-top-0 { border-top: 0 !important; } -.bootstrap .border-right-0 { +.bootstrap4 .border-right-0 { border-right: 0 !important; } -.bootstrap .border-bottom-0 { +.bootstrap4 .border-bottom-0 { border-bottom: 0 !important; } -.bootstrap .border-left-0 { +.bootstrap4 .border-left-0 { border-left: 0 !important; } -.bootstrap .rounded { +.bootstrap4 .rounded { border-radius: 0.25rem; } -.bootstrap .rounded-top { +.bootstrap4 .rounded-top { border-top-right-radius: .25rem; border-top-left-radius: 0.25rem; } -.bootstrap .rounded-right { +.bootstrap4 .rounded-right { border-bottom-right-radius: .25rem; border-top-right-radius: 0.25rem; } -.bootstrap .rounded-bottom { +.bootstrap4 .rounded-bottom { border-bottom-right-radius: .25rem; border-bottom-left-radius: 0.25rem; } -.bootstrap .rounded-left { +.bootstrap4 .rounded-left { border-bottom-left-radius: .25rem; border-top-left-radius: 0.25rem; } -.bootstrap .rounded-circle { +.bootstrap4 .rounded-circle { border-radius: 50%; } -.bootstrap .rounded-0 { +.bootstrap4 .rounded-0 { border-radius: 0; } -.bootstrap .clearfix::after { +.bootstrap4 .clearfix::after { display: block; content: ""; clear: both; } -.bootstrap .d-none { +.bootstrap4 .d-none { display: none !important; } -.bootstrap .d-inline { +.bootstrap4 .d-inline { display: inline !important; } -.bootstrap .d-inline-block { +.bootstrap4 .d-inline-block { display: inline-block !important; } -.bootstrap .d-block { +.bootstrap4 .d-block { display: block !important; } -.bootstrap .d-table { +.bootstrap4 .d-table { display: table !important; } -.bootstrap .d-table-cell { +.bootstrap4 .d-table-cell { display: table-cell !important; } -.bootstrap .d-flex { +.bootstrap4 .d-flex { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } -.bootstrap .d-inline-flex { +.bootstrap4 .d-inline-flex { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } @media (min-width: 576px) { - .bootstrap .d-sm-none { + .bootstrap4 .d-sm-none { display: none !important; } - .bootstrap .d-sm-inline { + .bootstrap4 .d-sm-inline { display: inline !important; } - .bootstrap .d-sm-inline-block { + .bootstrap4 .d-sm-inline-block { display: inline-block !important; } - .bootstrap .d-sm-block { + .bootstrap4 .d-sm-block { display: block !important; } - .bootstrap .d-sm-table { + .bootstrap4 .d-sm-table { display: table !important; } - .bootstrap .d-sm-table-cell { + .bootstrap4 .d-sm-table-cell { display: table-cell !important; } - .bootstrap .d-sm-flex { + .bootstrap4 .d-sm-flex { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } - .bootstrap .d-sm-inline-flex { + .bootstrap4 .d-sm-inline-flex { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; @@ -5950,31 +5950,31 @@ } } @media (min-width: 768px) { - .bootstrap .d-md-none { + .bootstrap4 .d-md-none { display: none !important; } - .bootstrap .d-md-inline { + .bootstrap4 .d-md-inline { display: inline !important; } - .bootstrap .d-md-inline-block { + .bootstrap4 .d-md-inline-block { display: inline-block !important; } - .bootstrap .d-md-block { + .bootstrap4 .d-md-block { display: block !important; } - .bootstrap .d-md-table { + .bootstrap4 .d-md-table { display: table !important; } - .bootstrap .d-md-table-cell { + .bootstrap4 .d-md-table-cell { display: table-cell !important; } - .bootstrap .d-md-flex { + .bootstrap4 .d-md-flex { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } - .bootstrap .d-md-inline-flex { + .bootstrap4 .d-md-inline-flex { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; @@ -5982,31 +5982,31 @@ } } @media (min-width: 992px) { - .bootstrap .d-lg-none { + .bootstrap4 .d-lg-none { display: none !important; } - .bootstrap .d-lg-inline { + .bootstrap4 .d-lg-inline { display: inline !important; } - .bootstrap .d-lg-inline-block { + .bootstrap4 .d-lg-inline-block { display: inline-block !important; } - .bootstrap .d-lg-block { + .bootstrap4 .d-lg-block { display: block !important; } - .bootstrap .d-lg-table { + .bootstrap4 .d-lg-table { display: table !important; } - .bootstrap .d-lg-table-cell { + .bootstrap4 .d-lg-table-cell { display: table-cell !important; } - .bootstrap .d-lg-flex { + .bootstrap4 .d-lg-flex { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } - .bootstrap .d-lg-inline-flex { + .bootstrap4 .d-lg-inline-flex { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; @@ -6014,399 +6014,399 @@ } } @media (min-width: 1200px) { - .bootstrap .d-xl-none { + .bootstrap4 .d-xl-none { display: none !important; } - .bootstrap .d-xl-inline { + .bootstrap4 .d-xl-inline { display: inline !important; } - .bootstrap .d-xl-inline-block { + .bootstrap4 .d-xl-inline-block { display: inline-block !important; } - .bootstrap .d-xl-block { + .bootstrap4 .d-xl-block { display: block !important; } - .bootstrap .d-xl-table { + .bootstrap4 .d-xl-table { display: table !important; } - .bootstrap .d-xl-table-cell { + .bootstrap4 .d-xl-table-cell { display: table-cell !important; } - .bootstrap .d-xl-flex { + .bootstrap4 .d-xl-flex { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } - .bootstrap .d-xl-inline-flex { + .bootstrap4 .d-xl-inline-flex { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } } -.bootstrap .flex-first { +.bootstrap4 .flex-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } -.bootstrap .flex-last { +.bootstrap4 .flex-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } -.bootstrap .flex-unordered { +.bootstrap4 .flex-unordered { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; order: 0; } -.bootstrap .flex-row { +.bootstrap4 .flex-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row !important; } -.bootstrap .flex-column { +.bootstrap4 .flex-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column !important; } -.bootstrap .flex-row-reverse { +.bootstrap4 .flex-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } -.bootstrap .flex-column-reverse { +.bootstrap4 .flex-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } -.bootstrap .flex-wrap { +.bootstrap4 .flex-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap !important; } -.bootstrap .flex-nowrap { +.bootstrap4 .flex-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap !important; } -.bootstrap .flex-wrap-reverse { +.bootstrap4 .flex-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } -.bootstrap .justify-content-start { +.bootstrap4 .justify-content-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start !important; -ms-flex-pack: start!important; justify-content: flex-start !important; } -.bootstrap .justify-content-end { +.bootstrap4 .justify-content-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end !important; -ms-flex-pack: end!important; justify-content: flex-end !important; } -.bootstrap .justify-content-center { +.bootstrap4 .justify-content-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center !important; } -.bootstrap .justify-content-between { +.bootstrap4 .justify-content-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between !important; -ms-flex-pack: justify!important; justify-content: space-between !important; } -.bootstrap .justify-content-around { +.bootstrap4 .justify-content-around { -webkit-justify-content: space-around !important; -ms-flex-pack: distribute!important; justify-content: space-around !important; } -.bootstrap .align-items-start { +.bootstrap4 .align-items-start { -webkit-box-align: start!important; -webkit-align-items: flex-start !important; -ms-flex-align: start!important; align-items: flex-start !important; } -.bootstrap .align-items-end { +.bootstrap4 .align-items-end { -webkit-box-align: end!important; -webkit-align-items: flex-end !important; -ms-flex-align: end!important; align-items: flex-end !important; } -.bootstrap .align-items-center { +.bootstrap4 .align-items-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center !important; } -.bootstrap .align-items-baseline { +.bootstrap4 .align-items-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline !important; } -.bootstrap .align-items-stretch { +.bootstrap4 .align-items-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch !important; } -.bootstrap .align-content-start { +.bootstrap4 .align-content-start { -webkit-align-content: flex-start !important; -ms-flex-line-pack: start!important; align-content: flex-start !important; } -.bootstrap .align-content-end { +.bootstrap4 .align-content-end { -webkit-align-content: flex-end !important; -ms-flex-line-pack: end!important; align-content: flex-end !important; } -.bootstrap .align-content-center { +.bootstrap4 .align-content-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center !important; } -.bootstrap .align-content-between { +.bootstrap4 .align-content-between { -webkit-align-content: space-between !important; -ms-flex-line-pack: justify!important; align-content: space-between !important; } -.bootstrap .align-content-around { +.bootstrap4 .align-content-around { -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute!important; align-content: space-around !important; } -.bootstrap .align-content-stretch { +.bootstrap4 .align-content-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch !important; } -.bootstrap .align-self-auto { +.bootstrap4 .align-self-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto !important; } -.bootstrap .align-self-start { +.bootstrap4 .align-self-start { -webkit-align-self: flex-start !important; -ms-flex-item-align: start!important; align-self: flex-start !important; } -.bootstrap .align-self-end { +.bootstrap4 .align-self-end { -webkit-align-self: flex-end !important; -ms-flex-item-align: end!important; align-self: flex-end !important; } -.bootstrap .align-self-center { +.bootstrap4 .align-self-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center !important; } -.bootstrap .align-self-baseline { +.bootstrap4 .align-self-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline !important; } -.bootstrap .align-self-stretch { +.bootstrap4 .align-self-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch !important; } @media (min-width: 576px) { - .bootstrap .flex-sm-first { + .bootstrap4 .flex-sm-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .bootstrap .flex-sm-last { + .bootstrap4 .flex-sm-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .bootstrap .flex-sm-unordered { + .bootstrap4 .flex-sm-unordered { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; order: 0; } - .bootstrap .flex-sm-row { + .bootstrap4 .flex-sm-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row !important; } - .bootstrap .flex-sm-column { + .bootstrap4 .flex-sm-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column !important; } - .bootstrap .flex-sm-row-reverse { + .bootstrap4 .flex-sm-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } - .bootstrap .flex-sm-column-reverse { + .bootstrap4 .flex-sm-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } - .bootstrap .flex-sm-wrap { + .bootstrap4 .flex-sm-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap !important; } - .bootstrap .flex-sm-nowrap { + .bootstrap4 .flex-sm-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap !important; } - .bootstrap .flex-sm-wrap-reverse { + .bootstrap4 .flex-sm-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } - .bootstrap .justify-content-sm-start { + .bootstrap4 .justify-content-sm-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start !important; -ms-flex-pack: start!important; justify-content: flex-start !important; } - .bootstrap .justify-content-sm-end { + .bootstrap4 .justify-content-sm-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end !important; -ms-flex-pack: end!important; justify-content: flex-end !important; } - .bootstrap .justify-content-sm-center { + .bootstrap4 .justify-content-sm-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center !important; } - .bootstrap .justify-content-sm-between { + .bootstrap4 .justify-content-sm-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between !important; -ms-flex-pack: justify!important; justify-content: space-between !important; } - .bootstrap .justify-content-sm-around { + .bootstrap4 .justify-content-sm-around { -webkit-justify-content: space-around !important; -ms-flex-pack: distribute!important; justify-content: space-around !important; } - .bootstrap .align-items-sm-start { + .bootstrap4 .align-items-sm-start { -webkit-box-align: start!important; -webkit-align-items: flex-start !important; -ms-flex-align: start!important; align-items: flex-start !important; } - .bootstrap .align-items-sm-end { + .bootstrap4 .align-items-sm-end { -webkit-box-align: end!important; -webkit-align-items: flex-end !important; -ms-flex-align: end!important; align-items: flex-end !important; } - .bootstrap .align-items-sm-center { + .bootstrap4 .align-items-sm-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center !important; } - .bootstrap .align-items-sm-baseline { + .bootstrap4 .align-items-sm-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline !important; } - .bootstrap .align-items-sm-stretch { + .bootstrap4 .align-items-sm-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch !important; } - .bootstrap .align-content-sm-start { + .bootstrap4 .align-content-sm-start { -webkit-align-content: flex-start !important; -ms-flex-line-pack: start!important; align-content: flex-start !important; } - .bootstrap .align-content-sm-end { + .bootstrap4 .align-content-sm-end { -webkit-align-content: flex-end !important; -ms-flex-line-pack: end!important; align-content: flex-end !important; } - .bootstrap .align-content-sm-center { + .bootstrap4 .align-content-sm-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center !important; } - .bootstrap .align-content-sm-between { + .bootstrap4 .align-content-sm-between { -webkit-align-content: space-between !important; -ms-flex-line-pack: justify!important; align-content: space-between !important; } - .bootstrap .align-content-sm-around { + .bootstrap4 .align-content-sm-around { -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute!important; align-content: space-around !important; } - .bootstrap .align-content-sm-stretch { + .bootstrap4 .align-content-sm-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch !important; } - .bootstrap .align-self-sm-auto { + .bootstrap4 .align-self-sm-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto !important; } - .bootstrap .align-self-sm-start { + .bootstrap4 .align-self-sm-start { -webkit-align-self: flex-start !important; -ms-flex-item-align: start!important; align-self: flex-start !important; } - .bootstrap .align-self-sm-end { + .bootstrap4 .align-self-sm-end { -webkit-align-self: flex-end !important; -ms-flex-item-align: end!important; align-self: flex-end !important; } - .bootstrap .align-self-sm-center { + .bootstrap4 .align-self-sm-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center !important; } - .bootstrap .align-self-sm-baseline { + .bootstrap4 .align-self-sm-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline !important; } - .bootstrap .align-self-sm-stretch { + .bootstrap4 .align-self-sm-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; @@ -6414,184 +6414,184 @@ } } @media (min-width: 768px) { - .bootstrap .flex-md-first { + .bootstrap4 .flex-md-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .bootstrap .flex-md-last { + .bootstrap4 .flex-md-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .bootstrap .flex-md-unordered { + .bootstrap4 .flex-md-unordered { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; order: 0; } - .bootstrap .flex-md-row { + .bootstrap4 .flex-md-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row !important; } - .bootstrap .flex-md-column { + .bootstrap4 .flex-md-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column !important; } - .bootstrap .flex-md-row-reverse { + .bootstrap4 .flex-md-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } - .bootstrap .flex-md-column-reverse { + .bootstrap4 .flex-md-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } - .bootstrap .flex-md-wrap { + .bootstrap4 .flex-md-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap !important; } - .bootstrap .flex-md-nowrap { + .bootstrap4 .flex-md-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap !important; } - .bootstrap .flex-md-wrap-reverse { + .bootstrap4 .flex-md-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } - .bootstrap .justify-content-md-start { + .bootstrap4 .justify-content-md-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start !important; -ms-flex-pack: start!important; justify-content: flex-start !important; } - .bootstrap .justify-content-md-end { + .bootstrap4 .justify-content-md-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end !important; -ms-flex-pack: end!important; justify-content: flex-end !important; } - .bootstrap .justify-content-md-center { + .bootstrap4 .justify-content-md-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center !important; } - .bootstrap .justify-content-md-between { + .bootstrap4 .justify-content-md-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between !important; -ms-flex-pack: justify!important; justify-content: space-between !important; } - .bootstrap .justify-content-md-around { + .bootstrap4 .justify-content-md-around { -webkit-justify-content: space-around !important; -ms-flex-pack: distribute!important; justify-content: space-around !important; } - .bootstrap .align-items-md-start { + .bootstrap4 .align-items-md-start { -webkit-box-align: start!important; -webkit-align-items: flex-start !important; -ms-flex-align: start!important; align-items: flex-start !important; } - .bootstrap .align-items-md-end { + .bootstrap4 .align-items-md-end { -webkit-box-align: end!important; -webkit-align-items: flex-end !important; -ms-flex-align: end!important; align-items: flex-end !important; } - .bootstrap .align-items-md-center { + .bootstrap4 .align-items-md-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center !important; } - .bootstrap .align-items-md-baseline { + .bootstrap4 .align-items-md-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline !important; } - .bootstrap .align-items-md-stretch { + .bootstrap4 .align-items-md-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch !important; } - .bootstrap .align-content-md-start { + .bootstrap4 .align-content-md-start { -webkit-align-content: flex-start !important; -ms-flex-line-pack: start!important; align-content: flex-start !important; } - .bootstrap .align-content-md-end { + .bootstrap4 .align-content-md-end { -webkit-align-content: flex-end !important; -ms-flex-line-pack: end!important; align-content: flex-end !important; } - .bootstrap .align-content-md-center { + .bootstrap4 .align-content-md-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center !important; } - .bootstrap .align-content-md-between { + .bootstrap4 .align-content-md-between { -webkit-align-content: space-between !important; -ms-flex-line-pack: justify!important; align-content: space-between !important; } - .bootstrap .align-content-md-around { + .bootstrap4 .align-content-md-around { -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute!important; align-content: space-around !important; } - .bootstrap .align-content-md-stretch { + .bootstrap4 .align-content-md-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch !important; } - .bootstrap .align-self-md-auto { + .bootstrap4 .align-self-md-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto !important; } - .bootstrap .align-self-md-start { + .bootstrap4 .align-self-md-start { -webkit-align-self: flex-start !important; -ms-flex-item-align: start!important; align-self: flex-start !important; } - .bootstrap .align-self-md-end { + .bootstrap4 .align-self-md-end { -webkit-align-self: flex-end !important; -ms-flex-item-align: end!important; align-self: flex-end !important; } - .bootstrap .align-self-md-center { + .bootstrap4 .align-self-md-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center !important; } - .bootstrap .align-self-md-baseline { + .bootstrap4 .align-self-md-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline !important; } - .bootstrap .align-self-md-stretch { + .bootstrap4 .align-self-md-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; @@ -6599,184 +6599,184 @@ } } @media (min-width: 992px) { - .bootstrap .flex-lg-first { + .bootstrap4 .flex-lg-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .bootstrap .flex-lg-last { + .bootstrap4 .flex-lg-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .bootstrap .flex-lg-unordered { + .bootstrap4 .flex-lg-unordered { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; order: 0; } - .bootstrap .flex-lg-row { + .bootstrap4 .flex-lg-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row !important; } - .bootstrap .flex-lg-column { + .bootstrap4 .flex-lg-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column !important; } - .bootstrap .flex-lg-row-reverse { + .bootstrap4 .flex-lg-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } - .bootstrap .flex-lg-column-reverse { + .bootstrap4 .flex-lg-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } - .bootstrap .flex-lg-wrap { + .bootstrap4 .flex-lg-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap !important; } - .bootstrap .flex-lg-nowrap { + .bootstrap4 .flex-lg-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap !important; } - .bootstrap .flex-lg-wrap-reverse { + .bootstrap4 .flex-lg-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } - .bootstrap .justify-content-lg-start { + .bootstrap4 .justify-content-lg-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start !important; -ms-flex-pack: start!important; justify-content: flex-start !important; } - .bootstrap .justify-content-lg-end { + .bootstrap4 .justify-content-lg-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end !important; -ms-flex-pack: end!important; justify-content: flex-end !important; } - .bootstrap .justify-content-lg-center { + .bootstrap4 .justify-content-lg-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center !important; } - .bootstrap .justify-content-lg-between { + .bootstrap4 .justify-content-lg-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between !important; -ms-flex-pack: justify!important; justify-content: space-between !important; } - .bootstrap .justify-content-lg-around { + .bootstrap4 .justify-content-lg-around { -webkit-justify-content: space-around !important; -ms-flex-pack: distribute!important; justify-content: space-around !important; } - .bootstrap .align-items-lg-start { + .bootstrap4 .align-items-lg-start { -webkit-box-align: start!important; -webkit-align-items: flex-start !important; -ms-flex-align: start!important; align-items: flex-start !important; } - .bootstrap .align-items-lg-end { + .bootstrap4 .align-items-lg-end { -webkit-box-align: end!important; -webkit-align-items: flex-end !important; -ms-flex-align: end!important; align-items: flex-end !important; } - .bootstrap .align-items-lg-center { + .bootstrap4 .align-items-lg-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center !important; } - .bootstrap .align-items-lg-baseline { + .bootstrap4 .align-items-lg-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline !important; } - .bootstrap .align-items-lg-stretch { + .bootstrap4 .align-items-lg-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch !important; } - .bootstrap .align-content-lg-start { + .bootstrap4 .align-content-lg-start { -webkit-align-content: flex-start !important; -ms-flex-line-pack: start!important; align-content: flex-start !important; } - .bootstrap .align-content-lg-end { + .bootstrap4 .align-content-lg-end { -webkit-align-content: flex-end !important; -ms-flex-line-pack: end!important; align-content: flex-end !important; } - .bootstrap .align-content-lg-center { + .bootstrap4 .align-content-lg-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center !important; } - .bootstrap .align-content-lg-between { + .bootstrap4 .align-content-lg-between { -webkit-align-content: space-between !important; -ms-flex-line-pack: justify!important; align-content: space-between !important; } - .bootstrap .align-content-lg-around { + .bootstrap4 .align-content-lg-around { -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute!important; align-content: space-around !important; } - .bootstrap .align-content-lg-stretch { + .bootstrap4 .align-content-lg-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch !important; } - .bootstrap .align-self-lg-auto { + .bootstrap4 .align-self-lg-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto !important; } - .bootstrap .align-self-lg-start { + .bootstrap4 .align-self-lg-start { -webkit-align-self: flex-start !important; -ms-flex-item-align: start!important; align-self: flex-start !important; } - .bootstrap .align-self-lg-end { + .bootstrap4 .align-self-lg-end { -webkit-align-self: flex-end !important; -ms-flex-item-align: end!important; align-self: flex-end !important; } - .bootstrap .align-self-lg-center { + .bootstrap4 .align-self-lg-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center !important; } - .bootstrap .align-self-lg-baseline { + .bootstrap4 .align-self-lg-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline !important; } - .bootstrap .align-self-lg-stretch { + .bootstrap4 .align-self-lg-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; @@ -6784,264 +6784,264 @@ } } @media (min-width: 1200px) { - .bootstrap .flex-xl-first { + .bootstrap4 .flex-xl-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; } - .bootstrap .flex-xl-last { + .bootstrap4 .flex-xl-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } - .bootstrap .flex-xl-unordered { + .bootstrap4 .flex-xl-unordered { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; order: 0; } - .bootstrap .flex-xl-row { + .bootstrap4 .flex-xl-row { -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -webkit-flex-direction: row!important; -ms-flex-direction: row!important; flex-direction: row !important; } - .bootstrap .flex-xl-column { + .bootstrap4 .flex-xl-column { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column !important; } - .bootstrap .flex-xl-row-reverse { + .bootstrap4 .flex-xl-row-reverse { -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } - .bootstrap .flex-xl-column-reverse { + .bootstrap4 .flex-xl-column-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } - .bootstrap .flex-xl-wrap { + .bootstrap4 .flex-xl-wrap { -webkit-flex-wrap: wrap!important; -ms-flex-wrap: wrap!important; flex-wrap: wrap !important; } - .bootstrap .flex-xl-nowrap { + .bootstrap4 .flex-xl-nowrap { -webkit-flex-wrap: nowrap!important; -ms-flex-wrap: nowrap!important; flex-wrap: nowrap !important; } - .bootstrap .flex-xl-wrap-reverse { + .bootstrap4 .flex-xl-wrap-reverse { -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } - .bootstrap .justify-content-xl-start { + .bootstrap4 .justify-content-xl-start { -webkit-box-pack: start!important; -webkit-justify-content: flex-start !important; -ms-flex-pack: start!important; justify-content: flex-start !important; } - .bootstrap .justify-content-xl-end { + .bootstrap4 .justify-content-xl-end { -webkit-box-pack: end!important; -webkit-justify-content: flex-end !important; -ms-flex-pack: end!important; justify-content: flex-end !important; } - .bootstrap .justify-content-xl-center { + .bootstrap4 .justify-content-xl-center { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center !important; } - .bootstrap .justify-content-xl-between { + .bootstrap4 .justify-content-xl-between { -webkit-box-pack: justify!important; -webkit-justify-content: space-between !important; -ms-flex-pack: justify!important; justify-content: space-between !important; } - .bootstrap .justify-content-xl-around { + .bootstrap4 .justify-content-xl-around { -webkit-justify-content: space-around !important; -ms-flex-pack: distribute!important; justify-content: space-around !important; } - .bootstrap .align-items-xl-start { + .bootstrap4 .align-items-xl-start { -webkit-box-align: start!important; -webkit-align-items: flex-start !important; -ms-flex-align: start!important; align-items: flex-start !important; } - .bootstrap .align-items-xl-end { + .bootstrap4 .align-items-xl-end { -webkit-box-align: end!important; -webkit-align-items: flex-end !important; -ms-flex-align: end!important; align-items: flex-end !important; } - .bootstrap .align-items-xl-center { + .bootstrap4 .align-items-xl-center { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center !important; } - .bootstrap .align-items-xl-baseline { + .bootstrap4 .align-items-xl-baseline { -webkit-box-align: baseline!important; -webkit-align-items: baseline!important; -ms-flex-align: baseline!important; align-items: baseline !important; } - .bootstrap .align-items-xl-stretch { + .bootstrap4 .align-items-xl-stretch { -webkit-box-align: stretch!important; -webkit-align-items: stretch!important; -ms-flex-align: stretch!important; align-items: stretch !important; } - .bootstrap .align-content-xl-start { + .bootstrap4 .align-content-xl-start { -webkit-align-content: flex-start !important; -ms-flex-line-pack: start!important; align-content: flex-start !important; } - .bootstrap .align-content-xl-end { + .bootstrap4 .align-content-xl-end { -webkit-align-content: flex-end !important; -ms-flex-line-pack: end!important; align-content: flex-end !important; } - .bootstrap .align-content-xl-center { + .bootstrap4 .align-content-xl-center { -webkit-align-content: center!important; -ms-flex-line-pack: center!important; align-content: center !important; } - .bootstrap .align-content-xl-between { + .bootstrap4 .align-content-xl-between { -webkit-align-content: space-between !important; -ms-flex-line-pack: justify!important; align-content: space-between !important; } - .bootstrap .align-content-xl-around { + .bootstrap4 .align-content-xl-around { -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute!important; align-content: space-around !important; } - .bootstrap .align-content-xl-stretch { + .bootstrap4 .align-content-xl-stretch { -webkit-align-content: stretch!important; -ms-flex-line-pack: stretch!important; align-content: stretch !important; } - .bootstrap .align-self-xl-auto { + .bootstrap4 .align-self-xl-auto { -webkit-align-self: auto!important; -ms-flex-item-align: auto!important; -ms-grid-row-align: auto!important; align-self: auto !important; } - .bootstrap .align-self-xl-start { + .bootstrap4 .align-self-xl-start { -webkit-align-self: flex-start !important; -ms-flex-item-align: start!important; align-self: flex-start !important; } - .bootstrap .align-self-xl-end { + .bootstrap4 .align-self-xl-end { -webkit-align-self: flex-end !important; -ms-flex-item-align: end!important; align-self: flex-end !important; } - .bootstrap .align-self-xl-center { + .bootstrap4 .align-self-xl-center { -webkit-align-self: center!important; -ms-flex-item-align: center!important; -ms-grid-row-align: center!important; align-self: center !important; } - .bootstrap .align-self-xl-baseline { + .bootstrap4 .align-self-xl-baseline { -webkit-align-self: baseline!important; -ms-flex-item-align: baseline!important; align-self: baseline !important; } - .bootstrap .align-self-xl-stretch { + .bootstrap4 .align-self-xl-stretch { -webkit-align-self: stretch!important; -ms-flex-item-align: stretch!important; -ms-grid-row-align: stretch!important; align-self: stretch !important; } } -.bootstrap .float-left { +.bootstrap4 .float-left { float: left !important; } -.bootstrap .float-right { +.bootstrap4 .float-right { float: right !important; } -.bootstrap .float-none { +.bootstrap4 .float-none { float: none !important; } @media (min-width: 576px) { - .bootstrap .float-sm-left { + .bootstrap4 .float-sm-left { float: left !important; } - .bootstrap .float-sm-right { + .bootstrap4 .float-sm-right { float: right !important; } - .bootstrap .float-sm-none { + .bootstrap4 .float-sm-none { float: none !important; } } @media (min-width: 768px) { - .bootstrap .float-md-left { + .bootstrap4 .float-md-left { float: left !important; } - .bootstrap .float-md-right { + .bootstrap4 .float-md-right { float: right !important; } - .bootstrap .float-md-none { + .bootstrap4 .float-md-none { float: none !important; } } @media (min-width: 992px) { - .bootstrap .float-lg-left { + .bootstrap4 .float-lg-left { float: left !important; } - .bootstrap .float-lg-right { + .bootstrap4 .float-lg-right { float: right !important; } - .bootstrap .float-lg-none { + .bootstrap4 .float-lg-none { float: none !important; } } @media (min-width: 1200px) { - .bootstrap .float-xl-left { + .bootstrap4 .float-xl-left { float: left !important; } - .bootstrap .float-xl-right { + .bootstrap4 .float-xl-right { float: right !important; } - .bootstrap .float-xl-none { + .bootstrap4 .float-xl-none { float: none !important; } } -.bootstrap .fixed-top { +.bootstrap4 .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; } -.bootstrap .fixed-bottom { +.bootstrap4 .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; } -.bootstrap .sticky-top { +.bootstrap4 .sticky-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1030; } -.bootstrap .sr-only { +.bootstrap4 .sr-only { position: absolute; width: 1px; height: 1px; @@ -7051,8 +7051,8 @@ clip: rect(0, 0, 0, 0); border: 0; } -.bootstrap .sr-only-focusable:active, -.bootstrap .sr-only-focusable:focus { +.bootstrap4 .sr-only-focusable:active, +.bootstrap4 .sr-only-focusable:focus { position: static; width: auto; height: auto; @@ -7060,1817 +7060,1817 @@ overflow: visible; clip: auto; } -.bootstrap .w-25 { +.bootstrap4 .w-25 { width: 25% !important; } -.bootstrap .w-50 { +.bootstrap4 .w-50 { width: 50% !important; } -.bootstrap .w-75 { +.bootstrap4 .w-75 { width: 75% !important; } -.bootstrap .w-100 { +.bootstrap4 .w-100 { width: 100% !important; } -.bootstrap .h-25 { +.bootstrap4 .h-25 { height: 25% !important; } -.bootstrap .h-50 { +.bootstrap4 .h-50 { height: 50% !important; } -.bootstrap .h-75 { +.bootstrap4 .h-75 { height: 75% !important; } -.bootstrap .h-100 { +.bootstrap4 .h-100 { height: 100% !important; } -.bootstrap .mw-100 { +.bootstrap4 .mw-100 { max-width: 100% !important; } -.bootstrap .mh-100 { +.bootstrap4 .mh-100 { max-height: 100% !important; } -.bootstrap .m-0 { +.bootstrap4 .m-0 { margin: 0 0 !important; } -.bootstrap .mt-0 { +.bootstrap4 .mt-0 { margin-top: 0 !important; } -.bootstrap .mr-0 { +.bootstrap4 .mr-0 { margin-right: 0 !important; } -.bootstrap .mb-0 { +.bootstrap4 .mb-0 { margin-bottom: 0 !important; } -.bootstrap .ml-0 { +.bootstrap4 .ml-0 { margin-left: 0 !important; } -.bootstrap .mx-0 { +.bootstrap4 .mx-0 { margin-right: 0!important; margin-left: 0 !important; } -.bootstrap .my-0 { +.bootstrap4 .my-0 { margin-top: 0!important; margin-bottom: 0 !important; } -.bootstrap .m-1 { +.bootstrap4 .m-1 { margin: 0.25rem 0.25rem !important; } -.bootstrap .mt-1 { +.bootstrap4 .mt-1 { margin-top: 0.25rem !important; } -.bootstrap .mr-1 { +.bootstrap4 .mr-1 { margin-right: 0.25rem !important; } -.bootstrap .mb-1 { +.bootstrap4 .mb-1 { margin-bottom: 0.25rem !important; } -.bootstrap .ml-1 { +.bootstrap4 .ml-1 { margin-left: 0.25rem !important; } -.bootstrap .mx-1 { +.bootstrap4 .mx-1 { margin-right: .25rem!important; margin-left: 0.25rem !important; } -.bootstrap .my-1 { +.bootstrap4 .my-1 { margin-top: .25rem!important; margin-bottom: 0.25rem !important; } -.bootstrap .m-2 { +.bootstrap4 .m-2 { margin: 0.5rem 0.5rem !important; } -.bootstrap .mt-2 { +.bootstrap4 .mt-2 { margin-top: 0.5rem !important; } -.bootstrap .mr-2 { +.bootstrap4 .mr-2 { margin-right: 0.5rem !important; } -.bootstrap .mb-2 { +.bootstrap4 .mb-2 { margin-bottom: 0.5rem !important; } -.bootstrap .ml-2 { +.bootstrap4 .ml-2 { margin-left: 0.5rem !important; } -.bootstrap .mx-2 { +.bootstrap4 .mx-2 { margin-right: .5rem!important; margin-left: 0.5rem !important; } -.bootstrap .my-2 { +.bootstrap4 .my-2 { margin-top: .5rem!important; margin-bottom: 0.5rem !important; } -.bootstrap .m-3 { +.bootstrap4 .m-3 { margin: 1rem 1rem !important; } -.bootstrap .mt-3 { +.bootstrap4 .mt-3 { margin-top: 1rem !important; } -.bootstrap .mr-3 { +.bootstrap4 .mr-3 { margin-right: 1rem !important; } -.bootstrap .mb-3 { +.bootstrap4 .mb-3 { margin-bottom: 1rem !important; } -.bootstrap .ml-3 { +.bootstrap4 .ml-3 { margin-left: 1rem !important; } -.bootstrap .mx-3 { +.bootstrap4 .mx-3 { margin-right: 1rem!important; margin-left: 1rem !important; } -.bootstrap .my-3 { +.bootstrap4 .my-3 { margin-top: 1rem!important; margin-bottom: 1rem !important; } -.bootstrap .m-4 { +.bootstrap4 .m-4 { margin: 1.5rem 1.5rem !important; } -.bootstrap .mt-4 { +.bootstrap4 .mt-4 { margin-top: 1.5rem !important; } -.bootstrap .mr-4 { +.bootstrap4 .mr-4 { margin-right: 1.5rem !important; } -.bootstrap .mb-4 { +.bootstrap4 .mb-4 { margin-bottom: 1.5rem !important; } -.bootstrap .ml-4 { +.bootstrap4 .ml-4 { margin-left: 1.5rem !important; } -.bootstrap .mx-4 { +.bootstrap4 .mx-4 { margin-right: 1.5rem!important; margin-left: 1.5rem !important; } -.bootstrap .my-4 { +.bootstrap4 .my-4 { margin-top: 1.5rem!important; margin-bottom: 1.5rem !important; } -.bootstrap .m-5 { +.bootstrap4 .m-5 { margin: 3rem 3rem !important; } -.bootstrap .mt-5 { +.bootstrap4 .mt-5 { margin-top: 3rem !important; } -.bootstrap .mr-5 { +.bootstrap4 .mr-5 { margin-right: 3rem !important; } -.bootstrap .mb-5 { +.bootstrap4 .mb-5 { margin-bottom: 3rem !important; } -.bootstrap .ml-5 { +.bootstrap4 .ml-5 { margin-left: 3rem !important; } -.bootstrap .mx-5 { +.bootstrap4 .mx-5 { margin-right: 3rem!important; margin-left: 3rem !important; } -.bootstrap .my-5 { +.bootstrap4 .my-5 { margin-top: 3rem!important; margin-bottom: 3rem !important; } -.bootstrap .p-0 { +.bootstrap4 .p-0 { padding: 0 0 !important; } -.bootstrap .pt-0 { +.bootstrap4 .pt-0 { padding-top: 0 !important; } -.bootstrap .pr-0 { +.bootstrap4 .pr-0 { padding-right: 0 !important; } -.bootstrap .pb-0 { +.bootstrap4 .pb-0 { padding-bottom: 0 !important; } -.bootstrap .pl-0 { +.bootstrap4 .pl-0 { padding-left: 0 !important; } -.bootstrap .px-0 { +.bootstrap4 .px-0 { padding-right: 0!important; padding-left: 0 !important; } -.bootstrap .py-0 { +.bootstrap4 .py-0 { padding-top: 0!important; padding-bottom: 0 !important; } -.bootstrap .p-1 { +.bootstrap4 .p-1 { padding: 0.25rem 0.25rem !important; } -.bootstrap .pt-1 { +.bootstrap4 .pt-1 { padding-top: 0.25rem !important; } -.bootstrap .pr-1 { +.bootstrap4 .pr-1 { padding-right: 0.25rem !important; } -.bootstrap .pb-1 { +.bootstrap4 .pb-1 { padding-bottom: 0.25rem !important; } -.bootstrap .pl-1 { +.bootstrap4 .pl-1 { padding-left: 0.25rem !important; } -.bootstrap .px-1 { +.bootstrap4 .px-1 { padding-right: .25rem!important; padding-left: 0.25rem !important; } -.bootstrap .py-1 { +.bootstrap4 .py-1 { padding-top: .25rem!important; padding-bottom: 0.25rem !important; } -.bootstrap .p-2 { +.bootstrap4 .p-2 { padding: 0.5rem 0.5rem !important; } -.bootstrap .pt-2 { +.bootstrap4 .pt-2 { padding-top: 0.5rem !important; } -.bootstrap .pr-2 { +.bootstrap4 .pr-2 { padding-right: 0.5rem !important; } -.bootstrap .pb-2 { +.bootstrap4 .pb-2 { padding-bottom: 0.5rem !important; } -.bootstrap .pl-2 { +.bootstrap4 .pl-2 { padding-left: 0.5rem !important; } -.bootstrap .px-2 { +.bootstrap4 .px-2 { padding-right: .5rem!important; padding-left: 0.5rem !important; } -.bootstrap .py-2 { +.bootstrap4 .py-2 { padding-top: .5rem!important; padding-bottom: 0.5rem !important; } -.bootstrap .p-3 { +.bootstrap4 .p-3 { padding: 1rem 1rem !important; } -.bootstrap .pt-3 { +.bootstrap4 .pt-3 { padding-top: 1rem !important; } -.bootstrap .pr-3 { +.bootstrap4 .pr-3 { padding-right: 1rem !important; } -.bootstrap .pb-3 { +.bootstrap4 .pb-3 { padding-bottom: 1rem !important; } -.bootstrap .pl-3 { +.bootstrap4 .pl-3 { padding-left: 1rem !important; } -.bootstrap .px-3 { +.bootstrap4 .px-3 { padding-right: 1rem!important; padding-left: 1rem !important; } -.bootstrap .py-3 { +.bootstrap4 .py-3 { padding-top: 1rem!important; padding-bottom: 1rem !important; } -.bootstrap .p-4 { +.bootstrap4 .p-4 { padding: 1.5rem 1.5rem !important; } -.bootstrap .pt-4 { +.bootstrap4 .pt-4 { padding-top: 1.5rem !important; } -.bootstrap .pr-4 { +.bootstrap4 .pr-4 { padding-right: 1.5rem !important; } -.bootstrap .pb-4 { +.bootstrap4 .pb-4 { padding-bottom: 1.5rem !important; } -.bootstrap .pl-4 { +.bootstrap4 .pl-4 { padding-left: 1.5rem !important; } -.bootstrap .px-4 { +.bootstrap4 .px-4 { padding-right: 1.5rem!important; padding-left: 1.5rem !important; } -.bootstrap .py-4 { +.bootstrap4 .py-4 { padding-top: 1.5rem!important; padding-bottom: 1.5rem !important; } -.bootstrap .p-5 { +.bootstrap4 .p-5 { padding: 3rem 3rem !important; } -.bootstrap .pt-5 { +.bootstrap4 .pt-5 { padding-top: 3rem !important; } -.bootstrap .pr-5 { +.bootstrap4 .pr-5 { padding-right: 3rem !important; } -.bootstrap .pb-5 { +.bootstrap4 .pb-5 { padding-bottom: 3rem !important; } -.bootstrap .pl-5 { +.bootstrap4 .pl-5 { padding-left: 3rem !important; } -.bootstrap .px-5 { +.bootstrap4 .px-5 { padding-right: 3rem!important; padding-left: 3rem !important; } -.bootstrap .py-5 { +.bootstrap4 .py-5 { padding-top: 3rem!important; padding-bottom: 3rem !important; } -.bootstrap .m-auto { +.bootstrap4 .m-auto { margin: auto !important; } -.bootstrap .mt-auto { +.bootstrap4 .mt-auto { margin-top: auto !important; } -.bootstrap .mr-auto { +.bootstrap4 .mr-auto { margin-right: auto !important; } -.bootstrap .mb-auto { +.bootstrap4 .mb-auto { margin-bottom: auto !important; } -.bootstrap .ml-auto { +.bootstrap4 .ml-auto { margin-left: auto !important; } -.bootstrap .mx-auto { +.bootstrap4 .mx-auto { margin-right: auto!important; margin-left: auto !important; } -.bootstrap .my-auto { +.bootstrap4 .my-auto { margin-top: auto!important; margin-bottom: auto !important; } @media (min-width: 576px) { - .bootstrap .m-sm-0 { + .bootstrap4 .m-sm-0 { margin: 0 0 !important; } - .bootstrap .mt-sm-0 { + .bootstrap4 .mt-sm-0 { margin-top: 0 !important; } - .bootstrap .mr-sm-0 { + .bootstrap4 .mr-sm-0 { margin-right: 0 !important; } - .bootstrap .mb-sm-0 { + .bootstrap4 .mb-sm-0 { margin-bottom: 0 !important; } - .bootstrap .ml-sm-0 { + .bootstrap4 .ml-sm-0 { margin-left: 0 !important; } - .bootstrap .mx-sm-0 { + .bootstrap4 .mx-sm-0 { margin-right: 0!important; margin-left: 0 !important; } - .bootstrap .my-sm-0 { + .bootstrap4 .my-sm-0 { margin-top: 0!important; margin-bottom: 0 !important; } - .bootstrap .m-sm-1 { + .bootstrap4 .m-sm-1 { margin: 0.25rem 0.25rem !important; } - .bootstrap .mt-sm-1 { + .bootstrap4 .mt-sm-1 { margin-top: 0.25rem !important; } - .bootstrap .mr-sm-1 { + .bootstrap4 .mr-sm-1 { margin-right: 0.25rem !important; } - .bootstrap .mb-sm-1 { + .bootstrap4 .mb-sm-1 { margin-bottom: 0.25rem !important; } - .bootstrap .ml-sm-1 { + .bootstrap4 .ml-sm-1 { margin-left: 0.25rem !important; } - .bootstrap .mx-sm-1 { + .bootstrap4 .mx-sm-1 { margin-right: .25rem!important; margin-left: 0.25rem !important; } - .bootstrap .my-sm-1 { + .bootstrap4 .my-sm-1 { margin-top: .25rem!important; margin-bottom: 0.25rem !important; } - .bootstrap .m-sm-2 { + .bootstrap4 .m-sm-2 { margin: 0.5rem 0.5rem !important; } - .bootstrap .mt-sm-2 { + .bootstrap4 .mt-sm-2 { margin-top: 0.5rem !important; } - .bootstrap .mr-sm-2 { + .bootstrap4 .mr-sm-2 { margin-right: 0.5rem !important; } - .bootstrap .mb-sm-2 { + .bootstrap4 .mb-sm-2 { margin-bottom: 0.5rem !important; } - .bootstrap .ml-sm-2 { + .bootstrap4 .ml-sm-2 { margin-left: 0.5rem !important; } - .bootstrap .mx-sm-2 { + .bootstrap4 .mx-sm-2 { margin-right: .5rem!important; margin-left: 0.5rem !important; } - .bootstrap .my-sm-2 { + .bootstrap4 .my-sm-2 { margin-top: .5rem!important; margin-bottom: 0.5rem !important; } - .bootstrap .m-sm-3 { + .bootstrap4 .m-sm-3 { margin: 1rem 1rem !important; } - .bootstrap .mt-sm-3 { + .bootstrap4 .mt-sm-3 { margin-top: 1rem !important; } - .bootstrap .mr-sm-3 { + .bootstrap4 .mr-sm-3 { margin-right: 1rem !important; } - .bootstrap .mb-sm-3 { + .bootstrap4 .mb-sm-3 { margin-bottom: 1rem !important; } - .bootstrap .ml-sm-3 { + .bootstrap4 .ml-sm-3 { margin-left: 1rem !important; } - .bootstrap .mx-sm-3 { + .bootstrap4 .mx-sm-3 { margin-right: 1rem!important; margin-left: 1rem !important; } - .bootstrap .my-sm-3 { + .bootstrap4 .my-sm-3 { margin-top: 1rem!important; margin-bottom: 1rem !important; } - .bootstrap .m-sm-4 { + .bootstrap4 .m-sm-4 { margin: 1.5rem 1.5rem !important; } - .bootstrap .mt-sm-4 { + .bootstrap4 .mt-sm-4 { margin-top: 1.5rem !important; } - .bootstrap .mr-sm-4 { + .bootstrap4 .mr-sm-4 { margin-right: 1.5rem !important; } - .bootstrap .mb-sm-4 { + .bootstrap4 .mb-sm-4 { margin-bottom: 1.5rem !important; } - .bootstrap .ml-sm-4 { + .bootstrap4 .ml-sm-4 { margin-left: 1.5rem !important; } - .bootstrap .mx-sm-4 { + .bootstrap4 .mx-sm-4 { margin-right: 1.5rem!important; margin-left: 1.5rem !important; } - .bootstrap .my-sm-4 { + .bootstrap4 .my-sm-4 { margin-top: 1.5rem!important; margin-bottom: 1.5rem !important; } - .bootstrap .m-sm-5 { + .bootstrap4 .m-sm-5 { margin: 3rem 3rem !important; } - .bootstrap .mt-sm-5 { + .bootstrap4 .mt-sm-5 { margin-top: 3rem !important; } - .bootstrap .mr-sm-5 { + .bootstrap4 .mr-sm-5 { margin-right: 3rem !important; } - .bootstrap .mb-sm-5 { + .bootstrap4 .mb-sm-5 { margin-bottom: 3rem !important; } - .bootstrap .ml-sm-5 { + .bootstrap4 .ml-sm-5 { margin-left: 3rem !important; } - .bootstrap .mx-sm-5 { + .bootstrap4 .mx-sm-5 { margin-right: 3rem!important; margin-left: 3rem !important; } - .bootstrap .my-sm-5 { + .bootstrap4 .my-sm-5 { margin-top: 3rem!important; margin-bottom: 3rem !important; } - .bootstrap .p-sm-0 { + .bootstrap4 .p-sm-0 { padding: 0 0 !important; } - .bootstrap .pt-sm-0 { + .bootstrap4 .pt-sm-0 { padding-top: 0 !important; } - .bootstrap .pr-sm-0 { + .bootstrap4 .pr-sm-0 { padding-right: 0 !important; } - .bootstrap .pb-sm-0 { + .bootstrap4 .pb-sm-0 { padding-bottom: 0 !important; } - .bootstrap .pl-sm-0 { + .bootstrap4 .pl-sm-0 { padding-left: 0 !important; } - .bootstrap .px-sm-0 { + .bootstrap4 .px-sm-0 { padding-right: 0!important; padding-left: 0 !important; } - .bootstrap .py-sm-0 { + .bootstrap4 .py-sm-0 { padding-top: 0!important; padding-bottom: 0 !important; } - .bootstrap .p-sm-1 { + .bootstrap4 .p-sm-1 { padding: 0.25rem 0.25rem !important; } - .bootstrap .pt-sm-1 { + .bootstrap4 .pt-sm-1 { padding-top: 0.25rem !important; } - .bootstrap .pr-sm-1 { + .bootstrap4 .pr-sm-1 { padding-right: 0.25rem !important; } - .bootstrap .pb-sm-1 { + .bootstrap4 .pb-sm-1 { padding-bottom: 0.25rem !important; } - .bootstrap .pl-sm-1 { + .bootstrap4 .pl-sm-1 { padding-left: 0.25rem !important; } - .bootstrap .px-sm-1 { + .bootstrap4 .px-sm-1 { padding-right: .25rem!important; padding-left: 0.25rem !important; } - .bootstrap .py-sm-1 { + .bootstrap4 .py-sm-1 { padding-top: .25rem!important; padding-bottom: 0.25rem !important; } - .bootstrap .p-sm-2 { + .bootstrap4 .p-sm-2 { padding: 0.5rem 0.5rem !important; } - .bootstrap .pt-sm-2 { + .bootstrap4 .pt-sm-2 { padding-top: 0.5rem !important; } - .bootstrap .pr-sm-2 { + .bootstrap4 .pr-sm-2 { padding-right: 0.5rem !important; } - .bootstrap .pb-sm-2 { + .bootstrap4 .pb-sm-2 { padding-bottom: 0.5rem !important; } - .bootstrap .pl-sm-2 { + .bootstrap4 .pl-sm-2 { padding-left: 0.5rem !important; } - .bootstrap .px-sm-2 { + .bootstrap4 .px-sm-2 { padding-right: .5rem!important; padding-left: 0.5rem !important; } - .bootstrap .py-sm-2 { + .bootstrap4 .py-sm-2 { padding-top: .5rem!important; padding-bottom: 0.5rem !important; } - .bootstrap .p-sm-3 { + .bootstrap4 .p-sm-3 { padding: 1rem 1rem !important; } - .bootstrap .pt-sm-3 { + .bootstrap4 .pt-sm-3 { padding-top: 1rem !important; } - .bootstrap .pr-sm-3 { + .bootstrap4 .pr-sm-3 { padding-right: 1rem !important; } - .bootstrap .pb-sm-3 { + .bootstrap4 .pb-sm-3 { padding-bottom: 1rem !important; } - .bootstrap .pl-sm-3 { + .bootstrap4 .pl-sm-3 { padding-left: 1rem !important; } - .bootstrap .px-sm-3 { + .bootstrap4 .px-sm-3 { padding-right: 1rem!important; padding-left: 1rem !important; } - .bootstrap .py-sm-3 { + .bootstrap4 .py-sm-3 { padding-top: 1rem!important; padding-bottom: 1rem !important; } - .bootstrap .p-sm-4 { + .bootstrap4 .p-sm-4 { padding: 1.5rem 1.5rem !important; } - .bootstrap .pt-sm-4 { + .bootstrap4 .pt-sm-4 { padding-top: 1.5rem !important; } - .bootstrap .pr-sm-4 { + .bootstrap4 .pr-sm-4 { padding-right: 1.5rem !important; } - .bootstrap .pb-sm-4 { + .bootstrap4 .pb-sm-4 { padding-bottom: 1.5rem !important; } - .bootstrap .pl-sm-4 { + .bootstrap4 .pl-sm-4 { padding-left: 1.5rem !important; } - .bootstrap .px-sm-4 { + .bootstrap4 .px-sm-4 { padding-right: 1.5rem!important; padding-left: 1.5rem !important; } - .bootstrap .py-sm-4 { + .bootstrap4 .py-sm-4 { padding-top: 1.5rem!important; padding-bottom: 1.5rem !important; } - .bootstrap .p-sm-5 { + .bootstrap4 .p-sm-5 { padding: 3rem 3rem !important; } - .bootstrap .pt-sm-5 { + .bootstrap4 .pt-sm-5 { padding-top: 3rem !important; } - .bootstrap .pr-sm-5 { + .bootstrap4 .pr-sm-5 { padding-right: 3rem !important; } - .bootstrap .pb-sm-5 { + .bootstrap4 .pb-sm-5 { padding-bottom: 3rem !important; } - .bootstrap .pl-sm-5 { + .bootstrap4 .pl-sm-5 { padding-left: 3rem !important; } - .bootstrap .px-sm-5 { + .bootstrap4 .px-sm-5 { padding-right: 3rem!important; padding-left: 3rem !important; } - .bootstrap .py-sm-5 { + .bootstrap4 .py-sm-5 { padding-top: 3rem!important; padding-bottom: 3rem !important; } - .bootstrap .m-sm-auto { + .bootstrap4 .m-sm-auto { margin: auto !important; } - .bootstrap .mt-sm-auto { + .bootstrap4 .mt-sm-auto { margin-top: auto !important; } - .bootstrap .mr-sm-auto { + .bootstrap4 .mr-sm-auto { margin-right: auto !important; } - .bootstrap .mb-sm-auto { + .bootstrap4 .mb-sm-auto { margin-bottom: auto !important; } - .bootstrap .ml-sm-auto { + .bootstrap4 .ml-sm-auto { margin-left: auto !important; } - .bootstrap .mx-sm-auto { + .bootstrap4 .mx-sm-auto { margin-right: auto!important; margin-left: auto !important; } - .bootstrap .my-sm-auto { + .bootstrap4 .my-sm-auto { margin-top: auto!important; margin-bottom: auto !important; } } @media (min-width: 768px) { - .bootstrap .m-md-0 { + .bootstrap4 .m-md-0 { margin: 0 0 !important; } - .bootstrap .mt-md-0 { + .bootstrap4 .mt-md-0 { margin-top: 0 !important; } - .bootstrap .mr-md-0 { + .bootstrap4 .mr-md-0 { margin-right: 0 !important; } - .bootstrap .mb-md-0 { + .bootstrap4 .mb-md-0 { margin-bottom: 0 !important; } - .bootstrap .ml-md-0 { + .bootstrap4 .ml-md-0 { margin-left: 0 !important; } - .bootstrap .mx-md-0 { + .bootstrap4 .mx-md-0 { margin-right: 0!important; margin-left: 0 !important; } - .bootstrap .my-md-0 { + .bootstrap4 .my-md-0 { margin-top: 0!important; margin-bottom: 0 !important; } - .bootstrap .m-md-1 { + .bootstrap4 .m-md-1 { margin: 0.25rem 0.25rem !important; } - .bootstrap .mt-md-1 { + .bootstrap4 .mt-md-1 { margin-top: 0.25rem !important; } - .bootstrap .mr-md-1 { + .bootstrap4 .mr-md-1 { margin-right: 0.25rem !important; } - .bootstrap .mb-md-1 { + .bootstrap4 .mb-md-1 { margin-bottom: 0.25rem !important; } - .bootstrap .ml-md-1 { + .bootstrap4 .ml-md-1 { margin-left: 0.25rem !important; } - .bootstrap .mx-md-1 { + .bootstrap4 .mx-md-1 { margin-right: .25rem!important; margin-left: 0.25rem !important; } - .bootstrap .my-md-1 { + .bootstrap4 .my-md-1 { margin-top: .25rem!important; margin-bottom: 0.25rem !important; } - .bootstrap .m-md-2 { + .bootstrap4 .m-md-2 { margin: 0.5rem 0.5rem !important; } - .bootstrap .mt-md-2 { + .bootstrap4 .mt-md-2 { margin-top: 0.5rem !important; } - .bootstrap .mr-md-2 { + .bootstrap4 .mr-md-2 { margin-right: 0.5rem !important; } - .bootstrap .mb-md-2 { + .bootstrap4 .mb-md-2 { margin-bottom: 0.5rem !important; } - .bootstrap .ml-md-2 { + .bootstrap4 .ml-md-2 { margin-left: 0.5rem !important; } - .bootstrap .mx-md-2 { + .bootstrap4 .mx-md-2 { margin-right: .5rem!important; margin-left: 0.5rem !important; } - .bootstrap .my-md-2 { + .bootstrap4 .my-md-2 { margin-top: .5rem!important; margin-bottom: 0.5rem !important; } - .bootstrap .m-md-3 { + .bootstrap4 .m-md-3 { margin: 1rem 1rem !important; } - .bootstrap .mt-md-3 { + .bootstrap4 .mt-md-3 { margin-top: 1rem !important; } - .bootstrap .mr-md-3 { + .bootstrap4 .mr-md-3 { margin-right: 1rem !important; } - .bootstrap .mb-md-3 { + .bootstrap4 .mb-md-3 { margin-bottom: 1rem !important; } - .bootstrap .ml-md-3 { + .bootstrap4 .ml-md-3 { margin-left: 1rem !important; } - .bootstrap .mx-md-3 { + .bootstrap4 .mx-md-3 { margin-right: 1rem!important; margin-left: 1rem !important; } - .bootstrap .my-md-3 { + .bootstrap4 .my-md-3 { margin-top: 1rem!important; margin-bottom: 1rem !important; } - .bootstrap .m-md-4 { + .bootstrap4 .m-md-4 { margin: 1.5rem 1.5rem !important; } - .bootstrap .mt-md-4 { + .bootstrap4 .mt-md-4 { margin-top: 1.5rem !important; } - .bootstrap .mr-md-4 { + .bootstrap4 .mr-md-4 { margin-right: 1.5rem !important; } - .bootstrap .mb-md-4 { + .bootstrap4 .mb-md-4 { margin-bottom: 1.5rem !important; } - .bootstrap .ml-md-4 { + .bootstrap4 .ml-md-4 { margin-left: 1.5rem !important; } - .bootstrap .mx-md-4 { + .bootstrap4 .mx-md-4 { margin-right: 1.5rem!important; margin-left: 1.5rem !important; } - .bootstrap .my-md-4 { + .bootstrap4 .my-md-4 { margin-top: 1.5rem!important; margin-bottom: 1.5rem !important; } - .bootstrap .m-md-5 { + .bootstrap4 .m-md-5 { margin: 3rem 3rem !important; } - .bootstrap .mt-md-5 { + .bootstrap4 .mt-md-5 { margin-top: 3rem !important; } - .bootstrap .mr-md-5 { + .bootstrap4 .mr-md-5 { margin-right: 3rem !important; } - .bootstrap .mb-md-5 { + .bootstrap4 .mb-md-5 { margin-bottom: 3rem !important; } - .bootstrap .ml-md-5 { + .bootstrap4 .ml-md-5 { margin-left: 3rem !important; } - .bootstrap .mx-md-5 { + .bootstrap4 .mx-md-5 { margin-right: 3rem!important; margin-left: 3rem !important; } - .bootstrap .my-md-5 { + .bootstrap4 .my-md-5 { margin-top: 3rem!important; margin-bottom: 3rem !important; } - .bootstrap .p-md-0 { + .bootstrap4 .p-md-0 { padding: 0 0 !important; } - .bootstrap .pt-md-0 { + .bootstrap4 .pt-md-0 { padding-top: 0 !important; } - .bootstrap .pr-md-0 { + .bootstrap4 .pr-md-0 { padding-right: 0 !important; } - .bootstrap .pb-md-0 { + .bootstrap4 .pb-md-0 { padding-bottom: 0 !important; } - .bootstrap .pl-md-0 { + .bootstrap4 .pl-md-0 { padding-left: 0 !important; } - .bootstrap .px-md-0 { + .bootstrap4 .px-md-0 { padding-right: 0!important; padding-left: 0 !important; } - .bootstrap .py-md-0 { + .bootstrap4 .py-md-0 { padding-top: 0!important; padding-bottom: 0 !important; } - .bootstrap .p-md-1 { + .bootstrap4 .p-md-1 { padding: 0.25rem 0.25rem !important; } - .bootstrap .pt-md-1 { + .bootstrap4 .pt-md-1 { padding-top: 0.25rem !important; } - .bootstrap .pr-md-1 { + .bootstrap4 .pr-md-1 { padding-right: 0.25rem !important; } - .bootstrap .pb-md-1 { + .bootstrap4 .pb-md-1 { padding-bottom: 0.25rem !important; } - .bootstrap .pl-md-1 { + .bootstrap4 .pl-md-1 { padding-left: 0.25rem !important; } - .bootstrap .px-md-1 { + .bootstrap4 .px-md-1 { padding-right: .25rem!important; padding-left: 0.25rem !important; } - .bootstrap .py-md-1 { + .bootstrap4 .py-md-1 { padding-top: .25rem!important; padding-bottom: 0.25rem !important; } - .bootstrap .p-md-2 { + .bootstrap4 .p-md-2 { padding: 0.5rem 0.5rem !important; } - .bootstrap .pt-md-2 { + .bootstrap4 .pt-md-2 { padding-top: 0.5rem !important; } - .bootstrap .pr-md-2 { + .bootstrap4 .pr-md-2 { padding-right: 0.5rem !important; } - .bootstrap .pb-md-2 { + .bootstrap4 .pb-md-2 { padding-bottom: 0.5rem !important; } - .bootstrap .pl-md-2 { + .bootstrap4 .pl-md-2 { padding-left: 0.5rem !important; } - .bootstrap .px-md-2 { + .bootstrap4 .px-md-2 { padding-right: .5rem!important; padding-left: 0.5rem !important; } - .bootstrap .py-md-2 { + .bootstrap4 .py-md-2 { padding-top: .5rem!important; padding-bottom: 0.5rem !important; } - .bootstrap .p-md-3 { + .bootstrap4 .p-md-3 { padding: 1rem 1rem !important; } - .bootstrap .pt-md-3 { + .bootstrap4 .pt-md-3 { padding-top: 1rem !important; } - .bootstrap .pr-md-3 { + .bootstrap4 .pr-md-3 { padding-right: 1rem !important; } - .bootstrap .pb-md-3 { + .bootstrap4 .pb-md-3 { padding-bottom: 1rem !important; } - .bootstrap .pl-md-3 { + .bootstrap4 .pl-md-3 { padding-left: 1rem !important; } - .bootstrap .px-md-3 { + .bootstrap4 .px-md-3 { padding-right: 1rem!important; padding-left: 1rem !important; } - .bootstrap .py-md-3 { + .bootstrap4 .py-md-3 { padding-top: 1rem!important; padding-bottom: 1rem !important; } - .bootstrap .p-md-4 { + .bootstrap4 .p-md-4 { padding: 1.5rem 1.5rem !important; } - .bootstrap .pt-md-4 { + .bootstrap4 .pt-md-4 { padding-top: 1.5rem !important; } - .bootstrap .pr-md-4 { + .bootstrap4 .pr-md-4 { padding-right: 1.5rem !important; } - .bootstrap .pb-md-4 { + .bootstrap4 .pb-md-4 { padding-bottom: 1.5rem !important; } - .bootstrap .pl-md-4 { + .bootstrap4 .pl-md-4 { padding-left: 1.5rem !important; } - .bootstrap .px-md-4 { + .bootstrap4 .px-md-4 { padding-right: 1.5rem!important; padding-left: 1.5rem !important; } - .bootstrap .py-md-4 { + .bootstrap4 .py-md-4 { padding-top: 1.5rem!important; padding-bottom: 1.5rem !important; } - .bootstrap .p-md-5 { + .bootstrap4 .p-md-5 { padding: 3rem 3rem !important; } - .bootstrap .pt-md-5 { + .bootstrap4 .pt-md-5 { padding-top: 3rem !important; } - .bootstrap .pr-md-5 { + .bootstrap4 .pr-md-5 { padding-right: 3rem !important; } - .bootstrap .pb-md-5 { + .bootstrap4 .pb-md-5 { padding-bottom: 3rem !important; } - .bootstrap .pl-md-5 { + .bootstrap4 .pl-md-5 { padding-left: 3rem !important; } - .bootstrap .px-md-5 { + .bootstrap4 .px-md-5 { padding-right: 3rem!important; padding-left: 3rem !important; } - .bootstrap .py-md-5 { + .bootstrap4 .py-md-5 { padding-top: 3rem!important; padding-bottom: 3rem !important; } - .bootstrap .m-md-auto { + .bootstrap4 .m-md-auto { margin: auto !important; } - .bootstrap .mt-md-auto { + .bootstrap4 .mt-md-auto { margin-top: auto !important; } - .bootstrap .mr-md-auto { + .bootstrap4 .mr-md-auto { margin-right: auto !important; } - .bootstrap .mb-md-auto { + .bootstrap4 .mb-md-auto { margin-bottom: auto !important; } - .bootstrap .ml-md-auto { + .bootstrap4 .ml-md-auto { margin-left: auto !important; } - .bootstrap .mx-md-auto { + .bootstrap4 .mx-md-auto { margin-right: auto!important; margin-left: auto !important; } - .bootstrap .my-md-auto { + .bootstrap4 .my-md-auto { margin-top: auto!important; margin-bottom: auto !important; } } @media (min-width: 992px) { - .bootstrap .m-lg-0 { + .bootstrap4 .m-lg-0 { margin: 0 0 !important; } - .bootstrap .mt-lg-0 { + .bootstrap4 .mt-lg-0 { margin-top: 0 !important; } - .bootstrap .mr-lg-0 { + .bootstrap4 .mr-lg-0 { margin-right: 0 !important; } - .bootstrap .mb-lg-0 { + .bootstrap4 .mb-lg-0 { margin-bottom: 0 !important; } - .bootstrap .ml-lg-0 { + .bootstrap4 .ml-lg-0 { margin-left: 0 !important; } - .bootstrap .mx-lg-0 { + .bootstrap4 .mx-lg-0 { margin-right: 0!important; margin-left: 0 !important; } - .bootstrap .my-lg-0 { + .bootstrap4 .my-lg-0 { margin-top: 0!important; margin-bottom: 0 !important; } - .bootstrap .m-lg-1 { + .bootstrap4 .m-lg-1 { margin: 0.25rem 0.25rem !important; } - .bootstrap .mt-lg-1 { + .bootstrap4 .mt-lg-1 { margin-top: 0.25rem !important; } - .bootstrap .mr-lg-1 { + .bootstrap4 .mr-lg-1 { margin-right: 0.25rem !important; } - .bootstrap .mb-lg-1 { + .bootstrap4 .mb-lg-1 { margin-bottom: 0.25rem !important; } - .bootstrap .ml-lg-1 { + .bootstrap4 .ml-lg-1 { margin-left: 0.25rem !important; } - .bootstrap .mx-lg-1 { + .bootstrap4 .mx-lg-1 { margin-right: .25rem!important; margin-left: 0.25rem !important; } - .bootstrap .my-lg-1 { + .bootstrap4 .my-lg-1 { margin-top: .25rem!important; margin-bottom: 0.25rem !important; } - .bootstrap .m-lg-2 { + .bootstrap4 .m-lg-2 { margin: 0.5rem 0.5rem !important; } - .bootstrap .mt-lg-2 { + .bootstrap4 .mt-lg-2 { margin-top: 0.5rem !important; } - .bootstrap .mr-lg-2 { + .bootstrap4 .mr-lg-2 { margin-right: 0.5rem !important; } - .bootstrap .mb-lg-2 { + .bootstrap4 .mb-lg-2 { margin-bottom: 0.5rem !important; } - .bootstrap .ml-lg-2 { + .bootstrap4 .ml-lg-2 { margin-left: 0.5rem !important; } - .bootstrap .mx-lg-2 { + .bootstrap4 .mx-lg-2 { margin-right: .5rem!important; margin-left: 0.5rem !important; } - .bootstrap .my-lg-2 { + .bootstrap4 .my-lg-2 { margin-top: .5rem!important; margin-bottom: 0.5rem !important; } - .bootstrap .m-lg-3 { + .bootstrap4 .m-lg-3 { margin: 1rem 1rem !important; } - .bootstrap .mt-lg-3 { + .bootstrap4 .mt-lg-3 { margin-top: 1rem !important; } - .bootstrap .mr-lg-3 { + .bootstrap4 .mr-lg-3 { margin-right: 1rem !important; } - .bootstrap .mb-lg-3 { + .bootstrap4 .mb-lg-3 { margin-bottom: 1rem !important; } - .bootstrap .ml-lg-3 { + .bootstrap4 .ml-lg-3 { margin-left: 1rem !important; } - .bootstrap .mx-lg-3 { + .bootstrap4 .mx-lg-3 { margin-right: 1rem!important; margin-left: 1rem !important; } - .bootstrap .my-lg-3 { + .bootstrap4 .my-lg-3 { margin-top: 1rem!important; margin-bottom: 1rem !important; } - .bootstrap .m-lg-4 { + .bootstrap4 .m-lg-4 { margin: 1.5rem 1.5rem !important; } - .bootstrap .mt-lg-4 { + .bootstrap4 .mt-lg-4 { margin-top: 1.5rem !important; } - .bootstrap .mr-lg-4 { + .bootstrap4 .mr-lg-4 { margin-right: 1.5rem !important; } - .bootstrap .mb-lg-4 { + .bootstrap4 .mb-lg-4 { margin-bottom: 1.5rem !important; } - .bootstrap .ml-lg-4 { + .bootstrap4 .ml-lg-4 { margin-left: 1.5rem !important; } - .bootstrap .mx-lg-4 { + .bootstrap4 .mx-lg-4 { margin-right: 1.5rem!important; margin-left: 1.5rem !important; } - .bootstrap .my-lg-4 { + .bootstrap4 .my-lg-4 { margin-top: 1.5rem!important; margin-bottom: 1.5rem !important; } - .bootstrap .m-lg-5 { + .bootstrap4 .m-lg-5 { margin: 3rem 3rem !important; } - .bootstrap .mt-lg-5 { + .bootstrap4 .mt-lg-5 { margin-top: 3rem !important; } - .bootstrap .mr-lg-5 { + .bootstrap4 .mr-lg-5 { margin-right: 3rem !important; } - .bootstrap .mb-lg-5 { + .bootstrap4 .mb-lg-5 { margin-bottom: 3rem !important; } - .bootstrap .ml-lg-5 { + .bootstrap4 .ml-lg-5 { margin-left: 3rem !important; } - .bootstrap .mx-lg-5 { + .bootstrap4 .mx-lg-5 { margin-right: 3rem!important; margin-left: 3rem !important; } - .bootstrap .my-lg-5 { + .bootstrap4 .my-lg-5 { margin-top: 3rem!important; margin-bottom: 3rem !important; } - .bootstrap .p-lg-0 { + .bootstrap4 .p-lg-0 { padding: 0 0 !important; } - .bootstrap .pt-lg-0 { + .bootstrap4 .pt-lg-0 { padding-top: 0 !important; } - .bootstrap .pr-lg-0 { + .bootstrap4 .pr-lg-0 { padding-right: 0 !important; } - .bootstrap .pb-lg-0 { + .bootstrap4 .pb-lg-0 { padding-bottom: 0 !important; } - .bootstrap .pl-lg-0 { + .bootstrap4 .pl-lg-0 { padding-left: 0 !important; } - .bootstrap .px-lg-0 { + .bootstrap4 .px-lg-0 { padding-right: 0!important; padding-left: 0 !important; } - .bootstrap .py-lg-0 { + .bootstrap4 .py-lg-0 { padding-top: 0!important; padding-bottom: 0 !important; } - .bootstrap .p-lg-1 { + .bootstrap4 .p-lg-1 { padding: 0.25rem 0.25rem !important; } - .bootstrap .pt-lg-1 { + .bootstrap4 .pt-lg-1 { padding-top: 0.25rem !important; } - .bootstrap .pr-lg-1 { + .bootstrap4 .pr-lg-1 { padding-right: 0.25rem !important; } - .bootstrap .pb-lg-1 { + .bootstrap4 .pb-lg-1 { padding-bottom: 0.25rem !important; } - .bootstrap .pl-lg-1 { + .bootstrap4 .pl-lg-1 { padding-left: 0.25rem !important; } - .bootstrap .px-lg-1 { + .bootstrap4 .px-lg-1 { padding-right: .25rem!important; padding-left: 0.25rem !important; } - .bootstrap .py-lg-1 { + .bootstrap4 .py-lg-1 { padding-top: .25rem!important; padding-bottom: 0.25rem !important; } - .bootstrap .p-lg-2 { + .bootstrap4 .p-lg-2 { padding: 0.5rem 0.5rem !important; } - .bootstrap .pt-lg-2 { + .bootstrap4 .pt-lg-2 { padding-top: 0.5rem !important; } - .bootstrap .pr-lg-2 { + .bootstrap4 .pr-lg-2 { padding-right: 0.5rem !important; } - .bootstrap .pb-lg-2 { + .bootstrap4 .pb-lg-2 { padding-bottom: 0.5rem !important; } - .bootstrap .pl-lg-2 { + .bootstrap4 .pl-lg-2 { padding-left: 0.5rem !important; } - .bootstrap .px-lg-2 { + .bootstrap4 .px-lg-2 { padding-right: .5rem!important; padding-left: 0.5rem !important; } - .bootstrap .py-lg-2 { + .bootstrap4 .py-lg-2 { padding-top: .5rem!important; padding-bottom: 0.5rem !important; } - .bootstrap .p-lg-3 { + .bootstrap4 .p-lg-3 { padding: 1rem 1rem !important; } - .bootstrap .pt-lg-3 { + .bootstrap4 .pt-lg-3 { padding-top: 1rem !important; } - .bootstrap .pr-lg-3 { + .bootstrap4 .pr-lg-3 { padding-right: 1rem !important; } - .bootstrap .pb-lg-3 { + .bootstrap4 .pb-lg-3 { padding-bottom: 1rem !important; } - .bootstrap .pl-lg-3 { + .bootstrap4 .pl-lg-3 { padding-left: 1rem !important; } - .bootstrap .px-lg-3 { + .bootstrap4 .px-lg-3 { padding-right: 1rem!important; padding-left: 1rem !important; } - .bootstrap .py-lg-3 { + .bootstrap4 .py-lg-3 { padding-top: 1rem!important; padding-bottom: 1rem !important; } - .bootstrap .p-lg-4 { + .bootstrap4 .p-lg-4 { padding: 1.5rem 1.5rem !important; } - .bootstrap .pt-lg-4 { + .bootstrap4 .pt-lg-4 { padding-top: 1.5rem !important; } - .bootstrap .pr-lg-4 { + .bootstrap4 .pr-lg-4 { padding-right: 1.5rem !important; } - .bootstrap .pb-lg-4 { + .bootstrap4 .pb-lg-4 { padding-bottom: 1.5rem !important; } - .bootstrap .pl-lg-4 { + .bootstrap4 .pl-lg-4 { padding-left: 1.5rem !important; } - .bootstrap .px-lg-4 { + .bootstrap4 .px-lg-4 { padding-right: 1.5rem!important; padding-left: 1.5rem !important; } - .bootstrap .py-lg-4 { + .bootstrap4 .py-lg-4 { padding-top: 1.5rem!important; padding-bottom: 1.5rem !important; } - .bootstrap .p-lg-5 { + .bootstrap4 .p-lg-5 { padding: 3rem 3rem !important; } - .bootstrap .pt-lg-5 { + .bootstrap4 .pt-lg-5 { padding-top: 3rem !important; } - .bootstrap .pr-lg-5 { + .bootstrap4 .pr-lg-5 { padding-right: 3rem !important; } - .bootstrap .pb-lg-5 { + .bootstrap4 .pb-lg-5 { padding-bottom: 3rem !important; } - .bootstrap .pl-lg-5 { + .bootstrap4 .pl-lg-5 { padding-left: 3rem !important; } - .bootstrap .px-lg-5 { + .bootstrap4 .px-lg-5 { padding-right: 3rem!important; padding-left: 3rem !important; } - .bootstrap .py-lg-5 { + .bootstrap4 .py-lg-5 { padding-top: 3rem!important; padding-bottom: 3rem !important; } - .bootstrap .m-lg-auto { + .bootstrap4 .m-lg-auto { margin: auto !important; } - .bootstrap .mt-lg-auto { + .bootstrap4 .mt-lg-auto { margin-top: auto !important; } - .bootstrap .mr-lg-auto { + .bootstrap4 .mr-lg-auto { margin-right: auto !important; } - .bootstrap .mb-lg-auto { + .bootstrap4 .mb-lg-auto { margin-bottom: auto !important; } - .bootstrap .ml-lg-auto { + .bootstrap4 .ml-lg-auto { margin-left: auto !important; } - .bootstrap .mx-lg-auto { + .bootstrap4 .mx-lg-auto { margin-right: auto!important; margin-left: auto !important; } - .bootstrap .my-lg-auto { + .bootstrap4 .my-lg-auto { margin-top: auto!important; margin-bottom: auto !important; } } @media (min-width: 1200px) { - .bootstrap .m-xl-0 { + .bootstrap4 .m-xl-0 { margin: 0 0 !important; } - .bootstrap .mt-xl-0 { + .bootstrap4 .mt-xl-0 { margin-top: 0 !important; } - .bootstrap .mr-xl-0 { + .bootstrap4 .mr-xl-0 { margin-right: 0 !important; } - .bootstrap .mb-xl-0 { + .bootstrap4 .mb-xl-0 { margin-bottom: 0 !important; } - .bootstrap .ml-xl-0 { + .bootstrap4 .ml-xl-0 { margin-left: 0 !important; } - .bootstrap .mx-xl-0 { + .bootstrap4 .mx-xl-0 { margin-right: 0!important; margin-left: 0 !important; } - .bootstrap .my-xl-0 { + .bootstrap4 .my-xl-0 { margin-top: 0!important; margin-bottom: 0 !important; } - .bootstrap .m-xl-1 { + .bootstrap4 .m-xl-1 { margin: 0.25rem 0.25rem !important; } - .bootstrap .mt-xl-1 { + .bootstrap4 .mt-xl-1 { margin-top: 0.25rem !important; } - .bootstrap .mr-xl-1 { + .bootstrap4 .mr-xl-1 { margin-right: 0.25rem !important; } - .bootstrap .mb-xl-1 { + .bootstrap4 .mb-xl-1 { margin-bottom: 0.25rem !important; } - .bootstrap .ml-xl-1 { + .bootstrap4 .ml-xl-1 { margin-left: 0.25rem !important; } - .bootstrap .mx-xl-1 { + .bootstrap4 .mx-xl-1 { margin-right: .25rem!important; margin-left: 0.25rem !important; } - .bootstrap .my-xl-1 { + .bootstrap4 .my-xl-1 { margin-top: .25rem!important; margin-bottom: 0.25rem !important; } - .bootstrap .m-xl-2 { + .bootstrap4 .m-xl-2 { margin: 0.5rem 0.5rem !important; } - .bootstrap .mt-xl-2 { + .bootstrap4 .mt-xl-2 { margin-top: 0.5rem !important; } - .bootstrap .mr-xl-2 { + .bootstrap4 .mr-xl-2 { margin-right: 0.5rem !important; } - .bootstrap .mb-xl-2 { + .bootstrap4 .mb-xl-2 { margin-bottom: 0.5rem !important; } - .bootstrap .ml-xl-2 { + .bootstrap4 .ml-xl-2 { margin-left: 0.5rem !important; } - .bootstrap .mx-xl-2 { + .bootstrap4 .mx-xl-2 { margin-right: .5rem!important; margin-left: 0.5rem !important; } - .bootstrap .my-xl-2 { + .bootstrap4 .my-xl-2 { margin-top: .5rem!important; margin-bottom: 0.5rem !important; } - .bootstrap .m-xl-3 { + .bootstrap4 .m-xl-3 { margin: 1rem 1rem !important; } - .bootstrap .mt-xl-3 { + .bootstrap4 .mt-xl-3 { margin-top: 1rem !important; } - .bootstrap .mr-xl-3 { + .bootstrap4 .mr-xl-3 { margin-right: 1rem !important; } - .bootstrap .mb-xl-3 { + .bootstrap4 .mb-xl-3 { margin-bottom: 1rem !important; } - .bootstrap .ml-xl-3 { + .bootstrap4 .ml-xl-3 { margin-left: 1rem !important; } - .bootstrap .mx-xl-3 { + .bootstrap4 .mx-xl-3 { margin-right: 1rem!important; margin-left: 1rem !important; } - .bootstrap .my-xl-3 { + .bootstrap4 .my-xl-3 { margin-top: 1rem!important; margin-bottom: 1rem !important; } - .bootstrap .m-xl-4 { + .bootstrap4 .m-xl-4 { margin: 1.5rem 1.5rem !important; } - .bootstrap .mt-xl-4 { + .bootstrap4 .mt-xl-4 { margin-top: 1.5rem !important; } - .bootstrap .mr-xl-4 { + .bootstrap4 .mr-xl-4 { margin-right: 1.5rem !important; } - .bootstrap .mb-xl-4 { + .bootstrap4 .mb-xl-4 { margin-bottom: 1.5rem !important; } - .bootstrap .ml-xl-4 { + .bootstrap4 .ml-xl-4 { margin-left: 1.5rem !important; } - .bootstrap .mx-xl-4 { + .bootstrap4 .mx-xl-4 { margin-right: 1.5rem!important; margin-left: 1.5rem !important; } - .bootstrap .my-xl-4 { + .bootstrap4 .my-xl-4 { margin-top: 1.5rem!important; margin-bottom: 1.5rem !important; } - .bootstrap .m-xl-5 { + .bootstrap4 .m-xl-5 { margin: 3rem 3rem !important; } - .bootstrap .mt-xl-5 { + .bootstrap4 .mt-xl-5 { margin-top: 3rem !important; } - .bootstrap .mr-xl-5 { + .bootstrap4 .mr-xl-5 { margin-right: 3rem !important; } - .bootstrap .mb-xl-5 { + .bootstrap4 .mb-xl-5 { margin-bottom: 3rem !important; } - .bootstrap .ml-xl-5 { + .bootstrap4 .ml-xl-5 { margin-left: 3rem !important; } - .bootstrap .mx-xl-5 { + .bootstrap4 .mx-xl-5 { margin-right: 3rem!important; margin-left: 3rem !important; } - .bootstrap .my-xl-5 { + .bootstrap4 .my-xl-5 { margin-top: 3rem!important; margin-bottom: 3rem !important; } - .bootstrap .p-xl-0 { + .bootstrap4 .p-xl-0 { padding: 0 0 !important; } - .bootstrap .pt-xl-0 { + .bootstrap4 .pt-xl-0 { padding-top: 0 !important; } - .bootstrap .pr-xl-0 { + .bootstrap4 .pr-xl-0 { padding-right: 0 !important; } - .bootstrap .pb-xl-0 { + .bootstrap4 .pb-xl-0 { padding-bottom: 0 !important; } - .bootstrap .pl-xl-0 { + .bootstrap4 .pl-xl-0 { padding-left: 0 !important; } - .bootstrap .px-xl-0 { + .bootstrap4 .px-xl-0 { padding-right: 0!important; padding-left: 0 !important; } - .bootstrap .py-xl-0 { + .bootstrap4 .py-xl-0 { padding-top: 0!important; padding-bottom: 0 !important; } - .bootstrap .p-xl-1 { + .bootstrap4 .p-xl-1 { padding: 0.25rem 0.25rem !important; } - .bootstrap .pt-xl-1 { + .bootstrap4 .pt-xl-1 { padding-top: 0.25rem !important; } - .bootstrap .pr-xl-1 { + .bootstrap4 .pr-xl-1 { padding-right: 0.25rem !important; } - .bootstrap .pb-xl-1 { + .bootstrap4 .pb-xl-1 { padding-bottom: 0.25rem !important; } - .bootstrap .pl-xl-1 { + .bootstrap4 .pl-xl-1 { padding-left: 0.25rem !important; } - .bootstrap .px-xl-1 { + .bootstrap4 .px-xl-1 { padding-right: .25rem!important; padding-left: 0.25rem !important; } - .bootstrap .py-xl-1 { + .bootstrap4 .py-xl-1 { padding-top: .25rem!important; padding-bottom: 0.25rem !important; } - .bootstrap .p-xl-2 { + .bootstrap4 .p-xl-2 { padding: 0.5rem 0.5rem !important; } - .bootstrap .pt-xl-2 { + .bootstrap4 .pt-xl-2 { padding-top: 0.5rem !important; } - .bootstrap .pr-xl-2 { + .bootstrap4 .pr-xl-2 { padding-right: 0.5rem !important; } - .bootstrap .pb-xl-2 { + .bootstrap4 .pb-xl-2 { padding-bottom: 0.5rem !important; } - .bootstrap .pl-xl-2 { + .bootstrap4 .pl-xl-2 { padding-left: 0.5rem !important; } - .bootstrap .px-xl-2 { + .bootstrap4 .px-xl-2 { padding-right: .5rem!important; padding-left: 0.5rem !important; } - .bootstrap .py-xl-2 { + .bootstrap4 .py-xl-2 { padding-top: .5rem!important; padding-bottom: 0.5rem !important; } - .bootstrap .p-xl-3 { + .bootstrap4 .p-xl-3 { padding: 1rem 1rem !important; } - .bootstrap .pt-xl-3 { + .bootstrap4 .pt-xl-3 { padding-top: 1rem !important; } - .bootstrap .pr-xl-3 { + .bootstrap4 .pr-xl-3 { padding-right: 1rem !important; } - .bootstrap .pb-xl-3 { + .bootstrap4 .pb-xl-3 { padding-bottom: 1rem !important; } - .bootstrap .pl-xl-3 { + .bootstrap4 .pl-xl-3 { padding-left: 1rem !important; } - .bootstrap .px-xl-3 { + .bootstrap4 .px-xl-3 { padding-right: 1rem!important; padding-left: 1rem !important; } - .bootstrap .py-xl-3 { + .bootstrap4 .py-xl-3 { padding-top: 1rem!important; padding-bottom: 1rem !important; } - .bootstrap .p-xl-4 { + .bootstrap4 .p-xl-4 { padding: 1.5rem 1.5rem !important; } - .bootstrap .pt-xl-4 { + .bootstrap4 .pt-xl-4 { padding-top: 1.5rem !important; } - .bootstrap .pr-xl-4 { + .bootstrap4 .pr-xl-4 { padding-right: 1.5rem !important; } - .bootstrap .pb-xl-4 { + .bootstrap4 .pb-xl-4 { padding-bottom: 1.5rem !important; } - .bootstrap .pl-xl-4 { + .bootstrap4 .pl-xl-4 { padding-left: 1.5rem !important; } - .bootstrap .px-xl-4 { + .bootstrap4 .px-xl-4 { padding-right: 1.5rem!important; padding-left: 1.5rem !important; } - .bootstrap .py-xl-4 { + .bootstrap4 .py-xl-4 { padding-top: 1.5rem!important; padding-bottom: 1.5rem !important; } - .bootstrap .p-xl-5 { + .bootstrap4 .p-xl-5 { padding: 3rem 3rem !important; } - .bootstrap .pt-xl-5 { + .bootstrap4 .pt-xl-5 { padding-top: 3rem !important; } - .bootstrap .pr-xl-5 { + .bootstrap4 .pr-xl-5 { padding-right: 3rem !important; } - .bootstrap .pb-xl-5 { + .bootstrap4 .pb-xl-5 { padding-bottom: 3rem !important; } - .bootstrap .pl-xl-5 { + .bootstrap4 .pl-xl-5 { padding-left: 3rem !important; } - .bootstrap .px-xl-5 { + .bootstrap4 .px-xl-5 { padding-right: 3rem!important; padding-left: 3rem !important; } - .bootstrap .py-xl-5 { + .bootstrap4 .py-xl-5 { padding-top: 3rem!important; padding-bottom: 3rem !important; } - .bootstrap .m-xl-auto { + .bootstrap4 .m-xl-auto { margin: auto !important; } - .bootstrap .mt-xl-auto { + .bootstrap4 .mt-xl-auto { margin-top: auto !important; } - .bootstrap .mr-xl-auto { + .bootstrap4 .mr-xl-auto { margin-right: auto !important; } - .bootstrap .mb-xl-auto { + .bootstrap4 .mb-xl-auto { margin-bottom: auto !important; } - .bootstrap .ml-xl-auto { + .bootstrap4 .ml-xl-auto { margin-left: auto !important; } - .bootstrap .mx-xl-auto { + .bootstrap4 .mx-xl-auto { margin-right: auto!important; margin-left: auto !important; } - .bootstrap .my-xl-auto { + .bootstrap4 .my-xl-auto { margin-top: auto!important; margin-bottom: auto !important; } } -.bootstrap .text-justify { +.bootstrap4 .text-justify { text-align: justify !important; } -.bootstrap .text-nowrap { +.bootstrap4 .text-nowrap { white-space: nowrap !important; } -.bootstrap .text-truncate { +.bootstrap4 .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } -.bootstrap .text-left { +.bootstrap4 .text-left { text-align: left !important; } -.bootstrap .text-right { +.bootstrap4 .text-right { text-align: right !important; } -.bootstrap .text-center { +.bootstrap4 .text-center { text-align: center !important; } @media (min-width: 576px) { - .bootstrap .text-sm-left { + .bootstrap4 .text-sm-left { text-align: left !important; } - .bootstrap .text-sm-right { + .bootstrap4 .text-sm-right { text-align: right !important; } - .bootstrap .text-sm-center { + .bootstrap4 .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { - .bootstrap .text-md-left { + .bootstrap4 .text-md-left { text-align: left !important; } - .bootstrap .text-md-right { + .bootstrap4 .text-md-right { text-align: right !important; } - .bootstrap .text-md-center { + .bootstrap4 .text-md-center { text-align: center !important; } } @media (min-width: 992px) { - .bootstrap .text-lg-left { + .bootstrap4 .text-lg-left { text-align: left !important; } - .bootstrap .text-lg-right { + .bootstrap4 .text-lg-right { text-align: right !important; } - .bootstrap .text-lg-center { + .bootstrap4 .text-lg-center { text-align: center !important; } } @media (min-width: 1200px) { - .bootstrap .text-xl-left { + .bootstrap4 .text-xl-left { text-align: left !important; } - .bootstrap .text-xl-right { + .bootstrap4 .text-xl-right { text-align: right !important; } - .bootstrap .text-xl-center { + .bootstrap4 .text-xl-center { text-align: center !important; } } -.bootstrap .text-lowercase { +.bootstrap4 .text-lowercase { text-transform: lowercase !important; } -.bootstrap .text-uppercase { +.bootstrap4 .text-uppercase { text-transform: uppercase !important; } -.bootstrap .text-capitalize { +.bootstrap4 .text-capitalize { text-transform: capitalize !important; } -.bootstrap .font-weight-normal { +.bootstrap4 .font-weight-normal { font-weight: 400; } -.bootstrap .font-weight-bold { +.bootstrap4 .font-weight-bold { font-weight: 700; } -.bootstrap .font-italic { +.bootstrap4 .font-italic { font-style: italic; } -.bootstrap .text-white { +.bootstrap4 .text-white { color: #fff !important; } -.bootstrap .text-muted { +.bootstrap4 .text-muted { color: #636c72 !important; } -.bootstrap a.text-muted:focus, -.bootstrap a.text-muted:hover { +.bootstrap4 a.text-muted:focus, +.bootstrap4 a.text-muted:hover { color: #4b5257 !important; } -.bootstrap .text-primary { +.bootstrap4 .text-primary { color: #0275d8 !important; } -.bootstrap a.text-primary:focus, -.bootstrap a.text-primary:hover { +.bootstrap4 a.text-primary:focus, +.bootstrap4 a.text-primary:hover { color: #025aa5 !important; } -.bootstrap .text-success { +.bootstrap4 .text-success { color: #5cb85c !important; } -.bootstrap a.text-success:focus, -.bootstrap a.text-success:hover { +.bootstrap4 a.text-success:focus, +.bootstrap4 a.text-success:hover { color: #449d44 !important; } -.bootstrap .text-info { +.bootstrap4 .text-info { color: #5bc0de !important; } -.bootstrap a.text-info:focus, -.bootstrap a.text-info:hover { +.bootstrap4 a.text-info:focus, +.bootstrap4 a.text-info:hover { color: #31b0d5 !important; } -.bootstrap .text-warning { +.bootstrap4 .text-warning { color: #f0ad4e !important; } -.bootstrap a.text-warning:focus, -.bootstrap a.text-warning:hover { +.bootstrap4 a.text-warning:focus, +.bootstrap4 a.text-warning:hover { color: #ec971f !important; } -.bootstrap .text-danger { +.bootstrap4 .text-danger { color: #d9534f !important; } -.bootstrap a.text-danger:focus, -.bootstrap a.text-danger:hover { +.bootstrap4 a.text-danger:focus, +.bootstrap4 a.text-danger:hover { color: #c9302c !important; } -.bootstrap .text-gray-dark { +.bootstrap4 .text-gray-dark { color: #292b2c !important; } -.bootstrap a.text-gray-dark:focus, -.bootstrap a.text-gray-dark:hover { +.bootstrap4 a.text-gray-dark:focus, +.bootstrap4 a.text-gray-dark:hover { color: #101112 !important; } -.bootstrap .text-hide { +.bootstrap4 .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } -.bootstrap .invisible { +.bootstrap4 .invisible { visibility: hidden !important; } -.bootstrap .hidden-xs-up { +.bootstrap4 .hidden-xs-up { display: none !important; } @media (max-width: 575px) { - .bootstrap .hidden-xs-down { + .bootstrap4 .hidden-xs-down { display: none !important; } } @media (min-width: 576px) { - .bootstrap .hidden-sm-up { + .bootstrap4 .hidden-sm-up { display: none !important; } } @media (max-width: 767px) { - .bootstrap .hidden-sm-down { + .bootstrap4 .hidden-sm-down { display: none !important; } } @media (min-width: 768px) { - .bootstrap .hidden-md-up { + .bootstrap4 .hidden-md-up { display: none !important; } } @media (max-width: 991px) { - .bootstrap .hidden-md-down { + .bootstrap4 .hidden-md-down { display: none !important; } } @media (min-width: 992px) { - .bootstrap .hidden-lg-up { + .bootstrap4 .hidden-lg-up { display: none !important; } } @media (max-width: 1199px) { - .bootstrap .hidden-lg-down { + .bootstrap4 .hidden-lg-down { display: none !important; } } @media (min-width: 1200px) { - .bootstrap .hidden-xl-up { + .bootstrap4 .hidden-xl-up { display: none !important; } } -.bootstrap .hidden-xl-down { +.bootstrap4 .hidden-xl-down { display: none !important; } -.bootstrap .visible-print-block { +.bootstrap4 .visible-print-block { display: none !important; } @media print { - .bootstrap .visible-print-block { + .bootstrap4 .visible-print-block { display: block !important; } } -.bootstrap .visible-print-inline { +.bootstrap4 .visible-print-inline { display: none !important; } @media print { - .bootstrap .visible-print-inline { + .bootstrap4 .visible-print-inline { display: inline !important; } } -.bootstrap .visible-print-inline-block { +.bootstrap4 .visible-print-inline-block { display: none !important; } @media print { - .bootstrap .visible-print-inline-block { + .bootstrap4 .visible-print-inline-block { display: inline-block !important; } } @media print { - .bootstrap .hidden-print { + .bootstrap4 .hidden-print { display: none !important; } } -.bootstrap .btn-default, -.bootstrap .btn-primary, -.bootstrap .btn-success, -.bootstrap .btn-info, -.bootstrap .btn-warning, -.bootstrap .btn-danger { +.bootstrap4 .btn-default, +.bootstrap4 .btn-primary, +.bootstrap4 .btn-success, +.bootstrap4 .btn-info, +.bootstrap4 .btn-warning, +.bootstrap4 .btn-danger { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } -.bootstrap .btn-default:active, -.bootstrap .btn-primary:active, -.bootstrap .btn-success:active, -.bootstrap .btn-info:active, -.bootstrap .btn-warning:active, -.bootstrap .btn-danger:active, -.bootstrap .btn-default.active, -.bootstrap .btn-primary.active, -.bootstrap .btn-success.active, -.bootstrap .btn-info.active, -.bootstrap .btn-warning.active, -.bootstrap .btn-danger.active { +.bootstrap4 .btn-default:active, +.bootstrap4 .btn-primary:active, +.bootstrap4 .btn-success:active, +.bootstrap4 .btn-info:active, +.bootstrap4 .btn-warning:active, +.bootstrap4 .btn-danger:active, +.bootstrap4 .btn-default.active, +.bootstrap4 .btn-primary.active, +.bootstrap4 .btn-success.active, +.bootstrap4 .btn-info.active, +.bootstrap4 .btn-warning.active, +.bootstrap4 .btn-danger.active { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } -.bootstrap .btn-default.disabled, -.bootstrap .btn-primary.disabled, -.bootstrap .btn-success.disabled, -.bootstrap .btn-info.disabled, -.bootstrap .btn-warning.disabled, -.bootstrap .btn-danger.disabled, -.bootstrap .btn-default[disabled], -.bootstrap .btn-primary[disabled], -.bootstrap .btn-success[disabled], -.bootstrap .btn-info[disabled], -.bootstrap .btn-warning[disabled], -.bootstrap .btn-danger[disabled], -.bootstrap fieldset[disabled] .btn-default, -.bootstrap fieldset[disabled] .btn-primary, -.bootstrap fieldset[disabled] .btn-success, -.bootstrap fieldset[disabled] .btn-info, -.bootstrap fieldset[disabled] .btn-warning, -.bootstrap fieldset[disabled] .btn-danger { +.bootstrap4 .btn-default.disabled, +.bootstrap4 .btn-primary.disabled, +.bootstrap4 .btn-success.disabled, +.bootstrap4 .btn-info.disabled, +.bootstrap4 .btn-warning.disabled, +.bootstrap4 .btn-danger.disabled, +.bootstrap4 .btn-default[disabled], +.bootstrap4 .btn-primary[disabled], +.bootstrap4 .btn-success[disabled], +.bootstrap4 .btn-info[disabled], +.bootstrap4 .btn-warning[disabled], +.bootstrap4 .btn-danger[disabled], +.bootstrap4 fieldset[disabled] .btn-default, +.bootstrap4 fieldset[disabled] .btn-primary, +.bootstrap4 fieldset[disabled] .btn-success, +.bootstrap4 fieldset[disabled] .btn-info, +.bootstrap4 fieldset[disabled] .btn-warning, +.bootstrap4 fieldset[disabled] .btn-danger { -webkit-box-shadow: none; box-shadow: none; } -.bootstrap .btn-default .badge, -.bootstrap .btn-primary .badge, -.bootstrap .btn-success .badge, -.bootstrap .btn-info .badge, -.bootstrap .btn-warning .badge, -.bootstrap .btn-danger .badge { +.bootstrap4 .btn-default .badge, +.bootstrap4 .btn-primary .badge, +.bootstrap4 .btn-success .badge, +.bootstrap4 .btn-info .badge, +.bootstrap4 .btn-warning .badge, +.bootstrap4 .btn-danger .badge { text-shadow: none; } -.bootstrap .btn:active, -.bootstrap .btn.active { +.bootstrap4 .btn:active, +.bootstrap4 .btn.active { background-image: none; } -.bootstrap .btn-default { +.bootstrap4 .btn-default { background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%); background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0)); @@ -8882,38 +8882,38 @@ text-shadow: 0 1px 0 #fff; border-color: #ccc; } -.bootstrap .btn-default:hover, -.bootstrap .btn-default:focus { +.bootstrap4 .btn-default:hover, +.bootstrap4 .btn-default:focus { background-color: #e0e0e0; background-position: 0 -15px; } -.bootstrap .btn-default:active, -.bootstrap .btn-default.active { +.bootstrap4 .btn-default:active, +.bootstrap4 .btn-default.active { background-color: #e0e0e0; border-color: #dbdbdb; } -.bootstrap .btn-default.disabled, -.bootstrap .btn-default[disabled], -.bootstrap fieldset[disabled] .btn-default, -.bootstrap .btn-default.disabled:hover, -.bootstrap .btn-default[disabled]:hover, -.bootstrap fieldset[disabled] .btn-default:hover, -.bootstrap .btn-default.disabled:focus, -.bootstrap .btn-default[disabled]:focus, -.bootstrap fieldset[disabled] .btn-default:focus, -.bootstrap .btn-default.disabled.focus, -.bootstrap .btn-default[disabled].focus, -.bootstrap fieldset[disabled] .btn-default.focus, -.bootstrap .btn-default.disabled:active, -.bootstrap .btn-default[disabled]:active, -.bootstrap fieldset[disabled] .btn-default:active, -.bootstrap .btn-default.disabled.active, -.bootstrap .btn-default[disabled].active, -.bootstrap fieldset[disabled] .btn-default.active { +.bootstrap4 .btn-default.disabled, +.bootstrap4 .btn-default[disabled], +.bootstrap4 fieldset[disabled] .btn-default, +.bootstrap4 .btn-default.disabled:hover, +.bootstrap4 .btn-default[disabled]:hover, +.bootstrap4 fieldset[disabled] .btn-default:hover, +.bootstrap4 .btn-default.disabled:focus, +.bootstrap4 .btn-default[disabled]:focus, +.bootstrap4 fieldset[disabled] .btn-default:focus, +.bootstrap4 .btn-default.disabled.focus, +.bootstrap4 .btn-default[disabled].focus, +.bootstrap4 fieldset[disabled] .btn-default.focus, +.bootstrap4 .btn-default.disabled:active, +.bootstrap4 .btn-default[disabled]:active, +.bootstrap4 fieldset[disabled] .btn-default:active, +.bootstrap4 .btn-default.disabled.active, +.bootstrap4 .btn-default[disabled].active, +.bootstrap4 fieldset[disabled] .btn-default.active { background-color: #e0e0e0; background-image: none; } -.bootstrap .btn-primary { +.bootstrap4 .btn-primary { background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%); background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88)); @@ -8923,38 +8923,38 @@ background-repeat: repeat-x; border-color: #245580; } -.bootstrap .btn-primary:hover, -.bootstrap .btn-primary:focus { +.bootstrap4 .btn-primary:hover, +.bootstrap4 .btn-primary:focus { background-color: #265a88; background-position: 0 -15px; } -.bootstrap .btn-primary:active, -.bootstrap .btn-primary.active { +.bootstrap4 .btn-primary:active, +.bootstrap4 .btn-primary.active { background-color: #265a88; border-color: #245580; } -.bootstrap .btn-primary.disabled, -.bootstrap .btn-primary[disabled], -.bootstrap fieldset[disabled] .btn-primary, -.bootstrap .btn-primary.disabled:hover, -.bootstrap .btn-primary[disabled]:hover, -.bootstrap fieldset[disabled] .btn-primary:hover, -.bootstrap .btn-primary.disabled:focus, -.bootstrap .btn-primary[disabled]:focus, -.bootstrap fieldset[disabled] .btn-primary:focus, -.bootstrap .btn-primary.disabled.focus, -.bootstrap .btn-primary[disabled].focus, -.bootstrap fieldset[disabled] .btn-primary.focus, -.bootstrap .btn-primary.disabled:active, -.bootstrap .btn-primary[disabled]:active, -.bootstrap fieldset[disabled] .btn-primary:active, -.bootstrap .btn-primary.disabled.active, -.bootstrap .btn-primary[disabled].active, -.bootstrap fieldset[disabled] .btn-primary.active { +.bootstrap4 .btn-primary.disabled, +.bootstrap4 .btn-primary[disabled], +.bootstrap4 fieldset[disabled] .btn-primary, +.bootstrap4 .btn-primary.disabled:hover, +.bootstrap4 .btn-primary[disabled]:hover, +.bootstrap4 fieldset[disabled] .btn-primary:hover, +.bootstrap4 .btn-primary.disabled:focus, +.bootstrap4 .btn-primary[disabled]:focus, +.bootstrap4 fieldset[disabled] .btn-primary:focus, +.bootstrap4 .btn-primary.disabled.focus, +.bootstrap4 .btn-primary[disabled].focus, +.bootstrap4 fieldset[disabled] .btn-primary.focus, +.bootstrap4 .btn-primary.disabled:active, +.bootstrap4 .btn-primary[disabled]:active, +.bootstrap4 fieldset[disabled] .btn-primary:active, +.bootstrap4 .btn-primary.disabled.active, +.bootstrap4 .btn-primary[disabled].active, +.bootstrap4 fieldset[disabled] .btn-primary.active { background-color: #265a88; background-image: none; } -.bootstrap .btn-success { +.bootstrap4 .btn-success { background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%); background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641)); @@ -8964,38 +8964,38 @@ background-repeat: repeat-x; border-color: #3e8f3e; } -.bootstrap .btn-success:hover, -.bootstrap .btn-success:focus { +.bootstrap4 .btn-success:hover, +.bootstrap4 .btn-success:focus { background-color: #419641; background-position: 0 -15px; } -.bootstrap .btn-success:active, -.bootstrap .btn-success.active { +.bootstrap4 .btn-success:active, +.bootstrap4 .btn-success.active { background-color: #419641; border-color: #3e8f3e; } -.bootstrap .btn-success.disabled, -.bootstrap .btn-success[disabled], -.bootstrap fieldset[disabled] .btn-success, -.bootstrap .btn-success.disabled:hover, -.bootstrap .btn-success[disabled]:hover, -.bootstrap fieldset[disabled] .btn-success:hover, -.bootstrap .btn-success.disabled:focus, -.bootstrap .btn-success[disabled]:focus, -.bootstrap fieldset[disabled] .btn-success:focus, -.bootstrap .btn-success.disabled.focus, -.bootstrap .btn-success[disabled].focus, -.bootstrap fieldset[disabled] .btn-success.focus, -.bootstrap .btn-success.disabled:active, -.bootstrap .btn-success[disabled]:active, -.bootstrap fieldset[disabled] .btn-success:active, -.bootstrap .btn-success.disabled.active, -.bootstrap .btn-success[disabled].active, -.bootstrap fieldset[disabled] .btn-success.active { +.bootstrap4 .btn-success.disabled, +.bootstrap4 .btn-success[disabled], +.bootstrap4 fieldset[disabled] .btn-success, +.bootstrap4 .btn-success.disabled:hover, +.bootstrap4 .btn-success[disabled]:hover, +.bootstrap4 fieldset[disabled] .btn-success:hover, +.bootstrap4 .btn-success.disabled:focus, +.bootstrap4 .btn-success[disabled]:focus, +.bootstrap4 fieldset[disabled] .btn-success:focus, +.bootstrap4 .btn-success.disabled.focus, +.bootstrap4 .btn-success[disabled].focus, +.bootstrap4 fieldset[disabled] .btn-success.focus, +.bootstrap4 .btn-success.disabled:active, +.bootstrap4 .btn-success[disabled]:active, +.bootstrap4 fieldset[disabled] .btn-success:active, +.bootstrap4 .btn-success.disabled.active, +.bootstrap4 .btn-success[disabled].active, +.bootstrap4 fieldset[disabled] .btn-success.active { background-color: #419641; background-image: none; } -.bootstrap .btn-info { +.bootstrap4 .btn-info { background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%); background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2)); @@ -9005,38 +9005,38 @@ background-repeat: repeat-x; border-color: #28a4c9; } -.bootstrap .btn-info:hover, -.bootstrap .btn-info:focus { +.bootstrap4 .btn-info:hover, +.bootstrap4 .btn-info:focus { background-color: #2aabd2; background-position: 0 -15px; } -.bootstrap .btn-info:active, -.bootstrap .btn-info.active { +.bootstrap4 .btn-info:active, +.bootstrap4 .btn-info.active { background-color: #2aabd2; border-color: #28a4c9; } -.bootstrap .btn-info.disabled, -.bootstrap .btn-info[disabled], -.bootstrap fieldset[disabled] .btn-info, -.bootstrap .btn-info.disabled:hover, -.bootstrap .btn-info[disabled]:hover, -.bootstrap fieldset[disabled] .btn-info:hover, -.bootstrap .btn-info.disabled:focus, -.bootstrap .btn-info[disabled]:focus, -.bootstrap fieldset[disabled] .btn-info:focus, -.bootstrap .btn-info.disabled.focus, -.bootstrap .btn-info[disabled].focus, -.bootstrap fieldset[disabled] .btn-info.focus, -.bootstrap .btn-info.disabled:active, -.bootstrap .btn-info[disabled]:active, -.bootstrap fieldset[disabled] .btn-info:active, -.bootstrap .btn-info.disabled.active, -.bootstrap .btn-info[disabled].active, -.bootstrap fieldset[disabled] .btn-info.active { +.bootstrap4 .btn-info.disabled, +.bootstrap4 .btn-info[disabled], +.bootstrap4 fieldset[disabled] .btn-info, +.bootstrap4 .btn-info.disabled:hover, +.bootstrap4 .btn-info[disabled]:hover, +.bootstrap4 fieldset[disabled] .btn-info:hover, +.bootstrap4 .btn-info.disabled:focus, +.bootstrap4 .btn-info[disabled]:focus, +.bootstrap4 fieldset[disabled] .btn-info:focus, +.bootstrap4 .btn-info.disabled.focus, +.bootstrap4 .btn-info[disabled].focus, +.bootstrap4 fieldset[disabled] .btn-info.focus, +.bootstrap4 .btn-info.disabled:active, +.bootstrap4 .btn-info[disabled]:active, +.bootstrap4 fieldset[disabled] .btn-info:active, +.bootstrap4 .btn-info.disabled.active, +.bootstrap4 .btn-info[disabled].active, +.bootstrap4 fieldset[disabled] .btn-info.active { background-color: #2aabd2; background-image: none; } -.bootstrap .btn-warning { +.bootstrap4 .btn-warning { background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%); background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316)); @@ -9046,38 +9046,38 @@ background-repeat: repeat-x; border-color: #e38d13; } -.bootstrap .btn-warning:hover, -.bootstrap .btn-warning:focus { +.bootstrap4 .btn-warning:hover, +.bootstrap4 .btn-warning:focus { background-color: #eb9316; background-position: 0 -15px; } -.bootstrap .btn-warning:active, -.bootstrap .btn-warning.active { +.bootstrap4 .btn-warning:active, +.bootstrap4 .btn-warning.active { background-color: #eb9316; border-color: #e38d13; } -.bootstrap .btn-warning.disabled, -.bootstrap .btn-warning[disabled], -.bootstrap fieldset[disabled] .btn-warning, -.bootstrap .btn-warning.disabled:hover, -.bootstrap .btn-warning[disabled]:hover, -.bootstrap fieldset[disabled] .btn-warning:hover, -.bootstrap .btn-warning.disabled:focus, -.bootstrap .btn-warning[disabled]:focus, -.bootstrap fieldset[disabled] .btn-warning:focus, -.bootstrap .btn-warning.disabled.focus, -.bootstrap .btn-warning[disabled].focus, -.bootstrap fieldset[disabled] .btn-warning.focus, -.bootstrap .btn-warning.disabled:active, -.bootstrap .btn-warning[disabled]:active, -.bootstrap fieldset[disabled] .btn-warning:active, -.bootstrap .btn-warning.disabled.active, -.bootstrap .btn-warning[disabled].active, -.bootstrap fieldset[disabled] .btn-warning.active { +.bootstrap4 .btn-warning.disabled, +.bootstrap4 .btn-warning[disabled], +.bootstrap4 fieldset[disabled] .btn-warning, +.bootstrap4 .btn-warning.disabled:hover, +.bootstrap4 .btn-warning[disabled]:hover, +.bootstrap4 fieldset[disabled] .btn-warning:hover, +.bootstrap4 .btn-warning.disabled:focus, +.bootstrap4 .btn-warning[disabled]:focus, +.bootstrap4 fieldset[disabled] .btn-warning:focus, +.bootstrap4 .btn-warning.disabled.focus, +.bootstrap4 .btn-warning[disabled].focus, +.bootstrap4 fieldset[disabled] .btn-warning.focus, +.bootstrap4 .btn-warning.disabled:active, +.bootstrap4 .btn-warning[disabled]:active, +.bootstrap4 fieldset[disabled] .btn-warning:active, +.bootstrap4 .btn-warning.disabled.active, +.bootstrap4 .btn-warning[disabled].active, +.bootstrap4 fieldset[disabled] .btn-warning.active { background-color: #eb9316; background-image: none; } -.bootstrap .btn-danger { +.bootstrap4 .btn-danger { background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%); background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a)); @@ -9087,44 +9087,44 @@ background-repeat: repeat-x; border-color: #b92c28; } -.bootstrap .btn-danger:hover, -.bootstrap .btn-danger:focus { +.bootstrap4 .btn-danger:hover, +.bootstrap4 .btn-danger:focus { background-color: #c12e2a; background-position: 0 -15px; } -.bootstrap .btn-danger:active, -.bootstrap .btn-danger.active { +.bootstrap4 .btn-danger:active, +.bootstrap4 .btn-danger.active { background-color: #c12e2a; border-color: #b92c28; } -.bootstrap .btn-danger.disabled, -.bootstrap .btn-danger[disabled], -.bootstrap fieldset[disabled] .btn-danger, -.bootstrap .btn-danger.disabled:hover, -.bootstrap .btn-danger[disabled]:hover, -.bootstrap fieldset[disabled] .btn-danger:hover, -.bootstrap .btn-danger.disabled:focus, -.bootstrap .btn-danger[disabled]:focus, -.bootstrap fieldset[disabled] .btn-danger:focus, -.bootstrap .btn-danger.disabled.focus, -.bootstrap .btn-danger[disabled].focus, -.bootstrap fieldset[disabled] .btn-danger.focus, -.bootstrap .btn-danger.disabled:active, -.bootstrap .btn-danger[disabled]:active, -.bootstrap fieldset[disabled] .btn-danger:active, -.bootstrap .btn-danger.disabled.active, -.bootstrap .btn-danger[disabled].active, -.bootstrap fieldset[disabled] .btn-danger.active { +.bootstrap4 .btn-danger.disabled, +.bootstrap4 .btn-danger[disabled], +.bootstrap4 fieldset[disabled] .btn-danger, +.bootstrap4 .btn-danger.disabled:hover, +.bootstrap4 .btn-danger[disabled]:hover, +.bootstrap4 fieldset[disabled] .btn-danger:hover, +.bootstrap4 .btn-danger.disabled:focus, +.bootstrap4 .btn-danger[disabled]:focus, +.bootstrap4 fieldset[disabled] .btn-danger:focus, +.bootstrap4 .btn-danger.disabled.focus, +.bootstrap4 .btn-danger[disabled].focus, +.bootstrap4 fieldset[disabled] .btn-danger.focus, +.bootstrap4 .btn-danger.disabled:active, +.bootstrap4 .btn-danger[disabled]:active, +.bootstrap4 fieldset[disabled] .btn-danger:active, +.bootstrap4 .btn-danger.disabled.active, +.bootstrap4 .btn-danger[disabled].active, +.bootstrap4 fieldset[disabled] .btn-danger.active { background-color: #c12e2a; background-image: none; } -.bootstrap .thumbnail, -.bootstrap .img-thumbnail { +.bootstrap4 .thumbnail, +.bootstrap4 .img-thumbnail { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); } -.bootstrap .dropdown-menu > li > a:hover, -.bootstrap .dropdown-menu > li > a:focus { +.bootstrap4 .dropdown-menu > li > a:hover, +.bootstrap4 .dropdown-menu > li > a:focus { background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8)); @@ -9133,9 +9133,9 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); background-color: #e8e8e8; } -.bootstrap .dropdown-menu > .active > a, -.bootstrap .dropdown-menu > .active > a:hover, -.bootstrap .dropdown-menu > .active > a:focus { +.bootstrap4 .dropdown-menu > .active > a, +.bootstrap4 .dropdown-menu > .active > a:hover, +.bootstrap4 .dropdown-menu > .active > a:focus { background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4)); @@ -9144,7 +9144,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); background-color: #2e6da4; } -.bootstrap .navbar-default { +.bootstrap4 .navbar-default { background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%); background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8)); @@ -9156,8 +9156,8 @@ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); } -.bootstrap .navbar-default .navbar-nav > .open > a, -.bootstrap .navbar-default .navbar-nav > .active > a { +.bootstrap4 .navbar-default .navbar-nav > .open > a, +.bootstrap4 .navbar-default .navbar-nav > .active > a { background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%); background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2)); @@ -9167,11 +9167,11 @@ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); } -.bootstrap .navbar-brand, -.bootstrap .navbar-nav > li > a { +.bootstrap4 .navbar-brand, +.bootstrap4 .navbar-nav > li > a { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); } -.bootstrap .navbar-inverse { +.bootstrap4 .navbar-inverse { background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%); background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222)); @@ -9181,8 +9181,8 @@ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border-radius: 4px; } -.bootstrap .navbar-inverse .navbar-nav > .open > a, -.bootstrap .navbar-inverse .navbar-nav > .active > a { +.bootstrap4 .navbar-inverse .navbar-nav > .open > a, +.bootstrap4 .navbar-inverse .navbar-nav > .active > a { background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%); background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f)); @@ -9192,19 +9192,19 @@ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); } -.bootstrap .navbar-inverse .navbar-brand, -.bootstrap .navbar-inverse .navbar-nav > li > a { +.bootstrap4 .navbar-inverse .navbar-brand, +.bootstrap4 .navbar-inverse .navbar-nav > li > a { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } -.bootstrap .navbar-static-top, -.bootstrap .navbar-fixed-top, -.bootstrap .navbar-fixed-bottom { +.bootstrap4 .navbar-static-top, +.bootstrap4 .navbar-fixed-top, +.bootstrap4 .navbar-fixed-bottom { border-radius: 0; } @media (max-width: 767px) { - .bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a, - .bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, - .bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { + .bootstrap4 .navbar .navbar-nav .open .dropdown-menu > .active > a, + .bootstrap4 .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, + .bootstrap4 .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%); @@ -9214,12 +9214,12 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); } } -.bootstrap .alert { +.bootstrap4 .alert { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); } -.bootstrap .alert-success { +.bootstrap4 .alert-success { background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%); background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc)); @@ -9228,7 +9228,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); border-color: #b2dba1; } -.bootstrap .alert-info { +.bootstrap4 .alert-info { background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%); background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0)); @@ -9237,7 +9237,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); border-color: #9acfea; } -.bootstrap .alert-warning { +.bootstrap4 .alert-warning { background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%); background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0)); @@ -9246,7 +9246,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); border-color: #f5e79e; } -.bootstrap .alert-danger { +.bootstrap4 .alert-danger { background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%); background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3)); @@ -9255,7 +9255,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); border-color: #dca7a7; } -.bootstrap .progress { +.bootstrap4 .progress { background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%); background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5)); @@ -9263,7 +9263,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); } -.bootstrap .progress-bar { +.bootstrap4 .progress-bar { background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%); background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090)); @@ -9271,7 +9271,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); } -.bootstrap .progress-bar-success { +.bootstrap4 .progress-bar-success { background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%); background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44)); @@ -9279,7 +9279,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); } -.bootstrap .progress-bar-info { +.bootstrap4 .progress-bar-info { background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%); background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5)); @@ -9287,7 +9287,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); } -.bootstrap .progress-bar-warning { +.bootstrap4 .progress-bar-warning { background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%); background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f)); @@ -9295,7 +9295,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); } -.bootstrap .progress-bar-danger { +.bootstrap4 .progress-bar-danger { background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%); background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c)); @@ -9303,19 +9303,19 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); } -.bootstrap .progress-bar-striped { +.bootstrap4 .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } -.bootstrap .list-group { +.bootstrap4 .list-group { border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); } -.bootstrap .list-group-item.active, -.bootstrap .list-group-item.active:hover, -.bootstrap .list-group-item.active:focus { +.bootstrap4 .list-group-item.active, +.bootstrap4 .list-group-item.active:hover, +.bootstrap4 .list-group-item.active:focus { text-shadow: 0 -1px 0 #286090; background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%); background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%); @@ -9325,16 +9325,16 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0); border-color: #2b669a; } -.bootstrap .list-group-item.active .badge, -.bootstrap .list-group-item.active:hover .badge, -.bootstrap .list-group-item.active:focus .badge { +.bootstrap4 .list-group-item.active .badge, +.bootstrap4 .list-group-item.active:hover .badge, +.bootstrap4 .list-group-item.active:focus .badge { text-shadow: none; } -.bootstrap .panel { +.bootstrap4 .panel { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } -.bootstrap .panel-default > .panel-heading { +.bootstrap4 .panel-default > .panel-heading { background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8)); @@ -9342,7 +9342,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); } -.bootstrap .panel-primary > .panel-heading { +.bootstrap4 .panel-primary > .panel-heading { background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4)); @@ -9350,7 +9350,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); } -.bootstrap .panel-success > .panel-heading { +.bootstrap4 .panel-success > .panel-heading { background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%); background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6)); @@ -9358,7 +9358,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); } -.bootstrap .panel-info > .panel-heading { +.bootstrap4 .panel-info > .panel-heading { background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%); background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3)); @@ -9366,7 +9366,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); } -.bootstrap .panel-warning > .panel-heading { +.bootstrap4 .panel-warning > .panel-heading { background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%); background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc)); @@ -9374,7 +9374,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); } -.bootstrap .panel-danger > .panel-heading { +.bootstrap4 .panel-danger > .panel-heading { background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%); background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc)); @@ -9382,7 +9382,7 @@ background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); } -.bootstrap .well { +.bootstrap4 .well { background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%); background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5)); diff --git a/versions/4.0.0/iso_bootstrap4.0.0min.css b/versions/4.0.0/iso_bootstrap4.0.0min.css new file mode 100644 index 0000000..d815886 --- /dev/null +++ b/versions/4.0.0/iso_bootstrap4.0.0min.css @@ -0,0 +1 @@ +.bootstrap4{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.bootstrap4{margin:0}.bootstrap4 article,.bootstrap4 aside,.bootstrap4 footer,.bootstrap4 header,.bootstrap4 nav,.bootstrap4 section{display:block}.bootstrap4 h1{font-size:2em;margin:0.67em 0}.bootstrap4 figcaption,.bootstrap4 figure,.bootstrap4 main{display:block}.bootstrap4 figure{margin:1em 40px}.bootstrap4 hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}.bootstrap4 pre{font-family:monospace,monospace;font-size:1em}.bootstrap4 a{background-color:transparent;-webkit-text-decoration-skip:objects}.bootstrap4 a:active,.bootstrap4 a:hover{outline-width:0}.bootstrap4 abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}.bootstrap4 b,.bootstrap4 strong{font-weight:inherit}.bootstrap4 b,.bootstrap4 strong{font-weight:bolder}.bootstrap4 code,.bootstrap4 kbd,.bootstrap4 samp{font-family:monospace,monospace;font-size:1em}.bootstrap4 dfn{font-style:italic}.bootstrap4 mark{background-color:#ff0;color:#000}.bootstrap4 small{font-size:80%}.bootstrap4 sub,.bootstrap4 sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.bootstrap4 sub{bottom:-0.25em}.bootstrap4 sup{top:-0.5em}.bootstrap4 audio,.bootstrap4 video{display:inline-block}.bootstrap4 audio:not([controls]){display:none;height:0}.bootstrap4 img{border-style:none}.bootstrap4 svg:not(:root){overflow:hidden}.bootstrap4 button,.bootstrap4 input,.bootstrap4 optgroup,.bootstrap4 select,.bootstrap4 textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}.bootstrap4 button,.bootstrap4 input{overflow:visible}.bootstrap4 button,.bootstrap4 select{text-transform:none}.bootstrap4 [type=reset],.bootstrap4 [type=submit],.bootstrap4 button,.bootstrap4 [type=button]{-webkit-appearance:button}.bootstrap4 [type=button]::-moz-focus-inner,.bootstrap4 [type=reset]::-moz-focus-inner,.bootstrap4 [type=submit]::-moz-focus-inner,.bootstrap4 button::-moz-focus-inner{border-style:none;padding:0}.bootstrap4 [type=button]:-moz-focusring,.bootstrap4 [type=reset]:-moz-focusring,.bootstrap4 [type=submit]:-moz-focusring,.bootstrap4 button:-moz-focusring{outline:1px dotted ButtonText}.bootstrap4 fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em 0.75em}.bootstrap4 legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.bootstrap4 progress{display:inline-block;vertical-align:baseline}.bootstrap4 textarea{overflow:auto}.bootstrap4 [type=checkbox],.bootstrap4 [type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.bootstrap4 [type=number]::-webkit-inner-spin-button,.bootstrap4 [type=number]::-webkit-outer-spin-button{height:auto}.bootstrap4 [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.bootstrap4 [type=search]::-webkit-search-cancel-button,.bootstrap4 [type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap4 ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.bootstrap4 details,.bootstrap4 menu{display:block}.bootstrap4 summary{display:list-item}.bootstrap4 canvas{display:inline-block}.bootstrap4 template{display:none}.bootstrap4 [hidden]{display:none}@media print{.bootstrap4 *,.bootstrap4 ::after,.bootstrap4 ::before,.bootstrap4 blockquote::first-letter,.bootstrap4 blockquote::first-line,.bootstrap4 div::first-letter,.bootstrap4 div::first-line,.bootstrap4 li::first-letter,.bootstrap4 li::first-line,.bootstrap4 p::first-letter,.bootstrap4 p::first-line{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}.bootstrap4 a,.bootstrap4 a:visited{text-decoration:underline}.bootstrap4 abbr[title]::after{content:" (" attr(title) ")"}.bootstrap4 pre{white-space:pre-wrap !important}.bootstrap4 blockquote,.bootstrap4 pre{border:1px solid #999;page-break-inside:avoid}.bootstrap4 thead{display:table-header-group}.bootstrap4 img,.bootstrap4 tr{page-break-inside:avoid}.bootstrap4 h2,.bootstrap4 h3,.bootstrap4 p{orphans:3;widows:3}.bootstrap4 h2,.bootstrap4 h3{page-break-after:avoid}.bootstrap4 .navbar{display:none}.bootstrap4 .badge{border:1px solid #000}.bootstrap4 .table{border-collapse:collapse !important}.bootstrap4 .table td,.bootstrap4 .table th{background-color:#fff !important}.bootstrap4 .table-bordered td,.bootstrap4 .table-bordered th{border:1px solid #ddd !important}}.bootstrap4{-webkit-box-sizing:border-box;box-sizing:border-box}.bootstrap4 *,.bootstrap4 ::after,.bootstrap4 ::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}.bootstrap4{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}.bootstrap4{font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}.bootstrap4 [tabindex="-1"]:focus{outline:0 !important}.bootstrap4 h1,.bootstrap4 h2,.bootstrap4 h3,.bootstrap4 h4,.bootstrap4 h5,.bootstrap4 h6{margin-top:0;margin-bottom:0.5rem}.bootstrap4 p{margin-top:0;margin-bottom:1rem}.bootstrap4 abbr[data-original-title],.bootstrap4 abbr[title]{cursor:help}.bootstrap4 address{margin-bottom:1rem;font-style:normal;line-height:inherit}.bootstrap4 dl,.bootstrap4 ol,.bootstrap4 ul{margin-top:0;margin-bottom:1rem}.bootstrap4 ol ol,.bootstrap4 ol ul,.bootstrap4 ul ol,.bootstrap4 ul ul{margin-bottom:0}.bootstrap4 dt{font-weight:700}.bootstrap4 dd{margin-bottom:.5rem;margin-left:0}.bootstrap4 blockquote{margin:0 0 1rem}.bootstrap4 a{color:#0275d8;text-decoration:none}.bootstrap4 a:focus,.bootstrap4 a:hover{color:#014c8c;text-decoration:underline}.bootstrap4 a:not([href]):not([tabindex]){color:inherit;text-decoration:none}.bootstrap4 a:not([href]):not([tabindex]):focus,.bootstrap4 a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}.bootstrap4 a:not([href]):not([tabindex]):focus{outline:0}.bootstrap4 pre{margin-top:0;margin-bottom:1rem;overflow:auto}.bootstrap4 figure{margin:0 0 1rem}.bootstrap4 img{vertical-align:middle}.bootstrap4 [role=button]{cursor:pointer}.bootstrap4 [role=button],.bootstrap4 a,.bootstrap4 area,.bootstrap4 button,.bootstrap4 input,.bootstrap4 label,.bootstrap4 select,.bootstrap4 summary,.bootstrap4 textarea{-ms-touch-action:manipulation;touch-action:manipulation}.bootstrap4 table{border-collapse:collapse;background-color:transparent}.bootstrap4 caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;text-align:left;caption-side:bottom}.bootstrap4 th{text-align:left}.bootstrap4 label{display:inline-block;margin-bottom:0.5rem}.bootstrap4 button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.bootstrap4 button,.bootstrap4 input,.bootstrap4 select,.bootstrap4 textarea{line-height:inherit}.bootstrap4 input[type=checkbox]:disabled,.bootstrap4 input[type=radio]:disabled{cursor:not-allowed}.bootstrap4 input[type=date],.bootstrap4 input[type=time],.bootstrap4 input[type=datetime-local],.bootstrap4 input[type=month]{-webkit-appearance:listbox}.bootstrap4 textarea{resize:vertical}.bootstrap4 fieldset{min-width:0;padding:0;margin:0;border:0}.bootstrap4 legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}.bootstrap4 input[type=search]{-webkit-appearance:none}.bootstrap4 output{display:inline-block}.bootstrap4 [hidden]{display:none !important}.bootstrap4 .h1,.bootstrap4 .h2,.bootstrap4 .h3,.bootstrap4 .h4,.bootstrap4 .h5,.bootstrap4 .h6,.bootstrap4 h1,.bootstrap4 h2,.bootstrap4 h3,.bootstrap4 h4,.bootstrap4 h5,.bootstrap4 h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.bootstrap4 .h1,.bootstrap4 h1{font-size:2.5rem}.bootstrap4 .h2,.bootstrap4 h2{font-size:2rem}.bootstrap4 .h3,.bootstrap4 h3{font-size:1.75rem}.bootstrap4 .h4,.bootstrap4 h4{font-size:1.5rem}.bootstrap4 .h5,.bootstrap4 h5{font-size:1.25rem}.bootstrap4 .h6,.bootstrap4 h6{font-size:1rem}.bootstrap4 .lead{font-size:1.25rem;font-weight:300}.bootstrap4 .display-1{font-size:6rem;font-weight:300;line-height:1.1}.bootstrap4 .display-2{font-size:5.5rem;font-weight:300;line-height:1.1}.bootstrap4 .display-3{font-size:4.5rem;font-weight:300;line-height:1.1}.bootstrap4 .display-4{font-size:3.5rem;font-weight:300;line-height:1.1}.bootstrap4 hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0, 0, 0, 0.1)}.bootstrap4 .small,.bootstrap4 small{font-size:80%;font-weight:400}.bootstrap4 .mark,.bootstrap4 mark{padding:.2em;background-color:#fcf8e3}.bootstrap4 .list-unstyled{padding-left:0;list-style:none}.bootstrap4 .list-inline{padding-left:0;list-style:none}.bootstrap4 .list-inline-item{display:inline-block}.bootstrap4 .list-inline-item:not(:last-child){margin-right:5px}.bootstrap4 .initialism{font-size:90%;text-transform:uppercase}.bootstrap4 .blockquote{padding:.5rem 1rem;margin-bottom:1rem;font-size:1.25rem;border-left:0.25rem solid #eceeef}.bootstrap4 .blockquote-footer{display:block;font-size:80%;color:#636c72}.bootstrap4 .blockquote-footer::before{content:"\2014 \00A0"}.bootstrap4 .blockquote-reverse{padding-right:1rem;padding-left:0;text-align:right;border-right:.25rem solid #eceeef;border-left:0}.bootstrap4 .blockquote-reverse .blockquote-footer::before{content:""}.bootstrap4 .blockquote-reverse .blockquote-footer::after{content:"\00A0 \2014"}.bootstrap4 .img-fluid{max-width:100%;height:auto}.bootstrap4 .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;-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}.bootstrap4 .figure{display:inline-block}.bootstrap4 .figure-img{margin-bottom:.5rem;line-height:1}.bootstrap4 .figure-caption{font-size:90%;color:#636c72}.bootstrap4 code,.bootstrap4 kbd,.bootstrap4 pre,.bootstrap4 samp{font-family:Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}.bootstrap4 code{padding:.2rem .4rem;font-size:90%;color:#bd4147;background-color:#f7f7f9;border-radius:0.25rem}.bootstrap4 a > code{padding:0;color:inherit;background-color:inherit}.bootstrap4 kbd{padding:.2rem .4rem;font-size:90%;color:#fff;background-color:#292b2c;border-radius:0.2rem}.bootstrap4 kbd kbd{padding:0;font-size:100%;font-weight:700}.bootstrap4 pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#292b2c}.bootstrap4 pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}.bootstrap4 .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap4 .container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width: 576px){.bootstrap4 .container{padding-right:15px;padding-left:15px}}@media (min-width: 768px){.bootstrap4 .container{padding-right:15px;padding-left:15px}}@media (min-width: 992px){.bootstrap4 .container{padding-right:15px;padding-left:15px}}@media (min-width: 1200px){.bootstrap4 .container{padding-right:15px;padding-left:15px}}@media (min-width: 576px){.bootstrap4 .container{width:540px;max-width:100%}}@media (min-width: 768px){.bootstrap4 .container{width:720px;max-width:100%}}@media (min-width: 992px){.bootstrap4 .container{width:960px;max-width:100%}}@media (min-width: 1200px){.bootstrap4 .container{width:1140px;max-width:100%}}.bootstrap4 .container-fluid{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width: 576px){.bootstrap4 .container-fluid{padding-right:15px;padding-left:15px}}@media (min-width: 768px){.bootstrap4 .container-fluid{padding-right:15px;padding-left:15px}}@media (min-width: 992px){.bootstrap4 .container-fluid{padding-right:15px;padding-left:15px}}@media (min-width: 1200px){.bootstrap4 .container-fluid{padding-right:15px;padding-left:15px}}.bootstrap4 .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width: 576px){.bootstrap4 .row{margin-right:-15px;margin-left:-15px}}@media (min-width: 768px){.bootstrap4 .row{margin-right:-15px;margin-left:-15px}}@media (min-width: 992px){.bootstrap4 .row{margin-right:-15px;margin-left:-15px}}@media (min-width: 1200px){.bootstrap4 .row{margin-right:-15px;margin-left:-15px}}.bootstrap4 .no-gutters{margin-right:0;margin-left:0}.bootstrap4 .no-gutters > .col,.bootstrap4 .no-gutters > [class*=col-]{padding-right:0;padding-left:0}.bootstrap4 .col,.bootstrap4 .col-1,.bootstrap4 .col-10,.bootstrap4 .col-11,.bootstrap4 .col-12,.bootstrap4 .col-2,.bootstrap4 .col-3,.bootstrap4 .col-4,.bootstrap4 .col-5,.bootstrap4 .col-6,.bootstrap4 .col-7,.bootstrap4 .col-8,.bootstrap4 .col-9,.bootstrap4 .col-lg,.bootstrap4 .col-lg-1,.bootstrap4 .col-lg-10,.bootstrap4 .col-lg-11,.bootstrap4 .col-lg-12,.bootstrap4 .col-lg-2,.bootstrap4 .col-lg-3,.bootstrap4 .col-lg-4,.bootstrap4 .col-lg-5,.bootstrap4 .col-lg-6,.bootstrap4 .col-lg-7,.bootstrap4 .col-lg-8,.bootstrap4 .col-lg-9,.bootstrap4 .col-md,.bootstrap4 .col-md-1,.bootstrap4 .col-md-10,.bootstrap4 .col-md-11,.bootstrap4 .col-md-12,.bootstrap4 .col-md-2,.bootstrap4 .col-md-3,.bootstrap4 .col-md-4,.bootstrap4 .col-md-5,.bootstrap4 .col-md-6,.bootstrap4 .col-md-7,.bootstrap4 .col-md-8,.bootstrap4 .col-md-9,.bootstrap4 .col-sm,.bootstrap4 .col-sm-1,.bootstrap4 .col-sm-10,.bootstrap4 .col-sm-11,.bootstrap4 .col-sm-12,.bootstrap4 .col-sm-2,.bootstrap4 .col-sm-3,.bootstrap4 .col-sm-4,.bootstrap4 .col-sm-5,.bootstrap4 .col-sm-6,.bootstrap4 .col-sm-7,.bootstrap4 .col-sm-8,.bootstrap4 .col-sm-9,.bootstrap4 .col-xl,.bootstrap4 .col-xl-1,.bootstrap4 .col-xl-10,.bootstrap4 .col-xl-11,.bootstrap4 .col-xl-12,.bootstrap4 .col-xl-2,.bootstrap4 .col-xl-3,.bootstrap4 .col-xl-4,.bootstrap4 .col-xl-5,.bootstrap4 .col-xl-6,.bootstrap4 .col-xl-7,.bootstrap4 .col-xl-8,.bootstrap4 .col-xl-9{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width: 576px){.bootstrap4 .col,.bootstrap4 .col-1,.bootstrap4 .col-10,.bootstrap4 .col-11,.bootstrap4 .col-12,.bootstrap4 .col-2,.bootstrap4 .col-3,.bootstrap4 .col-4,.bootstrap4 .col-5,.bootstrap4 .col-6,.bootstrap4 .col-7,.bootstrap4 .col-8,.bootstrap4 .col-9,.bootstrap4 .col-lg,.bootstrap4 .col-lg-1,.bootstrap4 .col-lg-10,.bootstrap4 .col-lg-11,.bootstrap4 .col-lg-12,.bootstrap4 .col-lg-2,.bootstrap4 .col-lg-3,.bootstrap4 .col-lg-4,.bootstrap4 .col-lg-5,.bootstrap4 .col-lg-6,.bootstrap4 .col-lg-7,.bootstrap4 .col-lg-8,.bootstrap4 .col-lg-9,.bootstrap4 .col-md,.bootstrap4 .col-md-1,.bootstrap4 .col-md-10,.bootstrap4 .col-md-11,.bootstrap4 .col-md-12,.bootstrap4 .col-md-2,.bootstrap4 .col-md-3,.bootstrap4 .col-md-4,.bootstrap4 .col-md-5,.bootstrap4 .col-md-6,.bootstrap4 .col-md-7,.bootstrap4 .col-md-8,.bootstrap4 .col-md-9,.bootstrap4 .col-sm,.bootstrap4 .col-sm-1,.bootstrap4 .col-sm-10,.bootstrap4 .col-sm-11,.bootstrap4 .col-sm-12,.bootstrap4 .col-sm-2,.bootstrap4 .col-sm-3,.bootstrap4 .col-sm-4,.bootstrap4 .col-sm-5,.bootstrap4 .col-sm-6,.bootstrap4 .col-sm-7,.bootstrap4 .col-sm-8,.bootstrap4 .col-sm-9,.bootstrap4 .col-xl,.bootstrap4 .col-xl-1,.bootstrap4 .col-xl-10,.bootstrap4 .col-xl-11,.bootstrap4 .col-xl-12,.bootstrap4 .col-xl-2,.bootstrap4 .col-xl-3,.bootstrap4 .col-xl-4,.bootstrap4 .col-xl-5,.bootstrap4 .col-xl-6,.bootstrap4 .col-xl-7,.bootstrap4 .col-xl-8,.bootstrap4 .col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width: 768px){.bootstrap4 .col,.bootstrap4 .col-1,.bootstrap4 .col-10,.bootstrap4 .col-11,.bootstrap4 .col-12,.bootstrap4 .col-2,.bootstrap4 .col-3,.bootstrap4 .col-4,.bootstrap4 .col-5,.bootstrap4 .col-6,.bootstrap4 .col-7,.bootstrap4 .col-8,.bootstrap4 .col-9,.bootstrap4 .col-lg,.bootstrap4 .col-lg-1,.bootstrap4 .col-lg-10,.bootstrap4 .col-lg-11,.bootstrap4 .col-lg-12,.bootstrap4 .col-lg-2,.bootstrap4 .col-lg-3,.bootstrap4 .col-lg-4,.bootstrap4 .col-lg-5,.bootstrap4 .col-lg-6,.bootstrap4 .col-lg-7,.bootstrap4 .col-lg-8,.bootstrap4 .col-lg-9,.bootstrap4 .col-md,.bootstrap4 .col-md-1,.bootstrap4 .col-md-10,.bootstrap4 .col-md-11,.bootstrap4 .col-md-12,.bootstrap4 .col-md-2,.bootstrap4 .col-md-3,.bootstrap4 .col-md-4,.bootstrap4 .col-md-5,.bootstrap4 .col-md-6,.bootstrap4 .col-md-7,.bootstrap4 .col-md-8,.bootstrap4 .col-md-9,.bootstrap4 .col-sm,.bootstrap4 .col-sm-1,.bootstrap4 .col-sm-10,.bootstrap4 .col-sm-11,.bootstrap4 .col-sm-12,.bootstrap4 .col-sm-2,.bootstrap4 .col-sm-3,.bootstrap4 .col-sm-4,.bootstrap4 .col-sm-5,.bootstrap4 .col-sm-6,.bootstrap4 .col-sm-7,.bootstrap4 .col-sm-8,.bootstrap4 .col-sm-9,.bootstrap4 .col-xl,.bootstrap4 .col-xl-1,.bootstrap4 .col-xl-10,.bootstrap4 .col-xl-11,.bootstrap4 .col-xl-12,.bootstrap4 .col-xl-2,.bootstrap4 .col-xl-3,.bootstrap4 .col-xl-4,.bootstrap4 .col-xl-5,.bootstrap4 .col-xl-6,.bootstrap4 .col-xl-7,.bootstrap4 .col-xl-8,.bootstrap4 .col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width: 992px){.bootstrap4 .col,.bootstrap4 .col-1,.bootstrap4 .col-10,.bootstrap4 .col-11,.bootstrap4 .col-12,.bootstrap4 .col-2,.bootstrap4 .col-3,.bootstrap4 .col-4,.bootstrap4 .col-5,.bootstrap4 .col-6,.bootstrap4 .col-7,.bootstrap4 .col-8,.bootstrap4 .col-9,.bootstrap4 .col-lg,.bootstrap4 .col-lg-1,.bootstrap4 .col-lg-10,.bootstrap4 .col-lg-11,.bootstrap4 .col-lg-12,.bootstrap4 .col-lg-2,.bootstrap4 .col-lg-3,.bootstrap4 .col-lg-4,.bootstrap4 .col-lg-5,.bootstrap4 .col-lg-6,.bootstrap4 .col-lg-7,.bootstrap4 .col-lg-8,.bootstrap4 .col-lg-9,.bootstrap4 .col-md,.bootstrap4 .col-md-1,.bootstrap4 .col-md-10,.bootstrap4 .col-md-11,.bootstrap4 .col-md-12,.bootstrap4 .col-md-2,.bootstrap4 .col-md-3,.bootstrap4 .col-md-4,.bootstrap4 .col-md-5,.bootstrap4 .col-md-6,.bootstrap4 .col-md-7,.bootstrap4 .col-md-8,.bootstrap4 .col-md-9,.bootstrap4 .col-sm,.bootstrap4 .col-sm-1,.bootstrap4 .col-sm-10,.bootstrap4 .col-sm-11,.bootstrap4 .col-sm-12,.bootstrap4 .col-sm-2,.bootstrap4 .col-sm-3,.bootstrap4 .col-sm-4,.bootstrap4 .col-sm-5,.bootstrap4 .col-sm-6,.bootstrap4 .col-sm-7,.bootstrap4 .col-sm-8,.bootstrap4 .col-sm-9,.bootstrap4 .col-xl,.bootstrap4 .col-xl-1,.bootstrap4 .col-xl-10,.bootstrap4 .col-xl-11,.bootstrap4 .col-xl-12,.bootstrap4 .col-xl-2,.bootstrap4 .col-xl-3,.bootstrap4 .col-xl-4,.bootstrap4 .col-xl-5,.bootstrap4 .col-xl-6,.bootstrap4 .col-xl-7,.bootstrap4 .col-xl-8,.bootstrap4 .col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width: 1200px){.bootstrap4 .col,.bootstrap4 .col-1,.bootstrap4 .col-10,.bootstrap4 .col-11,.bootstrap4 .col-12,.bootstrap4 .col-2,.bootstrap4 .col-3,.bootstrap4 .col-4,.bootstrap4 .col-5,.bootstrap4 .col-6,.bootstrap4 .col-7,.bootstrap4 .col-8,.bootstrap4 .col-9,.bootstrap4 .col-lg,.bootstrap4 .col-lg-1,.bootstrap4 .col-lg-10,.bootstrap4 .col-lg-11,.bootstrap4 .col-lg-12,.bootstrap4 .col-lg-2,.bootstrap4 .col-lg-3,.bootstrap4 .col-lg-4,.bootstrap4 .col-lg-5,.bootstrap4 .col-lg-6,.bootstrap4 .col-lg-7,.bootstrap4 .col-lg-8,.bootstrap4 .col-lg-9,.bootstrap4 .col-md,.bootstrap4 .col-md-1,.bootstrap4 .col-md-10,.bootstrap4 .col-md-11,.bootstrap4 .col-md-12,.bootstrap4 .col-md-2,.bootstrap4 .col-md-3,.bootstrap4 .col-md-4,.bootstrap4 .col-md-5,.bootstrap4 .col-md-6,.bootstrap4 .col-md-7,.bootstrap4 .col-md-8,.bootstrap4 .col-md-9,.bootstrap4 .col-sm,.bootstrap4 .col-sm-1,.bootstrap4 .col-sm-10,.bootstrap4 .col-sm-11,.bootstrap4 .col-sm-12,.bootstrap4 .col-sm-2,.bootstrap4 .col-sm-3,.bootstrap4 .col-sm-4,.bootstrap4 .col-sm-5,.bootstrap4 .col-sm-6,.bootstrap4 .col-sm-7,.bootstrap4 .col-sm-8,.bootstrap4 .col-sm-9,.bootstrap4 .col-xl,.bootstrap4 .col-xl-1,.bootstrap4 .col-xl-10,.bootstrap4 .col-xl-11,.bootstrap4 .col-xl-12,.bootstrap4 .col-xl-2,.bootstrap4 .col-xl-3,.bootstrap4 .col-xl-4,.bootstrap4 .col-xl-5,.bootstrap4 .col-xl-6,.bootstrap4 .col-xl-7,.bootstrap4 .col-xl-8,.bootstrap4 .col-xl-9{padding-right:15px;padding-left:15px}}.bootstrap4 .col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap4 .col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap4 .col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap4 .col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap4 .col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap4 .col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap4 .col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap4 .col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap4 .col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap4 .col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap4 .col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap4 .col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap4 .col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap4 .col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap4 .pull-0{right:auto}.bootstrap4 .pull-1{right:8.333333%}.bootstrap4 .pull-2{right:16.666667%}.bootstrap4 .pull-3{right:25%}.bootstrap4 .pull-4{right:33.333333%}.bootstrap4 .pull-5{right:41.666667%}.bootstrap4 .pull-6{right:50%}.bootstrap4 .pull-7{right:58.333333%}.bootstrap4 .pull-8{right:66.666667%}.bootstrap4 .pull-9{right:75%}.bootstrap4 .pull-10{right:83.333333%}.bootstrap4 .pull-11{right:91.666667%}.bootstrap4 .pull-12{right:100%}.bootstrap4 .push-0{left:auto}.bootstrap4 .push-1{left:8.333333%}.bootstrap4 .push-2{left:16.666667%}.bootstrap4 .push-3{left:25%}.bootstrap4 .push-4{left:33.333333%}.bootstrap4 .push-5{left:41.666667%}.bootstrap4 .push-6{left:50%}.bootstrap4 .push-7{left:58.333333%}.bootstrap4 .push-8{left:66.666667%}.bootstrap4 .push-9{left:75%}.bootstrap4 .push-10{left:83.333333%}.bootstrap4 .push-11{left:91.666667%}.bootstrap4 .push-12{left:100%}.bootstrap4 .offset-1{margin-left:8.333333%}.bootstrap4 .offset-2{margin-left:16.666667%}.bootstrap4 .offset-3{margin-left:25%}.bootstrap4 .offset-4{margin-left:33.333333%}.bootstrap4 .offset-5{margin-left:41.666667%}.bootstrap4 .offset-6{margin-left:50%}.bootstrap4 .offset-7{margin-left:58.333333%}.bootstrap4 .offset-8{margin-left:66.666667%}.bootstrap4 .offset-9{margin-left:75%}.bootstrap4 .offset-10{margin-left:83.333333%}.bootstrap4 .offset-11{margin-left:91.666667%}@media (min-width: 576px){.bootstrap4 .col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap4 .col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap4 .col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap4 .col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap4 .col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap4 .col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap4 .col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap4 .col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap4 .col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap4 .col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap4 .col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap4 .col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap4 .col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap4 .col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap4 .pull-sm-0{right:auto}.bootstrap4 .pull-sm-1{right:8.333333%}.bootstrap4 .pull-sm-2{right:16.666667%}.bootstrap4 .pull-sm-3{right:25%}.bootstrap4 .pull-sm-4{right:33.333333%}.bootstrap4 .pull-sm-5{right:41.666667%}.bootstrap4 .pull-sm-6{right:50%}.bootstrap4 .pull-sm-7{right:58.333333%}.bootstrap4 .pull-sm-8{right:66.666667%}.bootstrap4 .pull-sm-9{right:75%}.bootstrap4 .pull-sm-10{right:83.333333%}.bootstrap4 .pull-sm-11{right:91.666667%}.bootstrap4 .pull-sm-12{right:100%}.bootstrap4 .push-sm-0{left:auto}.bootstrap4 .push-sm-1{left:8.333333%}.bootstrap4 .push-sm-2{left:16.666667%}.bootstrap4 .push-sm-3{left:25%}.bootstrap4 .push-sm-4{left:33.333333%}.bootstrap4 .push-sm-5{left:41.666667%}.bootstrap4 .push-sm-6{left:50%}.bootstrap4 .push-sm-7{left:58.333333%}.bootstrap4 .push-sm-8{left:66.666667%}.bootstrap4 .push-sm-9{left:75%}.bootstrap4 .push-sm-10{left:83.333333%}.bootstrap4 .push-sm-11{left:91.666667%}.bootstrap4 .push-sm-12{left:100%}.bootstrap4 .offset-sm-0{margin-left:0}.bootstrap4 .offset-sm-1{margin-left:8.333333%}.bootstrap4 .offset-sm-2{margin-left:16.666667%}.bootstrap4 .offset-sm-3{margin-left:25%}.bootstrap4 .offset-sm-4{margin-left:33.333333%}.bootstrap4 .offset-sm-5{margin-left:41.666667%}.bootstrap4 .offset-sm-6{margin-left:50%}.bootstrap4 .offset-sm-7{margin-left:58.333333%}.bootstrap4 .offset-sm-8{margin-left:66.666667%}.bootstrap4 .offset-sm-9{margin-left:75%}.bootstrap4 .offset-sm-10{margin-left:83.333333%}.bootstrap4 .offset-sm-11{margin-left:91.666667%}}@media (min-width: 768px){.bootstrap4 .col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap4 .col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap4 .col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap4 .col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap4 .col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap4 .col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap4 .col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap4 .col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap4 .col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap4 .col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap4 .col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap4 .col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap4 .col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap4 .col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap4 .pull-md-0{right:auto}.bootstrap4 .pull-md-1{right:8.333333%}.bootstrap4 .pull-md-2{right:16.666667%}.bootstrap4 .pull-md-3{right:25%}.bootstrap4 .pull-md-4{right:33.333333%}.bootstrap4 .pull-md-5{right:41.666667%}.bootstrap4 .pull-md-6{right:50%}.bootstrap4 .pull-md-7{right:58.333333%}.bootstrap4 .pull-md-8{right:66.666667%}.bootstrap4 .pull-md-9{right:75%}.bootstrap4 .pull-md-10{right:83.333333%}.bootstrap4 .pull-md-11{right:91.666667%}.bootstrap4 .pull-md-12{right:100%}.bootstrap4 .push-md-0{left:auto}.bootstrap4 .push-md-1{left:8.333333%}.bootstrap4 .push-md-2{left:16.666667%}.bootstrap4 .push-md-3{left:25%}.bootstrap4 .push-md-4{left:33.333333%}.bootstrap4 .push-md-5{left:41.666667%}.bootstrap4 .push-md-6{left:50%}.bootstrap4 .push-md-7{left:58.333333%}.bootstrap4 .push-md-8{left:66.666667%}.bootstrap4 .push-md-9{left:75%}.bootstrap4 .push-md-10{left:83.333333%}.bootstrap4 .push-md-11{left:91.666667%}.bootstrap4 .push-md-12{left:100%}.bootstrap4 .offset-md-0{margin-left:0}.bootstrap4 .offset-md-1{margin-left:8.333333%}.bootstrap4 .offset-md-2{margin-left:16.666667%}.bootstrap4 .offset-md-3{margin-left:25%}.bootstrap4 .offset-md-4{margin-left:33.333333%}.bootstrap4 .offset-md-5{margin-left:41.666667%}.bootstrap4 .offset-md-6{margin-left:50%}.bootstrap4 .offset-md-7{margin-left:58.333333%}.bootstrap4 .offset-md-8{margin-left:66.666667%}.bootstrap4 .offset-md-9{margin-left:75%}.bootstrap4 .offset-md-10{margin-left:83.333333%}.bootstrap4 .offset-md-11{margin-left:91.666667%}}@media (min-width: 992px){.bootstrap4 .col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap4 .col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap4 .col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap4 .col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap4 .col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap4 .col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap4 .col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap4 .col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap4 .col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap4 .col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap4 .col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap4 .col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap4 .col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap4 .col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap4 .pull-lg-0{right:auto}.bootstrap4 .pull-lg-1{right:8.333333%}.bootstrap4 .pull-lg-2{right:16.666667%}.bootstrap4 .pull-lg-3{right:25%}.bootstrap4 .pull-lg-4{right:33.333333%}.bootstrap4 .pull-lg-5{right:41.666667%}.bootstrap4 .pull-lg-6{right:50%}.bootstrap4 .pull-lg-7{right:58.333333%}.bootstrap4 .pull-lg-8{right:66.666667%}.bootstrap4 .pull-lg-9{right:75%}.bootstrap4 .pull-lg-10{right:83.333333%}.bootstrap4 .pull-lg-11{right:91.666667%}.bootstrap4 .pull-lg-12{right:100%}.bootstrap4 .push-lg-0{left:auto}.bootstrap4 .push-lg-1{left:8.333333%}.bootstrap4 .push-lg-2{left:16.666667%}.bootstrap4 .push-lg-3{left:25%}.bootstrap4 .push-lg-4{left:33.333333%}.bootstrap4 .push-lg-5{left:41.666667%}.bootstrap4 .push-lg-6{left:50%}.bootstrap4 .push-lg-7{left:58.333333%}.bootstrap4 .push-lg-8{left:66.666667%}.bootstrap4 .push-lg-9{left:75%}.bootstrap4 .push-lg-10{left:83.333333%}.bootstrap4 .push-lg-11{left:91.666667%}.bootstrap4 .push-lg-12{left:100%}.bootstrap4 .offset-lg-0{margin-left:0}.bootstrap4 .offset-lg-1{margin-left:8.333333%}.bootstrap4 .offset-lg-2{margin-left:16.666667%}.bootstrap4 .offset-lg-3{margin-left:25%}.bootstrap4 .offset-lg-4{margin-left:33.333333%}.bootstrap4 .offset-lg-5{margin-left:41.666667%}.bootstrap4 .offset-lg-6{margin-left:50%}.bootstrap4 .offset-lg-7{margin-left:58.333333%}.bootstrap4 .offset-lg-8{margin-left:66.666667%}.bootstrap4 .offset-lg-9{margin-left:75%}.bootstrap4 .offset-lg-10{margin-left:83.333333%}.bootstrap4 .offset-lg-11{margin-left:91.666667%}}@media (min-width: 1200px){.bootstrap4 .col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap4 .col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap4 .col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap4 .col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap4 .col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap4 .col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap4 .col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap4 .col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap4 .col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap4 .col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap4 .col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap4 .col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap4 .col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap4 .col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap4 .pull-xl-0{right:auto}.bootstrap4 .pull-xl-1{right:8.333333%}.bootstrap4 .pull-xl-2{right:16.666667%}.bootstrap4 .pull-xl-3{right:25%}.bootstrap4 .pull-xl-4{right:33.333333%}.bootstrap4 .pull-xl-5{right:41.666667%}.bootstrap4 .pull-xl-6{right:50%}.bootstrap4 .pull-xl-7{right:58.333333%}.bootstrap4 .pull-xl-8{right:66.666667%}.bootstrap4 .pull-xl-9{right:75%}.bootstrap4 .pull-xl-10{right:83.333333%}.bootstrap4 .pull-xl-11{right:91.666667%}.bootstrap4 .pull-xl-12{right:100%}.bootstrap4 .push-xl-0{left:auto}.bootstrap4 .push-xl-1{left:8.333333%}.bootstrap4 .push-xl-2{left:16.666667%}.bootstrap4 .push-xl-3{left:25%}.bootstrap4 .push-xl-4{left:33.333333%}.bootstrap4 .push-xl-5{left:41.666667%}.bootstrap4 .push-xl-6{left:50%}.bootstrap4 .push-xl-7{left:58.333333%}.bootstrap4 .push-xl-8{left:66.666667%}.bootstrap4 .push-xl-9{left:75%}.bootstrap4 .push-xl-10{left:83.333333%}.bootstrap4 .push-xl-11{left:91.666667%}.bootstrap4 .push-xl-12{left:100%}.bootstrap4 .offset-xl-0{margin-left:0}.bootstrap4 .offset-xl-1{margin-left:8.333333%}.bootstrap4 .offset-xl-2{margin-left:16.666667%}.bootstrap4 .offset-xl-3{margin-left:25%}.bootstrap4 .offset-xl-4{margin-left:33.333333%}.bootstrap4 .offset-xl-5{margin-left:41.666667%}.bootstrap4 .offset-xl-6{margin-left:50%}.bootstrap4 .offset-xl-7{margin-left:58.333333%}.bootstrap4 .offset-xl-8{margin-left:66.666667%}.bootstrap4 .offset-xl-9{margin-left:75%}.bootstrap4 .offset-xl-10{margin-left:83.333333%}.bootstrap4 .offset-xl-11{margin-left:91.666667%}}.bootstrap4 .table{width:100%;max-width:100%;margin-bottom:1rem}.bootstrap4 .table td,.bootstrap4 .table th{padding:.75rem;vertical-align:top;border-top:1px solid #eceeef}.bootstrap4 .table thead th{vertical-align:bottom;border-bottom:2px solid #eceeef}.bootstrap4 .table tbody + tbody{border-top:2px solid #eceeef}.bootstrap4 .table .table{background-color:#fff}.bootstrap4 .table-sm td,.bootstrap4 .table-sm th{padding:0.3rem}.bootstrap4 .table-bordered{border:1px solid #eceeef}.bootstrap4 .table-bordered td,.bootstrap4 .table-bordered th{border:1px solid #eceeef}.bootstrap4 .table-bordered thead td,.bootstrap4 .table-bordered thead th{border-bottom-width:2px}.bootstrap4 .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0, 0, 0, 0.05)}.bootstrap4 .table-hover tbody tr:hover{background-color:rgba(0, 0, 0, 0.075)}.bootstrap4 .table-active,.bootstrap4 .table-active > td,.bootstrap4 .table-active > th{background-color:rgba(0, 0, 0, 0.075)}.bootstrap4 .table-hover .table-active:hover{background-color:rgba(0, 0, 0, 0.075)}.bootstrap4 .table-hover .table-active:hover > td,.bootstrap4 .table-hover .table-active:hover > th{background-color:rgba(0, 0, 0, 0.075)}.bootstrap4 .table-success,.bootstrap4 .table-success > td,.bootstrap4 .table-success > th{background-color:#dff0d8}.bootstrap4 .table-hover .table-success:hover{background-color:#d0e9c6}.bootstrap4 .table-hover .table-success:hover > td,.bootstrap4 .table-hover .table-success:hover > th{background-color:#d0e9c6}.bootstrap4 .table-info,.bootstrap4 .table-info > td,.bootstrap4 .table-info > th{background-color:#d9edf7}.bootstrap4 .table-hover .table-info:hover{background-color:#c4e3f3}.bootstrap4 .table-hover .table-info:hover > td,.bootstrap4 .table-hover .table-info:hover > th{background-color:#c4e3f3}.bootstrap4 .table-warning,.bootstrap4 .table-warning > td,.bootstrap4 .table-warning > th{background-color:#fcf8e3}.bootstrap4 .table-hover .table-warning:hover{background-color:#faf2cc}.bootstrap4 .table-hover .table-warning:hover > td,.bootstrap4 .table-hover .table-warning:hover > th{background-color:#faf2cc}.bootstrap4 .table-danger,.bootstrap4 .table-danger > td,.bootstrap4 .table-danger > th{background-color:#f2dede}.bootstrap4 .table-hover .table-danger:hover{background-color:#ebcccc}.bootstrap4 .table-hover .table-danger:hover > td,.bootstrap4 .table-hover .table-danger:hover > th{background-color:#ebcccc}.bootstrap4 .thead-inverse th{color:#fff;background-color:#292b2c}.bootstrap4 .thead-default th{color:#464a4c;background-color:#eceeef}.bootstrap4 .table-inverse{color:#fff;background-color:#292b2c}.bootstrap4 .table-inverse td,.bootstrap4 .table-inverse th,.bootstrap4 .table-inverse thead th{border-color:#fff}.bootstrap4 .table-inverse.table-bordered{border:0}.bootstrap4 .table-responsive{display:block;width:100%;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap4 .table-responsive.table-bordered{border:0}.bootstrap4 .form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#464a4c;background-color:#fff;background-image:none;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.15);border-radius:.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}.bootstrap4 .form-control::-ms-expand{background-color:transparent;border:0}.bootstrap4 .form-control:focus{color:#464a4c;background-color:#fff;border-color:#5cb3fd;outline:0}.bootstrap4 .form-control::-webkit-input-placeholder{color:#636c72;opacity:1}.bootstrap4 .form-control::-moz-placeholder{color:#636c72;opacity:1}.bootstrap4 .form-control:-ms-input-placeholder{color:#636c72;opacity:1}.bootstrap4 .form-control::placeholder{color:#636c72;opacity:1}.bootstrap4 .form-control:disabled,.bootstrap4 .form-control[readonly]{background-color:#eceeef;opacity:1}.bootstrap4 .form-control:disabled{cursor:not-allowed}.bootstrap4 select.form-control:not([size]):not([multiple]){height:calc(4.25rem)}.bootstrap4 select.form-control:focus::-ms-value{color:#464a4c;background-color:#fff}.bootstrap4 .form-control-file,.bootstrap4 .form-control-range{display:block}.bootstrap4 .col-form-label{padding-top:calc(-1.5rem);padding-bottom:calc(-1.5rem);margin-bottom:0}.bootstrap4 .col-form-label-lg{padding-top:calc(-1.25rem);padding-bottom:calc(-1.25rem);font-size:1.25rem}.bootstrap4 .col-form-label-sm{padding-top:calc(-1.75rem);padding-bottom:calc(-1.75rem);font-size:0.875rem}.bootstrap4 .col-form-legend{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;font-size:1rem}.bootstrap4 .form-control-static{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;line-height:1.25;border:solid transparent;border-width:1px 0}.bootstrap4 .form-control-static.form-control-lg,.bootstrap4 .form-control-static.form-control-sm,.bootstrap4 .input-group-lg > .form-control-static.form-control,.bootstrap4 .input-group-lg > .form-control-static.input-group-addon,.bootstrap4 .input-group-lg > .input-group-btn > .form-control-static.btn,.bootstrap4 .input-group-sm > .form-control-static.form-control,.bootstrap4 .input-group-sm > .form-control-static.input-group-addon,.bootstrap4 .input-group-sm > .input-group-btn > .form-control-static.btn{padding-right:0;padding-left:0}.bootstrap4 .form-control-sm,.bootstrap4 .input-group-sm > .form-control,.bootstrap4 .input-group-sm > .input-group-addon,.bootstrap4 .input-group-sm > .input-group-btn > .btn{padding:.25rem .5rem;font-size:.875rem;border-radius:0.2rem}.bootstrap4 .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),.bootstrap4 .input-group-sm > select.form-control:not([size]):not([multiple]),.bootstrap4 .input-group-sm > select.input-group-addon:not([size]):not([multiple]),.bootstrap4 select.form-control-sm:not([size]):not([multiple]){height:1.8125rem}.bootstrap4 .form-control-lg,.bootstrap4 .input-group-lg > .form-control,.bootstrap4 .input-group-lg > .input-group-addon,.bootstrap4 .input-group-lg > .input-group-btn > .btn{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:0.3rem}.bootstrap4 .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),.bootstrap4 .input-group-lg > select.form-control:not([size]):not([multiple]),.bootstrap4 .input-group-lg > select.input-group-addon:not([size]):not([multiple]),.bootstrap4 select.form-control-lg:not([size]):not([multiple]){height:3.166667rem}.bootstrap4 .form-group{margin-bottom:1rem}.bootstrap4 .form-text{display:block;margin-top:0.25rem}.bootstrap4 .form-check{position:relative;display:block;margin-bottom:0.5rem}.bootstrap4 .form-check.disabled .form-check-label{color:#636c72;cursor:not-allowed}.bootstrap4 .form-check-label{padding-left:1.25rem;margin-bottom:0;cursor:pointer}.bootstrap4 .form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}.bootstrap4 .form-check-input:only-child{position:static}.bootstrap4 .form-check-inline{display:inline-block}.bootstrap4 .form-check-inline .form-check-label{vertical-align:middle}.bootstrap4 .form-check-inline + .form-check-inline{margin-left:0.75rem}.bootstrap4 .form-control-feedback{margin-top:0.25rem}.bootstrap4 .form-control-danger,.bootstrap4 .form-control-success,.bootstrap4 .form-control-warning{padding-right:2.25rem;background-repeat:no-repeat;background-position:center right .5625rem;-webkit-background-size:1.125rem 1.125rem;background-size:1.125rem 1.125rem}.bootstrap4 .has-success .col-form-label,.bootstrap4 .has-success .custom-control,.bootstrap4 .has-success .form-check-label,.bootstrap4 .has-success .form-control-feedback,.bootstrap4 .has-success .form-control-label{color:#5cb85c}.bootstrap4 .has-success .form-control{border-color:#5cb85c}.bootstrap4 .has-success .input-group-addon{color:#5cb85c;border-color:#5cb85c;background-color:#eaf6ea}.bootstrap4 .has-success .form-control-success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")}.bootstrap4 .has-warning .col-form-label,.bootstrap4 .has-warning .custom-control,.bootstrap4 .has-warning .form-check-label,.bootstrap4 .has-warning .form-control-feedback,.bootstrap4 .has-warning .form-control-label{color:#f0ad4e}.bootstrap4 .has-warning .form-control{border-color:#f0ad4e}.bootstrap4 .has-warning .input-group-addon{color:#f0ad4e;border-color:#f0ad4e;background-color:#fff}.bootstrap4 .has-warning .form-control-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")}.bootstrap4 .has-danger .col-form-label,.bootstrap4 .has-danger .custom-control,.bootstrap4 .has-danger .form-check-label,.bootstrap4 .has-danger .form-control-feedback,.bootstrap4 .has-danger .form-control-label{color:#d9534f}.bootstrap4 .has-danger .form-control{border-color:#d9534f}.bootstrap4 .has-danger .input-group-addon{color:#d9534f;border-color:#d9534f;background-color:#fdf7f7}.bootstrap4 .has-danger .form-control-danger{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")}.bootstrap4 .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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap4 .form-inline .form-check{width:100%}@media (min-width: 576px){.bootstrap4 .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}.bootstrap4 .form-inline .form-group{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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.bootstrap4 .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap4 .form-inline .form-control-static{display:inline-block}.bootstrap4 .form-inline .input-group{width:auto}.bootstrap4 .form-inline .form-control-label{margin-bottom:0;vertical-align:middle}.bootstrap4 .form-inline .form-check{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}.bootstrap4 .form-inline .form-check-label{padding-left:0}.bootstrap4 .form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.bootstrap4 .form-inline .custom-control{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;padding-left:0}.bootstrap4 .form-inline .custom-control-indicator{position:static;display:inline-block;margin-right:.25rem;vertical-align:text-bottom}.bootstrap4 .form-inline .has-feedback .form-control-feedback{top:0}}.bootstrap4 .btn{display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem 1rem;font-size:1rem;border-radius:.25rem;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.bootstrap4 .btn:focus,.bootstrap4 .btn:hover{text-decoration:none}.bootstrap4 .btn.focus,.bootstrap4 .btn:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(2, 117, 216, 0.25);box-shadow:0 0 0 2px rgba(2, 117, 216, 0.25)}.bootstrap4 .btn.disabled,.bootstrap4 .btn:disabled{cursor:not-allowed;opacity:0.65}.bootstrap4 .btn.active,.bootstrap4 .btn:active{background-image:none}.bootstrap4 a.btn.disabled,.bootstrap4 fieldset[disabled] a.btn{pointer-events:none}.bootstrap4 .btn-primary{color:#fff;background-color:#0275d8;border-color:#0275d8}.bootstrap4 .btn-primary:hover{color:#fff;background-color:#025aa5;border-color:#01549b}.bootstrap4 .btn-primary.focus,.bootstrap4 .btn-primary:focus{-webkit-box-shadow:0 0 0 2px rgba(2, 117, 216, 0.5);box-shadow:0 0 0 2px rgba(2, 117, 216, 0.5)}.bootstrap4 .btn-primary.disabled,.bootstrap4 .btn-primary:disabled{background-color:#0275d8;border-color:#0275d8}.bootstrap4 .btn-primary.active,.bootstrap4 .btn-primary:active,.bootstrap4 .show > .btn-primary.dropdown-toggle{color:#fff;background-color:#025aa5;background-image:none;border-color:#01549b}.bootstrap4 .btn-secondary{color:#292b2c;background-color:#fff;border-color:#ccc}.bootstrap4 .btn-secondary:hover{color:#292b2c;background-color:#e6e6e6;border-color:#adadad}.bootstrap4 .btn-secondary.focus,.bootstrap4 .btn-secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(204, 204, 204, 0.5);box-shadow:0 0 0 2px rgba(204, 204, 204, 0.5)}.bootstrap4 .btn-secondary.disabled,.bootstrap4 .btn-secondary:disabled{background-color:#fff;border-color:#ccc}.bootstrap4 .btn-secondary.active,.bootstrap4 .btn-secondary:active,.bootstrap4 .show > .btn-secondary.dropdown-toggle{color:#292b2c;background-color:#e6e6e6;background-image:none;border-color:#adadad}.bootstrap4 .btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.bootstrap4 .btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.bootstrap4 .btn-info.focus,.bootstrap4 .btn-info:focus{-webkit-box-shadow:0 0 0 2px rgba(91, 192, 222, 0.5);box-shadow:0 0 0 2px rgba(91, 192, 222, 0.5)}.bootstrap4 .btn-info.disabled,.bootstrap4 .btn-info:disabled{background-color:#5bc0de;border-color:#5bc0de}.bootstrap4 .btn-info.active,.bootstrap4 .btn-info:active,.bootstrap4 .show > .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;background-image:none;border-color:#2aabd2}.bootstrap4 .btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.bootstrap4 .btn-success:hover{color:#fff;background-color:#449d44;border-color:#419641}.bootstrap4 .btn-success.focus,.bootstrap4 .btn-success:focus{-webkit-box-shadow:0 0 0 2px rgba(92, 184, 92, 0.5);box-shadow:0 0 0 2px rgba(92, 184, 92, 0.5)}.bootstrap4 .btn-success.disabled,.bootstrap4 .btn-success:disabled{background-color:#5cb85c;border-color:#5cb85c}.bootstrap4 .btn-success.active,.bootstrap4 .btn-success:active,.bootstrap4 .show > .btn-success.dropdown-toggle{color:#fff;background-color:#449d44;background-image:none;border-color:#419641}.bootstrap4 .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.bootstrap4 .btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#eb9316}.bootstrap4 .btn-warning.focus,.bootstrap4 .btn-warning:focus{-webkit-box-shadow:0 0 0 2px rgba(240, 173, 78, 0.5);box-shadow:0 0 0 2px rgba(240, 173, 78, 0.5)}.bootstrap4 .btn-warning.disabled,.bootstrap4 .btn-warning:disabled{background-color:#f0ad4e;border-color:#f0ad4e}.bootstrap4 .btn-warning.active,.bootstrap4 .btn-warning:active,.bootstrap4 .show > .btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;background-image:none;border-color:#eb9316}.bootstrap4 .btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.bootstrap4 .btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#c12e2a}.bootstrap4 .btn-danger.focus,.bootstrap4 .btn-danger:focus{-webkit-box-shadow:0 0 0 2px rgba(217, 83, 79, 0.5);box-shadow:0 0 0 2px rgba(217, 83, 79, 0.5)}.bootstrap4 .btn-danger.disabled,.bootstrap4 .btn-danger:disabled{background-color:#d9534f;border-color:#d9534f}.bootstrap4 .btn-danger.active,.bootstrap4 .btn-danger:active,.bootstrap4 .show > .btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;background-image:none;border-color:#c12e2a}.bootstrap4 .btn-outline-primary{color:#0275d8;background-image:none;background-color:transparent;border-color:#0275d8}.bootstrap4 .btn-outline-primary:hover{color:#fff;background-color:#0275d8;border-color:#0275d8}.bootstrap4 .btn-outline-primary.focus,.bootstrap4 .btn-outline-primary:focus{-webkit-box-shadow:0 0 0 2px rgba(2, 117, 216, 0.5);box-shadow:0 0 0 2px rgba(2, 117, 216, 0.5)}.bootstrap4 .btn-outline-primary.disabled,.bootstrap4 .btn-outline-primary:disabled{color:#0275d8;background-color:transparent}.bootstrap4 .btn-outline-primary.active,.bootstrap4 .btn-outline-primary:active,.bootstrap4 .show > .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#0275d8;border-color:#0275d8}.bootstrap4 .btn-outline-secondary{color:#ccc;background-image:none;background-color:transparent;border-color:#ccc}.bootstrap4 .btn-outline-secondary:hover{color:#fff;background-color:#ccc;border-color:#ccc}.bootstrap4 .btn-outline-secondary.focus,.bootstrap4 .btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(204, 204, 204, 0.5);box-shadow:0 0 0 2px rgba(204, 204, 204, 0.5)}.bootstrap4 .btn-outline-secondary.disabled,.bootstrap4 .btn-outline-secondary:disabled{color:#ccc;background-color:transparent}.bootstrap4 .btn-outline-secondary.active,.bootstrap4 .btn-outline-secondary:active,.bootstrap4 .show > .btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#ccc;border-color:#ccc}.bootstrap4 .btn-outline-info{color:#5bc0de;background-image:none;background-color:transparent;border-color:#5bc0de}.bootstrap4 .btn-outline-info:hover{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.bootstrap4 .btn-outline-info.focus,.bootstrap4 .btn-outline-info:focus{-webkit-box-shadow:0 0 0 2px rgba(91, 192, 222, 0.5);box-shadow:0 0 0 2px rgba(91, 192, 222, 0.5)}.bootstrap4 .btn-outline-info.disabled,.bootstrap4 .btn-outline-info:disabled{color:#5bc0de;background-color:transparent}.bootstrap4 .btn-outline-info.active,.bootstrap4 .btn-outline-info:active,.bootstrap4 .show > .btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.bootstrap4 .btn-outline-success{color:#5cb85c;background-image:none;background-color:transparent;border-color:#5cb85c}.bootstrap4 .btn-outline-success:hover{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.bootstrap4 .btn-outline-success.focus,.bootstrap4 .btn-outline-success:focus{-webkit-box-shadow:0 0 0 2px rgba(92, 184, 92, 0.5);box-shadow:0 0 0 2px rgba(92, 184, 92, 0.5)}.bootstrap4 .btn-outline-success.disabled,.bootstrap4 .btn-outline-success:disabled{color:#5cb85c;background-color:transparent}.bootstrap4 .btn-outline-success.active,.bootstrap4 .btn-outline-success:active,.bootstrap4 .show > .btn-outline-success.dropdown-toggle{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.bootstrap4 .btn-outline-warning{color:#f0ad4e;background-image:none;background-color:transparent;border-color:#f0ad4e}.bootstrap4 .btn-outline-warning:hover{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.bootstrap4 .btn-outline-warning.focus,.bootstrap4 .btn-outline-warning:focus{-webkit-box-shadow:0 0 0 2px rgba(240, 173, 78, 0.5);box-shadow:0 0 0 2px rgba(240, 173, 78, 0.5)}.bootstrap4 .btn-outline-warning.disabled,.bootstrap4 .btn-outline-warning:disabled{color:#f0ad4e;background-color:transparent}.bootstrap4 .btn-outline-warning.active,.bootstrap4 .btn-outline-warning:active,.bootstrap4 .show > .btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.bootstrap4 .btn-outline-danger{color:#d9534f;background-image:none;background-color:transparent;border-color:#d9534f}.bootstrap4 .btn-outline-danger:hover{color:#fff;background-color:#d9534f;border-color:#d9534f}.bootstrap4 .btn-outline-danger.focus,.bootstrap4 .btn-outline-danger:focus{-webkit-box-shadow:0 0 0 2px rgba(217, 83, 79, 0.5);box-shadow:0 0 0 2px rgba(217, 83, 79, 0.5)}.bootstrap4 .btn-outline-danger.disabled,.bootstrap4 .btn-outline-danger:disabled{color:#d9534f;background-color:transparent}.bootstrap4 .btn-outline-danger.active,.bootstrap4 .btn-outline-danger:active,.bootstrap4 .show > .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d9534f;border-color:#d9534f}.bootstrap4 .btn-link{font-weight:400;color:#0275d8;border-radius:0}.bootstrap4 .btn-link,.bootstrap4 .btn-link.active,.bootstrap4 .btn-link:active,.bootstrap4 .btn-link:disabled{background-color:transparent}.bootstrap4 .btn-link,.bootstrap4 .btn-link:active,.bootstrap4 .btn-link:focus{border-color:transparent}.bootstrap4 .btn-link:hover{border-color:transparent}.bootstrap4 .btn-link:focus,.bootstrap4 .btn-link:hover{color:#014c8c;text-decoration:underline;background-color:transparent}.bootstrap4 .btn-link:disabled{color:#636c72}.bootstrap4 .btn-link:disabled:focus,.bootstrap4 .btn-link:disabled:hover{text-decoration:none}.bootstrap4 .btn-group-lg > .btn,.bootstrap4 .btn-lg{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:0.3rem}.bootstrap4 .btn-group-sm > .btn,.bootstrap4 .btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:0.2rem}.bootstrap4 .btn-block{display:block;width:100%}.bootstrap4 .btn-block + .btn-block{margin-top:0.5rem}.bootstrap4 input[type=button].btn-block,.bootstrap4 input[type=reset].btn-block,.bootstrap4 input[type=submit].btn-block{width:100%}.bootstrap4 .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity 0.15s linear}.bootstrap4 .fade.show{opacity:1}.bootstrap4 .collapse{display:none}.bootstrap4 .collapse.show{display:block}.bootstrap4 tr.collapse.show{display:table-row}.bootstrap4 tbody.collapse.show{display:table-row-group}.bootstrap4 .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height 0.35s ease}.bootstrap4 .dropdown,.bootstrap4 .dropup{position:relative}.bootstrap4 .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.3em;vertical-align:middle;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:0.3em solid transparent}.bootstrap4 .dropdown-toggle:focus{outline:0}.bootstrap4 .dropup .dropdown-toggle::after{border-top:0;border-bottom:0.3em solid}.bootstrap4 .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#292b2c;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.15);border-radius:0.25rem}.bootstrap4 .dropdown-divider{height:1px;margin:.5rem 0;overflow:hidden;background-color:#eceeef}.bootstrap4 .dropdown-item{display:block;width:100%;padding:3px 1.5rem;clear:both;font-weight:400;color:#292b2c;text-align:inherit;white-space:nowrap;background:0 0;border:0}.bootstrap4 .dropdown-item:focus,.bootstrap4 .dropdown-item:hover{color:#1d1e1f;text-decoration:none;background-color:#f7f7f9}.bootstrap4 .dropdown-item.active,.bootstrap4 .dropdown-item:active{color:#fff;text-decoration:none;background-color:#0275d8}.bootstrap4 .dropdown-item.disabled,.bootstrap4 .dropdown-item:disabled{color:#636c72;cursor:not-allowed;background-color:transparent}.bootstrap4 .show > .dropdown-menu{display:block}.bootstrap4 .show > a{outline:0}.bootstrap4 .dropdown-menu-right{right:0;left:auto}.bootstrap4 .dropdown-menu-left{right:auto;left:0}.bootstrap4 .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#636c72;white-space:nowrap}.bootstrap4 .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.bootstrap4 .dropup .dropdown-menu{top:auto;bottom:100%;margin-bottom:0.125rem}.bootstrap4 .btn-group,.bootstrap4 .btn-group-vertical{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.bootstrap4 .btn-group-vertical > .btn,.bootstrap4 .btn-group > .btn{position:relative;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bootstrap4 .btn-group-vertical > .btn:hover,.bootstrap4 .btn-group > .btn:hover{z-index:2}.bootstrap4 .btn-group-vertical > .btn.active,.bootstrap4 .btn-group-vertical > .btn:active,.bootstrap4 .btn-group-vertical > .btn:focus,.bootstrap4 .btn-group > .btn.active,.bootstrap4 .btn-group > .btn:active,.bootstrap4 .btn-group > .btn:focus{z-index:2}.bootstrap4 .btn-group .btn + .btn,.bootstrap4 .btn-group .btn + .btn-group,.bootstrap4 .btn-group .btn-group + .btn,.bootstrap4 .btn-group .btn-group + .btn-group,.bootstrap4 .btn-group-vertical .btn + .btn,.bootstrap4 .btn-group-vertical .btn + .btn-group,.bootstrap4 .btn-group-vertical .btn-group + .btn,.bootstrap4 .btn-group-vertical .btn-group + .btn-group{margin-left:-1px}.bootstrap4 .btn-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap4 .btn-toolbar .input-group{width:auto}.bootstrap4 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.bootstrap4 .btn-group > .btn:first-child{margin-left:0}.bootstrap4 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap4 .btn-group > .btn:last-child:not(:first-child),.bootstrap4 .btn-group > .dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap4 .btn-group > .btn-group{float:left}.bootstrap4 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.bootstrap4 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.bootstrap4 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap4 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap4 .btn-group .dropdown-toggle:active,.bootstrap4 .btn-group.open .dropdown-toggle{outline:0}.bootstrap4 .btn + .dropdown-toggle-split{padding-right:.75rem;padding-left:0.75rem}.bootstrap4 .btn + .dropdown-toggle-split::after{margin-left:0}.bootstrap4 .btn-group-sm > .btn + .dropdown-toggle-split,.bootstrap4 .btn-sm + .dropdown-toggle-split{padding-right:.375rem;padding-left:0.375rem}.bootstrap4 .btn-group-lg > .btn + .dropdown-toggle-split,.bootstrap4 .btn-lg + .dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.bootstrap4 .btn-group-vertical{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bootstrap4 .btn-group-vertical .btn,.bootstrap4 .btn-group-vertical .btn-group{width:100%}.bootstrap4 .btn-group-vertical > .btn + .btn,.bootstrap4 .btn-group-vertical > .btn + .btn-group,.bootstrap4 .btn-group-vertical > .btn-group + .btn,.bootstrap4 .btn-group-vertical > .btn-group + .btn-group{margin-top:-1px;margin-left:0}.bootstrap4 .btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap4 .btn-group-vertical > .btn:first-child:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap4 .btn-group-vertical > .btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0}.bootstrap4 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.bootstrap4 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.bootstrap4 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap4 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap4 [data-toggle=buttons] > .btn input[type=checkbox],.bootstrap4 [data-toggle=buttons] > .btn input[type=radio],.bootstrap4 [data-toggle=buttons] > .btn-group > .btn input[type=checkbox],.bootstrap4 [data-toggle=buttons] > .btn-group > .btn input[type=radio]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.bootstrap4 .input-group{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.bootstrap4 .input-group .form-control{position:relative;z-index:2;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.bootstrap4 .input-group .form-control:active,.bootstrap4 .input-group .form-control:focus,.bootstrap4 .input-group .form-control:hover{z-index:3}.bootstrap4 .input-group .form-control,.bootstrap4 .input-group-addon,.bootstrap4 .input-group-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bootstrap4 .input-group .form-control:not(:first-child):not(:last-child),.bootstrap4 .input-group-addon:not(:first-child):not(:last-child),.bootstrap4 .input-group-btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap4 .input-group-addon,.bootstrap4 .input-group-btn{white-space:nowrap;vertical-align:middle}.bootstrap4 .input-group-addon{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#464a4c;text-align:center;background-color:#eceeef;border:1px solid rgba(0, 0, 0, 0.15);border-radius:0.25rem}.bootstrap4 .input-group-addon.form-control-sm,.bootstrap4 .input-group-sm > .input-group-addon,.bootstrap4 .input-group-sm > .input-group-btn > .input-group-addon.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:0.2rem}.bootstrap4 .input-group-addon.form-control-lg,.bootstrap4 .input-group-lg > .input-group-addon,.bootstrap4 .input-group-lg > .input-group-btn > .input-group-addon.btn{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:0.3rem}.bootstrap4 .input-group-addon input[type=checkbox],.bootstrap4 .input-group-addon input[type=radio]{margin-top:0}.bootstrap4 .input-group .form-control:not(:last-child),.bootstrap4 .input-group-addon:not(:last-child),.bootstrap4 .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,.bootstrap4 .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),.bootstrap4 .input-group-btn:not(:last-child) > .btn,.bootstrap4 .input-group-btn:not(:last-child) > .btn-group > .btn,.bootstrap4 .input-group-btn:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap4 .input-group-addon:not(:last-child){border-right:0}.bootstrap4 .input-group .form-control:not(:first-child),.bootstrap4 .input-group-addon:not(:first-child),.bootstrap4 .input-group-btn:not(:first-child) > .btn,.bootstrap4 .input-group-btn:not(:first-child) > .btn-group > .btn,.bootstrap4 .input-group-btn:not(:first-child) > .dropdown-toggle,.bootstrap4 .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,.bootstrap4 .input-group-btn:not(:last-child) > .btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap4 .form-control + .input-group-addon:not(:first-child){border-left:0}.bootstrap4 .input-group-btn{position:relative;font-size:0;white-space:nowrap}.bootstrap4 .input-group-btn > .btn{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.bootstrap4 .input-group-btn > .btn + .btn{margin-left:-1px}.bootstrap4 .input-group-btn > .btn:active,.bootstrap4 .input-group-btn > .btn:focus,.bootstrap4 .input-group-btn > .btn:hover{z-index:3}.bootstrap4 .input-group-btn:not(:last-child) > .btn,.bootstrap4 .input-group-btn:not(:last-child) > .btn-group{margin-right:-1px}.bootstrap4 .input-group-btn:not(:first-child) > .btn,.bootstrap4 .input-group-btn:not(:first-child) > .btn-group{z-index:2;margin-left:-1px}.bootstrap4 .input-group-btn:not(:first-child) > .btn-group:active,.bootstrap4 .input-group-btn:not(:first-child) > .btn-group:focus,.bootstrap4 .input-group-btn:not(:first-child) > .btn-group:hover,.bootstrap4 .input-group-btn:not(:first-child) > .btn:active,.bootstrap4 .input-group-btn:not(:first-child) > .btn:focus,.bootstrap4 .input-group-btn:not(:first-child) > .btn:hover{z-index:3}.bootstrap4 .custom-control{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;min-height:1.5rem;padding-left:1.5rem;margin-right:1rem;cursor:pointer}.bootstrap4 .custom-control-input{position:absolute;z-index:-1;opacity:0}.bootstrap4 .custom-control-input:checked ~ .custom-control-indicator{color:#fff;background-color:#0275d8}.bootstrap4 .custom-control-input:focus ~ .custom-control-indicator{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px #0275d8;box-shadow:0 0 0 1px #fff, 0 0 0 3px #0275d8}.bootstrap4 .custom-control-input:active ~ .custom-control-indicator{color:#fff;background-color:#8fcafe}.bootstrap4 .custom-control-input:disabled ~ .custom-control-indicator{cursor:not-allowed;background-color:#eceeef}.bootstrap4 .custom-control-input:disabled ~ .custom-control-description{color:#636c72;cursor:not-allowed}.bootstrap4 .custom-control-indicator{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:center center;-webkit-background-size:50% 50%;background-size:50% 50%}.bootstrap4 .custom-checkbox .custom-control-indicator{border-radius:0.25rem}.bootstrap4 .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.bootstrap4 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator{background-color:#0275d8;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.bootstrap4 .custom-radio .custom-control-indicator{border-radius:50%}.bootstrap4 .custom-radio .custom-control-input:checked ~ .custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.bootstrap4 .custom-controls-stacked{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.bootstrap4 .custom-controls-stacked .custom-control{margin-bottom:0.25rem}.bootstrap4 .custom-controls-stacked .custom-control + .custom-control{margin-left:0}.bootstrap4 .custom-select{display:inline-block;max-width:100%;height:calc(4.25rem);padding:.375rem 1.75rem .375rem .75rem;line-height:1.25;color:#464a4c;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;-webkit-background-size:8px 10px;background-size:8px 10px;border:1px solid rgba(0, 0, 0, 0.15);border-radius:.25rem;-moz-appearance:none;-webkit-appearance:none}.bootstrap4 .custom-select:focus{border-color:#5cb3fd;outline:0}.bootstrap4 .custom-select:focus::-ms-value{color:#464a4c;background-color:#fff}.bootstrap4 .custom-select:disabled{color:#636c72;cursor:not-allowed;background-color:#eceeef}.bootstrap4 .custom-select::-ms-expand{opacity:0}.bootstrap4 .custom-select-sm{padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.bootstrap4 .custom-file{position:relative;display:inline-block;max-width:100%;height:2.5rem;margin-bottom:0;cursor:pointer}.bootstrap4 .custom-file-input{min-width:14rem;max-width:100%;height:2.5rem;margin:0;filter:alpha(opacity=0);opacity:0}.bootstrap4 .custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#464a4c;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid rgba(0, 0, 0, 0.15);border-radius:0.25rem}.bootstrap4 .custom-file-control:lang(en)::after{content:"Choose file..."}.bootstrap4 .custom-file-control::before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#464a4c;background-color:#eceeef;border:1px solid rgba(0, 0, 0, 0.15);border-radius:0 0.25rem 0.25rem 0}.bootstrap4 .custom-file-control:lang(en)::before{content:"Browse"}.bootstrap4 .nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:0;margin-bottom:0;list-style:none}.bootstrap4 .nav-link{display:block;padding:0.5em 1em}.bootstrap4 .nav-link:focus,.bootstrap4 .nav-link:hover{text-decoration:none}.bootstrap4 .nav-link.disabled{color:#636c72;cursor:not-allowed}.bootstrap4 .nav-tabs{border-bottom:1px solid #ddd}.bootstrap4 .nav-tabs .nav-item{margin-bottom:-1px}.bootstrap4 .nav-tabs .nav-link{border:1px solid transparent;border-top-right-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap4 .nav-tabs .nav-link:focus,.bootstrap4 .nav-tabs .nav-link:hover{border-color:#eceeef #eceeef #ddd}.bootstrap4 .nav-tabs .nav-link.disabled{color:#636c72;background-color:transparent;border-color:transparent}.bootstrap4 .nav-tabs .nav-item.show .nav-link,.bootstrap4 .nav-tabs .nav-link.active{color:#464a4c;background-color:#fff;border-color:#ddd #ddd #fff}.bootstrap4 .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.bootstrap4 .nav-pills .nav-link{border-radius:0.25rem}.bootstrap4 .nav-pills .nav-item.show .nav-link,.bootstrap4 .nav-pills .nav-link.active{color:#fff;cursor:default;background-color:#0275d8}.bootstrap4 .nav-fill .nav-item{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.bootstrap4 .nav-justified .nav-item{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;text-align:center}.bootstrap4 .tab-content > .tab-pane{display:none}.bootstrap4 .tab-content > .active{display:block}.bootstrap4 .navbar{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0.5rem 1rem}.bootstrap4 .navbar-brand{display:inline-block;padding-top:.25rem;padding-bottom:.25rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.bootstrap4 .navbar-brand:focus,.bootstrap4 .navbar-brand:hover{text-decoration:none}.bootstrap4 .navbar-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.bootstrap4 .navbar-nav .nav-link{padding-right:0;padding-left:0}.bootstrap4 .navbar-text{display:inline-block;padding-top:.425rem;padding-bottom:0.425rem}.bootstrap4 .navbar-toggler{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding:.25rem .75rem;font-size:1.25rem;line-height:1;background:0 0;border:1px solid transparent;border-radius:0.25rem}.bootstrap4 .navbar-toggler:focus,.bootstrap4 .navbar-toggler:hover{text-decoration:none}.bootstrap4 .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;-webkit-background-size:100% 100%;background-size:100% 100%}.bootstrap4 .navbar-toggler-left{position:absolute;left:1rem}.bootstrap4 .navbar-toggler-right{position:absolute;right:1rem}@media (max-width: 575px){.bootstrap4 .navbar-toggleable .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap4 .navbar-toggleable > .container{padding-right:0;padding-left:0}}@media (min-width: 576px){.bootstrap4 .navbar-toggleable{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap4 .navbar-toggleable .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.bootstrap4 .navbar-toggleable .navbar-nav .nav-link{padding-right:.5rem;padding-left:0.5rem}.bootstrap4 .navbar-toggleable > .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap4 .navbar-toggleable .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;width:100%}.bootstrap4 .navbar-toggleable .navbar-toggler{display:none}}@media (max-width: 767px){.bootstrap4 .navbar-toggleable-sm .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap4 .navbar-toggleable-sm > .container{padding-right:0;padding-left:0}}@media (min-width: 768px){.bootstrap4 .navbar-toggleable-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap4 .navbar-toggleable-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.bootstrap4 .navbar-toggleable-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:0.5rem}.bootstrap4 .navbar-toggleable-sm > .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap4 .navbar-toggleable-sm .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;width:100%}.bootstrap4 .navbar-toggleable-sm .navbar-toggler{display:none}}@media (max-width: 991px){.bootstrap4 .navbar-toggleable-md .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap4 .navbar-toggleable-md > .container{padding-right:0;padding-left:0}}@media (min-width: 992px){.bootstrap4 .navbar-toggleable-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap4 .navbar-toggleable-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.bootstrap4 .navbar-toggleable-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:0.5rem}.bootstrap4 .navbar-toggleable-md > .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap4 .navbar-toggleable-md .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;width:100%}.bootstrap4 .navbar-toggleable-md .navbar-toggler{display:none}}@media (max-width: 1199px){.bootstrap4 .navbar-toggleable-lg .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap4 .navbar-toggleable-lg > .container{padding-right:0;padding-left:0}}@media (min-width: 1200px){.bootstrap4 .navbar-toggleable-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap4 .navbar-toggleable-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.bootstrap4 .navbar-toggleable-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:0.5rem}.bootstrap4 .navbar-toggleable-lg > .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap4 .navbar-toggleable-lg .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;width:100%}.bootstrap4 .navbar-toggleable-lg .navbar-toggler{display:none}}.bootstrap4 .navbar-toggleable-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap4 .navbar-toggleable-xl .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap4 .navbar-toggleable-xl > .container{padding-right:0;padding-left:0}.bootstrap4 .navbar-toggleable-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.bootstrap4 .navbar-toggleable-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:0.5rem}.bootstrap4 .navbar-toggleable-xl > .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap4 .navbar-toggleable-xl .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;width:100%}.bootstrap4 .navbar-toggleable-xl .navbar-toggler{display:none}.bootstrap4 .navbar-light .navbar-brand,.bootstrap4 .navbar-light .navbar-toggler{color:rgba(0, 0, 0, 0.9)}.bootstrap4 .navbar-light .navbar-brand:focus,.bootstrap4 .navbar-light .navbar-brand:hover,.bootstrap4 .navbar-light .navbar-toggler:focus,.bootstrap4 .navbar-light .navbar-toggler:hover{color:rgba(0, 0, 0, 0.9)}.bootstrap4 .navbar-light .navbar-nav .nav-link{color:rgba(0, 0, 0, 0.5)}.bootstrap4 .navbar-light .navbar-nav .nav-link:focus,.bootstrap4 .navbar-light .navbar-nav .nav-link:hover{color:rgba(0, 0, 0, 0.7)}.bootstrap4 .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0, 0, 0, 0.3)}.bootstrap4 .navbar-light .navbar-nav .active > .nav-link,.bootstrap4 .navbar-light .navbar-nav .nav-link.active,.bootstrap4 .navbar-light .navbar-nav .nav-link.open,.bootstrap4 .navbar-light .navbar-nav .open > .nav-link{color:rgba(0, 0, 0, 0.9)}.bootstrap4 .navbar-light .navbar-toggler{border-color:rgba(0, 0, 0, 0.1)}.bootstrap4 .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");'}.bootstrap4 .navbar-light .navbar-text{color:rgba(0, 0, 0, 0.5)}.bootstrap4 .navbar-inverse .navbar-brand,.bootstrap4 .navbar-inverse .navbar-toggler{color:#fff}.bootstrap4 .navbar-inverse .navbar-brand:focus,.bootstrap4 .navbar-inverse .navbar-brand:hover,.bootstrap4 .navbar-inverse .navbar-toggler:focus,.bootstrap4 .navbar-inverse .navbar-toggler:hover{color:#fff}.bootstrap4 .navbar-inverse .navbar-nav .nav-link{color:rgba(255, 255, 255, 0.5)}.bootstrap4 .navbar-inverse .navbar-nav .nav-link:focus,.bootstrap4 .navbar-inverse .navbar-nav .nav-link:hover{color:rgba(255, 255, 255, 0.75)}.bootstrap4 .navbar-inverse .navbar-nav .nav-link.disabled{color:rgba(255, 255, 255, 0.25)}.bootstrap4 .navbar-inverse .navbar-nav .active > .nav-link,.bootstrap4 .navbar-inverse .navbar-nav .nav-link.active,.bootstrap4 .navbar-inverse .navbar-nav .nav-link.open,.bootstrap4 .navbar-inverse .navbar-nav .open > .nav-link{color:#fff}.bootstrap4 .navbar-inverse .navbar-toggler{border-color:rgba(255, 255, 255, 0.1)}.bootstrap4 .navbar-inverse .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");'}.bootstrap4 .navbar-inverse .navbar-text{color:rgba(255, 255, 255, 0.5)}.bootstrap4 .card{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border:1px solid rgba(0, 0, 0, 0.125);border-radius:0.25rem}.bootstrap4 .card-block{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.bootstrap4 .card-title{margin-bottom:0.75rem}.bootstrap4 .card-subtitle{margin-top:-0.375rem;margin-bottom:0}.bootstrap4 .card-text:last-child{margin-bottom:0}.bootstrap4 .card-link:hover{text-decoration:none}.bootstrap4 .card-link + .card-link{margin-left:1.25rem}.bootstrap4 .card > .list-group:first-child .list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap4 .card > .list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:0.25rem}.bootstrap4 .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#f7f7f9;border-bottom:1px solid rgba(0, 0, 0, 0.125)}.bootstrap4 .card-header:first-child{border-radius:calc(-0.75rem) calc(-0.75rem) 0 0}.bootstrap4 .card-footer{padding:.75rem 1.25rem;background-color:#f7f7f9;border-top:1px solid rgba(0, 0, 0, 0.125)}.bootstrap4 .card-footer:last-child{border-radius:0 0 calc(-0.75rem) calc(-0.75rem)}.bootstrap4 .card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.bootstrap4 .card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.bootstrap4 .card-primary{background-color:#0275d8;border-color:#0275d8}.bootstrap4 .card-primary .card-footer,.bootstrap4 .card-primary .card-header{background-color:transparent}.bootstrap4 .card-success{background-color:#5cb85c;border-color:#5cb85c}.bootstrap4 .card-success .card-footer,.bootstrap4 .card-success .card-header{background-color:transparent}.bootstrap4 .card-info{background-color:#5bc0de;border-color:#5bc0de}.bootstrap4 .card-info .card-footer,.bootstrap4 .card-info .card-header{background-color:transparent}.bootstrap4 .card-warning{background-color:#f0ad4e;border-color:#f0ad4e}.bootstrap4 .card-warning .card-footer,.bootstrap4 .card-warning .card-header{background-color:transparent}.bootstrap4 .card-danger{background-color:#d9534f;border-color:#d9534f}.bootstrap4 .card-danger .card-footer,.bootstrap4 .card-danger .card-header{background-color:transparent}.bootstrap4 .card-outline-primary{background-color:transparent;border-color:#0275d8}.bootstrap4 .card-outline-secondary{background-color:transparent;border-color:#ccc}.bootstrap4 .card-outline-info{background-color:transparent;border-color:#5bc0de}.bootstrap4 .card-outline-success{background-color:transparent;border-color:#5cb85c}.bootstrap4 .card-outline-warning{background-color:transparent;border-color:#f0ad4e}.bootstrap4 .card-outline-danger{background-color:transparent;border-color:#d9534f}.bootstrap4 .card-inverse{color:rgba(255, 255, 255, 0.65)}.bootstrap4 .card-inverse .card-footer,.bootstrap4 .card-inverse .card-header{background-color:transparent;border-color:rgba(255, 255, 255, 0.2)}.bootstrap4 .card-inverse .card-blockquote,.bootstrap4 .card-inverse .card-footer,.bootstrap4 .card-inverse .card-header,.bootstrap4 .card-inverse .card-title{color:#fff}.bootstrap4 .card-inverse .card-blockquote .blockquote-footer,.bootstrap4 .card-inverse .card-link,.bootstrap4 .card-inverse .card-subtitle,.bootstrap4 .card-inverse .card-text{color:rgba(255, 255, 255, 0.65)}.bootstrap4 .card-inverse .card-link:focus,.bootstrap4 .card-inverse .card-link:hover{color:#fff}.bootstrap4 .card-blockquote{padding:0;margin-bottom:0;border-left:0}.bootstrap4 .card-img{border-radius:calc(-0.75rem)}.bootstrap4 .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.bootstrap4 .card-img-top{border-top-right-radius:calc(-0.75rem);border-top-left-radius:calc(-0.75rem)}.bootstrap4 .card-img-bottom{border-bottom-right-radius:calc(-0.75rem);border-bottom-left-radius:calc(-0.75rem)}@media (min-width: 576px){.bootstrap4 .card-deck{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}.bootstrap4 .card-deck .card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.bootstrap4 .card-deck .card:not(:first-child){margin-left:15px}.bootstrap4 .card-deck .card:not(:last-child){margin-right:15px}}@media (min-width: 576px){.bootstrap4 .card-group{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}.bootstrap4 .card-group .card{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.bootstrap4 .card-group .card + .card{margin-left:0;border-left:0}.bootstrap4 .card-group .card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap4 .card-group .card:first-child .card-img-top{border-top-right-radius:0}.bootstrap4 .card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.bootstrap4 .card-group .card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap4 .card-group .card:last-child .card-img-top{border-top-left-radius:0}.bootstrap4 .card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.bootstrap4 .card-group .card:not(:first-child):not(:last-child){border-radius:0}.bootstrap4 .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.bootstrap4 .card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}@media (min-width: 576px){.bootstrap4 .card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.bootstrap4 .card-columns .card{display:inline-block;width:100%;margin-bottom:0.75rem}}.bootstrap4 .breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eceeef;border-radius:0.25rem}.bootstrap4 .breadcrumb::after{display:block;content:"";clear:both}.bootstrap4 .breadcrumb-item{float:left}.bootstrap4 .breadcrumb-item + .breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#636c72;content:"/"}.bootstrap4 .breadcrumb-item + .breadcrumb-item:hover::before{text-decoration:underline}.bootstrap4 .breadcrumb-item + .breadcrumb-item:hover::before{text-decoration:none}.bootstrap4 .breadcrumb-item.active{color:#636c72}.bootstrap4 .pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0.25rem}.bootstrap4 .page-item:first-child .page-link{margin-left:0;border-bottom-left-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap4 .page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:0.25rem}.bootstrap4 .page-item.active .page-link{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.bootstrap4 .page-item.disabled .page-link{color:#636c72;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#ddd}.bootstrap4 .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#0275d8;background-color:#fff;border:1px solid #ddd}.bootstrap4 .page-link:focus,.bootstrap4 .page-link:hover{color:#014c8c;text-decoration:none;background-color:#eceeef;border-color:#ddd}.bootstrap4 .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.bootstrap4 .pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:0.3rem}.bootstrap4 .pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:0.3rem}.bootstrap4 .pagination-sm .page-link{padding:.25rem .5rem;font-size:0.875rem}.bootstrap4 .pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:0.2rem}.bootstrap4 .pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:0.2rem}.bootstrap4 .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0.25rem}.bootstrap4 .badge:empty{display:none}.bootstrap4 .btn .badge{position:relative;top:-1px}.bootstrap4 a.badge:focus,.bootstrap4 a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap4 .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.bootstrap4 .badge-default{background-color:#636c72}.bootstrap4 .badge-default[href]:focus,.bootstrap4 .badge-default[href]:hover{background-color:#4b5257}.bootstrap4 .badge-primary{background-color:#0275d8}.bootstrap4 .badge-primary[href]:focus,.bootstrap4 .badge-primary[href]:hover{background-color:#025aa5}.bootstrap4 .badge-success{background-color:#5cb85c}.bootstrap4 .badge-success[href]:focus,.bootstrap4 .badge-success[href]:hover{background-color:#449d44}.bootstrap4 .badge-info{background-color:#5bc0de}.bootstrap4 .badge-info[href]:focus,.bootstrap4 .badge-info[href]:hover{background-color:#31b0d5}.bootstrap4 .badge-warning{background-color:#f0ad4e}.bootstrap4 .badge-warning[href]:focus,.bootstrap4 .badge-warning[href]:hover{background-color:#ec971f}.bootstrap4 .badge-danger{background-color:#d9534f}.bootstrap4 .badge-danger[href]:focus,.bootstrap4 .badge-danger[href]:hover{background-color:#c9302c}.bootstrap4 .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eceeef;border-radius:0.3rem}@media (min-width: 576px){.bootstrap4 .jumbotron{padding:4rem 2rem}}.bootstrap4 .jumbotron-hr{border-top-color:#d0d5d8}.bootstrap4 .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.bootstrap4 .alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem}.bootstrap4 .alert-heading{color:inherit}.bootstrap4 .alert-link{font-weight:700}.bootstrap4 .alert-dismissible .close{position:relative;top:-0.75rem;right:-1.25rem;padding:.75rem 1.25rem;color:inherit}.bootstrap4 .alert-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.bootstrap4 .alert-success hr{border-top-color:#c1e2b3}.bootstrap4 .alert-success .alert-link{color:#2b542c}.bootstrap4 .alert-info{background-color:#d9edf7;border-color:#bcdff1;color:#31708f}.bootstrap4 .alert-info hr{border-top-color:#a6d5ec}.bootstrap4 .alert-info .alert-link{color:#245269}.bootstrap4 .alert-warning{background-color:#fcf8e3;border-color:#faf2cc;color:#8a6d3b}.bootstrap4 .alert-warning hr{border-top-color:#f7ecb5}.bootstrap4 .alert-warning .alert-link{color:#66512c}.bootstrap4 .alert-danger{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.bootstrap4 .alert-danger hr{border-top-color:#e4b9b9}.bootstrap4 .alert-danger .alert-link{color:#843534}@-webkit-keyframes "progress-bar-stripes"{from{background-position:1rem 0;}to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from { background-position:1rem 0}to{background-position:0 0}@keyframes "progress-bar-stripes"{from{background-position:1rem 0;}to{background-position:0 0;}}.bootstrap4 .progress{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;font-size:.75rem;line-height:1rem;text-align:center;background-color:#eceeef;border-radius:0.25rem}.bootstrap4 .progress-bar{height:1rem;color:#fff;background-color:#0275d8}.bootstrap4 .progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:1rem 1rem;background-size:1rem 1rem}.bootstrap4 .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;-o-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.bootstrap4 .media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bootstrap4 .media-body{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.bootstrap4 .list-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.bootstrap4 .list-group-item-action{width:100%;color:#464a4c;text-align:inherit}.bootstrap4 .list-group-item-action .list-group-item-heading{color:#292b2c}.bootstrap4 .list-group-item-action:focus,.bootstrap4 .list-group-item-action:hover{color:#464a4c;text-decoration:none;background-color:#f7f7f9}.bootstrap4 .list-group-item-action:active{color:#292b2c;background-color:#eceeef}.bootstrap4 .list-group-item{position:relative;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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0, 0, 0, 0.125)}.bootstrap4 .list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap4 .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:0.25rem}.bootstrap4 .list-group-item:focus,.bootstrap4 .list-group-item:hover{text-decoration:none}.bootstrap4 .list-group-item.disabled,.bootstrap4 .list-group-item:disabled{color:#636c72;cursor:not-allowed;background-color:#fff}.bootstrap4 .list-group-item.disabled .list-group-item-heading,.bootstrap4 .list-group-item:disabled .list-group-item-heading{color:inherit}.bootstrap4 .list-group-item.disabled .list-group-item-text,.bootstrap4 .list-group-item:disabled .list-group-item-text{color:#636c72}.bootstrap4 .list-group-item.active{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.bootstrap4 .list-group-item.active .list-group-item-heading,.bootstrap4 .list-group-item.active .list-group-item-heading > .small,.bootstrap4 .list-group-item.active .list-group-item-heading > small{color:inherit}.bootstrap4 .list-group-item.active .list-group-item-text{color:#daeeff}.bootstrap4 .list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.bootstrap4 .list-group-flush:first-child .list-group-item:first-child{border-top:0}.bootstrap4 .list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.bootstrap4 .list-group-item-success{color:#3c763d;background-color:#dff0d8}.bootstrap4 a.list-group-item-success,.bootstrap4 button.list-group-item-success{color:#3c763d}.bootstrap4 a.list-group-item-success .list-group-item-heading,.bootstrap4 button.list-group-item-success .list-group-item-heading{color:inherit}.bootstrap4 a.list-group-item-success:focus,.bootstrap4 a.list-group-item-success:hover,.bootstrap4 button.list-group-item-success:focus,.bootstrap4 button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}.bootstrap4 a.list-group-item-success.active,.bootstrap4 button.list-group-item-success.active{color:#fff;background-color:#3c763d;border-color:#3c763d}.bootstrap4 .list-group-item-info{color:#31708f;background-color:#d9edf7}.bootstrap4 a.list-group-item-info,.bootstrap4 button.list-group-item-info{color:#31708f}.bootstrap4 a.list-group-item-info .list-group-item-heading,.bootstrap4 button.list-group-item-info .list-group-item-heading{color:inherit}.bootstrap4 a.list-group-item-info:focus,.bootstrap4 a.list-group-item-info:hover,.bootstrap4 button.list-group-item-info:focus,.bootstrap4 button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}.bootstrap4 a.list-group-item-info.active,.bootstrap4 button.list-group-item-info.active{color:#fff;background-color:#31708f;border-color:#31708f}.bootstrap4 .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.bootstrap4 a.list-group-item-warning,.bootstrap4 button.list-group-item-warning{color:#8a6d3b}.bootstrap4 a.list-group-item-warning .list-group-item-heading,.bootstrap4 button.list-group-item-warning .list-group-item-heading{color:inherit}.bootstrap4 a.list-group-item-warning:focus,.bootstrap4 a.list-group-item-warning:hover,.bootstrap4 button.list-group-item-warning:focus,.bootstrap4 button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}.bootstrap4 a.list-group-item-warning.active,.bootstrap4 button.list-group-item-warning.active{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.bootstrap4 .list-group-item-danger{color:#a94442;background-color:#f2dede}.bootstrap4 a.list-group-item-danger,.bootstrap4 button.list-group-item-danger{color:#a94442}.bootstrap4 a.list-group-item-danger .list-group-item-heading,.bootstrap4 button.list-group-item-danger .list-group-item-heading{color:inherit}.bootstrap4 a.list-group-item-danger:focus,.bootstrap4 a.list-group-item-danger:hover,.bootstrap4 button.list-group-item-danger:focus,.bootstrap4 button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}.bootstrap4 a.list-group-item-danger.active,.bootstrap4 button.list-group-item-danger.active{color:#fff;background-color:#a94442;border-color:#a94442}.bootstrap4 .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.bootstrap4 .embed-responsive::before{display:block;content:""}.bootstrap4 .embed-responsive .embed-responsive-item,.bootstrap4 .embed-responsive embed,.bootstrap4 .embed-responsive iframe,.bootstrap4 .embed-responsive object,.bootstrap4 .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.bootstrap4 .embed-responsive-21by9::before{padding-top:42.857143%}.bootstrap4 .embed-responsive-16by9::before{padding-top:56.25%}.bootstrap4 .embed-responsive-4by3::before{padding-top:75%}.bootstrap4 .embed-responsive-1by1::before{padding-top:100%}.bootstrap4 .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:0.5}.bootstrap4 .close:focus,.bootstrap4 .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:0.75}.bootstrap4 button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.bootstrap4 .modal-open{overflow:hidden}.bootstrap4 .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.bootstrap4 .modal.fade .modal-dialog{-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%);-o-transform:translate(0, -25%);transform:translate(0, -25%)}.bootstrap4 .modal.show .modal-dialog{-webkit-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.bootstrap4 .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap4 .modal-dialog{position:relative;width:auto;margin:10px}.bootstrap4 .modal-content{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.2);border-radius:.3rem;outline:0}.bootstrap4 .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.bootstrap4 .modal-backdrop.fade{opacity:0}.bootstrap4 .modal-backdrop.show{opacity:0.5}.bootstrap4 .modal-header{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:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:15px;border-bottom:1px solid #eceeef}.bootstrap4 .modal-title{margin-bottom:0;line-height:1.5}.bootstrap4 .modal-body{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.bootstrap4 .modal-footer{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:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:15px;border-top:1px solid #eceeef}.bootstrap4 .modal-footer > :not(:first-child){margin-left:0.25rem}.bootstrap4 .modal-footer > :not(:last-child){margin-right:0.25rem}.bootstrap4 .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.bootstrap4 .modal-dialog{max-width:500px;margin:30px auto}.bootstrap4 .modal-sm{max-width:300px}}@media (min-width: 992px){.bootstrap4 .modal-lg{max-width:800px}}.bootstrap4 .tooltip{position:absolute;z-index:1070;display:block;font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;opacity:0}.bootstrap4 .tooltip.show{opacity:0.9}.bootstrap4 .tooltip.bs-tether-element-attached-bottom,.bootstrap4 .tooltip.tooltip-top{padding:5px 0;margin-top:-3px}.bootstrap4 .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,.bootstrap4 .tooltip.tooltip-top .tooltip-inner::before{bottom:0;left:50%;margin-left:-5px;content:"";border-width:5px 5px 0;border-top-color:#000}.bootstrap4 .tooltip.bs-tether-element-attached-left,.bootstrap4 .tooltip.tooltip-right{padding:0 5px;margin-left:3px}.bootstrap4 .tooltip.bs-tether-element-attached-left .tooltip-inner::before,.bootstrap4 .tooltip.tooltip-right .tooltip-inner::before{top:50%;left:0;margin-top:-5px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.bootstrap4 .tooltip.bs-tether-element-attached-top,.bootstrap4 .tooltip.tooltip-bottom{padding:5px 0;margin-top:3px}.bootstrap4 .tooltip.bs-tether-element-attached-top .tooltip-inner::before,.bootstrap4 .tooltip.tooltip-bottom .tooltip-inner::before{top:0;left:50%;margin-left:-5px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.bootstrap4 .tooltip.bs-tether-element-attached-right,.bootstrap4 .tooltip.tooltip-left{padding:0 5px;margin-left:-3px}.bootstrap4 .tooltip.bs-tether-element-attached-right .tooltip-inner::before,.bootstrap4 .tooltip.tooltip-left .tooltip-inner::before{top:50%;right:0;margin-top:-5px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.bootstrap4 .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:0.25rem}.bootstrap4 .tooltip-inner::before{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap4 .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.2);border-radius:0.3rem}.bootstrap4 .popover.bs-tether-element-attached-bottom,.bootstrap4 .popover.popover-top{margin-top:-10px}.bootstrap4 .popover.bs-tether-element-attached-bottom::after,.bootstrap4 .popover.bs-tether-element-attached-bottom::before,.bootstrap4 .popover.popover-top::after,.bootstrap4 .popover.popover-top::before{left:50%;border-bottom-width:0}.bootstrap4 .popover.bs-tether-element-attached-bottom::before,.bootstrap4 .popover.popover-top::before{bottom:-11px;margin-left:-11px;border-top-color:rgba(0, 0, 0, 0.25)}.bootstrap4 .popover.bs-tether-element-attached-bottom::after,.bootstrap4 .popover.popover-top::after{bottom:-10px;margin-left:-10px;border-top-color:#fff}.bootstrap4 .popover.bs-tether-element-attached-left,.bootstrap4 .popover.popover-right{margin-left:10px}.bootstrap4 .popover.bs-tether-element-attached-left::after,.bootstrap4 .popover.bs-tether-element-attached-left::before,.bootstrap4 .popover.popover-right::after,.bootstrap4 .popover.popover-right::before{top:50%;border-left-width:0}.bootstrap4 .popover.bs-tether-element-attached-left::before,.bootstrap4 .popover.popover-right::before{left:-11px;margin-top:-11px;border-right-color:rgba(0, 0, 0, 0.25)}.bootstrap4 .popover.bs-tether-element-attached-left::after,.bootstrap4 .popover.popover-right::after{left:-10px;margin-top:-10px;border-right-color:#fff}.bootstrap4 .popover.bs-tether-element-attached-top,.bootstrap4 .popover.popover-bottom{margin-top:10px}.bootstrap4 .popover.bs-tether-element-attached-top::after,.bootstrap4 .popover.bs-tether-element-attached-top::before,.bootstrap4 .popover.popover-bottom::after,.bootstrap4 .popover.popover-bottom::before{left:50%;border-top-width:0}.bootstrap4 .popover.bs-tether-element-attached-top::before,.bootstrap4 .popover.popover-bottom::before{top:-11px;margin-left:-11px;border-bottom-color:rgba(0, 0, 0, 0.25)}.bootstrap4 .popover.bs-tether-element-attached-top::after,.bootstrap4 .popover.popover-bottom::after{top:-10px;margin-left:-10px;border-bottom-color:#f7f7f7}.bootstrap4 .popover.bs-tether-element-attached-top .popover-title::before,.bootstrap4 .popover.popover-bottom .popover-title::before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.bootstrap4 .popover.bs-tether-element-attached-right,.bootstrap4 .popover.popover-left{margin-left:-10px}.bootstrap4 .popover.bs-tether-element-attached-right::after,.bootstrap4 .popover.bs-tether-element-attached-right::before,.bootstrap4 .popover.popover-left::after,.bootstrap4 .popover.popover-left::before{top:50%;border-right-width:0}.bootstrap4 .popover.bs-tether-element-attached-right::before,.bootstrap4 .popover.popover-left::before{right:-11px;margin-top:-11px;border-left-color:rgba(0, 0, 0, 0.25)}.bootstrap4 .popover.bs-tether-element-attached-right::after,.bootstrap4 .popover.popover-left::after{right:-10px;margin-top:-10px;border-left-color:#fff}.bootstrap4 .popover-title{padding:8px 14px;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-right-radius:calc(-0.7rem);border-top-left-radius:calc(-0.7rem)}.bootstrap4 .popover-title:empty{display:none}.bootstrap4 .popover-content{padding:9px 14px}.bootstrap4 .popover::after,.bootstrap4 .popover::before{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap4 .popover::before{content:"";border-width:11px}.bootstrap4 .popover::after{content:"";border-width:10px}.bootstrap4 .carousel{position:relative}.bootstrap4 .carousel-inner{position:relative;width:100%;overflow:hidden}.bootstrap4 .carousel-item{position:relative;display:none;width:100%}@media (-webkit-transform-3d){.bootstrap4 .carousel-item{-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;perspective:1000px}}@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))){.bootstrap4 .carousel-item { -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;perspective:1000px}} .bootstrap4 .carousel-item-next,.bootstrap4 .carousel-item-prev,.bootstrap4 .carousel-item.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.bootstrap4 .carousel-item-next,.bootstrap4 .carousel-item-prev{position:absolute;top:0}@media (-webkit-transform-3d){.bootstrap4 .carousel-item-next.carousel-item-left,.bootstrap4 .carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.bootstrap4 .active.carousel-item-right,.bootstrap4 .carousel-item-next{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.bootstrap4 .active.carousel-item-left,.bootstrap4 .carousel-item-prev{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))){.bootstrap4 .carousel-item-next.carousel-item-left, .bootstrap4 .carousel-item-prev.carousel-item-right { -webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.bootstrap4 .active.carousel-item-right,.bootstrap4 .carousel-item-next{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.bootstrap4 .active.carousel-item-left,.bootstrap4 .carousel-item-prev{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}} .bootstrap4 .carousel-control-next,.bootstrap4 .carousel-control-prev{position:absolute;top:0;bottom: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;width:15%;color:#fff;text-align:center;opacity:0.5}.bootstrap4 .carousel-control-next:focus,.bootstrap4 .carousel-control-next:hover,.bootstrap4 .carousel-control-prev:focus,.bootstrap4 .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:0.9}.bootstrap4 .carousel-control-prev{left:0}.bootstrap4 .carousel-control-next{right:0}.bootstrap4 .carousel-control-next-icon,.bootstrap4 .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;-webkit-background-size:100% 100%;background-size:100% 100%}.bootstrap4 .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.bootstrap4 .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.bootstrap4 .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.bootstrap4 .carousel-indicators li{position:relative;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;max-width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255, 255, 255, 0.5)}.bootstrap4 .carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.bootstrap4 .carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.bootstrap4 .carousel-indicators .active{background-color:#fff}.bootstrap4 .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.bootstrap4 .align-baseline{vertical-align:baseline !important}.bootstrap4 .align-top{vertical-align:top !important}.bootstrap4 .align-middle{vertical-align:middle !important}.bootstrap4 .align-bottom{vertical-align:bottom !important}.bootstrap4 .align-text-bottom{vertical-align:text-bottom !important}.bootstrap4 .align-text-top{vertical-align:text-top !important}.bootstrap4 .bg-faded{background-color:#f7f7f7}.bootstrap4 .bg-primary{background-color:#0275d8 !important}.bootstrap4 a.bg-primary:focus,.bootstrap4 a.bg-primary:hover{background-color:#025aa5 !important}.bootstrap4 .bg-success{background-color:#5cb85c !important}.bootstrap4 a.bg-success:focus,.bootstrap4 a.bg-success:hover{background-color:#449d44 !important}.bootstrap4 .bg-info{background-color:#5bc0de !important}.bootstrap4 a.bg-info:focus,.bootstrap4 a.bg-info:hover{background-color:#31b0d5 !important}.bootstrap4 .bg-warning{background-color:#f0ad4e !important}.bootstrap4 a.bg-warning:focus,.bootstrap4 a.bg-warning:hover{background-color:#ec971f !important}.bootstrap4 .bg-danger{background-color:#d9534f !important}.bootstrap4 a.bg-danger:focus,.bootstrap4 a.bg-danger:hover{background-color:#c9302c !important}.bootstrap4 .bg-inverse{background-color:#292b2c !important}.bootstrap4 a.bg-inverse:focus,.bootstrap4 a.bg-inverse:hover{background-color:#101112 !important}.bootstrap4 .border-0{border:0 !important}.bootstrap4 .border-top-0{border-top:0 !important}.bootstrap4 .border-right-0{border-right:0 !important}.bootstrap4 .border-bottom-0{border-bottom:0 !important}.bootstrap4 .border-left-0{border-left:0 !important}.bootstrap4 .rounded{border-radius:0.25rem}.bootstrap4 .rounded-top{border-top-right-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap4 .rounded-right{border-bottom-right-radius:.25rem;border-top-right-radius:0.25rem}.bootstrap4 .rounded-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:0.25rem}.bootstrap4 .rounded-left{border-bottom-left-radius:.25rem;border-top-left-radius:0.25rem}.bootstrap4 .rounded-circle{border-radius:50%}.bootstrap4 .rounded-0{border-radius:0}.bootstrap4 .clearfix::after{display:block;content:"";clear:both}.bootstrap4 .d-none{display:none !important}.bootstrap4 .d-inline{display:inline !important}.bootstrap4 .d-inline-block{display:inline-block !important}.bootstrap4 .d-block{display:block !important}.bootstrap4 .d-table{display:table !important}.bootstrap4 .d-table-cell{display:table-cell !important}.bootstrap4 .d-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.bootstrap4 .d-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.bootstrap4 .d-sm-none{display:none !important}.bootstrap4 .d-sm-inline{display:inline !important}.bootstrap4 .d-sm-inline-block{display:inline-block !important}.bootstrap4 .d-sm-block{display:block !important}.bootstrap4 .d-sm-table{display:table !important}.bootstrap4 .d-sm-table-cell{display:table-cell !important}.bootstrap4 .d-sm-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.bootstrap4 .d-sm-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.bootstrap4 .d-md-none{display:none !important}.bootstrap4 .d-md-inline{display:inline !important}.bootstrap4 .d-md-inline-block{display:inline-block !important}.bootstrap4 .d-md-block{display:block !important}.bootstrap4 .d-md-table{display:table !important}.bootstrap4 .d-md-table-cell{display:table-cell !important}.bootstrap4 .d-md-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.bootstrap4 .d-md-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.bootstrap4 .d-lg-none{display:none !important}.bootstrap4 .d-lg-inline{display:inline !important}.bootstrap4 .d-lg-inline-block{display:inline-block !important}.bootstrap4 .d-lg-block{display:block !important}.bootstrap4 .d-lg-table{display:table !important}.bootstrap4 .d-lg-table-cell{display:table-cell !important}.bootstrap4 .d-lg-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.bootstrap4 .d-lg-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.bootstrap4 .d-xl-none{display:none !important}.bootstrap4 .d-xl-inline{display:inline !important}.bootstrap4 .d-xl-inline-block{display:inline-block !important}.bootstrap4 .d-xl-block{display:block !important}.bootstrap4 .d-xl-table{display:table !important}.bootstrap4 .d-xl-table-cell{display:table-cell !important}.bootstrap4 .d-xl-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.bootstrap4 .d-xl-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.bootstrap4 .flex-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap4 .flex-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap4 .flex-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap4 .flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap4 .flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap4 .flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap4 .flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap4 .flex-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap4 .flex-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap4 .flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap4 .justify-content-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap4 .justify-content-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap4 .justify-content-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap4 .justify-content-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap4 .justify-content-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap4 .align-items-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap4 .align-items-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap4 .align-items-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap4 .align-items-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap4 .align-items-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap4 .align-content-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap4 .align-content-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap4 .align-content-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap4 .align-content-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap4 .align-content-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap4 .align-content-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap4 .align-self-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap4 .align-self-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap4 .align-self-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap4 .align-self-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap4 .align-self-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap4 .align-self-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.bootstrap4 .flex-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap4 .flex-sm-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap4 .flex-sm-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap4 .flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap4 .flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap4 .flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap4 .flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap4 .flex-sm-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap4 .flex-sm-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap4 .flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap4 .justify-content-sm-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap4 .justify-content-sm-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap4 .justify-content-sm-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap4 .justify-content-sm-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap4 .justify-content-sm-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap4 .align-items-sm-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap4 .align-items-sm-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap4 .align-items-sm-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap4 .align-items-sm-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap4 .align-items-sm-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap4 .align-content-sm-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap4 .align-content-sm-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap4 .align-content-sm-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap4 .align-content-sm-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap4 .align-content-sm-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap4 .align-content-sm-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap4 .align-self-sm-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap4 .align-self-sm-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap4 .align-self-sm-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap4 .align-self-sm-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap4 .align-self-sm-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap4 .align-self-sm-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.bootstrap4 .flex-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap4 .flex-md-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap4 .flex-md-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap4 .flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap4 .flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap4 .flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap4 .flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap4 .flex-md-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap4 .flex-md-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap4 .flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap4 .justify-content-md-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap4 .justify-content-md-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap4 .justify-content-md-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap4 .justify-content-md-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap4 .justify-content-md-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap4 .align-items-md-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap4 .align-items-md-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap4 .align-items-md-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap4 .align-items-md-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap4 .align-items-md-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap4 .align-content-md-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap4 .align-content-md-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap4 .align-content-md-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap4 .align-content-md-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap4 .align-content-md-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap4 .align-content-md-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap4 .align-self-md-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap4 .align-self-md-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap4 .align-self-md-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap4 .align-self-md-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap4 .align-self-md-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap4 .align-self-md-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.bootstrap4 .flex-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap4 .flex-lg-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap4 .flex-lg-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap4 .flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap4 .flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap4 .flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap4 .flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap4 .flex-lg-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap4 .flex-lg-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap4 .flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap4 .justify-content-lg-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap4 .justify-content-lg-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap4 .justify-content-lg-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap4 .justify-content-lg-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap4 .justify-content-lg-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap4 .align-items-lg-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap4 .align-items-lg-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap4 .align-items-lg-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap4 .align-items-lg-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap4 .align-items-lg-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap4 .align-content-lg-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap4 .align-content-lg-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap4 .align-content-lg-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap4 .align-content-lg-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap4 .align-content-lg-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap4 .align-content-lg-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap4 .align-self-lg-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap4 .align-self-lg-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap4 .align-self-lg-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap4 .align-self-lg-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap4 .align-self-lg-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap4 .align-self-lg-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.bootstrap4 .flex-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.bootstrap4 .flex-xl-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.bootstrap4 .flex-xl-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.bootstrap4 .flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap4 .flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap4 .flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap4 .flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap4 .flex-xl-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap4 .flex-xl-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap4 .flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap4 .justify-content-xl-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap4 .justify-content-xl-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap4 .justify-content-xl-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap4 .justify-content-xl-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap4 .justify-content-xl-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap4 .align-items-xl-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap4 .align-items-xl-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap4 .align-items-xl-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap4 .align-items-xl-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap4 .align-items-xl-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap4 .align-content-xl-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap4 .align-content-xl-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap4 .align-content-xl-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap4 .align-content-xl-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap4 .align-content-xl-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap4 .align-content-xl-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap4 .align-self-xl-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap4 .align-self-xl-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap4 .align-self-xl-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap4 .align-self-xl-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap4 .align-self-xl-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap4 .align-self-xl-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}.bootstrap4 .float-left{float:left !important}.bootstrap4 .float-right{float:right !important}.bootstrap4 .float-none{float:none !important}@media (min-width: 576px){.bootstrap4 .float-sm-left{float:left !important}.bootstrap4 .float-sm-right{float:right !important}.bootstrap4 .float-sm-none{float:none !important}}@media (min-width: 768px){.bootstrap4 .float-md-left{float:left !important}.bootstrap4 .float-md-right{float:right !important}.bootstrap4 .float-md-none{float:none !important}}@media (min-width: 992px){.bootstrap4 .float-lg-left{float:left !important}.bootstrap4 .float-lg-right{float:right !important}.bootstrap4 .float-lg-none{float:none !important}}@media (min-width: 1200px){.bootstrap4 .float-xl-left{float:left !important}.bootstrap4 .float-xl-right{float:right !important}.bootstrap4 .float-xl-none{float:none !important}}.bootstrap4 .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.bootstrap4 .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.bootstrap4 .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1030}.bootstrap4 .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.bootstrap4 .sr-only-focusable:active,.bootstrap4 .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.bootstrap4 .w-25{width:25% !important}.bootstrap4 .w-50{width:50% !important}.bootstrap4 .w-75{width:75% !important}.bootstrap4 .w-100{width:100% !important}.bootstrap4 .h-25{height:25% !important}.bootstrap4 .h-50{height:50% !important}.bootstrap4 .h-75{height:75% !important}.bootstrap4 .h-100{height:100% !important}.bootstrap4 .mw-100{max-width:100% !important}.bootstrap4 .mh-100{max-height:100% !important}.bootstrap4 .m-0{margin:0 0 !important}.bootstrap4 .mt-0{margin-top:0 !important}.bootstrap4 .mr-0{margin-right:0 !important}.bootstrap4 .mb-0{margin-bottom:0 !important}.bootstrap4 .ml-0{margin-left:0 !important}.bootstrap4 .mx-0{margin-right:0 !important;margin-left:0 !important}.bootstrap4 .my-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap4 .m-1{margin:0.25rem 0.25rem !important}.bootstrap4 .mt-1{margin-top:0.25rem !important}.bootstrap4 .mr-1{margin-right:0.25rem !important}.bootstrap4 .mb-1{margin-bottom:0.25rem !important}.bootstrap4 .ml-1{margin-left:0.25rem !important}.bootstrap4 .mx-1{margin-right:.25rem !important;margin-left:0.25rem !important}.bootstrap4 .my-1{margin-top:.25rem !important;margin-bottom:0.25rem !important}.bootstrap4 .m-2{margin:0.5rem 0.5rem !important}.bootstrap4 .mt-2{margin-top:0.5rem !important}.bootstrap4 .mr-2{margin-right:0.5rem !important}.bootstrap4 .mb-2{margin-bottom:0.5rem !important}.bootstrap4 .ml-2{margin-left:0.5rem !important}.bootstrap4 .mx-2{margin-right:.5rem !important;margin-left:0.5rem !important}.bootstrap4 .my-2{margin-top:.5rem !important;margin-bottom:0.5rem !important}.bootstrap4 .m-3{margin:1rem 1rem !important}.bootstrap4 .mt-3{margin-top:1rem !important}.bootstrap4 .mr-3{margin-right:1rem !important}.bootstrap4 .mb-3{margin-bottom:1rem !important}.bootstrap4 .ml-3{margin-left:1rem !important}.bootstrap4 .mx-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap4 .my-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap4 .m-4{margin:1.5rem 1.5rem !important}.bootstrap4 .mt-4{margin-top:1.5rem !important}.bootstrap4 .mr-4{margin-right:1.5rem !important}.bootstrap4 .mb-4{margin-bottom:1.5rem !important}.bootstrap4 .ml-4{margin-left:1.5rem !important}.bootstrap4 .mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap4 .my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap4 .m-5{margin:3rem 3rem !important}.bootstrap4 .mt-5{margin-top:3rem !important}.bootstrap4 .mr-5{margin-right:3rem !important}.bootstrap4 .mb-5{margin-bottom:3rem !important}.bootstrap4 .ml-5{margin-left:3rem !important}.bootstrap4 .mx-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap4 .my-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap4 .p-0{padding:0 0 !important}.bootstrap4 .pt-0{padding-top:0 !important}.bootstrap4 .pr-0{padding-right:0 !important}.bootstrap4 .pb-0{padding-bottom:0 !important}.bootstrap4 .pl-0{padding-left:0 !important}.bootstrap4 .px-0{padding-right:0 !important;padding-left:0 !important}.bootstrap4 .py-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap4 .p-1{padding:0.25rem 0.25rem !important}.bootstrap4 .pt-1{padding-top:0.25rem !important}.bootstrap4 .pr-1{padding-right:0.25rem !important}.bootstrap4 .pb-1{padding-bottom:0.25rem !important}.bootstrap4 .pl-1{padding-left:0.25rem !important}.bootstrap4 .px-1{padding-right:.25rem !important;padding-left:0.25rem !important}.bootstrap4 .py-1{padding-top:.25rem !important;padding-bottom:0.25rem !important}.bootstrap4 .p-2{padding:0.5rem 0.5rem !important}.bootstrap4 .pt-2{padding-top:0.5rem !important}.bootstrap4 .pr-2{padding-right:0.5rem !important}.bootstrap4 .pb-2{padding-bottom:0.5rem !important}.bootstrap4 .pl-2{padding-left:0.5rem !important}.bootstrap4 .px-2{padding-right:.5rem !important;padding-left:0.5rem !important}.bootstrap4 .py-2{padding-top:.5rem !important;padding-bottom:0.5rem !important}.bootstrap4 .p-3{padding:1rem 1rem !important}.bootstrap4 .pt-3{padding-top:1rem !important}.bootstrap4 .pr-3{padding-right:1rem !important}.bootstrap4 .pb-3{padding-bottom:1rem !important}.bootstrap4 .pl-3{padding-left:1rem !important}.bootstrap4 .px-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap4 .py-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap4 .p-4{padding:1.5rem 1.5rem !important}.bootstrap4 .pt-4{padding-top:1.5rem !important}.bootstrap4 .pr-4{padding-right:1.5rem !important}.bootstrap4 .pb-4{padding-bottom:1.5rem !important}.bootstrap4 .pl-4{padding-left:1.5rem !important}.bootstrap4 .px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap4 .py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap4 .p-5{padding:3rem 3rem !important}.bootstrap4 .pt-5{padding-top:3rem !important}.bootstrap4 .pr-5{padding-right:3rem !important}.bootstrap4 .pb-5{padding-bottom:3rem !important}.bootstrap4 .pl-5{padding-left:3rem !important}.bootstrap4 .px-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap4 .py-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap4 .m-auto{margin:auto !important}.bootstrap4 .mt-auto{margin-top:auto !important}.bootstrap4 .mr-auto{margin-right:auto !important}.bootstrap4 .mb-auto{margin-bottom:auto !important}.bootstrap4 .ml-auto{margin-left:auto !important}.bootstrap4 .mx-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap4 .my-auto{margin-top:auto !important;margin-bottom:auto !important}@media (min-width: 576px){.bootstrap4 .m-sm-0{margin:0 0 !important}.bootstrap4 .mt-sm-0{margin-top:0 !important}.bootstrap4 .mr-sm-0{margin-right:0 !important}.bootstrap4 .mb-sm-0{margin-bottom:0 !important}.bootstrap4 .ml-sm-0{margin-left:0 !important}.bootstrap4 .mx-sm-0{margin-right:0 !important;margin-left:0 !important}.bootstrap4 .my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap4 .m-sm-1{margin:0.25rem 0.25rem !important}.bootstrap4 .mt-sm-1{margin-top:0.25rem !important}.bootstrap4 .mr-sm-1{margin-right:0.25rem !important}.bootstrap4 .mb-sm-1{margin-bottom:0.25rem !important}.bootstrap4 .ml-sm-1{margin-left:0.25rem !important}.bootstrap4 .mx-sm-1{margin-right:.25rem !important;margin-left:0.25rem !important}.bootstrap4 .my-sm-1{margin-top:.25rem !important;margin-bottom:0.25rem !important}.bootstrap4 .m-sm-2{margin:0.5rem 0.5rem !important}.bootstrap4 .mt-sm-2{margin-top:0.5rem !important}.bootstrap4 .mr-sm-2{margin-right:0.5rem !important}.bootstrap4 .mb-sm-2{margin-bottom:0.5rem !important}.bootstrap4 .ml-sm-2{margin-left:0.5rem !important}.bootstrap4 .mx-sm-2{margin-right:.5rem !important;margin-left:0.5rem !important}.bootstrap4 .my-sm-2{margin-top:.5rem !important;margin-bottom:0.5rem !important}.bootstrap4 .m-sm-3{margin:1rem 1rem !important}.bootstrap4 .mt-sm-3{margin-top:1rem !important}.bootstrap4 .mr-sm-3{margin-right:1rem !important}.bootstrap4 .mb-sm-3{margin-bottom:1rem !important}.bootstrap4 .ml-sm-3{margin-left:1rem !important}.bootstrap4 .mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap4 .my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap4 .m-sm-4{margin:1.5rem 1.5rem !important}.bootstrap4 .mt-sm-4{margin-top:1.5rem !important}.bootstrap4 .mr-sm-4{margin-right:1.5rem !important}.bootstrap4 .mb-sm-4{margin-bottom:1.5rem !important}.bootstrap4 .ml-sm-4{margin-left:1.5rem !important}.bootstrap4 .mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap4 .my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap4 .m-sm-5{margin:3rem 3rem !important}.bootstrap4 .mt-sm-5{margin-top:3rem !important}.bootstrap4 .mr-sm-5{margin-right:3rem !important}.bootstrap4 .mb-sm-5{margin-bottom:3rem !important}.bootstrap4 .ml-sm-5{margin-left:3rem !important}.bootstrap4 .mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap4 .my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap4 .p-sm-0{padding:0 0 !important}.bootstrap4 .pt-sm-0{padding-top:0 !important}.bootstrap4 .pr-sm-0{padding-right:0 !important}.bootstrap4 .pb-sm-0{padding-bottom:0 !important}.bootstrap4 .pl-sm-0{padding-left:0 !important}.bootstrap4 .px-sm-0{padding-right:0 !important;padding-left:0 !important}.bootstrap4 .py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap4 .p-sm-1{padding:0.25rem 0.25rem !important}.bootstrap4 .pt-sm-1{padding-top:0.25rem !important}.bootstrap4 .pr-sm-1{padding-right:0.25rem !important}.bootstrap4 .pb-sm-1{padding-bottom:0.25rem !important}.bootstrap4 .pl-sm-1{padding-left:0.25rem !important}.bootstrap4 .px-sm-1{padding-right:.25rem !important;padding-left:0.25rem !important}.bootstrap4 .py-sm-1{padding-top:.25rem !important;padding-bottom:0.25rem !important}.bootstrap4 .p-sm-2{padding:0.5rem 0.5rem !important}.bootstrap4 .pt-sm-2{padding-top:0.5rem !important}.bootstrap4 .pr-sm-2{padding-right:0.5rem !important}.bootstrap4 .pb-sm-2{padding-bottom:0.5rem !important}.bootstrap4 .pl-sm-2{padding-left:0.5rem !important}.bootstrap4 .px-sm-2{padding-right:.5rem !important;padding-left:0.5rem !important}.bootstrap4 .py-sm-2{padding-top:.5rem !important;padding-bottom:0.5rem !important}.bootstrap4 .p-sm-3{padding:1rem 1rem !important}.bootstrap4 .pt-sm-3{padding-top:1rem !important}.bootstrap4 .pr-sm-3{padding-right:1rem !important}.bootstrap4 .pb-sm-3{padding-bottom:1rem !important}.bootstrap4 .pl-sm-3{padding-left:1rem !important}.bootstrap4 .px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap4 .py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap4 .p-sm-4{padding:1.5rem 1.5rem !important}.bootstrap4 .pt-sm-4{padding-top:1.5rem !important}.bootstrap4 .pr-sm-4{padding-right:1.5rem !important}.bootstrap4 .pb-sm-4{padding-bottom:1.5rem !important}.bootstrap4 .pl-sm-4{padding-left:1.5rem !important}.bootstrap4 .px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap4 .py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap4 .p-sm-5{padding:3rem 3rem !important}.bootstrap4 .pt-sm-5{padding-top:3rem !important}.bootstrap4 .pr-sm-5{padding-right:3rem !important}.bootstrap4 .pb-sm-5{padding-bottom:3rem !important}.bootstrap4 .pl-sm-5{padding-left:3rem !important}.bootstrap4 .px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap4 .py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap4 .m-sm-auto{margin:auto !important}.bootstrap4 .mt-sm-auto{margin-top:auto !important}.bootstrap4 .mr-sm-auto{margin-right:auto !important}.bootstrap4 .mb-sm-auto{margin-bottom:auto !important}.bootstrap4 .ml-sm-auto{margin-left:auto !important}.bootstrap4 .mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap4 .my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}}@media (min-width: 768px){.bootstrap4 .m-md-0{margin:0 0 !important}.bootstrap4 .mt-md-0{margin-top:0 !important}.bootstrap4 .mr-md-0{margin-right:0 !important}.bootstrap4 .mb-md-0{margin-bottom:0 !important}.bootstrap4 .ml-md-0{margin-left:0 !important}.bootstrap4 .mx-md-0{margin-right:0 !important;margin-left:0 !important}.bootstrap4 .my-md-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap4 .m-md-1{margin:0.25rem 0.25rem !important}.bootstrap4 .mt-md-1{margin-top:0.25rem !important}.bootstrap4 .mr-md-1{margin-right:0.25rem !important}.bootstrap4 .mb-md-1{margin-bottom:0.25rem !important}.bootstrap4 .ml-md-1{margin-left:0.25rem !important}.bootstrap4 .mx-md-1{margin-right:.25rem !important;margin-left:0.25rem !important}.bootstrap4 .my-md-1{margin-top:.25rem !important;margin-bottom:0.25rem !important}.bootstrap4 .m-md-2{margin:0.5rem 0.5rem !important}.bootstrap4 .mt-md-2{margin-top:0.5rem !important}.bootstrap4 .mr-md-2{margin-right:0.5rem !important}.bootstrap4 .mb-md-2{margin-bottom:0.5rem !important}.bootstrap4 .ml-md-2{margin-left:0.5rem !important}.bootstrap4 .mx-md-2{margin-right:.5rem !important;margin-left:0.5rem !important}.bootstrap4 .my-md-2{margin-top:.5rem !important;margin-bottom:0.5rem !important}.bootstrap4 .m-md-3{margin:1rem 1rem !important}.bootstrap4 .mt-md-3{margin-top:1rem !important}.bootstrap4 .mr-md-3{margin-right:1rem !important}.bootstrap4 .mb-md-3{margin-bottom:1rem !important}.bootstrap4 .ml-md-3{margin-left:1rem !important}.bootstrap4 .mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap4 .my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap4 .m-md-4{margin:1.5rem 1.5rem !important}.bootstrap4 .mt-md-4{margin-top:1.5rem !important}.bootstrap4 .mr-md-4{margin-right:1.5rem !important}.bootstrap4 .mb-md-4{margin-bottom:1.5rem !important}.bootstrap4 .ml-md-4{margin-left:1.5rem !important}.bootstrap4 .mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap4 .my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap4 .m-md-5{margin:3rem 3rem !important}.bootstrap4 .mt-md-5{margin-top:3rem !important}.bootstrap4 .mr-md-5{margin-right:3rem !important}.bootstrap4 .mb-md-5{margin-bottom:3rem !important}.bootstrap4 .ml-md-5{margin-left:3rem !important}.bootstrap4 .mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap4 .my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap4 .p-md-0{padding:0 0 !important}.bootstrap4 .pt-md-0{padding-top:0 !important}.bootstrap4 .pr-md-0{padding-right:0 !important}.bootstrap4 .pb-md-0{padding-bottom:0 !important}.bootstrap4 .pl-md-0{padding-left:0 !important}.bootstrap4 .px-md-0{padding-right:0 !important;padding-left:0 !important}.bootstrap4 .py-md-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap4 .p-md-1{padding:0.25rem 0.25rem !important}.bootstrap4 .pt-md-1{padding-top:0.25rem !important}.bootstrap4 .pr-md-1{padding-right:0.25rem !important}.bootstrap4 .pb-md-1{padding-bottom:0.25rem !important}.bootstrap4 .pl-md-1{padding-left:0.25rem !important}.bootstrap4 .px-md-1{padding-right:.25rem !important;padding-left:0.25rem !important}.bootstrap4 .py-md-1{padding-top:.25rem !important;padding-bottom:0.25rem !important}.bootstrap4 .p-md-2{padding:0.5rem 0.5rem !important}.bootstrap4 .pt-md-2{padding-top:0.5rem !important}.bootstrap4 .pr-md-2{padding-right:0.5rem !important}.bootstrap4 .pb-md-2{padding-bottom:0.5rem !important}.bootstrap4 .pl-md-2{padding-left:0.5rem !important}.bootstrap4 .px-md-2{padding-right:.5rem !important;padding-left:0.5rem !important}.bootstrap4 .py-md-2{padding-top:.5rem !important;padding-bottom:0.5rem !important}.bootstrap4 .p-md-3{padding:1rem 1rem !important}.bootstrap4 .pt-md-3{padding-top:1rem !important}.bootstrap4 .pr-md-3{padding-right:1rem !important}.bootstrap4 .pb-md-3{padding-bottom:1rem !important}.bootstrap4 .pl-md-3{padding-left:1rem !important}.bootstrap4 .px-md-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap4 .py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap4 .p-md-4{padding:1.5rem 1.5rem !important}.bootstrap4 .pt-md-4{padding-top:1.5rem !important}.bootstrap4 .pr-md-4{padding-right:1.5rem !important}.bootstrap4 .pb-md-4{padding-bottom:1.5rem !important}.bootstrap4 .pl-md-4{padding-left:1.5rem !important}.bootstrap4 .px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap4 .py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap4 .p-md-5{padding:3rem 3rem !important}.bootstrap4 .pt-md-5{padding-top:3rem !important}.bootstrap4 .pr-md-5{padding-right:3rem !important}.bootstrap4 .pb-md-5{padding-bottom:3rem !important}.bootstrap4 .pl-md-5{padding-left:3rem !important}.bootstrap4 .px-md-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap4 .py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap4 .m-md-auto{margin:auto !important}.bootstrap4 .mt-md-auto{margin-top:auto !important}.bootstrap4 .mr-md-auto{margin-right:auto !important}.bootstrap4 .mb-md-auto{margin-bottom:auto !important}.bootstrap4 .ml-md-auto{margin-left:auto !important}.bootstrap4 .mx-md-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap4 .my-md-auto{margin-top:auto !important;margin-bottom:auto !important}}@media (min-width: 992px){.bootstrap4 .m-lg-0{margin:0 0 !important}.bootstrap4 .mt-lg-0{margin-top:0 !important}.bootstrap4 .mr-lg-0{margin-right:0 !important}.bootstrap4 .mb-lg-0{margin-bottom:0 !important}.bootstrap4 .ml-lg-0{margin-left:0 !important}.bootstrap4 .mx-lg-0{margin-right:0 !important;margin-left:0 !important}.bootstrap4 .my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap4 .m-lg-1{margin:0.25rem 0.25rem !important}.bootstrap4 .mt-lg-1{margin-top:0.25rem !important}.bootstrap4 .mr-lg-1{margin-right:0.25rem !important}.bootstrap4 .mb-lg-1{margin-bottom:0.25rem !important}.bootstrap4 .ml-lg-1{margin-left:0.25rem !important}.bootstrap4 .mx-lg-1{margin-right:.25rem !important;margin-left:0.25rem !important}.bootstrap4 .my-lg-1{margin-top:.25rem !important;margin-bottom:0.25rem !important}.bootstrap4 .m-lg-2{margin:0.5rem 0.5rem !important}.bootstrap4 .mt-lg-2{margin-top:0.5rem !important}.bootstrap4 .mr-lg-2{margin-right:0.5rem !important}.bootstrap4 .mb-lg-2{margin-bottom:0.5rem !important}.bootstrap4 .ml-lg-2{margin-left:0.5rem !important}.bootstrap4 .mx-lg-2{margin-right:.5rem !important;margin-left:0.5rem !important}.bootstrap4 .my-lg-2{margin-top:.5rem !important;margin-bottom:0.5rem !important}.bootstrap4 .m-lg-3{margin:1rem 1rem !important}.bootstrap4 .mt-lg-3{margin-top:1rem !important}.bootstrap4 .mr-lg-3{margin-right:1rem !important}.bootstrap4 .mb-lg-3{margin-bottom:1rem !important}.bootstrap4 .ml-lg-3{margin-left:1rem !important}.bootstrap4 .mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap4 .my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap4 .m-lg-4{margin:1.5rem 1.5rem !important}.bootstrap4 .mt-lg-4{margin-top:1.5rem !important}.bootstrap4 .mr-lg-4{margin-right:1.5rem !important}.bootstrap4 .mb-lg-4{margin-bottom:1.5rem !important}.bootstrap4 .ml-lg-4{margin-left:1.5rem !important}.bootstrap4 .mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap4 .my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap4 .m-lg-5{margin:3rem 3rem !important}.bootstrap4 .mt-lg-5{margin-top:3rem !important}.bootstrap4 .mr-lg-5{margin-right:3rem !important}.bootstrap4 .mb-lg-5{margin-bottom:3rem !important}.bootstrap4 .ml-lg-5{margin-left:3rem !important}.bootstrap4 .mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap4 .my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap4 .p-lg-0{padding:0 0 !important}.bootstrap4 .pt-lg-0{padding-top:0 !important}.bootstrap4 .pr-lg-0{padding-right:0 !important}.bootstrap4 .pb-lg-0{padding-bottom:0 !important}.bootstrap4 .pl-lg-0{padding-left:0 !important}.bootstrap4 .px-lg-0{padding-right:0 !important;padding-left:0 !important}.bootstrap4 .py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap4 .p-lg-1{padding:0.25rem 0.25rem !important}.bootstrap4 .pt-lg-1{padding-top:0.25rem !important}.bootstrap4 .pr-lg-1{padding-right:0.25rem !important}.bootstrap4 .pb-lg-1{padding-bottom:0.25rem !important}.bootstrap4 .pl-lg-1{padding-left:0.25rem !important}.bootstrap4 .px-lg-1{padding-right:.25rem !important;padding-left:0.25rem !important}.bootstrap4 .py-lg-1{padding-top:.25rem !important;padding-bottom:0.25rem !important}.bootstrap4 .p-lg-2{padding:0.5rem 0.5rem !important}.bootstrap4 .pt-lg-2{padding-top:0.5rem !important}.bootstrap4 .pr-lg-2{padding-right:0.5rem !important}.bootstrap4 .pb-lg-2{padding-bottom:0.5rem !important}.bootstrap4 .pl-lg-2{padding-left:0.5rem !important}.bootstrap4 .px-lg-2{padding-right:.5rem !important;padding-left:0.5rem !important}.bootstrap4 .py-lg-2{padding-top:.5rem !important;padding-bottom:0.5rem !important}.bootstrap4 .p-lg-3{padding:1rem 1rem !important}.bootstrap4 .pt-lg-3{padding-top:1rem !important}.bootstrap4 .pr-lg-3{padding-right:1rem !important}.bootstrap4 .pb-lg-3{padding-bottom:1rem !important}.bootstrap4 .pl-lg-3{padding-left:1rem !important}.bootstrap4 .px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap4 .py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap4 .p-lg-4{padding:1.5rem 1.5rem !important}.bootstrap4 .pt-lg-4{padding-top:1.5rem !important}.bootstrap4 .pr-lg-4{padding-right:1.5rem !important}.bootstrap4 .pb-lg-4{padding-bottom:1.5rem !important}.bootstrap4 .pl-lg-4{padding-left:1.5rem !important}.bootstrap4 .px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap4 .py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap4 .p-lg-5{padding:3rem 3rem !important}.bootstrap4 .pt-lg-5{padding-top:3rem !important}.bootstrap4 .pr-lg-5{padding-right:3rem !important}.bootstrap4 .pb-lg-5{padding-bottom:3rem !important}.bootstrap4 .pl-lg-5{padding-left:3rem !important}.bootstrap4 .px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap4 .py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap4 .m-lg-auto{margin:auto !important}.bootstrap4 .mt-lg-auto{margin-top:auto !important}.bootstrap4 .mr-lg-auto{margin-right:auto !important}.bootstrap4 .mb-lg-auto{margin-bottom:auto !important}.bootstrap4 .ml-lg-auto{margin-left:auto !important}.bootstrap4 .mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap4 .my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}}@media (min-width: 1200px){.bootstrap4 .m-xl-0{margin:0 0 !important}.bootstrap4 .mt-xl-0{margin-top:0 !important}.bootstrap4 .mr-xl-0{margin-right:0 !important}.bootstrap4 .mb-xl-0{margin-bottom:0 !important}.bootstrap4 .ml-xl-0{margin-left:0 !important}.bootstrap4 .mx-xl-0{margin-right:0 !important;margin-left:0 !important}.bootstrap4 .my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap4 .m-xl-1{margin:0.25rem 0.25rem !important}.bootstrap4 .mt-xl-1{margin-top:0.25rem !important}.bootstrap4 .mr-xl-1{margin-right:0.25rem !important}.bootstrap4 .mb-xl-1{margin-bottom:0.25rem !important}.bootstrap4 .ml-xl-1{margin-left:0.25rem !important}.bootstrap4 .mx-xl-1{margin-right:.25rem !important;margin-left:0.25rem !important}.bootstrap4 .my-xl-1{margin-top:.25rem !important;margin-bottom:0.25rem !important}.bootstrap4 .m-xl-2{margin:0.5rem 0.5rem !important}.bootstrap4 .mt-xl-2{margin-top:0.5rem !important}.bootstrap4 .mr-xl-2{margin-right:0.5rem !important}.bootstrap4 .mb-xl-2{margin-bottom:0.5rem !important}.bootstrap4 .ml-xl-2{margin-left:0.5rem !important}.bootstrap4 .mx-xl-2{margin-right:.5rem !important;margin-left:0.5rem !important}.bootstrap4 .my-xl-2{margin-top:.5rem !important;margin-bottom:0.5rem !important}.bootstrap4 .m-xl-3{margin:1rem 1rem !important}.bootstrap4 .mt-xl-3{margin-top:1rem !important}.bootstrap4 .mr-xl-3{margin-right:1rem !important}.bootstrap4 .mb-xl-3{margin-bottom:1rem !important}.bootstrap4 .ml-xl-3{margin-left:1rem !important}.bootstrap4 .mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap4 .my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap4 .m-xl-4{margin:1.5rem 1.5rem !important}.bootstrap4 .mt-xl-4{margin-top:1.5rem !important}.bootstrap4 .mr-xl-4{margin-right:1.5rem !important}.bootstrap4 .mb-xl-4{margin-bottom:1.5rem !important}.bootstrap4 .ml-xl-4{margin-left:1.5rem !important}.bootstrap4 .mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap4 .my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap4 .m-xl-5{margin:3rem 3rem !important}.bootstrap4 .mt-xl-5{margin-top:3rem !important}.bootstrap4 .mr-xl-5{margin-right:3rem !important}.bootstrap4 .mb-xl-5{margin-bottom:3rem !important}.bootstrap4 .ml-xl-5{margin-left:3rem !important}.bootstrap4 .mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap4 .my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap4 .p-xl-0{padding:0 0 !important}.bootstrap4 .pt-xl-0{padding-top:0 !important}.bootstrap4 .pr-xl-0{padding-right:0 !important}.bootstrap4 .pb-xl-0{padding-bottom:0 !important}.bootstrap4 .pl-xl-0{padding-left:0 !important}.bootstrap4 .px-xl-0{padding-right:0 !important;padding-left:0 !important}.bootstrap4 .py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap4 .p-xl-1{padding:0.25rem 0.25rem !important}.bootstrap4 .pt-xl-1{padding-top:0.25rem !important}.bootstrap4 .pr-xl-1{padding-right:0.25rem !important}.bootstrap4 .pb-xl-1{padding-bottom:0.25rem !important}.bootstrap4 .pl-xl-1{padding-left:0.25rem !important}.bootstrap4 .px-xl-1{padding-right:.25rem !important;padding-left:0.25rem !important}.bootstrap4 .py-xl-1{padding-top:.25rem !important;padding-bottom:0.25rem !important}.bootstrap4 .p-xl-2{padding:0.5rem 0.5rem !important}.bootstrap4 .pt-xl-2{padding-top:0.5rem !important}.bootstrap4 .pr-xl-2{padding-right:0.5rem !important}.bootstrap4 .pb-xl-2{padding-bottom:0.5rem !important}.bootstrap4 .pl-xl-2{padding-left:0.5rem !important}.bootstrap4 .px-xl-2{padding-right:.5rem !important;padding-left:0.5rem !important}.bootstrap4 .py-xl-2{padding-top:.5rem !important;padding-bottom:0.5rem !important}.bootstrap4 .p-xl-3{padding:1rem 1rem !important}.bootstrap4 .pt-xl-3{padding-top:1rem !important}.bootstrap4 .pr-xl-3{padding-right:1rem !important}.bootstrap4 .pb-xl-3{padding-bottom:1rem !important}.bootstrap4 .pl-xl-3{padding-left:1rem !important}.bootstrap4 .px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap4 .py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap4 .p-xl-4{padding:1.5rem 1.5rem !important}.bootstrap4 .pt-xl-4{padding-top:1.5rem !important}.bootstrap4 .pr-xl-4{padding-right:1.5rem !important}.bootstrap4 .pb-xl-4{padding-bottom:1.5rem !important}.bootstrap4 .pl-xl-4{padding-left:1.5rem !important}.bootstrap4 .px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap4 .py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap4 .p-xl-5{padding:3rem 3rem !important}.bootstrap4 .pt-xl-5{padding-top:3rem !important}.bootstrap4 .pr-xl-5{padding-right:3rem !important}.bootstrap4 .pb-xl-5{padding-bottom:3rem !important}.bootstrap4 .pl-xl-5{padding-left:3rem !important}.bootstrap4 .px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap4 .py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap4 .m-xl-auto{margin:auto !important}.bootstrap4 .mt-xl-auto{margin-top:auto !important}.bootstrap4 .mr-xl-auto{margin-right:auto !important}.bootstrap4 .mb-xl-auto{margin-bottom:auto !important}.bootstrap4 .ml-xl-auto{margin-left:auto !important}.bootstrap4 .mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap4 .my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}}.bootstrap4 .text-justify{text-align:justify !important}.bootstrap4 .text-nowrap{white-space:nowrap !important}.bootstrap4 .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap4 .text-left{text-align:left !important}.bootstrap4 .text-right{text-align:right !important}.bootstrap4 .text-center{text-align:center !important}@media (min-width: 576px){.bootstrap4 .text-sm-left{text-align:left !important}.bootstrap4 .text-sm-right{text-align:right !important}.bootstrap4 .text-sm-center{text-align:center !important}}@media (min-width: 768px){.bootstrap4 .text-md-left{text-align:left !important}.bootstrap4 .text-md-right{text-align:right !important}.bootstrap4 .text-md-center{text-align:center !important}}@media (min-width: 992px){.bootstrap4 .text-lg-left{text-align:left !important}.bootstrap4 .text-lg-right{text-align:right !important}.bootstrap4 .text-lg-center{text-align:center !important}}@media (min-width: 1200px){.bootstrap4 .text-xl-left{text-align:left !important}.bootstrap4 .text-xl-right{text-align:right !important}.bootstrap4 .text-xl-center{text-align:center !important}}.bootstrap4 .text-lowercase{text-transform:lowercase !important}.bootstrap4 .text-uppercase{text-transform:uppercase !important}.bootstrap4 .text-capitalize{text-transform:capitalize !important}.bootstrap4 .font-weight-normal{font-weight:400}.bootstrap4 .font-weight-bold{font-weight:700}.bootstrap4 .font-italic{font-style:italic}.bootstrap4 .text-white{color:#fff !important}.bootstrap4 .text-muted{color:#636c72 !important}.bootstrap4 a.text-muted:focus,.bootstrap4 a.text-muted:hover{color:#4b5257 !important}.bootstrap4 .text-primary{color:#0275d8 !important}.bootstrap4 a.text-primary:focus,.bootstrap4 a.text-primary:hover{color:#025aa5 !important}.bootstrap4 .text-success{color:#5cb85c !important}.bootstrap4 a.text-success:focus,.bootstrap4 a.text-success:hover{color:#449d44 !important}.bootstrap4 .text-info{color:#5bc0de !important}.bootstrap4 a.text-info:focus,.bootstrap4 a.text-info:hover{color:#31b0d5 !important}.bootstrap4 .text-warning{color:#f0ad4e !important}.bootstrap4 a.text-warning:focus,.bootstrap4 a.text-warning:hover{color:#ec971f !important}.bootstrap4 .text-danger{color:#d9534f !important}.bootstrap4 a.text-danger:focus,.bootstrap4 a.text-danger:hover{color:#c9302c !important}.bootstrap4 .text-gray-dark{color:#292b2c !important}.bootstrap4 a.text-gray-dark:focus,.bootstrap4 a.text-gray-dark:hover{color:#101112 !important}.bootstrap4 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap4 .invisible{visibility:hidden !important}.bootstrap4 .hidden-xs-up{display:none !important}@media (max-width: 575px){.bootstrap4 .hidden-xs-down{display:none !important}}@media (min-width: 576px){.bootstrap4 .hidden-sm-up{display:none !important}}@media (max-width: 767px){.bootstrap4 .hidden-sm-down{display:none !important}}@media (min-width: 768px){.bootstrap4 .hidden-md-up{display:none !important}}@media (max-width: 991px){.bootstrap4 .hidden-md-down{display:none !important}}@media (min-width: 992px){.bootstrap4 .hidden-lg-up{display:none !important}}@media (max-width: 1199px){.bootstrap4 .hidden-lg-down{display:none !important}}@media (min-width: 1200px){.bootstrap4 .hidden-xl-up{display:none !important}}.bootstrap4 .hidden-xl-down{display:none !important}.bootstrap4 .visible-print-block{display:none !important}@media print{.bootstrap4 .visible-print-block{display:block !important}}.bootstrap4 .visible-print-inline{display:none !important}@media print{.bootstrap4 .visible-print-inline{display:inline !important}}.bootstrap4 .visible-print-inline-block{display:none !important}@media print{.bootstrap4 .visible-print-inline-block{display:inline-block !important}}@media print{.bootstrap4 .hidden-print{display:none !important}}.bootstrap4 .btn-default,.bootstrap4 .btn-primary,.bootstrap4 .btn-success,.bootstrap4 .btn-info,.bootstrap4 .btn-warning,.bootstrap4 .btn-danger{text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}.bootstrap4 .btn-default:active,.bootstrap4 .btn-primary:active,.bootstrap4 .btn-success:active,.bootstrap4 .btn-info:active,.bootstrap4 .btn-warning:active,.bootstrap4 .btn-danger:active,.bootstrap4 .btn-default.active,.bootstrap4 .btn-primary.active,.bootstrap4 .btn-success.active,.bootstrap4 .btn-info.active,.bootstrap4 .btn-warning.active,.bootstrap4 .btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.bootstrap4 .btn-default.disabled,.bootstrap4 .btn-primary.disabled,.bootstrap4 .btn-success.disabled,.bootstrap4 .btn-info.disabled,.bootstrap4 .btn-warning.disabled,.bootstrap4 .btn-danger.disabled,.bootstrap4 .btn-default[disabled],.bootstrap4 .btn-primary[disabled],.bootstrap4 .btn-success[disabled],.bootstrap4 .btn-info[disabled],.bootstrap4 .btn-warning[disabled],.bootstrap4 .btn-danger[disabled],.bootstrap4 fieldset[disabled] .btn-default,.bootstrap4 fieldset[disabled] .btn-primary,.bootstrap4 fieldset[disabled] .btn-success,.bootstrap4 fieldset[disabled] .btn-info,.bootstrap4 fieldset[disabled] .btn-warning,.bootstrap4 fieldset[disabled] .btn-danger{-webkit-box-shadow:none;box-shadow:none}.bootstrap4 .btn-default .badge,.bootstrap4 .btn-primary .badge,.bootstrap4 .btn-success .badge,.bootstrap4 .btn-info .badge,.bootstrap4 .btn-warning .badge,.bootstrap4 .btn-danger .badge{text-shadow:none}.bootstrap4 .btn:active,.bootstrap4 .btn.active{background-image:none}.bootstrap4 .btn-default{background-image:-webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-o-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.bootstrap4 .btn-default:hover,.bootstrap4 .btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.bootstrap4 .btn-default:active,.bootstrap4 .btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.bootstrap4 .btn-default.disabled,.bootstrap4 .btn-default[disabled],.bootstrap4 fieldset[disabled] .btn-default,.bootstrap4 .btn-default.disabled:hover,.bootstrap4 .btn-default[disabled]:hover,.bootstrap4 fieldset[disabled] .btn-default:hover,.bootstrap4 .btn-default.disabled:focus,.bootstrap4 .btn-default[disabled]:focus,.bootstrap4 fieldset[disabled] .btn-default:focus,.bootstrap4 .btn-default.disabled.focus,.bootstrap4 .btn-default[disabled].focus,.bootstrap4 fieldset[disabled] .btn-default.focus,.bootstrap4 .btn-default.disabled:active,.bootstrap4 .btn-default[disabled]:active,.bootstrap4 fieldset[disabled] .btn-default:active,.bootstrap4 .btn-default.disabled.active,.bootstrap4 .btn-default[disabled].active,.bootstrap4 fieldset[disabled] .btn-default.active{background-color:#e0e0e0;background-image:none}.bootstrap4 .btn-primary{background-image:-webkit-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-o-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));background-image:linear-gradient(to bottom, #337ab7 0, #265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.bootstrap4 .btn-primary:hover,.bootstrap4 .btn-primary:focus{background-color:#265a88;background-position:0 -15px}.bootstrap4 .btn-primary:active,.bootstrap4 .btn-primary.active{background-color:#265a88;border-color:#245580}.bootstrap4 .btn-primary.disabled,.bootstrap4 .btn-primary[disabled],.bootstrap4 fieldset[disabled] .btn-primary,.bootstrap4 .btn-primary.disabled:hover,.bootstrap4 .btn-primary[disabled]:hover,.bootstrap4 fieldset[disabled] .btn-primary:hover,.bootstrap4 .btn-primary.disabled:focus,.bootstrap4 .btn-primary[disabled]:focus,.bootstrap4 fieldset[disabled] .btn-primary:focus,.bootstrap4 .btn-primary.disabled.focus,.bootstrap4 .btn-primary[disabled].focus,.bootstrap4 fieldset[disabled] .btn-primary.focus,.bootstrap4 .btn-primary.disabled:active,.bootstrap4 .btn-primary[disabled]:active,.bootstrap4 fieldset[disabled] .btn-primary:active,.bootstrap4 .btn-primary.disabled.active,.bootstrap4 .btn-primary[disabled].active,.bootstrap4 fieldset[disabled] .btn-primary.active{background-color:#265a88;background-image:none}.bootstrap4 .btn-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.bootstrap4 .btn-success:hover,.bootstrap4 .btn-success:focus{background-color:#419641;background-position:0 -15px}.bootstrap4 .btn-success:active,.bootstrap4 .btn-success.active{background-color:#419641;border-color:#3e8f3e}.bootstrap4 .btn-success.disabled,.bootstrap4 .btn-success[disabled],.bootstrap4 fieldset[disabled] .btn-success,.bootstrap4 .btn-success.disabled:hover,.bootstrap4 .btn-success[disabled]:hover,.bootstrap4 fieldset[disabled] .btn-success:hover,.bootstrap4 .btn-success.disabled:focus,.bootstrap4 .btn-success[disabled]:focus,.bootstrap4 fieldset[disabled] .btn-success:focus,.bootstrap4 .btn-success.disabled.focus,.bootstrap4 .btn-success[disabled].focus,.bootstrap4 fieldset[disabled] .btn-success.focus,.bootstrap4 .btn-success.disabled:active,.bootstrap4 .btn-success[disabled]:active,.bootstrap4 fieldset[disabled] .btn-success:active,.bootstrap4 .btn-success.disabled.active,.bootstrap4 .btn-success[disabled].active,.bootstrap4 fieldset[disabled] .btn-success.active{background-color:#419641;background-image:none}.bootstrap4 .btn-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.bootstrap4 .btn-info:hover,.bootstrap4 .btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.bootstrap4 .btn-info:active,.bootstrap4 .btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.bootstrap4 .btn-info.disabled,.bootstrap4 .btn-info[disabled],.bootstrap4 fieldset[disabled] .btn-info,.bootstrap4 .btn-info.disabled:hover,.bootstrap4 .btn-info[disabled]:hover,.bootstrap4 fieldset[disabled] .btn-info:hover,.bootstrap4 .btn-info.disabled:focus,.bootstrap4 .btn-info[disabled]:focus,.bootstrap4 fieldset[disabled] .btn-info:focus,.bootstrap4 .btn-info.disabled.focus,.bootstrap4 .btn-info[disabled].focus,.bootstrap4 fieldset[disabled] .btn-info.focus,.bootstrap4 .btn-info.disabled:active,.bootstrap4 .btn-info[disabled]:active,.bootstrap4 fieldset[disabled] .btn-info:active,.bootstrap4 .btn-info.disabled.active,.bootstrap4 .btn-info[disabled].active,.bootstrap4 fieldset[disabled] .btn-info.active{background-color:#2aabd2;background-image:none}.bootstrap4 .btn-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.bootstrap4 .btn-warning:hover,.bootstrap4 .btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.bootstrap4 .btn-warning:active,.bootstrap4 .btn-warning.active{background-color:#eb9316;border-color:#e38d13}.bootstrap4 .btn-warning.disabled,.bootstrap4 .btn-warning[disabled],.bootstrap4 fieldset[disabled] .btn-warning,.bootstrap4 .btn-warning.disabled:hover,.bootstrap4 .btn-warning[disabled]:hover,.bootstrap4 fieldset[disabled] .btn-warning:hover,.bootstrap4 .btn-warning.disabled:focus,.bootstrap4 .btn-warning[disabled]:focus,.bootstrap4 fieldset[disabled] .btn-warning:focus,.bootstrap4 .btn-warning.disabled.focus,.bootstrap4 .btn-warning[disabled].focus,.bootstrap4 fieldset[disabled] .btn-warning.focus,.bootstrap4 .btn-warning.disabled:active,.bootstrap4 .btn-warning[disabled]:active,.bootstrap4 fieldset[disabled] .btn-warning:active,.bootstrap4 .btn-warning.disabled.active,.bootstrap4 .btn-warning[disabled].active,.bootstrap4 fieldset[disabled] .btn-warning.active{background-color:#eb9316;background-image:none}.bootstrap4 .btn-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.bootstrap4 .btn-danger:hover,.bootstrap4 .btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.bootstrap4 .btn-danger:active,.bootstrap4 .btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.bootstrap4 .btn-danger.disabled,.bootstrap4 .btn-danger[disabled],.bootstrap4 fieldset[disabled] .btn-danger,.bootstrap4 .btn-danger.disabled:hover,.bootstrap4 .btn-danger[disabled]:hover,.bootstrap4 fieldset[disabled] .btn-danger:hover,.bootstrap4 .btn-danger.disabled:focus,.bootstrap4 .btn-danger[disabled]:focus,.bootstrap4 fieldset[disabled] .btn-danger:focus,.bootstrap4 .btn-danger.disabled.focus,.bootstrap4 .btn-danger[disabled].focus,.bootstrap4 fieldset[disabled] .btn-danger.focus,.bootstrap4 .btn-danger.disabled:active,.bootstrap4 .btn-danger[disabled]:active,.bootstrap4 fieldset[disabled] .btn-danger:active,.bootstrap4 .btn-danger.disabled.active,.bootstrap4 .btn-danger[disabled].active,.bootstrap4 fieldset[disabled] .btn-danger.active{background-color:#c12e2a;background-image:none}.bootstrap4 .thumbnail,.bootstrap4 .img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:0 1px 2px rgba(0, 0, 0, 0.075)}.bootstrap4 .dropdown-menu > li > a:hover,.bootstrap4 .dropdown-menu > li > a:focus{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.bootstrap4 .dropdown-menu > .active > a,.bootstrap4 .dropdown-menu > .active > a:hover,.bootstrap4 .dropdown-menu > .active > a:focus{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-color:#2e6da4}.bootstrap4 .navbar-default{background-image:-webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-o-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075)}.bootstrap4 .navbar-default .navbar-nav > .open > a,.bootstrap4 .navbar-default .navbar-nav > .active > a{background-image:-webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));background-image:linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.075);box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.075)}.bootstrap4 .navbar-brand,.bootstrap4 .navbar-nav > li > a{text-shadow:0 1px 0 rgba(255, 255, 255, 0.25)}.bootstrap4 .navbar-inverse{background-image:-webkit-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-o-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px}.bootstrap4 .navbar-inverse .navbar-nav > .open > a,.bootstrap4 .navbar-inverse .navbar-nav > .active > a{background-image:-webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-o-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));background-image:linear-gradient(to bottom, #080808 0, #0f0f0f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.25);box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.25)}.bootstrap4 .navbar-inverse .navbar-brand,.bootstrap4 .navbar-inverse .navbar-nav > li > a{text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25)}.bootstrap4 .navbar-static-top,.bootstrap4 .navbar-fixed-top,.bootstrap4 .navbar-fixed-bottom{border-radius:0}@media (max-width: 767px){.bootstrap4 .navbar .navbar-nav .open .dropdown-menu > .active > a,.bootstrap4 .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,.bootstrap4 .navbar .navbar-nav .open .dropdown-menu > .active > a:focus{color:#fff;background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}}.bootstrap4 .alert{text-shadow:0 1px 0 rgba(255, 255, 255, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)}.bootstrap4 .alert-success{background-image:-webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.bootstrap4 .alert-info{background-image:-webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.bootstrap4 .alert-warning{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.bootstrap4 .alert-danger{background-image:-webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.bootstrap4 .progress{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.bootstrap4 .progress-bar{background-image:-webkit-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-o-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));background-image:linear-gradient(to bottom, #337ab7 0, #286090 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0)}.bootstrap4 .progress-bar-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.bootstrap4 .progress-bar-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.bootstrap4 .progress-bar-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.bootstrap4 .progress-bar-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.bootstrap4 .progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.bootstrap4 .list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:0 1px 2px rgba(0, 0, 0, 0.075)}.bootstrap4 .list-group-item.active,.bootstrap4 .list-group-item.active:hover,.bootstrap4 .list-group-item.active:focus{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));background-image:linear-gradient(to bottom, #337ab7 0, #2b669a 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);border-color:#2b669a}.bootstrap4 .list-group-item.active .badge,.bootstrap4 .list-group-item.active:hover .badge,.bootstrap4 .list-group-item.active:focus .badge{text-shadow:none}.bootstrap4 .panel{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05)}.bootstrap4 .panel-default > .panel-heading{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.bootstrap4 .panel-primary > .panel-heading{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}.bootstrap4 .panel-success > .panel-heading{background-image:-webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.bootstrap4 .panel-info > .panel-heading{background-image:-webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.bootstrap4 .panel-warning > .panel-heading{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.bootstrap4 .panel-danger > .panel-heading{background-image:-webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-o-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.bootstrap4 .well{background-image:-webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1)} \ No newline at end of file diff --git a/versions/4.1.0/iso_bootstrap4.1.0.css b/versions/4.1.0/iso_bootstrap4.1.0.css deleted file mode 100644 index 5a7f82e..0000000 --- a/versions/4.1.0/iso_bootstrap4.1.0.css +++ /dev/null @@ -1,8233 +0,0 @@ - -.bootstrap :root { - --blue: #007bff; - --indigo: #6610f2; - --purple: #6f42c1; - --pink: #e83e8c; - --red: #dc3545; - --orange: #fd7e14; - --yellow: #ffc107; - --green: #28a745; - --teal: #20c997; - --cyan: #17a2b8; - --white: #fff; - --gray: #6c757d; - --gray-dark: #343a40; - --primary: #007bff; - --secondary: #6c757d; - --success: #28a745; - --info: #17a2b8; - --warning: #ffc107; - --danger: #dc3545; - --light: #f8f9fa; - --dark: #343a40; - --breakpoint-xs: 0; - --breakpoint-sm: 576px; - --breakpoint-md: 768px; - --breakpoint-lg: 992px; - --breakpoint-xl: 1200px; - --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} -.bootstrap *, -.bootstrap *::before, -.bootstrap *::after { - box-sizing: border-box; -} -.bootstrap { - font-family: sans-serif; - line-height: 1.15; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - -ms-overflow-style: scrollbar; - -webkit-tap-highlight-color: transparent; -} -@-ms-viewport { - width: device-width; -} -.bootstrap article, -.bootstrap aside, -.bootstrap dialog, -.bootstrap figcaption, -.bootstrap figure, -.bootstrap footer, -.bootstrap header, -.bootstrap hgroup, -.bootstrap main, -.bootstrap nav, -.bootstrap section { - display: block; -} -.bootstrap { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: left; - background-color: #fff; -} -.bootstrap [tabindex="-1"]:focus { - outline: 0 !important; -} -.bootstrap hr { - box-sizing: content-box; - height: 0; - overflow: visible; -} -.bootstrap h1, -.bootstrap h2, -.bootstrap h3, -.bootstrap h4, -.bootstrap h5, -.bootstrap h6 { - margin-top: 0; - margin-bottom: 0.5rem; -} -.bootstrap p { - margin-top: 0; - margin-bottom: 1rem; -} -.bootstrap abbr[title], -.bootstrap abbr[data-original-title] { - text-decoration: underline; - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - border-bottom: 0; -} -.bootstrap address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; -} -.bootstrap ol, -.bootstrap ul, -.bootstrap dl { - margin-top: 0; - margin-bottom: 1rem; -} -.bootstrap ol ol, -.bootstrap ul ul, -.bootstrap ol ul, -.bootstrap ul ol { - margin-bottom: 0; -} -.bootstrap dt { - font-weight: 700; -} -.bootstrap dd { - margin-bottom: .5rem; - margin-left: 0; -} -.bootstrap blockquote { - margin: 0 0 1rem; -} -.bootstrap dfn { - font-style: italic; -} -.bootstrap b, -.bootstrap strong { - font-weight: bolder; -} -.bootstrap small { - font-size: 80%; -} -.bootstrap sub, -.bootstrap sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; -} -.bootstrap sub { - bottom: -0.25em; -} -.bootstrap sup { - top: -0.5em; -} -.bootstrap a { - color: #007bff; - text-decoration: none; - background-color: transparent; - -webkit-text-decoration-skip: objects; -} -.bootstrap a:hover { - color: #0056b3; - text-decoration: underline; -} -.bootstrap a:not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; -} -.bootstrap a:not([href]):not([tabindex]):hover, -.bootstrap a:not([href]):not([tabindex]):focus { - color: inherit; - text-decoration: none; -} -.bootstrap a:not([href]):not([tabindex]):focus { - outline: 0; -} -.bootstrap pre, -.bootstrap code, -.bootstrap kbd, -.bootstrap samp { - font-family: monospace, monospace; - font-size: 1em; -} -.bootstrap pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; - -ms-overflow-style: scrollbar; -} -.bootstrap figure { - margin: 0 0 1rem; -} -.bootstrap img { - vertical-align: middle; - border-style: none; -} -.bootstrap svg:not(:root) { - overflow: hidden; -} -.bootstrap table { - border-collapse: collapse; -} -.bootstrap caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #6c757d; - text-align: left; - caption-side: bottom; -} -.bootstrap th { - text-align: inherit; -} -.bootstrap label { - display: inline-block; - margin-bottom: .5rem; -} -.bootstrap button { - border-radius: 0; -} -.bootstrap button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; -} -.bootstrap input, -.bootstrap button, -.bootstrap select, -.bootstrap optgroup, -.bootstrap textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; -} -.bootstrap button, -.bootstrap input { - overflow: visible; -} -.bootstrap button, -.bootstrap select { - text-transform: none; -} -.bootstrap button, -.bootstrap html [type="button"], -.bootstrap [type="reset"], -.bootstrap [type="submit"] { - -webkit-appearance: button; -} -.bootstrap button::-moz-focus-inner, -.bootstrap [type="button"]::-moz-focus-inner, -.bootstrap [type="reset"]::-moz-focus-inner, -.bootstrap [type="submit"]::-moz-focus-inner { - padding: 0; - border-style: none; -} -.bootstrap input[type="radio"], -.bootstrap input[type="checkbox"] { - box-sizing: border-box; - padding: 0; -} -.bootstrap input[type="date"], -.bootstrap input[type="time"], -.bootstrap input[type="datetime-local"], -.bootstrap input[type="month"] { - -webkit-appearance: listbox; -} -.bootstrap textarea { - overflow: auto; - resize: vertical; -} -.bootstrap fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; -} -.bootstrap legend { - display: block; - width: 100%; - max-width: 100%; - padding: 0; - margin-bottom: .5rem; - font-size: 1.5rem; - line-height: inherit; - color: inherit; - white-space: normal; -} -.bootstrap progress { - vertical-align: baseline; -} -.bootstrap [type="number"]::-webkit-inner-spin-button, -.bootstrap [type="number"]::-webkit-outer-spin-button { - height: auto; -} -.bootstrap [type="search"] { - outline-offset: -2px; - -webkit-appearance: none; -} -.bootstrap [type="search"]::-webkit-search-cancel-button, -.bootstrap [type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} -.bootstrap ::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; -} -.bootstrap output { - display: inline-block; -} -.bootstrap summary { - display: list-item; - cursor: pointer; -} -.bootstrap template { - display: none; -} -.bootstrap [hidden] { - display: none !important; -} -.bootstrap h1, -.bootstrap h2, -.bootstrap h3, -.bootstrap h4, -.bootstrap h5, -.bootstrap h6, -.bootstrap .h1, -.bootstrap .h2, -.bootstrap .h3, -.bootstrap .h4, -.bootstrap .h5, -.bootstrap .h6 { - margin-bottom: 0.5rem; - font-family: inherit; - font-weight: 500; - line-height: 1.2; - color: inherit; -} -.bootstrap h1, -.bootstrap .h1 { - font-size: 2.5rem; -} -.bootstrap h2, -.bootstrap .h2 { - font-size: 2rem; -} -.bootstrap h3, -.bootstrap .h3 { - font-size: 1.75rem; -} -.bootstrap h4, -.bootstrap .h4 { - font-size: 1.5rem; -} -.bootstrap h5, -.bootstrap .h5 { - font-size: 1.25rem; -} -.bootstrap h6, -.bootstrap .h6 { - font-size: 1rem; -} -.bootstrap .lead { - font-size: 1.25rem; - font-weight: 300; -} -.bootstrap .display-1 { - font-size: 6rem; - font-weight: 300; - line-height: 1.2; -} -.bootstrap .display-2 { - font-size: 5.5rem; - font-weight: 300; - line-height: 1.2; -} -.bootstrap .display-3 { - font-size: 4.5rem; - font-weight: 300; - line-height: 1.2; -} -.bootstrap .display-4 { - font-size: 3.5rem; - font-weight: 300; - line-height: 1.2; -} -.bootstrap hr { - margin-top: 1rem; - margin-bottom: 1rem; - border: 0; - border-top: 1px solid rgba(0, 0, 0, 0.1); -} -.bootstrap small, -.bootstrap .small { - font-size: 80%; - font-weight: 400; -} -.bootstrap mark, -.bootstrap .mark { - padding: 0.2em; - background-color: #fcf8e3; -} -.bootstrap .list-unstyled { - padding-left: 0; - list-style: none; -} -.bootstrap .list-inline { - padding-left: 0; - list-style: none; -} -.bootstrap .list-inline-item { - display: inline-block; -} -.bootstrap .list-inline-item:not(:last-child) { - margin-right: 0.5rem; -} -.bootstrap .initialism { - font-size: 90%; - text-transform: uppercase; -} -.bootstrap .blockquote { - margin-bottom: 1rem; - font-size: 1.25rem; -} -.bootstrap .blockquote-footer { - display: block; - font-size: 80%; - color: #6c757d; -} -.bootstrap .blockquote-footer::before { - content: "\2014 \00A0"; -} -.bootstrap .img-fluid { - max-width: 100%; - height: auto; -} -.bootstrap .img-thumbnail { - padding: 0.25rem; - background-color: #fff; - border: 1px solid #dee2e6; - border-radius: 0.25rem; - max-width: 100%; - height: auto; -} -.bootstrap .figure { - display: inline-block; -} -.bootstrap .figure-img { - margin-bottom: 0.5rem; - line-height: 1; -} -.bootstrap .figure-caption { - font-size: 90%; - color: #6c757d; -} -.bootstrap code, -.bootstrap kbd, -.bootstrap pre, -.bootstrap samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} -.bootstrap code { - font-size: 87.5%; - color: #e83e8c; - word-break: break-word; -} -.bootstrap a > code { - color: inherit; -} -.bootstrap kbd { - padding: 0.2rem 0.4rem; - font-size: 87.5%; - color: #fff; - background-color: #212529; - border-radius: 0.2rem; -} -.bootstrap kbd kbd { - padding: 0; - font-size: 100%; - font-weight: 700; -} -.bootstrap pre { - display: block; - font-size: 87.5%; - color: #212529; -} -.bootstrap pre code { - font-size: inherit; - color: inherit; - word-break: normal; -} -.bootstrap .pre-scrollable { - max-height: 340px; - overflow-y: scroll; -} -.bootstrap .container { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; -} -@media (min-width: 576px) { - .bootstrap .container { - max-width: 540px; - } -} -@media (min-width: 768px) { - .bootstrap .container { - max-width: 720px; - } -} -@media (min-width: 992px) { - .bootstrap .container { - max-width: 960px; - } -} -@media (min-width: 1200px) { - .bootstrap .container { - max-width: 1140px; - } -} -.bootstrap .container-fluid { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; -} -.bootstrap .row { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px; -} -.bootstrap .no-gutters { - margin-right: 0; - margin-left: 0; -} -.bootstrap .no-gutters > .col, -.bootstrap .no-gutters > [class*="col-"] { - padding-right: 0; - padding-left: 0; -} -.bootstrap .col-1, -.bootstrap .col-2, -.bootstrap .col-3, -.bootstrap .col-4, -.bootstrap .col-5, -.bootstrap .col-6, -.bootstrap .col-7, -.bootstrap .col-8, -.bootstrap .col-9, -.bootstrap .col-10, -.bootstrap .col-11, -.bootstrap .col-12, -.bootstrap .col, -.bootstrap .col-auto, -.bootstrap .col-sm-1, -.bootstrap .col-sm-2, -.bootstrap .col-sm-3, -.bootstrap .col-sm-4, -.bootstrap .col-sm-5, -.bootstrap .col-sm-6, -.bootstrap .col-sm-7, -.bootstrap .col-sm-8, -.bootstrap .col-sm-9, -.bootstrap .col-sm-10, -.bootstrap .col-sm-11, -.bootstrap .col-sm-12, -.bootstrap .col-sm, -.bootstrap .col-sm-auto, -.bootstrap .col-md-1, -.bootstrap .col-md-2, -.bootstrap .col-md-3, -.bootstrap .col-md-4, -.bootstrap .col-md-5, -.bootstrap .col-md-6, -.bootstrap .col-md-7, -.bootstrap .col-md-8, -.bootstrap .col-md-9, -.bootstrap .col-md-10, -.bootstrap .col-md-11, -.bootstrap .col-md-12, -.bootstrap .col-md, -.bootstrap .col-md-auto, -.bootstrap .col-lg-1, -.bootstrap .col-lg-2, -.bootstrap .col-lg-3, -.bootstrap .col-lg-4, -.bootstrap .col-lg-5, -.bootstrap .col-lg-6, -.bootstrap .col-lg-7, -.bootstrap .col-lg-8, -.bootstrap .col-lg-9, -.bootstrap .col-lg-10, -.bootstrap .col-lg-11, -.bootstrap .col-lg-12, -.bootstrap .col-lg, -.bootstrap .col-lg-auto, -.bootstrap .col-xl-1, -.bootstrap .col-xl-2, -.bootstrap .col-xl-3, -.bootstrap .col-xl-4, -.bootstrap .col-xl-5, -.bootstrap .col-xl-6, -.bootstrap .col-xl-7, -.bootstrap .col-xl-8, -.bootstrap .col-xl-9, -.bootstrap .col-xl-10, -.bootstrap .col-xl-11, -.bootstrap .col-xl-12, -.bootstrap .col-xl, -.bootstrap .col-xl-auto { - position: relative; - width: 100%; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; -} -.bootstrap .col { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; -} -.bootstrap .col-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; -} -.bootstrap .col-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; -} -.bootstrap .col-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; -} -.bootstrap .col-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; -} -.bootstrap .col-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; -} -.bootstrap .col-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; -} -.bootstrap .col-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; -} -.bootstrap .col-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; -} -.bootstrap .col-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; -} -.bootstrap .col-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; -} -.bootstrap .col-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; -} -.bootstrap .col-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; -} -.bootstrap .col-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; -} -.bootstrap .order-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; -} -.bootstrap .order-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; -} -.bootstrap .order-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; -} -.bootstrap .order-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.bootstrap .order-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.bootstrap .order-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.bootstrap .order-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; -} -.bootstrap .order-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; -} -.bootstrap .order-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; -} -.bootstrap .order-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; -} -.bootstrap .order-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; -} -.bootstrap .order-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; -} -.bootstrap .order-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; -} -.bootstrap .order-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; -} -.bootstrap .order-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; -} -.bootstrap .offset-1 { - margin-left: 8.333333%; -} -.bootstrap .offset-2 { - margin-left: 16.666667%; -} -.bootstrap .offset-3 { - margin-left: 25%; -} -.bootstrap .offset-4 { - margin-left: 33.333333%; -} -.bootstrap .offset-5 { - margin-left: 41.666667%; -} -.bootstrap .offset-6 { - margin-left: 50%; -} -.bootstrap .offset-7 { - margin-left: 58.333333%; -} -.bootstrap .offset-8 { - margin-left: 66.666667%; -} -.bootstrap .offset-9 { - margin-left: 75%; -} -.bootstrap .offset-10 { - margin-left: 83.333333%; -} -.bootstrap .offset-11 { - margin-left: 91.666667%; -} -@media (min-width: 576px) { - .bootstrap .col-sm { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .bootstrap .col-sm-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; - } - .bootstrap .col-sm-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .bootstrap .col-sm-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .bootstrap .col-sm-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .col-sm-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .bootstrap .col-sm-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .bootstrap .col-sm-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .col-sm-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .bootstrap .col-sm-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .bootstrap .col-sm-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .bootstrap .col-sm-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .bootstrap .col-sm-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .bootstrap .col-sm-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .order-sm-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; - } - .bootstrap .order-sm-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .bootstrap .order-sm-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; - } - .bootstrap .order-sm-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } - .bootstrap .order-sm-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .bootstrap .order-sm-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .bootstrap .order-sm-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .bootstrap .order-sm-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .bootstrap .order-sm-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .bootstrap .order-sm-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .bootstrap .order-sm-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .bootstrap .order-sm-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .bootstrap .order-sm-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .bootstrap .order-sm-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .bootstrap .order-sm-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .bootstrap .offset-sm-0 { - margin-left: 0; - } - .bootstrap .offset-sm-1 { - margin-left: 8.333333%; - } - .bootstrap .offset-sm-2 { - margin-left: 16.666667%; - } - .bootstrap .offset-sm-3 { - margin-left: 25%; - } - .bootstrap .offset-sm-4 { - margin-left: 33.333333%; - } - .bootstrap .offset-sm-5 { - margin-left: 41.666667%; - } - .bootstrap .offset-sm-6 { - margin-left: 50%; - } - .bootstrap .offset-sm-7 { - margin-left: 58.333333%; - } - .bootstrap .offset-sm-8 { - margin-left: 66.666667%; - } - .bootstrap .offset-sm-9 { - margin-left: 75%; - } - .bootstrap .offset-sm-10 { - margin-left: 83.333333%; - } - .bootstrap .offset-sm-11 { - margin-left: 91.666667%; - } -} -@media (min-width: 768px) { - .bootstrap .col-md { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .bootstrap .col-md-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; - } - .bootstrap .col-md-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .bootstrap .col-md-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .bootstrap .col-md-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .col-md-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .bootstrap .col-md-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .bootstrap .col-md-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .col-md-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .bootstrap .col-md-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .bootstrap .col-md-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .bootstrap .col-md-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .bootstrap .col-md-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .bootstrap .col-md-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .order-md-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; - } - .bootstrap .order-md-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .bootstrap .order-md-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; - } - .bootstrap .order-md-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } - .bootstrap .order-md-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .bootstrap .order-md-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .bootstrap .order-md-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .bootstrap .order-md-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .bootstrap .order-md-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .bootstrap .order-md-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .bootstrap .order-md-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .bootstrap .order-md-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .bootstrap .order-md-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .bootstrap .order-md-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .bootstrap .order-md-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .bootstrap .offset-md-0 { - margin-left: 0; - } - .bootstrap .offset-md-1 { - margin-left: 8.333333%; - } - .bootstrap .offset-md-2 { - margin-left: 16.666667%; - } - .bootstrap .offset-md-3 { - margin-left: 25%; - } - .bootstrap .offset-md-4 { - margin-left: 33.333333%; - } - .bootstrap .offset-md-5 { - margin-left: 41.666667%; - } - .bootstrap .offset-md-6 { - margin-left: 50%; - } - .bootstrap .offset-md-7 { - margin-left: 58.333333%; - } - .bootstrap .offset-md-8 { - margin-left: 66.666667%; - } - .bootstrap .offset-md-9 { - margin-left: 75%; - } - .bootstrap .offset-md-10 { - margin-left: 83.333333%; - } - .bootstrap .offset-md-11 { - margin-left: 91.666667%; - } -} -@media (min-width: 992px) { - .bootstrap .col-lg { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .bootstrap .col-lg-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; - } - .bootstrap .col-lg-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .bootstrap .col-lg-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .bootstrap .col-lg-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .col-lg-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .bootstrap .col-lg-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .bootstrap .col-lg-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .col-lg-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .bootstrap .col-lg-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .bootstrap .col-lg-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .bootstrap .col-lg-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .bootstrap .col-lg-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .bootstrap .col-lg-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .order-lg-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; - } - .bootstrap .order-lg-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .bootstrap .order-lg-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; - } - .bootstrap .order-lg-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } - .bootstrap .order-lg-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .bootstrap .order-lg-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .bootstrap .order-lg-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .bootstrap .order-lg-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .bootstrap .order-lg-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .bootstrap .order-lg-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .bootstrap .order-lg-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .bootstrap .order-lg-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .bootstrap .order-lg-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .bootstrap .order-lg-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .bootstrap .order-lg-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .bootstrap .offset-lg-0 { - margin-left: 0; - } - .bootstrap .offset-lg-1 { - margin-left: 8.333333%; - } - .bootstrap .offset-lg-2 { - margin-left: 16.666667%; - } - .bootstrap .offset-lg-3 { - margin-left: 25%; - } - .bootstrap .offset-lg-4 { - margin-left: 33.333333%; - } - .bootstrap .offset-lg-5 { - margin-left: 41.666667%; - } - .bootstrap .offset-lg-6 { - margin-left: 50%; - } - .bootstrap .offset-lg-7 { - margin-left: 58.333333%; - } - .bootstrap .offset-lg-8 { - margin-left: 66.666667%; - } - .bootstrap .offset-lg-9 { - margin-left: 75%; - } - .bootstrap .offset-lg-10 { - margin-left: 83.333333%; - } - .bootstrap .offset-lg-11 { - margin-left: 91.666667%; - } -} -@media (min-width: 1200px) { - .bootstrap .col-xl { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .bootstrap .col-xl-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; - } - .bootstrap .col-xl-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .bootstrap .col-xl-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .bootstrap .col-xl-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .bootstrap .col-xl-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .bootstrap .col-xl-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .bootstrap .col-xl-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .bootstrap .col-xl-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .bootstrap .col-xl-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .bootstrap .col-xl-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .bootstrap .col-xl-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .bootstrap .col-xl-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .bootstrap .col-xl-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .bootstrap .order-xl-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; - } - .bootstrap .order-xl-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .bootstrap .order-xl-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; - } - .bootstrap .order-xl-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } - .bootstrap .order-xl-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .bootstrap .order-xl-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .bootstrap .order-xl-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .bootstrap .order-xl-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .bootstrap .order-xl-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .bootstrap .order-xl-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .bootstrap .order-xl-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .bootstrap .order-xl-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .bootstrap .order-xl-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .bootstrap .order-xl-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .bootstrap .order-xl-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .bootstrap .offset-xl-0 { - margin-left: 0; - } - .bootstrap .offset-xl-1 { - margin-left: 8.333333%; - } - .bootstrap .offset-xl-2 { - margin-left: 16.666667%; - } - .bootstrap .offset-xl-3 { - margin-left: 25%; - } - .bootstrap .offset-xl-4 { - margin-left: 33.333333%; - } - .bootstrap .offset-xl-5 { - margin-left: 41.666667%; - } - .bootstrap .offset-xl-6 { - margin-left: 50%; - } - .bootstrap .offset-xl-7 { - margin-left: 58.333333%; - } - .bootstrap .offset-xl-8 { - margin-left: 66.666667%; - } - .bootstrap .offset-xl-9 { - margin-left: 75%; - } - .bootstrap .offset-xl-10 { - margin-left: 83.333333%; - } - .bootstrap .offset-xl-11 { - margin-left: 91.666667%; - } -} -.bootstrap .table { - width: 100%; - max-width: 100%; - margin-bottom: 1rem; - background-color: transparent; -} -.bootstrap .table th, -.bootstrap .table td { - padding: 0.75rem; - vertical-align: top; - border-top: 1px solid #dee2e6; -} -.bootstrap .table thead th { - vertical-align: bottom; - border-bottom: 2px solid #dee2e6; -} -.bootstrap .table tbody + tbody { - border-top: 2px solid #dee2e6; -} -.bootstrap .table .table { - background-color: #fff; -} -.bootstrap .table-sm th, -.bootstrap .table-sm td { - padding: 0.3rem; -} -.bootstrap .table-bordered { - border: 1px solid #dee2e6; -} -.bootstrap .table-bordered th, -.bootstrap .table-bordered td { - border: 1px solid #dee2e6; -} -.bootstrap .table-bordered thead th, -.bootstrap .table-bordered thead td { - border-bottom-width: 2px; -} -.bootstrap .table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(0, 0, 0, 0.05); -} -.bootstrap .table-hover tbody tr:hover { - background-color: rgba(0, 0, 0, 0.075); -} -.bootstrap .table-primary, -.bootstrap .table-primary > th, -.bootstrap .table-primary > td { - background-color: #b8daff; -} -.bootstrap .table-hover .table-primary:hover { - background-color: #9fcdff; -} -.bootstrap .table-hover .table-primary:hover > td, -.bootstrap .table-hover .table-primary:hover > th { - background-color: #9fcdff; -} -.bootstrap .table-secondary, -.bootstrap .table-secondary > th, -.bootstrap .table-secondary > td { - background-color: #d6d8db; -} -.bootstrap .table-hover .table-secondary:hover { - background-color: #c8cbcf; -} -.bootstrap .table-hover .table-secondary:hover > td, -.bootstrap .table-hover .table-secondary:hover > th { - background-color: #c8cbcf; -} -.bootstrap .table-success, -.bootstrap .table-success > th, -.bootstrap .table-success > td { - background-color: #c3e6cb; -} -.bootstrap .table-hover .table-success:hover { - background-color: #b1dfbb; -} -.bootstrap .table-hover .table-success:hover > td, -.bootstrap .table-hover .table-success:hover > th { - background-color: #b1dfbb; -} -.bootstrap .table-info, -.bootstrap .table-info > th, -.bootstrap .table-info > td { - background-color: #bee5eb; -} -.bootstrap .table-hover .table-info:hover { - background-color: #abdde5; -} -.bootstrap .table-hover .table-info:hover > td, -.bootstrap .table-hover .table-info:hover > th { - background-color: #abdde5; -} -.bootstrap .table-warning, -.bootstrap .table-warning > th, -.bootstrap .table-warning > td { - background-color: #ffeeba; -} -.bootstrap .table-hover .table-warning:hover { - background-color: #ffe8a1; -} -.bootstrap .table-hover .table-warning:hover > td, -.bootstrap .table-hover .table-warning:hover > th { - background-color: #ffe8a1; -} -.bootstrap .table-danger, -.bootstrap .table-danger > th, -.bootstrap .table-danger > td { - background-color: #f5c6cb; -} -.bootstrap .table-hover .table-danger:hover { - background-color: #f1b0b7; -} -.bootstrap .table-hover .table-danger:hover > td, -.bootstrap .table-hover .table-danger:hover > th { - background-color: #f1b0b7; -} -.bootstrap .table-light, -.bootstrap .table-light > th, -.bootstrap .table-light > td { - background-color: #fdfdfe; -} -.bootstrap .table-hover .table-light:hover { - background-color: #ececf6; -} -.bootstrap .table-hover .table-light:hover > td, -.bootstrap .table-hover .table-light:hover > th { - background-color: #ececf6; -} -.bootstrap .table-dark, -.bootstrap .table-dark > th, -.bootstrap .table-dark > td { - background-color: #c6c8ca; -} -.bootstrap .table-hover .table-dark:hover { - background-color: #b9bbbe; -} -.bootstrap .table-hover .table-dark:hover > td, -.bootstrap .table-hover .table-dark:hover > th { - background-color: #b9bbbe; -} -.bootstrap .table-active, -.bootstrap .table-active > th, -.bootstrap .table-active > td { - background-color: rgba(0, 0, 0, 0.075); -} -.bootstrap .table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075); -} -.bootstrap .table-hover .table-active:hover > td, -.bootstrap .table-hover .table-active:hover > th { - background-color: rgba(0, 0, 0, 0.075); -} -.bootstrap .table .thead-dark th { - color: #fff; - background-color: #212529; - border-color: #32383e; -} -.bootstrap .table .thead-light th { - color: #495057; - background-color: #e9ecef; - border-color: #dee2e6; -} -.bootstrap .table-dark { - color: #fff; - background-color: #212529; -} -.bootstrap .table-dark th, -.bootstrap .table-dark td, -.bootstrap .table-dark thead th { - border-color: #32383e; -} -.bootstrap .table-dark.table-bordered { - border: 0; -} -.bootstrap .table-dark.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(255, 255, 255, 0.05); -} -.bootstrap .table-dark.table-hover tbody tr:hover { - background-color: rgba(255, 255, 255, 0.075); -} -@media (max-width: 575.98px) { - .bootstrap .table-responsive-sm { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; - } - .bootstrap .table-responsive-sm > .table-bordered { - border: 0; - } -} -@media (max-width: 767.98px) { - .bootstrap .table-responsive-md { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; - } - .bootstrap .table-responsive-md > .table-bordered { - border: 0; - } -} -@media (max-width: 991.98px) { - .bootstrap .table-responsive-lg { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; - } - .bootstrap .table-responsive-lg > .table-bordered { - border: 0; - } -} -@media (max-width: 1199.98px) { - .bootstrap .table-responsive-xl { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; - } - .bootstrap .table-responsive-xl > .table-bordered { - border: 0; - } -} -.bootstrap .table-responsive { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; -} -.bootstrap .table-responsive > .table-bordered { - border: 0; -} -.bootstrap .form-control { - display: block; - width: 100%; - padding: 0.375rem 0.75rem; - font-size: 1rem; - line-height: 1.5; - color: #495057; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - border-radius: 0.25rem; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} -.bootstrap .form-control::-ms-expand { - background-color: transparent; - border: 0; -} -.bootstrap .form-control:focus { - color: #495057; - background-color: #fff; - border-color: #80bdff; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); -} -.bootstrap .form-control::-webkit-input-placeholder { - color: #6c757d; - opacity: 1; -} -.bootstrap .form-control::-moz-placeholder { - color: #6c757d; - opacity: 1; -} -.bootstrap .form-control:-ms-input-placeholder { - color: #6c757d; - opacity: 1; -} -.bootstrap .form-control::-ms-input-placeholder { - color: #6c757d; - opacity: 1; -} -.bootstrap .form-control::placeholder { - color: #6c757d; - opacity: 1; -} -.bootstrap .form-control:disabled, -.bootstrap .form-control[readonly] { - background-color: #e9ecef; - opacity: 1; -} -.bootstrap select.form-control:not([size]):not([multiple]) { - height: calc(2.25rem + 2px); -} -.bootstrap select.form-control:focus::-ms-value { - color: #495057; - background-color: #fff; -} -.bootstrap .form-control-file, -.bootstrap .form-control-range { - display: block; - width: 100%; -} -.bootstrap .col-form-label { - padding-top: calc(0.375rem + 1px); - padding-bottom: calc(0.375rem + 1px); - margin-bottom: 0; - font-size: inherit; - line-height: 1.5; -} -.bootstrap .col-form-label-lg { - padding-top: calc(0.5rem + 1px); - padding-bottom: calc(0.5rem + 1px); - font-size: 1.25rem; - line-height: 1.5; -} -.bootstrap .col-form-label-sm { - padding-top: calc(0.25rem + 1px); - padding-bottom: calc(0.25rem + 1px); - font-size: 0.875rem; - line-height: 1.5; -} -.bootstrap .form-control-plaintext { - display: block; - width: 100%; - padding-top: 0.375rem; - padding-bottom: 0.375rem; - margin-bottom: 0; - line-height: 1.5; - background-color: transparent; - border: solid transparent; - border-width: 1px 0; -} -.bootstrap .form-control-plaintext.form-control-sm, -.bootstrap .input-group-sm > .form-control-plaintext.form-control, -.bootstrap .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, -.bootstrap .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, -.bootstrap .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, -.bootstrap .input-group-sm > .input-group-append > .form-control-plaintext.btn, -.bootstrap .form-control-plaintext.form-control-lg, -.bootstrap .input-group-lg > .form-control-plaintext.form-control, -.bootstrap .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, -.bootstrap .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, -.bootstrap .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, -.bootstrap .input-group-lg > .input-group-append > .form-control-plaintext.btn { - padding-right: 0; - padding-left: 0; -} -.bootstrap .form-control-sm, -.bootstrap .input-group-sm > .form-control, -.bootstrap .input-group-sm > .input-group-prepend > .input-group-text, -.bootstrap .input-group-sm > .input-group-append > .input-group-text, -.bootstrap .input-group-sm > .input-group-prepend > .btn, -.bootstrap .input-group-sm > .input-group-append > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - line-height: 1.5; - border-radius: 0.2rem; -} -.bootstrap select.form-control-sm:not([size]):not([multiple]), -.bootstrap .input-group-sm > select.form-control:not([size]):not([multiple]), -.bootstrap .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), -.bootstrap .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), -.bootstrap .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), -.bootstrap .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) { - height: calc(1.8125rem + 2px); -} -.bootstrap .form-control-lg, -.bootstrap .input-group-lg > .form-control, -.bootstrap .input-group-lg > .input-group-prepend > .input-group-text, -.bootstrap .input-group-lg > .input-group-append > .input-group-text, -.bootstrap .input-group-lg > .input-group-prepend > .btn, -.bootstrap .input-group-lg > .input-group-append > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - line-height: 1.5; - border-radius: 0.3rem; -} -.bootstrap select.form-control-lg:not([size]):not([multiple]), -.bootstrap .input-group-lg > select.form-control:not([size]):not([multiple]), -.bootstrap .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), -.bootstrap .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), -.bootstrap .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), -.bootstrap .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) { - height: calc(2.875rem + 2px); -} -.bootstrap .form-group { - margin-bottom: 1rem; -} -.bootstrap .form-text { - display: block; - margin-top: 0.25rem; -} -.bootstrap .form-row { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -5px; - margin-left: -5px; -} -.bootstrap .form-row > .col, -.bootstrap .form-row > [class*="col-"] { - padding-right: 5px; - padding-left: 5px; -} -.bootstrap .form-check { - position: relative; - display: block; - padding-left: 1.25rem; -} -.bootstrap .form-check-input { - position: absolute; - margin-top: 0.3rem; - margin-left: -1.25rem; -} -.bootstrap .form-check-input:disabled ~ .form-check-label { - color: #6c757d; -} -.bootstrap .form-check-label { - margin-bottom: 0; -} -.bootstrap .form-check-inline { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - padding-left: 0; - margin-right: 0.75rem; -} -.bootstrap .form-check-inline .form-check-input { - position: static; - margin-top: 0; - margin-right: 0.3125rem; - margin-left: 0; -} -.bootstrap .valid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 80%; - color: #28a745; -} -.bootstrap .valid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: .5rem; - margin-top: .1rem; - font-size: .875rem; - line-height: 1; - color: #fff; - background-color: rgba(40, 167, 69, 0.8); - border-radius: .2rem; -} -.bootstrap .was-validated .form-control:valid, -.bootstrap .form-control.is-valid, -.bootstrap .was-validated .custom-select:valid, -.bootstrap .custom-select.is-valid { - border-color: #28a745; -} -.bootstrap .was-validated .form-control:valid:focus, -.bootstrap .form-control.is-valid:focus, -.bootstrap .was-validated .custom-select:valid:focus, -.bootstrap .custom-select.is-valid:focus { - border-color: #28a745; - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); -} -.bootstrap .was-validated .form-control:valid ~ .valid-feedback, -.bootstrap .was-validated .form-control:valid ~ .valid-tooltip, -.bootstrap .form-control.is-valid ~ .valid-feedback, -.bootstrap .form-control.is-valid ~ .valid-tooltip, -.bootstrap .was-validated .custom-select:valid ~ .valid-feedback, -.bootstrap .was-validated .custom-select:valid ~ .valid-tooltip, -.bootstrap .custom-select.is-valid ~ .valid-feedback, -.bootstrap .custom-select.is-valid ~ .valid-tooltip { - display: block; -} -.bootstrap .was-validated .form-check-input:valid ~ .form-check-label, -.bootstrap .form-check-input.is-valid ~ .form-check-label { - color: #28a745; -} -.bootstrap .was-validated .form-check-input:valid ~ .valid-feedback, -.bootstrap .was-validated .form-check-input:valid ~ .valid-tooltip, -.bootstrap .form-check-input.is-valid ~ .valid-feedback, -.bootstrap .form-check-input.is-valid ~ .valid-tooltip { - display: block; -} -.bootstrap .was-validated .custom-control-input:valid ~ .custom-control-label, -.bootstrap .custom-control-input.is-valid ~ .custom-control-label { - color: #28a745; -} -.bootstrap .was-validated .custom-control-input:valid ~ .custom-control-label::before, -.bootstrap .custom-control-input.is-valid ~ .custom-control-label::before { - background-color: #71dd8a; -} -.bootstrap .was-validated .custom-control-input:valid ~ .valid-feedback, -.bootstrap .was-validated .custom-control-input:valid ~ .valid-tooltip, -.bootstrap .custom-control-input.is-valid ~ .valid-feedback, -.bootstrap .custom-control-input.is-valid ~ .valid-tooltip { - display: block; -} -.bootstrap .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, -.bootstrap .custom-control-input.is-valid:checked ~ .custom-control-label::before { - background-color: #34ce57; -} -.bootstrap .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, -.bootstrap .custom-control-input.is-valid:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); -} -.bootstrap .was-validated .custom-file-input:valid ~ .custom-file-label, -.bootstrap .custom-file-input.is-valid ~ .custom-file-label { - border-color: #28a745; -} -.bootstrap .was-validated .custom-file-input:valid ~ .custom-file-label::before, -.bootstrap .custom-file-input.is-valid ~ .custom-file-label::before { - border-color: inherit; -} -.bootstrap .was-validated .custom-file-input:valid ~ .valid-feedback, -.bootstrap .was-validated .custom-file-input:valid ~ .valid-tooltip, -.bootstrap .custom-file-input.is-valid ~ .valid-feedback, -.bootstrap .custom-file-input.is-valid ~ .valid-tooltip { - display: block; -} -.bootstrap .was-validated .custom-file-input:valid:focus ~ .custom-file-label, -.bootstrap .custom-file-input.is-valid:focus ~ .custom-file-label { - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); -} -.bootstrap .invalid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 80%; - color: #dc3545; -} -.bootstrap .invalid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: .5rem; - margin-top: .1rem; - font-size: .875rem; - line-height: 1; - color: #fff; - background-color: rgba(220, 53, 69, 0.8); - border-radius: .2rem; -} -.bootstrap .was-validated .form-control:invalid, -.bootstrap .form-control.is-invalid, -.bootstrap .was-validated .custom-select:invalid, -.bootstrap .custom-select.is-invalid { - border-color: #dc3545; -} -.bootstrap .was-validated .form-control:invalid:focus, -.bootstrap .form-control.is-invalid:focus, -.bootstrap .was-validated .custom-select:invalid:focus, -.bootstrap .custom-select.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); -} -.bootstrap .was-validated .form-control:invalid ~ .invalid-feedback, -.bootstrap .was-validated .form-control:invalid ~ .invalid-tooltip, -.bootstrap .form-control.is-invalid ~ .invalid-feedback, -.bootstrap .form-control.is-invalid ~ .invalid-tooltip, -.bootstrap .was-validated .custom-select:invalid ~ .invalid-feedback, -.bootstrap .was-validated .custom-select:invalid ~ .invalid-tooltip, -.bootstrap .custom-select.is-invalid ~ .invalid-feedback, -.bootstrap .custom-select.is-invalid ~ .invalid-tooltip { - display: block; -} -.bootstrap .was-validated .form-check-input:invalid ~ .form-check-label, -.bootstrap .form-check-input.is-invalid ~ .form-check-label { - color: #dc3545; -} -.bootstrap .was-validated .form-check-input:invalid ~ .invalid-feedback, -.bootstrap .was-validated .form-check-input:invalid ~ .invalid-tooltip, -.bootstrap .form-check-input.is-invalid ~ .invalid-feedback, -.bootstrap .form-check-input.is-invalid ~ .invalid-tooltip { - display: block; -} -.bootstrap .was-validated .custom-control-input:invalid ~ .custom-control-label, -.bootstrap .custom-control-input.is-invalid ~ .custom-control-label { - color: #dc3545; -} -.bootstrap .was-validated .custom-control-input:invalid ~ .custom-control-label::before, -.bootstrap .custom-control-input.is-invalid ~ .custom-control-label::before { - background-color: #efa2a9; -} -.bootstrap .was-validated .custom-control-input:invalid ~ .invalid-feedback, -.bootstrap .was-validated .custom-control-input:invalid ~ .invalid-tooltip, -.bootstrap .custom-control-input.is-invalid ~ .invalid-feedback, -.bootstrap .custom-control-input.is-invalid ~ .invalid-tooltip { - display: block; -} -.bootstrap .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, -.bootstrap .custom-control-input.is-invalid:checked ~ .custom-control-label::before { - background-color: #e4606d; -} -.bootstrap .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, -.bootstrap .custom-control-input.is-invalid:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); -} -.bootstrap .was-validated .custom-file-input:invalid ~ .custom-file-label, -.bootstrap .custom-file-input.is-invalid ~ .custom-file-label { - border-color: #dc3545; -} -.bootstrap .was-validated .custom-file-input:invalid ~ .custom-file-label::before, -.bootstrap .custom-file-input.is-invalid ~ .custom-file-label::before { - border-color: inherit; -} -.bootstrap .was-validated .custom-file-input:invalid ~ .invalid-feedback, -.bootstrap .was-validated .custom-file-input:invalid ~ .invalid-tooltip, -.bootstrap .custom-file-input.is-invalid ~ .invalid-feedback, -.bootstrap .custom-file-input.is-invalid ~ .invalid-tooltip { - display: block; -} -.bootstrap .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, -.bootstrap .custom-file-input.is-invalid:focus ~ .custom-file-label { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); -} -.bootstrap .form-inline { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.bootstrap .form-inline .form-check { - width: 100%; -} -@media (min-width: 576px) { - .bootstrap .form-inline label { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - margin-bottom: 0; - } - .bootstrap .form-inline .form-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - margin-bottom: 0; - } - .bootstrap .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - .bootstrap .form-inline .form-control-plaintext { - display: inline-block; - } - .bootstrap .form-inline .input-group { - width: auto; - } - .bootstrap .form-inline .form-check { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - width: auto; - padding-left: 0; - } - .bootstrap .form-inline .form-check-input { - position: relative; - margin-top: 0; - margin-right: 0.25rem; - margin-left: 0; - } - .bootstrap .form-inline .custom-control { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - } - .bootstrap .form-inline .custom-control-label { - margin-bottom: 0; - } -} -.bootstrap .btn { - display: inline-block; - font-weight: 400; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - padding: 0.375rem 0.75rem; - font-size: 1rem; - line-height: 1.5; - border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} -.bootstrap .btn:hover, -.bootstrap .btn:focus { - text-decoration: none; -} -.bootstrap .btn:focus, -.bootstrap .btn.focus { - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); -} -.bootstrap .btn.disabled, -.bootstrap .btn:disabled { - opacity: 0.65; -} -.bootstrap .btn:not(:disabled):not(.disabled) { - cursor: pointer; -} -.bootstrap .btn:not(:disabled):not(.disabled):active, -.bootstrap .btn:not(:disabled):not(.disabled).active { - background-image: none; -} -.bootstrap a.btn.disabled, -.bootstrap fieldset:disabled a.btn { - pointer-events: none; -} -.bootstrap .btn-primary { - color: #fff; - background-color: #007bff; - border-color: #007bff; -} -.bootstrap .btn-primary:hover { - color: #fff; - background-color: #0069d9; - border-color: #0062cc; -} -.bootstrap .btn-primary:focus, -.bootstrap .btn-primary.focus { - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); -} -.bootstrap .btn-primary.disabled, -.bootstrap .btn-primary:disabled { - color: #fff; - background-color: #007bff; - border-color: #007bff; -} -.bootstrap .btn-primary:not(:disabled):not(.disabled):active, -.bootstrap .btn-primary:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-primary.dropdown-toggle { - color: #fff; - background-color: #0062cc; - border-color: #005cbf; -} -.bootstrap .btn-primary:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-primary:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); -} -.bootstrap .btn-secondary { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; -} -.bootstrap .btn-secondary:hover { - color: #fff; - background-color: #5a6268; - border-color: #545b62; -} -.bootstrap .btn-secondary:focus, -.bootstrap .btn-secondary.focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); -} -.bootstrap .btn-secondary.disabled, -.bootstrap .btn-secondary:disabled { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; -} -.bootstrap .btn-secondary:not(:disabled):not(.disabled):active, -.bootstrap .btn-secondary:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-secondary.dropdown-toggle { - color: #fff; - background-color: #545b62; - border-color: #4e555b; -} -.bootstrap .btn-secondary:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-secondary:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); -} -.bootstrap .btn-success { - color: #fff; - background-color: #28a745; - border-color: #28a745; -} -.bootstrap .btn-success:hover { - color: #fff; - background-color: #218838; - border-color: #1e7e34; -} -.bootstrap .btn-success:focus, -.bootstrap .btn-success.focus { - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); -} -.bootstrap .btn-success.disabled, -.bootstrap .btn-success:disabled { - color: #fff; - background-color: #28a745; - border-color: #28a745; -} -.bootstrap .btn-success:not(:disabled):not(.disabled):active, -.bootstrap .btn-success:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-success.dropdown-toggle { - color: #fff; - background-color: #1e7e34; - border-color: #1c7430; -} -.bootstrap .btn-success:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-success:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); -} -.bootstrap .btn-info { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; -} -.bootstrap .btn-info:hover { - color: #fff; - background-color: #138496; - border-color: #117a8b; -} -.bootstrap .btn-info:focus, -.bootstrap .btn-info.focus { - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); -} -.bootstrap .btn-info.disabled, -.bootstrap .btn-info:disabled { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; -} -.bootstrap .btn-info:not(:disabled):not(.disabled):active, -.bootstrap .btn-info:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-info.dropdown-toggle { - color: #fff; - background-color: #117a8b; - border-color: #10707f; -} -.bootstrap .btn-info:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-info:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); -} -.bootstrap .btn-warning { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; -} -.bootstrap .btn-warning:hover { - color: #212529; - background-color: #e0a800; - border-color: #d39e00; -} -.bootstrap .btn-warning:focus, -.bootstrap .btn-warning.focus { - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); -} -.bootstrap .btn-warning.disabled, -.bootstrap .btn-warning:disabled { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; -} -.bootstrap .btn-warning:not(:disabled):not(.disabled):active, -.bootstrap .btn-warning:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-warning.dropdown-toggle { - color: #212529; - background-color: #d39e00; - border-color: #c69500; -} -.bootstrap .btn-warning:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-warning:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); -} -.bootstrap .btn-danger { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; -} -.bootstrap .btn-danger:hover { - color: #fff; - background-color: #c82333; - border-color: #bd2130; -} -.bootstrap .btn-danger:focus, -.bootstrap .btn-danger.focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); -} -.bootstrap .btn-danger.disabled, -.bootstrap .btn-danger:disabled { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; -} -.bootstrap .btn-danger:not(:disabled):not(.disabled):active, -.bootstrap .btn-danger:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-danger.dropdown-toggle { - color: #fff; - background-color: #bd2130; - border-color: #b21f2d; -} -.bootstrap .btn-danger:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-danger:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); -} -.bootstrap .btn-light { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; -} -.bootstrap .btn-light:hover { - color: #212529; - background-color: #e2e6ea; - border-color: #dae0e5; -} -.bootstrap .btn-light:focus, -.bootstrap .btn-light.focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); -} -.bootstrap .btn-light.disabled, -.bootstrap .btn-light:disabled { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; -} -.bootstrap .btn-light:not(:disabled):not(.disabled):active, -.bootstrap .btn-light:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-light.dropdown-toggle { - color: #212529; - background-color: #dae0e5; - border-color: #d3d9df; -} -.bootstrap .btn-light:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-light:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); -} -.bootstrap .btn-dark { - color: #fff; - background-color: #343a40; - border-color: #343a40; -} -.bootstrap .btn-dark:hover { - color: #fff; - background-color: #23272b; - border-color: #1d2124; -} -.bootstrap .btn-dark:focus, -.bootstrap .btn-dark.focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); -} -.bootstrap .btn-dark.disabled, -.bootstrap .btn-dark:disabled { - color: #fff; - background-color: #343a40; - border-color: #343a40; -} -.bootstrap .btn-dark:not(:disabled):not(.disabled):active, -.bootstrap .btn-dark:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-dark.dropdown-toggle { - color: #fff; - background-color: #1d2124; - border-color: #171a1d; -} -.bootstrap .btn-dark:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-dark:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); -} -.bootstrap .btn-outline-primary { - color: #007bff; - background-color: transparent; - background-image: none; - border-color: #007bff; -} -.bootstrap .btn-outline-primary:hover { - color: #fff; - background-color: #007bff; - border-color: #007bff; -} -.bootstrap .btn-outline-primary:focus, -.bootstrap .btn-outline-primary.focus { - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); -} -.bootstrap .btn-outline-primary.disabled, -.bootstrap .btn-outline-primary:disabled { - color: #007bff; - background-color: transparent; -} -.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active, -.bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-outline-primary.dropdown-toggle { - color: #fff; - background-color: #007bff; - border-color: #007bff; -} -.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-outline-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); -} -.bootstrap .btn-outline-secondary { - color: #6c757d; - background-color: transparent; - background-image: none; - border-color: #6c757d; -} -.bootstrap .btn-outline-secondary:hover { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; -} -.bootstrap .btn-outline-secondary:focus, -.bootstrap .btn-outline-secondary.focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); -} -.bootstrap .btn-outline-secondary.disabled, -.bootstrap .btn-outline-secondary:disabled { - color: #6c757d; - background-color: transparent; -} -.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active, -.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-outline-secondary.dropdown-toggle { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; -} -.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-outline-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); -} -.bootstrap .btn-outline-success { - color: #28a745; - background-color: transparent; - background-image: none; - border-color: #28a745; -} -.bootstrap .btn-outline-success:hover { - color: #fff; - background-color: #28a745; - border-color: #28a745; -} -.bootstrap .btn-outline-success:focus, -.bootstrap .btn-outline-success.focus { - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); -} -.bootstrap .btn-outline-success.disabled, -.bootstrap .btn-outline-success:disabled { - color: #28a745; - background-color: transparent; -} -.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active, -.bootstrap .btn-outline-success:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-outline-success.dropdown-toggle { - color: #fff; - background-color: #28a745; - border-color: #28a745; -} -.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-outline-success:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-outline-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); -} -.bootstrap .btn-outline-info { - color: #17a2b8; - background-color: transparent; - background-image: none; - border-color: #17a2b8; -} -.bootstrap .btn-outline-info:hover { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; -} -.bootstrap .btn-outline-info:focus, -.bootstrap .btn-outline-info.focus { - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); -} -.bootstrap .btn-outline-info.disabled, -.bootstrap .btn-outline-info:disabled { - color: #17a2b8; - background-color: transparent; -} -.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active, -.bootstrap .btn-outline-info:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-outline-info.dropdown-toggle { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; -} -.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-outline-info:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-outline-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); -} -.bootstrap .btn-outline-warning { - color: #ffc107; - background-color: transparent; - background-image: none; - border-color: #ffc107; -} -.bootstrap .btn-outline-warning:hover { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; -} -.bootstrap .btn-outline-warning:focus, -.bootstrap .btn-outline-warning.focus { - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); -} -.bootstrap .btn-outline-warning.disabled, -.bootstrap .btn-outline-warning:disabled { - color: #ffc107; - background-color: transparent; -} -.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active, -.bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-outline-warning.dropdown-toggle { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; -} -.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-outline-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); -} -.bootstrap .btn-outline-danger { - color: #dc3545; - background-color: transparent; - background-image: none; - border-color: #dc3545; -} -.bootstrap .btn-outline-danger:hover { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; -} -.bootstrap .btn-outline-danger:focus, -.bootstrap .btn-outline-danger.focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); -} -.bootstrap .btn-outline-danger.disabled, -.bootstrap .btn-outline-danger:disabled { - color: #dc3545; - background-color: transparent; -} -.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active, -.bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-outline-danger.dropdown-toggle { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; -} -.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-outline-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); -} -.bootstrap .btn-outline-light { - color: #f8f9fa; - background-color: transparent; - background-image: none; - border-color: #f8f9fa; -} -.bootstrap .btn-outline-light:hover { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; -} -.bootstrap .btn-outline-light:focus, -.bootstrap .btn-outline-light.focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); -} -.bootstrap .btn-outline-light.disabled, -.bootstrap .btn-outline-light:disabled { - color: #f8f9fa; - background-color: transparent; -} -.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active, -.bootstrap .btn-outline-light:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-outline-light.dropdown-toggle { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; -} -.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-outline-light:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-outline-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); -} -.bootstrap .btn-outline-dark { - color: #343a40; - background-color: transparent; - background-image: none; - border-color: #343a40; -} -.bootstrap .btn-outline-dark:hover { - color: #fff; - background-color: #343a40; - border-color: #343a40; -} -.bootstrap .btn-outline-dark:focus, -.bootstrap .btn-outline-dark.focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); -} -.bootstrap .btn-outline-dark.disabled, -.bootstrap .btn-outline-dark:disabled { - color: #343a40; - background-color: transparent; -} -.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active, -.bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active, -.bootstrap .show > .btn-outline-dark.dropdown-toggle { - color: #fff; - background-color: #343a40; - border-color: #343a40; -} -.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus, -.bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus, -.bootstrap .show > .btn-outline-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); -} -.bootstrap .btn-link { - font-weight: 400; - color: #007bff; - background-color: transparent; -} -.bootstrap .btn-link:hover { - color: #0056b3; - text-decoration: underline; - background-color: transparent; - border-color: transparent; -} -.bootstrap .btn-link:focus, -.bootstrap .btn-link.focus { - text-decoration: underline; - border-color: transparent; - box-shadow: none; -} -.bootstrap .btn-link:disabled, -.bootstrap .btn-link.disabled { - color: #6c757d; -} -.bootstrap .btn-lg, -.bootstrap .btn-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - line-height: 1.5; - border-radius: 0.3rem; -} -.bootstrap .btn-sm, -.bootstrap .btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - line-height: 1.5; - border-radius: 0.2rem; -} -.bootstrap .btn-block { - display: block; - width: 100%; -} -.bootstrap .btn-block + .btn-block { - margin-top: 0.5rem; -} -.bootstrap input[type="submit"].btn-block, -.bootstrap input[type="reset"].btn-block, -.bootstrap input[type="button"].btn-block { - width: 100%; -} -.bootstrap .fade { - opacity: 0; - transition: opacity 0.15s linear; -} -.bootstrap .fade.show { - opacity: 1; -} -.bootstrap .collapse { - display: none; -} -.bootstrap .collapse.show { - display: block; -} -.bootstrap tr.collapse.show { - display: table-row; -} -.bootstrap tbody.collapse.show { - display: table-row-group; -} -.bootstrap .collapsing { - position: relative; - height: 0; - overflow: hidden; - transition: height 0.35s ease; -} -.bootstrap .dropup, -.bootstrap .dropdown { - position: relative; -} -.bootstrap .dropdown-toggle::after { - display: inline-block; - width: 0; - height: 0; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-bottom: 0; - border-left: 0.3em solid transparent; -} -.bootstrap .dropdown-toggle:empty::after { - margin-left: 0; -} -.bootstrap .dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 10rem; - padding: 0.5rem 0; - margin: 0.125rem 0 0; - font-size: 1rem; - color: #212529; - text-align: left; - list-style: none; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; -} -.bootstrap .dropup .dropdown-menu { - margin-top: 0; - margin-bottom: 0.125rem; -} -.bootstrap .dropup .dropdown-toggle::after { - display: inline-block; - width: 0; - height: 0; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0; - border-right: 0.3em solid transparent; - border-bottom: 0.3em solid; - border-left: 0.3em solid transparent; -} -.bootstrap .dropup .dropdown-toggle:empty::after { - margin-left: 0; -} -.bootstrap .dropright .dropdown-menu { - margin-top: 0; - margin-left: 0.125rem; -} -.bootstrap .dropright .dropdown-toggle::after { - display: inline-block; - width: 0; - height: 0; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-bottom: 0.3em solid transparent; - border-left: 0.3em solid; -} -.bootstrap .dropright .dropdown-toggle:empty::after { - margin-left: 0; -} -.bootstrap .dropright .dropdown-toggle::after { - vertical-align: 0; -} -.bootstrap .dropleft .dropdown-menu { - margin-top: 0; - margin-right: 0.125rem; -} -.bootstrap .dropleft .dropdown-toggle::after { - display: inline-block; - width: 0; - height: 0; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; -} -.bootstrap .dropleft .dropdown-toggle::after { - display: none; -} -.bootstrap .dropleft .dropdown-toggle::before { - display: inline-block; - width: 0; - height: 0; - margin-right: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0.3em solid; - border-bottom: 0.3em solid transparent; -} -.bootstrap .dropleft .dropdown-toggle:empty::after { - margin-left: 0; -} -.bootstrap .dropleft .dropdown-toggle::before { - vertical-align: 0; -} -.bootstrap .dropdown-divider { - height: 0; - margin: 0.5rem 0; - overflow: hidden; - border-top: 1px solid #e9ecef; -} -.bootstrap .dropdown-item { - display: block; - width: 100%; - padding: 0.25rem 1.5rem; - clear: both; - font-weight: 400; - color: #212529; - text-align: inherit; - white-space: nowrap; - background-color: transparent; - border: 0; -} -.bootstrap .dropdown-item:hover, -.bootstrap .dropdown-item:focus { - color: #16181b; - text-decoration: none; - background-color: #f8f9fa; -} -.bootstrap .dropdown-item.active, -.bootstrap .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #007bff; -} -.bootstrap .dropdown-item.disabled, -.bootstrap .dropdown-item:disabled { - color: #6c757d; - background-color: transparent; -} -.bootstrap .dropdown-menu.show { - display: block; -} -.bootstrap .dropdown-header { - display: block; - padding: 0.5rem 1.5rem; - margin-bottom: 0; - font-size: 0.875rem; - color: #6c757d; - white-space: nowrap; -} -.bootstrap .btn-group, -.bootstrap .btn-group-vertical { - position: relative; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - vertical-align: middle; -} -.bootstrap .btn-group > .btn, -.bootstrap .btn-group-vertical > .btn { - position: relative; - -webkit-box-flex: 0; - -ms-flex: 0 1 auto; - flex: 0 1 auto; -} -.bootstrap .btn-group > .btn:hover, -.bootstrap .btn-group-vertical > .btn:hover { - z-index: 1; -} -.bootstrap .btn-group > .btn:focus, -.bootstrap .btn-group > .btn:active, -.bootstrap .btn-group > .btn.active, -.bootstrap .btn-group-vertical > .btn:focus, -.bootstrap .btn-group-vertical > .btn:active, -.bootstrap .btn-group-vertical > .btn.active { - z-index: 1; -} -.bootstrap .btn-group .btn + .btn, -.bootstrap .btn-group .btn + .btn-group, -.bootstrap .btn-group .btn-group + .btn, -.bootstrap .btn-group .btn-group + .btn-group, -.bootstrap .btn-group-vertical .btn + .btn, -.bootstrap .btn-group-vertical .btn + .btn-group, -.bootstrap .btn-group-vertical .btn-group + .btn, -.bootstrap .btn-group-vertical .btn-group + .btn-group { - margin-left: -1px; -} -.bootstrap .btn-toolbar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; -} -.bootstrap .btn-toolbar .input-group { - width: auto; -} -.bootstrap .btn-group > .btn:first-child { - margin-left: 0; -} -.bootstrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle), -.bootstrap .btn-group > .btn-group:not(:last-child) > .btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.bootstrap .btn-group > .btn:not(:first-child), -.bootstrap .btn-group > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.bootstrap .dropdown-toggle-split { - padding-right: 0.5625rem; - padding-left: 0.5625rem; -} -.bootstrap .dropdown-toggle-split::after { - margin-left: 0; -} -.bootstrap .btn-sm + .dropdown-toggle-split, -.bootstrap .btn-group-sm > .btn + .dropdown-toggle-split { - padding-right: 0.375rem; - padding-left: 0.375rem; -} -.bootstrap .btn-lg + .dropdown-toggle-split, -.bootstrap .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; -} -.bootstrap .btn-group-vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -.bootstrap .btn-group-vertical .btn, -.bootstrap .btn-group-vertical .btn-group { - width: 100%; -} -.bootstrap .btn-group-vertical > .btn + .btn, -.bootstrap .btn-group-vertical > .btn + .btn-group, -.bootstrap .btn-group-vertical > .btn-group + .btn, -.bootstrap .btn-group-vertical > .btn-group + .btn-group { - margin-top: -1px; - margin-left: 0; -} -.bootstrap .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), -.bootstrap .btn-group-vertical > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.bootstrap .btn-group-vertical > .btn:not(:first-child), -.bootstrap .btn-group-vertical > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.bootstrap .btn-group-toggle > .btn, -.bootstrap .btn-group-toggle > .btn-group > .btn { - margin-bottom: 0; -} -.bootstrap .btn-group-toggle > .btn input[type="radio"], -.bootstrap .btn-group-toggle > .btn input[type="checkbox"], -.bootstrap .btn-group-toggle > .btn-group > .btn input[type="radio"], -.bootstrap .btn-group-toggle > .btn-group > .btn input[type="checkbox"] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; -} -.bootstrap .input-group { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - width: 100%; -} -.bootstrap .input-group > .form-control, -.bootstrap .input-group > .custom-select, -.bootstrap .input-group > .custom-file { - position: relative; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - width: 1%; - margin-bottom: 0; -} -.bootstrap .input-group > .form-control:focus, -.bootstrap .input-group > .custom-select:focus, -.bootstrap .input-group > .custom-file:focus { - z-index: 3; -} -.bootstrap .input-group > .form-control + .form-control, -.bootstrap .input-group > .form-control + .custom-select, -.bootstrap .input-group > .form-control + .custom-file, -.bootstrap .input-group > .custom-select + .form-control, -.bootstrap .input-group > .custom-select + .custom-select, -.bootstrap .input-group > .custom-select + .custom-file, -.bootstrap .input-group > .custom-file + .form-control, -.bootstrap .input-group > .custom-file + .custom-select, -.bootstrap .input-group > .custom-file + .custom-file { - margin-left: -1px; -} -.bootstrap .input-group > .form-control:not(:last-child), -.bootstrap .input-group > .custom-select:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.bootstrap .input-group > .form-control:not(:first-child), -.bootstrap .input-group > .custom-select:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.bootstrap .input-group > .custom-file { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.bootstrap .input-group > .custom-file:not(:last-child) .custom-file-label, -.bootstrap .input-group > .custom-file:not(:last-child) .custom-file-label::before { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.bootstrap .input-group > .custom-file:not(:first-child) .custom-file-label, -.bootstrap .input-group > .custom-file:not(:first-child) .custom-file-label::before { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.bootstrap .input-group-prepend, -.bootstrap .input-group-append { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} -.bootstrap .input-group-prepend .btn, -.bootstrap .input-group-append .btn { - position: relative; - z-index: 2; -} -.bootstrap .input-group-prepend .btn + .btn, -.bootstrap .input-group-prepend .btn + .input-group-text, -.bootstrap .input-group-prepend .input-group-text + .input-group-text, -.bootstrap .input-group-prepend .input-group-text + .btn, -.bootstrap .input-group-append .btn + .btn, -.bootstrap .input-group-append .btn + .input-group-text, -.bootstrap .input-group-append .input-group-text + .input-group-text, -.bootstrap .input-group-append .input-group-text + .btn { - margin-left: -1px; -} -.bootstrap .input-group-prepend { - margin-right: -1px; -} -.bootstrap .input-group-append { - margin-left: -1px; -} -.bootstrap .input-group-text { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - padding: 0.375rem 0.75rem; - margin-bottom: 0; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - text-align: center; - white-space: nowrap; - background-color: #e9ecef; - border: 1px solid #ced4da; - border-radius: 0.25rem; -} -.bootstrap .input-group-text input[type="radio"], -.bootstrap .input-group-text input[type="checkbox"] { - margin-top: 0; -} -.bootstrap .input-group > .input-group-prepend > .btn, -.bootstrap .input-group > .input-group-prepend > .input-group-text, -.bootstrap .input-group > .input-group-append:not(:last-child) > .btn, -.bootstrap .input-group > .input-group-append:not(:last-child) > .input-group-text, -.bootstrap .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.bootstrap .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.bootstrap .input-group > .input-group-append > .btn, -.bootstrap .input-group > .input-group-append > .input-group-text, -.bootstrap .input-group > .input-group-prepend:not(:first-child) > .btn, -.bootstrap .input-group > .input-group-prepend:not(:first-child) > .input-group-text, -.bootstrap .input-group > .input-group-prepend:first-child > .btn:not(:first-child), -.bootstrap .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.bootstrap .custom-control { - position: relative; - display: block; - min-height: 1.5rem; - padding-left: 1.5rem; -} -.bootstrap .custom-control-inline { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - margin-right: 1rem; -} -.bootstrap .custom-control-input { - position: absolute; - z-index: -1; - opacity: 0; -} -.bootstrap .custom-control-input:checked ~ .custom-control-label::before { - color: #fff; - background-color: #007bff; -} -.bootstrap .custom-control-input:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); -} -.bootstrap .custom-control-input:active ~ .custom-control-label::before { - color: #fff; - background-color: #b3d7ff; -} -.bootstrap .custom-control-input:disabled ~ .custom-control-label { - color: #6c757d; -} -.bootstrap .custom-control-input:disabled ~ .custom-control-label::before { - background-color: #e9ecef; -} -.bootstrap .custom-control-label { - margin-bottom: 0; -} -.bootstrap .custom-control-label::before { - position: absolute; - top: 0.25rem; - left: 0; - display: block; - width: 1rem; - height: 1rem; - pointer-events: none; - content: ""; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: #dee2e6; -} -.bootstrap .custom-control-label::after { - position: absolute; - top: 0.25rem; - left: 0; - display: block; - width: 1rem; - height: 1rem; - content: ""; - background-repeat: no-repeat; - background-position: center center; - background-size: 50% 50%; -} -.bootstrap .custom-checkbox .custom-control-label::before { - border-radius: 0.25rem; -} -.bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { - background-color: #007bff; -} -.bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); -} -.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { - background-color: #007bff; -} -.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); -} -.bootstrap .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(0, 123, 255, 0.5); -} -.bootstrap .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { - background-color: rgba(0, 123, 255, 0.5); -} -.bootstrap .custom-radio .custom-control-label::before { - border-radius: 50%; -} -.bootstrap .custom-radio .custom-control-input:checked ~ .custom-control-label::before { - background-color: #007bff; -} -.bootstrap .custom-radio .custom-control-input:checked ~ .custom-control-label::after { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); -} -.bootstrap .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(0, 123, 255, 0.5); -} -.bootstrap .custom-select { - display: inline-block; - width: 100%; - height: calc(2.25rem + 2px); - padding: 0.375rem 1.75rem 0.375rem 0.75rem; - line-height: 1.5; - color: #495057; - vertical-align: middle; - background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; - background-size: 8px 10px; - border: 1px solid #ced4da; - border-radius: 0.25rem; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} -.bootstrap .custom-select:focus { - border-color: #80bdff; - outline: 0; - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); -} -.bootstrap .custom-select:focus::-ms-value { - color: #495057; - background-color: #fff; -} -.bootstrap .custom-select[multiple], -.bootstrap .custom-select[size]:not([size="1"]) { - height: auto; - padding-right: 0.75rem; - background-image: none; -} -.bootstrap .custom-select:disabled { - color: #6c757d; - background-color: #e9ecef; -} -.bootstrap .custom-select::-ms-expand { - opacity: 0; -} -.bootstrap .custom-select-sm { - height: calc(1.8125rem + 2px); - padding-top: 0.375rem; - padding-bottom: 0.375rem; - font-size: 75%; -} -.bootstrap .custom-select-lg { - height: calc(2.875rem + 2px); - padding-top: 0.375rem; - padding-bottom: 0.375rem; - font-size: 125%; -} -.bootstrap .custom-file { - position: relative; - display: inline-block; - width: 100%; - height: calc(2.25rem + 2px); - margin-bottom: 0; -} -.bootstrap .custom-file-input { - position: relative; - z-index: 2; - width: 100%; - height: calc(2.25rem + 2px); - margin: 0; - opacity: 0; -} -.bootstrap .custom-file-input:focus ~ .custom-file-control { - border-color: #80bdff; - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); -} -.bootstrap .custom-file-input:focus ~ .custom-file-control::before { - border-color: #80bdff; -} -.bootstrap .custom-file-input:lang(en) ~ .custom-file-label::after { - content: "Browse"; -} -.bootstrap .custom-file-label { - position: absolute; - top: 0; - right: 0; - left: 0; - z-index: 1; - height: calc(2.25rem + 2px); - padding: 0.375rem 0.75rem; - line-height: 1.5; - color: #495057; - background-color: #fff; - border: 1px solid #ced4da; - border-radius: 0.25rem; -} -.bootstrap .custom-file-label::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - z-index: 3; - display: block; - height: calc(calc(2.25rem + 2px) - 1px * 2); - padding: 0.375rem 0.75rem; - line-height: 1.5; - color: #495057; - content: "Browse"; - background-color: #e9ecef; - border-left: 1px solid #ced4da; - border-radius: 0 0.25rem 0.25rem 0; -} -.bootstrap .nav { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} -.bootstrap .nav-link { - display: block; - padding: 0.5rem 1rem; -} -.bootstrap .nav-link:hover, -.bootstrap .nav-link:focus { - text-decoration: none; -} -.bootstrap .nav-link.disabled { - color: #6c757d; -} -.bootstrap .nav-tabs { - border-bottom: 1px solid #dee2e6; -} -.bootstrap .nav-tabs .nav-item { - margin-bottom: -1px; -} -.bootstrap .nav-tabs .nav-link { - border: 1px solid transparent; - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} -.bootstrap .nav-tabs .nav-link:hover, -.bootstrap .nav-tabs .nav-link:focus { - border-color: #e9ecef #e9ecef #dee2e6; -} -.bootstrap .nav-tabs .nav-link.disabled { - color: #6c757d; - background-color: transparent; - border-color: transparent; -} -.bootstrap .nav-tabs .nav-link.active, -.bootstrap .nav-tabs .nav-item.show .nav-link { - color: #495057; - background-color: #fff; - border-color: #dee2e6 #dee2e6 #fff; -} -.bootstrap .nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.bootstrap .nav-pills .nav-link { - border-radius: 0.25rem; -} -.bootstrap .nav-pills .nav-link.active, -.bootstrap .nav-pills .show > .nav-link { - color: #fff; - background-color: #007bff; -} -.bootstrap .nav-fill .nav-item { - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - text-align: center; -} -.bootstrap .nav-justified .nav-item { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - text-align: center; -} -.bootstrap .tab-content > .tab-pane { - display: none; -} -.bootstrap .tab-content > .active { - display: block; -} -.bootstrap .navbar { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 0.5rem 1rem; -} -.bootstrap .navbar > .container, -.bootstrap .navbar > .container-fluid { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; -} -.bootstrap .navbar-brand { - display: inline-block; - padding-top: 0.3125rem; - padding-bottom: 0.3125rem; - margin-right: 1rem; - font-size: 1.25rem; - line-height: inherit; - white-space: nowrap; -} -.bootstrap .navbar-brand:hover, -.bootstrap .navbar-brand:focus { - text-decoration: none; -} -.bootstrap .navbar-nav { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} -.bootstrap .navbar-nav .nav-link { - padding-right: 0; - padding-left: 0; -} -.bootstrap .navbar-nav .dropdown-menu { - position: static; - float: none; -} -.bootstrap .navbar-text { - display: inline-block; - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} -.bootstrap .navbar-collapse { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.bootstrap .navbar-toggler { - padding: 0.25rem 0.75rem; - font-size: 1.25rem; - line-height: 1; - background-color: transparent; - border: 1px solid transparent; - border-radius: 0.25rem; -} -.bootstrap .navbar-toggler:hover, -.bootstrap .navbar-toggler:focus { - text-decoration: none; -} -.bootstrap .navbar-toggler:not(:disabled):not(.disabled) { - cursor: pointer; -} -.bootstrap .navbar-toggler-icon { - display: inline-block; - width: 1.5em; - height: 1.5em; - vertical-align: middle; - content: ""; - background: no-repeat center center; - background-size: 100% 100%; -} -@media (max-width: 575.98px) { - .bootstrap .navbar-expand-sm > .container, - .bootstrap .navbar-expand-sm > .container-fluid { - padding-right: 0; - padding-left: 0; - } -} -@media (min-width: 576px) { - .bootstrap .navbar-expand-sm { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - } - .bootstrap .navbar-expand-sm .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - } - .bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute; - } - .bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu-right { - right: 0; - left: auto; - } - .bootstrap .navbar-expand-sm .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .bootstrap .navbar-expand-sm > .container, - .bootstrap .navbar-expand-sm > .container-fluid { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - } - .bootstrap .navbar-expand-sm .navbar-collapse { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto; - } - .bootstrap .navbar-expand-sm .navbar-toggler { - display: none; - } - .bootstrap .navbar-expand-sm .dropup .dropdown-menu { - top: auto; - bottom: 100%; - } -} -@media (max-width: 767.98px) { - .bootstrap .navbar-expand-md > .container, - .bootstrap .navbar-expand-md > .container-fluid { - padding-right: 0; - padding-left: 0; - } -} -@media (min-width: 768px) { - .bootstrap .navbar-expand-md { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - } - .bootstrap .navbar-expand-md .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - } - .bootstrap .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; - } - .bootstrap .navbar-expand-md .navbar-nav .dropdown-menu-right { - right: 0; - left: auto; - } - .bootstrap .navbar-expand-md .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .bootstrap .navbar-expand-md > .container, - .bootstrap .navbar-expand-md > .container-fluid { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - } - .bootstrap .navbar-expand-md .navbar-collapse { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto; - } - .bootstrap .navbar-expand-md .navbar-toggler { - display: none; - } - .bootstrap .navbar-expand-md .dropup .dropdown-menu { - top: auto; - bottom: 100%; - } -} -@media (max-width: 991.98px) { - .bootstrap .navbar-expand-lg > .container, - .bootstrap .navbar-expand-lg > .container-fluid { - padding-right: 0; - padding-left: 0; - } -} -@media (min-width: 992px) { - .bootstrap .navbar-expand-lg { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - } - .bootstrap .navbar-expand-lg .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - } - .bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute; - } - .bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu-right { - right: 0; - left: auto; - } - .bootstrap .navbar-expand-lg .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .bootstrap .navbar-expand-lg > .container, - .bootstrap .navbar-expand-lg > .container-fluid { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - } - .bootstrap .navbar-expand-lg .navbar-collapse { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto; - } - .bootstrap .navbar-expand-lg .navbar-toggler { - display: none; - } - .bootstrap .navbar-expand-lg .dropup .dropdown-menu { - top: auto; - bottom: 100%; - } -} -@media (max-width: 1199.98px) { - .bootstrap .navbar-expand-xl > .container, - .bootstrap .navbar-expand-xl > .container-fluid { - padding-right: 0; - padding-left: 0; - } -} -@media (min-width: 1200px) { - .bootstrap .navbar-expand-xl { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - } - .bootstrap .navbar-expand-xl .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - } - .bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute; - } - .bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu-right { - right: 0; - left: auto; - } - .bootstrap .navbar-expand-xl .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; - } - .bootstrap .navbar-expand-xl > .container, - .bootstrap .navbar-expand-xl > .container-fluid { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - } - .bootstrap .navbar-expand-xl .navbar-collapse { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto; - } - .bootstrap .navbar-expand-xl .navbar-toggler { - display: none; - } - .bootstrap .navbar-expand-xl .dropup .dropdown-menu { - top: auto; - bottom: 100%; - } -} -.bootstrap .navbar-expand { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; -} -.bootstrap .navbar-expand > .container, -.bootstrap .navbar-expand > .container-fluid { - padding-right: 0; - padding-left: 0; -} -.bootstrap .navbar-expand .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; -} -.bootstrap .navbar-expand .navbar-nav .dropdown-menu { - position: absolute; -} -.bootstrap .navbar-expand .navbar-nav .dropdown-menu-right { - right: 0; - left: auto; -} -.bootstrap .navbar-expand .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; -} -.bootstrap .navbar-expand > .container, -.bootstrap .navbar-expand > .container-fluid { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; -} -.bootstrap .navbar-expand .navbar-collapse { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto; -} -.bootstrap .navbar-expand .navbar-toggler { - display: none; -} -.bootstrap .navbar-expand .dropup .dropdown-menu { - top: auto; - bottom: 100%; -} -.bootstrap .navbar-light .navbar-brand { - color: rgba(0, 0, 0, 0.9); -} -.bootstrap .navbar-light .navbar-brand:hover, -.bootstrap .navbar-light .navbar-brand:focus { - color: rgba(0, 0, 0, 0.9); -} -.bootstrap .navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.5); -} -.bootstrap .navbar-light .navbar-nav .nav-link:hover, -.bootstrap .navbar-light .navbar-nav .nav-link:focus { - color: rgba(0, 0, 0, 0.7); -} -.bootstrap .navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); -} -.bootstrap .navbar-light .navbar-nav .show > .nav-link, -.bootstrap .navbar-light .navbar-nav .active > .nav-link, -.bootstrap .navbar-light .navbar-nav .nav-link.show, -.bootstrap .navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); -} -.bootstrap .navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.5); - border-color: rgba(0, 0, 0, 0.1); -} -.bootstrap .navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); -} -.bootstrap .navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.5); -} -.bootstrap .navbar-light .navbar-text a { - color: rgba(0, 0, 0, 0.9); -} -.bootstrap .navbar-light .navbar-text a:hover, -.bootstrap .navbar-light .navbar-text a:focus { - color: rgba(0, 0, 0, 0.9); -} -.bootstrap .navbar-dark .navbar-brand { - color: #fff; -} -.bootstrap .navbar-dark .navbar-brand:hover, -.bootstrap .navbar-dark .navbar-brand:focus { - color: #fff; -} -.bootstrap .navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.5); -} -.bootstrap .navbar-dark .navbar-nav .nav-link:hover, -.bootstrap .navbar-dark .navbar-nav .nav-link:focus { - color: rgba(255, 255, 255, 0.75); -} -.bootstrap .navbar-dark .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); -} -.bootstrap .navbar-dark .navbar-nav .show > .nav-link, -.bootstrap .navbar-dark .navbar-nav .active > .nav-link, -.bootstrap .navbar-dark .navbar-nav .nav-link.show, -.bootstrap .navbar-dark .navbar-nav .nav-link.active { - color: #fff; -} -.bootstrap .navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.1); -} -.bootstrap .navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); -} -.bootstrap .navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.5); -} -.bootstrap .navbar-dark .navbar-text a { - color: #fff; -} -.bootstrap .navbar-dark .navbar-text a:hover, -.bootstrap .navbar-dark .navbar-text a:focus { - color: #fff; -} -.bootstrap .card { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: 0.25rem; -} -.bootstrap .card > hr { - margin-right: 0; - margin-left: 0; -} -.bootstrap .card > .list-group:first-child .list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} -.bootstrap .card > .list-group:last-child .list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} -.bootstrap .card-body { - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - padding: 1.25rem; -} -.bootstrap .card-title { - margin-bottom: 0.75rem; -} -.bootstrap .card-subtitle { - margin-top: -0.375rem; - margin-bottom: 0; -} -.bootstrap .card-text:last-child { - margin-bottom: 0; -} -.bootstrap .card-link:hover { - text-decoration: none; -} -.bootstrap .card-link + .card-link { - margin-left: 1.25rem; -} -.bootstrap .card-header { - padding: 0.75rem 1.25rem; - margin-bottom: 0; - background-color: rgba(0, 0, 0, 0.03); - border-bottom: 1px solid rgba(0, 0, 0, 0.125); -} -.bootstrap .card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; -} -.bootstrap .card-header + .list-group .list-group-item:first-child { - border-top: 0; -} -.bootstrap .card-footer { - padding: 0.75rem 1.25rem; - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(0, 0, 0, 0.125); -} -.bootstrap .card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); -} -.bootstrap .card-header-tabs { - margin-right: -0.625rem; - margin-bottom: -0.75rem; - margin-left: -0.625rem; - border-bottom: 0; -} -.bootstrap .card-header-pills { - margin-right: -0.625rem; - margin-left: -0.625rem; -} -.bootstrap .card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1.25rem; -} -.bootstrap .card-img { - width: 100%; - border-radius: calc(0.25rem - 1px); -} -.bootstrap .card-img-top { - width: 100%; - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); -} -.bootstrap .card-img-bottom { - width: 100%; - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); -} -.bootstrap .card-deck { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; -} -.bootstrap .card-deck .card { - margin-bottom: 15px; -} -@media (min-width: 576px) { - .bootstrap .card-deck { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - margin-right: -15px; - margin-left: -15px; - } - .bootstrap .card-deck .card { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 1; - -ms-flex: 1 0 0%; - flex: 1 0 0%; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - margin-right: 15px; - margin-bottom: 0; - margin-left: 15px; - } -} -.bootstrap .card-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; -} -.bootstrap .card-group > .card { - margin-bottom: 15px; -} -@media (min-width: 576px) { - .bootstrap .card-group { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - } - .bootstrap .card-group > .card { - -webkit-box-flex: 1; - -ms-flex: 1 0 0%; - flex: 1 0 0%; - margin-bottom: 0; - } - .bootstrap .card-group > .card + .card { - margin-left: 0; - border-left: 0; - } - .bootstrap .card-group > .card:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - } - .bootstrap .card-group > .card:first-child .card-img-top, - .bootstrap .card-group > .card:first-child .card-header { - border-top-right-radius: 0; - } - .bootstrap .card-group > .card:first-child .card-img-bottom, - .bootstrap .card-group > .card:first-child .card-footer { - border-bottom-right-radius: 0; - } - .bootstrap .card-group > .card:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - } - .bootstrap .card-group > .card:last-child .card-img-top, - .bootstrap .card-group > .card:last-child .card-header { - border-top-left-radius: 0; - } - .bootstrap .card-group > .card:last-child .card-img-bottom, - .bootstrap .card-group > .card:last-child .card-footer { - border-bottom-left-radius: 0; - } - .bootstrap .card-group > .card:only-child { - border-radius: 0.25rem; - } - .bootstrap .card-group > .card:only-child .card-img-top, - .bootstrap .card-group > .card:only-child .card-header { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; - } - .bootstrap .card-group > .card:only-child .card-img-bottom, - .bootstrap .card-group > .card:only-child .card-footer { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; - } - .bootstrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) { - border-radius: 0; - } - .bootstrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, - .bootstrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, - .bootstrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, - .bootstrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { - border-radius: 0; - } -} -.bootstrap .card-columns .card { - margin-bottom: 0.75rem; -} -@media (min-width: 576px) { - .bootstrap .card-columns { - -webkit-column-count: 3; - -moz-column-count: 3; - column-count: 3; - -webkit-column-gap: 1.25rem; - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - } - .bootstrap .card-columns .card { - display: inline-block; - width: 100%; - } -} -.bootstrap .breadcrumb { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - padding: 0.75rem 1rem; - margin-bottom: 1rem; - list-style: none; - background-color: #e9ecef; - border-radius: 0.25rem; -} -.bootstrap .breadcrumb-item + .breadcrumb-item::before { - display: inline-block; - padding-right: 0.5rem; - padding-left: 0.5rem; - color: #6c757d; - content: "/"; -} -.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: underline; -} -.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: none; -} -.bootstrap .breadcrumb-item.active { - color: #6c757d; -} -.bootstrap .pagination { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - padding-left: 0; - list-style: none; - border-radius: 0.25rem; -} -.bootstrap .page-link { - position: relative; - display: block; - padding: 0.5rem 0.75rem; - margin-left: -1px; - line-height: 1.25; - color: #007bff; - background-color: #fff; - border: 1px solid #dee2e6; -} -.bootstrap .page-link:hover { - color: #0056b3; - text-decoration: none; - background-color: #e9ecef; - border-color: #dee2e6; -} -.bootstrap .page-link:focus { - z-index: 2; - outline: 0; - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); -} -.bootstrap .page-link:not(:disabled):not(.disabled) { - cursor: pointer; -} -.bootstrap .page-item:first-child .page-link { - margin-left: 0; - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} -.bootstrap .page-item:last-child .page-link { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} -.bootstrap .page-item.active .page-link { - z-index: 1; - color: #fff; - background-color: #007bff; - border-color: #007bff; -} -.bootstrap .page-item.disabled .page-link { - color: #6c757d; - pointer-events: none; - cursor: auto; - background-color: #fff; - border-color: #dee2e6; -} -.bootstrap .pagination-lg .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; - line-height: 1.5; -} -.bootstrap .pagination-lg .page-item:first-child .page-link { - border-top-left-radius: 0.3rem; - border-bottom-left-radius: 0.3rem; -} -.bootstrap .pagination-lg .page-item:last-child .page-link { - border-top-right-radius: 0.3rem; - border-bottom-right-radius: 0.3rem; -} -.bootstrap .pagination-sm .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - line-height: 1.5; -} -.bootstrap .pagination-sm .page-item:first-child .page-link { - border-top-left-radius: 0.2rem; - border-bottom-left-radius: 0.2rem; -} -.bootstrap .pagination-sm .page-item:last-child .page-link { - border-top-right-radius: 0.2rem; - border-bottom-right-radius: 0.2rem; -} -.bootstrap .badge { - display: inline-block; - padding: 0.25em 0.4em; - font-size: 75%; - font-weight: 700; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.25rem; -} -.bootstrap .badge:empty { - display: none; -} -.bootstrap .btn .badge { - position: relative; - top: -1px; -} -.bootstrap .badge-pill { - padding-right: 0.6em; - padding-left: 0.6em; - border-radius: 10rem; -} -.bootstrap .badge-primary { - color: #fff; - background-color: #007bff; -} -.bootstrap .badge-primary[href]:hover, -.bootstrap .badge-primary[href]:focus { - color: #fff; - text-decoration: none; - background-color: #0062cc; -} -.bootstrap .badge-secondary { - color: #fff; - background-color: #6c757d; -} -.bootstrap .badge-secondary[href]:hover, -.bootstrap .badge-secondary[href]:focus { - color: #fff; - text-decoration: none; - background-color: #545b62; -} -.bootstrap .badge-success { - color: #fff; - background-color: #28a745; -} -.bootstrap .badge-success[href]:hover, -.bootstrap .badge-success[href]:focus { - color: #fff; - text-decoration: none; - background-color: #1e7e34; -} -.bootstrap .badge-info { - color: #fff; - background-color: #17a2b8; -} -.bootstrap .badge-info[href]:hover, -.bootstrap .badge-info[href]:focus { - color: #fff; - text-decoration: none; - background-color: #117a8b; -} -.bootstrap .badge-warning { - color: #212529; - background-color: #ffc107; -} -.bootstrap .badge-warning[href]:hover, -.bootstrap .badge-warning[href]:focus { - color: #212529; - text-decoration: none; - background-color: #d39e00; -} -.bootstrap .badge-danger { - color: #fff; - background-color: #dc3545; -} -.bootstrap .badge-danger[href]:hover, -.bootstrap .badge-danger[href]:focus { - color: #fff; - text-decoration: none; - background-color: #bd2130; -} -.bootstrap .badge-light { - color: #212529; - background-color: #f8f9fa; -} -.bootstrap .badge-light[href]:hover, -.bootstrap .badge-light[href]:focus { - color: #212529; - text-decoration: none; - background-color: #dae0e5; -} -.bootstrap .badge-dark { - color: #fff; - background-color: #343a40; -} -.bootstrap .badge-dark[href]:hover, -.bootstrap .badge-dark[href]:focus { - color: #fff; - text-decoration: none; - background-color: #1d2124; -} -.bootstrap .jumbotron { - padding: 2rem 1rem; - margin-bottom: 2rem; - background-color: #e9ecef; - border-radius: 0.3rem; -} -@media (min-width: 576px) { - .bootstrap .jumbotron { - padding: 4rem 2rem; - } -} -.bootstrap .jumbotron-fluid { - padding-right: 0; - padding-left: 0; - border-radius: 0; -} -.bootstrap .alert { - position: relative; - padding: 0.75rem 1.25rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 0.25rem; -} -.bootstrap .alert-heading { - color: inherit; -} -.bootstrap .alert-link { - font-weight: 700; -} -.bootstrap .alert-dismissible { - padding-right: 4rem; -} -.bootstrap .alert-dismissible .close { - position: absolute; - top: 0; - right: 0; - padding: 0.75rem 1.25rem; - color: inherit; -} -.bootstrap .alert-primary { - color: #004085; - background-color: #cce5ff; - border-color: #b8daff; -} -.bootstrap .alert-primary hr { - border-top-color: #9fcdff; -} -.bootstrap .alert-primary .alert-link { - color: #002752; -} -.bootstrap .alert-secondary { - color: #383d41; - background-color: #e2e3e5; - border-color: #d6d8db; -} -.bootstrap .alert-secondary hr { - border-top-color: #c8cbcf; -} -.bootstrap .alert-secondary .alert-link { - color: #202326; -} -.bootstrap .alert-success { - color: #155724; - background-color: #d4edda; - border-color: #c3e6cb; -} -.bootstrap .alert-success hr { - border-top-color: #b1dfbb; -} -.bootstrap .alert-success .alert-link { - color: #0b2e13; -} -.bootstrap .alert-info { - color: #0c5460; - background-color: #d1ecf1; - border-color: #bee5eb; -} -.bootstrap .alert-info hr { - border-top-color: #abdde5; -} -.bootstrap .alert-info .alert-link { - color: #062c33; -} -.bootstrap .alert-warning { - color: #856404; - background-color: #fff3cd; - border-color: #ffeeba; -} -.bootstrap .alert-warning hr { - border-top-color: #ffe8a1; -} -.bootstrap .alert-warning .alert-link { - color: #533f03; -} -.bootstrap .alert-danger { - color: #721c24; - background-color: #f8d7da; - border-color: #f5c6cb; -} -.bootstrap .alert-danger hr { - border-top-color: #f1b0b7; -} -.bootstrap .alert-danger .alert-link { - color: #491217; -} -.bootstrap .alert-light { - color: #818182; - background-color: #fefefe; - border-color: #fdfdfe; -} -.bootstrap .alert-light hr { - border-top-color: #ececf6; -} -.bootstrap .alert-light .alert-link { - color: #686868; -} -.bootstrap .alert-dark { - color: #1b1e21; - background-color: #d6d8d9; - border-color: #c6c8ca; -} -.bootstrap .alert-dark hr { - border-top-color: #b9bbbe; -} -.bootstrap .alert-dark .alert-link { - color: #040505; -} -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 1rem 0; - } - to { - background-position: 0 0; - } -} -@keyframes progress-bar-stripes { - from { - background-position: 1rem 0; - } - to { - background-position: 0 0; - } -} -.bootstrap .progress { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: 1rem; - overflow: hidden; - font-size: 0.75rem; - background-color: #e9ecef; - border-radius: 0.25rem; -} -.bootstrap .progress-bar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - color: #fff; - text-align: center; - background-color: #007bff; - transition: width 0.6s ease; -} -.bootstrap .progress-bar-striped { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; -} -.bootstrap .progress-bar-animated { - -webkit-animation: progress-bar-stripes 1s linear infinite; - animation: progress-bar-stripes 1s linear infinite; -} -.bootstrap .media { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; -} -.bootstrap .media-body { - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; -} -.bootstrap .list-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; -} -.bootstrap .list-group-item-action { - width: 100%; - color: #495057; - text-align: inherit; -} -.bootstrap .list-group-item-action:hover, -.bootstrap .list-group-item-action:focus { - color: #495057; - text-decoration: none; - background-color: #f8f9fa; -} -.bootstrap .list-group-item-action:active { - color: #212529; - background-color: #e9ecef; -} -.bootstrap .list-group-item { - position: relative; - display: block; - padding: 0.75rem 1.25rem; - margin-bottom: -1px; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} -.bootstrap .list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} -.bootstrap .list-group-item:last-child { - margin-bottom: 0; - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} -.bootstrap .list-group-item:hover, -.bootstrap .list-group-item:focus { - z-index: 1; - text-decoration: none; -} -.bootstrap .list-group-item.disabled, -.bootstrap .list-group-item:disabled { - color: #6c757d; - background-color: #fff; -} -.bootstrap .list-group-item.active { - z-index: 2; - color: #fff; - background-color: #007bff; - border-color: #007bff; -} -.bootstrap .list-group-flush .list-group-item { - border-right: 0; - border-left: 0; - border-radius: 0; -} -.bootstrap .list-group-flush:first-child .list-group-item:first-child { - border-top: 0; -} -.bootstrap .list-group-flush:last-child .list-group-item:last-child { - border-bottom: 0; -} -.bootstrap .list-group-item-primary { - color: #004085; - background-color: #b8daff; -} -.bootstrap .list-group-item-primary.list-group-item-action:hover, -.bootstrap .list-group-item-primary.list-group-item-action:focus { - color: #004085; - background-color: #9fcdff; -} -.bootstrap .list-group-item-primary.list-group-item-action.active { - color: #fff; - background-color: #004085; - border-color: #004085; -} -.bootstrap .list-group-item-secondary { - color: #383d41; - background-color: #d6d8db; -} -.bootstrap .list-group-item-secondary.list-group-item-action:hover, -.bootstrap .list-group-item-secondary.list-group-item-action:focus { - color: #383d41; - background-color: #c8cbcf; -} -.bootstrap .list-group-item-secondary.list-group-item-action.active { - color: #fff; - background-color: #383d41; - border-color: #383d41; -} -.bootstrap .list-group-item-success { - color: #155724; - background-color: #c3e6cb; -} -.bootstrap .list-group-item-success.list-group-item-action:hover, -.bootstrap .list-group-item-success.list-group-item-action:focus { - color: #155724; - background-color: #b1dfbb; -} -.bootstrap .list-group-item-success.list-group-item-action.active { - color: #fff; - background-color: #155724; - border-color: #155724; -} -.bootstrap .list-group-item-info { - color: #0c5460; - background-color: #bee5eb; -} -.bootstrap .list-group-item-info.list-group-item-action:hover, -.bootstrap .list-group-item-info.list-group-item-action:focus { - color: #0c5460; - background-color: #abdde5; -} -.bootstrap .list-group-item-info.list-group-item-action.active { - color: #fff; - background-color: #0c5460; - border-color: #0c5460; -} -.bootstrap .list-group-item-warning { - color: #856404; - background-color: #ffeeba; -} -.bootstrap .list-group-item-warning.list-group-item-action:hover, -.bootstrap .list-group-item-warning.list-group-item-action:focus { - color: #856404; - background-color: #ffe8a1; -} -.bootstrap .list-group-item-warning.list-group-item-action.active { - color: #fff; - background-color: #856404; - border-color: #856404; -} -.bootstrap .list-group-item-danger { - color: #721c24; - background-color: #f5c6cb; -} -.bootstrap .list-group-item-danger.list-group-item-action:hover, -.bootstrap .list-group-item-danger.list-group-item-action:focus { - color: #721c24; - background-color: #f1b0b7; -} -.bootstrap .list-group-item-danger.list-group-item-action.active { - color: #fff; - background-color: #721c24; - border-color: #721c24; -} -.bootstrap .list-group-item-light { - color: #818182; - background-color: #fdfdfe; -} -.bootstrap .list-group-item-light.list-group-item-action:hover, -.bootstrap .list-group-item-light.list-group-item-action:focus { - color: #818182; - background-color: #ececf6; -} -.bootstrap .list-group-item-light.list-group-item-action.active { - color: #fff; - background-color: #818182; - border-color: #818182; -} -.bootstrap .list-group-item-dark { - color: #1b1e21; - background-color: #c6c8ca; -} -.bootstrap .list-group-item-dark.list-group-item-action:hover, -.bootstrap .list-group-item-dark.list-group-item-action:focus { - color: #1b1e21; - background-color: #b9bbbe; -} -.bootstrap .list-group-item-dark.list-group-item-action.active { - color: #fff; - background-color: #1b1e21; - border-color: #1b1e21; -} -.bootstrap .close { - float: right; - font-size: 1.5rem; - font-weight: 700; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - opacity: .5; -} -.bootstrap .close:hover, -.bootstrap .close:focus { - color: #000; - text-decoration: none; - opacity: .75; -} -.bootstrap .close:not(:disabled):not(.disabled) { - cursor: pointer; -} -.bootstrap button.close { - padding: 0; - background-color: transparent; - border: 0; - -webkit-appearance: none; -} -.bootstrap .modal-open { - overflow: hidden; -} -.bootstrap .modal { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1050; - display: none; - overflow: hidden; - outline: 0; -} -.bootstrap .modal-open .modal { - overflow-x: hidden; - overflow-y: auto; -} -.bootstrap .modal-dialog { - position: relative; - width: auto; - margin: 0.5rem; - pointer-events: none; -} -.bootstrap .modal.fade .modal-dialog { - transition: -webkit-transform 0.3s ease-out; - transition: transform 0.3s ease-out; - transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; - -webkit-transform: translate(0, -25%); - transform: translate(0, -25%); -} -.bootstrap .modal.show .modal-dialog { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); -} -.bootstrap .modal-dialog-centered { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: calc(100% - (0.5rem * 2)); -} -.bootstrap .modal-content { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; - outline: 0; -} -.bootstrap .modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - background-color: #000; -} -.bootstrap .modal-backdrop.fade { - opacity: 0; -} -.bootstrap .modal-backdrop.show { - opacity: 0.5; -} -.bootstrap .modal-header { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 1rem; - border-bottom: 1px solid #e9ecef; - border-top-left-radius: 0.3rem; - border-top-right-radius: 0.3rem; -} -.bootstrap .modal-header .close { - padding: 1rem; - margin: -1rem -1rem -1rem auto; -} -.bootstrap .modal-title { - margin-bottom: 0; - line-height: 1.5; -} -.bootstrap .modal-body { - position: relative; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - padding: 1rem; -} -.bootstrap .modal-footer { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; - padding: 1rem; - border-top: 1px solid #e9ecef; -} -.bootstrap .modal-footer > :not(:first-child) { - margin-left: .25rem; -} -.bootstrap .modal-footer > :not(:last-child) { - margin-right: .25rem; -} -.bootstrap .modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; -} -@media (min-width: 576px) { - .bootstrap .modal-dialog { - max-width: 500px; - margin: 1.75rem auto; - } - .bootstrap .modal-dialog-centered { - min-height: calc(100% - (1.75rem * 2)); - } - .bootstrap .modal-sm { - max-width: 300px; - } -} -@media (min-width: 992px) { - .bootstrap .modal-lg { - max-width: 800px; - } -} -.bootstrap .tooltip { - position: absolute; - z-index: 1070; - display: block; - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - opacity: 0; -} -.bootstrap .tooltip.show { - opacity: 0.9; -} -.bootstrap .tooltip .arrow { - position: absolute; - display: block; - width: 0.8rem; - height: 0.4rem; -} -.bootstrap .tooltip .arrow::before { - position: absolute; - content: ""; - border-color: transparent; - border-style: solid; -} -.bootstrap .bs-tooltip-top, -.bootstrap .bs-tooltip-auto[x-placement^="top"] { - padding: 0.4rem 0; -} -.bootstrap .bs-tooltip-top .arrow, -.bootstrap .bs-tooltip-auto[x-placement^="top"] .arrow { - bottom: 0; -} -.bootstrap .bs-tooltip-top .arrow::before, -.bootstrap .bs-tooltip-auto[x-placement^="top"] .arrow::before { - top: 0; - border-width: 0.4rem 0.4rem 0; - border-top-color: #000; -} -.bootstrap .bs-tooltip-right, -.bootstrap .bs-tooltip-auto[x-placement^="right"] { - padding: 0 0.4rem; -} -.bootstrap .bs-tooltip-right .arrow, -.bootstrap .bs-tooltip-auto[x-placement^="right"] .arrow { - left: 0; - width: 0.4rem; - height: 0.8rem; -} -.bootstrap .bs-tooltip-right .arrow::before, -.bootstrap .bs-tooltip-auto[x-placement^="right"] .arrow::before { - right: 0; - border-width: 0.4rem 0.4rem 0.4rem 0; - border-right-color: #000; -} -.bootstrap .bs-tooltip-bottom, -.bootstrap .bs-tooltip-auto[x-placement^="bottom"] { - padding: 0.4rem 0; -} -.bootstrap .bs-tooltip-bottom .arrow, -.bootstrap .bs-tooltip-auto[x-placement^="bottom"] .arrow { - top: 0; -} -.bootstrap .bs-tooltip-bottom .arrow::before, -.bootstrap .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { - bottom: 0; - border-width: 0 0.4rem 0.4rem; - border-bottom-color: #000; -} -.bootstrap .bs-tooltip-left, -.bootstrap .bs-tooltip-auto[x-placement^="left"] { - padding: 0 0.4rem; -} -.bootstrap .bs-tooltip-left .arrow, -.bootstrap .bs-tooltip-auto[x-placement^="left"] .arrow { - right: 0; - width: 0.4rem; - height: 0.8rem; -} -.bootstrap .bs-tooltip-left .arrow::before, -.bootstrap .bs-tooltip-auto[x-placement^="left"] .arrow::before { - left: 0; - border-width: 0.4rem 0 0.4rem 0.4rem; - border-left-color: #000; -} -.bootstrap .tooltip-inner { - max-width: 200px; - padding: 0.25rem 0.5rem; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 0.25rem; -} -.bootstrap .popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: block; - max-width: 276px; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; -} -.bootstrap .popover .arrow { - position: absolute; - display: block; - width: 1rem; - height: 0.5rem; - margin: 0 0.3rem; -} -.bootstrap .popover .arrow::before, -.bootstrap .popover .arrow::after { - position: absolute; - display: block; - content: ""; - border-color: transparent; - border-style: solid; -} -.bootstrap .bs-popover-top, -.bootstrap .bs-popover-auto[x-placement^="top"] { - margin-bottom: 0.5rem; -} -.bootstrap .bs-popover-top .arrow, -.bootstrap .bs-popover-auto[x-placement^="top"] .arrow { - bottom: calc((0.5rem + 1px) * -1); -} -.bootstrap .bs-popover-top .arrow::before, -.bootstrap .bs-popover-auto[x-placement^="top"] .arrow::before, -.bootstrap .bs-popover-top .arrow::after, -.bootstrap .bs-popover-auto[x-placement^="top"] .arrow::after { - border-width: 0.5rem 0.5rem 0; -} -.bootstrap .bs-popover-top .arrow::before, -.bootstrap .bs-popover-auto[x-placement^="top"] .arrow::before { - bottom: 0; - border-top-color: rgba(0, 0, 0, 0.25); -} -.bootstrap .bs-popover-top .arrow::after, -.bootstrap .bs-popover-auto[x-placement^="top"] .arrow::after { - bottom: 1px; - border-top-color: #fff; -} -.bootstrap .bs-popover-right, -.bootstrap .bs-popover-auto[x-placement^="right"] { - margin-left: 0.5rem; -} -.bootstrap .bs-popover-right .arrow, -.bootstrap .bs-popover-auto[x-placement^="right"] .arrow { - left: calc((0.5rem + 1px) * -1); - width: 0.5rem; - height: 1rem; - margin: 0.3rem 0; -} -.bootstrap .bs-popover-right .arrow::before, -.bootstrap .bs-popover-auto[x-placement^="right"] .arrow::before, -.bootstrap .bs-popover-right .arrow::after, -.bootstrap .bs-popover-auto[x-placement^="right"] .arrow::after { - border-width: 0.5rem 0.5rem 0.5rem 0; -} -.bootstrap .bs-popover-right .arrow::before, -.bootstrap .bs-popover-auto[x-placement^="right"] .arrow::before { - left: 0; - border-right-color: rgba(0, 0, 0, 0.25); -} -.bootstrap .bs-popover-right .arrow::after, -.bootstrap .bs-popover-auto[x-placement^="right"] .arrow::after { - left: 1px; - border-right-color: #fff; -} -.bootstrap .bs-popover-bottom, -.bootstrap .bs-popover-auto[x-placement^="bottom"] { - margin-top: 0.5rem; -} -.bootstrap .bs-popover-bottom .arrow, -.bootstrap .bs-popover-auto[x-placement^="bottom"] .arrow { - top: calc((0.5rem + 1px) * -1); -} -.bootstrap .bs-popover-bottom .arrow::before, -.bootstrap .bs-popover-auto[x-placement^="bottom"] .arrow::before, -.bootstrap .bs-popover-bottom .arrow::after, -.bootstrap .bs-popover-auto[x-placement^="bottom"] .arrow::after { - border-width: 0 0.5rem 0.5rem 0.5rem; -} -.bootstrap .bs-popover-bottom .arrow::before, -.bootstrap .bs-popover-auto[x-placement^="bottom"] .arrow::before { - top: 0; - border-bottom-color: rgba(0, 0, 0, 0.25); -} -.bootstrap .bs-popover-bottom .arrow::after, -.bootstrap .bs-popover-auto[x-placement^="bottom"] .arrow::after { - top: 1px; - border-bottom-color: #fff; -} -.bootstrap .bs-popover-bottom .popover-header::before, -.bootstrap .bs-popover-auto[x-placement^="bottom"] .popover-header::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 1rem; - margin-left: -0.5rem; - content: ""; - border-bottom: 1px solid #f7f7f7; -} -.bootstrap .bs-popover-left, -.bootstrap .bs-popover-auto[x-placement^="left"] { - margin-right: 0.5rem; -} -.bootstrap .bs-popover-left .arrow, -.bootstrap .bs-popover-auto[x-placement^="left"] .arrow { - right: calc((0.5rem + 1px) * -1); - width: 0.5rem; - height: 1rem; - margin: 0.3rem 0; -} -.bootstrap .bs-popover-left .arrow::before, -.bootstrap .bs-popover-auto[x-placement^="left"] .arrow::before, -.bootstrap .bs-popover-left .arrow::after, -.bootstrap .bs-popover-auto[x-placement^="left"] .arrow::after { - border-width: 0.5rem 0 0.5rem 0.5rem; -} -.bootstrap .bs-popover-left .arrow::before, -.bootstrap .bs-popover-auto[x-placement^="left"] .arrow::before { - right: 0; - border-left-color: rgba(0, 0, 0, 0.25); -} -.bootstrap .bs-popover-left .arrow::after, -.bootstrap .bs-popover-auto[x-placement^="left"] .arrow::after { - right: 1px; - border-left-color: #fff; -} -.bootstrap .popover-header { - padding: 0.5rem 0.75rem; - margin-bottom: 0; - font-size: 1rem; - color: inherit; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); -} -.bootstrap .popover-header:empty { - display: none; -} -.bootstrap .popover-body { - padding: 0.5rem 0.75rem; - color: #212529; -} -.bootstrap .carousel { - position: relative; -} -.bootstrap .carousel-inner { - position: relative; - width: 100%; - overflow: hidden; -} -.bootstrap .carousel-item { - position: relative; - display: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - transition: -webkit-transform 0.6s ease; - transition: transform 0.6s ease; - transition: transform 0.6s ease, -webkit-transform 0.6s ease; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000px; - perspective: 1000px; -} -.bootstrap .carousel-item.active, -.bootstrap .carousel-item-next, -.bootstrap .carousel-item-prev { - display: block; -} -.bootstrap .carousel-item-next, -.bootstrap .carousel-item-prev { - position: absolute; - top: 0; -} -.bootstrap .carousel-item-next.carousel-item-left, -.bootstrap .carousel-item-prev.carousel-item-right { - -webkit-transform: translateX(0); - transform: translateX(0); -} -@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { - .bootstrap .carousel-item-next.carousel-item-left, - .bootstrap .carousel-item-prev.carousel-item-right { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} -.bootstrap .carousel-item-next, -.bootstrap .active.carousel-item-right { - -webkit-transform: translateX(100%); - transform: translateX(100%); -} -@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { - .bootstrap .carousel-item-next, - .bootstrap .active.carousel-item-right { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} -.bootstrap .carousel-item-prev, -.bootstrap .active.carousel-item-left { - -webkit-transform: translateX(-100%); - transform: translateX(-100%); -} -@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { - .bootstrap .carousel-item-prev, - .bootstrap .active.carousel-item-left { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} -.bootstrap .carousel-control-prev, -.bootstrap .carousel-control-next { - position: absolute; - top: 0; - bottom: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - width: 15%; - color: #fff; - text-align: center; - opacity: 0.5; -} -.bootstrap .carousel-control-prev:hover, -.bootstrap .carousel-control-prev:focus, -.bootstrap .carousel-control-next:hover, -.bootstrap .carousel-control-next:focus { - color: #fff; - text-decoration: none; - outline: 0; - opacity: .9; -} -.bootstrap .carousel-control-prev { - left: 0; -} -.bootstrap .carousel-control-next { - right: 0; -} -.bootstrap .carousel-control-prev-icon, -.bootstrap .carousel-control-next-icon { - display: inline-block; - width: 20px; - height: 20px; - background: transparent no-repeat center center; - background-size: 100% 100%; -} -.bootstrap .carousel-control-prev-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); -} -.bootstrap .carousel-control-next-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); -} -.bootstrap .carousel-indicators { - position: absolute; - right: 0; - bottom: 10px; - left: 0; - z-index: 15; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding-left: 0; - margin-right: 15%; - margin-left: 15%; - list-style: none; -} -.bootstrap .carousel-indicators li { - position: relative; - -webkit-box-flex: 0; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - width: 30px; - height: 3px; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - background-color: rgba(255, 255, 255, 0.5); -} -.bootstrap .carousel-indicators li::before { - position: absolute; - top: -10px; - left: 0; - display: inline-block; - width: 100%; - height: 10px; - content: ""; -} -.bootstrap .carousel-indicators li::after { - position: absolute; - bottom: -10px; - left: 0; - display: inline-block; - width: 100%; - height: 10px; - content: ""; -} -.bootstrap .carousel-indicators .active { - background-color: #fff; -} -.bootstrap .carousel-caption { - position: absolute; - right: 15%; - bottom: 20px; - left: 15%; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #fff; - text-align: center; -} -.bootstrap .align-baseline { - vertical-align: baseline !important; -} -.bootstrap .align-top { - vertical-align: top !important; -} -.bootstrap .align-middle { - vertical-align: middle !important; -} -.bootstrap .align-bottom { - vertical-align: bottom !important; -} -.bootstrap .align-text-bottom { - vertical-align: text-bottom !important; -} -.bootstrap .align-text-top { - vertical-align: text-top !important; -} -.bootstrap .bg-primary { - background-color: #007bff !important; -} -.bootstrap a.bg-primary:hover, -.bootstrap a.bg-primary:focus, -.bootstrap button.bg-primary:hover, -.bootstrap button.bg-primary:focus { - background-color: #0062cc !important; -} -.bootstrap .bg-secondary { - background-color: #6c757d !important; -} -.bootstrap a.bg-secondary:hover, -.bootstrap a.bg-secondary:focus, -.bootstrap button.bg-secondary:hover, -.bootstrap button.bg-secondary:focus { - background-color: #545b62 !important; -} -.bootstrap .bg-success { - background-color: #28a745 !important; -} -.bootstrap a.bg-success:hover, -.bootstrap a.bg-success:focus, -.bootstrap button.bg-success:hover, -.bootstrap button.bg-success:focus { - background-color: #1e7e34 !important; -} -.bootstrap .bg-info { - background-color: #17a2b8 !important; -} -.bootstrap a.bg-info:hover, -.bootstrap a.bg-info:focus, -.bootstrap button.bg-info:hover, -.bootstrap button.bg-info:focus { - background-color: #117a8b !important; -} -.bootstrap .bg-warning { - background-color: #ffc107 !important; -} -.bootstrap a.bg-warning:hover, -.bootstrap a.bg-warning:focus, -.bootstrap button.bg-warning:hover, -.bootstrap button.bg-warning:focus { - background-color: #d39e00 !important; -} -.bootstrap .bg-danger { - background-color: #dc3545 !important; -} -.bootstrap a.bg-danger:hover, -.bootstrap a.bg-danger:focus, -.bootstrap button.bg-danger:hover, -.bootstrap button.bg-danger:focus { - background-color: #bd2130 !important; -} -.bootstrap .bg-light { - background-color: #f8f9fa !important; -} -.bootstrap a.bg-light:hover, -.bootstrap a.bg-light:focus, -.bootstrap button.bg-light:hover, -.bootstrap button.bg-light:focus { - background-color: #dae0e5 !important; -} -.bootstrap .bg-dark { - background-color: #343a40 !important; -} -.bootstrap a.bg-dark:hover, -.bootstrap a.bg-dark:focus, -.bootstrap button.bg-dark:hover, -.bootstrap button.bg-dark:focus { - background-color: #1d2124 !important; -} -.bootstrap .bg-white { - background-color: #fff !important; -} -.bootstrap .bg-transparent { - background-color: transparent !important; -} -.bootstrap .border { - border: 1px solid #dee2e6 !important; -} -.bootstrap .border-top { - border-top: 1px solid #dee2e6 !important; -} -.bootstrap .border-right { - border-right: 1px solid #dee2e6 !important; -} -.bootstrap .border-bottom { - border-bottom: 1px solid #dee2e6 !important; -} -.bootstrap .border-left { - border-left: 1px solid #dee2e6 !important; -} -.bootstrap .border-0 { - border: 0 !important; -} -.bootstrap .border-top-0 { - border-top: 0 !important; -} -.bootstrap .border-right-0 { - border-right: 0 !important; -} -.bootstrap .border-bottom-0 { - border-bottom: 0 !important; -} -.bootstrap .border-left-0 { - border-left: 0 !important; -} -.bootstrap .border-primary { - border-color: #007bff !important; -} -.bootstrap .border-secondary { - border-color: #6c757d !important; -} -.bootstrap .border-success { - border-color: #28a745 !important; -} -.bootstrap .border-info { - border-color: #17a2b8 !important; -} -.bootstrap .border-warning { - border-color: #ffc107 !important; -} -.bootstrap .border-danger { - border-color: #dc3545 !important; -} -.bootstrap .border-light { - border-color: #f8f9fa !important; -} -.bootstrap .border-dark { - border-color: #343a40 !important; -} -.bootstrap .border-white { - border-color: #fff !important; -} -.bootstrap .rounded { - border-radius: 0.25rem !important; -} -.bootstrap .rounded-top { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; -} -.bootstrap .rounded-right { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; -} -.bootstrap .rounded-bottom { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} -.bootstrap .rounded-left { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} -.bootstrap .rounded-circle { - border-radius: 50% !important; -} -.bootstrap .rounded-0 { - border-radius: 0 !important; -} -.bootstrap .clearfix::after { - display: block; - clear: both; - content: ""; -} -.bootstrap .d-none { - display: none !important; -} -.bootstrap .d-inline { - display: inline !important; -} -.bootstrap .d-inline-block { - display: inline-block !important; -} -.bootstrap .d-block { - display: block !important; -} -.bootstrap .d-table { - display: table !important; -} -.bootstrap .d-table-row { - display: table-row !important; -} -.bootstrap .d-table-cell { - display: table-cell !important; -} -.bootstrap .d-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; -} -.bootstrap .d-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; -} -@media (min-width: 576px) { - .bootstrap .d-sm-none { - display: none !important; - } - .bootstrap .d-sm-inline { - display: inline !important; - } - .bootstrap .d-sm-inline-block { - display: inline-block !important; - } - .bootstrap .d-sm-block { - display: block !important; - } - .bootstrap .d-sm-table { - display: table !important; - } - .bootstrap .d-sm-table-row { - display: table-row !important; - } - .bootstrap .d-sm-table-cell { - display: table-cell !important; - } - .bootstrap .d-sm-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } - .bootstrap .d-sm-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media (min-width: 768px) { - .bootstrap .d-md-none { - display: none !important; - } - .bootstrap .d-md-inline { - display: inline !important; - } - .bootstrap .d-md-inline-block { - display: inline-block !important; - } - .bootstrap .d-md-block { - display: block !important; - } - .bootstrap .d-md-table { - display: table !important; - } - .bootstrap .d-md-table-row { - display: table-row !important; - } - .bootstrap .d-md-table-cell { - display: table-cell !important; - } - .bootstrap .d-md-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } - .bootstrap .d-md-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media (min-width: 992px) { - .bootstrap .d-lg-none { - display: none !important; - } - .bootstrap .d-lg-inline { - display: inline !important; - } - .bootstrap .d-lg-inline-block { - display: inline-block !important; - } - .bootstrap .d-lg-block { - display: block !important; - } - .bootstrap .d-lg-table { - display: table !important; - } - .bootstrap .d-lg-table-row { - display: table-row !important; - } - .bootstrap .d-lg-table-cell { - display: table-cell !important; - } - .bootstrap .d-lg-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } - .bootstrap .d-lg-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media (min-width: 1200px) { - .bootstrap .d-xl-none { - display: none !important; - } - .bootstrap .d-xl-inline { - display: inline !important; - } - .bootstrap .d-xl-inline-block { - display: inline-block !important; - } - .bootstrap .d-xl-block { - display: block !important; - } - .bootstrap .d-xl-table { - display: table !important; - } - .bootstrap .d-xl-table-row { - display: table-row !important; - } - .bootstrap .d-xl-table-cell { - display: table-cell !important; - } - .bootstrap .d-xl-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } - .bootstrap .d-xl-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media print { - .bootstrap .d-print-none { - display: none !important; - } - .bootstrap .d-print-inline { - display: inline !important; - } - .bootstrap .d-print-inline-block { - display: inline-block !important; - } - .bootstrap .d-print-block { - display: block !important; - } - .bootstrap .d-print-table { - display: table !important; - } - .bootstrap .d-print-table-row { - display: table-row !important; - } - .bootstrap .d-print-table-cell { - display: table-cell !important; - } - .bootstrap .d-print-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } - .bootstrap .d-print-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -.bootstrap .embed-responsive { - position: relative; - display: block; - width: 100%; - padding: 0; - overflow: hidden; -} -.bootstrap .embed-responsive::before { - display: block; - content: ""; -} -.bootstrap .embed-responsive .embed-responsive-item, -.bootstrap .embed-responsive iframe, -.bootstrap .embed-responsive embed, -.bootstrap .embed-responsive object, -.bootstrap .embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} -.bootstrap .embed-responsive-21by9::before { - padding-top: 42.857143%; -} -.bootstrap .embed-responsive-16by9::before { - padding-top: 56.25%; -} -.bootstrap .embed-responsive-4by3::before { - padding-top: 75%; -} -.bootstrap .embed-responsive-1by1::before { - padding-top: 100%; -} -.bootstrap .flex-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; -} -.bootstrap .flex-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; -} -.bootstrap .flex-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; -} -.bootstrap .flex-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; -} -.bootstrap .flex-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; -} -.bootstrap .flex-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; -} -.bootstrap .flex-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; -} -.bootstrap .justify-content-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; -} -.bootstrap .justify-content-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; -} -.bootstrap .justify-content-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; -} -.bootstrap .justify-content-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; -} -.bootstrap .justify-content-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; -} -.bootstrap .align-items-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; -} -.bootstrap .align-items-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; -} -.bootstrap .align-items-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; -} -.bootstrap .align-items-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; -} -.bootstrap .align-items-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; -} -.bootstrap .align-content-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; -} -.bootstrap .align-content-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; -} -.bootstrap .align-content-center { - -ms-flex-line-pack: center !important; - align-content: center !important; -} -.bootstrap .align-content-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; -} -.bootstrap .align-content-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; -} -.bootstrap .align-content-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; -} -.bootstrap .align-self-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; -} -.bootstrap .align-self-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; -} -.bootstrap .align-self-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; -} -.bootstrap .align-self-center { - -ms-flex-item-align: center !important; - align-self: center !important; -} -.bootstrap .align-self-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; -} -.bootstrap .align-self-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; -} -@media (min-width: 576px) { - .bootstrap .flex-sm-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .bootstrap .flex-sm-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .bootstrap .flex-sm-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .bootstrap .flex-sm-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .bootstrap .flex-sm-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .bootstrap .flex-sm-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .bootstrap .flex-sm-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .bootstrap .justify-content-sm-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .bootstrap .justify-content-sm-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .bootstrap .justify-content-sm-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .bootstrap .justify-content-sm-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .bootstrap .justify-content-sm-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .bootstrap .align-items-sm-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .bootstrap .align-items-sm-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .bootstrap .align-items-sm-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .bootstrap .align-items-sm-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .bootstrap .align-items-sm-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .bootstrap .align-content-sm-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .bootstrap .align-content-sm-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .bootstrap .align-content-sm-center { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .bootstrap .align-content-sm-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .bootstrap .align-content-sm-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .bootstrap .align-content-sm-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .bootstrap .align-self-sm-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; - } - .bootstrap .align-self-sm-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .bootstrap .align-self-sm-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .bootstrap .align-self-sm-center { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .bootstrap .align-self-sm-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .bootstrap .align-self-sm-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } -} -@media (min-width: 768px) { - .bootstrap .flex-md-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .bootstrap .flex-md-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .bootstrap .flex-md-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .bootstrap .flex-md-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .bootstrap .flex-md-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .bootstrap .flex-md-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .bootstrap .flex-md-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .bootstrap .justify-content-md-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .bootstrap .justify-content-md-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .bootstrap .justify-content-md-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .bootstrap .justify-content-md-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .bootstrap .justify-content-md-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .bootstrap .align-items-md-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .bootstrap .align-items-md-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .bootstrap .align-items-md-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .bootstrap .align-items-md-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .bootstrap .align-items-md-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .bootstrap .align-content-md-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .bootstrap .align-content-md-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .bootstrap .align-content-md-center { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .bootstrap .align-content-md-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .bootstrap .align-content-md-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .bootstrap .align-content-md-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .bootstrap .align-self-md-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; - } - .bootstrap .align-self-md-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .bootstrap .align-self-md-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .bootstrap .align-self-md-center { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .bootstrap .align-self-md-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .bootstrap .align-self-md-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } -} -@media (min-width: 992px) { - .bootstrap .flex-lg-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .bootstrap .flex-lg-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .bootstrap .flex-lg-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .bootstrap .flex-lg-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .bootstrap .flex-lg-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .bootstrap .flex-lg-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .bootstrap .flex-lg-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .bootstrap .justify-content-lg-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .bootstrap .justify-content-lg-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .bootstrap .justify-content-lg-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .bootstrap .justify-content-lg-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .bootstrap .justify-content-lg-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .bootstrap .align-items-lg-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .bootstrap .align-items-lg-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .bootstrap .align-items-lg-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .bootstrap .align-items-lg-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .bootstrap .align-items-lg-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .bootstrap .align-content-lg-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .bootstrap .align-content-lg-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .bootstrap .align-content-lg-center { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .bootstrap .align-content-lg-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .bootstrap .align-content-lg-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .bootstrap .align-content-lg-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .bootstrap .align-self-lg-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; - } - .bootstrap .align-self-lg-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .bootstrap .align-self-lg-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .bootstrap .align-self-lg-center { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .bootstrap .align-self-lg-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .bootstrap .align-self-lg-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } -} -@media (min-width: 1200px) { - .bootstrap .flex-xl-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .bootstrap .flex-xl-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .bootstrap .flex-xl-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .bootstrap .flex-xl-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .bootstrap .flex-xl-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .bootstrap .flex-xl-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .bootstrap .flex-xl-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .bootstrap .justify-content-xl-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .bootstrap .justify-content-xl-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .bootstrap .justify-content-xl-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .bootstrap .justify-content-xl-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .bootstrap .justify-content-xl-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .bootstrap .align-items-xl-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .bootstrap .align-items-xl-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .bootstrap .align-items-xl-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .bootstrap .align-items-xl-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .bootstrap .align-items-xl-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .bootstrap .align-content-xl-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .bootstrap .align-content-xl-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .bootstrap .align-content-xl-center { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .bootstrap .align-content-xl-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .bootstrap .align-content-xl-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .bootstrap .align-content-xl-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .bootstrap .align-self-xl-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; - } - .bootstrap .align-self-xl-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .bootstrap .align-self-xl-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .bootstrap .align-self-xl-center { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .bootstrap .align-self-xl-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .bootstrap .align-self-xl-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } -} -.bootstrap .float-left { - float: left !important; -} -.bootstrap .float-right { - float: right !important; -} -.bootstrap .float-none { - float: none !important; -} -@media (min-width: 576px) { - .bootstrap .float-sm-left { - float: left !important; - } - .bootstrap .float-sm-right { - float: right !important; - } - .bootstrap .float-sm-none { - float: none !important; - } -} -@media (min-width: 768px) { - .bootstrap .float-md-left { - float: left !important; - } - .bootstrap .float-md-right { - float: right !important; - } - .bootstrap .float-md-none { - float: none !important; - } -} -@media (min-width: 992px) { - .bootstrap .float-lg-left { - float: left !important; - } - .bootstrap .float-lg-right { - float: right !important; - } - .bootstrap .float-lg-none { - float: none !important; - } -} -@media (min-width: 1200px) { - .bootstrap .float-xl-left { - float: left !important; - } - .bootstrap .float-xl-right { - float: right !important; - } - .bootstrap .float-xl-none { - float: none !important; - } -} -.bootstrap .position-static { - position: static !important; -} -.bootstrap .position-relative { - position: relative !important; -} -.bootstrap .position-absolute { - position: absolute !important; -} -.bootstrap .position-fixed { - position: fixed !important; -} -.bootstrap .position-sticky { - position: -webkit-sticky !important; - position: sticky !important; -} -.bootstrap .fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} -.bootstrap .fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; -} -@supports ((position: -webkit-sticky) or (position: sticky)) { - .bootstrap .sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} -.bootstrap .sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - -webkit-clip-path: inset(50%); - clip-path: inset(50%); - border: 0; -} -.bootstrap .sr-only-focusable:active, -.bootstrap .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - overflow: visible; - clip: auto; - white-space: normal; - -webkit-clip-path: none; - clip-path: none; -} -.bootstrap .w-25 { - width: 25% !important; -} -.bootstrap .w-50 { - width: 50% !important; -} -.bootstrap .w-75 { - width: 75% !important; -} -.bootstrap .w-100 { - width: 100% !important; -} -.bootstrap .h-25 { - height: 25% !important; -} -.bootstrap .h-50 { - height: 50% !important; -} -.bootstrap .h-75 { - height: 75% !important; -} -.bootstrap .h-100 { - height: 100% !important; -} -.bootstrap .mw-100 { - max-width: 100% !important; -} -.bootstrap .mh-100 { - max-height: 100% !important; -} -.bootstrap .m-0 { - margin: 0 !important; -} -.bootstrap .mt-0, -.bootstrap .my-0 { - margin-top: 0 !important; -} -.bootstrap .mr-0, -.bootstrap .mx-0 { - margin-right: 0 !important; -} -.bootstrap .mb-0, -.bootstrap .my-0 { - margin-bottom: 0 !important; -} -.bootstrap .ml-0, -.bootstrap .mx-0 { - margin-left: 0 !important; -} -.bootstrap .m-1 { - margin: 0.25rem !important; -} -.bootstrap .mt-1, -.bootstrap .my-1 { - margin-top: 0.25rem !important; -} -.bootstrap .mr-1, -.bootstrap .mx-1 { - margin-right: 0.25rem !important; -} -.bootstrap .mb-1, -.bootstrap .my-1 { - margin-bottom: 0.25rem !important; -} -.bootstrap .ml-1, -.bootstrap .mx-1 { - margin-left: 0.25rem !important; -} -.bootstrap .m-2 { - margin: 0.5rem !important; -} -.bootstrap .mt-2, -.bootstrap .my-2 { - margin-top: 0.5rem !important; -} -.bootstrap .mr-2, -.bootstrap .mx-2 { - margin-right: 0.5rem !important; -} -.bootstrap .mb-2, -.bootstrap .my-2 { - margin-bottom: 0.5rem !important; -} -.bootstrap .ml-2, -.bootstrap .mx-2 { - margin-left: 0.5rem !important; -} -.bootstrap .m-3 { - margin: 1rem !important; -} -.bootstrap .mt-3, -.bootstrap .my-3 { - margin-top: 1rem !important; -} -.bootstrap .mr-3, -.bootstrap .mx-3 { - margin-right: 1rem !important; -} -.bootstrap .mb-3, -.bootstrap .my-3 { - margin-bottom: 1rem !important; -} -.bootstrap .ml-3, -.bootstrap .mx-3 { - margin-left: 1rem !important; -} -.bootstrap .m-4 { - margin: 1.5rem !important; -} -.bootstrap .mt-4, -.bootstrap .my-4 { - margin-top: 1.5rem !important; -} -.bootstrap .mr-4, -.bootstrap .mx-4 { - margin-right: 1.5rem !important; -} -.bootstrap .mb-4, -.bootstrap .my-4 { - margin-bottom: 1.5rem !important; -} -.bootstrap .ml-4, -.bootstrap .mx-4 { - margin-left: 1.5rem !important; -} -.bootstrap .m-5 { - margin: 3rem !important; -} -.bootstrap .mt-5, -.bootstrap .my-5 { - margin-top: 3rem !important; -} -.bootstrap .mr-5, -.bootstrap .mx-5 { - margin-right: 3rem !important; -} -.bootstrap .mb-5, -.bootstrap .my-5 { - margin-bottom: 3rem !important; -} -.bootstrap .ml-5, -.bootstrap .mx-5 { - margin-left: 3rem !important; -} -.bootstrap .p-0 { - padding: 0 !important; -} -.bootstrap .pt-0, -.bootstrap .py-0 { - padding-top: 0 !important; -} -.bootstrap .pr-0, -.bootstrap .px-0 { - padding-right: 0 !important; -} -.bootstrap .pb-0, -.bootstrap .py-0 { - padding-bottom: 0 !important; -} -.bootstrap .pl-0, -.bootstrap .px-0 { - padding-left: 0 !important; -} -.bootstrap .p-1 { - padding: 0.25rem !important; -} -.bootstrap .pt-1, -.bootstrap .py-1 { - padding-top: 0.25rem !important; -} -.bootstrap .pr-1, -.bootstrap .px-1 { - padding-right: 0.25rem !important; -} -.bootstrap .pb-1, -.bootstrap .py-1 { - padding-bottom: 0.25rem !important; -} -.bootstrap .pl-1, -.bootstrap .px-1 { - padding-left: 0.25rem !important; -} -.bootstrap .p-2 { - padding: 0.5rem !important; -} -.bootstrap .pt-2, -.bootstrap .py-2 { - padding-top: 0.5rem !important; -} -.bootstrap .pr-2, -.bootstrap .px-2 { - padding-right: 0.5rem !important; -} -.bootstrap .pb-2, -.bootstrap .py-2 { - padding-bottom: 0.5rem !important; -} -.bootstrap .pl-2, -.bootstrap .px-2 { - padding-left: 0.5rem !important; -} -.bootstrap .p-3 { - padding: 1rem !important; -} -.bootstrap .pt-3, -.bootstrap .py-3 { - padding-top: 1rem !important; -} -.bootstrap .pr-3, -.bootstrap .px-3 { - padding-right: 1rem !important; -} -.bootstrap .pb-3, -.bootstrap .py-3 { - padding-bottom: 1rem !important; -} -.bootstrap .pl-3, -.bootstrap .px-3 { - padding-left: 1rem !important; -} -.bootstrap .p-4 { - padding: 1.5rem !important; -} -.bootstrap .pt-4, -.bootstrap .py-4 { - padding-top: 1.5rem !important; -} -.bootstrap .pr-4, -.bootstrap .px-4 { - padding-right: 1.5rem !important; -} -.bootstrap .pb-4, -.bootstrap .py-4 { - padding-bottom: 1.5rem !important; -} -.bootstrap .pl-4, -.bootstrap .px-4 { - padding-left: 1.5rem !important; -} -.bootstrap .p-5 { - padding: 3rem !important; -} -.bootstrap .pt-5, -.bootstrap .py-5 { - padding-top: 3rem !important; -} -.bootstrap .pr-5, -.bootstrap .px-5 { - padding-right: 3rem !important; -} -.bootstrap .pb-5, -.bootstrap .py-5 { - padding-bottom: 3rem !important; -} -.bootstrap .pl-5, -.bootstrap .px-5 { - padding-left: 3rem !important; -} -.bootstrap .m-auto { - margin: auto !important; -} -.bootstrap .mt-auto, -.bootstrap .my-auto { - margin-top: auto !important; -} -.bootstrap .mr-auto, -.bootstrap .mx-auto { - margin-right: auto !important; -} -.bootstrap .mb-auto, -.bootstrap .my-auto { - margin-bottom: auto !important; -} -.bootstrap .ml-auto, -.bootstrap .mx-auto { - margin-left: auto !important; -} -@media (min-width: 576px) { - .bootstrap .m-sm-0 { - margin: 0 !important; - } - .bootstrap .mt-sm-0, - .bootstrap .my-sm-0 { - margin-top: 0 !important; - } - .bootstrap .mr-sm-0, - .bootstrap .mx-sm-0 { - margin-right: 0 !important; - } - .bootstrap .mb-sm-0, - .bootstrap .my-sm-0 { - margin-bottom: 0 !important; - } - .bootstrap .ml-sm-0, - .bootstrap .mx-sm-0 { - margin-left: 0 !important; - } - .bootstrap .m-sm-1 { - margin: 0.25rem !important; - } - .bootstrap .mt-sm-1, - .bootstrap .my-sm-1 { - margin-top: 0.25rem !important; - } - .bootstrap .mr-sm-1, - .bootstrap .mx-sm-1 { - margin-right: 0.25rem !important; - } - .bootstrap .mb-sm-1, - .bootstrap .my-sm-1 { - margin-bottom: 0.25rem !important; - } - .bootstrap .ml-sm-1, - .bootstrap .mx-sm-1 { - margin-left: 0.25rem !important; - } - .bootstrap .m-sm-2 { - margin: 0.5rem !important; - } - .bootstrap .mt-sm-2, - .bootstrap .my-sm-2 { - margin-top: 0.5rem !important; - } - .bootstrap .mr-sm-2, - .bootstrap .mx-sm-2 { - margin-right: 0.5rem !important; - } - .bootstrap .mb-sm-2, - .bootstrap .my-sm-2 { - margin-bottom: 0.5rem !important; - } - .bootstrap .ml-sm-2, - .bootstrap .mx-sm-2 { - margin-left: 0.5rem !important; - } - .bootstrap .m-sm-3 { - margin: 1rem !important; - } - .bootstrap .mt-sm-3, - .bootstrap .my-sm-3 { - margin-top: 1rem !important; - } - .bootstrap .mr-sm-3, - .bootstrap .mx-sm-3 { - margin-right: 1rem !important; - } - .bootstrap .mb-sm-3, - .bootstrap .my-sm-3 { - margin-bottom: 1rem !important; - } - .bootstrap .ml-sm-3, - .bootstrap .mx-sm-3 { - margin-left: 1rem !important; - } - .bootstrap .m-sm-4 { - margin: 1.5rem !important; - } - .bootstrap .mt-sm-4, - .bootstrap .my-sm-4 { - margin-top: 1.5rem !important; - } - .bootstrap .mr-sm-4, - .bootstrap .mx-sm-4 { - margin-right: 1.5rem !important; - } - .bootstrap .mb-sm-4, - .bootstrap .my-sm-4 { - margin-bottom: 1.5rem !important; - } - .bootstrap .ml-sm-4, - .bootstrap .mx-sm-4 { - margin-left: 1.5rem !important; - } - .bootstrap .m-sm-5 { - margin: 3rem !important; - } - .bootstrap .mt-sm-5, - .bootstrap .my-sm-5 { - margin-top: 3rem !important; - } - .bootstrap .mr-sm-5, - .bootstrap .mx-sm-5 { - margin-right: 3rem !important; - } - .bootstrap .mb-sm-5, - .bootstrap .my-sm-5 { - margin-bottom: 3rem !important; - } - .bootstrap .ml-sm-5, - .bootstrap .mx-sm-5 { - margin-left: 3rem !important; - } - .bootstrap .p-sm-0 { - padding: 0 !important; - } - .bootstrap .pt-sm-0, - .bootstrap .py-sm-0 { - padding-top: 0 !important; - } - .bootstrap .pr-sm-0, - .bootstrap .px-sm-0 { - padding-right: 0 !important; - } - .bootstrap .pb-sm-0, - .bootstrap .py-sm-0 { - padding-bottom: 0 !important; - } - .bootstrap .pl-sm-0, - .bootstrap .px-sm-0 { - padding-left: 0 !important; - } - .bootstrap .p-sm-1 { - padding: 0.25rem !important; - } - .bootstrap .pt-sm-1, - .bootstrap .py-sm-1 { - padding-top: 0.25rem !important; - } - .bootstrap .pr-sm-1, - .bootstrap .px-sm-1 { - padding-right: 0.25rem !important; - } - .bootstrap .pb-sm-1, - .bootstrap .py-sm-1 { - padding-bottom: 0.25rem !important; - } - .bootstrap .pl-sm-1, - .bootstrap .px-sm-1 { - padding-left: 0.25rem !important; - } - .bootstrap .p-sm-2 { - padding: 0.5rem !important; - } - .bootstrap .pt-sm-2, - .bootstrap .py-sm-2 { - padding-top: 0.5rem !important; - } - .bootstrap .pr-sm-2, - .bootstrap .px-sm-2 { - padding-right: 0.5rem !important; - } - .bootstrap .pb-sm-2, - .bootstrap .py-sm-2 { - padding-bottom: 0.5rem !important; - } - .bootstrap .pl-sm-2, - .bootstrap .px-sm-2 { - padding-left: 0.5rem !important; - } - .bootstrap .p-sm-3 { - padding: 1rem !important; - } - .bootstrap .pt-sm-3, - .bootstrap .py-sm-3 { - padding-top: 1rem !important; - } - .bootstrap .pr-sm-3, - .bootstrap .px-sm-3 { - padding-right: 1rem !important; - } - .bootstrap .pb-sm-3, - .bootstrap .py-sm-3 { - padding-bottom: 1rem !important; - } - .bootstrap .pl-sm-3, - .bootstrap .px-sm-3 { - padding-left: 1rem !important; - } - .bootstrap .p-sm-4 { - padding: 1.5rem !important; - } - .bootstrap .pt-sm-4, - .bootstrap .py-sm-4 { - padding-top: 1.5rem !important; - } - .bootstrap .pr-sm-4, - .bootstrap .px-sm-4 { - padding-right: 1.5rem !important; - } - .bootstrap .pb-sm-4, - .bootstrap .py-sm-4 { - padding-bottom: 1.5rem !important; - } - .bootstrap .pl-sm-4, - .bootstrap .px-sm-4 { - padding-left: 1.5rem !important; - } - .bootstrap .p-sm-5 { - padding: 3rem !important; - } - .bootstrap .pt-sm-5, - .bootstrap .py-sm-5 { - padding-top: 3rem !important; - } - .bootstrap .pr-sm-5, - .bootstrap .px-sm-5 { - padding-right: 3rem !important; - } - .bootstrap .pb-sm-5, - .bootstrap .py-sm-5 { - padding-bottom: 3rem !important; - } - .bootstrap .pl-sm-5, - .bootstrap .px-sm-5 { - padding-left: 3rem !important; - } - .bootstrap .m-sm-auto { - margin: auto !important; - } - .bootstrap .mt-sm-auto, - .bootstrap .my-sm-auto { - margin-top: auto !important; - } - .bootstrap .mr-sm-auto, - .bootstrap .mx-sm-auto { - margin-right: auto !important; - } - .bootstrap .mb-sm-auto, - .bootstrap .my-sm-auto { - margin-bottom: auto !important; - } - .bootstrap .ml-sm-auto, - .bootstrap .mx-sm-auto { - margin-left: auto !important; - } -} -@media (min-width: 768px) { - .bootstrap .m-md-0 { - margin: 0 !important; - } - .bootstrap .mt-md-0, - .bootstrap .my-md-0 { - margin-top: 0 !important; - } - .bootstrap .mr-md-0, - .bootstrap .mx-md-0 { - margin-right: 0 !important; - } - .bootstrap .mb-md-0, - .bootstrap .my-md-0 { - margin-bottom: 0 !important; - } - .bootstrap .ml-md-0, - .bootstrap .mx-md-0 { - margin-left: 0 !important; - } - .bootstrap .m-md-1 { - margin: 0.25rem !important; - } - .bootstrap .mt-md-1, - .bootstrap .my-md-1 { - margin-top: 0.25rem !important; - } - .bootstrap .mr-md-1, - .bootstrap .mx-md-1 { - margin-right: 0.25rem !important; - } - .bootstrap .mb-md-1, - .bootstrap .my-md-1 { - margin-bottom: 0.25rem !important; - } - .bootstrap .ml-md-1, - .bootstrap .mx-md-1 { - margin-left: 0.25rem !important; - } - .bootstrap .m-md-2 { - margin: 0.5rem !important; - } - .bootstrap .mt-md-2, - .bootstrap .my-md-2 { - margin-top: 0.5rem !important; - } - .bootstrap .mr-md-2, - .bootstrap .mx-md-2 { - margin-right: 0.5rem !important; - } - .bootstrap .mb-md-2, - .bootstrap .my-md-2 { - margin-bottom: 0.5rem !important; - } - .bootstrap .ml-md-2, - .bootstrap .mx-md-2 { - margin-left: 0.5rem !important; - } - .bootstrap .m-md-3 { - margin: 1rem !important; - } - .bootstrap .mt-md-3, - .bootstrap .my-md-3 { - margin-top: 1rem !important; - } - .bootstrap .mr-md-3, - .bootstrap .mx-md-3 { - margin-right: 1rem !important; - } - .bootstrap .mb-md-3, - .bootstrap .my-md-3 { - margin-bottom: 1rem !important; - } - .bootstrap .ml-md-3, - .bootstrap .mx-md-3 { - margin-left: 1rem !important; - } - .bootstrap .m-md-4 { - margin: 1.5rem !important; - } - .bootstrap .mt-md-4, - .bootstrap .my-md-4 { - margin-top: 1.5rem !important; - } - .bootstrap .mr-md-4, - .bootstrap .mx-md-4 { - margin-right: 1.5rem !important; - } - .bootstrap .mb-md-4, - .bootstrap .my-md-4 { - margin-bottom: 1.5rem !important; - } - .bootstrap .ml-md-4, - .bootstrap .mx-md-4 { - margin-left: 1.5rem !important; - } - .bootstrap .m-md-5 { - margin: 3rem !important; - } - .bootstrap .mt-md-5, - .bootstrap .my-md-5 { - margin-top: 3rem !important; - } - .bootstrap .mr-md-5, - .bootstrap .mx-md-5 { - margin-right: 3rem !important; - } - .bootstrap .mb-md-5, - .bootstrap .my-md-5 { - margin-bottom: 3rem !important; - } - .bootstrap .ml-md-5, - .bootstrap .mx-md-5 { - margin-left: 3rem !important; - } - .bootstrap .p-md-0 { - padding: 0 !important; - } - .bootstrap .pt-md-0, - .bootstrap .py-md-0 { - padding-top: 0 !important; - } - .bootstrap .pr-md-0, - .bootstrap .px-md-0 { - padding-right: 0 !important; - } - .bootstrap .pb-md-0, - .bootstrap .py-md-0 { - padding-bottom: 0 !important; - } - .bootstrap .pl-md-0, - .bootstrap .px-md-0 { - padding-left: 0 !important; - } - .bootstrap .p-md-1 { - padding: 0.25rem !important; - } - .bootstrap .pt-md-1, - .bootstrap .py-md-1 { - padding-top: 0.25rem !important; - } - .bootstrap .pr-md-1, - .bootstrap .px-md-1 { - padding-right: 0.25rem !important; - } - .bootstrap .pb-md-1, - .bootstrap .py-md-1 { - padding-bottom: 0.25rem !important; - } - .bootstrap .pl-md-1, - .bootstrap .px-md-1 { - padding-left: 0.25rem !important; - } - .bootstrap .p-md-2 { - padding: 0.5rem !important; - } - .bootstrap .pt-md-2, - .bootstrap .py-md-2 { - padding-top: 0.5rem !important; - } - .bootstrap .pr-md-2, - .bootstrap .px-md-2 { - padding-right: 0.5rem !important; - } - .bootstrap .pb-md-2, - .bootstrap .py-md-2 { - padding-bottom: 0.5rem !important; - } - .bootstrap .pl-md-2, - .bootstrap .px-md-2 { - padding-left: 0.5rem !important; - } - .bootstrap .p-md-3 { - padding: 1rem !important; - } - .bootstrap .pt-md-3, - .bootstrap .py-md-3 { - padding-top: 1rem !important; - } - .bootstrap .pr-md-3, - .bootstrap .px-md-3 { - padding-right: 1rem !important; - } - .bootstrap .pb-md-3, - .bootstrap .py-md-3 { - padding-bottom: 1rem !important; - } - .bootstrap .pl-md-3, - .bootstrap .px-md-3 { - padding-left: 1rem !important; - } - .bootstrap .p-md-4 { - padding: 1.5rem !important; - } - .bootstrap .pt-md-4, - .bootstrap .py-md-4 { - padding-top: 1.5rem !important; - } - .bootstrap .pr-md-4, - .bootstrap .px-md-4 { - padding-right: 1.5rem !important; - } - .bootstrap .pb-md-4, - .bootstrap .py-md-4 { - padding-bottom: 1.5rem !important; - } - .bootstrap .pl-md-4, - .bootstrap .px-md-4 { - padding-left: 1.5rem !important; - } - .bootstrap .p-md-5 { - padding: 3rem !important; - } - .bootstrap .pt-md-5, - .bootstrap .py-md-5 { - padding-top: 3rem !important; - } - .bootstrap .pr-md-5, - .bootstrap .px-md-5 { - padding-right: 3rem !important; - } - .bootstrap .pb-md-5, - .bootstrap .py-md-5 { - padding-bottom: 3rem !important; - } - .bootstrap .pl-md-5, - .bootstrap .px-md-5 { - padding-left: 3rem !important; - } - .bootstrap .m-md-auto { - margin: auto !important; - } - .bootstrap .mt-md-auto, - .bootstrap .my-md-auto { - margin-top: auto !important; - } - .bootstrap .mr-md-auto, - .bootstrap .mx-md-auto { - margin-right: auto !important; - } - .bootstrap .mb-md-auto, - .bootstrap .my-md-auto { - margin-bottom: auto !important; - } - .bootstrap .ml-md-auto, - .bootstrap .mx-md-auto { - margin-left: auto !important; - } -} -@media (min-width: 992px) { - .bootstrap .m-lg-0 { - margin: 0 !important; - } - .bootstrap .mt-lg-0, - .bootstrap .my-lg-0 { - margin-top: 0 !important; - } - .bootstrap .mr-lg-0, - .bootstrap .mx-lg-0 { - margin-right: 0 !important; - } - .bootstrap .mb-lg-0, - .bootstrap .my-lg-0 { - margin-bottom: 0 !important; - } - .bootstrap .ml-lg-0, - .bootstrap .mx-lg-0 { - margin-left: 0 !important; - } - .bootstrap .m-lg-1 { - margin: 0.25rem !important; - } - .bootstrap .mt-lg-1, - .bootstrap .my-lg-1 { - margin-top: 0.25rem !important; - } - .bootstrap .mr-lg-1, - .bootstrap .mx-lg-1 { - margin-right: 0.25rem !important; - } - .bootstrap .mb-lg-1, - .bootstrap .my-lg-1 { - margin-bottom: 0.25rem !important; - } - .bootstrap .ml-lg-1, - .bootstrap .mx-lg-1 { - margin-left: 0.25rem !important; - } - .bootstrap .m-lg-2 { - margin: 0.5rem !important; - } - .bootstrap .mt-lg-2, - .bootstrap .my-lg-2 { - margin-top: 0.5rem !important; - } - .bootstrap .mr-lg-2, - .bootstrap .mx-lg-2 { - margin-right: 0.5rem !important; - } - .bootstrap .mb-lg-2, - .bootstrap .my-lg-2 { - margin-bottom: 0.5rem !important; - } - .bootstrap .ml-lg-2, - .bootstrap .mx-lg-2 { - margin-left: 0.5rem !important; - } - .bootstrap .m-lg-3 { - margin: 1rem !important; - } - .bootstrap .mt-lg-3, - .bootstrap .my-lg-3 { - margin-top: 1rem !important; - } - .bootstrap .mr-lg-3, - .bootstrap .mx-lg-3 { - margin-right: 1rem !important; - } - .bootstrap .mb-lg-3, - .bootstrap .my-lg-3 { - margin-bottom: 1rem !important; - } - .bootstrap .ml-lg-3, - .bootstrap .mx-lg-3 { - margin-left: 1rem !important; - } - .bootstrap .m-lg-4 { - margin: 1.5rem !important; - } - .bootstrap .mt-lg-4, - .bootstrap .my-lg-4 { - margin-top: 1.5rem !important; - } - .bootstrap .mr-lg-4, - .bootstrap .mx-lg-4 { - margin-right: 1.5rem !important; - } - .bootstrap .mb-lg-4, - .bootstrap .my-lg-4 { - margin-bottom: 1.5rem !important; - } - .bootstrap .ml-lg-4, - .bootstrap .mx-lg-4 { - margin-left: 1.5rem !important; - } - .bootstrap .m-lg-5 { - margin: 3rem !important; - } - .bootstrap .mt-lg-5, - .bootstrap .my-lg-5 { - margin-top: 3rem !important; - } - .bootstrap .mr-lg-5, - .bootstrap .mx-lg-5 { - margin-right: 3rem !important; - } - .bootstrap .mb-lg-5, - .bootstrap .my-lg-5 { - margin-bottom: 3rem !important; - } - .bootstrap .ml-lg-5, - .bootstrap .mx-lg-5 { - margin-left: 3rem !important; - } - .bootstrap .p-lg-0 { - padding: 0 !important; - } - .bootstrap .pt-lg-0, - .bootstrap .py-lg-0 { - padding-top: 0 !important; - } - .bootstrap .pr-lg-0, - .bootstrap .px-lg-0 { - padding-right: 0 !important; - } - .bootstrap .pb-lg-0, - .bootstrap .py-lg-0 { - padding-bottom: 0 !important; - } - .bootstrap .pl-lg-0, - .bootstrap .px-lg-0 { - padding-left: 0 !important; - } - .bootstrap .p-lg-1 { - padding: 0.25rem !important; - } - .bootstrap .pt-lg-1, - .bootstrap .py-lg-1 { - padding-top: 0.25rem !important; - } - .bootstrap .pr-lg-1, - .bootstrap .px-lg-1 { - padding-right: 0.25rem !important; - } - .bootstrap .pb-lg-1, - .bootstrap .py-lg-1 { - padding-bottom: 0.25rem !important; - } - .bootstrap .pl-lg-1, - .bootstrap .px-lg-1 { - padding-left: 0.25rem !important; - } - .bootstrap .p-lg-2 { - padding: 0.5rem !important; - } - .bootstrap .pt-lg-2, - .bootstrap .py-lg-2 { - padding-top: 0.5rem !important; - } - .bootstrap .pr-lg-2, - .bootstrap .px-lg-2 { - padding-right: 0.5rem !important; - } - .bootstrap .pb-lg-2, - .bootstrap .py-lg-2 { - padding-bottom: 0.5rem !important; - } - .bootstrap .pl-lg-2, - .bootstrap .px-lg-2 { - padding-left: 0.5rem !important; - } - .bootstrap .p-lg-3 { - padding: 1rem !important; - } - .bootstrap .pt-lg-3, - .bootstrap .py-lg-3 { - padding-top: 1rem !important; - } - .bootstrap .pr-lg-3, - .bootstrap .px-lg-3 { - padding-right: 1rem !important; - } - .bootstrap .pb-lg-3, - .bootstrap .py-lg-3 { - padding-bottom: 1rem !important; - } - .bootstrap .pl-lg-3, - .bootstrap .px-lg-3 { - padding-left: 1rem !important; - } - .bootstrap .p-lg-4 { - padding: 1.5rem !important; - } - .bootstrap .pt-lg-4, - .bootstrap .py-lg-4 { - padding-top: 1.5rem !important; - } - .bootstrap .pr-lg-4, - .bootstrap .px-lg-4 { - padding-right: 1.5rem !important; - } - .bootstrap .pb-lg-4, - .bootstrap .py-lg-4 { - padding-bottom: 1.5rem !important; - } - .bootstrap .pl-lg-4, - .bootstrap .px-lg-4 { - padding-left: 1.5rem !important; - } - .bootstrap .p-lg-5 { - padding: 3rem !important; - } - .bootstrap .pt-lg-5, - .bootstrap .py-lg-5 { - padding-top: 3rem !important; - } - .bootstrap .pr-lg-5, - .bootstrap .px-lg-5 { - padding-right: 3rem !important; - } - .bootstrap .pb-lg-5, - .bootstrap .py-lg-5 { - padding-bottom: 3rem !important; - } - .bootstrap .pl-lg-5, - .bootstrap .px-lg-5 { - padding-left: 3rem !important; - } - .bootstrap .m-lg-auto { - margin: auto !important; - } - .bootstrap .mt-lg-auto, - .bootstrap .my-lg-auto { - margin-top: auto !important; - } - .bootstrap .mr-lg-auto, - .bootstrap .mx-lg-auto { - margin-right: auto !important; - } - .bootstrap .mb-lg-auto, - .bootstrap .my-lg-auto { - margin-bottom: auto !important; - } - .bootstrap .ml-lg-auto, - .bootstrap .mx-lg-auto { - margin-left: auto !important; - } -} -@media (min-width: 1200px) { - .bootstrap .m-xl-0 { - margin: 0 !important; - } - .bootstrap .mt-xl-0, - .bootstrap .my-xl-0 { - margin-top: 0 !important; - } - .bootstrap .mr-xl-0, - .bootstrap .mx-xl-0 { - margin-right: 0 !important; - } - .bootstrap .mb-xl-0, - .bootstrap .my-xl-0 { - margin-bottom: 0 !important; - } - .bootstrap .ml-xl-0, - .bootstrap .mx-xl-0 { - margin-left: 0 !important; - } - .bootstrap .m-xl-1 { - margin: 0.25rem !important; - } - .bootstrap .mt-xl-1, - .bootstrap .my-xl-1 { - margin-top: 0.25rem !important; - } - .bootstrap .mr-xl-1, - .bootstrap .mx-xl-1 { - margin-right: 0.25rem !important; - } - .bootstrap .mb-xl-1, - .bootstrap .my-xl-1 { - margin-bottom: 0.25rem !important; - } - .bootstrap .ml-xl-1, - .bootstrap .mx-xl-1 { - margin-left: 0.25rem !important; - } - .bootstrap .m-xl-2 { - margin: 0.5rem !important; - } - .bootstrap .mt-xl-2, - .bootstrap .my-xl-2 { - margin-top: 0.5rem !important; - } - .bootstrap .mr-xl-2, - .bootstrap .mx-xl-2 { - margin-right: 0.5rem !important; - } - .bootstrap .mb-xl-2, - .bootstrap .my-xl-2 { - margin-bottom: 0.5rem !important; - } - .bootstrap .ml-xl-2, - .bootstrap .mx-xl-2 { - margin-left: 0.5rem !important; - } - .bootstrap .m-xl-3 { - margin: 1rem !important; - } - .bootstrap .mt-xl-3, - .bootstrap .my-xl-3 { - margin-top: 1rem !important; - } - .bootstrap .mr-xl-3, - .bootstrap .mx-xl-3 { - margin-right: 1rem !important; - } - .bootstrap .mb-xl-3, - .bootstrap .my-xl-3 { - margin-bottom: 1rem !important; - } - .bootstrap .ml-xl-3, - .bootstrap .mx-xl-3 { - margin-left: 1rem !important; - } - .bootstrap .m-xl-4 { - margin: 1.5rem !important; - } - .bootstrap .mt-xl-4, - .bootstrap .my-xl-4 { - margin-top: 1.5rem !important; - } - .bootstrap .mr-xl-4, - .bootstrap .mx-xl-4 { - margin-right: 1.5rem !important; - } - .bootstrap .mb-xl-4, - .bootstrap .my-xl-4 { - margin-bottom: 1.5rem !important; - } - .bootstrap .ml-xl-4, - .bootstrap .mx-xl-4 { - margin-left: 1.5rem !important; - } - .bootstrap .m-xl-5 { - margin: 3rem !important; - } - .bootstrap .mt-xl-5, - .bootstrap .my-xl-5 { - margin-top: 3rem !important; - } - .bootstrap .mr-xl-5, - .bootstrap .mx-xl-5 { - margin-right: 3rem !important; - } - .bootstrap .mb-xl-5, - .bootstrap .my-xl-5 { - margin-bottom: 3rem !important; - } - .bootstrap .ml-xl-5, - .bootstrap .mx-xl-5 { - margin-left: 3rem !important; - } - .bootstrap .p-xl-0 { - padding: 0 !important; - } - .bootstrap .pt-xl-0, - .bootstrap .py-xl-0 { - padding-top: 0 !important; - } - .bootstrap .pr-xl-0, - .bootstrap .px-xl-0 { - padding-right: 0 !important; - } - .bootstrap .pb-xl-0, - .bootstrap .py-xl-0 { - padding-bottom: 0 !important; - } - .bootstrap .pl-xl-0, - .bootstrap .px-xl-0 { - padding-left: 0 !important; - } - .bootstrap .p-xl-1 { - padding: 0.25rem !important; - } - .bootstrap .pt-xl-1, - .bootstrap .py-xl-1 { - padding-top: 0.25rem !important; - } - .bootstrap .pr-xl-1, - .bootstrap .px-xl-1 { - padding-right: 0.25rem !important; - } - .bootstrap .pb-xl-1, - .bootstrap .py-xl-1 { - padding-bottom: 0.25rem !important; - } - .bootstrap .pl-xl-1, - .bootstrap .px-xl-1 { - padding-left: 0.25rem !important; - } - .bootstrap .p-xl-2 { - padding: 0.5rem !important; - } - .bootstrap .pt-xl-2, - .bootstrap .py-xl-2 { - padding-top: 0.5rem !important; - } - .bootstrap .pr-xl-2, - .bootstrap .px-xl-2 { - padding-right: 0.5rem !important; - } - .bootstrap .pb-xl-2, - .bootstrap .py-xl-2 { - padding-bottom: 0.5rem !important; - } - .bootstrap .pl-xl-2, - .bootstrap .px-xl-2 { - padding-left: 0.5rem !important; - } - .bootstrap .p-xl-3 { - padding: 1rem !important; - } - .bootstrap .pt-xl-3, - .bootstrap .py-xl-3 { - padding-top: 1rem !important; - } - .bootstrap .pr-xl-3, - .bootstrap .px-xl-3 { - padding-right: 1rem !important; - } - .bootstrap .pb-xl-3, - .bootstrap .py-xl-3 { - padding-bottom: 1rem !important; - } - .bootstrap .pl-xl-3, - .bootstrap .px-xl-3 { - padding-left: 1rem !important; - } - .bootstrap .p-xl-4 { - padding: 1.5rem !important; - } - .bootstrap .pt-xl-4, - .bootstrap .py-xl-4 { - padding-top: 1.5rem !important; - } - .bootstrap .pr-xl-4, - .bootstrap .px-xl-4 { - padding-right: 1.5rem !important; - } - .bootstrap .pb-xl-4, - .bootstrap .py-xl-4 { - padding-bottom: 1.5rem !important; - } - .bootstrap .pl-xl-4, - .bootstrap .px-xl-4 { - padding-left: 1.5rem !important; - } - .bootstrap .p-xl-5 { - padding: 3rem !important; - } - .bootstrap .pt-xl-5, - .bootstrap .py-xl-5 { - padding-top: 3rem !important; - } - .bootstrap .pr-xl-5, - .bootstrap .px-xl-5 { - padding-right: 3rem !important; - } - .bootstrap .pb-xl-5, - .bootstrap .py-xl-5 { - padding-bottom: 3rem !important; - } - .bootstrap .pl-xl-5, - .bootstrap .px-xl-5 { - padding-left: 3rem !important; - } - .bootstrap .m-xl-auto { - margin: auto !important; - } - .bootstrap .mt-xl-auto, - .bootstrap .my-xl-auto { - margin-top: auto !important; - } - .bootstrap .mr-xl-auto, - .bootstrap .mx-xl-auto { - margin-right: auto !important; - } - .bootstrap .mb-xl-auto, - .bootstrap .my-xl-auto { - margin-bottom: auto !important; - } - .bootstrap .ml-xl-auto, - .bootstrap .mx-xl-auto { - margin-left: auto !important; - } -} -.bootstrap .text-justify { - text-align: justify !important; -} -.bootstrap .text-nowrap { - white-space: nowrap !important; -} -.bootstrap .text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -.bootstrap .text-left { - text-align: left !important; -} -.bootstrap .text-right { - text-align: right !important; -} -.bootstrap .text-center { - text-align: center !important; -} -@media (min-width: 576px) { - .bootstrap .text-sm-left { - text-align: left !important; - } - .bootstrap .text-sm-right { - text-align: right !important; - } - .bootstrap .text-sm-center { - text-align: center !important; - } -} -@media (min-width: 768px) { - .bootstrap .text-md-left { - text-align: left !important; - } - .bootstrap .text-md-right { - text-align: right !important; - } - .bootstrap .text-md-center { - text-align: center !important; - } -} -@media (min-width: 992px) { - .bootstrap .text-lg-left { - text-align: left !important; - } - .bootstrap .text-lg-right { - text-align: right !important; - } - .bootstrap .text-lg-center { - text-align: center !important; - } -} -@media (min-width: 1200px) { - .bootstrap .text-xl-left { - text-align: left !important; - } - .bootstrap .text-xl-right { - text-align: right !important; - } - .bootstrap .text-xl-center { - text-align: center !important; - } -} -.bootstrap .text-lowercase { - text-transform: lowercase !important; -} -.bootstrap .text-uppercase { - text-transform: uppercase !important; -} -.bootstrap .text-capitalize { - text-transform: capitalize !important; -} -.bootstrap .font-weight-light { - font-weight: 300 !important; -} -.bootstrap .font-weight-normal { - font-weight: 400 !important; -} -.bootstrap .font-weight-bold { - font-weight: 700 !important; -} -.bootstrap .font-italic { - font-style: italic !important; -} -.bootstrap .text-white { - color: #fff !important; -} -.bootstrap .text-primary { - color: #007bff !important; -} -.bootstrap a.text-primary:hover, -.bootstrap a.text-primary:focus { - color: #0062cc !important; -} -.bootstrap .text-secondary { - color: #6c757d !important; -} -.bootstrap a.text-secondary:hover, -.bootstrap a.text-secondary:focus { - color: #545b62 !important; -} -.bootstrap .text-success { - color: #28a745 !important; -} -.bootstrap a.text-success:hover, -.bootstrap a.text-success:focus { - color: #1e7e34 !important; -} -.bootstrap .text-info { - color: #17a2b8 !important; -} -.bootstrap a.text-info:hover, -.bootstrap a.text-info:focus { - color: #117a8b !important; -} -.bootstrap .text-warning { - color: #ffc107 !important; -} -.bootstrap a.text-warning:hover, -.bootstrap a.text-warning:focus { - color: #d39e00 !important; -} -.bootstrap .text-danger { - color: #dc3545 !important; -} -.bootstrap a.text-danger:hover, -.bootstrap a.text-danger:focus { - color: #bd2130 !important; -} -.bootstrap .text-light { - color: #f8f9fa !important; -} -.bootstrap a.text-light:hover, -.bootstrap a.text-light:focus { - color: #dae0e5 !important; -} -.bootstrap .text-dark { - color: #343a40 !important; -} -.bootstrap a.text-dark:hover, -.bootstrap a.text-dark:focus { - color: #1d2124 !important; -} -.bootstrap .text-muted { - color: #6c757d !important; -} -.bootstrap .text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} -.bootstrap .visible { - visibility: visible !important; -} -.bootstrap .invisible { - visibility: hidden !important; -} -@media print { - .bootstrap *, - .bootstrap *::before, - .bootstrap *::after { - text-shadow: none !important; - box-shadow: none !important; - } - .bootstrap a:not(.btn) { - text-decoration: underline; - } - .bootstrap abbr[title]::after { - content: " (" attr(title) ")"; - } - .bootstrap pre { - white-space: pre-wrap !important; - } - .bootstrap pre, - .bootstrap blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - .bootstrap thead { - display: table-header-group; - } - .bootstrap tr, - .bootstrap img { - page-break-inside: avoid; - } - .bootstrap p, - .bootstrap h2, - .bootstrap h3 { - orphans: 3; - widows: 3; - } - .bootstrap h2, - .bootstrap h3 { - page-break-after: avoid; - } - @page { - size: a3; - } - .bootstrap body { - min-width: 992px !important; - } - .bootstrap .container { - min-width: 992px !important; - } - .bootstrap .navbar { - display: none; - } - .bootstrap .badge { - border: 1px solid #000; - } - .bootstrap .table { - border-collapse: collapse !important; - } - .bootstrap .table td, - .bootstrap .table th { - background-color: #fff !important; - } - .bootstrap .table-bordered th, - .bootstrap .table-bordered td { - border: 1px solid #ddd !important; - } -} diff --git a/versions/4.1.0/iso_bootstrap4.1.0min.css b/versions/4.1.0/iso_bootstrap4.1.0min.css deleted file mode 100644 index a8a47cc..0000000 --- a/versions/4.1.0/iso_bootstrap4.1.0min.css +++ /dev/null @@ -1 +0,0 @@ -.bootstrap dl,.bootstrap ol,.bootstrap p,.bootstrap ul{margin-top:0;margin-bottom:1rem}.bootstrap :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.bootstrap *,.bootstrap ::after,.bootstrap ::before{box-sizing:border-box}.bootstrap{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}@-ms-viewport{width:device-width}.bootstrap article,.bootstrap aside,.bootstrap dialog,.bootstrap figcaption,.bootstrap figure,.bootstrap footer,.bootstrap header,.bootstrap hgroup,.bootstrap main,.bootstrap nav,.bootstrap section{display:block}.bootstrap [tabindex="-1"]:focus{outline:0!important}.bootstrap hr{box-sizing:content-box;height:0;overflow:visible}.bootstrap .img-fluid,.bootstrap .img-thumbnail{max-width:100%;height:auto}.bootstrap h1,.bootstrap h2,.bootstrap h3,.bootstrap h4,.bootstrap h5,.bootstrap h6{margin-top:0;margin-bottom:.5rem}.bootstrap abbr[data-original-title],.bootstrap abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}.bootstrap .btn:not(:disabled):not(.disabled),.bootstrap .navbar-toggler:not(:disabled):not(.disabled),.bootstrap .page-link:not(:disabled):not(.disabled){cursor:pointer}.bootstrap address{margin-bottom:1rem;font-style:normal;line-height:inherit}.bootstrap ol ol,.bootstrap ol ul,.bootstrap ul ol,.bootstrap ul ul{margin-bottom:0}.bootstrap dt{font-weight:700}.bootstrap dd{margin-bottom:.5rem;margin-left:0}.bootstrap blockquote{margin:0 0 1rem}.bootstrap dfn{font-style:italic}.bootstrap b,.bootstrap strong{font-weight:bolder}.bootstrap small{font-size:80%}.bootstrap sub,.bootstrap sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.bootstrap sub{bottom:-.25em}.bootstrap sup{top:-.5em}.bootstrap a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}.bootstrap a:hover{color:#0056b3;text-decoration:underline}.bootstrap a:not([href]):not([tabindex]),.bootstrap a:not([href]):not([tabindex]):focus,.bootstrap a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}.bootstrap a:not([href]):not([tabindex]):focus{outline:0}.bootstrap code,.bootstrap kbd,.bootstrap pre,.bootstrap samp{font-size:1em}.bootstrap pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}.bootstrap figure{margin:0 0 1rem}.bootstrap img{vertical-align:middle;border-style:none}.bootstrap svg:not(:root){overflow:hidden}.bootstrap table{border-collapse:collapse}.bootstrap caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}.bootstrap th{text-align:inherit}.bootstrap label{display:inline-block;margin-bottom:.5rem}.bootstrap button{border-radius:0}.bootstrap button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}.bootstrap button,.bootstrap input,.bootstrap optgroup,.bootstrap select,.bootstrap textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap button,.bootstrap input{overflow:visible}.bootstrap button,.bootstrap select{text-transform:none}.bootstrap [type=submit],.bootstrap [type=reset],.bootstrap button,.bootstrap html [type=button]{-webkit-appearance:button}.bootstrap [type=submit]::-moz-focus-inner,.bootstrap [type=button]::-moz-focus-inner,.bootstrap [type=reset]::-moz-focus-inner,.bootstrap button::-moz-focus-inner{padding:0;border-style:none}.bootstrap input[type=radio],.bootstrap input[type=checkbox]{box-sizing:border-box;padding:0}.bootstrap input[type=date],.bootstrap input[type=time],.bootstrap input[type=datetime-local],.bootstrap input[type=month]{-webkit-appearance:listbox}.bootstrap textarea{overflow:auto;resize:vertical}.bootstrap fieldset{min-width:0;padding:0;margin:0;border:0}.bootstrap legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.bootstrap progress{vertical-align:baseline}.bootstrap [type=number]::-webkit-inner-spin-button,.bootstrap [type=number]::-webkit-outer-spin-button{height:auto}.bootstrap [type=search]{outline-offset:-2px;-webkit-appearance:none}.bootstrap [type=search]::-webkit-search-cancel-button,.bootstrap [type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.bootstrap .display-1,.bootstrap .display-2,.bootstrap .display-3,.bootstrap .display-4{line-height:1.2;font-weight:300}.bootstrap output{display:inline-block}.bootstrap summary{display:list-item;cursor:pointer}.bootstrap template{display:none}.bootstrap [hidden]{display:none!important}.bootstrap .h1,.bootstrap .h2,.bootstrap .h3,.bootstrap .h4,.bootstrap .h5,.bootstrap .h6,.bootstrap h1,.bootstrap h2,.bootstrap h3,.bootstrap h4,.bootstrap h5,.bootstrap h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.bootstrap .h1,.bootstrap h1{font-size:2.5rem}.bootstrap .h2,.bootstrap h2{font-size:2rem}.bootstrap .h3,.bootstrap h3{font-size:1.75rem}.bootstrap .h4,.bootstrap h4{font-size:1.5rem}.bootstrap .h5,.bootstrap h5{font-size:1.25rem}.bootstrap .h6,.bootstrap h6{font-size:1rem}.bootstrap .lead{font-size:1.25rem;font-weight:300}.bootstrap .display-1{font-size:6rem}.bootstrap .display-2{font-size:5.5rem}.bootstrap .display-3{font-size:4.5rem}.bootstrap .display-4{font-size:3.5rem}.bootstrap hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.bootstrap .small,.bootstrap small{font-size:80%;font-weight:400}.bootstrap .mark,.bootstrap mark{padding:.2em;background-color:#fcf8e3}.bootstrap .list-inline,.bootstrap .list-unstyled{padding-left:0;list-style:none}.bootstrap .list-inline-item{display:inline-block}.bootstrap .list-inline-item:not(:last-child){margin-right:.5rem}.bootstrap .initialism{font-size:90%;text-transform:uppercase}.bootstrap .blockquote{margin-bottom:1rem;font-size:1.25rem}.bootstrap .blockquote-footer{display:block;font-size:80%;color:#6c757d}.bootstrap .blockquote-footer::before{content:"\2014 \00A0"}.bootstrap .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.bootstrap .figure{display:inline-block}.bootstrap .figure-img{margin-bottom:.5rem;line-height:1}.bootstrap .figure-caption{font-size:90%;color:#6c757d}.bootstrap code,.bootstrap kbd,.bootstrap pre,.bootstrap samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.bootstrap code{font-size:87.5%;color:#e83e8c;word-break:break-word}.bootstrap a>code{color:inherit}.bootstrap kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}.bootstrap kbd kbd{padding:0;font-size:100%;font-weight:700}.bootstrap .container,.bootstrap .container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%}.bootstrap pre{display:block;font-size:87.5%;color:#212529}.bootstrap pre code{font-size:inherit;color:inherit;word-break:normal}.bootstrap .pre-scrollable{max-height:340px;overflow-y:scroll}@media (min-width:576px){.bootstrap .container{max-width:540px}}@media (min-width:768px){.bootstrap .container{max-width:720px}}@media (min-width:992px){.bootstrap .container{max-width:960px}}@media (min-width:1200px){.bootstrap .container{max-width:1140px}}.bootstrap .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.bootstrap .no-gutters{margin-right:0;margin-left:0}.bootstrap .no-gutters>.col,.bootstrap .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.bootstrap .col,.bootstrap .col-1,.bootstrap .col-10,.bootstrap .col-11,.bootstrap .col-12,.bootstrap .col-2,.bootstrap .col-3,.bootstrap .col-4,.bootstrap .col-5,.bootstrap .col-6,.bootstrap .col-7,.bootstrap .col-8,.bootstrap .col-9,.bootstrap .col-auto,.bootstrap .col-lg,.bootstrap .col-lg-1,.bootstrap .col-lg-10,.bootstrap .col-lg-11,.bootstrap .col-lg-12,.bootstrap .col-lg-2,.bootstrap .col-lg-3,.bootstrap .col-lg-4,.bootstrap .col-lg-5,.bootstrap .col-lg-6,.bootstrap .col-lg-7,.bootstrap .col-lg-8,.bootstrap .col-lg-9,.bootstrap .col-lg-auto,.bootstrap .col-md,.bootstrap .col-md-1,.bootstrap .col-md-10,.bootstrap .col-md-11,.bootstrap .col-md-12,.bootstrap .col-md-2,.bootstrap .col-md-3,.bootstrap .col-md-4,.bootstrap .col-md-5,.bootstrap .col-md-6,.bootstrap .col-md-7,.bootstrap .col-md-8,.bootstrap .col-md-9,.bootstrap .col-md-auto,.bootstrap .col-sm,.bootstrap .col-sm-1,.bootstrap .col-sm-10,.bootstrap .col-sm-11,.bootstrap .col-sm-12,.bootstrap .col-sm-2,.bootstrap .col-sm-3,.bootstrap .col-sm-4,.bootstrap .col-sm-5,.bootstrap .col-sm-6,.bootstrap .col-sm-7,.bootstrap .col-sm-8,.bootstrap .col-sm-9,.bootstrap .col-sm-auto,.bootstrap .col-xl,.bootstrap .col-xl-1,.bootstrap .col-xl-10,.bootstrap .col-xl-11,.bootstrap .col-xl-12,.bootstrap .col-xl-2,.bootstrap .col-xl-3,.bootstrap .col-xl-4,.bootstrap .col-xl-5,.bootstrap .col-xl-6,.bootstrap .col-xl-7,.bootstrap .col-xl-8,.bootstrap .col-xl-9,.bootstrap .col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.bootstrap .col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap .col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bootstrap .col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap .col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap .col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap .col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap .col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap .col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap .col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap .col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap .col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap .col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap .col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap .col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap .order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.bootstrap .order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.bootstrap .order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.bootstrap .order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bootstrap .order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bootstrap .order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bootstrap .order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.bootstrap .order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.bootstrap .order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.bootstrap .order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.bootstrap .order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.bootstrap .order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.bootstrap .order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.bootstrap .order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.bootstrap .order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.bootstrap .offset-1{margin-left:8.333333%}.bootstrap .offset-2{margin-left:16.666667%}.bootstrap .offset-3{margin-left:25%}.bootstrap .offset-4{margin-left:33.333333%}.bootstrap .offset-5{margin-left:41.666667%}.bootstrap .offset-6{margin-left:50%}.bootstrap .offset-7{margin-left:58.333333%}.bootstrap .offset-8{margin-left:66.666667%}.bootstrap .offset-9{margin-left:75%}.bootstrap .offset-10{margin-left:83.333333%}.bootstrap .offset-11{margin-left:91.666667%}@media (min-width:576px){.bootstrap .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap .col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bootstrap .col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap .col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap .col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap .col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap .col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap .col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap .col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap .col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap .col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap .col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap .order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.bootstrap .order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.bootstrap .order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.bootstrap .order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bootstrap .order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bootstrap .order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bootstrap .order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.bootstrap .order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.bootstrap .order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.bootstrap .order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.bootstrap .order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.bootstrap .order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.bootstrap .order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.bootstrap .order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.bootstrap .order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.bootstrap .offset-sm-0{margin-left:0}.bootstrap .offset-sm-1{margin-left:8.333333%}.bootstrap .offset-sm-2{margin-left:16.666667%}.bootstrap .offset-sm-3{margin-left:25%}.bootstrap .offset-sm-4{margin-left:33.333333%}.bootstrap .offset-sm-5{margin-left:41.666667%}.bootstrap .offset-sm-6{margin-left:50%}.bootstrap .offset-sm-7{margin-left:58.333333%}.bootstrap .offset-sm-8{margin-left:66.666667%}.bootstrap .offset-sm-9{margin-left:75%}.bootstrap .offset-sm-10{margin-left:83.333333%}.bootstrap .offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.bootstrap .col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap .col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bootstrap .col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap .col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap .col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap .col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap .col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap .col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap .col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap .order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.bootstrap .order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.bootstrap .order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.bootstrap .order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bootstrap .order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bootstrap .order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bootstrap .order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.bootstrap .order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.bootstrap .order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.bootstrap .order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.bootstrap .order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.bootstrap .order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.bootstrap .order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.bootstrap .order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.bootstrap .order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.bootstrap .offset-md-0{margin-left:0}.bootstrap .offset-md-1{margin-left:8.333333%}.bootstrap .offset-md-2{margin-left:16.666667%}.bootstrap .offset-md-3{margin-left:25%}.bootstrap .offset-md-4{margin-left:33.333333%}.bootstrap .offset-md-5{margin-left:41.666667%}.bootstrap .offset-md-6{margin-left:50%}.bootstrap .offset-md-7{margin-left:58.333333%}.bootstrap .offset-md-8{margin-left:66.666667%}.bootstrap .offset-md-9{margin-left:75%}.bootstrap .offset-md-10{margin-left:83.333333%}.bootstrap .offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.bootstrap .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap .col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bootstrap .col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap .col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap .col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap .col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap .col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap .col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap .col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap .col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap .col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap .col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap .col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap .col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap .order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.bootstrap .order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.bootstrap .order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.bootstrap .order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bootstrap .order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bootstrap .order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bootstrap .order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.bootstrap .order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.bootstrap .order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.bootstrap .order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.bootstrap .order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.bootstrap .order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.bootstrap .order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.bootstrap .order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.bootstrap .order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.bootstrap .offset-lg-0{margin-left:0}.bootstrap .offset-lg-1{margin-left:8.333333%}.bootstrap .offset-lg-2{margin-left:16.666667%}.bootstrap .offset-lg-3{margin-left:25%}.bootstrap .offset-lg-4{margin-left:33.333333%}.bootstrap .offset-lg-5{margin-left:41.666667%}.bootstrap .offset-lg-6{margin-left:50%}.bootstrap .offset-lg-7{margin-left:58.333333%}.bootstrap .offset-lg-8{margin-left:66.666667%}.bootstrap .offset-lg-9{margin-left:75%}.bootstrap .offset-lg-10{margin-left:83.333333%}.bootstrap .offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.bootstrap .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap .col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bootstrap .col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap .col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap .col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap .col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap .col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap .col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap .col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap .col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap .col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap .col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap .col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap .col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap .order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.bootstrap .order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.bootstrap .order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.bootstrap .order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bootstrap .order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bootstrap .order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bootstrap .order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.bootstrap .order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.bootstrap .order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.bootstrap .order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.bootstrap .order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.bootstrap .order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.bootstrap .order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.bootstrap .order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.bootstrap .order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.bootstrap .offset-xl-0{margin-left:0}.bootstrap .offset-xl-1{margin-left:8.333333%}.bootstrap .offset-xl-2{margin-left:16.666667%}.bootstrap .offset-xl-3{margin-left:25%}.bootstrap .offset-xl-4{margin-left:33.333333%}.bootstrap .offset-xl-5{margin-left:41.666667%}.bootstrap .offset-xl-6{margin-left:50%}.bootstrap .offset-xl-7{margin-left:58.333333%}.bootstrap .offset-xl-8{margin-left:66.666667%}.bootstrap .offset-xl-9{margin-left:75%}.bootstrap .offset-xl-10{margin-left:83.333333%}.bootstrap .offset-xl-11{margin-left:91.666667%}}.bootstrap .table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.bootstrap .table td,.bootstrap .table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.bootstrap .table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.bootstrap .table tbody+tbody{border-top:2px solid #dee2e6}.bootstrap .table .table{background-color:#fff}.bootstrap .table-sm td,.bootstrap .table-sm th{padding:.3rem}.bootstrap .table-bordered,.bootstrap .table-bordered td,.bootstrap .table-bordered th{border:1px solid #dee2e6}.bootstrap .table-bordered thead td,.bootstrap .table-bordered thead th{border-bottom-width:2px}.bootstrap .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.bootstrap .table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.bootstrap .table-primary,.bootstrap .table-primary>td,.bootstrap .table-primary>th{background-color:#b8daff}.bootstrap .table-hover .table-primary:hover,.bootstrap .table-hover .table-primary:hover>td,.bootstrap .table-hover .table-primary:hover>th{background-color:#9fcdff}.bootstrap .table-secondary,.bootstrap .table-secondary>td,.bootstrap .table-secondary>th{background-color:#d6d8db}.bootstrap .table-hover .table-secondary:hover,.bootstrap .table-hover .table-secondary:hover>td,.bootstrap .table-hover .table-secondary:hover>th{background-color:#c8cbcf}.bootstrap .table-success,.bootstrap .table-success>td,.bootstrap .table-success>th{background-color:#c3e6cb}.bootstrap .table-hover .table-success:hover,.bootstrap .table-hover .table-success:hover>td,.bootstrap .table-hover .table-success:hover>th{background-color:#b1dfbb}.bootstrap .table-info,.bootstrap .table-info>td,.bootstrap .table-info>th{background-color:#bee5eb}.bootstrap .table-hover .table-info:hover,.bootstrap .table-hover .table-info:hover>td,.bootstrap .table-hover .table-info:hover>th{background-color:#abdde5}.bootstrap .table-warning,.bootstrap .table-warning>td,.bootstrap .table-warning>th{background-color:#ffeeba}.bootstrap .table-hover .table-warning:hover,.bootstrap .table-hover .table-warning:hover>td,.bootstrap .table-hover .table-warning:hover>th{background-color:#ffe8a1}.bootstrap .table-danger,.bootstrap .table-danger>td,.bootstrap .table-danger>th{background-color:#f5c6cb}.bootstrap .table-hover .table-danger:hover,.bootstrap .table-hover .table-danger:hover>td,.bootstrap .table-hover .table-danger:hover>th{background-color:#f1b0b7}.bootstrap .table-light,.bootstrap .table-light>td,.bootstrap .table-light>th{background-color:#fdfdfe}.bootstrap .table-hover .table-light:hover,.bootstrap .table-hover .table-light:hover>td,.bootstrap .table-hover .table-light:hover>th{background-color:#ececf6}.bootstrap .table-dark,.bootstrap .table-dark>td,.bootstrap .table-dark>th{background-color:#c6c8ca}.bootstrap .table-hover .table-dark:hover,.bootstrap .table-hover .table-dark:hover>td,.bootstrap .table-hover .table-dark:hover>th{background-color:#b9bbbe}.bootstrap .table-active,.bootstrap .table-active>td,.bootstrap .table-active>th,.bootstrap .table-hover .table-active:hover,.bootstrap .table-hover .table-active:hover>td,.bootstrap .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.bootstrap .table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.bootstrap .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.bootstrap .table-dark{color:#fff;background-color:#212529}.bootstrap .table-dark td,.bootstrap .table-dark th,.bootstrap .table-dark thead th{border-color:#32383e}.bootstrap .table-dark.table-bordered,.bootstrap .table-responsive>.table-bordered{border:0}.bootstrap .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.bootstrap .table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.bootstrap .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.bootstrap .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.bootstrap .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.bootstrap .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap .table-responsive-xl>.table-bordered{border:0}}.bootstrap .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap .form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.bootstrap .form-control::-ms-expand{background-color:transparent;border:0}.bootstrap .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap .form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.bootstrap .form-control::-moz-placeholder{color:#6c757d;opacity:1}.bootstrap .form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.bootstrap .form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.bootstrap .form-control::placeholder{color:#6c757d;opacity:1}.bootstrap .form-control:disabled,.bootstrap .form-control[readonly]{background-color:#e9ecef;opacity:1}.bootstrap select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}.bootstrap select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.bootstrap .form-control-file,.bootstrap .form-control-range{display:block;width:100%}.bootstrap .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.bootstrap .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.bootstrap .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.bootstrap .form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.bootstrap .custom-file-input.is-valid~.custom-file-label,.bootstrap .custom-select.is-valid,.bootstrap .form-control.is-valid,.bootstrap .was-validated .custom-file-input:valid~.custom-file-label,.bootstrap .was-validated .custom-select:valid,.bootstrap .was-validated .form-control:valid{border-color:#28a745}.bootstrap .form-control-plaintext.form-control-lg,.bootstrap .form-control-plaintext.form-control-sm,.bootstrap .input-group-lg>.form-control-plaintext.form-control,.bootstrap .input-group-lg>.input-group-append>.form-control-plaintext.btn,.bootstrap .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.bootstrap .input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.bootstrap .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.bootstrap .input-group-sm>.form-control-plaintext.form-control,.bootstrap .input-group-sm>.input-group-append>.form-control-plaintext.btn,.bootstrap .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.bootstrap .input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.bootstrap .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.bootstrap .form-control-sm,.bootstrap .input-group-sm>.form-control,.bootstrap .input-group-sm>.input-group-append>.btn,.bootstrap .input-group-sm>.input-group-append>.input-group-text,.bootstrap .input-group-sm>.input-group-prepend>.btn,.bootstrap .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.bootstrap .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.bootstrap .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.bootstrap .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.bootstrap .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.bootstrap .input-group-sm>select.form-control:not([size]):not([multiple]),.bootstrap select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.bootstrap .form-control-lg,.bootstrap .input-group-lg>.form-control,.bootstrap .input-group-lg>.input-group-append>.btn,.bootstrap .input-group-lg>.input-group-append>.input-group-text,.bootstrap .input-group-lg>.input-group-prepend>.btn,.bootstrap .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.bootstrap .input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.bootstrap .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.bootstrap .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.bootstrap .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.bootstrap .input-group-lg>select.form-control:not([size]):not([multiple]),.bootstrap select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.bootstrap .form-group{margin-bottom:1rem}.bootstrap .form-text{display:block;margin-top:.25rem}.bootstrap .form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.bootstrap .form-row>.col,.bootstrap .form-row>[class*=col-]{padding-right:5px;padding-left:5px}.bootstrap .form-check{position:relative;display:block;padding-left:1.25rem}.bootstrap .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.bootstrap .form-check-input:disabled~.form-check-label{color:#6c757d}.bootstrap .form-check-label{margin-bottom:0}.bootstrap .form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.bootstrap .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.bootstrap .invalid-tooltip,.bootstrap .valid-tooltip{position:absolute;z-index:5;max-width:100%;padding:.5rem;line-height:1;border-radius:.2rem;top:100%}.bootstrap .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.bootstrap .valid-tooltip{display:none;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(40,167,69,.8)}.bootstrap .custom-control-input.is-valid~.valid-feedback,.bootstrap .custom-control-input.is-valid~.valid-tooltip,.bootstrap .custom-file-input.is-valid~.valid-feedback,.bootstrap .custom-file-input.is-valid~.valid-tooltip,.bootstrap .custom-select.is-valid~.valid-feedback,.bootstrap .custom-select.is-valid~.valid-tooltip,.bootstrap .form-check-input.is-valid~.valid-feedback,.bootstrap .form-check-input.is-valid~.valid-tooltip,.bootstrap .form-control.is-valid~.valid-feedback,.bootstrap .form-control.is-valid~.valid-tooltip,.bootstrap .was-validated .custom-control-input:valid~.valid-feedback,.bootstrap .was-validated .custom-control-input:valid~.valid-tooltip,.bootstrap .was-validated .custom-file-input:valid~.valid-feedback,.bootstrap .was-validated .custom-file-input:valid~.valid-tooltip,.bootstrap .was-validated .custom-select:valid~.valid-feedback,.bootstrap .was-validated .custom-select:valid~.valid-tooltip,.bootstrap .was-validated .form-check-input:valid~.valid-feedback,.bootstrap .was-validated .form-check-input:valid~.valid-tooltip,.bootstrap .was-validated .form-control:valid~.valid-feedback,.bootstrap .was-validated .form-control:valid~.valid-tooltip{display:block}.bootstrap .custom-control-input.is-valid~.custom-control-label,.bootstrap .form-check-input.is-valid~.form-check-label,.bootstrap .was-validated .custom-control-input:valid~.custom-control-label,.bootstrap .was-validated .form-check-input:valid~.form-check-label{color:#28a745}.bootstrap .custom-select.is-valid:focus,.bootstrap .form-control.is-valid:focus,.bootstrap .was-validated .custom-select:valid:focus,.bootstrap .was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap .custom-control-input.is-valid~.custom-control-label::before,.bootstrap .was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.bootstrap .custom-control-input.is-valid:checked~.custom-control-label::before,.bootstrap .was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.bootstrap .custom-control-input.is-valid:focus~.custom-control-label::before,.bootstrap .was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap .custom-file-input.is-valid~.custom-file-label::before,.bootstrap .was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.bootstrap .custom-file-input.is-invalid~.custom-file-label,.bootstrap .custom-select.is-invalid,.bootstrap .form-control.is-invalid,.bootstrap .was-validated .custom-file-input:invalid~.custom-file-label,.bootstrap .was-validated .custom-select:invalid,.bootstrap .was-validated .form-control:invalid{border-color:#dc3545}.bootstrap .custom-file-input.is-valid:focus~.custom-file-label,.bootstrap .was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.bootstrap .invalid-tooltip{display:none;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.8)}.bootstrap .custom-control-input.is-invalid~.invalid-feedback,.bootstrap .custom-control-input.is-invalid~.invalid-tooltip,.bootstrap .custom-file-input.is-invalid~.invalid-feedback,.bootstrap .custom-file-input.is-invalid~.invalid-tooltip,.bootstrap .custom-select.is-invalid~.invalid-feedback,.bootstrap .custom-select.is-invalid~.invalid-tooltip,.bootstrap .form-check-input.is-invalid~.invalid-feedback,.bootstrap .form-check-input.is-invalid~.invalid-tooltip,.bootstrap .form-control.is-invalid~.invalid-feedback,.bootstrap .form-control.is-invalid~.invalid-tooltip,.bootstrap .was-validated .custom-control-input:invalid~.invalid-feedback,.bootstrap .was-validated .custom-control-input:invalid~.invalid-tooltip,.bootstrap .was-validated .custom-file-input:invalid~.invalid-feedback,.bootstrap .was-validated .custom-file-input:invalid~.invalid-tooltip,.bootstrap .was-validated .custom-select:invalid~.invalid-feedback,.bootstrap .was-validated .custom-select:invalid~.invalid-tooltip,.bootstrap .was-validated .form-check-input:invalid~.invalid-feedback,.bootstrap .was-validated .form-check-input:invalid~.invalid-tooltip,.bootstrap .was-validated .form-control:invalid~.invalid-feedback,.bootstrap .was-validated .form-control:invalid~.invalid-tooltip{display:block}.bootstrap .custom-control-input.is-invalid~.custom-control-label,.bootstrap .form-check-input.is-invalid~.form-check-label,.bootstrap .was-validated .custom-control-input:invalid~.custom-control-label,.bootstrap .was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.bootstrap .custom-select.is-invalid:focus,.bootstrap .form-control.is-invalid:focus,.bootstrap .was-validated .custom-select:invalid:focus,.bootstrap .was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap .custom-control-input.is-invalid~.custom-control-label::before,.bootstrap .was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.bootstrap .custom-control-input.is-invalid:checked~.custom-control-label::before,.bootstrap .was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.bootstrap .custom-control-input.is-invalid:focus~.custom-control-label::before,.bootstrap .was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap .custom-file-input.is-invalid~.custom-file-label::before,.bootstrap .was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.bootstrap .custom-file-input.is-invalid:focus~.custom-file-label,.bootstrap .was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap .form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bootstrap .form-inline .form-check{width:100%}@media (min-width:576px){.bootstrap .form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.bootstrap .form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.bootstrap .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap .form-inline .form-control-plaintext{display:inline-block}.bootstrap .form-inline .input-group{width:auto}.bootstrap .form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.bootstrap .form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.bootstrap .form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bootstrap .form-inline .custom-control-label{margin-bottom:0}}.bootstrap .btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.bootstrap .btn:focus,.bootstrap .btn:hover{text-decoration:none}.bootstrap .btn.focus,.bootstrap .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap .btn-primary.focus,.bootstrap .btn-primary:focus,.bootstrap .btn-primary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-primary:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.bootstrap .btn.disabled,.bootstrap .btn:disabled{opacity:.65}.bootstrap .btn:not(:disabled):not(.disabled).active,.bootstrap .btn:not(:disabled):not(.disabled):active{background-image:none}.bootstrap a.btn.disabled,.bootstrap fieldset:disabled a.btn{pointer-events:none}.bootstrap .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.bootstrap .btn-primary.disabled,.bootstrap .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap .btn-primary:not(:disabled):not(.disabled).active,.bootstrap .btn-primary:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.bootstrap .btn-secondary.focus,.bootstrap .btn-secondary:focus,.bootstrap .btn-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-secondary:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.bootstrap .btn-secondary.disabled,.bootstrap .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap .btn-secondary:not(:disabled):not(.disabled).active,.bootstrap .btn-secondary:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.bootstrap .btn-success.focus,.bootstrap .btn-success:focus,.bootstrap .btn-success:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-success:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.bootstrap .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.bootstrap .btn-success.disabled,.bootstrap .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap .btn-success:not(:disabled):not(.disabled).active,.bootstrap .btn-success:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.bootstrap .btn-info.focus,.bootstrap .btn-info:focus,.bootstrap .btn-info:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-info:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.bootstrap .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.bootstrap .btn-info.disabled,.bootstrap .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap .btn-info:not(:disabled):not(.disabled).active,.bootstrap .btn-info:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.bootstrap .btn-warning.focus,.bootstrap .btn-warning:focus,.bootstrap .btn-warning:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-warning:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.bootstrap .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.bootstrap .btn-warning.disabled,.bootstrap .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap .btn-warning:not(:disabled):not(.disabled).active,.bootstrap .btn-warning:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.bootstrap .btn-danger.focus,.bootstrap .btn-danger:focus,.bootstrap .btn-danger:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-danger:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.bootstrap .btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap .btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.bootstrap .btn-danger.disabled,.bootstrap .btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap .btn-danger:not(:disabled):not(.disabled).active,.bootstrap .btn-danger:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.bootstrap .btn-light.focus,.bootstrap .btn-light:focus,.bootstrap .btn-light:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-light:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap .btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap .btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.bootstrap .btn-light.disabled,.bootstrap .btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap .btn-light:not(:disabled):not(.disabled).active,.bootstrap .btn-light:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.bootstrap .btn-dark.focus,.bootstrap .btn-dark:focus,.bootstrap .btn-dark:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-dark:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.bootstrap .btn-dark.disabled,.bootstrap .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap .btn-dark:not(:disabled):not(.disabled).active,.bootstrap .btn-dark:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.bootstrap .btn-outline-primary.focus,.bootstrap .btn-outline-primary:focus,.bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.bootstrap .btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.bootstrap .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap .btn-outline-primary.disabled,.bootstrap .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap .btn-outline-secondary.focus,.bootstrap .btn-outline-secondary:focus,.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap .btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.bootstrap .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap .btn-outline-secondary.disabled,.bootstrap .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap .btn-outline-success.focus,.bootstrap .btn-outline-success:focus,.bootstrap .btn-outline-success:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.bootstrap .btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.bootstrap .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap .btn-outline-success.disabled,.bootstrap .btn-outline-success:disabled{color:#28a745;background-color:transparent}.bootstrap .btn-outline-success:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap .btn-outline-info.focus,.bootstrap .btn-outline-info:focus,.bootstrap .btn-outline-info:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.bootstrap .btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.bootstrap .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap .btn-outline-info.disabled,.bootstrap .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.bootstrap .btn-outline-info:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap .btn-outline-warning.focus,.bootstrap .btn-outline-warning:focus,.bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.bootstrap .btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.bootstrap .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap .btn-outline-warning.disabled,.bootstrap .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap .btn-outline-danger.focus,.bootstrap .btn-outline-danger:focus,.bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.bootstrap .btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.bootstrap .btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap .btn-outline-danger.disabled,.bootstrap .btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap .btn-outline-light.focus,.bootstrap .btn-outline-light:focus,.bootstrap .btn-outline-light:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap .btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.bootstrap .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap .btn-outline-light.disabled,.bootstrap .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.bootstrap .btn-outline-light:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap .btn-outline-dark.focus,.bootstrap .btn-outline-dark:focus,.bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.bootstrap .show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap .btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.bootstrap .btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap .btn-outline-dark.disabled,.bootstrap .btn-outline-dark:disabled{color:#343a40;background-color:transparent}.bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active,.bootstrap .show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap .btn-link{font-weight:400;color:#007bff;background-color:transparent}.bootstrap .btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.bootstrap .btn-link.focus,.bootstrap .btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.bootstrap .btn-link.disabled,.bootstrap .btn-link:disabled{color:#6c757d}.bootstrap .btn-group-lg>.btn,.bootstrap .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.bootstrap .btn-group-sm>.btn,.bootstrap .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.bootstrap .btn-block{display:block;width:100%}.bootstrap .btn-block+.btn-block{margin-top:.5rem}.bootstrap input[type=submit].btn-block,.bootstrap input[type=button].btn-block,.bootstrap input[type=reset].btn-block{width:100%}.bootstrap .dropdown-toggle::after,.bootstrap .dropup .dropdown-toggle::after{width:0;height:0;vertical-align:.255em;content:""}.bootstrap .fade{opacity:0;transition:opacity .15s linear}.bootstrap .fade.show{opacity:1}.bootstrap .collapse{display:none}.bootstrap .collapse.show{display:block}.bootstrap tr.collapse.show{display:table-row}.bootstrap tbody.collapse.show{display:table-row-group}.bootstrap .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.bootstrap .dropdown,.bootstrap .dropup{position:relative}.bootstrap .dropdown-toggle::after{display:inline-block;margin-left:.255em;border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.bootstrap .dropdown-toggle:empty::after{margin-left:0}.bootstrap .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.bootstrap .dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.bootstrap .dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.bootstrap .dropleft .dropdown-toggle::before,.bootstrap .dropright .dropdown-toggle::after{width:0;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;height:0}.bootstrap .dropup .dropdown-toggle:empty::after{margin-left:0}.bootstrap .dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.bootstrap .dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;border-left:.3em solid;vertical-align:0}.bootstrap .dropright .dropdown-toggle:empty::after{margin-left:0}.bootstrap .dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.bootstrap .dropleft .dropdown-toggle::after{width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";display:none}.bootstrap .dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;border-right:.3em solid;vertical-align:0}.bootstrap .dropleft .dropdown-toggle:empty::after{margin-left:0}.bootstrap .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.bootstrap .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.bootstrap .btn-group>.btn-group:not(:last-child)>.btn,.bootstrap .btn-group>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap .input-group>.custom-file:not(:last-child) .custom-file-label,.bootstrap .input-group>.custom-file:not(:last-child) .custom-file-label::before,.bootstrap .input-group>.custom-select:not(:last-child),.bootstrap .input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap .btn-group>.btn-group:not(:first-child)>.btn,.bootstrap .btn-group>.btn:not(:first-child),.bootstrap .input-group>.custom-file:not(:first-child) .custom-file-label,.bootstrap .input-group>.custom-file:not(:first-child) .custom-file-label::before,.bootstrap .input-group>.custom-select:not(:first-child),.bootstrap .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap .dropdown-item:focus,.bootstrap .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.bootstrap .dropdown-item.active,.bootstrap .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.bootstrap .dropdown-item.disabled,.bootstrap .dropdown-item:disabled{color:#6c757d;background-color:transparent}.bootstrap .dropdown-menu.show{display:block}.bootstrap .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.bootstrap .btn-group,.bootstrap .btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.bootstrap .btn-group-vertical>.btn,.bootstrap .btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.bootstrap .btn-group-vertical>.btn.active,.bootstrap .btn-group-vertical>.btn:active,.bootstrap .btn-group-vertical>.btn:focus,.bootstrap .btn-group-vertical>.btn:hover,.bootstrap .btn-group>.btn.active,.bootstrap .btn-group>.btn:active,.bootstrap .btn-group>.btn:focus,.bootstrap .btn-group>.btn:hover{z-index:1}.bootstrap .btn-group .btn+.btn,.bootstrap .btn-group .btn+.btn-group,.bootstrap .btn-group .btn-group+.btn,.bootstrap .btn-group .btn-group+.btn-group,.bootstrap .btn-group-vertical .btn+.btn,.bootstrap .btn-group-vertical .btn+.btn-group,.bootstrap .btn-group-vertical .btn-group+.btn,.bootstrap .btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.bootstrap .btn-group>.btn:first-child,.bootstrap .card>hr,.bootstrap .dropdown-toggle-split::after{margin-left:0}.bootstrap .btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap .btn-toolbar .input-group{width:auto}.bootstrap .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.bootstrap .btn-group-sm>.btn+.dropdown-toggle-split,.bootstrap .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.bootstrap .btn-group-lg>.btn+.dropdown-toggle-split,.bootstrap .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.bootstrap .btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bootstrap .btn-group-vertical .btn,.bootstrap .btn-group-vertical .btn-group{width:100%}.bootstrap .btn-group-vertical>.btn+.btn,.bootstrap .btn-group-vertical>.btn+.btn-group,.bootstrap .btn-group-vertical>.btn-group+.btn,.bootstrap .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.bootstrap .input-group-append,.bootstrap .input-group-append .btn+.btn,.bootstrap .input-group-append .btn+.input-group-text,.bootstrap .input-group-append .input-group-text+.btn,.bootstrap .input-group-append .input-group-text+.input-group-text,.bootstrap .input-group-prepend .btn+.btn,.bootstrap .input-group-prepend .btn+.input-group-text,.bootstrap .input-group-prepend .input-group-text+.btn,.bootstrap .input-group-prepend .input-group-text+.input-group-text,.bootstrap .input-group>.custom-file+.custom-file,.bootstrap .input-group>.custom-file+.custom-select,.bootstrap .input-group>.custom-file+.form-control,.bootstrap .input-group>.custom-select+.custom-file,.bootstrap .input-group>.custom-select+.custom-select,.bootstrap .input-group>.custom-select+.form-control,.bootstrap .input-group>.form-control+.custom-file,.bootstrap .input-group>.form-control+.custom-select,.bootstrap .input-group>.form-control+.form-control{margin-left:-1px}.bootstrap .btn-group-vertical>.btn-group:not(:last-child)>.btn,.bootstrap .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap .btn-group-vertical>.btn-group:not(:first-child)>.btn,.bootstrap .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.bootstrap .btn-group-toggle>.btn,.bootstrap .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.bootstrap .btn-group-toggle>.btn input[type=radio],.bootstrap .btn-group-toggle>.btn input[type=checkbox],.bootstrap .btn-group-toggle>.btn-group>.btn input[type=radio],.bootstrap .btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap .input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.bootstrap .input-group>.custom-file,.bootstrap .input-group>.custom-select,.bootstrap .input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.bootstrap .input-group>.custom-file:focus,.bootstrap .input-group>.custom-select:focus,.bootstrap .input-group>.form-control:focus{z-index:3}.bootstrap .input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bootstrap .input-group-append,.bootstrap .input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.bootstrap .input-group-append .btn,.bootstrap .input-group-prepend .btn{position:relative;z-index:2}.bootstrap .input-group-prepend{margin-right:-1px}.bootstrap .input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.bootstrap .input-group-text input[type=radio],.bootstrap .input-group-text input[type=checkbox]{margin-top:0}.bootstrap .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.bootstrap .input-group>.input-group-append:not(:last-child)>.btn,.bootstrap .input-group>.input-group-append:not(:last-child)>.input-group-text,.bootstrap .input-group>.input-group-prepend>.btn,.bootstrap .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap .input-group>.input-group-append>.btn,.bootstrap .input-group>.input-group-append>.input-group-text,.bootstrap .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.bootstrap .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.bootstrap .input-group>.input-group-prepend:not(:first-child)>.btn,.bootstrap .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.bootstrap .custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.bootstrap .custom-control-label::after,.bootstrap .custom-control-label::before{position:absolute;top:.25rem;display:block;width:1rem;height:1rem;content:"";left:0}.bootstrap .custom-control-input{position:absolute;z-index:-1;opacity:0}.bootstrap .custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.bootstrap .custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap .custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.bootstrap .custom-control-input:disabled~.custom-control-label{color:#6c757d}.bootstrap .custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.bootstrap .custom-control-label{margin-bottom:0}.bootstrap .custom-control-label::before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.bootstrap .custom-checkbox .custom-control-input:checked~.custom-control-label::before,.bootstrap .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.bootstrap .custom-control-label::after{background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.bootstrap .custom-file,.bootstrap .custom-file-input{position:relative;width:100%;height:calc(2.25rem + 2px)}.bootstrap .custom-file-input:lang(en)~.custom-file-label::after,.bootstrap .custom-file-label::after{content:"Browse"}.bootstrap .custom-checkbox .custom-control-label::before{border-radius:.25rem}.bootstrap .custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.bootstrap .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.bootstrap .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,.bootstrap .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.bootstrap .custom-radio .custom-control-label::before{border-radius:50%}.bootstrap .custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.bootstrap .custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.bootstrap .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.bootstrap .custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center no-repeat #fff;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bootstrap .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.bootstrap .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.bootstrap .custom-select[multiple],.bootstrap .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.bootstrap .custom-select:disabled{color:#6c757d;background-color:#e9ecef}.bootstrap .custom-select::-ms-expand{opacity:0}.bootstrap .custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.bootstrap .custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.bootstrap .custom-file{display:inline-block;margin-bottom:0}.bootstrap .custom-file-input{z-index:2;margin:0;opacity:0}.bootstrap .custom-file-label,.bootstrap .custom-file-label::after{position:absolute;top:0;padding:.375rem .75rem;line-height:1.5;color:#495057;right:0}.bootstrap .custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap .custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.bootstrap .custom-file-label{left:0;z-index:1;height:calc(2.25rem + 2px);background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.bootstrap .custom-file-label::after{bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.bootstrap .nav,.bootstrap .navbar{display:-webkit-box;display:-ms-flexbox;-ms-flex-wrap:wrap}.bootstrap .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.bootstrap .nav-link{display:block;padding:.5rem 1rem}.bootstrap .nav-link:focus,.bootstrap .nav-link:hover{text-decoration:none}.bootstrap .nav-link.disabled{color:#6c757d}.bootstrap .nav-tabs{border-bottom:1px solid #dee2e6}.bootstrap .nav-tabs .nav-item{margin-bottom:-1px}.bootstrap .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap .nav-tabs .nav-link:focus,.bootstrap .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.bootstrap .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.bootstrap .nav-tabs .nav-item.show .nav-link,.bootstrap .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.bootstrap .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.bootstrap .nav-pills .nav-link{border-radius:.25rem}.bootstrap .nav-pills .nav-link.active,.bootstrap .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.bootstrap .nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.bootstrap .nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.bootstrap .tab-content>.tab-pane{display:none}.bootstrap .tab-content>.active{display:block}.bootstrap .navbar{position:relative;display:flex;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.bootstrap .navbar>.container,.bootstrap .navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bootstrap .navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.bootstrap .card,.bootstrap .navbar-nav{display:-webkit-box;display:-ms-flexbox}.bootstrap .navbar-brand:focus,.bootstrap .navbar-brand:hover{text-decoration:none}.bootstrap .navbar-nav{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.bootstrap .navbar-nav .nav-link{padding-right:0;padding-left:0}.bootstrap .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.bootstrap .navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bootstrap .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.bootstrap .navbar-toggler:focus,.bootstrap .navbar-toggler:hover{text-decoration:none}.bootstrap .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:center center no-repeat;background-size:100% 100%}@media (max-width:575.98px){.bootstrap .navbar-expand-sm>.container,.bootstrap .navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.bootstrap .navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap .navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.bootstrap .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap .navbar-expand-sm>.container,.bootstrap .navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap .navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap .navbar-expand-sm .navbar-toggler{display:none}.bootstrap .navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.bootstrap .navbar-expand-md>.container,.bootstrap .navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.bootstrap .navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap .navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.bootstrap .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap .navbar-expand-md>.container,.bootstrap .navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap .navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap .navbar-expand-md .navbar-toggler{display:none}.bootstrap .navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.bootstrap .navbar-expand-lg>.container,.bootstrap .navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.bootstrap .navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap .navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.bootstrap .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap .navbar-expand-lg>.container,.bootstrap .navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap .navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap .navbar-expand-lg .navbar-toggler{display:none}.bootstrap .navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.bootstrap .navbar-expand-xl>.container,.bootstrap .navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.bootstrap .navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap .navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.bootstrap .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap .navbar-expand-xl>.container,.bootstrap .navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap .navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap .navbar-expand-xl .navbar-toggler{display:none}.bootstrap .navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.bootstrap .navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap .navbar-expand>.container,.bootstrap .navbar-expand>.container-fluid{padding-right:0;padding-left:0}.bootstrap .navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap .card,.bootstrap .card-deck{-webkit-box-orient:vertical;-webkit-box-direction:normal}.bootstrap .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.bootstrap .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap .navbar-expand>.container,.bootstrap .navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap .navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap .navbar-expand .navbar-toggler{display:none}.bootstrap .navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.bootstrap .navbar-light .navbar-brand,.bootstrap .navbar-light .navbar-brand:focus,.bootstrap .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.bootstrap .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.bootstrap .navbar-light .navbar-nav .nav-link:focus,.bootstrap .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.bootstrap .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.bootstrap .navbar-light .navbar-nav .active>.nav-link,.bootstrap .navbar-light .navbar-nav .nav-link.active,.bootstrap .navbar-light .navbar-nav .nav-link.show,.bootstrap .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.bootstrap .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.bootstrap .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.bootstrap .navbar-light .navbar-text{color:rgba(0,0,0,.5)}.bootstrap .navbar-light .navbar-text a,.bootstrap .navbar-light .navbar-text a:focus,.bootstrap .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.bootstrap .navbar-dark .navbar-brand,.bootstrap .navbar-dark .navbar-brand:focus,.bootstrap .navbar-dark .navbar-brand:hover{color:#fff}.bootstrap .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.bootstrap .navbar-dark .navbar-nav .nav-link:focus,.bootstrap .navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.bootstrap .navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.bootstrap .navbar-dark .navbar-nav .active>.nav-link,.bootstrap .navbar-dark .navbar-nav .nav-link.active,.bootstrap .navbar-dark .navbar-nav .nav-link.show,.bootstrap .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.bootstrap .navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.bootstrap .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.bootstrap .navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.bootstrap .navbar-dark .navbar-text a,.bootstrap .navbar-dark .navbar-text a:focus,.bootstrap .navbar-dark .navbar-text a:hover{color:#fff}.bootstrap .card{position:relative;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.bootstrap .card>hr{margin-right:0}.bootstrap .card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap .card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap .card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.bootstrap .card-footer,.bootstrap .card-header{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03)}.bootstrap .card-title{margin-bottom:.75rem}.bootstrap .card-subtitle{margin-top:-.375rem;margin-bottom:0}.bootstrap .card-text:last-child{margin-bottom:0}.bootstrap .card-link:hover{text-decoration:none}.bootstrap .card-link+.card-link{margin-left:1.25rem}.bootstrap .card-header-pills,.bootstrap .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.bootstrap .card-header{margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.125)}.bootstrap .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.bootstrap .card-header+.list-group .list-group-item:first-child{border-top:0}.bootstrap .card-footer{border-top:1px solid rgba(0,0,0,.125)}.bootstrap .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.bootstrap .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.bootstrap .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.bootstrap .card-img{width:100%;border-radius:calc(.25rem - 1px)}.bootstrap .card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.bootstrap .card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.bootstrap .card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.bootstrap .card-deck .card{margin-bottom:15px}@media (min-width:576px){.bootstrap .card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.bootstrap .card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.bootstrap .card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bootstrap .card-group>.card{margin-bottom:15px}@media (min-width:576px){.bootstrap .card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.bootstrap .card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.bootstrap .card-group>.card+.card{margin-left:0;border-left:0}.bootstrap .card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap .card-group>.card:first-child .card-header,.bootstrap .card-group>.card:first-child .card-img-top{border-top-right-radius:0}.bootstrap .card-group>.card:first-child .card-footer,.bootstrap .card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.bootstrap .card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap .card-group>.card:last-child .card-header,.bootstrap .card-group>.card:last-child .card-img-top{border-top-left-radius:0}.bootstrap .card-group>.card:last-child .card-footer,.bootstrap .card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.bootstrap .card-group>.card:only-child{border-radius:.25rem}.bootstrap .card-group>.card:only-child .card-header,.bootstrap .card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap .card-group>.card:only-child .card-footer,.bootstrap .card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap .card-group>.card:not(:first-child):not(:last-child):not(:only-child),.bootstrap .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.bootstrap .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.bootstrap .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.bootstrap .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}.bootstrap .card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.bootstrap .card-columns .card{display:inline-block;width:100%}}.bootstrap .list-group,.bootstrap .modal-content,.bootstrap .progress-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal}.bootstrap .card-columns .card{margin-bottom:.75rem}.bootstrap .breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.bootstrap .breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.bootstrap .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.bootstrap .breadcrumb-item.active{color:#6c757d}.bootstrap .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.bootstrap .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.bootstrap .page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.bootstrap .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.bootstrap .page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.bootstrap .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.bootstrap .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.bootstrap .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.bootstrap .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.bootstrap .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.bootstrap .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.bootstrap .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.bootstrap .badge:empty{display:none}.bootstrap .btn .badge{position:relative;top:-1px}.bootstrap .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.bootstrap .badge-primary{color:#fff;background-color:#007bff}.bootstrap .badge-primary[href]:focus,.bootstrap .badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.bootstrap .badge-secondary{color:#fff;background-color:#6c757d}.bootstrap .badge-secondary[href]:focus,.bootstrap .badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.bootstrap .badge-success{color:#fff;background-color:#28a745}.bootstrap .badge-success[href]:focus,.bootstrap .badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.bootstrap .badge-info{color:#fff;background-color:#17a2b8}.bootstrap .badge-info[href]:focus,.bootstrap .badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.bootstrap .badge-warning{color:#212529;background-color:#ffc107}.bootstrap .badge-warning[href]:focus,.bootstrap .badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.bootstrap .badge-danger{color:#fff;background-color:#dc3545}.bootstrap .badge-danger[href]:focus,.bootstrap .badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.bootstrap .badge-light{color:#212529;background-color:#f8f9fa}.bootstrap .badge-light[href]:focus,.bootstrap .badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.bootstrap .badge-dark{color:#fff;background-color:#343a40}.bootstrap .badge-dark[href]:focus,.bootstrap .badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.bootstrap .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.bootstrap .jumbotron{padding:4rem 2rem}}.bootstrap .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.bootstrap .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.bootstrap .alert-heading{color:inherit}.bootstrap .alert-link{font-weight:700}.bootstrap .alert-dismissible{padding-right:4rem}.bootstrap .alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.bootstrap .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.bootstrap .alert-primary hr{border-top-color:#9fcdff}.bootstrap .alert-primary .alert-link{color:#002752}.bootstrap .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.bootstrap .alert-secondary hr{border-top-color:#c8cbcf}.bootstrap .alert-secondary .alert-link{color:#202326}.bootstrap .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.bootstrap .alert-success hr{border-top-color:#b1dfbb}.bootstrap .alert-success .alert-link{color:#0b2e13}.bootstrap .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.bootstrap .alert-info hr{border-top-color:#abdde5}.bootstrap .alert-info .alert-link{color:#062c33}.bootstrap .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.bootstrap .alert-warning hr{border-top-color:#ffe8a1}.bootstrap .alert-warning .alert-link{color:#533f03}.bootstrap .alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.bootstrap .alert-danger hr{border-top-color:#f1b0b7}.bootstrap .alert-danger .alert-link{color:#491217}.bootstrap .alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.bootstrap .alert-light hr{border-top-color:#ececf6}.bootstrap .alert-light .alert-link{color:#686868}.bootstrap .alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.bootstrap .alert-dark hr{border-top-color:#b9bbbe}.bootstrap .alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.bootstrap .progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.bootstrap .progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.bootstrap .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.bootstrap .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.bootstrap .media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bootstrap .media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.bootstrap .list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.bootstrap .list-group-item-action{width:100%;color:#495057;text-align:inherit}.bootstrap .list-group-item-action:focus,.bootstrap .list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.bootstrap .list-group-item-action:active{color:#212529;background-color:#e9ecef}.bootstrap .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.bootstrap .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap .list-group-item:focus,.bootstrap .list-group-item:hover{z-index:1;text-decoration:none}.bootstrap .list-group-item.disabled,.bootstrap .list-group-item:disabled{color:#6c757d;background-color:#fff}.bootstrap .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap .list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.bootstrap .list-group-flush:first-child .list-group-item:first-child{border-top:0}.bootstrap .list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.bootstrap .list-group-item-primary{color:#004085;background-color:#b8daff}.bootstrap .list-group-item-primary.list-group-item-action:focus,.bootstrap .list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.bootstrap .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.bootstrap .list-group-item-secondary{color:#383d41;background-color:#d6d8db}.bootstrap .list-group-item-secondary.list-group-item-action:focus,.bootstrap .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.bootstrap .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.bootstrap .list-group-item-success{color:#155724;background-color:#c3e6cb}.bootstrap .list-group-item-success.list-group-item-action:focus,.bootstrap .list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.bootstrap .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.bootstrap .list-group-item-info{color:#0c5460;background-color:#bee5eb}.bootstrap .list-group-item-info.list-group-item-action:focus,.bootstrap .list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.bootstrap .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.bootstrap .list-group-item-warning{color:#856404;background-color:#ffeeba}.bootstrap .list-group-item-warning.list-group-item-action:focus,.bootstrap .list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.bootstrap .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.bootstrap .list-group-item-danger{color:#721c24;background-color:#f5c6cb}.bootstrap .list-group-item-danger.list-group-item-action:focus,.bootstrap .list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.bootstrap .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.bootstrap .list-group-item-light{color:#818182;background-color:#fdfdfe}.bootstrap .list-group-item-light.list-group-item-action:focus,.bootstrap .list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.bootstrap .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.bootstrap .list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.bootstrap .list-group-item-dark.list-group-item-action:focus,.bootstrap .list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.bootstrap .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.bootstrap .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.bootstrap .popover,.bootstrap .tooltip{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;text-decoration:none}.bootstrap .close:focus,.bootstrap .close:hover{color:#000;text-decoration:none;opacity:.75}.bootstrap .close:not(:disabled):not(.disabled){cursor:pointer}.bootstrap button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.bootstrap .modal-open{overflow:hidden}.bootstrap .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.bootstrap .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.bootstrap .modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.bootstrap .modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.bootstrap .modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.bootstrap .modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.bootstrap .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.bootstrap .modal-backdrop.fade{opacity:0}.bootstrap .modal-backdrop.show{opacity:.5}.bootstrap .modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.bootstrap .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.bootstrap .modal-title{margin-bottom:0;line-height:1.5}.bootstrap .modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.bootstrap .modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.bootstrap .modal-footer>:not(:first-child){margin-left:.25rem}.bootstrap .modal-footer>:not(:last-child){margin-right:.25rem}.bootstrap .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.bootstrap .modal-dialog{max-width:500px;margin:1.75rem auto}.bootstrap .modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.bootstrap .modal-sm{max-width:300px}}@media (min-width:992px){.bootstrap .modal-lg{max-width:800px}}.bootstrap .tooltip{position:absolute;z-index:1070;display:block;margin:0;line-height:1.5;text-align:left;text-align:start;text-shadow:none;opacity:0}.bootstrap .tooltip.show{opacity:.9}.bootstrap .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.bootstrap .tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bootstrap .bs-tooltip-auto[x-placement^=top],.bootstrap .bs-tooltip-top{padding:.4rem 0}.bootstrap .bs-tooltip-auto[x-placement^=top] .arrow,.bootstrap .bs-tooltip-top .arrow{bottom:0}.bootstrap .bs-tooltip-auto[x-placement^=top] .arrow::before,.bootstrap .bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bootstrap .bs-tooltip-auto[x-placement^=right],.bootstrap .bs-tooltip-right{padding:0 .4rem}.bootstrap .bs-tooltip-auto[x-placement^=right] .arrow,.bootstrap .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bootstrap .bs-tooltip-auto[x-placement^=right] .arrow::before,.bootstrap .bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bootstrap .bs-tooltip-auto[x-placement^=bottom],.bootstrap .bs-tooltip-bottom{padding:.4rem 0}.bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow,.bootstrap .bs-tooltip-bottom .arrow{top:0}.bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bootstrap .bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bootstrap .bs-tooltip-auto[x-placement^=left],.bootstrap .bs-tooltip-left{padding:0 .4rem}.bootstrap .bs-tooltip-auto[x-placement^=left] .arrow,.bootstrap .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bootstrap .bs-tooltip-auto[x-placement^=left] .arrow::before,.bootstrap .bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.bootstrap .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.bootstrap .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;line-height:1.5;text-align:left;text-align:start;text-shadow:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.bootstrap .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.bootstrap .popover .arrow::after,.bootstrap .popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bootstrap .bs-popover-auto[x-placement^=top],.bootstrap .bs-popover-top{margin-bottom:.5rem}.bootstrap .bs-popover-auto[x-placement^=top] .arrow,.bootstrap .bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bootstrap .bs-popover-auto[x-placement^=top] .arrow::after,.bootstrap .bs-popover-auto[x-placement^=top] .arrow::before,.bootstrap .bs-popover-top .arrow::after,.bootstrap .bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bootstrap .bs-popover-auto[x-placement^=top] .arrow::before,.bootstrap .bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bootstrap .bs-popover-auto[x-placement^=top] .arrow::after,.bootstrap .bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bootstrap .bs-popover-auto[x-placement^=right],.bootstrap .bs-popover-right{margin-left:.5rem}.bootstrap .bs-popover-auto[x-placement^=right] .arrow,.bootstrap .bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bootstrap .bs-popover-auto[x-placement^=right] .arrow::after,.bootstrap .bs-popover-auto[x-placement^=right] .arrow::before,.bootstrap .bs-popover-right .arrow::after,.bootstrap .bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bootstrap .bs-popover-auto[x-placement^=right] .arrow::before,.bootstrap .bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bootstrap .bs-popover-auto[x-placement^=right] .arrow::after,.bootstrap .bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bootstrap .bs-popover-auto[x-placement^=bottom],.bootstrap .bs-popover-bottom{margin-top:.5rem}.bootstrap .bs-popover-auto[x-placement^=bottom] .arrow,.bootstrap .bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bootstrap .bs-popover-auto[x-placement^=bottom] .arrow::after,.bootstrap .bs-popover-auto[x-placement^=bottom] .arrow::before,.bootstrap .bs-popover-bottom .arrow::after,.bootstrap .bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem}.bootstrap .bs-popover-auto[x-placement^=bottom] .arrow::before,.bootstrap .bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bootstrap .bs-popover-auto[x-placement^=bottom] .arrow::after,.bootstrap .bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bootstrap .bs-popover-auto[x-placement^=bottom] .popover-header::before,.bootstrap .bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bootstrap .bs-popover-auto[x-placement^=left],.bootstrap .bs-popover-left{margin-right:.5rem}.bootstrap .bs-popover-auto[x-placement^=left] .arrow,.bootstrap .bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bootstrap .bs-popover-auto[x-placement^=left] .arrow::after,.bootstrap .bs-popover-auto[x-placement^=left] .arrow::before,.bootstrap .bs-popover-left .arrow::after,.bootstrap .bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bootstrap .bs-popover-auto[x-placement^=left] .arrow::before,.bootstrap .bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bootstrap .bs-popover-auto[x-placement^=left] .arrow::after,.bootstrap .bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.bootstrap .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.bootstrap .popover-header:empty{display:none}.bootstrap .popover-body{padding:.5rem .75rem;color:#212529}.bootstrap .carousel{position:relative}.bootstrap .carousel-inner{position:relative;width:100%;overflow:hidden}.bootstrap .carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.bootstrap .carousel-item-next,.bootstrap .carousel-item-prev,.bootstrap .carousel-item.active{display:block}.bootstrap .carousel-item-next,.bootstrap .carousel-item-prev{position:absolute;top:0}.bootstrap .carousel-item-next.carousel-item-left,.bootstrap .carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.bootstrap .carousel-item-next.carousel-item-left,.bootstrap .carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bootstrap .active.carousel-item-right,.bootstrap .carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.bootstrap .active.carousel-item-right,.bootstrap .carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.bootstrap .active.carousel-item-left,.bootstrap .carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.bootstrap .active.carousel-item-left,.bootstrap .carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.bootstrap .carousel-control-next,.bootstrap .carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.bootstrap .carousel-control-next:focus,.bootstrap .carousel-control-next:hover,.bootstrap .carousel-control-prev:focus,.bootstrap .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.bootstrap .carousel-control-prev{left:0}.bootstrap .carousel-control-next{right:0}.bootstrap .carousel-control-next-icon,.bootstrap .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:center center no-repeat;background-size:100% 100%}.bootstrap .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.bootstrap .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.bootstrap .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.bootstrap .carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.bootstrap .carousel-indicators li::after,.bootstrap .carousel-indicators li::before{left:0;display:inline-block;height:10px;position:absolute;content:"";width:100%}.bootstrap .carousel-indicators li::before{top:-10px}.bootstrap .carousel-indicators li::after{bottom:-10px}.bootstrap .carousel-indicators .active{background-color:#fff}.bootstrap .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.bootstrap .align-baseline{vertical-align:baseline!important}.bootstrap .align-top{vertical-align:top!important}.bootstrap .align-middle{vertical-align:middle!important}.bootstrap .align-bottom{vertical-align:bottom!important}.bootstrap .align-text-bottom{vertical-align:text-bottom!important}.bootstrap .align-text-top{vertical-align:text-top!important}.bootstrap .bg-primary{background-color:#007bff!important}.bootstrap a.bg-primary:focus,.bootstrap a.bg-primary:hover,.bootstrap button.bg-primary:focus,.bootstrap button.bg-primary:hover{background-color:#0062cc!important}.bootstrap .bg-secondary{background-color:#6c757d!important}.bootstrap a.bg-secondary:focus,.bootstrap a.bg-secondary:hover,.bootstrap button.bg-secondary:focus,.bootstrap button.bg-secondary:hover{background-color:#545b62!important}.bootstrap .bg-success{background-color:#28a745!important}.bootstrap a.bg-success:focus,.bootstrap a.bg-success:hover,.bootstrap button.bg-success:focus,.bootstrap button.bg-success:hover{background-color:#1e7e34!important}.bootstrap .bg-info{background-color:#17a2b8!important}.bootstrap a.bg-info:focus,.bootstrap a.bg-info:hover,.bootstrap button.bg-info:focus,.bootstrap button.bg-info:hover{background-color:#117a8b!important}.bootstrap .bg-warning{background-color:#ffc107!important}.bootstrap a.bg-warning:focus,.bootstrap a.bg-warning:hover,.bootstrap button.bg-warning:focus,.bootstrap button.bg-warning:hover{background-color:#d39e00!important}.bootstrap .bg-danger{background-color:#dc3545!important}.bootstrap a.bg-danger:focus,.bootstrap a.bg-danger:hover,.bootstrap button.bg-danger:focus,.bootstrap button.bg-danger:hover{background-color:#bd2130!important}.bootstrap .bg-light{background-color:#f8f9fa!important}.bootstrap a.bg-light:focus,.bootstrap a.bg-light:hover,.bootstrap button.bg-light:focus,.bootstrap button.bg-light:hover{background-color:#dae0e5!important}.bootstrap .bg-dark{background-color:#343a40!important}.bootstrap a.bg-dark:focus,.bootstrap a.bg-dark:hover,.bootstrap button.bg-dark:focus,.bootstrap button.bg-dark:hover{background-color:#1d2124!important}.bootstrap .bg-white{background-color:#fff!important}.bootstrap .bg-transparent{background-color:transparent!important}.bootstrap .border{border:1px solid #dee2e6!important}.bootstrap .border-top{border-top:1px solid #dee2e6!important}.bootstrap .border-right{border-right:1px solid #dee2e6!important}.bootstrap .border-bottom{border-bottom:1px solid #dee2e6!important}.bootstrap .border-left{border-left:1px solid #dee2e6!important}.bootstrap .border-0{border:0!important}.bootstrap .border-top-0{border-top:0!important}.bootstrap .border-right-0{border-right:0!important}.bootstrap .border-bottom-0{border-bottom:0!important}.bootstrap .border-left-0{border-left:0!important}.bootstrap .border-primary{border-color:#007bff!important}.bootstrap .border-secondary{border-color:#6c757d!important}.bootstrap .border-success{border-color:#28a745!important}.bootstrap .border-info{border-color:#17a2b8!important}.bootstrap .border-warning{border-color:#ffc107!important}.bootstrap .border-danger{border-color:#dc3545!important}.bootstrap .border-light{border-color:#f8f9fa!important}.bootstrap .border-dark{border-color:#343a40!important}.bootstrap .border-white{border-color:#fff!important}.bootstrap .rounded{border-radius:.25rem!important}.bootstrap .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.bootstrap .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.bootstrap .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.bootstrap .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.bootstrap .rounded-circle{border-radius:50%!important}.bootstrap .rounded-0{border-radius:0!important}.bootstrap .clearfix::after{display:block;clear:both;content:""}.bootstrap .d-none{display:none!important}.bootstrap .d-inline{display:inline!important}.bootstrap .d-inline-block{display:inline-block!important}.bootstrap .d-block{display:block!important}.bootstrap .d-table{display:table!important}.bootstrap .d-table-row{display:table-row!important}.bootstrap .d-table-cell{display:table-cell!important}.bootstrap .d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.bootstrap .d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.bootstrap .d-sm-none{display:none!important}.bootstrap .d-sm-inline{display:inline!important}.bootstrap .d-sm-inline-block{display:inline-block!important}.bootstrap .d-sm-block{display:block!important}.bootstrap .d-sm-table{display:table!important}.bootstrap .d-sm-table-row{display:table-row!important}.bootstrap .d-sm-table-cell{display:table-cell!important}.bootstrap .d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.bootstrap .d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.bootstrap .d-md-none{display:none!important}.bootstrap .d-md-inline{display:inline!important}.bootstrap .d-md-inline-block{display:inline-block!important}.bootstrap .d-md-block{display:block!important}.bootstrap .d-md-table{display:table!important}.bootstrap .d-md-table-row{display:table-row!important}.bootstrap .d-md-table-cell{display:table-cell!important}.bootstrap .d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.bootstrap .d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.bootstrap .d-lg-none{display:none!important}.bootstrap .d-lg-inline{display:inline!important}.bootstrap .d-lg-inline-block{display:inline-block!important}.bootstrap .d-lg-block{display:block!important}.bootstrap .d-lg-table{display:table!important}.bootstrap .d-lg-table-row{display:table-row!important}.bootstrap .d-lg-table-cell{display:table-cell!important}.bootstrap .d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.bootstrap .d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.bootstrap .d-xl-none{display:none!important}.bootstrap .d-xl-inline{display:inline!important}.bootstrap .d-xl-inline-block{display:inline-block!important}.bootstrap .d-xl-block{display:block!important}.bootstrap .d-xl-table{display:table!important}.bootstrap .d-xl-table-row{display:table-row!important}.bootstrap .d-xl-table-cell{display:table-cell!important}.bootstrap .d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.bootstrap .d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.bootstrap .d-print-none{display:none!important}.bootstrap .d-print-inline{display:inline!important}.bootstrap .d-print-inline-block{display:inline-block!important}.bootstrap .d-print-block{display:block!important}.bootstrap .d-print-table{display:table!important}.bootstrap .d-print-table-row{display:table-row!important}.bootstrap .d-print-table-cell{display:table-cell!important}.bootstrap .d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.bootstrap .d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.bootstrap .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.bootstrap .embed-responsive::before{display:block;content:""}.bootstrap .embed-responsive .embed-responsive-item,.bootstrap .embed-responsive embed,.bootstrap .embed-responsive iframe,.bootstrap .embed-responsive object,.bootstrap .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.bootstrap .embed-responsive-21by9::before{padding-top:42.857143%}.bootstrap .embed-responsive-16by9::before{padding-top:56.25%}.bootstrap .embed-responsive-4by3::before{padding-top:75%}.bootstrap .embed-responsive-1by1::before{padding-top:100%}.bootstrap .flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap .flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap .flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap .flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap .justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap .justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap .justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.bootstrap .justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap .align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap .align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap .align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.bootstrap .align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap .align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap .align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap .align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.bootstrap .float-left{float:left!important}.bootstrap .float-right{float:right!important}.bootstrap .float-none{float:none!important}.bootstrap .position-static{position:static!important}.bootstrap .position-relative{position:relative!important}.bootstrap .position-absolute{position:absolute!important}.bootstrap .position-fixed{position:fixed!important}.bootstrap .position-sticky{position:-webkit-sticky!important;position:sticky!important}.bootstrap .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.bootstrap .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.bootstrap .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.bootstrap .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.bootstrap .sr-only-focusable:active,.bootstrap .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.bootstrap .w-25{width:25%!important}.bootstrap .w-50{width:50%!important}.bootstrap .w-75{width:75%!important}.bootstrap .w-100{width:100%!important}.bootstrap .h-25{height:25%!important}.bootstrap .h-50{height:50%!important}.bootstrap .h-75{height:75%!important}.bootstrap .h-100{height:100%!important}.bootstrap .mw-100{max-width:100%!important}.bootstrap .mh-100{max-height:100%!important}.bootstrap .m-0{margin:0!important}.bootstrap .mt-0,.bootstrap .my-0{margin-top:0!important}.bootstrap .mr-0,.bootstrap .mx-0{margin-right:0!important}.bootstrap .mb-0,.bootstrap .my-0{margin-bottom:0!important}.bootstrap .ml-0,.bootstrap .mx-0{margin-left:0!important}.bootstrap .m-1{margin:.25rem!important}.bootstrap .mt-1,.bootstrap .my-1{margin-top:.25rem!important}.bootstrap .mr-1,.bootstrap .mx-1{margin-right:.25rem!important}.bootstrap .mb-1,.bootstrap .my-1{margin-bottom:.25rem!important}.bootstrap .ml-1,.bootstrap .mx-1{margin-left:.25rem!important}.bootstrap .m-2{margin:.5rem!important}.bootstrap .mt-2,.bootstrap .my-2{margin-top:.5rem!important}.bootstrap .mr-2,.bootstrap .mx-2{margin-right:.5rem!important}.bootstrap .mb-2,.bootstrap .my-2{margin-bottom:.5rem!important}.bootstrap .ml-2,.bootstrap .mx-2{margin-left:.5rem!important}.bootstrap .m-3{margin:1rem!important}.bootstrap .mt-3,.bootstrap .my-3{margin-top:1rem!important}.bootstrap .mr-3,.bootstrap .mx-3{margin-right:1rem!important}.bootstrap .mb-3,.bootstrap .my-3{margin-bottom:1rem!important}.bootstrap .ml-3,.bootstrap .mx-3{margin-left:1rem!important}.bootstrap .m-4{margin:1.5rem!important}.bootstrap .mt-4,.bootstrap .my-4{margin-top:1.5rem!important}.bootstrap .mr-4,.bootstrap .mx-4{margin-right:1.5rem!important}.bootstrap .mb-4,.bootstrap .my-4{margin-bottom:1.5rem!important}.bootstrap .ml-4,.bootstrap .mx-4{margin-left:1.5rem!important}.bootstrap .m-5{margin:3rem!important}.bootstrap .mt-5,.bootstrap .my-5{margin-top:3rem!important}.bootstrap .mr-5,.bootstrap .mx-5{margin-right:3rem!important}.bootstrap .mb-5,.bootstrap .my-5{margin-bottom:3rem!important}.bootstrap .ml-5,.bootstrap .mx-5{margin-left:3rem!important}.bootstrap .p-0{padding:0!important}.bootstrap .pt-0,.bootstrap .py-0{padding-top:0!important}.bootstrap .pr-0,.bootstrap .px-0{padding-right:0!important}.bootstrap .pb-0,.bootstrap .py-0{padding-bottom:0!important}.bootstrap .pl-0,.bootstrap .px-0{padding-left:0!important}.bootstrap .p-1{padding:.25rem!important}.bootstrap .pt-1,.bootstrap .py-1{padding-top:.25rem!important}.bootstrap .pr-1,.bootstrap .px-1{padding-right:.25rem!important}.bootstrap .pb-1,.bootstrap .py-1{padding-bottom:.25rem!important}.bootstrap .pl-1,.bootstrap .px-1{padding-left:.25rem!important}.bootstrap .p-2{padding:.5rem!important}.bootstrap .pt-2,.bootstrap .py-2{padding-top:.5rem!important}.bootstrap .pr-2,.bootstrap .px-2{padding-right:.5rem!important}.bootstrap .pb-2,.bootstrap .py-2{padding-bottom:.5rem!important}.bootstrap .pl-2,.bootstrap .px-2{padding-left:.5rem!important}.bootstrap .p-3{padding:1rem!important}.bootstrap .pt-3,.bootstrap .py-3{padding-top:1rem!important}.bootstrap .pr-3,.bootstrap .px-3{padding-right:1rem!important}.bootstrap .pb-3,.bootstrap .py-3{padding-bottom:1rem!important}.bootstrap .pl-3,.bootstrap .px-3{padding-left:1rem!important}.bootstrap .p-4{padding:1.5rem!important}.bootstrap .pt-4,.bootstrap .py-4{padding-top:1.5rem!important}.bootstrap .pr-4,.bootstrap .px-4{padding-right:1.5rem!important}.bootstrap .pb-4,.bootstrap .py-4{padding-bottom:1.5rem!important}.bootstrap .pl-4,.bootstrap .px-4{padding-left:1.5rem!important}.bootstrap .p-5{padding:3rem!important}.bootstrap .pt-5,.bootstrap .py-5{padding-top:3rem!important}.bootstrap .pr-5,.bootstrap .px-5{padding-right:3rem!important}.bootstrap .pb-5,.bootstrap .py-5{padding-bottom:3rem!important}.bootstrap .pl-5,.bootstrap .px-5{padding-left:3rem!important}.bootstrap .m-auto{margin:auto!important}.bootstrap .mt-auto,.bootstrap .my-auto{margin-top:auto!important}.bootstrap .mr-auto,.bootstrap .mx-auto{margin-right:auto!important}.bootstrap .mb-auto,.bootstrap .my-auto{margin-bottom:auto!important}.bootstrap .ml-auto,.bootstrap .mx-auto{margin-left:auto!important}.bootstrap .text-justify{text-align:justify!important}.bootstrap .text-nowrap{white-space:nowrap!important}.bootstrap .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap .text-left{text-align:left!important}.bootstrap .text-right{text-align:right!important}.bootstrap .text-center{text-align:center!important}@media (min-width:576px){.bootstrap .flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap .flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap .flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap .flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap .justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap .justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap .justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.bootstrap .justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap .align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap .align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap .align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.bootstrap .align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap .align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap .align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.bootstrap .float-sm-left{float:left!important}.bootstrap .float-sm-right{float:right!important}.bootstrap .float-sm-none{float:none!important}.bootstrap .m-sm-0{margin:0!important}.bootstrap .mt-sm-0,.bootstrap .my-sm-0{margin-top:0!important}.bootstrap .mr-sm-0,.bootstrap .mx-sm-0{margin-right:0!important}.bootstrap .mb-sm-0,.bootstrap .my-sm-0{margin-bottom:0!important}.bootstrap .ml-sm-0,.bootstrap .mx-sm-0{margin-left:0!important}.bootstrap .m-sm-1{margin:.25rem!important}.bootstrap .mt-sm-1,.bootstrap .my-sm-1{margin-top:.25rem!important}.bootstrap .mr-sm-1,.bootstrap .mx-sm-1{margin-right:.25rem!important}.bootstrap .mb-sm-1,.bootstrap .my-sm-1{margin-bottom:.25rem!important}.bootstrap .ml-sm-1,.bootstrap .mx-sm-1{margin-left:.25rem!important}.bootstrap .m-sm-2{margin:.5rem!important}.bootstrap .mt-sm-2,.bootstrap .my-sm-2{margin-top:.5rem!important}.bootstrap .mr-sm-2,.bootstrap .mx-sm-2{margin-right:.5rem!important}.bootstrap .mb-sm-2,.bootstrap .my-sm-2{margin-bottom:.5rem!important}.bootstrap .ml-sm-2,.bootstrap .mx-sm-2{margin-left:.5rem!important}.bootstrap .m-sm-3{margin:1rem!important}.bootstrap .mt-sm-3,.bootstrap .my-sm-3{margin-top:1rem!important}.bootstrap .mr-sm-3,.bootstrap .mx-sm-3{margin-right:1rem!important}.bootstrap .mb-sm-3,.bootstrap .my-sm-3{margin-bottom:1rem!important}.bootstrap .ml-sm-3,.bootstrap .mx-sm-3{margin-left:1rem!important}.bootstrap .m-sm-4{margin:1.5rem!important}.bootstrap .mt-sm-4,.bootstrap .my-sm-4{margin-top:1.5rem!important}.bootstrap .mr-sm-4,.bootstrap .mx-sm-4{margin-right:1.5rem!important}.bootstrap .mb-sm-4,.bootstrap .my-sm-4{margin-bottom:1.5rem!important}.bootstrap .ml-sm-4,.bootstrap .mx-sm-4{margin-left:1.5rem!important}.bootstrap .m-sm-5{margin:3rem!important}.bootstrap .mt-sm-5,.bootstrap .my-sm-5{margin-top:3rem!important}.bootstrap .mr-sm-5,.bootstrap .mx-sm-5{margin-right:3rem!important}.bootstrap .mb-sm-5,.bootstrap .my-sm-5{margin-bottom:3rem!important}.bootstrap .ml-sm-5,.bootstrap .mx-sm-5{margin-left:3rem!important}.bootstrap .p-sm-0{padding:0!important}.bootstrap .pt-sm-0,.bootstrap .py-sm-0{padding-top:0!important}.bootstrap .pr-sm-0,.bootstrap .px-sm-0{padding-right:0!important}.bootstrap .pb-sm-0,.bootstrap .py-sm-0{padding-bottom:0!important}.bootstrap .pl-sm-0,.bootstrap .px-sm-0{padding-left:0!important}.bootstrap .p-sm-1{padding:.25rem!important}.bootstrap .pt-sm-1,.bootstrap .py-sm-1{padding-top:.25rem!important}.bootstrap .pr-sm-1,.bootstrap .px-sm-1{padding-right:.25rem!important}.bootstrap .pb-sm-1,.bootstrap .py-sm-1{padding-bottom:.25rem!important}.bootstrap .pl-sm-1,.bootstrap .px-sm-1{padding-left:.25rem!important}.bootstrap .p-sm-2{padding:.5rem!important}.bootstrap .pt-sm-2,.bootstrap .py-sm-2{padding-top:.5rem!important}.bootstrap .pr-sm-2,.bootstrap .px-sm-2{padding-right:.5rem!important}.bootstrap .pb-sm-2,.bootstrap .py-sm-2{padding-bottom:.5rem!important}.bootstrap .pl-sm-2,.bootstrap .px-sm-2{padding-left:.5rem!important}.bootstrap .p-sm-3{padding:1rem!important}.bootstrap .pt-sm-3,.bootstrap .py-sm-3{padding-top:1rem!important}.bootstrap .pr-sm-3,.bootstrap .px-sm-3{padding-right:1rem!important}.bootstrap .pb-sm-3,.bootstrap .py-sm-3{padding-bottom:1rem!important}.bootstrap .pl-sm-3,.bootstrap .px-sm-3{padding-left:1rem!important}.bootstrap .p-sm-4{padding:1.5rem!important}.bootstrap .pt-sm-4,.bootstrap .py-sm-4{padding-top:1.5rem!important}.bootstrap .pr-sm-4,.bootstrap .px-sm-4{padding-right:1.5rem!important}.bootstrap .pb-sm-4,.bootstrap .py-sm-4{padding-bottom:1.5rem!important}.bootstrap .pl-sm-4,.bootstrap .px-sm-4{padding-left:1.5rem!important}.bootstrap .p-sm-5{padding:3rem!important}.bootstrap .pt-sm-5,.bootstrap .py-sm-5{padding-top:3rem!important}.bootstrap .pr-sm-5,.bootstrap .px-sm-5{padding-right:3rem!important}.bootstrap .pb-sm-5,.bootstrap .py-sm-5{padding-bottom:3rem!important}.bootstrap .pl-sm-5,.bootstrap .px-sm-5{padding-left:3rem!important}.bootstrap .m-sm-auto{margin:auto!important}.bootstrap .mt-sm-auto,.bootstrap .my-sm-auto{margin-top:auto!important}.bootstrap .mr-sm-auto,.bootstrap .mx-sm-auto{margin-right:auto!important}.bootstrap .mb-sm-auto,.bootstrap .my-sm-auto{margin-bottom:auto!important}.bootstrap .ml-sm-auto,.bootstrap .mx-sm-auto{margin-left:auto!important}.bootstrap .text-sm-left{text-align:left!important}.bootstrap .text-sm-right{text-align:right!important}.bootstrap .text-sm-center{text-align:center!important}}@media (min-width:768px){.bootstrap .flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap .flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap .flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap .flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap .justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap .justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap .justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.bootstrap .justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap .align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap .align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap .align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.bootstrap .align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap .align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap .align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.bootstrap .float-md-left{float:left!important}.bootstrap .float-md-right{float:right!important}.bootstrap .float-md-none{float:none!important}.bootstrap .m-md-0{margin:0!important}.bootstrap .mt-md-0,.bootstrap .my-md-0{margin-top:0!important}.bootstrap .mr-md-0,.bootstrap .mx-md-0{margin-right:0!important}.bootstrap .mb-md-0,.bootstrap .my-md-0{margin-bottom:0!important}.bootstrap .ml-md-0,.bootstrap .mx-md-0{margin-left:0!important}.bootstrap .m-md-1{margin:.25rem!important}.bootstrap .mt-md-1,.bootstrap .my-md-1{margin-top:.25rem!important}.bootstrap .mr-md-1,.bootstrap .mx-md-1{margin-right:.25rem!important}.bootstrap .mb-md-1,.bootstrap .my-md-1{margin-bottom:.25rem!important}.bootstrap .ml-md-1,.bootstrap .mx-md-1{margin-left:.25rem!important}.bootstrap .m-md-2{margin:.5rem!important}.bootstrap .mt-md-2,.bootstrap .my-md-2{margin-top:.5rem!important}.bootstrap .mr-md-2,.bootstrap .mx-md-2{margin-right:.5rem!important}.bootstrap .mb-md-2,.bootstrap .my-md-2{margin-bottom:.5rem!important}.bootstrap .ml-md-2,.bootstrap .mx-md-2{margin-left:.5rem!important}.bootstrap .m-md-3{margin:1rem!important}.bootstrap .mt-md-3,.bootstrap .my-md-3{margin-top:1rem!important}.bootstrap .mr-md-3,.bootstrap .mx-md-3{margin-right:1rem!important}.bootstrap .mb-md-3,.bootstrap .my-md-3{margin-bottom:1rem!important}.bootstrap .ml-md-3,.bootstrap .mx-md-3{margin-left:1rem!important}.bootstrap .m-md-4{margin:1.5rem!important}.bootstrap .mt-md-4,.bootstrap .my-md-4{margin-top:1.5rem!important}.bootstrap .mr-md-4,.bootstrap .mx-md-4{margin-right:1.5rem!important}.bootstrap .mb-md-4,.bootstrap .my-md-4{margin-bottom:1.5rem!important}.bootstrap .ml-md-4,.bootstrap .mx-md-4{margin-left:1.5rem!important}.bootstrap .m-md-5{margin:3rem!important}.bootstrap .mt-md-5,.bootstrap .my-md-5{margin-top:3rem!important}.bootstrap .mr-md-5,.bootstrap .mx-md-5{margin-right:3rem!important}.bootstrap .mb-md-5,.bootstrap .my-md-5{margin-bottom:3rem!important}.bootstrap .ml-md-5,.bootstrap .mx-md-5{margin-left:3rem!important}.bootstrap .p-md-0{padding:0!important}.bootstrap .pt-md-0,.bootstrap .py-md-0{padding-top:0!important}.bootstrap .pr-md-0,.bootstrap .px-md-0{padding-right:0!important}.bootstrap .pb-md-0,.bootstrap .py-md-0{padding-bottom:0!important}.bootstrap .pl-md-0,.bootstrap .px-md-0{padding-left:0!important}.bootstrap .p-md-1{padding:.25rem!important}.bootstrap .pt-md-1,.bootstrap .py-md-1{padding-top:.25rem!important}.bootstrap .pr-md-1,.bootstrap .px-md-1{padding-right:.25rem!important}.bootstrap .pb-md-1,.bootstrap .py-md-1{padding-bottom:.25rem!important}.bootstrap .pl-md-1,.bootstrap .px-md-1{padding-left:.25rem!important}.bootstrap .p-md-2{padding:.5rem!important}.bootstrap .pt-md-2,.bootstrap .py-md-2{padding-top:.5rem!important}.bootstrap .pr-md-2,.bootstrap .px-md-2{padding-right:.5rem!important}.bootstrap .pb-md-2,.bootstrap .py-md-2{padding-bottom:.5rem!important}.bootstrap .pl-md-2,.bootstrap .px-md-2{padding-left:.5rem!important}.bootstrap .p-md-3{padding:1rem!important}.bootstrap .pt-md-3,.bootstrap .py-md-3{padding-top:1rem!important}.bootstrap .pr-md-3,.bootstrap .px-md-3{padding-right:1rem!important}.bootstrap .pb-md-3,.bootstrap .py-md-3{padding-bottom:1rem!important}.bootstrap .pl-md-3,.bootstrap .px-md-3{padding-left:1rem!important}.bootstrap .p-md-4{padding:1.5rem!important}.bootstrap .pt-md-4,.bootstrap .py-md-4{padding-top:1.5rem!important}.bootstrap .pr-md-4,.bootstrap .px-md-4{padding-right:1.5rem!important}.bootstrap .pb-md-4,.bootstrap .py-md-4{padding-bottom:1.5rem!important}.bootstrap .pl-md-4,.bootstrap .px-md-4{padding-left:1.5rem!important}.bootstrap .p-md-5{padding:3rem!important}.bootstrap .pt-md-5,.bootstrap .py-md-5{padding-top:3rem!important}.bootstrap .pr-md-5,.bootstrap .px-md-5{padding-right:3rem!important}.bootstrap .pb-md-5,.bootstrap .py-md-5{padding-bottom:3rem!important}.bootstrap .pl-md-5,.bootstrap .px-md-5{padding-left:3rem!important}.bootstrap .m-md-auto{margin:auto!important}.bootstrap .mt-md-auto,.bootstrap .my-md-auto{margin-top:auto!important}.bootstrap .mr-md-auto,.bootstrap .mx-md-auto{margin-right:auto!important}.bootstrap .mb-md-auto,.bootstrap .my-md-auto{margin-bottom:auto!important}.bootstrap .ml-md-auto,.bootstrap .mx-md-auto{margin-left:auto!important}.bootstrap .text-md-left{text-align:left!important}.bootstrap .text-md-right{text-align:right!important}.bootstrap .text-md-center{text-align:center!important}}@media (min-width:992px){.bootstrap .flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap .flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap .flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap .flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap .justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap .justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap .justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.bootstrap .justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap .align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap .align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap .align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.bootstrap .align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap .align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap .align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap .align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap .align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.bootstrap .float-lg-left{float:left!important}.bootstrap .float-lg-right{float:right!important}.bootstrap .float-lg-none{float:none!important}.bootstrap .m-lg-0{margin:0!important}.bootstrap .mt-lg-0,.bootstrap .my-lg-0{margin-top:0!important}.bootstrap .mr-lg-0,.bootstrap .mx-lg-0{margin-right:0!important}.bootstrap .mb-lg-0,.bootstrap .my-lg-0{margin-bottom:0!important}.bootstrap .ml-lg-0,.bootstrap .mx-lg-0{margin-left:0!important}.bootstrap .m-lg-1{margin:.25rem!important}.bootstrap .mt-lg-1,.bootstrap .my-lg-1{margin-top:.25rem!important}.bootstrap .mr-lg-1,.bootstrap .mx-lg-1{margin-right:.25rem!important}.bootstrap .mb-lg-1,.bootstrap .my-lg-1{margin-bottom:.25rem!important}.bootstrap .ml-lg-1,.bootstrap .mx-lg-1{margin-left:.25rem!important}.bootstrap .m-lg-2{margin:.5rem!important}.bootstrap .mt-lg-2,.bootstrap .my-lg-2{margin-top:.5rem!important}.bootstrap .mr-lg-2,.bootstrap .mx-lg-2{margin-right:.5rem!important}.bootstrap .mb-lg-2,.bootstrap .my-lg-2{margin-bottom:.5rem!important}.bootstrap .ml-lg-2,.bootstrap .mx-lg-2{margin-left:.5rem!important}.bootstrap .m-lg-3{margin:1rem!important}.bootstrap .mt-lg-3,.bootstrap .my-lg-3{margin-top:1rem!important}.bootstrap .mr-lg-3,.bootstrap .mx-lg-3{margin-right:1rem!important}.bootstrap .mb-lg-3,.bootstrap .my-lg-3{margin-bottom:1rem!important}.bootstrap .ml-lg-3,.bootstrap .mx-lg-3{margin-left:1rem!important}.bootstrap .m-lg-4{margin:1.5rem!important}.bootstrap .mt-lg-4,.bootstrap .my-lg-4{margin-top:1.5rem!important}.bootstrap .mr-lg-4,.bootstrap .mx-lg-4{margin-right:1.5rem!important}.bootstrap .mb-lg-4,.bootstrap .my-lg-4{margin-bottom:1.5rem!important}.bootstrap .ml-lg-4,.bootstrap .mx-lg-4{margin-left:1.5rem!important}.bootstrap .m-lg-5{margin:3rem!important}.bootstrap .mt-lg-5,.bootstrap .my-lg-5{margin-top:3rem!important}.bootstrap .mr-lg-5,.bootstrap .mx-lg-5{margin-right:3rem!important}.bootstrap .mb-lg-5,.bootstrap .my-lg-5{margin-bottom:3rem!important}.bootstrap .ml-lg-5,.bootstrap .mx-lg-5{margin-left:3rem!important}.bootstrap .p-lg-0{padding:0!important}.bootstrap .pt-lg-0,.bootstrap .py-lg-0{padding-top:0!important}.bootstrap .pr-lg-0,.bootstrap .px-lg-0{padding-right:0!important}.bootstrap .pb-lg-0,.bootstrap .py-lg-0{padding-bottom:0!important}.bootstrap .pl-lg-0,.bootstrap .px-lg-0{padding-left:0!important}.bootstrap .p-lg-1{padding:.25rem!important}.bootstrap .pt-lg-1,.bootstrap .py-lg-1{padding-top:.25rem!important}.bootstrap .pr-lg-1,.bootstrap .px-lg-1{padding-right:.25rem!important}.bootstrap .pb-lg-1,.bootstrap .py-lg-1{padding-bottom:.25rem!important}.bootstrap .pl-lg-1,.bootstrap .px-lg-1{padding-left:.25rem!important}.bootstrap .p-lg-2{padding:.5rem!important}.bootstrap .pt-lg-2,.bootstrap .py-lg-2{padding-top:.5rem!important}.bootstrap .pr-lg-2,.bootstrap .px-lg-2{padding-right:.5rem!important}.bootstrap .pb-lg-2,.bootstrap .py-lg-2{padding-bottom:.5rem!important}.bootstrap .pl-lg-2,.bootstrap .px-lg-2{padding-left:.5rem!important}.bootstrap .p-lg-3{padding:1rem!important}.bootstrap .pt-lg-3,.bootstrap .py-lg-3{padding-top:1rem!important}.bootstrap .pr-lg-3,.bootstrap .px-lg-3{padding-right:1rem!important}.bootstrap .pb-lg-3,.bootstrap .py-lg-3{padding-bottom:1rem!important}.bootstrap .pl-lg-3,.bootstrap .px-lg-3{padding-left:1rem!important}.bootstrap .p-lg-4{padding:1.5rem!important}.bootstrap .pt-lg-4,.bootstrap .py-lg-4{padding-top:1.5rem!important}.bootstrap .pr-lg-4,.bootstrap .px-lg-4{padding-right:1.5rem!important}.bootstrap .pb-lg-4,.bootstrap .py-lg-4{padding-bottom:1.5rem!important}.bootstrap .pl-lg-4,.bootstrap .px-lg-4{padding-left:1.5rem!important}.bootstrap .p-lg-5{padding:3rem!important}.bootstrap .pt-lg-5,.bootstrap .py-lg-5{padding-top:3rem!important}.bootstrap .pr-lg-5,.bootstrap .px-lg-5{padding-right:3rem!important}.bootstrap .pb-lg-5,.bootstrap .py-lg-5{padding-bottom:3rem!important}.bootstrap .pl-lg-5,.bootstrap .px-lg-5{padding-left:3rem!important}.bootstrap .m-lg-auto{margin:auto!important}.bootstrap .mt-lg-auto,.bootstrap .my-lg-auto{margin-top:auto!important}.bootstrap .mr-lg-auto,.bootstrap .mx-lg-auto{margin-right:auto!important}.bootstrap .mb-lg-auto,.bootstrap .my-lg-auto{margin-bottom:auto!important}.bootstrap .ml-lg-auto,.bootstrap .mx-lg-auto{margin-left:auto!important}.bootstrap .text-lg-left{text-align:left!important}.bootstrap .text-lg-right{text-align:right!important}.bootstrap .text-lg-center{text-align:center!important}}@media (min-width:1200px){.bootstrap .flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap .flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap .flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap .flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap .justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap .justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap .justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.bootstrap .justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap .align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap .align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap .align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.bootstrap .align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap .align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap .align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap .align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap .align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.bootstrap .float-xl-left{float:left!important}.bootstrap .float-xl-right{float:right!important}.bootstrap .float-xl-none{float:none!important}.bootstrap .m-xl-0{margin:0!important}.bootstrap .mt-xl-0,.bootstrap .my-xl-0{margin-top:0!important}.bootstrap .mr-xl-0,.bootstrap .mx-xl-0{margin-right:0!important}.bootstrap .mb-xl-0,.bootstrap .my-xl-0{margin-bottom:0!important}.bootstrap .ml-xl-0,.bootstrap .mx-xl-0{margin-left:0!important}.bootstrap .m-xl-1{margin:.25rem!important}.bootstrap .mt-xl-1,.bootstrap .my-xl-1{margin-top:.25rem!important}.bootstrap .mr-xl-1,.bootstrap .mx-xl-1{margin-right:.25rem!important}.bootstrap .mb-xl-1,.bootstrap .my-xl-1{margin-bottom:.25rem!important}.bootstrap .ml-xl-1,.bootstrap .mx-xl-1{margin-left:.25rem!important}.bootstrap .m-xl-2{margin:.5rem!important}.bootstrap .mt-xl-2,.bootstrap .my-xl-2{margin-top:.5rem!important}.bootstrap .mr-xl-2,.bootstrap .mx-xl-2{margin-right:.5rem!important}.bootstrap .mb-xl-2,.bootstrap .my-xl-2{margin-bottom:.5rem!important}.bootstrap .ml-xl-2,.bootstrap .mx-xl-2{margin-left:.5rem!important}.bootstrap .m-xl-3{margin:1rem!important}.bootstrap .mt-xl-3,.bootstrap .my-xl-3{margin-top:1rem!important}.bootstrap .mr-xl-3,.bootstrap .mx-xl-3{margin-right:1rem!important}.bootstrap .mb-xl-3,.bootstrap .my-xl-3{margin-bottom:1rem!important}.bootstrap .ml-xl-3,.bootstrap .mx-xl-3{margin-left:1rem!important}.bootstrap .m-xl-4{margin:1.5rem!important}.bootstrap .mt-xl-4,.bootstrap .my-xl-4{margin-top:1.5rem!important}.bootstrap .mr-xl-4,.bootstrap .mx-xl-4{margin-right:1.5rem!important}.bootstrap .mb-xl-4,.bootstrap .my-xl-4{margin-bottom:1.5rem!important}.bootstrap .ml-xl-4,.bootstrap .mx-xl-4{margin-left:1.5rem!important}.bootstrap .m-xl-5{margin:3rem!important}.bootstrap .mt-xl-5,.bootstrap .my-xl-5{margin-top:3rem!important}.bootstrap .mr-xl-5,.bootstrap .mx-xl-5{margin-right:3rem!important}.bootstrap .mb-xl-5,.bootstrap .my-xl-5{margin-bottom:3rem!important}.bootstrap .ml-xl-5,.bootstrap .mx-xl-5{margin-left:3rem!important}.bootstrap .p-xl-0{padding:0!important}.bootstrap .pt-xl-0,.bootstrap .py-xl-0{padding-top:0!important}.bootstrap .pr-xl-0,.bootstrap .px-xl-0{padding-right:0!important}.bootstrap .pb-xl-0,.bootstrap .py-xl-0{padding-bottom:0!important}.bootstrap .pl-xl-0,.bootstrap .px-xl-0{padding-left:0!important}.bootstrap .p-xl-1{padding:.25rem!important}.bootstrap .pt-xl-1,.bootstrap .py-xl-1{padding-top:.25rem!important}.bootstrap .pr-xl-1,.bootstrap .px-xl-1{padding-right:.25rem!important}.bootstrap .pb-xl-1,.bootstrap .py-xl-1{padding-bottom:.25rem!important}.bootstrap .pl-xl-1,.bootstrap .px-xl-1{padding-left:.25rem!important}.bootstrap .p-xl-2{padding:.5rem!important}.bootstrap .pt-xl-2,.bootstrap .py-xl-2{padding-top:.5rem!important}.bootstrap .pr-xl-2,.bootstrap .px-xl-2{padding-right:.5rem!important}.bootstrap .pb-xl-2,.bootstrap .py-xl-2{padding-bottom:.5rem!important}.bootstrap .pl-xl-2,.bootstrap .px-xl-2{padding-left:.5rem!important}.bootstrap .p-xl-3{padding:1rem!important}.bootstrap .pt-xl-3,.bootstrap .py-xl-3{padding-top:1rem!important}.bootstrap .pr-xl-3,.bootstrap .px-xl-3{padding-right:1rem!important}.bootstrap .pb-xl-3,.bootstrap .py-xl-3{padding-bottom:1rem!important}.bootstrap .pl-xl-3,.bootstrap .px-xl-3{padding-left:1rem!important}.bootstrap .p-xl-4{padding:1.5rem!important}.bootstrap .pt-xl-4,.bootstrap .py-xl-4{padding-top:1.5rem!important}.bootstrap .pr-xl-4,.bootstrap .px-xl-4{padding-right:1.5rem!important}.bootstrap .pb-xl-4,.bootstrap .py-xl-4{padding-bottom:1.5rem!important}.bootstrap .pl-xl-4,.bootstrap .px-xl-4{padding-left:1.5rem!important}.bootstrap .p-xl-5{padding:3rem!important}.bootstrap .pt-xl-5,.bootstrap .py-xl-5{padding-top:3rem!important}.bootstrap .pr-xl-5,.bootstrap .px-xl-5{padding-right:3rem!important}.bootstrap .pb-xl-5,.bootstrap .py-xl-5{padding-bottom:3rem!important}.bootstrap .pl-xl-5,.bootstrap .px-xl-5{padding-left:3rem!important}.bootstrap .m-xl-auto{margin:auto!important}.bootstrap .mt-xl-auto,.bootstrap .my-xl-auto{margin-top:auto!important}.bootstrap .mr-xl-auto,.bootstrap .mx-xl-auto{margin-right:auto!important}.bootstrap .mb-xl-auto,.bootstrap .my-xl-auto{margin-bottom:auto!important}.bootstrap .ml-xl-auto,.bootstrap .mx-xl-auto{margin-left:auto!important}.bootstrap .text-xl-left{text-align:left!important}.bootstrap .text-xl-right{text-align:right!important}.bootstrap .text-xl-center{text-align:center!important}}.bootstrap .text-lowercase{text-transform:lowercase!important}.bootstrap .text-uppercase{text-transform:uppercase!important}.bootstrap .text-capitalize{text-transform:capitalize!important}.bootstrap .font-weight-light{font-weight:300!important}.bootstrap .font-weight-normal{font-weight:400!important}.bootstrap .font-weight-bold{font-weight:700!important}.bootstrap .font-italic{font-style:italic!important}.bootstrap .text-white{color:#fff!important}.bootstrap .text-primary{color:#007bff!important}.bootstrap a.text-primary:focus,.bootstrap a.text-primary:hover{color:#0062cc!important}.bootstrap .text-secondary{color:#6c757d!important}.bootstrap a.text-secondary:focus,.bootstrap a.text-secondary:hover{color:#545b62!important}.bootstrap .text-success{color:#28a745!important}.bootstrap a.text-success:focus,.bootstrap a.text-success:hover{color:#1e7e34!important}.bootstrap .text-info{color:#17a2b8!important}.bootstrap a.text-info:focus,.bootstrap a.text-info:hover{color:#117a8b!important}.bootstrap .text-warning{color:#ffc107!important}.bootstrap a.text-warning:focus,.bootstrap a.text-warning:hover{color:#d39e00!important}.bootstrap .text-danger{color:#dc3545!important}.bootstrap a.text-danger:focus,.bootstrap a.text-danger:hover{color:#bd2130!important}.bootstrap .text-light{color:#f8f9fa!important}.bootstrap a.text-light:focus,.bootstrap a.text-light:hover{color:#dae0e5!important}.bootstrap .text-dark{color:#343a40!important}.bootstrap a.text-dark:focus,.bootstrap a.text-dark:hover{color:#1d2124!important}.bootstrap .text-muted{color:#6c757d!important}.bootstrap .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap .visible{visibility:visible!important}.bootstrap .invisible{visibility:hidden!important}@media print{.bootstrap *,.bootstrap ::after,.bootstrap ::before{text-shadow:none!important;box-shadow:none!important}.bootstrap a:not(.btn){text-decoration:underline}.bootstrap abbr[title]::after{content:" (" attr(title) ")"}.bootstrap pre{white-space:pre-wrap!important}.bootstrap blockquote,.bootstrap pre{border:1px solid #999;page-break-inside:avoid}.bootstrap thead{display:table-header-group}.bootstrap img,.bootstrap tr{page-break-inside:avoid}.bootstrap h2,.bootstrap h3,.bootstrap p{orphans:3;widows:3}.bootstrap h2,.bootstrap h3{page-break-after:avoid}@page{size:a3}.bootstrap .container,.bootstrap body{min-width:992px!important}.bootstrap .navbar{display:none}.bootstrap .badge{border:1px solid #000}.bootstrap .table{border-collapse:collapse!important}.bootstrap .table td,.bootstrap .table th{background-color:#fff!important}.bootstrap .table-bordered td,.bootstrap .table-bordered th{border:1px solid #ddd!important}} \ No newline at end of file diff --git a/versions/5.0.2/iso_bootstrap5.0.2.css b/versions/5.0.2/iso_bootstrap5.0.2.css new file mode 100644 index 0000000..969a51e --- /dev/null +++ b/versions/5.0.2/iso_bootstrap5.0.2.css @@ -0,0 +1,9046 @@ +@charset "UTF-8"; +.bootstrap5 { + /*! + * Bootstrap v5.0.2 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ + /* rtl:raw: + [type="tel"], + [type="url"], + [type="email"], + [type="number"] { + direction: ltr; + } + */ + /* rtl:begin:ignore */ + /* rtl:end:ignore */ + /* rtl:options: { + "autoRename": true, + "stringMap":[ { + "name" : "prev-next", + "search" : "prev", + "replace" : "next" + } ] + } */ + /* rtl:begin:remove */ + /* rtl:end:remove */ +} +.bootstrap5 :root { + --bs-blue: #0d6efd; + --bs-indigo: #6610f2; + --bs-purple: #6f42c1; + --bs-pink: #d63384; + --bs-red: #dc3545; + --bs-orange: #fd7e14; + --bs-yellow: #ffc107; + --bs-green: #198754; + --bs-teal: #20c997; + --bs-cyan: #0dcaf0; + --bs-white: #fff; + --bs-gray: #6c757d; + --bs-gray-dark: #343a40; + --bs-primary: #0d6efd; + --bs-secondary: #6c757d; + --bs-success: #198754; + --bs-info: #0dcaf0; + --bs-warning: #ffc107; + --bs-danger: #dc3545; + --bs-light: #f8f9fa; + --bs-dark: #212529; + --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); +} +.bootstrap5 *, +.bootstrap5 *::before, +.bootstrap5 *::after { + box-sizing: border-box; +} +@media (prefers-reduced-motion: no-preference) { + .bootstrap5 :root { + scroll-behavior: smooth; + } +} +.bootstrap5 body { + margin: 0; + font-family: var(--bs-font-sans-serif); + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + background-color: #fff; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +.bootstrap5 hr { + margin: 1rem 0; + color: inherit; + background-color: currentColor; + border: 0; + opacity: 0.25; +} +.bootstrap5 hr:not([size]) { + height: 1px; +} +.bootstrap5 h6, .bootstrap5 .h6, .bootstrap5 h5, .bootstrap5 .h5, .bootstrap5 h4, .bootstrap5 .h4, .bootstrap5 h3, .bootstrap5 .h3, .bootstrap5 h2, .bootstrap5 .h2, .bootstrap5 h1, .bootstrap5 .h1 { + margin-top: 0; + margin-bottom: 0.5rem; + font-weight: 500; + line-height: 1.2; +} +.bootstrap5 h1, .bootstrap5 .h1 { + font-size: calc(1.375rem + 1.5vw); +} +@media (min-width: 1200px) { + .bootstrap5 h1, .bootstrap5 .h1 { + font-size: 2.5rem; + } +} +.bootstrap5 h2, .bootstrap5 .h2 { + font-size: calc(1.325rem + 0.9vw); +} +@media (min-width: 1200px) { + .bootstrap5 h2, .bootstrap5 .h2 { + font-size: 2rem; + } +} +.bootstrap5 h3, .bootstrap5 .h3 { + font-size: calc(1.3rem + 0.6vw); +} +@media (min-width: 1200px) { + .bootstrap5 h3, .bootstrap5 .h3 { + font-size: 1.75rem; + } +} +.bootstrap5 h4, .bootstrap5 .h4 { + font-size: calc(1.275rem + 0.3vw); +} +@media (min-width: 1200px) { + .bootstrap5 h4, .bootstrap5 .h4 { + font-size: 1.5rem; + } +} +.bootstrap5 h5, .bootstrap5 .h5 { + font-size: 1.25rem; +} +.bootstrap5 h6, .bootstrap5 .h6 { + font-size: 1rem; +} +.bootstrap5 p { + margin-top: 0; + margin-bottom: 1rem; +} +.bootstrap5 abbr[title], +.bootstrap5 abbr[data-bs-original-title] { + text-decoration: underline dotted; + cursor: help; + text-decoration-skip-ink: none; +} +.bootstrap5 address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} +.bootstrap5 ol, +.bootstrap5 ul { + padding-left: 2rem; +} +.bootstrap5 ol, +.bootstrap5 ul, +.bootstrap5 dl { + margin-top: 0; + margin-bottom: 1rem; +} +.bootstrap5 ol ol, +.bootstrap5 ul ul, +.bootstrap5 ol ul, +.bootstrap5 ul ol { + margin-bottom: 0; +} +.bootstrap5 dt { + font-weight: 700; +} +.bootstrap5 dd { + margin-bottom: 0.5rem; + margin-left: 0; +} +.bootstrap5 blockquote { + margin: 0 0 1rem; +} +.bootstrap5 b, +.bootstrap5 strong { + font-weight: bolder; +} +.bootstrap5 small, .bootstrap5 .small { + font-size: 0.875em; +} +.bootstrap5 mark, .bootstrap5 .mark { + padding: 0.2em; + background-color: #fcf8e3; +} +.bootstrap5 sub, +.bootstrap5 sup { + position: relative; + font-size: 0.75em; + line-height: 0; + vertical-align: baseline; +} +.bootstrap5 sub { + bottom: -0.25em; +} +.bootstrap5 sup { + top: -0.5em; +} +.bootstrap5 a { + color: #0d6efd; + text-decoration: underline; +} +.bootstrap5 a:hover { + color: #0a58ca; +} +.bootstrap5 a:not([href]):not([class]), .bootstrap5 a:not([href]):not([class]):hover { + color: inherit; + text-decoration: none; +} +.bootstrap5 pre, +.bootstrap5 code, +.bootstrap5 kbd, +.bootstrap5 samp { + font-family: var(--bs-font-monospace); + font-size: 1em; + direction: ltr /* rtl:ignore */; + unicode-bidi: bidi-override; +} +.bootstrap5 pre { + display: block; + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + font-size: 0.875em; +} +.bootstrap5 pre code { + font-size: inherit; + color: inherit; + word-break: normal; +} +.bootstrap5 code { + font-size: 0.875em; + color: #d63384; + word-wrap: break-word; +} +a > .bootstrap5 code { + color: inherit; +} +.bootstrap5 kbd { + padding: 0.2rem 0.4rem; + font-size: 0.875em; + color: #fff; + background-color: #212529; + border-radius: 0.2rem; +} +.bootstrap5 kbd kbd { + padding: 0; + font-size: 1em; + font-weight: 700; +} +.bootstrap5 figure { + margin: 0 0 1rem; +} +.bootstrap5 img, +.bootstrap5 svg { + vertical-align: middle; +} +.bootstrap5 table { + caption-side: bottom; + border-collapse: collapse; +} +.bootstrap5 caption { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + color: #6c757d; + text-align: left; +} +.bootstrap5 th { + text-align: inherit; + text-align: -webkit-match-parent; +} +.bootstrap5 thead, +.bootstrap5 tbody, +.bootstrap5 tfoot, +.bootstrap5 tr, +.bootstrap5 td, +.bootstrap5 th { + border-color: inherit; + border-style: solid; + border-width: 0; +} +.bootstrap5 label { + display: inline-block; +} +.bootstrap5 button { + border-radius: 0; +} +.bootstrap5 button:focus:not(:focus-visible) { + outline: 0; +} +.bootstrap5 input, +.bootstrap5 button, +.bootstrap5 select, +.bootstrap5 optgroup, +.bootstrap5 textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} +.bootstrap5 button, +.bootstrap5 select { + text-transform: none; +} +.bootstrap5 [role=button] { + cursor: pointer; +} +.bootstrap5 select { + word-wrap: normal; +} +.bootstrap5 select:disabled { + opacity: 1; +} +.bootstrap5 [list]::-webkit-calendar-picker-indicator { + display: none; +} +.bootstrap5 button, +.bootstrap5 [type=button], +.bootstrap5 [type=reset], +.bootstrap5 [type=submit] { + -webkit-appearance: button; +} +.bootstrap5 button:not(:disabled), +.bootstrap5 [type=button]:not(:disabled), +.bootstrap5 [type=reset]:not(:disabled), +.bootstrap5 [type=submit]:not(:disabled) { + cursor: pointer; +} +.bootstrap5 ::-moz-focus-inner { + padding: 0; + border-style: none; +} +.bootstrap5 textarea { + resize: vertical; +} +.bootstrap5 fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} +.bootstrap5 legend { + float: left; + width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: calc(1.275rem + 0.3vw); + line-height: inherit; +} +@media (min-width: 1200px) { + .bootstrap5 legend { + font-size: 1.5rem; + } +} +.bootstrap5 legend + * { + clear: left; +} +.bootstrap5 ::-webkit-datetime-edit-fields-wrapper, +.bootstrap5 ::-webkit-datetime-edit-text, +.bootstrap5 ::-webkit-datetime-edit-minute, +.bootstrap5 ::-webkit-datetime-edit-hour-field, +.bootstrap5 ::-webkit-datetime-edit-day-field, +.bootstrap5 ::-webkit-datetime-edit-month-field, +.bootstrap5 ::-webkit-datetime-edit-year-field { + padding: 0; +} +.bootstrap5 ::-webkit-inner-spin-button { + height: auto; +} +.bootstrap5 [type=search] { + outline-offset: -2px; + -webkit-appearance: textfield; +} +.bootstrap5 ::-webkit-search-decoration { + -webkit-appearance: none; +} +.bootstrap5 ::-webkit-color-swatch-wrapper { + padding: 0; +} +.bootstrap5 ::file-selector-button { + font: inherit; +} +.bootstrap5 ::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} +.bootstrap5 output { + display: inline-block; +} +.bootstrap5 iframe { + border: 0; +} +.bootstrap5 summary { + display: list-item; + cursor: pointer; +} +.bootstrap5 progress { + vertical-align: baseline; +} +.bootstrap5 [hidden] { + display: none !important; +} +.bootstrap5 .lead { + font-size: 1.25rem; + font-weight: 300; +} +.bootstrap5 .display-1 { + font-size: calc(1.625rem + 4.5vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .bootstrap5 .display-1 { + font-size: 5rem; + } +} +.bootstrap5 .display-2 { + font-size: calc(1.575rem + 3.9vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .bootstrap5 .display-2 { + font-size: 4.5rem; + } +} +.bootstrap5 .display-3 { + font-size: calc(1.525rem + 3.3vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .bootstrap5 .display-3 { + font-size: 4rem; + } +} +.bootstrap5 .display-4 { + font-size: calc(1.475rem + 2.7vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .bootstrap5 .display-4 { + font-size: 3.5rem; + } +} +.bootstrap5 .display-5 { + font-size: calc(1.425rem + 2.1vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .bootstrap5 .display-5 { + font-size: 3rem; + } +} +.bootstrap5 .display-6 { + font-size: calc(1.375rem + 1.5vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .bootstrap5 .display-6 { + font-size: 2.5rem; + } +} +.bootstrap5 .list-unstyled { + padding-left: 0; + list-style: none; +} +.bootstrap5 .list-inline { + padding-left: 0; + list-style: none; +} +.bootstrap5 .list-inline-item { + display: inline-block; +} +.bootstrap5 .list-inline-item:not(:last-child) { + margin-right: 0.5rem; +} +.bootstrap5 .initialism { + font-size: 0.875em; + text-transform: uppercase; +} +.bootstrap5 .blockquote { + margin-bottom: 1rem; + font-size: 1.25rem; +} +.bootstrap5 .blockquote > :last-child { + margin-bottom: 0; +} +.bootstrap5 .blockquote-footer { + margin-top: -1rem; + margin-bottom: 1rem; + font-size: 0.875em; + color: #6c757d; +} +.bootstrap5 .blockquote-footer::before { + content: "— "; +} +.bootstrap5 .img-fluid { + max-width: 100%; + height: auto; +} +.bootstrap5 .img-thumbnail { + padding: 0.25rem; + background-color: #fff; + border: 1px solid #dee2e6; + border-radius: 0.25rem; + max-width: 100%; + height: auto; +} +.bootstrap5 .figure { + display: inline-block; +} +.bootstrap5 .figure-img { + margin-bottom: 0.5rem; + line-height: 1; +} +.bootstrap5 .figure-caption { + font-size: 0.875em; + color: #6c757d; +} +.bootstrap5 .container, +.bootstrap5 .container-fluid, +.bootstrap5 .container-xxl, +.bootstrap5 .container-xl, +.bootstrap5 .container-lg, +.bootstrap5 .container-md, +.bootstrap5 .container-sm { + width: 100%; + padding-right: var(--bs-gutter-x, 0.75rem); + padding-left: var(--bs-gutter-x, 0.75rem); + margin-right: auto; + margin-left: auto; +} +@media (min-width: 576px) { + .bootstrap5 .container-sm, .bootstrap5 .container { + max-width: 540px; + } +} +@media (min-width: 768px) { + .bootstrap5 .container-md, .bootstrap5 .container-sm, .bootstrap5 .container { + max-width: 720px; + } +} +@media (min-width: 992px) { + .bootstrap5 .container-lg, .bootstrap5 .container-md, .bootstrap5 .container-sm, .bootstrap5 .container { + max-width: 960px; + } +} +@media (min-width: 1200px) { + .bootstrap5 .container-xl, .bootstrap5 .container-lg, .bootstrap5 .container-md, .bootstrap5 .container-sm, .bootstrap5 .container { + max-width: 1140px; + } +} +@media (min-width: 1400px) { + .bootstrap5 .container-xxl, .bootstrap5 .container-xl, .bootstrap5 .container-lg, .bootstrap5 .container-md, .bootstrap5 .container-sm, .bootstrap5 .container { + max-width: 1320px; + } +} +.bootstrap5 .row { + --bs-gutter-x: 1.5rem; + --bs-gutter-y: 0; + display: flex; + flex-wrap: wrap; + margin-top: calc(var(--bs-gutter-y) * -1); + margin-right: calc(var(--bs-gutter-x) * -.5); + margin-left: calc(var(--bs-gutter-x) * -.5); +} +.bootstrap5 .row > * { + flex-shrink: 0; + width: 100%; + max-width: 100%; + padding-right: calc(var(--bs-gutter-x) * .5); + padding-left: calc(var(--bs-gutter-x) * .5); + margin-top: var(--bs-gutter-y); +} +.bootstrap5 .col { + flex: 1 0 0%; +} +.bootstrap5 .row-cols-auto > * { + flex: 0 0 auto; + width: auto; +} +.bootstrap5 .row-cols-1 > * { + flex: 0 0 auto; + width: 100%; +} +.bootstrap5 .row-cols-2 > * { + flex: 0 0 auto; + width: 50%; +} +.bootstrap5 .row-cols-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; +} +.bootstrap5 .row-cols-4 > * { + flex: 0 0 auto; + width: 25%; +} +.bootstrap5 .row-cols-5 > * { + flex: 0 0 auto; + width: 20%; +} +.bootstrap5 .row-cols-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; +} +@media (min-width: 576px) { + .bootstrap5 .col-sm { + flex: 1 0 0%; + } + .bootstrap5 .row-cols-sm-auto > * { + flex: 0 0 auto; + width: auto; + } + .bootstrap5 .row-cols-sm-1 > * { + flex: 0 0 auto; + width: 100%; + } + .bootstrap5 .row-cols-sm-2 > * { + flex: 0 0 auto; + width: 50%; + } + .bootstrap5 .row-cols-sm-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + .bootstrap5 .row-cols-sm-4 > * { + flex: 0 0 auto; + width: 25%; + } + .bootstrap5 .row-cols-sm-5 > * { + flex: 0 0 auto; + width: 20%; + } + .bootstrap5 .row-cols-sm-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } +} +@media (min-width: 768px) { + .bootstrap5 .col-md { + flex: 1 0 0%; + } + .bootstrap5 .row-cols-md-auto > * { + flex: 0 0 auto; + width: auto; + } + .bootstrap5 .row-cols-md-1 > * { + flex: 0 0 auto; + width: 100%; + } + .bootstrap5 .row-cols-md-2 > * { + flex: 0 0 auto; + width: 50%; + } + .bootstrap5 .row-cols-md-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + .bootstrap5 .row-cols-md-4 > * { + flex: 0 0 auto; + width: 25%; + } + .bootstrap5 .row-cols-md-5 > * { + flex: 0 0 auto; + width: 20%; + } + .bootstrap5 .row-cols-md-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } +} +@media (min-width: 992px) { + .bootstrap5 .col-lg { + flex: 1 0 0%; + } + .bootstrap5 .row-cols-lg-auto > * { + flex: 0 0 auto; + width: auto; + } + .bootstrap5 .row-cols-lg-1 > * { + flex: 0 0 auto; + width: 100%; + } + .bootstrap5 .row-cols-lg-2 > * { + flex: 0 0 auto; + width: 50%; + } + .bootstrap5 .row-cols-lg-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + .bootstrap5 .row-cols-lg-4 > * { + flex: 0 0 auto; + width: 25%; + } + .bootstrap5 .row-cols-lg-5 > * { + flex: 0 0 auto; + width: 20%; + } + .bootstrap5 .row-cols-lg-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } +} +@media (min-width: 1200px) { + .bootstrap5 .col-xl { + flex: 1 0 0%; + } + .bootstrap5 .row-cols-xl-auto > * { + flex: 0 0 auto; + width: auto; + } + .bootstrap5 .row-cols-xl-1 > * { + flex: 0 0 auto; + width: 100%; + } + .bootstrap5 .row-cols-xl-2 > * { + flex: 0 0 auto; + width: 50%; + } + .bootstrap5 .row-cols-xl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + .bootstrap5 .row-cols-xl-4 > * { + flex: 0 0 auto; + width: 25%; + } + .bootstrap5 .row-cols-xl-5 > * { + flex: 0 0 auto; + width: 20%; + } + .bootstrap5 .row-cols-xl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } +} +@media (min-width: 1400px) { + .bootstrap5 .col-xxl { + flex: 1 0 0%; + } + .bootstrap5 .row-cols-xxl-auto > * { + flex: 0 0 auto; + width: auto; + } + .bootstrap5 .row-cols-xxl-1 > * { + flex: 0 0 auto; + width: 100%; + } + .bootstrap5 .row-cols-xxl-2 > * { + flex: 0 0 auto; + width: 50%; + } + .bootstrap5 .row-cols-xxl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + .bootstrap5 .row-cols-xxl-4 > * { + flex: 0 0 auto; + width: 25%; + } + .bootstrap5 .row-cols-xxl-5 > * { + flex: 0 0 auto; + width: 20%; + } + .bootstrap5 .row-cols-xxl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } +} +.bootstrap5 .col-auto { + flex: 0 0 auto; + width: auto; +} +.bootstrap5 .col-1 { + flex: 0 0 auto; + width: 8.33333333%; +} +.bootstrap5 .col-2 { + flex: 0 0 auto; + width: 16.66666667%; +} +.bootstrap5 .col-3 { + flex: 0 0 auto; + width: 25%; +} +.bootstrap5 .col-4 { + flex: 0 0 auto; + width: 33.33333333%; +} +.bootstrap5 .col-5 { + flex: 0 0 auto; + width: 41.66666667%; +} +.bootstrap5 .col-6 { + flex: 0 0 auto; + width: 50%; +} +.bootstrap5 .col-7 { + flex: 0 0 auto; + width: 58.33333333%; +} +.bootstrap5 .col-8 { + flex: 0 0 auto; + width: 66.66666667%; +} +.bootstrap5 .col-9 { + flex: 0 0 auto; + width: 75%; +} +.bootstrap5 .col-10 { + flex: 0 0 auto; + width: 83.33333333%; +} +.bootstrap5 .col-11 { + flex: 0 0 auto; + width: 91.66666667%; +} +.bootstrap5 .col-12 { + flex: 0 0 auto; + width: 100%; +} +.bootstrap5 .offset-1 { + margin-left: 8.33333333%; +} +.bootstrap5 .offset-2 { + margin-left: 16.66666667%; +} +.bootstrap5 .offset-3 { + margin-left: 25%; +} +.bootstrap5 .offset-4 { + margin-left: 33.33333333%; +} +.bootstrap5 .offset-5 { + margin-left: 41.66666667%; +} +.bootstrap5 .offset-6 { + margin-left: 50%; +} +.bootstrap5 .offset-7 { + margin-left: 58.33333333%; +} +.bootstrap5 .offset-8 { + margin-left: 66.66666667%; +} +.bootstrap5 .offset-9 { + margin-left: 75%; +} +.bootstrap5 .offset-10 { + margin-left: 83.33333333%; +} +.bootstrap5 .offset-11 { + margin-left: 91.66666667%; +} +.bootstrap5 .g-0, +.bootstrap5 .gx-0 { + --bs-gutter-x: 0; +} +.bootstrap5 .g-0, +.bootstrap5 .gy-0 { + --bs-gutter-y: 0; +} +.bootstrap5 .g-1, +.bootstrap5 .gx-1 { + --bs-gutter-x: 0.25rem; +} +.bootstrap5 .g-1, +.bootstrap5 .gy-1 { + --bs-gutter-y: 0.25rem; +} +.bootstrap5 .g-2, +.bootstrap5 .gx-2 { + --bs-gutter-x: 0.5rem; +} +.bootstrap5 .g-2, +.bootstrap5 .gy-2 { + --bs-gutter-y: 0.5rem; +} +.bootstrap5 .g-3, +.bootstrap5 .gx-3 { + --bs-gutter-x: 1rem; +} +.bootstrap5 .g-3, +.bootstrap5 .gy-3 { + --bs-gutter-y: 1rem; +} +.bootstrap5 .g-4, +.bootstrap5 .gx-4 { + --bs-gutter-x: 1.5rem; +} +.bootstrap5 .g-4, +.bootstrap5 .gy-4 { + --bs-gutter-y: 1.5rem; +} +.bootstrap5 .g-5, +.bootstrap5 .gx-5 { + --bs-gutter-x: 3rem; +} +.bootstrap5 .g-5, +.bootstrap5 .gy-5 { + --bs-gutter-y: 3rem; +} +@media (min-width: 576px) { + .bootstrap5 .col-sm-auto { + flex: 0 0 auto; + width: auto; + } + .bootstrap5 .col-sm-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .bootstrap5 .col-sm-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .bootstrap5 .col-sm-3 { + flex: 0 0 auto; + width: 25%; + } + .bootstrap5 .col-sm-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .bootstrap5 .col-sm-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .bootstrap5 .col-sm-6 { + flex: 0 0 auto; + width: 50%; + } + .bootstrap5 .col-sm-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .bootstrap5 .col-sm-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .bootstrap5 .col-sm-9 { + flex: 0 0 auto; + width: 75%; + } + .bootstrap5 .col-sm-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .bootstrap5 .col-sm-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .bootstrap5 .col-sm-12 { + flex: 0 0 auto; + width: 100%; + } + .bootstrap5 .offset-sm-0 { + margin-left: 0; + } + .bootstrap5 .offset-sm-1 { + margin-left: 8.33333333%; + } + .bootstrap5 .offset-sm-2 { + margin-left: 16.66666667%; + } + .bootstrap5 .offset-sm-3 { + margin-left: 25%; + } + .bootstrap5 .offset-sm-4 { + margin-left: 33.33333333%; + } + .bootstrap5 .offset-sm-5 { + margin-left: 41.66666667%; + } + .bootstrap5 .offset-sm-6 { + margin-left: 50%; + } + .bootstrap5 .offset-sm-7 { + margin-left: 58.33333333%; + } + .bootstrap5 .offset-sm-8 { + margin-left: 66.66666667%; + } + .bootstrap5 .offset-sm-9 { + margin-left: 75%; + } + .bootstrap5 .offset-sm-10 { + margin-left: 83.33333333%; + } + .bootstrap5 .offset-sm-11 { + margin-left: 91.66666667%; + } + .bootstrap5 .g-sm-0, +.bootstrap5 .gx-sm-0 { + --bs-gutter-x: 0; + } + .bootstrap5 .g-sm-0, +.bootstrap5 .gy-sm-0 { + --bs-gutter-y: 0; + } + .bootstrap5 .g-sm-1, +.bootstrap5 .gx-sm-1 { + --bs-gutter-x: 0.25rem; + } + .bootstrap5 .g-sm-1, +.bootstrap5 .gy-sm-1 { + --bs-gutter-y: 0.25rem; + } + .bootstrap5 .g-sm-2, +.bootstrap5 .gx-sm-2 { + --bs-gutter-x: 0.5rem; + } + .bootstrap5 .g-sm-2, +.bootstrap5 .gy-sm-2 { + --bs-gutter-y: 0.5rem; + } + .bootstrap5 .g-sm-3, +.bootstrap5 .gx-sm-3 { + --bs-gutter-x: 1rem; + } + .bootstrap5 .g-sm-3, +.bootstrap5 .gy-sm-3 { + --bs-gutter-y: 1rem; + } + .bootstrap5 .g-sm-4, +.bootstrap5 .gx-sm-4 { + --bs-gutter-x: 1.5rem; + } + .bootstrap5 .g-sm-4, +.bootstrap5 .gy-sm-4 { + --bs-gutter-y: 1.5rem; + } + .bootstrap5 .g-sm-5, +.bootstrap5 .gx-sm-5 { + --bs-gutter-x: 3rem; + } + .bootstrap5 .g-sm-5, +.bootstrap5 .gy-sm-5 { + --bs-gutter-y: 3rem; + } +} +@media (min-width: 768px) { + .bootstrap5 .col-md-auto { + flex: 0 0 auto; + width: auto; + } + .bootstrap5 .col-md-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .bootstrap5 .col-md-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .bootstrap5 .col-md-3 { + flex: 0 0 auto; + width: 25%; + } + .bootstrap5 .col-md-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .bootstrap5 .col-md-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .bootstrap5 .col-md-6 { + flex: 0 0 auto; + width: 50%; + } + .bootstrap5 .col-md-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .bootstrap5 .col-md-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .bootstrap5 .col-md-9 { + flex: 0 0 auto; + width: 75%; + } + .bootstrap5 .col-md-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .bootstrap5 .col-md-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .bootstrap5 .col-md-12 { + flex: 0 0 auto; + width: 100%; + } + .bootstrap5 .offset-md-0 { + margin-left: 0; + } + .bootstrap5 .offset-md-1 { + margin-left: 8.33333333%; + } + .bootstrap5 .offset-md-2 { + margin-left: 16.66666667%; + } + .bootstrap5 .offset-md-3 { + margin-left: 25%; + } + .bootstrap5 .offset-md-4 { + margin-left: 33.33333333%; + } + .bootstrap5 .offset-md-5 { + margin-left: 41.66666667%; + } + .bootstrap5 .offset-md-6 { + margin-left: 50%; + } + .bootstrap5 .offset-md-7 { + margin-left: 58.33333333%; + } + .bootstrap5 .offset-md-8 { + margin-left: 66.66666667%; + } + .bootstrap5 .offset-md-9 { + margin-left: 75%; + } + .bootstrap5 .offset-md-10 { + margin-left: 83.33333333%; + } + .bootstrap5 .offset-md-11 { + margin-left: 91.66666667%; + } + .bootstrap5 .g-md-0, +.bootstrap5 .gx-md-0 { + --bs-gutter-x: 0; + } + .bootstrap5 .g-md-0, +.bootstrap5 .gy-md-0 { + --bs-gutter-y: 0; + } + .bootstrap5 .g-md-1, +.bootstrap5 .gx-md-1 { + --bs-gutter-x: 0.25rem; + } + .bootstrap5 .g-md-1, +.bootstrap5 .gy-md-1 { + --bs-gutter-y: 0.25rem; + } + .bootstrap5 .g-md-2, +.bootstrap5 .gx-md-2 { + --bs-gutter-x: 0.5rem; + } + .bootstrap5 .g-md-2, +.bootstrap5 .gy-md-2 { + --bs-gutter-y: 0.5rem; + } + .bootstrap5 .g-md-3, +.bootstrap5 .gx-md-3 { + --bs-gutter-x: 1rem; + } + .bootstrap5 .g-md-3, +.bootstrap5 .gy-md-3 { + --bs-gutter-y: 1rem; + } + .bootstrap5 .g-md-4, +.bootstrap5 .gx-md-4 { + --bs-gutter-x: 1.5rem; + } + .bootstrap5 .g-md-4, +.bootstrap5 .gy-md-4 { + --bs-gutter-y: 1.5rem; + } + .bootstrap5 .g-md-5, +.bootstrap5 .gx-md-5 { + --bs-gutter-x: 3rem; + } + .bootstrap5 .g-md-5, +.bootstrap5 .gy-md-5 { + --bs-gutter-y: 3rem; + } +} +@media (min-width: 992px) { + .bootstrap5 .col-lg-auto { + flex: 0 0 auto; + width: auto; + } + .bootstrap5 .col-lg-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .bootstrap5 .col-lg-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .bootstrap5 .col-lg-3 { + flex: 0 0 auto; + width: 25%; + } + .bootstrap5 .col-lg-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .bootstrap5 .col-lg-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .bootstrap5 .col-lg-6 { + flex: 0 0 auto; + width: 50%; + } + .bootstrap5 .col-lg-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .bootstrap5 .col-lg-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .bootstrap5 .col-lg-9 { + flex: 0 0 auto; + width: 75%; + } + .bootstrap5 .col-lg-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .bootstrap5 .col-lg-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .bootstrap5 .col-lg-12 { + flex: 0 0 auto; + width: 100%; + } + .bootstrap5 .offset-lg-0 { + margin-left: 0; + } + .bootstrap5 .offset-lg-1 { + margin-left: 8.33333333%; + } + .bootstrap5 .offset-lg-2 { + margin-left: 16.66666667%; + } + .bootstrap5 .offset-lg-3 { + margin-left: 25%; + } + .bootstrap5 .offset-lg-4 { + margin-left: 33.33333333%; + } + .bootstrap5 .offset-lg-5 { + margin-left: 41.66666667%; + } + .bootstrap5 .offset-lg-6 { + margin-left: 50%; + } + .bootstrap5 .offset-lg-7 { + margin-left: 58.33333333%; + } + .bootstrap5 .offset-lg-8 { + margin-left: 66.66666667%; + } + .bootstrap5 .offset-lg-9 { + margin-left: 75%; + } + .bootstrap5 .offset-lg-10 { + margin-left: 83.33333333%; + } + .bootstrap5 .offset-lg-11 { + margin-left: 91.66666667%; + } + .bootstrap5 .g-lg-0, +.bootstrap5 .gx-lg-0 { + --bs-gutter-x: 0; + } + .bootstrap5 .g-lg-0, +.bootstrap5 .gy-lg-0 { + --bs-gutter-y: 0; + } + .bootstrap5 .g-lg-1, +.bootstrap5 .gx-lg-1 { + --bs-gutter-x: 0.25rem; + } + .bootstrap5 .g-lg-1, +.bootstrap5 .gy-lg-1 { + --bs-gutter-y: 0.25rem; + } + .bootstrap5 .g-lg-2, +.bootstrap5 .gx-lg-2 { + --bs-gutter-x: 0.5rem; + } + .bootstrap5 .g-lg-2, +.bootstrap5 .gy-lg-2 { + --bs-gutter-y: 0.5rem; + } + .bootstrap5 .g-lg-3, +.bootstrap5 .gx-lg-3 { + --bs-gutter-x: 1rem; + } + .bootstrap5 .g-lg-3, +.bootstrap5 .gy-lg-3 { + --bs-gutter-y: 1rem; + } + .bootstrap5 .g-lg-4, +.bootstrap5 .gx-lg-4 { + --bs-gutter-x: 1.5rem; + } + .bootstrap5 .g-lg-4, +.bootstrap5 .gy-lg-4 { + --bs-gutter-y: 1.5rem; + } + .bootstrap5 .g-lg-5, +.bootstrap5 .gx-lg-5 { + --bs-gutter-x: 3rem; + } + .bootstrap5 .g-lg-5, +.bootstrap5 .gy-lg-5 { + --bs-gutter-y: 3rem; + } +} +@media (min-width: 1200px) { + .bootstrap5 .col-xl-auto { + flex: 0 0 auto; + width: auto; + } + .bootstrap5 .col-xl-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .bootstrap5 .col-xl-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .bootstrap5 .col-xl-3 { + flex: 0 0 auto; + width: 25%; + } + .bootstrap5 .col-xl-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .bootstrap5 .col-xl-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .bootstrap5 .col-xl-6 { + flex: 0 0 auto; + width: 50%; + } + .bootstrap5 .col-xl-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .bootstrap5 .col-xl-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .bootstrap5 .col-xl-9 { + flex: 0 0 auto; + width: 75%; + } + .bootstrap5 .col-xl-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .bootstrap5 .col-xl-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .bootstrap5 .col-xl-12 { + flex: 0 0 auto; + width: 100%; + } + .bootstrap5 .offset-xl-0 { + margin-left: 0; + } + .bootstrap5 .offset-xl-1 { + margin-left: 8.33333333%; + } + .bootstrap5 .offset-xl-2 { + margin-left: 16.66666667%; + } + .bootstrap5 .offset-xl-3 { + margin-left: 25%; + } + .bootstrap5 .offset-xl-4 { + margin-left: 33.33333333%; + } + .bootstrap5 .offset-xl-5 { + margin-left: 41.66666667%; + } + .bootstrap5 .offset-xl-6 { + margin-left: 50%; + } + .bootstrap5 .offset-xl-7 { + margin-left: 58.33333333%; + } + .bootstrap5 .offset-xl-8 { + margin-left: 66.66666667%; + } + .bootstrap5 .offset-xl-9 { + margin-left: 75%; + } + .bootstrap5 .offset-xl-10 { + margin-left: 83.33333333%; + } + .bootstrap5 .offset-xl-11 { + margin-left: 91.66666667%; + } + .bootstrap5 .g-xl-0, +.bootstrap5 .gx-xl-0 { + --bs-gutter-x: 0; + } + .bootstrap5 .g-xl-0, +.bootstrap5 .gy-xl-0 { + --bs-gutter-y: 0; + } + .bootstrap5 .g-xl-1, +.bootstrap5 .gx-xl-1 { + --bs-gutter-x: 0.25rem; + } + .bootstrap5 .g-xl-1, +.bootstrap5 .gy-xl-1 { + --bs-gutter-y: 0.25rem; + } + .bootstrap5 .g-xl-2, +.bootstrap5 .gx-xl-2 { + --bs-gutter-x: 0.5rem; + } + .bootstrap5 .g-xl-2, +.bootstrap5 .gy-xl-2 { + --bs-gutter-y: 0.5rem; + } + .bootstrap5 .g-xl-3, +.bootstrap5 .gx-xl-3 { + --bs-gutter-x: 1rem; + } + .bootstrap5 .g-xl-3, +.bootstrap5 .gy-xl-3 { + --bs-gutter-y: 1rem; + } + .bootstrap5 .g-xl-4, +.bootstrap5 .gx-xl-4 { + --bs-gutter-x: 1.5rem; + } + .bootstrap5 .g-xl-4, +.bootstrap5 .gy-xl-4 { + --bs-gutter-y: 1.5rem; + } + .bootstrap5 .g-xl-5, +.bootstrap5 .gx-xl-5 { + --bs-gutter-x: 3rem; + } + .bootstrap5 .g-xl-5, +.bootstrap5 .gy-xl-5 { + --bs-gutter-y: 3rem; + } +} +@media (min-width: 1400px) { + .bootstrap5 .col-xxl-auto { + flex: 0 0 auto; + width: auto; + } + .bootstrap5 .col-xxl-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .bootstrap5 .col-xxl-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .bootstrap5 .col-xxl-3 { + flex: 0 0 auto; + width: 25%; + } + .bootstrap5 .col-xxl-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .bootstrap5 .col-xxl-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .bootstrap5 .col-xxl-6 { + flex: 0 0 auto; + width: 50%; + } + .bootstrap5 .col-xxl-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .bootstrap5 .col-xxl-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .bootstrap5 .col-xxl-9 { + flex: 0 0 auto; + width: 75%; + } + .bootstrap5 .col-xxl-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .bootstrap5 .col-xxl-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .bootstrap5 .col-xxl-12 { + flex: 0 0 auto; + width: 100%; + } + .bootstrap5 .offset-xxl-0 { + margin-left: 0; + } + .bootstrap5 .offset-xxl-1 { + margin-left: 8.33333333%; + } + .bootstrap5 .offset-xxl-2 { + margin-left: 16.66666667%; + } + .bootstrap5 .offset-xxl-3 { + margin-left: 25%; + } + .bootstrap5 .offset-xxl-4 { + margin-left: 33.33333333%; + } + .bootstrap5 .offset-xxl-5 { + margin-left: 41.66666667%; + } + .bootstrap5 .offset-xxl-6 { + margin-left: 50%; + } + .bootstrap5 .offset-xxl-7 { + margin-left: 58.33333333%; + } + .bootstrap5 .offset-xxl-8 { + margin-left: 66.66666667%; + } + .bootstrap5 .offset-xxl-9 { + margin-left: 75%; + } + .bootstrap5 .offset-xxl-10 { + margin-left: 83.33333333%; + } + .bootstrap5 .offset-xxl-11 { + margin-left: 91.66666667%; + } + .bootstrap5 .g-xxl-0, +.bootstrap5 .gx-xxl-0 { + --bs-gutter-x: 0; + } + .bootstrap5 .g-xxl-0, +.bootstrap5 .gy-xxl-0 { + --bs-gutter-y: 0; + } + .bootstrap5 .g-xxl-1, +.bootstrap5 .gx-xxl-1 { + --bs-gutter-x: 0.25rem; + } + .bootstrap5 .g-xxl-1, +.bootstrap5 .gy-xxl-1 { + --bs-gutter-y: 0.25rem; + } + .bootstrap5 .g-xxl-2, +.bootstrap5 .gx-xxl-2 { + --bs-gutter-x: 0.5rem; + } + .bootstrap5 .g-xxl-2, +.bootstrap5 .gy-xxl-2 { + --bs-gutter-y: 0.5rem; + } + .bootstrap5 .g-xxl-3, +.bootstrap5 .gx-xxl-3 { + --bs-gutter-x: 1rem; + } + .bootstrap5 .g-xxl-3, +.bootstrap5 .gy-xxl-3 { + --bs-gutter-y: 1rem; + } + .bootstrap5 .g-xxl-4, +.bootstrap5 .gx-xxl-4 { + --bs-gutter-x: 1.5rem; + } + .bootstrap5 .g-xxl-4, +.bootstrap5 .gy-xxl-4 { + --bs-gutter-y: 1.5rem; + } + .bootstrap5 .g-xxl-5, +.bootstrap5 .gx-xxl-5 { + --bs-gutter-x: 3rem; + } + .bootstrap5 .g-xxl-5, +.bootstrap5 .gy-xxl-5 { + --bs-gutter-y: 3rem; + } +} +.bootstrap5 .table { + --bs-table-bg: transparent; + --bs-table-accent-bg: transparent; + --bs-table-striped-color: #212529; + --bs-table-striped-bg: rgba(0, 0, 0, 0.05); + --bs-table-active-color: #212529; + --bs-table-active-bg: rgba(0, 0, 0, 0.1); + --bs-table-hover-color: #212529; + --bs-table-hover-bg: rgba(0, 0, 0, 0.075); + width: 100%; + margin-bottom: 1rem; + color: #212529; + vertical-align: top; + border-color: #dee2e6; +} +.bootstrap5 .table > :not(caption) > * > * { + padding: 0.5rem 0.5rem; + background-color: var(--bs-table-bg); + border-bottom-width: 1px; + box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); +} +.bootstrap5 .table > tbody { + vertical-align: inherit; +} +.bootstrap5 .table > thead { + vertical-align: bottom; +} +.bootstrap5 .table > :not(:last-child) > :last-child > * { + border-bottom-color: currentColor; +} +.bootstrap5 .caption-top { + caption-side: top; +} +.bootstrap5 .table-sm > :not(caption) > * > * { + padding: 0.25rem 0.25rem; +} +.bootstrap5 .table-bordered > :not(caption) > * { + border-width: 1px 0; +} +.bootstrap5 .table-bordered > :not(caption) > * > * { + border-width: 0 1px; +} +.bootstrap5 .table-borderless > :not(caption) > * > * { + border-bottom-width: 0; +} +.bootstrap5 .table-striped > tbody > tr:nth-of-type(odd) { + --bs-table-accent-bg: var(--bs-table-striped-bg); + color: var(--bs-table-striped-color); +} +.bootstrap5 .table-active { + --bs-table-accent-bg: var(--bs-table-active-bg); + color: var(--bs-table-active-color); +} +.bootstrap5 .table-hover > tbody > tr:hover { + --bs-table-accent-bg: var(--bs-table-hover-bg); + color: var(--bs-table-hover-color); +} +.bootstrap5 .table-primary { + --bs-table-bg: #cfe2ff; + --bs-table-striped-bg: #c5d7f2; + --bs-table-striped-color: #000; + --bs-table-active-bg: #bacbe6; + --bs-table-active-color: #000; + --bs-table-hover-bg: #bfd1ec; + --bs-table-hover-color: #000; + color: #000; + border-color: #bacbe6; +} +.bootstrap5 .table-secondary { + --bs-table-bg: #e2e3e5; + --bs-table-striped-bg: #d7d8da; + --bs-table-striped-color: #000; + --bs-table-active-bg: #cbccce; + --bs-table-active-color: #000; + --bs-table-hover-bg: #d1d2d4; + --bs-table-hover-color: #000; + color: #000; + border-color: #cbccce; +} +.bootstrap5 .table-success { + --bs-table-bg: #d1e7dd; + --bs-table-striped-bg: #c7dbd2; + --bs-table-striped-color: #000; + --bs-table-active-bg: #bcd0c7; + --bs-table-active-color: #000; + --bs-table-hover-bg: #c1d6cc; + --bs-table-hover-color: #000; + color: #000; + border-color: #bcd0c7; +} +.bootstrap5 .table-info { + --bs-table-bg: #cff4fc; + --bs-table-striped-bg: #c5e8ef; + --bs-table-striped-color: #000; + --bs-table-active-bg: #badce3; + --bs-table-active-color: #000; + --bs-table-hover-bg: #bfe2e9; + --bs-table-hover-color: #000; + color: #000; + border-color: #badce3; +} +.bootstrap5 .table-warning { + --bs-table-bg: #fff3cd; + --bs-table-striped-bg: #f2e7c3; + --bs-table-striped-color: #000; + --bs-table-active-bg: #e6dbb9; + --bs-table-active-color: #000; + --bs-table-hover-bg: #ece1be; + --bs-table-hover-color: #000; + color: #000; + border-color: #e6dbb9; +} +.bootstrap5 .table-danger { + --bs-table-bg: #f8d7da; + --bs-table-striped-bg: #eccccf; + --bs-table-striped-color: #000; + --bs-table-active-bg: #dfc2c4; + --bs-table-active-color: #000; + --bs-table-hover-bg: #e5c7ca; + --bs-table-hover-color: #000; + color: #000; + border-color: #dfc2c4; +} +.bootstrap5 .table-light { + --bs-table-bg: #f8f9fa; + --bs-table-striped-bg: #ecedee; + --bs-table-striped-color: #000; + --bs-table-active-bg: #dfe0e1; + --bs-table-active-color: #000; + --bs-table-hover-bg: #e5e6e7; + --bs-table-hover-color: #000; + color: #000; + border-color: #dfe0e1; +} +.bootstrap5 .table-dark { + --bs-table-bg: #212529; + --bs-table-striped-bg: #2c3034; + --bs-table-striped-color: #fff; + --bs-table-active-bg: #373b3e; + --bs-table-active-color: #fff; + --bs-table-hover-bg: #323539; + --bs-table-hover-color: #fff; + color: #fff; + border-color: #373b3e; +} +.bootstrap5 .table-responsive { + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} +@media (max-width: 575.98px) { + .bootstrap5 .table-responsive-sm { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 767.98px) { + .bootstrap5 .table-responsive-md { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 991.98px) { + .bootstrap5 .table-responsive-lg { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 1199.98px) { + .bootstrap5 .table-responsive-xl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 1399.98px) { + .bootstrap5 .table-responsive-xxl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +.bootstrap5 .form-label { + margin-bottom: 0.5rem; +} +.bootstrap5 .col-form-label { + padding-top: calc(0.375rem + 1px); + padding-bottom: calc(0.375rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.5; +} +.bootstrap5 .col-form-label-lg { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + font-size: 1.25rem; +} +.bootstrap5 .col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.875rem; +} +.bootstrap5 .form-text { + margin-top: 0.25rem; + font-size: 0.875em; + color: #6c757d; +} +.bootstrap5 .form-control { + display: block; + width: 100%; + padding: 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ced4da; + appearance: none; + border-radius: 0.25rem; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .form-control { + transition: none; + } +} +.bootstrap5 .form-control[type=file] { + overflow: hidden; +} +.bootstrap5 .form-control[type=file]:not(:disabled):not([readonly]) { + cursor: pointer; +} +.bootstrap5 .form-control:focus { + color: #212529; + background-color: #fff; + border-color: #86b7fe; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.bootstrap5 .form-control::-webkit-date-and-time-value { + height: 1.5em; +} +.bootstrap5 .form-control::placeholder { + color: #6c757d; + opacity: 1; +} +.bootstrap5 .form-control:disabled, .bootstrap5 .form-control[readonly] { + background-color: #e9ecef; + opacity: 1; +} +.bootstrap5 .form-control::file-selector-button { + padding: 0.375rem 0.75rem; + margin: -0.375rem -0.75rem; + margin-inline-end: 0.75rem; + color: #212529; + background-color: #e9ecef; + pointer-events: none; + border-color: inherit; + border-style: solid; + border-width: 0; + border-inline-end-width: 1px; + border-radius: 0; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .form-control::file-selector-button { + transition: none; + } +} +.bootstrap5 .form-control:hover:not(:disabled):not([readonly])::file-selector-button { + background-color: #dde0e3; +} +.bootstrap5 .form-control::-webkit-file-upload-button { + padding: 0.375rem 0.75rem; + margin: -0.375rem -0.75rem; + margin-inline-end: 0.75rem; + color: #212529; + background-color: #e9ecef; + pointer-events: none; + border-color: inherit; + border-style: solid; + border-width: 0; + border-inline-end-width: 1px; + border-radius: 0; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .form-control::-webkit-file-upload-button { + transition: none; + } +} +.bootstrap5 .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { + background-color: #dde0e3; +} +.bootstrap5 .form-control-plaintext { + display: block; + width: 100%; + padding: 0.375rem 0; + margin-bottom: 0; + line-height: 1.5; + color: #212529; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; +} +.bootstrap5 .form-control-plaintext.form-control-sm, .bootstrap5 .form-control-plaintext.form-control-lg { + padding-right: 0; + padding-left: 0; +} +.bootstrap5 .form-control-sm { + min-height: calc(1.5em + (0.5rem + 2px)); + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; +} +.bootstrap5 .form-control-sm::file-selector-button { + padding: 0.25rem 0.5rem; + margin: -0.25rem -0.5rem; + margin-inline-end: 0.5rem; +} +.bootstrap5 .form-control-sm::-webkit-file-upload-button { + padding: 0.25rem 0.5rem; + margin: -0.25rem -0.5rem; + margin-inline-end: 0.5rem; +} +.bootstrap5 .form-control-lg { + min-height: calc(1.5em + (1rem + 2px)); + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; +} +.bootstrap5 .form-control-lg::file-selector-button { + padding: 0.5rem 1rem; + margin: -0.5rem -1rem; + margin-inline-end: 1rem; +} +.bootstrap5 .form-control-lg::-webkit-file-upload-button { + padding: 0.5rem 1rem; + margin: -0.5rem -1rem; + margin-inline-end: 1rem; +} +.bootstrap5 textarea.form-control { + min-height: calc(1.5em + (0.75rem + 2px)); +} +.bootstrap5 textarea.form-control-sm { + min-height: calc(1.5em + (0.5rem + 2px)); +} +.bootstrap5 textarea.form-control-lg { + min-height: calc(1.5em + (1rem + 2px)); +} +.bootstrap5 .form-control-color { + max-width: 3rem; + height: auto; + padding: 0.375rem; +} +.bootstrap5 .form-control-color:not(:disabled):not([readonly]) { + cursor: pointer; +} +.bootstrap5 .form-control-color::-moz-color-swatch { + height: 1.5em; + border-radius: 0.25rem; +} +.bootstrap5 .form-control-color::-webkit-color-swatch { + height: 1.5em; + border-radius: 0.25rem; +} +.bootstrap5 .form-select { + display: block; + width: 100%; + padding: 0.375rem 2.25rem 0.375rem 0.75rem; + -moz-padding-start: calc(0.75rem - 3px); + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + background-color: #fff; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right 0.75rem center; + background-size: 16px 12px; + border: 1px solid #ced4da; + border-radius: 0.25rem; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .form-select { + transition: none; + } +} +.bootstrap5 .form-select:focus { + border-color: #86b7fe; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.bootstrap5 .form-select[multiple], .bootstrap5 .form-select[size]:not([size="1"]) { + padding-right: 0.75rem; + background-image: none; +} +.bootstrap5 .form-select:disabled { + background-color: #e9ecef; +} +.bootstrap5 .form-select:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #212529; +} +.bootstrap5 .form-select-sm { + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.5rem; + font-size: 0.875rem; +} +.bootstrap5 .form-select-lg { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + font-size: 1.25rem; +} +.bootstrap5 .form-check { + display: block; + min-height: 1.5rem; + padding-left: 1.5em; + margin-bottom: 0.125rem; +} +.bootstrap5 .form-check .form-check-input { + float: left; + margin-left: -1.5em; +} +.bootstrap5 .form-check-input { + width: 1em; + height: 1em; + margin-top: 0.25em; + vertical-align: top; + background-color: #fff; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: 1px solid rgba(0, 0, 0, 0.25); + appearance: none; + color-adjust: exact; +} +.bootstrap5 .form-check-input[type=checkbox] { + border-radius: 0.25em; +} +.bootstrap5 .form-check-input[type=radio] { + border-radius: 50%; +} +.bootstrap5 .form-check-input:active { + filter: brightness(90%); +} +.bootstrap5 .form-check-input:focus { + border-color: #86b7fe; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.bootstrap5 .form-check-input:checked { + background-color: #0d6efd; + border-color: #0d6efd; +} +.bootstrap5 .form-check-input:checked[type=checkbox] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); +} +.bootstrap5 .form-check-input:checked[type=radio] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); +} +.bootstrap5 .form-check-input[type=checkbox]:indeterminate { + background-color: #0d6efd; + border-color: #0d6efd; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); +} +.bootstrap5 .form-check-input:disabled { + pointer-events: none; + filter: none; + opacity: 0.5; +} +.bootstrap5 .form-check-input[disabled] ~ .form-check-label, .bootstrap5 .form-check-input:disabled ~ .form-check-label { + opacity: 0.5; +} +.bootstrap5 .form-switch { + padding-left: 2.5em; +} +.bootstrap5 .form-switch .form-check-input { + width: 2em; + margin-left: -2.5em; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); + background-position: left center; + border-radius: 2em; + transition: background-position 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .form-switch .form-check-input { + transition: none; + } +} +.bootstrap5 .form-switch .form-check-input:focus { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); +} +.bootstrap5 .form-switch .form-check-input:checked { + background-position: right center; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); +} +.bootstrap5 .form-check-inline { + display: inline-block; + margin-right: 1rem; +} +.bootstrap5 .btn-check { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; +} +.bootstrap5 .btn-check[disabled] + .btn, .bootstrap5 .btn-check:disabled + .btn { + pointer-events: none; + filter: none; + opacity: 0.65; +} +.bootstrap5 .form-range { + width: 100%; + height: 1.5rem; + padding: 0; + background-color: transparent; + appearance: none; +} +.bootstrap5 .form-range:focus { + outline: 0; +} +.bootstrap5 .form-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.bootstrap5 .form-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.bootstrap5 .form-range::-moz-focus-outer { + border: 0; +} +.bootstrap5 .form-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #0d6efd; + border: 0; + border-radius: 1rem; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .form-range::-webkit-slider-thumb { + transition: none; + } +} +.bootstrap5 .form-range::-webkit-slider-thumb:active { + background-color: #b6d4fe; +} +.bootstrap5 .form-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.bootstrap5 .form-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #0d6efd; + border: 0; + border-radius: 1rem; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .form-range::-moz-range-thumb { + transition: none; + } +} +.bootstrap5 .form-range::-moz-range-thumb:active { + background-color: #b6d4fe; +} +.bootstrap5 .form-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.bootstrap5 .form-range:disabled { + pointer-events: none; +} +.bootstrap5 .form-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; +} +.bootstrap5 .form-range:disabled::-moz-range-thumb { + background-color: #adb5bd; +} +.bootstrap5 .form-floating { + position: relative; +} +.bootstrap5 .form-floating > .form-control, +.bootstrap5 .form-floating > .form-select { + height: calc(3.5rem + 2px); + line-height: 1.25; +} +.bootstrap5 .form-floating > label { + position: absolute; + top: 0; + left: 0; + height: 100%; + padding: 1rem 0.75rem; + pointer-events: none; + border: 1px solid transparent; + transform-origin: 0 0; + transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .form-floating > label { + transition: none; + } +} +.bootstrap5 .form-floating > .form-control { + padding: 1rem 0.75rem; +} +.bootstrap5 .form-floating > .form-control::placeholder { + color: transparent; +} +.bootstrap5 .form-floating > .form-control:focus, .bootstrap5 .form-floating > .form-control:not(:placeholder-shown) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.bootstrap5 .form-floating > .form-control:-webkit-autofill { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.bootstrap5 .form-floating > .form-select { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.bootstrap5 .form-floating > .form-control:focus ~ label, +.bootstrap5 .form-floating > .form-control:not(:placeholder-shown) ~ label, +.bootstrap5 .form-floating > .form-select ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); +} +.bootstrap5 .form-floating > .form-control:-webkit-autofill ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); +} +.bootstrap5 .input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; + width: 100%; +} +.bootstrap5 .input-group > .form-control, +.bootstrap5 .input-group > .form-select { + position: relative; + flex: 1 1 auto; + width: 1%; + min-width: 0; +} +.bootstrap5 .input-group > .form-control:focus, +.bootstrap5 .input-group > .form-select:focus { + z-index: 3; +} +.bootstrap5 .input-group .btn { + position: relative; + z-index: 2; +} +.bootstrap5 .input-group .btn:focus { + z-index: 3; +} +.bootstrap5 .input-group-text { + display: flex; + align-items: center; + padding: 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: center; + white-space: nowrap; + background-color: #e9ecef; + border: 1px solid #ced4da; + border-radius: 0.25rem; +} +.bootstrap5 .input-group-lg > .form-control, +.bootstrap5 .input-group-lg > .form-select, +.bootstrap5 .input-group-lg > .input-group-text, +.bootstrap5 .input-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; +} +.bootstrap5 .input-group-sm > .form-control, +.bootstrap5 .input-group-sm > .form-select, +.bootstrap5 .input-group-sm > .input-group-text, +.bootstrap5 .input-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; +} +.bootstrap5 .input-group-lg > .form-select, +.bootstrap5 .input-group-sm > .form-select { + padding-right: 3rem; +} +.bootstrap5 .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), +.bootstrap5 .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.bootstrap5 .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), +.bootstrap5 .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.bootstrap5 .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { + margin-left: -1px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.bootstrap5 .valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 0.875em; + color: #198754; +} +.bootstrap5 .valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: 0.1rem; + font-size: 0.875rem; + color: #fff; + background-color: rgba(25, 135, 84, 0.9); + border-radius: 0.25rem; +} +.was-validated .bootstrap5:valid ~ .valid-feedback, +.was-validated .bootstrap5:valid ~ .valid-tooltip, .bootstrap5.is-valid ~ .valid-feedback, +.bootstrap5.is-valid ~ .valid-tooltip { + display: block; +} +.was-validated .bootstrap5 .form-control:valid, .bootstrap5 .form-control.is-valid { + border-color: #198754; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .bootstrap5 .form-control:valid:focus, .bootstrap5 .form-control.is-valid:focus { + border-color: #198754; + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); +} +.was-validated .bootstrap5 textarea.form-control:valid, .bootstrap5 textarea.form-control.is-valid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} +.was-validated .bootstrap5 .form-select:valid, .bootstrap5 .form-select.is-valid { + border-color: #198754; +} +.was-validated .bootstrap5 .form-select:valid:not([multiple]):not([size]), .was-validated .bootstrap5 .form-select:valid:not([multiple])[size="1"], .bootstrap5 .form-select.is-valid:not([multiple]):not([size]), .bootstrap5 .form-select.is-valid:not([multiple])[size="1"] { + padding-right: 4.125rem; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 2.25rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .bootstrap5 .form-select:valid:focus, .bootstrap5 .form-select.is-valid:focus { + border-color: #198754; + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); +} +.was-validated .bootstrap5 .form-check-input:valid, .bootstrap5 .form-check-input.is-valid { + border-color: #198754; +} +.was-validated .bootstrap5 .form-check-input:valid:checked, .bootstrap5 .form-check-input.is-valid:checked { + background-color: #198754; +} +.was-validated .bootstrap5 .form-check-input:valid:focus, .bootstrap5 .form-check-input.is-valid:focus { + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); +} +.was-validated .bootstrap5 .form-check-input:valid ~ .form-check-label, .bootstrap5 .form-check-input.is-valid ~ .form-check-label { + color: #198754; +} +.bootstrap5 .form-check-inline .form-check-input ~ .valid-feedback { + margin-left: 0.5em; +} +.was-validated .bootstrap5 .input-group .form-control:valid, .bootstrap5 .input-group .form-control.is-valid, +.was-validated .bootstrap5 .input-group .form-select:valid, +.bootstrap5 .input-group .form-select.is-valid { + z-index: 1; +} +.was-validated .bootstrap5 .input-group .form-control:valid:focus, .bootstrap5 .input-group .form-control.is-valid:focus, +.was-validated .bootstrap5 .input-group .form-select:valid:focus, +.bootstrap5 .input-group .form-select.is-valid:focus { + z-index: 3; +} +.bootstrap5 .invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 0.875em; + color: #dc3545; +} +.bootstrap5 .invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: 0.1rem; + font-size: 0.875rem; + color: #fff; + background-color: rgba(220, 53, 69, 0.9); + border-radius: 0.25rem; +} +.was-validated .bootstrap5:invalid ~ .invalid-feedback, +.was-validated .bootstrap5:invalid ~ .invalid-tooltip, .bootstrap5.is-invalid ~ .invalid-feedback, +.bootstrap5.is-invalid ~ .invalid-tooltip { + display: block; +} +.was-validated .bootstrap5 .form-control:invalid, .bootstrap5 .form-control.is-invalid { + border-color: #dc3545; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .bootstrap5 .form-control:invalid:focus, .bootstrap5 .form-control.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} +.was-validated .bootstrap5 textarea.form-control:invalid, .bootstrap5 textarea.form-control.is-invalid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} +.was-validated .bootstrap5 .form-select:invalid, .bootstrap5 .form-select.is-invalid { + border-color: #dc3545; +} +.was-validated .bootstrap5 .form-select:invalid:not([multiple]):not([size]), .was-validated .bootstrap5 .form-select:invalid:not([multiple])[size="1"], .bootstrap5 .form-select.is-invalid:not([multiple]):not([size]), .bootstrap5 .form-select.is-invalid:not([multiple])[size="1"] { + padding-right: 4.125rem; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 2.25rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .bootstrap5 .form-select:invalid:focus, .bootstrap5 .form-select.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} +.was-validated .bootstrap5 .form-check-input:invalid, .bootstrap5 .form-check-input.is-invalid { + border-color: #dc3545; +} +.was-validated .bootstrap5 .form-check-input:invalid:checked, .bootstrap5 .form-check-input.is-invalid:checked { + background-color: #dc3545; +} +.was-validated .bootstrap5 .form-check-input:invalid:focus, .bootstrap5 .form-check-input.is-invalid:focus { + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} +.was-validated .bootstrap5 .form-check-input:invalid ~ .form-check-label, .bootstrap5 .form-check-input.is-invalid ~ .form-check-label { + color: #dc3545; +} +.bootstrap5 .form-check-inline .form-check-input ~ .invalid-feedback { + margin-left: 0.5em; +} +.was-validated .bootstrap5 .input-group .form-control:invalid, .bootstrap5 .input-group .form-control.is-invalid, +.was-validated .bootstrap5 .input-group .form-select:invalid, +.bootstrap5 .input-group .form-select.is-invalid { + z-index: 2; +} +.was-validated .bootstrap5 .input-group .form-control:invalid:focus, .bootstrap5 .input-group .form-control.is-invalid:focus, +.was-validated .bootstrap5 .input-group .form-select:invalid:focus, +.bootstrap5 .input-group .form-select.is-invalid:focus { + z-index: 3; +} +.bootstrap5 .btn { + display: inline-block; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: center; + text-decoration: none; + vertical-align: middle; + cursor: pointer; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: 0.375rem 0.75rem; + font-size: 1rem; + border-radius: 0.25rem; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .btn { + transition: none; + } +} +.bootstrap5 .btn:hover { + color: #212529; +} +.btn-check:focus + .bootstrap5 .btn, .bootstrap5 .btn:focus { + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.bootstrap5 .btn:disabled, .bootstrap5 .btn.disabled, fieldset:disabled .bootstrap5 .btn { + pointer-events: none; + opacity: 0.65; +} +.bootstrap5 .btn-primary { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} +.bootstrap5 .btn-primary:hover { + color: #fff; + background-color: #0b5ed7; + border-color: #0a58ca; +} +.btn-check:focus + .bootstrap5 .btn-primary, .bootstrap5 .btn-primary:focus { + color: #fff; + background-color: #0b5ed7; + border-color: #0a58ca; + box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-primary, .btn-check:active + .bootstrap5 .btn-primary, .bootstrap5 .btn-primary:active, .bootstrap5 .btn-primary.active, .show > .bootstrap5 .btn-primary.dropdown-toggle { + color: #fff; + background-color: #0a58ca; + border-color: #0a53be; +} +.btn-check:checked + .bootstrap5 .btn-primary:focus, .btn-check:active + .bootstrap5 .btn-primary:focus, .bootstrap5 .btn-primary:active:focus, .bootstrap5 .btn-primary.active:focus, .show > .bootstrap5 .btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); +} +.bootstrap5 .btn-primary:disabled, .bootstrap5 .btn-primary.disabled { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} +.bootstrap5 .btn-secondary { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} +.bootstrap5 .btn-secondary:hover { + color: #fff; + background-color: #5c636a; + border-color: #565e64; +} +.btn-check:focus + .bootstrap5 .btn-secondary, .bootstrap5 .btn-secondary:focus { + color: #fff; + background-color: #5c636a; + border-color: #565e64; + box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-secondary, .btn-check:active + .bootstrap5 .btn-secondary, .bootstrap5 .btn-secondary:active, .bootstrap5 .btn-secondary.active, .show > .bootstrap5 .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #565e64; + border-color: #51585e; +} +.btn-check:checked + .bootstrap5 .btn-secondary:focus, .btn-check:active + .bootstrap5 .btn-secondary:focus, .bootstrap5 .btn-secondary:active:focus, .bootstrap5 .btn-secondary.active:focus, .show > .bootstrap5 .btn-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); +} +.bootstrap5 .btn-secondary:disabled, .bootstrap5 .btn-secondary.disabled { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} +.bootstrap5 .btn-success { + color: #fff; + background-color: #198754; + border-color: #198754; +} +.bootstrap5 .btn-success:hover { + color: #fff; + background-color: #157347; + border-color: #146c43; +} +.btn-check:focus + .bootstrap5 .btn-success, .bootstrap5 .btn-success:focus { + color: #fff; + background-color: #157347; + border-color: #146c43; + box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-success, .btn-check:active + .bootstrap5 .btn-success, .bootstrap5 .btn-success:active, .bootstrap5 .btn-success.active, .show > .bootstrap5 .btn-success.dropdown-toggle { + color: #fff; + background-color: #146c43; + border-color: #13653f; +} +.btn-check:checked + .bootstrap5 .btn-success:focus, .btn-check:active + .bootstrap5 .btn-success:focus, .bootstrap5 .btn-success:active:focus, .bootstrap5 .btn-success.active:focus, .show > .bootstrap5 .btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); +} +.bootstrap5 .btn-success:disabled, .bootstrap5 .btn-success.disabled { + color: #fff; + background-color: #198754; + border-color: #198754; +} +.bootstrap5 .btn-info { + color: #000; + background-color: #0dcaf0; + border-color: #0dcaf0; +} +.bootstrap5 .btn-info:hover { + color: #000; + background-color: #31d2f2; + border-color: #25cff2; +} +.btn-check:focus + .bootstrap5 .btn-info, .bootstrap5 .btn-info:focus { + color: #000; + background-color: #31d2f2; + border-color: #25cff2; + box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-info, .btn-check:active + .bootstrap5 .btn-info, .bootstrap5 .btn-info:active, .bootstrap5 .btn-info.active, .show > .bootstrap5 .btn-info.dropdown-toggle { + color: #000; + background-color: #3dd5f3; + border-color: #25cff2; +} +.btn-check:checked + .bootstrap5 .btn-info:focus, .btn-check:active + .bootstrap5 .btn-info:focus, .bootstrap5 .btn-info:active:focus, .bootstrap5 .btn-info.active:focus, .show > .bootstrap5 .btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); +} +.bootstrap5 .btn-info:disabled, .bootstrap5 .btn-info.disabled { + color: #000; + background-color: #0dcaf0; + border-color: #0dcaf0; +} +.bootstrap5 .btn-warning { + color: #000; + background-color: #ffc107; + border-color: #ffc107; +} +.bootstrap5 .btn-warning:hover { + color: #000; + background-color: #ffca2c; + border-color: #ffc720; +} +.btn-check:focus + .bootstrap5 .btn-warning, .bootstrap5 .btn-warning:focus { + color: #000; + background-color: #ffca2c; + border-color: #ffc720; + box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-warning, .btn-check:active + .bootstrap5 .btn-warning, .bootstrap5 .btn-warning:active, .bootstrap5 .btn-warning.active, .show > .bootstrap5 .btn-warning.dropdown-toggle { + color: #000; + background-color: #ffcd39; + border-color: #ffc720; +} +.btn-check:checked + .bootstrap5 .btn-warning:focus, .btn-check:active + .bootstrap5 .btn-warning:focus, .bootstrap5 .btn-warning:active:focus, .bootstrap5 .btn-warning.active:focus, .show > .bootstrap5 .btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); +} +.bootstrap5 .btn-warning:disabled, .bootstrap5 .btn-warning.disabled { + color: #000; + background-color: #ffc107; + border-color: #ffc107; +} +.bootstrap5 .btn-danger { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} +.bootstrap5 .btn-danger:hover { + color: #fff; + background-color: #bb2d3b; + border-color: #b02a37; +} +.btn-check:focus + .bootstrap5 .btn-danger, .bootstrap5 .btn-danger:focus { + color: #fff; + background-color: #bb2d3b; + border-color: #b02a37; + box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-danger, .btn-check:active + .bootstrap5 .btn-danger, .bootstrap5 .btn-danger:active, .bootstrap5 .btn-danger.active, .show > .bootstrap5 .btn-danger.dropdown-toggle { + color: #fff; + background-color: #b02a37; + border-color: #a52834; +} +.btn-check:checked + .bootstrap5 .btn-danger:focus, .btn-check:active + .bootstrap5 .btn-danger:focus, .bootstrap5 .btn-danger:active:focus, .bootstrap5 .btn-danger.active:focus, .show > .bootstrap5 .btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); +} +.bootstrap5 .btn-danger:disabled, .bootstrap5 .btn-danger.disabled { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} +.bootstrap5 .btn-light { + color: #000; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +.bootstrap5 .btn-light:hover { + color: #000; + background-color: #f9fafb; + border-color: #f9fafb; +} +.btn-check:focus + .bootstrap5 .btn-light, .bootstrap5 .btn-light:focus { + color: #000; + background-color: #f9fafb; + border-color: #f9fafb; + box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-light, .btn-check:active + .bootstrap5 .btn-light, .bootstrap5 .btn-light:active, .bootstrap5 .btn-light.active, .show > .bootstrap5 .btn-light.dropdown-toggle { + color: #000; + background-color: #f9fafb; + border-color: #f9fafb; +} +.btn-check:checked + .bootstrap5 .btn-light:focus, .btn-check:active + .bootstrap5 .btn-light:focus, .bootstrap5 .btn-light:active:focus, .bootstrap5 .btn-light.active:focus, .show > .bootstrap5 .btn-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); +} +.bootstrap5 .btn-light:disabled, .bootstrap5 .btn-light.disabled { + color: #000; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +.bootstrap5 .btn-dark { + color: #fff; + background-color: #212529; + border-color: #212529; +} +.bootstrap5 .btn-dark:hover { + color: #fff; + background-color: #1c1f23; + border-color: #1a1e21; +} +.btn-check:focus + .bootstrap5 .btn-dark, .bootstrap5 .btn-dark:focus { + color: #fff; + background-color: #1c1f23; + border-color: #1a1e21; + box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-dark, .btn-check:active + .bootstrap5 .btn-dark, .bootstrap5 .btn-dark:active, .bootstrap5 .btn-dark.active, .show > .bootstrap5 .btn-dark.dropdown-toggle { + color: #fff; + background-color: #1a1e21; + border-color: #191c1f; +} +.btn-check:checked + .bootstrap5 .btn-dark:focus, .btn-check:active + .bootstrap5 .btn-dark:focus, .bootstrap5 .btn-dark:active:focus, .bootstrap5 .btn-dark.active:focus, .show > .bootstrap5 .btn-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); +} +.bootstrap5 .btn-dark:disabled, .bootstrap5 .btn-dark.disabled { + color: #fff; + background-color: #212529; + border-color: #212529; +} +.bootstrap5 .btn-outline-primary { + color: #0d6efd; + border-color: #0d6efd; +} +.bootstrap5 .btn-outline-primary:hover { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} +.btn-check:focus + .bootstrap5 .btn-outline-primary, .bootstrap5 .btn-outline-primary:focus { + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-outline-primary, .btn-check:active + .bootstrap5 .btn-outline-primary, .bootstrap5 .btn-outline-primary:active, .bootstrap5 .btn-outline-primary.active, .bootstrap5 .btn-outline-primary.dropdown-toggle.show { + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} +.btn-check:checked + .bootstrap5 .btn-outline-primary:focus, .btn-check:active + .bootstrap5 .btn-outline-primary:focus, .bootstrap5 .btn-outline-primary:active:focus, .bootstrap5 .btn-outline-primary.active:focus, .bootstrap5 .btn-outline-primary.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); +} +.bootstrap5 .btn-outline-primary:disabled, .bootstrap5 .btn-outline-primary.disabled { + color: #0d6efd; + background-color: transparent; +} +.bootstrap5 .btn-outline-secondary { + color: #6c757d; + border-color: #6c757d; +} +.bootstrap5 .btn-outline-secondary:hover { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} +.btn-check:focus + .bootstrap5 .btn-outline-secondary, .bootstrap5 .btn-outline-secondary:focus { + box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-outline-secondary, .btn-check:active + .bootstrap5 .btn-outline-secondary, .bootstrap5 .btn-outline-secondary:active, .bootstrap5 .btn-outline-secondary.active, .bootstrap5 .btn-outline-secondary.dropdown-toggle.show { + color: #fff; + background-color: #6c757d; + border-color: #6c757d; +} +.btn-check:checked + .bootstrap5 .btn-outline-secondary:focus, .btn-check:active + .bootstrap5 .btn-outline-secondary:focus, .bootstrap5 .btn-outline-secondary:active:focus, .bootstrap5 .btn-outline-secondary.active:focus, .bootstrap5 .btn-outline-secondary.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); +} +.bootstrap5 .btn-outline-secondary:disabled, .bootstrap5 .btn-outline-secondary.disabled { + color: #6c757d; + background-color: transparent; +} +.bootstrap5 .btn-outline-success { + color: #198754; + border-color: #198754; +} +.bootstrap5 .btn-outline-success:hover { + color: #fff; + background-color: #198754; + border-color: #198754; +} +.btn-check:focus + .bootstrap5 .btn-outline-success, .bootstrap5 .btn-outline-success:focus { + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-outline-success, .btn-check:active + .bootstrap5 .btn-outline-success, .bootstrap5 .btn-outline-success:active, .bootstrap5 .btn-outline-success.active, .bootstrap5 .btn-outline-success.dropdown-toggle.show { + color: #fff; + background-color: #198754; + border-color: #198754; +} +.btn-check:checked + .bootstrap5 .btn-outline-success:focus, .btn-check:active + .bootstrap5 .btn-outline-success:focus, .bootstrap5 .btn-outline-success:active:focus, .bootstrap5 .btn-outline-success.active:focus, .bootstrap5 .btn-outline-success.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); +} +.bootstrap5 .btn-outline-success:disabled, .bootstrap5 .btn-outline-success.disabled { + color: #198754; + background-color: transparent; +} +.bootstrap5 .btn-outline-info { + color: #0dcaf0; + border-color: #0dcaf0; +} +.bootstrap5 .btn-outline-info:hover { + color: #000; + background-color: #0dcaf0; + border-color: #0dcaf0; +} +.btn-check:focus + .bootstrap5 .btn-outline-info, .bootstrap5 .btn-outline-info:focus { + box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-outline-info, .btn-check:active + .bootstrap5 .btn-outline-info, .bootstrap5 .btn-outline-info:active, .bootstrap5 .btn-outline-info.active, .bootstrap5 .btn-outline-info.dropdown-toggle.show { + color: #000; + background-color: #0dcaf0; + border-color: #0dcaf0; +} +.btn-check:checked + .bootstrap5 .btn-outline-info:focus, .btn-check:active + .bootstrap5 .btn-outline-info:focus, .bootstrap5 .btn-outline-info:active:focus, .bootstrap5 .btn-outline-info.active:focus, .bootstrap5 .btn-outline-info.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); +} +.bootstrap5 .btn-outline-info:disabled, .bootstrap5 .btn-outline-info.disabled { + color: #0dcaf0; + background-color: transparent; +} +.bootstrap5 .btn-outline-warning { + color: #ffc107; + border-color: #ffc107; +} +.bootstrap5 .btn-outline-warning:hover { + color: #000; + background-color: #ffc107; + border-color: #ffc107; +} +.btn-check:focus + .bootstrap5 .btn-outline-warning, .bootstrap5 .btn-outline-warning:focus { + box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-outline-warning, .btn-check:active + .bootstrap5 .btn-outline-warning, .bootstrap5 .btn-outline-warning:active, .bootstrap5 .btn-outline-warning.active, .bootstrap5 .btn-outline-warning.dropdown-toggle.show { + color: #000; + background-color: #ffc107; + border-color: #ffc107; +} +.btn-check:checked + .bootstrap5 .btn-outline-warning:focus, .btn-check:active + .bootstrap5 .btn-outline-warning:focus, .bootstrap5 .btn-outline-warning:active:focus, .bootstrap5 .btn-outline-warning.active:focus, .bootstrap5 .btn-outline-warning.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); +} +.bootstrap5 .btn-outline-warning:disabled, .bootstrap5 .btn-outline-warning.disabled { + color: #ffc107; + background-color: transparent; +} +.bootstrap5 .btn-outline-danger { + color: #dc3545; + border-color: #dc3545; +} +.bootstrap5 .btn-outline-danger:hover { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} +.btn-check:focus + .bootstrap5 .btn-outline-danger, .bootstrap5 .btn-outline-danger:focus { + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-outline-danger, .btn-check:active + .bootstrap5 .btn-outline-danger, .bootstrap5 .btn-outline-danger:active, .bootstrap5 .btn-outline-danger.active, .bootstrap5 .btn-outline-danger.dropdown-toggle.show { + color: #fff; + background-color: #dc3545; + border-color: #dc3545; +} +.btn-check:checked + .bootstrap5 .btn-outline-danger:focus, .btn-check:active + .bootstrap5 .btn-outline-danger:focus, .bootstrap5 .btn-outline-danger:active:focus, .bootstrap5 .btn-outline-danger.active:focus, .bootstrap5 .btn-outline-danger.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); +} +.bootstrap5 .btn-outline-danger:disabled, .bootstrap5 .btn-outline-danger.disabled { + color: #dc3545; + background-color: transparent; +} +.bootstrap5 .btn-outline-light { + color: #f8f9fa; + border-color: #f8f9fa; +} +.bootstrap5 .btn-outline-light:hover { + color: #000; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +.btn-check:focus + .bootstrap5 .btn-outline-light, .bootstrap5 .btn-outline-light:focus { + box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-outline-light, .btn-check:active + .bootstrap5 .btn-outline-light, .bootstrap5 .btn-outline-light:active, .bootstrap5 .btn-outline-light.active, .bootstrap5 .btn-outline-light.dropdown-toggle.show { + color: #000; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +.btn-check:checked + .bootstrap5 .btn-outline-light:focus, .btn-check:active + .bootstrap5 .btn-outline-light:focus, .bootstrap5 .btn-outline-light:active:focus, .bootstrap5 .btn-outline-light.active:focus, .bootstrap5 .btn-outline-light.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); +} +.bootstrap5 .btn-outline-light:disabled, .bootstrap5 .btn-outline-light.disabled { + color: #f8f9fa; + background-color: transparent; +} +.bootstrap5 .btn-outline-dark { + color: #212529; + border-color: #212529; +} +.bootstrap5 .btn-outline-dark:hover { + color: #fff; + background-color: #212529; + border-color: #212529; +} +.btn-check:focus + .bootstrap5 .btn-outline-dark, .bootstrap5 .btn-outline-dark:focus { + box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); +} +.btn-check:checked + .bootstrap5 .btn-outline-dark, .btn-check:active + .bootstrap5 .btn-outline-dark, .bootstrap5 .btn-outline-dark:active, .bootstrap5 .btn-outline-dark.active, .bootstrap5 .btn-outline-dark.dropdown-toggle.show { + color: #fff; + background-color: #212529; + border-color: #212529; +} +.btn-check:checked + .bootstrap5 .btn-outline-dark:focus, .btn-check:active + .bootstrap5 .btn-outline-dark:focus, .bootstrap5 .btn-outline-dark:active:focus, .bootstrap5 .btn-outline-dark.active:focus, .bootstrap5 .btn-outline-dark.dropdown-toggle.show:focus { + box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); +} +.bootstrap5 .btn-outline-dark:disabled, .bootstrap5 .btn-outline-dark.disabled { + color: #212529; + background-color: transparent; +} +.bootstrap5 .btn-link { + font-weight: 400; + color: #0d6efd; + text-decoration: underline; +} +.bootstrap5 .btn-link:hover { + color: #0a58ca; +} +.bootstrap5 .btn-link:disabled, .bootstrap5 .btn-link.disabled { + color: #6c757d; +} +.bootstrap5 .btn-lg, .bootstrap5 .btn-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.3rem; +} +.bootstrap5 .btn-sm, .bootstrap5 .btn-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.2rem; +} +.bootstrap5 .fade { + transition: opacity 0.15s linear; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .fade { + transition: none; + } +} +.bootstrap5 .fade:not(.show) { + opacity: 0; +} +.bootstrap5 .collapse:not(.show) { + display: none; +} +.bootstrap5 .collapsing { + height: 0; + overflow: hidden; + transition: height 0.35s ease; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .collapsing { + transition: none; + } +} +.bootstrap5 .dropup, +.bootstrap5 .dropend, +.bootstrap5 .dropdown, +.bootstrap5 .dropstart { + position: relative; +} +.bootstrap5 .dropdown-toggle { + white-space: nowrap; +} +.bootstrap5 .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid; + border-right: 0.3em solid transparent; + border-bottom: 0; + border-left: 0.3em solid transparent; +} +.bootstrap5 .dropdown-toggle:empty::after { + margin-left: 0; +} +.bootstrap5 .dropdown-menu { + position: absolute; + z-index: 1000; + display: none; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0; + font-size: 1rem; + color: #212529; + text-align: left; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; +} +.bootstrap5 .dropdown-menu[data-bs-popper] { + top: 100%; + left: 0; + margin-top: 0.125rem; +} +.bootstrap5 .dropdown-menu-start { + --bs-position: start; +} +.bootstrap5 .dropdown-menu-start[data-bs-popper] { + right: auto; + left: 0; +} +.bootstrap5 .dropdown-menu-end { + --bs-position: end; +} +.bootstrap5 .dropdown-menu-end[data-bs-popper] { + right: 0; + left: auto; +} +@media (min-width: 576px) { + .bootstrap5 .dropdown-menu-sm-start { + --bs-position: start; + } + .bootstrap5 .dropdown-menu-sm-start[data-bs-popper] { + right: auto; + left: 0; + } + .bootstrap5 .dropdown-menu-sm-end { + --bs-position: end; + } + .bootstrap5 .dropdown-menu-sm-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 768px) { + .bootstrap5 .dropdown-menu-md-start { + --bs-position: start; + } + .bootstrap5 .dropdown-menu-md-start[data-bs-popper] { + right: auto; + left: 0; + } + .bootstrap5 .dropdown-menu-md-end { + --bs-position: end; + } + .bootstrap5 .dropdown-menu-md-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 992px) { + .bootstrap5 .dropdown-menu-lg-start { + --bs-position: start; + } + .bootstrap5 .dropdown-menu-lg-start[data-bs-popper] { + right: auto; + left: 0; + } + .bootstrap5 .dropdown-menu-lg-end { + --bs-position: end; + } + .bootstrap5 .dropdown-menu-lg-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 1200px) { + .bootstrap5 .dropdown-menu-xl-start { + --bs-position: start; + } + .bootstrap5 .dropdown-menu-xl-start[data-bs-popper] { + right: auto; + left: 0; + } + .bootstrap5 .dropdown-menu-xl-end { + --bs-position: end; + } + .bootstrap5 .dropdown-menu-xl-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 1400px) { + .bootstrap5 .dropdown-menu-xxl-start { + --bs-position: start; + } + .bootstrap5 .dropdown-menu-xxl-start[data-bs-popper] { + right: auto; + left: 0; + } + .bootstrap5 .dropdown-menu-xxl-end { + --bs-position: end; + } + .bootstrap5 .dropdown-menu-xxl-end[data-bs-popper] { + right: 0; + left: auto; + } +} +.bootstrap5 .dropup .dropdown-menu[data-bs-popper] { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 0.125rem; +} +.bootstrap5 .dropup .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0; + border-right: 0.3em solid transparent; + border-bottom: 0.3em solid; + border-left: 0.3em solid transparent; +} +.bootstrap5 .dropup .dropdown-toggle:empty::after { + margin-left: 0; +} +.bootstrap5 .dropend .dropdown-menu[data-bs-popper] { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: 0.125rem; +} +.bootstrap5 .dropend .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0; + border-bottom: 0.3em solid transparent; + border-left: 0.3em solid; +} +.bootstrap5 .dropend .dropdown-toggle:empty::after { + margin-left: 0; +} +.bootstrap5 .dropend .dropdown-toggle::after { + vertical-align: 0; +} +.bootstrap5 .dropstart .dropdown-menu[data-bs-popper] { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: 0.125rem; +} +.bootstrap5 .dropstart .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; +} +.bootstrap5 .dropstart .dropdown-toggle::after { + display: none; +} +.bootstrap5 .dropstart .dropdown-toggle::before { + display: inline-block; + margin-right: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0.3em solid; + border-bottom: 0.3em solid transparent; +} +.bootstrap5 .dropstart .dropdown-toggle:empty::after { + margin-left: 0; +} +.bootstrap5 .dropstart .dropdown-toggle::before { + vertical-align: 0; +} +.bootstrap5 .dropdown-divider { + height: 0; + margin: 0.5rem 0; + overflow: hidden; + border-top: 1px solid rgba(0, 0, 0, 0.15); +} +.bootstrap5 .dropdown-item { + display: block; + width: 100%; + padding: 0.25rem 1rem; + clear: both; + font-weight: 400; + color: #212529; + text-align: inherit; + text-decoration: none; + white-space: nowrap; + background-color: transparent; + border: 0; +} +.bootstrap5 .dropdown-item:hover, .bootstrap5 .dropdown-item:focus { + color: #1e2125; + background-color: #e9ecef; +} +.bootstrap5 .dropdown-item.active, .bootstrap5 .dropdown-item:active { + color: #fff; + text-decoration: none; + background-color: #0d6efd; +} +.bootstrap5 .dropdown-item.disabled, .bootstrap5 .dropdown-item:disabled { + color: #adb5bd; + pointer-events: none; + background-color: transparent; +} +.bootstrap5 .dropdown-menu.show { + display: block; +} +.bootstrap5 .dropdown-header { + display: block; + padding: 0.5rem 1rem; + margin-bottom: 0; + font-size: 0.875rem; + color: #6c757d; + white-space: nowrap; +} +.bootstrap5 .dropdown-item-text { + display: block; + padding: 0.25rem 1rem; + color: #212529; +} +.bootstrap5 .dropdown-menu-dark { + color: #dee2e6; + background-color: #343a40; + border-color: rgba(0, 0, 0, 0.15); +} +.bootstrap5 .dropdown-menu-dark .dropdown-item { + color: #dee2e6; +} +.bootstrap5 .dropdown-menu-dark .dropdown-item:hover, .bootstrap5 .dropdown-menu-dark .dropdown-item:focus { + color: #fff; + background-color: rgba(255, 255, 255, 0.15); +} +.bootstrap5 .dropdown-menu-dark .dropdown-item.active, .bootstrap5 .dropdown-menu-dark .dropdown-item:active { + color: #fff; + background-color: #0d6efd; +} +.bootstrap5 .dropdown-menu-dark .dropdown-item.disabled, .bootstrap5 .dropdown-menu-dark .dropdown-item:disabled { + color: #adb5bd; +} +.bootstrap5 .dropdown-menu-dark .dropdown-divider { + border-color: rgba(0, 0, 0, 0.15); +} +.bootstrap5 .dropdown-menu-dark .dropdown-item-text { + color: #dee2e6; +} +.bootstrap5 .dropdown-menu-dark .dropdown-header { + color: #adb5bd; +} +.bootstrap5 .btn-group, +.bootstrap5 .btn-group-vertical { + position: relative; + display: inline-flex; + vertical-align: middle; +} +.bootstrap5 .btn-group > .btn, +.bootstrap5 .btn-group-vertical > .btn { + position: relative; + flex: 1 1 auto; +} +.bootstrap5 .btn-group > .btn-check:checked + .btn, +.bootstrap5 .btn-group > .btn-check:focus + .btn, +.bootstrap5 .btn-group > .btn:hover, +.bootstrap5 .btn-group > .btn:focus, +.bootstrap5 .btn-group > .btn:active, +.bootstrap5 .btn-group > .btn.active, +.bootstrap5 .btn-group-vertical > .btn-check:checked + .btn, +.bootstrap5 .btn-group-vertical > .btn-check:focus + .btn, +.bootstrap5 .btn-group-vertical > .btn:hover, +.bootstrap5 .btn-group-vertical > .btn:focus, +.bootstrap5 .btn-group-vertical > .btn:active, +.bootstrap5 .btn-group-vertical > .btn.active { + z-index: 1; +} +.bootstrap5 .btn-toolbar { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} +.bootstrap5 .btn-toolbar .input-group { + width: auto; +} +.bootstrap5 .btn-group > .btn:not(:first-child), +.bootstrap5 .btn-group > .btn-group:not(:first-child) { + margin-left: -1px; +} +.bootstrap5 .btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.bootstrap5 .btn-group > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.bootstrap5 .btn-group > .btn:nth-child(n+3), +.bootstrap5 .btn-group > :not(.btn-check) + .btn, +.bootstrap5 .btn-group > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.bootstrap5 .dropdown-toggle-split { + padding-right: 0.5625rem; + padding-left: 0.5625rem; +} +.bootstrap5 .dropdown-toggle-split::after, .dropup .bootstrap5 .dropdown-toggle-split::after, .dropend .bootstrap5 .dropdown-toggle-split::after { + margin-left: 0; +} +.dropstart .bootstrap5 .dropdown-toggle-split::before { + margin-right: 0; +} +.bootstrap5 .btn-sm + .dropdown-toggle-split, .bootstrap5 .btn-group-sm > .btn + .dropdown-toggle-split { + padding-right: 0.375rem; + padding-left: 0.375rem; +} +.bootstrap5 .btn-lg + .dropdown-toggle-split, .bootstrap5 .btn-group-lg > .btn + .dropdown-toggle-split { + padding-right: 0.75rem; + padding-left: 0.75rem; +} +.bootstrap5 .btn-group-vertical { + flex-direction: column; + align-items: flex-start; + justify-content: center; +} +.bootstrap5 .btn-group-vertical > .btn, +.bootstrap5 .btn-group-vertical > .btn-group { + width: 100%; +} +.bootstrap5 .btn-group-vertical > .btn:not(:first-child), +.bootstrap5 .btn-group-vertical > .btn-group:not(:first-child) { + margin-top: -1px; +} +.bootstrap5 .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), +.bootstrap5 .btn-group-vertical > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.bootstrap5 .btn-group-vertical > .btn ~ .btn, +.bootstrap5 .btn-group-vertical > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.bootstrap5 .nav { + display: flex; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.bootstrap5 .nav-link { + display: block; + padding: 0.5rem 1rem; + color: #0d6efd; + text-decoration: none; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .nav-link { + transition: none; + } +} +.bootstrap5 .nav-link:hover, .bootstrap5 .nav-link:focus { + color: #0a58ca; +} +.bootstrap5 .nav-link.disabled { + color: #6c757d; + pointer-events: none; + cursor: default; +} +.bootstrap5 .nav-tabs { + border-bottom: 1px solid #dee2e6; +} +.bootstrap5 .nav-tabs .nav-link { + margin-bottom: -1px; + background: none; + border: 1px solid transparent; + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} +.bootstrap5 .nav-tabs .nav-link:hover, .bootstrap5 .nav-tabs .nav-link:focus { + border-color: #e9ecef #e9ecef #dee2e6; + isolation: isolate; +} +.bootstrap5 .nav-tabs .nav-link.disabled { + color: #6c757d; + background-color: transparent; + border-color: transparent; +} +.bootstrap5 .nav-tabs .nav-link.active, +.bootstrap5 .nav-tabs .nav-item.show .nav-link { + color: #495057; + background-color: #fff; + border-color: #dee2e6 #dee2e6 #fff; +} +.bootstrap5 .nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.bootstrap5 .nav-pills .nav-link { + background: none; + border: 0; + border-radius: 0.25rem; +} +.bootstrap5 .nav-pills .nav-link.active, +.bootstrap5 .nav-pills .show > .nav-link { + color: #fff; + background-color: #0d6efd; +} +.bootstrap5 .nav-fill > .nav-link, +.bootstrap5 .nav-fill .nav-item { + flex: 1 1 auto; + text-align: center; +} +.bootstrap5 .nav-justified > .nav-link, +.bootstrap5 .nav-justified .nav-item { + flex-basis: 0; + flex-grow: 1; + text-align: center; +} +.bootstrap5 .nav-fill .nav-item .nav-link, +.bootstrap5 .nav-justified .nav-item .nav-link { + width: 100%; +} +.bootstrap5 .tab-content > .tab-pane { + display: none; +} +.bootstrap5 .tab-content > .active { + display: block; +} +.bootstrap5 .navbar { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +.bootstrap5 .navbar > .container, +.bootstrap5 .navbar > .container-fluid, +.bootstrap5 .navbar > .container-sm, +.bootstrap5 .navbar > .container-md, +.bootstrap5 .navbar > .container-lg, +.bootstrap5 .navbar > .container-xl, +.bootstrap5 .navbar > .container-xxl { + display: flex; + flex-wrap: inherit; + align-items: center; + justify-content: space-between; +} +.bootstrap5 .navbar-brand { + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; + margin-right: 1rem; + font-size: 1.25rem; + text-decoration: none; + white-space: nowrap; +} +.bootstrap5 .navbar-nav { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.bootstrap5 .navbar-nav .nav-link { + padding-right: 0; + padding-left: 0; +} +.bootstrap5 .navbar-nav .dropdown-menu { + position: static; +} +.bootstrap5 .navbar-text { + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +.bootstrap5 .navbar-collapse { + flex-basis: 100%; + flex-grow: 1; + align-items: center; +} +.bootstrap5 .navbar-toggler { + padding: 0.25rem 0.75rem; + font-size: 1.25rem; + line-height: 1; + background-color: transparent; + border: 1px solid transparent; + border-radius: 0.25rem; + transition: box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .navbar-toggler { + transition: none; + } +} +.bootstrap5 .navbar-toggler:hover { + text-decoration: none; +} +.bootstrap5 .navbar-toggler:focus { + text-decoration: none; + outline: 0; + box-shadow: 0 0 0 0.25rem; +} +.bootstrap5 .navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + background-repeat: no-repeat; + background-position: center; + background-size: 100%; +} +.bootstrap5 .navbar-nav-scroll { + max-height: var(--bs-scroll-height, 75vh); + overflow-y: auto; +} +@media (min-width: 576px) { + .bootstrap5 .navbar-expand-sm { + flex-wrap: nowrap; + justify-content: flex-start; + } + .bootstrap5 .navbar-expand-sm .navbar-nav { + flex-direction: row; + } + .bootstrap5 .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } + .bootstrap5 .navbar-expand-sm .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .bootstrap5 .navbar-expand-sm .navbar-nav-scroll { + overflow: visible; + } + .bootstrap5 .navbar-expand-sm .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .bootstrap5 .navbar-expand-sm .navbar-toggler { + display: none; + } +} +@media (min-width: 768px) { + .bootstrap5 .navbar-expand-md { + flex-wrap: nowrap; + justify-content: flex-start; + } + .bootstrap5 .navbar-expand-md .navbar-nav { + flex-direction: row; + } + .bootstrap5 .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } + .bootstrap5 .navbar-expand-md .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .bootstrap5 .navbar-expand-md .navbar-nav-scroll { + overflow: visible; + } + .bootstrap5 .navbar-expand-md .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .bootstrap5 .navbar-expand-md .navbar-toggler { + display: none; + } +} +@media (min-width: 992px) { + .bootstrap5 .navbar-expand-lg { + flex-wrap: nowrap; + justify-content: flex-start; + } + .bootstrap5 .navbar-expand-lg .navbar-nav { + flex-direction: row; + } + .bootstrap5 .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } + .bootstrap5 .navbar-expand-lg .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .bootstrap5 .navbar-expand-lg .navbar-nav-scroll { + overflow: visible; + } + .bootstrap5 .navbar-expand-lg .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .bootstrap5 .navbar-expand-lg .navbar-toggler { + display: none; + } +} +@media (min-width: 1200px) { + .bootstrap5 .navbar-expand-xl { + flex-wrap: nowrap; + justify-content: flex-start; + } + .bootstrap5 .navbar-expand-xl .navbar-nav { + flex-direction: row; + } + .bootstrap5 .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } + .bootstrap5 .navbar-expand-xl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .bootstrap5 .navbar-expand-xl .navbar-nav-scroll { + overflow: visible; + } + .bootstrap5 .navbar-expand-xl .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .bootstrap5 .navbar-expand-xl .navbar-toggler { + display: none; + } +} +@media (min-width: 1400px) { + .bootstrap5 .navbar-expand-xxl { + flex-wrap: nowrap; + justify-content: flex-start; + } + .bootstrap5 .navbar-expand-xxl .navbar-nav { + flex-direction: row; + } + .bootstrap5 .navbar-expand-xxl .navbar-nav .dropdown-menu { + position: absolute; + } + .bootstrap5 .navbar-expand-xxl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .bootstrap5 .navbar-expand-xxl .navbar-nav-scroll { + overflow: visible; + } + .bootstrap5 .navbar-expand-xxl .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .bootstrap5 .navbar-expand-xxl .navbar-toggler { + display: none; + } +} +.bootstrap5 .navbar-expand { + flex-wrap: nowrap; + justify-content: flex-start; +} +.bootstrap5 .navbar-expand .navbar-nav { + flex-direction: row; +} +.bootstrap5 .navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} +.bootstrap5 .navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; +} +.bootstrap5 .navbar-expand .navbar-nav-scroll { + overflow: visible; +} +.bootstrap5 .navbar-expand .navbar-collapse { + display: flex !important; + flex-basis: auto; +} +.bootstrap5 .navbar-expand .navbar-toggler { + display: none; +} +.bootstrap5 .navbar-light .navbar-brand { + color: rgba(0, 0, 0, 0.9); +} +.bootstrap5 .navbar-light .navbar-brand:hover, .bootstrap5 .navbar-light .navbar-brand:focus { + color: rgba(0, 0, 0, 0.9); +} +.bootstrap5 .navbar-light .navbar-nav .nav-link { + color: rgba(0, 0, 0, 0.55); +} +.bootstrap5 .navbar-light .navbar-nav .nav-link:hover, .bootstrap5 .navbar-light .navbar-nav .nav-link:focus { + color: rgba(0, 0, 0, 0.7); +} +.bootstrap5 .navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); +} +.bootstrap5 .navbar-light .navbar-nav .show > .nav-link, +.bootstrap5 .navbar-light .navbar-nav .nav-link.active { + color: rgba(0, 0, 0, 0.9); +} +.bootstrap5 .navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(0, 0, 0, 0.1); +} +.bootstrap5 .navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} +.bootstrap5 .navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.55); +} +.bootstrap5 .navbar-light .navbar-text a, +.bootstrap5 .navbar-light .navbar-text a:hover, +.bootstrap5 .navbar-light .navbar-text a:focus { + color: rgba(0, 0, 0, 0.9); +} +.bootstrap5 .navbar-dark .navbar-brand { + color: #fff; +} +.bootstrap5 .navbar-dark .navbar-brand:hover, .bootstrap5 .navbar-dark .navbar-brand:focus { + color: #fff; +} +.bootstrap5 .navbar-dark .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.55); +} +.bootstrap5 .navbar-dark .navbar-nav .nav-link:hover, .bootstrap5 .navbar-dark .navbar-nav .nav-link:focus { + color: rgba(255, 255, 255, 0.75); +} +.bootstrap5 .navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); +} +.bootstrap5 .navbar-dark .navbar-nav .show > .nav-link, +.bootstrap5 .navbar-dark .navbar-nav .nav-link.active { + color: #fff; +} +.bootstrap5 .navbar-dark .navbar-toggler { + color: rgba(255, 255, 255, 0.55); + border-color: rgba(255, 255, 255, 0.1); +} +.bootstrap5 .navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} +.bootstrap5 .navbar-dark .navbar-text { + color: rgba(255, 255, 255, 0.55); +} +.bootstrap5 .navbar-dark .navbar-text a, +.bootstrap5 .navbar-dark .navbar-text a:hover, +.bootstrap5 .navbar-dark .navbar-text a:focus { + color: #fff; +} +.bootstrap5 .card { + position: relative; + display: flex; + flex-direction: column; + min-width: 0; + word-wrap: break-word; + background-color: #fff; + background-clip: border-box; + border: 1px solid rgba(0, 0, 0, 0.125); + border-radius: 0.25rem; +} +.bootstrap5 .card > hr { + margin-right: 0; + margin-left: 0; +} +.bootstrap5 .card > .list-group { + border-top: inherit; + border-bottom: inherit; +} +.bootstrap5 .card > .list-group:first-child { + border-top-width: 0; + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} +.bootstrap5 .card > .list-group:last-child { + border-bottom-width: 0; + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); +} +.bootstrap5 .card > .card-header + .list-group, +.bootstrap5 .card > .list-group + .card-footer { + border-top: 0; +} +.bootstrap5 .card-body { + flex: 1 1 auto; + padding: 1rem 1rem; +} +.bootstrap5 .card-title { + margin-bottom: 0.5rem; +} +.bootstrap5 .card-subtitle { + margin-top: -0.25rem; + margin-bottom: 0; +} +.bootstrap5 .card-text:last-child { + margin-bottom: 0; +} +.bootstrap5 .card-link:hover { + text-decoration: none; +} +.bootstrap5 .card-link + .card-link { + margin-left: 1rem; +} +.bootstrap5 .card-header { + padding: 0.5rem 1rem; + margin-bottom: 0; + background-color: rgba(0, 0, 0, 0.03); + border-bottom: 1px solid rgba(0, 0, 0, 0.125); +} +.bootstrap5 .card-header:first-child { + border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; +} +.bootstrap5 .card-footer { + padding: 0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.03); + border-top: 1px solid rgba(0, 0, 0, 0.125); +} +.bootstrap5 .card-footer:last-child { + border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); +} +.bootstrap5 .card-header-tabs { + margin-right: -0.5rem; + margin-bottom: -0.5rem; + margin-left: -0.5rem; + border-bottom: 0; +} +.bootstrap5 .card-header-pills { + margin-right: -0.5rem; + margin-left: -0.5rem; +} +.bootstrap5 .card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1rem; + border-radius: calc(0.25rem - 1px); +} +.bootstrap5 .card-img, +.bootstrap5 .card-img-top, +.bootstrap5 .card-img-bottom { + width: 100%; +} +.bootstrap5 .card-img, +.bootstrap5 .card-img-top { + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} +.bootstrap5 .card-img, +.bootstrap5 .card-img-bottom { + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); +} +.bootstrap5 .card-group > .card { + margin-bottom: 0.75rem; +} +@media (min-width: 576px) { + .bootstrap5 .card-group { + display: flex; + flex-flow: row wrap; + } + .bootstrap5 .card-group > .card { + flex: 1 0 0%; + margin-bottom: 0; + } + .bootstrap5 .card-group > .card + .card { + margin-left: 0; + border-left: 0; + } + .bootstrap5 .card-group > .card:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .bootstrap5 .card-group > .card:not(:last-child) .card-img-top, +.bootstrap5 .card-group > .card:not(:last-child) .card-header { + border-top-right-radius: 0; + } + .bootstrap5 .card-group > .card:not(:last-child) .card-img-bottom, +.bootstrap5 .card-group > .card:not(:last-child) .card-footer { + border-bottom-right-radius: 0; + } + .bootstrap5 .card-group > .card:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .bootstrap5 .card-group > .card:not(:first-child) .card-img-top, +.bootstrap5 .card-group > .card:not(:first-child) .card-header { + border-top-left-radius: 0; + } + .bootstrap5 .card-group > .card:not(:first-child) .card-img-bottom, +.bootstrap5 .card-group > .card:not(:first-child) .card-footer { + border-bottom-left-radius: 0; + } +} +.bootstrap5 .accordion-button { + position: relative; + display: flex; + align-items: center; + width: 100%; + padding: 1rem 1.25rem; + font-size: 1rem; + color: #212529; + text-align: left; + background-color: #fff; + border: 0; + border-radius: 0; + overflow-anchor: none; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .accordion-button { + transition: none; + } +} +.bootstrap5 .accordion-button:not(.collapsed) { + color: #0c63e4; + background-color: #e7f1ff; + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); +} +.bootstrap5 .accordion-button:not(.collapsed)::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); + transform: rotate(-180deg); +} +.bootstrap5 .accordion-button::after { + flex-shrink: 0; + width: 1.25rem; + height: 1.25rem; + margin-left: auto; + content: ""; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-size: 1.25rem; + transition: transform 0.2s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .accordion-button::after { + transition: none; + } +} +.bootstrap5 .accordion-button:hover { + z-index: 2; +} +.bootstrap5 .accordion-button:focus { + z-index: 3; + border-color: #86b7fe; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.bootstrap5 .accordion-header { + margin-bottom: 0; +} +.bootstrap5 .accordion-item { + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.125); +} +.bootstrap5 .accordion-item:first-of-type { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} +.bootstrap5 .accordion-item:first-of-type .accordion-button { + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} +.bootstrap5 .accordion-item:not(:first-of-type) { + border-top: 0; +} +.bootstrap5 .accordion-item:last-of-type { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +.bootstrap5 .accordion-item:last-of-type .accordion-button.collapsed { + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); +} +.bootstrap5 .accordion-item:last-of-type .accordion-collapse { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +.bootstrap5 .accordion-body { + padding: 1rem 1.25rem; +} +.bootstrap5 .accordion-flush .accordion-collapse { + border-width: 0; +} +.bootstrap5 .accordion-flush .accordion-item { + border-right: 0; + border-left: 0; + border-radius: 0; +} +.bootstrap5 .accordion-flush .accordion-item:first-child { + border-top: 0; +} +.bootstrap5 .accordion-flush .accordion-item:last-child { + border-bottom: 0; +} +.bootstrap5 .accordion-flush .accordion-item .accordion-button { + border-radius: 0; +} +.bootstrap5 .breadcrumb { + display: flex; + flex-wrap: wrap; + padding: 0 0; + margin-bottom: 1rem; + list-style: none; +} +.bootstrap5 .breadcrumb-item + .breadcrumb-item { + padding-left: 0.5rem; +} +.bootstrap5 .breadcrumb-item + .breadcrumb-item::before { + float: left; + padding-right: 0.5rem; + color: #6c757d; + content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; +} +.bootstrap5 .breadcrumb-item.active { + color: #6c757d; +} +.bootstrap5 .pagination { + display: flex; + padding-left: 0; + list-style: none; +} +.bootstrap5 .page-link { + position: relative; + display: block; + color: #0d6efd; + text-decoration: none; + background-color: #fff; + border: 1px solid #dee2e6; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .page-link { + transition: none; + } +} +.bootstrap5 .page-link:hover { + z-index: 2; + color: #0a58ca; + background-color: #e9ecef; + border-color: #dee2e6; +} +.bootstrap5 .page-link:focus { + z-index: 3; + color: #0a58ca; + background-color: #e9ecef; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.bootstrap5 .page-item:not(:first-child) .page-link { + margin-left: -1px; +} +.bootstrap5 .page-item.active .page-link { + z-index: 3; + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} +.bootstrap5 .page-item.disabled .page-link { + color: #6c757d; + pointer-events: none; + background-color: #fff; + border-color: #dee2e6; +} +.bootstrap5 .page-link { + padding: 0.375rem 0.75rem; +} +.bootstrap5 .page-item:first-child .page-link { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +.bootstrap5 .page-item:last-child .page-link { + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} +.bootstrap5 .pagination-lg .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.25rem; +} +.bootstrap5 .pagination-lg .page-item:first-child .page-link { + border-top-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; +} +.bootstrap5 .pagination-lg .page-item:last-child .page-link { + border-top-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; +} +.bootstrap5 .pagination-sm .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; +} +.bootstrap5 .pagination-sm .page-item:first-child .page-link { + border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; +} +.bootstrap5 .pagination-sm .page-item:last-child .page-link { + border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; +} +.bootstrap5 .badge { + display: inline-block; + padding: 0.35em 0.65em; + font-size: 0.75em; + font-weight: 700; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25rem; +} +.bootstrap5 .badge:empty { + display: none; +} +.bootstrap5 .btn .badge { + position: relative; + top: -1px; +} +.bootstrap5 .alert { + position: relative; + padding: 1rem 1rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: 0.25rem; +} +.bootstrap5 .alert-heading { + color: inherit; +} +.bootstrap5 .alert-link { + font-weight: 700; +} +.bootstrap5 .alert-dismissible { + padding-right: 3rem; +} +.bootstrap5 .alert-dismissible .btn-close { + position: absolute; + top: 0; + right: 0; + z-index: 2; + padding: 1.25rem 1rem; +} +.bootstrap5 .alert-primary { + color: #084298; + background-color: #cfe2ff; + border-color: #b6d4fe; +} +.bootstrap5 .alert-primary .alert-link { + color: #06357a; +} +.bootstrap5 .alert-secondary { + color: #41464b; + background-color: #e2e3e5; + border-color: #d3d6d8; +} +.bootstrap5 .alert-secondary .alert-link { + color: #34383c; +} +.bootstrap5 .alert-success { + color: #0f5132; + background-color: #d1e7dd; + border-color: #badbcc; +} +.bootstrap5 .alert-success .alert-link { + color: #0c4128; +} +.bootstrap5 .alert-info { + color: #055160; + background-color: #cff4fc; + border-color: #b6effb; +} +.bootstrap5 .alert-info .alert-link { + color: #04414d; +} +.bootstrap5 .alert-warning { + color: #664d03; + background-color: #fff3cd; + border-color: #ffecb5; +} +.bootstrap5 .alert-warning .alert-link { + color: #523e02; +} +.bootstrap5 .alert-danger { + color: #842029; + background-color: #f8d7da; + border-color: #f5c2c7; +} +.bootstrap5 .alert-danger .alert-link { + color: #6a1a21; +} +.bootstrap5 .alert-light { + color: #636464; + background-color: #fefefe; + border-color: #fdfdfe; +} +.bootstrap5 .alert-light .alert-link { + color: #4f5050; +} +.bootstrap5 .alert-dark { + color: #141619; + background-color: #d3d3d4; + border-color: #bcbebf; +} +.bootstrap5 .alert-dark .alert-link { + color: #101214; +} +@keyframes progress-bar-stripes { + 0% { + background-position-x: 1rem; + } +} +.bootstrap5 .progress { + display: flex; + height: 1rem; + overflow: hidden; + font-size: 0.75rem; + background-color: #e9ecef; + border-radius: 0.25rem; +} +.bootstrap5 .progress-bar { + display: flex; + flex-direction: column; + justify-content: center; + overflow: hidden; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #0d6efd; + transition: width 0.6s ease; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .progress-bar { + transition: none; + } +} +.bootstrap5 .progress-bar-striped { + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: 1rem 1rem; +} +.bootstrap5 .progress-bar-animated { + animation: 1s linear infinite progress-bar-stripes; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .progress-bar-animated { + animation: none; + } +} +.bootstrap5 .list-group { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + border-radius: 0.25rem; +} +.bootstrap5 .list-group-numbered { + list-style-type: none; + counter-reset: section; +} +.bootstrap5 .list-group-numbered > li::before { + content: counters(section, ".") ". "; + counter-increment: section; +} +.bootstrap5 .list-group-item-action { + width: 100%; + color: #495057; + text-align: inherit; +} +.bootstrap5 .list-group-item-action:hover, .bootstrap5 .list-group-item-action:focus { + z-index: 1; + color: #495057; + text-decoration: none; + background-color: #f8f9fa; +} +.bootstrap5 .list-group-item-action:active { + color: #212529; + background-color: #e9ecef; +} +.bootstrap5 .list-group-item { + position: relative; + display: block; + padding: 0.5rem 1rem; + color: #212529; + text-decoration: none; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.125); +} +.bootstrap5 .list-group-item:first-child { + border-top-left-radius: inherit; + border-top-right-radius: inherit; +} +.bootstrap5 .list-group-item:last-child { + border-bottom-right-radius: inherit; + border-bottom-left-radius: inherit; +} +.bootstrap5 .list-group-item.disabled, .bootstrap5 .list-group-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: #fff; +} +.bootstrap5 .list-group-item.active { + z-index: 2; + color: #fff; + background-color: #0d6efd; + border-color: #0d6efd; +} +.bootstrap5 .list-group-item + .bootstrap5 .list-group-item { + border-top-width: 0; +} +.bootstrap5 .list-group-item + .bootstrap5 .list-group-item.active { + margin-top: -1px; + border-top-width: 1px; +} +.bootstrap5 .list-group-horizontal { + flex-direction: row; +} +.bootstrap5 .list-group-horizontal > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; +} +.bootstrap5 .list-group-horizontal > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; +} +.bootstrap5 .list-group-horizontal > .list-group-item.active { + margin-top: 0; +} +.bootstrap5 .list-group-horizontal > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; +} +.bootstrap5 .list-group-horizontal > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; +} +@media (min-width: 576px) { + .bootstrap5 .list-group-horizontal-sm { + flex-direction: row; + } + .bootstrap5 .list-group-horizontal-sm > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .bootstrap5 .list-group-horizontal-sm > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .bootstrap5 .list-group-horizontal-sm > .list-group-item.active { + margin-top: 0; + } + .bootstrap5 .list-group-horizontal-sm > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .bootstrap5 .list-group-horizontal-sm > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} +@media (min-width: 768px) { + .bootstrap5 .list-group-horizontal-md { + flex-direction: row; + } + .bootstrap5 .list-group-horizontal-md > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .bootstrap5 .list-group-horizontal-md > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .bootstrap5 .list-group-horizontal-md > .list-group-item.active { + margin-top: 0; + } + .bootstrap5 .list-group-horizontal-md > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .bootstrap5 .list-group-horizontal-md > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} +@media (min-width: 992px) { + .bootstrap5 .list-group-horizontal-lg { + flex-direction: row; + } + .bootstrap5 .list-group-horizontal-lg > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .bootstrap5 .list-group-horizontal-lg > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .bootstrap5 .list-group-horizontal-lg > .list-group-item.active { + margin-top: 0; + } + .bootstrap5 .list-group-horizontal-lg > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .bootstrap5 .list-group-horizontal-lg > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} +@media (min-width: 1200px) { + .bootstrap5 .list-group-horizontal-xl { + flex-direction: row; + } + .bootstrap5 .list-group-horizontal-xl > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .bootstrap5 .list-group-horizontal-xl > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .bootstrap5 .list-group-horizontal-xl > .list-group-item.active { + margin-top: 0; + } + .bootstrap5 .list-group-horizontal-xl > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .bootstrap5 .list-group-horizontal-xl > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} +@media (min-width: 1400px) { + .bootstrap5 .list-group-horizontal-xxl { + flex-direction: row; + } + .bootstrap5 .list-group-horizontal-xxl > .list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .bootstrap5 .list-group-horizontal-xxl > .list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .bootstrap5 .list-group-horizontal-xxl > .list-group-item.active { + margin-top: 0; + } + .bootstrap5 .list-group-horizontal-xxl > .list-group-item + .list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .bootstrap5 .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} +.bootstrap5 .list-group-flush { + border-radius: 0; +} +.bootstrap5 .list-group-flush > .list-group-item { + border-width: 0 0 1px; +} +.bootstrap5 .list-group-flush > .list-group-item:last-child { + border-bottom-width: 0; +} +.bootstrap5 .list-group-item-primary { + color: #084298; + background-color: #cfe2ff; +} +.bootstrap5 .list-group-item-primary.list-group-item-action:hover, .bootstrap5 .list-group-item-primary.list-group-item-action:focus { + color: #084298; + background-color: #bacbe6; +} +.bootstrap5 .list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #084298; + border-color: #084298; +} +.bootstrap5 .list-group-item-secondary { + color: #41464b; + background-color: #e2e3e5; +} +.bootstrap5 .list-group-item-secondary.list-group-item-action:hover, .bootstrap5 .list-group-item-secondary.list-group-item-action:focus { + color: #41464b; + background-color: #cbccce; +} +.bootstrap5 .list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #41464b; + border-color: #41464b; +} +.bootstrap5 .list-group-item-success { + color: #0f5132; + background-color: #d1e7dd; +} +.bootstrap5 .list-group-item-success.list-group-item-action:hover, .bootstrap5 .list-group-item-success.list-group-item-action:focus { + color: #0f5132; + background-color: #bcd0c7; +} +.bootstrap5 .list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #0f5132; + border-color: #0f5132; +} +.bootstrap5 .list-group-item-info { + color: #055160; + background-color: #cff4fc; +} +.bootstrap5 .list-group-item-info.list-group-item-action:hover, .bootstrap5 .list-group-item-info.list-group-item-action:focus { + color: #055160; + background-color: #badce3; +} +.bootstrap5 .list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #055160; + border-color: #055160; +} +.bootstrap5 .list-group-item-warning { + color: #664d03; + background-color: #fff3cd; +} +.bootstrap5 .list-group-item-warning.list-group-item-action:hover, .bootstrap5 .list-group-item-warning.list-group-item-action:focus { + color: #664d03; + background-color: #e6dbb9; +} +.bootstrap5 .list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #664d03; + border-color: #664d03; +} +.bootstrap5 .list-group-item-danger { + color: #842029; + background-color: #f8d7da; +} +.bootstrap5 .list-group-item-danger.list-group-item-action:hover, .bootstrap5 .list-group-item-danger.list-group-item-action:focus { + color: #842029; + background-color: #dfc2c4; +} +.bootstrap5 .list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #842029; + border-color: #842029; +} +.bootstrap5 .list-group-item-light { + color: #636464; + background-color: #fefefe; +} +.bootstrap5 .list-group-item-light.list-group-item-action:hover, .bootstrap5 .list-group-item-light.list-group-item-action:focus { + color: #636464; + background-color: #e5e5e5; +} +.bootstrap5 .list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #636464; + border-color: #636464; +} +.bootstrap5 .list-group-item-dark { + color: #141619; + background-color: #d3d3d4; +} +.bootstrap5 .list-group-item-dark.list-group-item-action:hover, .bootstrap5 .list-group-item-dark.list-group-item-action:focus { + color: #141619; + background-color: #bebebf; +} +.bootstrap5 .list-group-item-dark.list-group-item-action.active { + color: #fff; + background-color: #141619; + border-color: #141619; +} +.bootstrap5 .btn-close { + box-sizing: content-box; + width: 1em; + height: 1em; + padding: 0.25em 0.25em; + color: #000; + background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; + border: 0; + border-radius: 0.25rem; + opacity: 0.5; +} +.bootstrap5 .btn-close:hover { + color: #000; + text-decoration: none; + opacity: 0.75; +} +.bootstrap5 .btn-close:focus { + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); + opacity: 1; +} +.bootstrap5 .btn-close:disabled, .bootstrap5 .btn-close.disabled { + pointer-events: none; + user-select: none; + opacity: 0.25; +} +.bootstrap5 .btn-close-white { + filter: invert(1) grayscale(100%) brightness(200%); +} +.bootstrap5 .toast { + width: 350px; + max-width: 100%; + font-size: 0.875rem; + pointer-events: auto; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.1); + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; +} +.bootstrap5 .toast:not(.showing):not(.show) { + opacity: 0; +} +.bootstrap5 .toast.hide { + display: none; +} +.bootstrap5 .toast-container { + width: max-content; + max-width: 100%; + pointer-events: none; +} +.bootstrap5 .toast-container > :not(:last-child) { + margin-bottom: 0.75rem; +} +.bootstrap5 .toast-header { + display: flex; + align-items: center; + padding: 0.5rem 0.75rem; + color: #6c757d; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} +.bootstrap5 .toast-header .btn-close { + margin-right: -0.375rem; + margin-left: 0.75rem; +} +.bootstrap5 .toast-body { + padding: 0.75rem; + word-wrap: break-word; +} +.bootstrap5 .modal { + position: fixed; + top: 0; + left: 0; + z-index: 1060; + display: none; + width: 100%; + height: 100%; + overflow-x: hidden; + overflow-y: auto; + outline: 0; +} +.bootstrap5 .modal-dialog { + position: relative; + width: auto; + margin: 0.5rem; + pointer-events: none; +} +.modal.fade .bootstrap5 .modal-dialog { + transition: transform 0.3s ease-out; + transform: translate(0, -50px); +} +@media (prefers-reduced-motion: reduce) { + .modal.fade .bootstrap5 .modal-dialog { + transition: none; + } +} +.modal.show .bootstrap5 .modal-dialog { + transform: none; +} +.modal.modal-static .bootstrap5 .modal-dialog { + transform: scale(1.02); +} +.bootstrap5 .modal-dialog-scrollable { + height: calc(100% - 1rem); +} +.bootstrap5 .modal-dialog-scrollable .modal-content { + max-height: 100%; + overflow: hidden; +} +.bootstrap5 .modal-dialog-scrollable .modal-body { + overflow-y: auto; +} +.bootstrap5 .modal-dialog-centered { + display: flex; + align-items: center; + min-height: calc(100% - 1rem); +} +.bootstrap5 .modal-content { + position: relative; + display: flex; + flex-direction: column; + width: 100%; + pointer-events: auto; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; + outline: 0; +} +.bootstrap5 .modal-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; +} +.bootstrap5 .modal-backdrop.fade { + opacity: 0; +} +.bootstrap5 .modal-backdrop.show { + opacity: 0.5; +} +.bootstrap5 .modal-header { + display: flex; + flex-shrink: 0; + align-items: center; + justify-content: space-between; + padding: 1rem 1rem; + border-bottom: 1px solid #dee2e6; + border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); +} +.bootstrap5 .modal-header .btn-close { + padding: 0.5rem 0.5rem; + margin: -0.5rem -0.5rem -0.5rem auto; +} +.bootstrap5 .modal-title { + margin-bottom: 0; + line-height: 1.5; +} +.bootstrap5 .modal-body { + position: relative; + flex: 1 1 auto; + padding: 1rem; +} +.bootstrap5 .modal-footer { + display: flex; + flex-wrap: wrap; + flex-shrink: 0; + align-items: center; + justify-content: flex-end; + padding: 0.75rem; + border-top: 1px solid #dee2e6; + border-bottom-right-radius: calc(0.3rem - 1px); + border-bottom-left-radius: calc(0.3rem - 1px); +} +.bootstrap5 .modal-footer > * { + margin: 0.25rem; +} +@media (min-width: 576px) { + .bootstrap5 .modal-dialog { + max-width: 500px; + margin: 1.75rem auto; + } + .bootstrap5 .modal-dialog-scrollable { + height: calc(100% - 3.5rem); + } + .bootstrap5 .modal-dialog-centered { + min-height: calc(100% - 3.5rem); + } + .bootstrap5 .modal-sm { + max-width: 300px; + } +} +@media (min-width: 992px) { + .bootstrap5 .modal-lg, +.bootstrap5 .modal-xl { + max-width: 800px; + } +} +@media (min-width: 1200px) { + .bootstrap5 .modal-xl { + max-width: 1140px; + } +} +.bootstrap5 .modal-fullscreen { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; +} +.bootstrap5 .modal-fullscreen .modal-content { + height: 100%; + border: 0; + border-radius: 0; +} +.bootstrap5 .modal-fullscreen .modal-header { + border-radius: 0; +} +.bootstrap5 .modal-fullscreen .modal-body { + overflow-y: auto; +} +.bootstrap5 .modal-fullscreen .modal-footer { + border-radius: 0; +} +@media (max-width: 575.98px) { + .bootstrap5 .modal-fullscreen-sm-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .bootstrap5 .modal-fullscreen-sm-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .bootstrap5 .modal-fullscreen-sm-down .modal-header { + border-radius: 0; + } + .bootstrap5 .modal-fullscreen-sm-down .modal-body { + overflow-y: auto; + } + .bootstrap5 .modal-fullscreen-sm-down .modal-footer { + border-radius: 0; + } +} +@media (max-width: 767.98px) { + .bootstrap5 .modal-fullscreen-md-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .bootstrap5 .modal-fullscreen-md-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .bootstrap5 .modal-fullscreen-md-down .modal-header { + border-radius: 0; + } + .bootstrap5 .modal-fullscreen-md-down .modal-body { + overflow-y: auto; + } + .bootstrap5 .modal-fullscreen-md-down .modal-footer { + border-radius: 0; + } +} +@media (max-width: 991.98px) { + .bootstrap5 .modal-fullscreen-lg-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .bootstrap5 .modal-fullscreen-lg-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .bootstrap5 .modal-fullscreen-lg-down .modal-header { + border-radius: 0; + } + .bootstrap5 .modal-fullscreen-lg-down .modal-body { + overflow-y: auto; + } + .bootstrap5 .modal-fullscreen-lg-down .modal-footer { + border-radius: 0; + } +} +@media (max-width: 1199.98px) { + .bootstrap5 .modal-fullscreen-xl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .bootstrap5 .modal-fullscreen-xl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .bootstrap5 .modal-fullscreen-xl-down .modal-header { + border-radius: 0; + } + .bootstrap5 .modal-fullscreen-xl-down .modal-body { + overflow-y: auto; + } + .bootstrap5 .modal-fullscreen-xl-down .modal-footer { + border-radius: 0; + } +} +@media (max-width: 1399.98px) { + .bootstrap5 .modal-fullscreen-xxl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .bootstrap5 .modal-fullscreen-xxl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .bootstrap5 .modal-fullscreen-xxl-down .modal-header { + border-radius: 0; + } + .bootstrap5 .modal-fullscreen-xxl-down .modal-body { + overflow-y: auto; + } + .bootstrap5 .modal-fullscreen-xxl-down .modal-footer { + border-radius: 0; + } +} +.bootstrap5 .tooltip { + position: absolute; + z-index: 1080; + display: block; + margin: 0; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + opacity: 0; +} +.bootstrap5 .tooltip.show { + opacity: 0.9; +} +.bootstrap5 .tooltip .tooltip-arrow { + position: absolute; + display: block; + width: 0.8rem; + height: 0.4rem; +} +.bootstrap5 .tooltip .tooltip-arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; +} +.bootstrap5 .bs-tooltip-top, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=top] { + padding: 0.4rem 0; +} +.bootstrap5 .bs-tooltip-top .tooltip-arrow, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow { + bottom: 0; +} +.bootstrap5 .bs-tooltip-top .tooltip-arrow::before, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { + top: -1px; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; +} +.bootstrap5 .bs-tooltip-end, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=right] { + padding: 0 0.4rem; +} +.bootstrap5 .bs-tooltip-end .tooltip-arrow, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; +} +.bootstrap5 .bs-tooltip-end .tooltip-arrow::before, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { + right: -1px; + border-width: 0.4rem 0.4rem 0.4rem 0; + border-right-color: #000; +} +.bootstrap5 .bs-tooltip-bottom, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=bottom] { + padding: 0.4rem 0; +} +.bootstrap5 .bs-tooltip-bottom .tooltip-arrow, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow { + top: 0; +} +.bootstrap5 .bs-tooltip-bottom .tooltip-arrow::before, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { + bottom: -1px; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; +} +.bootstrap5 .bs-tooltip-start, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=left] { + padding: 0 0.4rem; +} +.bootstrap5 .bs-tooltip-start .tooltip-arrow, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; +} +.bootstrap5 .bs-tooltip-start .tooltip-arrow::before, .bootstrap5 .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { + left: -1px; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; +} +.bootstrap5 .tooltip-inner { + max-width: 200px; + padding: 0.25rem 0.5rem; + color: #fff; + text-align: center; + background-color: #000; + border-radius: 0.25rem; +} +.bootstrap5 .popover { + position: absolute; + top: 0; + left: 0 /* rtl:ignore */; + z-index: 1070; + display: block; + max-width: 276px; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 0.3rem; +} +.bootstrap5 .popover .popover-arrow { + position: absolute; + display: block; + width: 1rem; + height: 0.5rem; +} +.bootstrap5 .popover .popover-arrow::before, .bootstrap5 .popover .popover-arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; +} +.bootstrap5 .bs-popover-top > .popover-arrow, .bootstrap5 .bs-popover-auto[data-popper-placement^=top] > .popover-arrow { + bottom: calc(-0.5rem - 1px); +} +.bootstrap5 .bs-popover-top > .popover-arrow::before, .bootstrap5 .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before { + bottom: 0; + border-width: 0.5rem 0.5rem 0; + border-top-color: rgba(0, 0, 0, 0.25); +} +.bootstrap5 .bs-popover-top > .popover-arrow::after, .bootstrap5 .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after { + bottom: 1px; + border-width: 0.5rem 0.5rem 0; + border-top-color: #fff; +} +.bootstrap5 .bs-popover-end > .popover-arrow, .bootstrap5 .bs-popover-auto[data-popper-placement^=right] > .popover-arrow { + left: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; +} +.bootstrap5 .bs-popover-end > .popover-arrow::before, .bootstrap5 .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before { + left: 0; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: rgba(0, 0, 0, 0.25); +} +.bootstrap5 .bs-popover-end > .popover-arrow::after, .bootstrap5 .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after { + left: 1px; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #fff; +} +.bootstrap5 .bs-popover-bottom > .popover-arrow, .bootstrap5 .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow { + top: calc(-0.5rem - 1px); +} +.bootstrap5 .bs-popover-bottom > .popover-arrow::before, .bootstrap5 .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before { + top: 0; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: rgba(0, 0, 0, 0.25); +} +.bootstrap5 .bs-popover-bottom > .popover-arrow::after, .bootstrap5 .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after { + top: 1px; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #fff; +} +.bootstrap5 .bs-popover-bottom .popover-header::before, .bootstrap5 .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: 1rem; + margin-left: -0.5rem; + content: ""; + border-bottom: 1px solid #f0f0f0; +} +.bootstrap5 .bs-popover-start > .popover-arrow, .bootstrap5 .bs-popover-auto[data-popper-placement^=left] > .popover-arrow { + right: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; +} +.bootstrap5 .bs-popover-start > .popover-arrow::before, .bootstrap5 .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before { + right: 0; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: rgba(0, 0, 0, 0.25); +} +.bootstrap5 .bs-popover-start > .popover-arrow::after, .bootstrap5 .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after { + right: 1px; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #fff; +} +.bootstrap5 .popover-header { + padding: 0.5rem 1rem; + margin-bottom: 0; + font-size: 1rem; + background-color: #f0f0f0; + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); +} +.bootstrap5 .popover-header:empty { + display: none; +} +.bootstrap5 .popover-body { + padding: 1rem 1rem; + color: #212529; +} +.bootstrap5 .carousel { + position: relative; +} +.bootstrap5 .carousel.pointer-event { + touch-action: pan-y; +} +.bootstrap5 .carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} +.bootstrap5 .carousel-inner::after { + display: block; + clear: both; + content: ""; +} +.bootstrap5 .carousel-item { + position: relative; + display: none; + float: left; + width: 100%; + margin-right: -100%; + backface-visibility: hidden; + transition: transform 0.6s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .carousel-item { + transition: none; + } +} +.bootstrap5 .carousel-item.active, +.bootstrap5 .carousel-item-next, +.bootstrap5 .carousel-item-prev { + display: block; +} +.bootstrap5 .carousel-item-next:not(.carousel-item-start), +.bootstrap5 .active.carousel-item-end { + transform: translateX(100%); +} +.bootstrap5 .carousel-item-prev:not(.carousel-item-end), +.bootstrap5 .active.carousel-item-start { + transform: translateX(-100%); +} +.bootstrap5 .carousel-fade .carousel-item { + opacity: 0; + transition-property: opacity; + transform: none; +} +.bootstrap5 .carousel-fade .carousel-item.active, +.bootstrap5 .carousel-fade .carousel-item-next.carousel-item-start, +.bootstrap5 .carousel-fade .carousel-item-prev.carousel-item-end { + z-index: 1; + opacity: 1; +} +.bootstrap5 .carousel-fade .active.carousel-item-start, +.bootstrap5 .carousel-fade .active.carousel-item-end { + z-index: 0; + opacity: 0; + transition: opacity 0s 0.6s; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .carousel-fade .active.carousel-item-start, +.bootstrap5 .carousel-fade .active.carousel-item-end { + transition: none; + } +} +.bootstrap5 .carousel-control-prev, +.bootstrap5 .carousel-control-next { + position: absolute; + top: 0; + bottom: 0; + z-index: 1; + display: flex; + align-items: center; + justify-content: center; + width: 15%; + padding: 0; + color: #fff; + text-align: center; + background: none; + border: 0; + opacity: 0.5; + transition: opacity 0.15s ease; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .carousel-control-prev, +.bootstrap5 .carousel-control-next { + transition: none; + } +} +.bootstrap5 .carousel-control-prev:hover, .bootstrap5 .carousel-control-prev:focus, +.bootstrap5 .carousel-control-next:hover, +.bootstrap5 .carousel-control-next:focus { + color: #fff; + text-decoration: none; + outline: 0; + opacity: 0.9; +} +.bootstrap5 .carousel-control-prev { + left: 0; +} +.bootstrap5 .carousel-control-next { + right: 0; +} +.bootstrap5 .carousel-control-prev-icon, +.bootstrap5 .carousel-control-next-icon { + display: inline-block; + width: 2rem; + height: 2rem; + background-repeat: no-repeat; + background-position: 50%; + background-size: 100% 100%; +} +.bootstrap5 .carousel-control-prev-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); +} +.bootstrap5 .carousel-control-next-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); +} +.bootstrap5 .carousel-indicators { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 2; + display: flex; + justify-content: center; + padding: 0; + margin-right: 15%; + margin-bottom: 1rem; + margin-left: 15%; + list-style: none; +} +.bootstrap5 .carousel-indicators [data-bs-target] { + box-sizing: content-box; + flex: 0 1 auto; + width: 30px; + height: 3px; + padding: 0; + margin-right: 3px; + margin-left: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border: 0; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + opacity: 0.5; + transition: opacity 0.6s ease; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .carousel-indicators [data-bs-target] { + transition: none; + } +} +.bootstrap5 .carousel-indicators .active { + opacity: 1; +} +.bootstrap5 .carousel-caption { + position: absolute; + right: 15%; + bottom: 1.25rem; + left: 15%; + padding-top: 1.25rem; + padding-bottom: 1.25rem; + color: #fff; + text-align: center; +} +.bootstrap5 .carousel-dark .carousel-control-prev-icon, +.bootstrap5 .carousel-dark .carousel-control-next-icon { + filter: invert(1) grayscale(100); +} +.bootstrap5 .carousel-dark .carousel-indicators [data-bs-target] { + background-color: #000; +} +.bootstrap5 .carousel-dark .carousel-caption { + color: #000; +} +@keyframes spinner-border { + to { + transform: rotate(360deg) /* rtl:ignore */; + } +} +.bootstrap5 .spinner-border { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: -0.125em; + border: 0.25em solid currentColor; + border-right-color: transparent; + border-radius: 50%; + animation: 0.75s linear infinite spinner-border; +} +.bootstrap5 .spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.2em; +} +@keyframes spinner-grow { + 0% { + transform: scale(0); + } + 50% { + opacity: 1; + transform: none; + } +} +.bootstrap5 .spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: -0.125em; + background-color: currentColor; + border-radius: 50%; + opacity: 0; + animation: 0.75s linear infinite spinner-grow; +} +.bootstrap5 .spinner-grow-sm { + width: 1rem; + height: 1rem; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .spinner-border, +.bootstrap5 .spinner-grow { + animation-duration: 1.5s; + } +} +.bootstrap5 .offcanvas { + position: fixed; + bottom: 0; + z-index: 1050; + display: flex; + flex-direction: column; + max-width: 100%; + visibility: hidden; + background-color: #fff; + background-clip: padding-box; + outline: 0; + transition: transform 0.3s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .bootstrap5 .offcanvas { + transition: none; + } +} +.bootstrap5 .offcanvas-header { + display: flex; + align-items: center; + justify-content: space-between; + padding: 1rem 1rem; +} +.bootstrap5 .offcanvas-header .btn-close { + padding: 0.5rem 0.5rem; + margin-top: -0.5rem; + margin-right: -0.5rem; + margin-bottom: -0.5rem; +} +.bootstrap5 .offcanvas-title { + margin-bottom: 0; + line-height: 1.5; +} +.bootstrap5 .offcanvas-body { + flex-grow: 1; + padding: 1rem 1rem; + overflow-y: auto; +} +.bootstrap5 .offcanvas-start { + top: 0; + left: 0; + width: 400px; + border-right: 1px solid rgba(0, 0, 0, 0.2); + transform: translateX(-100%); +} +.bootstrap5 .offcanvas-end { + top: 0; + right: 0; + width: 400px; + border-left: 1px solid rgba(0, 0, 0, 0.2); + transform: translateX(100%); +} +.bootstrap5 .offcanvas-top { + top: 0; + right: 0; + left: 0; + height: 30vh; + max-height: 100%; + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + transform: translateY(-100%); +} +.bootstrap5 .offcanvas-bottom { + right: 0; + left: 0; + height: 30vh; + max-height: 100%; + border-top: 1px solid rgba(0, 0, 0, 0.2); + transform: translateY(100%); +} +.bootstrap5 .offcanvas.show { + transform: none; +} +.bootstrap5 .clearfix::after { + display: block; + clear: both; + content: ""; +} +.bootstrap5 .link-primary { + color: #0d6efd; +} +.bootstrap5 .link-primary:hover, .bootstrap5 .link-primary:focus { + color: #0a58ca; +} +.bootstrap5 .link-secondary { + color: #6c757d; +} +.bootstrap5 .link-secondary:hover, .bootstrap5 .link-secondary:focus { + color: #565e64; +} +.bootstrap5 .link-success { + color: #198754; +} +.bootstrap5 .link-success:hover, .bootstrap5 .link-success:focus { + color: #146c43; +} +.bootstrap5 .link-info { + color: #0dcaf0; +} +.bootstrap5 .link-info:hover, .bootstrap5 .link-info:focus { + color: #3dd5f3; +} +.bootstrap5 .link-warning { + color: #ffc107; +} +.bootstrap5 .link-warning:hover, .bootstrap5 .link-warning:focus { + color: #ffcd39; +} +.bootstrap5 .link-danger { + color: #dc3545; +} +.bootstrap5 .link-danger:hover, .bootstrap5 .link-danger:focus { + color: #b02a37; +} +.bootstrap5 .link-light { + color: #f8f9fa; +} +.bootstrap5 .link-light:hover, .bootstrap5 .link-light:focus { + color: #f9fafb; +} +.bootstrap5 .link-dark { + color: #212529; +} +.bootstrap5 .link-dark:hover, .bootstrap5 .link-dark:focus { + color: #1a1e21; +} +.bootstrap5 .ratio { + position: relative; + width: 100%; +} +.bootstrap5 .ratio::before { + display: block; + padding-top: var(--bs-aspect-ratio); + content: ""; +} +.bootstrap5 .ratio > * { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.bootstrap5 .ratio-1x1 { + --bs-aspect-ratio: 100%; +} +.bootstrap5 .ratio-4x3 { + --bs-aspect-ratio: calc(3 / 4 * 100%); +} +.bootstrap5 .ratio-16x9 { + --bs-aspect-ratio: calc(9 / 16 * 100%); +} +.bootstrap5 .ratio-21x9 { + --bs-aspect-ratio: calc(9 / 21 * 100%); +} +.bootstrap5 .fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; +} +.bootstrap5 .fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; +} +.bootstrap5 .sticky-top { + position: sticky; + top: 0; + z-index: 1020; +} +@media (min-width: 576px) { + .bootstrap5 .sticky-sm-top { + position: sticky; + top: 0; + z-index: 1020; + } +} +@media (min-width: 768px) { + .bootstrap5 .sticky-md-top { + position: sticky; + top: 0; + z-index: 1020; + } +} +@media (min-width: 992px) { + .bootstrap5 .sticky-lg-top { + position: sticky; + top: 0; + z-index: 1020; + } +} +@media (min-width: 1200px) { + .bootstrap5 .sticky-xl-top { + position: sticky; + top: 0; + z-index: 1020; + } +} +@media (min-width: 1400px) { + .bootstrap5 .sticky-xxl-top { + position: sticky; + top: 0; + z-index: 1020; + } +} +.bootstrap5 .visually-hidden, +.bootstrap5 .visually-hidden-focusable:not(:focus):not(:focus-within) { + position: absolute !important; + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; +} +.bootstrap5 .stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + content: ""; +} +.bootstrap5 .text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.bootstrap5 .align-baseline { + vertical-align: baseline !important; +} +.bootstrap5 .align-top { + vertical-align: top !important; +} +.bootstrap5 .align-middle { + vertical-align: middle !important; +} +.bootstrap5 .align-bottom { + vertical-align: bottom !important; +} +.bootstrap5 .align-text-bottom { + vertical-align: text-bottom !important; +} +.bootstrap5 .align-text-top { + vertical-align: text-top !important; +} +.bootstrap5 .float-start { + float: left !important; +} +.bootstrap5 .float-end { + float: right !important; +} +.bootstrap5 .float-none { + float: none !important; +} +.bootstrap5 .overflow-auto { + overflow: auto !important; +} +.bootstrap5 .overflow-hidden { + overflow: hidden !important; +} +.bootstrap5 .overflow-visible { + overflow: visible !important; +} +.bootstrap5 .overflow-scroll { + overflow: scroll !important; +} +.bootstrap5 .d-inline { + display: inline !important; +} +.bootstrap5 .d-inline-block { + display: inline-block !important; +} +.bootstrap5 .d-block { + display: block !important; +} +.bootstrap5 .d-grid { + display: grid !important; +} +.bootstrap5 .d-table { + display: table !important; +} +.bootstrap5 .d-table-row { + display: table-row !important; +} +.bootstrap5 .d-table-cell { + display: table-cell !important; +} +.bootstrap5 .d-flex { + display: flex !important; +} +.bootstrap5 .d-inline-flex { + display: inline-flex !important; +} +.bootstrap5 .d-none { + display: none !important; +} +.bootstrap5 .shadow { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +} +.bootstrap5 .shadow-sm { + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; +} +.bootstrap5 .shadow-lg { + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; +} +.bootstrap5 .shadow-none { + box-shadow: none !important; +} +.bootstrap5 .position-static { + position: static !important; +} +.bootstrap5 .position-relative { + position: relative !important; +} +.bootstrap5 .position-absolute { + position: absolute !important; +} +.bootstrap5 .position-fixed { + position: fixed !important; +} +.bootstrap5 .position-sticky { + position: sticky !important; +} +.bootstrap5 .top-0 { + top: 0 !important; +} +.bootstrap5 .top-50 { + top: 50% !important; +} +.bootstrap5 .top-100 { + top: 100% !important; +} +.bootstrap5 .bottom-0 { + bottom: 0 !important; +} +.bootstrap5 .bottom-50 { + bottom: 50% !important; +} +.bootstrap5 .bottom-100 { + bottom: 100% !important; +} +.bootstrap5 .start-0 { + left: 0 !important; +} +.bootstrap5 .start-50 { + left: 50% !important; +} +.bootstrap5 .start-100 { + left: 100% !important; +} +.bootstrap5 .end-0 { + right: 0 !important; +} +.bootstrap5 .end-50 { + right: 50% !important; +} +.bootstrap5 .end-100 { + right: 100% !important; +} +.bootstrap5 .translate-middle { + transform: translate(-50%, -50%) !important; +} +.bootstrap5 .translate-middle-x { + transform: translateX(-50%) !important; +} +.bootstrap5 .translate-middle-y { + transform: translateY(-50%) !important; +} +.bootstrap5 .border { + border: 1px solid #dee2e6 !important; +} +.bootstrap5 .border-0 { + border: 0 !important; +} +.bootstrap5 .border-top { + border-top: 1px solid #dee2e6 !important; +} +.bootstrap5 .border-top-0 { + border-top: 0 !important; +} +.bootstrap5 .border-end { + border-right: 1px solid #dee2e6 !important; +} +.bootstrap5 .border-end-0 { + border-right: 0 !important; +} +.bootstrap5 .border-bottom { + border-bottom: 1px solid #dee2e6 !important; +} +.bootstrap5 .border-bottom-0 { + border-bottom: 0 !important; +} +.bootstrap5 .border-start { + border-left: 1px solid #dee2e6 !important; +} +.bootstrap5 .border-start-0 { + border-left: 0 !important; +} +.bootstrap5 .border-primary { + border-color: #0d6efd !important; +} +.bootstrap5 .border-secondary { + border-color: #6c757d !important; +} +.bootstrap5 .border-success { + border-color: #198754 !important; +} +.bootstrap5 .border-info { + border-color: #0dcaf0 !important; +} +.bootstrap5 .border-warning { + border-color: #ffc107 !important; +} +.bootstrap5 .border-danger { + border-color: #dc3545 !important; +} +.bootstrap5 .border-light { + border-color: #f8f9fa !important; +} +.bootstrap5 .border-dark { + border-color: #212529 !important; +} +.bootstrap5 .border-white { + border-color: #fff !important; +} +.bootstrap5 .border-1 { + border-width: 1px !important; +} +.bootstrap5 .border-2 { + border-width: 2px !important; +} +.bootstrap5 .border-3 { + border-width: 3px !important; +} +.bootstrap5 .border-4 { + border-width: 4px !important; +} +.bootstrap5 .border-5 { + border-width: 5px !important; +} +.bootstrap5 .w-25 { + width: 25% !important; +} +.bootstrap5 .w-50 { + width: 50% !important; +} +.bootstrap5 .w-75 { + width: 75% !important; +} +.bootstrap5 .w-100 { + width: 100% !important; +} +.bootstrap5 .w-auto { + width: auto !important; +} +.bootstrap5 .mw-100 { + max-width: 100% !important; +} +.bootstrap5 .vw-100 { + width: 100vw !important; +} +.bootstrap5 .min-vw-100 { + min-width: 100vw !important; +} +.bootstrap5 .h-25 { + height: 25% !important; +} +.bootstrap5 .h-50 { + height: 50% !important; +} +.bootstrap5 .h-75 { + height: 75% !important; +} +.bootstrap5 .h-100 { + height: 100% !important; +} +.bootstrap5 .h-auto { + height: auto !important; +} +.bootstrap5 .mh-100 { + max-height: 100% !important; +} +.bootstrap5 .vh-100 { + height: 100vh !important; +} +.bootstrap5 .min-vh-100 { + min-height: 100vh !important; +} +.bootstrap5 .flex-fill { + flex: 1 1 auto !important; +} +.bootstrap5 .flex-row { + flex-direction: row !important; +} +.bootstrap5 .flex-column { + flex-direction: column !important; +} +.bootstrap5 .flex-row-reverse { + flex-direction: row-reverse !important; +} +.bootstrap5 .flex-column-reverse { + flex-direction: column-reverse !important; +} +.bootstrap5 .flex-grow-0 { + flex-grow: 0 !important; +} +.bootstrap5 .flex-grow-1 { + flex-grow: 1 !important; +} +.bootstrap5 .flex-shrink-0 { + flex-shrink: 0 !important; +} +.bootstrap5 .flex-shrink-1 { + flex-shrink: 1 !important; +} +.bootstrap5 .flex-wrap { + flex-wrap: wrap !important; +} +.bootstrap5 .flex-nowrap { + flex-wrap: nowrap !important; +} +.bootstrap5 .flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} +.bootstrap5 .gap-0 { + gap: 0 !important; +} +.bootstrap5 .gap-1 { + gap: 0.25rem !important; +} +.bootstrap5 .gap-2 { + gap: 0.5rem !important; +} +.bootstrap5 .gap-3 { + gap: 1rem !important; +} +.bootstrap5 .gap-4 { + gap: 1.5rem !important; +} +.bootstrap5 .gap-5 { + gap: 3rem !important; +} +.bootstrap5 .justify-content-start { + justify-content: flex-start !important; +} +.bootstrap5 .justify-content-end { + justify-content: flex-end !important; +} +.bootstrap5 .justify-content-center { + justify-content: center !important; +} +.bootstrap5 .justify-content-between { + justify-content: space-between !important; +} +.bootstrap5 .justify-content-around { + justify-content: space-around !important; +} +.bootstrap5 .justify-content-evenly { + justify-content: space-evenly !important; +} +.bootstrap5 .align-items-start { + align-items: flex-start !important; +} +.bootstrap5 .align-items-end { + align-items: flex-end !important; +} +.bootstrap5 .align-items-center { + align-items: center !important; +} +.bootstrap5 .align-items-baseline { + align-items: baseline !important; +} +.bootstrap5 .align-items-stretch { + align-items: stretch !important; +} +.bootstrap5 .align-content-start { + align-content: flex-start !important; +} +.bootstrap5 .align-content-end { + align-content: flex-end !important; +} +.bootstrap5 .align-content-center { + align-content: center !important; +} +.bootstrap5 .align-content-between { + align-content: space-between !important; +} +.bootstrap5 .align-content-around { + align-content: space-around !important; +} +.bootstrap5 .align-content-stretch { + align-content: stretch !important; +} +.bootstrap5 .align-self-auto { + align-self: auto !important; +} +.bootstrap5 .align-self-start { + align-self: flex-start !important; +} +.bootstrap5 .align-self-end { + align-self: flex-end !important; +} +.bootstrap5 .align-self-center { + align-self: center !important; +} +.bootstrap5 .align-self-baseline { + align-self: baseline !important; +} +.bootstrap5 .align-self-stretch { + align-self: stretch !important; +} +.bootstrap5 .order-first { + order: -1 !important; +} +.bootstrap5 .order-0 { + order: 0 !important; +} +.bootstrap5 .order-1 { + order: 1 !important; +} +.bootstrap5 .order-2 { + order: 2 !important; +} +.bootstrap5 .order-3 { + order: 3 !important; +} +.bootstrap5 .order-4 { + order: 4 !important; +} +.bootstrap5 .order-5 { + order: 5 !important; +} +.bootstrap5 .order-last { + order: 6 !important; +} +.bootstrap5 .m-0 { + margin: 0 !important; +} +.bootstrap5 .m-1 { + margin: 0.25rem !important; +} +.bootstrap5 .m-2 { + margin: 0.5rem !important; +} +.bootstrap5 .m-3 { + margin: 1rem !important; +} +.bootstrap5 .m-4 { + margin: 1.5rem !important; +} +.bootstrap5 .m-5 { + margin: 3rem !important; +} +.bootstrap5 .m-auto { + margin: auto !important; +} +.bootstrap5 .mx-0 { + margin-right: 0 !important; + margin-left: 0 !important; +} +.bootstrap5 .mx-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; +} +.bootstrap5 .mx-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; +} +.bootstrap5 .mx-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; +} +.bootstrap5 .mx-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; +} +.bootstrap5 .mx-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; +} +.bootstrap5 .mx-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.bootstrap5 .my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} +.bootstrap5 .my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} +.bootstrap5 .my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} +.bootstrap5 .my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} +.bootstrap5 .my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} +.bootstrap5 .my-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} +.bootstrap5 .my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} +.bootstrap5 .mt-0 { + margin-top: 0 !important; +} +.bootstrap5 .mt-1 { + margin-top: 0.25rem !important; +} +.bootstrap5 .mt-2 { + margin-top: 0.5rem !important; +} +.bootstrap5 .mt-3 { + margin-top: 1rem !important; +} +.bootstrap5 .mt-4 { + margin-top: 1.5rem !important; +} +.bootstrap5 .mt-5 { + margin-top: 3rem !important; +} +.bootstrap5 .mt-auto { + margin-top: auto !important; +} +.bootstrap5 .me-0 { + margin-right: 0 !important; +} +.bootstrap5 .me-1 { + margin-right: 0.25rem !important; +} +.bootstrap5 .me-2 { + margin-right: 0.5rem !important; +} +.bootstrap5 .me-3 { + margin-right: 1rem !important; +} +.bootstrap5 .me-4 { + margin-right: 1.5rem !important; +} +.bootstrap5 .me-5 { + margin-right: 3rem !important; +} +.bootstrap5 .me-auto { + margin-right: auto !important; +} +.bootstrap5 .mb-0 { + margin-bottom: 0 !important; +} +.bootstrap5 .mb-1 { + margin-bottom: 0.25rem !important; +} +.bootstrap5 .mb-2 { + margin-bottom: 0.5rem !important; +} +.bootstrap5 .mb-3 { + margin-bottom: 1rem !important; +} +.bootstrap5 .mb-4 { + margin-bottom: 1.5rem !important; +} +.bootstrap5 .mb-5 { + margin-bottom: 3rem !important; +} +.bootstrap5 .mb-auto { + margin-bottom: auto !important; +} +.bootstrap5 .ms-0 { + margin-left: 0 !important; +} +.bootstrap5 .ms-1 { + margin-left: 0.25rem !important; +} +.bootstrap5 .ms-2 { + margin-left: 0.5rem !important; +} +.bootstrap5 .ms-3 { + margin-left: 1rem !important; +} +.bootstrap5 .ms-4 { + margin-left: 1.5rem !important; +} +.bootstrap5 .ms-5 { + margin-left: 3rem !important; +} +.bootstrap5 .ms-auto { + margin-left: auto !important; +} +.bootstrap5 .p-0 { + padding: 0 !important; +} +.bootstrap5 .p-1 { + padding: 0.25rem !important; +} +.bootstrap5 .p-2 { + padding: 0.5rem !important; +} +.bootstrap5 .p-3 { + padding: 1rem !important; +} +.bootstrap5 .p-4 { + padding: 1.5rem !important; +} +.bootstrap5 .p-5 { + padding: 3rem !important; +} +.bootstrap5 .px-0 { + padding-right: 0 !important; + padding-left: 0 !important; +} +.bootstrap5 .px-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; +} +.bootstrap5 .px-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; +} +.bootstrap5 .px-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; +} +.bootstrap5 .px-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; +} +.bootstrap5 .px-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; +} +.bootstrap5 .py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} +.bootstrap5 .py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} +.bootstrap5 .py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} +.bootstrap5 .py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} +.bootstrap5 .py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} +.bootstrap5 .py-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} +.bootstrap5 .pt-0 { + padding-top: 0 !important; +} +.bootstrap5 .pt-1 { + padding-top: 0.25rem !important; +} +.bootstrap5 .pt-2 { + padding-top: 0.5rem !important; +} +.bootstrap5 .pt-3 { + padding-top: 1rem !important; +} +.bootstrap5 .pt-4 { + padding-top: 1.5rem !important; +} +.bootstrap5 .pt-5 { + padding-top: 3rem !important; +} +.bootstrap5 .pe-0 { + padding-right: 0 !important; +} +.bootstrap5 .pe-1 { + padding-right: 0.25rem !important; +} +.bootstrap5 .pe-2 { + padding-right: 0.5rem !important; +} +.bootstrap5 .pe-3 { + padding-right: 1rem !important; +} +.bootstrap5 .pe-4 { + padding-right: 1.5rem !important; +} +.bootstrap5 .pe-5 { + padding-right: 3rem !important; +} +.bootstrap5 .pb-0 { + padding-bottom: 0 !important; +} +.bootstrap5 .pb-1 { + padding-bottom: 0.25rem !important; +} +.bootstrap5 .pb-2 { + padding-bottom: 0.5rem !important; +} +.bootstrap5 .pb-3 { + padding-bottom: 1rem !important; +} +.bootstrap5 .pb-4 { + padding-bottom: 1.5rem !important; +} +.bootstrap5 .pb-5 { + padding-bottom: 3rem !important; +} +.bootstrap5 .ps-0 { + padding-left: 0 !important; +} +.bootstrap5 .ps-1 { + padding-left: 0.25rem !important; +} +.bootstrap5 .ps-2 { + padding-left: 0.5rem !important; +} +.bootstrap5 .ps-3 { + padding-left: 1rem !important; +} +.bootstrap5 .ps-4 { + padding-left: 1.5rem !important; +} +.bootstrap5 .ps-5 { + padding-left: 3rem !important; +} +.bootstrap5 .font-monospace { + font-family: var(--bs-font-monospace) !important; +} +.bootstrap5 .fs-1 { + font-size: calc(1.375rem + 1.5vw) !important; +} +.bootstrap5 .fs-2 { + font-size: calc(1.325rem + 0.9vw) !important; +} +.bootstrap5 .fs-3 { + font-size: calc(1.3rem + 0.6vw) !important; +} +.bootstrap5 .fs-4 { + font-size: calc(1.275rem + 0.3vw) !important; +} +.bootstrap5 .fs-5 { + font-size: 1.25rem !important; +} +.bootstrap5 .fs-6 { + font-size: 1rem !important; +} +.bootstrap5 .fst-italic { + font-style: italic !important; +} +.bootstrap5 .fst-normal { + font-style: normal !important; +} +.bootstrap5 .fw-light { + font-weight: 300 !important; +} +.bootstrap5 .fw-lighter { + font-weight: lighter !important; +} +.bootstrap5 .fw-normal { + font-weight: 400 !important; +} +.bootstrap5 .fw-bold { + font-weight: 700 !important; +} +.bootstrap5 .fw-bolder { + font-weight: bolder !important; +} +.bootstrap5 .lh-1 { + line-height: 1 !important; +} +.bootstrap5 .lh-sm { + line-height: 1.25 !important; +} +.bootstrap5 .lh-base { + line-height: 1.5 !important; +} +.bootstrap5 .lh-lg { + line-height: 2 !important; +} +.bootstrap5 .text-start { + text-align: left !important; +} +.bootstrap5 .text-end { + text-align: right !important; +} +.bootstrap5 .text-center { + text-align: center !important; +} +.bootstrap5 .text-decoration-none { + text-decoration: none !important; +} +.bootstrap5 .text-decoration-underline { + text-decoration: underline !important; +} +.bootstrap5 .text-decoration-line-through { + text-decoration: line-through !important; +} +.bootstrap5 .text-lowercase { + text-transform: lowercase !important; +} +.bootstrap5 .text-uppercase { + text-transform: uppercase !important; +} +.bootstrap5 .text-capitalize { + text-transform: capitalize !important; +} +.bootstrap5 .text-wrap { + white-space: normal !important; +} +.bootstrap5 .text-nowrap { + white-space: nowrap !important; +} +.bootstrap5 .text-break { + word-wrap: break-word !important; + word-break: break-word !important; +} +.bootstrap5 .text-primary { + color: #0d6efd !important; +} +.bootstrap5 .text-secondary { + color: #6c757d !important; +} +.bootstrap5 .text-success { + color: #198754 !important; +} +.bootstrap5 .text-info { + color: #0dcaf0 !important; +} +.bootstrap5 .text-warning { + color: #ffc107 !important; +} +.bootstrap5 .text-danger { + color: #dc3545 !important; +} +.bootstrap5 .text-light { + color: #f8f9fa !important; +} +.bootstrap5 .text-dark { + color: #212529 !important; +} +.bootstrap5 .text-white { + color: #fff !important; +} +.bootstrap5 .text-body { + color: #212529 !important; +} +.bootstrap5 .text-muted { + color: #6c757d !important; +} +.bootstrap5 .text-black-50 { + color: rgba(0, 0, 0, 0.5) !important; +} +.bootstrap5 .text-white-50 { + color: rgba(255, 255, 255, 0.5) !important; +} +.bootstrap5 .text-reset { + color: inherit !important; +} +.bootstrap5 .bg-primary { + background-color: #0d6efd !important; +} +.bootstrap5 .bg-secondary { + background-color: #6c757d !important; +} +.bootstrap5 .bg-success { + background-color: #198754 !important; +} +.bootstrap5 .bg-info { + background-color: #0dcaf0 !important; +} +.bootstrap5 .bg-warning { + background-color: #ffc107 !important; +} +.bootstrap5 .bg-danger { + background-color: #dc3545 !important; +} +.bootstrap5 .bg-light { + background-color: #f8f9fa !important; +} +.bootstrap5 .bg-dark { + background-color: #212529 !important; +} +.bootstrap5 .bg-body { + background-color: #fff !important; +} +.bootstrap5 .bg-white { + background-color: #fff !important; +} +.bootstrap5 .bg-transparent { + background-color: transparent !important; +} +.bootstrap5 .bg-gradient { + background-image: var(--bs-gradient) !important; +} +.bootstrap5 .user-select-all { + user-select: all !important; +} +.bootstrap5 .user-select-auto { + user-select: auto !important; +} +.bootstrap5 .user-select-none { + user-select: none !important; +} +.bootstrap5 .pe-none { + pointer-events: none !important; +} +.bootstrap5 .pe-auto { + pointer-events: auto !important; +} +.bootstrap5 .rounded { + border-radius: 0.25rem !important; +} +.bootstrap5 .rounded-0 { + border-radius: 0 !important; +} +.bootstrap5 .rounded-1 { + border-radius: 0.2rem !important; +} +.bootstrap5 .rounded-2 { + border-radius: 0.25rem !important; +} +.bootstrap5 .rounded-3 { + border-radius: 0.3rem !important; +} +.bootstrap5 .rounded-circle { + border-radius: 50% !important; +} +.bootstrap5 .rounded-pill { + border-radius: 50rem !important; +} +.bootstrap5 .rounded-top { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; +} +.bootstrap5 .rounded-end { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} +.bootstrap5 .rounded-bottom { + border-bottom-right-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} +.bootstrap5 .rounded-start { + border-bottom-left-radius: 0.25rem !important; + border-top-left-radius: 0.25rem !important; +} +.bootstrap5 .visible { + visibility: visible !important; +} +.bootstrap5 .invisible { + visibility: hidden !important; +} +@media (min-width: 576px) { + .bootstrap5 .float-sm-start { + float: left !important; + } + .bootstrap5 .float-sm-end { + float: right !important; + } + .bootstrap5 .float-sm-none { + float: none !important; + } + .bootstrap5 .d-sm-inline { + display: inline !important; + } + .bootstrap5 .d-sm-inline-block { + display: inline-block !important; + } + .bootstrap5 .d-sm-block { + display: block !important; + } + .bootstrap5 .d-sm-grid { + display: grid !important; + } + .bootstrap5 .d-sm-table { + display: table !important; + } + .bootstrap5 .d-sm-table-row { + display: table-row !important; + } + .bootstrap5 .d-sm-table-cell { + display: table-cell !important; + } + .bootstrap5 .d-sm-flex { + display: flex !important; + } + .bootstrap5 .d-sm-inline-flex { + display: inline-flex !important; + } + .bootstrap5 .d-sm-none { + display: none !important; + } + .bootstrap5 .flex-sm-fill { + flex: 1 1 auto !important; + } + .bootstrap5 .flex-sm-row { + flex-direction: row !important; + } + .bootstrap5 .flex-sm-column { + flex-direction: column !important; + } + .bootstrap5 .flex-sm-row-reverse { + flex-direction: row-reverse !important; + } + .bootstrap5 .flex-sm-column-reverse { + flex-direction: column-reverse !important; + } + .bootstrap5 .flex-sm-grow-0 { + flex-grow: 0 !important; + } + .bootstrap5 .flex-sm-grow-1 { + flex-grow: 1 !important; + } + .bootstrap5 .flex-sm-shrink-0 { + flex-shrink: 0 !important; + } + .bootstrap5 .flex-sm-shrink-1 { + flex-shrink: 1 !important; + } + .bootstrap5 .flex-sm-wrap { + flex-wrap: wrap !important; + } + .bootstrap5 .flex-sm-nowrap { + flex-wrap: nowrap !important; + } + .bootstrap5 .flex-sm-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .bootstrap5 .gap-sm-0 { + gap: 0 !important; + } + .bootstrap5 .gap-sm-1 { + gap: 0.25rem !important; + } + .bootstrap5 .gap-sm-2 { + gap: 0.5rem !important; + } + .bootstrap5 .gap-sm-3 { + gap: 1rem !important; + } + .bootstrap5 .gap-sm-4 { + gap: 1.5rem !important; + } + .bootstrap5 .gap-sm-5 { + gap: 3rem !important; + } + .bootstrap5 .justify-content-sm-start { + justify-content: flex-start !important; + } + .bootstrap5 .justify-content-sm-end { + justify-content: flex-end !important; + } + .bootstrap5 .justify-content-sm-center { + justify-content: center !important; + } + .bootstrap5 .justify-content-sm-between { + justify-content: space-between !important; + } + .bootstrap5 .justify-content-sm-around { + justify-content: space-around !important; + } + .bootstrap5 .justify-content-sm-evenly { + justify-content: space-evenly !important; + } + .bootstrap5 .align-items-sm-start { + align-items: flex-start !important; + } + .bootstrap5 .align-items-sm-end { + align-items: flex-end !important; + } + .bootstrap5 .align-items-sm-center { + align-items: center !important; + } + .bootstrap5 .align-items-sm-baseline { + align-items: baseline !important; + } + .bootstrap5 .align-items-sm-stretch { + align-items: stretch !important; + } + .bootstrap5 .align-content-sm-start { + align-content: flex-start !important; + } + .bootstrap5 .align-content-sm-end { + align-content: flex-end !important; + } + .bootstrap5 .align-content-sm-center { + align-content: center !important; + } + .bootstrap5 .align-content-sm-between { + align-content: space-between !important; + } + .bootstrap5 .align-content-sm-around { + align-content: space-around !important; + } + .bootstrap5 .align-content-sm-stretch { + align-content: stretch !important; + } + .bootstrap5 .align-self-sm-auto { + align-self: auto !important; + } + .bootstrap5 .align-self-sm-start { + align-self: flex-start !important; + } + .bootstrap5 .align-self-sm-end { + align-self: flex-end !important; + } + .bootstrap5 .align-self-sm-center { + align-self: center !important; + } + .bootstrap5 .align-self-sm-baseline { + align-self: baseline !important; + } + .bootstrap5 .align-self-sm-stretch { + align-self: stretch !important; + } + .bootstrap5 .order-sm-first { + order: -1 !important; + } + .bootstrap5 .order-sm-0 { + order: 0 !important; + } + .bootstrap5 .order-sm-1 { + order: 1 !important; + } + .bootstrap5 .order-sm-2 { + order: 2 !important; + } + .bootstrap5 .order-sm-3 { + order: 3 !important; + } + .bootstrap5 .order-sm-4 { + order: 4 !important; + } + .bootstrap5 .order-sm-5 { + order: 5 !important; + } + .bootstrap5 .order-sm-last { + order: 6 !important; + } + .bootstrap5 .m-sm-0 { + margin: 0 !important; + } + .bootstrap5 .m-sm-1 { + margin: 0.25rem !important; + } + .bootstrap5 .m-sm-2 { + margin: 0.5rem !important; + } + .bootstrap5 .m-sm-3 { + margin: 1rem !important; + } + .bootstrap5 .m-sm-4 { + margin: 1.5rem !important; + } + .bootstrap5 .m-sm-5 { + margin: 3rem !important; + } + .bootstrap5 .m-sm-auto { + margin: auto !important; + } + .bootstrap5 .mx-sm-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .bootstrap5 .mx-sm-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .bootstrap5 .mx-sm-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .bootstrap5 .mx-sm-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .bootstrap5 .mx-sm-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .bootstrap5 .mx-sm-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .bootstrap5 .mx-sm-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .bootstrap5 .my-sm-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .bootstrap5 .my-sm-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .bootstrap5 .my-sm-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .bootstrap5 .my-sm-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .bootstrap5 .my-sm-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .bootstrap5 .my-sm-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .bootstrap5 .my-sm-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .bootstrap5 .mt-sm-0 { + margin-top: 0 !important; + } + .bootstrap5 .mt-sm-1 { + margin-top: 0.25rem !important; + } + .bootstrap5 .mt-sm-2 { + margin-top: 0.5rem !important; + } + .bootstrap5 .mt-sm-3 { + margin-top: 1rem !important; + } + .bootstrap5 .mt-sm-4 { + margin-top: 1.5rem !important; + } + .bootstrap5 .mt-sm-5 { + margin-top: 3rem !important; + } + .bootstrap5 .mt-sm-auto { + margin-top: auto !important; + } + .bootstrap5 .me-sm-0 { + margin-right: 0 !important; + } + .bootstrap5 .me-sm-1 { + margin-right: 0.25rem !important; + } + .bootstrap5 .me-sm-2 { + margin-right: 0.5rem !important; + } + .bootstrap5 .me-sm-3 { + margin-right: 1rem !important; + } + .bootstrap5 .me-sm-4 { + margin-right: 1.5rem !important; + } + .bootstrap5 .me-sm-5 { + margin-right: 3rem !important; + } + .bootstrap5 .me-sm-auto { + margin-right: auto !important; + } + .bootstrap5 .mb-sm-0 { + margin-bottom: 0 !important; + } + .bootstrap5 .mb-sm-1 { + margin-bottom: 0.25rem !important; + } + .bootstrap5 .mb-sm-2 { + margin-bottom: 0.5rem !important; + } + .bootstrap5 .mb-sm-3 { + margin-bottom: 1rem !important; + } + .bootstrap5 .mb-sm-4 { + margin-bottom: 1.5rem !important; + } + .bootstrap5 .mb-sm-5 { + margin-bottom: 3rem !important; + } + .bootstrap5 .mb-sm-auto { + margin-bottom: auto !important; + } + .bootstrap5 .ms-sm-0 { + margin-left: 0 !important; + } + .bootstrap5 .ms-sm-1 { + margin-left: 0.25rem !important; + } + .bootstrap5 .ms-sm-2 { + margin-left: 0.5rem !important; + } + .bootstrap5 .ms-sm-3 { + margin-left: 1rem !important; + } + .bootstrap5 .ms-sm-4 { + margin-left: 1.5rem !important; + } + .bootstrap5 .ms-sm-5 { + margin-left: 3rem !important; + } + .bootstrap5 .ms-sm-auto { + margin-left: auto !important; + } + .bootstrap5 .p-sm-0 { + padding: 0 !important; + } + .bootstrap5 .p-sm-1 { + padding: 0.25rem !important; + } + .bootstrap5 .p-sm-2 { + padding: 0.5rem !important; + } + .bootstrap5 .p-sm-3 { + padding: 1rem !important; + } + .bootstrap5 .p-sm-4 { + padding: 1.5rem !important; + } + .bootstrap5 .p-sm-5 { + padding: 3rem !important; + } + .bootstrap5 .px-sm-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .bootstrap5 .px-sm-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .bootstrap5 .px-sm-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .bootstrap5 .px-sm-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .bootstrap5 .px-sm-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .bootstrap5 .px-sm-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .bootstrap5 .py-sm-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .bootstrap5 .py-sm-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .bootstrap5 .py-sm-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .bootstrap5 .py-sm-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .bootstrap5 .py-sm-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .bootstrap5 .py-sm-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .bootstrap5 .pt-sm-0 { + padding-top: 0 !important; + } + .bootstrap5 .pt-sm-1 { + padding-top: 0.25rem !important; + } + .bootstrap5 .pt-sm-2 { + padding-top: 0.5rem !important; + } + .bootstrap5 .pt-sm-3 { + padding-top: 1rem !important; + } + .bootstrap5 .pt-sm-4 { + padding-top: 1.5rem !important; + } + .bootstrap5 .pt-sm-5 { + padding-top: 3rem !important; + } + .bootstrap5 .pe-sm-0 { + padding-right: 0 !important; + } + .bootstrap5 .pe-sm-1 { + padding-right: 0.25rem !important; + } + .bootstrap5 .pe-sm-2 { + padding-right: 0.5rem !important; + } + .bootstrap5 .pe-sm-3 { + padding-right: 1rem !important; + } + .bootstrap5 .pe-sm-4 { + padding-right: 1.5rem !important; + } + .bootstrap5 .pe-sm-5 { + padding-right: 3rem !important; + } + .bootstrap5 .pb-sm-0 { + padding-bottom: 0 !important; + } + .bootstrap5 .pb-sm-1 { + padding-bottom: 0.25rem !important; + } + .bootstrap5 .pb-sm-2 { + padding-bottom: 0.5rem !important; + } + .bootstrap5 .pb-sm-3 { + padding-bottom: 1rem !important; + } + .bootstrap5 .pb-sm-4 { + padding-bottom: 1.5rem !important; + } + .bootstrap5 .pb-sm-5 { + padding-bottom: 3rem !important; + } + .bootstrap5 .ps-sm-0 { + padding-left: 0 !important; + } + .bootstrap5 .ps-sm-1 { + padding-left: 0.25rem !important; + } + .bootstrap5 .ps-sm-2 { + padding-left: 0.5rem !important; + } + .bootstrap5 .ps-sm-3 { + padding-left: 1rem !important; + } + .bootstrap5 .ps-sm-4 { + padding-left: 1.5rem !important; + } + .bootstrap5 .ps-sm-5 { + padding-left: 3rem !important; + } + .bootstrap5 .text-sm-start { + text-align: left !important; + } + .bootstrap5 .text-sm-end { + text-align: right !important; + } + .bootstrap5 .text-sm-center { + text-align: center !important; + } +} +@media (min-width: 768px) { + .bootstrap5 .float-md-start { + float: left !important; + } + .bootstrap5 .float-md-end { + float: right !important; + } + .bootstrap5 .float-md-none { + float: none !important; + } + .bootstrap5 .d-md-inline { + display: inline !important; + } + .bootstrap5 .d-md-inline-block { + display: inline-block !important; + } + .bootstrap5 .d-md-block { + display: block !important; + } + .bootstrap5 .d-md-grid { + display: grid !important; + } + .bootstrap5 .d-md-table { + display: table !important; + } + .bootstrap5 .d-md-table-row { + display: table-row !important; + } + .bootstrap5 .d-md-table-cell { + display: table-cell !important; + } + .bootstrap5 .d-md-flex { + display: flex !important; + } + .bootstrap5 .d-md-inline-flex { + display: inline-flex !important; + } + .bootstrap5 .d-md-none { + display: none !important; + } + .bootstrap5 .flex-md-fill { + flex: 1 1 auto !important; + } + .bootstrap5 .flex-md-row { + flex-direction: row !important; + } + .bootstrap5 .flex-md-column { + flex-direction: column !important; + } + .bootstrap5 .flex-md-row-reverse { + flex-direction: row-reverse !important; + } + .bootstrap5 .flex-md-column-reverse { + flex-direction: column-reverse !important; + } + .bootstrap5 .flex-md-grow-0 { + flex-grow: 0 !important; + } + .bootstrap5 .flex-md-grow-1 { + flex-grow: 1 !important; + } + .bootstrap5 .flex-md-shrink-0 { + flex-shrink: 0 !important; + } + .bootstrap5 .flex-md-shrink-1 { + flex-shrink: 1 !important; + } + .bootstrap5 .flex-md-wrap { + flex-wrap: wrap !important; + } + .bootstrap5 .flex-md-nowrap { + flex-wrap: nowrap !important; + } + .bootstrap5 .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .bootstrap5 .gap-md-0 { + gap: 0 !important; + } + .bootstrap5 .gap-md-1 { + gap: 0.25rem !important; + } + .bootstrap5 .gap-md-2 { + gap: 0.5rem !important; + } + .bootstrap5 .gap-md-3 { + gap: 1rem !important; + } + .bootstrap5 .gap-md-4 { + gap: 1.5rem !important; + } + .bootstrap5 .gap-md-5 { + gap: 3rem !important; + } + .bootstrap5 .justify-content-md-start { + justify-content: flex-start !important; + } + .bootstrap5 .justify-content-md-end { + justify-content: flex-end !important; + } + .bootstrap5 .justify-content-md-center { + justify-content: center !important; + } + .bootstrap5 .justify-content-md-between { + justify-content: space-between !important; + } + .bootstrap5 .justify-content-md-around { + justify-content: space-around !important; + } + .bootstrap5 .justify-content-md-evenly { + justify-content: space-evenly !important; + } + .bootstrap5 .align-items-md-start { + align-items: flex-start !important; + } + .bootstrap5 .align-items-md-end { + align-items: flex-end !important; + } + .bootstrap5 .align-items-md-center { + align-items: center !important; + } + .bootstrap5 .align-items-md-baseline { + align-items: baseline !important; + } + .bootstrap5 .align-items-md-stretch { + align-items: stretch !important; + } + .bootstrap5 .align-content-md-start { + align-content: flex-start !important; + } + .bootstrap5 .align-content-md-end { + align-content: flex-end !important; + } + .bootstrap5 .align-content-md-center { + align-content: center !important; + } + .bootstrap5 .align-content-md-between { + align-content: space-between !important; + } + .bootstrap5 .align-content-md-around { + align-content: space-around !important; + } + .bootstrap5 .align-content-md-stretch { + align-content: stretch !important; + } + .bootstrap5 .align-self-md-auto { + align-self: auto !important; + } + .bootstrap5 .align-self-md-start { + align-self: flex-start !important; + } + .bootstrap5 .align-self-md-end { + align-self: flex-end !important; + } + .bootstrap5 .align-self-md-center { + align-self: center !important; + } + .bootstrap5 .align-self-md-baseline { + align-self: baseline !important; + } + .bootstrap5 .align-self-md-stretch { + align-self: stretch !important; + } + .bootstrap5 .order-md-first { + order: -1 !important; + } + .bootstrap5 .order-md-0 { + order: 0 !important; + } + .bootstrap5 .order-md-1 { + order: 1 !important; + } + .bootstrap5 .order-md-2 { + order: 2 !important; + } + .bootstrap5 .order-md-3 { + order: 3 !important; + } + .bootstrap5 .order-md-4 { + order: 4 !important; + } + .bootstrap5 .order-md-5 { + order: 5 !important; + } + .bootstrap5 .order-md-last { + order: 6 !important; + } + .bootstrap5 .m-md-0 { + margin: 0 !important; + } + .bootstrap5 .m-md-1 { + margin: 0.25rem !important; + } + .bootstrap5 .m-md-2 { + margin: 0.5rem !important; + } + .bootstrap5 .m-md-3 { + margin: 1rem !important; + } + .bootstrap5 .m-md-4 { + margin: 1.5rem !important; + } + .bootstrap5 .m-md-5 { + margin: 3rem !important; + } + .bootstrap5 .m-md-auto { + margin: auto !important; + } + .bootstrap5 .mx-md-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .bootstrap5 .mx-md-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .bootstrap5 .mx-md-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .bootstrap5 .mx-md-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .bootstrap5 .mx-md-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .bootstrap5 .mx-md-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .bootstrap5 .mx-md-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .bootstrap5 .my-md-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .bootstrap5 .my-md-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .bootstrap5 .my-md-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .bootstrap5 .my-md-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .bootstrap5 .my-md-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .bootstrap5 .my-md-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .bootstrap5 .my-md-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .bootstrap5 .mt-md-0 { + margin-top: 0 !important; + } + .bootstrap5 .mt-md-1 { + margin-top: 0.25rem !important; + } + .bootstrap5 .mt-md-2 { + margin-top: 0.5rem !important; + } + .bootstrap5 .mt-md-3 { + margin-top: 1rem !important; + } + .bootstrap5 .mt-md-4 { + margin-top: 1.5rem !important; + } + .bootstrap5 .mt-md-5 { + margin-top: 3rem !important; + } + .bootstrap5 .mt-md-auto { + margin-top: auto !important; + } + .bootstrap5 .me-md-0 { + margin-right: 0 !important; + } + .bootstrap5 .me-md-1 { + margin-right: 0.25rem !important; + } + .bootstrap5 .me-md-2 { + margin-right: 0.5rem !important; + } + .bootstrap5 .me-md-3 { + margin-right: 1rem !important; + } + .bootstrap5 .me-md-4 { + margin-right: 1.5rem !important; + } + .bootstrap5 .me-md-5 { + margin-right: 3rem !important; + } + .bootstrap5 .me-md-auto { + margin-right: auto !important; + } + .bootstrap5 .mb-md-0 { + margin-bottom: 0 !important; + } + .bootstrap5 .mb-md-1 { + margin-bottom: 0.25rem !important; + } + .bootstrap5 .mb-md-2 { + margin-bottom: 0.5rem !important; + } + .bootstrap5 .mb-md-3 { + margin-bottom: 1rem !important; + } + .bootstrap5 .mb-md-4 { + margin-bottom: 1.5rem !important; + } + .bootstrap5 .mb-md-5 { + margin-bottom: 3rem !important; + } + .bootstrap5 .mb-md-auto { + margin-bottom: auto !important; + } + .bootstrap5 .ms-md-0 { + margin-left: 0 !important; + } + .bootstrap5 .ms-md-1 { + margin-left: 0.25rem !important; + } + .bootstrap5 .ms-md-2 { + margin-left: 0.5rem !important; + } + .bootstrap5 .ms-md-3 { + margin-left: 1rem !important; + } + .bootstrap5 .ms-md-4 { + margin-left: 1.5rem !important; + } + .bootstrap5 .ms-md-5 { + margin-left: 3rem !important; + } + .bootstrap5 .ms-md-auto { + margin-left: auto !important; + } + .bootstrap5 .p-md-0 { + padding: 0 !important; + } + .bootstrap5 .p-md-1 { + padding: 0.25rem !important; + } + .bootstrap5 .p-md-2 { + padding: 0.5rem !important; + } + .bootstrap5 .p-md-3 { + padding: 1rem !important; + } + .bootstrap5 .p-md-4 { + padding: 1.5rem !important; + } + .bootstrap5 .p-md-5 { + padding: 3rem !important; + } + .bootstrap5 .px-md-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .bootstrap5 .px-md-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .bootstrap5 .px-md-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .bootstrap5 .px-md-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .bootstrap5 .px-md-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .bootstrap5 .px-md-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .bootstrap5 .py-md-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .bootstrap5 .py-md-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .bootstrap5 .py-md-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .bootstrap5 .py-md-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .bootstrap5 .py-md-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .bootstrap5 .py-md-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .bootstrap5 .pt-md-0 { + padding-top: 0 !important; + } + .bootstrap5 .pt-md-1 { + padding-top: 0.25rem !important; + } + .bootstrap5 .pt-md-2 { + padding-top: 0.5rem !important; + } + .bootstrap5 .pt-md-3 { + padding-top: 1rem !important; + } + .bootstrap5 .pt-md-4 { + padding-top: 1.5rem !important; + } + .bootstrap5 .pt-md-5 { + padding-top: 3rem !important; + } + .bootstrap5 .pe-md-0 { + padding-right: 0 !important; + } + .bootstrap5 .pe-md-1 { + padding-right: 0.25rem !important; + } + .bootstrap5 .pe-md-2 { + padding-right: 0.5rem !important; + } + .bootstrap5 .pe-md-3 { + padding-right: 1rem !important; + } + .bootstrap5 .pe-md-4 { + padding-right: 1.5rem !important; + } + .bootstrap5 .pe-md-5 { + padding-right: 3rem !important; + } + .bootstrap5 .pb-md-0 { + padding-bottom: 0 !important; + } + .bootstrap5 .pb-md-1 { + padding-bottom: 0.25rem !important; + } + .bootstrap5 .pb-md-2 { + padding-bottom: 0.5rem !important; + } + .bootstrap5 .pb-md-3 { + padding-bottom: 1rem !important; + } + .bootstrap5 .pb-md-4 { + padding-bottom: 1.5rem !important; + } + .bootstrap5 .pb-md-5 { + padding-bottom: 3rem !important; + } + .bootstrap5 .ps-md-0 { + padding-left: 0 !important; + } + .bootstrap5 .ps-md-1 { + padding-left: 0.25rem !important; + } + .bootstrap5 .ps-md-2 { + padding-left: 0.5rem !important; + } + .bootstrap5 .ps-md-3 { + padding-left: 1rem !important; + } + .bootstrap5 .ps-md-4 { + padding-left: 1.5rem !important; + } + .bootstrap5 .ps-md-5 { + padding-left: 3rem !important; + } + .bootstrap5 .text-md-start { + text-align: left !important; + } + .bootstrap5 .text-md-end { + text-align: right !important; + } + .bootstrap5 .text-md-center { + text-align: center !important; + } +} +@media (min-width: 992px) { + .bootstrap5 .float-lg-start { + float: left !important; + } + .bootstrap5 .float-lg-end { + float: right !important; + } + .bootstrap5 .float-lg-none { + float: none !important; + } + .bootstrap5 .d-lg-inline { + display: inline !important; + } + .bootstrap5 .d-lg-inline-block { + display: inline-block !important; + } + .bootstrap5 .d-lg-block { + display: block !important; + } + .bootstrap5 .d-lg-grid { + display: grid !important; + } + .bootstrap5 .d-lg-table { + display: table !important; + } + .bootstrap5 .d-lg-table-row { + display: table-row !important; + } + .bootstrap5 .d-lg-table-cell { + display: table-cell !important; + } + .bootstrap5 .d-lg-flex { + display: flex !important; + } + .bootstrap5 .d-lg-inline-flex { + display: inline-flex !important; + } + .bootstrap5 .d-lg-none { + display: none !important; + } + .bootstrap5 .flex-lg-fill { + flex: 1 1 auto !important; + } + .bootstrap5 .flex-lg-row { + flex-direction: row !important; + } + .bootstrap5 .flex-lg-column { + flex-direction: column !important; + } + .bootstrap5 .flex-lg-row-reverse { + flex-direction: row-reverse !important; + } + .bootstrap5 .flex-lg-column-reverse { + flex-direction: column-reverse !important; + } + .bootstrap5 .flex-lg-grow-0 { + flex-grow: 0 !important; + } + .bootstrap5 .flex-lg-grow-1 { + flex-grow: 1 !important; + } + .bootstrap5 .flex-lg-shrink-0 { + flex-shrink: 0 !important; + } + .bootstrap5 .flex-lg-shrink-1 { + flex-shrink: 1 !important; + } + .bootstrap5 .flex-lg-wrap { + flex-wrap: wrap !important; + } + .bootstrap5 .flex-lg-nowrap { + flex-wrap: nowrap !important; + } + .bootstrap5 .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .bootstrap5 .gap-lg-0 { + gap: 0 !important; + } + .bootstrap5 .gap-lg-1 { + gap: 0.25rem !important; + } + .bootstrap5 .gap-lg-2 { + gap: 0.5rem !important; + } + .bootstrap5 .gap-lg-3 { + gap: 1rem !important; + } + .bootstrap5 .gap-lg-4 { + gap: 1.5rem !important; + } + .bootstrap5 .gap-lg-5 { + gap: 3rem !important; + } + .bootstrap5 .justify-content-lg-start { + justify-content: flex-start !important; + } + .bootstrap5 .justify-content-lg-end { + justify-content: flex-end !important; + } + .bootstrap5 .justify-content-lg-center { + justify-content: center !important; + } + .bootstrap5 .justify-content-lg-between { + justify-content: space-between !important; + } + .bootstrap5 .justify-content-lg-around { + justify-content: space-around !important; + } + .bootstrap5 .justify-content-lg-evenly { + justify-content: space-evenly !important; + } + .bootstrap5 .align-items-lg-start { + align-items: flex-start !important; + } + .bootstrap5 .align-items-lg-end { + align-items: flex-end !important; + } + .bootstrap5 .align-items-lg-center { + align-items: center !important; + } + .bootstrap5 .align-items-lg-baseline { + align-items: baseline !important; + } + .bootstrap5 .align-items-lg-stretch { + align-items: stretch !important; + } + .bootstrap5 .align-content-lg-start { + align-content: flex-start !important; + } + .bootstrap5 .align-content-lg-end { + align-content: flex-end !important; + } + .bootstrap5 .align-content-lg-center { + align-content: center !important; + } + .bootstrap5 .align-content-lg-between { + align-content: space-between !important; + } + .bootstrap5 .align-content-lg-around { + align-content: space-around !important; + } + .bootstrap5 .align-content-lg-stretch { + align-content: stretch !important; + } + .bootstrap5 .align-self-lg-auto { + align-self: auto !important; + } + .bootstrap5 .align-self-lg-start { + align-self: flex-start !important; + } + .bootstrap5 .align-self-lg-end { + align-self: flex-end !important; + } + .bootstrap5 .align-self-lg-center { + align-self: center !important; + } + .bootstrap5 .align-self-lg-baseline { + align-self: baseline !important; + } + .bootstrap5 .align-self-lg-stretch { + align-self: stretch !important; + } + .bootstrap5 .order-lg-first { + order: -1 !important; + } + .bootstrap5 .order-lg-0 { + order: 0 !important; + } + .bootstrap5 .order-lg-1 { + order: 1 !important; + } + .bootstrap5 .order-lg-2 { + order: 2 !important; + } + .bootstrap5 .order-lg-3 { + order: 3 !important; + } + .bootstrap5 .order-lg-4 { + order: 4 !important; + } + .bootstrap5 .order-lg-5 { + order: 5 !important; + } + .bootstrap5 .order-lg-last { + order: 6 !important; + } + .bootstrap5 .m-lg-0 { + margin: 0 !important; + } + .bootstrap5 .m-lg-1 { + margin: 0.25rem !important; + } + .bootstrap5 .m-lg-2 { + margin: 0.5rem !important; + } + .bootstrap5 .m-lg-3 { + margin: 1rem !important; + } + .bootstrap5 .m-lg-4 { + margin: 1.5rem !important; + } + .bootstrap5 .m-lg-5 { + margin: 3rem !important; + } + .bootstrap5 .m-lg-auto { + margin: auto !important; + } + .bootstrap5 .mx-lg-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .bootstrap5 .mx-lg-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .bootstrap5 .mx-lg-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .bootstrap5 .mx-lg-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .bootstrap5 .mx-lg-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .bootstrap5 .mx-lg-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .bootstrap5 .mx-lg-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .bootstrap5 .my-lg-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .bootstrap5 .my-lg-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .bootstrap5 .my-lg-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .bootstrap5 .my-lg-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .bootstrap5 .my-lg-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .bootstrap5 .my-lg-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .bootstrap5 .my-lg-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .bootstrap5 .mt-lg-0 { + margin-top: 0 !important; + } + .bootstrap5 .mt-lg-1 { + margin-top: 0.25rem !important; + } + .bootstrap5 .mt-lg-2 { + margin-top: 0.5rem !important; + } + .bootstrap5 .mt-lg-3 { + margin-top: 1rem !important; + } + .bootstrap5 .mt-lg-4 { + margin-top: 1.5rem !important; + } + .bootstrap5 .mt-lg-5 { + margin-top: 3rem !important; + } + .bootstrap5 .mt-lg-auto { + margin-top: auto !important; + } + .bootstrap5 .me-lg-0 { + margin-right: 0 !important; + } + .bootstrap5 .me-lg-1 { + margin-right: 0.25rem !important; + } + .bootstrap5 .me-lg-2 { + margin-right: 0.5rem !important; + } + .bootstrap5 .me-lg-3 { + margin-right: 1rem !important; + } + .bootstrap5 .me-lg-4 { + margin-right: 1.5rem !important; + } + .bootstrap5 .me-lg-5 { + margin-right: 3rem !important; + } + .bootstrap5 .me-lg-auto { + margin-right: auto !important; + } + .bootstrap5 .mb-lg-0 { + margin-bottom: 0 !important; + } + .bootstrap5 .mb-lg-1 { + margin-bottom: 0.25rem !important; + } + .bootstrap5 .mb-lg-2 { + margin-bottom: 0.5rem !important; + } + .bootstrap5 .mb-lg-3 { + margin-bottom: 1rem !important; + } + .bootstrap5 .mb-lg-4 { + margin-bottom: 1.5rem !important; + } + .bootstrap5 .mb-lg-5 { + margin-bottom: 3rem !important; + } + .bootstrap5 .mb-lg-auto { + margin-bottom: auto !important; + } + .bootstrap5 .ms-lg-0 { + margin-left: 0 !important; + } + .bootstrap5 .ms-lg-1 { + margin-left: 0.25rem !important; + } + .bootstrap5 .ms-lg-2 { + margin-left: 0.5rem !important; + } + .bootstrap5 .ms-lg-3 { + margin-left: 1rem !important; + } + .bootstrap5 .ms-lg-4 { + margin-left: 1.5rem !important; + } + .bootstrap5 .ms-lg-5 { + margin-left: 3rem !important; + } + .bootstrap5 .ms-lg-auto { + margin-left: auto !important; + } + .bootstrap5 .p-lg-0 { + padding: 0 !important; + } + .bootstrap5 .p-lg-1 { + padding: 0.25rem !important; + } + .bootstrap5 .p-lg-2 { + padding: 0.5rem !important; + } + .bootstrap5 .p-lg-3 { + padding: 1rem !important; + } + .bootstrap5 .p-lg-4 { + padding: 1.5rem !important; + } + .bootstrap5 .p-lg-5 { + padding: 3rem !important; + } + .bootstrap5 .px-lg-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .bootstrap5 .px-lg-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .bootstrap5 .px-lg-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .bootstrap5 .px-lg-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .bootstrap5 .px-lg-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .bootstrap5 .px-lg-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .bootstrap5 .py-lg-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .bootstrap5 .py-lg-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .bootstrap5 .py-lg-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .bootstrap5 .py-lg-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .bootstrap5 .py-lg-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .bootstrap5 .py-lg-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .bootstrap5 .pt-lg-0 { + padding-top: 0 !important; + } + .bootstrap5 .pt-lg-1 { + padding-top: 0.25rem !important; + } + .bootstrap5 .pt-lg-2 { + padding-top: 0.5rem !important; + } + .bootstrap5 .pt-lg-3 { + padding-top: 1rem !important; + } + .bootstrap5 .pt-lg-4 { + padding-top: 1.5rem !important; + } + .bootstrap5 .pt-lg-5 { + padding-top: 3rem !important; + } + .bootstrap5 .pe-lg-0 { + padding-right: 0 !important; + } + .bootstrap5 .pe-lg-1 { + padding-right: 0.25rem !important; + } + .bootstrap5 .pe-lg-2 { + padding-right: 0.5rem !important; + } + .bootstrap5 .pe-lg-3 { + padding-right: 1rem !important; + } + .bootstrap5 .pe-lg-4 { + padding-right: 1.5rem !important; + } + .bootstrap5 .pe-lg-5 { + padding-right: 3rem !important; + } + .bootstrap5 .pb-lg-0 { + padding-bottom: 0 !important; + } + .bootstrap5 .pb-lg-1 { + padding-bottom: 0.25rem !important; + } + .bootstrap5 .pb-lg-2 { + padding-bottom: 0.5rem !important; + } + .bootstrap5 .pb-lg-3 { + padding-bottom: 1rem !important; + } + .bootstrap5 .pb-lg-4 { + padding-bottom: 1.5rem !important; + } + .bootstrap5 .pb-lg-5 { + padding-bottom: 3rem !important; + } + .bootstrap5 .ps-lg-0 { + padding-left: 0 !important; + } + .bootstrap5 .ps-lg-1 { + padding-left: 0.25rem !important; + } + .bootstrap5 .ps-lg-2 { + padding-left: 0.5rem !important; + } + .bootstrap5 .ps-lg-3 { + padding-left: 1rem !important; + } + .bootstrap5 .ps-lg-4 { + padding-left: 1.5rem !important; + } + .bootstrap5 .ps-lg-5 { + padding-left: 3rem !important; + } + .bootstrap5 .text-lg-start { + text-align: left !important; + } + .bootstrap5 .text-lg-end { + text-align: right !important; + } + .bootstrap5 .text-lg-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .bootstrap5 .float-xl-start { + float: left !important; + } + .bootstrap5 .float-xl-end { + float: right !important; + } + .bootstrap5 .float-xl-none { + float: none !important; + } + .bootstrap5 .d-xl-inline { + display: inline !important; + } + .bootstrap5 .d-xl-inline-block { + display: inline-block !important; + } + .bootstrap5 .d-xl-block { + display: block !important; + } + .bootstrap5 .d-xl-grid { + display: grid !important; + } + .bootstrap5 .d-xl-table { + display: table !important; + } + .bootstrap5 .d-xl-table-row { + display: table-row !important; + } + .bootstrap5 .d-xl-table-cell { + display: table-cell !important; + } + .bootstrap5 .d-xl-flex { + display: flex !important; + } + .bootstrap5 .d-xl-inline-flex { + display: inline-flex !important; + } + .bootstrap5 .d-xl-none { + display: none !important; + } + .bootstrap5 .flex-xl-fill { + flex: 1 1 auto !important; + } + .bootstrap5 .flex-xl-row { + flex-direction: row !important; + } + .bootstrap5 .flex-xl-column { + flex-direction: column !important; + } + .bootstrap5 .flex-xl-row-reverse { + flex-direction: row-reverse !important; + } + .bootstrap5 .flex-xl-column-reverse { + flex-direction: column-reverse !important; + } + .bootstrap5 .flex-xl-grow-0 { + flex-grow: 0 !important; + } + .bootstrap5 .flex-xl-grow-1 { + flex-grow: 1 !important; + } + .bootstrap5 .flex-xl-shrink-0 { + flex-shrink: 0 !important; + } + .bootstrap5 .flex-xl-shrink-1 { + flex-shrink: 1 !important; + } + .bootstrap5 .flex-xl-wrap { + flex-wrap: wrap !important; + } + .bootstrap5 .flex-xl-nowrap { + flex-wrap: nowrap !important; + } + .bootstrap5 .flex-xl-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .bootstrap5 .gap-xl-0 { + gap: 0 !important; + } + .bootstrap5 .gap-xl-1 { + gap: 0.25rem !important; + } + .bootstrap5 .gap-xl-2 { + gap: 0.5rem !important; + } + .bootstrap5 .gap-xl-3 { + gap: 1rem !important; + } + .bootstrap5 .gap-xl-4 { + gap: 1.5rem !important; + } + .bootstrap5 .gap-xl-5 { + gap: 3rem !important; + } + .bootstrap5 .justify-content-xl-start { + justify-content: flex-start !important; + } + .bootstrap5 .justify-content-xl-end { + justify-content: flex-end !important; + } + .bootstrap5 .justify-content-xl-center { + justify-content: center !important; + } + .bootstrap5 .justify-content-xl-between { + justify-content: space-between !important; + } + .bootstrap5 .justify-content-xl-around { + justify-content: space-around !important; + } + .bootstrap5 .justify-content-xl-evenly { + justify-content: space-evenly !important; + } + .bootstrap5 .align-items-xl-start { + align-items: flex-start !important; + } + .bootstrap5 .align-items-xl-end { + align-items: flex-end !important; + } + .bootstrap5 .align-items-xl-center { + align-items: center !important; + } + .bootstrap5 .align-items-xl-baseline { + align-items: baseline !important; + } + .bootstrap5 .align-items-xl-stretch { + align-items: stretch !important; + } + .bootstrap5 .align-content-xl-start { + align-content: flex-start !important; + } + .bootstrap5 .align-content-xl-end { + align-content: flex-end !important; + } + .bootstrap5 .align-content-xl-center { + align-content: center !important; + } + .bootstrap5 .align-content-xl-between { + align-content: space-between !important; + } + .bootstrap5 .align-content-xl-around { + align-content: space-around !important; + } + .bootstrap5 .align-content-xl-stretch { + align-content: stretch !important; + } + .bootstrap5 .align-self-xl-auto { + align-self: auto !important; + } + .bootstrap5 .align-self-xl-start { + align-self: flex-start !important; + } + .bootstrap5 .align-self-xl-end { + align-self: flex-end !important; + } + .bootstrap5 .align-self-xl-center { + align-self: center !important; + } + .bootstrap5 .align-self-xl-baseline { + align-self: baseline !important; + } + .bootstrap5 .align-self-xl-stretch { + align-self: stretch !important; + } + .bootstrap5 .order-xl-first { + order: -1 !important; + } + .bootstrap5 .order-xl-0 { + order: 0 !important; + } + .bootstrap5 .order-xl-1 { + order: 1 !important; + } + .bootstrap5 .order-xl-2 { + order: 2 !important; + } + .bootstrap5 .order-xl-3 { + order: 3 !important; + } + .bootstrap5 .order-xl-4 { + order: 4 !important; + } + .bootstrap5 .order-xl-5 { + order: 5 !important; + } + .bootstrap5 .order-xl-last { + order: 6 !important; + } + .bootstrap5 .m-xl-0 { + margin: 0 !important; + } + .bootstrap5 .m-xl-1 { + margin: 0.25rem !important; + } + .bootstrap5 .m-xl-2 { + margin: 0.5rem !important; + } + .bootstrap5 .m-xl-3 { + margin: 1rem !important; + } + .bootstrap5 .m-xl-4 { + margin: 1.5rem !important; + } + .bootstrap5 .m-xl-5 { + margin: 3rem !important; + } + .bootstrap5 .m-xl-auto { + margin: auto !important; + } + .bootstrap5 .mx-xl-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .bootstrap5 .mx-xl-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .bootstrap5 .mx-xl-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .bootstrap5 .mx-xl-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .bootstrap5 .mx-xl-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .bootstrap5 .mx-xl-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .bootstrap5 .mx-xl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .bootstrap5 .my-xl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .bootstrap5 .my-xl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .bootstrap5 .my-xl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .bootstrap5 .my-xl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .bootstrap5 .my-xl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .bootstrap5 .my-xl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .bootstrap5 .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .bootstrap5 .mt-xl-0 { + margin-top: 0 !important; + } + .bootstrap5 .mt-xl-1 { + margin-top: 0.25rem !important; + } + .bootstrap5 .mt-xl-2 { + margin-top: 0.5rem !important; + } + .bootstrap5 .mt-xl-3 { + margin-top: 1rem !important; + } + .bootstrap5 .mt-xl-4 { + margin-top: 1.5rem !important; + } + .bootstrap5 .mt-xl-5 { + margin-top: 3rem !important; + } + .bootstrap5 .mt-xl-auto { + margin-top: auto !important; + } + .bootstrap5 .me-xl-0 { + margin-right: 0 !important; + } + .bootstrap5 .me-xl-1 { + margin-right: 0.25rem !important; + } + .bootstrap5 .me-xl-2 { + margin-right: 0.5rem !important; + } + .bootstrap5 .me-xl-3 { + margin-right: 1rem !important; + } + .bootstrap5 .me-xl-4 { + margin-right: 1.5rem !important; + } + .bootstrap5 .me-xl-5 { + margin-right: 3rem !important; + } + .bootstrap5 .me-xl-auto { + margin-right: auto !important; + } + .bootstrap5 .mb-xl-0 { + margin-bottom: 0 !important; + } + .bootstrap5 .mb-xl-1 { + margin-bottom: 0.25rem !important; + } + .bootstrap5 .mb-xl-2 { + margin-bottom: 0.5rem !important; + } + .bootstrap5 .mb-xl-3 { + margin-bottom: 1rem !important; + } + .bootstrap5 .mb-xl-4 { + margin-bottom: 1.5rem !important; + } + .bootstrap5 .mb-xl-5 { + margin-bottom: 3rem !important; + } + .bootstrap5 .mb-xl-auto { + margin-bottom: auto !important; + } + .bootstrap5 .ms-xl-0 { + margin-left: 0 !important; + } + .bootstrap5 .ms-xl-1 { + margin-left: 0.25rem !important; + } + .bootstrap5 .ms-xl-2 { + margin-left: 0.5rem !important; + } + .bootstrap5 .ms-xl-3 { + margin-left: 1rem !important; + } + .bootstrap5 .ms-xl-4 { + margin-left: 1.5rem !important; + } + .bootstrap5 .ms-xl-5 { + margin-left: 3rem !important; + } + .bootstrap5 .ms-xl-auto { + margin-left: auto !important; + } + .bootstrap5 .p-xl-0 { + padding: 0 !important; + } + .bootstrap5 .p-xl-1 { + padding: 0.25rem !important; + } + .bootstrap5 .p-xl-2 { + padding: 0.5rem !important; + } + .bootstrap5 .p-xl-3 { + padding: 1rem !important; + } + .bootstrap5 .p-xl-4 { + padding: 1.5rem !important; + } + .bootstrap5 .p-xl-5 { + padding: 3rem !important; + } + .bootstrap5 .px-xl-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .bootstrap5 .px-xl-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .bootstrap5 .px-xl-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .bootstrap5 .px-xl-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .bootstrap5 .px-xl-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .bootstrap5 .px-xl-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .bootstrap5 .py-xl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .bootstrap5 .py-xl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .bootstrap5 .py-xl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .bootstrap5 .py-xl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .bootstrap5 .py-xl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .bootstrap5 .py-xl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .bootstrap5 .pt-xl-0 { + padding-top: 0 !important; + } + .bootstrap5 .pt-xl-1 { + padding-top: 0.25rem !important; + } + .bootstrap5 .pt-xl-2 { + padding-top: 0.5rem !important; + } + .bootstrap5 .pt-xl-3 { + padding-top: 1rem !important; + } + .bootstrap5 .pt-xl-4 { + padding-top: 1.5rem !important; + } + .bootstrap5 .pt-xl-5 { + padding-top: 3rem !important; + } + .bootstrap5 .pe-xl-0 { + padding-right: 0 !important; + } + .bootstrap5 .pe-xl-1 { + padding-right: 0.25rem !important; + } + .bootstrap5 .pe-xl-2 { + padding-right: 0.5rem !important; + } + .bootstrap5 .pe-xl-3 { + padding-right: 1rem !important; + } + .bootstrap5 .pe-xl-4 { + padding-right: 1.5rem !important; + } + .bootstrap5 .pe-xl-5 { + padding-right: 3rem !important; + } + .bootstrap5 .pb-xl-0 { + padding-bottom: 0 !important; + } + .bootstrap5 .pb-xl-1 { + padding-bottom: 0.25rem !important; + } + .bootstrap5 .pb-xl-2 { + padding-bottom: 0.5rem !important; + } + .bootstrap5 .pb-xl-3 { + padding-bottom: 1rem !important; + } + .bootstrap5 .pb-xl-4 { + padding-bottom: 1.5rem !important; + } + .bootstrap5 .pb-xl-5 { + padding-bottom: 3rem !important; + } + .bootstrap5 .ps-xl-0 { + padding-left: 0 !important; + } + .bootstrap5 .ps-xl-1 { + padding-left: 0.25rem !important; + } + .bootstrap5 .ps-xl-2 { + padding-left: 0.5rem !important; + } + .bootstrap5 .ps-xl-3 { + padding-left: 1rem !important; + } + .bootstrap5 .ps-xl-4 { + padding-left: 1.5rem !important; + } + .bootstrap5 .ps-xl-5 { + padding-left: 3rem !important; + } + .bootstrap5 .text-xl-start { + text-align: left !important; + } + .bootstrap5 .text-xl-end { + text-align: right !important; + } + .bootstrap5 .text-xl-center { + text-align: center !important; + } +} +@media (min-width: 1400px) { + .bootstrap5 .float-xxl-start { + float: left !important; + } + .bootstrap5 .float-xxl-end { + float: right !important; + } + .bootstrap5 .float-xxl-none { + float: none !important; + } + .bootstrap5 .d-xxl-inline { + display: inline !important; + } + .bootstrap5 .d-xxl-inline-block { + display: inline-block !important; + } + .bootstrap5 .d-xxl-block { + display: block !important; + } + .bootstrap5 .d-xxl-grid { + display: grid !important; + } + .bootstrap5 .d-xxl-table { + display: table !important; + } + .bootstrap5 .d-xxl-table-row { + display: table-row !important; + } + .bootstrap5 .d-xxl-table-cell { + display: table-cell !important; + } + .bootstrap5 .d-xxl-flex { + display: flex !important; + } + .bootstrap5 .d-xxl-inline-flex { + display: inline-flex !important; + } + .bootstrap5 .d-xxl-none { + display: none !important; + } + .bootstrap5 .flex-xxl-fill { + flex: 1 1 auto !important; + } + .bootstrap5 .flex-xxl-row { + flex-direction: row !important; + } + .bootstrap5 .flex-xxl-column { + flex-direction: column !important; + } + .bootstrap5 .flex-xxl-row-reverse { + flex-direction: row-reverse !important; + } + .bootstrap5 .flex-xxl-column-reverse { + flex-direction: column-reverse !important; + } + .bootstrap5 .flex-xxl-grow-0 { + flex-grow: 0 !important; + } + .bootstrap5 .flex-xxl-grow-1 { + flex-grow: 1 !important; + } + .bootstrap5 .flex-xxl-shrink-0 { + flex-shrink: 0 !important; + } + .bootstrap5 .flex-xxl-shrink-1 { + flex-shrink: 1 !important; + } + .bootstrap5 .flex-xxl-wrap { + flex-wrap: wrap !important; + } + .bootstrap5 .flex-xxl-nowrap { + flex-wrap: nowrap !important; + } + .bootstrap5 .flex-xxl-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .bootstrap5 .gap-xxl-0 { + gap: 0 !important; + } + .bootstrap5 .gap-xxl-1 { + gap: 0.25rem !important; + } + .bootstrap5 .gap-xxl-2 { + gap: 0.5rem !important; + } + .bootstrap5 .gap-xxl-3 { + gap: 1rem !important; + } + .bootstrap5 .gap-xxl-4 { + gap: 1.5rem !important; + } + .bootstrap5 .gap-xxl-5 { + gap: 3rem !important; + } + .bootstrap5 .justify-content-xxl-start { + justify-content: flex-start !important; + } + .bootstrap5 .justify-content-xxl-end { + justify-content: flex-end !important; + } + .bootstrap5 .justify-content-xxl-center { + justify-content: center !important; + } + .bootstrap5 .justify-content-xxl-between { + justify-content: space-between !important; + } + .bootstrap5 .justify-content-xxl-around { + justify-content: space-around !important; + } + .bootstrap5 .justify-content-xxl-evenly { + justify-content: space-evenly !important; + } + .bootstrap5 .align-items-xxl-start { + align-items: flex-start !important; + } + .bootstrap5 .align-items-xxl-end { + align-items: flex-end !important; + } + .bootstrap5 .align-items-xxl-center { + align-items: center !important; + } + .bootstrap5 .align-items-xxl-baseline { + align-items: baseline !important; + } + .bootstrap5 .align-items-xxl-stretch { + align-items: stretch !important; + } + .bootstrap5 .align-content-xxl-start { + align-content: flex-start !important; + } + .bootstrap5 .align-content-xxl-end { + align-content: flex-end !important; + } + .bootstrap5 .align-content-xxl-center { + align-content: center !important; + } + .bootstrap5 .align-content-xxl-between { + align-content: space-between !important; + } + .bootstrap5 .align-content-xxl-around { + align-content: space-around !important; + } + .bootstrap5 .align-content-xxl-stretch { + align-content: stretch !important; + } + .bootstrap5 .align-self-xxl-auto { + align-self: auto !important; + } + .bootstrap5 .align-self-xxl-start { + align-self: flex-start !important; + } + .bootstrap5 .align-self-xxl-end { + align-self: flex-end !important; + } + .bootstrap5 .align-self-xxl-center { + align-self: center !important; + } + .bootstrap5 .align-self-xxl-baseline { + align-self: baseline !important; + } + .bootstrap5 .align-self-xxl-stretch { + align-self: stretch !important; + } + .bootstrap5 .order-xxl-first { + order: -1 !important; + } + .bootstrap5 .order-xxl-0 { + order: 0 !important; + } + .bootstrap5 .order-xxl-1 { + order: 1 !important; + } + .bootstrap5 .order-xxl-2 { + order: 2 !important; + } + .bootstrap5 .order-xxl-3 { + order: 3 !important; + } + .bootstrap5 .order-xxl-4 { + order: 4 !important; + } + .bootstrap5 .order-xxl-5 { + order: 5 !important; + } + .bootstrap5 .order-xxl-last { + order: 6 !important; + } + .bootstrap5 .m-xxl-0 { + margin: 0 !important; + } + .bootstrap5 .m-xxl-1 { + margin: 0.25rem !important; + } + .bootstrap5 .m-xxl-2 { + margin: 0.5rem !important; + } + .bootstrap5 .m-xxl-3 { + margin: 1rem !important; + } + .bootstrap5 .m-xxl-4 { + margin: 1.5rem !important; + } + .bootstrap5 .m-xxl-5 { + margin: 3rem !important; + } + .bootstrap5 .m-xxl-auto { + margin: auto !important; + } + .bootstrap5 .mx-xxl-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .bootstrap5 .mx-xxl-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .bootstrap5 .mx-xxl-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .bootstrap5 .mx-xxl-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .bootstrap5 .mx-xxl-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .bootstrap5 .mx-xxl-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .bootstrap5 .mx-xxl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .bootstrap5 .my-xxl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .bootstrap5 .my-xxl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .bootstrap5 .my-xxl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .bootstrap5 .my-xxl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .bootstrap5 .my-xxl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .bootstrap5 .my-xxl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .bootstrap5 .my-xxl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .bootstrap5 .mt-xxl-0 { + margin-top: 0 !important; + } + .bootstrap5 .mt-xxl-1 { + margin-top: 0.25rem !important; + } + .bootstrap5 .mt-xxl-2 { + margin-top: 0.5rem !important; + } + .bootstrap5 .mt-xxl-3 { + margin-top: 1rem !important; + } + .bootstrap5 .mt-xxl-4 { + margin-top: 1.5rem !important; + } + .bootstrap5 .mt-xxl-5 { + margin-top: 3rem !important; + } + .bootstrap5 .mt-xxl-auto { + margin-top: auto !important; + } + .bootstrap5 .me-xxl-0 { + margin-right: 0 !important; + } + .bootstrap5 .me-xxl-1 { + margin-right: 0.25rem !important; + } + .bootstrap5 .me-xxl-2 { + margin-right: 0.5rem !important; + } + .bootstrap5 .me-xxl-3 { + margin-right: 1rem !important; + } + .bootstrap5 .me-xxl-4 { + margin-right: 1.5rem !important; + } + .bootstrap5 .me-xxl-5 { + margin-right: 3rem !important; + } + .bootstrap5 .me-xxl-auto { + margin-right: auto !important; + } + .bootstrap5 .mb-xxl-0 { + margin-bottom: 0 !important; + } + .bootstrap5 .mb-xxl-1 { + margin-bottom: 0.25rem !important; + } + .bootstrap5 .mb-xxl-2 { + margin-bottom: 0.5rem !important; + } + .bootstrap5 .mb-xxl-3 { + margin-bottom: 1rem !important; + } + .bootstrap5 .mb-xxl-4 { + margin-bottom: 1.5rem !important; + } + .bootstrap5 .mb-xxl-5 { + margin-bottom: 3rem !important; + } + .bootstrap5 .mb-xxl-auto { + margin-bottom: auto !important; + } + .bootstrap5 .ms-xxl-0 { + margin-left: 0 !important; + } + .bootstrap5 .ms-xxl-1 { + margin-left: 0.25rem !important; + } + .bootstrap5 .ms-xxl-2 { + margin-left: 0.5rem !important; + } + .bootstrap5 .ms-xxl-3 { + margin-left: 1rem !important; + } + .bootstrap5 .ms-xxl-4 { + margin-left: 1.5rem !important; + } + .bootstrap5 .ms-xxl-5 { + margin-left: 3rem !important; + } + .bootstrap5 .ms-xxl-auto { + margin-left: auto !important; + } + .bootstrap5 .p-xxl-0 { + padding: 0 !important; + } + .bootstrap5 .p-xxl-1 { + padding: 0.25rem !important; + } + .bootstrap5 .p-xxl-2 { + padding: 0.5rem !important; + } + .bootstrap5 .p-xxl-3 { + padding: 1rem !important; + } + .bootstrap5 .p-xxl-4 { + padding: 1.5rem !important; + } + .bootstrap5 .p-xxl-5 { + padding: 3rem !important; + } + .bootstrap5 .px-xxl-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .bootstrap5 .px-xxl-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .bootstrap5 .px-xxl-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .bootstrap5 .px-xxl-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .bootstrap5 .px-xxl-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .bootstrap5 .px-xxl-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .bootstrap5 .py-xxl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .bootstrap5 .py-xxl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .bootstrap5 .py-xxl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .bootstrap5 .py-xxl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .bootstrap5 .py-xxl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .bootstrap5 .py-xxl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .bootstrap5 .pt-xxl-0 { + padding-top: 0 !important; + } + .bootstrap5 .pt-xxl-1 { + padding-top: 0.25rem !important; + } + .bootstrap5 .pt-xxl-2 { + padding-top: 0.5rem !important; + } + .bootstrap5 .pt-xxl-3 { + padding-top: 1rem !important; + } + .bootstrap5 .pt-xxl-4 { + padding-top: 1.5rem !important; + } + .bootstrap5 .pt-xxl-5 { + padding-top: 3rem !important; + } + .bootstrap5 .pe-xxl-0 { + padding-right: 0 !important; + } + .bootstrap5 .pe-xxl-1 { + padding-right: 0.25rem !important; + } + .bootstrap5 .pe-xxl-2 { + padding-right: 0.5rem !important; + } + .bootstrap5 .pe-xxl-3 { + padding-right: 1rem !important; + } + .bootstrap5 .pe-xxl-4 { + padding-right: 1.5rem !important; + } + .bootstrap5 .pe-xxl-5 { + padding-right: 3rem !important; + } + .bootstrap5 .pb-xxl-0 { + padding-bottom: 0 !important; + } + .bootstrap5 .pb-xxl-1 { + padding-bottom: 0.25rem !important; + } + .bootstrap5 .pb-xxl-2 { + padding-bottom: 0.5rem !important; + } + .bootstrap5 .pb-xxl-3 { + padding-bottom: 1rem !important; + } + .bootstrap5 .pb-xxl-4 { + padding-bottom: 1.5rem !important; + } + .bootstrap5 .pb-xxl-5 { + padding-bottom: 3rem !important; + } + .bootstrap5 .ps-xxl-0 { + padding-left: 0 !important; + } + .bootstrap5 .ps-xxl-1 { + padding-left: 0.25rem !important; + } + .bootstrap5 .ps-xxl-2 { + padding-left: 0.5rem !important; + } + .bootstrap5 .ps-xxl-3 { + padding-left: 1rem !important; + } + .bootstrap5 .ps-xxl-4 { + padding-left: 1.5rem !important; + } + .bootstrap5 .ps-xxl-5 { + padding-left: 3rem !important; + } + .bootstrap5 .text-xxl-start { + text-align: left !important; + } + .bootstrap5 .text-xxl-end { + text-align: right !important; + } + .bootstrap5 .text-xxl-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .bootstrap5 .fs-1 { + font-size: 2.5rem !important; + } + .bootstrap5 .fs-2 { + font-size: 2rem !important; + } + .bootstrap5 .fs-3 { + font-size: 1.75rem !important; + } + .bootstrap5 .fs-4 { + font-size: 1.5rem !important; + } +} +@media print { + .bootstrap5 .d-print-inline { + display: inline !important; + } + .bootstrap5 .d-print-inline-block { + display: inline-block !important; + } + .bootstrap5 .d-print-block { + display: block !important; + } + .bootstrap5 .d-print-grid { + display: grid !important; + } + .bootstrap5 .d-print-table { + display: table !important; + } + .bootstrap5 .d-print-table-row { + display: table-row !important; + } + .bootstrap5 .d-print-table-cell { + display: table-cell !important; + } + .bootstrap5 .d-print-flex { + display: flex !important; + } + .bootstrap5 .d-print-inline-flex { + display: inline-flex !important; + } + .bootstrap5 .d-print-none { + display: none !important; + } +} + +/*# sourceMappingURL=bootstrap-isolated.css.map */ From d21213e2da01d08031c6f9cf99e01e24a4b8d756 Mon Sep 17 00:00:00 2001 From: Muhammad Zakaria Date: Fri, 29 Jul 2022 16:01:42 +0500 Subject: [PATCH 2/5] Set theme jekyll-theme-minimal --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2f7efbe --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-minimal \ No newline at end of file From 386b308ab2bd6342a087c3e90c2df8b9f1533a51 Mon Sep 17 00:00:00 2001 From: Muhammad Zakaria Date: Fri, 29 Jul 2022 16:03:13 +0500 Subject: [PATCH 3/5] Set theme jekyll-theme-minimal From 4fa1beeff9219fb3d8036b53e12af6f9ca1ed988 Mon Sep 17 00:00:00 2001 From: Muhammad Zakaria Date: Fri, 29 Jul 2022 16:03:54 +0500 Subject: [PATCH 4/5] added demo link in read me --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ac4ef22..61b02a5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ For Bootstrap 3:
+ + +Demo: +https://zakk616.github.io/Isolated-Bootstrap/ From dbd4a3b8be21c774b0aecf1604eea93ef2fb74d8 Mon Sep 17 00:00:00 2001 From: Muhammad Zakaria Date: Fri, 29 Jul 2022 16:04:44 +0500 Subject: [PATCH 5/5] added demo link in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61b02a5..a17030a 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,6 @@ For Bootstrap 3:
- -Demo: -https://zakk616.github.io/Isolated-Bootstrap/ @@ -44,3 +41,5 @@ https://zakk616.github.io/Isolated-Bootstrap/ ``` +Demo: +https://zakk616.github.io/Isolated-Bootstrap/