From c54dcede58c5da98dc4ffddf01621ed138512fc4 Mon Sep 17 00:00:00 2001 From: daniel k Date: Mon, 20 Nov 2023 18:11:35 +0900 Subject: [PATCH] use tippy.js --- .github/workflows/releases.yml | 4 +- config/webpack.common.js | 1 - config/webpack.config.js | 1 + doc/insertLocale.py | 1 + package-lock.json | 121 +- package.json | 5 +- public/_locales/am/messages.json | 9 +- public/_locales/ar/messages.json | 9 +- public/_locales/bg/messages.json | 9 +- public/_locales/bn/messages.json | 9 +- public/_locales/ca/messages.json | 9 +- public/_locales/cs/messages.json | 9 +- public/_locales/da/messages.json | 9 +- public/_locales/de/messages.json | 9 +- public/_locales/el/messages.json | 9 +- public/_locales/en/messages.json | 9 +- public/_locales/en_GB/messages.json | 9 +- public/_locales/en_US/messages.json | 9 +- public/_locales/es/messages.json | 9 +- public/_locales/es_419/messages.json | 9 +- public/_locales/et/messages.json | 9 +- public/_locales/fa/messages.json | 9 +- public/_locales/fi/messages.json | 9 +- public/_locales/fil/messages.json | 9 +- public/_locales/fr/messages.json | 9 +- public/_locales/gu/messages.json | 9 +- public/_locales/he/messages.json | 9 +- public/_locales/hi/messages.json | 9 +- public/_locales/hr/messages.json | 9 +- public/_locales/hu/messages.json | 9 +- public/_locales/id/messages.json | 9 +- public/_locales/it/messages.json | 9 +- public/_locales/ja/messages.json | 9 +- public/_locales/kn/messages.json | 9 +- public/_locales/ko/messages.json | 9 +- public/_locales/lt/messages.json | 9 +- public/_locales/lv/messages.json | 9 +- public/_locales/ml/messages.json | 9 +- public/_locales/mr/messages.json | 9 +- public/_locales/ms/messages.json | 9 +- public/_locales/nl/messages.json | 9 +- public/_locales/no/messages.json | 9 +- public/_locales/pl/messages.json | 9 +- public/_locales/pt_BR/messages.json | 9 +- public/_locales/pt_PT/messages.json | 9 +- public/_locales/ro/messages.json | 9 +- public/_locales/ru/messages.json | 9 +- public/_locales/sk/messages.json | 9 +- public/_locales/sl/messages.json | 9 +- public/_locales/sr/messages.json | 9 +- public/_locales/sv/messages.json | 9 +- public/_locales/sw/messages.json | 9 +- public/_locales/ta/messages.json | 9 +- public/_locales/te/messages.json | 9 +- public/_locales/th/messages.json | 9 +- public/_locales/tr/messages.json | 9 +- public/_locales/uk/messages.json | 9 +- public/_locales/vi/messages.json | 9 +- public/_locales/zh_CN/messages.json | 9 +- public/_locales/zh_TW/messages.json | 9 +- public/bootstrapcustom.min.css | 10386 ------------------------- public/foliate-js/reader.html | 330 +- public/manifest.json | 2 +- public/offscreen.html | 7 + public/offscreen.js | 27 + public/pdfjs/web/viewer.html | 906 ++- public/tippy.css | 6 + src/background.js | 2 +- src/contentScript.js | 167 +- src/ebook/ebookEventInject.js | 1 + src/popup.js | 3 + src/popup.vue | 19 +- src/translator/BaseTranslator.js | 6 +- src/util/index.js | 3 +- 74 files changed, 1464 insertions(+), 11020 deletions(-) delete mode 100644 public/bootstrapcustom.min.css create mode 100644 public/offscreen.html create mode 100644 public/offscreen.js create mode 100644 public/tippy.css diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 7a4e0e00..cc1dbdd0 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -17,9 +17,9 @@ jobs: - uses: actions/checkout@v3 - name: Write package version json - run: cat <<< $(jq '.version=${{github.ref_name}}' package.json ) > package.json + run: cat <<< $(jq '.version="${{github.ref_name}}"' package.json ) > package.json - name: Write manifest version json - run: cat <<< $(jq '.version=${{github.ref_name}}' public/manifest.json ) > public/manifest.json + run: cat <<< $(jq '.version="${{github.ref_name}}"' public/manifest.json ) > public/manifest.json - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 diff --git a/config/webpack.common.js b/config/webpack.common.js index de59599a..e776d651 100644 --- a/config/webpack.common.js +++ b/config/webpack.common.js @@ -18,7 +18,6 @@ const common = { // the filename template for entry chunks filename: "[name].js", }, - devtool: "source-map", stats: { all: false, errors: true, diff --git a/config/webpack.config.js b/config/webpack.config.js index 216daec5..de56a34d 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -38,5 +38,6 @@ module.exports = (env, argv) => { }) : false, ], + devtool: argv.mode == "development" ? "source-map" : false, }); }; diff --git a/doc/insertLocale.py b/doc/insertLocale.py index 87f8769f..41123005 100644 --- a/doc/insertLocale.py +++ b/doc/insertLocale.py @@ -38,6 +38,7 @@ "Tooltip Font Size", "Tooltip Width", "Tooltip Distance", + "Tooltip Animation", "Tooltip Position", "Tooltip Text Align", "Tooltip Background Blur", diff --git a/package-lock.json b/package-lock.json index 47dd5516..bcc82f96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,11 +8,10 @@ "name": "mouse_tooltip_translator", "version": "0.1.89", "dependencies": { - "@mswjs/interceptors": "^0.25.7", + "@mswjs/interceptors": "^0.25.12", "async-wait-until": "^2.0.12", "bcp-47": "^2.0.0", "bootstrap": "^4.5.3", - "crx-hotreload": "^1.0.6", "crypto-browserify": "^3.12.0", "delay": "^6.0.0", "he": "^1.2.0", @@ -21,7 +20,6 @@ "ky": "^1.0.1", "maska": "^2.1.10", "match-url-wildcard": "^0.0.5", - "popper.js": "^1.16.1", "source-map-support": "^0.5.21", "stream-browserify": "^3.0.0", "tesseract.js": "^4.1.1", @@ -40,6 +38,7 @@ "@mdi/js": "^5.9.55", "@reorx/webpack-ext-reloader": "github:ttop32/webpack-ext-reloader", "copy-webpack-plugin": "^6.4.1", + "cross-env": "^7.0.3", "css-loader": "^4.3.0", "deepmerge": "^4.2.2", "del-cli": "^5.0.0", @@ -231,9 +230,9 @@ "dev": true }, "node_modules/@mswjs/interceptors": { - "version": "0.25.7", - "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.25.7.tgz", - "integrity": "sha512-U7iFYs/qU/5jfz1VDpoYz3xqX9nzhsBXw7q923dv6GiGTy+m2ZLhD33L80R/shHOW/YWjeH6k16GbIHGw+bAng==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.25.12.tgz", + "integrity": "sha512-a+zyoR01cPQeukSmaDEkE6aMwSjjfcT5ILzsyxmctEeCePnc2DMOd0X8Fn9bytq1IsAfMxJf/lu2aTfdivDbRg==", "dependencies": { "@open-draft/deferred-promise": "^2.2.0", "@open-draft/logger": "^0.3.0", @@ -1178,25 +1177,28 @@ } }, "node_modules/browserify-sign": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", - "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.2.tgz", + "integrity": "sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg==", "dependencies": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", + "bn.js": "^5.2.1", + "browserify-rsa": "^4.1.0", "create-hash": "^1.2.0", "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", + "elliptic": "^6.5.4", "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" + "parse-asn1": "^5.1.6", + "readable-stream": "^3.6.2", + "safe-buffer": "^5.2.1" + }, + "engines": { + "node": ">= 4" } }, "node_modules/browserify-sign/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -1795,6 +1797,24 @@ "sha.js": "^2.4.8" } }, + "node_modules/cross-env": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", + "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.1" + }, + "bin": { + "cross-env": "src/bin/cross-env.js", + "cross-env-shell": "src/bin/cross-env-shell.js" + }, + "engines": { + "node": ">=10.14", + "npm": ">=6", + "yarn": ">=1" + } + }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -1809,11 +1829,6 @@ "node": ">= 8" } }, - "node_modules/crx-hotreload": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/crx-hotreload/-/crx-hotreload-1.0.6.tgz", - "integrity": "sha512-W07F3gXyCTrHf4w1W2v6y3PHBYyYtJKCiBmgf0FkkteFh9GhqeV9HR7+UbKKfnrx39oC+PHycz9NmBMerIcbGA==" - }, "node_modules/crypto-browserify": { "version": "3.12.0", "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", @@ -4541,15 +4556,16 @@ "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", + "peer": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/popperjs" } }, "node_modules/postcss": { - "version": "8.4.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", - "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", @@ -6665,9 +6681,9 @@ "dev": true }, "@mswjs/interceptors": { - "version": "0.25.7", - "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.25.7.tgz", - "integrity": "sha512-U7iFYs/qU/5jfz1VDpoYz3xqX9nzhsBXw7q923dv6GiGTy+m2ZLhD33L80R/shHOW/YWjeH6k16GbIHGw+bAng==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.25.12.tgz", + "integrity": "sha512-a+zyoR01cPQeukSmaDEkE6aMwSjjfcT5ILzsyxmctEeCePnc2DMOd0X8Fn9bytq1IsAfMxJf/lu2aTfdivDbRg==", "requires": { "@open-draft/deferred-promise": "^2.2.0", "@open-draft/logger": "^0.3.0", @@ -7471,25 +7487,25 @@ } }, "browserify-sign": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", - "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.2.tgz", + "integrity": "sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg==", "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", + "bn.js": "^5.2.1", + "browserify-rsa": "^4.1.0", "create-hash": "^1.2.0", "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", + "elliptic": "^6.5.4", "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" + "parse-asn1": "^5.1.6", + "readable-stream": "^3.6.2", + "safe-buffer": "^5.2.1" }, "dependencies": { "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "requires": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -7957,6 +7973,15 @@ "sha.js": "^2.4.8" } }, + "cross-env": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", + "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.1" + } + }, "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -7968,11 +7993,6 @@ "which": "^2.0.1" } }, - "crx-hotreload": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/crx-hotreload/-/crx-hotreload-1.0.6.tgz", - "integrity": "sha512-W07F3gXyCTrHf4w1W2v6y3PHBYyYtJKCiBmgf0FkkteFh9GhqeV9HR7+UbKKfnrx39oC+PHycz9NmBMerIcbGA==" - }, "crypto-browserify": { "version": "3.12.0", "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", @@ -9969,12 +9989,13 @@ "popper.js": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==" + "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", + "peer": true }, "postcss": { - "version": "8.4.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", - "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index 7dd5bb40..6fb43554 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "@mdi/js": "^5.9.55", "@reorx/webpack-ext-reloader": "github:ttop32/webpack-ext-reloader", "copy-webpack-plugin": "^6.4.1", + "cross-env": "^7.0.3", "css-loader": "^4.3.0", "deepmerge": "^4.2.2", "del-cli": "^5.0.0", @@ -36,11 +37,10 @@ "webpack-merge": "^5.7.3" }, "dependencies": { - "@mswjs/interceptors": "^0.25.7", + "@mswjs/interceptors": "^0.25.12", "async-wait-until": "^2.0.12", "bcp-47": "^2.0.0", "bootstrap": "^4.5.3", - "crx-hotreload": "^1.0.6", "crypto-browserify": "^3.12.0", "delay": "^6.0.0", "he": "^1.2.0", @@ -49,7 +49,6 @@ "ky": "^1.0.1", "maska": "^2.1.10", "match-url-wildcard": "^0.0.5", - "popper.js": "^1.16.1", "source-map-support": "^0.5.21", "stream-browserify": "^3.0.0", "tesseract.js": "^4.1.1", diff --git a/public/_locales/am/messages.json b/public/_locales/am/messages.json index 66d47b20..c65cdd91 100644 --- a/public/_locales/am/messages.json +++ b/public/_locales/am/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/ar/messages.json b/public/_locales/ar/messages.json index cfd59234..a17f238f 100644 --- a/public/_locales/ar/messages.json +++ b/public/_locales/ar/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "مسافة تلميح الأداة" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "موضع تلميح الأداة" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "صوت " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/bg/messages.json b/public/_locales/bg/messages.json index b2367683..9a9a446d 100644 --- a/public/_locales/bg/messages.json +++ b/public/_locales/bg/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/bn/messages.json b/public/_locales/bn/messages.json index 6cab9fc7..b3f3bb80 100644 --- a/public/_locales/bn/messages.json +++ b/public/_locales/bn/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/ca/messages.json b/public/_locales/ca/messages.json index d085ae04..1ae29bbb 100644 --- a/public/_locales/ca/messages.json +++ b/public/_locales/ca/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/cs/messages.json b/public/_locales/cs/messages.json index 7afe3a3a..4631f4a0 100644 --- a/public/_locales/cs/messages.json +++ b/public/_locales/cs/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/da/messages.json b/public/_locales/da/messages.json index 8bdf065b..3234b727 100644 --- a/public/_locales/da/messages.json +++ b/public/_locales/da/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/de/messages.json b/public/_locales/de/messages.json index bd2648c7..8393bf4c 100644 --- a/public/_locales/de/messages.json +++ b/public/_locales/de/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/el/messages.json b/public/_locales/el/messages.json index fcd24bc4..a5fec7ba 100644 --- a/public/_locales/el/messages.json +++ b/public/_locales/el/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 49de45f7..82bb95d2 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/en_GB/messages.json b/public/_locales/en_GB/messages.json index 49de45f7..82bb95d2 100644 --- a/public/_locales/en_GB/messages.json +++ b/public/_locales/en_GB/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/en_US/messages.json b/public/_locales/en_US/messages.json index 49de45f7..82bb95d2 100644 --- a/public/_locales/en_US/messages.json +++ b/public/_locales/en_US/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/es/messages.json b/public/_locales/es/messages.json index 89eff21d..affe6e23 100644 --- a/public/_locales/es/messages.json +++ b/public/_locales/es/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/es_419/messages.json b/public/_locales/es_419/messages.json index b1afd839..546b925a 100644 --- a/public/_locales/es_419/messages.json +++ b/public/_locales/es_419/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/et/messages.json b/public/_locales/et/messages.json index 81b2dc0c..971d196a 100644 --- a/public/_locales/et/messages.json +++ b/public/_locales/et/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/fa/messages.json b/public/_locales/fa/messages.json index 482c77b9..2a014160 100644 --- a/public/_locales/fa/messages.json +++ b/public/_locales/fa/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/fi/messages.json b/public/_locales/fi/messages.json index c0d9fa25..7bac16be 100644 --- a/public/_locales/fi/messages.json +++ b/public/_locales/fi/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/fil/messages.json b/public/_locales/fil/messages.json index 6b90dbc4..aef5ea29 100644 --- a/public/_locales/fil/messages.json +++ b/public/_locales/fil/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/fr/messages.json b/public/_locales/fr/messages.json index 753ad369..5984cf03 100644 --- a/public/_locales/fr/messages.json +++ b/public/_locales/fr/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Distance de l'infobulle" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Position de l'infobulle" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voix " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/gu/messages.json b/public/_locales/gu/messages.json index 6396d9c4..1bd496d0 100644 --- a/public/_locales/gu/messages.json +++ b/public/_locales/gu/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/he/messages.json b/public/_locales/he/messages.json index a6d30145..1faedc36 100644 --- a/public/_locales/he/messages.json +++ b/public/_locales/he/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "מרחק טולטיפ" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "מיקום טולטיפ" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "קול " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/hi/messages.json b/public/_locales/hi/messages.json index 9c79273a..48234a55 100644 --- a/public/_locales/hi/messages.json +++ b/public/_locales/hi/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/hr/messages.json b/public/_locales/hr/messages.json index 2b147ac3..4b55455b 100644 --- a/public/_locales/hr/messages.json +++ b/public/_locales/hr/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/hu/messages.json b/public/_locales/hu/messages.json index bf30bd56..72f14be9 100644 --- a/public/_locales/hu/messages.json +++ b/public/_locales/hu/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/id/messages.json b/public/_locales/id/messages.json index 71dcd1a8..7ff3067a 100644 --- a/public/_locales/id/messages.json +++ b/public/_locales/id/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Jarak Tooltip" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Posisi Tooltip" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Suara " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/it/messages.json b/public/_locales/it/messages.json index aae11393..58585b7c 100644 --- a/public/_locales/it/messages.json +++ b/public/_locales/it/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/ja/messages.json b/public/_locales/ja/messages.json index 326f1c6b..5b3e7ed3 100644 --- a/public/_locales/ja/messages.json +++ b/public/_locales/ja/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/kn/messages.json b/public/_locales/kn/messages.json index 0deed266..ad9b1d56 100644 --- a/public/_locales/kn/messages.json +++ b/public/_locales/kn/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/ko/messages.json b/public/_locales/ko/messages.json index 8eca9b30..1d724914 100644 --- a/public/_locales/ko/messages.json +++ b/public/_locales/ko/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/lt/messages.json b/public/_locales/lt/messages.json index 01819529..a054b168 100644 --- a/public/_locales/lt/messages.json +++ b/public/_locales/lt/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/lv/messages.json b/public/_locales/lv/messages.json index 6c40d08e..808e0774 100644 --- a/public/_locales/lv/messages.json +++ b/public/_locales/lv/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/ml/messages.json b/public/_locales/ml/messages.json index 9d27a418..de3354eb 100644 --- a/public/_locales/ml/messages.json +++ b/public/_locales/ml/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/mr/messages.json b/public/_locales/mr/messages.json index d7c452b3..9994fc5c 100644 --- a/public/_locales/mr/messages.json +++ b/public/_locales/mr/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/ms/messages.json b/public/_locales/ms/messages.json index a8aa87b7..a241c0d1 100644 --- a/public/_locales/ms/messages.json +++ b/public/_locales/ms/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/nl/messages.json b/public/_locales/nl/messages.json index 3f3eb589..86baef67 100644 --- a/public/_locales/nl/messages.json +++ b/public/_locales/nl/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/no/messages.json b/public/_locales/no/messages.json index 1c96a646..86394ad6 100644 --- a/public/_locales/no/messages.json +++ b/public/_locales/no/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/pl/messages.json b/public/_locales/pl/messages.json index 0a1ea788..52117f41 100644 --- a/public/_locales/pl/messages.json +++ b/public/_locales/pl/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/pt_BR/messages.json b/public/_locales/pt_BR/messages.json index 68d4a405..f664243c 100644 --- a/public/_locales/pt_BR/messages.json +++ b/public/_locales/pt_BR/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/pt_PT/messages.json b/public/_locales/pt_PT/messages.json index ed1aa609..1d2deeeb 100644 --- a/public/_locales/pt_PT/messages.json +++ b/public/_locales/pt_PT/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/ro/messages.json b/public/_locales/ro/messages.json index 08d7a47a..9f6700d3 100644 --- a/public/_locales/ro/messages.json +++ b/public/_locales/ro/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/ru/messages.json b/public/_locales/ru/messages.json index 627585f6..4a84af46 100644 --- a/public/_locales/ru/messages.json +++ b/public/_locales/ru/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/sk/messages.json b/public/_locales/sk/messages.json index 2f144ce5..007f300b 100644 --- a/public/_locales/sk/messages.json +++ b/public/_locales/sk/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/sl/messages.json b/public/_locales/sl/messages.json index 68f0738a..a9482991 100644 --- a/public/_locales/sl/messages.json +++ b/public/_locales/sl/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/sr/messages.json b/public/_locales/sr/messages.json index c101dc0f..5667d9c1 100644 --- a/public/_locales/sr/messages.json +++ b/public/_locales/sr/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/sv/messages.json b/public/_locales/sv/messages.json index 24639ceb..8ca4fff1 100644 --- a/public/_locales/sv/messages.json +++ b/public/_locales/sv/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/sw/messages.json b/public/_locales/sw/messages.json index f9471726..5fabeef4 100644 --- a/public/_locales/sw/messages.json +++ b/public/_locales/sw/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/ta/messages.json b/public/_locales/ta/messages.json index ea4c0183..c885d4c6 100644 --- a/public/_locales/ta/messages.json +++ b/public/_locales/ta/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/te/messages.json b/public/_locales/te/messages.json index ef5fdfcb..4bfa1a8e 100644 --- a/public/_locales/te/messages.json +++ b/public/_locales/te/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/th/messages.json b/public/_locales/th/messages.json index e65e0e70..e0e02e46 100644 --- a/public/_locales/th/messages.json +++ b/public/_locales/th/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/tr/messages.json b/public/_locales/tr/messages.json index 4f341a20..65961958 100644 --- a/public/_locales/tr/messages.json +++ b/public/_locales/tr/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/uk/messages.json b/public/_locales/uk/messages.json index 8367be2c..0de70463 100644 --- a/public/_locales/uk/messages.json +++ b/public/_locales/uk/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/vi/messages.json b/public/_locales/vi/messages.json index 3ad2c852..f2a67e25 100644 --- a/public/_locales/vi/messages.json +++ b/public/_locales/vi/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/zh_CN/messages.json b/public/_locales/zh_CN/messages.json index a7cdc500..d24500b6 100644 --- a/public/_locales/zh_CN/messages.json +++ b/public/_locales/zh_CN/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/_locales/zh_TW/messages.json b/public/_locales/zh_TW/messages.json index 0ffd8986..b94ae8dc 100644 --- a/public/_locales/zh_TW/messages.json +++ b/public/_locales/zh_TW/messages.json @@ -44,6 +44,9 @@ "Tooltip_Distance": { "message": "Tooltip Distance" }, + "Tooltip_Animation": { + "message": "Tooltip Animation" + }, "Tooltip_Position": { "message": "Tooltip Position" }, @@ -62,12 +65,12 @@ "Voice______________________________________": { "message": "Voice " }, - "Voice_Speed": { - "message": "Voice Speed" - }, "Voice_Volume": { "message": "Voice Volume" }, + "Voice_Speed": { + "message": "Voice Speed" + }, "Voice_Target": { "message": "Voice Target" }, diff --git a/public/bootstrapcustom.min.css b/public/bootstrapcustom.min.css deleted file mode 100644 index 7c59275d..00000000 --- a/public/bootstrapcustom.min.css +++ /dev/null @@ -1,10386 +0,0 @@ -.bootstrapiso { - /*! - * Bootstrap v4.4.1 (https://getbootstrap.com/) - * Copyright 2011-2019 The Bootstrap Authors - * Copyright 2011-2019 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -} - -.bootstrapiso :root { - --blue: #007bff; - --indigo: #6610f2; - --purple: #6f42c1; - --pink: #e83e8c; - --red: #dc3545; - --orange: #fd7e14; - --yellow: #ffc107; - --green: #28a745; - --teal: #20c997; - --cyan: #17a2b8; - --white: #fff; - --gray: #6c757d; - --gray-dark: #343a40; - --primary: #007bff; - --secondary: #6c757d; - --success: #28a745; - --info: #17a2b8; - --warning: #ffc107; - --danger: #dc3545; - --light: #f8f9fa; - --dark: #343a40; - --breakpoint-xs: 0; - --breakpoint-sm: 576px; - --breakpoint-md: 768px; - --breakpoint-lg: 992px; - --breakpoint-xl: 1200px; - --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace -} - -.bootstrapiso *, .bootstrapiso *::before, .bootstrapiso *::after { - box-sizing: border-box -} - -.bootstrapiso { - font-family: sans-serif; - line-height: 1.15; - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0) -} - -.bootstrapiso article, .bootstrapiso aside, .bootstrapiso figcaption, .bootstrapiso figure, .bootstrapiso footer, .bootstrapiso header, .bootstrapiso hgroup, .bootstrapiso main, .bootstrapiso nav, .bootstrapiso section { - display: block -} - -.bootstrapiso { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: left; - background-color: #fff -} - -.bootstrapiso [tabindex="-1"]:focus:not(:focus-visible) { - outline: 0 !important -} - -.bootstrapiso hr { - box-sizing: content-box; - height: 0; - overflow: visible -} - -.bootstrapiso h1, .bootstrapiso h2, .bootstrapiso h3, .bootstrapiso h4, .bootstrapiso h5, .bootstrapiso h6 { - margin-top: 0; - margin-bottom: .5rem -} - -.bootstrapiso p { - margin-top: 0; - margin-bottom: 1rem -} - -.bootstrapiso abbr[title], .bootstrapiso abbr[data-original-title] { - text-decoration: underline; - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - border-bottom: 0; - -webkit-text-decoration-skip-ink: none; - text-decoration-skip-ink: none -} - -.bootstrapiso address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit -} - -.bootstrapiso ol, .bootstrapiso ul, .bootstrapiso dl { - margin-top: 0; - margin-bottom: 1rem -} - -.bootstrapiso ol ol, .bootstrapiso ul ul, .bootstrapiso ol ul, .bootstrapiso ul ol { - margin-bottom: 0 -} - -.bootstrapiso dt { - font-weight: 700 -} - -.bootstrapiso dd { - margin-bottom: .5rem; - margin-left: 0 -} - -.bootstrapiso blockquote { - margin: 0 0 1rem -} - -.bootstrapiso b, .bootstrapiso strong { - font-weight: bolder -} - -.bootstrapiso small { - font-size: 80% -} - -.bootstrapiso sub, .bootstrapiso sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline -} - -.bootstrapiso sub { - bottom: -0.25em -} - -.bootstrapiso sup { - top: -0.5em -} - -.bootstrapiso a { - color: #007bff; - text-decoration: none; - background-color: transparent -} - -.bootstrapiso a:hover { - color: #0056b3; - text-decoration: underline -} - -.bootstrapiso a:not([href]) { - color: inherit; - text-decoration: none -} - -.bootstrapiso a:not([href]):hover { - color: inherit; - text-decoration: none -} - -.bootstrapiso pre, .bootstrapiso code, .bootstrapiso kbd, .bootstrapiso samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - font-size: 1em -} - -.bootstrapiso pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto -} - -.bootstrapiso figure { - margin: 0 0 1rem -} - -.bootstrapiso img { - vertical-align: middle; - border-style: none -} - -.bootstrapiso svg { - overflow: hidden; - vertical-align: middle -} - -.bootstrapiso table { - border-collapse: collapse -} - -.bootstrapiso caption { - padding-top: .75rem; - padding-bottom: .75rem; - color: #6c757d; - text-align: left; - caption-side: bottom -} - -.bootstrapiso th { - text-align: inherit -} - -.bootstrapiso label { - display: inline-block; - margin-bottom: .5rem -} - -.bootstrapiso button { - border-radius: 0 -} - -.bootstrapiso button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color -} - -.bootstrapiso input, .bootstrapiso button, .bootstrapiso select, .bootstrapiso optgroup, .bootstrapiso textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit -} - -.bootstrapiso button, .bootstrapiso input { - overflow: visible -} - -.bootstrapiso button, .bootstrapiso select { - text-transform: none -} - -.bootstrapiso select { - word-wrap: normal -} - -.bootstrapiso button, .bootstrapiso [type="button"], .bootstrapiso [type="reset"], .bootstrapiso [type="submit"] { - -webkit-appearance: button -} - -.bootstrapiso button:not(:disabled), .bootstrapiso [type="button"]:not(:disabled), .bootstrapiso [type="reset"]:not(:disabled), .bootstrapiso [type="submit"]:not(:disabled) { - cursor: pointer -} - -.bootstrapiso button::-moz-focus-inner, .bootstrapiso [type="button"]::-moz-focus-inner, .bootstrapiso [type="reset"]::-moz-focus-inner, .bootstrapiso [type="submit"]::-moz-focus-inner { - padding: 0; - border-style: none -} - -.bootstrapiso input[type="radio"], .bootstrapiso input[type="checkbox"] { - box-sizing: border-box; - padding: 0 -} - -.bootstrapiso input[type="date"], .bootstrapiso input[type="time"], .bootstrapiso input[type="datetime-local"], .bootstrapiso input[type="month"] { - -webkit-appearance: listbox -} - -.bootstrapiso textarea { - overflow: auto; - resize: vertical -} - -.bootstrapiso fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0 -} - -.bootstrapiso legend { - display: block; - width: 100%; - max-width: 100%; - padding: 0; - margin-bottom: .5rem; - font-size: 1.5rem; - line-height: inherit; - color: inherit; - white-space: normal -} - -.bootstrapiso progress { - vertical-align: baseline -} - -.bootstrapiso [type="number"]::-webkit-inner-spin-button, .bootstrapiso [type="number"]::-webkit-outer-spin-button { - height: auto -} - -.bootstrapiso [type="search"] { - outline-offset: -2px; - -webkit-appearance: none -} - -.bootstrapiso [type="search"]::-webkit-search-decoration { - -webkit-appearance: none -} - -.bootstrapiso ::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button -} - -.bootstrapiso output { - display: inline-block -} - -.bootstrapiso summary { - display: list-item; - cursor: pointer -} - -.bootstrapiso template { - display: none -} - -.bootstrapiso [hidden] { - display: none !important -} - -.bootstrapiso h1, .bootstrapiso h2, .bootstrapiso h3, .bootstrapiso h4, .bootstrapiso h5, .bootstrapiso h6, .bootstrapiso .h1, .bootstrapiso .h2, .bootstrapiso .h3, .bootstrapiso .h4, .bootstrapiso .h5, .bootstrapiso .h6 { - margin-bottom: .5rem; - font-weight: 500; - line-height: 1.2 -} - -.bootstrapiso h1, .bootstrapiso .h1 { - font-size: 2.5rem -} - -.bootstrapiso h2, .bootstrapiso .h2 { - font-size: 2rem -} - -.bootstrapiso h3, .bootstrapiso .h3 { - font-size: 1.75rem -} - -.bootstrapiso h4, .bootstrapiso .h4 { - font-size: 1.5rem -} - -.bootstrapiso h5, .bootstrapiso .h5 { - font-size: 1.25rem -} - -.bootstrapiso h6, .bootstrapiso .h6 { - font-size: 1rem -} - -.bootstrapiso .lead { - font-size: 1.25rem; - font-weight: 300 -} - -.bootstrapiso .display-1 { - font-size: 6rem; - font-weight: 300; - line-height: 1.2 -} - -.bootstrapiso .display-2 { - font-size: 5.5rem; - font-weight: 300; - line-height: 1.2 -} - -.bootstrapiso .display-3 { - font-size: 4.5rem; - font-weight: 300; - line-height: 1.2 -} - -.bootstrapiso .display-4 { - font-size: 3.5rem; - font-weight: 300; - line-height: 1.2 -} - -.bootstrapiso hr { - margin-top: 1rem; - margin-bottom: 1rem; - border: 0; - border-top: 1px solid rgba(0, 0, 0, 0.1) -} - -.bootstrapiso small, .bootstrapiso .small { - font-size: 80%; - font-weight: 400 -} - -.bootstrapiso mark, .bootstrapiso .mark { - padding: .2em; - background-color: #fcf8e3 -} - -.bootstrapiso .list-unstyled { - padding-left: 0; - list-style: none -} - -.bootstrapiso .list-inline { - padding-left: 0; - list-style: none -} - -.bootstrapiso .list-inline-item { - display: inline-block -} - -.bootstrapiso .list-inline-item:not(:last-child) { - margin-right: .5rem -} - -.bootstrapiso .initialism { - font-size: 90%; - text-transform: uppercase -} - -.bootstrapiso .blockquote { - margin-bottom: 1rem; - font-size: 1.25rem -} - -.bootstrapiso .blockquote-footer { - display: block; - font-size: 80%; - color: #6c757d -} - -.bootstrapiso .blockquote-footer::before { - content: "\2014\00A0" -} - -.bootstrapiso .img-fluid { - max-width: 100%; - height: auto -} - -.bootstrapiso .img-thumbnail { - padding: .25rem; - background-color: #fff; - border: 1px solid #dee2e6; - border-radius: .25rem; - max-width: 100%; - height: auto -} - -.bootstrapiso .figure { - display: inline-block -} - -.bootstrapiso .figure-img { - margin-bottom: .5rem; - line-height: 1 -} - -.bootstrapiso .figure-caption { - font-size: 90%; - color: #6c757d -} - -.bootstrapiso code { - font-size: 87.5%; - color: #e83e8c; - word-wrap: break-word -} - -.bootstrapiso a>code { - color: inherit -} - -.bootstrapiso kbd { - padding: .2rem .4rem; - font-size: 87.5%; - color: #fff; - background-color: #212529; - border-radius: .2rem -} - -.bootstrapiso kbd kbd { - padding: 0; - font-size: 100%; - font-weight: 700 -} - -.bootstrapiso pre { - display: block; - font-size: 87.5%; - color: #212529 -} - -.bootstrapiso pre code { - font-size: inherit; - color: inherit; - word-break: normal -} - -.bootstrapiso .pre-scrollable { - max-height: 340px; - overflow-y: scroll -} - -.bootstrapiso .container { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto -} - -@media(min-width:576px) { - .bootstrapiso .container { - max-width: 540px - } -} - -@media(min-width:768px) { - .bootstrapiso .container { - max-width: 720px - } -} - -@media(min-width:992px) { - .bootstrapiso .container { - max-width: 960px - } -} - -@media(min-width:1200px) { - .bootstrapiso .container { - max-width: 1140px - } -} - -.bootstrapiso .container-fluid, .bootstrapiso .container-sm, .bootstrapiso .container-md, .bootstrapiso .container-lg, .bootstrapiso .container-xl { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto -} - -@media(min-width:576px) { - .bootstrapiso .container, .bootstrapiso .container-sm { - max-width: 540px - } -} - -@media(min-width:768px) { - .bootstrapiso .container, .bootstrapiso .container-sm, .bootstrapiso .container-md { - max-width: 720px - } -} - -@media(min-width:992px) { - .bootstrapiso .container, .bootstrapiso .container-sm, .bootstrapiso .container-md, .bootstrapiso .container-lg { - max-width: 960px - } -} - -@media(min-width:1200px) { - .bootstrapiso .container, .bootstrapiso .container-sm, .bootstrapiso .container-md, .bootstrapiso .container-lg, .bootstrapiso .container-xl { - max-width: 1140px - } -} - -.bootstrapiso .row { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px -} - -.bootstrapiso .no-gutters { - margin-right: 0; - margin-left: 0 -} - -.bootstrapiso .no-gutters>.col, .bootstrapiso .no-gutters>[class*="col-"] { - padding-right: 0; - padding-left: 0 -} - -.bootstrapiso .col-1, .bootstrapiso .col-2, .bootstrapiso .col-3, .bootstrapiso .col-4, .bootstrapiso .col-5, .bootstrapiso .col-6, .bootstrapiso .col-7, .bootstrapiso .col-8, .bootstrapiso .col-9, .bootstrapiso .col-10, .bootstrapiso .col-11, .bootstrapiso .col-12, .bootstrapiso .col, .bootstrapiso .col-auto, .bootstrapiso .col-sm-1, .bootstrapiso .col-sm-2, .bootstrapiso .col-sm-3, .bootstrapiso .col-sm-4, .bootstrapiso .col-sm-5, .bootstrapiso .col-sm-6, .bootstrapiso .col-sm-7, .bootstrapiso .col-sm-8, .bootstrapiso .col-sm-9, .bootstrapiso .col-sm-10, .bootstrapiso .col-sm-11, .bootstrapiso .col-sm-12, .bootstrapiso .col-sm, .bootstrapiso .col-sm-auto, .bootstrapiso .col-md-1, .bootstrapiso .col-md-2, .bootstrapiso .col-md-3, .bootstrapiso .col-md-4, .bootstrapiso .col-md-5, .bootstrapiso .col-md-6, .bootstrapiso .col-md-7, .bootstrapiso .col-md-8, .bootstrapiso .col-md-9, .bootstrapiso .col-md-10, .bootstrapiso .col-md-11, .bootstrapiso .col-md-12, .bootstrapiso .col-md, .bootstrapiso .col-md-auto, .bootstrapiso .col-lg-1, .bootstrapiso .col-lg-2, .bootstrapiso .col-lg-3, .bootstrapiso .col-lg-4, .bootstrapiso .col-lg-5, .bootstrapiso .col-lg-6, .bootstrapiso .col-lg-7, .bootstrapiso .col-lg-8, .bootstrapiso .col-lg-9, .bootstrapiso .col-lg-10, .bootstrapiso .col-lg-11, .bootstrapiso .col-lg-12, .bootstrapiso .col-lg, .bootstrapiso .col-lg-auto, .bootstrapiso .col-xl-1, .bootstrapiso .col-xl-2, .bootstrapiso .col-xl-3, .bootstrapiso .col-xl-4, .bootstrapiso .col-xl-5, .bootstrapiso .col-xl-6, .bootstrapiso .col-xl-7, .bootstrapiso .col-xl-8, .bootstrapiso .col-xl-9, .bootstrapiso .col-xl-10, .bootstrapiso .col-xl-11, .bootstrapiso .col-xl-12, .bootstrapiso .col-xl, .bootstrapiso .col-xl-auto { - position: relative; - width: 100%; - padding-right: 15px; - padding-left: 15px -} - -.bootstrapiso .col { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100% -} - -.bootstrapiso .row-cols-1>* { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100% -} - -.bootstrapiso .row-cols-2>* { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50% -} - -.bootstrapiso .row-cols-3>* { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333% -} - -.bootstrapiso .row-cols-4>* { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25% -} - -.bootstrapiso .row-cols-5>* { - -ms-flex: 0 0 20%; - flex: 0 0 20%; - max-width: 20% -} - -.bootstrapiso .row-cols-6>* { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667% -} - -.bootstrapiso .col-auto { - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100% -} - -.bootstrapiso .col-1 { - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333% -} - -.bootstrapiso .col-2 { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667% -} - -.bootstrapiso .col-3 { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25% -} - -.bootstrapiso .col-4 { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333% -} - -.bootstrapiso .col-5 { - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667% -} - -.bootstrapiso .col-6 { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50% -} - -.bootstrapiso .col-7 { - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333% -} - -.bootstrapiso .col-8 { - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667% -} - -.bootstrapiso .col-9 { - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75% -} - -.bootstrapiso .col-10 { - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333% -} - -.bootstrapiso .col-11 { - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667% -} - -.bootstrapiso .col-12 { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100% -} - -.bootstrapiso .order-first { - -ms-flex-order: -1; - order: -1 -} - -.bootstrapiso .order-last { - -ms-flex-order: 13; - order: 13 -} - -.bootstrapiso .order-0 { - -ms-flex-order: 0; - order: 0 -} - -.bootstrapiso .order-1 { - -ms-flex-order: 1; - order: 1 -} - -.bootstrapiso .order-2 { - -ms-flex-order: 2; - order: 2 -} - -.bootstrapiso .order-3 { - -ms-flex-order: 3; - order: 3 -} - -.bootstrapiso .order-4 { - -ms-flex-order: 4; - order: 4 -} - -.bootstrapiso .order-5 { - -ms-flex-order: 5; - order: 5 -} - -.bootstrapiso .order-6 { - -ms-flex-order: 6; - order: 6 -} - -.bootstrapiso .order-7 { - -ms-flex-order: 7; - order: 7 -} - -.bootstrapiso .order-8 { - -ms-flex-order: 8; - order: 8 -} - -.bootstrapiso .order-9 { - -ms-flex-order: 9; - order: 9 -} - -.bootstrapiso .order-10 { - -ms-flex-order: 10; - order: 10 -} - -.bootstrapiso .order-11 { - -ms-flex-order: 11; - order: 11 -} - -.bootstrapiso .order-12 { - -ms-flex-order: 12; - order: 12 -} - -.bootstrapiso .offset-1 { - margin-left: 8.333333% -} - -.bootstrapiso .offset-2 { - margin-left: 16.666667% -} - -.bootstrapiso .offset-3 { - margin-left: 25% -} - -.bootstrapiso .offset-4 { - margin-left: 33.333333% -} - -.bootstrapiso .offset-5 { - margin-left: 41.666667% -} - -.bootstrapiso .offset-6 { - margin-left: 50% -} - -.bootstrapiso .offset-7 { - margin-left: 58.333333% -} - -.bootstrapiso .offset-8 { - margin-left: 66.666667% -} - -.bootstrapiso .offset-9 { - margin-left: 75% -} - -.bootstrapiso .offset-10 { - margin-left: 83.333333% -} - -.bootstrapiso .offset-11 { - margin-left: 91.666667% -} - -@media(min-width:576px) { - .bootstrapiso .col-sm { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100% - } - - .bootstrapiso .row-cols-sm-1>* { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100% - } - - .bootstrapiso .row-cols-sm-2>* { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50% - } - - .bootstrapiso .row-cols-sm-3>* { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333% - } - - .bootstrapiso .row-cols-sm-4>* { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25% - } - - .bootstrapiso .row-cols-sm-5>* { - -ms-flex: 0 0 20%; - flex: 0 0 20%; - max-width: 20% - } - - .bootstrapiso .row-cols-sm-6>* { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667% - } - - .bootstrapiso .col-sm-auto { - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100% - } - - .bootstrapiso .col-sm-1 { - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333% - } - - .bootstrapiso .col-sm-2 { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667% - } - - .bootstrapiso .col-sm-3 { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25% - } - - .bootstrapiso .col-sm-4 { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333% - } - - .bootstrapiso .col-sm-5 { - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667% - } - - .bootstrapiso .col-sm-6 { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50% - } - - .bootstrapiso .col-sm-7 { - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333% - } - - .bootstrapiso .col-sm-8 { - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667% - } - - .bootstrapiso .col-sm-9 { - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75% - } - - .bootstrapiso .col-sm-10 { - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333% - } - - .bootstrapiso .col-sm-11 { - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667% - } - - .bootstrapiso .col-sm-12 { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100% - } - - .bootstrapiso .order-sm-first { - -ms-flex-order: -1; - order: -1 - } - - .bootstrapiso .order-sm-last { - -ms-flex-order: 13; - order: 13 - } - - .bootstrapiso .order-sm-0 { - -ms-flex-order: 0; - order: 0 - } - - .bootstrapiso .order-sm-1 { - -ms-flex-order: 1; - order: 1 - } - - .bootstrapiso .order-sm-2 { - -ms-flex-order: 2; - order: 2 - } - - .bootstrapiso .order-sm-3 { - -ms-flex-order: 3; - order: 3 - } - - .bootstrapiso .order-sm-4 { - -ms-flex-order: 4; - order: 4 - } - - .bootstrapiso .order-sm-5 { - -ms-flex-order: 5; - order: 5 - } - - .bootstrapiso .order-sm-6 { - -ms-flex-order: 6; - order: 6 - } - - .bootstrapiso .order-sm-7 { - -ms-flex-order: 7; - order: 7 - } - - .bootstrapiso .order-sm-8 { - -ms-flex-order: 8; - order: 8 - } - - .bootstrapiso .order-sm-9 { - -ms-flex-order: 9; - order: 9 - } - - .bootstrapiso .order-sm-10 { - -ms-flex-order: 10; - order: 10 - } - - .bootstrapiso .order-sm-11 { - -ms-flex-order: 11; - order: 11 - } - - .bootstrapiso .order-sm-12 { - -ms-flex-order: 12; - order: 12 - } - - .bootstrapiso .offset-sm-0 { - margin-left: 0 - } - - .bootstrapiso .offset-sm-1 { - margin-left: 8.333333% - } - - .bootstrapiso .offset-sm-2 { - margin-left: 16.666667% - } - - .bootstrapiso .offset-sm-3 { - margin-left: 25% - } - - .bootstrapiso .offset-sm-4 { - margin-left: 33.333333% - } - - .bootstrapiso .offset-sm-5 { - margin-left: 41.666667% - } - - .bootstrapiso .offset-sm-6 { - margin-left: 50% - } - - .bootstrapiso .offset-sm-7 { - margin-left: 58.333333% - } - - .bootstrapiso .offset-sm-8 { - margin-left: 66.666667% - } - - .bootstrapiso .offset-sm-9 { - margin-left: 75% - } - - .bootstrapiso .offset-sm-10 { - margin-left: 83.333333% - } - - .bootstrapiso .offset-sm-11 { - margin-left: 91.666667% - } -} - -@media(min-width:768px) { - .bootstrapiso .col-md { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100% - } - - .bootstrapiso .row-cols-md-1>* { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100% - } - - .bootstrapiso .row-cols-md-2>* { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50% - } - - .bootstrapiso .row-cols-md-3>* { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333% - } - - .bootstrapiso .row-cols-md-4>* { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25% - } - - .bootstrapiso .row-cols-md-5>* { - -ms-flex: 0 0 20%; - flex: 0 0 20%; - max-width: 20% - } - - .bootstrapiso .row-cols-md-6>* { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667% - } - - .bootstrapiso .col-md-auto { - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100% - } - - .bootstrapiso .col-md-1 { - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333% - } - - .bootstrapiso .col-md-2 { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667% - } - - .bootstrapiso .col-md-3 { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25% - } - - .bootstrapiso .col-md-4 { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333% - } - - .bootstrapiso .col-md-5 { - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667% - } - - .bootstrapiso .col-md-6 { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50% - } - - .bootstrapiso .col-md-7 { - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333% - } - - .bootstrapiso .col-md-8 { - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667% - } - - .bootstrapiso .col-md-9 { - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75% - } - - .bootstrapiso .col-md-10 { - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333% - } - - .bootstrapiso .col-md-11 { - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667% - } - - .bootstrapiso .col-md-12 { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100% - } - - .bootstrapiso .order-md-first { - -ms-flex-order: -1; - order: -1 - } - - .bootstrapiso .order-md-last { - -ms-flex-order: 13; - order: 13 - } - - .bootstrapiso .order-md-0 { - -ms-flex-order: 0; - order: 0 - } - - .bootstrapiso .order-md-1 { - -ms-flex-order: 1; - order: 1 - } - - .bootstrapiso .order-md-2 { - -ms-flex-order: 2; - order: 2 - } - - .bootstrapiso .order-md-3 { - -ms-flex-order: 3; - order: 3 - } - - .bootstrapiso .order-md-4 { - -ms-flex-order: 4; - order: 4 - } - - .bootstrapiso .order-md-5 { - -ms-flex-order: 5; - order: 5 - } - - .bootstrapiso .order-md-6 { - -ms-flex-order: 6; - order: 6 - } - - .bootstrapiso .order-md-7 { - -ms-flex-order: 7; - order: 7 - } - - .bootstrapiso .order-md-8 { - -ms-flex-order: 8; - order: 8 - } - - .bootstrapiso .order-md-9 { - -ms-flex-order: 9; - order: 9 - } - - .bootstrapiso .order-md-10 { - -ms-flex-order: 10; - order: 10 - } - - .bootstrapiso .order-md-11 { - -ms-flex-order: 11; - order: 11 - } - - .bootstrapiso .order-md-12 { - -ms-flex-order: 12; - order: 12 - } - - .bootstrapiso .offset-md-0 { - margin-left: 0 - } - - .bootstrapiso .offset-md-1 { - margin-left: 8.333333% - } - - .bootstrapiso .offset-md-2 { - margin-left: 16.666667% - } - - .bootstrapiso .offset-md-3 { - margin-left: 25% - } - - .bootstrapiso .offset-md-4 { - margin-left: 33.333333% - } - - .bootstrapiso .offset-md-5 { - margin-left: 41.666667% - } - - .bootstrapiso .offset-md-6 { - margin-left: 50% - } - - .bootstrapiso .offset-md-7 { - margin-left: 58.333333% - } - - .bootstrapiso .offset-md-8 { - margin-left: 66.666667% - } - - .bootstrapiso .offset-md-9 { - margin-left: 75% - } - - .bootstrapiso .offset-md-10 { - margin-left: 83.333333% - } - - .bootstrapiso .offset-md-11 { - margin-left: 91.666667% - } -} - -@media(min-width:992px) { - .bootstrapiso .col-lg { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100% - } - - .bootstrapiso .row-cols-lg-1>* { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100% - } - - .bootstrapiso .row-cols-lg-2>* { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50% - } - - .bootstrapiso .row-cols-lg-3>* { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333% - } - - .bootstrapiso .row-cols-lg-4>* { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25% - } - - .bootstrapiso .row-cols-lg-5>* { - -ms-flex: 0 0 20%; - flex: 0 0 20%; - max-width: 20% - } - - .bootstrapiso .row-cols-lg-6>* { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667% - } - - .bootstrapiso .col-lg-auto { - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100% - } - - .bootstrapiso .col-lg-1 { - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333% - } - - .bootstrapiso .col-lg-2 { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667% - } - - .bootstrapiso .col-lg-3 { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25% - } - - .bootstrapiso .col-lg-4 { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333% - } - - .bootstrapiso .col-lg-5 { - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667% - } - - .bootstrapiso .col-lg-6 { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50% - } - - .bootstrapiso .col-lg-7 { - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333% - } - - .bootstrapiso .col-lg-8 { - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667% - } - - .bootstrapiso .col-lg-9 { - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75% - } - - .bootstrapiso .col-lg-10 { - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333% - } - - .bootstrapiso .col-lg-11 { - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667% - } - - .bootstrapiso .col-lg-12 { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100% - } - - .bootstrapiso .order-lg-first { - -ms-flex-order: -1; - order: -1 - } - - .bootstrapiso .order-lg-last { - -ms-flex-order: 13; - order: 13 - } - - .bootstrapiso .order-lg-0 { - -ms-flex-order: 0; - order: 0 - } - - .bootstrapiso .order-lg-1 { - -ms-flex-order: 1; - order: 1 - } - - .bootstrapiso .order-lg-2 { - -ms-flex-order: 2; - order: 2 - } - - .bootstrapiso .order-lg-3 { - -ms-flex-order: 3; - order: 3 - } - - .bootstrapiso .order-lg-4 { - -ms-flex-order: 4; - order: 4 - } - - .bootstrapiso .order-lg-5 { - -ms-flex-order: 5; - order: 5 - } - - .bootstrapiso .order-lg-6 { - -ms-flex-order: 6; - order: 6 - } - - .bootstrapiso .order-lg-7 { - -ms-flex-order: 7; - order: 7 - } - - .bootstrapiso .order-lg-8 { - -ms-flex-order: 8; - order: 8 - } - - .bootstrapiso .order-lg-9 { - -ms-flex-order: 9; - order: 9 - } - - .bootstrapiso .order-lg-10 { - -ms-flex-order: 10; - order: 10 - } - - .bootstrapiso .order-lg-11 { - -ms-flex-order: 11; - order: 11 - } - - .bootstrapiso .order-lg-12 { - -ms-flex-order: 12; - order: 12 - } - - .bootstrapiso .offset-lg-0 { - margin-left: 0 - } - - .bootstrapiso .offset-lg-1 { - margin-left: 8.333333% - } - - .bootstrapiso .offset-lg-2 { - margin-left: 16.666667% - } - - .bootstrapiso .offset-lg-3 { - margin-left: 25% - } - - .bootstrapiso .offset-lg-4 { - margin-left: 33.333333% - } - - .bootstrapiso .offset-lg-5 { - margin-left: 41.666667% - } - - .bootstrapiso .offset-lg-6 { - margin-left: 50% - } - - .bootstrapiso .offset-lg-7 { - margin-left: 58.333333% - } - - .bootstrapiso .offset-lg-8 { - margin-left: 66.666667% - } - - .bootstrapiso .offset-lg-9 { - margin-left: 75% - } - - .bootstrapiso .offset-lg-10 { - margin-left: 83.333333% - } - - .bootstrapiso .offset-lg-11 { - margin-left: 91.666667% - } -} - -@media(min-width:1200px) { - .bootstrapiso .col-xl { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100% - } - - .bootstrapiso .row-cols-xl-1>* { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100% - } - - .bootstrapiso .row-cols-xl-2>* { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50% - } - - .bootstrapiso .row-cols-xl-3>* { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333% - } - - .bootstrapiso .row-cols-xl-4>* { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25% - } - - .bootstrapiso .row-cols-xl-5>* { - -ms-flex: 0 0 20%; - flex: 0 0 20%; - max-width: 20% - } - - .bootstrapiso .row-cols-xl-6>* { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667% - } - - .bootstrapiso .col-xl-auto { - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100% - } - - .bootstrapiso .col-xl-1 { - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333% - } - - .bootstrapiso .col-xl-2 { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667% - } - - .bootstrapiso .col-xl-3 { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25% - } - - .bootstrapiso .col-xl-4 { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333% - } - - .bootstrapiso .col-xl-5 { - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667% - } - - .bootstrapiso .col-xl-6 { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50% - } - - .bootstrapiso .col-xl-7 { - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333% - } - - .bootstrapiso .col-xl-8 { - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667% - } - - .bootstrapiso .col-xl-9 { - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75% - } - - .bootstrapiso .col-xl-10 { - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333% - } - - .bootstrapiso .col-xl-11 { - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667% - } - - .bootstrapiso .col-xl-12 { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100% - } - - .bootstrapiso .order-xl-first { - -ms-flex-order: -1; - order: -1 - } - - .bootstrapiso .order-xl-last { - -ms-flex-order: 13; - order: 13 - } - - .bootstrapiso .order-xl-0 { - -ms-flex-order: 0; - order: 0 - } - - .bootstrapiso .order-xl-1 { - -ms-flex-order: 1; - order: 1 - } - - .bootstrapiso .order-xl-2 { - -ms-flex-order: 2; - order: 2 - } - - .bootstrapiso .order-xl-3 { - -ms-flex-order: 3; - order: 3 - } - - .bootstrapiso .order-xl-4 { - -ms-flex-order: 4; - order: 4 - } - - .bootstrapiso .order-xl-5 { - -ms-flex-order: 5; - order: 5 - } - - .bootstrapiso .order-xl-6 { - -ms-flex-order: 6; - order: 6 - } - - .bootstrapiso .order-xl-7 { - -ms-flex-order: 7; - order: 7 - } - - .bootstrapiso .order-xl-8 { - -ms-flex-order: 8; - order: 8 - } - - .bootstrapiso .order-xl-9 { - -ms-flex-order: 9; - order: 9 - } - - .bootstrapiso .order-xl-10 { - -ms-flex-order: 10; - order: 10 - } - - .bootstrapiso .order-xl-11 { - -ms-flex-order: 11; - order: 11 - } - - .bootstrapiso .order-xl-12 { - -ms-flex-order: 12; - order: 12 - } - - .bootstrapiso .offset-xl-0 { - margin-left: 0 - } - - .bootstrapiso .offset-xl-1 { - margin-left: 8.333333% - } - - .bootstrapiso .offset-xl-2 { - margin-left: 16.666667% - } - - .bootstrapiso .offset-xl-3 { - margin-left: 25% - } - - .bootstrapiso .offset-xl-4 { - margin-left: 33.333333% - } - - .bootstrapiso .offset-xl-5 { - margin-left: 41.666667% - } - - .bootstrapiso .offset-xl-6 { - margin-left: 50% - } - - .bootstrapiso .offset-xl-7 { - margin-left: 58.333333% - } - - .bootstrapiso .offset-xl-8 { - margin-left: 66.666667% - } - - .bootstrapiso .offset-xl-9 { - margin-left: 75% - } - - .bootstrapiso .offset-xl-10 { - margin-left: 83.333333% - } - - .bootstrapiso .offset-xl-11 { - margin-left: 91.666667% - } -} - -.bootstrapiso .table { - width: 100%; - margin-bottom: 1rem; - color: #212529 -} - -.bootstrapiso .table th, .bootstrapiso .table td { - padding: .75rem; - vertical-align: top; - border-top: 1px solid #dee2e6 -} - -.bootstrapiso .table thead th { - vertical-align: bottom; - border-bottom: 2px solid #dee2e6 -} - -.bootstrapiso .table tbody+tbody { - border-top: 2px solid #dee2e6 -} - -.bootstrapiso .table-sm th, .bootstrapiso .table-sm td { - padding: .3rem -} - -.bootstrapiso .table-bordered { - border: 1px solid #dee2e6 -} - -.bootstrapiso .table-bordered th, .bootstrapiso .table-bordered td { - border: 1px solid #dee2e6 -} - -.bootstrapiso .table-bordered thead th, .bootstrapiso .table-bordered thead td { - border-bottom-width: 2px -} - -.bootstrapiso .table-borderless th, .bootstrapiso .table-borderless td, .bootstrapiso .table-borderless thead th, .bootstrapiso .table-borderless tbody+tbody { - border: 0 -} - -.bootstrapiso .table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(0, 0, 0, 0.05) -} - -.bootstrapiso .table-hover tbody tr:hover { - color: #212529; - background-color: rgba(0, 0, 0, 0.075) -} - -.bootstrapiso .table-primary, .bootstrapiso .table-primary>th, .bootstrapiso .table-primary>td { - background-color: #b8daff -} - -.bootstrapiso .table-primary th, .bootstrapiso .table-primary td, .bootstrapiso .table-primary thead th, .bootstrapiso .table-primary tbody+tbody { - border-color: #7abaff -} - -.bootstrapiso .table-hover .table-primary:hover { - background-color: #9fcdff -} - -.bootstrapiso .table-hover .table-primary:hover>td, .bootstrapiso .table-hover .table-primary:hover>th { - background-color: #9fcdff -} - -.bootstrapiso .table-secondary, .bootstrapiso .table-secondary>th, .bootstrapiso .table-secondary>td { - background-color: #d6d8db -} - -.bootstrapiso .table-secondary th, .bootstrapiso .table-secondary td, .bootstrapiso .table-secondary thead th, .bootstrapiso .table-secondary tbody+tbody { - border-color: #b3b7bb -} - -.bootstrapiso .table-hover .table-secondary:hover { - background-color: #c8cbcf -} - -.bootstrapiso .table-hover .table-secondary:hover>td, .bootstrapiso .table-hover .table-secondary:hover>th { - background-color: #c8cbcf -} - -.bootstrapiso .table-success, .bootstrapiso .table-success>th, .bootstrapiso .table-success>td { - background-color: #c3e6cb -} - -.bootstrapiso .table-success th, .bootstrapiso .table-success td, .bootstrapiso .table-success thead th, .bootstrapiso .table-success tbody+tbody { - border-color: #8fd19e -} - -.bootstrapiso .table-hover .table-success:hover { - background-color: #b1dfbb -} - -.bootstrapiso .table-hover .table-success:hover>td, .bootstrapiso .table-hover .table-success:hover>th { - background-color: #b1dfbb -} - -.bootstrapiso .table-info, .bootstrapiso .table-info>th, .bootstrapiso .table-info>td { - background-color: #bee5eb -} - -.bootstrapiso .table-info th, .bootstrapiso .table-info td, .bootstrapiso .table-info thead th, .bootstrapiso .table-info tbody+tbody { - border-color: #86cfda -} - -.bootstrapiso .table-hover .table-info:hover { - background-color: #abdde5 -} - -.bootstrapiso .table-hover .table-info:hover>td, .bootstrapiso .table-hover .table-info:hover>th { - background-color: #abdde5 -} - -.bootstrapiso .table-warning, .bootstrapiso .table-warning>th, .bootstrapiso .table-warning>td { - background-color: #ffeeba -} - -.bootstrapiso .table-warning th, .bootstrapiso .table-warning td, .bootstrapiso .table-warning thead th, .bootstrapiso .table-warning tbody+tbody { - border-color: #ffdf7e -} - -.bootstrapiso .table-hover .table-warning:hover { - background-color: #ffe8a1 -} - -.bootstrapiso .table-hover .table-warning:hover>td, .bootstrapiso .table-hover .table-warning:hover>th { - background-color: #ffe8a1 -} - -.bootstrapiso .table-danger, .bootstrapiso .table-danger>th, .bootstrapiso .table-danger>td { - background-color: #f5c6cb -} - -.bootstrapiso .table-danger th, .bootstrapiso .table-danger td, .bootstrapiso .table-danger thead th, .bootstrapiso .table-danger tbody+tbody { - border-color: #ed969e -} - -.bootstrapiso .table-hover .table-danger:hover { - background-color: #f1b0b7 -} - -.bootstrapiso .table-hover .table-danger:hover>td, .bootstrapiso .table-hover .table-danger:hover>th { - background-color: #f1b0b7 -} - -.bootstrapiso .table-light, .bootstrapiso .table-light>th, .bootstrapiso .table-light>td { - background-color: #fdfdfe -} - -.bootstrapiso .table-light th, .bootstrapiso .table-light td, .bootstrapiso .table-light thead th, .bootstrapiso .table-light tbody+tbody { - border-color: #fbfcfc -} - -.bootstrapiso .table-hover .table-light:hover { - background-color: #ececf6 -} - -.bootstrapiso .table-hover .table-light:hover>td, .bootstrapiso .table-hover .table-light:hover>th { - background-color: #ececf6 -} - -.bootstrapiso .table-dark, .bootstrapiso .table-dark>th, .bootstrapiso .table-dark>td { - background-color: #c6c8ca -} - -.bootstrapiso .table-dark th, .bootstrapiso .table-dark td, .bootstrapiso .table-dark thead th, .bootstrapiso .table-dark tbody+tbody { - border-color: #95999c -} - -.bootstrapiso .table-hover .table-dark:hover { - background-color: #b9bbbe -} - -.bootstrapiso .table-hover .table-dark:hover>td, .bootstrapiso .table-hover .table-dark:hover>th { - background-color: #b9bbbe -} - -.bootstrapiso .table-active, .bootstrapiso .table-active>th, .bootstrapiso .table-active>td { - background-color: rgba(0, 0, 0, 0.075) -} - -.bootstrapiso .table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075) -} - -.bootstrapiso .table-hover .table-active:hover>td, .bootstrapiso .table-hover .table-active:hover>th { - background-color: rgba(0, 0, 0, 0.075) -} - -.bootstrapiso .table .thead-dark th { - color: #fff; - background-color: #343a40; - border-color: #454d55 -} - -.bootstrapiso .table .thead-light th { - color: #495057; - background-color: #e9ecef; - border-color: #dee2e6 -} - -.bootstrapiso .table-dark { - color: #fff; - background-color: #343a40 -} - -.bootstrapiso .table-dark th, .bootstrapiso .table-dark td, .bootstrapiso .table-dark thead th { - border-color: #454d55 -} - -.bootstrapiso .table-dark.table-bordered { - border: 0 -} - -.bootstrapiso .table-dark.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(255, 255, 255, 0.05) -} - -.bootstrapiso .table-dark.table-hover tbody tr:hover { - color: #fff; - background-color: rgba(255, 255, 255, 0.075) -} - -@media(max-width:575.98px) { - .bootstrapiso .table-responsive-sm { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch - } - - .bootstrapiso .table-responsive-sm>.table-bordered { - border: 0 - } -} - -@media(max-width:767.98px) { - .bootstrapiso .table-responsive-md { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch - } - - .bootstrapiso .table-responsive-md>.table-bordered { - border: 0 - } -} - -@media(max-width:991.98px) { - .bootstrapiso .table-responsive-lg { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch - } - - .bootstrapiso .table-responsive-lg>.table-bordered { - border: 0 - } -} - -@media(max-width:1199.98px) { - .bootstrapiso .table-responsive-xl { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch - } - - .bootstrapiso .table-responsive-xl>.table-bordered { - border: 0 - } -} - -.bootstrapiso .table-responsive { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch -} - -.bootstrapiso .table-responsive>.table-bordered { - border: 0 -} - -.bootstrapiso .form-control { - display: block; - width: 100%; - height: calc(4.25em); - padding: .375rem .75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - border-radius: .25rem; - transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .form-control { - transition: none - } -} - -.bootstrapiso .form-control::-ms-expand { - background-color: transparent; - border: 0 -} - -.bootstrapiso .form-control:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 #495057 -} - -.bootstrapiso .form-control:focus { - color: #495057; - background-color: #fff; - border-color: #80bdff; - outline: 0; - box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25) -} - -.bootstrapiso .form-control::-webkit-input-placeholder { - color: #6c757d; - opacity: 1 -} - -.bootstrapiso .form-control::-moz-placeholder { - color: #6c757d; - opacity: 1 -} - -.bootstrapiso .form-control:-ms-input-placeholder { - color: #6c757d; - opacity: 1 -} - -.bootstrapiso .form-control::-ms-input-placeholder { - color: #6c757d; - opacity: 1 -} - -.bootstrapiso .form-control::placeholder { - color: #6c757d; - opacity: 1 -} - -.bootstrapiso .form-control:disabled, .bootstrapiso .form-control[readonly] { - background-color: #e9ecef; - opacity: 1 -} - -.bootstrapiso select.form-control:focus::-ms-value { - color: #495057; - background-color: #fff -} - -.bootstrapiso .form-control-file, .bootstrapiso .form-control-range { - display: block; - width: 100% -} - -.bootstrapiso .col-form-label { - padding-top: calc(1.375rem); - padding-bottom: calc(1.375rem); - margin-bottom: 0; - font-size: inherit; - line-height: 1.5 -} - -.bootstrapiso .col-form-label-lg { - padding-top: calc(1.5rem); - padding-bottom: calc(1.5rem); - font-size: 1.25rem; - line-height: 1.5 -} - -.bootstrapiso .col-form-label-sm { - padding-top: calc(1.25rem); - padding-bottom: calc(1.25rem); - font-size: .875rem; - line-height: 1.5 -} - -.bootstrapiso .form-control-plaintext { - display: block; - width: 100%; - padding: .375rem 0; - margin-bottom: 0; - font-size: 1rem; - line-height: 1.5; - color: #212529; - background-color: transparent; - border: solid transparent; - border-width: 1px 0 -} - -.bootstrapiso .form-control-plaintext.form-control-sm, .bootstrapiso .form-control-plaintext.form-control-lg { - padding-right: 0; - padding-left: 0 -} - -.bootstrapiso .form-control-sm { - height: calc(4em); - padding: .25rem .5rem; - font-size: .875rem; - line-height: 1.5; - border-radius: .2rem -} - -.bootstrapiso .form-control-lg { - height: calc(4.5em); - padding: .5rem 1rem; - font-size: 1.25rem; - line-height: 1.5; - border-radius: .3rem -} - -.bootstrapiso select.form-control[size], .bootstrapiso select.form-control[multiple] { - height: auto -} - -.bootstrapiso textarea.form-control { - height: auto -} - -.bootstrapiso .form-group { - margin-bottom: 1rem -} - -.bootstrapiso .form-text { - display: block; - margin-top: .25rem -} - -.bootstrapiso .form-row { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -5px; - margin-left: -5px -} - -.bootstrapiso .form-row>.col, .bootstrapiso .form-row>[class*="col-"] { - padding-right: 5px; - padding-left: 5px -} - -.bootstrapiso .form-check { - position: relative; - display: block; - padding-left: 1.25rem -} - -.bootstrapiso .form-check-input { - position: absolute; - margin-top: .3rem; - margin-left: -1.25rem -} - -.bootstrapiso .form-check-input[disabled]~.form-check-label, .bootstrapiso .form-check-input:disabled~.form-check-label { - color: #6c757d -} - -.bootstrapiso .form-check-label { - margin-bottom: 0 -} - -.bootstrapiso .form-check-inline { - display: -ms-inline-flexbox; - display: inline-flex; - -ms-flex-align: center; - align-items: center; - padding-left: 0; - margin-right: .75rem -} - -.bootstrapiso .form-check-inline .form-check-input { - position: static; - margin-top: 0; - margin-right: .3125rem; - margin-left: 0 -} - -.bootstrapiso .valid-feedback { - display: none; - width: 100%; - margin-top: .25rem; - font-size: 80%; - color: #28a745 -} - -.valid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: .25rem .5rem; - margin-top: .1rem; - font-size: .875rem; - line-height: 1.5; - color: #fff; - background-color: rgba(40, 167, 69, 0.9); - border-radius: .25rem -} - -.bootstrapiso .was-validated :valid~.valid-feedback, .bootstrapiso .was-validated :valid~.valid-tooltip, .bootstrapiso .is-valid~.valid-feedback, .bootstrapiso .is-valid~.valid-tooltip { - display: block -} - -.bootstrapiso .was-validated .form-control:valid, .bootstrapiso .form-control.is-valid { - border-color: #28a745; - padding-right: calc(2.25em); - background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%2328a745'd='M2.36.73L.64.53c-.4-1.04.46-1.41.1-.8l1.11.43.4-3.8c.6-.631.6-.271.2.7l-44.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.5625em) center; - background-size: calc(1.125em) calc(1.125em) -} - -.bootstrapiso .was-validated .form-control:valid:focus, .bootstrapiso .form-control.is-valid:focus { - border-color: #28a745; - box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25) -} - -.bootstrapiso .was-validated textarea.form-control:valid, .bootstrapiso textarea.form-control.is-valid { - padding-right: calc(2.25em); - background-position: top calc(0.5625em) right calc(0.5625em) -} - -.bootstrapiso .was-validated .custom-select:valid, .bootstrapiso .custom-select.is-valid { - border-color: #28a745; - padding-right: calc(3.0625em) -} - -.bootstrapiso .was-validated .custom-select:valid:focus, .bootstrapiso .custom-select.is-valid:focus { - border-color: #28a745; - box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25) -} - -.bootstrapiso .was-validated .form-check-input:valid~.form-check-label, .bootstrapiso .form-check-input.is-valid~.form-check-label { - color: #28a745 -} - -.bootstrapiso .was-validated .form-check-input:valid~.valid-feedback, .bootstrapiso .was-validated .form-check-input:valid~.valid-tooltip, .bootstrapiso .form-check-input.is-valid~.valid-feedback, .bootstrapiso .form-check-input.is-valid~.valid-tooltip { - display: block -} - -.bootstrapiso .was-validated .custom-control-input:valid~.custom-control-label, .bootstrapiso .custom-control-input.is-valid~.custom-control-label { - color: #28a745 -} - -.bootstrapiso .was-validated .custom-control-input:valid~.custom-control-label::before, .bootstrapiso .custom-control-input.is-valid~.custom-control-label::before { - border-color: #28a745 -} - -.bootstrapiso .was-validated .custom-control-input:valid:checked~.custom-control-label::before, .bootstrapiso .custom-control-input.is-valid:checked~.custom-control-label::before { - border-color: #34ce57; - background-color: #34ce57 -} - -.bootstrapiso .was-validated .custom-control-input:valid:focus~.custom-control-label::before, .bootstrapiso .custom-control-input.is-valid:focus~.custom-control-label::before { - box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25) -} - -.bootstrapiso .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before, .bootstrapiso .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before { - border-color: #28a745 -} - -.bootstrapiso .was-validated .custom-file-input:valid~.custom-file-label, .bootstrapiso .custom-file-input.is-valid~.custom-file-label { - border-color: #28a745 -} - -.bootstrapiso .was-validated .custom-file-input:valid:focus~.custom-file-label, .bootstrapiso .custom-file-input.is-valid:focus~.custom-file-label { - border-color: #28a745; - box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25) -} - -.bootstrapiso .invalid-feedback { - display: none; - width: 100%; - margin-top: .25rem; - font-size: 80%; - color: #dc3545 -} - -.invalid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: .25rem .5rem; - margin-top: .1rem; - font-size: .875rem; - line-height: 1.5; - color: #fff; - background-color: rgba(220, 53, 69, 0.9); - border-radius: .25rem -} - -.bootstrapiso .was-validated :invalid~.invalid-feedback, .bootstrapiso .was-validated :invalid~.invalid-tooltip, .bootstrapiso .is-invalid~.invalid-feedback, .bootstrapiso .is-invalid~.invalid-tooltip { - display: block -} - -.bootstrapiso .was-validated .form-control:invalid, .bootstrapiso .form-control.is-invalid { - border-color: #dc3545; - padding-right: calc(2.25em); - background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'fill='none'stroke='%23dc3545'viewBox='001212'%3e%3ccirclecx='6'cy='6'r='4.5'/%3e%3cpathstroke-linejoin='round'd='M5.83.6h.4L66.5z'/%3e%3ccirclecx='6'cy='8.2'r='.6'fill='%23dc3545'stroke='none'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-position: right calc(0.5625em) center; - background-size: calc(1.125em) calc(1.125em) -} - -.bootstrapiso .was-validated .form-control:invalid:focus, .bootstrapiso .form-control.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25) -} - -.bootstrapiso .was-validated textarea.form-control:invalid, .bootstrapiso textarea.form-control.is-invalid { - padding-right: calc(2.25em); - background-position: top calc(0.5625em) right calc(0.5625em) -} - -.bootstrapiso .was-validated .custom-select:invalid, .bootstrapiso .custom-select.is-invalid { - border-color: #dc3545; - padding-right: calc(3.0625em) -} - -.bootstrapiso .was-validated .custom-select:invalid:focus, .bootstrapiso .custom-select.is-invalid:focus { - border-color: #dc3545; - box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25) -} - -.bootstrapiso .was-validated .form-check-input:invalid~.form-check-label, .bootstrapiso .form-check-input.is-invalid~.form-check-label { - color: #dc3545 -} - -.bootstrapiso .was-validated .form-check-input:invalid~.invalid-feedback, .bootstrapiso .was-validated .form-check-input:invalid~.invalid-tooltip, .bootstrapiso .form-check-input.is-invalid~.invalid-feedback, .bootstrapiso .form-check-input.is-invalid~.invalid-tooltip { - display: block -} - -.bootstrapiso .was-validated .custom-control-input:invalid~.custom-control-label, .bootstrapiso .custom-control-input.is-invalid~.custom-control-label { - color: #dc3545 -} - -.bootstrapiso .was-validated .custom-control-input:invalid~.custom-control-label::before, .bootstrapiso .custom-control-input.is-invalid~.custom-control-label::before { - border-color: #dc3545 -} - -.bootstrapiso .was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .bootstrapiso .custom-control-input.is-invalid:checked~.custom-control-label::before { - border-color: #e4606d; - background-color: #e4606d -} - -.bootstrapiso .was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .bootstrapiso .custom-control-input.is-invalid:focus~.custom-control-label::before { - box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25) -} - -.bootstrapiso .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before, .bootstrapiso .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before { - border-color: #dc3545 -} - -.bootstrapiso .was-validated .custom-file-input:invalid~.custom-file-label, .bootstrapiso .custom-file-input.is-invalid~.custom-file-label { - border-color: #dc3545 -} - -.bootstrapiso .was-validated .custom-file-input:invalid:focus~.custom-file-label, .bootstrapiso .custom-file-input.is-invalid:focus~.custom-file-label { - border-color: #dc3545; - box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25) -} - -.bootstrapiso .form-inline { - display: -ms-flexbox; - display: flex; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -ms-flex-align: center; - align-items: center -} - -.bootstrapiso .form-inline .form-check { - width: 100% -} - -@media(min-width:576px) { - .bootstrapiso .form-inline label { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - margin-bottom: 0 - } - - .bootstrapiso .form-inline .form-group { - display: -ms-flexbox; - display: flex; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -ms-flex-align: center; - align-items: center; - margin-bottom: 0 - } - - .bootstrapiso .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle - } - - .bootstrapiso .form-inline .form-control-plaintext { - display: inline-block - } - - .bootstrapiso .form-inline .input-group, .bootstrapiso .form-inline .custom-select { - width: auto - } - - .bootstrapiso .form-inline .form-check { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - width: auto; - padding-left: 0 - } - - .bootstrapiso .form-inline .form-check-input { - position: relative; - -ms-flex-negative: 0; - flex-shrink: 0; - margin-top: 0; - margin-right: .25rem; - margin-left: 0 - } - - .bootstrapiso .form-inline .custom-control { - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center - } - - .bootstrapiso .form-inline .custom-control-label { - margin-bottom: 0 - } -} - -.bootstrapiso .btn { - display: inline-block; - font-weight: 400; - color: #212529; - text-align: center; - vertical-align: middle; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: transparent; - border: 1px solid transparent; - padding: .375rem .75rem; - font-size: 1rem; - line-height: 1.5; - border-radius: .25rem; - transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .btn { - transition: none - } -} - -.bootstrapiso .btn:hover { - color: #212529; - text-decoration: none -} - -.bootstrapiso .btn:focus, .bootstrapiso .btn.focus { - outline: 0; - box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25) -} - -.bootstrapiso .btn.disabled, .bootstrapiso .btn:disabled { - opacity: .65 -} - -.bootstrapiso a.btn.disabled, .bootstrapiso fieldset:disabled a.btn { - pointer-events: none -} - -.bootstrapiso .btn-primary { - color: #fff; - background-color: #007bff; - border-color: #007bff -} - -.bootstrapiso .btn-primary:hover { - color: #fff; - background-color: #0069d9; - border-color: #0062cc -} - -.bootstrapiso .btn-primary:focus, .bootstrapiso .btn-primary.focus { - color: #fff; - background-color: #0069d9; - border-color: #0062cc; - box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5) -} - -.bootstrapiso .btn-primary.disabled, .bootstrapiso .btn-primary:disabled { - color: #fff; - background-color: #007bff; - border-color: #007bff -} - -.bootstrapiso .btn-primary:not(:disabled):not(.disabled):active, .bootstrapiso .btn-primary:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-primary.dropdown-toggle { - color: #fff; - background-color: #0062cc; - border-color: #005cbf -} - -.bootstrapiso .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-primary:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5) -} - -.bootstrapiso .btn-secondary { - color: #fff; - background-color: #6c757d; - border-color: #6c757d -} - -.bootstrapiso .btn-secondary:hover { - color: #fff; - background-color: #5a6268; - border-color: #545b62 -} - -.bootstrapiso .btn-secondary:focus, .bootstrapiso .btn-secondary.focus { - color: #fff; - background-color: #5a6268; - border-color: #545b62; - box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5) -} - -.bootstrapiso .btn-secondary.disabled, .bootstrapiso .btn-secondary:disabled { - color: #fff; - background-color: #6c757d; - border-color: #6c757d -} - -.bootstrapiso .btn-secondary:not(:disabled):not(.disabled):active, .bootstrapiso .btn-secondary:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-secondary.dropdown-toggle { - color: #fff; - background-color: #545b62; - border-color: #4e555b -} - -.bootstrapiso .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-secondary:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5) -} - -.bootstrapiso .btn-success { - color: #fff; - background-color: #28a745; - border-color: #28a745 -} - -.bootstrapiso .btn-success:hover { - color: #fff; - background-color: #218838; - border-color: #1e7e34 -} - -.bootstrapiso .btn-success:focus, .bootstrapiso .btn-success.focus { - color: #fff; - background-color: #218838; - border-color: #1e7e34; - box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5) -} - -.bootstrapiso .btn-success.disabled, .bootstrapiso .btn-success:disabled { - color: #fff; - background-color: #28a745; - border-color: #28a745 -} - -.bootstrapiso .btn-success:not(:disabled):not(.disabled):active, .bootstrapiso .btn-success:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-success.dropdown-toggle { - color: #fff; - background-color: #1e7e34; - border-color: #1c7430 -} - -.bootstrapiso .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-success:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-success.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5) -} - -.bootstrapiso .btn-info { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8 -} - -.bootstrapiso .btn-info:hover { - color: #fff; - background-color: #138496; - border-color: #117a8b -} - -.bootstrapiso .btn-info:focus, .bootstrapiso .btn-info.focus { - color: #fff; - background-color: #138496; - border-color: #117a8b; - box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5) -} - -.bootstrapiso .btn-info.disabled, .bootstrapiso .btn-info:disabled { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8 -} - -.bootstrapiso .btn-info:not(:disabled):not(.disabled):active, .bootstrapiso .btn-info:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-info.dropdown-toggle { - color: #fff; - background-color: #117a8b; - border-color: #10707f -} - -.bootstrapiso .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-info:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-info.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5) -} - -.bootstrapiso .btn-warning { - color: #212529; - background-color: #ffc107; - border-color: #ffc107 -} - -.bootstrapiso .btn-warning:hover { - color: #212529; - background-color: #e0a800; - border-color: #d39e00 -} - -.bootstrapiso .btn-warning:focus, .bootstrapiso .btn-warning.focus { - color: #212529; - background-color: #e0a800; - border-color: #d39e00; - box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5) -} - -.bootstrapiso .btn-warning.disabled, .bootstrapiso .btn-warning:disabled { - color: #212529; - background-color: #ffc107; - border-color: #ffc107 -} - -.bootstrapiso .btn-warning:not(:disabled):not(.disabled):active, .bootstrapiso .btn-warning:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-warning.dropdown-toggle { - color: #212529; - background-color: #d39e00; - border-color: #c69500 -} - -.bootstrapiso .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-warning:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5) -} - -.bootstrapiso .btn-danger { - color: #fff; - background-color: #dc3545; - border-color: #dc3545 -} - -.bootstrapiso .btn-danger:hover { - color: #fff; - background-color: #c82333; - border-color: #bd2130 -} - -.bootstrapiso .btn-danger:focus, .bootstrapiso .btn-danger.focus { - color: #fff; - background-color: #c82333; - border-color: #bd2130; - box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5) -} - -.bootstrapiso .btn-danger.disabled, .bootstrapiso .btn-danger:disabled { - color: #fff; - background-color: #dc3545; - border-color: #dc3545 -} - -.bootstrapiso .btn-danger:not(:disabled):not(.disabled):active, .bootstrapiso .btn-danger:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-danger.dropdown-toggle { - color: #fff; - background-color: #bd2130; - border-color: #b21f2d -} - -.bootstrapiso .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-danger:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5) -} - -.bootstrapiso .btn-light { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa -} - -.bootstrapiso .btn-light:hover { - color: #212529; - background-color: #e2e6ea; - border-color: #dae0e5 -} - -.bootstrapiso .btn-light:focus, .bootstrapiso .btn-light.focus { - color: #212529; - background-color: #e2e6ea; - border-color: #dae0e5; - box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5) -} - -.bootstrapiso .btn-light.disabled, .bootstrapiso .btn-light:disabled { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa -} - -.bootstrapiso .btn-light:not(:disabled):not(.disabled):active, .bootstrapiso .btn-light:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-light.dropdown-toggle { - color: #212529; - background-color: #dae0e5; - border-color: #d3d9df -} - -.bootstrapiso .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-light:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-light.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5) -} - -.bootstrapiso .btn-dark { - color: #fff; - background-color: #343a40; - border-color: #343a40 -} - -.bootstrapiso .btn-dark:hover { - color: #fff; - background-color: #23272b; - border-color: #1d2124 -} - -.bootstrapiso .btn-dark:focus, .bootstrapiso .btn-dark.focus { - color: #fff; - background-color: #23272b; - border-color: #1d2124; - box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5) -} - -.bootstrapiso .btn-dark.disabled, .bootstrapiso .btn-dark:disabled { - color: #fff; - background-color: #343a40; - border-color: #343a40 -} - -.bootstrapiso .btn-dark:not(:disabled):not(.disabled):active, .bootstrapiso .btn-dark:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-dark.dropdown-toggle { - color: #fff; - background-color: #1d2124; - border-color: #171a1d -} - -.bootstrapiso .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-dark:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5) -} - -.bootstrapiso .btn-outline-primary { - color: #007bff; - border-color: #007bff -} - -.bootstrapiso .btn-outline-primary:hover { - color: #fff; - background-color: #007bff; - border-color: #007bff -} - -.bootstrapiso .btn-outline-primary:focus, .bootstrapiso .btn-outline-primary.focus { - box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5) -} - -.bootstrapiso .btn-outline-primary.disabled, .bootstrapiso .btn-outline-primary:disabled { - color: #007bff; - background-color: transparent -} - -.bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-outline-primary.dropdown-toggle { - color: #fff; - background-color: #007bff; - border-color: #007bff -} - -.bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-outline-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5) -} - -.bootstrapiso .btn-outline-secondary { - color: #6c757d; - border-color: #6c757d -} - -.bootstrapiso .btn-outline-secondary:hover { - color: #fff; - background-color: #6c757d; - border-color: #6c757d -} - -.bootstrapiso .btn-outline-secondary:focus, .bootstrapiso .btn-outline-secondary.focus { - box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5) -} - -.bootstrapiso .btn-outline-secondary.disabled, .bootstrapiso .btn-outline-secondary:disabled { - color: #6c757d; - background-color: transparent -} - -.bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-outline-secondary.dropdown-toggle { - color: #fff; - background-color: #6c757d; - border-color: #6c757d -} - -.bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-outline-secondary.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5) -} - -.bootstrapiso .btn-outline-success { - color: #28a745; - border-color: #28a745 -} - -.bootstrapiso .btn-outline-success:hover { - color: #fff; - background-color: #28a745; - border-color: #28a745 -} - -.bootstrapiso .btn-outline-success:focus, .bootstrapiso .btn-outline-success.focus { - box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5) -} - -.bootstrapiso .btn-outline-success.disabled, .bootstrapiso .btn-outline-success:disabled { - color: #28a745; - background-color: transparent -} - -.bootstrapiso .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-success:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-outline-success.dropdown-toggle { - color: #fff; - background-color: #28a745; - border-color: #28a745 -} - -.bootstrapiso .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-success:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-outline-success.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5) -} - -.bootstrapiso .btn-outline-info { - color: #17a2b8; - border-color: #17a2b8 -} - -.bootstrapiso .btn-outline-info:hover { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8 -} - -.bootstrapiso .btn-outline-info:focus, .bootstrapiso .btn-outline-info.focus { - box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5) -} - -.bootstrapiso .btn-outline-info.disabled, .bootstrapiso .btn-outline-info:disabled { - color: #17a2b8; - background-color: transparent -} - -.bootstrapiso .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-info:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-outline-info.dropdown-toggle { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8 -} - -.bootstrapiso .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-info:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-outline-info.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5) -} - -.bootstrapiso .btn-outline-warning { - color: #ffc107; - border-color: #ffc107 -} - -.bootstrapiso .btn-outline-warning:hover { - color: #212529; - background-color: #ffc107; - border-color: #ffc107 -} - -.bootstrapiso .btn-outline-warning:focus, .bootstrapiso .btn-outline-warning.focus { - box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5) -} - -.bootstrapiso .btn-outline-warning.disabled, .bootstrapiso .btn-outline-warning:disabled { - color: #ffc107; - background-color: transparent -} - -.bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-outline-warning.dropdown-toggle { - color: #212529; - background-color: #ffc107; - border-color: #ffc107 -} - -.bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-outline-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5) -} - -.bootstrapiso .btn-outline-danger { - color: #dc3545; - border-color: #dc3545 -} - -.bootstrapiso .btn-outline-danger:hover { - color: #fff; - background-color: #dc3545; - border-color: #dc3545 -} - -.bootstrapiso .btn-outline-danger:focus, .bootstrapiso .btn-outline-danger.focus { - box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5) -} - -.bootstrapiso .btn-outline-danger.disabled, .bootstrapiso .btn-outline-danger:disabled { - color: #dc3545; - background-color: transparent -} - -.bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-outline-danger.dropdown-toggle { - color: #fff; - background-color: #dc3545; - border-color: #dc3545 -} - -.bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-outline-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5) -} - -.bootstrapiso .btn-outline-light { - color: #f8f9fa; - border-color: #f8f9fa -} - -.bootstrapiso .btn-outline-light:hover { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa -} - -.bootstrapiso .btn-outline-light:focus, .bootstrapiso .btn-outline-light.focus { - box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5) -} - -.bootstrapiso .btn-outline-light.disabled, .bootstrapiso .btn-outline-light:disabled { - color: #f8f9fa; - background-color: transparent -} - -.bootstrapiso .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-light:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-outline-light.dropdown-toggle { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa -} - -.bootstrapiso .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-light:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-outline-light.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5) -} - -.bootstrapiso .btn-outline-dark { - color: #343a40; - border-color: #343a40 -} - -.bootstrapiso .btn-outline-dark:hover { - color: #fff; - background-color: #343a40; - border-color: #343a40 -} - -.bootstrapiso .btn-outline-dark:focus, .bootstrapiso .btn-outline-dark.focus { - box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5) -} - -.bootstrapiso .btn-outline-dark.disabled, .bootstrapiso .btn-outline-dark:disabled { - color: #343a40; - background-color: transparent -} - -.bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled).active, .bootstrapiso .show>.btn-outline-dark.dropdown-toggle { - color: #fff; - background-color: #343a40; - border-color: #343a40 -} - -.bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .bootstrapiso .show>.btn-outline-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5) -} - -.bootstrapiso .btn-link { - font-weight: 400; - color: #007bff; - text-decoration: none -} - -.bootstrapiso .btn-link:hover { - color: #0056b3; - text-decoration: underline -} - -.bootstrapiso .btn-link:focus, .bootstrapiso .btn-link.focus { - text-decoration: underline; - box-shadow: none -} - -.bootstrapiso .btn-link:disabled, .bootstrapiso .btn-link.disabled { - color: #6c757d; - pointer-events: none -} - -.bootstrapiso .btn-lg, .bootstrapiso .btn-group-lg>.btn { - padding: .5rem 1rem; - font-size: 1.25rem; - line-height: 1.5; - border-radius: .3rem -} - -.bootstrapiso .btn-sm, .bootstrapiso .btn-group-sm>.btn { - padding: .25rem .5rem; - font-size: .875rem; - line-height: 1.5; - border-radius: .2rem -} - -.bootstrapiso .btn-block { - display: block; - width: 100% -} - -.bootstrapiso .btn-block+.btn-block { - margin-top: .5rem -} - -.bootstrapiso input[type="submit"].btn-block, .bootstrapiso input[type="reset"].btn-block, .bootstrapiso input[type="button"].btn-block { - width: 100% -} - -.bootstrapiso .fade { - transition: opacity .15s linear -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .fade { - transition: none - } -} - -.bootstrapiso .fade:not(.show) { - opacity: 0 -} - -.bootstrapiso .collapse:not(.show) { - display: none -} - -.bootstrapiso .collapsing { - position: relative; - height: 0; - overflow: hidden; - transition: height .35s ease -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .collapsing { - transition: none - } -} - -.bootstrapiso .dropup, .bootstrapiso .dropright, .bootstrapiso .dropdown, .bootstrapiso .dropleft { - position: relative -} - -.bootstrapiso .dropdown-toggle { - white-space: nowrap -} - -.bootstrapiso .dropdown-toggle::after { - display: inline-block; - margin-left: .255em; - vertical-align: .255em; - content: ""; - border-top: .3em solid; - border-right: .3em solid transparent; - border-bottom: 0; - border-left: .3em solid transparent -} - -.bootstrapiso .dropdown-toggle:empty::after { - margin-left: 0 -} - -.bootstrapiso .dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 10rem; - padding: .5rem 0; - margin: .125rem 0 0; - font-size: 1rem; - color: #212529; - text-align: left; - list-style: none; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: .25rem -} - -.bootstrapiso .dropdown-menu-left { - right: auto; - left: 0 -} - -.bootstrapiso .dropdown-menu-right { - right: 0; - left: auto -} - -@media(min-width:576px) { - .bootstrapiso .dropdown-menu-sm-left { - right: auto; - left: 0 - } - - .bootstrapiso .dropdown-menu-sm-right { - right: 0; - left: auto - } -} - -@media(min-width:768px) { - .bootstrapiso .dropdown-menu-md-left { - right: auto; - left: 0 - } - - .bootstrapiso .dropdown-menu-md-right { - right: 0; - left: auto - } -} - -@media(min-width:992px) { - .bootstrapiso .dropdown-menu-lg-left { - right: auto; - left: 0 - } - - .bootstrapiso .dropdown-menu-lg-right { - right: 0; - left: auto - } -} - -@media(min-width:1200px) { - .bootstrapiso .dropdown-menu-xl-left { - right: auto; - left: 0 - } - - .bootstrapiso .dropdown-menu-xl-right { - right: 0; - left: auto - } -} - -.bootstrapiso .dropup .dropdown-menu { - top: auto; - bottom: 100%; - margin-top: 0; - margin-bottom: .125rem -} - -.bootstrapiso .dropup .dropdown-toggle::after { - display: inline-block; - margin-left: .255em; - vertical-align: .255em; - content: ""; - border-top: 0; - border-right: .3em solid transparent; - border-bottom: .3em solid; - border-left: .3em solid transparent -} - -.bootstrapiso .dropup .dropdown-toggle:empty::after { - margin-left: 0 -} - -.bootstrapiso .dropright .dropdown-menu { - top: 0; - right: auto; - left: 100%; - margin-top: 0; - margin-left: .125rem -} - -.bootstrapiso .dropright .dropdown-toggle::after { - display: inline-block; - margin-left: .255em; - vertical-align: .255em; - content: ""; - border-top: .3em solid transparent; - border-right: 0; - border-bottom: .3em solid transparent; - border-left: .3em solid -} - -.bootstrapiso .dropright .dropdown-toggle:empty::after { - margin-left: 0 -} - -.bootstrapiso .dropright .dropdown-toggle::after { - vertical-align: 0 -} - -.bootstrapiso .dropleft .dropdown-menu { - top: 0; - right: 100%; - left: auto; - margin-top: 0; - margin-right: .125rem -} - -.bootstrapiso .dropleft .dropdown-toggle::after { - display: inline-block; - margin-left: .255em; - vertical-align: .255em; - content: "" -} - -.bootstrapiso .dropleft .dropdown-toggle::after { - display: none -} - -.bootstrapiso .dropleft .dropdown-toggle::before { - display: inline-block; - margin-right: .255em; - vertical-align: .255em; - content: ""; - border-top: .3em solid transparent; - border-right: .3em solid; - border-bottom: .3em solid transparent -} - -.bootstrapiso .dropleft .dropdown-toggle:empty::after { - margin-left: 0 -} - -.bootstrapiso .dropleft .dropdown-toggle::before { - vertical-align: 0 -} - -.bootstrapiso .dropdown-menu[x-placement^="top"], .bootstrapiso .dropdown-menu[x-placement^="right"], .bootstrapiso .dropdown-menu[x-placement^="bottom"], .bootstrapiso .dropdown-menu[x-placement^="left"] { - right: auto; - bottom: auto -} - -.bootstrapiso .dropdown-divider { - height: 0; - margin: .5rem 0; - overflow: hidden; - border-top: 1px solid #e9ecef -} - -.bootstrapiso .dropdown-item { - display: block; - width: 100%; - padding: .25rem 1.5rem; - clear: both; - font-weight: 400; - color: #212529; - text-align: inherit; - white-space: nowrap; - background-color: transparent; - border: 0 -} - -.bootstrapiso .dropdown-item:hover, .bootstrapiso .dropdown-item:focus { - color: #16181b; - text-decoration: none; - background-color: #f8f9fa -} - -.bootstrapiso .dropdown-item.active, .bootstrapiso .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #007bff -} - -.bootstrapiso .dropdown-item.disabled, .bootstrapiso .dropdown-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: transparent -} - -.bootstrapiso .dropdown-menu.show { - display: block -} - -.bootstrapiso .dropdown-header { - display: block; - padding: .5rem 1.5rem; - margin-bottom: 0; - font-size: .875rem; - color: #6c757d; - white-space: nowrap -} - -.bootstrapiso .dropdown-item-text { - display: block; - padding: .25rem 1.5rem; - color: #212529 -} - -.bootstrapiso .btn-group, .bootstrapiso .btn-group-vertical { - position: relative; - display: -ms-inline-flexbox; - display: inline-flex; - vertical-align: middle -} - -.bootstrapiso .btn-group>.btn, .bootstrapiso .btn-group-vertical>.btn { - position: relative; - -ms-flex: 1 1 auto; - flex: 1 1 auto -} - -.bootstrapiso .btn-group>.btn:hover, .bootstrapiso .btn-group-vertical>.btn:hover { - z-index: 1 -} - -.bootstrapiso .btn-group>.btn:focus, .bootstrapiso .btn-group>.btn:active, .bootstrapiso .btn-group>.btn.active, .bootstrapiso .btn-group-vertical>.btn:focus, .bootstrapiso .btn-group-vertical>.btn:active, .bootstrapiso .btn-group-vertical>.btn.active { - z-index: 1 -} - -.bootstrapiso .btn-toolbar { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -ms-flex-pack: start; - justify-content: flex-start -} - -.bootstrapiso .btn-toolbar .input-group { - width: auto -} - -.bootstrapiso .btn-group>.btn:not(:first-child), .bootstrapiso .btn-group>.btn-group:not(:first-child) { - margin-left: -1px -} - -.bootstrapiso .btn-group>.btn:not(:last-child):not(.dropdown-toggle), .bootstrapiso .btn-group>.btn-group:not(:last-child)>.btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0 -} - -.bootstrapiso .btn-group>.btn:not(:first-child), .bootstrapiso .btn-group>.btn-group:not(:first-child)>.btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0 -} - -.bootstrapiso .dropdown-toggle-split { - padding-right: .5625rem; - padding-left: .5625rem -} - -.bootstrapiso .dropdown-toggle-split::after, .bootstrapiso .dropup .dropdown-toggle-split::after, .bootstrapiso .dropright .dropdown-toggle-split::after { - margin-left: 0 -} - -.bootstrapiso .dropleft .dropdown-toggle-split::before { - margin-right: 0 -} - -.bootstrapiso .btn-sm+.dropdown-toggle-split, .bootstrapiso .btn-group-sm>.btn+.dropdown-toggle-split { - padding-right: .375rem; - padding-left: .375rem -} - -.bootstrapiso .btn-lg+.dropdown-toggle-split, .bootstrapiso .btn-group-lg>.btn+.dropdown-toggle-split { - padding-right: .75rem; - padding-left: .75rem -} - -.bootstrapiso .btn-group-vertical { - -ms-flex-direction: column; - flex-direction: column; - -ms-flex-align: start; - align-items: flex-start; - -ms-flex-pack: center; - justify-content: center -} - -.bootstrapiso .btn-group-vertical>.btn, .bootstrapiso .btn-group-vertical>.btn-group { - width: 100% -} - -.bootstrapiso .btn-group-vertical>.btn:not(:first-child), .bootstrapiso .btn-group-vertical>.btn-group:not(:first-child) { - margin-top: -1px -} - -.bootstrapiso .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle), .bootstrapiso .btn-group-vertical>.btn-group:not(:last-child)>.btn { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0 -} - -.bootstrapiso .btn-group-vertical>.btn:not(:first-child), .bootstrapiso .btn-group-vertical>.btn-group:not(:first-child)>.btn { - border-top-left-radius: 0; - border-top-right-radius: 0 -} - -.bootstrapiso .btn-group-toggle>.btn, .bootstrapiso .btn-group-toggle>.btn-group>.btn { - margin-bottom: 0 -} - -.bootstrapiso .btn-group-toggle>.btn input[type="radio"], .bootstrapiso .btn-group-toggle>.btn input[type="checkbox"], .bootstrapiso .btn-group-toggle>.btn-group>.btn input[type="radio"], .bootstrapiso .btn-group-toggle>.btn-group>.btn input[type="checkbox"] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none -} - -.bootstrapiso .input-group { - position: relative; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -ms-flex-align: stretch; - align-items: stretch; - width: 100% -} - -.bootstrapiso .input-group>.form-control, .bootstrapiso .input-group>.form-control-plaintext, .bootstrapiso .input-group>.custom-select, .bootstrapiso .input-group>.custom-file { - position: relative; - -ms-flex: 1 1 0; - flex: 1 1 0; - min-width: 0; - margin-bottom: 0 -} - -.bootstrapiso .input-group>.form-control+.form-control, .bootstrapiso .input-group>.form-control+.custom-select, .bootstrapiso .input-group>.form-control+.custom-file, .bootstrapiso .input-group>.form-control-plaintext+.form-control, .bootstrapiso .input-group>.form-control-plaintext+.custom-select, .bootstrapiso .input-group>.form-control-plaintext+.custom-file, .bootstrapiso .input-group>.custom-select+.form-control, .bootstrapiso .input-group>.custom-select+.custom-select, .bootstrapiso .input-group>.custom-select+.custom-file, .bootstrapiso .input-group>.custom-file+.form-control, .bootstrapiso .input-group>.custom-file+.custom-select, .bootstrapiso .input-group>.custom-file+.custom-file { - margin-left: -1px -} - -.bootstrapiso .input-group>.form-control:focus, .bootstrapiso .input-group>.custom-select:focus, .bootstrapiso .input-group>.custom-file .custom-file-input:focus~.custom-file-label { - z-index: 3 -} - -.bootstrapiso .input-group>.custom-file .custom-file-input:focus { - z-index: 4 -} - -.bootstrapiso .input-group>.form-control:not(:last-child), .bootstrapiso .input-group>.custom-select:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0 -} - -.bootstrapiso .input-group>.form-control:not(:first-child), .bootstrapiso .input-group>.custom-select:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0 -} - -.bootstrapiso .input-group>.custom-file { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center -} - -.bootstrapiso .input-group>.custom-file:not(:last-child) .custom-file-label, .bootstrapiso .input-group>.custom-file:not(:last-child) .custom-file-label::after { - border-top-right-radius: 0; - border-bottom-right-radius: 0 -} - -.bootstrapiso .input-group>.custom-file:not(:first-child) .custom-file-label { - border-top-left-radius: 0; - border-bottom-left-radius: 0 -} - -.bootstrapiso .input-group-prepend, .bootstrapiso .input-group-append { - display: -ms-flexbox; - display: flex -} - -.bootstrapiso .input-group-prepend .btn, .bootstrapiso .input-group-append .btn { - position: relative; - z-index: 2 -} - -.bootstrapiso .input-group-prepend .btn:focus, .bootstrapiso .input-group-append .btn:focus { - z-index: 3 -} - -.bootstrapiso .input-group-prepend .btn+.btn, .bootstrapiso .input-group-prepend .btn+.input-group-text, .bootstrapiso .input-group-prepend .input-group-text+.input-group-text, .bootstrapiso .input-group-prepend .input-group-text+.btn, .bootstrapiso .input-group-append .btn+.btn, .bootstrapiso .input-group-append .btn+.input-group-text, .bootstrapiso .input-group-append .input-group-text+.input-group-text, .bootstrapiso .input-group-append .input-group-text+.btn { - margin-left: -1px -} - -.bootstrapiso .input-group-prepend { - margin-right: -1px -} - -.bootstrapiso .input-group-append { - margin-left: -1px -} - -.bootstrapiso .input-group-text { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - padding: .375rem .75rem; - margin-bottom: 0; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - text-align: center; - white-space: nowrap; - background-color: #e9ecef; - border: 1px solid #ced4da; - border-radius: .25rem -} - -.bootstrapiso .input-group-text input[type="radio"], .bootstrapiso .input-group-text input[type="checkbox"] { - margin-top: 0 -} - -.bootstrapiso .input-group-lg>.form-control:not(textarea), .bootstrapiso .input-group-lg>.custom-select { - height: calc(4.5em) -} - -.bootstrapiso .input-group-lg>.form-control, .bootstrapiso .input-group-lg>.custom-select, .bootstrapiso .input-group-lg>.input-group-prepend>.input-group-text, .bootstrapiso .input-group-lg>.input-group-append>.input-group-text, .bootstrapiso .input-group-lg>.input-group-prepend>.btn, .bootstrapiso .input-group-lg>.input-group-append>.btn { - padding: .5rem 1rem; - font-size: 1.25rem; - line-height: 1.5; - border-radius: .3rem -} - -.bootstrapiso .input-group-sm>.form-control:not(textarea), .bootstrapiso .input-group-sm>.custom-select { - height: calc(4em) -} - -.bootstrapiso .input-group-sm>.form-control, .bootstrapiso .input-group-sm>.custom-select, .bootstrapiso .input-group-sm>.input-group-prepend>.input-group-text, .bootstrapiso .input-group-sm>.input-group-append>.input-group-text, .bootstrapiso .input-group-sm>.input-group-prepend>.btn, .bootstrapiso .input-group-sm>.input-group-append>.btn { - padding: .25rem .5rem; - font-size: .875rem; - line-height: 1.5; - border-radius: .2rem -} - -.bootstrapiso .input-group-lg>.custom-select, .bootstrapiso .input-group-sm>.custom-select { - padding-right: 1.75rem -} - -.bootstrapiso .input-group>.input-group-prepend>.btn, .bootstrapiso .input-group>.input-group-prepend>.input-group-text, .bootstrapiso .input-group>.input-group-append:not(:last-child)>.btn, .bootstrapiso .input-group>.input-group-append:not(:last-child)>.input-group-text, .bootstrapiso .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .bootstrapiso .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0 -} - -.bootstrapiso .input-group>.input-group-append>.btn, .bootstrapiso .input-group>.input-group-append>.input-group-text, .bootstrapiso .input-group>.input-group-prepend:not(:first-child)>.btn, .bootstrapiso .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .bootstrapiso .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .bootstrapiso .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0 -} - -.bootstrapiso .custom-control { - position: relative; - display: block; - min-height: 1.5rem; - padding-left: 1.5rem -} - -.bootstrapiso .custom-control-inline { - display: -ms-inline-flexbox; - display: inline-flex; - margin-right: 1rem -} - -.bootstrapiso .custom-control-input { - position: absolute; - left: 0; - z-index: -1; - width: 1rem; - height: 1.25rem; - opacity: 0 -} - -.bootstrapiso .custom-control-input:checked~.custom-control-label::before { - color: #fff; - border-color: #007bff; - background-color: #007bff -} - -.bootstrapiso .custom-control-input:focus~.custom-control-label::before { - box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25) -} - -.bootstrapiso .custom-control-input:focus:not(:checked)~.custom-control-label::before { - border-color: #80bdff -} - -.bootstrapiso .custom-control-input:not(:disabled):active~.custom-control-label::before { - color: #fff; - background-color: #b3d7ff; - border-color: #b3d7ff -} - -.bootstrapiso .custom-control-input[disabled]~.custom-control-label, .bootstrapiso .custom-control-input:disabled~.custom-control-label { - color: #6c757d -} - -.bootstrapiso .custom-control-input[disabled]~.custom-control-label::before, .bootstrapiso .custom-control-input:disabled~.custom-control-label::before { - background-color: #e9ecef -} - -.bootstrapiso .custom-control-label { - position: relative; - margin-bottom: 0; - vertical-align: top -} - -.bootstrapiso .custom-control-label::before { - position: absolute; - top: .25rem; - left: -1.5rem; - display: block; - width: 1rem; - height: 1rem; - pointer-events: none; - content: ""; - background-color: #fff; - border: #adb5bd solid 1px -} - -.bootstrapiso .custom-control-label::after { - position: absolute; - top: .25rem; - left: -1.5rem; - display: block; - width: 1rem; - height: 1rem; - content: ""; - background: no-repeat 1% 50% -} - -.bootstrapiso .custom-checkbox .custom-control-label::before { - border-radius: .25rem -} - -.bootstrapiso .custom-checkbox .custom-control-input:checked~.custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.26l2.9742.99L82.193z'/%3e%3c/svg%3e") -} - -.bootstrapiso .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before { - border-color: #007bff; - background-color: #007bff -} - -.bootstrapiso .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='4'viewBox='0044'%3e%3cpathstroke='%23fff'd='M02h4'/%3e%3c/svg%3e") -} - -.bootstrapiso .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { - background-color: rgba(0, 123, 255, 0.5) -} - -.bootstrapiso .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before { - background-color: rgba(0, 123, 255, 0.5) -} - -.bootstrapiso .custom-radio .custom-control-label::before { - border-radius: 50% -} - -.bootstrapiso .custom-radio .custom-control-input:checked~.custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'viewBox='-4-488'%3e%3ccircler='3'fill='%23fff'/%3e%3c/svg%3e") -} - -.bootstrapiso .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { - background-color: rgba(0, 123, 255, 0.5) -} - -.bootstrapiso .custom-switch { - padding-left: 2.25rem -} - -.bootstrapiso .custom-switch .custom-control-label::before { - left: -2.25rem; - width: 1.75rem; - pointer-events: all; - border-radius: .5rem -} - -.bootstrapiso .custom-switch .custom-control-label::after { - top: calc(2.25rem); - left: calc(-0.25rem); - width: calc(-3rem); - height: calc(-3rem); - background-color: #adb5bd; - border-radius: .5rem; - transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out; - transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; - transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .custom-switch .custom-control-label::after { - transition: none - } -} - -.bootstrapiso .custom-switch .custom-control-input:checked~.custom-control-label::after { - background-color: #fff; - -webkit-transform: translateX(0.75rem); - transform: translateX(0.75rem) -} - -.bootstrapiso .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before { - background-color: rgba(0, 123, 255, 0.5) -} - -.bootstrapiso .custom-select { - display: inline-block; - width: 100%; - height: calc(4.25em); - padding: .375rem 1.75rem .375rem .75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - vertical-align: middle; - background: #fff url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='5'viewBox='0045'%3e%3cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") no-repeat right .75rem center / 8px 10px; - border: 1px solid #ced4da; - border-radius: .25rem; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none -} - -.bootstrapiso .custom-select:focus { - border-color: #80bdff; - outline: 0; - box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25) -} - -.bootstrapiso .custom-select:focus::-ms-value { - color: #495057; - background-color: #fff -} - -.bootstrapiso .custom-select[multiple], .bootstrapiso .custom-select[size]:not([size="1"]) { - height: auto; - padding-right: .75rem; - background-image: none -} - -.bootstrapiso .custom-select:disabled { - color: #6c757d; - background-color: #e9ecef -} - -.bootstrapiso .custom-select::-ms-expand { - display: none -} - -.bootstrapiso .custom-select:-moz-focusring { - color: transparent; - text-shadow: 0 0 0 #495057 -} - -.bootstrapiso .custom-select-sm { - height: calc(4em); - padding-top: .25rem; - padding-bottom: .25rem; - padding-left: .5rem; - font-size: .875rem -} - -.bootstrapiso .custom-select-lg { - height: calc(4.5em); - padding-top: .5rem; - padding-bottom: .5rem; - padding-left: 1rem; - font-size: 1.25rem -} - -.bootstrapiso .custom-file { - position: relative; - display: inline-block; - width: 100%; - height: calc(4.25em); - margin-bottom: 0 -} - -.bootstrapiso .custom-file-input { - position: relative; - z-index: 2; - width: 100%; - height: calc(4.25em); - margin: 0; - opacity: 0 -} - -.bootstrapiso .custom-file-input:focus~.custom-file-label { - border-color: #80bdff; - box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25) -} - -.bootstrapiso .custom-file-input[disabled]~.custom-file-label, .bootstrapiso .custom-file-input:disabled~.custom-file-label { - background-color: #e9ecef -} - -.bootstrapiso .custom-file-input:lang(en)~.custom-file-label::after { - content: "Browse" -} - -.bootstrapiso .custom-file-input~.custom-file-label[data-browse]::after { - content: attr(data-browse) -} - -.bootstrapiso .custom-file-label { - position: absolute; - top: 0; - right: 0; - left: 0; - z-index: 1; - height: calc(4.25em); - padding: .375rem .75rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - background-color: #fff; - border: 1px solid #ced4da; - border-radius: .25rem -} - -.bootstrapiso .custom-file-label::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - z-index: 3; - display: block; - height: calc(2.25em); - padding: .375rem .75rem; - line-height: 1.5; - color: #495057; - content: "Browse"; - background-color: #e9ecef; - border-left: inherit; - border-radius: 0 .25rem .25rem 0 -} - -.bootstrapiso .custom-range { - width: 100%; - height: 1.4rem; - padding: 0; - background-color: transparent; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none -} - -.bootstrapiso .custom-range:focus { - outline: 0 -} - -.bootstrapiso .custom-range:focus::-webkit-slider-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25) -} - -.bootstrapiso .custom-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25) -} - -.bootstrapiso .custom-range:focus::-ms-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25) -} - -.bootstrapiso .custom-range::-moz-focus-outer { - border: 0 -} - -.bootstrapiso .custom-range::-webkit-slider-thumb { - width: 1rem; - height: 1rem; - margin-top: -0.25rem; - background-color: #007bff; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; - transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; - -webkit-appearance: none; - appearance: none -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .custom-range::-webkit-slider-thumb { - -webkit-transition: none; - transition: none - } -} - -.bootstrapiso .custom-range::-webkit-slider-thumb:active { - background-color: #b3d7ff -} - -.bootstrapiso .custom-range::-webkit-slider-runnable-track { - width: 100%; - height: .5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem -} - -.bootstrapiso .custom-range::-moz-range-thumb { - width: 1rem; - height: 1rem; - background-color: #007bff; - border: 0; - border-radius: 1rem; - -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; - transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; - -moz-appearance: none; - appearance: none -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .custom-range::-moz-range-thumb { - -moz-transition: none; - transition: none - } -} - -.bootstrapiso .custom-range::-moz-range-thumb:active { - background-color: #b3d7ff -} - -.bootstrapiso .custom-range::-moz-range-track { - width: 100%; - height: .5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem -} - -.bootstrapiso .custom-range::-ms-thumb { - width: 1rem; - height: 1rem; - margin-top: 0; - margin-right: .2rem; - margin-left: .2rem; - background-color: #007bff; - border: 0; - border-radius: 1rem; - -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; - transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; - appearance: none -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .custom-range::-ms-thumb { - -ms-transition: none; - transition: none - } -} - -.bootstrapiso .custom-range::-ms-thumb:active { - background-color: #b3d7ff -} - -.bootstrapiso .custom-range::-ms-track { - width: 100%; - height: .5rem; - color: transparent; - cursor: pointer; - background-color: transparent; - border-color: transparent; - border-width: .5rem -} - -.bootstrapiso .custom-range::-ms-fill-lower { - background-color: #dee2e6; - border-radius: 1rem -} - -.bootstrapiso .custom-range::-ms-fill-upper { - margin-right: 15px; - background-color: #dee2e6; - border-radius: 1rem -} - -.bootstrapiso .custom-range:disabled::-webkit-slider-thumb { - background-color: #adb5bd -} - -.bootstrapiso .custom-range:disabled::-webkit-slider-runnable-track { - cursor: default -} - -.bootstrapiso .custom-range:disabled::-moz-range-thumb { - background-color: #adb5bd -} - -.bootstrapiso .custom-range:disabled::-moz-range-track { - cursor: default -} - -.bootstrapiso .custom-range:disabled::-ms-thumb { - background-color: #adb5bd -} - -.bootstrapiso .custom-control-label::before, .bootstrapiso .custom-file-label, .bootstrapiso .custom-select { - transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .custom-control-label::before, .bootstrapiso .custom-file-label, .bootstrapiso .custom-select { - transition: none - } -} - -.bootstrapiso .nav { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - padding-left: 0; - margin-bottom: 0; - list-style: none -} - -.bootstrapiso .nav-link { - display: block; - padding: .5rem 1rem -} - -.bootstrapiso .nav-link:hover, .bootstrapiso .nav-link:focus { - text-decoration: none -} - -.bootstrapiso .nav-link.disabled { - color: #6c757d; - pointer-events: none; - cursor: default -} - -.bootstrapiso .nav-tabs { - border-bottom: 1px solid #dee2e6 -} - -.bootstrapiso .nav-tabs .nav-item { - margin-bottom: -1px -} - -.bootstrapiso .nav-tabs .nav-link { - border: 1px solid transparent; - border-top-left-radius: .25rem; - border-top-right-radius: .25rem -} - -.bootstrapiso .nav-tabs .nav-link:hover, .bootstrapiso .nav-tabs .nav-link:focus { - border-color: #e9ecef #e9ecef #dee2e6 -} - -.bootstrapiso .nav-tabs .nav-link.disabled { - color: #6c757d; - background-color: transparent; - border-color: transparent -} - -.bootstrapiso .nav-tabs .nav-link.active, .bootstrapiso .nav-tabs .nav-item.show .nav-link { - color: #495057; - background-color: #fff; - border-color: #dee2e6 #dee2e6 #fff -} - -.bootstrapiso .nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0 -} - -.bootstrapiso .nav-pills .nav-link { - border-radius: .25rem -} - -.bootstrapiso .nav-pills .nav-link.active, .bootstrapiso .nav-pills .show>.nav-link { - color: #fff; - background-color: #007bff -} - -.bootstrapiso .nav-fill .nav-item { - -ms-flex: 1 1 auto; - flex: 1 1 auto; - text-align: center -} - -.bootstrapiso .nav-justified .nav-item { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -ms-flex-positive: 1; - flex-grow: 1; - text-align: center -} - -.bootstrapiso .tab-content>.tab-pane { - display: none -} - -.bootstrapiso .tab-content>.active { - display: block -} - -.bootstrapiso .navbar { - position: relative; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: justify; - justify-content: space-between; - padding: .5rem 1rem -} - -.bootstrapiso .navbar .container, .bootstrapiso .navbar .container-fluid, .bootstrapiso .navbar .container-sm, .bootstrapiso .navbar .container-md, .bootstrapiso .navbar .container-lg, .bootstrapiso .navbar .container-xl { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: justify; - justify-content: space-between -} - -.bootstrapiso .navbar-brand { - display: inline-block; - padding-top: .3125rem; - padding-bottom: .3125rem; - margin-right: 1rem; - font-size: 1.25rem; - line-height: inherit; - white-space: nowrap -} - -.bootstrapiso .navbar-brand:hover, .bootstrapiso .navbar-brand:focus { - text-decoration: none -} - -.bootstrapiso .navbar-nav { - display: -ms-flexbox; - display: flex; - -ms-flex-direction: column; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - list-style: none -} - -.bootstrapiso .navbar-nav .nav-link { - padding-right: 0; - padding-left: 0 -} - -.bootstrapiso .navbar-nav .dropdown-menu { - position: static; - float: none -} - -.bootstrapiso .navbar-text { - display: inline-block; - padding-top: .5rem; - padding-bottom: .5rem -} - -.bootstrapiso .navbar-collapse { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-align: center; - align-items: center -} - -.bootstrapiso .navbar-toggler { - padding: .25rem .75rem; - font-size: 1.25rem; - line-height: 1; - background-color: transparent; - border: 1px solid transparent; - border-radius: .25rem -} - -.bootstrapiso .navbar-toggler:hover, .bootstrapiso .navbar-toggler:focus { - text-decoration: none -} - -.bootstrapiso .navbar-toggler-icon { - display: inline-block; - width: 1.5em; - height: 1.5em; - vertical-align: middle; - content: ""; - background: no-repeat center center; - background-size: 100% 100% -} - -@media(max-width:575.98px) { - .bootstrapiso .navbar-expand-sm>.container, .bootstrapiso .navbar-expand-sm>.container-fluid, .bootstrapiso .navbar-expand-sm>.container-sm, .bootstrapiso .navbar-expand-sm>.container-md, .bootstrapiso .navbar-expand-sm>.container-lg, .bootstrapiso .navbar-expand-sm>.container-xl { - padding-right: 0; - padding-left: 0 - } -} - -@media(min-width:576px) { - .bootstrapiso .navbar-expand-sm { - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -ms-flex-pack: start; - justify-content: flex-start - } - - .bootstrapiso .navbar-expand-sm .navbar-nav { - -ms-flex-direction: row; - flex-direction: row - } - - .bootstrapiso .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute - } - - .bootstrapiso .navbar-expand-sm .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem - } - - .bootstrapiso .navbar-expand-sm>.container, .bootstrapiso .navbar-expand-sm>.container-fluid, .bootstrapiso .navbar-expand-sm>.container-sm, .bootstrapiso .navbar-expand-sm>.container-md, .bootstrapiso .navbar-expand-sm>.container-lg, .bootstrapiso .navbar-expand-sm>.container-xl { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap - } - - .bootstrapiso .navbar-expand-sm .navbar-collapse { - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto - } - - .bootstrapiso .navbar-expand-sm .navbar-toggler { - display: none - } -} - -@media(max-width:767.98px) { - .bootstrapiso .navbar-expand-md>.container, .bootstrapiso .navbar-expand-md>.container-fluid, .bootstrapiso .navbar-expand-md>.container-sm, .bootstrapiso .navbar-expand-md>.container-md, .bootstrapiso .navbar-expand-md>.container-lg, .bootstrapiso .navbar-expand-md>.container-xl { - padding-right: 0; - padding-left: 0 - } -} - -@media(min-width:768px) { - .bootstrapiso .navbar-expand-md { - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -ms-flex-pack: start; - justify-content: flex-start - } - - .bootstrapiso .navbar-expand-md .navbar-nav { - -ms-flex-direction: row; - flex-direction: row - } - - .bootstrapiso .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute - } - - .bootstrapiso .navbar-expand-md .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem - } - - .bootstrapiso .navbar-expand-md>.container, .bootstrapiso .navbar-expand-md>.container-fluid, .bootstrapiso .navbar-expand-md>.container-sm, .bootstrapiso .navbar-expand-md>.container-md, .bootstrapiso .navbar-expand-md>.container-lg, .bootstrapiso .navbar-expand-md>.container-xl { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap - } - - .bootstrapiso .navbar-expand-md .navbar-collapse { - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto - } - - .bootstrapiso .navbar-expand-md .navbar-toggler { - display: none - } -} - -@media(max-width:991.98px) { - .bootstrapiso .navbar-expand-lg>.container, .bootstrapiso .navbar-expand-lg>.container-fluid, .bootstrapiso .navbar-expand-lg>.container-sm, .bootstrapiso .navbar-expand-lg>.container-md, .bootstrapiso .navbar-expand-lg>.container-lg, .bootstrapiso .navbar-expand-lg>.container-xl { - padding-right: 0; - padding-left: 0 - } -} - -@media(min-width:992px) { - .bootstrapiso .navbar-expand-lg { - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -ms-flex-pack: start; - justify-content: flex-start - } - - .bootstrapiso .navbar-expand-lg .navbar-nav { - -ms-flex-direction: row; - flex-direction: row - } - - .bootstrapiso .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute - } - - .bootstrapiso .navbar-expand-lg .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem - } - - .bootstrapiso .navbar-expand-lg>.container, .bootstrapiso .navbar-expand-lg>.container-fluid, .bootstrapiso .navbar-expand-lg>.container-sm, .bootstrapiso .navbar-expand-lg>.container-md, .bootstrapiso .navbar-expand-lg>.container-lg, .bootstrapiso .navbar-expand-lg>.container-xl { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap - } - - .bootstrapiso .navbar-expand-lg .navbar-collapse { - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto - } - - .bootstrapiso .navbar-expand-lg .navbar-toggler { - display: none - } -} - -@media(max-width:1199.98px) { - .bootstrapiso .navbar-expand-xl>.container, .bootstrapiso .navbar-expand-xl>.container-fluid, .bootstrapiso .navbar-expand-xl>.container-sm, .bootstrapiso .navbar-expand-xl>.container-md, .bootstrapiso .navbar-expand-xl>.container-lg, .bootstrapiso .navbar-expand-xl>.container-xl { - padding-right: 0; - padding-left: 0 - } -} - -@media(min-width:1200px) { - .bootstrapiso .navbar-expand-xl { - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -ms-flex-pack: start; - justify-content: flex-start - } - - .bootstrapiso .navbar-expand-xl .navbar-nav { - -ms-flex-direction: row; - flex-direction: row - } - - .bootstrapiso .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute - } - - .bootstrapiso .navbar-expand-xl .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem - } - - .bootstrapiso .navbar-expand-xl>.container, .bootstrapiso .navbar-expand-xl>.container-fluid, .bootstrapiso .navbar-expand-xl>.container-sm, .bootstrapiso .navbar-expand-xl>.container-md, .bootstrapiso .navbar-expand-xl>.container-lg, .bootstrapiso .navbar-expand-xl>.container-xl { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap - } - - .bootstrapiso .navbar-expand-xl .navbar-collapse { - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto - } - - .bootstrapiso .navbar-expand-xl .navbar-toggler { - display: none - } -} - -.bootstrapiso .navbar-expand { - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -ms-flex-pack: start; - justify-content: flex-start -} - -.bootstrapiso .navbar-expand>.container, .bootstrapiso .navbar-expand>.container-fluid, .bootstrapiso .navbar-expand>.container-sm, .bootstrapiso .navbar-expand>.container-md, .bootstrapiso .navbar-expand>.container-lg, .bootstrapiso .navbar-expand>.container-xl { - padding-right: 0; - padding-left: 0 -} - -.bootstrapiso .navbar-expand .navbar-nav { - -ms-flex-direction: row; - flex-direction: row -} - -.bootstrapiso .navbar-expand .navbar-nav .dropdown-menu { - position: absolute -} - -.bootstrapiso .navbar-expand .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem -} - -.bootstrapiso .navbar-expand>.container, .bootstrapiso .navbar-expand>.container-fluid, .bootstrapiso .navbar-expand>.container-sm, .bootstrapiso .navbar-expand>.container-md, .bootstrapiso .navbar-expand>.container-lg, .bootstrapiso .navbar-expand>.container-xl { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap -} - -.bootstrapiso .navbar-expand .navbar-collapse { - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto -} - -.bootstrapiso .navbar-expand .navbar-toggler { - display: none -} - -.bootstrapiso .navbar-light .navbar-brand { - color: rgba(0, 0, 0, 0.9) -} - -.bootstrapiso .navbar-light .navbar-brand:hover, .bootstrapiso .navbar-light .navbar-brand:focus { - color: rgba(0, 0, 0, 0.9) -} - -.bootstrapiso .navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.5) -} - -.bootstrapiso .navbar-light .navbar-nav .nav-link:hover, .bootstrapiso .navbar-light .navbar-nav .nav-link:focus { - color: rgba(0, 0, 0, 0.7) -} - -.bootstrapiso .navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3) -} - -.bootstrapiso .navbar-light .navbar-nav .show>.nav-link, .bootstrapiso .navbar-light .navbar-nav .active>.nav-link, .bootstrapiso .navbar-light .navbar-nav .nav-link.show, .bootstrapiso .navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9) -} - -.bootstrapiso .navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.5); - border-color: rgba(0, 0, 0, 0.1) -} - -.bootstrapiso .navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='30'height='30'viewBox='003030'%3e%3cpathstroke='rgba(0,0,0,0.5)'stroke-linecap='round'stroke-miterlimit='10'stroke-width='2'd='M47h22M415h22M423h22'/%3e%3c/svg%3e") -} - -.bootstrapiso .navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.5) -} - -.bootstrapiso .navbar-light .navbar-text a { - color: rgba(0, 0, 0, 0.9) -} - -.bootstrapiso .navbar-light .navbar-text a:hover, .bootstrapiso .navbar-light .navbar-text a:focus { - color: rgba(0, 0, 0, 0.9) -} - -.bootstrapiso .navbar-dark .navbar-brand { - color: #fff -} - -.bootstrapiso .navbar-dark .navbar-brand:hover, .bootstrapiso .navbar-dark .navbar-brand:focus { - color: #fff -} - -.bootstrapiso .navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.5) -} - -.bootstrapiso .navbar-dark .navbar-nav .nav-link:hover, .bootstrapiso .navbar-dark .navbar-nav .nav-link:focus { - color: rgba(255, 255, 255, 0.75) -} - -.bootstrapiso .navbar-dark .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25) -} - -.bootstrapiso .navbar-dark .navbar-nav .show>.nav-link, .bootstrapiso .navbar-dark .navbar-nav .active>.nav-link, .bootstrapiso .navbar-dark .navbar-nav .nav-link.show, .bootstrapiso .navbar-dark .navbar-nav .nav-link.active { - color: #fff -} - -.bootstrapiso .navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.1) -} - -.bootstrapiso .navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='30'height='30'viewBox='003030'%3e%3cpathstroke='rgba(255,255,255,0.5)'stroke-linecap='round'stroke-miterlimit='10'stroke-width='2'd='M47h22M415h22M423h22'/%3e%3c/svg%3e") -} - -.bootstrapiso .navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.5) -} - -.bootstrapiso .navbar-dark .navbar-text a { - color: #fff -} - -.bootstrapiso .navbar-dark .navbar-text a:hover, .bootstrapiso .navbar-dark .navbar-text a:focus { - color: #fff -} - -.bootstrapiso .card { - position: relative; - display: -ms-flexbox; - display: flex; - -ms-flex-direction: column; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: .25rem -} - -.bootstrapiso .card>hr { - margin-right: 0; - margin-left: 0 -} - -.bootstrapiso .card>.list-group:first-child .list-group-item:first-child { - border-top-left-radius: .25rem; - border-top-right-radius: .25rem -} - -.bootstrapiso .card>.list-group:last-child .list-group-item:last-child { - border-bottom-right-radius: .25rem; - border-bottom-left-radius: .25rem -} - -.bootstrapiso .card-body { - -ms-flex: 1 1 auto; - flex: 1 1 auto; - min-height: 1px; - padding: 1.25rem -} - -.bootstrapiso .card-title { - margin-bottom: .75rem -} - -.bootstrapiso .card-subtitle { - margin-top: -0.375rem; - margin-bottom: 0 -} - -.bootstrapiso .card-text:last-child { - margin-bottom: 0 -} - -.bootstrapiso .card-link:hover { - text-decoration: none -} - -.bootstrapiso .card-link+.card-link { - margin-left: 1.25rem -} - -.bootstrapiso .card-header { - padding: .75rem 1.25rem; - margin-bottom: 0; - background-color: rgba(0, 0, 0, 0.03); - border-bottom: 1px solid rgba(0, 0, 0, 0.125) -} - -.bootstrapiso .card-header:first-child { - border-radius: calc(-0.75rem) calc(-0.75rem) 0 0 -} - -.bootstrapiso .card-header+.list-group .list-group-item:first-child { - border-top: 0 -} - -.bootstrapiso .card-footer { - padding: .75rem 1.25rem; - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(0, 0, 0, 0.125) -} - -.bootstrapiso .card-footer:last-child { - border-radius: 0 0 calc(-0.75rem) calc(-0.75rem) -} - -.bootstrapiso .card-header-tabs { - margin-right: -0.625rem; - margin-bottom: -0.75rem; - margin-left: -0.625rem; - border-bottom: 0 -} - -.bootstrapiso .card-header-pills { - margin-right: -0.625rem; - margin-left: -0.625rem -} - -.bootstrapiso .card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1.25rem -} - -.bootstrapiso .card-img, .bootstrapiso .card-img-top, .bootstrapiso .card-img-bottom { - -ms-flex-negative: 0; - flex-shrink: 0; - width: 100% -} - -.bootstrapiso .card-img, .bootstrapiso .card-img-top { - border-top-left-radius: calc(-0.75rem); - border-top-right-radius: calc(-0.75rem) -} - -.bootstrapiso .card-img, .bootstrapiso .card-img-bottom { - border-bottom-right-radius: calc(-0.75rem); - border-bottom-left-radius: calc(-0.75rem) -} - -.bootstrapiso .card-deck .card { - margin-bottom: 15px -} - -@media(min-width:576px) { - .bootstrapiso .card-deck { - display: -ms-flexbox; - display: flex; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - margin-right: -15px; - margin-left: -15px - } - - .bootstrapiso .card-deck .card { - -ms-flex: 1 0 0; - flex: 1 0 0; - margin-right: 15px; - margin-bottom: 0; - margin-left: 15px - } -} - -.bootstrapiso .card-group>.card { - margin-bottom: 15px -} - -@media(min-width:576px) { - .bootstrapiso .card-group { - display: -ms-flexbox; - display: flex; - -ms-flex-flow: row wrap; - flex-flow: row wrap - } - - .bootstrapiso .card-group>.card { - -ms-flex: 1 0 0; - flex: 1 0 0; - margin-bottom: 0 - } - - .bootstrapiso .card-group>.card+.card { - margin-left: 0; - border-left: 0 - } - - .bootstrapiso .card-group>.card:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0 - } - - .bootstrapiso .card-group>.card:not(:last-child) .card-img-top, .bootstrapiso .card-group>.card:not(:last-child) .card-header { - border-top-right-radius: 0 - } - - .bootstrapiso .card-group>.card:not(:last-child) .card-img-bottom, .bootstrapiso .card-group>.card:not(:last-child) .card-footer { - border-bottom-right-radius: 0 - } - - .bootstrapiso .card-group>.card:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0 - } - - .bootstrapiso .card-group>.card:not(:first-child) .card-img-top, .bootstrapiso .card-group>.card:not(:first-child) .card-header { - border-top-left-radius: 0 - } - - .bootstrapiso .card-group>.card:not(:first-child) .card-img-bottom, .bootstrapiso .card-group>.card:not(:first-child) .card-footer { - border-bottom-left-radius: 0 - } -} - -.bootstrapiso .card-columns .card { - margin-bottom: .75rem -} - -@media(min-width:576px) { - .bootstrapiso .card-columns { - -webkit-column-count: 3; - -moz-column-count: 3; - column-count: 3; - -webkit-column-gap: 1.25rem; - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - orphans: 1; - widows: 1 - } - - .bootstrapiso .card-columns .card { - display: inline-block; - width: 100% - } -} - -.bootstrapiso .accordion>.card { - overflow: hidden -} - -.bootstrapiso .accordion>.card:not(:last-of-type) { - border-bottom: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0 -} - -.bootstrapiso .accordion>.card:not(:first-of-type) { - border-top-left-radius: 0; - border-top-right-radius: 0 -} - -.bootstrapiso .accordion>.card>.card-header { - border-radius: 0; - margin-bottom: -1px -} - -.bootstrapiso .breadcrumb { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - padding: .75rem 1rem; - margin-bottom: 1rem; - list-style: none; - background-color: #e9ecef; - border-radius: .25rem -} - -.bootstrapiso .breadcrumb-item+.breadcrumb-item { - padding-left: .5rem -} - -.bootstrapiso .breadcrumb-item+.breadcrumb-item::before { - display: inline-block; - padding-right: .5rem; - color: #6c757d; - content: "/" -} - -.bootstrapiso .breadcrumb-item+.breadcrumb-item:hover::before { - text-decoration: underline -} - -.bootstrapiso .breadcrumb-item+.breadcrumb-item:hover::before { - text-decoration: none -} - -.bootstrapiso .breadcrumb-item.active { - color: #6c757d -} - -.bootstrapiso .pagination { - display: -ms-flexbox; - display: flex; - padding-left: 0; - list-style: none; - border-radius: .25rem -} - -.bootstrapiso .page-link { - position: relative; - display: block; - padding: .5rem .75rem; - margin-left: -1px; - line-height: 1.25; - color: #007bff; - background-color: #fff; - border: 1px solid #dee2e6 -} - -.bootstrapiso .page-link:hover { - z-index: 2; - color: #0056b3; - text-decoration: none; - background-color: #e9ecef; - border-color: #dee2e6 -} - -.bootstrapiso .page-link:focus { - z-index: 3; - outline: 0; - box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25) -} - -.bootstrapiso .page-item:first-child .page-link { - margin-left: 0; - border-top-left-radius: .25rem; - border-bottom-left-radius: .25rem -} - -.bootstrapiso .page-item:last-child .page-link { - border-top-right-radius: .25rem; - border-bottom-right-radius: .25rem -} - -.bootstrapiso .page-item.active .page-link { - z-index: 3; - color: #fff; - background-color: #007bff; - border-color: #007bff -} - -.bootstrapiso .page-item.disabled .page-link { - color: #6c757d; - pointer-events: none; - cursor: auto; - background-color: #fff; - border-color: #dee2e6 -} - -.bootstrapiso .pagination-lg .page-link { - padding: .75rem 1.5rem; - font-size: 1.25rem; - line-height: 1.5 -} - -.bootstrapiso .pagination-lg .page-item:first-child .page-link { - border-top-left-radius: .3rem; - border-bottom-left-radius: .3rem -} - -.bootstrapiso .pagination-lg .page-item:last-child .page-link { - border-top-right-radius: .3rem; - border-bottom-right-radius: .3rem -} - -.bootstrapiso .pagination-sm .page-link { - padding: .25rem .5rem; - font-size: .875rem; - line-height: 1.5 -} - -.bootstrapiso .pagination-sm .page-item:first-child .page-link { - border-top-left-radius: .2rem; - border-bottom-left-radius: .2rem -} - -.bootstrapiso .pagination-sm .page-item:last-child .page-link { - border-top-right-radius: .2rem; - border-bottom-right-radius: .2rem -} - -.bootstrapiso .badge { - display: inline-block; - padding: .25em .4em; - font-size: 75%; - font-weight: 700; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25rem; - transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .badge { - transition: none - } -} - -.bootstrapiso a.badge:hover, .bootstrapiso a.badge:focus { - text-decoration: none -} - -.bootstrapiso .badge:empty { - display: none -} - -.bootstrapiso .btn .badge { - position: relative; - top: -1px -} - -.bootstrapiso .badge-pill { - padding-right: .6em; - padding-left: .6em; - border-radius: 10rem -} - -.bootstrapiso .badge-primary { - color: #fff; - background-color: #007bff -} - -.bootstrapiso a.badge-primary:hover, .bootstrapiso a.badge-primary:focus { - color: #fff; - background-color: #0062cc -} - -.bootstrapiso a.badge-primary:focus, .bootstrapiso a.badge-primary.focus { - outline: 0; - box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5) -} - -.bootstrapiso .badge-secondary { - color: #fff; - background-color: #6c757d -} - -.bootstrapiso a.badge-secondary:hover, .bootstrapiso a.badge-secondary:focus { - color: #fff; - background-color: #545b62 -} - -.bootstrapiso a.badge-secondary:focus, .bootstrapiso a.badge-secondary.focus { - outline: 0; - box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5) -} - -.bootstrapiso .badge-success { - color: #fff; - background-color: #28a745 -} - -.bootstrapiso a.badge-success:hover, .bootstrapiso a.badge-success:focus { - color: #fff; - background-color: #1e7e34 -} - -.bootstrapiso a.badge-success:focus, .bootstrapiso a.badge-success.focus { - outline: 0; - box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5) -} - -.bootstrapiso .badge-info { - color: #fff; - background-color: #17a2b8 -} - -.bootstrapiso a.badge-info:hover, .bootstrapiso a.badge-info:focus { - color: #fff; - background-color: #117a8b -} - -.bootstrapiso a.badge-info:focus, .bootstrapiso a.badge-info.focus { - outline: 0; - box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5) -} - -.bootstrapiso .badge-warning { - color: #212529; - background-color: #ffc107 -} - -.bootstrapiso a.badge-warning:hover, .bootstrapiso a.badge-warning:focus { - color: #212529; - background-color: #d39e00 -} - -.bootstrapiso a.badge-warning:focus, .bootstrapiso a.badge-warning.focus { - outline: 0; - box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5) -} - -.bootstrapiso .badge-danger { - color: #fff; - background-color: #dc3545 -} - -.bootstrapiso a.badge-danger:hover, .bootstrapiso a.badge-danger:focus { - color: #fff; - background-color: #bd2130 -} - -.bootstrapiso a.badge-danger:focus, .bootstrapiso a.badge-danger.focus { - outline: 0; - box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5) -} - -.bootstrapiso .badge-light { - color: #212529; - background-color: #f8f9fa -} - -.bootstrapiso a.badge-light:hover, .bootstrapiso a.badge-light:focus { - color: #212529; - background-color: #dae0e5 -} - -.bootstrapiso a.badge-light:focus, .bootstrapiso a.badge-light.focus { - outline: 0; - box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5) -} - -.bootstrapiso .badge-dark { - color: #fff; - background-color: #343a40 -} - -.bootstrapiso a.badge-dark:hover, .bootstrapiso a.badge-dark:focus { - color: #fff; - background-color: #1d2124 -} - -.bootstrapiso a.badge-dark:focus, .bootstrapiso a.badge-dark.focus { - outline: 0; - box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5) -} - -.bootstrapiso .jumbotron { - padding: 2rem 1rem; - margin-bottom: 2rem; - background-color: #e9ecef; - border-radius: .3rem -} - -@media(min-width:576px) { - .bootstrapiso .jumbotron { - padding: 4rem 2rem - } -} - -.bootstrapiso .jumbotron-fluid { - padding-right: 0; - padding-left: 0; - border-radius: 0 -} - -.bootstrapiso .alert { - position: relative; - padding: .75rem 1.25rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: .25rem -} - -.bootstrapiso .alert-heading { - color: inherit -} - -.bootstrapiso .alert-link { - font-weight: 700 -} - -.bootstrapiso .alert-dismissible { - padding-right: 4rem -} - -.bootstrapiso .alert-dismissible .close { - position: absolute; - top: 0; - right: 0; - padding: .75rem 1.25rem; - color: inherit -} - -.bootstrapiso .alert-primary { - color: #004085; - background-color: #cce5ff; - border-color: #b8daff -} - -.bootstrapiso .alert-primary hr { - border-top-color: #9fcdff -} - -.bootstrapiso .alert-primary .alert-link { - color: #002752 -} - -.bootstrapiso .alert-secondary { - color: #383d41; - background-color: #e2e3e5; - border-color: #d6d8db -} - -.bootstrapiso .alert-secondary hr { - border-top-color: #c8cbcf -} - -.bootstrapiso .alert-secondary .alert-link { - color: #202326 -} - -.bootstrapiso .alert-success { - color: #155724; - background-color: #d4edda; - border-color: #c3e6cb -} - -.bootstrapiso .alert-success hr { - border-top-color: #b1dfbb -} - -.bootstrapiso .alert-success .alert-link { - color: #0b2e13 -} - -.bootstrapiso .alert-info { - color: #0c5460; - background-color: #d1ecf1; - border-color: #bee5eb -} - -.bootstrapiso .alert-info hr { - border-top-color: #abdde5 -} - -.bootstrapiso .alert-info .alert-link { - color: #062c33 -} - -.bootstrapiso .alert-warning { - color: #856404; - background-color: #fff3cd; - border-color: #ffeeba -} - -.bootstrapiso .alert-warning hr { - border-top-color: #ffe8a1 -} - -.bootstrapiso .alert-warning .alert-link { - color: #533f03 -} - -.bootstrapiso .alert-danger { - color: #721c24; - background-color: #f8d7da; - border-color: #f5c6cb -} - -.bootstrapiso .alert-danger hr { - border-top-color: #f1b0b7 -} - -.bootstrapiso .alert-danger .alert-link { - color: #491217 -} - -.bootstrapiso .alert-light { - color: #818182; - background-color: #fefefe; - border-color: #fdfdfe -} - -.bootstrapiso .alert-light hr { - border-top-color: #ececf6 -} - -.bootstrapiso .alert-light .alert-link { - color: #686868 -} - -.bootstrapiso .alert-dark { - color: #1b1e21; - background-color: #d6d8d9; - border-color: #c6c8ca -} - -.bootstrapiso .alert-dark hr { - border-top-color: #b9bbbe -} - -.bootstrapiso .alert-dark .alert-link { - color: #040505 -} - -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 1rem 0 - } - - to { - background-position: 0 0 - } -} - -@keyframes progress-bar-stripes { - from { - background-position: 1rem 0 - } - - to { - background-position: 0 0 - } -} - -.bootstrapiso .progress { - display: -ms-flexbox; - display: flex; - height: 1rem; - overflow: hidden; - font-size: .75rem; - background-color: #e9ecef; - border-radius: .25rem -} - -.bootstrapiso .progress-bar { - display: -ms-flexbox; - display: flex; - -ms-flex-direction: column; - flex-direction: column; - -ms-flex-pack: center; - justify-content: center; - overflow: hidden; - color: #fff; - text-align: center; - white-space: nowrap; - background-color: #007bff; - transition: width .6s ease -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .progress-bar { - transition: none - } -} - -.bootstrapiso .progress-bar-striped { - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem -} - -.bootstrapiso .progress-bar-animated { - -webkit-animation: progress-bar-stripes 1s linear infinite; - animation: progress-bar-stripes 1s linear infinite -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .progress-bar-animated { - -webkit-animation: none; - animation: none - } -} - -.bootstrapiso .media { - display: -ms-flexbox; - display: flex; - -ms-flex-align: start; - align-items: flex-start -} - -.bootstrapiso .media-body { - -ms-flex: 1; - flex: 1 -} - -.bootstrapiso .list-group { - display: -ms-flexbox; - display: flex; - -ms-flex-direction: column; - flex-direction: column; - padding-left: 0; - margin-bottom: 0 -} - -.bootstrapiso .list-group-item-action { - width: 100%; - color: #495057; - text-align: inherit -} - -.bootstrapiso .list-group-item-action:hover, .bootstrapiso .list-group-item-action:focus { - z-index: 1; - color: #495057; - text-decoration: none; - background-color: #f8f9fa -} - -.bootstrapiso .list-group-item-action:active { - color: #212529; - background-color: #e9ecef -} - -.bootstrapiso .list-group-item { - position: relative; - display: block; - padding: .75rem 1.25rem; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125) -} - -.bootstrapiso .list-group-item:first-child { - border-top-left-radius: .25rem; - border-top-right-radius: .25rem -} - -.bootstrapiso .list-group-item:last-child { - border-bottom-right-radius: .25rem; - border-bottom-left-radius: .25rem -} - -.bootstrapiso .list-group-item.disabled, .bootstrapiso .list-group-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: #fff -} - -.bootstrapiso .list-group-item.active { - z-index: 2; - color: #fff; - background-color: #007bff; - border-color: #007bff -} - -.bootstrapiso .list-group-item+.list-group-item { - border-top-width: 0 -} - -.bootstrapiso .list-group-item+.list-group-item.active { - margin-top: -1px; - border-top-width: 1px -} - -.bootstrapiso .list-group-horizontal { - -ms-flex-direction: row; - flex-direction: row -} - -.bootstrapiso .list-group-horizontal .list-group-item:first-child { - border-bottom-left-radius: .25rem; - border-top-right-radius: 0 -} - -.bootstrapiso .list-group-horizontal .list-group-item:last-child { - border-top-right-radius: .25rem; - border-bottom-left-radius: 0 -} - -.bootstrapiso .list-group-horizontal .list-group-item.active { - margin-top: 0 -} - -.bootstrapiso .list-group-horizontal .list-group-item+.list-group-item { - border-top-width: 1px; - border-left-width: 0 -} - -.bootstrapiso .list-group-horizontal .list-group-item+.list-group-item.active { - margin-left: -1px; - border-left-width: 1px -} - -@media(min-width:576px) { - .bootstrapiso .list-group-horizontal-sm { - -ms-flex-direction: row; - flex-direction: row - } - - .bootstrapiso .list-group-horizontal-sm .list-group-item:first-child { - border-bottom-left-radius: .25rem; - border-top-right-radius: 0 - } - - .bootstrapiso .list-group-horizontal-sm .list-group-item:last-child { - border-top-right-radius: .25rem; - border-bottom-left-radius: 0 - } - - .bootstrapiso .list-group-horizontal-sm .list-group-item.active { - margin-top: 0 - } - - .bootstrapiso .list-group-horizontal-sm .list-group-item+.list-group-item { - border-top-width: 1px; - border-left-width: 0 - } - - .bootstrapiso .list-group-horizontal-sm .list-group-item+.list-group-item.active { - margin-left: -1px; - border-left-width: 1px - } -} - -@media(min-width:768px) { - .bootstrapiso .list-group-horizontal-md { - -ms-flex-direction: row; - flex-direction: row - } - - .bootstrapiso .list-group-horizontal-md .list-group-item:first-child { - border-bottom-left-radius: .25rem; - border-top-right-radius: 0 - } - - .bootstrapiso .list-group-horizontal-md .list-group-item:last-child { - border-top-right-radius: .25rem; - border-bottom-left-radius: 0 - } - - .bootstrapiso .list-group-horizontal-md .list-group-item.active { - margin-top: 0 - } - - .bootstrapiso .list-group-horizontal-md .list-group-item+.list-group-item { - border-top-width: 1px; - border-left-width: 0 - } - - .bootstrapiso .list-group-horizontal-md .list-group-item+.list-group-item.active { - margin-left: -1px; - border-left-width: 1px - } -} - -@media(min-width:992px) { - .bootstrapiso .list-group-horizontal-lg { - -ms-flex-direction: row; - flex-direction: row - } - - .bootstrapiso .list-group-horizontal-lg .list-group-item:first-child { - border-bottom-left-radius: .25rem; - border-top-right-radius: 0 - } - - .bootstrapiso .list-group-horizontal-lg .list-group-item:last-child { - border-top-right-radius: .25rem; - border-bottom-left-radius: 0 - } - - .bootstrapiso .list-group-horizontal-lg .list-group-item.active { - margin-top: 0 - } - - .bootstrapiso .list-group-horizontal-lg .list-group-item+.list-group-item { - border-top-width: 1px; - border-left-width: 0 - } - - .bootstrapiso .list-group-horizontal-lg .list-group-item+.list-group-item.active { - margin-left: -1px; - border-left-width: 1px - } -} - -@media(min-width:1200px) { - .bootstrapiso .list-group-horizontal-xl { - -ms-flex-direction: row; - flex-direction: row - } - - .bootstrapiso .list-group-horizontal-xl .list-group-item:first-child { - border-bottom-left-radius: .25rem; - border-top-right-radius: 0 - } - - .bootstrapiso .list-group-horizontal-xl .list-group-item:last-child { - border-top-right-radius: .25rem; - border-bottom-left-radius: 0 - } - - .bootstrapiso .list-group-horizontal-xl .list-group-item.active { - margin-top: 0 - } - - .bootstrapiso .list-group-horizontal-xl .list-group-item+.list-group-item { - border-top-width: 1px; - border-left-width: 0 - } - - .bootstrapiso .list-group-horizontal-xl .list-group-item+.list-group-item.active { - margin-left: -1px; - border-left-width: 1px - } -} - -.bootstrapiso .list-group-flush .list-group-item { - border-right-width: 0; - border-left-width: 0; - border-radius: 0 -} - -.bootstrapiso .list-group-flush .list-group-item:first-child { - border-top-width: 0 -} - -.bootstrapiso .list-group-flush:last-child .list-group-item:last-child { - border-bottom-width: 0 -} - -.bootstrapiso .list-group-item-primary { - color: #004085; - background-color: #b8daff -} - -.bootstrapiso .list-group-item-primary.list-group-item-action:hover, .bootstrapiso .list-group-item-primary.list-group-item-action:focus { - color: #004085; - background-color: #9fcdff -} - -.bootstrapiso .list-group-item-primary.list-group-item-action.active { - color: #fff; - background-color: #004085; - border-color: #004085 -} - -.bootstrapiso .list-group-item-secondary { - color: #383d41; - background-color: #d6d8db -} - -.bootstrapiso .list-group-item-secondary.list-group-item-action:hover, .bootstrapiso .list-group-item-secondary.list-group-item-action:focus { - color: #383d41; - background-color: #c8cbcf -} - -.bootstrapiso .list-group-item-secondary.list-group-item-action.active { - color: #fff; - background-color: #383d41; - border-color: #383d41 -} - -.bootstrapiso .list-group-item-success { - color: #155724; - background-color: #c3e6cb -} - -.bootstrapiso .list-group-item-success.list-group-item-action:hover, .bootstrapiso .list-group-item-success.list-group-item-action:focus { - color: #155724; - background-color: #b1dfbb -} - -.bootstrapiso .list-group-item-success.list-group-item-action.active { - color: #fff; - background-color: #155724; - border-color: #155724 -} - -.bootstrapiso .list-group-item-info { - color: #0c5460; - background-color: #bee5eb -} - -.bootstrapiso .list-group-item-info.list-group-item-action:hover, .bootstrapiso .list-group-item-info.list-group-item-action:focus { - color: #0c5460; - background-color: #abdde5 -} - -.bootstrapiso .list-group-item-info.list-group-item-action.active { - color: #fff; - background-color: #0c5460; - border-color: #0c5460 -} - -.bootstrapiso .list-group-item-warning { - color: #856404; - background-color: #ffeeba -} - -.bootstrapiso .list-group-item-warning.list-group-item-action:hover, .bootstrapiso .list-group-item-warning.list-group-item-action:focus { - color: #856404; - background-color: #ffe8a1 -} - -.bootstrapiso .list-group-item-warning.list-group-item-action.active { - color: #fff; - background-color: #856404; - border-color: #856404 -} - -.bootstrapiso .list-group-item-danger { - color: #721c24; - background-color: #f5c6cb -} - -.bootstrapiso .list-group-item-danger.list-group-item-action:hover, .bootstrapiso .list-group-item-danger.list-group-item-action:focus { - color: #721c24; - background-color: #f1b0b7 -} - -.bootstrapiso .list-group-item-danger.list-group-item-action.active { - color: #fff; - background-color: #721c24; - border-color: #721c24 -} - -.bootstrapiso .list-group-item-light { - color: #818182; - background-color: #fdfdfe -} - -.bootstrapiso .list-group-item-light.list-group-item-action:hover, .bootstrapiso .list-group-item-light.list-group-item-action:focus { - color: #818182; - background-color: #ececf6 -} - -.bootstrapiso .list-group-item-light.list-group-item-action.active { - color: #fff; - background-color: #818182; - border-color: #818182 -} - -.bootstrapiso .list-group-item-dark { - color: #1b1e21; - background-color: #c6c8ca -} - -.bootstrapiso .list-group-item-dark.list-group-item-action:hover, .bootstrapiso .list-group-item-dark.list-group-item-action:focus { - color: #1b1e21; - background-color: #b9bbbe -} - -.bootstrapiso .list-group-item-dark.list-group-item-action.active { - color: #fff; - background-color: #1b1e21; - border-color: #1b1e21 -} - -.bootstrapiso .close { - float: right; - font-size: 1.5rem; - font-weight: 700; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - opacity: .5 -} - -.bootstrapiso .close:hover { - color: #000; - text-decoration: none -} - -.bootstrapiso .close:not(:disabled):not(.disabled):hover, .bootstrapiso .close:not(:disabled):not(.disabled):focus { - opacity: .75 -} - -.bootstrapiso button.close { - padding: 0; - background-color: transparent; - border: 0; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none -} - -.bootstrapiso a.close.disabled { - pointer-events: none -} - -.bootstrapiso .toast { - max-width: 350px; - overflow: hidden; - font-size: .875rem; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1); - -webkit-backdrop-filter: blur(10px); - backdrop-filter: blur(10px); - opacity: 0; - border-radius: .25rem -} - -.bootstrapiso .toast:not(:last-child) { - margin-bottom: .75rem -} - -.bootstrapiso .toast.showing { - opacity: 1 -} - -.bootstrapiso .toast.show { - display: block; - opacity: 1 -} - -.bootstrapiso .toast.hide { - display: none -} - -.bootstrapiso .toast-header { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - padding: .25rem .75rem; - color: #6c757d; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border-bottom: 1px solid rgba(0, 0, 0, 0.05) -} - -.bootstrapiso .toast-body { - padding: .75rem -} - -.bootstrapiso .modal-open { - overflow: hidden -} - -.bootstrapiso .modal-open .modal { - overflow-x: hidden; - overflow-y: auto -} - -.bootstrapiso .modal { - position: fixed; - top: 0; - left: 0; - z-index: 1050; - display: none; - width: 100%; - height: 100%; - overflow: hidden; - outline: 0 -} - -.bootstrapiso .modal-dialog { - position: relative; - width: auto; - margin: .5rem; - pointer-events: none -} - -.bootstrapiso .modal.fade .modal-dialog { - transition: -webkit-transform .3s ease-out; - transition: transform .3s ease-out; - transition: transform .3s ease-out, -webkit-transform .3s ease-out; - -webkit-transform: translate(0, -50px); - transform: translate(0, -50px) -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .modal.fade .modal-dialog { - transition: none - } -} - -.bootstrapiso .modal.show .modal-dialog { - -webkit-transform: none; - transform: none -} - -.bootstrapiso .modal.modal-static .modal-dialog { - -webkit-transform: scale(1.02); - transform: scale(1.02) -} - -.bootstrapiso .modal-dialog-scrollable { - display: -ms-flexbox; - display: flex; - max-height: calc(99%) -} - -.bootstrapiso .modal-dialog-scrollable .modal-content { - max-height: calc(99vh); - overflow: hidden -} - -.bootstrapiso .modal-dialog-scrollable .modal-header, .bootstrapiso .modal-dialog-scrollable .modal-footer { - -ms-flex-negative: 0; - flex-shrink: 0 -} - -.bootstrapiso .modal-dialog-scrollable .modal-body { - overflow-y: auto -} - -.bootstrapiso .modal-dialog-centered { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - min-height: calc(99%) -} - -.bootstrapiso .modal-dialog-centered::before { - display: block; - height: calc(99vh); - content: "" -} - -.bootstrapiso .modal-dialog-centered.modal-dialog-scrollable { - -ms-flex-direction: column; - flex-direction: column; - -ms-flex-pack: center; - justify-content: center; - height: 100% -} - -.bootstrapiso .modal-dialog-centered.modal-dialog-scrollable .modal-content { - max-height: none -} - -.bootstrapiso .modal-dialog-centered.modal-dialog-scrollable::before { - content: none -} - -.bootstrapiso .modal-content { - position: relative; - display: -ms-flexbox; - display: flex; - -ms-flex-direction: column; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: .3rem; - outline: 0 -} - -.bootstrapiso .modal-backdrop { - position: fixed; - top: 0; - left: 0; - z-index: 1040; - width: 100vw; - height: 100vh; - background-color: #000 -} - -.bootstrapiso .modal-backdrop.fade { - opacity: 0 -} - -.bootstrapiso .modal-backdrop.show { - opacity: .5 -} - -.bootstrapiso .modal-header { - display: -ms-flexbox; - display: flex; - -ms-flex-align: start; - align-items: flex-start; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 1rem 1rem; - border-bottom: 1px solid #dee2e6; - border-top-left-radius: calc(-0.7rem); - border-top-right-radius: calc(-0.7rem) -} - -.bootstrapiso .modal-header .close { - padding: 1rem 1rem; - margin: -1rem -1rem -1rem auto -} - -.bootstrapiso .modal-title { - margin-bottom: 0; - line-height: 1.5 -} - -.bootstrapiso .modal-body { - position: relative; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - padding: 1rem -} - -.bootstrapiso .modal-footer { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: end; - justify-content: flex-end; - padding: .75rem; - border-top: 1px solid #dee2e6; - border-bottom-right-radius: calc(-0.7rem); - border-bottom-left-radius: calc(-0.7rem) -} - -.bootstrapiso .modal-footer>* { - margin: .25rem -} - -.bootstrapiso .modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll -} - -@media(min-width:576px) { - .bootstrapiso .modal-dialog { - max-width: 500px; - margin: 1.75rem auto - } - - .bootstrapiso .modal-dialog-scrollable { - max-height: calc(96.5%) - } - - .bootstrapiso .modal-dialog-scrollable .modal-content { - max-height: calc(96.5vh) - } - - .bootstrapiso .modal-dialog-centered { - min-height: calc(96.5%) - } - - .bootstrapiso .modal-dialog-centered::before { - height: calc(96.5vh) - } - - .bootstrapiso .modal-sm { - max-width: 300px - } -} - -@media(min-width:992px) { - .bootstrapiso .modal-lg, .bootstrapiso .modal-xl { - max-width: 800px - } -} - -@media(min-width:1200px) { - .bootstrapiso .modal-xl { - max-width: 1140px - } -} - -.bootstrapiso .tooltip { - position: absolute; - z-index: 1070; - display: block; - margin: 10px 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 14px; - word-wrap: break-word; - opacity: 0 -} - -.bootstrapiso .tooltip.show { - opacity: 1; -} - -.bootstrapiso .tooltip .arrow { - position: absolute; - display: block; - width: .8em; - height: .4em -} - -.bootstrapiso .tooltip .arrow::before { - position: absolute; - content: ""; - border-color: transparent; - border-style: solid -} - -.bootstrapiso .bs-tooltip-top, .bootstrapiso .bs-tooltip-auto[x-placement^="top"] { - padding: .4em 0 -} - -.bootstrapiso .bs-tooltip-top .arrow, .bootstrapiso .bs-tooltip-auto[x-placement^="top"] .arrow { - bottom: 0 -} - -.bootstrapiso .bs-tooltip-top .arrow::before, .bootstrapiso .bs-tooltip-auto[x-placement^="top"] .arrow::before { - top: 0; - border-width: .4em .4em 0; - border-top-color: #000000b8; -} - -.bootstrapiso .bs-tooltip-right, .bootstrapiso .bs-tooltip-auto[x-placement^="right"] { - padding: 0 .4em -} - -.bootstrapiso .bs-tooltip-right .arrow, .bootstrapiso .bs-tooltip-auto[x-placement^="right"] .arrow { - left: 0; - width: .4em; - height: .8em -} - -.bootstrapiso .bs-tooltip-right .arrow::before, .bootstrapiso .bs-tooltip-auto[x-placement^="right"] .arrow::before { - right: 0; - border-width: .4em .4em .4em 0; - border-right-color: #000000b8; -} - -.bootstrapiso .bs-tooltip-bottom, .bootstrapiso .bs-tooltip-auto[x-placement^="bottom"] { - padding: .4em 0 -} - -.bootstrapiso .bs-tooltip-bottom .arrow, .bootstrapiso .bs-tooltip-auto[x-placement^="bottom"] .arrow { - top: 0 -} - -.bootstrapiso .bs-tooltip-bottom .arrow::before, .bootstrapiso .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { - bottom: 0; - border-width: 0 .4em .4em; - border-bottom-color: #000000b8; -} - -.bootstrapiso .bs-tooltip-left, .bootstrapiso .bs-tooltip-auto[x-placement^="left"] { - padding: 0 .4em -} - -.bootstrapiso .bs-tooltip-left .arrow, .bootstrapiso .bs-tooltip-auto[x-placement^="left"] .arrow { - right: 0; - width: .4em; - height: .8em -} - -.bootstrapiso .bs-tooltip-left .arrow::before, .bootstrapiso .bs-tooltip-auto[x-placement^="left"] .arrow::before { - left: 0; - border-width: .4em 0 .4em .4em; - border-left-color: #000000b8; -} - -.bootstrapiso .tooltip-inner { - max-width: 200px; - padding: .25em .5em; - color: #fff; - text-align: center; - background-color: #000000b8; - border-radius: .25em -} - - -.bootstrapiso .popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: block; - max-width: 276px; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: .875rem; - word-wrap: break-word; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: .3rem -} - -.bootstrapiso .popover .arrow { - position: absolute; - display: block; - width: 1rem; - height: .5rem; - margin: 0 .3rem -} - -.bootstrapiso .popover .arrow::before, .bootstrapiso .popover .arrow::after { - position: absolute; - display: block; - content: ""; - border-color: transparent; - border-style: solid -} - -.bootstrapiso .bs-popover-top, .bootstrapiso .bs-popover-auto[x-placement^="top"] { - margin-bottom: .5rem -} - -.bootstrapiso .bs-popover-top>.arrow, .bootstrapiso .bs-popover-auto[x-placement^="top"]>.arrow { - bottom: calc(-1.5rem) -} - -.bootstrapiso .bs-popover-top>.arrow::before, .bootstrapiso .bs-popover-auto[x-placement^="top"]>.arrow::before { - bottom: 0; - border-width: .5rem .5rem 0; - border-top-color: rgba(0, 0, 0, 0.25) -} - -.bootstrapiso .bs-popover-top>.arrow::after, .bootstrapiso .bs-popover-auto[x-placement^="top"]>.arrow::after { - bottom: 1px; - border-width: .5rem .5rem 0; - border-top-color: #fff -} - -.bootstrapiso .bs-popover-right, .bootstrapiso .bs-popover-auto[x-placement^="right"] { - margin-left: .5rem -} - -.bootstrapiso .bs-popover-right>.arrow, .bootstrapiso .bs-popover-auto[x-placement^="right"]>.arrow { - left: calc(-1.5rem); - width: .5rem; - height: 1rem; - margin: .3rem 0 -} - -.bootstrapiso .bs-popover-right>.arrow::before, .bootstrapiso .bs-popover-auto[x-placement^="right"]>.arrow::before { - left: 0; - border-width: .5rem .5rem .5rem 0; - border-right-color: rgba(0, 0, 0, 0.25) -} - -.bootstrapiso .bs-popover-right>.arrow::after, .bootstrapiso .bs-popover-auto[x-placement^="right"]>.arrow::after { - left: 1px; - border-width: .5rem .5rem .5rem 0; - border-right-color: #fff -} - -.bootstrapiso .bs-popover-bottom, .bootstrapiso .bs-popover-auto[x-placement^="bottom"] { - margin-top: .5rem -} - -.bootstrapiso .bs-popover-bottom>.arrow, .bootstrapiso .bs-popover-auto[x-placement^="bottom"]>.arrow { - top: calc(-1.5rem) -} - -.bootstrapiso .bs-popover-bottom>.arrow::before, .bootstrapiso .bs-popover-auto[x-placement^="bottom"]>.arrow::before { - top: 0; - border-width: 0 .5rem .5rem .5rem; - border-bottom-color: rgba(0, 0, 0, 0.25) -} - -.bootstrapiso .bs-popover-bottom>.arrow::after, .bootstrapiso .bs-popover-auto[x-placement^="bottom"]>.arrow::after { - top: 1px; - border-width: 0 .5rem .5rem .5rem; - border-bottom-color: #fff -} - -.bootstrapiso .bs-popover-bottom .popover-header::before, .bootstrapiso .bs-popover-auto[x-placement^="bottom"] .popover-header::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 1rem; - margin-left: -0.5rem; - content: ""; - border-bottom: 1px solid #f7f7f7 -} - -.bootstrapiso .bs-popover-left, .bootstrapiso .bs-popover-auto[x-placement^="left"] { - margin-right: .5rem -} - -.bootstrapiso .bs-popover-left>.arrow, .bootstrapiso .bs-popover-auto[x-placement^="left"]>.arrow { - right: calc(-1.5rem); - width: .5rem; - height: 1rem; - margin: .3rem 0 -} - -.bootstrapiso .bs-popover-left>.arrow::before, .bootstrapiso .bs-popover-auto[x-placement^="left"]>.arrow::before { - right: 0; - border-width: .5rem 0 .5rem .5rem; - border-left-color: rgba(0, 0, 0, 0.25) -} - -.bootstrapiso .bs-popover-left>.arrow::after, .bootstrapiso .bs-popover-auto[x-placement^="left"]>.arrow::after { - right: 1px; - border-width: .5rem 0 .5rem .5rem; - border-left-color: #fff -} - -.bootstrapiso .popover-header { - padding: .5rem .75rem; - margin-bottom: 0; - font-size: 1rem; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-top-left-radius: calc(-0.7rem); - border-top-right-radius: calc(-0.7rem) -} - -.bootstrapiso .popover-header:empty { - display: none -} - -.bootstrapiso .popover-body { - padding: .5rem .75rem; - color: #212529 -} - -.bootstrapiso .carousel { - position: relative -} - -.bootstrapiso .carousel.pointer-event { - -ms-touch-action: pan-y; - touch-action: pan-y -} - -.bootstrapiso .carousel-inner { - position: relative; - width: 100%; - overflow: hidden -} - -.bootstrapiso .carousel-inner::after { - display: block; - clear: both; - content: "" -} - -.bootstrapiso .carousel-item { - position: relative; - display: none; - float: left; - width: 100%; - margin-right: -100%; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - transition: -webkit-transform .6s ease-in-out; - transition: transform .6s ease-in-out; - transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .carousel-item { - transition: none - } -} - -.bootstrapiso .carousel-item.active, .bootstrapiso .carousel-item-next, .bootstrapiso .carousel-item-prev { - display: block -} - -.bootstrapiso .carousel-item-next:not(.carousel-item-left), .bootstrapiso .active.carousel-item-right { - -webkit-transform: translateX(100%); - transform: translateX(100%) -} - -.bootstrapiso .carousel-item-prev:not(.carousel-item-right), .bootstrapiso .active.carousel-item-left { - -webkit-transform: translateX(-100%); - transform: translateX(-100%) -} - -.bootstrapiso .carousel-fade .carousel-item { - opacity: 0; - transition-property: opacity; - -webkit-transform: none; - transform: none -} - -.bootstrapiso .carousel-fade .carousel-item.active, .bootstrapiso .carousel-fade .carousel-item-next.carousel-item-left, .bootstrapiso .carousel-fade .carousel-item-prev.carousel-item-right { - z-index: 1; - opacity: 1 -} - -.bootstrapiso .carousel-fade .active.carousel-item-left, .bootstrapiso .carousel-fade .active.carousel-item-right { - z-index: 0; - opacity: 0; - transition: opacity 0s .6s -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .carousel-fade .active.carousel-item-left, .bootstrapiso .carousel-fade .active.carousel-item-right { - transition: none - } -} - -.bootstrapiso .carousel-control-prev, .bootstrapiso .carousel-control-next { - position: absolute; - top: 0; - bottom: 0; - z-index: 1; - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - width: 15%; - color: #fff; - text-align: center; - opacity: .5; - transition: opacity .15s ease -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .carousel-control-prev, .bootstrapiso .carousel-control-next { - transition: none - } -} - -.bootstrapiso .carousel-control-prev:hover, .bootstrapiso .carousel-control-prev:focus, .bootstrapiso .carousel-control-next:hover, .bootstrapiso .carousel-control-next:focus { - color: #fff; - text-decoration: none; - outline: 0; - opacity: .9 -} - -.bootstrapiso .carousel-control-prev { - left: 0 -} - -.bootstrapiso .carousel-control-next { - right: 0 -} - -.bootstrapiso .carousel-control-prev-icon, .bootstrapiso .carousel-control-next-icon { - display: inline-block; - width: 20px; - height: 20px; - background: no-repeat .5% 100% -} - -.bootstrapiso .carousel-control-prev-icon { - background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'width='8'height='8'viewBox='0088'%3e%3cpathd='M5.250l-44441.5-1.5L4.254l2.5-2.5L5.250z'/%3e%3c/svg%3e") -} - -.bootstrapiso .carousel-control-next-icon { - background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'width='8'height='8'viewBox='0088'%3e%3cpathd='M2.750l-1.51.5L3.754l-2.52.5L2.758l4-4-4-4z'/%3e%3c/svg%3e") -} - -.bootstrapiso .carousel-indicators { - position: absolute; - right: 0; - bottom: 0; - left: 0; - z-index: 15; - display: -ms-flexbox; - display: flex; - -ms-flex-pack: center; - justify-content: center; - padding-left: 0; - margin-right: 15%; - margin-left: 15%; - list-style: none -} - -.bootstrapiso .carousel-indicators li { - box-sizing: content-box; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - width: 30px; - height: 3px; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - cursor: pointer; - background-color: #fff; - background-clip: padding-box; - border-top: 10px solid transparent; - border-bottom: 10px solid transparent; - opacity: .5; - transition: opacity .6s ease -} - -@media(prefers-reduced-motion:reduce) { - .bootstrapiso .carousel-indicators li { - transition: none - } -} - -.bootstrapiso .carousel-indicators .active { - opacity: 1 -} - -.bootstrapiso .carousel-caption { - position: absolute; - right: 15%; - bottom: 20px; - left: 15%; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #fff; - text-align: center -} - -@-webkit-keyframes spinner-border { - to { - -webkit-transform: rotate(360deg); - transform: rotate(360deg) - } -} - -@keyframes spinner-border { - to { - -webkit-transform: rotate(360deg); - transform: rotate(360deg) - } -} - -.bootstrapiso .spinner-border { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: text-bottom; - border: .25em solid currentColor; - border-right-color: transparent; - border-radius: 50%; - -webkit-animation: spinner-border .75s linear infinite; - animation: spinner-border .75s linear infinite -} - -.bootstrapiso .spinner-border-sm { - width: 1rem; - height: 1rem; - border-width: .2em -} - -@-webkit-keyframes spinner-grow { - 0% { - -webkit-transform: scale(0); - transform: scale(0) - } - - 50% { - opacity: 1 - } -} - -@keyframes spinner-grow { - 0% { - -webkit-transform: scale(0); - transform: scale(0) - } - - 50% { - opacity: 1 - } -} - -.bootstrapiso .spinner-grow { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: text-bottom; - background-color: currentColor; - border-radius: 50%; - opacity: 0; - -webkit-animation: spinner-grow .75s linear infinite; - animation: spinner-grow .75s linear infinite -} - -.bootstrapiso .spinner-grow-sm { - width: 1rem; - height: 1rem -} - -.bootstrapiso .align-baseline { - vertical-align: baseline !important -} - -.bootstrapiso .align-top { - vertical-align: top !important -} - -.bootstrapiso .align-middle { - vertical-align: middle !important -} - -.bootstrapiso .align-bottom { - vertical-align: bottom !important -} - -.bootstrapiso .align-text-bottom { - vertical-align: text-bottom !important -} - -.bootstrapiso .align-text-top { - vertical-align: text-top !important -} - -.bootstrapiso .bg-primary { - background-color: #007bff !important -} - -.bootstrapiso a.bg-primary:hover, .bootstrapiso a.bg-primary:focus, .bootstrapiso button.bg-primary:hover, .bootstrapiso button.bg-primary:focus { - background-color: #0062cc !important -} - -.bootstrapiso .bg-secondary { - background-color: #6c757d !important -} - -.bootstrapiso a.bg-secondary:hover, .bootstrapiso a.bg-secondary:focus, .bootstrapiso button.bg-secondary:hover, .bootstrapiso button.bg-secondary:focus { - background-color: #545b62 !important -} - -.bootstrapiso .bg-success { - background-color: #28a745 !important -} - -.bootstrapiso a.bg-success:hover, .bootstrapiso a.bg-success:focus, .bootstrapiso button.bg-success:hover, .bootstrapiso button.bg-success:focus { - background-color: #1e7e34 !important -} - -.bootstrapiso .bg-info { - background-color: #17a2b8 !important -} - -.bootstrapiso a.bg-info:hover, .bootstrapiso a.bg-info:focus, .bootstrapiso button.bg-info:hover, .bootstrapiso button.bg-info:focus { - background-color: #117a8b !important -} - -.bootstrapiso .bg-warning { - background-color: #ffc107 !important -} - -.bootstrapiso a.bg-warning:hover, .bootstrapiso a.bg-warning:focus, .bootstrapiso button.bg-warning:hover, .bootstrapiso button.bg-warning:focus { - background-color: #d39e00 !important -} - -.bootstrapiso .bg-danger { - background-color: #dc3545 !important -} - -.bootstrapiso a.bg-danger:hover, .bootstrapiso a.bg-danger:focus, .bootstrapiso button.bg-danger:hover, .bootstrapiso button.bg-danger:focus { - background-color: #bd2130 !important -} - -.bootstrapiso .bg-light { - background-color: #f8f9fa !important -} - -.bootstrapiso a.bg-light:hover, .bootstrapiso a.bg-light:focus, .bootstrapiso button.bg-light:hover, .bootstrapiso button.bg-light:focus { - background-color: #dae0e5 !important -} - -.bootstrapiso .bg-dark { - background-color: #343a40 !important -} - -.bootstrapiso a.bg-dark:hover, .bootstrapiso a.bg-dark:focus, .bootstrapiso button.bg-dark:hover, .bootstrapiso button.bg-dark:focus { - background-color: #1d2124 !important -} - -.bootstrapiso .bg-white { - background-color: #fff !important -} - -.bootstrapiso .bg-transparent { - background-color: transparent !important -} - -.bootstrapiso .border { - border: 1px solid #dee2e6 !important -} - -.bootstrapiso .border-top { - border-top: 1px solid #dee2e6 !important -} - -.bootstrapiso .border-right { - border-right: 1px solid #dee2e6 !important -} - -.bootstrapiso .border-bottom { - border-bottom: 1px solid #dee2e6 !important -} - -.bootstrapiso .border-left { - border-left: 1px solid #dee2e6 !important -} - -.bootstrapiso .border-0 { - border: 0 !important -} - -.bootstrapiso .border-top-0 { - border-top: 0 !important -} - -.bootstrapiso .border-right-0 { - border-right: 0 !important -} - -.bootstrapiso .border-bottom-0 { - border-bottom: 0 !important -} - -.bootstrapiso .border-left-0 { - border-left: 0 !important -} - -.bootstrapiso .border-primary { - border-color: #007bff !important -} - -.bootstrapiso .border-secondary { - border-color: #6c757d !important -} - -.bootstrapiso .border-success { - border-color: #28a745 !important -} - -.bootstrapiso .border-info { - border-color: #17a2b8 !important -} - -.bootstrapiso .border-warning { - border-color: #ffc107 !important -} - -.bootstrapiso .border-danger { - border-color: #dc3545 !important -} - -.bootstrapiso .border-light { - border-color: #f8f9fa !important -} - -.bootstrapiso .border-dark { - border-color: #343a40 !important -} - -.bootstrapiso .border-white { - border-color: #fff !important -} - -.bootstrapiso .rounded-sm { - border-radius: .2rem !important -} - -.bootstrapiso .rounded { - border-radius: .25rem !important -} - -.bootstrapiso .rounded-top { - border-top-left-radius: .25rem !important; - border-top-right-radius: .25rem !important -} - -.bootstrapiso .rounded-right { - border-top-right-radius: .25rem !important; - border-bottom-right-radius: .25rem !important -} - -.bootstrapiso .rounded-bottom { - border-bottom-right-radius: .25rem !important; - border-bottom-left-radius: .25rem !important -} - -.bootstrapiso .rounded-left { - border-top-left-radius: .25rem !important; - border-bottom-left-radius: .25rem !important -} - -.bootstrapiso .rounded-lg { - border-radius: .3rem !important -} - -.bootstrapiso .rounded-circle { - border-radius: 50% !important -} - -.bootstrapiso .rounded-pill { - border-radius: 50rem !important -} - -.bootstrapiso .rounded-0 { - border-radius: 0 !important -} - -.bootstrapiso .clearfix::after { - display: block; - clear: both; - content: "" -} - -.bootstrapiso .d-none { - display: none !important -} - -.bootstrapiso .d-inline { - display: inline !important -} - -.bootstrapiso .d-inline-block { - display: inline-block !important -} - -.bootstrapiso .d-block { - display: block !important -} - -.bootstrapiso .d-table { - display: table !important -} - -.bootstrapiso .d-table-row { - display: table-row !important -} - -.bootstrapiso .d-table-cell { - display: table-cell !important -} - -.bootstrapiso .d-flex { - display: -ms-flexbox !important; - display: flex !important -} - -.bootstrapiso .d-inline-flex { - display: -ms-inline-flexbox !important; - display: inline-flex !important -} - -@media(min-width:576px) { - .bootstrapiso .d-sm-none { - display: none !important - } - - .bootstrapiso .d-sm-inline { - display: inline !important - } - - .bootstrapiso .d-sm-inline-block { - display: inline-block !important - } - - .bootstrapiso .d-sm-block { - display: block !important - } - - .bootstrapiso .d-sm-table { - display: table !important - } - - .bootstrapiso .d-sm-table-row { - display: table-row !important - } - - .bootstrapiso .d-sm-table-cell { - display: table-cell !important - } - - .bootstrapiso .d-sm-flex { - display: -ms-flexbox !important; - display: flex !important - } - - .bootstrapiso .d-sm-inline-flex { - display: -ms-inline-flexbox !important; - display: inline-flex !important - } -} - -@media(min-width:768px) { - .bootstrapiso .d-md-none { - display: none !important - } - - .bootstrapiso .d-md-inline { - display: inline !important - } - - .bootstrapiso .d-md-inline-block { - display: inline-block !important - } - - .bootstrapiso .d-md-block { - display: block !important - } - - .bootstrapiso .d-md-table { - display: table !important - } - - .bootstrapiso .d-md-table-row { - display: table-row !important - } - - .bootstrapiso .d-md-table-cell { - display: table-cell !important - } - - .bootstrapiso .d-md-flex { - display: -ms-flexbox !important; - display: flex !important - } - - .bootstrapiso .d-md-inline-flex { - display: -ms-inline-flexbox !important; - display: inline-flex !important - } -} - -@media(min-width:992px) { - .bootstrapiso .d-lg-none { - display: none !important - } - - .bootstrapiso .d-lg-inline { - display: inline !important - } - - .bootstrapiso .d-lg-inline-block { - display: inline-block !important - } - - .bootstrapiso .d-lg-block { - display: block !important - } - - .bootstrapiso .d-lg-table { - display: table !important - } - - .bootstrapiso .d-lg-table-row { - display: table-row !important - } - - .bootstrapiso .d-lg-table-cell { - display: table-cell !important - } - - .bootstrapiso .d-lg-flex { - display: -ms-flexbox !important; - display: flex !important - } - - .bootstrapiso .d-lg-inline-flex { - display: -ms-inline-flexbox !important; - display: inline-flex !important - } -} - -@media(min-width:1200px) { - .bootstrapiso .d-xl-none { - display: none !important - } - - .bootstrapiso .d-xl-inline { - display: inline !important - } - - .bootstrapiso .d-xl-inline-block { - display: inline-block !important - } - - .bootstrapiso .d-xl-block { - display: block !important - } - - .bootstrapiso .d-xl-table { - display: table !important - } - - .bootstrapiso .d-xl-table-row { - display: table-row !important - } - - .bootstrapiso .d-xl-table-cell { - display: table-cell !important - } - - .bootstrapiso .d-xl-flex { - display: -ms-flexbox !important; - display: flex !important - } - - .bootstrapiso .d-xl-inline-flex { - display: -ms-inline-flexbox !important; - display: inline-flex !important - } -} - -@media print { - .bootstrapiso .d-print-none { - display: none !important - } - - .bootstrapiso .d-print-inline { - display: inline !important - } - - .bootstrapiso .d-print-inline-block { - display: inline-block !important - } - - .bootstrapiso .d-print-block { - display: block !important - } - - .bootstrapiso .d-print-table { - display: table !important - } - - .bootstrapiso .d-print-table-row { - display: table-row !important - } - - .bootstrapiso .d-print-table-cell { - display: table-cell !important - } - - .bootstrapiso .d-print-flex { - display: -ms-flexbox !important; - display: flex !important - } - - .bootstrapiso .d-print-inline-flex { - display: -ms-inline-flexbox !important; - display: inline-flex !important - } -} - -.bootstrapiso .embed-responsive { - position: relative; - display: block; - width: 100%; - padding: 0; - overflow: hidden -} - -.bootstrapiso .embed-responsive::before { - display: block; - content: "" -} - -.bootstrapiso .embed-responsive .embed-responsive-item, .bootstrapiso .embed-responsive iframe, .bootstrapiso .embed-responsive embed, .bootstrapiso .embed-responsive object, .bootstrapiso .embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0 -} - -.bootstrapiso .embed-responsive-21by9::before { - padding-top: 42.857143% -} - -.bootstrapiso .embed-responsive-16by9::before { - padding-top: 56.25% -} - -.bootstrapiso .embed-responsive-4by3::before { - padding-top: 75% -} - -.bootstrapiso .embed-responsive-1by1::before { - padding-top: 100% -} - -.bootstrapiso .flex-row { - -ms-flex-direction: row !important; - flex-direction: row !important -} - -.bootstrapiso .flex-column { - -ms-flex-direction: column !important; - flex-direction: column !important -} - -.bootstrapiso .flex-row-reverse { - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important -} - -.bootstrapiso .flex-column-reverse { - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important -} - -.bootstrapiso .flex-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important -} - -.bootstrapiso .flex-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important -} - -.bootstrapiso .flex-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important -} - -.bootstrapiso .flex-fill { - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important -} - -.bootstrapiso .flex-grow-0 { - -ms-flex-positive: 0 !important; - flex-grow: 0 !important -} - -.bootstrapiso .flex-grow-1 { - -ms-flex-positive: 1 !important; - flex-grow: 1 !important -} - -.bootstrapiso .flex-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important -} - -.bootstrapiso .flex-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important -} - -.bootstrapiso .justify-content-start { - -ms-flex-pack: start !important; - justify-content: flex-start !important -} - -.bootstrapiso .justify-content-end { - -ms-flex-pack: end !important; - justify-content: flex-end !important -} - -.bootstrapiso .justify-content-center { - -ms-flex-pack: center !important; - justify-content: center !important -} - -.bootstrapiso .justify-content-between { - -ms-flex-pack: justify !important; - justify-content: space-between !important -} - -.bootstrapiso .justify-content-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important -} - -.bootstrapiso .align-items-start { - -ms-flex-align: start !important; - align-items: flex-start !important -} - -.bootstrapiso .align-items-end { - -ms-flex-align: end !important; - align-items: flex-end !important -} - -.bootstrapiso .align-items-center { - -ms-flex-align: center !important; - align-items: center !important -} - -.bootstrapiso .align-items-baseline { - -ms-flex-align: baseline !important; - align-items: baseline !important -} - -.bootstrapiso .align-items-stretch { - -ms-flex-align: stretch !important; - align-items: stretch !important -} - -.bootstrapiso .align-content-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important -} - -.bootstrapiso .align-content-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important -} - -.bootstrapiso .align-content-center { - -ms-flex-line-pack: center !important; - align-content: center !important -} - -.bootstrapiso .align-content-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important -} - -.bootstrapiso .align-content-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important -} - -.bootstrapiso .align-content-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important -} - -.bootstrapiso .align-self-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important -} - -.bootstrapiso .align-self-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important -} - -.bootstrapiso .align-self-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important -} - -.bootstrapiso .align-self-center { - -ms-flex-item-align: center !important; - align-self: center !important -} - -.bootstrapiso .align-self-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important -} - -.bootstrapiso .align-self-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important -} - -@media(min-width:576px) { - .bootstrapiso .flex-sm-row { - -ms-flex-direction: row !important; - flex-direction: row !important - } - - .bootstrapiso .flex-sm-column { - -ms-flex-direction: column !important; - flex-direction: column !important - } - - .bootstrapiso .flex-sm-row-reverse { - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important - } - - .bootstrapiso .flex-sm-column-reverse { - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important - } - - .bootstrapiso .flex-sm-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important - } - - .bootstrapiso .flex-sm-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important - } - - .bootstrapiso .flex-sm-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important - } - - .bootstrapiso .flex-sm-fill { - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important - } - - .bootstrapiso .flex-sm-grow-0 { - -ms-flex-positive: 0 !important; - flex-grow: 0 !important - } - - .bootstrapiso .flex-sm-grow-1 { - -ms-flex-positive: 1 !important; - flex-grow: 1 !important - } - - .bootstrapiso .flex-sm-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important - } - - .bootstrapiso .flex-sm-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important - } - - .bootstrapiso .justify-content-sm-start { - -ms-flex-pack: start !important; - justify-content: flex-start !important - } - - .bootstrapiso .justify-content-sm-end { - -ms-flex-pack: end !important; - justify-content: flex-end !important - } - - .bootstrapiso .justify-content-sm-center { - -ms-flex-pack: center !important; - justify-content: center !important - } - - .bootstrapiso .justify-content-sm-between { - -ms-flex-pack: justify !important; - justify-content: space-between !important - } - - .bootstrapiso .justify-content-sm-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important - } - - .bootstrapiso .align-items-sm-start { - -ms-flex-align: start !important; - align-items: flex-start !important - } - - .bootstrapiso .align-items-sm-end { - -ms-flex-align: end !important; - align-items: flex-end !important - } - - .bootstrapiso .align-items-sm-center { - -ms-flex-align: center !important; - align-items: center !important - } - - .bootstrapiso .align-items-sm-baseline { - -ms-flex-align: baseline !important; - align-items: baseline !important - } - - .bootstrapiso .align-items-sm-stretch { - -ms-flex-align: stretch !important; - align-items: stretch !important - } - - .bootstrapiso .align-content-sm-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important - } - - .bootstrapiso .align-content-sm-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important - } - - .bootstrapiso .align-content-sm-center { - -ms-flex-line-pack: center !important; - align-content: center !important - } - - .bootstrapiso .align-content-sm-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important - } - - .bootstrapiso .align-content-sm-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important - } - - .bootstrapiso .align-content-sm-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important - } - - .bootstrapiso .align-self-sm-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important - } - - .bootstrapiso .align-self-sm-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important - } - - .bootstrapiso .align-self-sm-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important - } - - .bootstrapiso .align-self-sm-center { - -ms-flex-item-align: center !important; - align-self: center !important - } - - .bootstrapiso .align-self-sm-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important - } - - .bootstrapiso .align-self-sm-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important - } -} - -@media(min-width:768px) { - .bootstrapiso .flex-md-row { - -ms-flex-direction: row !important; - flex-direction: row !important - } - - .bootstrapiso .flex-md-column { - -ms-flex-direction: column !important; - flex-direction: column !important - } - - .bootstrapiso .flex-md-row-reverse { - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important - } - - .bootstrapiso .flex-md-column-reverse { - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important - } - - .bootstrapiso .flex-md-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important - } - - .bootstrapiso .flex-md-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important - } - - .bootstrapiso .flex-md-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important - } - - .bootstrapiso .flex-md-fill { - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important - } - - .bootstrapiso .flex-md-grow-0 { - -ms-flex-positive: 0 !important; - flex-grow: 0 !important - } - - .bootstrapiso .flex-md-grow-1 { - -ms-flex-positive: 1 !important; - flex-grow: 1 !important - } - - .bootstrapiso .flex-md-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important - } - - .bootstrapiso .flex-md-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important - } - - .bootstrapiso .justify-content-md-start { - -ms-flex-pack: start !important; - justify-content: flex-start !important - } - - .bootstrapiso .justify-content-md-end { - -ms-flex-pack: end !important; - justify-content: flex-end !important - } - - .bootstrapiso .justify-content-md-center { - -ms-flex-pack: center !important; - justify-content: center !important - } - - .bootstrapiso .justify-content-md-between { - -ms-flex-pack: justify !important; - justify-content: space-between !important - } - - .bootstrapiso .justify-content-md-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important - } - - .bootstrapiso .align-items-md-start { - -ms-flex-align: start !important; - align-items: flex-start !important - } - - .bootstrapiso .align-items-md-end { - -ms-flex-align: end !important; - align-items: flex-end !important - } - - .bootstrapiso .align-items-md-center { - -ms-flex-align: center !important; - align-items: center !important - } - - .bootstrapiso .align-items-md-baseline { - -ms-flex-align: baseline !important; - align-items: baseline !important - } - - .bootstrapiso .align-items-md-stretch { - -ms-flex-align: stretch !important; - align-items: stretch !important - } - - .bootstrapiso .align-content-md-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important - } - - .bootstrapiso .align-content-md-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important - } - - .bootstrapiso .align-content-md-center { - -ms-flex-line-pack: center !important; - align-content: center !important - } - - .bootstrapiso .align-content-md-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important - } - - .bootstrapiso .align-content-md-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important - } - - .bootstrapiso .align-content-md-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important - } - - .bootstrapiso .align-self-md-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important - } - - .bootstrapiso .align-self-md-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important - } - - .bootstrapiso .align-self-md-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important - } - - .bootstrapiso .align-self-md-center { - -ms-flex-item-align: center !important; - align-self: center !important - } - - .bootstrapiso .align-self-md-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important - } - - .bootstrapiso .align-self-md-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important - } -} - -@media(min-width:992px) { - .bootstrapiso .flex-lg-row { - -ms-flex-direction: row !important; - flex-direction: row !important - } - - .bootstrapiso .flex-lg-column { - -ms-flex-direction: column !important; - flex-direction: column !important - } - - .bootstrapiso .flex-lg-row-reverse { - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important - } - - .bootstrapiso .flex-lg-column-reverse { - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important - } - - .bootstrapiso .flex-lg-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important - } - - .bootstrapiso .flex-lg-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important - } - - .bootstrapiso .flex-lg-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important - } - - .bootstrapiso .flex-lg-fill { - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important - } - - .bootstrapiso .flex-lg-grow-0 { - -ms-flex-positive: 0 !important; - flex-grow: 0 !important - } - - .bootstrapiso .flex-lg-grow-1 { - -ms-flex-positive: 1 !important; - flex-grow: 1 !important - } - - .bootstrapiso .flex-lg-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important - } - - .bootstrapiso .flex-lg-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important - } - - .bootstrapiso .justify-content-lg-start { - -ms-flex-pack: start !important; - justify-content: flex-start !important - } - - .bootstrapiso .justify-content-lg-end { - -ms-flex-pack: end !important; - justify-content: flex-end !important - } - - .bootstrapiso .justify-content-lg-center { - -ms-flex-pack: center !important; - justify-content: center !important - } - - .bootstrapiso .justify-content-lg-between { - -ms-flex-pack: justify !important; - justify-content: space-between !important - } - - .bootstrapiso .justify-content-lg-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important - } - - .bootstrapiso .align-items-lg-start { - -ms-flex-align: start !important; - align-items: flex-start !important - } - - .bootstrapiso .align-items-lg-end { - -ms-flex-align: end !important; - align-items: flex-end !important - } - - .bootstrapiso .align-items-lg-center { - -ms-flex-align: center !important; - align-items: center !important - } - - .bootstrapiso .align-items-lg-baseline { - -ms-flex-align: baseline !important; - align-items: baseline !important - } - - .bootstrapiso .align-items-lg-stretch { - -ms-flex-align: stretch !important; - align-items: stretch !important - } - - .bootstrapiso .align-content-lg-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important - } - - .bootstrapiso .align-content-lg-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important - } - - .bootstrapiso .align-content-lg-center { - -ms-flex-line-pack: center !important; - align-content: center !important - } - - .bootstrapiso .align-content-lg-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important - } - - .bootstrapiso .align-content-lg-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important - } - - .bootstrapiso .align-content-lg-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important - } - - .bootstrapiso .align-self-lg-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important - } - - .bootstrapiso .align-self-lg-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important - } - - .bootstrapiso .align-self-lg-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important - } - - .bootstrapiso .align-self-lg-center { - -ms-flex-item-align: center !important; - align-self: center !important - } - - .bootstrapiso .align-self-lg-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important - } - - .bootstrapiso .align-self-lg-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important - } -} - -@media(min-width:1200px) { - .bootstrapiso .flex-xl-row { - -ms-flex-direction: row !important; - flex-direction: row !important - } - - .bootstrapiso .flex-xl-column { - -ms-flex-direction: column !important; - flex-direction: column !important - } - - .bootstrapiso .flex-xl-row-reverse { - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important - } - - .bootstrapiso .flex-xl-column-reverse { - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important - } - - .bootstrapiso .flex-xl-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important - } - - .bootstrapiso .flex-xl-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important - } - - .bootstrapiso .flex-xl-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important - } - - .bootstrapiso .flex-xl-fill { - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important - } - - .bootstrapiso .flex-xl-grow-0 { - -ms-flex-positive: 0 !important; - flex-grow: 0 !important - } - - .bootstrapiso .flex-xl-grow-1 { - -ms-flex-positive: 1 !important; - flex-grow: 1 !important - } - - .bootstrapiso .flex-xl-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important - } - - .bootstrapiso .flex-xl-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important - } - - .bootstrapiso .justify-content-xl-start { - -ms-flex-pack: start !important; - justify-content: flex-start !important - } - - .bootstrapiso .justify-content-xl-end { - -ms-flex-pack: end !important; - justify-content: flex-end !important - } - - .bootstrapiso .justify-content-xl-center { - -ms-flex-pack: center !important; - justify-content: center !important - } - - .bootstrapiso .justify-content-xl-between { - -ms-flex-pack: justify !important; - justify-content: space-between !important - } - - .bootstrapiso .justify-content-xl-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important - } - - .bootstrapiso .align-items-xl-start { - -ms-flex-align: start !important; - align-items: flex-start !important - } - - .bootstrapiso .align-items-xl-end { - -ms-flex-align: end !important; - align-items: flex-end !important - } - - .bootstrapiso .align-items-xl-center { - -ms-flex-align: center !important; - align-items: center !important - } - - .bootstrapiso .align-items-xl-baseline { - -ms-flex-align: baseline !important; - align-items: baseline !important - } - - .bootstrapiso .align-items-xl-stretch { - -ms-flex-align: stretch !important; - align-items: stretch !important - } - - .bootstrapiso .align-content-xl-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important - } - - .bootstrapiso .align-content-xl-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important - } - - .bootstrapiso .align-content-xl-center { - -ms-flex-line-pack: center !important; - align-content: center !important - } - - .bootstrapiso .align-content-xl-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important - } - - .bootstrapiso .align-content-xl-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important - } - - .bootstrapiso .align-content-xl-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important - } - - .bootstrapiso .align-self-xl-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important - } - - .bootstrapiso .align-self-xl-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important - } - - .bootstrapiso .align-self-xl-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important - } - - .bootstrapiso .align-self-xl-center { - -ms-flex-item-align: center !important; - align-self: center !important - } - - .bootstrapiso .align-self-xl-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important - } - - .bootstrapiso .align-self-xl-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important - } -} - -.bootstrapiso .float-left { - float: left !important -} - -.bootstrapiso .float-right { - float: right !important -} - -.bootstrapiso .float-none { - float: none !important -} - -@media(min-width:576px) { - .bootstrapiso .float-sm-left { - float: left !important - } - - .bootstrapiso .float-sm-right { - float: right !important - } - - .bootstrapiso .float-sm-none { - float: none !important - } -} - -@media(min-width:768px) { - .bootstrapiso .float-md-left { - float: left !important - } - - .bootstrapiso .float-md-right { - float: right !important - } - - .bootstrapiso .float-md-none { - float: none !important - } -} - -@media(min-width:992px) { - .bootstrapiso .float-lg-left { - float: left !important - } - - .bootstrapiso .float-lg-right { - float: right !important - } - - .bootstrapiso .float-lg-none { - float: none !important - } -} - -@media(min-width:1200px) { - .bootstrapiso .float-xl-left { - float: left !important - } - - .bootstrapiso .float-xl-right { - float: right !important - } - - .bootstrapiso .float-xl-none { - float: none !important - } -} - -.bootstrapiso .overflow-auto { - overflow: auto !important -} - -.bootstrapiso .overflow-hidden { - overflow: hidden !important -} - -.bootstrapiso .position-static { - position: static !important -} - -.bootstrapiso .position-relative { - position: relative !important -} - -.bootstrapiso .position-absolute { - position: absolute !important -} - -.bootstrapiso .position-fixed { - position: fixed !important -} - -.bootstrapiso .position-sticky { - position: -webkit-sticky !important; - position: sticky !important -} - -.bootstrapiso .fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030 -} - -.bootstrapiso .fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030 -} - -@supports((position:-webkit-sticky) or(position:sticky)) { - .bootstrapiso .sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020 - } -} - -.bootstrapiso .sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border: 0 -} - -.bootstrapiso .sr-only-focusable:active, .bootstrapiso .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - overflow: visible; - clip: auto; - white-space: normal -} - -.bootstrapiso .shadow-sm { - box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important -} - -.bootstrapiso .shadow { - box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important -} - -.bootstrapiso .shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important -} - -.bootstrapiso .shadow-none { - box-shadow: none !important -} - -.bootstrapiso .w-25 { - width: 25% !important -} - -.bootstrapiso .w-50 { - width: 50% !important -} - -.bootstrapiso .w-75 { - width: 75% !important -} - -.bootstrapiso .w-100 { - width: 100% !important -} - -.bootstrapiso .w-auto { - width: auto !important -} - -.bootstrapiso .h-25 { - height: 25% !important -} - -.bootstrapiso .h-50 { - height: 50% !important -} - -.bootstrapiso .h-75 { - height: 75% !important -} - -.bootstrapiso .h-100 { - height: 100% !important -} - -.bootstrapiso .h-auto { - height: auto !important -} - -.bootstrapiso .mw-100 { - max-width: 100% !important -} - -.bootstrapiso .mh-100 { - max-height: 100% !important -} - -.bootstrapiso .min-vw-100 { - min-width: 100vw !important -} - -.bootstrapiso .min-vh-100 { - min-height: 100vh !important -} - -.bootstrapiso .vw-100 { - width: 100vw !important -} - -.bootstrapiso .vh-100 { - height: 100vh !important -} - -.bootstrapiso .stretched-link::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - pointer-events: auto; - content: ""; - background-color: rgba(0, 0, 0, 0) -} - -.bootstrapiso .m-0 { - margin: 0 !important -} - -.bootstrapiso .mt-0, .bootstrapiso .my-0 { - margin-top: 0 !important -} - -.bootstrapiso .mr-0, .bootstrapiso .mx-0 { - margin-right: 0 !important -} - -.bootstrapiso .mb-0, .bootstrapiso .my-0 { - margin-bottom: 0 !important -} - -.bootstrapiso .ml-0, .bootstrapiso .mx-0 { - margin-left: 0 !important -} - -.bootstrapiso .m-1 { - margin: .25rem !important -} - -.bootstrapiso .mt-1, .bootstrapiso .my-1 { - margin-top: .25rem !important -} - -.bootstrapiso .mr-1, .bootstrapiso .mx-1 { - margin-right: .25rem !important -} - -.bootstrapiso .mb-1, .bootstrapiso .my-1 { - margin-bottom: .25rem !important -} - -.bootstrapiso .ml-1, .bootstrapiso .mx-1 { - margin-left: .25rem !important -} - -.bootstrapiso .m-2 { - margin: .5rem !important -} - -.bootstrapiso .mt-2, .bootstrapiso .my-2 { - margin-top: .5rem !important -} - -.bootstrapiso .mr-2, .bootstrapiso .mx-2 { - margin-right: .5rem !important -} - -.bootstrapiso .mb-2, .bootstrapiso .my-2 { - margin-bottom: .5rem !important -} - -.bootstrapiso .ml-2, .bootstrapiso .mx-2 { - margin-left: .5rem !important -} - -.bootstrapiso .m-3 { - margin: 1rem !important -} - -.bootstrapiso .mt-3, .bootstrapiso .my-3 { - margin-top: 1rem !important -} - -.bootstrapiso .mr-3, .bootstrapiso .mx-3 { - margin-right: 1rem !important -} - -.bootstrapiso .mb-3, .bootstrapiso .my-3 { - margin-bottom: 1rem !important -} - -.bootstrapiso .ml-3, .bootstrapiso .mx-3 { - margin-left: 1rem !important -} - -.bootstrapiso .m-4 { - margin: 1.5rem !important -} - -.bootstrapiso .mt-4, .bootstrapiso .my-4 { - margin-top: 1.5rem !important -} - -.bootstrapiso .mr-4, .bootstrapiso .mx-4 { - margin-right: 1.5rem !important -} - -.bootstrapiso .mb-4, .bootstrapiso .my-4 { - margin-bottom: 1.5rem !important -} - -.bootstrapiso .ml-4, .bootstrapiso .mx-4 { - margin-left: 1.5rem !important -} - -.bootstrapiso .m-5 { - margin: 3rem !important -} - -.bootstrapiso .mt-5, .bootstrapiso .my-5 { - margin-top: 3rem !important -} - -.bootstrapiso .mr-5, .bootstrapiso .mx-5 { - margin-right: 3rem !important -} - -.bootstrapiso .mb-5, .bootstrapiso .my-5 { - margin-bottom: 3rem !important -} - -.bootstrapiso .ml-5, .bootstrapiso .mx-5 { - margin-left: 3rem !important -} - -.bootstrapiso .p-0 { - padding: 0 !important -} - -.bootstrapiso .pt-0, .bootstrapiso .py-0 { - padding-top: 0 !important -} - -.bootstrapiso .pr-0, .bootstrapiso .px-0 { - padding-right: 0 !important -} - -.bootstrapiso .pb-0, .bootstrapiso .py-0 { - padding-bottom: 0 !important -} - -.bootstrapiso .pl-0, .bootstrapiso .px-0 { - padding-left: 0 !important -} - -.bootstrapiso .p-1 { - padding: .25rem !important -} - -.bootstrapiso .pt-1, .bootstrapiso .py-1 { - padding-top: .25rem !important -} - -.bootstrapiso .pr-1, .bootstrapiso .px-1 { - padding-right: .25rem !important -} - -.bootstrapiso .pb-1, .bootstrapiso .py-1 { - padding-bottom: .25rem !important -} - -.bootstrapiso .pl-1, .bootstrapiso .px-1 { - padding-left: .25rem !important -} - -.bootstrapiso .p-2 { - padding: .5rem !important -} - -.bootstrapiso .pt-2, .bootstrapiso .py-2 { - padding-top: .5rem !important -} - -.bootstrapiso .pr-2, .bootstrapiso .px-2 { - padding-right: .5rem !important -} - -.bootstrapiso .pb-2, .bootstrapiso .py-2 { - padding-bottom: .5rem !important -} - -.bootstrapiso .pl-2, .bootstrapiso .px-2 { - padding-left: .5rem !important -} - -.bootstrapiso .p-3 { - padding: 1rem !important -} - -.bootstrapiso .pt-3, .bootstrapiso .py-3 { - padding-top: 1rem !important -} - -.bootstrapiso .pr-3, .bootstrapiso .px-3 { - padding-right: 1rem !important -} - -.bootstrapiso .pb-3, .bootstrapiso .py-3 { - padding-bottom: 1rem !important -} - -.bootstrapiso .pl-3, .bootstrapiso .px-3 { - padding-left: 1rem !important -} - -.bootstrapiso .p-4 { - padding: 1.5rem !important -} - -.bootstrapiso .pt-4, .bootstrapiso .py-4 { - padding-top: 1.5rem !important -} - -.bootstrapiso .pr-4, .bootstrapiso .px-4 { - padding-right: 1.5rem !important -} - -.bootstrapiso .pb-4, .bootstrapiso .py-4 { - padding-bottom: 1.5rem !important -} - -.bootstrapiso .pl-4, .bootstrapiso .px-4 { - padding-left: 1.5rem !important -} - -.bootstrapiso .p-5 { - padding: 3rem !important -} - -.bootstrapiso .pt-5, .bootstrapiso .py-5 { - padding-top: 3rem !important -} - -.bootstrapiso .pr-5, .bootstrapiso .px-5 { - padding-right: 3rem !important -} - -.bootstrapiso .pb-5, .bootstrapiso .py-5 { - padding-bottom: 3rem !important -} - -.bootstrapiso .pl-5, .bootstrapiso .px-5 { - padding-left: 3rem !important -} - -.bootstrapiso .m-n1 { - margin: -0.25rem !important -} - -.bootstrapiso .mt-n1, .bootstrapiso .my-n1 { - margin-top: -0.25rem !important -} - -.bootstrapiso .mr-n1, .bootstrapiso .mx-n1 { - margin-right: -0.25rem !important -} - -.bootstrapiso .mb-n1, .bootstrapiso .my-n1 { - margin-bottom: -0.25rem !important -} - -.bootstrapiso .ml-n1, .bootstrapiso .mx-n1 { - margin-left: -0.25rem !important -} - -.bootstrapiso .m-n2 { - margin: -0.5rem !important -} - -.bootstrapiso .mt-n2, .bootstrapiso .my-n2 { - margin-top: -0.5rem !important -} - -.bootstrapiso .mr-n2, .bootstrapiso .mx-n2 { - margin-right: -0.5rem !important -} - -.bootstrapiso .mb-n2, .bootstrapiso .my-n2 { - margin-bottom: -0.5rem !important -} - -.bootstrapiso .ml-n2, .bootstrapiso .mx-n2 { - margin-left: -0.5rem !important -} - -.bootstrapiso .m-n3 { - margin: -1rem !important -} - -.bootstrapiso .mt-n3, .bootstrapiso .my-n3 { - margin-top: -1rem !important -} - -.bootstrapiso .mr-n3, .bootstrapiso .mx-n3 { - margin-right: -1rem !important -} - -.bootstrapiso .mb-n3, .bootstrapiso .my-n3 { - margin-bottom: -1rem !important -} - -.bootstrapiso .ml-n3, .bootstrapiso .mx-n3 { - margin-left: -1rem !important -} - -.bootstrapiso .m-n4 { - margin: -1.5rem !important -} - -.bootstrapiso .mt-n4, .bootstrapiso .my-n4 { - margin-top: -1.5rem !important -} - -.bootstrapiso .mr-n4, .bootstrapiso .mx-n4 { - margin-right: -1.5rem !important -} - -.bootstrapiso .mb-n4, .bootstrapiso .my-n4 { - margin-bottom: -1.5rem !important -} - -.bootstrapiso .ml-n4, .bootstrapiso .mx-n4 { - margin-left: -1.5rem !important -} - -.bootstrapiso .m-n5 { - margin: -3rem !important -} - -.bootstrapiso .mt-n5, .bootstrapiso .my-n5 { - margin-top: -3rem !important -} - -.bootstrapiso .mr-n5, .bootstrapiso .mx-n5 { - margin-right: -3rem !important -} - -.bootstrapiso .mb-n5, .bootstrapiso .my-n5 { - margin-bottom: -3rem !important -} - -.bootstrapiso .ml-n5, .bootstrapiso .mx-n5 { - margin-left: -3rem !important -} - -.bootstrapiso .m-auto { - margin: auto !important -} - -.bootstrapiso .mt-auto, .bootstrapiso .my-auto { - margin-top: auto !important -} - -.bootstrapiso .mr-auto, .bootstrapiso .mx-auto { - margin-right: auto !important -} - -.bootstrapiso .mb-auto, .bootstrapiso .my-auto { - margin-bottom: auto !important -} - -.bootstrapiso .ml-auto, .bootstrapiso .mx-auto { - margin-left: auto !important -} - -@media(min-width:576px) { - .bootstrapiso .m-sm-0 { - margin: 0 !important - } - - .bootstrapiso .mt-sm-0, .bootstrapiso .my-sm-0 { - margin-top: 0 !important - } - - .bootstrapiso .mr-sm-0, .bootstrapiso .mx-sm-0 { - margin-right: 0 !important - } - - .bootstrapiso .mb-sm-0, .bootstrapiso .my-sm-0 { - margin-bottom: 0 !important - } - - .bootstrapiso .ml-sm-0, .bootstrapiso .mx-sm-0 { - margin-left: 0 !important - } - - .bootstrapiso .m-sm-1 { - margin: .25rem !important - } - - .bootstrapiso .mt-sm-1, .bootstrapiso .my-sm-1 { - margin-top: .25rem !important - } - - .bootstrapiso .mr-sm-1, .bootstrapiso .mx-sm-1 { - margin-right: .25rem !important - } - - .bootstrapiso .mb-sm-1, .bootstrapiso .my-sm-1 { - margin-bottom: .25rem !important - } - - .bootstrapiso .ml-sm-1, .bootstrapiso .mx-sm-1 { - margin-left: .25rem !important - } - - .bootstrapiso .m-sm-2 { - margin: .5rem !important - } - - .bootstrapiso .mt-sm-2, .bootstrapiso .my-sm-2 { - margin-top: .5rem !important - } - - .bootstrapiso .mr-sm-2, .bootstrapiso .mx-sm-2 { - margin-right: .5rem !important - } - - .bootstrapiso .mb-sm-2, .bootstrapiso .my-sm-2 { - margin-bottom: .5rem !important - } - - .bootstrapiso .ml-sm-2, .bootstrapiso .mx-sm-2 { - margin-left: .5rem !important - } - - .bootstrapiso .m-sm-3 { - margin: 1rem !important - } - - .bootstrapiso .mt-sm-3, .bootstrapiso .my-sm-3 { - margin-top: 1rem !important - } - - .bootstrapiso .mr-sm-3, .bootstrapiso .mx-sm-3 { - margin-right: 1rem !important - } - - .bootstrapiso .mb-sm-3, .bootstrapiso .my-sm-3 { - margin-bottom: 1rem !important - } - - .bootstrapiso .ml-sm-3, .bootstrapiso .mx-sm-3 { - margin-left: 1rem !important - } - - .bootstrapiso .m-sm-4 { - margin: 1.5rem !important - } - - .bootstrapiso .mt-sm-4, .bootstrapiso .my-sm-4 { - margin-top: 1.5rem !important - } - - .bootstrapiso .mr-sm-4, .bootstrapiso .mx-sm-4 { - margin-right: 1.5rem !important - } - - .bootstrapiso .mb-sm-4, .bootstrapiso .my-sm-4 { - margin-bottom: 1.5rem !important - } - - .bootstrapiso .ml-sm-4, .bootstrapiso .mx-sm-4 { - margin-left: 1.5rem !important - } - - .bootstrapiso .m-sm-5 { - margin: 3rem !important - } - - .bootstrapiso .mt-sm-5, .bootstrapiso .my-sm-5 { - margin-top: 3rem !important - } - - .bootstrapiso .mr-sm-5, .bootstrapiso .mx-sm-5 { - margin-right: 3rem !important - } - - .bootstrapiso .mb-sm-5, .bootstrapiso .my-sm-5 { - margin-bottom: 3rem !important - } - - .bootstrapiso .ml-sm-5, .bootstrapiso .mx-sm-5 { - margin-left: 3rem !important - } - - .bootstrapiso .p-sm-0 { - padding: 0 !important - } - - .bootstrapiso .pt-sm-0, .bootstrapiso .py-sm-0 { - padding-top: 0 !important - } - - .bootstrapiso .pr-sm-0, .bootstrapiso .px-sm-0 { - padding-right: 0 !important - } - - .bootstrapiso .pb-sm-0, .bootstrapiso .py-sm-0 { - padding-bottom: 0 !important - } - - .bootstrapiso .pl-sm-0, .bootstrapiso .px-sm-0 { - padding-left: 0 !important - } - - .bootstrapiso .p-sm-1 { - padding: .25rem !important - } - - .bootstrapiso .pt-sm-1, .bootstrapiso .py-sm-1 { - padding-top: .25rem !important - } - - .bootstrapiso .pr-sm-1, .bootstrapiso .px-sm-1 { - padding-right: .25rem !important - } - - .bootstrapiso .pb-sm-1, .bootstrapiso .py-sm-1 { - padding-bottom: .25rem !important - } - - .bootstrapiso .pl-sm-1, .bootstrapiso .px-sm-1 { - padding-left: .25rem !important - } - - .bootstrapiso .p-sm-2 { - padding: .5rem !important - } - - .bootstrapiso .pt-sm-2, .bootstrapiso .py-sm-2 { - padding-top: .5rem !important - } - - .bootstrapiso .pr-sm-2, .bootstrapiso .px-sm-2 { - padding-right: .5rem !important - } - - .bootstrapiso .pb-sm-2, .bootstrapiso .py-sm-2 { - padding-bottom: .5rem !important - } - - .bootstrapiso .pl-sm-2, .bootstrapiso .px-sm-2 { - padding-left: .5rem !important - } - - .bootstrapiso .p-sm-3 { - padding: 1rem !important - } - - .bootstrapiso .pt-sm-3, .bootstrapiso .py-sm-3 { - padding-top: 1rem !important - } - - .bootstrapiso .pr-sm-3, .bootstrapiso .px-sm-3 { - padding-right: 1rem !important - } - - .bootstrapiso .pb-sm-3, .bootstrapiso .py-sm-3 { - padding-bottom: 1rem !important - } - - .bootstrapiso .pl-sm-3, .bootstrapiso .px-sm-3 { - padding-left: 1rem !important - } - - .bootstrapiso .p-sm-4 { - padding: 1.5rem !important - } - - .bootstrapiso .pt-sm-4, .bootstrapiso .py-sm-4 { - padding-top: 1.5rem !important - } - - .bootstrapiso .pr-sm-4, .bootstrapiso .px-sm-4 { - padding-right: 1.5rem !important - } - - .bootstrapiso .pb-sm-4, .bootstrapiso .py-sm-4 { - padding-bottom: 1.5rem !important - } - - .bootstrapiso .pl-sm-4, .bootstrapiso .px-sm-4 { - padding-left: 1.5rem !important - } - - .bootstrapiso .p-sm-5 { - padding: 3rem !important - } - - .bootstrapiso .pt-sm-5, .bootstrapiso .py-sm-5 { - padding-top: 3rem !important - } - - .bootstrapiso .pr-sm-5, .bootstrapiso .px-sm-5 { - padding-right: 3rem !important - } - - .bootstrapiso .pb-sm-5, .bootstrapiso .py-sm-5 { - padding-bottom: 3rem !important - } - - .bootstrapiso .pl-sm-5, .bootstrapiso .px-sm-5 { - padding-left: 3rem !important - } - - .bootstrapiso .m-sm-n1 { - margin: -0.25rem !important - } - - .bootstrapiso .mt-sm-n1, .bootstrapiso .my-sm-n1 { - margin-top: -0.25rem !important - } - - .bootstrapiso .mr-sm-n1, .bootstrapiso .mx-sm-n1 { - margin-right: -0.25rem !important - } - - .bootstrapiso .mb-sm-n1, .bootstrapiso .my-sm-n1 { - margin-bottom: -0.25rem !important - } - - .bootstrapiso .ml-sm-n1, .bootstrapiso .mx-sm-n1 { - margin-left: -0.25rem !important - } - - .bootstrapiso .m-sm-n2 { - margin: -0.5rem !important - } - - .bootstrapiso .mt-sm-n2, .bootstrapiso .my-sm-n2 { - margin-top: -0.5rem !important - } - - .bootstrapiso .mr-sm-n2, .bootstrapiso .mx-sm-n2 { - margin-right: -0.5rem !important - } - - .bootstrapiso .mb-sm-n2, .bootstrapiso .my-sm-n2 { - margin-bottom: -0.5rem !important - } - - .bootstrapiso .ml-sm-n2, .bootstrapiso .mx-sm-n2 { - margin-left: -0.5rem !important - } - - .bootstrapiso .m-sm-n3 { - margin: -1rem !important - } - - .bootstrapiso .mt-sm-n3, .bootstrapiso .my-sm-n3 { - margin-top: -1rem !important - } - - .bootstrapiso .mr-sm-n3, .bootstrapiso .mx-sm-n3 { - margin-right: -1rem !important - } - - .bootstrapiso .mb-sm-n3, .bootstrapiso .my-sm-n3 { - margin-bottom: -1rem !important - } - - .bootstrapiso .ml-sm-n3, .bootstrapiso .mx-sm-n3 { - margin-left: -1rem !important - } - - .bootstrapiso .m-sm-n4 { - margin: -1.5rem !important - } - - .bootstrapiso .mt-sm-n4, .bootstrapiso .my-sm-n4 { - margin-top: -1.5rem !important - } - - .bootstrapiso .mr-sm-n4, .bootstrapiso .mx-sm-n4 { - margin-right: -1.5rem !important - } - - .bootstrapiso .mb-sm-n4, .bootstrapiso .my-sm-n4 { - margin-bottom: -1.5rem !important - } - - .bootstrapiso .ml-sm-n4, .bootstrapiso .mx-sm-n4 { - margin-left: -1.5rem !important - } - - .bootstrapiso .m-sm-n5 { - margin: -3rem !important - } - - .bootstrapiso .mt-sm-n5, .bootstrapiso .my-sm-n5 { - margin-top: -3rem !important - } - - .bootstrapiso .mr-sm-n5, .bootstrapiso .mx-sm-n5 { - margin-right: -3rem !important - } - - .bootstrapiso .mb-sm-n5, .bootstrapiso .my-sm-n5 { - margin-bottom: -3rem !important - } - - .bootstrapiso .ml-sm-n5, .bootstrapiso .mx-sm-n5 { - margin-left: -3rem !important - } - - .bootstrapiso .m-sm-auto { - margin: auto !important - } - - .bootstrapiso .mt-sm-auto, .bootstrapiso .my-sm-auto { - margin-top: auto !important - } - - .bootstrapiso .mr-sm-auto, .bootstrapiso .mx-sm-auto { - margin-right: auto !important - } - - .bootstrapiso .mb-sm-auto, .bootstrapiso .my-sm-auto { - margin-bottom: auto !important - } - - .bootstrapiso .ml-sm-auto, .bootstrapiso .mx-sm-auto { - margin-left: auto !important - } -} - -@media(min-width:768px) { - .bootstrapiso .m-md-0 { - margin: 0 !important - } - - .bootstrapiso .mt-md-0, .bootstrapiso .my-md-0 { - margin-top: 0 !important - } - - .bootstrapiso .mr-md-0, .bootstrapiso .mx-md-0 { - margin-right: 0 !important - } - - .bootstrapiso .mb-md-0, .bootstrapiso .my-md-0 { - margin-bottom: 0 !important - } - - .bootstrapiso .ml-md-0, .bootstrapiso .mx-md-0 { - margin-left: 0 !important - } - - .bootstrapiso .m-md-1 { - margin: .25rem !important - } - - .bootstrapiso .mt-md-1, .bootstrapiso .my-md-1 { - margin-top: .25rem !important - } - - .bootstrapiso .mr-md-1, .bootstrapiso .mx-md-1 { - margin-right: .25rem !important - } - - .bootstrapiso .mb-md-1, .bootstrapiso .my-md-1 { - margin-bottom: .25rem !important - } - - .bootstrapiso .ml-md-1, .bootstrapiso .mx-md-1 { - margin-left: .25rem !important - } - - .bootstrapiso .m-md-2 { - margin: .5rem !important - } - - .bootstrapiso .mt-md-2, .bootstrapiso .my-md-2 { - margin-top: .5rem !important - } - - .bootstrapiso .mr-md-2, .bootstrapiso .mx-md-2 { - margin-right: .5rem !important - } - - .bootstrapiso .mb-md-2, .bootstrapiso .my-md-2 { - margin-bottom: .5rem !important - } - - .bootstrapiso .ml-md-2, .bootstrapiso .mx-md-2 { - margin-left: .5rem !important - } - - .bootstrapiso .m-md-3 { - margin: 1rem !important - } - - .bootstrapiso .mt-md-3, .bootstrapiso .my-md-3 { - margin-top: 1rem !important - } - - .bootstrapiso .mr-md-3, .bootstrapiso .mx-md-3 { - margin-right: 1rem !important - } - - .bootstrapiso .mb-md-3, .bootstrapiso .my-md-3 { - margin-bottom: 1rem !important - } - - .bootstrapiso .ml-md-3, .bootstrapiso .mx-md-3 { - margin-left: 1rem !important - } - - .bootstrapiso .m-md-4 { - margin: 1.5rem !important - } - - .bootstrapiso .mt-md-4, .bootstrapiso .my-md-4 { - margin-top: 1.5rem !important - } - - .bootstrapiso .mr-md-4, .bootstrapiso .mx-md-4 { - margin-right: 1.5rem !important - } - - .bootstrapiso .mb-md-4, .bootstrapiso .my-md-4 { - margin-bottom: 1.5rem !important - } - - .bootstrapiso .ml-md-4, .bootstrapiso .mx-md-4 { - margin-left: 1.5rem !important - } - - .bootstrapiso .m-md-5 { - margin: 3rem !important - } - - .bootstrapiso .mt-md-5, .bootstrapiso .my-md-5 { - margin-top: 3rem !important - } - - .bootstrapiso .mr-md-5, .bootstrapiso .mx-md-5 { - margin-right: 3rem !important - } - - .bootstrapiso .mb-md-5, .bootstrapiso .my-md-5 { - margin-bottom: 3rem !important - } - - .bootstrapiso .ml-md-5, .bootstrapiso .mx-md-5 { - margin-left: 3rem !important - } - - .bootstrapiso .p-md-0 { - padding: 0 !important - } - - .bootstrapiso .pt-md-0, .bootstrapiso .py-md-0 { - padding-top: 0 !important - } - - .bootstrapiso .pr-md-0, .bootstrapiso .px-md-0 { - padding-right: 0 !important - } - - .bootstrapiso .pb-md-0, .bootstrapiso .py-md-0 { - padding-bottom: 0 !important - } - - .bootstrapiso .pl-md-0, .bootstrapiso .px-md-0 { - padding-left: 0 !important - } - - .bootstrapiso .p-md-1 { - padding: .25rem !important - } - - .bootstrapiso .pt-md-1, .bootstrapiso .py-md-1 { - padding-top: .25rem !important - } - - .bootstrapiso .pr-md-1, .bootstrapiso .px-md-1 { - padding-right: .25rem !important - } - - .bootstrapiso .pb-md-1, .bootstrapiso .py-md-1 { - padding-bottom: .25rem !important - } - - .bootstrapiso .pl-md-1, .bootstrapiso .px-md-1 { - padding-left: .25rem !important - } - - .bootstrapiso .p-md-2 { - padding: .5rem !important - } - - .bootstrapiso .pt-md-2, .bootstrapiso .py-md-2 { - padding-top: .5rem !important - } - - .bootstrapiso .pr-md-2, .bootstrapiso .px-md-2 { - padding-right: .5rem !important - } - - .bootstrapiso .pb-md-2, .bootstrapiso .py-md-2 { - padding-bottom: .5rem !important - } - - .bootstrapiso .pl-md-2, .bootstrapiso .px-md-2 { - padding-left: .5rem !important - } - - .bootstrapiso .p-md-3 { - padding: 1rem !important - } - - .bootstrapiso .pt-md-3, .bootstrapiso .py-md-3 { - padding-top: 1rem !important - } - - .bootstrapiso .pr-md-3, .bootstrapiso .px-md-3 { - padding-right: 1rem !important - } - - .bootstrapiso .pb-md-3, .bootstrapiso .py-md-3 { - padding-bottom: 1rem !important - } - - .bootstrapiso .pl-md-3, .bootstrapiso .px-md-3 { - padding-left: 1rem !important - } - - .bootstrapiso .p-md-4 { - padding: 1.5rem !important - } - - .bootstrapiso .pt-md-4, .bootstrapiso .py-md-4 { - padding-top: 1.5rem !important - } - - .bootstrapiso .pr-md-4, .bootstrapiso .px-md-4 { - padding-right: 1.5rem !important - } - - .bootstrapiso .pb-md-4, .bootstrapiso .py-md-4 { - padding-bottom: 1.5rem !important - } - - .bootstrapiso .pl-md-4, .bootstrapiso .px-md-4 { - padding-left: 1.5rem !important - } - - .bootstrapiso .p-md-5 { - padding: 3rem !important - } - - .bootstrapiso .pt-md-5, .bootstrapiso .py-md-5 { - padding-top: 3rem !important - } - - .bootstrapiso .pr-md-5, .bootstrapiso .px-md-5 { - padding-right: 3rem !important - } - - .bootstrapiso .pb-md-5, .bootstrapiso .py-md-5 { - padding-bottom: 3rem !important - } - - .bootstrapiso .pl-md-5, .bootstrapiso .px-md-5 { - padding-left: 3rem !important - } - - .bootstrapiso .m-md-n1 { - margin: -0.25rem !important - } - - .bootstrapiso .mt-md-n1, .bootstrapiso .my-md-n1 { - margin-top: -0.25rem !important - } - - .bootstrapiso .mr-md-n1, .bootstrapiso .mx-md-n1 { - margin-right: -0.25rem !important - } - - .bootstrapiso .mb-md-n1, .bootstrapiso .my-md-n1 { - margin-bottom: -0.25rem !important - } - - .bootstrapiso .ml-md-n1, .bootstrapiso .mx-md-n1 { - margin-left: -0.25rem !important - } - - .bootstrapiso .m-md-n2 { - margin: -0.5rem !important - } - - .bootstrapiso .mt-md-n2, .bootstrapiso .my-md-n2 { - margin-top: -0.5rem !important - } - - .bootstrapiso .mr-md-n2, .bootstrapiso .mx-md-n2 { - margin-right: -0.5rem !important - } - - .bootstrapiso .mb-md-n2, .bootstrapiso .my-md-n2 { - margin-bottom: -0.5rem !important - } - - .bootstrapiso .ml-md-n2, .bootstrapiso .mx-md-n2 { - margin-left: -0.5rem !important - } - - .bootstrapiso .m-md-n3 { - margin: -1rem !important - } - - .bootstrapiso .mt-md-n3, .bootstrapiso .my-md-n3 { - margin-top: -1rem !important - } - - .bootstrapiso .mr-md-n3, .bootstrapiso .mx-md-n3 { - margin-right: -1rem !important - } - - .bootstrapiso .mb-md-n3, .bootstrapiso .my-md-n3 { - margin-bottom: -1rem !important - } - - .bootstrapiso .ml-md-n3, .bootstrapiso .mx-md-n3 { - margin-left: -1rem !important - } - - .bootstrapiso .m-md-n4 { - margin: -1.5rem !important - } - - .bootstrapiso .mt-md-n4, .bootstrapiso .my-md-n4 { - margin-top: -1.5rem !important - } - - .bootstrapiso .mr-md-n4, .bootstrapiso .mx-md-n4 { - margin-right: -1.5rem !important - } - - .bootstrapiso .mb-md-n4, .bootstrapiso .my-md-n4 { - margin-bottom: -1.5rem !important - } - - .bootstrapiso .ml-md-n4, .bootstrapiso .mx-md-n4 { - margin-left: -1.5rem !important - } - - .bootstrapiso .m-md-n5 { - margin: -3rem !important - } - - .bootstrapiso .mt-md-n5, .bootstrapiso .my-md-n5 { - margin-top: -3rem !important - } - - .bootstrapiso .mr-md-n5, .bootstrapiso .mx-md-n5 { - margin-right: -3rem !important - } - - .bootstrapiso .mb-md-n5, .bootstrapiso .my-md-n5 { - margin-bottom: -3rem !important - } - - .bootstrapiso .ml-md-n5, .bootstrapiso .mx-md-n5 { - margin-left: -3rem !important - } - - .bootstrapiso .m-md-auto { - margin: auto !important - } - - .bootstrapiso .mt-md-auto, .bootstrapiso .my-md-auto { - margin-top: auto !important - } - - .bootstrapiso .mr-md-auto, .bootstrapiso .mx-md-auto { - margin-right: auto !important - } - - .bootstrapiso .mb-md-auto, .bootstrapiso .my-md-auto { - margin-bottom: auto !important - } - - .bootstrapiso .ml-md-auto, .bootstrapiso .mx-md-auto { - margin-left: auto !important - } -} - -@media(min-width:992px) { - .bootstrapiso .m-lg-0 { - margin: 0 !important - } - - .bootstrapiso .mt-lg-0, .bootstrapiso .my-lg-0 { - margin-top: 0 !important - } - - .bootstrapiso .mr-lg-0, .bootstrapiso .mx-lg-0 { - margin-right: 0 !important - } - - .bootstrapiso .mb-lg-0, .bootstrapiso .my-lg-0 { - margin-bottom: 0 !important - } - - .bootstrapiso .ml-lg-0, .bootstrapiso .mx-lg-0 { - margin-left: 0 !important - } - - .bootstrapiso .m-lg-1 { - margin: .25rem !important - } - - .bootstrapiso .mt-lg-1, .bootstrapiso .my-lg-1 { - margin-top: .25rem !important - } - - .bootstrapiso .mr-lg-1, .bootstrapiso .mx-lg-1 { - margin-right: .25rem !important - } - - .bootstrapiso .mb-lg-1, .bootstrapiso .my-lg-1 { - margin-bottom: .25rem !important - } - - .bootstrapiso .ml-lg-1, .bootstrapiso .mx-lg-1 { - margin-left: .25rem !important - } - - .bootstrapiso .m-lg-2 { - margin: .5rem !important - } - - .bootstrapiso .mt-lg-2, .bootstrapiso .my-lg-2 { - margin-top: .5rem !important - } - - .bootstrapiso .mr-lg-2, .bootstrapiso .mx-lg-2 { - margin-right: .5rem !important - } - - .bootstrapiso .mb-lg-2, .bootstrapiso .my-lg-2 { - margin-bottom: .5rem !important - } - - .bootstrapiso .ml-lg-2, .bootstrapiso .mx-lg-2 { - margin-left: .5rem !important - } - - .bootstrapiso .m-lg-3 { - margin: 1rem !important - } - - .bootstrapiso .mt-lg-3, .bootstrapiso .my-lg-3 { - margin-top: 1rem !important - } - - .bootstrapiso .mr-lg-3, .bootstrapiso .mx-lg-3 { - margin-right: 1rem !important - } - - .bootstrapiso .mb-lg-3, .bootstrapiso .my-lg-3 { - margin-bottom: 1rem !important - } - - .bootstrapiso .ml-lg-3, .bootstrapiso .mx-lg-3 { - margin-left: 1rem !important - } - - .bootstrapiso .m-lg-4 { - margin: 1.5rem !important - } - - .bootstrapiso .mt-lg-4, .bootstrapiso .my-lg-4 { - margin-top: 1.5rem !important - } - - .bootstrapiso .mr-lg-4, .bootstrapiso .mx-lg-4 { - margin-right: 1.5rem !important - } - - .bootstrapiso .mb-lg-4, .bootstrapiso .my-lg-4 { - margin-bottom: 1.5rem !important - } - - .bootstrapiso .ml-lg-4, .bootstrapiso .mx-lg-4 { - margin-left: 1.5rem !important - } - - .bootstrapiso .m-lg-5 { - margin: 3rem !important - } - - .bootstrapiso .mt-lg-5, .bootstrapiso .my-lg-5 { - margin-top: 3rem !important - } - - .bootstrapiso .mr-lg-5, .bootstrapiso .mx-lg-5 { - margin-right: 3rem !important - } - - .bootstrapiso .mb-lg-5, .bootstrapiso .my-lg-5 { - margin-bottom: 3rem !important - } - - .bootstrapiso .ml-lg-5, .bootstrapiso .mx-lg-5 { - margin-left: 3rem !important - } - - .bootstrapiso .p-lg-0 { - padding: 0 !important - } - - .bootstrapiso .pt-lg-0, .bootstrapiso .py-lg-0 { - padding-top: 0 !important - } - - .bootstrapiso .pr-lg-0, .bootstrapiso .px-lg-0 { - padding-right: 0 !important - } - - .bootstrapiso .pb-lg-0, .bootstrapiso .py-lg-0 { - padding-bottom: 0 !important - } - - .bootstrapiso .pl-lg-0, .bootstrapiso .px-lg-0 { - padding-left: 0 !important - } - - .bootstrapiso .p-lg-1 { - padding: .25rem !important - } - - .bootstrapiso .pt-lg-1, .bootstrapiso .py-lg-1 { - padding-top: .25rem !important - } - - .bootstrapiso .pr-lg-1, .bootstrapiso .px-lg-1 { - padding-right: .25rem !important - } - - .bootstrapiso .pb-lg-1, .bootstrapiso .py-lg-1 { - padding-bottom: .25rem !important - } - - .bootstrapiso .pl-lg-1, .bootstrapiso .px-lg-1 { - padding-left: .25rem !important - } - - .bootstrapiso .p-lg-2 { - padding: .5rem !important - } - - .bootstrapiso .pt-lg-2, .bootstrapiso .py-lg-2 { - padding-top: .5rem !important - } - - .bootstrapiso .pr-lg-2, .bootstrapiso .px-lg-2 { - padding-right: .5rem !important - } - - .bootstrapiso .pb-lg-2, .bootstrapiso .py-lg-2 { - padding-bottom: .5rem !important - } - - .bootstrapiso .pl-lg-2, .bootstrapiso .px-lg-2 { - padding-left: .5rem !important - } - - .bootstrapiso .p-lg-3 { - padding: 1rem !important - } - - .bootstrapiso .pt-lg-3, .bootstrapiso .py-lg-3 { - padding-top: 1rem !important - } - - .bootstrapiso .pr-lg-3, .bootstrapiso .px-lg-3 { - padding-right: 1rem !important - } - - .bootstrapiso .pb-lg-3, .bootstrapiso .py-lg-3 { - padding-bottom: 1rem !important - } - - .bootstrapiso .pl-lg-3, .bootstrapiso .px-lg-3 { - padding-left: 1rem !important - } - - .bootstrapiso .p-lg-4 { - padding: 1.5rem !important - } - - .bootstrapiso .pt-lg-4, .bootstrapiso .py-lg-4 { - padding-top: 1.5rem !important - } - - .bootstrapiso .pr-lg-4, .bootstrapiso .px-lg-4 { - padding-right: 1.5rem !important - } - - .bootstrapiso .pb-lg-4, .bootstrapiso .py-lg-4 { - padding-bottom: 1.5rem !important - } - - .bootstrapiso .pl-lg-4, .bootstrapiso .px-lg-4 { - padding-left: 1.5rem !important - } - - .bootstrapiso .p-lg-5 { - padding: 3rem !important - } - - .bootstrapiso .pt-lg-5, .bootstrapiso .py-lg-5 { - padding-top: 3rem !important - } - - .bootstrapiso .pr-lg-5, .bootstrapiso .px-lg-5 { - padding-right: 3rem !important - } - - .bootstrapiso .pb-lg-5, .bootstrapiso .py-lg-5 { - padding-bottom: 3rem !important - } - - .bootstrapiso .pl-lg-5, .bootstrapiso .px-lg-5 { - padding-left: 3rem !important - } - - .bootstrapiso .m-lg-n1 { - margin: -0.25rem !important - } - - .bootstrapiso .mt-lg-n1, .bootstrapiso .my-lg-n1 { - margin-top: -0.25rem !important - } - - .bootstrapiso .mr-lg-n1, .bootstrapiso .mx-lg-n1 { - margin-right: -0.25rem !important - } - - .bootstrapiso .mb-lg-n1, .bootstrapiso .my-lg-n1 { - margin-bottom: -0.25rem !important - } - - .bootstrapiso .ml-lg-n1, .bootstrapiso .mx-lg-n1 { - margin-left: -0.25rem !important - } - - .bootstrapiso .m-lg-n2 { - margin: -0.5rem !important - } - - .bootstrapiso .mt-lg-n2, .bootstrapiso .my-lg-n2 { - margin-top: -0.5rem !important - } - - .bootstrapiso .mr-lg-n2, .bootstrapiso .mx-lg-n2 { - margin-right: -0.5rem !important - } - - .bootstrapiso .mb-lg-n2, .bootstrapiso .my-lg-n2 { - margin-bottom: -0.5rem !important - } - - .bootstrapiso .ml-lg-n2, .bootstrapiso .mx-lg-n2 { - margin-left: -0.5rem !important - } - - .bootstrapiso .m-lg-n3 { - margin: -1rem !important - } - - .bootstrapiso .mt-lg-n3, .bootstrapiso .my-lg-n3 { - margin-top: -1rem !important - } - - .bootstrapiso .mr-lg-n3, .bootstrapiso .mx-lg-n3 { - margin-right: -1rem !important - } - - .bootstrapiso .mb-lg-n3, .bootstrapiso .my-lg-n3 { - margin-bottom: -1rem !important - } - - .bootstrapiso .ml-lg-n3, .bootstrapiso .mx-lg-n3 { - margin-left: -1rem !important - } - - .bootstrapiso .m-lg-n4 { - margin: -1.5rem !important - } - - .bootstrapiso .mt-lg-n4, .bootstrapiso .my-lg-n4 { - margin-top: -1.5rem !important - } - - .bootstrapiso .mr-lg-n4, .bootstrapiso .mx-lg-n4 { - margin-right: -1.5rem !important - } - - .bootstrapiso .mb-lg-n4, .bootstrapiso .my-lg-n4 { - margin-bottom: -1.5rem !important - } - - .bootstrapiso .ml-lg-n4, .bootstrapiso .mx-lg-n4 { - margin-left: -1.5rem !important - } - - .bootstrapiso .m-lg-n5 { - margin: -3rem !important - } - - .bootstrapiso .mt-lg-n5, .bootstrapiso .my-lg-n5 { - margin-top: -3rem !important - } - - .bootstrapiso .mr-lg-n5, .bootstrapiso .mx-lg-n5 { - margin-right: -3rem !important - } - - .bootstrapiso .mb-lg-n5, .bootstrapiso .my-lg-n5 { - margin-bottom: -3rem !important - } - - .bootstrapiso .ml-lg-n5, .bootstrapiso .mx-lg-n5 { - margin-left: -3rem !important - } - - .bootstrapiso .m-lg-auto { - margin: auto !important - } - - .bootstrapiso .mt-lg-auto, .bootstrapiso .my-lg-auto { - margin-top: auto !important - } - - .bootstrapiso .mr-lg-auto, .bootstrapiso .mx-lg-auto { - margin-right: auto !important - } - - .bootstrapiso .mb-lg-auto, .bootstrapiso .my-lg-auto { - margin-bottom: auto !important - } - - .bootstrapiso .ml-lg-auto, .bootstrapiso .mx-lg-auto { - margin-left: auto !important - } -} - -@media(min-width:1200px) { - .bootstrapiso .m-xl-0 { - margin: 0 !important - } - - .bootstrapiso .mt-xl-0, .bootstrapiso .my-xl-0 { - margin-top: 0 !important - } - - .bootstrapiso .mr-xl-0, .bootstrapiso .mx-xl-0 { - margin-right: 0 !important - } - - .bootstrapiso .mb-xl-0, .bootstrapiso .my-xl-0 { - margin-bottom: 0 !important - } - - .bootstrapiso .ml-xl-0, .bootstrapiso .mx-xl-0 { - margin-left: 0 !important - } - - .bootstrapiso .m-xl-1 { - margin: .25rem !important - } - - .bootstrapiso .mt-xl-1, .bootstrapiso .my-xl-1 { - margin-top: .25rem !important - } - - .bootstrapiso .mr-xl-1, .bootstrapiso .mx-xl-1 { - margin-right: .25rem !important - } - - .bootstrapiso .mb-xl-1, .bootstrapiso .my-xl-1 { - margin-bottom: .25rem !important - } - - .bootstrapiso .ml-xl-1, .bootstrapiso .mx-xl-1 { - margin-left: .25rem !important - } - - .bootstrapiso .m-xl-2 { - margin: .5rem !important - } - - .bootstrapiso .mt-xl-2, .bootstrapiso .my-xl-2 { - margin-top: .5rem !important - } - - .bootstrapiso .mr-xl-2, .bootstrapiso .mx-xl-2 { - margin-right: .5rem !important - } - - .bootstrapiso .mb-xl-2, .bootstrapiso .my-xl-2 { - margin-bottom: .5rem !important - } - - .bootstrapiso .ml-xl-2, .bootstrapiso .mx-xl-2 { - margin-left: .5rem !important - } - - .bootstrapiso .m-xl-3 { - margin: 1rem !important - } - - .bootstrapiso .mt-xl-3, .bootstrapiso .my-xl-3 { - margin-top: 1rem !important - } - - .bootstrapiso .mr-xl-3, .bootstrapiso .mx-xl-3 { - margin-right: 1rem !important - } - - .bootstrapiso .mb-xl-3, .bootstrapiso .my-xl-3 { - margin-bottom: 1rem !important - } - - .bootstrapiso .ml-xl-3, .bootstrapiso .mx-xl-3 { - margin-left: 1rem !important - } - - .bootstrapiso .m-xl-4 { - margin: 1.5rem !important - } - - .bootstrapiso .mt-xl-4, .bootstrapiso .my-xl-4 { - margin-top: 1.5rem !important - } - - .bootstrapiso .mr-xl-4, .bootstrapiso .mx-xl-4 { - margin-right: 1.5rem !important - } - - .bootstrapiso .mb-xl-4, .bootstrapiso .my-xl-4 { - margin-bottom: 1.5rem !important - } - - .bootstrapiso .ml-xl-4, .bootstrapiso .mx-xl-4 { - margin-left: 1.5rem !important - } - - .bootstrapiso .m-xl-5 { - margin: 3rem !important - } - - .bootstrapiso .mt-xl-5, .bootstrapiso .my-xl-5 { - margin-top: 3rem !important - } - - .bootstrapiso .mr-xl-5, .bootstrapiso .mx-xl-5 { - margin-right: 3rem !important - } - - .bootstrapiso .mb-xl-5, .bootstrapiso .my-xl-5 { - margin-bottom: 3rem !important - } - - .bootstrapiso .ml-xl-5, .bootstrapiso .mx-xl-5 { - margin-left: 3rem !important - } - - .bootstrapiso .p-xl-0 { - padding: 0 !important - } - - .bootstrapiso .pt-xl-0, .bootstrapiso .py-xl-0 { - padding-top: 0 !important - } - - .bootstrapiso .pr-xl-0, .bootstrapiso .px-xl-0 { - padding-right: 0 !important - } - - .bootstrapiso .pb-xl-0, .bootstrapiso .py-xl-0 { - padding-bottom: 0 !important - } - - .bootstrapiso .pl-xl-0, .bootstrapiso .px-xl-0 { - padding-left: 0 !important - } - - .bootstrapiso .p-xl-1 { - padding: .25rem !important - } - - .bootstrapiso .pt-xl-1, .bootstrapiso .py-xl-1 { - padding-top: .25rem !important - } - - .bootstrapiso .pr-xl-1, .bootstrapiso .px-xl-1 { - padding-right: .25rem !important - } - - .bootstrapiso .pb-xl-1, .bootstrapiso .py-xl-1 { - padding-bottom: .25rem !important - } - - .bootstrapiso .pl-xl-1, .bootstrapiso .px-xl-1 { - padding-left: .25rem !important - } - - .bootstrapiso .p-xl-2 { - padding: .5rem !important - } - - .bootstrapiso .pt-xl-2, .bootstrapiso .py-xl-2 { - padding-top: .5rem !important - } - - .bootstrapiso .pr-xl-2, .bootstrapiso .px-xl-2 { - padding-right: .5rem !important - } - - .bootstrapiso .pb-xl-2, .bootstrapiso .py-xl-2 { - padding-bottom: .5rem !important - } - - .bootstrapiso .pl-xl-2, .bootstrapiso .px-xl-2 { - padding-left: .5rem !important - } - - .bootstrapiso .p-xl-3 { - padding: 1rem !important - } - - .bootstrapiso .pt-xl-3, .bootstrapiso .py-xl-3 { - padding-top: 1rem !important - } - - .bootstrapiso .pr-xl-3, .bootstrapiso .px-xl-3 { - padding-right: 1rem !important - } - - .bootstrapiso .pb-xl-3, .bootstrapiso .py-xl-3 { - padding-bottom: 1rem !important - } - - .bootstrapiso .pl-xl-3, .bootstrapiso .px-xl-3 { - padding-left: 1rem !important - } - - .bootstrapiso .p-xl-4 { - padding: 1.5rem !important - } - - .bootstrapiso .pt-xl-4, .bootstrapiso .py-xl-4 { - padding-top: 1.5rem !important - } - - .bootstrapiso .pr-xl-4, .bootstrapiso .px-xl-4 { - padding-right: 1.5rem !important - } - - .bootstrapiso .pb-xl-4, .bootstrapiso .py-xl-4 { - padding-bottom: 1.5rem !important - } - - .bootstrapiso .pl-xl-4, .bootstrapiso .px-xl-4 { - padding-left: 1.5rem !important - } - - .bootstrapiso .p-xl-5 { - padding: 3rem !important - } - - .bootstrapiso .pt-xl-5, .bootstrapiso .py-xl-5 { - padding-top: 3rem !important - } - - .bootstrapiso .pr-xl-5, .bootstrapiso .px-xl-5 { - padding-right: 3rem !important - } - - .bootstrapiso .pb-xl-5, .bootstrapiso .py-xl-5 { - padding-bottom: 3rem !important - } - - .bootstrapiso .pl-xl-5, .bootstrapiso .px-xl-5 { - padding-left: 3rem !important - } - - .bootstrapiso .m-xl-n1 { - margin: -0.25rem !important - } - - .bootstrapiso .mt-xl-n1, .bootstrapiso .my-xl-n1 { - margin-top: -0.25rem !important - } - - .bootstrapiso .mr-xl-n1, .bootstrapiso .mx-xl-n1 { - margin-right: -0.25rem !important - } - - .bootstrapiso .mb-xl-n1, .bootstrapiso .my-xl-n1 { - margin-bottom: -0.25rem !important - } - - .bootstrapiso .ml-xl-n1, .bootstrapiso .mx-xl-n1 { - margin-left: -0.25rem !important - } - - .bootstrapiso .m-xl-n2 { - margin: -0.5rem !important - } - - .bootstrapiso .mt-xl-n2, .bootstrapiso .my-xl-n2 { - margin-top: -0.5rem !important - } - - .bootstrapiso .mr-xl-n2, .bootstrapiso .mx-xl-n2 { - margin-right: -0.5rem !important - } - - .bootstrapiso .mb-xl-n2, .bootstrapiso .my-xl-n2 { - margin-bottom: -0.5rem !important - } - - .bootstrapiso .ml-xl-n2, .bootstrapiso .mx-xl-n2 { - margin-left: -0.5rem !important - } - - .bootstrapiso .m-xl-n3 { - margin: -1rem !important - } - - .bootstrapiso .mt-xl-n3, .bootstrapiso .my-xl-n3 { - margin-top: -1rem !important - } - - .bootstrapiso .mr-xl-n3, .bootstrapiso .mx-xl-n3 { - margin-right: -1rem !important - } - - .bootstrapiso .mb-xl-n3, .bootstrapiso .my-xl-n3 { - margin-bottom: -1rem !important - } - - .bootstrapiso .ml-xl-n3, .bootstrapiso .mx-xl-n3 { - margin-left: -1rem !important - } - - .bootstrapiso .m-xl-n4 { - margin: -1.5rem !important - } - - .bootstrapiso .mt-xl-n4, .bootstrapiso .my-xl-n4 { - margin-top: -1.5rem !important - } - - .bootstrapiso .mr-xl-n4, .bootstrapiso .mx-xl-n4 { - margin-right: -1.5rem !important - } - - .bootstrapiso .mb-xl-n4, .bootstrapiso .my-xl-n4 { - margin-bottom: -1.5rem !important - } - - .bootstrapiso .ml-xl-n4, .bootstrapiso .mx-xl-n4 { - margin-left: -1.5rem !important - } - - .bootstrapiso .m-xl-n5 { - margin: -3rem !important - } - - .bootstrapiso .mt-xl-n5, .bootstrapiso .my-xl-n5 { - margin-top: -3rem !important - } - - .bootstrapiso .mr-xl-n5, .bootstrapiso .mx-xl-n5 { - margin-right: -3rem !important - } - - .bootstrapiso .mb-xl-n5, .bootstrapiso .my-xl-n5 { - margin-bottom: -3rem !important - } - - .bootstrapiso .ml-xl-n5, .bootstrapiso .mx-xl-n5 { - margin-left: -3rem !important - } - - .bootstrapiso .m-xl-auto { - margin: auto !important - } - - .bootstrapiso .mt-xl-auto, .bootstrapiso .my-xl-auto { - margin-top: auto !important - } - - .bootstrapiso .mr-xl-auto, .bootstrapiso .mx-xl-auto { - margin-right: auto !important - } - - .bootstrapiso .mb-xl-auto, .bootstrapiso .my-xl-auto { - margin-bottom: auto !important - } - - .bootstrapiso .ml-xl-auto, .bootstrapiso .mx-xl-auto { - margin-left: auto !important - } -} - -.bootstrapiso .text-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important -} - -.bootstrapiso .text-justify { - text-align: justify !important -} - -.bootstrapiso .text-wrap { - white-space: normal !important -} - -.bootstrapiso .text-nowrap { - white-space: nowrap !important -} - -.bootstrapiso .text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap -} - -.bootstrapiso .text-left { - text-align: left !important -} - -.bootstrapiso .text-right { - text-align: right !important -} - -.bootstrapiso .text-center { - text-align: center !important -} - -@media(min-width:576px) { - .bootstrapiso .text-sm-left { - text-align: left !important - } - - .bootstrapiso .text-sm-right { - text-align: right !important - } - - .bootstrapiso .text-sm-center { - text-align: center !important - } -} - -@media(min-width:768px) { - .bootstrapiso .text-md-left { - text-align: left !important - } - - .bootstrapiso .text-md-right { - text-align: right !important - } - - .bootstrapiso .text-md-center { - text-align: center !important - } -} - -@media(min-width:992px) { - .bootstrapiso .text-lg-left { - text-align: left !important - } - - .bootstrapiso .text-lg-right { - text-align: right !important - } - - .bootstrapiso .text-lg-center { - text-align: center !important - } -} - -@media(min-width:1200px) { - .bootstrapiso .text-xl-left { - text-align: left !important - } - - .bootstrapiso .text-xl-right { - text-align: right !important - } - - .bootstrapiso .text-xl-center { - text-align: center !important - } -} - -.bootstrapiso .text-lowercase { - text-transform: lowercase !important -} - -.bootstrapiso .text-uppercase { - text-transform: uppercase !important -} - -.bootstrapiso .text-capitalize { - text-transform: capitalize !important -} - -.bootstrapiso .font-weight-light { - font-weight: 300 !important -} - -.bootstrapiso .font-weight-lighter { - font-weight: lighter !important -} - -.bootstrapiso .font-weight-normal { - font-weight: 400 !important -} - -.bootstrapiso .font-weight-bold { - font-weight: 700 !important -} - -.bootstrapiso .font-weight-bolder { - font-weight: bolder !important -} - -.bootstrapiso .font-italic { - font-style: italic !important -} - -.bootstrapiso .text-white { - color: #fff !important -} - -.bootstrapiso .text-primary { - color: #007bff !important -} - -.bootstrapiso a.text-primary:hover, .bootstrapiso a.text-primary:focus { - color: #0056b3 !important -} - -.bootstrapiso .text-secondary { - color: #6c757d !important -} - -.bootstrapiso a.text-secondary:hover, .bootstrapiso a.text-secondary:focus { - color: #494f54 !important -} - -.bootstrapiso .text-success { - color: #28a745 !important -} - -.bootstrapiso a.text-success:hover, .bootstrapiso a.text-success:focus { - color: #19692c !important -} - -.bootstrapiso .text-info { - color: #17a2b8 !important -} - -.bootstrapiso a.text-info:hover, .bootstrapiso a.text-info:focus { - color: #0f6674 !important -} - -.bootstrapiso .text-warning { - color: #ffc107 !important -} - -.bootstrapiso a.text-warning:hover, .bootstrapiso a.text-warning:focus { - color: #ba8b00 !important -} - -.bootstrapiso .text-danger { - color: #dc3545 !important -} - -.bootstrapiso a.text-danger:hover, .bootstrapiso a.text-danger:focus { - color: #a71d2a !important -} - -.bootstrapiso .text-light { - color: #f8f9fa !important -} - -.bootstrapiso a.text-light:hover, .bootstrapiso a.text-light:focus { - color: #cbd3da !important -} - -.bootstrapiso .text-dark { - color: #343a40 !important -} - -.bootstrapiso a.text-dark:hover, .bootstrapiso a.text-dark:focus { - color: #121416 !important -} - -.bootstrapiso .text-body { - color: #212529 !important -} - -.bootstrapiso .text-muted { - color: #6c757d !important -} - -.bootstrapiso .text-black-50 { - color: rgba(0, 0, 0, 0.5) !important -} - -.bootstrapiso .text-white-50 { - color: rgba(255, 255, 255, 0.5) !important -} - -.bootstrapiso .text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0 -} - -.bootstrapiso .text-decoration-none { - text-decoration: none !important -} - -.bootstrapiso .text-break { - word-break: break-word !important; - overflow-wrap: break-word !important -} - -.bootstrapiso .text-reset { - color: inherit !important -} - -.bootstrapiso .visible { - visibility: visible !important -} - -.bootstrapiso .invisible { - visibility: hidden !important -} - -@media print { - .bootstrapiso *, .bootstrapiso *::before, .bootstrapiso *::after { - text-shadow: none !important; - box-shadow: none !important - } - - .bootstrapiso a:not(.btn) { - text-decoration: underline - } - - .bootstrapiso abbr[title]::after { - content: " ("attr(title) ")" - } - - .bootstrapiso pre { - white-space: pre-wrap !important - } - - .bootstrapiso pre, .bootstrapiso blockquote { - border: 1px solid #adb5bd; - page-break-inside: avoid - } - - .bootstrapiso thead { - display: table-header-group - } - - .bootstrapiso tr, .bootstrapiso img { - page-break-inside: avoid - } - - .bootstrapiso p, .bootstrapiso h2, .bootstrapiso h3 { - orphans: 3; - widows: 3 - } - - .bootstrapiso h2, .bootstrapiso h3 { - page-break-after: avoid - } - - @page { - size: a3 - } - - .bootstrapiso { - min-width: 992px !important - } - - .bootstrapiso .container { - min-width: 992px !important - } - - .bootstrapiso .navbar { - display: none - } - - .bootstrapiso .badge { - border: 1px solid #000 - } - - .bootstrapiso .table { - border-collapse: collapse !important - } - - .bootstrapiso .table td, .bootstrapiso .table th { - background-color: #fff !important - } - - .bootstrapiso .table-bordered th, .bootstrapiso .table-bordered td { - border: 1px solid #dee2e6 !important - } - - .bootstrapiso .table-dark { - color: inherit - } - - .bootstrapiso .table-dark th, .bootstrapiso .table-dark td, .bootstrapiso .table-dark thead th, .bootstrapiso .table-dark tbody+tbody { - border-color: #dee2e6 - } - - .bootstrapiso .table .thead-dark th { - color: inherit; - border-color: #dee2e6 - } -} diff --git a/public/foliate-js/reader.html b/public/foliate-js/reader.html index 0dac42bc..a631ebd8 100644 --- a/public/foliate-js/reader.html +++ b/public/foliate-js/reader.html @@ -1,58 +1,61 @@ - - - - + + + + E-Book Reader - +
-
- -

Drop a book here!

-

Or to open it.

-
+
+ +

Drop a book here!

+

Or to open it.

+
+
+
+ - + + + +
- + diff --git a/public/tippy.css b/public/tippy.css new file mode 100644 index 00000000..c1a37c4c --- /dev/null +++ b/public/tippy.css @@ -0,0 +1,6 @@ +.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1} + +.tippy-box[data-animation=perspective][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden]{transform:perspective(700px) translateY(8px) rotateX(60deg)}.tippy-box[data-animation=perspective][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden]{transform:perspective(700px) translateY(-8px) rotateX(-60deg)}.tippy-box[data-animation=perspective][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden]{transform:perspective(700px) translateX(8px) rotateY(-60deg)}.tippy-box[data-animation=perspective][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden]{transform:perspective(700px) translateX(-8px) rotateY(60deg)}.tippy-box[data-animation=perspective][data-state=hidden]{opacity:0} +.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0} +.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)} +.tippy-box[data-animation=shift-toward][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top]{transform:translateY(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom]{transform:translateY(10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left]{transform:translateX(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right]{transform:translateX(10px)} diff --git a/src/background.js b/src/background.js index c53f5bbb..fc4d2b08 100644 --- a/src/background.js +++ b/src/background.js @@ -13,7 +13,7 @@ var introSiteUrl = "https://github.com/ttop32/MouseTooltipTranslator/blob/main/doc/intro.md#how-to-use"; addInstallUrl(introSiteUrl); -addUninstallUrl(util.getReviewUrl()); +// addUninstallUrl(util.getReviewUrl()); addCopyRequestListener(); injectContentScriptForAllTab(); getSetting(); diff --git a/src/contentScript.js b/src/contentScript.js index 73a40902..67c101dd 100644 --- a/src/contentScript.js +++ b/src/contentScript.js @@ -3,19 +3,21 @@ //intercept pdf url import $ from "jquery"; -import "bootstrap/js/dist/tooltip"; -import { enableSelectionEndEvent } from "/src/event/selection"; -import { enableMouseoverTextEvent } from "/src/event/mouseover"; +import tippy, { followCursor, hideAll } from "tippy.js"; import { encode } from "he"; import matchUrl from "match-url-wildcard"; -import * as util from "/src/util"; -import * as ocrView from "/src/ocr/ocrView.js"; import delay from "delay"; import { debounce } from "throttle-debounce"; +// import "bootstrap/js/dist/tooltip"; + +import { enableSelectionEndEvent } from "/src/event/selection"; +import { enableMouseoverTextEvent } from "/src/event/mouseover"; +import * as util from "/src/util"; +import * as ocrView from "/src/ocr/ocrView.js"; //init environment var======================================================================\ var setting; -var tooltipContainer; +var tooltip; var clientX = 0; var clientY = 0; var mouseTarget = null; @@ -72,7 +74,11 @@ function startTextSelectDetector() { enableSelectionEndEvent(); //set mouse drag text selection event addEventHandler("selectionEnd", async function (event) { // if translate on selection is enabled - if (checkWindowFocus() && setting["translateWhen"].includes("select")) { + if ( + checkWindowFocus() && + setting["translateWhen"].includes("select") && + ((selectedText && event.selectedText == "") || event.selectedText) + ) { selectedText = event.selectedText; await processWord(selectedText, "select"); } @@ -121,8 +127,12 @@ async function processWord(word, actionType) { setting["showTooltipWhen"] == "always" || keyDownList[setting["showTooltipWhen"]] ) { - var tooltipText = concatTransliteration(translatedText, transliteration); - showTooltip(tooltipText, targetLang); + var tooltipText = wrapInlineHtml( + translatedText, + transliteration, + targetLang + ); + showTooltip(tooltipText); requestRecordTooltipText( word, translatedText, @@ -175,55 +185,26 @@ function checkMouseTargetIsSpecialWebBlock() { } function checkMouseTargetIsTooltip() { - if (tooltipContainer.has(mouseTarget).length) { - return true; + try { + return $(tooltip?.popper)?.get(0)?.contains(mouseTarget); + } catch (error) { + return false; } - return false; } function checkWindowFocus() { return mouseMoved && document.visibilityState == "visible"; } -function showTooltip(text, lang) { +function showTooltip(text) { + hideAll({ duration: 0 }); //hide all tippy hideTooltip(); //reset tooltip arrow - checkTooltipContainer(); - setTooltipPosition("showTooltip"); - applyRtl(lang); - tooltipContainer.attr("data-original-title", text); //place text on tooltip - tooltipContainer.tooltip("show"); + tooltip.setContent(text); + tooltip.show(); } function hideTooltip() { - tooltipContainer.tooltip("hide"); -} - -function applyRtl(lang) { - tooltipContainer.attr("dir", util.isRtl(lang)); -} - -function checkTooltipContainer() { - //restart container if not exist - if (!tooltipContainer.parent().is("body")) { - tooltipContainer.appendTo(document.body); - style.appendTo("head"); - } -} - -function setTooltipPosition(calledFrom = "") { - if (calledFrom == "showTooltip" && setting["tooltipPosition"] == "follow") { - return; - } else if ( - calledFrom == "mousemove" && - setting["tooltipPosition"] == "fixed" - ) { - return; - } - - tooltipContainer.css( - "transform", - "translate(" + clientX + "px," + clientY + "px)" - ); + tooltip?.hide(); } async function translateWithReverse(word) { @@ -246,14 +227,19 @@ async function translateWithReverse(word) { return response; } -function concatTransliteration(translatedText, transliteration) { - // if no transliteration or setting is off, skip - if (!transliteration || setting["useTransliteration"] == "false") { - return encode(translatedText); +function wrapInlineHtml(translatedText, transliteration, targetLang) { + var text = `
${encode( + translatedText + )}
`; + + if (transliteration && setting["useTransliteration"] == "true") { + text = ` +

+
${encode(transliteration)}
+ `; } - return `${encode(translatedText)}

${encode( - transliteration - )}
`; + + return text; } //Translate Writing feature========================================================================================== @@ -344,7 +330,6 @@ function handleMousemove(e) { setMouseStatus(e); ocrView.checkImage(setting, mouseTarget, keyDownList); checkWritingBox(); - setTooltipPosition("mousemove"); checkMouseTargetIsYoutubeSubtitle(); } @@ -506,52 +491,34 @@ async function getSetting() { } function applyStyleSetting() { + tooltip.setProps({ + offset: [0, setting["tooltipDistance"]], + followCursor: setting["tooltipPosition"] == "follow" ? true : "initial", + interactive: setting["tooltipPosition"] == "follow" ? false : true, + animation: setting["tooltipAnimation"], + }); + style.html( ` - #mttContainer { - left: 0 !important; - top: 0 !important; - width: 1000px !important; - margin-left: -500px !important; - position: fixed !important; - z-index: 100000200 !important; - background: none !important; - pointer-events: none !important; - display: inline-block !important; - } - .bootstrapiso .tooltip { - width:auto !important; - height:auto !important; - background: none !important; - border:none !important; - border-radius: 0px !important; - visibility: visible !important; - pointer-events: none !important; - } - .bootstrapiso .bs-tooltip-top { - margin-bottom: ${setting["tooltipDistance"]}px !important; - } - .bootstrapiso .bs-tooltip-bottom { - margin-top: ${setting["tooltipDistance"]}px !important; - } - .bootstrapiso .tooltip-inner { + .tippy-box[data-theme~="custom"] { font-size: ${setting["tooltipFontSize"]}px !important; max-width: ${setting["tooltipWidth"]}px !important; text-align: ${setting["tooltipTextAlign"]} !important; backdrop-filter: blur(${setting["tooltipBackgroundBlur"]}px) !important; background-color: ${setting["tooltipBackgroundColor"]} !important; color: ${setting["tooltipFontColor"]} !important; - pointer-events: auto; } - .bootstrapiso .arrow::before { + .tippy-box[data-theme~='custom'][data-placement^='top'] > .tippy-arrow::before { border-top-color: ${setting["tooltipBackgroundColor"]} !important; } - .bootstrapiso .arrow { - font-size: 14px !important; - margin: auto !important; + .tippy-box[data-theme~='custom'][data-placement^='bottom'] > .tippy-arrow::before { + border-bottom-color: ${setting["tooltipBackgroundColor"]} !important; } - .bootstrapiso .arrow::after { - display:none !important; + .tippy-box[data-theme~='custom'][data-placement^='left'] > .tippy-arrow::before { + border-left-color: ${setting["tooltipBackgroundColor"]} !important; + } + .tippy-box[data-theme~='custom'][data-placement^='right'] > .tippy-arrow::before { + border-right-color: ${setting["tooltipBackgroundColor"]} !important; } .ocr_text_div{ position: absolute; @@ -562,7 +529,6 @@ function applyStyleSetting() { color: transparent !important; background: none !important; } - ` + (isYoutubeDetected ? ` @@ -616,17 +582,16 @@ function checkExcludeUrl() { } function addElementEnv() { - tooltipContainer = $("
", { - id: "mttContainer", - class: "bootstrapiso notranslate", //use bootstrapiso class to apply bootstrap isolation css, prevent google web translate - "data-html": "true", - }).appendTo(document.body); - - tooltipContainer.tooltip({ - placement: "top", - container: "#mttContainer", + tooltip = tippy(document.body, { + content: "", trigger: "manual", - boundary: "document", + allowHTML: true, + theme: "custom", + zIndex: 100000200, + hideOnClick: false, + role: "mtttooltip", + followCursor: true, + plugins: [followCursor], }); style = $("