0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00
This commit is contained in:
XhmikosR 2018-12-10 11:15:54 +02:00
parent 0f1c6b005f
commit 4c547f2175
29 changed files with 1396 additions and 1281 deletions

View File

@ -37,8 +37,8 @@ themes: https://themes.getbootstrap.com
cdn: cdn:
# See https://www.srihash.org for info on how to generate the hashes # See https://www.srihash.org for info on how to generate the hashes
css: https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css css: https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css
css_hash: "sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" css_hash: "sha384-PmY9l28YgO4JwMKbTvgaS7XNZJ30MK9FAZjjzXtlqyZCqBY6X6bXIkM++IkyinN+"
css_theme: https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap-theme.min.css css_theme: https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap-theme.min.css
css_theme_hash: "sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" css_theme_hash: "sha384-jzngWsPS6op3fgRCDTESqrEJwRKck+CILhJVO5VvaAZCq8JYf8HsR/HPpBOOPZfR"
js: https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js js: https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js
js_hash: "sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" js_hash: "sha384-vhJnz1OVIdLktyixHY4Uk3OHEwdQqPppqYR8+5mjsauETgLOcEynD9oPHhhz18Nw"

View File

@ -1,15 +1,8 @@
/* stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors */
/*! /*!
* Bootstrap v3.4.0 (http://getbootstrap.com) * Bootstrap v3.4.0 (https://getbootstrap.com/)
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/* stylelint-disable value-keyword-case */
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
/* stylelint-disable declaration-no-important */
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
.btn-default, .btn-default,
.btn-primary, .btn-primary,
.btn-success, .btn-success,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,15 +1,8 @@
/*! /*!
* Bootstrap v3.4.0 (http://getbootstrap.com) * Bootstrap v3.4.0 (https://getbootstrap.com/)
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/* stylelint-disable value-keyword-case */
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
/* stylelint-disable declaration-no-important */
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
/* stylelint-disable */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html { html {
font-family: sans-serif; font-family: sans-serif;
@ -57,7 +50,11 @@ a:hover {
outline: 0; outline: 0;
} }
abbr[title] { abbr[title] {
border-bottom: 1px dotted; border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
-moz-text-decoration: underline dotted;
text-decoration: underline dotted;
} }
b, b,
strong { strong {
@ -101,8 +98,8 @@ figure {
} }
hr { hr {
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
height: 0; height: 0;
} }
pre { pre {
@ -153,8 +150,8 @@ input {
input[type="checkbox"], input[type="checkbox"],
input[type="radio"] { input[type="radio"] {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding: 0; padding: 0;
} }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-inner-spin-button,
@ -164,8 +161,8 @@ input[type="number"]::-webkit-outer-spin-button {
input[type="search"] { input[type="search"] {
-webkit-appearance: textfield; -webkit-appearance: textfield;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
} }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { input[type="search"]::-webkit-search-decoration {
@ -194,30 +191,29 @@ td,
th { th {
padding: 0; padding: 0;
} }
/* stylelint-disable declaration-no-important, selector-no-qualifying-type */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print { @media print {
*, *,
*::before, *:before,
*::after { *:after {
color: #000 !important; color: #000 !important;
text-shadow: none !important; text-shadow: none !important;
background: transparent !important; background: transparent !important;
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
box-shadow: none !important; box-shadow: none !important;
} }
a, a,
a:visited { a:visited {
text-decoration: underline; text-decoration: underline;
} }
a[href]::after { a[href]:after {
content: " (" attr(href) ")"; content: " (" attr(href) ")";
} }
abbr[title]::after { abbr[title]:after {
content: " (" attr(title) ")"; content: " (" attr(title) ")";
} }
a[href^="#"]::after, a[href^="#"]:after,
a[href^="javascript:"]::after { a[href^="javascript:"]:after {
content: ""; content: "";
} }
pre, pre,
@ -267,7 +263,6 @@ th {
border: 1px solid #ddd !important; border: 1px solid #ddd !important;
} }
} }
/* stylelint-disable value-list-comma-newline-after, value-list-comma-space-after, indentation, declaration-colon-newline-after, font-family-no-missing-generic-family-keyword */
@font-face { @font-face {
font-family: "Glyphicons Halflings"; font-family: "Glyphicons Halflings";
src: url("../fonts/glyphicons-halflings-regular.eot"); src: url("../fonts/glyphicons-halflings-regular.eot");
@ -284,791 +279,791 @@ th {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.glyphicon-asterisk::before { .glyphicon-asterisk:before {
content: "\002a"; content: "\002a";
} }
.glyphicon-plus::before { .glyphicon-plus:before {
content: "\002b"; content: "\002b";
} }
.glyphicon-euro::before, .glyphicon-euro:before,
.glyphicon-eur::before { .glyphicon-eur:before {
content: "\20ac"; content: "\20ac";
} }
.glyphicon-minus::before { .glyphicon-minus:before {
content: "\2212"; content: "\2212";
} }
.glyphicon-cloud::before { .glyphicon-cloud:before {
content: "\2601"; content: "\2601";
} }
.glyphicon-envelope::before { .glyphicon-envelope:before {
content: "\2709"; content: "\2709";
} }
.glyphicon-pencil::before { .glyphicon-pencil:before {
content: "\270f"; content: "\270f";
} }
.glyphicon-glass::before { .glyphicon-glass:before {
content: "\e001"; content: "\e001";
} }
.glyphicon-music::before { .glyphicon-music:before {
content: "\e002"; content: "\e002";
} }
.glyphicon-search::before { .glyphicon-search:before {
content: "\e003"; content: "\e003";
} }
.glyphicon-heart::before { .glyphicon-heart:before {
content: "\e005"; content: "\e005";
} }
.glyphicon-star::before { .glyphicon-star:before {
content: "\e006"; content: "\e006";
} }
.glyphicon-star-empty::before { .glyphicon-star-empty:before {
content: "\e007"; content: "\e007";
} }
.glyphicon-user::before { .glyphicon-user:before {
content: "\e008"; content: "\e008";
} }
.glyphicon-film::before { .glyphicon-film:before {
content: "\e009"; content: "\e009";
} }
.glyphicon-th-large::before { .glyphicon-th-large:before {
content: "\e010"; content: "\e010";
} }
.glyphicon-th::before { .glyphicon-th:before {
content: "\e011"; content: "\e011";
} }
.glyphicon-th-list::before { .glyphicon-th-list:before {
content: "\e012"; content: "\e012";
} }
.glyphicon-ok::before { .glyphicon-ok:before {
content: "\e013"; content: "\e013";
} }
.glyphicon-remove::before { .glyphicon-remove:before {
content: "\e014"; content: "\e014";
} }
.glyphicon-zoom-in::before { .glyphicon-zoom-in:before {
content: "\e015"; content: "\e015";
} }
.glyphicon-zoom-out::before { .glyphicon-zoom-out:before {
content: "\e016"; content: "\e016";
} }
.glyphicon-off::before { .glyphicon-off:before {
content: "\e017"; content: "\e017";
} }
.glyphicon-signal::before { .glyphicon-signal:before {
content: "\e018"; content: "\e018";
} }
.glyphicon-cog::before { .glyphicon-cog:before {
content: "\e019"; content: "\e019";
} }
.glyphicon-trash::before { .glyphicon-trash:before {
content: "\e020"; content: "\e020";
} }
.glyphicon-home::before { .glyphicon-home:before {
content: "\e021"; content: "\e021";
} }
.glyphicon-file::before { .glyphicon-file:before {
content: "\e022"; content: "\e022";
} }
.glyphicon-time::before { .glyphicon-time:before {
content: "\e023"; content: "\e023";
} }
.glyphicon-road::before { .glyphicon-road:before {
content: "\e024"; content: "\e024";
} }
.glyphicon-download-alt::before { .glyphicon-download-alt:before {
content: "\e025"; content: "\e025";
} }
.glyphicon-download::before { .glyphicon-download:before {
content: "\e026"; content: "\e026";
} }
.glyphicon-upload::before { .glyphicon-upload:before {
content: "\e027"; content: "\e027";
} }
.glyphicon-inbox::before { .glyphicon-inbox:before {
content: "\e028"; content: "\e028";
} }
.glyphicon-play-circle::before { .glyphicon-play-circle:before {
content: "\e029"; content: "\e029";
} }
.glyphicon-repeat::before { .glyphicon-repeat:before {
content: "\e030"; content: "\e030";
} }
.glyphicon-refresh::before { .glyphicon-refresh:before {
content: "\e031"; content: "\e031";
} }
.glyphicon-list-alt::before { .glyphicon-list-alt:before {
content: "\e032"; content: "\e032";
} }
.glyphicon-lock::before { .glyphicon-lock:before {
content: "\e033"; content: "\e033";
} }
.glyphicon-flag::before { .glyphicon-flag:before {
content: "\e034"; content: "\e034";
} }
.glyphicon-headphones::before { .glyphicon-headphones:before {
content: "\e035"; content: "\e035";
} }
.glyphicon-volume-off::before { .glyphicon-volume-off:before {
content: "\e036"; content: "\e036";
} }
.glyphicon-volume-down::before { .glyphicon-volume-down:before {
content: "\e037"; content: "\e037";
} }
.glyphicon-volume-up::before { .glyphicon-volume-up:before {
content: "\e038"; content: "\e038";
} }
.glyphicon-qrcode::before { .glyphicon-qrcode:before {
content: "\e039"; content: "\e039";
} }
.glyphicon-barcode::before { .glyphicon-barcode:before {
content: "\e040"; content: "\e040";
} }
.glyphicon-tag::before { .glyphicon-tag:before {
content: "\e041"; content: "\e041";
} }
.glyphicon-tags::before { .glyphicon-tags:before {
content: "\e042"; content: "\e042";
} }
.glyphicon-book::before { .glyphicon-book:before {
content: "\e043"; content: "\e043";
} }
.glyphicon-bookmark::before { .glyphicon-bookmark:before {
content: "\e044"; content: "\e044";
} }
.glyphicon-print::before { .glyphicon-print:before {
content: "\e045"; content: "\e045";
} }
.glyphicon-camera::before { .glyphicon-camera:before {
content: "\e046"; content: "\e046";
} }
.glyphicon-font::before { .glyphicon-font:before {
content: "\e047"; content: "\e047";
} }
.glyphicon-bold::before { .glyphicon-bold:before {
content: "\e048"; content: "\e048";
} }
.glyphicon-italic::before { .glyphicon-italic:before {
content: "\e049"; content: "\e049";
} }
.glyphicon-text-height::before { .glyphicon-text-height:before {
content: "\e050"; content: "\e050";
} }
.glyphicon-text-width::before { .glyphicon-text-width:before {
content: "\e051"; content: "\e051";
} }
.glyphicon-align-left::before { .glyphicon-align-left:before {
content: "\e052"; content: "\e052";
} }
.glyphicon-align-center::before { .glyphicon-align-center:before {
content: "\e053"; content: "\e053";
} }
.glyphicon-align-right::before { .glyphicon-align-right:before {
content: "\e054"; content: "\e054";
} }
.glyphicon-align-justify::before { .glyphicon-align-justify:before {
content: "\e055"; content: "\e055";
} }
.glyphicon-list::before { .glyphicon-list:before {
content: "\e056"; content: "\e056";
} }
.glyphicon-indent-left::before { .glyphicon-indent-left:before {
content: "\e057"; content: "\e057";
} }
.glyphicon-indent-right::before { .glyphicon-indent-right:before {
content: "\e058"; content: "\e058";
} }
.glyphicon-facetime-video::before { .glyphicon-facetime-video:before {
content: "\e059"; content: "\e059";
} }
.glyphicon-picture::before { .glyphicon-picture:before {
content: "\e060"; content: "\e060";
} }
.glyphicon-map-marker::before { .glyphicon-map-marker:before {
content: "\e062"; content: "\e062";
} }
.glyphicon-adjust::before { .glyphicon-adjust:before {
content: "\e063"; content: "\e063";
} }
.glyphicon-tint::before { .glyphicon-tint:before {
content: "\e064"; content: "\e064";
} }
.glyphicon-edit::before { .glyphicon-edit:before {
content: "\e065"; content: "\e065";
} }
.glyphicon-share::before { .glyphicon-share:before {
content: "\e066"; content: "\e066";
} }
.glyphicon-check::before { .glyphicon-check:before {
content: "\e067"; content: "\e067";
} }
.glyphicon-move::before { .glyphicon-move:before {
content: "\e068"; content: "\e068";
} }
.glyphicon-step-backward::before { .glyphicon-step-backward:before {
content: "\e069"; content: "\e069";
} }
.glyphicon-fast-backward::before { .glyphicon-fast-backward:before {
content: "\e070"; content: "\e070";
} }
.glyphicon-backward::before { .glyphicon-backward:before {
content: "\e071"; content: "\e071";
} }
.glyphicon-play::before { .glyphicon-play:before {
content: "\e072"; content: "\e072";
} }
.glyphicon-pause::before { .glyphicon-pause:before {
content: "\e073"; content: "\e073";
} }
.glyphicon-stop::before { .glyphicon-stop:before {
content: "\e074"; content: "\e074";
} }
.glyphicon-forward::before { .glyphicon-forward:before {
content: "\e075"; content: "\e075";
} }
.glyphicon-fast-forward::before { .glyphicon-fast-forward:before {
content: "\e076"; content: "\e076";
} }
.glyphicon-step-forward::before { .glyphicon-step-forward:before {
content: "\e077"; content: "\e077";
} }
.glyphicon-eject::before { .glyphicon-eject:before {
content: "\e078"; content: "\e078";
} }
.glyphicon-chevron-left::before { .glyphicon-chevron-left:before {
content: "\e079"; content: "\e079";
} }
.glyphicon-chevron-right::before { .glyphicon-chevron-right:before {
content: "\e080"; content: "\e080";
} }
.glyphicon-plus-sign::before { .glyphicon-plus-sign:before {
content: "\e081"; content: "\e081";
} }
.glyphicon-minus-sign::before { .glyphicon-minus-sign:before {
content: "\e082"; content: "\e082";
} }
.glyphicon-remove-sign::before { .glyphicon-remove-sign:before {
content: "\e083"; content: "\e083";
} }
.glyphicon-ok-sign::before { .glyphicon-ok-sign:before {
content: "\e084"; content: "\e084";
} }
.glyphicon-question-sign::before { .glyphicon-question-sign:before {
content: "\e085"; content: "\e085";
} }
.glyphicon-info-sign::before { .glyphicon-info-sign:before {
content: "\e086"; content: "\e086";
} }
.glyphicon-screenshot::before { .glyphicon-screenshot:before {
content: "\e087"; content: "\e087";
} }
.glyphicon-remove-circle::before { .glyphicon-remove-circle:before {
content: "\e088"; content: "\e088";
} }
.glyphicon-ok-circle::before { .glyphicon-ok-circle:before {
content: "\e089"; content: "\e089";
} }
.glyphicon-ban-circle::before { .glyphicon-ban-circle:before {
content: "\e090"; content: "\e090";
} }
.glyphicon-arrow-left::before { .glyphicon-arrow-left:before {
content: "\e091"; content: "\e091";
} }
.glyphicon-arrow-right::before { .glyphicon-arrow-right:before {
content: "\e092"; content: "\e092";
} }
.glyphicon-arrow-up::before { .glyphicon-arrow-up:before {
content: "\e093"; content: "\e093";
} }
.glyphicon-arrow-down::before { .glyphicon-arrow-down:before {
content: "\e094"; content: "\e094";
} }
.glyphicon-share-alt::before { .glyphicon-share-alt:before {
content: "\e095"; content: "\e095";
} }
.glyphicon-resize-full::before { .glyphicon-resize-full:before {
content: "\e096"; content: "\e096";
} }
.glyphicon-resize-small::before { .glyphicon-resize-small:before {
content: "\e097"; content: "\e097";
} }
.glyphicon-exclamation-sign::before { .glyphicon-exclamation-sign:before {
content: "\e101"; content: "\e101";
} }
.glyphicon-gift::before { .glyphicon-gift:before {
content: "\e102"; content: "\e102";
} }
.glyphicon-leaf::before { .glyphicon-leaf:before {
content: "\e103"; content: "\e103";
} }
.glyphicon-fire::before { .glyphicon-fire:before {
content: "\e104"; content: "\e104";
} }
.glyphicon-eye-open::before { .glyphicon-eye-open:before {
content: "\e105"; content: "\e105";
} }
.glyphicon-eye-close::before { .glyphicon-eye-close:before {
content: "\e106"; content: "\e106";
} }
.glyphicon-warning-sign::before { .glyphicon-warning-sign:before {
content: "\e107"; content: "\e107";
} }
.glyphicon-plane::before { .glyphicon-plane:before {
content: "\e108"; content: "\e108";
} }
.glyphicon-calendar::before { .glyphicon-calendar:before {
content: "\e109"; content: "\e109";
} }
.glyphicon-random::before { .glyphicon-random:before {
content: "\e110"; content: "\e110";
} }
.glyphicon-comment::before { .glyphicon-comment:before {
content: "\e111"; content: "\e111";
} }
.glyphicon-magnet::before { .glyphicon-magnet:before {
content: "\e112"; content: "\e112";
} }
.glyphicon-chevron-up::before { .glyphicon-chevron-up:before {
content: "\e113"; content: "\e113";
} }
.glyphicon-chevron-down::before { .glyphicon-chevron-down:before {
content: "\e114"; content: "\e114";
} }
.glyphicon-retweet::before { .glyphicon-retweet:before {
content: "\e115"; content: "\e115";
} }
.glyphicon-shopping-cart::before { .glyphicon-shopping-cart:before {
content: "\e116"; content: "\e116";
} }
.glyphicon-folder-close::before { .glyphicon-folder-close:before {
content: "\e117"; content: "\e117";
} }
.glyphicon-folder-open::before { .glyphicon-folder-open:before {
content: "\e118"; content: "\e118";
} }
.glyphicon-resize-vertical::before { .glyphicon-resize-vertical:before {
content: "\e119"; content: "\e119";
} }
.glyphicon-resize-horizontal::before { .glyphicon-resize-horizontal:before {
content: "\e120"; content: "\e120";
} }
.glyphicon-hdd::before { .glyphicon-hdd:before {
content: "\e121"; content: "\e121";
} }
.glyphicon-bullhorn::before { .glyphicon-bullhorn:before {
content: "\e122"; content: "\e122";
} }
.glyphicon-bell::before { .glyphicon-bell:before {
content: "\e123"; content: "\e123";
} }
.glyphicon-certificate::before { .glyphicon-certificate:before {
content: "\e124"; content: "\e124";
} }
.glyphicon-thumbs-up::before { .glyphicon-thumbs-up:before {
content: "\e125"; content: "\e125";
} }
.glyphicon-thumbs-down::before { .glyphicon-thumbs-down:before {
content: "\e126"; content: "\e126";
} }
.glyphicon-hand-right::before { .glyphicon-hand-right:before {
content: "\e127"; content: "\e127";
} }
.glyphicon-hand-left::before { .glyphicon-hand-left:before {
content: "\e128"; content: "\e128";
} }
.glyphicon-hand-up::before { .glyphicon-hand-up:before {
content: "\e129"; content: "\e129";
} }
.glyphicon-hand-down::before { .glyphicon-hand-down:before {
content: "\e130"; content: "\e130";
} }
.glyphicon-circle-arrow-right::before { .glyphicon-circle-arrow-right:before {
content: "\e131"; content: "\e131";
} }
.glyphicon-circle-arrow-left::before { .glyphicon-circle-arrow-left:before {
content: "\e132"; content: "\e132";
} }
.glyphicon-circle-arrow-up::before { .glyphicon-circle-arrow-up:before {
content: "\e133"; content: "\e133";
} }
.glyphicon-circle-arrow-down::before { .glyphicon-circle-arrow-down:before {
content: "\e134"; content: "\e134";
} }
.glyphicon-globe::before { .glyphicon-globe:before {
content: "\e135"; content: "\e135";
} }
.glyphicon-wrench::before { .glyphicon-wrench:before {
content: "\e136"; content: "\e136";
} }
.glyphicon-tasks::before { .glyphicon-tasks:before {
content: "\e137"; content: "\e137";
} }
.glyphicon-filter::before { .glyphicon-filter:before {
content: "\e138"; content: "\e138";
} }
.glyphicon-briefcase::before { .glyphicon-briefcase:before {
content: "\e139"; content: "\e139";
} }
.glyphicon-fullscreen::before { .glyphicon-fullscreen:before {
content: "\e140"; content: "\e140";
} }
.glyphicon-dashboard::before { .glyphicon-dashboard:before {
content: "\e141"; content: "\e141";
} }
.glyphicon-paperclip::before { .glyphicon-paperclip:before {
content: "\e142"; content: "\e142";
} }
.glyphicon-heart-empty::before { .glyphicon-heart-empty:before {
content: "\e143"; content: "\e143";
} }
.glyphicon-link::before { .glyphicon-link:before {
content: "\e144"; content: "\e144";
} }
.glyphicon-phone::before { .glyphicon-phone:before {
content: "\e145"; content: "\e145";
} }
.glyphicon-pushpin::before { .glyphicon-pushpin:before {
content: "\e146"; content: "\e146";
} }
.glyphicon-usd::before { .glyphicon-usd:before {
content: "\e148"; content: "\e148";
} }
.glyphicon-gbp::before { .glyphicon-gbp:before {
content: "\e149"; content: "\e149";
} }
.glyphicon-sort::before { .glyphicon-sort:before {
content: "\e150"; content: "\e150";
} }
.glyphicon-sort-by-alphabet::before { .glyphicon-sort-by-alphabet:before {
content: "\e151"; content: "\e151";
} }
.glyphicon-sort-by-alphabet-alt::before { .glyphicon-sort-by-alphabet-alt:before {
content: "\e152"; content: "\e152";
} }
.glyphicon-sort-by-order::before { .glyphicon-sort-by-order:before {
content: "\e153"; content: "\e153";
} }
.glyphicon-sort-by-order-alt::before { .glyphicon-sort-by-order-alt:before {
content: "\e154"; content: "\e154";
} }
.glyphicon-sort-by-attributes::before { .glyphicon-sort-by-attributes:before {
content: "\e155"; content: "\e155";
} }
.glyphicon-sort-by-attributes-alt::before { .glyphicon-sort-by-attributes-alt:before {
content: "\e156"; content: "\e156";
} }
.glyphicon-unchecked::before { .glyphicon-unchecked:before {
content: "\e157"; content: "\e157";
} }
.glyphicon-expand::before { .glyphicon-expand:before {
content: "\e158"; content: "\e158";
} }
.glyphicon-collapse-down::before { .glyphicon-collapse-down:before {
content: "\e159"; content: "\e159";
} }
.glyphicon-collapse-up::before { .glyphicon-collapse-up:before {
content: "\e160"; content: "\e160";
} }
.glyphicon-log-in::before { .glyphicon-log-in:before {
content: "\e161"; content: "\e161";
} }
.glyphicon-flash::before { .glyphicon-flash:before {
content: "\e162"; content: "\e162";
} }
.glyphicon-log-out::before { .glyphicon-log-out:before {
content: "\e163"; content: "\e163";
} }
.glyphicon-new-window::before { .glyphicon-new-window:before {
content: "\e164"; content: "\e164";
} }
.glyphicon-record::before { .glyphicon-record:before {
content: "\e165"; content: "\e165";
} }
.glyphicon-save::before { .glyphicon-save:before {
content: "\e166"; content: "\e166";
} }
.glyphicon-open::before { .glyphicon-open:before {
content: "\e167"; content: "\e167";
} }
.glyphicon-saved::before { .glyphicon-saved:before {
content: "\e168"; content: "\e168";
} }
.glyphicon-import::before { .glyphicon-import:before {
content: "\e169"; content: "\e169";
} }
.glyphicon-export::before { .glyphicon-export:before {
content: "\e170"; content: "\e170";
} }
.glyphicon-send::before { .glyphicon-send:before {
content: "\e171"; content: "\e171";
} }
.glyphicon-floppy-disk::before { .glyphicon-floppy-disk:before {
content: "\e172"; content: "\e172";
} }
.glyphicon-floppy-saved::before { .glyphicon-floppy-saved:before {
content: "\e173"; content: "\e173";
} }
.glyphicon-floppy-remove::before { .glyphicon-floppy-remove:before {
content: "\e174"; content: "\e174";
} }
.glyphicon-floppy-save::before { .glyphicon-floppy-save:before {
content: "\e175"; content: "\e175";
} }
.glyphicon-floppy-open::before { .glyphicon-floppy-open:before {
content: "\e176"; content: "\e176";
} }
.glyphicon-credit-card::before { .glyphicon-credit-card:before {
content: "\e177"; content: "\e177";
} }
.glyphicon-transfer::before { .glyphicon-transfer:before {
content: "\e178"; content: "\e178";
} }
.glyphicon-cutlery::before { .glyphicon-cutlery:before {
content: "\e179"; content: "\e179";
} }
.glyphicon-header::before { .glyphicon-header:before {
content: "\e180"; content: "\e180";
} }
.glyphicon-compressed::before { .glyphicon-compressed:before {
content: "\e181"; content: "\e181";
} }
.glyphicon-earphone::before { .glyphicon-earphone:before {
content: "\e182"; content: "\e182";
} }
.glyphicon-phone-alt::before { .glyphicon-phone-alt:before {
content: "\e183"; content: "\e183";
} }
.glyphicon-tower::before { .glyphicon-tower:before {
content: "\e184"; content: "\e184";
} }
.glyphicon-stats::before { .glyphicon-stats:before {
content: "\e185"; content: "\e185";
} }
.glyphicon-sd-video::before { .glyphicon-sd-video:before {
content: "\e186"; content: "\e186";
} }
.glyphicon-hd-video::before { .glyphicon-hd-video:before {
content: "\e187"; content: "\e187";
} }
.glyphicon-subtitles::before { .glyphicon-subtitles:before {
content: "\e188"; content: "\e188";
} }
.glyphicon-sound-stereo::before { .glyphicon-sound-stereo:before {
content: "\e189"; content: "\e189";
} }
.glyphicon-sound-dolby::before { .glyphicon-sound-dolby:before {
content: "\e190"; content: "\e190";
} }
.glyphicon-sound-5-1::before { .glyphicon-sound-5-1:before {
content: "\e191"; content: "\e191";
} }
.glyphicon-sound-6-1::before { .glyphicon-sound-6-1:before {
content: "\e192"; content: "\e192";
} }
.glyphicon-sound-7-1::before { .glyphicon-sound-7-1:before {
content: "\e193"; content: "\e193";
} }
.glyphicon-copyright-mark::before { .glyphicon-copyright-mark:before {
content: "\e194"; content: "\e194";
} }
.glyphicon-registration-mark::before { .glyphicon-registration-mark:before {
content: "\e195"; content: "\e195";
} }
.glyphicon-cloud-download::before { .glyphicon-cloud-download:before {
content: "\e197"; content: "\e197";
} }
.glyphicon-cloud-upload::before { .glyphicon-cloud-upload:before {
content: "\e198"; content: "\e198";
} }
.glyphicon-tree-conifer::before { .glyphicon-tree-conifer:before {
content: "\e199"; content: "\e199";
} }
.glyphicon-tree-deciduous::before { .glyphicon-tree-deciduous:before {
content: "\e200"; content: "\e200";
} }
.glyphicon-cd::before { .glyphicon-cd:before {
content: "\e201"; content: "\e201";
} }
.glyphicon-save-file::before { .glyphicon-save-file:before {
content: "\e202"; content: "\e202";
} }
.glyphicon-open-file::before { .glyphicon-open-file:before {
content: "\e203"; content: "\e203";
} }
.glyphicon-level-up::before { .glyphicon-level-up:before {
content: "\e204"; content: "\e204";
} }
.glyphicon-copy::before { .glyphicon-copy:before {
content: "\e205"; content: "\e205";
} }
.glyphicon-paste::before { .glyphicon-paste:before {
content: "\e206"; content: "\e206";
} }
.glyphicon-alert::before { .glyphicon-alert:before {
content: "\e209"; content: "\e209";
} }
.glyphicon-equalizer::before { .glyphicon-equalizer:before {
content: "\e210"; content: "\e210";
} }
.glyphicon-king::before { .glyphicon-king:before {
content: "\e211"; content: "\e211";
} }
.glyphicon-queen::before { .glyphicon-queen:before {
content: "\e212"; content: "\e212";
} }
.glyphicon-pawn::before { .glyphicon-pawn:before {
content: "\e213"; content: "\e213";
} }
.glyphicon-bishop::before { .glyphicon-bishop:before {
content: "\e214"; content: "\e214";
} }
.glyphicon-knight::before { .glyphicon-knight:before {
content: "\e215"; content: "\e215";
} }
.glyphicon-baby-formula::before { .glyphicon-baby-formula:before {
content: "\e216"; content: "\e216";
} }
.glyphicon-tent::before { .glyphicon-tent:before {
content: "\26fa"; content: "\26fa";
} }
.glyphicon-blackboard::before { .glyphicon-blackboard:before {
content: "\e218"; content: "\e218";
} }
.glyphicon-bed::before { .glyphicon-bed:before {
content: "\e219"; content: "\e219";
} }
.glyphicon-apple::before { .glyphicon-apple:before {
content: "\f8ff"; content: "\f8ff";
} }
.glyphicon-erase::before { .glyphicon-erase:before {
content: "\e221"; content: "\e221";
} }
.glyphicon-hourglass::before { .glyphicon-hourglass:before {
content: "\231b"; content: "\231b";
} }
.glyphicon-lamp::before { .glyphicon-lamp:before {
content: "\e223"; content: "\e223";
} }
.glyphicon-duplicate::before { .glyphicon-duplicate:before {
content: "\e224"; content: "\e224";
} }
.glyphicon-piggy-bank::before { .glyphicon-piggy-bank:before {
content: "\e225"; content: "\e225";
} }
.glyphicon-scissors::before { .glyphicon-scissors:before {
content: "\e226"; content: "\e226";
} }
.glyphicon-bitcoin::before { .glyphicon-bitcoin:before {
content: "\e227"; content: "\e227";
} }
.glyphicon-btc::before { .glyphicon-btc:before {
content: "\e227"; content: "\e227";
} }
.glyphicon-xbt::before { .glyphicon-xbt:before {
content: "\e227"; content: "\e227";
} }
.glyphicon-yen::before { .glyphicon-yen:before {
content: "\00a5"; content: "\00a5";
} }
.glyphicon-jpy::before { .glyphicon-jpy:before {
content: "\00a5"; content: "\00a5";
} }
.glyphicon-ruble::before { .glyphicon-ruble:before {
content: "\20bd"; content: "\20bd";
} }
.glyphicon-rub::before { .glyphicon-rub:before {
content: "\20bd"; content: "\20bd";
} }
.glyphicon-scale::before { .glyphicon-scale:before {
content: "\e230"; content: "\e230";
} }
.glyphicon-ice-lolly::before { .glyphicon-ice-lolly:before {
content: "\e231"; content: "\e231";
} }
.glyphicon-ice-lolly-tasted::before { .glyphicon-ice-lolly-tasted:before {
content: "\e232"; content: "\e232";
} }
.glyphicon-education::before { .glyphicon-education:before {
content: "\e233"; content: "\e233";
} }
.glyphicon-option-horizontal::before { .glyphicon-option-horizontal:before {
content: "\e234"; content: "\e234";
} }
.glyphicon-option-vertical::before { .glyphicon-option-vertical:before {
content: "\e235"; content: "\e235";
} }
.glyphicon-menu-hamburger::before { .glyphicon-menu-hamburger:before {
content: "\e236"; content: "\e236";
} }
.glyphicon-modal-window::before { .glyphicon-modal-window:before {
content: "\e237"; content: "\e237";
} }
.glyphicon-oil::before { .glyphicon-oil:before {
content: "\e238"; content: "\e238";
} }
.glyphicon-grain::before { .glyphicon-grain:before {
content: "\e239"; content: "\e239";
} }
.glyphicon-sunglasses::before { .glyphicon-sunglasses:before {
content: "\e240"; content: "\e240";
} }
.glyphicon-text-size::before { .glyphicon-text-size:before {
content: "\e241"; content: "\e241";
} }
.glyphicon-text-color::before { .glyphicon-text-color:before {
content: "\e242"; content: "\e242";
} }
.glyphicon-text-background::before { .glyphicon-text-background:before {
content: "\e243"; content: "\e243";
} }
.glyphicon-object-align-top::before { .glyphicon-object-align-top:before {
content: "\e244"; content: "\e244";
} }
.glyphicon-object-align-bottom::before { .glyphicon-object-align-bottom:before {
content: "\e245"; content: "\e245";
} }
.glyphicon-object-align-horizontal::before { .glyphicon-object-align-horizontal:before {
content: "\e246"; content: "\e246";
} }
.glyphicon-object-align-left::before { .glyphicon-object-align-left:before {
content: "\e247"; content: "\e247";
} }
.glyphicon-object-align-vertical::before { .glyphicon-object-align-vertical:before {
content: "\e248"; content: "\e248";
} }
.glyphicon-object-align-right::before { .glyphicon-object-align-right:before {
content: "\e249"; content: "\e249";
} }
.glyphicon-triangle-right::before { .glyphicon-triangle-right:before {
content: "\e250"; content: "\e250";
} }
.glyphicon-triangle-left::before { .glyphicon-triangle-left:before {
content: "\e251"; content: "\e251";
} }
.glyphicon-triangle-bottom::before { .glyphicon-triangle-bottom:before {
content: "\e252"; content: "\e252";
} }
.glyphicon-triangle-top::before { .glyphicon-triangle-top:before {
content: "\e253"; content: "\e253";
} }
.glyphicon-console::before { .glyphicon-console:before {
content: "\e254"; content: "\e254";
} }
.glyphicon-superscript::before { .glyphicon-superscript:before {
content: "\e255"; content: "\e255";
} }
.glyphicon-subscript::before { .glyphicon-subscript:before {
content: "\e256"; content: "\e256";
} }
.glyphicon-menu-left::before { .glyphicon-menu-left:before {
content: "\e257"; content: "\e257";
} }
.glyphicon-menu-right::before { .glyphicon-menu-right:before {
content: "\e258"; content: "\e258";
} }
.glyphicon-menu-down::before { .glyphicon-menu-down:before {
content: "\e259"; content: "\e259";
} }
.glyphicon-menu-up::before { .glyphicon-menu-up:before {
content: "\e260"; content: "\e260";
} }
* { * {
@ -1076,8 +1071,8 @@ th {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
*::before, *:before,
*::after { *:after {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
@ -1176,7 +1171,6 @@ hr {
[role="button"] { [role="button"] {
cursor: pointer; cursor: pointer;
} }
/* stylelint-disable selector-list-comma-newline-after, selector-no-qualifying-type */
h1, h1,
h2, h2,
h3, h3,
@ -1312,7 +1306,7 @@ small,
} }
mark, mark,
.mark { .mark {
padding: .2em; padding: 0.2em;
background-color: #fcf8e3; background-color: #fcf8e3;
} }
.text-left { .text-left {
@ -1471,6 +1465,10 @@ dd {
margin-left: 180px; margin-left: 180px;
} }
} }
abbr[title],
abbr[data-original-title] {
cursor: help;
}
.initialism { .initialism {
font-size: 90%; font-size: 90%;
text-transform: uppercase; text-transform: uppercase;
@ -1494,9 +1492,9 @@ blockquote .small {
line-height: 1.42857143; line-height: 1.42857143;
color: #777777; color: #777777;
} }
blockquote footer::before, blockquote footer:before,
blockquote small::before, blockquote small:before,
blockquote .small::before { blockquote .small:before {
content: "\2014 \00A0"; content: "\2014 \00A0";
} }
.blockquote-reverse, .blockquote-reverse,
@ -1507,20 +1505,20 @@ blockquote.pull-right {
border-right: 5px solid #eeeeee; border-right: 5px solid #eeeeee;
border-left: 0; border-left: 0;
} }
.blockquote-reverse footer::before, .blockquote-reverse footer:before,
blockquote.pull-right footer::before, blockquote.pull-right footer:before,
.blockquote-reverse small::before, .blockquote-reverse small:before,
blockquote.pull-right small::before, blockquote.pull-right small:before,
.blockquote-reverse .small::before, .blockquote-reverse .small:before,
blockquote.pull-right .small::before { blockquote.pull-right .small:before {
content: ""; content: "";
} }
.blockquote-reverse footer::after, .blockquote-reverse footer:after,
blockquote.pull-right footer::after, blockquote.pull-right footer:after,
.blockquote-reverse small::after, .blockquote-reverse small:after,
blockquote.pull-right small::after, blockquote.pull-right small:after,
.blockquote-reverse .small::after, .blockquote-reverse .small:after,
blockquote.pull-right .small::after { blockquote.pull-right .small:after {
content: "\00A0 \2014"; content: "\00A0 \2014";
} }
address { address {
@ -1548,14 +1546,14 @@ kbd {
background-color: #333; background-color: #333;
border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); -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); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
kbd kbd { kbd kbd {
padding: 0; padding: 0;
font-size: 100%; font-size: 100%;
font-weight: 700; font-weight: 700;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
pre { pre {
display: block; display: block;
@ -1621,13 +1619,71 @@ pre code {
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative; position: relative;
min-height: 1px; min-height: 1px;
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
} }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { .col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left; float: left;
} }
.col-xs-12 { .col-xs-12 {
@ -1784,7 +1840,18 @@ pre code {
margin-left: 0%; margin-left: 0%;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left; float: left;
} }
.col-sm-12 { .col-sm-12 {
@ -1942,7 +2009,18 @@ pre code {
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left; float: left;
} }
.col-md-12 { .col-md-12 {
@ -2100,7 +2178,18 @@ pre code {
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left; float: left;
} }
.col-lg-12 { .col-lg-12 {
@ -2257,7 +2346,6 @@ pre code {
margin-left: 0%; margin-left: 0%;
} }
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-no-qualifying-type */
table { table {
background-color: transparent; background-color: transparent;
} }
@ -2450,7 +2538,7 @@ th {
background-color: #ebcccc; background-color: #ebcccc;
} }
.table-responsive { .table-responsive {
min-height: .01%; min-height: 0.01%;
overflow-x: auto; overflow-x: auto;
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
@ -2498,7 +2586,6 @@ th {
border-bottom: 0; border-bottom: 0;
} }
} }
/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, media-feature-name-no-vendor-prefix, indentation */
fieldset { fieldset {
min-width: 0; min-width: 0;
padding: 0; padding: 0;
@ -2527,6 +2614,8 @@ input[type="search"] {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} }
input[type="radio"], input[type="radio"],
input[type="checkbox"] { input[type="checkbox"] {
@ -2580,9 +2669,12 @@ output {
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -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); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
} }
.form-control:focus { .form-control:focus {
border-color: #66afe9; border-color: #66afe9;
@ -3009,7 +3101,6 @@ select[multiple].input-lg {
font-size: 12px; font-size: 12px;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.btn { .btn {
display: inline-block; display: inline-block;
margin-bottom: 0; margin-bottom: 0;
@ -3018,7 +3109,7 @@ select[multiple].input-lg {
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
-ms-touch-action: manipulation; -ms-touch-action: manipulation;
touch-action: manipulation; touch-action: manipulation;
cursor: pointer; cursor: pointer;
background-image: none; background-image: none;
border: 1px solid transparent; border: 1px solid transparent;
@ -3450,7 +3541,6 @@ input[type="reset"].btn-block,
input[type="button"].btn-block { input[type="button"].btn-block {
width: 100%; width: 100%;
} }
/* stylelint-disable selector-no-qualifying-type */
.fade { .fade {
opacity: 0; opacity: 0;
-webkit-transition: opacity 0.15s linear; -webkit-transition: opacity 0.15s linear;
@ -3478,13 +3568,13 @@ tbody.collapse.in {
overflow: hidden; overflow: hidden;
-webkit-transition-property: height, visibility; -webkit-transition-property: height, visibility;
-o-transition-property: height, visibility; -o-transition-property: height, visibility;
transition-property: height, visibility; transition-property: height, visibility;
-webkit-transition-duration: 0.35s; -webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s; -o-transition-duration: 0.35s;
transition-duration: 0.35s; transition-duration: 0.35s;
-webkit-transition-timing-function: ease; -webkit-transition-timing-function: ease;
-o-transition-timing-function: ease; -o-transition-timing-function: ease;
transition-timing-function: ease; transition-timing-function: ease;
} }
.caret { .caret {
display: inline-block; display: inline-block;
@ -3518,8 +3608,7 @@ tbody.collapse.in {
text-align: left; text-align: left;
list-style: none; list-style: none;
background-color: #fff; background-color: #fff;
-webkit-background-clip: padding-box; background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px; border-radius: 4px;
@ -3629,7 +3718,6 @@ tbody.collapse.in {
left: 0; left: 0;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.btn-group, .btn-group,
.btn-group-vertical { .btn-group-vertical {
position: relative; position: relative;
@ -3801,7 +3889,6 @@ tbody.collapse.in {
clip: rect(0, 0, 0, 0); clip: rect(0, 0, 0, 0);
pointer-events: none; pointer-events: none;
} }
/* stylelint-disable selector-no-qualifying-type */
.input-group { .input-group {
position: relative; position: relative;
display: table; display: table;
@ -3960,7 +4047,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
z-index: 2; z-index: 2;
margin-left: -1px; margin-left: -1px;
} }
/* stylelint-disable selector-no-qualifying-type, selector-max-type */
.nav { .nav {
padding-left: 0; padding-left: 0;
margin-bottom: 0; margin-bottom: 0;
@ -4153,7 +4239,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, selector-max-class, declaration-no-important, selector-no-qualifying-type, no-duplicate-selectors */
.navbar { .navbar {
position: relative; position: relative;
min-height: 50px; min-height: 50px;
@ -4176,7 +4261,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
overflow-x: visible; overflow-x: visible;
border-top: 1px solid transparent; border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -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); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.navbar-collapse.in { .navbar-collapse.in {
@ -4187,7 +4272,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
width: auto; width: auto;
border-top: 0; border-top: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.navbar-collapse.collapse { .navbar-collapse.collapse {
display: block !important; display: block !important;
@ -4205,6 +4290,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding-left: 0; padding-left: 0;
} }
} }
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse { .navbar-fixed-bottom .navbar-collapse {
max-height: 340px; max-height: 340px;
@ -4215,6 +4307,21 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
max-height: 200px; max-height: 200px;
} }
} }
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.container > .navbar-header, .container > .navbar-header,
.container-fluid > .navbar-header, .container-fluid > .navbar-header,
.container > .navbar-collapse, .container > .navbar-collapse,
@ -4240,28 +4347,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: 0; border-radius: 0;
} }
} }
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand { .navbar-brand {
float: left; float: left;
height: 50px; height: 50px;
@ -4328,7 +4413,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: transparent; background-color: transparent;
border: 0; border: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header { .navbar-nav .open .dropdown-menu .dropdown-header {
@ -4518,20 +4603,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
color: #ccc; color: #ccc;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus { .navbar-default .navbar-nav > .open > a:focus {
@ -4560,6 +4631,20 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: transparent; background-color: transparent;
} }
} }
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-link { .navbar-default .navbar-link {
color: #777; color: #777;
} }
@ -4614,20 +4699,6 @@ fieldset[disabled] .navbar-default .btn-link:focus {
color: #444; color: #444;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus { .navbar-inverse .navbar-nav > .open > a:focus {
@ -4662,6 +4733,20 @@ fieldset[disabled] .navbar-default .btn-link:focus {
background-color: transparent; background-color: transparent;
} }
} }
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-link { .navbar-inverse .navbar-link {
color: #9d9d9d; color: #9d9d9d;
} }
@ -4691,7 +4776,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.breadcrumb > li { .breadcrumb > li {
display: inline-block; display: inline-block;
} }
.breadcrumb > li + li::before { .breadcrumb > li + li:before {
padding: 0 5px; padding: 0 5px;
color: #ccc; color: #ccc;
content: "/\00a0"; content: "/\00a0";
@ -4835,7 +4920,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
} }
.label { .label {
display: inline; display: inline;
padding: .2em .6em .3em; padding: 0.2em 0.6em 0.3em;
font-size: 75%; font-size: 75%;
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
@ -4843,7 +4928,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
border-radius: .25em; border-radius: 0.25em;
} }
a.label:hover, a.label:hover,
a.label:focus { a.label:focus {
@ -4989,7 +5074,6 @@ a.badge:focus {
font-size: 63px; font-size: 63px;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.thumbnail { .thumbnail {
display: block; display: block;
padding: 4px; padding: 4px;
@ -5091,7 +5175,6 @@ a.thumbnail.active {
.alert-danger .alert-link { .alert-danger .alert-link {
color: #843534; color: #843534;
} }
/* stylelint-disable at-rule-no-vendor-prefix */
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
@ -5146,7 +5229,7 @@ a.thumbnail.active {
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: -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); 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; -webkit-background-size: 40px 40px;
background-size: 40px 40px; background-size: 40px 40px;
} }
.progress.active .progress-bar, .progress.active .progress-bar,
.progress-bar.active { .progress-bar.active {
@ -5234,7 +5317,6 @@ a.thumbnail.active {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
} }
/* stylelint-disable selector-no-qualifying-type */
.list-group { .list-group {
padding-left: 0; padding-left: 0;
margin-bottom: 20px; margin-bottom: 20px;
@ -5441,7 +5523,6 @@ button.list-group-item-danger.active:focus {
margin-bottom: 0; margin-bottom: 0;
line-height: 1.3; line-height: 1.3;
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, no-duplicate-selectors */
.panel { .panel {
margin-bottom: 20px; margin-bottom: 20px;
background-color: #fff; background-color: #fff;
@ -5833,7 +5914,6 @@ button.list-group-item-danger.active:focus {
padding: 9px; padding: 9px;
border-radius: 3px; border-radius: 3px;
} }
/* stylelint-disable property-no-vendor-prefix */
.close { .close {
float: right; float: right;
font-size: 21px; font-size: 21px;
@ -5858,6 +5938,8 @@ button.close {
background: transparent; background: transparent;
border: 0; border: 0;
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} }
.modal-open { .modal-open {
overflow: hidden; overflow: hidden;
@ -5881,7 +5963,9 @@ button.close {
transform: translate(0, -25%); transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out; -webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: 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;
} }
.modal.in .modal-dialog { .modal.in .modal-dialog {
-webkit-transform: translate(0, 0); -webkit-transform: translate(0, 0);
@ -5901,8 +5985,7 @@ button.close {
.modal-content { .modal-content {
position: relative; position: relative;
background-color: #fff; background-color: #fff;
-webkit-background-clip: padding-box; background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999; border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
@ -5982,7 +6065,6 @@ button.close {
width: 900px; width: 900px;
} }
} }
/* stylelint-disable no-duplicate-selectors */
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1070; z-index: 1070;
@ -6026,21 +6108,6 @@ button.close {
padding: 0 5px; padding: 0 5px;
margin-left: -3px; margin-left: -3px;
} }
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow { .tooltip.top .tooltip-arrow {
bottom: 0; bottom: 0;
left: 50%; left: 50%;
@ -6097,7 +6164,21 @@ button.close {
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000; border-bottom-color: #000;
} }
/* stylelint-disable no-duplicate-selectors */ .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover { .popover {
position: absolute; position: absolute;
top: 0; top: 0;
@ -6123,8 +6204,7 @@ button.close {
white-space: normal; white-space: normal;
font-size: 14px; font-size: 14px;
background-color: #fff; background-color: #fff;
-webkit-background-clip: padding-box; background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
@ -6147,7 +6227,7 @@ button.close {
border-width: 11px; border-width: 11px;
} }
.popover > .arrow, .popover > .arrow,
.popover > .arrow::after { .popover > .arrow:after {
position: absolute; position: absolute;
display: block; display: block;
width: 0; width: 0;
@ -6155,21 +6235,10 @@ button.close {
border-color: transparent; border-color: transparent;
border-style: solid; border-style: solid;
} }
.popover > .arrow::after { .popover > .arrow:after {
content: ""; content: "";
border-width: 10px; border-width: 10px;
} }
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover.top > .arrow { .popover.top > .arrow {
bottom: -11px; bottom: -11px;
left: 50%; left: 50%;
@ -6178,7 +6247,7 @@ button.close {
border-top-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0; border-bottom-width: 0;
} }
.popover.top > .arrow::after { .popover.top > .arrow:after {
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
content: " "; content: " ";
@ -6193,7 +6262,7 @@ button.close {
border-right-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0; border-left-width: 0;
} }
.popover.right > .arrow::after { .popover.right > .arrow:after {
bottom: -10px; bottom: -10px;
left: 1px; left: 1px;
content: " "; content: " ";
@ -6208,7 +6277,7 @@ button.close {
border-bottom-color: #999999; border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25);
} }
.popover.bottom > .arrow::after { .popover.bottom > .arrow:after {
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
content: " "; content: " ";
@ -6223,14 +6292,24 @@ button.close {
border-left-color: #999999; border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25); border-left-color: rgba(0, 0, 0, 0.25);
} }
.popover.left > .arrow::after { .popover.left > .arrow:after {
right: 1px; right: 1px;
bottom: -10px; bottom: -10px;
content: " "; content: " ";
border-right-width: 0; border-right-width: 0;
border-left-color: #fff; border-left-color: #fff;
} }
/* stylelint-disable media-feature-name-no-unknown */ .popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.carousel { .carousel {
position: relative; position: relative;
} }
@ -6254,7 +6333,9 @@ button.close {
.carousel-inner > .item { .carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out; -webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: 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; -webkit-backface-visibility: hidden;
backface-visibility: hidden; backface-visibility: hidden;
-webkit-perspective: 1000px; -webkit-perspective: 1000px;
@ -6377,10 +6458,10 @@ button.close {
font-family: serif; font-family: serif;
line-height: 1; line-height: 1;
} }
.carousel-control .icon-prev::before { .carousel-control .icon-prev:before {
content: "\2039"; content: "\2039";
} }
.carousel-control .icon-next::before { .carousel-control .icon-next:before {
content: "\203a"; content: "\203a";
} }
.carousel-indicators { .carousel-indicators {
@ -6454,58 +6535,57 @@ button.close {
bottom: 20px; bottom: 20px;
} }
} }
/* stylelint-disable declaration-no-important */ .clearfix:before,
.clearfix::before, .clearfix:after,
.clearfix::after, .dl-horizontal dd:before,
.dl-horizontal dd::before, .dl-horizontal dd:after,
.dl-horizontal dd::after, .container:before,
.container::before, .container:after,
.container::after, .container-fluid:before,
.container-fluid::before, .container-fluid:after,
.container-fluid::after, .row:before,
.row::before, .row:after,
.row::after, .form-horizontal .form-group:before,
.form-horizontal .form-group::before, .form-horizontal .form-group:after,
.form-horizontal .form-group::after, .btn-toolbar:before,
.btn-toolbar::before, .btn-toolbar:after,
.btn-toolbar::after, .btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group::after, .nav:before,
.nav::before, .nav:after,
.nav::after, .navbar:before,
.navbar::before, .navbar:after,
.navbar::after, .navbar-header:before,
.navbar-header::before, .navbar-header:after,
.navbar-header::after, .navbar-collapse:before,
.navbar-collapse::before, .navbar-collapse:after,
.navbar-collapse::after, .pager:before,
.pager::before, .pager:after,
.pager::after, .panel-body:before,
.panel-body::before, .panel-body:after,
.panel-body::after, .modal-header:before,
.modal-header::before, .modal-header:after,
.modal-header::after, .modal-footer:before,
.modal-footer::before, .modal-footer:after {
.modal-footer::after {
display: table; display: table;
content: " "; content: " ";
} }
.clearfix::after, .clearfix:after,
.dl-horizontal dd::after, .dl-horizontal dd:after,
.container::after, .container:after,
.container-fluid::after, .container-fluid:after,
.row::after, .row:after,
.form-horizontal .form-group::after, .form-horizontal .form-group:after,
.btn-toolbar::after, .btn-toolbar:after,
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group:after,
.nav::after, .nav:after,
.navbar::after, .navbar:after,
.navbar-header::after, .navbar-header:after,
.navbar-collapse::after, .navbar-collapse:after,
.pager::after, .pager:after,
.panel-body::after, .panel-body:after,
.modal-header::after, .modal-header:after,
.modal-footer::after { .modal-footer:after {
clear: both; clear: both;
} }
.center-block { .center-block {
@ -6541,7 +6621,6 @@ button.close {
.affix { .affix {
position: fixed; position: fixed;
} }
/* stylelint-disable declaration-no-important, at-rule-no-vendor-prefix */
@-ms-viewport { @-ms-viewport {
width: device-width; width: device-width;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*! /*!
* Bootstrap v3.4.0 (http://getbootstrap.com) * Bootstrap v3.4.0 (https://getbootstrap.com/)
* Copyright 2011-2018 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under the MIT license * Licensed under the MIT license
*/ */
@ -18,9 +18,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: transition.js v3.4.0 * Bootstrap: transition.js v3.4.0
* http://getbootstrap.com/javascript/#transitions * https://getbootstrap.com/docs/3.4/javascript/#transitions
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -28,7 +28,7 @@ if (typeof jQuery === 'undefined') {
+function ($) { +function ($) {
'use strict'; 'use strict';
// CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) // CSS TRANSITION SUPPORT (Shoutout: https://modernizr.com/)
// ============================================================ // ============================================================
function transitionEnd() { function transitionEnd() {
@ -50,7 +50,7 @@ if (typeof jQuery === 'undefined') {
return false // explicit for ie8 ( ._.) return false // explicit for ie8 ( ._.)
} }
// http://blog.alexmaccaw.com/css-transitions // https://blog.alexmaccaw.com/css-transitions
$.fn.emulateTransitionEnd = function (duration) { $.fn.emulateTransitionEnd = function (duration) {
var called = false var called = false
var $el = this var $el = this
@ -78,9 +78,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: alert.js v3.4.0 * Bootstrap: alert.js v3.4.0
* http://getbootstrap.com/javascript/#alerts * https://getbootstrap.com/docs/3.4/javascript/#alerts
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -174,9 +174,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: button.js v3.4.0 * Bootstrap: button.js v3.4.0
* http://getbootstrap.com/javascript/#buttons * https://getbootstrap.com/docs/3.4/javascript/#buttons
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -300,9 +300,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: carousel.js v3.4.0 * Bootstrap: carousel.js v3.4.0
* http://getbootstrap.com/javascript/#carousel * https://getbootstrap.com/docs/3.4/javascript/#carousel
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -547,9 +547,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: collapse.js v3.4.0 * Bootstrap: collapse.js v3.4.0
* http://getbootstrap.com/javascript/#collapse * https://getbootstrap.com/docs/3.4/javascript/#collapse
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -760,9 +760,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: dropdown.js v3.4.0 * Bootstrap: dropdown.js v3.4.0
* http://getbootstrap.com/javascript/#dropdowns * https://getbootstrap.com/docs/3.4/javascript/#dropdowns
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -926,9 +926,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: modal.js v3.4.0 * Bootstrap: modal.js v3.4.0
* http://getbootstrap.com/javascript/#modals * https://getbootstrap.com/docs/3.4/javascript/#modals
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -940,15 +940,16 @@ if (typeof jQuery === 'undefined') {
// ====================== // ======================
var Modal = function (element, options) { var Modal = function (element, options) {
this.options = options this.options = options
this.$body = $(document.body) this.$body = $(document.body)
this.$element = $(element) this.$element = $(element)
this.$dialog = this.$element.find('.modal-dialog') this.$dialog = this.$element.find('.modal-dialog')
this.$backdrop = null this.$backdrop = null
this.isShown = null this.isShown = null
this.originalBodyPad = null this.originalBodyPad = null
this.scrollbarWidth = 0 this.scrollbarWidth = 0
this.ignoreBackdropClick = false this.ignoreBackdropClick = false
this.fixedContent = '.navbar-fixed-top, .navbar-fixed-bottom'
if (this.options.remote) { if (this.options.remote) {
this.$element this.$element
@ -959,7 +960,7 @@ if (typeof jQuery === 'undefined') {
} }
} }
Modal.VERSION = '3.4.0' Modal.VERSION = '3.4.0'
Modal.TRANSITION_DURATION = 300 Modal.TRANSITION_DURATION = 300
Modal.BACKDROP_TRANSITION_DURATION = 150 Modal.BACKDROP_TRANSITION_DURATION = 150
@ -976,7 +977,7 @@ if (typeof jQuery === 'undefined') {
Modal.prototype.show = function (_relatedTarget) { Modal.prototype.show = function (_relatedTarget) {
var that = this var that = this
var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget }) var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
this.$element.trigger(e) this.$element.trigger(e)
@ -1067,8 +1068,8 @@ if (typeof jQuery === 'undefined') {
.off('focusin.bs.modal') // guard against infinite focus loop .off('focusin.bs.modal') // guard against infinite focus loop
.on('focusin.bs.modal', $.proxy(function (e) { .on('focusin.bs.modal', $.proxy(function (e) {
if (document !== e.target && if (document !== e.target &&
this.$element[0] !== e.target && this.$element[0] !== e.target &&
!this.$element.has(e.target).length) { !this.$element.has(e.target).length) {
this.$element.trigger('focus') this.$element.trigger('focus')
} }
}, this)) }, this))
@ -1170,7 +1171,7 @@ if (typeof jQuery === 'undefined') {
var modalIsOverflowing = this.$element[0].scrollHeight > document.documentElement.clientHeight var modalIsOverflowing = this.$element[0].scrollHeight > document.documentElement.clientHeight
this.$element.css({ this.$element.css({
paddingLeft: !this.bodyIsOverflowing && modalIsOverflowing ? this.scrollbarWidth : '', paddingLeft: !this.bodyIsOverflowing && modalIsOverflowing ? this.scrollbarWidth : '',
paddingRight: this.bodyIsOverflowing && !modalIsOverflowing ? this.scrollbarWidth : '' paddingRight: this.bodyIsOverflowing && !modalIsOverflowing ? this.scrollbarWidth : ''
}) })
} }
@ -1195,11 +1196,26 @@ if (typeof jQuery === 'undefined') {
Modal.prototype.setScrollbar = function () { Modal.prototype.setScrollbar = function () {
var bodyPad = parseInt((this.$body.css('padding-right') || 0), 10) var bodyPad = parseInt((this.$body.css('padding-right') || 0), 10)
this.originalBodyPad = document.body.style.paddingRight || '' this.originalBodyPad = document.body.style.paddingRight || ''
if (this.bodyIsOverflowing) this.$body.css('padding-right', bodyPad + this.scrollbarWidth) var scrollbarWidth = this.scrollbarWidth
if (this.bodyIsOverflowing) {
this.$body.css('padding-right', bodyPad + scrollbarWidth)
$(this.fixedContent).each(function (index, element) {
var actualPadding = element.style.paddingRight
var calculatedPadding = $(element).css('padding-right')
$(element)
.data('padding-right', actualPadding)
.css('padding-right', parseFloat(calculatedPadding) + scrollbarWidth + 'px')
})
}
} }
Modal.prototype.resetScrollbar = function () { Modal.prototype.resetScrollbar = function () {
this.$body.css('padding-right', this.originalBodyPad) this.$body.css('padding-right', this.originalBodyPad)
$(this.fixedContent).each(function (index, element) {
var padding = $(element).data('padding-right')
$(element).removeData('padding-right')
element.style.paddingRight = padding ? padding : ''
})
} }
Modal.prototype.measureScrollbar = function () { // thx walsh Modal.prototype.measureScrollbar = function () { // thx walsh
@ -1217,8 +1233,8 @@ if (typeof jQuery === 'undefined') {
function Plugin(option, _relatedTarget) { function Plugin(option, _relatedTarget) {
return this.each(function () { return this.each(function () {
var $this = $(this) var $this = $(this)
var data = $this.data('bs.modal') var data = $this.data('bs.modal')
var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option) var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option)
if (!data) $this.data('bs.modal', (data = new Modal(this, options))) if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
@ -1229,7 +1245,7 @@ if (typeof jQuery === 'undefined') {
var old = $.fn.modal var old = $.fn.modal
$.fn.modal = Plugin $.fn.modal = Plugin
$.fn.modal.Constructor = Modal $.fn.modal.Constructor = Modal
@ -1246,13 +1262,13 @@ if (typeof jQuery === 'undefined') {
// ============== // ==============
$(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) { $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) {
var $this = $(this) var $this = $(this)
var href = $this.attr('href') var href = $this.attr('href')
var target = $this.attr('data-target') || var target = $this.attr('data-target') ||
(href && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7 (href && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7
var $target = $(document).find(target) var $target = $(document).find(target)
var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data()) var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
if ($this.is('a')) e.preventDefault() if ($this.is('a')) e.preventDefault()
@ -1269,10 +1285,10 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: tooltip.js v3.4.0 * Bootstrap: tooltip.js v3.4.0
* http://getbootstrap.com/javascript/#tooltip * https://getbootstrap.com/docs/3.4/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame * Inspired by the original jQuery.tipsy by Jason Frame
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -1790,9 +1806,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: popover.js v3.4.0 * Bootstrap: popover.js v3.4.0
* http://getbootstrap.com/javascript/#popovers * https://getbootstrap.com/docs/3.4/javascript/#popovers
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -1857,8 +1873,8 @@ if (typeof jQuery === 'undefined') {
return $e.attr('data-content') return $e.attr('data-content')
|| (typeof o.content == 'function' ? || (typeof o.content == 'function' ?
o.content.call($e[0]) : o.content.call($e[0]) :
o.content) o.content)
} }
Popover.prototype.arrow = function () { Popover.prototype.arrow = function () {
@ -1899,9 +1915,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: scrollspy.js v3.4.0 * Bootstrap: scrollspy.js v3.4.0
* http://getbootstrap.com/javascript/#scrollspy * https://getbootstrap.com/docs/3.4/javascript/#scrollspy
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -2072,9 +2088,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: tab.js v3.4.0 * Bootstrap: tab.js v3.4.0
* http://getbootstrap.com/javascript/#tabs * https://getbootstrap.com/docs/3.4/javascript/#tabs
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -2145,15 +2161,15 @@ if (typeof jQuery === 'undefined') {
$active $active
.removeClass('active') .removeClass('active')
.find('> .dropdown-menu > .active') .find('> .dropdown-menu > .active')
.removeClass('active') .removeClass('active')
.end() .end()
.find('[data-toggle="tab"]') .find('[data-toggle="tab"]')
.attr('aria-expanded', false) .attr('aria-expanded', false)
element element
.addClass('active') .addClass('active')
.find('[data-toggle="tab"]') .find('[data-toggle="tab"]')
.attr('aria-expanded', true) .attr('aria-expanded', true)
if (transition) { if (transition) {
element[0].offsetWidth // reflow for transition element[0].offsetWidth // reflow for transition
@ -2165,10 +2181,10 @@ if (typeof jQuery === 'undefined') {
if (element.parent('.dropdown-menu').length) { if (element.parent('.dropdown-menu').length) {
element element
.closest('li.dropdown') .closest('li.dropdown')
.addClass('active') .addClass('active')
.end() .end()
.find('[data-toggle="tab"]') .find('[data-toggle="tab"]')
.attr('aria-expanded', true) .attr('aria-expanded', true)
} }
callback && callback() callback && callback()
@ -2228,9 +2244,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: affix.js v3.4.0 * Bootstrap: affix.js v3.4.0
* http://getbootstrap.com/javascript/#affix * https://getbootstrap.com/docs/3.4/javascript/#affix
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,9 @@
/*! /*!
* Bootstrap Docs (http://getbootstrap.com) * Bootstrap Docs (https://getbootstrap.com/)
* Copyright 2011-2017 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For * Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see https://creativecommons.org/licenses/by/3.0/. * details, see https://creativecommons.org/licenses/by/3.0/.
*/ */
/* stylelint-disable declaration-block-single-line-max-declarations */
.hll { .hll {
background-color: #ffc; background-color: #ffc;
} }
@ -218,27 +217,25 @@
display: inline-block; display: inline-block;
padding-right: 45px; padding-right: 45px;
} }
/* stylelint-disable at-rule-no-vendor-prefix */ .language-bash:before {
color: #033;
content: "$ ";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/*! /*!
* IE10 viewport hack for Surface/desktop Windows 8 bug * IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc. * Copyright 2014-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
@-ms-viewport { @-ms-viewport {
width: device-width; width: device-width;
} }
@-o-viewport {
width: device-width;
}
@viewport { @viewport {
width: device-width; width: device-width;
} }
/* stylelint-disable value-keyword-case */
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
/* stylelint-disable declaration-no-important */
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
.btn-outline { .btn-outline {
color: #563d7c; color: #563d7c;
background-color: transparent; background-color: transparent;
@ -293,7 +290,6 @@
background-color: transparent; background-color: transparent;
border: 1px solid #cdbfe3; border: 1px solid #cdbfe3;
} }
/* stylelint-disable selector-max-id */
#skippy { #skippy {
display: block; display: block;
padding: 1em; padding: 1em;
@ -302,7 +298,7 @@
outline: 0; outline: 0;
} }
#skippy .skiplink-text { #skippy .skiplink-text {
padding: .5em; padding: 0.5em;
outline: 1px dotted; outline: 1px dotted;
} }
#content:focus { #content:focus {
@ -376,7 +372,6 @@
margin-bottom: 0; margin-bottom: 0;
} }
} }
/* stylelint-disable value-no-vendor-prefix, function-name-case */
.bs-docs-masthead, .bs-docs-masthead,
.bs-docs-header { .bs-docs-header {
position: relative; position: relative;
@ -471,7 +466,6 @@
margin-right: 380px; margin-right: 380px;
} }
} }
/* stylelint-disable selector-max-id, declaration-no-important */
#carbonads { #carbonads {
display: block; display: block;
padding: 15px 15px 15px 160px; padding: 15px 15px 15px 160px;
@ -582,18 +576,18 @@
margin-right: -1px; margin-right: -1px;
margin-left: -1px; margin-left: -1px;
} }
.bs-docs-featured-sites .col-xs-6 { .bs-docs-featured-sites .col-xs-8 {
padding: 1px; padding: 1px;
} }
.bs-docs-featured-sites .img-responsive { .bs-docs-featured-sites .img-responsive {
margin-top: 0; margin-top: 0;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.bs-docs-featured-sites .col-sm-3:first-child img { .bs-docs-featured-sites .col-sm-4:first-child img {
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
.bs-docs-featured-sites .col-sm-3:last-child img { .bs-docs-featured-sites .col-sm-4:last-child img {
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
@ -617,7 +611,6 @@
padding-left: 10px; padding-left: 10px;
} }
} }
/* stylelint-disable selector-max-compound-selectors */
.bs-docs-sidebar.affix { .bs-docs-sidebar.affix {
position: static; position: static;
} }
@ -730,7 +723,6 @@
width: 263px; width: 263px;
} }
} }
/* stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type */
.show-grid { .show-grid {
margin-bottom: 15px; margin-bottom: 15px;
} }
@ -752,7 +744,7 @@
-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
} }
.bs-example::after { .bs-example:after {
position: absolute; position: absolute;
top: 15px; top: 15px;
left: 15px; left: 15px;
@ -767,7 +759,7 @@
padding-bottom: 24px; padding-bottom: 24px;
} }
.bs-example + .highlight, .bs-example + .highlight,
.bs-example + .zero-clipboard + .highlight { .bs-example + .bs-clipboard + .highlight {
margin: -15px -15px 15px; margin: -15px -15px 15px;
border-width: 0 0 1px; border-width: 0 0 1px;
border-radius: 0; border-radius: 0;
@ -784,7 +776,7 @@
box-shadow: none; box-shadow: none;
} }
.bs-example + .highlight, .bs-example + .highlight,
.bs-example + .zero-clipboard + .highlight { .bs-example + .bs-clipboard + .highlight {
margin-top: -16px; margin-top: -16px;
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;
@ -792,6 +784,10 @@
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
.bs-example + .bs-clipboard .btn-clipboard {
top: -15px;
border-top-right-radius: 0;
}
.bs-example-standalone { .bs-example-standalone {
border-radius: 4px; border-radius: 4px;
} }
@ -891,7 +887,7 @@
.bs-navbar-top-example { .bs-navbar-top-example {
padding-bottom: 45px; padding-bottom: 45px;
} }
.bs-navbar-top-example::after { .bs-navbar-top-example:after {
top: auto; top: auto;
bottom: 15px; bottom: 15px;
} }
@ -1112,7 +1108,6 @@
margin-right: 10px; margin-right: 10px;
border-radius: 4px; border-radius: 4px;
} }
/* stylelint-disable selector-no-qualifying-type, declaration-no-important */
.table-responsive .highlight pre { .table-responsive .highlight pre {
white-space: normal; white-space: normal;
} }
@ -1217,7 +1212,6 @@
font-size: 12px; font-size: 12px;
} }
} }
/* stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type */
.bs-customizer .toggle { .bs-customizer .toggle {
float: right; float: right;
margin-top: 25px; margin-top: 25px;
@ -1300,7 +1294,7 @@
.bs-dropzone .import-header { .bs-dropzone .import-header {
margin-bottom: 5px; margin-bottom: 5px;
} }
.bs-dropzone .glyphicon-download-alt { .bs-dropzone .glyphicon-folder-open {
font-size: 40px; font-size: 40px;
} }
.bs-dropzone hr { .bs-dropzone hr {
@ -1373,9 +1367,13 @@
font-size: 60px; font-size: 60px;
} }
} }
.zero-clipboard { .bs-clipboard {
position: relative; position: relative;
display: none; display: none;
float: right;
}
.bs-clipboard + .highlight {
margin-top: 0;
} }
.btn-clipboard { .btn-clipboard {
position: absolute; position: absolute;
@ -1383,29 +1381,24 @@
right: 0; right: 0;
z-index: 10; z-index: 10;
display: block; display: block;
padding: 5px 8px; padding: 4px 8px;
font-size: 12px; font-size: 12px;
color: #767676; color: #818a91;
cursor: pointer; cursor: pointer;
background-color: #fff; background-color: transparent;
border: 1px solid #e1e1e8; border: 0;
border-radius: 0 4px; border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
} }
.btn-clipboard-hover { .btn-clipboard:hover {
color: #fff; color: #fff;
background-color: #563d7c; background-color: #027de7;
border-color: #563d7c;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.zero-clipboard { .bs-clipboard {
display: block; display: block;
} }
.bs-example + .zero-clipboard .btn-clipboard {
top: -16px;
border-top-right-radius: 0;
}
} }
/* stylelint-disable property-no-vendor-prefix */
.anchorjs-link { .anchorjs-link {
color: inherit; color: inherit;
} }
@ -1415,17 +1408,16 @@
} }
} }
*:hover > .anchorjs-link { *:hover > .anchorjs-link {
opacity: .75; opacity: 0.75;
-webkit-transition: color .16s linear; -webkit-transition: color 0.16s linear;
-o-transition: color .16s linear; -o-transition: color 0.16s linear;
transition: color .16s linear; transition: color 0.16s linear;
} }
*:hover > .anchorjs-link:hover, *:hover > .anchorjs-link:hover,
.anchorjs-link:focus { .anchorjs-link:focus {
text-decoration: none; text-decoration: none;
opacity: 1; opacity: 1;
} }
/* stylelint-disable declaration-no-important, selector-attribute-quotes */
.algolia-autocomplete { .algolia-autocomplete {
display: block !important; display: block !important;
} }
@ -1438,17 +1430,18 @@
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #ddd; border: 1px solid #ddd;
border: 1px solid rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.175);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.175); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.175);
} }
@media min-width (768px) { @media (min-width: 768px) {
.algolia-autocomplete .ds-dropdown-menu { .algolia-autocomplete .ds-dropdown-menu {
width: 175%; width: 175%;
} }
} }
.algolia-autocomplete .ds-dropdown-menu::before { .algolia-autocomplete .ds-dropdown-menu:before {
display: none !important; display: none !important;
} }
.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] { .algolia-autocomplete .ds-dropdown-menu [class^="ds-dataset-"] {
padding: 0 !important; padding: 0 !important;
overflow: visible !important; overflow: visible !important;
background-color: transparent !important; background-color: transparent !important;
@ -1457,6 +1450,10 @@
.algolia-autocomplete .ds-dropdown-menu .ds-suggestions { .algolia-autocomplete .ds-dropdown-menu .ds-suggestions {
margin-top: 0 !important; margin-top: 0 !important;
} }
.algolia-autocomplete .ds-dropdown-menu .ds-input {
-webkit-box-shadow: none;
box-shadow: none;
}
.algolia-autocomplete .algolia-docsearch-suggestion { .algolia-autocomplete .algolia-docsearch-suggestion {
padding: 0 !important; padding: 0 !important;
overflow: visible !important; overflow: visible !important;
@ -1484,7 +1481,7 @@
width: auto !important; width: auto !important;
padding: 0 !important; padding: 0 !important;
} }
.algolia-autocomplete .algolia-docsearch-suggestion--content::before { .algolia-autocomplete .algolia-docsearch-suggestion--content:before {
display: none !important; display: none !important;
} }
.algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header { .algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header {
@ -1531,12 +1528,12 @@
background-color: #eee; background-color: #eee;
} }
.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight { .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
-webkit-box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important;
box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important; box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important;
} }
.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content { .algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content {
background-color: #e5e5e5 !important; background-color: #e5e5e5 !important;
} }
/* stylelint-disable selector-max-type, selector-no-qualifying-type, declaration-no-important */
body { body {
position: relative; position: relative;
} }
@ -1587,6 +1584,7 @@ h1[id] {
text-align: center; text-align: center;
background-color: #0275d8; background-color: #0275d8;
} }
.v4-tease:focus,
.v4-tease:hover { .v4-tease:hover {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
@ -1594,7 +1592,7 @@ h1[id] {
} }
/* Nullify ill-advised printing of hrefs; see #18711 */ /* Nullify ill-advised printing of hrefs; see #18711 */
@media print { @media print {
a[href]::after { a[href]:after {
content: "" !important; content: "" !important;
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*! /*!
* IE10 viewport hack for Surface/desktop Windows 8 bug * IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc. * Copyright 2014-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
@-ms-viewport { @-ms-viewport {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,15 +1,8 @@
/* stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors */
/*! /*!
* Bootstrap v3.4.0 (http://getbootstrap.com) * Bootstrap v3.4.0 (https://getbootstrap.com/)
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/* stylelint-disable value-keyword-case */
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
/* stylelint-disable declaration-no-important */
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
.btn-default, .btn-default,
.btn-primary, .btn-primary,
.btn-success, .btn-success,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,15 +1,8 @@
/*! /*!
* Bootstrap v3.4.0 (http://getbootstrap.com) * Bootstrap v3.4.0 (https://getbootstrap.com/)
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/* stylelint-disable value-keyword-case */
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
/* stylelint-disable declaration-no-important */
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
/* stylelint-disable */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html { html {
font-family: sans-serif; font-family: sans-serif;
@ -57,7 +50,11 @@ a:hover {
outline: 0; outline: 0;
} }
abbr[title] { abbr[title] {
border-bottom: 1px dotted; border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
-moz-text-decoration: underline dotted;
text-decoration: underline dotted;
} }
b, b,
strong { strong {
@ -101,8 +98,8 @@ figure {
} }
hr { hr {
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
height: 0; height: 0;
} }
pre { pre {
@ -153,8 +150,8 @@ input {
input[type="checkbox"], input[type="checkbox"],
input[type="radio"] { input[type="radio"] {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding: 0; padding: 0;
} }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-inner-spin-button,
@ -164,8 +161,8 @@ input[type="number"]::-webkit-outer-spin-button {
input[type="search"] { input[type="search"] {
-webkit-appearance: textfield; -webkit-appearance: textfield;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
} }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { input[type="search"]::-webkit-search-decoration {
@ -194,30 +191,29 @@ td,
th { th {
padding: 0; padding: 0;
} }
/* stylelint-disable declaration-no-important, selector-no-qualifying-type */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print { @media print {
*, *,
*::before, *:before,
*::after { *:after {
color: #000 !important; color: #000 !important;
text-shadow: none !important; text-shadow: none !important;
background: transparent !important; background: transparent !important;
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
box-shadow: none !important; box-shadow: none !important;
} }
a, a,
a:visited { a:visited {
text-decoration: underline; text-decoration: underline;
} }
a[href]::after { a[href]:after {
content: " (" attr(href) ")"; content: " (" attr(href) ")";
} }
abbr[title]::after { abbr[title]:after {
content: " (" attr(title) ")"; content: " (" attr(title) ")";
} }
a[href^="#"]::after, a[href^="#"]:after,
a[href^="javascript:"]::after { a[href^="javascript:"]:after {
content: ""; content: "";
} }
pre, pre,
@ -267,7 +263,6 @@ th {
border: 1px solid #ddd !important; border: 1px solid #ddd !important;
} }
} }
/* stylelint-disable value-list-comma-newline-after, value-list-comma-space-after, indentation, declaration-colon-newline-after, font-family-no-missing-generic-family-keyword */
@font-face { @font-face {
font-family: "Glyphicons Halflings"; font-family: "Glyphicons Halflings";
src: url("../fonts/glyphicons-halflings-regular.eot"); src: url("../fonts/glyphicons-halflings-regular.eot");
@ -284,791 +279,791 @@ th {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.glyphicon-asterisk::before { .glyphicon-asterisk:before {
content: "\002a"; content: "\002a";
} }
.glyphicon-plus::before { .glyphicon-plus:before {
content: "\002b"; content: "\002b";
} }
.glyphicon-euro::before, .glyphicon-euro:before,
.glyphicon-eur::before { .glyphicon-eur:before {
content: "\20ac"; content: "\20ac";
} }
.glyphicon-minus::before { .glyphicon-minus:before {
content: "\2212"; content: "\2212";
} }
.glyphicon-cloud::before { .glyphicon-cloud:before {
content: "\2601"; content: "\2601";
} }
.glyphicon-envelope::before { .glyphicon-envelope:before {
content: "\2709"; content: "\2709";
} }
.glyphicon-pencil::before { .glyphicon-pencil:before {
content: "\270f"; content: "\270f";
} }
.glyphicon-glass::before { .glyphicon-glass:before {
content: "\e001"; content: "\e001";
} }
.glyphicon-music::before { .glyphicon-music:before {
content: "\e002"; content: "\e002";
} }
.glyphicon-search::before { .glyphicon-search:before {
content: "\e003"; content: "\e003";
} }
.glyphicon-heart::before { .glyphicon-heart:before {
content: "\e005"; content: "\e005";
} }
.glyphicon-star::before { .glyphicon-star:before {
content: "\e006"; content: "\e006";
} }
.glyphicon-star-empty::before { .glyphicon-star-empty:before {
content: "\e007"; content: "\e007";
} }
.glyphicon-user::before { .glyphicon-user:before {
content: "\e008"; content: "\e008";
} }
.glyphicon-film::before { .glyphicon-film:before {
content: "\e009"; content: "\e009";
} }
.glyphicon-th-large::before { .glyphicon-th-large:before {
content: "\e010"; content: "\e010";
} }
.glyphicon-th::before { .glyphicon-th:before {
content: "\e011"; content: "\e011";
} }
.glyphicon-th-list::before { .glyphicon-th-list:before {
content: "\e012"; content: "\e012";
} }
.glyphicon-ok::before { .glyphicon-ok:before {
content: "\e013"; content: "\e013";
} }
.glyphicon-remove::before { .glyphicon-remove:before {
content: "\e014"; content: "\e014";
} }
.glyphicon-zoom-in::before { .glyphicon-zoom-in:before {
content: "\e015"; content: "\e015";
} }
.glyphicon-zoom-out::before { .glyphicon-zoom-out:before {
content: "\e016"; content: "\e016";
} }
.glyphicon-off::before { .glyphicon-off:before {
content: "\e017"; content: "\e017";
} }
.glyphicon-signal::before { .glyphicon-signal:before {
content: "\e018"; content: "\e018";
} }
.glyphicon-cog::before { .glyphicon-cog:before {
content: "\e019"; content: "\e019";
} }
.glyphicon-trash::before { .glyphicon-trash:before {
content: "\e020"; content: "\e020";
} }
.glyphicon-home::before { .glyphicon-home:before {
content: "\e021"; content: "\e021";
} }
.glyphicon-file::before { .glyphicon-file:before {
content: "\e022"; content: "\e022";
} }
.glyphicon-time::before { .glyphicon-time:before {
content: "\e023"; content: "\e023";
} }
.glyphicon-road::before { .glyphicon-road:before {
content: "\e024"; content: "\e024";
} }
.glyphicon-download-alt::before { .glyphicon-download-alt:before {
content: "\e025"; content: "\e025";
} }
.glyphicon-download::before { .glyphicon-download:before {
content: "\e026"; content: "\e026";
} }
.glyphicon-upload::before { .glyphicon-upload:before {
content: "\e027"; content: "\e027";
} }
.glyphicon-inbox::before { .glyphicon-inbox:before {
content: "\e028"; content: "\e028";
} }
.glyphicon-play-circle::before { .glyphicon-play-circle:before {
content: "\e029"; content: "\e029";
} }
.glyphicon-repeat::before { .glyphicon-repeat:before {
content: "\e030"; content: "\e030";
} }
.glyphicon-refresh::before { .glyphicon-refresh:before {
content: "\e031"; content: "\e031";
} }
.glyphicon-list-alt::before { .glyphicon-list-alt:before {
content: "\e032"; content: "\e032";
} }
.glyphicon-lock::before { .glyphicon-lock:before {
content: "\e033"; content: "\e033";
} }
.glyphicon-flag::before { .glyphicon-flag:before {
content: "\e034"; content: "\e034";
} }
.glyphicon-headphones::before { .glyphicon-headphones:before {
content: "\e035"; content: "\e035";
} }
.glyphicon-volume-off::before { .glyphicon-volume-off:before {
content: "\e036"; content: "\e036";
} }
.glyphicon-volume-down::before { .glyphicon-volume-down:before {
content: "\e037"; content: "\e037";
} }
.glyphicon-volume-up::before { .glyphicon-volume-up:before {
content: "\e038"; content: "\e038";
} }
.glyphicon-qrcode::before { .glyphicon-qrcode:before {
content: "\e039"; content: "\e039";
} }
.glyphicon-barcode::before { .glyphicon-barcode:before {
content: "\e040"; content: "\e040";
} }
.glyphicon-tag::before { .glyphicon-tag:before {
content: "\e041"; content: "\e041";
} }
.glyphicon-tags::before { .glyphicon-tags:before {
content: "\e042"; content: "\e042";
} }
.glyphicon-book::before { .glyphicon-book:before {
content: "\e043"; content: "\e043";
} }
.glyphicon-bookmark::before { .glyphicon-bookmark:before {
content: "\e044"; content: "\e044";
} }
.glyphicon-print::before { .glyphicon-print:before {
content: "\e045"; content: "\e045";
} }
.glyphicon-camera::before { .glyphicon-camera:before {
content: "\e046"; content: "\e046";
} }
.glyphicon-font::before { .glyphicon-font:before {
content: "\e047"; content: "\e047";
} }
.glyphicon-bold::before { .glyphicon-bold:before {
content: "\e048"; content: "\e048";
} }
.glyphicon-italic::before { .glyphicon-italic:before {
content: "\e049"; content: "\e049";
} }
.glyphicon-text-height::before { .glyphicon-text-height:before {
content: "\e050"; content: "\e050";
} }
.glyphicon-text-width::before { .glyphicon-text-width:before {
content: "\e051"; content: "\e051";
} }
.glyphicon-align-left::before { .glyphicon-align-left:before {
content: "\e052"; content: "\e052";
} }
.glyphicon-align-center::before { .glyphicon-align-center:before {
content: "\e053"; content: "\e053";
} }
.glyphicon-align-right::before { .glyphicon-align-right:before {
content: "\e054"; content: "\e054";
} }
.glyphicon-align-justify::before { .glyphicon-align-justify:before {
content: "\e055"; content: "\e055";
} }
.glyphicon-list::before { .glyphicon-list:before {
content: "\e056"; content: "\e056";
} }
.glyphicon-indent-left::before { .glyphicon-indent-left:before {
content: "\e057"; content: "\e057";
} }
.glyphicon-indent-right::before { .glyphicon-indent-right:before {
content: "\e058"; content: "\e058";
} }
.glyphicon-facetime-video::before { .glyphicon-facetime-video:before {
content: "\e059"; content: "\e059";
} }
.glyphicon-picture::before { .glyphicon-picture:before {
content: "\e060"; content: "\e060";
} }
.glyphicon-map-marker::before { .glyphicon-map-marker:before {
content: "\e062"; content: "\e062";
} }
.glyphicon-adjust::before { .glyphicon-adjust:before {
content: "\e063"; content: "\e063";
} }
.glyphicon-tint::before { .glyphicon-tint:before {
content: "\e064"; content: "\e064";
} }
.glyphicon-edit::before { .glyphicon-edit:before {
content: "\e065"; content: "\e065";
} }
.glyphicon-share::before { .glyphicon-share:before {
content: "\e066"; content: "\e066";
} }
.glyphicon-check::before { .glyphicon-check:before {
content: "\e067"; content: "\e067";
} }
.glyphicon-move::before { .glyphicon-move:before {
content: "\e068"; content: "\e068";
} }
.glyphicon-step-backward::before { .glyphicon-step-backward:before {
content: "\e069"; content: "\e069";
} }
.glyphicon-fast-backward::before { .glyphicon-fast-backward:before {
content: "\e070"; content: "\e070";
} }
.glyphicon-backward::before { .glyphicon-backward:before {
content: "\e071"; content: "\e071";
} }
.glyphicon-play::before { .glyphicon-play:before {
content: "\e072"; content: "\e072";
} }
.glyphicon-pause::before { .glyphicon-pause:before {
content: "\e073"; content: "\e073";
} }
.glyphicon-stop::before { .glyphicon-stop:before {
content: "\e074"; content: "\e074";
} }
.glyphicon-forward::before { .glyphicon-forward:before {
content: "\e075"; content: "\e075";
} }
.glyphicon-fast-forward::before { .glyphicon-fast-forward:before {
content: "\e076"; content: "\e076";
} }
.glyphicon-step-forward::before { .glyphicon-step-forward:before {
content: "\e077"; content: "\e077";
} }
.glyphicon-eject::before { .glyphicon-eject:before {
content: "\e078"; content: "\e078";
} }
.glyphicon-chevron-left::before { .glyphicon-chevron-left:before {
content: "\e079"; content: "\e079";
} }
.glyphicon-chevron-right::before { .glyphicon-chevron-right:before {
content: "\e080"; content: "\e080";
} }
.glyphicon-plus-sign::before { .glyphicon-plus-sign:before {
content: "\e081"; content: "\e081";
} }
.glyphicon-minus-sign::before { .glyphicon-minus-sign:before {
content: "\e082"; content: "\e082";
} }
.glyphicon-remove-sign::before { .glyphicon-remove-sign:before {
content: "\e083"; content: "\e083";
} }
.glyphicon-ok-sign::before { .glyphicon-ok-sign:before {
content: "\e084"; content: "\e084";
} }
.glyphicon-question-sign::before { .glyphicon-question-sign:before {
content: "\e085"; content: "\e085";
} }
.glyphicon-info-sign::before { .glyphicon-info-sign:before {
content: "\e086"; content: "\e086";
} }
.glyphicon-screenshot::before { .glyphicon-screenshot:before {
content: "\e087"; content: "\e087";
} }
.glyphicon-remove-circle::before { .glyphicon-remove-circle:before {
content: "\e088"; content: "\e088";
} }
.glyphicon-ok-circle::before { .glyphicon-ok-circle:before {
content: "\e089"; content: "\e089";
} }
.glyphicon-ban-circle::before { .glyphicon-ban-circle:before {
content: "\e090"; content: "\e090";
} }
.glyphicon-arrow-left::before { .glyphicon-arrow-left:before {
content: "\e091"; content: "\e091";
} }
.glyphicon-arrow-right::before { .glyphicon-arrow-right:before {
content: "\e092"; content: "\e092";
} }
.glyphicon-arrow-up::before { .glyphicon-arrow-up:before {
content: "\e093"; content: "\e093";
} }
.glyphicon-arrow-down::before { .glyphicon-arrow-down:before {
content: "\e094"; content: "\e094";
} }
.glyphicon-share-alt::before { .glyphicon-share-alt:before {
content: "\e095"; content: "\e095";
} }
.glyphicon-resize-full::before { .glyphicon-resize-full:before {
content: "\e096"; content: "\e096";
} }
.glyphicon-resize-small::before { .glyphicon-resize-small:before {
content: "\e097"; content: "\e097";
} }
.glyphicon-exclamation-sign::before { .glyphicon-exclamation-sign:before {
content: "\e101"; content: "\e101";
} }
.glyphicon-gift::before { .glyphicon-gift:before {
content: "\e102"; content: "\e102";
} }
.glyphicon-leaf::before { .glyphicon-leaf:before {
content: "\e103"; content: "\e103";
} }
.glyphicon-fire::before { .glyphicon-fire:before {
content: "\e104"; content: "\e104";
} }
.glyphicon-eye-open::before { .glyphicon-eye-open:before {
content: "\e105"; content: "\e105";
} }
.glyphicon-eye-close::before { .glyphicon-eye-close:before {
content: "\e106"; content: "\e106";
} }
.glyphicon-warning-sign::before { .glyphicon-warning-sign:before {
content: "\e107"; content: "\e107";
} }
.glyphicon-plane::before { .glyphicon-plane:before {
content: "\e108"; content: "\e108";
} }
.glyphicon-calendar::before { .glyphicon-calendar:before {
content: "\e109"; content: "\e109";
} }
.glyphicon-random::before { .glyphicon-random:before {
content: "\e110"; content: "\e110";
} }
.glyphicon-comment::before { .glyphicon-comment:before {
content: "\e111"; content: "\e111";
} }
.glyphicon-magnet::before { .glyphicon-magnet:before {
content: "\e112"; content: "\e112";
} }
.glyphicon-chevron-up::before { .glyphicon-chevron-up:before {
content: "\e113"; content: "\e113";
} }
.glyphicon-chevron-down::before { .glyphicon-chevron-down:before {
content: "\e114"; content: "\e114";
} }
.glyphicon-retweet::before { .glyphicon-retweet:before {
content: "\e115"; content: "\e115";
} }
.glyphicon-shopping-cart::before { .glyphicon-shopping-cart:before {
content: "\e116"; content: "\e116";
} }
.glyphicon-folder-close::before { .glyphicon-folder-close:before {
content: "\e117"; content: "\e117";
} }
.glyphicon-folder-open::before { .glyphicon-folder-open:before {
content: "\e118"; content: "\e118";
} }
.glyphicon-resize-vertical::before { .glyphicon-resize-vertical:before {
content: "\e119"; content: "\e119";
} }
.glyphicon-resize-horizontal::before { .glyphicon-resize-horizontal:before {
content: "\e120"; content: "\e120";
} }
.glyphicon-hdd::before { .glyphicon-hdd:before {
content: "\e121"; content: "\e121";
} }
.glyphicon-bullhorn::before { .glyphicon-bullhorn:before {
content: "\e122"; content: "\e122";
} }
.glyphicon-bell::before { .glyphicon-bell:before {
content: "\e123"; content: "\e123";
} }
.glyphicon-certificate::before { .glyphicon-certificate:before {
content: "\e124"; content: "\e124";
} }
.glyphicon-thumbs-up::before { .glyphicon-thumbs-up:before {
content: "\e125"; content: "\e125";
} }
.glyphicon-thumbs-down::before { .glyphicon-thumbs-down:before {
content: "\e126"; content: "\e126";
} }
.glyphicon-hand-right::before { .glyphicon-hand-right:before {
content: "\e127"; content: "\e127";
} }
.glyphicon-hand-left::before { .glyphicon-hand-left:before {
content: "\e128"; content: "\e128";
} }
.glyphicon-hand-up::before { .glyphicon-hand-up:before {
content: "\e129"; content: "\e129";
} }
.glyphicon-hand-down::before { .glyphicon-hand-down:before {
content: "\e130"; content: "\e130";
} }
.glyphicon-circle-arrow-right::before { .glyphicon-circle-arrow-right:before {
content: "\e131"; content: "\e131";
} }
.glyphicon-circle-arrow-left::before { .glyphicon-circle-arrow-left:before {
content: "\e132"; content: "\e132";
} }
.glyphicon-circle-arrow-up::before { .glyphicon-circle-arrow-up:before {
content: "\e133"; content: "\e133";
} }
.glyphicon-circle-arrow-down::before { .glyphicon-circle-arrow-down:before {
content: "\e134"; content: "\e134";
} }
.glyphicon-globe::before { .glyphicon-globe:before {
content: "\e135"; content: "\e135";
} }
.glyphicon-wrench::before { .glyphicon-wrench:before {
content: "\e136"; content: "\e136";
} }
.glyphicon-tasks::before { .glyphicon-tasks:before {
content: "\e137"; content: "\e137";
} }
.glyphicon-filter::before { .glyphicon-filter:before {
content: "\e138"; content: "\e138";
} }
.glyphicon-briefcase::before { .glyphicon-briefcase:before {
content: "\e139"; content: "\e139";
} }
.glyphicon-fullscreen::before { .glyphicon-fullscreen:before {
content: "\e140"; content: "\e140";
} }
.glyphicon-dashboard::before { .glyphicon-dashboard:before {
content: "\e141"; content: "\e141";
} }
.glyphicon-paperclip::before { .glyphicon-paperclip:before {
content: "\e142"; content: "\e142";
} }
.glyphicon-heart-empty::before { .glyphicon-heart-empty:before {
content: "\e143"; content: "\e143";
} }
.glyphicon-link::before { .glyphicon-link:before {
content: "\e144"; content: "\e144";
} }
.glyphicon-phone::before { .glyphicon-phone:before {
content: "\e145"; content: "\e145";
} }
.glyphicon-pushpin::before { .glyphicon-pushpin:before {
content: "\e146"; content: "\e146";
} }
.glyphicon-usd::before { .glyphicon-usd:before {
content: "\e148"; content: "\e148";
} }
.glyphicon-gbp::before { .glyphicon-gbp:before {
content: "\e149"; content: "\e149";
} }
.glyphicon-sort::before { .glyphicon-sort:before {
content: "\e150"; content: "\e150";
} }
.glyphicon-sort-by-alphabet::before { .glyphicon-sort-by-alphabet:before {
content: "\e151"; content: "\e151";
} }
.glyphicon-sort-by-alphabet-alt::before { .glyphicon-sort-by-alphabet-alt:before {
content: "\e152"; content: "\e152";
} }
.glyphicon-sort-by-order::before { .glyphicon-sort-by-order:before {
content: "\e153"; content: "\e153";
} }
.glyphicon-sort-by-order-alt::before { .glyphicon-sort-by-order-alt:before {
content: "\e154"; content: "\e154";
} }
.glyphicon-sort-by-attributes::before { .glyphicon-sort-by-attributes:before {
content: "\e155"; content: "\e155";
} }
.glyphicon-sort-by-attributes-alt::before { .glyphicon-sort-by-attributes-alt:before {
content: "\e156"; content: "\e156";
} }
.glyphicon-unchecked::before { .glyphicon-unchecked:before {
content: "\e157"; content: "\e157";
} }
.glyphicon-expand::before { .glyphicon-expand:before {
content: "\e158"; content: "\e158";
} }
.glyphicon-collapse-down::before { .glyphicon-collapse-down:before {
content: "\e159"; content: "\e159";
} }
.glyphicon-collapse-up::before { .glyphicon-collapse-up:before {
content: "\e160"; content: "\e160";
} }
.glyphicon-log-in::before { .glyphicon-log-in:before {
content: "\e161"; content: "\e161";
} }
.glyphicon-flash::before { .glyphicon-flash:before {
content: "\e162"; content: "\e162";
} }
.glyphicon-log-out::before { .glyphicon-log-out:before {
content: "\e163"; content: "\e163";
} }
.glyphicon-new-window::before { .glyphicon-new-window:before {
content: "\e164"; content: "\e164";
} }
.glyphicon-record::before { .glyphicon-record:before {
content: "\e165"; content: "\e165";
} }
.glyphicon-save::before { .glyphicon-save:before {
content: "\e166"; content: "\e166";
} }
.glyphicon-open::before { .glyphicon-open:before {
content: "\e167"; content: "\e167";
} }
.glyphicon-saved::before { .glyphicon-saved:before {
content: "\e168"; content: "\e168";
} }
.glyphicon-import::before { .glyphicon-import:before {
content: "\e169"; content: "\e169";
} }
.glyphicon-export::before { .glyphicon-export:before {
content: "\e170"; content: "\e170";
} }
.glyphicon-send::before { .glyphicon-send:before {
content: "\e171"; content: "\e171";
} }
.glyphicon-floppy-disk::before { .glyphicon-floppy-disk:before {
content: "\e172"; content: "\e172";
} }
.glyphicon-floppy-saved::before { .glyphicon-floppy-saved:before {
content: "\e173"; content: "\e173";
} }
.glyphicon-floppy-remove::before { .glyphicon-floppy-remove:before {
content: "\e174"; content: "\e174";
} }
.glyphicon-floppy-save::before { .glyphicon-floppy-save:before {
content: "\e175"; content: "\e175";
} }
.glyphicon-floppy-open::before { .glyphicon-floppy-open:before {
content: "\e176"; content: "\e176";
} }
.glyphicon-credit-card::before { .glyphicon-credit-card:before {
content: "\e177"; content: "\e177";
} }
.glyphicon-transfer::before { .glyphicon-transfer:before {
content: "\e178"; content: "\e178";
} }
.glyphicon-cutlery::before { .glyphicon-cutlery:before {
content: "\e179"; content: "\e179";
} }
.glyphicon-header::before { .glyphicon-header:before {
content: "\e180"; content: "\e180";
} }
.glyphicon-compressed::before { .glyphicon-compressed:before {
content: "\e181"; content: "\e181";
} }
.glyphicon-earphone::before { .glyphicon-earphone:before {
content: "\e182"; content: "\e182";
} }
.glyphicon-phone-alt::before { .glyphicon-phone-alt:before {
content: "\e183"; content: "\e183";
} }
.glyphicon-tower::before { .glyphicon-tower:before {
content: "\e184"; content: "\e184";
} }
.glyphicon-stats::before { .glyphicon-stats:before {
content: "\e185"; content: "\e185";
} }
.glyphicon-sd-video::before { .glyphicon-sd-video:before {
content: "\e186"; content: "\e186";
} }
.glyphicon-hd-video::before { .glyphicon-hd-video:before {
content: "\e187"; content: "\e187";
} }
.glyphicon-subtitles::before { .glyphicon-subtitles:before {
content: "\e188"; content: "\e188";
} }
.glyphicon-sound-stereo::before { .glyphicon-sound-stereo:before {
content: "\e189"; content: "\e189";
} }
.glyphicon-sound-dolby::before { .glyphicon-sound-dolby:before {
content: "\e190"; content: "\e190";
} }
.glyphicon-sound-5-1::before { .glyphicon-sound-5-1:before {
content: "\e191"; content: "\e191";
} }
.glyphicon-sound-6-1::before { .glyphicon-sound-6-1:before {
content: "\e192"; content: "\e192";
} }
.glyphicon-sound-7-1::before { .glyphicon-sound-7-1:before {
content: "\e193"; content: "\e193";
} }
.glyphicon-copyright-mark::before { .glyphicon-copyright-mark:before {
content: "\e194"; content: "\e194";
} }
.glyphicon-registration-mark::before { .glyphicon-registration-mark:before {
content: "\e195"; content: "\e195";
} }
.glyphicon-cloud-download::before { .glyphicon-cloud-download:before {
content: "\e197"; content: "\e197";
} }
.glyphicon-cloud-upload::before { .glyphicon-cloud-upload:before {
content: "\e198"; content: "\e198";
} }
.glyphicon-tree-conifer::before { .glyphicon-tree-conifer:before {
content: "\e199"; content: "\e199";
} }
.glyphicon-tree-deciduous::before { .glyphicon-tree-deciduous:before {
content: "\e200"; content: "\e200";
} }
.glyphicon-cd::before { .glyphicon-cd:before {
content: "\e201"; content: "\e201";
} }
.glyphicon-save-file::before { .glyphicon-save-file:before {
content: "\e202"; content: "\e202";
} }
.glyphicon-open-file::before { .glyphicon-open-file:before {
content: "\e203"; content: "\e203";
} }
.glyphicon-level-up::before { .glyphicon-level-up:before {
content: "\e204"; content: "\e204";
} }
.glyphicon-copy::before { .glyphicon-copy:before {
content: "\e205"; content: "\e205";
} }
.glyphicon-paste::before { .glyphicon-paste:before {
content: "\e206"; content: "\e206";
} }
.glyphicon-alert::before { .glyphicon-alert:before {
content: "\e209"; content: "\e209";
} }
.glyphicon-equalizer::before { .glyphicon-equalizer:before {
content: "\e210"; content: "\e210";
} }
.glyphicon-king::before { .glyphicon-king:before {
content: "\e211"; content: "\e211";
} }
.glyphicon-queen::before { .glyphicon-queen:before {
content: "\e212"; content: "\e212";
} }
.glyphicon-pawn::before { .glyphicon-pawn:before {
content: "\e213"; content: "\e213";
} }
.glyphicon-bishop::before { .glyphicon-bishop:before {
content: "\e214"; content: "\e214";
} }
.glyphicon-knight::before { .glyphicon-knight:before {
content: "\e215"; content: "\e215";
} }
.glyphicon-baby-formula::before { .glyphicon-baby-formula:before {
content: "\e216"; content: "\e216";
} }
.glyphicon-tent::before { .glyphicon-tent:before {
content: "\26fa"; content: "\26fa";
} }
.glyphicon-blackboard::before { .glyphicon-blackboard:before {
content: "\e218"; content: "\e218";
} }
.glyphicon-bed::before { .glyphicon-bed:before {
content: "\e219"; content: "\e219";
} }
.glyphicon-apple::before { .glyphicon-apple:before {
content: "\f8ff"; content: "\f8ff";
} }
.glyphicon-erase::before { .glyphicon-erase:before {
content: "\e221"; content: "\e221";
} }
.glyphicon-hourglass::before { .glyphicon-hourglass:before {
content: "\231b"; content: "\231b";
} }
.glyphicon-lamp::before { .glyphicon-lamp:before {
content: "\e223"; content: "\e223";
} }
.glyphicon-duplicate::before { .glyphicon-duplicate:before {
content: "\e224"; content: "\e224";
} }
.glyphicon-piggy-bank::before { .glyphicon-piggy-bank:before {
content: "\e225"; content: "\e225";
} }
.glyphicon-scissors::before { .glyphicon-scissors:before {
content: "\e226"; content: "\e226";
} }
.glyphicon-bitcoin::before { .glyphicon-bitcoin:before {
content: "\e227"; content: "\e227";
} }
.glyphicon-btc::before { .glyphicon-btc:before {
content: "\e227"; content: "\e227";
} }
.glyphicon-xbt::before { .glyphicon-xbt:before {
content: "\e227"; content: "\e227";
} }
.glyphicon-yen::before { .glyphicon-yen:before {
content: "\00a5"; content: "\00a5";
} }
.glyphicon-jpy::before { .glyphicon-jpy:before {
content: "\00a5"; content: "\00a5";
} }
.glyphicon-ruble::before { .glyphicon-ruble:before {
content: "\20bd"; content: "\20bd";
} }
.glyphicon-rub::before { .glyphicon-rub:before {
content: "\20bd"; content: "\20bd";
} }
.glyphicon-scale::before { .glyphicon-scale:before {
content: "\e230"; content: "\e230";
} }
.glyphicon-ice-lolly::before { .glyphicon-ice-lolly:before {
content: "\e231"; content: "\e231";
} }
.glyphicon-ice-lolly-tasted::before { .glyphicon-ice-lolly-tasted:before {
content: "\e232"; content: "\e232";
} }
.glyphicon-education::before { .glyphicon-education:before {
content: "\e233"; content: "\e233";
} }
.glyphicon-option-horizontal::before { .glyphicon-option-horizontal:before {
content: "\e234"; content: "\e234";
} }
.glyphicon-option-vertical::before { .glyphicon-option-vertical:before {
content: "\e235"; content: "\e235";
} }
.glyphicon-menu-hamburger::before { .glyphicon-menu-hamburger:before {
content: "\e236"; content: "\e236";
} }
.glyphicon-modal-window::before { .glyphicon-modal-window:before {
content: "\e237"; content: "\e237";
} }
.glyphicon-oil::before { .glyphicon-oil:before {
content: "\e238"; content: "\e238";
} }
.glyphicon-grain::before { .glyphicon-grain:before {
content: "\e239"; content: "\e239";
} }
.glyphicon-sunglasses::before { .glyphicon-sunglasses:before {
content: "\e240"; content: "\e240";
} }
.glyphicon-text-size::before { .glyphicon-text-size:before {
content: "\e241"; content: "\e241";
} }
.glyphicon-text-color::before { .glyphicon-text-color:before {
content: "\e242"; content: "\e242";
} }
.glyphicon-text-background::before { .glyphicon-text-background:before {
content: "\e243"; content: "\e243";
} }
.glyphicon-object-align-top::before { .glyphicon-object-align-top:before {
content: "\e244"; content: "\e244";
} }
.glyphicon-object-align-bottom::before { .glyphicon-object-align-bottom:before {
content: "\e245"; content: "\e245";
} }
.glyphicon-object-align-horizontal::before { .glyphicon-object-align-horizontal:before {
content: "\e246"; content: "\e246";
} }
.glyphicon-object-align-left::before { .glyphicon-object-align-left:before {
content: "\e247"; content: "\e247";
} }
.glyphicon-object-align-vertical::before { .glyphicon-object-align-vertical:before {
content: "\e248"; content: "\e248";
} }
.glyphicon-object-align-right::before { .glyphicon-object-align-right:before {
content: "\e249"; content: "\e249";
} }
.glyphicon-triangle-right::before { .glyphicon-triangle-right:before {
content: "\e250"; content: "\e250";
} }
.glyphicon-triangle-left::before { .glyphicon-triangle-left:before {
content: "\e251"; content: "\e251";
} }
.glyphicon-triangle-bottom::before { .glyphicon-triangle-bottom:before {
content: "\e252"; content: "\e252";
} }
.glyphicon-triangle-top::before { .glyphicon-triangle-top:before {
content: "\e253"; content: "\e253";
} }
.glyphicon-console::before { .glyphicon-console:before {
content: "\e254"; content: "\e254";
} }
.glyphicon-superscript::before { .glyphicon-superscript:before {
content: "\e255"; content: "\e255";
} }
.glyphicon-subscript::before { .glyphicon-subscript:before {
content: "\e256"; content: "\e256";
} }
.glyphicon-menu-left::before { .glyphicon-menu-left:before {
content: "\e257"; content: "\e257";
} }
.glyphicon-menu-right::before { .glyphicon-menu-right:before {
content: "\e258"; content: "\e258";
} }
.glyphicon-menu-down::before { .glyphicon-menu-down:before {
content: "\e259"; content: "\e259";
} }
.glyphicon-menu-up::before { .glyphicon-menu-up:before {
content: "\e260"; content: "\e260";
} }
* { * {
@ -1076,8 +1071,8 @@ th {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
*::before, *:before,
*::after { *:after {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
@ -1176,7 +1171,6 @@ hr {
[role="button"] { [role="button"] {
cursor: pointer; cursor: pointer;
} }
/* stylelint-disable selector-list-comma-newline-after, selector-no-qualifying-type */
h1, h1,
h2, h2,
h3, h3,
@ -1312,7 +1306,7 @@ small,
} }
mark, mark,
.mark { .mark {
padding: .2em; padding: 0.2em;
background-color: #fcf8e3; background-color: #fcf8e3;
} }
.text-left { .text-left {
@ -1471,6 +1465,10 @@ dd {
margin-left: 180px; margin-left: 180px;
} }
} }
abbr[title],
abbr[data-original-title] {
cursor: help;
}
.initialism { .initialism {
font-size: 90%; font-size: 90%;
text-transform: uppercase; text-transform: uppercase;
@ -1494,9 +1492,9 @@ blockquote .small {
line-height: 1.42857143; line-height: 1.42857143;
color: #777777; color: #777777;
} }
blockquote footer::before, blockquote footer:before,
blockquote small::before, blockquote small:before,
blockquote .small::before { blockquote .small:before {
content: "\2014 \00A0"; content: "\2014 \00A0";
} }
.blockquote-reverse, .blockquote-reverse,
@ -1507,20 +1505,20 @@ blockquote.pull-right {
border-right: 5px solid #eeeeee; border-right: 5px solid #eeeeee;
border-left: 0; border-left: 0;
} }
.blockquote-reverse footer::before, .blockquote-reverse footer:before,
blockquote.pull-right footer::before, blockquote.pull-right footer:before,
.blockquote-reverse small::before, .blockquote-reverse small:before,
blockquote.pull-right small::before, blockquote.pull-right small:before,
.blockquote-reverse .small::before, .blockquote-reverse .small:before,
blockquote.pull-right .small::before { blockquote.pull-right .small:before {
content: ""; content: "";
} }
.blockquote-reverse footer::after, .blockquote-reverse footer:after,
blockquote.pull-right footer::after, blockquote.pull-right footer:after,
.blockquote-reverse small::after, .blockquote-reverse small:after,
blockquote.pull-right small::after, blockquote.pull-right small:after,
.blockquote-reverse .small::after, .blockquote-reverse .small:after,
blockquote.pull-right .small::after { blockquote.pull-right .small:after {
content: "\00A0 \2014"; content: "\00A0 \2014";
} }
address { address {
@ -1548,14 +1546,14 @@ kbd {
background-color: #333; background-color: #333;
border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); -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); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
kbd kbd { kbd kbd {
padding: 0; padding: 0;
font-size: 100%; font-size: 100%;
font-weight: 700; font-weight: 700;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
pre { pre {
display: block; display: block;
@ -1621,13 +1619,71 @@ pre code {
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative; position: relative;
min-height: 1px; min-height: 1px;
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
} }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { .col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left; float: left;
} }
.col-xs-12 { .col-xs-12 {
@ -1784,7 +1840,18 @@ pre code {
margin-left: 0%; margin-left: 0%;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left; float: left;
} }
.col-sm-12 { .col-sm-12 {
@ -1942,7 +2009,18 @@ pre code {
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left; float: left;
} }
.col-md-12 { .col-md-12 {
@ -2100,7 +2178,18 @@ pre code {
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left; float: left;
} }
.col-lg-12 { .col-lg-12 {
@ -2257,7 +2346,6 @@ pre code {
margin-left: 0%; margin-left: 0%;
} }
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-no-qualifying-type */
table { table {
background-color: transparent; background-color: transparent;
} }
@ -2450,7 +2538,7 @@ th {
background-color: #ebcccc; background-color: #ebcccc;
} }
.table-responsive { .table-responsive {
min-height: .01%; min-height: 0.01%;
overflow-x: auto; overflow-x: auto;
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
@ -2498,7 +2586,6 @@ th {
border-bottom: 0; border-bottom: 0;
} }
} }
/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, media-feature-name-no-vendor-prefix, indentation */
fieldset { fieldset {
min-width: 0; min-width: 0;
padding: 0; padding: 0;
@ -2527,6 +2614,8 @@ input[type="search"] {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} }
input[type="radio"], input[type="radio"],
input[type="checkbox"] { input[type="checkbox"] {
@ -2580,9 +2669,12 @@ output {
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -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); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
} }
.form-control:focus { .form-control:focus {
border-color: #66afe9; border-color: #66afe9;
@ -3009,7 +3101,6 @@ select[multiple].input-lg {
font-size: 12px; font-size: 12px;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.btn { .btn {
display: inline-block; display: inline-block;
margin-bottom: 0; margin-bottom: 0;
@ -3018,7 +3109,7 @@ select[multiple].input-lg {
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
-ms-touch-action: manipulation; -ms-touch-action: manipulation;
touch-action: manipulation; touch-action: manipulation;
cursor: pointer; cursor: pointer;
background-image: none; background-image: none;
border: 1px solid transparent; border: 1px solid transparent;
@ -3450,7 +3541,6 @@ input[type="reset"].btn-block,
input[type="button"].btn-block { input[type="button"].btn-block {
width: 100%; width: 100%;
} }
/* stylelint-disable selector-no-qualifying-type */
.fade { .fade {
opacity: 0; opacity: 0;
-webkit-transition: opacity 0.15s linear; -webkit-transition: opacity 0.15s linear;
@ -3478,13 +3568,13 @@ tbody.collapse.in {
overflow: hidden; overflow: hidden;
-webkit-transition-property: height, visibility; -webkit-transition-property: height, visibility;
-o-transition-property: height, visibility; -o-transition-property: height, visibility;
transition-property: height, visibility; transition-property: height, visibility;
-webkit-transition-duration: 0.35s; -webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s; -o-transition-duration: 0.35s;
transition-duration: 0.35s; transition-duration: 0.35s;
-webkit-transition-timing-function: ease; -webkit-transition-timing-function: ease;
-o-transition-timing-function: ease; -o-transition-timing-function: ease;
transition-timing-function: ease; transition-timing-function: ease;
} }
.caret { .caret {
display: inline-block; display: inline-block;
@ -3518,8 +3608,7 @@ tbody.collapse.in {
text-align: left; text-align: left;
list-style: none; list-style: none;
background-color: #fff; background-color: #fff;
-webkit-background-clip: padding-box; background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px; border-radius: 4px;
@ -3629,7 +3718,6 @@ tbody.collapse.in {
left: 0; left: 0;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.btn-group, .btn-group,
.btn-group-vertical { .btn-group-vertical {
position: relative; position: relative;
@ -3801,7 +3889,6 @@ tbody.collapse.in {
clip: rect(0, 0, 0, 0); clip: rect(0, 0, 0, 0);
pointer-events: none; pointer-events: none;
} }
/* stylelint-disable selector-no-qualifying-type */
.input-group { .input-group {
position: relative; position: relative;
display: table; display: table;
@ -3960,7 +4047,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
z-index: 2; z-index: 2;
margin-left: -1px; margin-left: -1px;
} }
/* stylelint-disable selector-no-qualifying-type, selector-max-type */
.nav { .nav {
padding-left: 0; padding-left: 0;
margin-bottom: 0; margin-bottom: 0;
@ -4153,7 +4239,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, selector-max-class, declaration-no-important, selector-no-qualifying-type, no-duplicate-selectors */
.navbar { .navbar {
position: relative; position: relative;
min-height: 50px; min-height: 50px;
@ -4176,7 +4261,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
overflow-x: visible; overflow-x: visible;
border-top: 1px solid transparent; border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -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); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.navbar-collapse.in { .navbar-collapse.in {
@ -4187,7 +4272,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
width: auto; width: auto;
border-top: 0; border-top: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.navbar-collapse.collapse { .navbar-collapse.collapse {
display: block !important; display: block !important;
@ -4205,6 +4290,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding-left: 0; padding-left: 0;
} }
} }
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse { .navbar-fixed-bottom .navbar-collapse {
max-height: 340px; max-height: 340px;
@ -4215,6 +4307,21 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
max-height: 200px; max-height: 200px;
} }
} }
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.container > .navbar-header, .container > .navbar-header,
.container-fluid > .navbar-header, .container-fluid > .navbar-header,
.container > .navbar-collapse, .container > .navbar-collapse,
@ -4240,28 +4347,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: 0; border-radius: 0;
} }
} }
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand { .navbar-brand {
float: left; float: left;
height: 50px; height: 50px;
@ -4328,7 +4413,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: transparent; background-color: transparent;
border: 0; border: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header { .navbar-nav .open .dropdown-menu .dropdown-header {
@ -4518,20 +4603,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
color: #ccc; color: #ccc;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus { .navbar-default .navbar-nav > .open > a:focus {
@ -4560,6 +4631,20 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: transparent; background-color: transparent;
} }
} }
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-link { .navbar-default .navbar-link {
color: #777; color: #777;
} }
@ -4614,20 +4699,6 @@ fieldset[disabled] .navbar-default .btn-link:focus {
color: #444; color: #444;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus { .navbar-inverse .navbar-nav > .open > a:focus {
@ -4662,6 +4733,20 @@ fieldset[disabled] .navbar-default .btn-link:focus {
background-color: transparent; background-color: transparent;
} }
} }
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-link { .navbar-inverse .navbar-link {
color: #9d9d9d; color: #9d9d9d;
} }
@ -4691,7 +4776,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.breadcrumb > li { .breadcrumb > li {
display: inline-block; display: inline-block;
} }
.breadcrumb > li + li::before { .breadcrumb > li + li:before {
padding: 0 5px; padding: 0 5px;
color: #ccc; color: #ccc;
content: "/\00a0"; content: "/\00a0";
@ -4835,7 +4920,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
} }
.label { .label {
display: inline; display: inline;
padding: .2em .6em .3em; padding: 0.2em 0.6em 0.3em;
font-size: 75%; font-size: 75%;
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
@ -4843,7 +4928,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
border-radius: .25em; border-radius: 0.25em;
} }
a.label:hover, a.label:hover,
a.label:focus { a.label:focus {
@ -4989,7 +5074,6 @@ a.badge:focus {
font-size: 63px; font-size: 63px;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.thumbnail { .thumbnail {
display: block; display: block;
padding: 4px; padding: 4px;
@ -5091,7 +5175,6 @@ a.thumbnail.active {
.alert-danger .alert-link { .alert-danger .alert-link {
color: #843534; color: #843534;
} }
/* stylelint-disable at-rule-no-vendor-prefix */
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
@ -5146,7 +5229,7 @@ a.thumbnail.active {
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: -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); 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; -webkit-background-size: 40px 40px;
background-size: 40px 40px; background-size: 40px 40px;
} }
.progress.active .progress-bar, .progress.active .progress-bar,
.progress-bar.active { .progress-bar.active {
@ -5234,7 +5317,6 @@ a.thumbnail.active {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
} }
/* stylelint-disable selector-no-qualifying-type */
.list-group { .list-group {
padding-left: 0; padding-left: 0;
margin-bottom: 20px; margin-bottom: 20px;
@ -5441,7 +5523,6 @@ button.list-group-item-danger.active:focus {
margin-bottom: 0; margin-bottom: 0;
line-height: 1.3; line-height: 1.3;
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, no-duplicate-selectors */
.panel { .panel {
margin-bottom: 20px; margin-bottom: 20px;
background-color: #fff; background-color: #fff;
@ -5833,7 +5914,6 @@ button.list-group-item-danger.active:focus {
padding: 9px; padding: 9px;
border-radius: 3px; border-radius: 3px;
} }
/* stylelint-disable property-no-vendor-prefix */
.close { .close {
float: right; float: right;
font-size: 21px; font-size: 21px;
@ -5858,6 +5938,8 @@ button.close {
background: transparent; background: transparent;
border: 0; border: 0;
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} }
.modal-open { .modal-open {
overflow: hidden; overflow: hidden;
@ -5881,7 +5963,9 @@ button.close {
transform: translate(0, -25%); transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out; -webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: 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;
} }
.modal.in .modal-dialog { .modal.in .modal-dialog {
-webkit-transform: translate(0, 0); -webkit-transform: translate(0, 0);
@ -5901,8 +5985,7 @@ button.close {
.modal-content { .modal-content {
position: relative; position: relative;
background-color: #fff; background-color: #fff;
-webkit-background-clip: padding-box; background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999; border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
@ -5982,7 +6065,6 @@ button.close {
width: 900px; width: 900px;
} }
} }
/* stylelint-disable no-duplicate-selectors */
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1070; z-index: 1070;
@ -6026,21 +6108,6 @@ button.close {
padding: 0 5px; padding: 0 5px;
margin-left: -3px; margin-left: -3px;
} }
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow { .tooltip.top .tooltip-arrow {
bottom: 0; bottom: 0;
left: 50%; left: 50%;
@ -6097,7 +6164,21 @@ button.close {
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000; border-bottom-color: #000;
} }
/* stylelint-disable no-duplicate-selectors */ .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover { .popover {
position: absolute; position: absolute;
top: 0; top: 0;
@ -6123,8 +6204,7 @@ button.close {
white-space: normal; white-space: normal;
font-size: 14px; font-size: 14px;
background-color: #fff; background-color: #fff;
-webkit-background-clip: padding-box; background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
@ -6147,7 +6227,7 @@ button.close {
border-width: 11px; border-width: 11px;
} }
.popover > .arrow, .popover > .arrow,
.popover > .arrow::after { .popover > .arrow:after {
position: absolute; position: absolute;
display: block; display: block;
width: 0; width: 0;
@ -6155,21 +6235,10 @@ button.close {
border-color: transparent; border-color: transparent;
border-style: solid; border-style: solid;
} }
.popover > .arrow::after { .popover > .arrow:after {
content: ""; content: "";
border-width: 10px; border-width: 10px;
} }
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover.top > .arrow { .popover.top > .arrow {
bottom: -11px; bottom: -11px;
left: 50%; left: 50%;
@ -6178,7 +6247,7 @@ button.close {
border-top-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0; border-bottom-width: 0;
} }
.popover.top > .arrow::after { .popover.top > .arrow:after {
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
content: " "; content: " ";
@ -6193,7 +6262,7 @@ button.close {
border-right-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0; border-left-width: 0;
} }
.popover.right > .arrow::after { .popover.right > .arrow:after {
bottom: -10px; bottom: -10px;
left: 1px; left: 1px;
content: " "; content: " ";
@ -6208,7 +6277,7 @@ button.close {
border-bottom-color: #999999; border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25);
} }
.popover.bottom > .arrow::after { .popover.bottom > .arrow:after {
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
content: " "; content: " ";
@ -6223,14 +6292,24 @@ button.close {
border-left-color: #999999; border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25); border-left-color: rgba(0, 0, 0, 0.25);
} }
.popover.left > .arrow::after { .popover.left > .arrow:after {
right: 1px; right: 1px;
bottom: -10px; bottom: -10px;
content: " "; content: " ";
border-right-width: 0; border-right-width: 0;
border-left-color: #fff; border-left-color: #fff;
} }
/* stylelint-disable media-feature-name-no-unknown */ .popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.carousel { .carousel {
position: relative; position: relative;
} }
@ -6254,7 +6333,9 @@ button.close {
.carousel-inner > .item { .carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out; -webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: 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; -webkit-backface-visibility: hidden;
backface-visibility: hidden; backface-visibility: hidden;
-webkit-perspective: 1000px; -webkit-perspective: 1000px;
@ -6377,10 +6458,10 @@ button.close {
font-family: serif; font-family: serif;
line-height: 1; line-height: 1;
} }
.carousel-control .icon-prev::before { .carousel-control .icon-prev:before {
content: "\2039"; content: "\2039";
} }
.carousel-control .icon-next::before { .carousel-control .icon-next:before {
content: "\203a"; content: "\203a";
} }
.carousel-indicators { .carousel-indicators {
@ -6454,58 +6535,57 @@ button.close {
bottom: 20px; bottom: 20px;
} }
} }
/* stylelint-disable declaration-no-important */ .clearfix:before,
.clearfix::before, .clearfix:after,
.clearfix::after, .dl-horizontal dd:before,
.dl-horizontal dd::before, .dl-horizontal dd:after,
.dl-horizontal dd::after, .container:before,
.container::before, .container:after,
.container::after, .container-fluid:before,
.container-fluid::before, .container-fluid:after,
.container-fluid::after, .row:before,
.row::before, .row:after,
.row::after, .form-horizontal .form-group:before,
.form-horizontal .form-group::before, .form-horizontal .form-group:after,
.form-horizontal .form-group::after, .btn-toolbar:before,
.btn-toolbar::before, .btn-toolbar:after,
.btn-toolbar::after, .btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group::after, .nav:before,
.nav::before, .nav:after,
.nav::after, .navbar:before,
.navbar::before, .navbar:after,
.navbar::after, .navbar-header:before,
.navbar-header::before, .navbar-header:after,
.navbar-header::after, .navbar-collapse:before,
.navbar-collapse::before, .navbar-collapse:after,
.navbar-collapse::after, .pager:before,
.pager::before, .pager:after,
.pager::after, .panel-body:before,
.panel-body::before, .panel-body:after,
.panel-body::after, .modal-header:before,
.modal-header::before, .modal-header:after,
.modal-header::after, .modal-footer:before,
.modal-footer::before, .modal-footer:after {
.modal-footer::after {
display: table; display: table;
content: " "; content: " ";
} }
.clearfix::after, .clearfix:after,
.dl-horizontal dd::after, .dl-horizontal dd:after,
.container::after, .container:after,
.container-fluid::after, .container-fluid:after,
.row::after, .row:after,
.form-horizontal .form-group::after, .form-horizontal .form-group:after,
.btn-toolbar::after, .btn-toolbar:after,
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group:after,
.nav::after, .nav:after,
.navbar::after, .navbar:after,
.navbar-header::after, .navbar-header:after,
.navbar-collapse::after, .navbar-collapse:after,
.pager::after, .pager:after,
.panel-body::after, .panel-body:after,
.modal-header::after, .modal-header:after,
.modal-footer::after { .modal-footer:after {
clear: both; clear: both;
} }
.center-block { .center-block {
@ -6541,7 +6621,6 @@ button.close {
.affix { .affix {
position: fixed; position: fixed;
} }
/* stylelint-disable declaration-no-important, at-rule-no-vendor-prefix */
@-ms-viewport { @-ms-viewport {
width: device-width; width: device-width;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*! /*!
* Bootstrap v3.4.0 (http://getbootstrap.com) * Bootstrap v3.4.0 (https://getbootstrap.com/)
* Copyright 2011-2018 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under the MIT license * Licensed under the MIT license
*/ */
@ -18,9 +18,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: transition.js v3.4.0 * Bootstrap: transition.js v3.4.0
* http://getbootstrap.com/javascript/#transitions * https://getbootstrap.com/docs/3.4/javascript/#transitions
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -28,7 +28,7 @@ if (typeof jQuery === 'undefined') {
+function ($) { +function ($) {
'use strict'; 'use strict';
// CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) // CSS TRANSITION SUPPORT (Shoutout: https://modernizr.com/)
// ============================================================ // ============================================================
function transitionEnd() { function transitionEnd() {
@ -50,7 +50,7 @@ if (typeof jQuery === 'undefined') {
return false // explicit for ie8 ( ._.) return false // explicit for ie8 ( ._.)
} }
// http://blog.alexmaccaw.com/css-transitions // https://blog.alexmaccaw.com/css-transitions
$.fn.emulateTransitionEnd = function (duration) { $.fn.emulateTransitionEnd = function (duration) {
var called = false var called = false
var $el = this var $el = this
@ -78,9 +78,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: alert.js v3.4.0 * Bootstrap: alert.js v3.4.0
* http://getbootstrap.com/javascript/#alerts * https://getbootstrap.com/docs/3.4/javascript/#alerts
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -174,9 +174,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: button.js v3.4.0 * Bootstrap: button.js v3.4.0
* http://getbootstrap.com/javascript/#buttons * https://getbootstrap.com/docs/3.4/javascript/#buttons
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -300,9 +300,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: carousel.js v3.4.0 * Bootstrap: carousel.js v3.4.0
* http://getbootstrap.com/javascript/#carousel * https://getbootstrap.com/docs/3.4/javascript/#carousel
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -547,9 +547,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: collapse.js v3.4.0 * Bootstrap: collapse.js v3.4.0
* http://getbootstrap.com/javascript/#collapse * https://getbootstrap.com/docs/3.4/javascript/#collapse
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -760,9 +760,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: dropdown.js v3.4.0 * Bootstrap: dropdown.js v3.4.0
* http://getbootstrap.com/javascript/#dropdowns * https://getbootstrap.com/docs/3.4/javascript/#dropdowns
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -926,9 +926,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: modal.js v3.4.0 * Bootstrap: modal.js v3.4.0
* http://getbootstrap.com/javascript/#modals * https://getbootstrap.com/docs/3.4/javascript/#modals
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -940,15 +940,16 @@ if (typeof jQuery === 'undefined') {
// ====================== // ======================
var Modal = function (element, options) { var Modal = function (element, options) {
this.options = options this.options = options
this.$body = $(document.body) this.$body = $(document.body)
this.$element = $(element) this.$element = $(element)
this.$dialog = this.$element.find('.modal-dialog') this.$dialog = this.$element.find('.modal-dialog')
this.$backdrop = null this.$backdrop = null
this.isShown = null this.isShown = null
this.originalBodyPad = null this.originalBodyPad = null
this.scrollbarWidth = 0 this.scrollbarWidth = 0
this.ignoreBackdropClick = false this.ignoreBackdropClick = false
this.fixedContent = '.navbar-fixed-top, .navbar-fixed-bottom'
if (this.options.remote) { if (this.options.remote) {
this.$element this.$element
@ -959,7 +960,7 @@ if (typeof jQuery === 'undefined') {
} }
} }
Modal.VERSION = '3.4.0' Modal.VERSION = '3.4.0'
Modal.TRANSITION_DURATION = 300 Modal.TRANSITION_DURATION = 300
Modal.BACKDROP_TRANSITION_DURATION = 150 Modal.BACKDROP_TRANSITION_DURATION = 150
@ -976,7 +977,7 @@ if (typeof jQuery === 'undefined') {
Modal.prototype.show = function (_relatedTarget) { Modal.prototype.show = function (_relatedTarget) {
var that = this var that = this
var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget }) var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
this.$element.trigger(e) this.$element.trigger(e)
@ -1067,8 +1068,8 @@ if (typeof jQuery === 'undefined') {
.off('focusin.bs.modal') // guard against infinite focus loop .off('focusin.bs.modal') // guard against infinite focus loop
.on('focusin.bs.modal', $.proxy(function (e) { .on('focusin.bs.modal', $.proxy(function (e) {
if (document !== e.target && if (document !== e.target &&
this.$element[0] !== e.target && this.$element[0] !== e.target &&
!this.$element.has(e.target).length) { !this.$element.has(e.target).length) {
this.$element.trigger('focus') this.$element.trigger('focus')
} }
}, this)) }, this))
@ -1170,7 +1171,7 @@ if (typeof jQuery === 'undefined') {
var modalIsOverflowing = this.$element[0].scrollHeight > document.documentElement.clientHeight var modalIsOverflowing = this.$element[0].scrollHeight > document.documentElement.clientHeight
this.$element.css({ this.$element.css({
paddingLeft: !this.bodyIsOverflowing && modalIsOverflowing ? this.scrollbarWidth : '', paddingLeft: !this.bodyIsOverflowing && modalIsOverflowing ? this.scrollbarWidth : '',
paddingRight: this.bodyIsOverflowing && !modalIsOverflowing ? this.scrollbarWidth : '' paddingRight: this.bodyIsOverflowing && !modalIsOverflowing ? this.scrollbarWidth : ''
}) })
} }
@ -1195,11 +1196,26 @@ if (typeof jQuery === 'undefined') {
Modal.prototype.setScrollbar = function () { Modal.prototype.setScrollbar = function () {
var bodyPad = parseInt((this.$body.css('padding-right') || 0), 10) var bodyPad = parseInt((this.$body.css('padding-right') || 0), 10)
this.originalBodyPad = document.body.style.paddingRight || '' this.originalBodyPad = document.body.style.paddingRight || ''
if (this.bodyIsOverflowing) this.$body.css('padding-right', bodyPad + this.scrollbarWidth) var scrollbarWidth = this.scrollbarWidth
if (this.bodyIsOverflowing) {
this.$body.css('padding-right', bodyPad + scrollbarWidth)
$(this.fixedContent).each(function (index, element) {
var actualPadding = element.style.paddingRight
var calculatedPadding = $(element).css('padding-right')
$(element)
.data('padding-right', actualPadding)
.css('padding-right', parseFloat(calculatedPadding) + scrollbarWidth + 'px')
})
}
} }
Modal.prototype.resetScrollbar = function () { Modal.prototype.resetScrollbar = function () {
this.$body.css('padding-right', this.originalBodyPad) this.$body.css('padding-right', this.originalBodyPad)
$(this.fixedContent).each(function (index, element) {
var padding = $(element).data('padding-right')
$(element).removeData('padding-right')
element.style.paddingRight = padding ? padding : ''
})
} }
Modal.prototype.measureScrollbar = function () { // thx walsh Modal.prototype.measureScrollbar = function () { // thx walsh
@ -1217,8 +1233,8 @@ if (typeof jQuery === 'undefined') {
function Plugin(option, _relatedTarget) { function Plugin(option, _relatedTarget) {
return this.each(function () { return this.each(function () {
var $this = $(this) var $this = $(this)
var data = $this.data('bs.modal') var data = $this.data('bs.modal')
var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option) var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option)
if (!data) $this.data('bs.modal', (data = new Modal(this, options))) if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
@ -1229,7 +1245,7 @@ if (typeof jQuery === 'undefined') {
var old = $.fn.modal var old = $.fn.modal
$.fn.modal = Plugin $.fn.modal = Plugin
$.fn.modal.Constructor = Modal $.fn.modal.Constructor = Modal
@ -1246,13 +1262,13 @@ if (typeof jQuery === 'undefined') {
// ============== // ==============
$(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) { $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) {
var $this = $(this) var $this = $(this)
var href = $this.attr('href') var href = $this.attr('href')
var target = $this.attr('data-target') || var target = $this.attr('data-target') ||
(href && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7 (href && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7
var $target = $(document).find(target) var $target = $(document).find(target)
var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data()) var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
if ($this.is('a')) e.preventDefault() if ($this.is('a')) e.preventDefault()
@ -1269,10 +1285,10 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: tooltip.js v3.4.0 * Bootstrap: tooltip.js v3.4.0
* http://getbootstrap.com/javascript/#tooltip * https://getbootstrap.com/docs/3.4/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame * Inspired by the original jQuery.tipsy by Jason Frame
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -1790,9 +1806,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: popover.js v3.4.0 * Bootstrap: popover.js v3.4.0
* http://getbootstrap.com/javascript/#popovers * https://getbootstrap.com/docs/3.4/javascript/#popovers
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -1857,8 +1873,8 @@ if (typeof jQuery === 'undefined') {
return $e.attr('data-content') return $e.attr('data-content')
|| (typeof o.content == 'function' ? || (typeof o.content == 'function' ?
o.content.call($e[0]) : o.content.call($e[0]) :
o.content) o.content)
} }
Popover.prototype.arrow = function () { Popover.prototype.arrow = function () {
@ -1899,9 +1915,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: scrollspy.js v3.4.0 * Bootstrap: scrollspy.js v3.4.0
* http://getbootstrap.com/javascript/#scrollspy * https://getbootstrap.com/docs/3.4/javascript/#scrollspy
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -2072,9 +2088,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: tab.js v3.4.0 * Bootstrap: tab.js v3.4.0
* http://getbootstrap.com/javascript/#tabs * https://getbootstrap.com/docs/3.4/javascript/#tabs
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */
@ -2145,15 +2161,15 @@ if (typeof jQuery === 'undefined') {
$active $active
.removeClass('active') .removeClass('active')
.find('> .dropdown-menu > .active') .find('> .dropdown-menu > .active')
.removeClass('active') .removeClass('active')
.end() .end()
.find('[data-toggle="tab"]') .find('[data-toggle="tab"]')
.attr('aria-expanded', false) .attr('aria-expanded', false)
element element
.addClass('active') .addClass('active')
.find('[data-toggle="tab"]') .find('[data-toggle="tab"]')
.attr('aria-expanded', true) .attr('aria-expanded', true)
if (transition) { if (transition) {
element[0].offsetWidth // reflow for transition element[0].offsetWidth // reflow for transition
@ -2165,10 +2181,10 @@ if (typeof jQuery === 'undefined') {
if (element.parent('.dropdown-menu').length) { if (element.parent('.dropdown-menu').length) {
element element
.closest('li.dropdown') .closest('li.dropdown')
.addClass('active') .addClass('active')
.end() .end()
.find('[data-toggle="tab"]') .find('[data-toggle="tab"]')
.attr('aria-expanded', true) .attr('aria-expanded', true)
} }
callback && callback() callback && callback()
@ -2228,9 +2244,9 @@ if (typeof jQuery === 'undefined') {
/* ======================================================================== /* ========================================================================
* Bootstrap: affix.js v3.4.0 * Bootstrap: affix.js v3.4.0
* http://getbootstrap.com/javascript/#affix * https://getbootstrap.com/docs/3.4/javascript/#affix
* ======================================================================== * ========================================================================
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */ * ======================================================================== */

File diff suppressed because one or more lines are too long