1,2c1 < @charset "UTF-8"; < /* Files for the Geo theme for Tiki Wiki CMS Groupware, Bootstrap 4+. */ --- > /* The Geo theme for Tiki Wiki CMS Groupware, compatible with Tiki 18. */ 4,7c3,5 < * Bootstrap v4.6.0 (https://getbootstrap.com/) < * Copyright 2011-2021 The Bootstrap Authors < * Copyright 2011-2021 Twitter, Inc. < * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) --- > * Bootstrap v3.3.7 (http://getbootstrap.com) > * Copyright 2011-2016 Twitter, Inc. > * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 9,41c7 < :root { < --blue: #007bff; < --indigo: #6610f2; < --purple: #6f42c1; < --pink: #e83e8c; < --red: #dc3545; < --orange: #fd7e14; < --yellow: #ffc107; < --green: #28a745; < --teal: #20c997; < --cyan: #17a2b8; < --white: #fff; < --gray: #868e96; < --gray-dark: #343a40; < --primary: #2255aa; < --secondary: #5cb85c; < --success: #5cb85c; < --info: #5bc0de; < --warning: #f0ad4e; < --danger: #d9534f; < --light: #ffffff; < --dark: #000000; < --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", "Liberation 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; < } < *, *::before, *::after { < box-sizing: border-box; < } --- > /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ 44c10 < line-height: 1.15; --- > -ms-text-size-adjust: 100%; 46,49d11 < -webkit-tap-highlight-color: rgba(0, 0, 0, 0); < } < article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { < display: block; 53,59d14 < font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: #e1e2b9; 61,67c16,29 < [tabindex="-1"]:focus:not(:focus-visible) { < outline: 0 !important; < } < hr { < box-sizing: content-box; < height: 0; < overflow: visible; --- > article, > aside, > details, > figcaption, > figure, > footer, > header, > hgroup, > main, > menu, > nav, > section, > summary { > display: block; 69,71c31,36 < h1, h2, h3, h4, h5, h6 { < margin-top: 0; < margin-bottom: 0.5rem; --- > audio, > canvas, > progress, > video { > display: inline-block; > vertical-align: baseline; 73,75c38,40 < p { < margin-top: 0; < margin-bottom: 1rem; --- > audio:not([controls]) { > display: none; > height: 0; 77,82c42,44 < abbr[title], abbr[data-original-title] { < text-decoration: underline; < text-decoration: underline dotted; < cursor: help; < border-bottom: 0; < text-decoration-skip-ink: none; --- > [hidden], > template { > display: none; 84,87c46,47 < address { < margin-bottom: 1rem; < font-style: normal; < line-height: inherit; --- > a { > background-color: transparent; 89,91c49,51 < ol, ul, dl { < margin-top: 0; < margin-bottom: 1rem; --- > a:active, > a:hover { > outline: 0; 93,94c53,54 < ol ol, ul ul, ol ul, ul ol { < margin-bottom: 0; --- > abbr[title] { > border-bottom: 1px dotted; 96,97c56,58 < dt { < font-weight: 700; --- > b, > strong { > font-weight: bold; 99,101c60,61 < dd { < margin-bottom: 0.5rem; < margin-left: 0; --- > dfn { > font-style: italic; 103,104c63,65 < blockquote { < margin: 0 0 1rem; --- > h1 { > font-size: 2em; > margin: 0.67em 0; 106,107c67,69 < b, strong { < font-weight: bolder; --- > mark { > background: #ff0; > color: #000; 112,113c74,75 < sub, sup { < position: relative; --- > sub, > sup { 115a78 > position: relative; 118,120d80 < sub { < bottom: -0.25em; < } 124,127c84,85 < a { < color: #2255aa; < text-decoration: none; < background-color: transparent; --- > sub { > bottom: -0.25em; 129,131c87,88 < a:hover { < color: #000; < text-decoration: none; --- > img { > border: 0; 133,135c90,91 < a:not([href]):not([class]) { < color: inherit; < text-decoration: none; --- > svg:not(:root) { > overflow: hidden; 137,139c93,94 < a:not([href]):not([class]):hover { < color: inherit; < text-decoration: none; --- > figure { > margin: 1em 40px; 141,143c96,98 < pre, code, kbd, samp { < font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; < font-size: 1em; --- > hr { > box-sizing: content-box; > height: 0; 146,147d100 < margin-top: 0; < margin-bottom: 1rem; 149d101 < -ms-overflow-style: scrollbar; 151,152c103,108 < figure { < margin: 0 0 1rem; --- > code, > kbd, > pre, > samp { > font-family: monospace, monospace; > font-size: 1em; 154,156c110,117 < img { < vertical-align: middle; < border-style: none; --- > button, > input, > optgroup, > select, > textarea { > color: inherit; > font: inherit; > margin: 0; 158,160c119,175 < svg { < overflow: hidden; < vertical-align: middle; --- > button { > overflow: visible; > } > button, > select { > text-transform: none; > } > button, > html input[type="button"], > input[type="reset"], > input[type="submit"] { > -webkit-appearance: button; > cursor: pointer; > } > button[disabled], > html input[disabled] { > cursor: default; > } > button::-moz-focus-inner, > input::-moz-focus-inner { > border: 0; > padding: 0; > } > input { > line-height: normal; > } > input[type="checkbox"], > input[type="radio"] { > box-sizing: border-box; > padding: 0; > } > input[type="number"]::-webkit-inner-spin-button, > input[type="number"]::-webkit-outer-spin-button { > height: auto; > } > input[type="search"] { > -webkit-appearance: textfield; > box-sizing: content-box; > } > input[type="search"]::-webkit-search-cancel-button, > input[type="search"]::-webkit-search-decoration { > -webkit-appearance: none; > } > fieldset { > border: 1px solid #c0c0c0; > margin: 0 2px; > padding: 0.35em 0.625em 0.75em; > } > legend { > border: 0; > padding: 0; > } > textarea { > overflow: auto; > } > optgroup { > font-weight: bold; 163a179 > border-spacing: 0; 165,171c181 < caption { < padding-top: 0.75rem; < padding-bottom: 0.75rem; < color: #868e96; < text-align: left; < caption-side: bottom; < } --- > td, 173,174c183 < text-align: inherit; < text-align: -webkit-match-parent; --- > padding: 0; 176c185,263 < label { --- > /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ > @media print { > *, > *:before, > *:after { > background: transparent !important; > color: #000 !important; > box-shadow: none !important; > text-shadow: none !important; > } > a, > a:visited { > text-decoration: underline; > } > a[href]:after { > content: " (" attr(href) ")"; > } > abbr[title]:after { > content: " (" attr(title) ")"; > } > a[href^="#"]:after, > a[href^="javascript:"]:after { > content: ""; > } > pre, > blockquote { > border: 1px solid #999; > page-break-inside: avoid; > } > thead { > display: table-header-group; > } > tr, > img { > page-break-inside: avoid; > } > img { > max-width: 100% !important; > } > p, > h2, > h3 { > orphans: 3; > widows: 3; > } > h2, > h3 { > page-break-after: avoid; > } > .navbar { > display: none; > } > .btn > .caret, > .dropup > .btn > .caret { > border-top-color: #000 !important; > } > .label { > border: 1px solid #000; > } > .table { > border-collapse: collapse !important; > } > .table td, > .table th { > background-color: #fff !important; > } > .table-bordered th, > .table-bordered td { > border: 1px solid #ddd !important; > } > } > @font-face { > font-family: 'Glyphicons Halflings'; > src: url('../../../vendor/twitter/bootstrap/fonts/glyphicons-halflings-regular.eot'); > src: url('../../../vendor/twitter/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../vendor/twitter/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../vendor/twitter/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../vendor/twitter/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../vendor/twitter/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); > } > .glyphicon { > position: relative; > top: 1px; 178c265,270 < margin-bottom: 0.5rem; --- > font-family: 'Glyphicons Halflings'; > font-style: normal; > font-weight: normal; > line-height: 1; > -webkit-font-smoothing: antialiased; > -moz-osx-font-smoothing: grayscale; 180,181c272,273 < button { < border-radius: 0; --- > .glyphicon-asterisk:before { > content: "\002a"; 183,184c275,276 < button:focus:not(:focus-visible) { < outline: 0; --- > .glyphicon-plus:before { > content: "\002b"; 186,190c278,280 < input, button, select, optgroup, textarea { < margin: 0; < font-family: inherit; < font-size: inherit; < line-height: inherit; --- > .glyphicon-euro:before, > .glyphicon-eur:before { > content: "\20ac"; 192,193c282,283 < button, input { < overflow: visible; --- > .glyphicon-minus:before { > content: "\2212"; 195,196c285,286 < button, select { < text-transform: none; --- > .glyphicon-cloud:before { > content: "\2601"; 198,199c288,289 < [role="button"] { < cursor: pointer; --- > .glyphicon-envelope:before { > content: "\2709"; 201,202c291,292 < select { < word-wrap: normal; --- > .glyphicon-pencil:before { > content: "\270f"; 204,205c294,295 < button, [type="button"], [type="reset"], [type="submit"] { < -webkit-appearance: button; --- > .glyphicon-glass:before { > content: "\e001"; 207,208c297,298 < button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { < cursor: pointer; --- > .glyphicon-music:before { > content: "\e002"; 210,212c300,628 < button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { < padding: 0; < border-style: none; --- > .glyphicon-search:before { > content: "\e003"; > } > .glyphicon-heart:before { > content: "\e005"; > } > .glyphicon-star:before { > content: "\e006"; > } > .glyphicon-star-empty:before { > content: "\e007"; > } > .glyphicon-user:before { > content: "\e008"; > } > .glyphicon-film:before { > content: "\e009"; > } > .glyphicon-th-large:before { > content: "\e010"; > } > .glyphicon-th:before { > content: "\e011"; > } > .glyphicon-th-list:before { > content: "\e012"; > } > .glyphicon-ok:before { > content: "\e013"; > } > .glyphicon-remove:before { > content: "\e014"; > } > .glyphicon-zoom-in:before { > content: "\e015"; > } > .glyphicon-zoom-out:before { > content: "\e016"; > } > .glyphicon-off:before { > content: "\e017"; > } > .glyphicon-signal:before { > content: "\e018"; > } > .glyphicon-cog:before { > content: "\e019"; > } > .glyphicon-trash:before { > content: "\e020"; > } > .glyphicon-home:before { > content: "\e021"; > } > .glyphicon-file:before { > content: "\e022"; > } > .glyphicon-time:before { > content: "\e023"; > } > .glyphicon-road:before { > content: "\e024"; > } > .glyphicon-download-alt:before { > content: "\e025"; > } > .glyphicon-download:before { > content: "\e026"; > } > .glyphicon-upload:before { > content: "\e027"; > } > .glyphicon-inbox:before { > content: "\e028"; > } > .glyphicon-play-circle:before { > content: "\e029"; > } > .glyphicon-repeat:before { > content: "\e030"; > } > .glyphicon-refresh:before { > content: "\e031"; > } > .glyphicon-list-alt:before { > content: "\e032"; > } > .glyphicon-lock:before { > content: "\e033"; > } > .glyphicon-flag:before { > content: "\e034"; > } > .glyphicon-headphones:before { > content: "\e035"; > } > .glyphicon-volume-off:before { > content: "\e036"; > } > .glyphicon-volume-down:before { > content: "\e037"; > } > .glyphicon-volume-up:before { > content: "\e038"; > } > .glyphicon-qrcode:before { > content: "\e039"; > } > .glyphicon-barcode:before { > content: "\e040"; > } > .glyphicon-tag:before { > content: "\e041"; > } > .glyphicon-tags:before { > content: "\e042"; > } > .glyphicon-book:before { > content: "\e043"; > } > .glyphicon-bookmark:before { > content: "\e044"; > } > .glyphicon-print:before { > content: "\e045"; > } > .glyphicon-camera:before { > content: "\e046"; > } > .glyphicon-font:before { > content: "\e047"; > } > .glyphicon-bold:before { > content: "\e048"; > } > .glyphicon-italic:before { > content: "\e049"; > } > .glyphicon-text-height:before { > content: "\e050"; > } > .glyphicon-text-width:before { > content: "\e051"; > } > .glyphicon-align-left:before { > content: "\e052"; > } > .glyphicon-align-center:before { > content: "\e053"; > } > .glyphicon-align-right:before { > content: "\e054"; > } > .glyphicon-align-justify:before { > content: "\e055"; > } > .glyphicon-list:before { > content: "\e056"; > } > .glyphicon-indent-left:before { > content: "\e057"; > } > .glyphicon-indent-right:before { > content: "\e058"; > } > .glyphicon-facetime-video:before { > content: "\e059"; > } > .glyphicon-picture:before { > content: "\e060"; > } > .glyphicon-map-marker:before { > content: "\e062"; > } > .glyphicon-adjust:before { > content: "\e063"; > } > .glyphicon-tint:before { > content: "\e064"; > } > .glyphicon-edit:before { > content: "\e065"; > } > .glyphicon-share:before { > content: "\e066"; > } > .glyphicon-check:before { > content: "\e067"; > } > .glyphicon-move:before { > content: "\e068"; > } > .glyphicon-step-backward:before { > content: "\e069"; > } > .glyphicon-fast-backward:before { > content: "\e070"; > } > .glyphicon-backward:before { > content: "\e071"; > } > .glyphicon-play:before { > content: "\e072"; > } > .glyphicon-pause:before { > content: "\e073"; > } > .glyphicon-stop:before { > content: "\e074"; > } > .glyphicon-forward:before { > content: "\e075"; > } > .glyphicon-fast-forward:before { > content: "\e076"; > } > .glyphicon-step-forward:before { > content: "\e077"; > } > .glyphicon-eject:before { > content: "\e078"; > } > .glyphicon-chevron-left:before { > content: "\e079"; > } > .glyphicon-chevron-right:before { > content: "\e080"; > } > .glyphicon-plus-sign:before { > content: "\e081"; > } > .glyphicon-minus-sign:before { > content: "\e082"; > } > .glyphicon-remove-sign:before { > content: "\e083"; > } > .glyphicon-ok-sign:before { > content: "\e084"; > } > .glyphicon-question-sign:before { > content: "\e085"; > } > .glyphicon-info-sign:before { > content: "\e086"; > } > .glyphicon-screenshot:before { > content: "\e087"; > } > .glyphicon-remove-circle:before { > content: "\e088"; > } > .glyphicon-ok-circle:before { > content: "\e089"; > } > .glyphicon-ban-circle:before { > content: "\e090"; > } > .glyphicon-arrow-left:before { > content: "\e091"; > } > .glyphicon-arrow-right:before { > content: "\e092"; > } > .glyphicon-arrow-up:before { > content: "\e093"; > } > .glyphicon-arrow-down:before { > content: "\e094"; > } > .glyphicon-share-alt:before { > content: "\e095"; > } > .glyphicon-resize-full:before { > content: "\e096"; > } > .glyphicon-resize-small:before { > content: "\e097"; > } > .glyphicon-exclamation-sign:before { > content: "\e101"; > } > .glyphicon-gift:before { > content: "\e102"; > } > .glyphicon-leaf:before { > content: "\e103"; > } > .glyphicon-fire:before { > content: "\e104"; > } > .glyphicon-eye-open:before { > content: "\e105"; > } > .glyphicon-eye-close:before { > content: "\e106"; > } > .glyphicon-warning-sign:before { > content: "\e107"; > } > .glyphicon-plane:before { > content: "\e108"; > } > .glyphicon-calendar:before { > content: "\e109"; > } > .glyphicon-random:before { > content: "\e110"; > } > .glyphicon-comment:before { > content: "\e111"; > } > .glyphicon-magnet:before { > content: "\e112"; > } > .glyphicon-chevron-up:before { > content: "\e113"; > } > .glyphicon-chevron-down:before { > content: "\e114"; > } > .glyphicon-retweet:before { > content: "\e115"; > } > .glyphicon-shopping-cart:before { > content: "\e116"; > } > .glyphicon-folder-close:before { > content: "\e117"; 214c630,1061 < input[type="radio"], input[type="checkbox"] { --- > .glyphicon-folder-open:before { > content: "\e118"; > } > .glyphicon-resize-vertical:before { > content: "\e119"; > } > .glyphicon-resize-horizontal:before { > content: "\e120"; > } > .glyphicon-hdd:before { > content: "\e121"; > } > .glyphicon-bullhorn:before { > content: "\e122"; > } > .glyphicon-bell:before { > content: "\e123"; > } > .glyphicon-certificate:before { > content: "\e124"; > } > .glyphicon-thumbs-up:before { > content: "\e125"; > } > .glyphicon-thumbs-down:before { > content: "\e126"; > } > .glyphicon-hand-right:before { > content: "\e127"; > } > .glyphicon-hand-left:before { > content: "\e128"; > } > .glyphicon-hand-up:before { > content: "\e129"; > } > .glyphicon-hand-down:before { > content: "\e130"; > } > .glyphicon-circle-arrow-right:before { > content: "\e131"; > } > .glyphicon-circle-arrow-left:before { > content: "\e132"; > } > .glyphicon-circle-arrow-up:before { > content: "\e133"; > } > .glyphicon-circle-arrow-down:before { > content: "\e134"; > } > .glyphicon-globe:before { > content: "\e135"; > } > .glyphicon-wrench:before { > content: "\e136"; > } > .glyphicon-tasks:before { > content: "\e137"; > } > .glyphicon-filter:before { > content: "\e138"; > } > .glyphicon-briefcase:before { > content: "\e139"; > } > .glyphicon-fullscreen:before { > content: "\e140"; > } > .glyphicon-dashboard:before { > content: "\e141"; > } > .glyphicon-paperclip:before { > content: "\e142"; > } > .glyphicon-heart-empty:before { > content: "\e143"; > } > .glyphicon-link:before { > content: "\e144"; > } > .glyphicon-phone:before { > content: "\e145"; > } > .glyphicon-pushpin:before { > content: "\e146"; > } > .glyphicon-usd:before { > content: "\e148"; > } > .glyphicon-gbp:before { > content: "\e149"; > } > .glyphicon-sort:before { > content: "\e150"; > } > .glyphicon-sort-by-alphabet:before { > content: "\e151"; > } > .glyphicon-sort-by-alphabet-alt:before { > content: "\e152"; > } > .glyphicon-sort-by-order:before { > content: "\e153"; > } > .glyphicon-sort-by-order-alt:before { > content: "\e154"; > } > .glyphicon-sort-by-attributes:before { > content: "\e155"; > } > .glyphicon-sort-by-attributes-alt:before { > content: "\e156"; > } > .glyphicon-unchecked:before { > content: "\e157"; > } > .glyphicon-expand:before { > content: "\e158"; > } > .glyphicon-collapse-down:before { > content: "\e159"; > } > .glyphicon-collapse-up:before { > content: "\e160"; > } > .glyphicon-log-in:before { > content: "\e161"; > } > .glyphicon-flash:before { > content: "\e162"; > } > .glyphicon-log-out:before { > content: "\e163"; > } > .glyphicon-new-window:before { > content: "\e164"; > } > .glyphicon-record:before { > content: "\e165"; > } > .glyphicon-save:before { > content: "\e166"; > } > .glyphicon-open:before { > content: "\e167"; > } > .glyphicon-saved:before { > content: "\e168"; > } > .glyphicon-import:before { > content: "\e169"; > } > .glyphicon-export:before { > content: "\e170"; > } > .glyphicon-send:before { > content: "\e171"; > } > .glyphicon-floppy-disk:before { > content: "\e172"; > } > .glyphicon-floppy-saved:before { > content: "\e173"; > } > .glyphicon-floppy-remove:before { > content: "\e174"; > } > .glyphicon-floppy-save:before { > content: "\e175"; > } > .glyphicon-floppy-open:before { > content: "\e176"; > } > .glyphicon-credit-card:before { > content: "\e177"; > } > .glyphicon-transfer:before { > content: "\e178"; > } > .glyphicon-cutlery:before { > content: "\e179"; > } > .glyphicon-header:before { > content: "\e180"; > } > .glyphicon-compressed:before { > content: "\e181"; > } > .glyphicon-earphone:before { > content: "\e182"; > } > .glyphicon-phone-alt:before { > content: "\e183"; > } > .glyphicon-tower:before { > content: "\e184"; > } > .glyphicon-stats:before { > content: "\e185"; > } > .glyphicon-sd-video:before { > content: "\e186"; > } > .glyphicon-hd-video:before { > content: "\e187"; > } > .glyphicon-subtitles:before { > content: "\e188"; > } > .glyphicon-sound-stereo:before { > content: "\e189"; > } > .glyphicon-sound-dolby:before { > content: "\e190"; > } > .glyphicon-sound-5-1:before { > content: "\e191"; > } > .glyphicon-sound-6-1:before { > content: "\e192"; > } > .glyphicon-sound-7-1:before { > content: "\e193"; > } > .glyphicon-copyright-mark:before { > content: "\e194"; > } > .glyphicon-registration-mark:before { > content: "\e195"; > } > .glyphicon-cloud-download:before { > content: "\e197"; > } > .glyphicon-cloud-upload:before { > content: "\e198"; > } > .glyphicon-tree-conifer:before { > content: "\e199"; > } > .glyphicon-tree-deciduous:before { > content: "\e200"; > } > .glyphicon-cd:before { > content: "\e201"; > } > .glyphicon-save-file:before { > content: "\e202"; > } > .glyphicon-open-file:before { > content: "\e203"; > } > .glyphicon-level-up:before { > content: "\e204"; > } > .glyphicon-copy:before { > content: "\e205"; > } > .glyphicon-paste:before { > content: "\e206"; > } > .glyphicon-alert:before { > content: "\e209"; > } > .glyphicon-equalizer:before { > content: "\e210"; > } > .glyphicon-king:before { > content: "\e211"; > } > .glyphicon-queen:before { > content: "\e212"; > } > .glyphicon-pawn:before { > content: "\e213"; > } > .glyphicon-bishop:before { > content: "\e214"; > } > .glyphicon-knight:before { > content: "\e215"; > } > .glyphicon-baby-formula:before { > content: "\e216"; > } > .glyphicon-tent:before { > content: "\26fa"; > } > .glyphicon-blackboard:before { > content: "\e218"; > } > .glyphicon-bed:before { > content: "\e219"; > } > .glyphicon-apple:before { > content: "\f8ff"; > } > .glyphicon-erase:before { > content: "\e221"; > } > .glyphicon-hourglass:before { > content: "\231b"; > } > .glyphicon-lamp:before { > content: "\e223"; > } > .glyphicon-duplicate:before { > content: "\e224"; > } > .glyphicon-piggy-bank:before { > content: "\e225"; > } > .glyphicon-scissors:before { > content: "\e226"; > } > .glyphicon-bitcoin:before { > content: "\e227"; > } > .glyphicon-btc:before { > content: "\e227"; > } > .glyphicon-xbt:before { > content: "\e227"; > } > .glyphicon-yen:before { > content: "\00a5"; > } > .glyphicon-jpy:before { > content: "\00a5"; > } > .glyphicon-ruble:before { > content: "\20bd"; > } > .glyphicon-rub:before { > content: "\20bd"; > } > .glyphicon-scale:before { > content: "\e230"; > } > .glyphicon-ice-lolly:before { > content: "\e231"; > } > .glyphicon-ice-lolly-tasted:before { > content: "\e232"; > } > .glyphicon-education:before { > content: "\e233"; > } > .glyphicon-option-horizontal:before { > content: "\e234"; > } > .glyphicon-option-vertical:before { > content: "\e235"; > } > .glyphicon-menu-hamburger:before { > content: "\e236"; > } > .glyphicon-modal-window:before { > content: "\e237"; > } > .glyphicon-oil:before { > content: "\e238"; > } > .glyphicon-grain:before { > content: "\e239"; > } > .glyphicon-sunglasses:before { > content: "\e240"; > } > .glyphicon-text-size:before { > content: "\e241"; > } > .glyphicon-text-color:before { > content: "\e242"; > } > .glyphicon-text-background:before { > content: "\e243"; > } > .glyphicon-object-align-top:before { > content: "\e244"; > } > .glyphicon-object-align-bottom:before { > content: "\e245"; > } > .glyphicon-object-align-horizontal:before { > content: "\e246"; > } > .glyphicon-object-align-left:before { > content: "\e247"; > } > .glyphicon-object-align-vertical:before { > content: "\e248"; > } > .glyphicon-object-align-right:before { > content: "\e249"; > } > .glyphicon-triangle-right:before { > content: "\e250"; > } > .glyphicon-triangle-left:before { > content: "\e251"; > } > .glyphicon-triangle-bottom:before { > content: "\e252"; > } > .glyphicon-triangle-top:before { > content: "\e253"; > } > .glyphicon-console:before { > content: "\e254"; > } > .glyphicon-superscript:before { > content: "\e255"; > } > .glyphicon-subscript:before { > content: "\e256"; > } > .glyphicon-menu-left:before { > content: "\e257"; > } > .glyphicon-menu-right:before { > content: "\e258"; > } > .glyphicon-menu-down:before { > content: "\e259"; > } > .glyphicon-menu-up:before { > content: "\e260"; > } > * { > -webkit-box-sizing: border-box; > -moz-box-sizing: border-box; 216d1062 < padding: 0; 217a1064,1083 > *:before, > *:after { > -webkit-box-sizing: border-box; > -moz-box-sizing: border-box; > box-sizing: border-box; > } > html { > font-size: 10px; > -webkit-tap-highlight-color: rgba(0, 0, 0, 0); > } > body { > font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; > font-size: 14px; > line-height: 1.42857143; > color: #333333; > background-color: #e1e2b9; > } > input, > button, > select, 219,220c1085,1087 < overflow: auto; < resize: vertical; --- > font-family: inherit; > font-size: inherit; > line-height: inherit; 222,224c1089,1102 < fieldset { < min-width: 0; < padding: 0; --- > a { > color: #2255aa; > text-decoration: none; > } > a:hover, > a:focus { > color: #000000; > text-decoration: none; > } > a:focus { > outline: 5px auto -webkit-focus-ring-color; > outline-offset: -2px; > } > figure { 226d1103 < border: 0; 228c1105,1112 < legend { --- > img { > vertical-align: middle; > } > .img-responsive, > .thumbnail > img, > .thumbnail a > img, > .carousel-inner > .item > img, > .carousel-inner > .item > a > img { 230d1113 < width: 100%; 232,237c1115 < padding: 0; < margin-bottom: 0.5rem; < font-size: 1.5rem; < line-height: inherit; < color: inherit; < white-space: normal; --- > height: auto; 239,240c1117,1118 < progress { < vertical-align: baseline; --- > .img-rounded { > border-radius: 6px; 242c1120,1130 < [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { --- > .img-thumbnail { > padding: 4px; > line-height: 1.42857143; > background-color: #e1e2b9; > border: 1px solid #dddddd; > border-radius: 4px; > -webkit-transition: all 0.2s ease-in-out; > -o-transition: all 0.2s ease-in-out; > transition: all 0.2s ease-in-out; > display: inline-block; > max-width: 100%; 245,247c1133,1134 < [type="search"] { < outline-offset: -2px; < -webkit-appearance: none; --- > .img-circle { > border-radius: 50%; 249,250c1136,1140 < [type="search"]::-webkit-search-decoration { < -webkit-appearance: none; --- > hr { > margin-top: 20px; > margin-bottom: 20px; > border: 0; > border-top: 1px solid #eeeeee; 252,254c1142,1150 < ::-webkit-file-upload-button { < font: inherit; < -webkit-appearance: button; --- > .sr-only { > position: absolute; > width: 1px; > height: 1px; > margin: -1px; > padding: 0; > overflow: hidden; > clip: rect(0, 0, 0, 0); > border: 0; 256,257c1152,1159 < output { < display: inline-block; --- > .sr-only-focusable:active, > .sr-only-focusable:focus { > position: static; > width: auto; > height: auto; > margin: 0; > overflow: visible; > clip: auto; 259,260c1161 < summary { < display: list-item; --- > [role="button"] { 263,264c1164,1179 < template { < display: none; --- > h1, > h2, > h3, > h4, > h5, > h6, > .h1, > .h2, > .h3, > .h4, > .h5, > .h6 { > font-family: inherit; > font-weight: 500; > line-height: 1.1; > color: inherit; 266,267c1181,1207 < [hidden] { < display: none !important; --- > h1 small, > h2 small, > h3 small, > h4 small, > h5 small, > h6 small, > .h1 small, > .h2 small, > .h3 small, > .h4 small, > .h5 small, > .h6 small, > h1 .small, > h2 .small, > h3 .small, > h4 .small, > h5 .small, > h6 .small, > .h1 .small, > .h2 .small, > .h3 .small, > .h4 .small, > .h5 .small, > .h6 .small { > font-weight: normal; > line-height: 1; > color: #777777; 269,272c1209,1253 < h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { < margin-bottom: 0.5rem; < font-weight: 500; < line-height: 1.2; --- > h1, > .h1, > h2, > .h2, > h3, > .h3 { > margin-top: 20px; > margin-bottom: 10px; > } > h1 small, > .h1 small, > h2 small, > .h2 small, > h3 small, > .h3 small, > h1 .small, > .h1 .small, > h2 .small, > .h2 .small, > h3 .small, > .h3 .small { > font-size: 65%; > } > h4, > .h4, > h5, > .h5, > h6, > .h6 { > margin-top: 10px; > margin-bottom: 10px; > } > h4 small, > .h4 small, > h5 small, > .h5 small, > h6 small, > .h6 small, > h4 .small, > .h4 .small, > h5 .small, > .h5 .small, > h6 .small, > .h6 .small { > font-size: 75%; 274,275c1255,1277 < h1, .h1 { < font-size: 2.5rem; --- > h1, > .h1 { > font-size: 36px; > } > h2, > .h2 { > font-size: 30px; > } > h3, > .h3 { > font-size: 24px; > } > h4, > .h4 { > font-size: 18px; > } > h5, > .h5 { > font-size: 14px; > } > h6, > .h6 { > font-size: 12px; 277,278c1279,1280 < h2, .h2 { < font-size: 2rem; --- > p { > margin: 0 0 10px; 280,281c1282,1286 < h3, .h3 { < font-size: 1.75rem; --- > .lead { > margin-bottom: 20px; > font-size: 16px; > font-weight: 300; > line-height: 1.4; 283,284c1288,1291 < h4, .h4 { < font-size: 1.5rem; --- > @media (min-width: 768px) { > .lead { > font-size: 21px; > } 286,287c1293,1295 < h5, .h5 { < font-size: 1.25rem; --- > small, > .small { > font-size: 85%; 289,290c1297,1300 < h6, .h6 { < font-size: 1rem; --- > mark, > .mark { > background-color: #fcf8e3; > padding: .2em; 292,294c1302,1303 < .lead { < font-size: 1.25rem; < font-weight: 300; --- > .text-left { > text-align: left; 296,299c1305,1306 < .display-1 { < font-size: 6rem; < font-weight: 300; < line-height: 1.2; --- > .text-right { > text-align: right; 301,304c1308,1309 < .display-2 { < font-size: 5.5rem; < font-weight: 300; < line-height: 1.2; --- > .text-center { > text-align: center; 306,309c1311,1312 < .display-3 { < font-size: 4.5rem; < font-weight: 300; < line-height: 1.2; --- > .text-justify { > text-align: justify; 311,314c1314,1315 < .display-4 { < font-size: 3.5rem; < font-weight: 300; < line-height: 1.2; --- > .text-nowrap { > white-space: nowrap; 316,320c1317,1318 < hr { < margin-top: 1rem; < margin-bottom: 1rem; < border: 0; < border-top: 1px solid rgba(0, 0, 0, 0.1); --- > .text-lowercase { > text-transform: lowercase; 322,324c1320,1384 < small, .small { < font-size: 80%; < font-weight: 400; --- > .text-uppercase { > text-transform: uppercase; > } > .text-capitalize { > text-transform: capitalize; > } > .text-muted { > color: #777777; > } > .text-primary { > color: #2255aa; > } > a.text-primary:hover, > a.text-primary:focus { > color: #19407f; > } > .text-success { > color: #3c763d; > } > a.text-success:hover, > a.text-success:focus { > color: #2b542c; > } > .text-info { > color: #31708f; > } > a.text-info:hover, > a.text-info:focus { > color: #245269; > } > .text-warning { > color: #8a6d3b; > } > a.text-warning:hover, > a.text-warning:focus { > color: #66512c; > } > .text-danger { > color: #a94442; > } > a.text-danger:hover, > a.text-danger:focus { > color: #843534; > } > .bg-primary { > color: #fff; > background-color: #2255aa; > } > a.bg-primary:hover, > a.bg-primary:focus { > background-color: #19407f; > } > .bg-success { > background-color: #dff0d8; > } > a.bg-success:hover, > a.bg-success:focus { > background-color: #c1e2b3; > } > .bg-info { > background-color: #d9edf7; > } > a.bg-info:hover, > a.bg-info:focus { > background-color: #afd9ee; 326,327c1386 < mark, .mark { < padding: 0.2em; --- > .bg-warning { 329a1389,1415 > a.bg-warning:hover, > a.bg-warning:focus { > background-color: #f7ecb5; > } > .bg-danger { > background-color: #f2dede; > } > a.bg-danger:hover, > a.bg-danger:focus { > background-color: #e4b9b9; > } > .page-header { > padding-bottom: 9px; > margin: 40px 0 20px; > border-bottom: 1px solid #eeeeee; > } > ul, > ol { > margin-top: 0; > margin-bottom: 10px; > } > ul ul, > ol ul, > ul ol, > ol ol { > margin-bottom: 0; > } 336a1423 > margin-left: -5px; 338c1425 < .list-inline-item { --- > .list-inline > li { 339a1427,1456 > padding-left: 5px; > padding-right: 5px; > } > dl { > margin-top: 0; > margin-bottom: 20px; > } > dt, > dd { > line-height: 1.42857143; > } > dt { > font-weight: bold; > } > dd { > margin-left: 0; > } > @media (min-width: 768px) { > .dl-horizontal dt { > float: left; > width: 160px; > clear: left; > text-align: right; > overflow: hidden; > text-overflow: ellipsis; > white-space: nowrap; > } > .dl-horizontal dd { > margin-left: 180px; > } 341,342c1458,1461 < .list-inline-item:not(:last-child) { < margin-right: 0.5rem; --- > abbr[title], > abbr[data-original-title] { > cursor: help; > border-bottom: 1px dotted #777777; 348,350c1467,1476 < .blockquote { < margin-bottom: 1rem; < font-size: 1.25rem; --- > blockquote { > padding: 10px 20px; > margin: 0 0 20px; > font-size: 17.5px; > border-left: 5px solid #eeeeee; > } > blockquote p:last-child, > blockquote ul:last-child, > blockquote ol:last-child { > margin-bottom: 0; 352c1478,1480 < .blockquote-footer { --- > blockquote footer, > blockquote small, > blockquote .small { 355c1483,1484 < color: #868e96; --- > line-height: 1.42857143; > color: #777777; 357,358c1486,1489 < .blockquote-footer::before { < content: "— "; --- > blockquote footer:before, > blockquote small:before, > blockquote .small:before { > content: '\2014 \00A0'; 360,370c1491,1497 < .img-fluid { < max-width: 100%; < height: auto; < } < .img-thumbnail { < padding: 0.25rem; < background-color: #e1e2b9; < border: 1px solid #dee2e6; < border-radius: 0.25rem; < max-width: 100%; < height: auto; --- > .blockquote-reverse, > blockquote.pull-right { > padding-right: 15px; > padding-left: 0; > border-right: 5px solid #eeeeee; > border-left: 0; > text-align: right; 372,373c1499,1513 < .figure { < display: inline-block; --- > .blockquote-reverse footer:before, > blockquote.pull-right footer:before, > .blockquote-reverse small:before, > blockquote.pull-right small:before, > .blockquote-reverse .small:before, > blockquote.pull-right .small:before { > content: ''; > } > .blockquote-reverse footer:after, > blockquote.pull-right footer:after, > .blockquote-reverse small:after, > blockquote.pull-right small:after, > .blockquote-reverse .small:after, > blockquote.pull-right .small:after { > content: '\00A0 \2014'; 375,377c1515,1518 < .figure-img { < margin-bottom: 0.5rem; < line-height: 1; --- > address { > margin-bottom: 20px; > font-style: normal; > line-height: 1.42857143; 379,381c1520,1524 < .figure-caption { < font-size: 90%; < color: #868e96; --- > code, > kbd, > pre, > samp { > font-family: Menlo, Monaco, Consolas, "Courier New", monospace; 384,389c1527,1531 < font-size: 87.5%; < color: #000; < word-wrap: break-word; < } < a > code { < color: inherit; --- > padding: 2px 4px; > font-size: 90%; > color: #444444; > background-color: #f8f8f8; > border-radius: 4px; 392,396c1534,1539 < padding: 0.2rem 0.4rem; < font-size: 87.5%; < color: #fff; < background-color: #212529; < border-radius: 0.2rem; --- > padding: 2px 4px; > font-size: 90%; > color: #ffffff; > background-color: #333333; > border-radius: 3px; > box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); 401c1544,1545 < font-weight: 700; --- > font-weight: bold; > box-shadow: none; 405,406c1549,1558 < font-size: 87.5%; < color: #000; --- > padding: 9.5px; > margin: 0 0 10px; > font-size: 13px; > line-height: 1.42857143; > word-break: break-all; > word-wrap: break-word; > color: #000000; > background-color: #d2b48c; > border: 1px solid #cccccc; > border-radius: 4px; 408a1561 > padding: 0; 411c1564,1566 < word-break: normal; --- > white-space: pre-wrap; > background-color: transparent; > border-radius: 0; 417,420c1572 < .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl { < width: 100%; < padding-right: 15px; < padding-left: 15px; --- > .container { 423,427c1575,1576 < } < @media (min-width: 576px) { < .container, .container-sm { < max-width: 540px; < } --- > padding-left: 15px; > padding-right: 15px; 430,431c1579,1580 < .container, .container-sm, .container-md { < max-width: 720px; --- > .container { > width: 750px; 435,436c1584,1585 < .container, .container-sm, .container-md, .container-lg { < max-width: 960px; --- > .container { > width: 970px; 440,441c1589,1590 < .container, .container-sm, .container-md, .container-lg, .container-xl { < max-width: 1140px; --- > .container { > width: 1170px; 443a1593,1598 > .container-fluid { > margin-right: auto; > margin-left: auto; > padding-left: 15px; > padding-right: 15px; > } 445,447d1599 < display: flex; < flex-wrap: wrap; < margin-right: -15px; 448a1601 > margin-right: -15px; 450,452c1603,1607 < .no-gutters { < margin-right: 0; < margin-left: 0; --- > .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { > position: relative; > min-height: 1px; > padding-left: 15px; > padding-right: 15px; 454,456c1609,1610 < .no-gutters > .col, .no-gutters > [class*="col-"] { < padding-right: 0; < padding-left: 0; --- > .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { > float: left; 458,459c1612 < .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { < position: relative; --- > .col-xs-12 { 461,462d1613 < padding-right: 15px; < padding-left: 15px; 464,467c1615,1616 < .col { < flex-basis: 0; < flex-grow: 1; < max-width: 100%; --- > .col-xs-11 { > width: 91.66666667%; 469,471c1618,1619 < .row-cols-1 > * { < flex: 0 0 100%; < max-width: 100%; --- > .col-xs-10 { > width: 83.33333333%; 473,491c1621,1622 < .row-cols-2 > * { < flex: 0 0 50%; < max-width: 50%; < } < .row-cols-3 > * { < flex: 0 0 33.3333333333%; < max-width: 33.3333333333%; < } < .row-cols-4 > * { < flex: 0 0 25%; < max-width: 25%; < } < .row-cols-5 > * { < flex: 0 0 20%; < max-width: 20%; < } < .row-cols-6 > * { < flex: 0 0 16.6666666667%; < max-width: 16.6666666667%; --- > .col-xs-9 { > width: 75%; 493,496c1624,1625 < .col-auto { < flex: 0 0 auto; < width: auto; < max-width: 100%; --- > .col-xs-8 { > width: 66.66666667%; 498,540c1627,1628 < .col-1 { < flex: 0 0 8.3333333333%; < max-width: 8.3333333333%; < } < .col-2 { < flex: 0 0 16.6666666667%; < max-width: 16.6666666667%; < } < .col-3 { < flex: 0 0 25%; < max-width: 25%; < } < .col-4 { < flex: 0 0 33.3333333333%; < max-width: 33.3333333333%; < } < .col-5 { < flex: 0 0 41.6666666667%; < max-width: 41.6666666667%; < } < .col-6 { < flex: 0 0 50%; < max-width: 50%; < } < .col-7 { < flex: 0 0 58.3333333333%; < max-width: 58.3333333333%; < } < .col-8 { < flex: 0 0 66.6666666667%; < max-width: 66.6666666667%; < } < .col-9 { < flex: 0 0 75%; < max-width: 75%; < } < .col-10 { < flex: 0 0 83.3333333333%; < max-width: 83.3333333333%; < } < .col-11 { < flex: 0 0 91.6666666667%; < max-width: 91.6666666667%; --- > .col-xs-7 { > width: 58.33333333%; 542,544c1630,1631 < .col-12 { < flex: 0 0 100%; < max-width: 100%; --- > .col-xs-6 { > width: 50%; 546,547c1633,1634 < .order-first { < order: -1; --- > .col-xs-5 { > width: 41.66666667%; 549,550c1636,1637 < .order-last { < order: 13; --- > .col-xs-4 { > width: 33.33333333%; 552,553c1639,1640 < .order-0 { < order: 0; --- > .col-xs-3 { > width: 25%; 555,556c1642,1643 < .order-1 { < order: 1; --- > .col-xs-2 { > width: 16.66666667%; 558,559c1645,1646 < .order-2 { < order: 2; --- > .col-xs-1 { > width: 8.33333333%; 561,562c1648,1649 < .order-3 { < order: 3; --- > .col-xs-pull-12 { > right: 100%; 564,565c1651,1652 < .order-4 { < order: 4; --- > .col-xs-pull-11 { > right: 91.66666667%; 567,568c1654,1655 < .order-5 { < order: 5; --- > .col-xs-pull-10 { > right: 83.33333333%; 570,571c1657,1658 < .order-6 { < order: 6; --- > .col-xs-pull-9 { > right: 75%; 573,574c1660,1661 < .order-7 { < order: 7; --- > .col-xs-pull-8 { > right: 66.66666667%; 576,577c1663,1664 < .order-8 { < order: 8; --- > .col-xs-pull-7 { > right: 58.33333333%; 579,580c1666,1667 < .order-9 { < order: 9; --- > .col-xs-pull-6 { > right: 50%; 582,583c1669,1670 < .order-10 { < order: 10; --- > .col-xs-pull-5 { > right: 41.66666667%; 585,586c1672,1673 < .order-11 { < order: 11; --- > .col-xs-pull-4 { > right: 33.33333333%; 588,589c1675,1676 < .order-12 { < order: 12; --- > .col-xs-pull-3 { > right: 25%; 591,592c1678,1679 < .offset-1 { < margin-left: 8.3333333333%; --- > .col-xs-pull-2 { > right: 16.66666667%; 594,595c1681,1682 < .offset-2 { < margin-left: 16.6666666667%; --- > .col-xs-pull-1 { > right: 8.33333333%; 597,598c1684,1685 < .offset-3 { < margin-left: 25%; --- > .col-xs-pull-0 { > right: auto; 600,601c1687,1688 < .offset-4 { < margin-left: 33.3333333333%; --- > .col-xs-push-12 { > left: 100%; 603,604c1690,1691 < .offset-5 { < margin-left: 41.6666666667%; --- > .col-xs-push-11 { > left: 91.66666667%; 606,607c1693,1700 < .offset-6 { < margin-left: 50%; --- > .col-xs-push-10 { > left: 83.33333333%; > } > .col-xs-push-9 { > left: 75%; > } > .col-xs-push-8 { > left: 66.66666667%; 609,610c1702,1703 < .offset-7 { < margin-left: 58.3333333333%; --- > .col-xs-push-7 { > left: 58.33333333%; 612,613c1705,1727 < .offset-8 { < margin-left: 66.6666666667%; --- > .col-xs-push-6 { > left: 50%; > } > .col-xs-push-5 { > left: 41.66666667%; > } > .col-xs-push-4 { > left: 33.33333333%; > } > .col-xs-push-3 { > left: 25%; > } > .col-xs-push-2 { > left: 16.66666667%; > } > .col-xs-push-1 { > left: 8.33333333%; > } > .col-xs-push-0 { > left: auto; > } > .col-xs-offset-12 { > margin-left: 100%; 615c1729,1735 < .offset-9 { --- > .col-xs-offset-11 { > margin-left: 91.66666667%; > } > .col-xs-offset-10 { > margin-left: 83.33333333%; > } > .col-xs-offset-9 { 618,619c1738,1760 < .offset-10 { < margin-left: 83.3333333333%; --- > .col-xs-offset-8 { > margin-left: 66.66666667%; > } > .col-xs-offset-7 { > margin-left: 58.33333333%; > } > .col-xs-offset-6 { > margin-left: 50%; > } > .col-xs-offset-5 { > margin-left: 41.66666667%; > } > .col-xs-offset-4 { > margin-left: 33.33333333%; > } > .col-xs-offset-3 { > margin-left: 25%; > } > .col-xs-offset-2 { > margin-left: 16.66666667%; > } > .col-xs-offset-1 { > margin-left: 8.33333333%; 621,622c1762,1763 < .offset-11 { < margin-left: 91.6666666667%; --- > .col-xs-offset-0 { > margin-left: 0%; 624,652c1765,1767 < @media (min-width: 576px) { < .col-sm { < flex-basis: 0; < flex-grow: 1; < max-width: 100%; < } < .row-cols-sm-1 > * { < flex: 0 0 100%; < max-width: 100%; < } < .row-cols-sm-2 > * { < flex: 0 0 50%; < max-width: 50%; < } < .row-cols-sm-3 > * { < flex: 0 0 33.3333333333%; < max-width: 33.3333333333%; < } < .row-cols-sm-4 > * { < flex: 0 0 25%; < max-width: 25%; < } < .row-cols-sm-5 > * { < flex: 0 0 20%; < max-width: 20%; < } < .row-cols-sm-6 > * { < flex: 0 0 16.6666666667%; < max-width: 16.6666666667%; --- > @media (min-width: 768px) { > .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { > float: left; 654,657c1769,1770 < .col-sm-auto { < flex: 0 0 auto; < width: auto; < max-width: 100%; --- > .col-sm-12 { > width: 100%; 659,661c1772,1773 < .col-sm-1 { < flex: 0 0 8.3333333333%; < max-width: 8.3333333333%; --- > .col-sm-11 { > width: 91.66666667%; 663,665c1775,1776 < .col-sm-2 { < flex: 0 0 16.6666666667%; < max-width: 16.6666666667%; --- > .col-sm-10 { > width: 83.33333333%; 667,669c1778,1779 < .col-sm-3 { < flex: 0 0 25%; < max-width: 25%; --- > .col-sm-9 { > width: 75%; 671,673c1781,1782 < .col-sm-4 { < flex: 0 0 33.3333333333%; < max-width: 33.3333333333%; --- > .col-sm-8 { > width: 66.66666667%; 675,677c1784,1785 < .col-sm-5 { < flex: 0 0 41.6666666667%; < max-width: 41.6666666667%; --- > .col-sm-7 { > width: 58.33333333%; 680,685c1788 < flex: 0 0 50%; < max-width: 50%; < } < .col-sm-7 { < flex: 0 0 58.3333333333%; < max-width: 58.3333333333%; --- > width: 50%; 687,689c1790,1791 < .col-sm-8 { < flex: 0 0 66.6666666667%; < max-width: 66.6666666667%; --- > .col-sm-5 { > width: 41.66666667%; 691,693c1793,1794 < .col-sm-9 { < flex: 0 0 75%; < max-width: 75%; --- > .col-sm-4 { > width: 33.33333333%; 695,697c1796,1797 < .col-sm-10 { < flex: 0 0 83.3333333333%; < max-width: 83.3333333333%; --- > .col-sm-3 { > width: 25%; 699,701c1799,1800 < .col-sm-11 { < flex: 0 0 91.6666666667%; < max-width: 91.6666666667%; --- > .col-sm-2 { > width: 16.66666667%; 703,705c1802,1803 < .col-sm-12 { < flex: 0 0 100%; < max-width: 100%; --- > .col-sm-1 { > width: 8.33333333%; 707,708c1805,1806 < .order-sm-first { < order: -1; --- > .col-sm-pull-12 { > right: 100%; 710,711c1808,1809 < .order-sm-last { < order: 13; --- > .col-sm-pull-11 { > right: 91.66666667%; 713,714c1811,1812 < .order-sm-0 { < order: 0; --- > .col-sm-pull-10 { > right: 83.33333333%; 716,717c1814,1815 < .order-sm-1 { < order: 1; --- > .col-sm-pull-9 { > right: 75%; 719,720c1817,1818 < .order-sm-2 { < order: 2; --- > .col-sm-pull-8 { > right: 66.66666667%; 722,723c1820,1821 < .order-sm-3 { < order: 3; --- > .col-sm-pull-7 { > right: 58.33333333%; 725,726c1823,1824 < .order-sm-4 { < order: 4; --- > .col-sm-pull-6 { > right: 50%; 728,729c1826,1827 < .order-sm-5 { < order: 5; --- > .col-sm-pull-5 { > right: 41.66666667%; 731,732c1829,1830 < .order-sm-6 { < order: 6; --- > .col-sm-pull-4 { > right: 33.33333333%; 734,735c1832,1833 < .order-sm-7 { < order: 7; --- > .col-sm-pull-3 { > right: 25%; 737,738c1835,1836 < .order-sm-8 { < order: 8; --- > .col-sm-pull-2 { > right: 16.66666667%; 740,741c1838,1839 < .order-sm-9 { < order: 9; --- > .col-sm-pull-1 { > right: 8.33333333%; 743,744c1841,1842 < .order-sm-10 { < order: 10; --- > .col-sm-pull-0 { > right: auto; 746,747c1844,1845 < .order-sm-11 { < order: 11; --- > .col-sm-push-12 { > left: 100%; 749,750c1847,1848 < .order-sm-12 { < order: 12; --- > .col-sm-push-11 { > left: 91.66666667%; 752,753c1850,1851 < .offset-sm-0 { < margin-left: 0; --- > .col-sm-push-10 { > left: 83.33333333%; 755,756c1853,1854 < .offset-sm-1 { < margin-left: 8.3333333333%; --- > .col-sm-push-9 { > left: 75%; 758,759c1856,1857 < .offset-sm-2 { < margin-left: 16.6666666667%; --- > .col-sm-push-8 { > left: 66.66666667%; 761,762c1859,1860 < .offset-sm-3 { < margin-left: 25%; --- > .col-sm-push-7 { > left: 58.33333333%; 764,765c1862,1863 < .offset-sm-4 { < margin-left: 33.3333333333%; --- > .col-sm-push-6 { > left: 50%; 767,768c1865,1866 < .offset-sm-5 { < margin-left: 41.6666666667%; --- > .col-sm-push-5 { > left: 41.66666667%; 770,771c1868,1869 < .offset-sm-6 { < margin-left: 50%; --- > .col-sm-push-4 { > left: 33.33333333%; 773,774c1871,1872 < .offset-sm-7 { < margin-left: 58.3333333333%; --- > .col-sm-push-3 { > left: 25%; 776,777c1874,1875 < .offset-sm-8 { < margin-left: 66.6666666667%; --- > .col-sm-push-2 { > left: 16.66666667%; 779,780c1877,1878 < .offset-sm-9 { < margin-left: 75%; --- > .col-sm-push-1 { > left: 8.33333333%; 782,783c1880,1881 < .offset-sm-10 { < margin-left: 83.3333333333%; --- > .col-sm-push-0 { > left: auto; 785,786c1883,1884 < .offset-sm-11 { < margin-left: 91.6666666667%; --- > .col-sm-offset-12 { > margin-left: 100%; 788,817c1886,1887 < } < @media (min-width: 768px) { < .col-md { < flex-basis: 0; < flex-grow: 1; < max-width: 100%; < } < .row-cols-md-1 > * { < flex: 0 0 100%; < max-width: 100%; < } < .row-cols-md-2 > * { < flex: 0 0 50%; < max-width: 50%; < } < .row-cols-md-3 > * { < flex: 0 0 33.3333333333%; < max-width: 33.3333333333%; < } < .row-cols-md-4 > * { < flex: 0 0 25%; < max-width: 25%; < } < .row-cols-md-5 > * { < flex: 0 0 20%; < max-width: 20%; < } < .row-cols-md-6 > * { < flex: 0 0 16.6666666667%; < max-width: 16.6666666667%; --- > .col-sm-offset-11 { > margin-left: 91.66666667%; 819,822c1889,1890 < .col-md-auto { < flex: 0 0 auto; < width: auto; < max-width: 100%; --- > .col-sm-offset-10 { > margin-left: 83.33333333%; 824,826c1892,1893 < .col-md-1 { < flex: 0 0 8.3333333333%; < max-width: 8.3333333333%; --- > .col-sm-offset-9 { > margin-left: 75%; 828,830c1895,1896 < .col-md-2 { < flex: 0 0 16.6666666667%; < max-width: 16.6666666667%; --- > .col-sm-offset-8 { > margin-left: 66.66666667%; 832,834c1898,1899 < .col-md-3 { < flex: 0 0 25%; < max-width: 25%; --- > .col-sm-offset-7 { > margin-left: 58.33333333%; 836,838c1901,1902 < .col-md-4 { < flex: 0 0 33.3333333333%; < max-width: 33.3333333333%; --- > .col-sm-offset-6 { > margin-left: 50%; 840,842c1904,1905 < .col-md-5 { < flex: 0 0 41.6666666667%; < max-width: 41.6666666667%; --- > .col-sm-offset-5 { > margin-left: 41.66666667%; 844,846c1907,1908 < .col-md-6 { < flex: 0 0 50%; < max-width: 50%; --- > .col-sm-offset-4 { > margin-left: 33.33333333%; 848,850c1910,1911 < .col-md-7 { < flex: 0 0 58.3333333333%; < max-width: 58.3333333333%; --- > .col-sm-offset-3 { > margin-left: 25%; 852,854c1913,1914 < .col-md-8 { < flex: 0 0 66.6666666667%; < max-width: 66.6666666667%; --- > .col-sm-offset-2 { > margin-left: 16.66666667%; 856,858c1916,1917 < .col-md-9 { < flex: 0 0 75%; < max-width: 75%; --- > .col-sm-offset-1 { > margin-left: 8.33333333%; 860,862c1919,1920 < .col-md-10 { < flex: 0 0 83.3333333333%; < max-width: 83.3333333333%; --- > .col-sm-offset-0 { > margin-left: 0%; 864,866c1922,1925 < .col-md-11 { < flex: 0 0 91.6666666667%; < max-width: 91.6666666667%; --- > } > @media (min-width: 992px) { > .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { > float: left; 869,876c1928 < flex: 0 0 100%; < max-width: 100%; < } < .order-md-first { < order: -1; < } < .order-md-last { < order: 13; --- > width: 100%; 878,879c1930,1931 < .order-md-0 { < order: 0; --- > .col-md-11 { > width: 91.66666667%; 881,882c1933,1934 < .order-md-1 { < order: 1; --- > .col-md-10 { > width: 83.33333333%; 884,885c1936,1937 < .order-md-2 { < order: 2; --- > .col-md-9 { > width: 75%; 887,888c1939,1940 < .order-md-3 { < order: 3; --- > .col-md-8 { > width: 66.66666667%; 890,891c1942,1943 < .order-md-4 { < order: 4; --- > .col-md-7 { > width: 58.33333333%; 893,894c1945,1946 < .order-md-5 { < order: 5; --- > .col-md-6 { > width: 50%; 896,897c1948,1949 < .order-md-6 { < order: 6; --- > .col-md-5 { > width: 41.66666667%; 899,900c1951,1952 < .order-md-7 { < order: 7; --- > .col-md-4 { > width: 33.33333333%; 902,903c1954,1955 < .order-md-8 { < order: 8; --- > .col-md-3 { > width: 25%; 905,906c1957,1958 < .order-md-9 { < order: 9; --- > .col-md-2 { > width: 16.66666667%; 908,909c1960,1961 < .order-md-10 { < order: 10; --- > .col-md-1 { > width: 8.33333333%; 911,912c1963,1964 < .order-md-11 { < order: 11; --- > .col-md-pull-12 { > right: 100%; 914,915c1966,1967 < .order-md-12 { < order: 12; --- > .col-md-pull-11 { > right: 91.66666667%; 917,918c1969,1970 < .offset-md-0 { < margin-left: 0; --- > .col-md-pull-10 { > right: 83.33333333%; 920,921c1972,1973 < .offset-md-1 { < margin-left: 8.3333333333%; --- > .col-md-pull-9 { > right: 75%; 923,924c1975,1976 < .offset-md-2 { < margin-left: 16.6666666667%; --- > .col-md-pull-8 { > right: 66.66666667%; 926,927c1978,1979 < .offset-md-3 { < margin-left: 25%; --- > .col-md-pull-7 { > right: 58.33333333%; 929,930c1981,1982 < .offset-md-4 { < margin-left: 33.3333333333%; --- > .col-md-pull-6 { > right: 50%; 932,933c1984,1985 < .offset-md-5 { < margin-left: 41.6666666667%; --- > .col-md-pull-5 { > right: 41.66666667%; 935,936c1987,1988 < .offset-md-6 { < margin-left: 50%; --- > .col-md-pull-4 { > right: 33.33333333%; 938,939c1990,1991 < .offset-md-7 { < margin-left: 58.3333333333%; --- > .col-md-pull-3 { > right: 25%; 941,942c1993,1994 < .offset-md-8 { < margin-left: 66.6666666667%; --- > .col-md-pull-2 { > right: 16.66666667%; 944,945c1996,1997 < .offset-md-9 { < margin-left: 75%; --- > .col-md-pull-1 { > right: 8.33333333%; 947,948c1999,2000 < .offset-md-10 { < margin-left: 83.3333333333%; --- > .col-md-pull-0 { > right: auto; 950,951c2002,2003 < .offset-md-11 { < margin-left: 91.6666666667%; --- > .col-md-push-12 { > left: 100%; 953,982c2005,2006 < } < @media (min-width: 992px) { < .col-lg { < flex-basis: 0; < flex-grow: 1; < max-width: 100%; < } < .row-cols-lg-1 > * { < flex: 0 0 100%; < max-width: 100%; < } < .row-cols-lg-2 > * { < flex: 0 0 50%; < max-width: 50%; < } < .row-cols-lg-3 > * { < flex: 0 0 33.3333333333%; < max-width: 33.3333333333%; < } < .row-cols-lg-4 > * { < flex: 0 0 25%; < max-width: 25%; < } < .row-cols-lg-5 > * { < flex: 0 0 20%; < max-width: 20%; < } < .row-cols-lg-6 > * { < flex: 0 0 16.6666666667%; < max-width: 16.6666666667%; --- > .col-md-push-11 { > left: 91.66666667%; 984,987c2008,2009 < .col-lg-auto { < flex: 0 0 auto; < width: auto; < max-width: 100%; --- > .col-md-push-10 { > left: 83.33333333%; 989,991c2011,2012 < .col-lg-1 { < flex: 0 0 8.3333333333%; < max-width: 8.3333333333%; --- > .col-md-push-9 { > left: 75%; 993,995c2014,2015 < .col-lg-2 { < flex: 0 0 16.6666666667%; < max-width: 16.6666666667%; --- > .col-md-push-8 { > left: 66.66666667%; 997,999c2017,2018 < .col-lg-3 { < flex: 0 0 25%; < max-width: 25%; --- > .col-md-push-7 { > left: 58.33333333%; 1001,1003c2020,2021 < .col-lg-4 { < flex: 0 0 33.3333333333%; < max-width: 33.3333333333%; --- > .col-md-push-6 { > left: 50%; 1005,1007c2023,2024 < .col-lg-5 { < flex: 0 0 41.6666666667%; < max-width: 41.6666666667%; --- > .col-md-push-5 { > left: 41.66666667%; 1009,1011c2026,2027 < .col-lg-6 { < flex: 0 0 50%; < max-width: 50%; --- > .col-md-push-4 { > left: 33.33333333%; 1013,1015c2029,2030 < .col-lg-7 { < flex: 0 0 58.3333333333%; < max-width: 58.3333333333%; --- > .col-md-push-3 { > left: 25%; 1017,1019c2032,2033 < .col-lg-8 { < flex: 0 0 66.6666666667%; < max-width: 66.6666666667%; --- > .col-md-push-2 { > left: 16.66666667%; 1021,1023c2035,2036 < .col-lg-9 { < flex: 0 0 75%; < max-width: 75%; --- > .col-md-push-1 { > left: 8.33333333%; 1025,1027c2038,2039 < .col-lg-10 { < flex: 0 0 83.3333333333%; < max-width: 83.3333333333%; --- > .col-md-push-0 { > left: auto; 1029,1031c2041,2042 < .col-lg-11 { < flex: 0 0 91.6666666667%; < max-width: 91.6666666667%; --- > .col-md-offset-12 { > margin-left: 100%; 1033,1035c2044,2045 < .col-lg-12 { < flex: 0 0 100%; < max-width: 100%; --- > .col-md-offset-11 { > margin-left: 91.66666667%; 1037,1038c2047,2048 < .order-lg-first { < order: -1; --- > .col-md-offset-10 { > margin-left: 83.33333333%; 1040,1041c2050,2051 < .order-lg-last { < order: 13; --- > .col-md-offset-9 { > margin-left: 75%; 1043,1044c2053,2054 < .order-lg-0 { < order: 0; --- > .col-md-offset-8 { > margin-left: 66.66666667%; 1046,1047c2056,2057 < .order-lg-1 { < order: 1; --- > .col-md-offset-7 { > margin-left: 58.33333333%; 1049,1050c2059,2060 < .order-lg-2 { < order: 2; --- > .col-md-offset-6 { > margin-left: 50%; 1052,1053c2062,2063 < .order-lg-3 { < order: 3; --- > .col-md-offset-5 { > margin-left: 41.66666667%; 1055,1056c2065,2066 < .order-lg-4 { < order: 4; --- > .col-md-offset-4 { > margin-left: 33.33333333%; 1058,1059c2068,2069 < .order-lg-5 { < order: 5; --- > .col-md-offset-3 { > margin-left: 25%; 1061,1062c2071,2072 < .order-lg-6 { < order: 6; --- > .col-md-offset-2 { > margin-left: 16.66666667%; 1064,1065c2074,2075 < .order-lg-7 { < order: 7; --- > .col-md-offset-1 { > margin-left: 8.33333333%; 1067,1068c2077,2078 < .order-lg-8 { < order: 8; --- > .col-md-offset-0 { > margin-left: 0%; 1070,1071c2080,2083 < .order-lg-9 { < order: 9; --- > } > @media (min-width: 1200px) { > .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { > float: left; 1073,1074c2085,2086 < .order-lg-10 { < order: 10; --- > .col-lg-12 { > width: 100%; 1076,1077c2088,2089 < .order-lg-11 { < order: 11; --- > .col-lg-11 { > width: 91.66666667%; 1079,1080c2091,2092 < .order-lg-12 { < order: 12; --- > .col-lg-10 { > width: 83.33333333%; 1082,1083c2094,2095 < .offset-lg-0 { < margin-left: 0; --- > .col-lg-9 { > width: 75%; 1085,1086c2097,2098 < .offset-lg-1 { < margin-left: 8.3333333333%; --- > .col-lg-8 { > width: 66.66666667%; 1088,1089c2100,2101 < .offset-lg-2 { < margin-left: 16.6666666667%; --- > .col-lg-7 { > width: 58.33333333%; 1091,1092c2103,2104 < .offset-lg-3 { < margin-left: 25%; --- > .col-lg-6 { > width: 50%; 1094,1095c2106,2107 < .offset-lg-4 { < margin-left: 33.3333333333%; --- > .col-lg-5 { > width: 41.66666667%; 1097,1098c2109,2110 < .offset-lg-5 { < margin-left: 41.6666666667%; --- > .col-lg-4 { > width: 33.33333333%; 1100,1101c2112,2113 < .offset-lg-6 { < margin-left: 50%; --- > .col-lg-3 { > width: 25%; 1103,1104c2115,2116 < .offset-lg-7 { < margin-left: 58.3333333333%; --- > .col-lg-2 { > width: 16.66666667%; 1106,1107c2118,2119 < .offset-lg-8 { < margin-left: 66.6666666667%; --- > .col-lg-1 { > width: 8.33333333%; 1109,1110c2121,2122 < .offset-lg-9 { < margin-left: 75%; --- > .col-lg-pull-12 { > right: 100%; 1112,1113c2124,2125 < .offset-lg-10 { < margin-left: 83.3333333333%; --- > .col-lg-pull-11 { > right: 91.66666667%; 1115,1116c2127,2128 < .offset-lg-11 { < margin-left: 91.6666666667%; --- > .col-lg-pull-10 { > right: 83.33333333%; 1118,1147c2130,2131 < } < @media (min-width: 1200px) { < .col-xl { < flex-basis: 0; < flex-grow: 1; < max-width: 100%; < } < .row-cols-xl-1 > * { < flex: 0 0 100%; < max-width: 100%; < } < .row-cols-xl-2 > * { < flex: 0 0 50%; < max-width: 50%; < } < .row-cols-xl-3 > * { < flex: 0 0 33.3333333333%; < max-width: 33.3333333333%; < } < .row-cols-xl-4 > * { < flex: 0 0 25%; < max-width: 25%; < } < .row-cols-xl-5 > * { < flex: 0 0 20%; < max-width: 20%; < } < .row-cols-xl-6 > * { < flex: 0 0 16.6666666667%; < max-width: 16.6666666667%; --- > .col-lg-pull-9 { > right: 75%; 1149,1152c2133,2134 < .col-xl-auto { < flex: 0 0 auto; < width: auto; < max-width: 100%; --- > .col-lg-pull-8 { > right: 66.66666667%; 1154,1156c2136,2137 < .col-xl-1 { < flex: 0 0 8.3333333333%; < max-width: 8.3333333333%; --- > .col-lg-pull-7 { > right: 58.33333333%; 1158,1160c2139,2140 < .col-xl-2 { < flex: 0 0 16.6666666667%; < max-width: 16.6666666667%; --- > .col-lg-pull-6 { > right: 50%; 1162,1164c2142,2143 < .col-xl-3 { < flex: 0 0 25%; < max-width: 25%; --- > .col-lg-pull-5 { > right: 41.66666667%; 1166,1168c2145,2146 < .col-xl-4 { < flex: 0 0 33.3333333333%; < max-width: 33.3333333333%; --- > .col-lg-pull-4 { > right: 33.33333333%; 1170,1172c2148,2149 < .col-xl-5 { < flex: 0 0 41.6666666667%; < max-width: 41.6666666667%; --- > .col-lg-pull-3 { > right: 25%; 1174,1176c2151,2152 < .col-xl-6 { < flex: 0 0 50%; < max-width: 50%; --- > .col-lg-pull-2 { > right: 16.66666667%; 1178,1180c2154,2155 < .col-xl-7 { < flex: 0 0 58.3333333333%; < max-width: 58.3333333333%; --- > .col-lg-pull-1 { > right: 8.33333333%; 1182,1184c2157,2158 < .col-xl-8 { < flex: 0 0 66.6666666667%; < max-width: 66.6666666667%; --- > .col-lg-pull-0 { > right: auto; 1186,1188c2160,2161 < .col-xl-9 { < flex: 0 0 75%; < max-width: 75%; --- > .col-lg-push-12 { > left: 100%; 1190,1192c2163,2164 < .col-xl-10 { < flex: 0 0 83.3333333333%; < max-width: 83.3333333333%; --- > .col-lg-push-11 { > left: 91.66666667%; 1194,1196c2166,2167 < .col-xl-11 { < flex: 0 0 91.6666666667%; < max-width: 91.6666666667%; --- > .col-lg-push-10 { > left: 83.33333333%; 1198,1200c2169,2170 < .col-xl-12 { < flex: 0 0 100%; < max-width: 100%; --- > .col-lg-push-9 { > left: 75%; 1202,1203c2172,2173 < .order-xl-first { < order: -1; --- > .col-lg-push-8 { > left: 66.66666667%; 1205,1206c2175,2176 < .order-xl-last { < order: 13; --- > .col-lg-push-7 { > left: 58.33333333%; 1208,1209c2178,2179 < .order-xl-0 { < order: 0; --- > .col-lg-push-6 { > left: 50%; 1211,1212c2181,2182 < .order-xl-1 { < order: 1; --- > .col-lg-push-5 { > left: 41.66666667%; 1214,1215c2184,2185 < .order-xl-2 { < order: 2; --- > .col-lg-push-4 { > left: 33.33333333%; 1217,1218c2187,2188 < .order-xl-3 { < order: 3; --- > .col-lg-push-3 { > left: 25%; 1220,1221c2190,2191 < .order-xl-4 { < order: 4; --- > .col-lg-push-2 { > left: 16.66666667%; 1223,1224c2193,2194 < .order-xl-5 { < order: 5; --- > .col-lg-push-1 { > left: 8.33333333%; 1226,1227c2196,2197 < .order-xl-6 { < order: 6; --- > .col-lg-push-0 { > left: auto; 1229,1230c2199,2200 < .order-xl-7 { < order: 7; --- > .col-lg-offset-12 { > margin-left: 100%; 1232,1233c2202,2203 < .order-xl-8 { < order: 8; --- > .col-lg-offset-11 { > margin-left: 91.66666667%; 1235,1236c2205,2206 < .order-xl-9 { < order: 9; --- > .col-lg-offset-10 { > margin-left: 83.33333333%; 1238,1239c2208,2209 < .order-xl-10 { < order: 10; --- > .col-lg-offset-9 { > margin-left: 75%; 1241,1242c2211,2212 < .order-xl-11 { < order: 11; --- > .col-lg-offset-8 { > margin-left: 66.66666667%; 1244,1245c2214,2215 < .order-xl-12 { < order: 12; --- > .col-lg-offset-7 { > margin-left: 58.33333333%; 1247,1248c2217,2218 < .offset-xl-0 { < margin-left: 0; --- > .col-lg-offset-6 { > margin-left: 50%; 1250,1251c2220,2221 < .offset-xl-1 { < margin-left: 8.3333333333%; --- > .col-lg-offset-5 { > margin-left: 41.66666667%; 1253,1254c2223,2224 < .offset-xl-2 { < margin-left: 16.6666666667%; --- > .col-lg-offset-4 { > margin-left: 33.33333333%; 1256c2226 < .offset-xl-3 { --- > .col-lg-offset-3 { 1259,1263c2229,2230 < .offset-xl-4 { < margin-left: 33.3333333333%; < } < .offset-xl-5 { < margin-left: 41.6666666667%; --- > .col-lg-offset-2 { > margin-left: 16.66666667%; 1265,1266c2232,2233 < .offset-xl-6 { < margin-left: 50%; --- > .col-lg-offset-1 { > margin-left: 8.33333333%; 1268,1281c2235,2236 < .offset-xl-7 { < margin-left: 58.3333333333%; < } < .offset-xl-8 { < margin-left: 66.6666666667%; < } < .offset-xl-9 { < margin-left: 75%; < } < .offset-xl-10 { < margin-left: 83.3333333333%; < } < .offset-xl-11 { < margin-left: 91.6666666667%; --- > .col-lg-offset-0 { > margin-left: 0%; 1284,1287c2239 < .table { < width: 100%; < margin-bottom: 1rem; < color: #212529; --- > table { 1290,1397c2242,2246 < .table th, .table td { < padding: 0.75rem; < vertical-align: top; < border-top: 1px solid #5A4A39; < } < .table thead th { < vertical-align: bottom; < border-bottom: 2px solid #5A4A39; < } < .table tbody + tbody { < border-top: 2px solid #5A4A39; < } < .table-sm th, .table-sm td { < padding: 0.3rem; < } < .table-bordered { < border: 1px solid #5A4A39; < } < .table-bordered th, .table-bordered td { < border: 1px solid #5A4A39; < } < .table-bordered thead th, .table-bordered thead td { < border-bottom-width: 2px; < } < .table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody { < border: 0; < } < .table-striped tbody tr:nth-of-type(odd) { < background-color: rgba(0, 0, 0, 0.05); < } < .table-hover tbody tr:hover { < color: #212529; < background-color: rgba(0, 0, 0, 0.075); < } < .table-primary, .table-primary > th, .table-primary > td { < background-color: #c1cfe7; < } < .table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody { < border-color: #8ca7d3; < } < .table-hover .table-primary:hover { < background-color: #afc1e0; < } < .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { < background-color: #afc1e0; < } < .table-secondary, .table-secondary > th, .table-secondary > td { < background-color: #d1ebd1; < } < .table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody { < border-color: #aadaaa; < } < .table-hover .table-secondary:hover { < background-color: #bfe3bf; < } < .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { < background-color: #bfe3bf; < } < .table-success, .table-success > th, .table-success > td { < background-color: #d1ebd1; < } < .table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody { < border-color: #aadaaa; < } < .table-hover .table-success:hover { < background-color: #bfe3bf; < } < .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { < background-color: #bfe3bf; < } < .table-info, .table-info > th, .table-info > td { < background-color: #d1edf6; < } < .table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody { < border-color: #aadeee; < } < .table-hover .table-info:hover { < background-color: #bce5f2; < } < .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { < background-color: #bce5f2; < } < .table-warning, .table-warning > th, .table-warning > td { < background-color: #fbe8cd; < } < .table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody { < border-color: #f7d4a3; < } < .table-hover .table-warning:hover { < background-color: #f9ddb5; < } < .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { < background-color: #f9ddb5; < } < .table-danger, .table-danger > th, .table-danger > td { < background-color: #f4cfce; < } < .table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody { < border-color: #eba6a3; < } < .table-hover .table-danger:hover { < background-color: #efbbb9; < } < .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { < background-color: #efbbb9; < } < .table-light, .table-light > th, .table-light > td { < background-color: white; --- > caption { > padding-top: 8px; > padding-bottom: 8px; > color: #777777; > text-align: left; 1399,1400c2248,2249 < .table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody { < border-color: white; --- > th { > text-align: left; 1402,1403c2251,2254 < .table-hover .table-light:hover { < background-color: #f2f2f2; --- > .table { > width: 100%; > max-width: 100%; > margin-bottom: 20px; 1405,1406c2256,2265 < .table-hover .table-light:hover > td, .table-hover .table-light:hover > th { < background-color: #f2f2f2; --- > .table > thead > tr > th, > .table > tbody > tr > th, > .table > tfoot > tr > th, > .table > thead > tr > td, > .table > tbody > tr > td, > .table > tfoot > tr > td { > padding: 8px; > line-height: 1.42857143; > vertical-align: top; > border-top: 1px solid #5a4a39; 1408,1409c2267,2269 < .table-dark, .table-dark > th, .table-dark > td { < background-color: #b8b8b8; --- > .table > thead > tr > th { > vertical-align: bottom; > border-bottom: 2px solid #5a4a39; 1411,1412c2271,2277 < .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { < border-color: #7a7a7a; --- > .table > caption + thead > tr:first-child > th, > .table > colgroup + thead > tr:first-child > th, > .table > thead:first-child > tr:first-child > th, > .table > caption + thead > tr:first-child > td, > .table > colgroup + thead > tr:first-child > td, > .table > thead:first-child > tr:first-child > td { > border-top: 0; 1414,1415c2279,2280 < .table-hover .table-dark:hover { < background-color: #ababab; --- > .table > tbody + tbody { > border-top: 2px solid #5a4a39; 1417,1418c2282,2283 < .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { < background-color: #ababab; --- > .table .table { > background-color: #e1e2b9; 1420,1421c2285,2291 < .table-active, .table-active > th, .table-active > td { < background-color: rgba(0, 0, 0, 0.075); --- > .table-condensed > thead > tr > th, > .table-condensed > tbody > tr > th, > .table-condensed > tfoot > tr > th, > .table-condensed > thead > tr > td, > .table-condensed > tbody > tr > td, > .table-condensed > tfoot > tr > td { > padding: 5px; 1423,1424c2293,2294 < .table-hover .table-active:hover { < background-color: rgba(0, 0, 0, 0.075); --- > .table-bordered { > border: 1px solid #5a4a39; 1426,1427c2296,2302 < .table-hover .table-active:hover > td, .table-hover .table-active:hover > th { < background-color: rgba(0, 0, 0, 0.075); --- > .table-bordered > thead > tr > th, > .table-bordered > tbody > tr > th, > .table-bordered > tfoot > tr > th, > .table-bordered > thead > tr > td, > .table-bordered > tbody > tr > td, > .table-bordered > tfoot > tr > td { > border: 1px solid #5a4a39; 1429,1432c2304,2306 < .table .thead-dark th { < color: #fff; < background-color: #343a40; < border-color: #454d55; --- > .table-bordered > thead > tr > th, > .table-bordered > thead > tr > td { > border-bottom-width: 2px; 1434,1437c2308,2309 < .table .thead-light th { < color: #495057; < background-color: #e9ecef; < border-color: #5A4A39; --- > .table-striped > tbody > tr:nth-of-type(odd) { > background-color: #d9d9b0; 1439,1441c2311,2312 < .table-dark { < color: #fff; < background-color: #343a40; --- > .table-hover > tbody > tr:hover { > background-color: #eaead2; 1443,1444c2314,2317 < .table-dark th, .table-dark td, .table-dark thead th { < border-color: #454d55; --- > table col[class*="col-"] { > position: static; > float: none; > display: table-column; 1446,1447c2319,2323 < .table-dark.table-bordered { < border: 0; --- > table td[class*="col-"], > table th[class*="col-"] { > position: static; > float: none; > display: table-cell; 1449,1450c2325,2400 < .table-dark.table-striped tbody tr:nth-of-type(odd) { < background-color: rgba(255, 255, 255, 0.05); --- > .table > thead > tr > td.active, > .table > tbody > tr > td.active, > .table > tfoot > tr > td.active, > .table > thead > tr > th.active, > .table > tbody > tr > th.active, > .table > tfoot > tr > th.active, > .table > thead > tr.active > td, > .table > tbody > tr.active > td, > .table > tfoot > tr.active > td, > .table > thead > tr.active > th, > .table > tbody > tr.active > th, > .table > tfoot > tr.active > th { > background-color: #eaead2; > } > .table-hover > tbody > tr > td.active:hover, > .table-hover > tbody > tr > th.active:hover, > .table-hover > tbody > tr.active:hover > td, > .table-hover > tbody > tr:hover > .active, > .table-hover > tbody > tr.active:hover > th { > background-color: #e1e1c1; > } > .table > thead > tr > td.success, > .table > tbody > tr > td.success, > .table > tfoot > tr > td.success, > .table > thead > tr > th.success, > .table > tbody > tr > th.success, > .table > tfoot > tr > th.success, > .table > thead > tr.success > td, > .table > tbody > tr.success > td, > .table > tfoot > tr.success > td, > .table > thead > tr.success > th, > .table > tbody > tr.success > th, > .table > tfoot > tr.success > th { > background-color: #dff0d8; > } > .table-hover > tbody > tr > td.success:hover, > .table-hover > tbody > tr > th.success:hover, > .table-hover > tbody > tr.success:hover > td, > .table-hover > tbody > tr:hover > .success, > .table-hover > tbody > tr.success:hover > th { > background-color: #d0e9c6; > } > .table > thead > tr > td.info, > .table > tbody > tr > td.info, > .table > tfoot > tr > td.info, > .table > thead > tr > th.info, > .table > tbody > tr > th.info, > .table > tfoot > tr > th.info, > .table > thead > tr.info > td, > .table > tbody > tr.info > td, > .table > tfoot > tr.info > td, > .table > thead > tr.info > th, > .table > tbody > tr.info > th, > .table > tfoot > tr.info > th { > background-color: #d9edf7; > } > .table-hover > tbody > tr > td.info:hover, > .table-hover > tbody > tr > th.info:hover, > .table-hover > tbody > tr.info:hover > td, > .table-hover > tbody > tr:hover > .info, > .table-hover > tbody > tr.info:hover > th { > background-color: #c4e3f3; > } > .table > thead > tr > td.warning, > .table > tbody > tr > td.warning, > .table > tfoot > tr > td.warning, > .table > thead > tr > th.warning, > .table > tbody > tr > th.warning, > .table > tfoot > tr > th.warning, > .table > thead > tr.warning > td, > .table > tbody > tr.warning > td, > .table > tfoot > tr.warning > td, > .table > thead > tr.warning > th, > .table > tbody > tr.warning > th, > .table > tfoot > tr.warning > th { > background-color: #fcf8e3; 1452,1454c2402,2428 < .table-dark.table-hover tbody tr:hover { < color: #fff; < background-color: rgba(255, 255, 255, 0.075); --- > .table-hover > tbody > tr > td.warning:hover, > .table-hover > tbody > tr > th.warning:hover, > .table-hover > tbody > tr.warning:hover > td, > .table-hover > tbody > tr:hover > .warning, > .table-hover > tbody > tr.warning:hover > th { > background-color: #faf2cc; > } > .table > thead > tr > td.danger, > .table > tbody > tr > td.danger, > .table > tfoot > tr > td.danger, > .table > thead > tr > th.danger, > .table > tbody > tr > th.danger, > .table > tfoot > tr > th.danger, > .table > thead > tr.danger > td, > .table > tbody > tr.danger > td, > .table > tfoot > tr.danger > td, > .table > thead > tr.danger > th, > .table > tbody > tr.danger > th, > .table > tfoot > tr.danger > th { > background-color: #f2dede; > } > .table-hover > tbody > tr > td.danger:hover, > .table-hover > tbody > tr > th.danger:hover, > .table-hover > tbody > tr.danger:hover > td, > .table-hover > tbody > tr:hover > .danger, > .table-hover > tbody > tr.danger:hover > th { > background-color: #ebcccc; 1456,1465c2430,2432 < @media (max-width: 575.98px) { < .table-responsive-sm { < display: block; < width: 100%; < overflow-x: auto; < -webkit-overflow-scrolling: touch; < } < .table-responsive-sm > .table-bordered { < border: 0; < } --- > .table-responsive { > overflow-x: auto; > min-height: 0.01%; 1467,1469c2434,2435 < @media (max-width: 767.98px) { < .table-responsive-md { < display: block; --- > @media screen and (max-width: 767px) { > .table-responsive { 1471,1472c2437,2440 < overflow-x: auto; < -webkit-overflow-scrolling: touch; --- > margin-bottom: 15px; > overflow-y: hidden; > -ms-overflow-style: -ms-autohiding-scrollbar; > border: 1px solid #5a4a39; 1474,1475c2442,2443 < .table-responsive-md > .table-bordered { < border: 0; --- > .table-responsive > .table { > margin-bottom: 0; 1477,1483c2445,2451 < } < @media (max-width: 991.98px) { < .table-responsive-lg { < display: block; < width: 100%; < overflow-x: auto; < -webkit-overflow-scrolling: touch; --- > .table-responsive > .table > thead > tr > th, > .table-responsive > .table > tbody > tr > th, > .table-responsive > .table > tfoot > tr > th, > .table-responsive > .table > thead > tr > td, > .table-responsive > .table > tbody > tr > td, > .table-responsive > .table > tfoot > tr > td { > white-space: nowrap; 1485c2453 < .table-responsive-lg > .table-bordered { --- > .table-responsive > .table-bordered { 1488,1494c2456,2462 < } < @media (max-width: 1199.98px) { < .table-responsive-xl { < display: block; < width: 100%; < overflow-x: auto; < -webkit-overflow-scrolling: touch; --- > .table-responsive > .table-bordered > thead > tr > th:first-child, > .table-responsive > .table-bordered > tbody > tr > th:first-child, > .table-responsive > .table-bordered > tfoot > tr > th:first-child, > .table-responsive > .table-bordered > thead > tr > td:first-child, > .table-responsive > .table-bordered > tbody > tr > td:first-child, > .table-responsive > .table-bordered > tfoot > tr > td:first-child { > border-left: 0; 1496,1497c2464,2476 < .table-responsive-xl > .table-bordered { < border: 0; --- > .table-responsive > .table-bordered > thead > tr > th:last-child, > .table-responsive > .table-bordered > tbody > tr > th:last-child, > .table-responsive > .table-bordered > tfoot > tr > th:last-child, > .table-responsive > .table-bordered > thead > tr > td:last-child, > .table-responsive > .table-bordered > tbody > tr > td:last-child, > .table-responsive > .table-bordered > tfoot > tr > td:last-child { > border-right: 0; > } > .table-responsive > .table-bordered > tbody > tr:last-child > th, > .table-responsive > .table-bordered > tfoot > tr:last-child > th, > .table-responsive > .table-bordered > tbody > tr:last-child > td, > .table-responsive > .table-bordered > tfoot > tr:last-child > td { > border-bottom: 0; 1500,1506c2479,2481 < .table-responsive { < display: block; < width: 100%; < overflow-x: auto; < -webkit-overflow-scrolling: touch; < } < .table-responsive > .table-bordered { --- > fieldset { > padding: 0; > margin: 0; 1507a2483 > min-width: 0; 1509c2485 < .form-control { --- > legend { 1512,1530c2488,2492 < height: calc(1.5em + 0.75rem + 2px); < padding: 0.375rem 0.75rem; < font-size: 1rem; < font-weight: 400; < line-height: 1.5; < color: #000; < background-color: #f1f1c9; < background-clip: padding-box; < border: 1px solid #999970; < border-radius: 0.25rem; < transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; < } < @media (prefers-reduced-motion: reduce) { < .form-control { < transition: none; < } < } < .form-control::-ms-expand { < background-color: transparent; --- > padding: 0; > margin-bottom: 20px; > font-size: 21px; > line-height: inherit; > color: #333333; 1531a2494 > border-bottom: 1px solid #e5e5e5; 1533,1546c2496,2500 < .form-control:-moz-focusring { < color: transparent; < text-shadow: 0 0 0 #000; < } < .form-control:focus { < color: #000; < background-color: #f1f1c9; < border-color: #6a97e1; < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.25); < } < .form-control::placeholder { < color: #868e96; < opacity: 1; --- > label { > display: inline-block; > max-width: 100%; > margin-bottom: 5px; > font-weight: bold; 1548,1550c2502,2505 < .form-control:disabled, .form-control[readonly] { < background-color: #e9ecef; < opacity: 1; --- > input[type="search"] { > -webkit-box-sizing: border-box; > -moz-box-sizing: border-box; > box-sizing: border-box; 1552,1553c2507,2511 < input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { < appearance: none; --- > input[type="radio"], > input[type="checkbox"] { > margin: 4px 0 0; > margin-top: 1px \9; > line-height: normal; 1555,1557c2513,2514 < select.form-control:focus::-ms-value { < color: #000; < background-color: #f1f1c9; --- > input[type="file"] { > display: block; 1559c2516 < .form-control-file, .form-control-range { --- > input[type="range"] { 1563,1568c2520,2522 < .col-form-label { < padding-top: calc(0.375rem + 1px); < padding-bottom: calc(0.375rem + 1px); < margin-bottom: 0; < font-size: inherit; < line-height: 1.5; --- > select[multiple], > select[size] { > height: auto; 1570,1574c2524,2528 < .col-form-label-lg { < padding-top: calc(0.5rem + 1px); < padding-bottom: calc(0.5rem + 1px); < font-size: 1.25rem; < line-height: 1.5; --- > input[type="file"]:focus, > input[type="radio"]:focus, > input[type="checkbox"]:focus { > outline: 5px auto -webkit-focus-ring-color; > outline-offset: -2px; 1576,1580c2530,2535 < .col-form-label-sm { < padding-top: calc(0.25rem + 1px); < padding-bottom: calc(0.25rem + 1px); < font-size: 0.875rem; < line-height: 1.5; --- > output { > display: block; > padding-top: 7px; > font-size: 14px; > line-height: 1.42857143; > color: #000000; 1582c2537 < .form-control-plaintext { --- > .form-control { 1585,1592c2540,2553 < padding: 0.375rem 0; < margin-bottom: 0; < font-size: 1rem; < line-height: 1.5; < color: #212529; < background-color: transparent; < border: solid transparent; < border-width: 1px 0; --- > height: 34px; > padding: 6px 12px; > font-size: 14px; > line-height: 1.42857143; > color: #000000; > background-color: #f1f1c9; > background-image: none; > border: 1px solid #999970; > border-radius: 4px; > -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); > box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); > -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; > -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; > transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 1594,1596c2555,2559 < .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { < padding-right: 0; < padding-left: 0; --- > .form-control:focus { > border-color: #66afe9; > outline: 0; > -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); > box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 1598,1603c2561,2563 < .form-control-sm { < height: calc(1.5em + 0.5rem + 2px); < padding: 0.25rem 0.5rem; < font-size: 0.875rem; < line-height: 1.5; < border-radius: 0.2rem; --- > .form-control::-moz-placeholder { > color: #999999; > opacity: 1; 1605,1610c2565,2566 < .form-control-lg { < height: calc(1.5em + 1rem + 2px); < padding: 0.5rem 1rem; < font-size: 1.25rem; < line-height: 1.5; < border-radius: 0.3rem; --- > .form-control:-ms-input-placeholder { > color: #999999; 1612,1613c2568,2583 < select.form-control[size], select.form-control[multiple] { < height: auto; --- > .form-control::-webkit-input-placeholder { > color: #999999; > } > .form-control::-ms-expand { > border: 0; > background-color: transparent; > } > .form-control[disabled], > .form-control[readonly], > fieldset[disabled] .form-control { > background-color: #e7e7a1; > opacity: 1; > } > .form-control[disabled], > fieldset[disabled] .form-control { > cursor: not-allowed; 1618,1623c2588,2589 < .form-group { < margin-bottom: 1rem; < } < .form-text { < display: block; < margin-top: 0.25rem; --- > input[type="search"] { > -webkit-appearance: none; 1625,1629c2591,2617 < .form-row { < display: flex; < flex-wrap: wrap; < margin-right: -5px; < margin-left: -5px; --- > @media screen and (-webkit-min-device-pixel-ratio: 0) { > input[type="date"].form-control, > input[type="time"].form-control, > input[type="datetime-local"].form-control, > input[type="month"].form-control { > line-height: 34px; > } > input[type="date"].input-sm, > input[type="time"].input-sm, > input[type="datetime-local"].input-sm, > input[type="month"].input-sm, > .input-group-sm input[type="date"], > .input-group-sm input[type="time"], > .input-group-sm input[type="datetime-local"], > .input-group-sm input[type="month"] { > line-height: 30px; > } > input[type="date"].input-lg, > input[type="time"].input-lg, > input[type="datetime-local"].input-lg, > input[type="month"].input-lg, > .input-group-lg input[type="date"], > .input-group-lg input[type="time"], > .input-group-lg input[type="datetime-local"], > .input-group-lg input[type="month"] { > line-height: 46px; > } 1631,1633c2619,2620 < .form-row > .col, .form-row > [class*="col-"] { < padding-right: 5px; < padding-left: 5px; --- > .form-group { > margin-bottom: 15px; 1635c2622,2623 < .form-check { --- > .radio, > .checkbox { 1638c2626,2627 < padding-left: 1.25rem; --- > margin-top: 10px; > margin-bottom: 10px; 1640c2629,2640 < .form-check-input { --- > .radio label, > .checkbox label { > min-height: 20px; > padding-left: 20px; > margin-bottom: 0; > font-weight: normal; > cursor: pointer; > } > .radio input[type="radio"], > .radio-inline input[type="radio"], > .checkbox input[type="checkbox"], > .checkbox-inline input[type="checkbox"] { 1642,1643c2642,2643 < margin-top: 0.3rem; < margin-left: -1.25rem; --- > margin-left: -20px; > margin-top: 4px \9; 1645,1646c2645,2647 < .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { < color: #868e96; --- > .radio + .radio, > .checkbox + .checkbox { > margin-top: -5px; 1648c2649,2653 < .form-check-label { --- > .radio-inline, > .checkbox-inline { > position: relative; > display: inline-block; > padding-left: 20px; 1649a2655,2657 > vertical-align: middle; > font-weight: normal; > cursor: pointer; 1651,1658c2659,2660 < .form-check-inline { < display: inline-flex; < align-items: center; < padding-left: 0; < margin-right: 0.75rem; < } < .form-check-inline .form-check-input { < position: static; --- > .radio-inline + .radio-inline, > .checkbox-inline + .checkbox-inline { 1660,1661c2662 < margin-right: 0.3125rem; < margin-left: 0; --- > margin-left: 10px; 1663,1668c2664,2688 < .valid-feedback { < display: none; < width: 100%; < margin-top: 0.25rem; < font-size: 80%; < color: #5cb85c; --- > input[type="radio"][disabled], > input[type="checkbox"][disabled], > input[type="radio"].disabled, > input[type="checkbox"].disabled, > fieldset[disabled] input[type="radio"], > fieldset[disabled] input[type="checkbox"] { > cursor: not-allowed; > } > .radio-inline.disabled, > .checkbox-inline.disabled, > fieldset[disabled] .radio-inline, > fieldset[disabled] .checkbox-inline { > cursor: not-allowed; > } > .radio.disabled label, > .checkbox.disabled label, > fieldset[disabled] .radio label, > fieldset[disabled] .checkbox label { > cursor: not-allowed; > } > .form-control-static { > padding-top: 7px; > padding-bottom: 7px; > margin-bottom: 0; > min-height: 34px; 1670,1679c2690,2698 < .valid-tooltip { < position: absolute; < top: 100%; < left: 0; < z-index: 5; < display: none; < max-width: 100%; < padding: 0.25rem 0.5rem; < margin-top: 0.1rem; < font-size: 0.875rem; --- > .form-control-static.input-lg, > .form-control-static.input-sm { > padding-left: 0; > padding-right: 0; > } > .input-sm { > height: 30px; > padding: 5px 10px; > font-size: 12px; 1681,1683c2700 < color: #fff; < background-color: rgba(92, 184, 92, 0.9); < border-radius: 0.25rem; --- > border-radius: 3px; 1685,1686c2702,2704 < .form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip { < left: 5px; --- > select.input-sm { > height: 30px; > line-height: 30px; 1688,1689c2706,2708 < .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip { < display: block; --- > textarea.input-sm, > select[multiple].input-sm { > height: auto; 1691,1714c2710,2715 < .was-validated .form-control:valid, .form-control.is-valid { < border-color: #5cb85c; < padding-right: calc(1.5em + 0.75rem); < background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); < background-repeat: no-repeat; < background-position: right calc(0.375em + 0.1875rem) center; < background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); < } < .was-validated .form-control:valid:focus, .form-control.is-valid:focus { < border-color: #5cb85c; < box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); < } < .was-validated textarea.form-control:valid, textarea.form-control.is-valid { < padding-right: calc(1.5em + 0.75rem); < background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); < } < .was-validated .custom-select:valid, .custom-select.is-valid { < border-color: #5cb85c; < padding-right: calc(0.75em + 2.3125rem); < background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, #f1f1c9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; < } < .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { < border-color: #5cb85c; < box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); --- > .form-group-sm .form-control { > height: 30px; > padding: 5px 10px; > font-size: 12px; > line-height: 1.5; > border-radius: 3px; 1716,1717c2717,2719 < .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { < color: #5cb85c; --- > .form-group-sm select.form-control { > height: 30px; > line-height: 30px; 1719,1720c2721,2723 < .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { < display: block; --- > .form-group-sm textarea.form-control, > .form-group-sm select[multiple].form-control { > height: auto; 1722,1723c2725,2730 < .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { < color: #5cb85c; --- > .form-group-sm .form-control-static { > height: 30px; > min-height: 32px; > padding: 6px 10px; > font-size: 12px; > line-height: 1.5; 1725,1726c2732,2741 < .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { < border-color: #5cb85c; --- > .input-lg { > height: 46px; > padding: 10px 16px; > font-size: 18px; > line-height: 1.3333333; > border-radius: 6px; > } > select.input-lg { > height: 46px; > line-height: 46px; 1728,1730c2743,2745 < .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { < border-color: #80c780; < background-color: #80c780; --- > textarea.input-lg, > select[multiple].input-lg { > height: auto; 1732,1733c2747,2756 < .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { < box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); --- > .form-group-lg .form-control { > height: 46px; > padding: 10px 16px; > font-size: 18px; > line-height: 1.3333333; > border-radius: 6px; > } > .form-group-lg select.form-control { > height: 46px; > line-height: 46px; 1735,1736c2758,2760 < .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { < border-color: #5cb85c; --- > .form-group-lg textarea.form-control, > .form-group-lg select[multiple].form-control { > height: auto; 1738,1739c2762,2767 < .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { < border-color: #5cb85c; --- > .form-group-lg .form-control-static { > height: 46px; > min-height: 38px; > padding: 11px 16px; > font-size: 18px; > line-height: 1.3333333; 1741,1743c2769,2770 < .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { < border-color: #5cb85c; < box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); --- > .has-feedback { > position: relative; 1745,1750c2772,2773 < .invalid-feedback { < display: none; < width: 100%; < margin-top: 0.25rem; < font-size: 80%; < color: #d9534f; --- > .has-feedback .form-control { > padding-right: 42.5px; 1752c2775 < .invalid-tooltip { --- > .form-control-feedback { 1754,1801c2777,2779 < top: 100%; < left: 0; < z-index: 5; < display: none; < max-width: 100%; < padding: 0.25rem 0.5rem; < margin-top: 0.1rem; < font-size: 0.875rem; < line-height: 1.5; < color: #fff; < background-color: rgba(217, 83, 79, 0.9); < border-radius: 0.25rem; < } < .form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip { < left: 5px; < } < .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip { < display: block; < } < .was-validated .form-control:invalid, .form-control.is-invalid { < border-color: #d9534f; < padding-right: calc(1.5em + 0.75rem); < background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d9534f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e"); < background-repeat: no-repeat; < background-position: right calc(0.375em + 0.1875rem) center; < background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); < } < .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { < border-color: #d9534f; < box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); < } < .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { < padding-right: calc(1.5em + 0.75rem); < background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); < } < .was-validated .custom-select:invalid, .custom-select.is-invalid { < border-color: #d9534f; < padding-right: calc(0.75em + 2.3125rem); < background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, #f1f1c9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d9534f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; < } < .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { < border-color: #d9534f; < box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); < } < .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { < color: #d9534f; < } < .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { --- > top: 0; > right: 0; > z-index: 2; 1802a2781,2785 > width: 34px; > height: 34px; > line-height: 34px; > text-align: center; > pointer-events: none; 1804,1808c2787,2799 < .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { < color: #d9534f; < } < .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { < border-color: #d9534f; --- > .input-lg + .form-control-feedback, > .input-group-lg + .form-control-feedback, > .form-group-lg .form-control + .form-control-feedback { > width: 46px; > height: 46px; > line-height: 46px; > } > .input-sm + .form-control-feedback, > .input-group-sm + .form-control-feedback, > .form-group-sm .form-control + .form-control-feedback { > width: 30px; > height: 30px; > line-height: 30px; 1810,1812c2801,2856 < .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { < border-color: #e27c79; < background-color: #e27c79; --- > .has-success .help-block, > .has-success .control-label, > .has-success .radio, > .has-success .checkbox, > .has-success .radio-inline, > .has-success .checkbox-inline, > .has-success.radio label, > .has-success.checkbox label, > .has-success.radio-inline label, > .has-success.checkbox-inline label { > color: #3c763d; > } > .has-success .form-control { > border-color: #3c763d; > -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); > box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); > } > .has-success .form-control:focus { > border-color: #2b542c; > -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; > box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; > } > .has-success .input-group-addon { > color: #3c763d; > border-color: #3c763d; > background-color: #dff0d8; > } > .has-success .form-control-feedback { > color: #3c763d; > } > .has-warning .help-block, > .has-warning .control-label, > .has-warning .radio, > .has-warning .checkbox, > .has-warning .radio-inline, > .has-warning .checkbox-inline, > .has-warning.radio label, > .has-warning.checkbox label, > .has-warning.radio-inline label, > .has-warning.checkbox-inline label { > color: #8a6d3b; > } > .has-warning .form-control { > border-color: #8a6d3b; > -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); > box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); > } > .has-warning .form-control:focus { > border-color: #66512c; > -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; > box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; > } > .has-warning .input-group-addon { > color: #8a6d3b; > border-color: #8a6d3b; > background-color: #fcf8e3; 1814,1815c2858,2859 < .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { < box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); --- > .has-warning .form-control-feedback { > color: #8a6d3b; 1817,1818c2861,2886 < .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { < border-color: #d9534f; --- > .has-error .help-block, > .has-error .control-label, > .has-error .radio, > .has-error .checkbox, > .has-error .radio-inline, > .has-error .checkbox-inline, > .has-error.radio label, > .has-error.checkbox label, > .has-error.radio-inline label, > .has-error.checkbox-inline label { > color: #a94442; > } > .has-error .form-control { > border-color: #a94442; > -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); > box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); > } > .has-error .form-control:focus { > border-color: #843534; > -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; > box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; > } > .has-error .input-group-addon { > color: #a94442; > border-color: #a94442; > background-color: #f2dede; 1820,1821c2888,2889 < .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { < border-color: #d9534f; --- > .has-error .form-control-feedback { > color: #a94442; 1823,1825c2891,2892 < .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { < border-color: #d9534f; < box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); --- > .has-feedback label ~ .form-control-feedback { > top: 25px; 1827,1830c2894,2895 < .form-inline { < display: flex; < flex-flow: row wrap; < align-items: center; --- > .has-feedback label.sr-only ~ .form-control-feedback { > top: 0; 1832,1833c2897,2901 < .form-inline .form-check { < width: 100%; --- > .help-block { > display: block; > margin-top: 5px; > margin-bottom: 10px; > color: #737373; 1835,1841c2903 < @media (min-width: 576px) { < .form-inline label { < display: flex; < align-items: center; < justify-content: center; < margin-bottom: 0; < } --- > @media (min-width: 768px) { 1843,1846c2905 < display: flex; < flex: 0 0 auto; < flex-flow: row wrap; < align-items: center; --- > display: inline-block; 1847a2907 > vertical-align: middle; 1854c2914 < .form-inline .form-control-plaintext { --- > .form-inline .form-control-static { 1857,1858c2917,2919 < .form-inline .input-group, .form-inline .custom-select { < width: auto; --- > .form-inline .input-group { > display: inline-table; > vertical-align: middle; 1860,1863c2921,2923 < .form-inline .form-check { < display: flex; < align-items: center; < justify-content: center; --- > .form-inline .input-group .input-group-addon, > .form-inline .input-group .input-group-btn, > .form-inline .input-group .form-control { 1864a2925,2941 > } > .form-inline .input-group > .form-control { > width: 100%; > } > .form-inline .control-label { > margin-bottom: 0; > vertical-align: middle; > } > .form-inline .radio, > .form-inline .checkbox { > display: inline-block; > margin-top: 0; > margin-bottom: 0; > vertical-align: middle; > } > .form-inline .radio label, > .form-inline .checkbox label { 1867c2944,2945 < .form-inline .form-check-input { --- > .form-inline .radio input[type="radio"], > .form-inline .checkbox input[type="checkbox"] { 1869,1871d2946 < flex-shrink: 0; < margin-top: 0; < margin-right: 0.25rem; 1874,1876c2949,2950 < .form-inline .custom-control { < align-items: center; < justify-content: center; --- > .form-inline .has-feedback .form-control-feedback { > top: 0; 1878c2952,2971 < .form-inline .custom-control-label { --- > } > .form-horizontal .radio, > .form-horizontal .checkbox, > .form-horizontal .radio-inline, > .form-horizontal .checkbox-inline { > margin-top: 0; > margin-bottom: 0; > padding-top: 7px; > } > .form-horizontal .radio, > .form-horizontal .checkbox { > min-height: 27px; > } > .form-horizontal .form-group { > margin-left: -15px; > margin-right: -15px; > } > @media (min-width: 768px) { > .form-horizontal .control-label { > text-align: right; 1879a2973,2988 > padding-top: 7px; > } > } > .form-horizontal .has-feedback .form-control-feedback { > right: 15px; > } > @media (min-width: 768px) { > .form-horizontal .form-group-lg .control-label { > padding-top: 11px; > font-size: 18px; > } > } > @media (min-width: 768px) { > .form-horizontal .form-group-sm .control-label { > padding-top: 6px; > font-size: 12px; 1884,1885c2993,2994 < font-weight: 400; < color: #212529; --- > margin-bottom: 0; > font-weight: normal; 1888,1889c2997,2999 < user-select: none; < background-color: transparent; --- > touch-action: manipulation; > cursor: pointer; > background-image: none; 1891,1895c3001,3009 < padding: 0.375rem 0.75rem; < font-size: 1rem; < line-height: 1.5; < border-radius: 0.25rem; < transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; --- > white-space: nowrap; > padding: 6px 12px; > font-size: 14px; > line-height: 1.42857143; > border-radius: 4px; > -webkit-user-select: none; > -moz-user-select: none; > -ms-user-select: none; > user-select: none; 1897,1900c3011,3018 < @media (prefers-reduced-motion: reduce) { < .btn { < transition: none; < } --- > .btn:focus, > .btn:active:focus, > .btn.active:focus, > .btn.focus, > .btn:active.focus, > .btn.active.focus { > outline: 5px auto -webkit-focus-ring-color; > outline-offset: -2px; 1902,1903c3020,3023 < .btn:hover { < color: #212529; --- > .btn:hover, > .btn:focus, > .btn.focus { > color: #000000; 1906c3026,3027 < .btn:focus, .btn.focus { --- > .btn:active, > .btn.active { 1908c3029,3031 < box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.25); --- > background-image: none; > -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); > box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 1910c3033,3036 < .btn.disabled, .btn:disabled { --- > .btn.disabled, > .btn[disabled], > fieldset[disabled] .btn { > cursor: not-allowed; 1911a3038,3040 > filter: alpha(opacity=65); > -webkit-box-shadow: none; > box-shadow: none; 1913,1916c3042,3043 < .btn:not(:disabled):not(.disabled) { < cursor: pointer; < } < a.btn.disabled, fieldset:disabled a.btn { --- > a.btn.disabled, > fieldset[disabled] a.btn { 1919,2107c3046,3049 < .btn-primary { < color: #fff; < background-color: #2255aa; < border-color: #2255aa; < } < .btn-primary:hover { < color: #fff; < background-color: #1c458a; < border-color: #1a4080; < } < .btn-primary:focus, .btn-primary.focus { < color: #fff; < background-color: #1c458a; < border-color: #1a4080; < box-shadow: 0 0 0 0.2rem rgba(67, 111, 183, 0.5); < } < .btn-primary.disabled, .btn-primary:disabled { < color: #fff; < background-color: #2255aa; < border-color: #2255aa; < } < .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { < color: #fff; < background-color: #1a4080; < border-color: #173a75; < } < .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(67, 111, 183, 0.5); < } < .btn-secondary { < color: #fff; < background-color: #5cb85c; < border-color: #5cb85c; < } < .btn-secondary:hover { < color: #fff; < background-color: #48a648; < border-color: #449d44; < } < .btn-secondary:focus, .btn-secondary.focus { < color: #fff; < background-color: #48a648; < border-color: #449d44; < box-shadow: 0 0 0 0.2rem rgba(116, 195, 116, 0.5); < } < .btn-secondary.disabled, .btn-secondary:disabled { < color: #fff; < background-color: #5cb85c; < border-color: #5cb85c; < } < .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { < color: #fff; < background-color: #449d44; < border-color: #409440; < } < .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(116, 195, 116, 0.5); < } < .btn-success { < color: #fff; < background-color: #5cb85c; < border-color: #5cb85c; < } < .btn-success:hover { < color: #fff; < background-color: #48a648; < border-color: #449d44; < } < .btn-success:focus, .btn-success.focus { < color: #fff; < background-color: #48a648; < border-color: #449d44; < box-shadow: 0 0 0 0.2rem rgba(116, 195, 116, 0.5); < } < .btn-success.disabled, .btn-success:disabled { < color: #fff; < background-color: #5cb85c; < border-color: #5cb85c; < } < .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { < color: #fff; < background-color: #449d44; < border-color: #409440; < } < .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(116, 195, 116, 0.5); < } < .btn-info { < color: #212529; < background-color: #5bc0de; < border-color: #5bc0de; < } < .btn-info:hover { < color: #fff; < background-color: #3bb4d8; < border-color: #31b0d5; < } < .btn-info:focus, .btn-info.focus { < color: #fff; < background-color: #3bb4d8; < border-color: #31b0d5; < box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); < } < .btn-info.disabled, .btn-info:disabled { < color: #212529; < background-color: #5bc0de; < border-color: #5bc0de; < } < .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { < color: #fff; < background-color: #31b0d5; < border-color: #2aaacf; < } < .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); < } < .btn-warning { < color: #212529; < background-color: #f0ad4e; < border-color: #f0ad4e; < } < .btn-warning:hover { < color: #212529; < background-color: #ed9d2b; < border-color: #ec971f; < } < .btn-warning:focus, .btn-warning.focus { < color: #212529; < background-color: #ed9d2b; < border-color: #ec971f; < box-shadow: 0 0 0 0.2rem rgba(209, 153, 72, 0.5); < } < .btn-warning.disabled, .btn-warning:disabled { < color: #212529; < background-color: #f0ad4e; < border-color: #f0ad4e; < } < .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { < color: #212529; < background-color: #ec971f; < border-color: #ea9214; < } < .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(209, 153, 72, 0.5); < } < .btn-danger { < color: #fff; < background-color: #d9534f; < border-color: #d9534f; < } < .btn-danger:hover { < color: #fff; < background-color: #d23430; < border-color: #c9302c; < } < .btn-danger:focus, .btn-danger.focus { < color: #fff; < background-color: #d23430; < border-color: #c9302c; < box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5); < } < .btn-danger.disabled, .btn-danger:disabled { < color: #fff; < background-color: #d9534f; < border-color: #d9534f; < } < .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { < color: #fff; < background-color: #c9302c; < border-color: #bf2e29; < } < .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5); < } < .btn-light { < color: #212529; < background-color: #ffffff; < border-color: #ffffff; < } < .btn-light:hover { < color: #212529; < background-color: #ececec; < border-color: #e6e6e6; < } < .btn-light:focus, .btn-light.focus { < color: #212529; < background-color: #ececec; < border-color: #e6e6e6; < box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); --- > .btn-default { > color: #000000; > background-color: #e7e7a1; > border-color: #999970; 2109,2112c3051,3055 < .btn-light.disabled, .btn-light:disabled { < color: #212529; < background-color: #ffffff; < border-color: #ffffff; --- > .btn-default:focus, > .btn-default.focus { > color: #000000; > background-color: #dddd78; > border-color: #505039; 2114,2117c3057,3060 < .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { < color: #212529; < background-color: #e6e6e6; < border-color: #dfdfdf; --- > .btn-default:hover { > color: #000000; > background-color: #dddd78; > border-color: #777755; 2119,2120c3062,3067 < .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); --- > .btn-default:active, > .btn-default.active, > .open > .dropdown-toggle.btn-default { > color: #000000; > background-color: #dddd78; > border-color: #777755; 2122,2125c3069,3080 < .btn-dark { < color: #fff; < background-color: #000000; < border-color: #000000; --- > .btn-default:active:hover, > .btn-default.active:hover, > .open > .dropdown-toggle.btn-default:hover, > .btn-default:active:focus, > .btn-default.active:focus, > .open > .dropdown-toggle.btn-default:focus, > .btn-default:active.focus, > .btn-default.active.focus, > .open > .dropdown-toggle.btn-default.focus { > color: #000000; > background-color: #d5d55c; > border-color: #505039; 2127,2130c3082,3085 < .btn-dark:hover { < color: #fff; < background-color: black; < border-color: black; --- > .btn-default:active, > .btn-default.active, > .open > .dropdown-toggle.btn-default { > background-image: none; 2132,2136c3087,3097 < .btn-dark:focus, .btn-dark.focus { < color: #fff; < background-color: black; < border-color: black; < box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); --- > .btn-default.disabled:hover, > .btn-default[disabled]:hover, > fieldset[disabled] .btn-default:hover, > .btn-default.disabled:focus, > .btn-default[disabled]:focus, > fieldset[disabled] .btn-default:focus, > .btn-default.disabled.focus, > .btn-default[disabled].focus, > fieldset[disabled] .btn-default.focus { > background-color: #e7e7a1; > border-color: #999970; 2138,2139c3099,3100 < .btn-dark.disabled, .btn-dark:disabled { < color: #fff; --- > .btn-default .badge { > color: #e7e7a1; 2141,2146d3101 < border-color: #000000; < } < .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { < color: #fff; < background-color: black; < border-color: black; 2148,2149c3103,3106 < .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); --- > .btn-primary { > color: #000000; > background-color: #e7e7a1; > border-color: #999970; 2151,2153c3108,3112 < .btn-outline-primary { < color: #2255aa; < border-color: #2255aa; --- > .btn-primary:focus, > .btn-primary.focus { > color: #000000; > background-color: #dddd78; > border-color: #505039; 2155,2158c3114,3117 < .btn-outline-primary:hover { < color: #fff; < background-color: #2255aa; < border-color: #2255aa; --- > .btn-primary:hover { > color: #000000; > background-color: #dddd78; > border-color: #777755; 2160,2161c3119,3124 < .btn-outline-primary:focus, .btn-outline-primary.focus { < box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.5); --- > .btn-primary:active, > .btn-primary.active, > .open > .dropdown-toggle.btn-primary { > color: #000000; > background-color: #dddd78; > border-color: #777755; 2163,2165c3126,3137 < .btn-outline-primary.disabled, .btn-outline-primary:disabled { < color: #2255aa; < background-color: transparent; --- > .btn-primary:active:hover, > .btn-primary.active:hover, > .open > .dropdown-toggle.btn-primary:hover, > .btn-primary:active:focus, > .btn-primary.active:focus, > .open > .dropdown-toggle.btn-primary:focus, > .btn-primary:active.focus, > .btn-primary.active.focus, > .open > .dropdown-toggle.btn-primary.focus { > color: #000000; > background-color: #d5d55c; > border-color: #505039; 2167,2170c3139,3142 < .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { < color: #fff; < background-color: #2255aa; < border-color: #2255aa; --- > .btn-primary:active, > .btn-primary.active, > .open > .dropdown-toggle.btn-primary { > background-image: none; 2172,2173c3144,3154 < .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.5); --- > .btn-primary.disabled:hover, > .btn-primary[disabled]:hover, > fieldset[disabled] .btn-primary:hover, > .btn-primary.disabled:focus, > .btn-primary[disabled]:focus, > fieldset[disabled] .btn-primary:focus, > .btn-primary.disabled.focus, > .btn-primary[disabled].focus, > fieldset[disabled] .btn-primary.focus { > background-color: #e7e7a1; > border-color: #999970; 2175,2177c3156,3158 < .btn-outline-secondary { < color: #5cb85c; < border-color: #5cb85c; --- > .btn-primary .badge { > color: #e7e7a1; > background-color: #000000; 2179,2180c3160,3161 < .btn-outline-secondary:hover { < color: #fff; --- > .btn-success { > color: #ffffff; 2182c3163 < border-color: #5cb85c; --- > border-color: #4cae4c; 2184,2185c3165,3169 < .btn-outline-secondary:focus, .btn-outline-secondary.focus { < box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5); --- > .btn-success:focus, > .btn-success.focus { > color: #ffffff; > background-color: #449d44; > border-color: #255625; 2187,2189c3171,3174 < .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { < color: #5cb85c; < background-color: transparent; --- > .btn-success:hover { > color: #ffffff; > background-color: #449d44; > border-color: #398439; 2191,2194c3176,3181 < .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { < color: #fff; < background-color: #5cb85c; < border-color: #5cb85c; --- > .btn-success:active, > .btn-success.active, > .open > .dropdown-toggle.btn-success { > color: #ffffff; > background-color: #449d44; > border-color: #398439; 2196,2197c3183,3194 < .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5); --- > .btn-success:active:hover, > .btn-success.active:hover, > .open > .dropdown-toggle.btn-success:hover, > .btn-success:active:focus, > .btn-success.active:focus, > .open > .dropdown-toggle.btn-success:focus, > .btn-success:active.focus, > .btn-success.active.focus, > .open > .dropdown-toggle.btn-success.focus { > color: #ffffff; > background-color: #398439; > border-color: #255625; 2199,2201c3196,3199 < .btn-outline-success { < color: #5cb85c; < border-color: #5cb85c; --- > .btn-success:active, > .btn-success.active, > .open > .dropdown-toggle.btn-success { > background-image: none; 2203,2204c3201,3209 < .btn-outline-success:hover { < color: #fff; --- > .btn-success.disabled:hover, > .btn-success[disabled]:hover, > fieldset[disabled] .btn-success:hover, > .btn-success.disabled:focus, > .btn-success[disabled]:focus, > fieldset[disabled] .btn-success:focus, > .btn-success.disabled.focus, > .btn-success[disabled].focus, > fieldset[disabled] .btn-success.focus { 2206,2209c3211 < border-color: #5cb85c; < } < .btn-outline-success:focus, .btn-outline-success.focus { < box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5); --- > border-color: #4cae4c; 2211c3213 < .btn-outline-success.disabled, .btn-outline-success:disabled { --- > .btn-success .badge { 2213c3215 < background-color: transparent; --- > background-color: #ffffff; 2215,2218c3217,3220 < .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { < color: #fff; < background-color: #5cb85c; < border-color: #5cb85c; --- > .btn-info { > color: #ffffff; > background-color: #5bc0de; > border-color: #46b8da; 2220,2221c3222,3226 < .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5); --- > .btn-info:focus, > .btn-info.focus { > color: #ffffff; > background-color: #31b0d5; > border-color: #1b6d85; 2223,2225c3228,3231 < .btn-outline-info { < color: #5bc0de; < border-color: #5bc0de; --- > .btn-info:hover { > color: #ffffff; > background-color: #31b0d5; > border-color: #269abc; 2227,2230c3233,3238 < .btn-outline-info:hover { < color: #212529; < background-color: #5bc0de; < border-color: #5bc0de; --- > .btn-info:active, > .btn-info.active, > .open > .dropdown-toggle.btn-info { > color: #ffffff; > background-color: #31b0d5; > border-color: #269abc; 2232,2233c3240,3251 < .btn-outline-info:focus, .btn-outline-info.focus { < box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); --- > .btn-info:active:hover, > .btn-info.active:hover, > .open > .dropdown-toggle.btn-info:hover, > .btn-info:active:focus, > .btn-info.active:focus, > .open > .dropdown-toggle.btn-info:focus, > .btn-info:active.focus, > .btn-info.active.focus, > .open > .dropdown-toggle.btn-info.focus { > color: #ffffff; > background-color: #269abc; > border-color: #1b6d85; 2235,2237c3253,3256 < .btn-outline-info.disabled, .btn-outline-info:disabled { < color: #5bc0de; < background-color: transparent; --- > .btn-info:active, > .btn-info.active, > .open > .dropdown-toggle.btn-info { > background-image: none; 2239,2240c3258,3266 < .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { < color: #212529; --- > .btn-info.disabled:hover, > .btn-info[disabled]:hover, > fieldset[disabled] .btn-info:hover, > .btn-info.disabled:focus, > .btn-info[disabled]:focus, > fieldset[disabled] .btn-info:focus, > .btn-info.disabled.focus, > .btn-info[disabled].focus, > fieldset[disabled] .btn-info.focus { 2242c3268 < border-color: #5bc0de; --- > border-color: #46b8da; 2244,2249c3270,3272 < .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); < } < .btn-outline-warning { < color: #f0ad4e; < border-color: #f0ad4e; --- > .btn-info .badge { > color: #5bc0de; > background-color: #ffffff; 2251,2252c3274,3275 < .btn-outline-warning:hover { < color: #212529; --- > .btn-warning { > color: #ffffff; 2254,2257c3277 < border-color: #f0ad4e; < } < .btn-outline-warning:focus, .btn-outline-warning.focus { < box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); --- > border-color: #eea236; 2259,2261c3279,3283 < .btn-outline-warning.disabled, .btn-outline-warning:disabled { < color: #f0ad4e; < background-color: transparent; --- > .btn-warning:focus, > .btn-warning.focus { > color: #ffffff; > background-color: #ec971f; > border-color: #985f0d; 2263,2266c3285,3288 < .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { < color: #212529; < background-color: #f0ad4e; < border-color: #f0ad4e; --- > .btn-warning:hover { > color: #ffffff; > background-color: #ec971f; > border-color: #d58512; 2268,2269c3290,3295 < .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); --- > .btn-warning:active, > .btn-warning.active, > .open > .dropdown-toggle.btn-warning { > color: #ffffff; > background-color: #ec971f; > border-color: #d58512; 2271,2273c3297,3308 < .btn-outline-danger { < color: #d9534f; < border-color: #d9534f; --- > .btn-warning:active:hover, > .btn-warning.active:hover, > .open > .dropdown-toggle.btn-warning:hover, > .btn-warning:active:focus, > .btn-warning.active:focus, > .open > .dropdown-toggle.btn-warning:focus, > .btn-warning:active.focus, > .btn-warning.active.focus, > .open > .dropdown-toggle.btn-warning.focus { > color: #ffffff; > background-color: #d58512; > border-color: #985f0d; 2275,2278c3310,3313 < .btn-outline-danger:hover { < color: #fff; < background-color: #d9534f; < border-color: #d9534f; --- > .btn-warning:active, > .btn-warning.active, > .open > .dropdown-toggle.btn-warning { > background-image: none; 2280,2281c3315,3325 < .btn-outline-danger:focus, .btn-outline-danger.focus { < box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); --- > .btn-warning.disabled:hover, > .btn-warning[disabled]:hover, > fieldset[disabled] .btn-warning:hover, > .btn-warning.disabled:focus, > .btn-warning[disabled]:focus, > fieldset[disabled] .btn-warning:focus, > .btn-warning.disabled.focus, > .btn-warning[disabled].focus, > fieldset[disabled] .btn-warning.focus { > background-color: #f0ad4e; > border-color: #eea236; 2283,2285c3327,3329 < .btn-outline-danger.disabled, .btn-outline-danger:disabled { < color: #d9534f; < background-color: transparent; --- > .btn-warning .badge { > color: #f0ad4e; > background-color: #ffffff; 2287,2288c3331,3332 < .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { < color: #fff; --- > .btn-danger { > color: #ffffff; 2290,2293c3334 < border-color: #d9534f; < } < .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); --- > border-color: #d43f3a; 2295c3336,3337 < .btn-outline-light { --- > .btn-danger:focus, > .btn-danger.focus { 2297,2302c3339,3340 < border-color: #ffffff; < } < .btn-outline-light:hover { < color: #212529; < background-color: #ffffff; < border-color: #ffffff; --- > background-color: #c9302c; > border-color: #761c19; 2304,2305c3342,3345 < .btn-outline-light:focus, .btn-outline-light.focus { < box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); --- > .btn-danger:hover { > color: #ffffff; > background-color: #c9302c; > border-color: #ac2925; 2307c3347,3349 < .btn-outline-light.disabled, .btn-outline-light:disabled { --- > .btn-danger:active, > .btn-danger.active, > .open > .dropdown-toggle.btn-danger { 2309c3351,3352 < background-color: transparent; --- > background-color: #c9302c; > border-color: #ac2925; 2311,2314c3354,3365 < .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { < color: #212529; < background-color: #ffffff; < border-color: #ffffff; --- > .btn-danger:active:hover, > .btn-danger.active:hover, > .open > .dropdown-toggle.btn-danger:hover, > .btn-danger:active:focus, > .btn-danger.active:focus, > .open > .dropdown-toggle.btn-danger:focus, > .btn-danger:active.focus, > .btn-danger.active.focus, > .open > .dropdown-toggle.btn-danger.focus { > color: #ffffff; > background-color: #ac2925; > border-color: #761c19; 2316,2317c3367,3370 < .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); --- > .btn-danger:active, > .btn-danger.active, > .open > .dropdown-toggle.btn-danger { > background-image: none; 2319,2321c3372,3382 < .btn-outline-dark { < color: #000000; < border-color: #000000; --- > .btn-danger.disabled:hover, > .btn-danger[disabled]:hover, > fieldset[disabled] .btn-danger:hover, > .btn-danger.disabled:focus, > .btn-danger[disabled]:focus, > fieldset[disabled] .btn-danger:focus, > .btn-danger.disabled.focus, > .btn-danger[disabled].focus, > fieldset[disabled] .btn-danger.focus { > background-color: #d9534f; > border-color: #d43f3a; 2323,2326c3384,3386 < .btn-outline-dark:hover { < color: #fff; < background-color: #000000; < border-color: #000000; --- > .btn-danger .badge { > color: #d9534f; > background-color: #ffffff; 2328,2329c3388,3391 < .btn-outline-dark:focus, .btn-outline-dark.focus { < box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); --- > .btn-link { > color: #2255aa; > font-weight: normal; > border-radius: 0; 2331,2332c3393,3397 < .btn-outline-dark.disabled, .btn-outline-dark:disabled { < color: #000000; --- > .btn-link, > .btn-link:active, > .btn-link.active, > .btn-link[disabled], > fieldset[disabled] .btn-link { 2333a3399,3400 > -webkit-box-shadow: none; > box-shadow: none; 2335,2346c3402,3406 < .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { < color: #fff; < background-color: #000000; < border-color: #000000; < } < .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); < } < .btn-link { < font-weight: 400; < color: #2255aa; < text-decoration: none; --- > .btn-link, > .btn-link:hover, > .btn-link:focus, > .btn-link:active { > border-color: transparent; 2348,2349c3408,3410 < .btn-link:hover { < color: #000; --- > .btn-link:hover, > .btn-link:focus { > color: #000000; 2350a3412 > background-color: transparent; 2352c3414,3418 < .btn-link:focus, .btn-link.focus { --- > .btn-link[disabled]:hover, > fieldset[disabled] .btn-link:hover, > .btn-link[disabled]:focus, > fieldset[disabled] .btn-link:focus { > color: #777777; 2355,2361c3421,3431 < .btn-link:disabled, .btn-link.disabled { < color: #868e96; < pointer-events: none; < } < .btn-lg, .btn-group-lg > .btn { < padding: 0.5rem 1rem; < font-size: 1.25rem; --- > .btn-lg, > .btn-group-lg > .btn { > padding: 10px 16px; > font-size: 18px; > line-height: 1.3333333; > border-radius: 6px; > } > .btn-sm, > .btn-group-sm > .btn { > padding: 5px 10px; > font-size: 12px; 2363c3433 < border-radius: 0.3rem; --- > border-radius: 3px; 2365,2367c3435,3438 < .btn-sm, .btn-group-sm > .btn { < padding: 0.25rem 0.5rem; < font-size: 0.875rem; --- > .btn-xs, > .btn-group-xs > .btn { > padding: 1px 5px; > font-size: 12px; 2369c3440 < border-radius: 0.2rem; --- > border-radius: 3px; 2376c3447 < margin-top: 0.5rem; --- > margin-top: 5px; 2378c3449,3451 < input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { --- > input[type="submit"].btn-block, > input[type="reset"].btn-block, > input[type="button"].btn-block { 2381a3455,3457 > opacity: 0; > -webkit-transition: opacity 0.15s linear; > -o-transition: opacity 0.15s linear; 2384,2390c3460,3461 < @media (prefers-reduced-motion: reduce) { < .fade { < transition: none; < } < } < .fade:not(.show) { < opacity: 0; --- > .fade.in { > opacity: 1; 2392c3463 < .collapse:not(.show) { --- > .collapse { 2394a3466,3474 > .collapse.in { > display: block; > } > tr.collapse.in { > display: table-row; > } > tbody.collapse.in { > display: table-row-group; > } 2399c3479,3484 < transition: height 0.35s ease; --- > -webkit-transition-property: height, visibility; > transition-property: height, visibility; > -webkit-transition-duration: 0.35s; > transition-duration: 0.35s; > -webkit-transition-timing-function: ease; > transition-timing-function: ease; 2401,2404c3486,3495 < @media (prefers-reduced-motion: reduce) { < .collapsing { < transition: none; < } --- > .caret { > display: inline-block; > width: 0; > height: 0; > margin-left: 2px; > vertical-align: middle; > border-top: 4px dashed; > border-top: 4px solid \9; > border-right: 4px solid transparent; > border-left: 4px solid transparent; 2406c3497,3498 < .dropup, .dropright, .dropdown, .dropleft { --- > .dropup, > .dropdown { 2409,2423c3501,3502 < .dropdown-toggle { < white-space: nowrap; < } < .dropdown-toggle::after { < display: inline-block; < margin-left: 0.255em; < vertical-align: 0.255em; < content: ""; < border-top: 0.3em solid; < border-right: 0.3em solid transparent; < border-bottom: 0; < border-left: 0.3em solid transparent; < } < .dropdown-toggle:empty::after { < margin-left: 0; --- > .dropdown-toggle:focus { > outline: 0; 2432,2437c3511,3513 < min-width: 10rem; < padding: 0.5rem 0; < margin: 0.125rem 0 0; < font-size: 1rem; < color: #212529; < text-align: left; --- > min-width: 160px; > padding: 5px 0; > margin: 2px 0 0; 2438a3515,3516 > font-size: 14px; > text-align: left; 2439a3518,3521 > border: 1px solid #000000; > border-radius: 4px; > -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); > box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 2441,2442d3522 < border: 1px solid rgba(0, 0, 0, 0.15); < border-radius: 0.25rem; 2444,2448c3524 < .dropdown-menu-left { < right: auto; < left: 0; < } < .dropdown-menu-right { --- > .dropdown-menu.pull-right { 2452,2571c3528,3530 < @media (min-width: 576px) { < .dropdown-menu-sm-left { < right: auto; < left: 0; < } < .dropdown-menu-sm-right { < right: 0; < left: auto; < } < } < @media (min-width: 768px) { < .dropdown-menu-md-left { < right: auto; < left: 0; < } < .dropdown-menu-md-right { < right: 0; < left: auto; < } < } < @media (min-width: 992px) { < .dropdown-menu-lg-left { < right: auto; < left: 0; < } < .dropdown-menu-lg-right { < right: 0; < left: auto; < } < } < @media (min-width: 1200px) { < .dropdown-menu-xl-left { < right: auto; < left: 0; < } < .dropdown-menu-xl-right { < right: 0; < left: auto; < } < } < .dropup .dropdown-menu { < top: auto; < bottom: 100%; < margin-top: 0; < margin-bottom: 0.125rem; < } < .dropup .dropdown-toggle::after { < display: inline-block; < margin-left: 0.255em; < vertical-align: 0.255em; < content: ""; < border-top: 0; < border-right: 0.3em solid transparent; < border-bottom: 0.3em solid; < border-left: 0.3em solid transparent; < } < .dropup .dropdown-toggle:empty::after { < margin-left: 0; < } < .dropright .dropdown-menu { < top: 0; < right: auto; < left: 100%; < margin-top: 0; < margin-left: 0.125rem; < } < .dropright .dropdown-toggle::after { < display: inline-block; < margin-left: 0.255em; < vertical-align: 0.255em; < content: ""; < border-top: 0.3em solid transparent; < border-right: 0; < border-bottom: 0.3em solid transparent; < border-left: 0.3em solid; < } < .dropright .dropdown-toggle:empty::after { < margin-left: 0; < } < .dropright .dropdown-toggle::after { < vertical-align: 0; < } < .dropleft .dropdown-menu { < top: 0; < right: 100%; < left: auto; < margin-top: 0; < margin-right: 0.125rem; < } < .dropleft .dropdown-toggle::after { < display: inline-block; < margin-left: 0.255em; < vertical-align: 0.255em; < content: ""; < } < .dropleft .dropdown-toggle::after { < display: none; < } < .dropleft .dropdown-toggle::before { < display: inline-block; < margin-right: 0.255em; < vertical-align: 0.255em; < content: ""; < border-top: 0.3em solid transparent; < border-right: 0.3em solid; < border-bottom: 0.3em solid transparent; < } < .dropleft .dropdown-toggle:empty::after { < margin-left: 0; < } < .dropleft .dropdown-toggle::before { < vertical-align: 0; < } < .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { < right: auto; < bottom: auto; < } < .dropdown-divider { < height: 0; < margin: 0.5rem 0; --- > .dropdown-menu .divider { > height: 1px; > margin: 9px 0; 2573c3532 < border-top: 1px solid #e9ecef; --- > background-color: #000000; 2575c3534 < .dropdown-item { --- > .dropdown-menu > li > a { 2577,2578c3536 < width: 100%; < padding: 0.25rem 1.5rem; --- > padding: 3px 20px; 2580,2582c3538,3540 < font-weight: 400; < color: #212529; < text-align: inherit; --- > font-weight: normal; > line-height: 1.42857143; > color: #333333; 2584,2585d3541 < background-color: transparent; < border: 0; 2587,2588c3543,3544 < .dropdown-item:hover, .dropdown-item:focus { < color: #16181b; --- > .dropdown-menu > li > a:hover, > .dropdown-menu > li > a:focus { 2589a3546 > color: #000000; 2592,2593c3549,3552 < .dropdown-item.active, .dropdown-item:active { < color: #fff; --- > .dropdown-menu > .active > a, > .dropdown-menu > .active > a:hover, > .dropdown-menu > .active > a:focus { > color: #ffffff; 2594a3554 > outline: 0; 2597,2599c3557,3564 < .dropdown-item.disabled, .dropdown-item:disabled { < color: #adb5bd; < pointer-events: none; --- > .dropdown-menu > .disabled > a, > .dropdown-menu > .disabled > a:hover, > .dropdown-menu > .disabled > a:focus { > color: #777777; > } > .dropdown-menu > .disabled > a:hover, > .dropdown-menu > .disabled > a:focus { > text-decoration: none; 2600a3566,3568 > background-image: none; > filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); > cursor: not-allowed; 2602c3570 < .dropdown-menu.show { --- > .open > .dropdown-menu { 2604a3573,3583 > .open > a { > outline: 0; > } > .dropdown-menu-right { > left: auto; > right: 0; > } > .dropdown-menu-left { > left: 0; > right: auto; > } 2607,2610c3586,3589 < padding: 0.5rem 1.5rem; < margin-bottom: 0; < font-size: 0.875rem; < color: #868e96; --- > padding: 3px 20px; > font-size: 12px; > line-height: 1.42857143; > color: #777777; 2613,2616c3592,3625 < .dropdown-item-text { < display: block; < padding: 0.25rem 1.5rem; < color: #212529; --- > .dropdown-backdrop { > position: fixed; > left: 0; > right: 0; > bottom: 0; > top: 0; > z-index: 990; > } > .pull-right > .dropdown-menu { > right: 0; > left: auto; > } > .dropup .caret, > .navbar-fixed-bottom .dropdown .caret { > border-top: 0; > border-bottom: 4px dashed; > border-bottom: 4px solid \9; > content: ""; > } > .dropup .dropdown-menu, > .navbar-fixed-bottom .dropdown .dropdown-menu { > top: auto; > bottom: 100%; > margin-bottom: 2px; > } > @media (min-width: 768px) { > .navbar-right .dropdown-menu { > left: auto; > right: 0; > } > .navbar-right .dropdown-menu-left { > left: 0; > right: auto; > } 2618c3627,3628 < .btn-group, .btn-group-vertical { --- > .btn-group, > .btn-group-vertical { 2620c3630 < display: inline-flex; --- > display: inline-block; 2623c3633,3634 < .btn-group > .btn, .btn-group-vertical > .btn { --- > .btn-group > .btn, > .btn-group-vertical > .btn { 2625c3636 < flex: 1 1 auto; --- > float: left; 2627,2628c3638,3646 < .btn-group > .btn:hover, .btn-group-vertical > .btn:hover { < z-index: 1; --- > .btn-group > .btn:hover, > .btn-group-vertical > .btn:hover, > .btn-group > .btn:focus, > .btn-group-vertical > .btn:focus, > .btn-group > .btn:active, > .btn-group-vertical > .btn:active, > .btn-group > .btn.active, > .btn-group-vertical > .btn.active { > z-index: 2; 2630,2631c3648,3652 < .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { < z-index: 1; --- > .btn-group .btn + .btn, > .btn-group .btn + .btn-group, > .btn-group .btn-group + .btn, > .btn-group .btn-group + .btn-group { > margin-left: -1px; 2634,2636c3655 < display: flex; < flex-wrap: wrap; < justify-content: flex-start; --- > margin-left: -5px; 2637a3657,3658 > .btn-toolbar .btn, > .btn-toolbar .btn-group, 2639,2646c3660 < width: auto; < } < .btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) { < margin-left: -1px; < } < .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn { < border-top-right-radius: 0; < border-bottom-right-radius: 0; --- > float: left; 2648,2650c3662,3665 < .btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn { < border-top-left-radius: 0; < border-bottom-left-radius: 0; --- > .btn-toolbar > .btn, > .btn-toolbar > .btn-group, > .btn-toolbar > .input-group { > margin-left: 5px; 2652,2654c3667,3668 < .dropdown-toggle-split { < padding-right: 0.5625rem; < padding-left: 0.5625rem; --- > .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { > border-radius: 0; 2656c3670 < .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { --- > .btn-group > .btn:first-child { 2659,2681c3673 < .dropleft .dropdown-toggle-split::before { < margin-right: 0; < } < .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { < padding-right: 0.375rem; < padding-left: 0.375rem; < } < .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { < padding-right: 0.75rem; < padding-left: 0.75rem; < } < .btn-group-vertical { < flex-direction: column; < align-items: flex-start; < justify-content: center; < } < .btn-group-vertical > .btn, .btn-group-vertical > .btn-group { < width: 100%; < } < .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) { < margin-top: -1px; < } < .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn { --- > .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { 2683,2686d3674 < border-bottom-left-radius: 0; < } < .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn { < border-top-left-radius: 0; 2689,2721c3677,3678 < .btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn { < margin-bottom: 0; < } < .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] { < position: absolute; < clip: rect(0, 0, 0, 0); < pointer-events: none; < } < .input-group { < position: relative; < display: flex; < flex-wrap: wrap; < align-items: stretch; < width: 100%; < } < .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file { < position: relative; < flex: 1 1 auto; < width: 1%; < min-width: 0; < margin-bottom: 0; < } < .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file { < margin-left: -1px; < } < .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { < z-index: 3; < } < .input-group > .custom-file .custom-file-input:focus { < z-index: 4; < } < .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) { < border-top-left-radius: 0; --- > .btn-group > .btn:last-child:not(:first-child), > .btn-group > .dropdown-toggle:not(:first-child) { 2722a3680 > border-top-left-radius: 0; 2724,2726c3682,3683 < .input-group > .custom-file { < display: flex; < align-items: center; --- > .btn-group > .btn-group { > float: left; 2728,2730c3685,3686 < .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label { < border-top-left-radius: 0; < border-bottom-left-radius: 0; --- > .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { > border-radius: 0; 2732,2733c3688,3689 < .input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after { < border-top-right-radius: 0; --- > .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, > .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 2735,2736d3690 < } < .input-group.has-validation > .form-control:nth-last-child(n + 3), .input-group.has-validation > .custom-select:nth-last-child(n + 3), .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after { 2738,2745d3691 < border-bottom-right-radius: 0; < } < .input-group-prepend, .input-group-append { < display: flex; < } < .input-group-prepend .btn, .input-group-append .btn { < position: relative; < z-index: 2; 2747,2748c3693,3695 < .input-group-prepend .btn:focus, .input-group-append .btn:focus { < z-index: 3; --- > .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { > border-bottom-left-radius: 0; > border-top-left-radius: 0; 2750,2751c3697,3699 < .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn { < margin-left: -1px; --- > .btn-group .dropdown-toggle:active, > .btn-group.open .dropdown-toggle { > outline: 0; 2753,2754c3701,3711 < .input-group-prepend { < margin-right: -1px; --- > .btn-group > .btn + .dropdown-toggle { > padding-left: 8px; > padding-right: 8px; > } > .btn-group > .btn-lg + .dropdown-toggle { > padding-left: 12px; > padding-right: 12px; > } > .btn-group.open .dropdown-toggle { > -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); > box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 2756,2757c3713,3715 < .input-group-append { < margin-left: -1px; --- > .btn-group.open .dropdown-toggle.btn-link { > -webkit-box-shadow: none; > box-shadow: none; 2759,2772c3717,3718 < .input-group-text { < display: flex; < align-items: center; < padding: 0.375rem 0.75rem; < margin-bottom: 0; < font-size: 1rem; < font-weight: 400; < line-height: 1.5; < color: #000; < text-align: center; < white-space: nowrap; < background-color: #e9ecef; < border: 1px solid #999970; < border-radius: 0.25rem; --- > .btn .caret { > margin-left: 0; 2774,2775c3720,3722 < .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] { < margin-top: 0; --- > .btn-lg .caret { > border-width: 5px 5px 0; > border-bottom-width: 0; 2777,2778c3724,3725 < .input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select { < height: calc(1.5em + 1rem + 2px); --- > .dropup .btn-lg .caret { > border-width: 0 5px 5px; 2780,2784c3727,3733 < .input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn { < padding: 0.5rem 1rem; < font-size: 1.25rem; < line-height: 1.5; < border-radius: 0.3rem; --- > .btn-group-vertical > .btn, > .btn-group-vertical > .btn-group, > .btn-group-vertical > .btn-group > .btn { > display: block; > float: none; > width: 100%; > max-width: 100%; 2786,2787c3735,3736 < .input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select { < height: calc(1.5em + 0.5rem + 2px); --- > .btn-group-vertical > .btn-group > .btn { > float: none; 2789,2793c3738,3743 < .input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn { < padding: 0.25rem 0.5rem; < font-size: 0.875rem; < line-height: 1.5; < border-radius: 0.2rem; --- > .btn-group-vertical > .btn + .btn, > .btn-group-vertical > .btn + .btn-group, > .btn-group-vertical > .btn-group + .btn, > .btn-group-vertical > .btn-group + .btn-group { > margin-top: -1px; > margin-left: 0; 2795,2796c3745,3746 < .input-group-lg > .custom-select, .input-group-sm > .custom-select { < padding-right: 1.75rem; --- > .btn-group-vertical > .btn:not(:first-child):not(:last-child) { > border-radius: 0; 2798,2799c3748,3750 < .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { < border-top-right-radius: 0; --- > .btn-group-vertical > .btn:first-child:not(:last-child) { > border-top-right-radius: 4px; > border-top-left-radius: 4px; 2800a3752 > border-bottom-left-radius: 0; 2802c3754,3755 < .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { --- > .btn-group-vertical > .btn:last-child:not(:first-child) { > border-top-right-radius: 0; 2804c3757,3758 < border-bottom-left-radius: 0; --- > border-bottom-right-radius: 4px; > border-bottom-left-radius: 4px; 2806,2816c3760,3761 < .custom-control { < position: relative; < z-index: 1; < display: block; < min-height: 1.5rem; < padding-left: 1.5rem; < color-adjust: exact; < } < .custom-control-inline { < display: inline-flex; < margin-right: 1rem; --- > .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { > border-radius: 0; 2818,2824c3763,3766 < .custom-control-input { < position: absolute; < left: 0; < z-index: -1; < width: 1rem; < height: 1.25rem; < opacity: 0; --- > .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, > .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { > border-bottom-right-radius: 0; > border-bottom-left-radius: 0; 2826,2829c3768,3770 < .custom-control-input:checked ~ .custom-control-label::before { < color: #fff; < border-color: #2255aa; < background-color: #2255aa; --- > .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { > border-top-right-radius: 0; > border-top-left-radius: 0; 2831,2832c3772,3776 < .custom-control-input:focus ~ .custom-control-label::before { < box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.25); --- > .btn-group-justified { > display: table; > width: 100%; > table-layout: fixed; > border-collapse: separate; 2834,2835c3778,3782 < .custom-control-input:focus:not(:checked) ~ .custom-control-label::before { < border-color: #6a97e1; --- > .btn-group-justified > .btn, > .btn-group-justified > .btn-group { > float: none; > display: table-cell; > width: 1%; 2837,2840c3784,3785 < .custom-control-input:not(:disabled):active ~ .custom-control-label::before { < color: #fff; < background-color: #95b5ea; < border-color: #95b5ea; --- > .btn-group-justified > .btn-group .btn { > width: 100%; 2842,2843c3787,3788 < .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { < color: #868e96; --- > .btn-group-justified > .btn-group .dropdown-menu { > left: auto; 2845,2846c3790,3796 < .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { < background-color: #e9ecef; --- > [data-toggle="buttons"] > .btn input[type="radio"], > [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], > [data-toggle="buttons"] > .btn input[type="checkbox"], > [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { > position: absolute; > clip: rect(0, 0, 0, 0); > pointer-events: none; 2848c3798 < .custom-control-label { --- > .input-group { 2850,2851c3800,3801 < margin-bottom: 0; < vertical-align: top; --- > display: table; > border-collapse: separate; 2853,2863c3803,3806 < .custom-control-label::before { < position: absolute; < top: 0.25rem; < left: -1.5rem; < display: block; < width: 1rem; < height: 1rem; < pointer-events: none; < content: ""; < background-color: #f1f1c9; < border: #adb5bd solid 1px; --- > .input-group[class*="col-"] { > float: none; > padding-left: 0; > padding-right: 0; 2865,2873c3808,3813 < .custom-control-label::after { < position: absolute; < top: 0.25rem; < left: -1.5rem; < display: block; < width: 1rem; < height: 1rem; < content: ""; < background: 50% / 50% 50% no-repeat; --- > .input-group .form-control { > position: relative; > z-index: 2; > float: left; > width: 100%; > margin-bottom: 0; 2875,2876c3815,3816 < .custom-checkbox .custom-control-label::before { < border-radius: 0.25rem; --- > .input-group .form-control:focus { > z-index: 3; 2878,2879c3818,3839 < .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { < background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); --- > .input-group-lg > .form-control, > .input-group-lg > .input-group-addon, > .input-group-lg > .input-group-btn > .btn { > height: 46px; > padding: 10px 16px; > font-size: 18px; > line-height: 1.3333333; > border-radius: 6px; > } > select.input-group-lg > .form-control, > select.input-group-lg > .input-group-addon, > select.input-group-lg > .input-group-btn > .btn { > height: 46px; > line-height: 46px; > } > textarea.input-group-lg > .form-control, > textarea.input-group-lg > .input-group-addon, > textarea.input-group-lg > .input-group-btn > .btn, > select[multiple].input-group-lg > .form-control, > select[multiple].input-group-lg > .input-group-addon, > select[multiple].input-group-lg > .input-group-btn > .btn { > height: auto; 2881,2883c3841,3848 < .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { < border-color: #2255aa; < background-color: #2255aa; --- > .input-group-sm > .form-control, > .input-group-sm > .input-group-addon, > .input-group-sm > .input-group-btn > .btn { > height: 30px; > padding: 5px 10px; > font-size: 12px; > line-height: 1.5; > border-radius: 3px; 2885,2886c3850,3862 < .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { < background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); --- > select.input-group-sm > .form-control, > select.input-group-sm > .input-group-addon, > select.input-group-sm > .input-group-btn > .btn { > height: 30px; > line-height: 30px; > } > textarea.input-group-sm > .form-control, > textarea.input-group-sm > .input-group-addon, > textarea.input-group-sm > .input-group-btn > .btn, > select[multiple].input-group-sm > .form-control, > select[multiple].input-group-sm > .input-group-addon, > select[multiple].input-group-sm > .input-group-btn > .btn { > height: auto; 2888,2889c3864,3872 < .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { < background-color: rgba(34, 85, 170, 0.5); --- > .input-group-addon, > .input-group-btn, > .input-group .form-control { > display: table-cell; > } > .input-group-addon:not(:first-child):not(:last-child), > .input-group-btn:not(:first-child):not(:last-child), > .input-group .form-control:not(:first-child):not(:last-child) { > border-radius: 0; 2891,2892c3874,3878 < .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { < background-color: rgba(34, 85, 170, 0.5); --- > .input-group-addon, > .input-group-btn { > width: 1%; > white-space: nowrap; > vertical-align: middle; 2894,2895c3880,3889 < .custom-radio .custom-control-label::before { < border-radius: 50%; --- > .input-group-addon { > padding: 6px 12px; > font-size: 14px; > font-weight: normal; > line-height: 1; > color: #000000; > text-align: center; > background-color: #eeeeee; > border: 1px solid #999970; > border-radius: 4px; 2897,2898c3891,3894 < .custom-radio .custom-control-input:checked ~ .custom-control-label::after { < background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); --- > .input-group-addon.input-sm { > padding: 5px 10px; > font-size: 12px; > border-radius: 3px; 2900,2901c3896,3899 < .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { < background-color: rgba(34, 85, 170, 0.5); --- > .input-group-addon.input-lg { > padding: 10px 16px; > font-size: 18px; > border-radius: 6px; 2903,2904c3901,3903 < .custom-switch { < padding-left: 2.25rem; --- > .input-group-addon input[type="radio"], > .input-group-addon input[type="checkbox"] { > margin-top: 0; 2906,2924c3905,3913 < .custom-switch .custom-control-label::before { < left: -2.25rem; < width: 1.75rem; < pointer-events: all; < border-radius: 0.5rem; < } < .custom-switch .custom-control-label::after { < top: calc(0.25rem + 2px); < left: calc(-2.25rem + 2px); < width: calc(1rem - 4px); < height: calc(1rem - 4px); < background-color: #adb5bd; < border-radius: 0.5rem; < transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; < } < @media (prefers-reduced-motion: reduce) { < .custom-switch .custom-control-label::after { < transition: none; < } --- > .input-group .form-control:first-child, > .input-group-addon:first-child, > .input-group-btn:first-child > .btn, > .input-group-btn:first-child > .btn-group > .btn, > .input-group-btn:first-child > .dropdown-toggle, > .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), > .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { > border-bottom-right-radius: 0; > border-top-right-radius: 0; 2926,2928c3915,3916 < .custom-switch .custom-control-input:checked ~ .custom-control-label::after { < background-color: #f1f1c9; < transform: translateX(0.75rem); --- > .input-group-addon:first-child { > border-right: 0; 2930,2931c3918,3926 < .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { < background-color: rgba(34, 85, 170, 0.5); --- > .input-group .form-control:last-child, > .input-group-addon:last-child, > .input-group-btn:last-child > .btn, > .input-group-btn:last-child > .btn-group > .btn, > .input-group-btn:last-child > .dropdown-toggle, > .input-group-btn:first-child > .btn:not(:first-child), > .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { > border-bottom-left-radius: 0; > border-top-left-radius: 0; 2933,2946c3928,3929 < .custom-select { < display: inline-block; < width: 100%; < height: calc(1.5em + 0.75rem + 2px); < padding: 0.375rem 1.75rem 0.375rem 0.75rem; < font-size: 1rem; < font-weight: 400; < line-height: 1.5; < color: #000; < vertical-align: middle; < background: #f1f1c9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat; < border: 1px solid #999970; < border-radius: 0.25rem; < appearance: none; --- > .input-group-addon:last-child { > border-left: 0; 2948,2951c3931,3934 < .custom-select:focus { < border-color: #6a97e1; < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.25); --- > .input-group-btn { > position: relative; > font-size: 0; > white-space: nowrap; 2953,2955c3936,3937 < .custom-select:focus::-ms-value { < color: #000; < background-color: #f1f1c9; --- > .input-group-btn > .btn { > position: relative; 2957,2960c3939,3940 < .custom-select[multiple], .custom-select[size]:not([size="1"]) { < height: auto; < padding-right: 0.75rem; < background-image: none; --- > .input-group-btn > .btn + .btn { > margin-left: -1px; 2962,2964c3942,3945 < .custom-select:disabled { < color: #868e96; < background-color: #e9ecef; --- > .input-group-btn > .btn:hover, > .input-group-btn > .btn:focus, > .input-group-btn > .btn:active { > z-index: 2; 2966,2967c3947,3949 < .custom-select::-ms-expand { < display: none; --- > .input-group-btn:first-child > .btn, > .input-group-btn:first-child > .btn-group { > margin-right: -1px; 2969,2971c3951,3954 < .custom-select:-moz-focusring { < color: transparent; < text-shadow: 0 0 0 #000; --- > .input-group-btn:last-child > .btn, > .input-group-btn:last-child > .btn-group { > z-index: 2; > margin-left: -1px; 2973,2985c3956,3959 < .custom-select-sm { < height: calc(1.5em + 0.5rem + 2px); < padding-top: 0.25rem; < padding-bottom: 0.25rem; < padding-left: 0.5rem; < font-size: 0.875rem; < } < .custom-select-lg { < height: calc(1.5em + 1rem + 2px); < padding-top: 0.5rem; < padding-bottom: 0.5rem; < padding-left: 1rem; < font-size: 1.25rem; --- > .nav { > margin-bottom: 0; > padding-left: 0; > list-style: none; 2987c3961 < .custom-file { --- > .nav > li { 2989,2992c3963 < display: inline-block; < width: 100%; < height: calc(1.5em + 0.75rem + 2px); < margin-bottom: 0; --- > display: block; 2994c3965 < .custom-file-input { --- > .nav > li > a { 2996,3001c3967,3968 < z-index: 2; < width: 100%; < height: calc(1.5em + 0.75rem + 2px); < margin: 0; < overflow: hidden; < opacity: 0; --- > display: block; > padding: 10px 15px; 3003,3005c3970,3973 < .custom-file-input:focus ~ .custom-file-label { < border-color: #6a97e1; < box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.25); --- > .nav > li > a:hover, > .nav > li > a:focus { > text-decoration: none; > background-color: #eeeeee; 3007,3008c3975,3976 < .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label { < background-color: #e9ecef; --- > .nav > li.disabled > a { > color: #777777; 3010,3011c3978,3983 < .custom-file-input:lang(en) ~ .custom-file-label::after { < content: "Browse"; --- > .nav > li.disabled > a:hover, > .nav > li.disabled > a:focus { > color: #777777; > text-decoration: none; > background-color: transparent; > cursor: not-allowed; 3013,3014c3985,3989 < .custom-file-input ~ .custom-file-label[data-browse]::after { < content: attr(data-browse); --- > .nav .open > a, > .nav .open > a:hover, > .nav .open > a:focus { > background-color: #eeeeee; > border-color: #2255aa; 3016,3023c3991,3993 < .custom-file-label { < position: absolute; < top: 0; < right: 0; < left: 0; < z-index: 1; < height: calc(1.5em + 0.75rem + 2px); < padding: 0.375rem 0.75rem; --- > .nav .nav-divider { > height: 1px; > margin: 9px 0; 3025,3030c3995 < font-weight: 400; < line-height: 1.5; < color: #000; < background-color: #f1f1c9; < border: 1px solid #999970; < border-radius: 0.25rem; --- > background-color: #e5e5e5; 3032,3046c3997,3998 < .custom-file-label::after { < position: absolute; < top: 0; < right: 0; < bottom: 0; < z-index: 3; < display: block; < height: calc(1.5em + 0.75rem); < padding: 0.375rem 0.75rem; < line-height: 1.5; < color: #000; < content: "Browse"; < background-color: #e9ecef; < border-left: inherit; < border-radius: 0 0.25rem 0.25rem 0; --- > .nav > li > a > img { > max-width: none; 3048,3053c4000,4001 < .custom-range { < width: 100%; < height: 1.4rem; < padding: 0; < background-color: transparent; < appearance: none; --- > .nav-tabs { > border-bottom: 1px solid #dddddd; 3055,3056c4003,4005 < .custom-range:focus { < outline: 0; --- > .nav-tabs > li { > float: left; > margin-bottom: -1px; 3058,3059c4007,4011 < .custom-range:focus::-webkit-slider-thumb { < box-shadow: 0 0 0 1px #e1e2b9, 0 0 0 0.2rem rgba(34, 85, 170, 0.25); --- > .nav-tabs > li > a { > margin-right: 2px; > line-height: 1.42857143; > border: 1px solid transparent; > border-radius: 4px 4px 0 0; 3061,3062c4013,4014 < .custom-range:focus::-moz-range-thumb { < box-shadow: 0 0 0 1px #e1e2b9, 0 0 0 0.2rem rgba(34, 85, 170, 0.25); --- > .nav-tabs > li > a:hover { > border-color: #eeeeee #eeeeee #dddddd; 3064,3065c4016,4023 < .custom-range:focus::-ms-thumb { < box-shadow: 0 0 0 1px #e1e2b9, 0 0 0 0.2rem rgba(34, 85, 170, 0.25); --- > .nav-tabs > li.active > a, > .nav-tabs > li.active > a:hover, > .nav-tabs > li.active > a:focus { > color: #555555; > background-color: #e1e2b9; > border: 1px solid #dddddd; > border-bottom-color: transparent; > cursor: default; 3067,3068c4025,4027 < .custom-range::-moz-focus-outer { < border: 0; --- > .nav-tabs.nav-justified { > width: 100%; > border-bottom: 0; 3070,3078c4029,4030 < .custom-range::-webkit-slider-thumb { < width: 1rem; < height: 1rem; < margin-top: -0.25rem; < background-color: #2255aa; < border: 0; < border-radius: 1rem; < transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; < appearance: none; --- > .nav-tabs.nav-justified > li { > float: none; 3080,3083c4032,4034 < @media (prefers-reduced-motion: reduce) { < .custom-range::-webkit-slider-thumb { < transition: none; < } --- > .nav-tabs.nav-justified > li > a { > text-align: center; > margin-bottom: 5px; 3085,3086c4036,4038 < .custom-range::-webkit-slider-thumb:active { < background-color: #95b5ea; --- > .nav-tabs.nav-justified > .dropdown .dropdown-menu { > top: auto; > left: auto; 3088,3095c4040,4047 < .custom-range::-webkit-slider-runnable-track { < width: 100%; < height: 0.5rem; < color: transparent; < cursor: pointer; < background-color: #dee2e6; < border-color: transparent; < border-radius: 1rem; --- > @media (min-width: 768px) { > .nav-tabs.nav-justified > li { > display: table-cell; > width: 1%; > } > .nav-tabs.nav-justified > li > a { > margin-bottom: 0; > } 3097,3104c4049,4056 < .custom-range::-moz-range-thumb { < width: 1rem; < height: 1rem; < background-color: #2255aa; < border: 0; < border-radius: 1rem; < transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; < appearance: none; --- > .nav-tabs.nav-justified > li > a { > margin-right: 0; > border-radius: 4px; > } > .nav-tabs.nav-justified > .active > a, > .nav-tabs.nav-justified > .active > a:hover, > .nav-tabs.nav-justified > .active > a:focus { > border: 1px solid #dddddd; 3106,3108c4058,4066 < @media (prefers-reduced-motion: reduce) { < .custom-range::-moz-range-thumb { < transition: none; --- > @media (min-width: 768px) { > .nav-tabs.nav-justified > li > a { > border-bottom: 1px solid #dddddd; > border-radius: 4px 4px 0 0; > } > .nav-tabs.nav-justified > .active > a, > .nav-tabs.nav-justified > .active > a:hover, > .nav-tabs.nav-justified > .active > a:focus { > border-bottom-color: #e1e2b9; 3111,3112c4069,4070 < .custom-range::-moz-range-thumb:active { < background-color: #95b5ea; --- > .nav-pills > li { > float: left; 3114,3121c4072,4073 < .custom-range::-moz-range-track { < width: 100%; < height: 0.5rem; < color: transparent; < cursor: pointer; < background-color: #dee2e6; < border-color: transparent; < border-radius: 1rem; --- > .nav-pills > li > a { > border-radius: 4px; 3123,3128c4075,4081 < .custom-range::-ms-thumb { < width: 1rem; < height: 1rem; < margin-top: 0; < margin-right: 0.2rem; < margin-left: 0.2rem; --- > .nav-pills > li + li { > margin-left: 2px; > } > .nav-pills > li.active > a, > .nav-pills > li.active > a:hover, > .nav-pills > li.active > a:focus { > color: #ffffff; 3130,3133d4082 < border: 0; < border-radius: 1rem; < transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; < appearance: none; 3135,3138c4084,4085 < @media (prefers-reduced-motion: reduce) { < .custom-range::-ms-thumb { < transition: none; < } --- > .nav-stacked > li { > float: none; 3140,3141c4087,4089 < .custom-range::-ms-thumb:active { < background-color: #95b5ea; --- > .nav-stacked > li + li { > margin-top: 2px; > margin-left: 0; 3143c4091 < .custom-range::-ms-track { --- > .nav-justified { 3145,3150d4092 < height: 0.5rem; < color: transparent; < cursor: pointer; < background-color: transparent; < border-color: transparent; < border-width: 0.5rem; 3152,3159c4094,4095 < .custom-range::-ms-fill-lower { < background-color: #dee2e6; < border-radius: 1rem; < } < .custom-range::-ms-fill-upper { < margin-right: 15px; < background-color: #dee2e6; < border-radius: 1rem; --- > .nav-justified > li { > float: none; 3161,3162c4097,4099 < .custom-range:disabled::-webkit-slider-thumb { < background-color: #adb5bd; --- > .nav-justified > li > a { > text-align: center; > margin-bottom: 5px; 3164,3165c4101,4103 < .custom-range:disabled::-webkit-slider-runnable-track { < cursor: default; --- > .nav-justified > .dropdown .dropdown-menu { > top: auto; > left: auto; 3167,3168c4105,4112 < .custom-range:disabled::-moz-range-thumb { < background-color: #adb5bd; --- > @media (min-width: 768px) { > .nav-justified > li { > display: table-cell; > width: 1%; > } > .nav-justified > li > a { > margin-bottom: 0; > } 3170,3171c4114,4115 < .custom-range:disabled::-moz-range-track { < cursor: default; --- > .nav-tabs-justified { > border-bottom: 0; 3173,3174c4117,4119 < .custom-range:disabled::-ms-thumb { < background-color: #adb5bd; --- > .nav-tabs-justified > li > a { > margin-right: 0; > border-radius: 4px; 3176,3177c4121,4124 < .custom-control-label::before, .custom-file-label, .custom-select { < transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; --- > .nav-tabs-justified > .active > a, > .nav-tabs-justified > .active > a:hover, > .nav-tabs-justified > .active > a:focus { > border: 1px solid #dddddd; 3179,3181c4126,4134 < @media (prefers-reduced-motion: reduce) { < .custom-control-label::before, .custom-file-label, .custom-select { < transition: none; --- > @media (min-width: 768px) { > .nav-tabs-justified > li > a { > border-bottom: 1px solid #dddddd; > border-radius: 4px 4px 0 0; > } > .nav-tabs-justified > .active > a, > .nav-tabs-justified > .active > a:hover, > .nav-tabs-justified > .active > a:focus { > border-bottom-color: #e1e2b9; 3184,3189c4137,4138 < .nav { < display: flex; < flex-wrap: wrap; < padding-left: 0; < margin-bottom: 0; < list-style: none; --- > .tab-content > .tab-pane { > display: none; 3191c4140 < .nav-link { --- > .tab-content > .active { 3193d4141 < padding: 0.5rem 1rem; 3195,3204c4143,4146 < .nav-link:hover, .nav-link:focus { < text-decoration: none; < } < .nav-link.disabled { < color: #868e96; < pointer-events: none; < cursor: default; < } < .nav-tabs { < border-bottom: 1px solid #dee2e6; --- > .nav-tabs .dropdown-menu { > margin-top: -1px; > border-top-right-radius: 0; > border-top-left-radius: 0; 3206,3207c4148,4151 < .nav-tabs .nav-link { < margin-bottom: -1px; --- > .navbar { > position: relative; > min-height: 50px; > margin-bottom: 20px; 3209,3210d4152 < border-top-left-radius: 0.25rem; < border-top-right-radius: 0.25rem; 3212,3213c4154,4157 < .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { < border-color: #e9ecef #e9ecef #dee2e6; --- > @media (min-width: 768px) { > .navbar { > border-radius: 4px; > } 3215,3218c4159,4162 < .nav-tabs .nav-link.disabled { < color: #868e96; < background-color: transparent; < border-color: transparent; --- > @media (min-width: 768px) { > .navbar-header { > float: left; > } 3220,3223c4164,4170 < .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { < color: #495057; < background-color: #e1e2b9; < border-color: #dee2e6 #dee2e6 #e1e2b9; --- > .navbar-collapse { > overflow-x: visible; > padding-right: 15px; > padding-left: 15px; > border-top: 1px solid transparent; > box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); > -webkit-overflow-scrolling: touch; 3225,3228c4172,4173 < .nav-tabs .dropdown-menu { < margin-top: -1px; < border-top-left-radius: 0; < border-top-right-radius: 0; --- > .navbar-collapse.in { > overflow-y: auto; 3230,3231c4175,4195 < .nav-pills .nav-link { < border-radius: 0.25rem; --- > @media (min-width: 768px) { > .navbar-collapse { > width: auto; > border-top: 0; > box-shadow: none; > } > .navbar-collapse.collapse { > display: block !important; > height: auto !important; > padding-bottom: 0; > overflow: visible !important; > } > .navbar-collapse.in { > overflow-y: visible; > } > .navbar-fixed-top .navbar-collapse, > .navbar-static-top .navbar-collapse, > .navbar-fixed-bottom .navbar-collapse { > padding-left: 0; > padding-right: 0; > } 3233,3235c4197,4199 < .nav-pills .nav-link.active, .nav-pills .show > .nav-link { < color: #fff; < background-color: #2255aa; --- > .navbar-fixed-top .navbar-collapse, > .navbar-fixed-bottom .navbar-collapse { > max-height: 340px; 3237,3239c4201,4205 < .nav-fill > .nav-link, .nav-fill .nav-item { < flex: 1 1 auto; < text-align: center; --- > @media (max-device-width: 480px) and (orientation: landscape) { > .navbar-fixed-top .navbar-collapse, > .navbar-fixed-bottom .navbar-collapse { > max-height: 200px; > } 3241,3244c4207,4212 < .nav-justified > .nav-link, .nav-justified .nav-item { < flex-basis: 0; < flex-grow: 1; < text-align: center; --- > .container > .navbar-header, > .container-fluid > .navbar-header, > .container > .navbar-collapse, > .container-fluid > .navbar-collapse { > margin-right: -15px; > margin-left: -15px; 3246,3247c4214,4221 < .tab-content > .tab-pane { < display: none; --- > @media (min-width: 768px) { > .container > .navbar-header, > .container-fluid > .navbar-header, > .container > .navbar-collapse, > .container-fluid > .navbar-collapse { > margin-right: 0; > margin-left: 0; > } 3249,3250c4223,4225 < .tab-content > .active { < display: block; --- > .navbar-static-top { > z-index: 1000; > border-width: 0 0 1px; 3252,3264c4227,4230 < .navbar { < position: relative; < display: flex; < flex-wrap: wrap; < align-items: center; < justify-content: space-between; < padding: 0.5rem 1rem; < } < .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl { < display: flex; < flex-wrap: wrap; < align-items: center; < justify-content: space-between; --- > @media (min-width: 768px) { > .navbar-static-top { > border-radius: 0; > } 3266,3273c4232,4237 < .navbar-brand { < display: inline-block; < padding-top: 0.3125rem; < padding-bottom: 0.3125rem; < margin-right: 1rem; < font-size: 1.25rem; < line-height: inherit; < white-space: nowrap; --- > .navbar-fixed-top, > .navbar-fixed-bottom { > position: fixed; > right: 0; > left: 0; > z-index: 1030; 3275,3276c4239,4243 < .navbar-brand:hover, .navbar-brand:focus { < text-decoration: none; --- > @media (min-width: 768px) { > .navbar-fixed-top, > .navbar-fixed-bottom { > border-radius: 0; > } 3278,3281c4245,4250 < .navbar-nav { < display: flex; < flex-direction: column; < padding-left: 0; --- > .navbar-fixed-top { > top: 0; > border-width: 0 0 1px; > } > .navbar-fixed-bottom { > bottom: 0; 3283c4252 < list-style: none; --- > border-width: 1px 0 0; 3285,3287c4254,4259 < .navbar-nav .nav-link { < padding-right: 0; < padding-left: 0; --- > .navbar-brand { > float: left; > padding: 15px 15px; > font-size: 18px; > line-height: 20px; > height: 50px; 3289,3291c4261,4263 < .navbar-nav .dropdown-menu { < position: static; < float: none; --- > .navbar-brand:hover, > .navbar-brand:focus { > text-decoration: none; 3293,3296c4265,4266 < .navbar-text { < display: inline-block; < padding-top: 0.5rem; < padding-bottom: 0.5rem; --- > .navbar-brand > img { > display: block; 3298,3306c4268,4280 < .navbar-collapse { < flex-basis: 100%; < flex-grow: 1; < align-items: center; < } < .navbar-toggler { < padding: 0.25rem 0.75rem; < font-size: 1.25rem; < line-height: 1; --- > @media (min-width: 768px) { > .navbar > .container .navbar-brand, > .navbar > .container-fluid .navbar-brand { > margin-left: -15px; > } > } > .navbar-toggle { > position: relative; > float: right; > margin-right: 15px; > padding: 9px 10px; > margin-top: 8px; > margin-bottom: 8px; 3307a4282 > background-image: none; 3309,3312c4284 < border-radius: 0.25rem; < } < .navbar-toggler:hover, .navbar-toggler:focus { < text-decoration: none; --- > border-radius: 4px; 3314,3320c4286,4287 < .navbar-toggler-icon { < display: inline-block; < width: 1.5em; < height: 1.5em; < vertical-align: middle; < content: ""; < background: 50% / 100% 100% no-repeat; --- > .navbar-toggle:focus { > outline: 0; 3322,3324c4289,4293 < .navbar-nav-scroll { < max-height: 75vh; < overflow-y: auto; --- > .navbar-toggle .icon-bar { > display: block; > width: 22px; > height: 2px; > border-radius: 1px; 3326,3330c4295,4296 < @media (max-width: 575.98px) { < .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl { < padding-right: 0; < padding-left: 0; < } --- > .navbar-toggle .icon-bar + .icon-bar { > margin-top: 4px; 3332,3357c4298,4299 < @media (min-width: 576px) { < .navbar-expand-sm { < flex-flow: row nowrap; < justify-content: flex-start; < } < .navbar-expand-sm .navbar-nav { < flex-direction: row; < } < .navbar-expand-sm .navbar-nav .dropdown-menu { < position: absolute; < } < .navbar-expand-sm .navbar-nav .nav-link { < padding-right: 0.5rem; < padding-left: 0.5rem; < } < .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl { < flex-wrap: nowrap; < } < .navbar-expand-sm .navbar-nav-scroll { < overflow: visible; < } < .navbar-expand-sm .navbar-collapse { < display: flex !important; < flex-basis: auto; < } < .navbar-expand-sm .navbar-toggler { --- > @media (min-width: 768px) { > .navbar-toggle { 3361,3365c4303,4304 < @media (max-width: 767.98px) { < .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl { < padding-right: 0; < padding-left: 0; < } --- > .navbar-nav { > margin: 7.5px -15px; 3367,3380c4306,4319 < @media (min-width: 768px) { < .navbar-expand-md { < flex-flow: row nowrap; < justify-content: flex-start; < } < .navbar-expand-md .navbar-nav { < flex-direction: row; < } < .navbar-expand-md .navbar-nav .dropdown-menu { < position: absolute; < } < .navbar-expand-md .navbar-nav .nav-link { < padding-right: 0.5rem; < padding-left: 0.5rem; --- > .navbar-nav > li > a { > padding-top: 10px; > padding-bottom: 10px; > line-height: 20px; > } > @media (max-width: 767px) { > .navbar-nav .open .dropdown-menu { > position: static; > float: none; > width: auto; > margin-top: 0; > background-color: transparent; > border: 0; > box-shadow: none; 3382,3383c4321,4330 < .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl { < flex-wrap: nowrap; --- > .navbar-nav .open .dropdown-menu > li > a, > .navbar-nav .open .dropdown-menu .dropdown-header { > padding: 5px 15px 5px 25px; > } > .navbar-nav .open .dropdown-menu > li > a { > line-height: 20px; > } > .navbar-nav .open .dropdown-menu > li > a:hover, > .navbar-nav .open .dropdown-menu > li > a:focus { > background-image: none; 3385,3386c4332,4336 < .navbar-expand-md .navbar-nav-scroll { < overflow: visible; --- > } > @media (min-width: 768px) { > .navbar-nav { > float: left; > margin: 0; 3388,3390c4338,4339 < .navbar-expand-md .navbar-collapse { < display: flex !important; < flex-basis: auto; --- > .navbar-nav > li { > float: left; 3392,3393c4341,4343 < .navbar-expand-md .navbar-toggler { < display: none; --- > .navbar-nav > li > a { > padding-top: 15px; > padding-bottom: 15px; 3396,3400c4346,4355 < @media (max-width: 991.98px) { < .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl { < padding-right: 0; < padding-left: 0; < } --- > .navbar-form { > margin-left: -15px; > margin-right: -15px; > padding: 10px 15px; > border-top: 1px solid transparent; > border-bottom: 1px solid transparent; > -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); > box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); > margin-top: 8px; > margin-bottom: 8px; 3402,3405c4357,4361 < @media (min-width: 992px) { < .navbar-expand-lg { < flex-flow: row nowrap; < justify-content: flex-start; --- > @media (min-width: 768px) { > .navbar-form .form-group { > display: inline-block; > margin-bottom: 0; > vertical-align: middle; 3407,3408c4363,4366 < .navbar-expand-lg .navbar-nav { < flex-direction: row; --- > .navbar-form .form-control { > display: inline-block; > width: auto; > vertical-align: middle; 3410,3411c4368,4369 < .navbar-expand-lg .navbar-nav .dropdown-menu { < position: absolute; --- > .navbar-form .form-control-static { > display: inline-block; 3413,3415c4371,4373 < .navbar-expand-lg .navbar-nav .nav-link { < padding-right: 0.5rem; < padding-left: 0.5rem; --- > .navbar-form .input-group { > display: inline-table; > vertical-align: middle; 3417,3418c4375,4378 < .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl { < flex-wrap: nowrap; --- > .navbar-form .input-group .input-group-addon, > .navbar-form .input-group .input-group-btn, > .navbar-form .input-group .form-control { > width: auto; 3420,3421c4380,4381 < .navbar-expand-lg .navbar-nav-scroll { < overflow: visible; --- > .navbar-form .input-group > .form-control { > width: 100%; 3423,3425c4383,4385 < .navbar-expand-lg .navbar-collapse { < display: flex !important; < flex-basis: auto; --- > .navbar-form .control-label { > margin-bottom: 0; > vertical-align: middle; 3427,3428c4387,4392 < .navbar-expand-lg .navbar-toggler { < display: none; --- > .navbar-form .radio, > .navbar-form .checkbox { > display: inline-block; > margin-top: 0; > margin-bottom: 0; > vertical-align: middle; 3430,3433c4394,4395 < } < @media (max-width: 1199.98px) { < .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl { < padding-right: 0; --- > .navbar-form .radio label, > .navbar-form .checkbox label { 3436,3453c4398,4401 < } < @media (min-width: 1200px) { < .navbar-expand-xl { < flex-flow: row nowrap; < justify-content: flex-start; < } < .navbar-expand-xl .navbar-nav { < flex-direction: row; < } < .navbar-expand-xl .navbar-nav .dropdown-menu { < position: absolute; < } < .navbar-expand-xl .navbar-nav .nav-link { < padding-right: 0.5rem; < padding-left: 0.5rem; < } < .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl { < flex-wrap: nowrap; --- > .navbar-form .radio input[type="radio"], > .navbar-form .checkbox input[type="checkbox"] { > position: relative; > margin-left: 0; 3455,3456c4403,4404 < .navbar-expand-xl .navbar-nav-scroll { < overflow: visible; --- > .navbar-form .has-feedback .form-control-feedback { > top: 0; 3458,3460c4406,4409 < .navbar-expand-xl .navbar-collapse { < display: flex !important; < flex-basis: auto; --- > } > @media (max-width: 767px) { > .navbar-form .form-group { > margin-bottom: 5px; 3462,3463c4411,4412 < .navbar-expand-xl .navbar-toggler { < display: none; --- > .navbar-form .form-group:last-child { > margin-bottom: 0; 3466,3538c4415,4425 < .navbar-expand { < flex-flow: row nowrap; < justify-content: flex-start; < } < .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl { < padding-right: 0; < padding-left: 0; < } < .navbar-expand .navbar-nav { < flex-direction: row; < } < .navbar-expand .navbar-nav .dropdown-menu { < position: absolute; < } < .navbar-expand .navbar-nav .nav-link { < padding-right: 0.5rem; < padding-left: 0.5rem; < } < .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl { < flex-wrap: nowrap; < } < .navbar-expand .navbar-nav-scroll { < overflow: visible; < } < .navbar-expand .navbar-collapse { < display: flex !important; < flex-basis: auto; < } < .navbar-expand .navbar-toggler { < display: none; < } < .navbar-light .navbar-brand { < color: rgba(0, 0, 0, 0.9); < } < .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { < color: rgba(0, 0, 0, 0.9); < } < .navbar-light .navbar-nav .nav-link { < color: #777; < } < .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { < color: rgba(0, 0, 0, 0.7); < } < .navbar-light .navbar-nav .nav-link.disabled { < color: rgba(0, 0, 0, 0.3); < } < .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { < color: rgba(0, 0, 0, 0.9); < } < .navbar-light .navbar-toggler { < color: #777; < border-color: rgba(0, 0, 0, 0.1); < } < .navbar-light .navbar-toggler-icon { < background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23777' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); < } < .navbar-light .navbar-text { < color: #777; < } < .navbar-light .navbar-text a { < color: rgba(0, 0, 0, 0.9); < } < .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { < color: rgba(0, 0, 0, 0.9); < } < .navbar-dark .navbar-brand { < color: #fff; < } < .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { < color: #fff; < } < .navbar-dark .navbar-nav .nav-link { < color: rgba(255, 255, 255, 0.5); --- > @media (min-width: 768px) { > .navbar-form { > width: auto; > border: 0; > margin-left: 0; > margin-right: 0; > padding-top: 0; > padding-bottom: 0; > -webkit-box-shadow: none; > box-shadow: none; > } 3540,3541c4427,4430 < .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { < color: rgba(255, 255, 255, 0.75); --- > .navbar-nav > li > .dropdown-menu { > margin-top: 0; > border-top-right-radius: 0; > border-top-left-radius: 0; 3543,3544c4432,4437 < .navbar-dark .navbar-nav .nav-link.disabled { < color: rgba(255, 255, 255, 0.25); --- > .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { > margin-bottom: 0; > border-top-right-radius: 4px; > border-top-left-radius: 4px; > border-bottom-right-radius: 0; > border-bottom-left-radius: 0; 3546,3547c4439,4449 < .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { < color: #fff; --- > .navbar-btn { > margin-top: 8px; > margin-bottom: 8px; > } > .navbar-btn.btn-sm { > margin-top: 10px; > margin-bottom: 10px; > } > .navbar-btn.btn-xs { > margin-top: 14px; > margin-bottom: 14px; 3549,3551c4451,4453 < .navbar-dark .navbar-toggler { < color: rgba(255, 255, 255, 0.5); < border-color: rgba(255, 255, 255, 0.1); --- > .navbar-text { > margin-top: 15px; > margin-bottom: 15px; 3553,3554c4455,4460 < .navbar-dark .navbar-toggler-icon { < background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); --- > @media (min-width: 768px) { > .navbar-text { > float: left; > margin-left: 15px; > margin-right: 15px; > } 3556,3557c4462,4472 < .navbar-dark .navbar-text { < color: rgba(255, 255, 255, 0.5); --- > @media (min-width: 768px) { > .navbar-left { > float: left !important; > } > .navbar-right { > float: right !important; > margin-right: -15px; > } > .navbar-right ~ .navbar-right { > margin-right: 0; > } 3559,3560c4474,4476 < .navbar-dark .navbar-text a { < color: #fff; --- > .navbar-default { > background-color: #e0e1b8; > border-color: transparent; 3562,3563c4478,4479 < .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { < color: #fff; --- > .navbar-default .navbar-brand { > color: #777777; 3565,3570c4481,4483 < .card { < position: relative; < display: flex; < flex-direction: column; < min-width: 0; < word-wrap: break-word; --- > .navbar-default .navbar-brand:hover, > .navbar-default .navbar-brand:focus { > color: #5e5e5e; 3572,3574d4484 < background-clip: border-box; < border: 1px solid rgba(0, 0, 0, 0.125); < border-radius: 0.25rem; 3576,3578c4486,4487 < .card > hr { < margin-right: 0; < margin-left: 0; --- > .navbar-default .navbar-text { > color: #777777; 3580,3595c4489,4490 < .card > .list-group { < border-top: inherit; < border-bottom: inherit; < } < .card > .list-group:first-child { < border-top-width: 0; < border-top-left-radius: calc(0.25rem - 1px); < border-top-right-radius: calc(0.25rem - 1px); < } < .card > .list-group:last-child { < border-bottom-width: 0; < border-bottom-right-radius: calc(0.25rem - 1px); < border-bottom-left-radius: calc(0.25rem - 1px); < } < .card > .card-header + .list-group, .card > .list-group + .card-footer { < border-top: 0; --- > .navbar-default .navbar-nav > li > a { > color: #777777; 3597,3600c4492,4495 < .card-body { < flex: 1 1 auto; < min-height: 1px; < padding: 1.25rem; --- > .navbar-default .navbar-nav > li > a:hover, > .navbar-default .navbar-nav > li > a:focus { > color: #333333; > background-color: transparent; 3602,3603c4497,4507 < .card-title { < margin-bottom: 0.75rem; --- > .navbar-default .navbar-nav > .active > a, > .navbar-default .navbar-nav > .active > a:hover, > .navbar-default .navbar-nav > .active > a:focus { > color: #555555; > background-color: #d6d7a1; > } > .navbar-default .navbar-nav > .disabled > a, > .navbar-default .navbar-nav > .disabled > a:hover, > .navbar-default .navbar-nav > .disabled > a:focus { > color: #cccccc; > background-color: transparent; 3605,3607c4509,4510 < .card-subtitle { < margin-top: -0.375rem; < margin-bottom: 0; --- > .navbar-default .navbar-toggle { > border-color: #dddddd; 3609,3610c4512,4514 < .card-text:last-child { < margin-bottom: 0; --- > .navbar-default .navbar-toggle:hover, > .navbar-default .navbar-toggle:focus { > background-color: #dddddd; 3612,3613c4516,4517 < .card-link:hover { < text-decoration: none; --- > .navbar-default .navbar-toggle .icon-bar { > background-color: #888888; 3615,3616c4519,4521 < .card-link + .card-link { < margin-left: 1.25rem; --- > .navbar-default .navbar-collapse, > .navbar-default .navbar-form { > border-color: transparent; 3618,3622c4523,4572 < .card-header { < padding: 0.75rem 1.25rem; < margin-bottom: 0; < background-color: rgba(0, 0, 0, 0.03); < border-bottom: 1px solid rgba(0, 0, 0, 0.125); --- > .navbar-default .navbar-nav > .open > a, > .navbar-default .navbar-nav > .open > a:hover, > .navbar-default .navbar-nav > .open > a:focus { > background-color: #d6d7a1; > color: #555555; > } > @media (max-width: 767px) { > .navbar-default .navbar-nav .open .dropdown-menu > li > a { > color: #777777; > } > .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, > .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { > color: #333333; > background-color: transparent; > } > .navbar-default .navbar-nav .open .dropdown-menu > .active > a, > .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, > .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { > color: #555555; > background-color: #d6d7a1; > } > .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, > .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, > .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { > color: #cccccc; > background-color: transparent; > } > } > .navbar-default .navbar-link { > color: #777777; > } > .navbar-default .navbar-link:hover { > color: #333333; > } > .navbar-default .btn-link { > color: #777777; > } > .navbar-default .btn-link:hover, > .navbar-default .btn-link:focus { > color: #333333; > } > .navbar-default .btn-link[disabled]:hover, > fieldset[disabled] .navbar-default .btn-link:hover, > .navbar-default .btn-link[disabled]:focus, > fieldset[disabled] .navbar-default .btn-link:focus { > color: #cccccc; > } > .navbar-inverse { > background-color: #222222; > border-color: #080808; 3624,3625c4574,4575 < .card-header:first-child { < border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; --- > .navbar-inverse .navbar-brand { > color: #9d9d9d; 3627,3639c4577,4580 < .card-footer { < padding: 0.75rem 1.25rem; < background-color: rgba(0, 0, 0, 0.03); < border-top: 1px solid rgba(0, 0, 0, 0.125); < } < .card-footer:last-child { < border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); < } < .card-header-tabs { < margin-right: -0.625rem; < margin-bottom: -0.75rem; < margin-left: -0.625rem; < border-bottom: 0; --- > .navbar-inverse .navbar-brand:hover, > .navbar-inverse .navbar-brand:focus { > color: #ffffff; > background-color: transparent; 3641,3643c4582,4583 < .card-header-pills { < margin-right: -0.625rem; < margin-left: -0.625rem; --- > .navbar-inverse .navbar-text { > color: #9d9d9d; 3645,3652c4585,4586 < .card-img-overlay { < position: absolute; < top: 0; < right: 0; < bottom: 0; < left: 0; < padding: 1.25rem; < border-radius: calc(0.25rem - 1px); --- > .navbar-inverse .navbar-nav > li > a { > color: #9d9d9d; 3654,3656c4588,4591 < .card-img, .card-img-top, .card-img-bottom { < flex-shrink: 0; < width: 100%; --- > .navbar-inverse .navbar-nav > li > a:hover, > .navbar-inverse .navbar-nav > li > a:focus { > color: #ffffff; > background-color: transparent; 3658,3664c4593,4597 < .card-img, .card-img-top { < border-top-left-radius: calc(0.25rem - 1px); < border-top-right-radius: calc(0.25rem - 1px); < } < .card-img, .card-img-bottom { < border-bottom-right-radius: calc(0.25rem - 1px); < border-bottom-left-radius: calc(0.25rem - 1px); --- > .navbar-inverse .navbar-nav > .active > a, > .navbar-inverse .navbar-nav > .active > a:hover, > .navbar-inverse .navbar-nav > .active > a:focus { > color: #ffffff; > background-color: #080808; 3666,3667c4599,4603 < .card-deck .card { < margin-bottom: 15px; --- > .navbar-inverse .navbar-nav > .disabled > a, > .navbar-inverse .navbar-nav > .disabled > a:hover, > .navbar-inverse .navbar-nav > .disabled > a:focus { > color: #444444; > background-color: transparent; 3669,3681c4605,4606 < @media (min-width: 576px) { < .card-deck { < display: flex; < flex-flow: row wrap; < margin-right: -15px; < margin-left: -15px; < } < .card-deck .card { < flex: 1 0 0%; < margin-right: 15px; < margin-bottom: 0; < margin-left: 15px; < } --- > .navbar-inverse .navbar-toggle { > border-color: #333333; 3683,3684c4608,4610 < .card-group > .card { < margin-bottom: 15px; --- > .navbar-inverse .navbar-toggle:hover, > .navbar-inverse .navbar-toggle:focus { > background-color: #333333; 3686,3718c4612,4613 < @media (min-width: 576px) { < .card-group { < display: flex; < flex-flow: row wrap; < } < .card-group > .card { < flex: 1 0 0%; < margin-bottom: 0; < } < .card-group > .card + .card { < margin-left: 0; < border-left: 0; < } < .card-group > .card:not(:last-child) { < border-top-right-radius: 0; < border-bottom-right-radius: 0; < } < .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header { < border-top-right-radius: 0; < } < .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer { < border-bottom-right-radius: 0; < } < .card-group > .card:not(:first-child) { < border-top-left-radius: 0; < border-bottom-left-radius: 0; < } < .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header { < border-top-left-radius: 0; < } < .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer { < border-bottom-left-radius: 0; < } --- > .navbar-inverse .navbar-toggle .icon-bar { > background-color: #ffffff; 3720,3721c4615,4623 < .card-columns .card { < margin-bottom: 0.75rem; --- > .navbar-inverse .navbar-collapse, > .navbar-inverse .navbar-form { > border-color: #101010; > } > .navbar-inverse .navbar-nav > .open > a, > .navbar-inverse .navbar-nav > .open > a:hover, > .navbar-inverse .navbar-nav > .open > a:focus { > background-color: #080808; > color: #ffffff; 3723,3732c4625,4650 < @media (min-width: 576px) { < .card-columns { < column-count: 3; < column-gap: 1.25rem; < orphans: 1; < widows: 1; < } < .card-columns .card { < display: inline-block; < width: 100%; --- > @media (max-width: 767px) { > .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { > border-color: #080808; > } > .navbar-inverse .navbar-nav .open .dropdown-menu .divider { > background-color: #080808; > } > .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { > color: #9d9d9d; > } > .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, > .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { > color: #ffffff; > background-color: transparent; > } > .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, > .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, > .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { > color: #ffffff; > background-color: #080808; > } > .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, > .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, > .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { > color: #444444; > background-color: transparent; 3735,3736c4653,4654 < .accordion { < overflow-anchor: none; --- > .navbar-inverse .navbar-link { > color: #9d9d9d; 3738,3739c4656,4657 < .accordion > .card { < overflow: hidden; --- > .navbar-inverse .navbar-link:hover { > color: #ffffff; 3741,3744c4659,4660 < .accordion > .card:not(:last-of-type) { < border-bottom: 0; < border-bottom-right-radius: 0; < border-bottom-left-radius: 0; --- > .navbar-inverse .btn-link { > color: #9d9d9d; 3746,3748c4662,4664 < .accordion > .card:not(:first-of-type) { < border-top-left-radius: 0; < border-top-right-radius: 0; --- > .navbar-inverse .btn-link:hover, > .navbar-inverse .btn-link:focus { > color: #ffffff; 3750,3752c4666,4670 < .accordion > .card > .card-header { < border-radius: 0; < margin-bottom: -1px; --- > .navbar-inverse .btn-link[disabled]:hover, > fieldset[disabled] .navbar-inverse .btn-link:hover, > .navbar-inverse .btn-link[disabled]:focus, > fieldset[disabled] .navbar-inverse .btn-link:focus { > color: #444444; 3755,3758c4673,4674 < display: flex; < flex-wrap: wrap; < padding: 0.75rem 1rem; < margin-bottom: 1rem; --- > padding: 8px 15px; > margin-bottom: 20px; 3760,3770c4676,4677 < background-color: #e9ecef; < border-radius: 0.25rem; < } < .breadcrumb-item + .breadcrumb-item { < padding-left: 0.5rem; < } < .breadcrumb-item + .breadcrumb-item::before { < float: left; < padding-right: 0.5rem; < color: #868e96; < content: "/"; --- > background-color: #f5f5f5; > border-radius: 4px; 3772,3773c4679,4680 < .breadcrumb-item + .breadcrumb-item:hover::before { < text-decoration: underline; --- > .breadcrumb > li { > display: inline-block; 3775,3776c4682,4685 < .breadcrumb-item + .breadcrumb-item:hover::before { < text-decoration: none; --- > .breadcrumb > li + li:before { > content: "/\00a0"; > padding: 0 5px; > color: #cccccc; 3778,3779c4687,4688 < .breadcrumb-item.active { < color: #868e96; --- > .breadcrumb > .active { > color: #777777; 3782c4691 < display: flex; --- > display: inline-block; 3784,3785c4693,4694 < list-style: none; < border-radius: 0.25rem; --- > margin: 20px 0; > border-radius: 4px; 3787,3795c4696,4697 < .page-link { < position: relative; < display: block; < padding: 0.5rem 0.75rem; < margin-left: -1px; < line-height: 1.25; < color: #2255aa; < background-color: #fff; < border: 1px solid #dee2e6; --- > .pagination > li { > display: inline; 3797,3799c4699,4704 < .page-link:hover { < z-index: 2; < color: #000; --- > .pagination > li > a, > .pagination > li > span { > position: relative; > float: left; > padding: 6px 12px; > line-height: 1.42857143; 3801,3807c4706,4709 < background-color: #e9ecef; < border-color: #dee2e6; < } < .page-link:focus { < z-index: 3; < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.25); --- > color: #2255aa; > background-color: #ffffff; > border: 1px solid #dddddd; > margin-left: -1px; 3809c4711,4712 < .page-item:first-child .page-link { --- > .pagination > li:first-child > a, > .pagination > li:first-child > span { 3811,3812c4714,4715 < border-top-left-radius: 0.25rem; < border-bottom-left-radius: 0.25rem; --- > border-bottom-left-radius: 4px; > border-top-left-radius: 4px; 3814,3816c4717,4729 < .page-item:last-child .page-link { < border-top-right-radius: 0.25rem; < border-bottom-right-radius: 0.25rem; --- > .pagination > li:last-child > a, > .pagination > li:last-child > span { > border-bottom-right-radius: 4px; > border-top-right-radius: 4px; > } > .pagination > li > a:hover, > .pagination > li > span:hover, > .pagination > li > a:focus, > .pagination > li > span:focus { > z-index: 2; > color: #000000; > background-color: #eeeeee; > border-color: #dddddd; 3818c4731,4736 < .page-item.active .page-link { --- > .pagination > .active > a, > .pagination > .active > span, > .pagination > .active > a:hover, > .pagination > .active > span:hover, > .pagination > .active > a:focus, > .pagination > .active > span:focus { 3820c4738 < color: #fff; --- > color: #ffffff; 3822a4741 > cursor: default; 3824,3834c4743,4752 < .page-item.disabled .page-link { < color: #868e96; < pointer-events: none; < cursor: auto; < background-color: #fff; < border-color: #dee2e6; < } < .pagination-lg .page-link { < padding: 0.75rem 1.5rem; < font-size: 1.25rem; < line-height: 1.5; --- > .pagination > .disabled > span, > .pagination > .disabled > span:hover, > .pagination > .disabled > span:focus, > .pagination > .disabled > a, > .pagination > .disabled > a:hover, > .pagination > .disabled > a:focus { > color: #777777; > background-color: #ffffff; > border-color: #dddddd; > cursor: not-allowed; 3836,3846c4754,4773 < .pagination-lg .page-item:first-child .page-link { < border-top-left-radius: 0.3rem; < border-bottom-left-radius: 0.3rem; < } < .pagination-lg .page-item:last-child .page-link { < border-top-right-radius: 0.3rem; < border-bottom-right-radius: 0.3rem; < } < .pagination-sm .page-link { < padding: 0.25rem 0.5rem; < font-size: 0.875rem; --- > .pagination-lg > li > a, > .pagination-lg > li > span { > padding: 10px 16px; > font-size: 18px; > line-height: 1.3333333; > } > .pagination-lg > li:first-child > a, > .pagination-lg > li:first-child > span { > border-bottom-left-radius: 6px; > border-top-left-radius: 6px; > } > .pagination-lg > li:last-child > a, > .pagination-lg > li:last-child > span { > border-bottom-right-radius: 6px; > border-top-right-radius: 6px; > } > .pagination-sm > li > a, > .pagination-sm > li > span { > padding: 5px 10px; > font-size: 12px; 3849,3855c4776,4784 < .pagination-sm .page-item:first-child .page-link { < border-top-left-radius: 0.2rem; < border-bottom-left-radius: 0.2rem; < } < .pagination-sm .page-item:last-child .page-link { < border-top-right-radius: 0.2rem; < border-bottom-right-radius: 0.2rem; --- > .pagination-sm > li:first-child > a, > .pagination-sm > li:first-child > span { > border-bottom-left-radius: 3px; > border-top-left-radius: 3px; > } > .pagination-sm > li:last-child > a, > .pagination-sm > li:last-child > span { > border-bottom-right-radius: 3px; > border-top-right-radius: 3px; 3857c4786,4796 < .badge { --- > .pager { > padding-left: 0; > margin: 20px 0; > list-style: none; > text-align: center; > } > .pager li { > display: inline; > } > .pager li > a, > .pager li > span { 3859c4798,4826 < padding: 0.25em 0.4em; --- > padding: 5px 14px; > background-color: #ffffff; > border: 1px solid #dddddd; > border-radius: 15px; > } > .pager li > a:hover, > .pager li > a:focus { > text-decoration: none; > background-color: #eeeeee; > } > .pager .next > a, > .pager .next > span { > float: right; > } > .pager .previous > a, > .pager .previous > span { > float: left; > } > .pager .disabled > a, > .pager .disabled > a:hover, > .pager .disabled > a:focus, > .pager .disabled > span { > color: #777777; > background-color: #ffffff; > cursor: not-allowed; > } > .label { > display: inline; > padding: .2em .6em .3em; 3861c4828 < font-weight: 700; --- > font-weight: bold; 3862a4830 > color: #ffffff; 3866,3867c4834 < border-radius: 0.25rem; < transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; --- > border-radius: .25em; 3869,3874c4836,4838 < @media (prefers-reduced-motion: reduce) { < .badge { < transition: none; < } < } < a.badge:hover, a.badge:focus { --- > a.label:hover, > a.label:focus { > color: #ffffff; 3875a4840 > cursor: pointer; 3877c4842 < .badge:empty { --- > .label:empty { 3880c4845 < .btn .badge { --- > .btn .label { 3884,3891c4849,4850 < .badge-pill { < padding-right: 0.6em; < padding-left: 0.6em; < border-radius: 10rem; < } < .badge-primary { < color: #fff; < background-color: #2255aa; --- > .label-default { > background-color: #777777; 3893,3899c4852,4854 < a.badge-primary:hover, a.badge-primary:focus { < color: #fff; < background-color: #1a4080; < } < a.badge-primary:focus, a.badge-primary.focus { < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.5); --- > .label-default[href]:hover, > .label-default[href]:focus { > background-color: #5e5e5e; 3901,3907c4856,4857 < .badge-secondary { < color: #fff; < background-color: #5cb85c; < } < a.badge-secondary:hover, a.badge-secondary:focus { < color: #fff; < background-color: #449d44; --- > .label-primary { > background-color: #2255aa; 3909,3911c4859,4861 < a.badge-secondary:focus, a.badge-secondary.focus { < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5); --- > .label-primary[href]:hover, > .label-primary[href]:focus { > background-color: #19407f; 3913,3914c4863 < .badge-success { < color: #fff; --- > .label-success { 3917,3918c4866,4867 < a.badge-success:hover, a.badge-success:focus { < color: #fff; --- > .label-success[href]:hover, > .label-success[href]:focus { 3921,3926c4870 < a.badge-success:focus, a.badge-success.focus { < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5); < } < .badge-info { < color: #212529; --- > .label-info { 3929,3930c4873,4874 < a.badge-info:hover, a.badge-info:focus { < color: #212529; --- > .label-info[href]:hover, > .label-info[href]:focus { 3933,3938c4877 < a.badge-info:focus, a.badge-info.focus { < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); < } < .badge-warning { < color: #212529; --- > .label-warning { 3941,3942c4880,4881 < a.badge-warning:hover, a.badge-warning:focus { < color: #212529; --- > .label-warning[href]:hover, > .label-warning[href]:focus { 3945,3950c4884 < a.badge-warning:focus, a.badge-warning.focus { < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); < } < .badge-danger { < color: #fff; --- > .label-danger { 3953,3954c4887,4888 < a.badge-danger:hover, a.badge-danger:focus { < color: #fff; --- > .label-danger[href]:hover, > .label-danger[href]:focus { 3957,3959c4891,4903 < a.badge-danger:focus, a.badge-danger.focus { < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); --- > .badge { > display: inline-block; > min-width: 10px; > padding: 3px 7px; > font-size: 12px; > font-weight: bold; > color: #ffffff; > line-height: 1; > vertical-align: middle; > white-space: nowrap; > text-align: center; > background-color: #777777; > border-radius: 10px; 3961,3963c4905,4906 < .badge-light { < color: #212529; < background-color: #ffffff; --- > .badge:empty { > display: none; 3965,3967c4908,4910 < a.badge-light:hover, a.badge-light:focus { < color: #212529; < background-color: #e6e6e6; --- > .btn .badge { > position: relative; > top: -1px; 3969,3971c4912,4915 < a.badge-light:focus, a.badge-light.focus { < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); --- > .btn-xs .badge, > .btn-group-xs > .btn .badge { > top: 0; > padding: 1px 5px; 3973,3975c4917,4921 < .badge-dark { < color: #fff; < background-color: #000000; --- > a.badge:hover, > a.badge:focus { > color: #ffffff; > text-decoration: none; > cursor: pointer; 3977,3979c4923,4926 < a.badge-dark:hover, a.badge-dark:focus { < color: #fff; < background-color: black; --- > .list-group-item.active > .badge, > .nav-pills > .active > a > .badge { > color: #2255aa; > background-color: #ffffff; 3981,3983c4928,4935 < a.badge-dark:focus, a.badge-dark.focus { < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); --- > .list-group-item > .badge { > float: right; > } > .list-group-item > .badge + .badge { > margin-right: 5px; > } > .nav-pills > li > a > .badge { > margin-left: 3px; 3986,3989c4938,4942 < padding: 2rem 1rem; < margin-bottom: 2rem; < background-color: #e9ecef; < border-radius: 0.3rem; --- > padding-top: 30px; > padding-bottom: 30px; > margin-bottom: 30px; > color: inherit; > background-color: #eeeeee; 3991c4944,4965 < @media (min-width: 576px) { --- > .jumbotron h1, > .jumbotron .h1 { > color: inherit; > } > .jumbotron p { > margin-bottom: 15px; > font-size: 21px; > font-weight: 200; > } > .jumbotron > hr { > border-top-color: #d5d5d5; > } > .container .jumbotron, > .container-fluid .jumbotron { > border-radius: 6px; > padding-left: 15px; > padding-right: 15px; > } > .jumbotron .container { > max-width: 100%; > } > @media screen and (min-width: 768px) { 3993c4967,4977 < padding: 4rem 2rem; --- > padding-top: 48px; > padding-bottom: 48px; > } > .container .jumbotron, > .container-fluid .jumbotron { > padding-left: 60px; > padding-right: 60px; > } > .jumbotron h1, > .jumbotron .h1 { > font-size: 63px; 3996,3999c4980,5004 < .jumbotron-fluid { < padding-right: 0; < padding-left: 0; < border-radius: 0; --- > .thumbnail { > display: block; > padding: 4px; > margin-bottom: 20px; > line-height: 1.42857143; > background-color: #e1e2b9; > border: 1px solid #dddddd; > border-radius: 4px; > -webkit-transition: border 0.2s ease-in-out; > -o-transition: border 0.2s ease-in-out; > transition: border 0.2s ease-in-out; > } > .thumbnail > img, > .thumbnail a > img { > margin-left: auto; > margin-right: auto; > } > a.thumbnail:hover, > a.thumbnail:focus, > a.thumbnail.active { > border-color: #2255aa; > } > .thumbnail .caption { > padding: 9px; > color: #333333; 4002,4004c5007,5008 < position: relative; < padding: 0.75rem 1.25rem; < margin-bottom: 1rem; --- > padding: 15px; > margin-bottom: 20px; 4006c5010 < border-radius: 0.25rem; --- > border-radius: 4px; 4008c5012,5013 < .alert-heading { --- > .alert h4 { > margin-top: 0; 4011,4012c5016,5021 < .alert-link { < font-weight: 700; --- > .alert .alert-link { > font-weight: bold; > } > .alert > p, > .alert > ul { > margin-bottom: 0; 4013a5023,5026 > .alert > p + p { > margin-top: 5px; > } > .alert-dismissable, 4015c5028 < padding-right: 4rem; --- > padding-right: 35px; 4016a5030 > .alert-dismissable .close, 4018,4022c5032,5034 < position: absolute; < top: 0; < right: 0; < z-index: 2; < padding: 0.75rem 1.25rem; --- > position: relative; > top: -2px; > right: -21px; 4025,4046d5036 < .alert-primary { < color: #122c58; < background-color: #d3ddee; < border-color: #c1cfe7; < } < .alert-primary hr { < border-top-color: #afc1e0; < } < .alert-primary .alert-link { < color: #09172e; < } < .alert-secondary { < color: #306030; < background-color: #def1de; < border-color: #d1ebd1; < } < .alert-secondary hr { < border-top-color: #bfe3bf; < } < .alert-secondary .alert-link { < color: #1f3e1f; < } 4048,4050c5038,5040 < color: #306030; < background-color: #def1de; < border-color: #d1ebd1; --- > background-color: #dff0d8; > border-color: #d6e9c6; > color: #3c763d; 4053c5043 < border-top-color: #bfe3bf; --- > border-top-color: #c9e2b3; 4056c5046 < color: #1f3e1f; --- > color: #2b542c; 4059,4061c5049,5051 < color: #2f6473; < background-color: #def2f8; < border-color: #d1edf6; --- > background-color: #d9edf7; > border-color: #bce8f1; > color: #31708f; 4064c5054 < border-top-color: #bce5f2; --- > border-top-color: #a6e1ec; 4067c5057 < color: #20454f; --- > color: #245269; 4070,4072c5060,5062 < color: #7d5a29; < background-color: #fcefdc; < border-color: #fbe8cd; --- > background-color: #fcf8e3; > border-color: #faebcc; > color: #8a6d3b; 4075c5065 < border-top-color: #f9ddb5; --- > border-top-color: #f7e1b5; 4078c5068 < color: #573e1c; --- > color: #66512c; 4081,4083c5071,5073 < color: #712b29; < background-color: #f7dddc; < border-color: #f4cfce; --- > background-color: #f2dede; > border-color: #ebccd1; > color: #a94442; 4086c5076 < border-top-color: #efbbb9; --- > border-top-color: #e4b9c0; 4089,4100c5079 < color: #4c1d1b; < } < .alert-light { < color: #858585; < background-color: white; < border-color: white; < } < .alert-light hr { < border-top-color: #f2f2f2; < } < .alert-light .alert-link { < color: #6c6c6c; --- > color: #843534; 4102,4111c5081,5087 < .alert-dark { < color: black; < background-color: #ccc; < border-color: #b8b8b8; < } < .alert-dark hr { < border-top-color: #ababab; < } < .alert-dark .alert-link { < color: black; --- > @-webkit-keyframes progress-bar-stripes { > from { > background-position: 40px 0; > } > to { > background-position: 0 0; > } 4115c5091 < background-position: 1rem 0; --- > background-position: 40px 0; 4122,4123d5097 < display: flex; < height: 1rem; 4125,4128c5099,5104 < line-height: 0; < font-size: 0.75rem; < background-color: #e9ecef; < border-radius: 0.25rem; --- > height: 20px; > margin-bottom: 20px; > background-color: #f5f5f5; > border-radius: 4px; > -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); > box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 4131,4135c5107,5112 < display: flex; < flex-direction: column; < justify-content: center; < overflow: hidden; < color: #fff; --- > float: left; > width: 0%; > height: 100%; > font-size: 12px; > line-height: 20px; > color: #ffffff; 4137d5113 < white-space: nowrap; 4138a5115,5118 > -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); > box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); > -webkit-transition: width 0.6s ease; > -o-transition: width 0.6s ease; 4141,4145c5121 < @media (prefers-reduced-motion: reduce) { < .progress-bar { < transition: none; < } < } --- > .progress-striped .progress-bar, 4146a5123,5124 > background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 4148c5126 < background-size: 1rem 1rem; --- > background-size: 40px 40px; 4150,4151c5128,5132 < .progress-bar-animated { < animation: 1s linear infinite progress-bar-stripes; --- > .progress.active .progress-bar, > .progress-bar.active { > -webkit-animation: progress-bar-stripes 2s linear infinite; > -o-animation: progress-bar-stripes 2s linear infinite; > animation: progress-bar-stripes 2s linear infinite; 4153,4156c5134,5164 < @media (prefers-reduced-motion: reduce) { < .progress-bar-animated { < animation: none; < } --- > .progress-bar-success { > background-color: #5cb85c; > } > .progress-striped .progress-bar-success { > background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > } > .progress-bar-info { > background-color: #5bc0de; > } > .progress-striped .progress-bar-info { > background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > } > .progress-bar-warning { > background-color: #f0ad4e; > } > .progress-striped .progress-bar-warning { > background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > } > .progress-bar-danger { > background-color: #d9534f; > } > .progress-striped .progress-bar-danger { > background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); > background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 4159,4160c5167 < display: flex; < align-items: flex-start; --- > margin-top: 15px; 4161a5169,5172 > .media:first-child { > margin-top: 0; > } > .media, 4163c5174,5175 < flex: 1; --- > zoom: 1; > overflow: hidden; 4165,4170c5177,5178 < .list-group { < display: flex; < flex-direction: column; < padding-left: 0; < margin-bottom: 0; < border-radius: 0.25rem; --- > .media-body { > width: 10000px; 4172,4175c5180,5181 < .list-group-item-action { < width: 100%; < color: #495057; < text-align: inherit; --- > .media-object { > display: block; 4177,4181c5183,5201 < .list-group-item-action:hover, .list-group-item-action:focus { < z-index: 1; < color: #495057; < text-decoration: none; < background-color: #f8f9fa; --- > .media-object.img-thumbnail { > max-width: none; > } > .media-right, > .media > .pull-right { > padding-left: 10px; > } > .media-left, > .media > .pull-left { > padding-right: 10px; > } > .media-left, > .media-right, > .media-body { > display: table-cell; > vertical-align: top; > } > .media-middle { > vertical-align: middle; 4183,4185c5203,5216 < .list-group-item-action:active { < color: #212529; < background-color: #e9ecef; --- > .media-bottom { > vertical-align: bottom; > } > .media-heading { > margin-top: 0; > margin-bottom: 5px; > } > .media-list { > padding-left: 0; > list-style: none; > } > .list-group { > margin-bottom: 20px; > padding-left: 0; 4190,4192c5221,5224 < padding: 0.75rem 1.25rem; < background-color: #fff; < border: 1px solid rgba(0, 0, 0, 0.125); --- > padding: 10px 15px; > margin-bottom: -1px; > background-color: #ffffff; > border: 1px solid #dddddd; 4195,4196c5227,5228 < border-top-left-radius: inherit; < border-top-right-radius: inherit; --- > border-top-right-radius: 4px; > border-top-left-radius: 4px; 4199,4200c5231,5233 < border-bottom-right-radius: inherit; < border-bottom-left-radius: inherit; --- > margin-bottom: 0; > border-bottom-right-radius: 4px; > border-bottom-left-radius: 4px; 4202,4205c5235,5265 < .list-group-item.disabled, .list-group-item:disabled { < color: #868e96; < pointer-events: none; < background-color: #fff; --- > a.list-group-item, > button.list-group-item { > color: #555555; > } > a.list-group-item .list-group-item-heading, > button.list-group-item .list-group-item-heading { > color: #333333; > } > a.list-group-item:hover, > button.list-group-item:hover, > a.list-group-item:focus, > button.list-group-item:focus { > text-decoration: none; > color: #555555; > background-color: #f5f5f5; > } > button.list-group-item { > width: 100%; > text-align: left; > } > .list-group-item.disabled, > .list-group-item.disabled:hover, > .list-group-item.disabled:focus { > background-color: #eeeeee; > color: #777777; > cursor: not-allowed; > } > .list-group-item.disabled .list-group-item-heading, > .list-group-item.disabled:hover .list-group-item-heading, > .list-group-item.disabled:focus .list-group-item-heading { > color: inherit; 4207c5267,5274 < .list-group-item.active { --- > .list-group-item.disabled .list-group-item-text, > .list-group-item.disabled:hover .list-group-item-text, > .list-group-item.disabled:focus .list-group-item-text { > color: #777777; > } > .list-group-item.active, > .list-group-item.active:hover, > .list-group-item.active:focus { 4209c5276 < color: #fff; --- > color: #ffffff; 4213,4214c5280,5289 < .list-group-item + .list-group-item { < border-top-width: 0; --- > .list-group-item.active .list-group-item-heading, > .list-group-item.active:hover .list-group-item-heading, > .list-group-item.active:focus .list-group-item-heading, > .list-group-item.active .list-group-item-heading > small, > .list-group-item.active:hover .list-group-item-heading > small, > .list-group-item.active:focus .list-group-item-heading > small, > .list-group-item.active .list-group-item-heading > .small, > .list-group-item.active:hover .list-group-item-heading > .small, > .list-group-item.active:focus .list-group-item-heading > .small { > color: inherit; 4216,4218c5291,5294 < .list-group-item + .list-group-item.active { < margin-top: -1px; < border-top-width: 1px; --- > .list-group-item.active .list-group-item-text, > .list-group-item.active:hover .list-group-item-text, > .list-group-item.active:focus .list-group-item-text { > color: #aac4ee; 4220,4221c5296,5298 < .list-group-horizontal { < flex-direction: row; --- > .list-group-item-success { > color: #3c763d; > background-color: #dff0d8; 4223,4225c5300,5302 < .list-group-horizontal > .list-group-item:first-child { < border-bottom-left-radius: 0.25rem; < border-top-right-radius: 0; --- > a.list-group-item-success, > button.list-group-item-success { > color: #3c763d; 4227,4229c5304,5306 < .list-group-horizontal > .list-group-item:last-child { < border-top-right-radius: 0.25rem; < border-bottom-left-radius: 0; --- > a.list-group-item-success .list-group-item-heading, > button.list-group-item-success .list-group-item-heading { > color: inherit; 4231,4232c5308,5323 < .list-group-horizontal > .list-group-item.active { < margin-top: 0; --- > a.list-group-item-success:hover, > button.list-group-item-success:hover, > a.list-group-item-success:focus, > button.list-group-item-success:focus { > color: #3c763d; > background-color: #d0e9c6; > } > a.list-group-item-success.active, > button.list-group-item-success.active, > a.list-group-item-success.active:hover, > button.list-group-item-success.active:hover, > a.list-group-item-success.active:focus, > button.list-group-item-success.active:focus { > color: #fff; > background-color: #3c763d; > border-color: #3c763d; 4234,4236c5325,5327 < .list-group-horizontal > .list-group-item + .list-group-item { < border-top-width: 1px; < border-left-width: 0; --- > .list-group-item-info { > color: #31708f; > background-color: #d9edf7; 4238,4240c5329,5331 < .list-group-horizontal > .list-group-item + .list-group-item.active { < margin-left: -1px; < border-left-width: 1px; --- > a.list-group-item-info, > button.list-group-item-info { > color: #31708f; 4242,4264c5333,5335 < @media (min-width: 576px) { < .list-group-horizontal-sm { < flex-direction: row; < } < .list-group-horizontal-sm > .list-group-item:first-child { < border-bottom-left-radius: 0.25rem; < border-top-right-radius: 0; < } < .list-group-horizontal-sm > .list-group-item:last-child { < border-top-right-radius: 0.25rem; < border-bottom-left-radius: 0; < } < .list-group-horizontal-sm > .list-group-item.active { < margin-top: 0; < } < .list-group-horizontal-sm > .list-group-item + .list-group-item { < border-top-width: 1px; < border-left-width: 0; < } < .list-group-horizontal-sm > .list-group-item + .list-group-item.active { < margin-left: -1px; < border-left-width: 1px; < } --- > a.list-group-item-info .list-group-item-heading, > button.list-group-item-info .list-group-item-heading { > color: inherit; 4266,4288c5337,5352 < @media (min-width: 768px) { < .list-group-horizontal-md { < flex-direction: row; < } < .list-group-horizontal-md > .list-group-item:first-child { < border-bottom-left-radius: 0.25rem; < border-top-right-radius: 0; < } < .list-group-horizontal-md > .list-group-item:last-child { < border-top-right-radius: 0.25rem; < border-bottom-left-radius: 0; < } < .list-group-horizontal-md > .list-group-item.active { < margin-top: 0; < } < .list-group-horizontal-md > .list-group-item + .list-group-item { < border-top-width: 1px; < border-left-width: 0; < } < .list-group-horizontal-md > .list-group-item + .list-group-item.active { < margin-left: -1px; < border-left-width: 1px; < } --- > a.list-group-item-info:hover, > button.list-group-item-info:hover, > a.list-group-item-info:focus, > button.list-group-item-info:focus { > color: #31708f; > background-color: #c4e3f3; > } > a.list-group-item-info.active, > button.list-group-item-info.active, > a.list-group-item-info.active:hover, > button.list-group-item-info.active:hover, > a.list-group-item-info.active:focus, > button.list-group-item-info.active:focus { > color: #fff; > background-color: #31708f; > border-color: #31708f; 4290,4312c5354,5356 < @media (min-width: 992px) { < .list-group-horizontal-lg { < flex-direction: row; < } < .list-group-horizontal-lg > .list-group-item:first-child { < border-bottom-left-radius: 0.25rem; < border-top-right-radius: 0; < } < .list-group-horizontal-lg > .list-group-item:last-child { < border-top-right-radius: 0.25rem; < border-bottom-left-radius: 0; < } < .list-group-horizontal-lg > .list-group-item.active { < margin-top: 0; < } < .list-group-horizontal-lg > .list-group-item + .list-group-item { < border-top-width: 1px; < border-left-width: 0; < } < .list-group-horizontal-lg > .list-group-item + .list-group-item.active { < margin-left: -1px; < border-left-width: 1px; < } --- > .list-group-item-warning { > color: #8a6d3b; > background-color: #fcf8e3; 4314,4336c5358,5360 < @media (min-width: 1200px) { < .list-group-horizontal-xl { < flex-direction: row; < } < .list-group-horizontal-xl > .list-group-item:first-child { < border-bottom-left-radius: 0.25rem; < border-top-right-radius: 0; < } < .list-group-horizontal-xl > .list-group-item:last-child { < border-top-right-radius: 0.25rem; < border-bottom-left-radius: 0; < } < .list-group-horizontal-xl > .list-group-item.active { < margin-top: 0; < } < .list-group-horizontal-xl > .list-group-item + .list-group-item { < border-top-width: 1px; < border-left-width: 0; < } < .list-group-horizontal-xl > .list-group-item + .list-group-item.active { < margin-left: -1px; < border-left-width: 1px; < } --- > a.list-group-item-warning, > button.list-group-item-warning { > color: #8a6d3b; 4338,4339c5362,5364 < .list-group-flush { < border-radius: 0; --- > a.list-group-item-warning .list-group-item-heading, > button.list-group-item-warning .list-group-item-heading { > color: inherit; 4341,4342c5366,5381 < .list-group-flush > .list-group-item { < border-width: 0 0 1px; --- > a.list-group-item-warning:hover, > button.list-group-item-warning:hover, > a.list-group-item-warning:focus, > button.list-group-item-warning:focus { > color: #8a6d3b; > background-color: #faf2cc; > } > a.list-group-item-warning.active, > button.list-group-item-warning.active, > a.list-group-item-warning.active:hover, > button.list-group-item-warning.active:hover, > a.list-group-item-warning.active:focus, > button.list-group-item-warning.active:focus { > color: #fff; > background-color: #8a6d3b; > border-color: #8a6d3b; 4344,4345c5383,5385 < .list-group-flush > .list-group-item:last-child { < border-bottom-width: 0; --- > .list-group-item-danger { > color: #a94442; > background-color: #f2dede; 4347,4353c5387,5393 < .list-group-item-primary { < color: #122c58; < background-color: #c1cfe7; < } < .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { < color: #122c58; < background-color: #afc1e0; --- > a.list-group-item-danger, > button.list-group-item-danger { > color: #a94442; > } > a.list-group-item-danger .list-group-item-heading, > button.list-group-item-danger .list-group-item-heading { > color: inherit; 4355c5395,5407 < .list-group-item-primary.list-group-item-action.active { --- > a.list-group-item-danger:hover, > button.list-group-item-danger:hover, > a.list-group-item-danger:focus, > button.list-group-item-danger:focus { > color: #a94442; > background-color: #ebcccc; > } > a.list-group-item-danger.active, > button.list-group-item-danger.active, > a.list-group-item-danger.active:hover, > button.list-group-item-danger.active:hover, > a.list-group-item-danger.active:focus, > button.list-group-item-danger.active:focus { 4357,4358c5409,5410 < background-color: #122c58; < border-color: #122c58; --- > background-color: #a94442; > border-color: #a94442; 4360,4366c5412,5414 < .list-group-item-secondary { < color: #306030; < background-color: #d1ebd1; < } < .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { < color: #306030; < background-color: #bfe3bf; --- > .list-group-item-heading { > margin-top: 0; > margin-bottom: 5px; 4368,4371c5416,5418 < .list-group-item-secondary.list-group-item-action.active { < color: #fff; < background-color: #306030; < border-color: #306030; --- > .list-group-item-text { > margin-bottom: 0; > line-height: 1.3; 4373,4375c5420,5426 < .list-group-item-success { < color: #306030; < background-color: #d1ebd1; --- > .panel { > margin-bottom: 20px; > background-color: transparent; > border: 1px solid transparent; > border-radius: 4px; > -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); > box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 4377,4379c5428,5429 < .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { < color: #306030; < background-color: #bfe3bf; --- > .panel-body { > padding: 15px; 4381,4384c5431,5435 < .list-group-item-success.list-group-item-action.active { < color: #fff; < background-color: #306030; < border-color: #306030; --- > .panel-heading { > padding: 10px 15px; > border-bottom: 1px solid transparent; > border-top-right-radius: 3px; > border-top-left-radius: 3px; 4386,4388c5437,5438 < .list-group-item-info { < color: #2f6473; < background-color: #d1edf6; --- > .panel-heading > .dropdown .dropdown-toggle { > color: inherit; 4390,4392c5440,5444 < .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { < color: #2f6473; < background-color: #bce5f2; --- > .panel-title { > margin-top: 0; > margin-bottom: 0; > font-size: 16px; > color: inherit; 4394,4397c5446,5451 < .list-group-item-info.list-group-item-action.active { < color: #fff; < background-color: #2f6473; < border-color: #2f6473; --- > .panel-title > a, > .panel-title > small, > .panel-title > .small, > .panel-title > small > a, > .panel-title > .small > a { > color: inherit; 4399,4401c5453,5458 < .list-group-item-warning { < color: #7d5a29; < background-color: #fbe8cd; --- > .panel-footer { > padding: 10px 15px; > background-color: transparent; > border-top: 1px solid #dddddd; > border-bottom-right-radius: 3px; > border-bottom-left-radius: 3px; 4403,4405c5460,5462 < .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { < color: #7d5a29; < background-color: #f9ddb5; --- > .panel > .list-group, > .panel > .panel-collapse > .list-group { > margin-bottom: 0; 4407,4410c5464,5467 < .list-group-item-warning.list-group-item-action.active { < color: #fff; < background-color: #7d5a29; < border-color: #7d5a29; --- > .panel > .list-group .list-group-item, > .panel > .panel-collapse > .list-group .list-group-item { > border-width: 1px 0; > border-radius: 0; 4412,4414c5469,5473 < .list-group-item-danger { < color: #712b29; < background-color: #f4cfce; --- > .panel > .list-group:first-child .list-group-item:first-child, > .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { > border-top: 0; > border-top-right-radius: 3px; > border-top-left-radius: 3px; 4416,4418c5475,5479 < .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { < color: #712b29; < background-color: #efbbb9; --- > .panel > .list-group:last-child .list-group-item:last-child, > .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { > border-bottom: 0; > border-bottom-right-radius: 3px; > border-bottom-left-radius: 3px; 4420,4423c5481,5483 < .list-group-item-danger.list-group-item-action.active { < color: #fff; < background-color: #712b29; < border-color: #712b29; --- > .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { > border-top-right-radius: 0; > border-top-left-radius: 0; 4425,4431c5485,5486 < .list-group-item-light { < color: #858585; < background-color: white; < } < .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { < color: #858585; < background-color: #f2f2f2; --- > .panel-heading + .list-group .list-group-item:first-child { > border-top-width: 0; 4433,4436c5488,5489 < .list-group-item-light.list-group-item-action.active { < color: #fff; < background-color: #858585; < border-color: #858585; --- > .list-group + .panel-footer { > border-top-width: 0; 4438,4444c5491,5494 < .list-group-item-dark { < color: black; < background-color: #b8b8b8; < } < .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { < color: black; < background-color: #ababab; --- > .panel > .table, > .panel > .table-responsive > .table, > .panel > .panel-collapse > .table { > margin-bottom: 0; 4446,4449c5496,5500 < .list-group-item-dark.list-group-item-action.active { < color: #fff; < background-color: black; < border-color: black; --- > .panel > .table caption, > .panel > .table-responsive > .table caption, > .panel > .panel-collapse > .table caption { > padding-left: 15px; > padding-right: 15px; 4451,4458c5502,5570 < .close { < float: right; < font-size: 1.5rem; < font-weight: 700; < line-height: 1; < color: #000; < text-shadow: 0 1px 0 #fff; < opacity: 0.5; --- > .panel > .table:first-child, > .panel > .table-responsive:first-child > .table:first-child { > border-top-right-radius: 3px; > border-top-left-radius: 3px; > } > .panel > .table:first-child > thead:first-child > tr:first-child, > .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, > .panel > .table:first-child > tbody:first-child > tr:first-child, > .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { > border-top-left-radius: 3px; > border-top-right-radius: 3px; > } > .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, > .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, > .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, > .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, > .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, > .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, > .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, > .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { > border-top-left-radius: 3px; > } > .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, > .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, > .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, > .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, > .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, > .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, > .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, > .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { > border-top-right-radius: 3px; > } > .panel > .table:last-child, > .panel > .table-responsive:last-child > .table:last-child { > border-bottom-right-radius: 3px; > border-bottom-left-radius: 3px; > } > .panel > .table:last-child > tbody:last-child > tr:last-child, > .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, > .panel > .table:last-child > tfoot:last-child > tr:last-child, > .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { > border-bottom-left-radius: 3px; > border-bottom-right-radius: 3px; > } > .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, > .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, > .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, > .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, > .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, > .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, > .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, > .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { > border-bottom-left-radius: 3px; > } > .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, > .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, > .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, > .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, > .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, > .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, > .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, > .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { > border-bottom-right-radius: 3px; > } > .panel > .panel-body + .table, > .panel > .panel-body + .table-responsive, > .panel > .table + .panel-body, > .panel > .table-responsive + .panel-body { > border-top: 1px solid #5a4a39; 4460,4462c5572,5574 < .close:hover { < color: #000; < text-decoration: none; --- > .panel > .table > tbody:first-child > tr:first-child th, > .panel > .table > tbody:first-child > tr:first-child td { > border-top: 0; 4464,4465c5576,5578 < .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { < opacity: 0.75; --- > .panel > .table-bordered, > .panel > .table-responsive > .table-bordered { > border: 0; 4467,4469c5580,5628 < button.close { < padding: 0; < background-color: transparent; --- > .panel > .table-bordered > thead > tr > th:first-child, > .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, > .panel > .table-bordered > tbody > tr > th:first-child, > .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, > .panel > .table-bordered > tfoot > tr > th:first-child, > .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, > .panel > .table-bordered > thead > tr > td:first-child, > .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, > .panel > .table-bordered > tbody > tr > td:first-child, > .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, > .panel > .table-bordered > tfoot > tr > td:first-child, > .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { > border-left: 0; > } > .panel > .table-bordered > thead > tr > th:last-child, > .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, > .panel > .table-bordered > tbody > tr > th:last-child, > .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, > .panel > .table-bordered > tfoot > tr > th:last-child, > .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, > .panel > .table-bordered > thead > tr > td:last-child, > .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, > .panel > .table-bordered > tbody > tr > td:last-child, > .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, > .panel > .table-bordered > tfoot > tr > td:last-child, > .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { > border-right: 0; > } > .panel > .table-bordered > thead > tr:first-child > td, > .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, > .panel > .table-bordered > tbody > tr:first-child > td, > .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, > .panel > .table-bordered > thead > tr:first-child > th, > .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, > .panel > .table-bordered > tbody > tr:first-child > th, > .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { > border-bottom: 0; > } > .panel > .table-bordered > tbody > tr:last-child > td, > .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, > .panel > .table-bordered > tfoot > tr:last-child > td, > .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, > .panel > .table-bordered > tbody > tr:last-child > th, > .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, > .panel > .table-bordered > tfoot > tr:last-child > th, > .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { > border-bottom: 0; > } > .panel > .table-responsive { 4470a5630 > margin-bottom: 0; 4472,4473c5632,5633 < a.close.disabled { < pointer-events: none; --- > .panel-group { > margin-bottom: 20px; 4475,4484c5635,5637 < .toast { < flex-basis: 350px; < max-width: 350px; < font-size: 0.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 0.25rem 0.75rem rgba(0, 0, 0, 0.1); < opacity: 0; < border-radius: 0.25rem; --- > .panel-group .panel { > margin-bottom: 0; > border-radius: 4px; 4486,4487c5639,5640 < .toast:not(:last-child) { < margin-bottom: 0.75rem; --- > .panel-group .panel + .panel { > margin-top: 5px; 4489,4490c5642,5643 < .toast.showing { < opacity: 1; --- > .panel-group .panel-heading { > border-bottom: 0; 4492,4494c5645,5647 < .toast.show { < display: block; < opacity: 1; --- > .panel-group .panel-heading + .panel-collapse > .panel-body, > .panel-group .panel-heading + .panel-collapse > .list-group { > border-top: 1px solid #dddddd; 4496,4497c5649,5650 < .toast.hide { < display: none; --- > .panel-group .panel-footer { > border-top: 0; 4499,4508c5652,5653 < .toast-header { < display: flex; < align-items: center; < padding: 0.25rem 0.75rem; < color: #868e96; < background-color: rgba(255, 255, 255, 0.85); < background-clip: padding-box; < border-bottom: 1px solid rgba(0, 0, 0, 0.05); < border-top-left-radius: calc(0.25rem - 1px); < border-top-right-radius: calc(0.25rem - 1px); --- > .panel-group .panel-footer + .panel-collapse .panel-body { > border-bottom: 1px solid #dddddd; 4510,4511c5655,5656 < .toast-body { < padding: 0.75rem; --- > .panel-default { > border-color: #dddddd; 4513,4514c5658,5661 < .modal-open { < overflow: hidden; --- > .panel-default > .panel-heading { > color: #333333; > background-color: transparent; > border-color: #dddddd; 4516,4518c5663,5664 < .modal-open .modal { < overflow-x: hidden; < overflow-y: auto; --- > .panel-default > .panel-heading + .panel-collapse > .panel-body { > border-top-color: #dddddd; 4520,4521c5666,5775 < .modal { < position: fixed; --- > .panel-default > .panel-heading .badge { > color: transparent; > background-color: #333333; > } > .panel-default > .panel-footer + .panel-collapse > .panel-body { > border-bottom-color: #dddddd; > } > .panel-primary { > border-color: #2255aa; > } > .panel-primary > .panel-heading { > color: #ffffff; > background-color: #2255aa; > border-color: #2255aa; > } > .panel-primary > .panel-heading + .panel-collapse > .panel-body { > border-top-color: #2255aa; > } > .panel-primary > .panel-heading .badge { > color: #2255aa; > background-color: #ffffff; > } > .panel-primary > .panel-footer + .panel-collapse > .panel-body { > border-bottom-color: #2255aa; > } > .panel-success { > border-color: #d6e9c6; > } > .panel-success > .panel-heading { > color: #3c763d; > background-color: #dff0d8; > border-color: #d6e9c6; > } > .panel-success > .panel-heading + .panel-collapse > .panel-body { > border-top-color: #d6e9c6; > } > .panel-success > .panel-heading .badge { > color: #dff0d8; > background-color: #3c763d; > } > .panel-success > .panel-footer + .panel-collapse > .panel-body { > border-bottom-color: #d6e9c6; > } > .panel-info { > border-color: #bce8f1; > } > .panel-info > .panel-heading { > color: #31708f; > background-color: #d9edf7; > border-color: #bce8f1; > } > .panel-info > .panel-heading + .panel-collapse > .panel-body { > border-top-color: #bce8f1; > } > .panel-info > .panel-heading .badge { > color: #d9edf7; > background-color: #31708f; > } > .panel-info > .panel-footer + .panel-collapse > .panel-body { > border-bottom-color: #bce8f1; > } > .panel-warning { > border-color: #faebcc; > } > .panel-warning > .panel-heading { > color: #8a6d3b; > background-color: #fcf8e3; > border-color: #faebcc; > } > .panel-warning > .panel-heading + .panel-collapse > .panel-body { > border-top-color: #faebcc; > } > .panel-warning > .panel-heading .badge { > color: #fcf8e3; > background-color: #8a6d3b; > } > .panel-warning > .panel-footer + .panel-collapse > .panel-body { > border-bottom-color: #faebcc; > } > .panel-danger { > border-color: #ebccd1; > } > .panel-danger > .panel-heading { > color: #a94442; > background-color: #f2dede; > border-color: #ebccd1; > } > .panel-danger > .panel-heading + .panel-collapse > .panel-body { > border-top-color: #ebccd1; > } > .panel-danger > .panel-heading .badge { > color: #f2dede; > background-color: #a94442; > } > .panel-danger > .panel-footer + .panel-collapse > .panel-body { > border-bottom-color: #ebccd1; > } > .embed-responsive { > position: relative; > display: block; > height: 0; > padding: 0; > overflow: hidden; > } > .embed-responsive .embed-responsive-item, > .embed-responsive iframe, > .embed-responsive embed, > .embed-responsive object, > .embed-responsive video { > position: absolute; 4524,4526c5778 < z-index: 1050; < display: none; < width: 100%; --- > bottom: 0; 4528,4529c5780,5781 < overflow: hidden; < outline: 0; --- > width: 100%; > border: 0; 4531,4535c5783,5784 < .modal-dialog { < position: relative; < width: auto; < margin: 0.5rem; < pointer-events: none; --- > .embed-responsive-16by9 { > padding-bottom: 56.25%; 4537,4539c5786,5787 < .modal.fade .modal-dialog { < transition: transform 0.3s ease-out; < transform: translate(0, -50px); --- > .embed-responsive-4by3 { > padding-bottom: 75%; 4541,4544c5789,5797 < @media (prefers-reduced-motion: reduce) { < .modal.fade .modal-dialog { < transition: none; < } --- > .well { > min-height: 20px; > padding: 19px; > margin-bottom: 20px; > background-color: #f5f5f5; > border: 1px solid #e3e3e3; > border-radius: 4px; > -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); > box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 4546,4547c5799,5805 < .modal.show .modal-dialog { < transform: none; --- > .well blockquote { > border-color: #ddd; > border-color: rgba(0, 0, 0, 0.15); > } > .well-lg { > padding: 24px; > border-radius: 6px; 4549,4550c5807,5809 < .modal.modal-static .modal-dialog { < transform: scale(1.02); --- > .well-sm { > padding: 9px; > border-radius: 3px; 4552,4554c5811,5819 < .modal-dialog-scrollable { < display: flex; < max-height: calc(100% - 1rem); --- > .close { > float: right; > font-size: 21px; > font-weight: bold; > line-height: 1; > color: #000000; > text-shadow: 0 1px 0 #ffffff; > opacity: 0.2; > filter: alpha(opacity=20); 4556,4558c5821,5827 < .modal-dialog-scrollable .modal-content { < max-height: calc(100vh - 1rem); < overflow: hidden; --- > .close:hover, > .close:focus { > color: #000000; > text-decoration: none; > cursor: pointer; > opacity: 0.5; > filter: alpha(opacity=50); 4560,4561c5829,5834 < .modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer { < flex-shrink: 0; --- > button.close { > padding: 0; > cursor: pointer; > background: transparent; > border: 0; > -webkit-appearance: none; 4563,4564c5836,5837 < .modal-dialog-scrollable .modal-body { < overflow-y: auto; --- > .modal-open { > overflow: hidden; 4566,4569c5839,5849 < .modal-dialog-centered { < display: flex; < align-items: center; < min-height: calc(100% - 1rem); --- > .modal { > display: none; > overflow: hidden; > position: fixed; > top: 0; > right: 0; > bottom: 0; > left: 0; > z-index: 1050; > -webkit-overflow-scrolling: touch; > outline: 0; 4571,4575c5851,5859 < .modal-dialog-centered::before { < display: block; < height: calc(100vh - 1rem); < height: min-content; < content: ""; --- > .modal.fade .modal-dialog { > -webkit-transform: translate(0, -25%); > -ms-transform: translate(0, -25%); > -o-transform: translate(0, -25%); > transform: translate(0, -25%); > -webkit-transition: -webkit-transform 0.3s ease-out; > -moz-transition: -moz-transform 0.3s ease-out; > -o-transition: -o-transform 0.3s ease-out; > transition: transform 0.3s ease-out; 4577,4580c5861,5865 < .modal-dialog-centered.modal-dialog-scrollable { < flex-direction: column; < justify-content: center; < height: 100%; --- > .modal.in .modal-dialog { > -webkit-transform: translate(0, 0); > -ms-transform: translate(0, 0); > -o-transform: translate(0, 0); > transform: translate(0, 0); 4582,4583c5867,5869 < .modal-dialog-centered.modal-dialog-scrollable .modal-content { < max-height: none; --- > .modal-open .modal { > overflow-x: hidden; > overflow-y: auto; 4585,4586c5871,5874 < .modal-dialog-centered.modal-dialog-scrollable::before { < content: none; --- > .modal-dialog { > position: relative; > width: auto; > margin: 10px; 4590,4595c5878,5879 < display: flex; < flex-direction: column; < width: 100%; < pointer-events: auto; < background-color: #fff; < background-clip: padding-box; --- > background-color: #ffffff; > border: 1px solid #999999; 4597c5881,5884 < border-radius: 0.3rem; --- > border-radius: 6px; > -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); > box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); > background-clip: padding-box; 4602a5890,5891 > right: 0; > bottom: 0; 4605,4607c5894 < width: 100vw; < height: 100vh; < background-color: #000; --- > background-color: #000000; 4610a5898 > filter: alpha(opacity=0); 4612c5900 < .modal-backdrop.show { --- > .modal-backdrop.in { 4613a5902 > filter: alpha(opacity=50); 4616,4622c5905,5906 < display: flex; < align-items: flex-start; < justify-content: space-between; < padding: 1rem 1rem; < border-bottom: 1px solid #dee2e6; < border-top-left-radius: calc(0.3rem - 1px); < border-top-right-radius: calc(0.3rem - 1px); --- > padding: 15px; > border-bottom: 1px solid #e5e5e5; 4625,4626c5909 < padding: 1rem 1rem; < margin: -1rem -1rem -1rem auto; --- > margin-top: -2px; 4629,4630c5912,5913 < margin-bottom: 0; < line-height: 1.5; --- > margin: 0; > line-height: 1.42857143; 4634,4635c5917 < flex: 1 1 auto; < padding: 1rem; --- > padding: 15px; 4638,4645c5920,5929 < display: flex; < flex-wrap: wrap; < align-items: center; < justify-content: flex-end; < padding: 0.75rem; < border-top: 1px solid #dee2e6; < border-bottom-right-radius: calc(0.3rem - 1px); < border-bottom-left-radius: calc(0.3rem - 1px); --- > padding: 15px; > text-align: right; > border-top: 1px solid #e5e5e5; > } > .modal-footer .btn + .btn { > margin-left: 5px; > margin-bottom: 0; > } > .modal-footer .btn-group .btn + .btn { > margin-left: -1px; 4647,4648c5931,5932 < .modal-footer > * { < margin: 0.25rem; --- > .modal-footer .btn-block + .btn-block { > margin-left: 0; 4657c5941 < @media (min-width: 576px) { --- > @media (min-width: 768px) { 4659,4669c5943,5944 < max-width: 500px; < margin: 1.75rem auto; < } < .modal-dialog-scrollable { < max-height: calc(100% - 3.5rem); < } < .modal-dialog-scrollable .modal-content { < max-height: calc(100vh - 3.5rem); < } < .modal-dialog-centered { < min-height: calc(100% - 3.5rem); --- > width: 600px; > margin: 30px auto; 4671,4673c5946,5948 < .modal-dialog-centered::before { < height: calc(100vh - 3.5rem); < height: min-content; --- > .modal-content { > -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); > box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 4676c5951 < max-width: 300px; --- > width: 300px; 4680,4686c5955,5956 < .modal-lg, .modal-xl { < max-width: 800px; < } < } < @media (min-width: 1200px) { < .modal-xl { < max-width: 1140px; --- > .modal-lg { > width: 900px; 4693,4694c5963 < margin: 0; < font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --- > font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 4696,4697c5965,5968 < font-weight: 400; < line-height: 1.5; --- > font-weight: normal; > letter-spacing: normal; > line-break: auto; > line-height: 1.42857143; 4703c5974 < letter-spacing: normal; --- > white-space: normal; 4706,4709c5977,5978 < white-space: normal; < line-break: auto; < font-size: 0.875rem; < word-wrap: break-word; --- > word-wrap: normal; > font-size: 12px; 4710a5980 > filter: alpha(opacity=0); 4712c5982 < .tooltip.show { --- > .tooltip.in { 4713a5984 > filter: alpha(opacity=90); 4715,4719c5986,6000 < .tooltip .arrow { < position: absolute; < display: block; < width: 0.8rem; < height: 0.4rem; --- > .tooltip.top { > margin-top: -3px; > padding: 5px 0; > } > .tooltip.right { > margin-left: 3px; > padding: 0 5px; > } > .tooltip.bottom { > margin-top: 3px; > padding: 5px 0; > } > .tooltip.left { > margin-left: -3px; > padding: 0 5px; 4721c6002,6010 < .tooltip .arrow::before { --- > .tooltip-inner { > max-width: 200px; > padding: 3px 8px; > color: #ffffff; > text-align: center; > background-color: #000000; > border-radius: 4px; > } > .tooltip-arrow { 4723c6012,6013 < content: ""; --- > width: 0; > height: 0; 4727,4730c6017 < .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { < padding: 0.4rem 0; < } < .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { --- > .tooltip.top .tooltip-arrow { 4731a6019,6022 > left: 50%; > margin-left: -5px; > border-width: 5px 5px 0; > border-top-color: #000000; 4733,4736c6024,6029 < .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { < top: 0; < border-width: 0.4rem 0.4rem 0; < border-top-color: #000; --- > .tooltip.top-left .tooltip-arrow { > bottom: 0; > right: 5px; > margin-bottom: -5px; > border-width: 5px 5px 0; > border-top-color: #000000; 4738,4739c6031,6036 < .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { < padding: 0 0.4rem; --- > .tooltip.top-right .tooltip-arrow { > bottom: 0; > left: 5px; > margin-bottom: -5px; > border-width: 5px 5px 0; > border-top-color: #000000; 4741c6038,6039 < .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { --- > .tooltip.right .tooltip-arrow { > top: 50%; 4743,4744c6041,6043 < width: 0.4rem; < height: 0.8rem; --- > margin-top: -5px; > border-width: 5px 5px 5px 0; > border-right-color: #000000; 4746c6045,6046 < .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { --- > .tooltip.left .tooltip-arrow { > top: 50%; 4748,4752c6048,6050 < border-width: 0.4rem 0.4rem 0.4rem 0; < border-right-color: #000; < } < .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { < padding: 0.4rem 0; --- > margin-top: -5px; > border-width: 5px 0 5px 5px; > border-left-color: #000000; 4754c6052 < .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { --- > .tooltip.bottom .tooltip-arrow { 4755a6054,6057 > left: 50%; > margin-left: -5px; > border-width: 0 5px 5px; > border-bottom-color: #000000; 4757,4773c6059,6064 < .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { < bottom: 0; < border-width: 0 0.4rem 0.4rem; < border-bottom-color: #000; < } < .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { < padding: 0 0.4rem; < } < .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { < right: 0; < width: 0.4rem; < height: 0.8rem; < } < .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { < left: 0; < border-width: 0.4rem 0 0.4rem 0.4rem; < border-left-color: #000; --- > .tooltip.bottom-left .tooltip-arrow { > top: 0; > right: 5px; > margin-top: -5px; > border-width: 0 5px 5px; > border-bottom-color: #000000; 4775,4781c6066,6071 < .tooltip-inner { < max-width: 200px; < padding: 0.25rem 0.5rem; < color: #fff; < text-align: center; < background-color: #000; < border-radius: 0.25rem; --- > .tooltip.bottom-right .tooltip-arrow { > top: 0; > left: 5px; > margin-top: -5px; > border-width: 0 5px 5px; > border-bottom-color: #000000; 4788c6078 < display: block; --- > display: none; 4790c6080,6081 < font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --- > padding: 1px; > font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 4792,4793c6083,6086 < font-weight: 400; < line-height: 1.5; --- > font-weight: normal; > letter-spacing: normal; > line-break: auto; > line-height: 1.42857143; 4799c6092 < letter-spacing: normal; --- > white-space: normal; 4802,4806c6095,6097 < white-space: normal; < line-break: auto; < font-size: 0.875rem; < word-wrap: break-word; < background-color: #fff; --- > word-wrap: normal; > font-size: 14px; > background-color: #ffffff; 4807a6099 > border: 1px solid #cccccc; 4809c6101,6103 < border-radius: 0.3rem; --- > border-radius: 6px; > -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); > box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 4811,4816c6105,6115 < .popover .arrow { < position: absolute; < display: block; < width: 1rem; < height: 0.5rem; < margin: 0 0.3rem; --- > .popover.top { > margin-top: -10px; > } > .popover.right { > margin-left: 10px; > } > .popover.bottom { > margin-top: 10px; > } > .popover.left { > margin-left: -10px; 4818c6117,6129 < .popover .arrow::before, .popover .arrow::after { --- > .popover-title { > margin: 0; > padding: 8px 14px; > font-size: 14px; > background-color: #f7f7f7; > border-bottom: 1px solid #ebebeb; > border-radius: 5px 5px 0 0; > } > .popover-content { > padding: 9px 14px; > } > .popover > .arrow, > .popover > .arrow:after { 4821c6132,6133 < content: ""; --- > width: 0; > height: 0; 4825,4826c6137,6138 < .bs-popover-top, .bs-popover-auto[x-placement^="top"] { < margin-bottom: 0.5rem; --- > .popover > .arrow { > border-width: 11px; 4828,4829c6140,6142 < .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow { < bottom: calc(-0.5rem - 1px); --- > .popover > .arrow:after { > border-width: 10px; > content: ""; 4831,4833c6144,6148 < .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before { < bottom: 0; < border-width: 0.5rem 0.5rem 0; --- > .popover.top > .arrow { > left: 50%; > margin-left: -11px; > border-bottom-width: 0; > border-top-color: #999999; 4834a6150 > bottom: -11px; 4836c6152,6153 < .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after { --- > .popover.top > .arrow:after { > content: " "; 4838,4848c6155,6157 < border-width: 0.5rem 0.5rem 0; < border-top-color: #fff; < } < .bs-popover-right, .bs-popover-auto[x-placement^="right"] { < margin-left: 0.5rem; < } < .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow { < left: calc(-0.5rem - 1px); < width: 0.5rem; < height: 1rem; < margin: 0.3rem 0; --- > margin-left: -10px; > border-bottom-width: 0; > border-top-color: #ffffff; 4850,4852c6159,6164 < .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before { < left: 0; < border-width: 0.5rem 0.5rem 0.5rem 0; --- > .popover.right > .arrow { > top: 50%; > left: -11px; > margin-top: -11px; > border-left-width: 0; > border-right-color: #999999; 4855c6167,6168 < .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after { --- > .popover.right > .arrow:after { > content: " "; 4857,4864c6170,6172 < border-width: 0.5rem 0.5rem 0.5rem 0; < border-right-color: #fff; < } < .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { < margin-top: 0.5rem; < } < .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow { < top: calc(-0.5rem - 1px); --- > bottom: -10px; > border-left-width: 0; > border-right-color: #ffffff; 4866,4868c6174,6178 < .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before { < top: 0; < border-width: 0 0.5rem 0.5rem 0.5rem; --- > .popover.bottom > .arrow { > left: 50%; > margin-left: -11px; > border-top-width: 0; > border-bottom-color: #999999; 4869a6180 > top: -11px; 4871c6182,6183 < .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after { --- > .popover.bottom > .arrow:after { > content: " "; 4873,4893c6185,6187 < border-width: 0 0.5rem 0.5rem 0.5rem; < border-bottom-color: #fff; < } < .bs-popover-bottom .popover-header::before, .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; < } < .bs-popover-left, .bs-popover-auto[x-placement^="left"] { < margin-right: 0.5rem; < } < .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow { < right: calc(-0.5rem - 1px); < width: 0.5rem; < height: 1rem; < margin: 0.3rem 0; --- > margin-left: -10px; > border-top-width: 0; > border-bottom-color: #ffffff; 4895,4897c6189,6194 < .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before { < right: 0; < border-width: 0.5rem 0 0.5rem 0.5rem; --- > .popover.left > .arrow { > top: 50%; > right: -11px; > margin-top: -11px; > border-right-width: 0; > border-left-color: #999999; 4900c6197,6198 < .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after { --- > .popover.left > .arrow:after { > content: " "; 4902,4919c6200,6202 < border-width: 0.5rem 0 0.5rem 0.5rem; < border-left-color: #fff; < } < .popover-header { < padding: 0.5rem 0.75rem; < margin-bottom: 0; < font-size: 1rem; < background-color: #f7f7f7; < border-bottom: 1px solid #ebebeb; < border-top-left-radius: calc(0.3rem - 1px); < border-top-right-radius: calc(0.3rem - 1px); < } < .popover-header:empty { < display: none; < } < .popover-body { < padding: 0.5rem 0.75rem; < color: #212529; --- > border-right-width: 0; > border-left-color: #ffffff; > bottom: -10px; 4924,4926d6206 < .carousel.pointer-event { < touch-action: pan-y; < } 4929d6208 < width: 100%; 4930a6210 > width: 100%; 4932,4938c6212 < .carousel-inner::after { < display: block; < clear: both; < content: ""; < } < .carousel-item { < position: relative; --- > .carousel-inner > .item { 4940,4944c6214,6221 < float: left; < width: 100%; < margin-right: -100%; < backface-visibility: hidden; < transition: transform 0.6s ease-in-out; --- > position: relative; > -webkit-transition: 0.6s ease-in-out left; > -o-transition: 0.6s ease-in-out left; > transition: 0.6s ease-in-out left; > } > .carousel-inner > .item > img, > .carousel-inner > .item > a > img { > line-height: 1; 4946,4948c6223,6253 < @media (prefers-reduced-motion: reduce) { < .carousel-item { < transition: none; --- > @media all and (transform-3d), (-webkit-transform-3d) { > .carousel-inner > .item { > -webkit-transition: -webkit-transform 0.6s ease-in-out; > -moz-transition: -moz-transform 0.6s ease-in-out; > -o-transition: -o-transform 0.6s ease-in-out; > transition: transform 0.6s ease-in-out; > -webkit-backface-visibility: hidden; > -moz-backface-visibility: hidden; > backface-visibility: hidden; > -webkit-perspective: 1000px; > -moz-perspective: 1000px; > perspective: 1000px; > } > .carousel-inner > .item.next, > .carousel-inner > .item.active.right { > -webkit-transform: translate3d(100%, 0, 0); > transform: translate3d(100%, 0, 0); > left: 0; > } > .carousel-inner > .item.prev, > .carousel-inner > .item.active.left { > -webkit-transform: translate3d(-100%, 0, 0); > transform: translate3d(-100%, 0, 0); > left: 0; > } > .carousel-inner > .item.next.left, > .carousel-inner > .item.prev.right, > .carousel-inner > .item.active { > -webkit-transform: translate3d(0, 0, 0); > transform: translate3d(0, 0, 0); > left: 0; 4951c6256,6258 < .carousel-item.active, .carousel-item-next, .carousel-item-prev { --- > .carousel-inner > .active, > .carousel-inner > .next, > .carousel-inner > .prev { 4954,4955c6261,6268 < .carousel-item-next:not(.carousel-item-left), .active.carousel-item-right { < transform: translateX(100%); --- > .carousel-inner > .active { > left: 0; > } > .carousel-inner > .next, > .carousel-inner > .prev { > position: absolute; > top: 0; > width: 100%; 4957,4958c6270,6271 < .carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left { < transform: translateX(-100%); --- > .carousel-inner > .next { > left: 100%; 4960,4963c6273,6274 < .carousel-fade .carousel-item { < opacity: 0; < transition-property: opacity; < transform: none; --- > .carousel-inner > .prev { > left: -100%; 4965,4967c6276,6278 < .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right { < z-index: 1; < opacity: 1; --- > .carousel-inner > .next.left, > .carousel-inner > .prev.right { > left: 0; 4969,4972c6280,6281 < .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { < z-index: 0; < opacity: 0; < transition: opacity 0s 0.6s; --- > .carousel-inner > .active.left { > left: -100%; 4974,4977c6283,6284 < @media (prefers-reduced-motion: reduce) { < .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { < transition: none; < } --- > .carousel-inner > .active.right { > left: 100%; 4979c6286 < .carousel-control-prev, .carousel-control-next { --- > .carousel-control { 4981a6289 > left: 0; 4983,4986d6290 < z-index: 1; < display: flex; < align-items: center; < justify-content: center; 4988,4989d6291 < color: #fff; < text-align: center; 4991c6293,6298 < transition: opacity 0.15s ease; --- > filter: alpha(opacity=50); > font-size: 20px; > color: #ffffff; > text-align: center; > text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); > background-color: rgba(0, 0, 0, 0); 4993,4996c6300,6305 < @media (prefers-reduced-motion: reduce) { < .carousel-control-prev, .carousel-control-next { < transition: none; < } --- > .carousel-control.left { > background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); > background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); > background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); > background-repeat: repeat-x; > filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); 4998,5000c6307,6317 < .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { < color: #fff; < text-decoration: none; --- > .carousel-control.right { > left: auto; > right: 0; > background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); > background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); > background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); > background-repeat: repeat-x; > filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); > } > .carousel-control:hover, > .carousel-control:focus { 5001a6319,6320 > color: #ffffff; > text-decoration: none; 5002a6322 > filter: alpha(opacity=90); 5004,5005c6324,6332 < .carousel-control-prev { < left: 0; --- > .carousel-control .icon-prev, > .carousel-control .icon-next, > .carousel-control .glyphicon-chevron-left, > .carousel-control .glyphicon-chevron-right { > position: absolute; > top: 50%; > margin-top: -10px; > z-index: 5; > display: inline-block; 5007,5008c6334,6337 < .carousel-control-next { < right: 0; --- > .carousel-control .icon-prev, > .carousel-control .glyphicon-chevron-left { > left: 50%; > margin-left: -10px; 5010,5011c6339,6345 < .carousel-control-prev-icon, .carousel-control-next-icon { < display: inline-block; --- > .carousel-control .icon-next, > .carousel-control .glyphicon-chevron-right { > right: 50%; > margin-right: -10px; > } > .carousel-control .icon-prev, > .carousel-control .icon-next { 5014c6348,6349 < background: 50% / 100% 100% no-repeat; --- > line-height: 1; > font-family: serif; 5016,5017c6351,6352 < .carousel-control-prev-icon { < background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); --- > .carousel-control .icon-prev:before { > content: '\2039'; 5019,5020c6354,6355 < .carousel-control-next-icon { < background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); --- > .carousel-control .icon-next:before { > content: '\203a'; 5024,5026c6359,6360 < right: 0; < bottom: 0; < left: 0; --- > bottom: 10px; > left: 50%; 5028,5029c6362,6363 < display: flex; < justify-content: center; --- > width: 60%; > margin-left: -30%; 5031,5032d6364 < margin-right: 15%; < margin-left: 15%; 5033a6366 > text-align: center; 5036,5041c6369,6372 < box-sizing: content-box; < flex: 0 1 auto; < width: 30px; < height: 3px; < margin-right: 3px; < margin-left: 3px; --- > display: inline-block; > width: 10px; > height: 10px; > margin: 1px; 5042a6374,6375 > border: 1px solid #ffffff; > border-radius: 10px; 5044,5054c6377,6378 < background-color: #fff; < background-clip: padding-box; < border-top: 10px solid transparent; < border-bottom: 10px solid transparent; < opacity: 0.5; < transition: opacity 0.6s ease; < } < @media (prefers-reduced-motion: reduce) { < .carousel-indicators li { < transition: none; < } --- > background-color: #000 \9; > background-color: rgba(0, 0, 0, 0); 5057c6381,6384 < opacity: 1; --- > margin: 0; > width: 12px; > height: 12px; > background-color: #ffffff; 5060a6388 > left: 15%; 5063d6390 < left: 15%; 5067c6394 < color: #fff; --- > color: #ffffff; 5068a6396 > text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 5070,5270c6398,6399 < @keyframes spinner-border { < to { < transform: rotate(360deg); < } < } < .spinner-border { < display: inline-block; < width: 2rem; < height: 2rem; < vertical-align: text-bottom; < border: 0.25em solid currentColor; < border-right-color: transparent; < border-radius: 50%; < animation: 0.75s linear infinite spinner-border; < } < .spinner-border-sm { < width: 1rem; < height: 1rem; < border-width: 0.2em; < } < @keyframes spinner-grow { < 0% { < transform: scale(0); < } < 50% { < opacity: 1; < transform: none; < } < } < .spinner-grow { < display: inline-block; < width: 2rem; < height: 2rem; < vertical-align: text-bottom; < background-color: currentColor; < border-radius: 50%; < opacity: 0; < animation: 0.75s linear infinite spinner-grow; < } < .spinner-grow-sm { < width: 1rem; < height: 1rem; < } < @media (prefers-reduced-motion: reduce) { < .spinner-border, .spinner-grow { < animation-duration: 1.5s; < } < } < .align-baseline { < vertical-align: baseline !important; < } < .align-top { < vertical-align: top !important; < } < .align-middle { < vertical-align: middle !important; < } < .align-bottom { < vertical-align: bottom !important; < } < .align-text-bottom { < vertical-align: text-bottom !important; < } < .align-text-top { < vertical-align: text-top !important; < } < .bg-primary { < background-color: #2255aa !important; < } < a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { < background-color: #1a4080 !important; < } < .bg-secondary { < background-color: #5cb85c !important; < } < a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { < background-color: #449d44 !important; < } < .bg-success { < background-color: #5cb85c !important; < } < a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { < background-color: #449d44 !important; < } < .bg-info { < background-color: #5bc0de !important; < } < a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { < background-color: #31b0d5 !important; < } < .bg-warning { < background-color: #f0ad4e !important; < } < a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { < background-color: #ec971f !important; < } < .bg-danger { < background-color: #d9534f !important; < } < a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { < background-color: #c9302c !important; < } < .bg-light { < background-color: #ffffff !important; < } < a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { < background-color: #e6e6e6 !important; < } < .bg-dark { < background-color: #000000 !important; < } < a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { < background-color: black !important; < } < .bg-white { < background-color: #fff !important; < } < .bg-transparent { < background-color: transparent !important; < } < .border { < border: 1px solid #dee2e6 !important; < } < .border-top { < border-top: 1px solid #dee2e6 !important; < } < .border-right { < border-right: 1px solid #dee2e6 !important; < } < .border-bottom { < border-bottom: 1px solid #dee2e6 !important; < } < .border-left { < border-left: 1px solid #dee2e6 !important; < } < .border-0 { < border: 0 !important; < } < .border-top-0 { < border-top: 0 !important; < } < .border-right-0 { < border-right: 0 !important; < } < .border-bottom-0 { < border-bottom: 0 !important; < } < .border-left-0 { < border-left: 0 !important; < } < .border-primary { < border-color: #2255aa !important; < } < .border-secondary { < border-color: #5cb85c !important; < } < .border-success { < border-color: #5cb85c !important; < } < .border-info { < border-color: #5bc0de !important; < } < .border-warning { < border-color: #f0ad4e !important; < } < .border-danger { < border-color: #d9534f !important; < } < .border-light { < border-color: #ffffff !important; < } < .border-dark { < border-color: #000000 !important; < } < .border-white { < border-color: #fff !important; < } < .rounded-sm { < border-radius: 0.2rem !important; < } < .rounded { < border-radius: 0.25rem !important; < } < .rounded-top { < border-top-left-radius: 0.25rem !important; < border-top-right-radius: 0.25rem !important; < } < .rounded-right { < border-top-right-radius: 0.25rem !important; < border-bottom-right-radius: 0.25rem !important; < } < .rounded-bottom { < border-bottom-right-radius: 0.25rem !important; < border-bottom-left-radius: 0.25rem !important; < } < .rounded-left { < border-top-left-radius: 0.25rem !important; < border-bottom-left-radius: 0.25rem !important; < } < .rounded-lg { < border-radius: 0.3rem !important; --- > .carousel-caption .btn { > text-shadow: none; 5272,5273c6401,6479 < .rounded-circle { < border-radius: 50% !important; --- > @media screen and (min-width: 768px) { > .carousel-control .glyphicon-chevron-left, > .carousel-control .glyphicon-chevron-right, > .carousel-control .icon-prev, > .carousel-control .icon-next { > width: 30px; > height: 30px; > margin-top: -10px; > font-size: 30px; > } > .carousel-control .glyphicon-chevron-left, > .carousel-control .icon-prev { > margin-left: -10px; > } > .carousel-control .glyphicon-chevron-right, > .carousel-control .icon-next { > margin-right: -10px; > } > .carousel-caption { > left: 20%; > right: 20%; > padding-bottom: 30px; > } > .carousel-indicators { > bottom: 20px; > } > } > .clearfix:before, > .clearfix:after, > .dl-horizontal dd:before, > .dl-horizontal dd:after, > .container:before, > .container:after, > .container-fluid:before, > .container-fluid:after, > .row:before, > .row:after, > .form-horizontal .form-group:before, > .form-horizontal .form-group:after, > .btn-toolbar:before, > .btn-toolbar:after, > .btn-group-vertical > .btn-group:before, > .btn-group-vertical > .btn-group:after, > .nav:before, > .nav:after, > .navbar:before, > .navbar:after, > .navbar-header:before, > .navbar-header:after, > .navbar-collapse:before, > .navbar-collapse:after, > .pager:before, > .pager:after, > .panel-body:before, > .panel-body:after, > .modal-header:before, > .modal-header:after, > .modal-footer:before, > .modal-footer:after { > content: " "; > display: table; > } > .clearfix:after, > .dl-horizontal dd:after, > .container:after, > .container-fluid:after, > .row:after, > .form-horizontal .form-group:after, > .btn-toolbar:after, > .btn-group-vertical > .btn-group:after, > .nav:after, > .navbar:after, > .navbar-header:after, > .navbar-collapse:after, > .pager:after, > .panel-body:after, > .modal-header:after, > .modal-footer:after { > clear: both; 5275,5276c6481,6484 < .rounded-pill { < border-radius: 50rem !important; --- > .center-block { > display: block; > margin-left: auto; > margin-right: auto; 5278,5279c6486,6487 < .rounded-0 { < border-radius: 0 !important; --- > .pull-right { > float: right !important; 5281,5284c6489,6490 < .clearfix::after { < display: block; < clear: both; < content: ""; --- > .pull-left { > float: left !important; 5286c6492 < .d-none { --- > .hide { 5289,5290c6495,6496 < .d-inline { < display: inline !important; --- > .show { > display: block !important; 5292,5293c6498,6499 < .d-inline-block { < display: inline-block !important; --- > .invisible { > visibility: hidden; 5295,5296c6501,6506 < .d-block { < display: block !important; --- > .text-hide { > font: 0/0 a; > color: transparent; > text-shadow: none; > background-color: transparent; > border: 0; 5298,5299c6508,6509 < .d-table { < display: table !important; --- > .hidden { > display: none !important; 5301,5302c6511,6512 < .d-table-row { < display: table-row !important; --- > .affix { > position: fixed; 5304,5305c6514,6515 < .d-table-cell { < display: table-cell !important; --- > @-ms-viewport { > width: device-width; 5307,5308c6517,6521 < .d-flex { < display: flex !important; --- > .visible-xs, > .visible-sm, > .visible-md, > .visible-lg { > display: none !important; 5310,5311c6523,6535 < .d-inline-flex { < display: inline-flex !important; --- > .visible-xs-block, > .visible-xs-inline, > .visible-xs-inline-block, > .visible-sm-block, > .visible-sm-inline, > .visible-sm-inline-block, > .visible-md-block, > .visible-md-inline, > .visible-md-inline-block, > .visible-lg-block, > .visible-lg-inline, > .visible-lg-inline-block { > display: none !important; 5313,5323c6537,6538 < @media (min-width: 576px) { < .d-sm-none { < display: none !important; < } < .d-sm-inline { < display: inline !important; < } < .d-sm-inline-block { < display: inline-block !important; < } < .d-sm-block { --- > @media (max-width: 767px) { > .visible-xs { 5326c6541 < .d-sm-table { --- > table.visible-xs { 5329c6544 < .d-sm-table-row { --- > tr.visible-xs { 5332c6547,6548 < .d-sm-table-cell { --- > th.visible-xs, > td.visible-xs { 5335,5340d6550 < .d-sm-flex { < display: flex !important; < } < .d-sm-inline-flex { < display: inline-flex !important; < } 5342,5352c6552,6553 < @media (min-width: 768px) { < .d-md-none { < display: none !important; < } < .d-md-inline { < display: inline !important; < } < .d-md-inline-block { < display: inline-block !important; < } < .d-md-block { --- > @media (max-width: 767px) { > .visible-xs-block { 5355,5369d6555 < .d-md-table { < display: table !important; < } < .d-md-table-row { < display: table-row !important; < } < .d-md-table-cell { < display: table-cell !important; < } < .d-md-flex { < display: flex !important; < } < .d-md-inline-flex { < display: inline-flex !important; < } 5371,5375c6557,6558 < @media (min-width: 992px) { < .d-lg-none { < display: none !important; < } < .d-lg-inline { --- > @media (max-width: 767px) { > .visible-xs-inline { 5378c6561,6563 < .d-lg-inline-block { --- > } > @media (max-width: 767px) { > .visible-xs-inline-block { 5381c6566,6568 < .d-lg-block { --- > } > @media (min-width: 768px) and (max-width: 991px) { > .visible-sm { 5384c6571 < .d-lg-table { --- > table.visible-sm { 5387c6574 < .d-lg-table-row { --- > tr.visible-sm { 5390c6577,6578 < .d-lg-table-cell { --- > th.visible-sm, > td.visible-sm { 5393,5398d6580 < .d-lg-flex { < display: flex !important; < } < .d-lg-inline-flex { < display: inline-flex !important; < } 5400,5402c6582,6584 < @media (min-width: 1200px) { < .d-xl-none { < display: none !important; --- > @media (min-width: 768px) and (max-width: 991px) { > .visible-sm-block { > display: block !important; 5404c6586,6588 < .d-xl-inline { --- > } > @media (min-width: 768px) and (max-width: 991px) { > .visible-sm-inline { 5407c6591,6593 < .d-xl-inline-block { --- > } > @media (min-width: 768px) and (max-width: 991px) { > .visible-sm-inline-block { 5410c6596,6598 < .d-xl-block { --- > } > @media (min-width: 992px) and (max-width: 1199px) { > .visible-md { 5413c6601 < .d-xl-table { --- > table.visible-md { 5416c6604 < .d-xl-table-row { --- > tr.visible-md { 5419c6607,6608 < .d-xl-table-cell { --- > th.visible-md, > td.visible-md { 5422,5427d6610 < .d-xl-flex { < display: flex !important; < } < .d-xl-inline-flex { < display: inline-flex !important; < } 5429,5431c6612,6614 < @media print { < .d-print-none { < display: none !important; --- > @media (min-width: 992px) and (max-width: 1199px) { > .visible-md-block { > display: block !important; 5433c6616,6618 < .d-print-inline { --- > } > @media (min-width: 992px) and (max-width: 1199px) { > .visible-md-inline { 5436c6621,6623 < .d-print-inline-block { --- > } > @media (min-width: 992px) and (max-width: 1199px) { > .visible-md-inline-block { 5439c6626,6628 < .d-print-block { --- > } > @media (min-width: 1200px) { > .visible-lg { 5442c6631 < .d-print-table { --- > table.visible-lg { 5445c6634 < .d-print-table-row { --- > tr.visible-lg { 5448c6637,6638 < .d-print-table-cell { --- > th.visible-lg, > td.visible-lg { 5451,5694d6640 < .d-print-flex { < display: flex !important; < } < .d-print-inline-flex { < display: inline-flex !important; < } < } < .embed-responsive { < position: relative; < display: block; < width: 100%; < padding: 0; < overflow: hidden; < } < .embed-responsive::before { < display: block; < content: ""; < } < .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { < position: absolute; < top: 0; < bottom: 0; < left: 0; < width: 100%; < height: 100%; < border: 0; < } < .embed-responsive-21by9::before { < padding-top: 42.8571428571%; < } < .embed-responsive-16by9::before { < padding-top: 56.25%; < } < .embed-responsive-4by3::before { < padding-top: 75%; < } < .embed-responsive-1by1::before { < padding-top: 100%; < } < .flex-row { < flex-direction: row !important; < } < .flex-column { < flex-direction: column !important; < } < .flex-row-reverse { < flex-direction: row-reverse !important; < } < .flex-column-reverse { < flex-direction: column-reverse !important; < } < .flex-wrap { < flex-wrap: wrap !important; < } < .flex-nowrap { < flex-wrap: nowrap !important; < } < .flex-wrap-reverse { < flex-wrap: wrap-reverse !important; < } < .flex-fill { < flex: 1 1 auto !important; < } < .flex-grow-0 { < flex-grow: 0 !important; < } < .flex-grow-1 { < flex-grow: 1 !important; < } < .flex-shrink-0 { < flex-shrink: 0 !important; < } < .flex-shrink-1 { < flex-shrink: 1 !important; < } < .justify-content-start { < justify-content: flex-start !important; < } < .justify-content-end { < justify-content: flex-end !important; < } < .justify-content-center { < justify-content: center !important; < } < .justify-content-between { < justify-content: space-between !important; < } < .justify-content-around { < justify-content: space-around !important; < } < .align-items-start { < align-items: flex-start !important; < } < .align-items-end { < align-items: flex-end !important; < } < .align-items-center { < align-items: center !important; < } < .align-items-baseline { < align-items: baseline !important; < } < .align-items-stretch { < align-items: stretch !important; < } < .align-content-start { < align-content: flex-start !important; < } < .align-content-end { < align-content: flex-end !important; < } < .align-content-center { < align-content: center !important; < } < .align-content-between { < align-content: space-between !important; < } < .align-content-around { < align-content: space-around !important; < } < .align-content-stretch { < align-content: stretch !important; < } < .align-self-auto { < align-self: auto !important; < } < .align-self-start { < align-self: flex-start !important; < } < .align-self-end { < align-self: flex-end !important; < } < .align-self-center { < align-self: center !important; < } < .align-self-baseline { < align-self: baseline !important; < } < .align-self-stretch { < align-self: stretch !important; < } < @media (min-width: 576px) { < .flex-sm-row { < flex-direction: row !important; < } < .flex-sm-column { < flex-direction: column !important; < } < .flex-sm-row-reverse { < flex-direction: row-reverse !important; < } < .flex-sm-column-reverse { < flex-direction: column-reverse !important; < } < .flex-sm-wrap { < flex-wrap: wrap !important; < } < .flex-sm-nowrap { < flex-wrap: nowrap !important; < } < .flex-sm-wrap-reverse { < flex-wrap: wrap-reverse !important; < } < .flex-sm-fill { < flex: 1 1 auto !important; < } < .flex-sm-grow-0 { < flex-grow: 0 !important; < } < .flex-sm-grow-1 { < flex-grow: 1 !important; < } < .flex-sm-shrink-0 { < flex-shrink: 0 !important; < } < .flex-sm-shrink-1 { < flex-shrink: 1 !important; < } < .justify-content-sm-start { < justify-content: flex-start !important; < } < .justify-content-sm-end { < justify-content: flex-end !important; < } < .justify-content-sm-center { < justify-content: center !important; < } < .justify-content-sm-between { < justify-content: space-between !important; < } < .justify-content-sm-around { < justify-content: space-around !important; < } < .align-items-sm-start { < align-items: flex-start !important; < } < .align-items-sm-end { < align-items: flex-end !important; < } < .align-items-sm-center { < align-items: center !important; < } < .align-items-sm-baseline { < align-items: baseline !important; < } < .align-items-sm-stretch { < align-items: stretch !important; < } < .align-content-sm-start { < align-content: flex-start !important; < } < .align-content-sm-end { < align-content: flex-end !important; < } < .align-content-sm-center { < align-content: center !important; < } < .align-content-sm-between { < align-content: space-between !important; < } < .align-content-sm-around { < align-content: space-around !important; < } < .align-content-sm-stretch { < align-content: stretch !important; < } < .align-self-sm-auto { < align-self: auto !important; < } < .align-self-sm-start { < align-self: flex-start !important; < } < .align-self-sm-end { < align-self: flex-end !important; < } < .align-self-sm-center { < align-self: center !important; < } < .align-self-sm-baseline { < align-self: baseline !important; < } < .align-self-sm-stretch { < align-self: stretch !important; < } 5696,5797c6642,6644 < @media (min-width: 768px) { < .flex-md-row { < flex-direction: row !important; < } < .flex-md-column { < flex-direction: column !important; < } < .flex-md-row-reverse { < flex-direction: row-reverse !important; < } < .flex-md-column-reverse { < flex-direction: column-reverse !important; < } < .flex-md-wrap { < flex-wrap: wrap !important; < } < .flex-md-nowrap { < flex-wrap: nowrap !important; < } < .flex-md-wrap-reverse { < flex-wrap: wrap-reverse !important; < } < .flex-md-fill { < flex: 1 1 auto !important; < } < .flex-md-grow-0 { < flex-grow: 0 !important; < } < .flex-md-grow-1 { < flex-grow: 1 !important; < } < .flex-md-shrink-0 { < flex-shrink: 0 !important; < } < .flex-md-shrink-1 { < flex-shrink: 1 !important; < } < .justify-content-md-start { < justify-content: flex-start !important; < } < .justify-content-md-end { < justify-content: flex-end !important; < } < .justify-content-md-center { < justify-content: center !important; < } < .justify-content-md-between { < justify-content: space-between !important; < } < .justify-content-md-around { < justify-content: space-around !important; < } < .align-items-md-start { < align-items: flex-start !important; < } < .align-items-md-end { < align-items: flex-end !important; < } < .align-items-md-center { < align-items: center !important; < } < .align-items-md-baseline { < align-items: baseline !important; < } < .align-items-md-stretch { < align-items: stretch !important; < } < .align-content-md-start { < align-content: flex-start !important; < } < .align-content-md-end { < align-content: flex-end !important; < } < .align-content-md-center { < align-content: center !important; < } < .align-content-md-between { < align-content: space-between !important; < } < .align-content-md-around { < align-content: space-around !important; < } < .align-content-md-stretch { < align-content: stretch !important; < } < .align-self-md-auto { < align-self: auto !important; < } < .align-self-md-start { < align-self: flex-start !important; < } < .align-self-md-end { < align-self: flex-end !important; < } < .align-self-md-center { < align-self: center !important; < } < .align-self-md-baseline { < align-self: baseline !important; < } < .align-self-md-stretch { < align-self: stretch !important; --- > @media (min-width: 1200px) { > .visible-lg-block { > display: block !important; 5800,5901c6647,6649 < @media (min-width: 992px) { < .flex-lg-row { < flex-direction: row !important; < } < .flex-lg-column { < flex-direction: column !important; < } < .flex-lg-row-reverse { < flex-direction: row-reverse !important; < } < .flex-lg-column-reverse { < flex-direction: column-reverse !important; < } < .flex-lg-wrap { < flex-wrap: wrap !important; < } < .flex-lg-nowrap { < flex-wrap: nowrap !important; < } < .flex-lg-wrap-reverse { < flex-wrap: wrap-reverse !important; < } < .flex-lg-fill { < flex: 1 1 auto !important; < } < .flex-lg-grow-0 { < flex-grow: 0 !important; < } < .flex-lg-grow-1 { < flex-grow: 1 !important; < } < .flex-lg-shrink-0 { < flex-shrink: 0 !important; < } < .flex-lg-shrink-1 { < flex-shrink: 1 !important; < } < .justify-content-lg-start { < justify-content: flex-start !important; < } < .justify-content-lg-end { < justify-content: flex-end !important; < } < .justify-content-lg-center { < justify-content: center !important; < } < .justify-content-lg-between { < justify-content: space-between !important; < } < .justify-content-lg-around { < justify-content: space-around !important; < } < .align-items-lg-start { < align-items: flex-start !important; < } < .align-items-lg-end { < align-items: flex-end !important; < } < .align-items-lg-center { < align-items: center !important; < } < .align-items-lg-baseline { < align-items: baseline !important; < } < .align-items-lg-stretch { < align-items: stretch !important; < } < .align-content-lg-start { < align-content: flex-start !important; < } < .align-content-lg-end { < align-content: flex-end !important; < } < .align-content-lg-center { < align-content: center !important; < } < .align-content-lg-between { < align-content: space-between !important; < } < .align-content-lg-around { < align-content: space-around !important; < } < .align-content-lg-stretch { < align-content: stretch !important; < } < .align-self-lg-auto { < align-self: auto !important; < } < .align-self-lg-start { < align-self: flex-start !important; < } < .align-self-lg-end { < align-self: flex-end !important; < } < .align-self-lg-center { < align-self: center !important; < } < .align-self-lg-baseline { < align-self: baseline !important; < } < .align-self-lg-stretch { < align-self: stretch !important; --- > @media (min-width: 1200px) { > .visible-lg-inline { > display: inline !important; 5905,6005c6653,6654 < .flex-xl-row { < flex-direction: row !important; < } < .flex-xl-column { < flex-direction: column !important; < } < .flex-xl-row-reverse { < flex-direction: row-reverse !important; < } < .flex-xl-column-reverse { < flex-direction: column-reverse !important; < } < .flex-xl-wrap { < flex-wrap: wrap !important; < } < .flex-xl-nowrap { < flex-wrap: nowrap !important; < } < .flex-xl-wrap-reverse { < flex-wrap: wrap-reverse !important; < } < .flex-xl-fill { < flex: 1 1 auto !important; < } < .flex-xl-grow-0 { < flex-grow: 0 !important; < } < .flex-xl-grow-1 { < flex-grow: 1 !important; < } < .flex-xl-shrink-0 { < flex-shrink: 0 !important; < } < .flex-xl-shrink-1 { < flex-shrink: 1 !important; < } < .justify-content-xl-start { < justify-content: flex-start !important; < } < .justify-content-xl-end { < justify-content: flex-end !important; < } < .justify-content-xl-center { < justify-content: center !important; < } < .justify-content-xl-between { < justify-content: space-between !important; < } < .justify-content-xl-around { < justify-content: space-around !important; < } < .align-items-xl-start { < align-items: flex-start !important; < } < .align-items-xl-end { < align-items: flex-end !important; < } < .align-items-xl-center { < align-items: center !important; < } < .align-items-xl-baseline { < align-items: baseline !important; < } < .align-items-xl-stretch { < align-items: stretch !important; < } < .align-content-xl-start { < align-content: flex-start !important; < } < .align-content-xl-end { < align-content: flex-end !important; < } < .align-content-xl-center { < align-content: center !important; < } < .align-content-xl-between { < align-content: space-between !important; < } < .align-content-xl-around { < align-content: space-around !important; < } < .align-content-xl-stretch { < align-content: stretch !important; < } < .align-self-xl-auto { < align-self: auto !important; < } < .align-self-xl-start { < align-self: flex-start !important; < } < .align-self-xl-end { < align-self: flex-end !important; < } < .align-self-xl-center { < align-self: center !important; < } < .align-self-xl-baseline { < align-self: baseline !important; < } < .align-self-xl-stretch { < align-self: stretch !important; --- > .visible-lg-inline-block { > display: inline-block !important; 6008,6025c6657,6659 < .float-left { < float: left !important; < } < .float-right { < float: right !important; < } < .float-none { < float: none !important; < } < @media (min-width: 576px) { < .float-sm-left { < float: left !important; < } < .float-sm-right { < float: right !important; < } < .float-sm-none { < float: none !important; --- > @media (max-width: 767px) { > .hidden-xs { > display: none !important; 6028,6036c6662,6664 < @media (min-width: 768px) { < .float-md-left { < float: left !important; < } < .float-md-right { < float: right !important; < } < .float-md-none { < float: none !important; --- > @media (min-width: 768px) and (max-width: 991px) { > .hidden-sm { > display: none !important; 6039,6047c6667,6669 < @media (min-width: 992px) { < .float-lg-left { < float: left !important; < } < .float-lg-right { < float: right !important; < } < .float-lg-none { < float: none !important; --- > @media (min-width: 992px) and (max-width: 1199px) { > .hidden-md { > display: none !important; 6051,6109c6673,6674 < .float-xl-left { < float: left !important; < } < .float-xl-right { < float: right !important; < } < .float-xl-none { < float: none !important; < } < } < .user-select-all { < user-select: all !important; < } < .user-select-auto { < user-select: auto !important; < } < .user-select-none { < user-select: none !important; < } < .overflow-auto { < overflow: auto !important; < } < .overflow-hidden { < overflow: hidden !important; < } < .position-static { < position: static !important; < } < .position-relative { < position: relative !important; < } < .position-absolute { < position: absolute !important; < } < .position-fixed { < position: fixed !important; < } < .position-sticky { < position: sticky !important; < } < .fixed-top { < position: fixed; < top: 0; < right: 0; < left: 0; < z-index: 1030; < } < .fixed-bottom { < position: fixed; < right: 0; < bottom: 0; < left: 0; < z-index: 1030; < } < @supports (position: sticky) { < .sticky-top { < position: sticky; < top: 0; < z-index: 1020; --- > .hidden-lg { > display: none !important; 6112,6731c6677,6678 < .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; < } < .sr-only-focusable:active, .sr-only-focusable:focus { < position: static; < width: auto; < height: auto; < overflow: visible; < clip: auto; < white-space: normal; < } < .shadow-sm { < box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; < } < .shadow { < box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; < } < .shadow-lg { < box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; < } < .shadow-none { < box-shadow: none !important; < } < .w-25 { < width: 25% !important; < } < .w-50 { < width: 50% !important; < } < .w-75 { < width: 75% !important; < } < .w-100 { < width: 100% !important; < } < .w-auto { < width: auto !important; < } < .h-25 { < height: 25% !important; < } < .h-50 { < height: 50% !important; < } < .h-75 { < height: 75% !important; < } < .h-100 { < height: 100% !important; < } < .h-auto { < height: auto !important; < } < .mw-100 { < max-width: 100% !important; < } < .mh-100 { < max-height: 100% !important; < } < .min-vw-100 { < min-width: 100vw !important; < } < .min-vh-100 { < min-height: 100vh !important; < } < .vw-100 { < width: 100vw !important; < } < .vh-100 { < height: 100vh !important; < } < .m-0 { < margin: 0 !important; < } < .mt-0, .my-0 { < margin-top: 0 !important; < } < .mr-0, .mx-0 { < margin-right: 0 !important; < } < .mb-0, .my-0 { < margin-bottom: 0 !important; < } < .ml-0, .mx-0 { < margin-left: 0 !important; < } < .m-1 { < margin: 0.25rem !important; < } < .mt-1, .my-1 { < margin-top: 0.25rem !important; < } < .mr-1, .mx-1 { < margin-right: 0.25rem !important; < } < .mb-1, .my-1 { < margin-bottom: 0.25rem !important; < } < .ml-1, .mx-1 { < margin-left: 0.25rem !important; < } < .m-2 { < margin: 0.5rem !important; < } < .mt-2, .my-2 { < margin-top: 0.5rem !important; < } < .mr-2, .mx-2 { < margin-right: 0.5rem !important; < } < .mb-2, .my-2 { < margin-bottom: 0.5rem !important; < } < .ml-2, .mx-2 { < margin-left: 0.5rem !important; < } < .m-3 { < margin: 1rem !important; < } < .mt-3, .my-3 { < margin-top: 1rem !important; < } < .mr-3, .mx-3 { < margin-right: 1rem !important; < } < .mb-3, .my-3 { < margin-bottom: 1rem !important; < } < .ml-3, .mx-3 { < margin-left: 1rem !important; < } < .m-4 { < margin: 1.5rem !important; < } < .mt-4, .my-4 { < margin-top: 1.5rem !important; < } < .mr-4, .mx-4 { < margin-right: 1.5rem !important; < } < .mb-4, .my-4 { < margin-bottom: 1.5rem !important; < } < .ml-4, .mx-4 { < margin-left: 1.5rem !important; < } < .m-5 { < margin: 3rem !important; < } < .mt-5, .my-5 { < margin-top: 3rem !important; < } < .mr-5, .mx-5 { < margin-right: 3rem !important; < } < .mb-5, .my-5 { < margin-bottom: 3rem !important; < } < .ml-5, .mx-5 { < margin-left: 3rem !important; < } < .p-0 { < padding: 0 !important; < } < .pt-0, .py-0 { < padding-top: 0 !important; < } < .pr-0, .px-0 { < padding-right: 0 !important; < } < .pb-0, .py-0 { < padding-bottom: 0 !important; < } < .pl-0, .px-0 { < padding-left: 0 !important; < } < .p-1 { < padding: 0.25rem !important; < } < .pt-1, .py-1 { < padding-top: 0.25rem !important; < } < .pr-1, .px-1 { < padding-right: 0.25rem !important; < } < .pb-1, .py-1 { < padding-bottom: 0.25rem !important; < } < .pl-1, .px-1 { < padding-left: 0.25rem !important; < } < .p-2 { < padding: 0.5rem !important; < } < .pt-2, .py-2 { < padding-top: 0.5rem !important; < } < .pr-2, .px-2 { < padding-right: 0.5rem !important; < } < .pb-2, .py-2 { < padding-bottom: 0.5rem !important; < } < .pl-2, .px-2 { < padding-left: 0.5rem !important; < } < .p-3 { < padding: 1rem !important; < } < .pt-3, .py-3 { < padding-top: 1rem !important; < } < .pr-3, .px-3 { < padding-right: 1rem !important; < } < .pb-3, .py-3 { < padding-bottom: 1rem !important; < } < .pl-3, .px-3 { < padding-left: 1rem !important; < } < .p-4 { < padding: 1.5rem !important; < } < .pt-4, .py-4 { < padding-top: 1.5rem !important; < } < .pr-4, .px-4 { < padding-right: 1.5rem !important; < } < .pb-4, .py-4 { < padding-bottom: 1.5rem !important; < } < .pl-4, .px-4 { < padding-left: 1.5rem !important; < } < .p-5 { < padding: 3rem !important; < } < .pt-5, .py-5 { < padding-top: 3rem !important; < } < .pr-5, .px-5 { < padding-right: 3rem !important; < } < .pb-5, .py-5 { < padding-bottom: 3rem !important; < } < .pl-5, .px-5 { < padding-left: 3rem !important; < } < .m-n1 { < margin: -0.25rem !important; < } < .mt-n1, .my-n1 { < margin-top: -0.25rem !important; < } < .mr-n1, .mx-n1 { < margin-right: -0.25rem !important; < } < .mb-n1, .my-n1 { < margin-bottom: -0.25rem !important; < } < .ml-n1, .mx-n1 { < margin-left: -0.25rem !important; < } < .m-n2 { < margin: -0.5rem !important; < } < .mt-n2, .my-n2 { < margin-top: -0.5rem !important; < } < .mr-n2, .mx-n2 { < margin-right: -0.5rem !important; < } < .mb-n2, .my-n2 { < margin-bottom: -0.5rem !important; < } < .ml-n2, .mx-n2 { < margin-left: -0.5rem !important; < } < .m-n3 { < margin: -1rem !important; < } < .mt-n3, .my-n3 { < margin-top: -1rem !important; < } < .mr-n3, .mx-n3 { < margin-right: -1rem !important; < } < .mb-n3, .my-n3 { < margin-bottom: -1rem !important; < } < .ml-n3, .mx-n3 { < margin-left: -1rem !important; < } < .m-n4 { < margin: -1.5rem !important; < } < .mt-n4, .my-n4 { < margin-top: -1.5rem !important; < } < .mr-n4, .mx-n4 { < margin-right: -1.5rem !important; < } < .mb-n4, .my-n4 { < margin-bottom: -1.5rem !important; < } < .ml-n4, .mx-n4 { < margin-left: -1.5rem !important; < } < .m-n5 { < margin: -3rem !important; < } < .mt-n5, .my-n5 { < margin-top: -3rem !important; < } < .mr-n5, .mx-n5 { < margin-right: -3rem !important; < } < .mb-n5, .my-n5 { < margin-bottom: -3rem !important; < } < .ml-n5, .mx-n5 { < margin-left: -3rem !important; < } < .m-auto { < margin: auto !important; < } < .mt-auto, .my-auto { < margin-top: auto !important; < } < .mr-auto, .mx-auto { < margin-right: auto !important; < } < .mb-auto, .my-auto { < margin-bottom: auto !important; < } < .ml-auto, .mx-auto { < margin-left: auto !important; < } < @media (min-width: 576px) { < .m-sm-0 { < margin: 0 !important; < } < .mt-sm-0, .my-sm-0 { < margin-top: 0 !important; < } < .mr-sm-0, .mx-sm-0 { < margin-right: 0 !important; < } < .mb-sm-0, .my-sm-0 { < margin-bottom: 0 !important; < } < .ml-sm-0, .mx-sm-0 { < margin-left: 0 !important; < } < .m-sm-1 { < margin: 0.25rem !important; < } < .mt-sm-1, .my-sm-1 { < margin-top: 0.25rem !important; < } < .mr-sm-1, .mx-sm-1 { < margin-right: 0.25rem !important; < } < .mb-sm-1, .my-sm-1 { < margin-bottom: 0.25rem !important; < } < .ml-sm-1, .mx-sm-1 { < margin-left: 0.25rem !important; < } < .m-sm-2 { < margin: 0.5rem !important; < } < .mt-sm-2, .my-sm-2 { < margin-top: 0.5rem !important; < } < .mr-sm-2, .mx-sm-2 { < margin-right: 0.5rem !important; < } < .mb-sm-2, .my-sm-2 { < margin-bottom: 0.5rem !important; < } < .ml-sm-2, .mx-sm-2 { < margin-left: 0.5rem !important; < } < .m-sm-3 { < margin: 1rem !important; < } < .mt-sm-3, .my-sm-3 { < margin-top: 1rem !important; < } < .mr-sm-3, .mx-sm-3 { < margin-right: 1rem !important; < } < .mb-sm-3, .my-sm-3 { < margin-bottom: 1rem !important; < } < .ml-sm-3, .mx-sm-3 { < margin-left: 1rem !important; < } < .m-sm-4 { < margin: 1.5rem !important; < } < .mt-sm-4, .my-sm-4 { < margin-top: 1.5rem !important; < } < .mr-sm-4, .mx-sm-4 { < margin-right: 1.5rem !important; < } < .mb-sm-4, .my-sm-4 { < margin-bottom: 1.5rem !important; < } < .ml-sm-4, .mx-sm-4 { < margin-left: 1.5rem !important; < } < .m-sm-5 { < margin: 3rem !important; < } < .mt-sm-5, .my-sm-5 { < margin-top: 3rem !important; < } < .mr-sm-5, .mx-sm-5 { < margin-right: 3rem !important; < } < .mb-sm-5, .my-sm-5 { < margin-bottom: 3rem !important; < } < .ml-sm-5, .mx-sm-5 { < margin-left: 3rem !important; < } < .p-sm-0 { < padding: 0 !important; < } < .pt-sm-0, .py-sm-0 { < padding-top: 0 !important; < } < .pr-sm-0, .px-sm-0 { < padding-right: 0 !important; < } < .pb-sm-0, .py-sm-0 { < padding-bottom: 0 !important; < } < .pl-sm-0, .px-sm-0 { < padding-left: 0 !important; < } < .p-sm-1 { < padding: 0.25rem !important; < } < .pt-sm-1, .py-sm-1 { < padding-top: 0.25rem !important; < } < .pr-sm-1, .px-sm-1 { < padding-right: 0.25rem !important; < } < .pb-sm-1, .py-sm-1 { < padding-bottom: 0.25rem !important; < } < .pl-sm-1, .px-sm-1 { < padding-left: 0.25rem !important; < } < .p-sm-2 { < padding: 0.5rem !important; < } < .pt-sm-2, .py-sm-2 { < padding-top: 0.5rem !important; < } < .pr-sm-2, .px-sm-2 { < padding-right: 0.5rem !important; < } < .pb-sm-2, .py-sm-2 { < padding-bottom: 0.5rem !important; < } < .pl-sm-2, .px-sm-2 { < padding-left: 0.5rem !important; < } < .p-sm-3 { < padding: 1rem !important; < } < .pt-sm-3, .py-sm-3 { < padding-top: 1rem !important; < } < .pr-sm-3, .px-sm-3 { < padding-right: 1rem !important; < } < .pb-sm-3, .py-sm-3 { < padding-bottom: 1rem !important; < } < .pl-sm-3, .px-sm-3 { < padding-left: 1rem !important; < } < .p-sm-4 { < padding: 1.5rem !important; < } < .pt-sm-4, .py-sm-4 { < padding-top: 1.5rem !important; < } < .pr-sm-4, .px-sm-4 { < padding-right: 1.5rem !important; < } < .pb-sm-4, .py-sm-4 { < padding-bottom: 1.5rem !important; < } < .pl-sm-4, .px-sm-4 { < padding-left: 1.5rem !important; < } < .p-sm-5 { < padding: 3rem !important; < } < .pt-sm-5, .py-sm-5 { < padding-top: 3rem !important; < } < .pr-sm-5, .px-sm-5 { < padding-right: 3rem !important; < } < .pb-sm-5, .py-sm-5 { < padding-bottom: 3rem !important; < } < .pl-sm-5, .px-sm-5 { < padding-left: 3rem !important; < } < .m-sm-n1 { < margin: -0.25rem !important; < } < .mt-sm-n1, .my-sm-n1 { < margin-top: -0.25rem !important; < } < .mr-sm-n1, .mx-sm-n1 { < margin-right: -0.25rem !important; < } < .mb-sm-n1, .my-sm-n1 { < margin-bottom: -0.25rem !important; < } < .ml-sm-n1, .mx-sm-n1 { < margin-left: -0.25rem !important; < } < .m-sm-n2 { < margin: -0.5rem !important; < } < .mt-sm-n2, .my-sm-n2 { < margin-top: -0.5rem !important; < } < .mr-sm-n2, .mx-sm-n2 { < margin-right: -0.5rem !important; < } < .mb-sm-n2, .my-sm-n2 { < margin-bottom: -0.5rem !important; < } < .ml-sm-n2, .mx-sm-n2 { < margin-left: -0.5rem !important; < } < .m-sm-n3 { < margin: -1rem !important; < } < .mt-sm-n3, .my-sm-n3 { < margin-top: -1rem !important; < } < .mr-sm-n3, .mx-sm-n3 { < margin-right: -1rem !important; < } < .mb-sm-n3, .my-sm-n3 { < margin-bottom: -1rem !important; < } < .ml-sm-n3, .mx-sm-n3 { < margin-left: -1rem !important; < } < .m-sm-n4 { < margin: -1.5rem !important; < } < .mt-sm-n4, .my-sm-n4 { < margin-top: -1.5rem !important; < } < .mr-sm-n4, .mx-sm-n4 { < margin-right: -1.5rem !important; < } < .mb-sm-n4, .my-sm-n4 { < margin-bottom: -1.5rem !important; < } < .ml-sm-n4, .mx-sm-n4 { < margin-left: -1.5rem !important; < } < .m-sm-n5 { < margin: -3rem !important; < } < .mt-sm-n5, .my-sm-n5 { < margin-top: -3rem !important; < } < .mr-sm-n5, .mx-sm-n5 { < margin-right: -3rem !important; < } < .mb-sm-n5, .my-sm-n5 { < margin-bottom: -3rem !important; < } < .ml-sm-n5, .mx-sm-n5 { < margin-left: -3rem !important; < } < .m-sm-auto { < margin: auto !important; < } < .mt-sm-auto, .my-sm-auto { < margin-top: auto !important; < } < .mr-sm-auto, .mx-sm-auto { < margin-right: auto !important; < } < .mb-sm-auto, .my-sm-auto { < margin-bottom: auto !important; < } < .ml-sm-auto, .mx-sm-auto { < margin-left: auto !important; < } --- > .visible-print { > display: none !important; 6733,6993c6680,6682 < @media (min-width: 768px) { < .m-md-0 { < margin: 0 !important; < } < .mt-md-0, .my-md-0 { < margin-top: 0 !important; < } < .mr-md-0, .mx-md-0 { < margin-right: 0 !important; < } < .mb-md-0, .my-md-0 { < margin-bottom: 0 !important; < } < .ml-md-0, .mx-md-0 { < margin-left: 0 !important; < } < .m-md-1 { < margin: 0.25rem !important; < } < .mt-md-1, .my-md-1 { < margin-top: 0.25rem !important; < } < .mr-md-1, .mx-md-1 { < margin-right: 0.25rem !important; < } < .mb-md-1, .my-md-1 { < margin-bottom: 0.25rem !important; < } < .ml-md-1, .mx-md-1 { < margin-left: 0.25rem !important; < } < .m-md-2 { < margin: 0.5rem !important; < } < .mt-md-2, .my-md-2 { < margin-top: 0.5rem !important; < } < .mr-md-2, .mx-md-2 { < margin-right: 0.5rem !important; < } < .mb-md-2, .my-md-2 { < margin-bottom: 0.5rem !important; < } < .ml-md-2, .mx-md-2 { < margin-left: 0.5rem !important; < } < .m-md-3 { < margin: 1rem !important; < } < .mt-md-3, .my-md-3 { < margin-top: 1rem !important; < } < .mr-md-3, .mx-md-3 { < margin-right: 1rem !important; < } < .mb-md-3, .my-md-3 { < margin-bottom: 1rem !important; < } < .ml-md-3, .mx-md-3 { < margin-left: 1rem !important; < } < .m-md-4 { < margin: 1.5rem !important; < } < .mt-md-4, .my-md-4 { < margin-top: 1.5rem !important; < } < .mr-md-4, .mx-md-4 { < margin-right: 1.5rem !important; < } < .mb-md-4, .my-md-4 { < margin-bottom: 1.5rem !important; < } < .ml-md-4, .mx-md-4 { < margin-left: 1.5rem !important; < } < .m-md-5 { < margin: 3rem !important; < } < .mt-md-5, .my-md-5 { < margin-top: 3rem !important; < } < .mr-md-5, .mx-md-5 { < margin-right: 3rem !important; < } < .mb-md-5, .my-md-5 { < margin-bottom: 3rem !important; < } < .ml-md-5, .mx-md-5 { < margin-left: 3rem !important; < } < .p-md-0 { < padding: 0 !important; < } < .pt-md-0, .py-md-0 { < padding-top: 0 !important; < } < .pr-md-0, .px-md-0 { < padding-right: 0 !important; < } < .pb-md-0, .py-md-0 { < padding-bottom: 0 !important; < } < .pl-md-0, .px-md-0 { < padding-left: 0 !important; < } < .p-md-1 { < padding: 0.25rem !important; < } < .pt-md-1, .py-md-1 { < padding-top: 0.25rem !important; < } < .pr-md-1, .px-md-1 { < padding-right: 0.25rem !important; < } < .pb-md-1, .py-md-1 { < padding-bottom: 0.25rem !important; < } < .pl-md-1, .px-md-1 { < padding-left: 0.25rem !important; < } < .p-md-2 { < padding: 0.5rem !important; < } < .pt-md-2, .py-md-2 { < padding-top: 0.5rem !important; < } < .pr-md-2, .px-md-2 { < padding-right: 0.5rem !important; < } < .pb-md-2, .py-md-2 { < padding-bottom: 0.5rem !important; < } < .pl-md-2, .px-md-2 { < padding-left: 0.5rem !important; < } < .p-md-3 { < padding: 1rem !important; < } < .pt-md-3, .py-md-3 { < padding-top: 1rem !important; < } < .pr-md-3, .px-md-3 { < padding-right: 1rem !important; < } < .pb-md-3, .py-md-3 { < padding-bottom: 1rem !important; < } < .pl-md-3, .px-md-3 { < padding-left: 1rem !important; < } < .p-md-4 { < padding: 1.5rem !important; < } < .pt-md-4, .py-md-4 { < padding-top: 1.5rem !important; < } < .pr-md-4, .px-md-4 { < padding-right: 1.5rem !important; < } < .pb-md-4, .py-md-4 { < padding-bottom: 1.5rem !important; < } < .pl-md-4, .px-md-4 { < padding-left: 1.5rem !important; < } < .p-md-5 { < padding: 3rem !important; < } < .pt-md-5, .py-md-5 { < padding-top: 3rem !important; < } < .pr-md-5, .px-md-5 { < padding-right: 3rem !important; < } < .pb-md-5, .py-md-5 { < padding-bottom: 3rem !important; < } < .pl-md-5, .px-md-5 { < padding-left: 3rem !important; < } < .m-md-n1 { < margin: -0.25rem !important; < } < .mt-md-n1, .my-md-n1 { < margin-top: -0.25rem !important; < } < .mr-md-n1, .mx-md-n1 { < margin-right: -0.25rem !important; < } < .mb-md-n1, .my-md-n1 { < margin-bottom: -0.25rem !important; < } < .ml-md-n1, .mx-md-n1 { < margin-left: -0.25rem !important; < } < .m-md-n2 { < margin: -0.5rem !important; < } < .mt-md-n2, .my-md-n2 { < margin-top: -0.5rem !important; < } < .mr-md-n2, .mx-md-n2 { < margin-right: -0.5rem !important; < } < .mb-md-n2, .my-md-n2 { < margin-bottom: -0.5rem !important; < } < .ml-md-n2, .mx-md-n2 { < margin-left: -0.5rem !important; < } < .m-md-n3 { < margin: -1rem !important; < } < .mt-md-n3, .my-md-n3 { < margin-top: -1rem !important; < } < .mr-md-n3, .mx-md-n3 { < margin-right: -1rem !important; < } < .mb-md-n3, .my-md-n3 { < margin-bottom: -1rem !important; < } < .ml-md-n3, .mx-md-n3 { < margin-left: -1rem !important; < } < .m-md-n4 { < margin: -1.5rem !important; < } < .mt-md-n4, .my-md-n4 { < margin-top: -1.5rem !important; < } < .mr-md-n4, .mx-md-n4 { < margin-right: -1.5rem !important; < } < .mb-md-n4, .my-md-n4 { < margin-bottom: -1.5rem !important; < } < .ml-md-n4, .mx-md-n4 { < margin-left: -1.5rem !important; < } < .m-md-n5 { < margin: -3rem !important; < } < .mt-md-n5, .my-md-n5 { < margin-top: -3rem !important; < } < .mr-md-n5, .mx-md-n5 { < margin-right: -3rem !important; < } < .mb-md-n5, .my-md-n5 { < margin-bottom: -3rem !important; < } < .ml-md-n5, .mx-md-n5 { < margin-left: -3rem !important; < } < .m-md-auto { < margin: auto !important; < } < .mt-md-auto, .my-md-auto { < margin-top: auto !important; --- > @media print { > .visible-print { > display: block !important; 6995,6996c6684,6685 < .mr-md-auto, .mx-md-auto { < margin-right: auto !important; --- > table.visible-print { > display: table !important; 6998,6999c6687,6688 < .mb-md-auto, .my-md-auto { < margin-bottom: auto !important; --- > tr.visible-print { > display: table-row !important; 7001,7002c6690,6692 < .ml-md-auto, .mx-md-auto { < margin-left: auto !important; --- > th.visible-print, > td.visible-print { > display: table-cell !important; 7005,7275c6695,6696 < @media (min-width: 992px) { < .m-lg-0 { < margin: 0 !important; < } < .mt-lg-0, .my-lg-0 { < margin-top: 0 !important; < } < .mr-lg-0, .mx-lg-0 { < margin-right: 0 !important; < } < .mb-lg-0, .my-lg-0 { < margin-bottom: 0 !important; < } < .ml-lg-0, .mx-lg-0 { < margin-left: 0 !important; < } < .m-lg-1 { < margin: 0.25rem !important; < } < .mt-lg-1, .my-lg-1 { < margin-top: 0.25rem !important; < } < .mr-lg-1, .mx-lg-1 { < margin-right: 0.25rem !important; < } < .mb-lg-1, .my-lg-1 { < margin-bottom: 0.25rem !important; < } < .ml-lg-1, .mx-lg-1 { < margin-left: 0.25rem !important; < } < .m-lg-2 { < margin: 0.5rem !important; < } < .mt-lg-2, .my-lg-2 { < margin-top: 0.5rem !important; < } < .mr-lg-2, .mx-lg-2 { < margin-right: 0.5rem !important; < } < .mb-lg-2, .my-lg-2 { < margin-bottom: 0.5rem !important; < } < .ml-lg-2, .mx-lg-2 { < margin-left: 0.5rem !important; < } < .m-lg-3 { < margin: 1rem !important; < } < .mt-lg-3, .my-lg-3 { < margin-top: 1rem !important; < } < .mr-lg-3, .mx-lg-3 { < margin-right: 1rem !important; < } < .mb-lg-3, .my-lg-3 { < margin-bottom: 1rem !important; < } < .ml-lg-3, .mx-lg-3 { < margin-left: 1rem !important; < } < .m-lg-4 { < margin: 1.5rem !important; < } < .mt-lg-4, .my-lg-4 { < margin-top: 1.5rem !important; < } < .mr-lg-4, .mx-lg-4 { < margin-right: 1.5rem !important; < } < .mb-lg-4, .my-lg-4 { < margin-bottom: 1.5rem !important; < } < .ml-lg-4, .mx-lg-4 { < margin-left: 1.5rem !important; < } < .m-lg-5 { < margin: 3rem !important; < } < .mt-lg-5, .my-lg-5 { < margin-top: 3rem !important; < } < .mr-lg-5, .mx-lg-5 { < margin-right: 3rem !important; < } < .mb-lg-5, .my-lg-5 { < margin-bottom: 3rem !important; < } < .ml-lg-5, .mx-lg-5 { < margin-left: 3rem !important; < } < .p-lg-0 { < padding: 0 !important; < } < .pt-lg-0, .py-lg-0 { < padding-top: 0 !important; < } < .pr-lg-0, .px-lg-0 { < padding-right: 0 !important; < } < .pb-lg-0, .py-lg-0 { < padding-bottom: 0 !important; < } < .pl-lg-0, .px-lg-0 { < padding-left: 0 !important; < } < .p-lg-1 { < padding: 0.25rem !important; < } < .pt-lg-1, .py-lg-1 { < padding-top: 0.25rem !important; < } < .pr-lg-1, .px-lg-1 { < padding-right: 0.25rem !important; < } < .pb-lg-1, .py-lg-1 { < padding-bottom: 0.25rem !important; < } < .pl-lg-1, .px-lg-1 { < padding-left: 0.25rem !important; < } < .p-lg-2 { < padding: 0.5rem !important; < } < .pt-lg-2, .py-lg-2 { < padding-top: 0.5rem !important; < } < .pr-lg-2, .px-lg-2 { < padding-right: 0.5rem !important; < } < .pb-lg-2, .py-lg-2 { < padding-bottom: 0.5rem !important; < } < .pl-lg-2, .px-lg-2 { < padding-left: 0.5rem !important; < } < .p-lg-3 { < padding: 1rem !important; < } < .pt-lg-3, .py-lg-3 { < padding-top: 1rem !important; < } < .pr-lg-3, .px-lg-3 { < padding-right: 1rem !important; < } < .pb-lg-3, .py-lg-3 { < padding-bottom: 1rem !important; < } < .pl-lg-3, .px-lg-3 { < padding-left: 1rem !important; < } < .p-lg-4 { < padding: 1.5rem !important; < } < .pt-lg-4, .py-lg-4 { < padding-top: 1.5rem !important; < } < .pr-lg-4, .px-lg-4 { < padding-right: 1.5rem !important; < } < .pb-lg-4, .py-lg-4 { < padding-bottom: 1.5rem !important; < } < .pl-lg-4, .px-lg-4 { < padding-left: 1.5rem !important; < } < .p-lg-5 { < padding: 3rem !important; < } < .pt-lg-5, .py-lg-5 { < padding-top: 3rem !important; < } < .pr-lg-5, .px-lg-5 { < padding-right: 3rem !important; < } < .pb-lg-5, .py-lg-5 { < padding-bottom: 3rem !important; < } < .pl-lg-5, .px-lg-5 { < padding-left: 3rem !important; < } < .m-lg-n1 { < margin: -0.25rem !important; < } < .mt-lg-n1, .my-lg-n1 { < margin-top: -0.25rem !important; < } < .mr-lg-n1, .mx-lg-n1 { < margin-right: -0.25rem !important; < } < .mb-lg-n1, .my-lg-n1 { < margin-bottom: -0.25rem !important; < } < .ml-lg-n1, .mx-lg-n1 { < margin-left: -0.25rem !important; < } < .m-lg-n2 { < margin: -0.5rem !important; < } < .mt-lg-n2, .my-lg-n2 { < margin-top: -0.5rem !important; < } < .mr-lg-n2, .mx-lg-n2 { < margin-right: -0.5rem !important; < } < .mb-lg-n2, .my-lg-n2 { < margin-bottom: -0.5rem !important; < } < .ml-lg-n2, .mx-lg-n2 { < margin-left: -0.5rem !important; < } < .m-lg-n3 { < margin: -1rem !important; < } < .mt-lg-n3, .my-lg-n3 { < margin-top: -1rem !important; < } < .mr-lg-n3, .mx-lg-n3 { < margin-right: -1rem !important; < } < .mb-lg-n3, .my-lg-n3 { < margin-bottom: -1rem !important; < } < .ml-lg-n3, .mx-lg-n3 { < margin-left: -1rem !important; < } < .m-lg-n4 { < margin: -1.5rem !important; < } < .mt-lg-n4, .my-lg-n4 { < margin-top: -1.5rem !important; < } < .mr-lg-n4, .mx-lg-n4 { < margin-right: -1.5rem !important; < } < .mb-lg-n4, .my-lg-n4 { < margin-bottom: -1.5rem !important; < } < .ml-lg-n4, .mx-lg-n4 { < margin-left: -1.5rem !important; < } < .m-lg-n5 { < margin: -3rem !important; < } < .mt-lg-n5, .my-lg-n5 { < margin-top: -3rem !important; < } < .mr-lg-n5, .mx-lg-n5 { < margin-right: -3rem !important; < } < .mb-lg-n5, .my-lg-n5 { < margin-bottom: -3rem !important; < } < .ml-lg-n5, .mx-lg-n5 { < margin-left: -3rem !important; < } < .m-lg-auto { < margin: auto !important; < } < .mt-lg-auto, .my-lg-auto { < margin-top: auto !important; < } < .mr-lg-auto, .mx-lg-auto { < margin-right: auto !important; < } < .mb-lg-auto, .my-lg-auto { < margin-bottom: auto !important; < } < .ml-lg-auto, .mx-lg-auto { < margin-left: auto !important; < } --- > .visible-print-block { > display: none !important; 7277,7546c6698,6700 < @media (min-width: 1200px) { < .m-xl-0 { < margin: 0 !important; < } < .mt-xl-0, .my-xl-0 { < margin-top: 0 !important; < } < .mr-xl-0, .mx-xl-0 { < margin-right: 0 !important; < } < .mb-xl-0, .my-xl-0 { < margin-bottom: 0 !important; < } < .ml-xl-0, .mx-xl-0 { < margin-left: 0 !important; < } < .m-xl-1 { < margin: 0.25rem !important; < } < .mt-xl-1, .my-xl-1 { < margin-top: 0.25rem !important; < } < .mr-xl-1, .mx-xl-1 { < margin-right: 0.25rem !important; < } < .mb-xl-1, .my-xl-1 { < margin-bottom: 0.25rem !important; < } < .ml-xl-1, .mx-xl-1 { < margin-left: 0.25rem !important; < } < .m-xl-2 { < margin: 0.5rem !important; < } < .mt-xl-2, .my-xl-2 { < margin-top: 0.5rem !important; < } < .mr-xl-2, .mx-xl-2 { < margin-right: 0.5rem !important; < } < .mb-xl-2, .my-xl-2 { < margin-bottom: 0.5rem !important; < } < .ml-xl-2, .mx-xl-2 { < margin-left: 0.5rem !important; < } < .m-xl-3 { < margin: 1rem !important; < } < .mt-xl-3, .my-xl-3 { < margin-top: 1rem !important; < } < .mr-xl-3, .mx-xl-3 { < margin-right: 1rem !important; < } < .mb-xl-3, .my-xl-3 { < margin-bottom: 1rem !important; < } < .ml-xl-3, .mx-xl-3 { < margin-left: 1rem !important; < } < .m-xl-4 { < margin: 1.5rem !important; < } < .mt-xl-4, .my-xl-4 { < margin-top: 1.5rem !important; < } < .mr-xl-4, .mx-xl-4 { < margin-right: 1.5rem !important; < } < .mb-xl-4, .my-xl-4 { < margin-bottom: 1.5rem !important; < } < .ml-xl-4, .mx-xl-4 { < margin-left: 1.5rem !important; < } < .m-xl-5 { < margin: 3rem !important; < } < .mt-xl-5, .my-xl-5 { < margin-top: 3rem !important; < } < .mr-xl-5, .mx-xl-5 { < margin-right: 3rem !important; < } < .mb-xl-5, .my-xl-5 { < margin-bottom: 3rem !important; < } < .ml-xl-5, .mx-xl-5 { < margin-left: 3rem !important; < } < .p-xl-0 { < padding: 0 !important; < } < .pt-xl-0, .py-xl-0 { < padding-top: 0 !important; < } < .pr-xl-0, .px-xl-0 { < padding-right: 0 !important; < } < .pb-xl-0, .py-xl-0 { < padding-bottom: 0 !important; < } < .pl-xl-0, .px-xl-0 { < padding-left: 0 !important; < } < .p-xl-1 { < padding: 0.25rem !important; < } < .pt-xl-1, .py-xl-1 { < padding-top: 0.25rem !important; < } < .pr-xl-1, .px-xl-1 { < padding-right: 0.25rem !important; < } < .pb-xl-1, .py-xl-1 { < padding-bottom: 0.25rem !important; < } < .pl-xl-1, .px-xl-1 { < padding-left: 0.25rem !important; < } < .p-xl-2 { < padding: 0.5rem !important; < } < .pt-xl-2, .py-xl-2 { < padding-top: 0.5rem !important; < } < .pr-xl-2, .px-xl-2 { < padding-right: 0.5rem !important; < } < .pb-xl-2, .py-xl-2 { < padding-bottom: 0.5rem !important; < } < .pl-xl-2, .px-xl-2 { < padding-left: 0.5rem !important; < } < .p-xl-3 { < padding: 1rem !important; < } < .pt-xl-3, .py-xl-3 { < padding-top: 1rem !important; < } < .pr-xl-3, .px-xl-3 { < padding-right: 1rem !important; < } < .pb-xl-3, .py-xl-3 { < padding-bottom: 1rem !important; < } < .pl-xl-3, .px-xl-3 { < padding-left: 1rem !important; < } < .p-xl-4 { < padding: 1.5rem !important; < } < .pt-xl-4, .py-xl-4 { < padding-top: 1.5rem !important; < } < .pr-xl-4, .px-xl-4 { < padding-right: 1.5rem !important; < } < .pb-xl-4, .py-xl-4 { < padding-bottom: 1.5rem !important; < } < .pl-xl-4, .px-xl-4 { < padding-left: 1.5rem !important; < } < .p-xl-5 { < padding: 3rem !important; < } < .pt-xl-5, .py-xl-5 { < padding-top: 3rem !important; < } < .pr-xl-5, .px-xl-5 { < padding-right: 3rem !important; < } < .pb-xl-5, .py-xl-5 { < padding-bottom: 3rem !important; < } < .pl-xl-5, .px-xl-5 { < padding-left: 3rem !important; < } < .m-xl-n1 { < margin: -0.25rem !important; < } < .mt-xl-n1, .my-xl-n1 { < margin-top: -0.25rem !important; < } < .mr-xl-n1, .mx-xl-n1 { < margin-right: -0.25rem !important; < } < .mb-xl-n1, .my-xl-n1 { < margin-bottom: -0.25rem !important; < } < .ml-xl-n1, .mx-xl-n1 { < margin-left: -0.25rem !important; < } < .m-xl-n2 { < margin: -0.5rem !important; < } < .mt-xl-n2, .my-xl-n2 { < margin-top: -0.5rem !important; < } < .mr-xl-n2, .mx-xl-n2 { < margin-right: -0.5rem !important; < } < .mb-xl-n2, .my-xl-n2 { < margin-bottom: -0.5rem !important; < } < .ml-xl-n2, .mx-xl-n2 { < margin-left: -0.5rem !important; < } < .m-xl-n3 { < margin: -1rem !important; < } < .mt-xl-n3, .my-xl-n3 { < margin-top: -1rem !important; < } < .mr-xl-n3, .mx-xl-n3 { < margin-right: -1rem !important; < } < .mb-xl-n3, .my-xl-n3 { < margin-bottom: -1rem !important; < } < .ml-xl-n3, .mx-xl-n3 { < margin-left: -1rem !important; < } < .m-xl-n4 { < margin: -1.5rem !important; < } < .mt-xl-n4, .my-xl-n4 { < margin-top: -1.5rem !important; < } < .mr-xl-n4, .mx-xl-n4 { < margin-right: -1.5rem !important; < } < .mb-xl-n4, .my-xl-n4 { < margin-bottom: -1.5rem !important; < } < .ml-xl-n4, .mx-xl-n4 { < margin-left: -1.5rem !important; < } < .m-xl-n5 { < margin: -3rem !important; < } < .mt-xl-n5, .my-xl-n5 { < margin-top: -3rem !important; < } < .mr-xl-n5, .mx-xl-n5 { < margin-right: -3rem !important; < } < .mb-xl-n5, .my-xl-n5 { < margin-bottom: -3rem !important; < } < .ml-xl-n5, .mx-xl-n5 { < margin-left: -3rem !important; < } < .m-xl-auto { < margin: auto !important; < } < .mt-xl-auto, .my-xl-auto { < margin-top: auto !important; < } < .mr-xl-auto, .mx-xl-auto { < margin-right: auto !important; < } < .mb-xl-auto, .my-xl-auto { < margin-bottom: auto !important; < } < .ml-xl-auto, .mx-xl-auto { < margin-left: auto !important; --- > @media print { > .visible-print-block { > display: block !important; 7549,7584c6703,6704 < .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); < } < .text-monospace { < font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; < } < .text-justify { < text-align: justify !important; < } < .text-wrap { < white-space: normal !important; < } < .text-nowrap { < white-space: nowrap !important; < } < .text-truncate { < overflow: hidden; < text-overflow: ellipsis; < white-space: nowrap; < } < .text-left { < text-align: left !important; < } < .text-right { < text-align: right !important; < } < .text-center { < text-align: center !important; --- > .visible-print-inline { > display: none !important; 7586,7594c6706,6708 < @media (min-width: 576px) { < .text-sm-left { < text-align: left !important; < } < .text-sm-right { < text-align: right !important; < } < .text-sm-center { < text-align: center !important; --- > @media print { > .visible-print-inline { > display: inline !important; 7597,7606c6711,6712 < @media (min-width: 768px) { < .text-md-left { < text-align: left !important; < } < .text-md-right { < text-align: right !important; < } < .text-md-center { < text-align: center !important; < } --- > .visible-print-inline-block { > display: none !important; 7608,7616c6714,6716 < @media (min-width: 992px) { < .text-lg-left { < text-align: left !important; < } < .text-lg-right { < text-align: right !important; < } < .text-lg-center { < text-align: center !important; --- > @media print { > .visible-print-inline-block { > display: inline-block !important; 7619,7627c6719,6721 < @media (min-width: 1200px) { < .text-xl-left { < text-align: left !important; < } < .text-xl-right { < text-align: right !important; < } < .text-xl-center { < text-align: center !important; --- > @media print { > .hidden-print { > display: none !important; 7630,7735c6724,6725 < .text-lowercase { < text-transform: lowercase !important; < } < .text-uppercase { < text-transform: uppercase !important; < } < .text-capitalize { < text-transform: capitalize !important; < } < .font-weight-light { < font-weight: 300 !important; < } < .font-weight-lighter { < font-weight: lighter !important; < } < .font-weight-normal { < font-weight: 400 !important; < } < .font-weight-bold { < font-weight: 700 !important; < } < .font-weight-bolder { < font-weight: bolder !important; < } < .font-italic { < font-style: italic !important; < } < .text-white { < color: #fff !important; < } < .text-primary { < color: #2255aa !important; < } < a.text-primary:hover, a.text-primary:focus { < color: #15356a !important; < } < .text-secondary { < color: #5cb85c !important; < } < a.text-secondary:hover, a.text-secondary:focus { < color: #3d8b3d !important; < } < .text-success { < color: #5cb85c !important; < } < a.text-success:hover, a.text-success:focus { < color: #3d8b3d !important; < } < .text-info { < color: #5bc0de !important; < } < a.text-info:hover, a.text-info:focus { < color: #28a1c5 !important; < } < .text-warning { < color: #f0ad4e !important; < } < a.text-warning:hover, a.text-warning:focus { < color: #df8a13 !important; < } < .text-danger { < color: #d9534f !important; < } < a.text-danger:hover, a.text-danger:focus { < color: #b52b27 !important; < } < .text-light { < color: #ffffff !important; < } < a.text-light:hover, a.text-light:focus { < color: #d9d9d9 !important; < } < .text-dark { < color: #000000 !important; < } < a.text-dark:hover, a.text-dark:focus { < color: black !important; < } < .text-body { < color: #212529 !important; < } < .text-muted { < color: #868e96 !important; < } < .text-black-50 { < color: rgba(0, 0, 0, 0.5) !important; < } < .text-white-50 { < color: rgba(255, 255, 255, 0.5) !important; < } < .text-hide { < font: 0/0 a; < color: transparent; < text-shadow: none; < background-color: transparent; < border: 0; < } < .text-decoration-none { < text-decoration: none !important; < } < .text-break { < word-break: break-word !important; < word-wrap: break-word !important; < } < .text-reset { < color: inherit !important; --- > html { > background: #e1e2b9 url('../images/backmap.png') 100% 100% no-repeat fixed; 7737,7738c6727,6728 < .visible { < visibility: visible !important; --- > body { > background: transparent url('../images/fond2tete.png') no-repeat fixed; 7740,7741c6730,6732 < .invisible { < visibility: hidden !important; --- > .topbar, > .navbar-fixed-top { > border-bottom: 1px dashed #777750; 7743,7807c6734,6739 < @media print { < *, *::before, *::after { < text-shadow: none !important; < box-shadow: none !important; < } < a:not(.btn) { < text-decoration: underline; < } < abbr[title]::after { < content: " (" attr(title) ")"; < } < pre { < white-space: pre-wrap !important; < } < pre, blockquote { < border: 1px solid #adb5bd; < page-break-inside: avoid; < } < thead { < display: table-header-group; < } < tr, img { < page-break-inside: avoid; < } < p, h2, h3 { < orphans: 3; < widows: 3; < } < h2, h3 { < page-break-after: avoid; < } < @page { < size: a3; < } < body { < min-width: 992px !important; < } < .container { < min-width: 992px !important; < } < .navbar { < display: none; < } < .badge { < border: 1px solid #000; < } < .table { < border-collapse: collapse !important; < } < .table td, .table th { < background-color: #fff !important; < } < .table-bordered th, .table-bordered td { < border: 1px solid #dee2e6 !important; < } < .table-dark { < color: inherit; < } < .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { < border-color: #5A4A39; < } < .table .thead-dark th { < color: inherit; < border-color: #5A4A39; < } --- > .wikitext { > background: #f1f1c9; > border: 1px solid; > border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3; > padding: 0.5em 0.8em; > margin: 0.5ex 0; 7809,7810c6741,6743 < .topbar { < margin-bottom: 1.4rem; --- > .panel-default .panel-heading { > border-bottom: 1px dashed #999970; > padding: 10px 15px 0 10px; 7812,7813c6745,6751 < .navbar-dark > a, .navbar-dark .cssmenu_horiz > li > a { < color: rgba(255, 255, 255, 0.5); --- > .titlebar { > background: #B5A58C; > color: #fff; > border: 1px solid #fff; > padding: 1px 15px; > margin: 1px; > font-weight: bold; 7815,7817c6753,6757 < .navbar-dark > a:hover, .navbar-dark .cssmenu_horiz > li > a:hover { < color: rgba(255, 255, 255, 0.75); < text-decoration: none; --- > .toc { > padding-left: 2em; > border-top: 1px dotted #a9a9a9; > border-bottom: 1px dotted #a9a9a9; > margin-bottom: 4px; 7819,7820c6759,6761 < .navbar-dark .sitetitle a { < color: #ccc; --- > #col1 { > border-left: 1px solid #999970; > border-right: 1px solid #999970; 7822,7824c6763,6768 < .navbar-dark .sitetitle a:hover { < color: rgba(255, 255, 255, 0.75); < text-decoration: none; --- > code, > pre.codelisting { > color: #000 !important; > background: #d2b48c !important; > border: 1px dashed #adacaf !important; > font-family: "Courier New", Courier, monospace; 7826,7827c6770,6775 < .warning a, .warning a:link, .warning a:visited { < color: #ffc107; --- > .pagetitle, > a.pagetitle, > .pagetitle > a { > font-size: 2.5rem; > font-weight: bold; > color: #000; 7829,7830c6777,6779 < .module h3.card-title { < font-size: 1.25rem; --- > .nav > li > a:hover, > .nav > li > a:focus { > background: #d6d7a1; 7832,7834c6781,6782 < .calhighlight { < color: #fff; < background: #17a2b8; --- > .navbar-collapse.collapse.in { > background: #e0e1b8; 7836,7837c6784,6792 < .calhighlight > a { < color: #fff; --- > .warning a, > .warning a:link, > .warning a:visited { > color: #8a6d3b; > } > .calhighlight, > .tiki .fc-state-highlight { > color: #31708f; > background: #d9edf7; 7839,7840c6794,6795 < a.fc-event:hover { < color: #fff; --- > .tiki a.fc-event:hover { > color: #ffffff; 7843,7844c6798 < border: thin solid #2255aa; < /*black*/ --- > border: thin solid #999970 /*black*/; 7848c6802 < border: 1px solid #e9ecef; --- > border: 1px solid #777777; 7853,7854c6807,6808 < background: #e1e2b9; < color: #212529; --- > background: transparent; > color: #333333; 7857c6811 < border-left: 3px dotted #5cb85c; --- > border-left: 3px dotted #3c763d; 7860c6814 < border-left: 3px double #f0ad4e; --- > border-left: 3px double #8a6d3b; 7863c6817 < background: url("../../../img/icons/dots.gif"); --- > background: url('../../../img/icons/dots.gif'); 7866,7869c6820 < color: #868e96; < } < #topbar_modules_social .form-control { < margin-top: 0.5rem; --- > color: #777777; 7871c6822,6825 < .cssmenu_horiz > li:hover, .cssmenu_horiz > li.sfHover, .cssmenu_vert > li:hover, .cssmenu_vert > li.sfHover { --- > .cssmenu_horiz > li:hover, > .cssmenu_horiz > li.sfHover, > .cssmenu_vert > li:hover, > .cssmenu_vert > li.sfHover { 7877c6831,6832 < .topbar .nav > li > a:hover, .topbar .nav > li > a:focus { --- > .topbar .nav > li > a:hover, > .topbar .nav > li > a:focus { 7880,7881c6835,6837 < .cssmenu_horiz ul, .cssmenu_vert ul { < border: rgba(0, 0, 0, 0.15); --- > .cssmenu_horiz ul, > .cssmenu_vert ul { > border: #000000; 7883c6839,6840 < .cssmenu_horiz ul li a, .cssmenu_vert ul li a, .cssmenu_horiz ul li button.btn-link.link-list, .cssmenu_vert ul li button.btn-link.link-list { --- > .cssmenu_horiz ul li a, > .cssmenu_vert ul li a { 7885c6842 < color: #212529; --- > color: #333333; 7887,7893c6844,6846 < .cssmenu_horiz ul li button.btn-link.link-list, .cssmenu_vert ul li button.btn-link.link-list { < width: 100%; < border-radius: 0px; < text-align: left; < } < .cssmenu_horiz > ul > li:hover > a, .cssmenu_vert > ul > li:hover > a, .cssmenu_horiz > ul > li:hover > form > button.btn-link.link-list, .cssmenu_vert > ul > li:hover > form > button.btn-link.link-list { < color: #16181b; --- > .cssmenu_horiz > ul > li:hover > a, > .cssmenu_vert > ul > li:hover > a { > color: #000000; 7905c6858,6859 < .sf-arrows ul .sf-with-ul:after, .cssmenu_vert.sf-arrows ul > li > .sf-with-ul:after { --- > .sf-arrows ul .sf-with-ul:after, > .cssmenu_vert.sf-arrows ul > li > .sf-with-ul:after { 7907c6861 < border-left-color: #212529; --- > border-left-color: #333333; 7910c6864,6866 < .sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { --- > .sf-arrows ul li > .sf-with-ul:focus:after, > .sf-arrows ul li:hover > .sf-with-ul:after, > .sf-arrows ul .sfHover > .sf-with-ul:after { 7912c6868 < border-left-color: #16181b; --- > border-left-color: #000000; 7914c6870,6872 < .cssmenu_vert.sf-arrows li > .sf-with-ul:focus:after, .cssmenu_vert.sf-arrows li:hover > .sf-with-ul:after, .cssmenu_vert.sf-arrows .sfHover > .sf-with-ul:after { --- > .cssmenu_vert.sf-arrows li > .sf-with-ul:focus:after, > .cssmenu_vert.sf-arrows li:hover > .sf-with-ul:after, > .cssmenu_vert.sf-arrows .sfHover > .sf-with-ul:after { 7916c6874,6895 < border-left-color: #16181b; --- > border-left-color: #000000; > } > .topbar, > .topbar .navbar-default .navbar-nav > li, > .topbar .nav > li { > background: #e0e1b8; > color: #777777; > } > .topbar > a, > .topbar .navbar-default .navbar-nav > li > a, > .topbar .nav > li > a { > color: #777777; > padding-top: 15px; > padding-bottom: 15px; > } > .topbar > a:hover, > .topbar .navbar-default .navbar-nav > li > a:hover, > .topbar .nav > li > a:hover, > .topbar > a:focus, > .topbar .navbar-default .navbar-nav > li > a:focus, > .topbar .nav > li > a:focus { > color: #333333; 7923c6902 < border-top-color: rgba(255, 255, 255, 0.5); --- > border-top-color: #777777; 7925,7929c6904,6911 < .topbar .cssmenu_horiz.sf-arrows > .menuSection0:hover > .sf-with-ul:after, .topbar .cssmenu_horiz.sf-arrows > .menuSection0.sfhover > .sf-with-ul:after { < border-top-color: rgba(255, 255, 255, 0.75); < } < .dropdown-menu .dropdown-title, .dropdown-menu li label { < color: #212529; --- > .topbar .cssmenu_horiz.sf-arrows > .menuSection0:hover > .sf-with-ul:after, > .topbar .cssmenu_horiz.sf-arrows > .menuSection0.sfhover > .sf-with-ul:after { > border-top-color: #333333; > } > /* order of following 3 rules important for fallbacks to work */ > .dropdown-menu .dropdown-title, > .dropdown-menu li label { > color: #333333; 7932c6914 < color: #e9ecef; --- > color: #eeeeee; 7935c6917 < background-color: #5cb85c; --- > background-color: #dff0d8; 7938c6920 < background-color: #f0ad4e; --- > background-color: #fcf8e3; 7941,7942c6923,6924 < background-color: #5bc0de; < color: #fff; --- > background-color: #31708f; > color: #d9edf7; 7945,7946c6927,6928 < background-color: #5cb85c; < color: #fff; --- > background-color: #3c763d; > color: #dff0d8; 7949,7950c6931,6932 < background-color: #f0ad4e; < color: #fff; --- > background-color: #8a6d3b; > color: #fcf8e3; 7954c6936 < background-color: #fff; --- > background-color: #ffffff; 7957c6939 < color: #adb5bd; --- > color: #555555; 7963c6945,6946 < .olControlScaleLineTop, .olControlScaleLineBottom { --- > .olControlScaleLineTop, > .olControlScaleLineBottom { 7972,7977d6954 < .dirsitetrail { < color: #e9ecef; < } < .dirsitecats { < color: #e9ecef; < } 7979c6956 < background: #5cb85c; --- > background: #dff0d8; 7981,7984c6958,6964 < .searchresults blockquote em, .highlight, .btn-primary.highlight a, .btn-primary a.highlight { < background: #d9534f; < color: #fff; < border-color: #c9302c; --- > .searchresults blockquote em, > .highlight, > .btn-default.highlight a, > .btn-default a.highlight { > background: #f2dede; > color: #a94442; > border-color: #ebccd1; 7986,7987c6966,6967 < .btn-primary.highlight:hover { < background: #b52b27; --- > .btn-default.highlight:hover { > background: #dca7a7; 7989,8000c6969,6970 < .btn.active.btn-link { < color: #1e4a95; < text-decoration: underline; < background-color: transparent; < border-color: transparent; < } < .btn.active.btn-link:hover { < color: #000; < background-color: transparent; < border-color: transparent; < } < .btn-primary.btn-link, .btn-primary.btn-link:hover { --- > .btn-default.btn-link, > .btn-default.btn-link:hover { 8004,8006d6973 < .btn-primary:focus { < color: #fff; < } 8008c6975 < background: transparent url("../../../img/overlay-light.png"); --- > background: transparent url('../../../img/overlay-light.png'); 8011,8012c6978,6979 < color: #dee2e6; < background: transparent url("../../../img/loading-light.gif") no-repeat 50% 50%; --- > color: #eeeeee; > background: transparent url('../../../img/loading-light.gif') no-repeat 50% 50%; 8014,8016c6981,6989 < #cookie_consent_div .description a { < color: #32a; < font-weight: bold; --- > #cookie_consent_div { > padding: 15px; > border: 1px solid #bce8f1; > color: #31708f; > background-color: #d9edf7; > } > #cookie_consent_div.banner { > padding: 15px; > border: 1px solid #bce8f1; 8018c6991,6992 < html#print, body.print * { --- > html#print, > body.print * { 8026c7000 < color: #d9534f; --- > color: #a94442; 8029,8031c7003,7005 < background: rgba(255, 255, 255, 0.9); < color: rgba(119, 119, 119, 0.9); < border: 2px solid rgba(119, 119, 119, 0.9); --- > background: #222222; > color: #9d9d9d; > border: 2px solid #080808; 8034c7008 < color: rgba(119, 119, 119, 0.9); --- > color: #9d9d9d; 8037c7011 < color: rgba(119, 119, 119, 0.9); --- > color: #ffffff; 8040c7014 < color: rgba(119, 119, 119, 0.9); --- > color: #777777; 8042c7016,7017 < a.icon, img.icon { --- > a.icon, > img.icon { 8045c7020,7021 < div #metadata fieldset.tabcontent, div #metadata div.tabs { --- > div #metadata fieldset.tabcontent, > div #metadata div.tabs { 8049c7025 < background: #ffffff url("../../../img/icons/login-OpenID-bg.gif") 1px 1px no-repeat; --- > background: #ffffff url('../../../img/icons/login-OpenID-bg.gif') 1px 1px no-repeat; 8055c7031 < color: #000 !important; --- > color: #000000 !important; 8062c7038 < border: 1px solid #dee2e6; --- > border: 1px solid #dddddd; 8065,8066c7041,7042 < background: url("../../../img/icons/error.png") no-repeat 0 4px; < color: #d9534f; --- > background: url('../../../img/icons/error.png') no-repeat 0 4px; > color: #a94442; 8069c7045 < color: #d9534f; --- > color: #a94442; 8076c7052 < color: #212529; --- > color: #333333; 8078c7054,7057 < .cssmenu_horiz ul li.selected a, .cssmenu_vert ul li.selected a, .cssmenu_horiz ul li a:hover, .cssmenu_vert ul li a:hover, .cssmenu_horiz ul li.selected button.btn-link.link-list, .cssmenu_vert ul li.selected button.btn-link.link-list, .cssmenu_horiz ul li button.btn-link.link-list:hover, .cssmenu_vert ul li button.btn-link.link-list:hover { --- > .cssmenu_horiz ul li.selected a, > .cssmenu_vert ul li.selected a, > .cssmenu_horiz ul li a:hover, > .cssmenu_vert ul li a:hover { 8080c7059 < color: #16181b; --- > color: #000000; 8087c7066 < border: 0.1em solid #d9534f; --- > border: 0.1em solid #ebccd1; 8090,8093c7069 < border: 0.1em solid #d9534f; < } < .box-switch_lang .flags .highlight { < border: solid 1px #5bc0de; --- > border: 0.1em solid #ebccd1; 8096,8102c7072 < color: #dee2e6; < } < .navbar-light .dropdown-toggle, .navbar-light a.nav-link.dropdown-toggle, .navbar-light h1.sitetitle a, .navbar-light h2.sitesubtitle, .navbar-light .cssmenu_horiz .menuLevel0 > a { < color: #777; < } < .navbar-dark .dropdown-toggle, .navbar-dark a.nav-link.dropdown-toggle, .navbar-dark h1.sitetitle a, .navbar-dark h2.sitesubtitle, .navbar-dark .cssmenu_horiz .menuLevel0 > a { < color: rgba(255, 255, 255, 0.5); --- > color: #777777; 8104,8105c7074,7088 < .prio5 { < color: #212529; --- > .layout_social .topbar_modules h1.sitetitle, > .layout_social_modules .topbar_modules h1.sitetitle, > .layout_fixed_top_modules #top_modules h1.sitetitle { > color: #777777; > } > .layout_social .topbar_modules .navbar-inverse .navbar-collapse, > .layout_social_modules .topbar_modules .navbar-inverse .navbar-collapse, > .layout_fixed_top_modules #top_modules .navbar-inverse .navbar-collapse, > .layout_social .topbar_modules .navbar-inverse .navbar-form, > .layout_social_modules .topbar_modules .navbar-inverse .navbar-form, > .layout_fixed_top_modules #top_modules .navbar-inverse .navbar-form, > .layout_social .topbar_modules .navbar-inverse, > .layout_social_modules .topbar_modules .navbar-inverse, > .layout_fixed_top_modules #top_modules .navbar-inverse { > border-color: transparent; 8107,8108c7090,7091 < .prio5 a { < color: #212529; --- > .prio1 { > background: inherit; 8110,8111c7093,7096 < .prio4 { < color: #5cb85c; --- > .prio2 { > background: #dff0d8; > color: #3c763d; > border: #d6e9c6; 8113,8114c7098,7099 < .prio4 a { < color: #5cb85c; --- > .prio2 a { > color: #3c763d; 8117c7102,7104 < color: #5bc0de; --- > background: #d9edf7; > color: #31708f; > border: #bce8f1; 8120c7107 < color: #5bc0de; --- > color: #31708f; 8122,8123c7109,7112 < .prio2 { < color: #f0ad4e; --- > .prio4 { > background: #fcf8e3; > color: #8a6d3b; > border: #faebcc; 8125,8126c7114,7115 < .prio2 a { < color: #f0ad4e; --- > .prio4 a { > color: #8a6d3b; 8128,8129c7117,7120 < .prio1 { < color: #d9534f; --- > .prio5 { > background: #f2dede; > color: #a94442; > border: #ebccd1; 8131,8132c7122,7123 < .prio1 a { < color: #d9534f; --- > .prio5 a { > color: #a94442; 8135c7126 < background: #adb5bd; --- > background: #555555; 8138c7129 < background: #adb5bd; --- > background: #777777; 8141c7132 < background: #dee2e6; --- > background: #eeeeee; 8144c7135 < color: #212529; --- > color: #333333; 8147c7138 < font-size: 0.8rem; --- > border: 1px solid #dddddd; 8150c7141 < background: rgba(0, 0, 0, 0.05); --- > background: #d9d9b0; 8152,8155c7143,7164 < .webmail_list .btn { < padding: 0.2rem 0.4rem; < font-size: 0.7rem; < line-height: 1.3; --- > .webmail_list .button { > background: #e1e2b9; > border: 1px solid #2255aa; > } > .webmail_list .webmail_read { > background: #d9edf7; > } > .webmail_list .webmail_replied { > background: #dff0d8; > } > .webmail_list .webmail_taken { > border: #faebcc; > color: #8a6d3b; > } > .webmail_message { > background: #e1e2b9; > } > .webmail_message_headers { > background: #e1e2b9; > } > .webmail_message_headers th { > background: transparent; 8158c7167 < border: 1px solid #dee2e6; --- > border: 1px solid #dddddd; 8162c7171 < color: #212529; --- > color: #333333; 8165,8166c7174,7175 < background: rgba(0, 0, 0, 0.05); < color: #212529; --- > background: #d9d9b0; > color: #333333; 8168,8169c7177,7180 < .objectperms .checkBoxHeader:nth-of-type(odd) > div > label, .objectperms td.checkBoxCell:nth-of-type(odd), .objectperms .checkBoxHeader:nth-of-type(odd) > .checkBoxLabel { < background: rgba(0, 0, 0, 0.05); --- > .objectperms .checkBoxHeader:nth-of-type(odd) > div > label, > .objectperms td.checkBoxCell:nth-of-type(odd), > .objectperms .checkBoxHeader:nth-of-type(odd) > .checkBoxLabel { > background: #d1d19f; 8172c7183 < border-left: medium double #e9ecef; --- > border-left: medium double #777777; 8175c7186 < border-left: medium double #e9ecef; --- > border-left: medium double #777777; 8179,8180c7190,7191 < border: thin solid #212529; < color: #212529; --- > border: thin solid #333333; > color: #333333; 8184c7195 < color: #212529; --- > color: #333333; 8187,8208c7198,7204 < border: 1px solid #d9534f; < background: #dee2e6; < color: #212529; < } < .textarea-toolbar > div, .textarea-toolbar > ul { < background-color: #e9ecef; < border: outset 1px #e9ecef; < } < a.toolbar, li.toolbar { < /* each tool button */ < border: none; < background: transparent; < color: #212529; < text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); < } < a.toolbar:hover, li.toolbar:hover { < color: #5a6570; < text-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2); < } < a.toolbar:active, li.toolbar:active { < color: #df6e1e; < text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); --- > border: 1px solid #a94442; > background: #777777; > color: #333333; > } > .textarea-toolbar > div { > background-color: #eeeeee; > border: outset 1px #eeeeee; 8211,8212c7207,7208 < background-color: #03657d; < color: #5cb85c; --- > background-color: #dff0d8; > color: #3c763d; 8216,8217c7212,7213 < border: 1px solid rgba(0, 0, 0, 0.125); < color: #212529; --- > border: 1px solid #dddddd; > color: #333333; 8220c7216 < border-bottom: 2px solid #5cb85c; --- > border-bottom: 2px solid #d6e9c6; 8223c7219 < border: 1px solid #5cb85c; --- > border: 1px solid #d6e9c6; 8226c7222 < background: #fff; --- > background: #ffffff; 8230c7226 < color: #d9534f; --- > color: #a94442; 8233c7229 < color: #5cb85c; --- > color: #3c763d; 8236c7232 < color: #5bc0de; --- > color: #31708f; 8239c7235 < color: #5bc0de; --- > color: #8a6d3b; 8242c7238 < color: #d9534f; --- > color: #a94442; 8245c7241 < color: #5cb8a9; --- > color: #3c766d; 8248c7244 < color: #8f5bde; --- > color: #60318f; 8251c7247 < color: #acf04e; --- > color: #658a3b; 8254c7250 < color: #d9c64f; --- > color: #a99a42; 8257c7253 < color: #5c7bb8; --- > color: #3c4e76; 8260c7256 < color: #d05bde; --- > color: #8f318f; 8263c7259 < color: #4ef077; --- > color: #3b8a53; 8266c7262 < color: #79d94f; --- > color: #62a942; 8269c7265 < color: #a95cb8; --- > color: #6d3c76; 8272c7268 < color: #de5b94; --- > color: #8f3151; 8275c7271 < color: #4ec7f0; --- > color: #3b728a; 8278c7274 < color: #4fd9af; --- > color: #42a989; 8281c7277 < border-left: 1px dotted #adb5bd; --- > border-left: 1px dotted #555555; 8284c7280 < outline: #adb5bd dotted 1px; --- > outline: #555555 dotted 1px; 8286c7282,7283 < .tiki .cke_wysiwyg_frame, .tiki .cke_wysiwyg_div { --- > .tiki .cke_wysiwyg_frame, > .tiki .cke_wysiwyg_div { 8288c7285 < color: #212529; --- > color: #333333; 8292c7289 < border: 1px solid #dee2e6; --- > border: 1px solid #777777; 8296c7293 < border-color: #f0ad4e; --- > border-color: #faebcc; 8300,8301c7297,7298 < border: 1px solid rgba(0, 0, 0, 0.125); < border-radius: 0.25rem; --- > border: 1px solid #dddddd; > border-radius: 4px; 8306,8307c7303,7305 < .autotoc .nav > li > a:hover, .autotoc .nav .nav > li > a:hover { < color: #000; --- > .autotoc .nav > li > a:hover, > .autotoc .nav .nav > li > a:hover { > color: #000000; 8311,8312c7309,7310 < color: #212529; < border: solid 2px #212529; --- > color: #333333; > border: solid 2px #333333; 8316c7314 < color: #212529; --- > color: #333333; 8318a7317 > background: transparent url('../../../img/icons/database_lightning.png') no-repeat top right; 8322,8324d7320 < .editable-inline .icon { < font-size: small; < } 8326c7322 < background: #fff; --- > background: #ffffff; 8332,8333c7328,7329 < .editable-inline.failure .icon { < opacity: 50%; --- > .editable-inline.failure { > background: transparent url('../../../img/icons/lock_gray.png') no-repeat top right; 8336c7332 < border: solid 2px #d9534f; --- > border: solid 2px #d43f3a; 8340c7336 < border: solid 2px #d9534f; --- > border: solid 2px #d43f3a; 8343c7339 < border: 1px solid #adb5bd; --- > border: 1px solid #555555; 8345,8346c7341,7342 < .TextArea-fullscreen, .TextArea-fullscreen .edit-zone-footer, .CodeMirror-fullscreen, .CodeMirror-fullscreen .edit-zone-footer { < background-color: #e1e2b9; --- > .admintoclevel .actions input { > border: solid 1px #555555; 8348c7344,7348 < .TextArea-fullscreen .actions, .CodeMirror-fullscreen .actions { --- > .TextArea-fullscreen { > background-color: #555555; > } > .TextArea-fullscreen .actions, > .CodeMirror-fullscreen .actions { 8350c7350 < border-top: #dee2e6 1px solid; --- > border-top: #eeeeee 1px solid; 8354c7354 < color: #212529; --- > color: #333333; 8357,8358c7357,7374 < background-color: #dee2e6; < background-image: url("../../../img/icons/shading.png"); --- > background-color: #eeeeee; > background-image: url('../../../img/icons/shading.png'); > } > h1:hover a.tiki_anchor, > h2:hover a.tiki_anchor, > h3:hover a.tiki_anchor, > h4:hover a.tiki_anchor, > h5:hover a.tiki_anchor, > h6:hover a.tiki_anchor { > color: #eeeeee; > } > h1 a.tiki_anchor:hover, > h2 a.tiki_anchor:hover, > h3 a.tiki_anchor:hover, > h4 a.tiki_anchor:hover, > h5 a.tiki_anchor:hover, > h6 a.tiki_anchor:hover { > color: #555555; 8361c7377 < background: #dee2e6; --- > background: #eeeeee; 8364,8365c7380,7381 < border-left: 1px solid #adb5bd; < border-right: 1px solid #adb5bd; --- > border-left: 1px solid #555555; > border-right: 1px solid #555555; 8368c7384 < border-left: 2px solid #dee2e6; --- > border-left: 2px solid #777777; 8375c7391 < color: #343a40; --- > color: #333333; 8378c7394 < color: #343a40; --- > color: #333333; 8382c7398 < background-color: #fff; --- > background-color: #ffffff; 8385c7401 < border: 2px solid #dee2e6; --- > border: 2px solid #dddddd; 8389a7406,7409 > .ic_caption { > background: #222222; > color: #9d9d9d; > } 8391c7411 < color: #d9534f; --- > color: #a94442; 8394,8395c7414,7415 < color: #fff; < background-color: #000; --- > color: #ffffff; > background-color: #000000; 8397,8398c7417,7419 < .wp-sign a, .wp-sign a:visited { < color: white; --- > .wp-sign a, > .wp-sign a:visited { > color: #ffffff; 8400,8401c7421,7423 < .wp-sign a:hover, .wp-sign a:visited:hover { < color: white; --- > .wp-sign a:hover, > .wp-sign a:visited:hover { > color: #ffffff; 8405,8406c7427,7428 < border-top: 1px dotted #dee2e6; < border-bottom: 1px dotted #dee2e6; --- > border-top: 1px dotted #777777; > border-bottom: 1px dotted #777777; 8409c7431 < border: 1px solid #495057; --- > border: 1px solid #333333; 8412c7434 < border-top: 1px solid #dee2e6; --- > border-top: 1px solid #777777; 8415,8416c7437,7438 < background: #5cb85c; < color: white; --- > background: #dff0d8; > color: #3c763d; 8419,8426c7441,7442 < background: #d9534f; < color: white; < } < .diffadded a, .diffadded a:hover { < color: white; < } < .diffdeleted a, .diffdeleted a:hover { < color: white; --- > background: #f2dede; > color: #a94442; 8429c7445 < background: #f0ad4e; --- > background: #fcf8e3; 8432,8433c7448,7449 < background: #e9ecef; < color: #495057; --- > background: #eeeeee; > color: #222222; 8436c7452 < color: white; --- > color: #c0605e; 8439c7455,7485 < color: white; --- > color: #4d984e; > } > .searchresults blockquote em.hlt1, > .searchresults blockquote em.hlt6, > .highlight_word_0 { > color: #3c763d; > background: #dff0d8; > } > .searchresults blockquote em.hlt2, > .searchresults blockquote em.hlt7, > .highlight_word_1 { > color: #31708f; > background: #d9edf7; > } > .searchresults blockquote em.hlt3, > .searchresults blockquote em.hlt8, > .highlight_word_2 { > color: #8a6d3b; > background: #fcf8e3; > } > .searchresults blockquote em.hlt4, > .searchresults blockquote em.hlt9, > .highlight_word_3 { > color: #a94442; > background: #f2dede; > } > .searchresults blockquote em.hlt5, > .searchresults blockquote em.hlt10, > .highlight_word_4 { > color: #a96642; > background: #f2e5de; 8443c7489,7519 < border: 1px solid #dee2e6; --- > border: 1px solid #777777; > } > .tiki .chosen-container-single .chosen-single { > height: 34px; > padding: 6px 6px; > font-size: 14px; > line-height: 1.42857143; > } > .chosen-container-multi .chosen-choices { > background-color: #fbfbf2; > color: #000000; > border: 1px solid #999970; > } > .chosen-container-single .chosen-single, > .chosen-container-active.chosen-with-drop .chosen-single, > .chosen-container .chosen-drop, > .chosen-container-multi .chosen-choices .search-choice { > background-color: #f1f1c9; > color: #000000; > border: 1px solid #999970; > } > .chosen-container-single .chosen-search input[type="text"] { > background-color: #f1f1c9; > border: 1px solid #999970; > } > .chosen-container .chosen-results li.highlighted { > background-color: #dadbba; > color: #000000; > } > .tiki .chosen-container .active-result { > color: #000000; 8447a7524,7528 > display: block; > } > a.admbox.off { > border: 1px solid #242419; > color: #000000; 8449,8455c7530,7539 < .nav-breadcrumb { < display: flex; < justify-content: space-between; < } < .tiki .ui-widget-content, span.plugin-mouseover { < background: #fff; < color: #212529; --- > a.admbox.off:hover, > a.admbox.off:focus, > a.admbox.off:active { > border: 1px solid #242419; > color: #000000; > } > .tiki .ui-widget-content, > span.plugin-mouseover { > background: #ffffff; > color: #333333; 8459,8461c7543,7545 < background: #fff; < color: #212529; < border-color: rgba(0, 0, 0, 0.2); --- > background: #ffffff; > color: #333333; > border: 1px solid rgba(0, 0, 0, 0.2); 8464,8465c7548,7549 < background: #fff; < color: #212529; --- > background: #ffffff; > color: #333333; 8467c7551,7554 < .tiki .ui-dialog-content select, .tiki .ui-dialog-content input, .tiki .ui-dialog-content optgroup, .tiki .ui-dialog-content textarea { --- > .tiki .ui-dialog-content select, > .tiki .ui-dialog-content input, > .tiki .ui-dialog-content optgroup, > .tiki .ui-dialog-content textarea { 8469c7556 < color: #000; --- > color: #000000; 8472,8487c7559,7560 < background: #e1e2b9; < color: #212529; < } < .tiki.tiki-listpages .ui-widget.ui-widget-content { < border: 1px solid #dee2e6; < background: #f1f1c9; < color: #000; < } < .tiki.tiki-listpages .ui-widget.ui-widget-content .ui-menu-item-wrapper { < padding: 0.25rem 0.25rem 0.25rem 1.5rem; < } < .tiki.tiki-listpages .ui-widget.ui-widget-content .ui-state-active { < margin: 0; < background: #2255aa; < color: white; < border: none; --- > background: #e7e7a1; > color: #000000; 8493c7566 < color: #000; --- > color: #000000; 8496c7569 < color: #212529; --- > color: #333333; 8499c7572 < border: 1px solid rgba(0, 0, 0, 0.125); --- > border: 1px solid #dddddd; 8503,8505c7576,7578 < color: #000; < background: #d2b48c; < border: 1px solid #999; --- > color: #444444; > background: #f8f8f8; > border: 1px solid #dddddd; 8511,8518c7584 < code, pre.codelisting { < background: #d2b48c; < border: 1px solid transparent; < padding: 0.4rem 0.6rem; < } < code { < color: #000; < } --- > code, 8520,8526c7586,7589 < color: #495057; < border-color: #dee2e6; < border-radius: 0.25rem; < } < pre.codelisting code { < color: inherit; < white-space: pre-wrap; --- > color: #444444; > background: #f8f8f8; > border: 1px solid #dddddd; > border-radius: 1px; 8533c7596 < @media (min-width: 768px) { --- > @media (min-width: 992px) { 8541c7604 < @media (max-width: 575.98px) { --- > @media (max-width: 767px) { 8547c7610 < border-bottom: 1px solid rgba(0, 0, 0, 0.1); --- > border-bottom: 1px solid #eeeeee; 8550,8553c7613 < font-size: 1.35rem; < } < div.highlight.adminoptionbox a { < color: #fff !important; --- > font-size: 19px; 8556c7616 < background-color: #dee2e6; --- > background-color: #777777; 8559,8561c7619,7621 < color: #000; < background-color: #f1f1c9; < border-color: #e7e7a1; --- > color: #000000; > background-color: #e7e7a1; > border-color: #999970; 8564,8753c7624,7626 < background-color: #5cb85c; < border-color: #1a4080; < color: black; < } < .tiki .ui-widget { < font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; < font-size: 1rem; < } < .btn-primary.btn-files { < color: #fff; < background-color: #7400c3; < border-color: #7400c3; < } < .btn-primary.btn-files:hover { < color: #fff; < background-color: #7400c3; < border-color: #560090; < } < .btn-primary.btn-files:focus, .btn-primary.btn-files.focus { < color: #fff; < background-color: #7400c3; < border-color: #560090; < box-shadow: 0 0 0 0.2rem rgba(137, 38, 204, 0.5); < } < .btn-primary.btn-files.disabled, .btn-primary.btn-files:disabled { < color: #fff; < background-color: #7400c3; < border-color: #7400c3; < } < .btn-primary.btn-files:not(:disabled):not(.disabled):active, .btn-primary.btn-files:not(:disabled):not(.disabled).active, .show > .btn-primary.btn-files.dropdown-toggle { < color: #fff; < background-color: #560090; < border-color: #4e0083; < } < .btn-primary.btn-files:not(:disabled):not(.disabled):active:focus, .btn-primary.btn-files:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.btn-files.dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(137, 38, 204, 0.5); < } < .intertrans .switch { < display: inline-block; < width: 40px; < height: 20px; < margin: 6px; < transform: translateY(50%); < position: relative; < } < .intertrans .switch input { < display: none; < } < .intertrans .slider { < position: absolute; < top: 0; < bottom: 0; < left: 0; < right: 0; < border-radius: 30px; < box-shadow: 0 0 0 2px #b1c5d8, 0 0 4px #3e4551; < cursor: pointer; < border: 4px solid transparent; < overflow: hidden; < transition: 0.4s; < } < .intertrans .slider:before { < position: absolute; < content: ""; < width: 100%; < height: 100%; < background: #33b5e5; < border-radius: 30px; < transform: translateX(-30px); < transition: 0.4s; < } < .intertrans input:checked + .slider { < box-shadow: 0 0 0 2px #c1c2cd, 0 0 2px #f4f5ff; < } < .intertrans input:checked + .slider:before { < transform: translateX(0px); < background: #ff8800; < } < .permission_table .form-row { < margin-left: 0; < margin-right: 0; < } < .permission_table .form-row > .col { < padding-left: 15px; < padding-right: 15px; < } < .tiki-admin_modules .t_navbar .btn { < margin-right: 5px; < } < @media (max-width: 767.98px) { < .navbar-nav { < padding: 0 15px; < margin: 15px 0; < } < .tiki-view_tracker .t_navbar .btn-group > .btn:not(.dropdown-toggle), .tiki-view_tracker .t_navbar.btn-group > .btn:not(.dropdown-toggle), .tiki-admin_tracker_fields .t_navbar .btn-group > .btn:not(.dropdown-toggle), .tiki-admin_tracker_fields .t_navbar.btn-group > .btn:not(.dropdown-toggle), .tiki-lastchanges .t_navbar .btn-group > .btn:not(.dropdown-toggle), .tiki-lastchanges .t_navbar.btn-group > .btn:not(.dropdown-toggle), .tiki-admin_survey_questions .t_navbar .btn-group > .btn:not(.dropdown-toggle), .tiki-admin_survey_questions .t_navbar.btn-group > .btn:not(.dropdown-toggle), .tiki-assignuser .t_navbar .btn-group > .btn:not(.dropdown-toggle), .tiki-assignuser .t_navbar.btn-group > .btn:not(.dropdown-toggle), .tiki_user_messages .t_navbar .btn-group > .btn:not(.dropdown-toggle), .tiki_user_messages .t_navbar.btn-group > .btn:not(.dropdown-toggle), .tiki-view_banner .t_navbar .btn-group > .btn:not(.dropdown-toggle), .tiki-view_banner .t_navbar.btn-group > .btn:not(.dropdown-toggle) { < margin-right: 5px; < margin-bottom: 5px; < border-radius: 0.25rem; < } < #pagehistory .multi .input-group-append { < display: block; < margin: 0 !important; < } < #pagehistory .multi .input-group-append .btn { < width: 100%; < margin-top: 5px; < border-radius: 0.25rem; < } < .t_navbar .btn-group { < display: inline-block; < } < .tiki-admin_menu_options #preview_code { < white-space: normal; < } < .tiki-wizard_admin #wizardBody { < margin-top: 2em; < } < .tiki-wizard_admin #wizardBody .media { < display: block; < margin-top: 1.5rem; < } < .tiki-page_contribution .wikitext { < word-break: break-word; < } < .nav-breadcrumb { < display: block; < } < .nav-breadcrumb .breadcrumb { < width: 100%; < } < .nav-breadcrumb .breadcrumb + form { < display: block !important; < } < .tiki-edit_translation .ui-dialog, .tiki-edit_structure .ui-dialog { < width: 100% !important; < } < #page-data.col-sm-9 { < padding-left: 0; < padding-right: 0; < } < .syslog-table textarea { < min-height: 5.5em; < } < .tiki .ui-dialog { < width: 80vw !important; < } < } < blockquote { < color: #7a7a7a; < border-left: 0.25rem solid #e5e5e5; < } < .to-translate { < color: #d9534f; < } < .dropdown-menu.mega-menu a { < color: #212529; < } < a.dropdown-item { < color: #212529; < } < .tiki-admin aside.admin-nav .navbar-dark, .tiki-admin .top_modules.navbar-dark-parent, .tiki-admin aside.admin-nav .navbar-light, .tiki-admin .top_modules.navbar-light-parent { < font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; < } < .tiki-admin aside.admin-nav .navbar-dark, .tiki-admin .top_modules.navbar-dark-parent { < background-color: #343a40 !important; < } < .tiki-admin .top_modules.navbar-light-parent, .tiki-admin aside.admin-nav .bg-light { < background-color: #f8f9fa !important; < } < .tiki-admin aside.admin-nav .navbar-light.narrow .navbar-nav > li:after { < border-bottom: 1px solid #777; < } < .tiki-admin .admin-nav .navbar-dark .nav-item .right.nav-link.collapse-toggle[aria-expanded="true"] { < background-color: #495057; < } < .tiki-admin .admin-nav .navbar-dark .nav-item .collapse.show { < background-color: #adb5bd; < } < .tiki-admin .admin-nav .navbar-light .nav-item .right.nav-link.collapse-toggle[aria-expanded="true"] { < background-color: #dee2e6; < } < .tiki-admin .admin-nav .navbar-light .nav-item .collapse.show { < background-color: #f8f9fa; < } < .tiki-admin .bg-dark .dropdown-item .dropdown-title, .tiki-admin .bg-dark .dropdown-item label, .tiki-admin .navbar-dark .navbar-nav .nav-link, .tiki-admin aside.admin-nav .navbar-dark .navbar-nav .nav-link, .tiki-admin .top_modules.navbar-dark-parent .dropdown-header, .tiki-admin .dropdown-item:hover, .tiki-admin aside.admin-nav .navbar-dark .navbar-nav ul .nav-link:hover, .tiki-admin .top_modules.navbar-dark-parent .dropdown-item, .tiki-admin aside.admin-nav, .tiki-admin aside.admin-nav p, .tiki-admin .top_modules.navbar-dark-parent, .tiki-admin .top_modules.navbar-dark-parent a, .tiki-admin .top_modules.navbar-dark-parent button, .tiki-admin .bg-dark a { < color: rgba(255, 255, 255, 0.5); < } < .tiki-admin .dropdown-menu .dropdown-item:hover a { < color: rgba(255, 255, 255, 0.75); < text-decoration: none; --- > color: #000000; > background-color: #e7e7a1; > border-color: #999970; 8755,8756c7628,7629 < .tiki-admin .bg-dark .dropdown-divider, .tiki-admin .bg-dark-parent .dropdown-divider { < border-top: 0.5px solid rgba(255, 255, 255, 0.5) !important; --- > .margin-bottom-xs { > margin-bottom: 5px; 8758,8759c7631,7632 < .tiki-admin .bg-light .dropdown-divider, .tiki-admin .bg-light-parent .dropdown-divider { < border-top: 0.5px solid #777; --- > .margin-bottom-sm { > margin-bottom: 10px; 8761,8762c7634,7635 < .tiki-admin .bg-dark .text-muted { < color: rgba(255, 255, 255, 0.4) !important; --- > .margin-bottom-md { > margin-bottom: 20px; 8764,8765c7637,7638 < .tiki-admin .bg-light .text-muted { < color: rgba(0, 0, 0, 0.25) !important; --- > .margin-bottom-lg { > margin-bottom: 40px; 8767c7640,7643 < .tiki-admin .dropdown-menu { --- > /* black */ > /* white */ > /* automatically choose the correct arrow/text color */ > .tsFilterInput { 8768a7645 > background-color: #cdca9f; 8770,8879c7647,7648 < .tiki-admin .bg-light .dropdown-item .dropdown-title, .tiki-admin .bg-light .dropdown-item label, .tiki-admin .navbar-light .navbar-nav .nav-link, .tiki-admin aside.admin-nav .navbar-light .navbar-nav .nav-link, .tiki-admin .top_modules.navbar-light-parent .dropdown-header, .tiki-admin aside.admin-nav .navbar-light .navbar-nav ul .nav-link:hover, .tiki-admin .top_modules.navbar-light-parent .dropdown-item, .tiki-admin .top_modules.navbar-light-parent, .tiki-admin .top_modules.navbar-light-parent a, .tiki-admin .top_modules.navbar-light-parent button, .tiki-admin .bg-light a { < color: #777; < } < .tiki-admin .top_modules.navbar-dark-parent .dropdown-item, .tiki-admin aside.admin-nav, .tiki-admin aside.admin-nav p, .tiki-admin .top_modules.navbar-dark-parent, .tiki-admin .top_modules.navbar-dark-parent a, .tiki-admin .top_modules.navbar-dark-parent button, .tiki-admin .top_modules.navbar-light-parent .dropdown-item, .tiki-admin .top_modules.navbar-light-parent, .tiki-admin .top_modules.navbar-light-parent a, .tiki-admin .top_modules.navbar-light-parent button { < font-size: 0.9rem; < } < .tiki-admin .top_modules.navbar-dark-parent .dropdown-menu, .tiki-admin .bg-dark-parent .dropdown-item.mb-2.mt-2:hover, .tiki-admin .bg-dark .dropdown-menu { < background-color: #495057; < } < .tiki-admin .top_modules.navbar-light-parent .dropdown-menu, .tiki-admin .bg-light-parent .dropdown-item.mb-2.mt-2:hover, .tiki-admin .bg-light .dropdown-menu { < background-color: #dee2e6; < } < .tiki-admin .dropdown-item.active, .tiki-admin .dropdown-item:active, .tiki-admin .dropdown-item:hover, .tiki-admin aside.admin-nav .navbar-dark .navbar-nav ul .nav-link:hover, .tiki-admin aside.admin-nav .navbar-light .navbar-nav ul .nav-link:hover, .tiki-admin .bg-light-parent .dropdown-item.mb-2.mt-2 button, .tiki-admin .dropdown-item:focus { < background-color: #000; < color: white !important; < } < .tiki-admin .btn-link:hover, .tiki-admin .top_modules.navbar-dark-parent .nav-link:hover, .tiki-admin .top_modules.navbar-light-parent .nav-link:hover, .tiki-admin .btn:focus, .tiki-admin .btn.focus { < box-shadow: none; < text-decoration: none; < color: #000; < } < .tiki-admin aside.admin-nav .bg-dark { < background-color: #495057; < } < .tiki-admin aside.admin-nav nav .admin-menu-collapser { < background-color: #212529; < } < .tiki-admin aside.admin-nav .bg-light .admin-menu-collapser { < background-color: #adb5bd; < } < .tiki-admin nav.navbar-dark::-webkit-scrollbar-track { < background-color: #495057; < } < .tiki-admin nav.navbar-light::-webkit-scrollbar-track { < background-color: #dee2e6; < } < /* Handle */ < .tiki-admin nav.navbar-dark::-webkit-scrollbar-thumb { < background: #212529; < border: 0.4rem solid #495057; < border-radius: 2rem; < } < .tiki-admin nav.navbar-light::-webkit-scrollbar-thumb { < background: #dee2e6; < border: 0.4rem solid #f8f9fa; < border-radius: 2rem; < } < /* scrollbar in firefox */ < .tiki-admin nav.navbar-dark { < scrollbar-color: #495057; < scrollbar-width: thin; < } < .tiki-admin nav.navbar-light { < scrollbar-color: #adb5bd; < scrollbar-width: thin; < } < html { < background: #e1e2b9 url("../images/backmap.png") 100% 100% no-repeat fixed; < } < body { < background: transparent url("../images/fond2tete.png") no-repeat fixed; < } < .topbar, .navbar-fixed-top { < border-bottom: 1px dashed #777750; < } < .wikitext { < background: #f1f1c9; < border: 1px solid; < border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3; < padding: 0.5em 0.8em; < margin: 0.5ex 0; < } < .card .card-heading { < border-bottom: 1px dashed #999970; < padding: 10px 15px 0 10px; < } < .titlebar { < background: #B5A58C; < color: #fff; < border: 1px solid #fff; < padding: 1px 15px; < margin: 1px; < font-weight: bold; < } < .toc { < padding-left: 2em; < border-top: 1px dotted #a9a9a9; < border-bottom: 1px dotted #a9a9a9; < margin-bottom: 4px; < } < #col1 { < border-left: 1px solid #999970; < border-right: 1px solid #999970; < } < code, pre.codelisting { < color: #000 !important; < background: #d2b48c !important; < border: 1px dashed #adacaf !important; < font-family: "Courier New", Courier, monospace; < } < .pagetitle, a.pagetitle, .pagetitle > a { < font-size: 2.5rem; < font-weight: bold; < color: #000; < } < .nav > li > a:hover, .nav > li > a:focus { < background: #d6d7a1; < } < table.tablesorter thead tr.tablesorter-headerRow { < background-color: #e1e2b9; --- > table.tablesorter { > /* style header */ 8886d7654 < background-color: #dcdeae; 8890,9030d7657 < background-color: #dcdeae; < } < table.tablesorter thead tr.tablesorter-filter-row { < background-color: #e1e2b9; < } < table.tablesorter thead tr.tablesorter-filter-row td input.tablesorter-filter, table.tablesorter thead tr.tablesorter-filter-row td input.dateFrom, table.tablesorter thead tr.tablesorter-filter-row td input.dateTo { < background-color: #dcdeae; < color: #212529; < } < div.tablesorter-resizable-container { < clear: both; < width: 100%; < } < table.tablesorter { < width: 100%; < margin-bottom: 2px; < } < table.tablesorter thead tr.tablesorter-headerRow th.tablesorter-header { < background-repeat: no-repeat; < background-position: center right; < background-color: #e1e2b9; < cursor: pointer; < } < table.tablesorter thead tr.tablesorter-headerRow th.tablesorter-header i { < font-weight: 400; < position: absolute; < right: 2px; < top: 50%; < margin-top: -7px; < width: 14px; < height: 14px; < background-repeat: no-repeat; < line-height: 14px; < display: inline-block; < } < table.tablesorter thead tr.tablesorter-headerRow th div.tablesorter-header-inner span { < padding-right: 10px; < } < table.tablesorter thead tr.tablesorter-headerRow th.sorter-false { < cursor: default; < } < table.tablesorter thead tr.tablesorter-filter-row td { < text-align: center; < line-height: normal; < -webkit-transition: line-height 0.1s ease; < -moz-transition: line-height 0.1s ease; < -o-transition: line-height 0.1s ease; < transition: line-height 0.1s ease; < } < table.tablesorter thead tr.tablesorter-filter-row td input, table.tablesorter thead tr.tablesorter-filter-row td select { < width: 98%; < height: auto; < margin: 0; < -webkit-box-sizing: border-box; < -moz-box-sizing: border-box; < box-sizing: border-box; < -webkit-transition: line-height 0.1s ease; < -moz-transition: line-height 0.1s ease; < -o-transition: line-height 0.1s ease; < transition: line-height 0.1s ease; < } < table.tablesorter thead tr.tablesorter-filter-row td label { < float: left; < clear: both; < font-size: 70%; < } < table.tablesorter thead tr.tablesorter-filter-row td input.dateFrom, table.tablesorter thead tr.tablesorter-filter-row td input.dateTo { < width: 60px; < padding: 0; < font-size: 70%; < float: right; < } < table.tablesorter thead tr.tablesorter-filter-row td .ui-slider { < width: 90%; < margin: 13px auto 2px auto; < font-size: 0.9em; < } < table.tablesorter thead tr.tablesorter-filter-row td .ui-slider .ui-slider-handle { < width: 0.9em; < height: 0.9em; < } < table.tablesorter thead tr.tablesorter-filter-row td .ui-datepicker { < font-size: 0.8em; < } < table.tablesorter thead tr.tablesorter-filter-row td span.currange { < font-size: smaller; < font-weight: normal; < } < table.tablesorter thead tr.tablesorter-filter-row td .value-popup:after { < content: attr(data-value); < position: absolute; < bottom: 15px; < left: -3px; < min-width: 14px; < height: 12px; < background-color: #444444; < background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); < background-image: -webkit-linear-gradient(top, #444444, #999999); < background-image: -o-linear-gradient(top, #444444, #999999); < background-image: linear-gradient(to bottom, #444444, #999999); < border-radius: 3px; < -webkit-background-clip: padding-box; < background-clip: padding-box; < -webkit-box-shadow: 0 0 4px 0 #777777; < box-shadow: 0 0 4px 0 #777777; < border: #444444 1px solid; < color: #ffffff; < font: bold 0.9em/1em Arial; < padding: 1px; < text-align: center; < } < table.tablesorter thead tr.tablesorter-filter-row td .value-popup:before { < content: ""; < position: absolute; < width: 0; < height: 0; < border-top: 8px solid #777777; < border-left: 8px solid transparent; < border-right: 8px solid transparent; < top: -8px; < left: 50%; < margin-left: -8px; < margin-top: -1px; < } < table.tablesorter thead tr.tablesorter-filter-row.hideme td { < padding: 2px; < margin: 0; < line-height: 0; < cursor: pointer; < } < table.tablesorter thead tr.tablesorter-filter-row.hideme .tablesorter-filter { < height: 1px; < min-height: 0; < border: 0; < padding: 0; < margin: 0; < opacity: 0; < filter: alpha(opacity=0); < } < table.tablesorter thead .disabled { < display: none; 9032,9056c7659 < table.tablesorter tbody tr.filtered { < display: none; < } < table.tablesorter tbody td[data-tsmath] { < font-weight: bold; < text-align: right; < } < table.tablesorter-processing tbody tr td { < opacity: 0.25; < } < div.ts-wrapperdiv span.tablesorter-column-selector label { < margin: 0 5px; < } < div.ts-wrapperdiv span.tablesorter-column-selector input[type="checkbox"] { < margin-right: 6px; < } < div.ts-wrapperdiv select { < width: auto; < display: inline; < } < div.ts-wrapperdiv select option { < font-size: smaller; < } < div.ts-wrapperdiv select, div.ts-wrapperdiv input { < font-size: smaller; --- > table.tablesorter thead tr.tablesorter-filter-row input.tablesorter-filter { 9057a7661 > background-color: #cdca9f; 9059,9791c7663,7664 < div.ts-wrapperdiv div.ts-pager { < margin-top: 3px; < margin-bottom: 3px; < font-size: smaller; < float: right; < clear: right; < } < div.ts-wrapperdiv div.ts-pager.ts-pager-bottom { < display: none; < } < div.ts-wrapperdiv div.ts-pager .right-margin { < vertical-align: bottom; < margin-right: 4px; < } < .tiki .pvtUi { < color: #212529; < } < .tiki table.pvtTable { < font-size: 1rem; < } < .tiki table.pvtTable tr th { < background-color: #e9ecef; < color: #495057; < border: 1px solid #5A4A39; < font-size: 1rem; < padding: 5px; < } < .tiki table.pvtTable tr td { < color: #212529; < cursor: pointer; < background-color: #d1d2a9; < border-color: #5A4A39; < } < .tiki .pvtTotal, .tiki .pvtGrandTotal { < font-weight: bold; < } < .tiki .pvtVals { < text-align: center; < } < .tiki .pvtAggregator, .tiki .pvtRenderer, .tiki .pvtSearch, .tiki .pvtAttrDropdown { < margin-bottom: 5px; < background: #f1f1c9; < color: #000; < border: 1px solid #999970; < border-radius: 0.25rem; < } < .tiki .pvtAxisContainer, .tiki .pvtVals { < border-color: #5A4A39; < background: #d1d2a9; < padding: 5px; < } < .tiki .pvtAxisContainer li.pvtPlaceholder { < padding: 3px 15px; < border-radius: 5px; < border: 1px dashed #5A4A39; < } < .tiki .pvtAxisContainer li span.pvtAttr { < -webkit-text-size-adjust: 100%; < padding: 2px 5px; < white-space: nowrap; < background: #e1e2b9; < border: 1px solid #212529; < border-radius: 0.25rem; < color: #212529; < } < .tiki .pvtTriangle { < cursor: pointer; < color: grey; < } < .tiki .pvtHorizList li { < display: inline; < } < .tiki .pvtVertList { < vertical-align: top; < } < .tiki .pvtFilteredAttribute { < font-style: italic; < } < .tiki .pvtFilterBox { < z-index: 100; < width: 280px; < border: 1px solid #5A4A39; < background-color: #fff; < position: absolute; < padding: 20px; < text-align: center; < } < .tiki .pvtFilterBox h4 { < margin: 0; < } < .tiki .pvtFilterBox p { < margin: 1em auto; < } < .tiki .pvtFilterBox label { < font-weight: normal; < } < .tiki .pvtFilterBox input[type='checkbox'] { < margin-right: 5px; < } < .tiki .pvtCheckContainer { < text-align: left; < overflow: auto; < width: 100%; < max-height: 200px; < } < .tiki .pvtCheckContainer p { < margin: 5px; < } < .tiki .pvtRendererArea { < padding: 5px; < } < .tiki .pvtFilterBox button { < background: #e1e2b9; < border: 1px solid #212529; < border-radius: 0.25rem; < color: #212529; < } < .tiki .pvtFilterBox button:hover { < background: #dae2b9; < } < .tiki .pvtFilterBox button + button { < margin-left: 4px; < margin-bottom: 4px; < } < .tiki .c3 line, .tiki .c3 path, .tiki .c3 svg { < fill: none; < stroke: #212529; < } < .tiki select { < font-size: 1rem; < } < .tiki .ui-widget-header { < background: #e1e2b9; < border-color: #dee2e6; < } < .tiki .ui-state-default a, .tiki .ui-state-default a:link, .tiki .ui-state-default a:visited, .tiki a.ui-button, .tiki a:link.ui-button, .tiki a:visited.ui-button, .tiki .ui-button { < color: #2255aa; < } < .tiki .ui-state-active a, .tiki .ui-state-active a:link, .tiki .ui-state-active a:visited { < color: #495057; < } < .tiki .ui-state-default, .tiki .ui-widget-content .ui-state-default, .tiki .ui-widget-header .ui-state-default, .tiki .ui-button, .tiki html .ui-button.ui-state-disabled:hover, .tiki html .ui-button.ui-state-disabled:active { < border: 1px solid; < border-color: #dee2e6; < background: #e1e2b9; < font-weight: 400; < color: #2255aa; < } < .tiki .ui-state-active, .tiki .ui-widget-content .ui-state-active, .tiki .ui-widget-header .ui-state-active, .tiki a.ui-button:active, .tiki .ui-button:active, .tiki .ui-button.ui-state-active:hover { < border: 1px solid; < border-color: #e9ecef #e9ecef #dee2e6; < background: #e1e2b9; < font-weight: 400; < color: #495057; < } < .tiki .ui-button, .tiki html .ui-button.ui-state-disabled:hover, .tiki html .ui-button.ui-state-disabled:active { < border: 1px solid; < border-color: #212529; < background: #e1e2b9; < font-weight: normal; < color: #212529; < font-size: 1rem; < } < .tiki .ui-widget-content .ui-state-focus, .tiki .ui-widget-header .ui-state-focus, .tiki .ui-button:hover, .tiki .ui-button:focus { < border: 1px solid #212529; < background: #e1e2b9; < font-weight: normal; < color: #212529; < } < .tiki .ui-widget-header a { < color: #2255aa; < } < .tiki .ui-tabs-nav.ui-widget-header { < border-top: none; < border-left: none; < border-right: none; < } < .tiki .ui-tabs-nav .ui-state-default, .tiki .ui-tabs-nav .ui-widget-content .ui-state-default, .tiki .ui-tabs-nav .ui-widget-header .ui-state-default, .tiki .ui-tabs-nav .ui-state-active, .tiki .ui-tabs-nav .ui-widget-content .ui-state-active, .tiki .ui-tabs-nav .ui-widget-header .ui-state-active, .tiki .ui-tabs-nav .ui-state-default.ui-tab.ui-tabs-active.ui-state-active { < border-bottom-width: 0 !important; < } < .tiki #conversejs, .tiki #conversejs.converse-embedded { < font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; < color: #212529; < text-shadow: none; < } < .tiki #conversejs a, .tiki #conversejs a:visited, .tiki #conversejs.converse-embedded a, .tiki #conversejs.converse-embedded a:visited { < color: #2255aa; < } < .tiki #conversejs a:hover, .tiki #conversejs a:visited:hover, .tiki #conversejs.converse-embedded a:hover, .tiki #conversejs.converse-embedded a:visited:hover { < color: #000; < } < .tiki #conversejs input[type=text], .tiki #conversejs textarea, .tiki #conversejs select, .tiki #conversejs.converse-embedded input[type=text], .tiki #conversejs.converse-embedded textarea, .tiki #conversejs.converse-embedded select { < background-color: #f1f1c9; < color: #000; < border-color: #999970; < } < .tiki #conversejs form input[type=text], .tiki #conversejs form textarea, .tiki #conversejs form select, .tiki #conversejs.converse-embedded form input[type=text], .tiki #conversejs.converse-embedded form textarea, .tiki #conversejs.converse-embedded form select { < background-color: #f1f1c9; < color: #000; < border-color: #999970; < } < .tiki #conversejs form.converse-form, .tiki #conversejs.converse-embedded form.converse-form { < background-color: inherit; < } < .tiki #conversejs form.converse-form .form-help, .tiki #conversejs form.converse-form .form-help:hover, .tiki #conversejs.converse-embedded form.converse-form .form-help, .tiki #conversejs.converse-embedded form.converse-form .form-help:hover { < color: #212529; < } < .tiki #conversejs .toggle-controlbox, .tiki #conversejs.converse-embedded .toggle-controlbox { < background-color: #2255aa; < } < .tiki #conversejs .toggle-controlbox span, .tiki #conversejs.converse-embedded .toggle-controlbox span { < color: #fff; < } < .tiki #conversejs.converse-overlayed #controlbox .controlbox-head .chatbox-btn, .tiki #conversejs.converse-embedded.converse-overlayed #controlbox .controlbox-head .chatbox-btn { < color: #212529; < } < .tiki #conversejs .message.chat-msg:hover, .tiki #conversejs.converse-embedded .message.chat-msg:hover { < background-color: transparent; < } < .tiki #conversejs #minimized-chats .chat-head-chatbox, .tiki #conversejs.converse-embedded #minimized-chats .chat-head-chatbox { < background-color: #2255aa; < } < .tiki #conversejs #minimized-chats .chat-head-chatbox .restore-chat, .tiki #conversejs #minimized-chats .chat-head-chatbox .chatbox-btn, .tiki #conversejs.converse-embedded #minimized-chats .chat-head-chatbox .restore-chat, .tiki #conversejs.converse-embedded #minimized-chats .chat-head-chatbox .chatbox-btn { < color: #fff; < } < .tiki #conversejs #minimized-chats .chat-head-chatroom, .tiki #conversejs.converse-embedded #minimized-chats .chat-head-chatroom { < background-color: #7400c3; < } < .tiki #conversejs #minimized-chats .chat-head-chatroom .restore-chat, .tiki #conversejs #minimized-chats .chat-head-chatroom .chatbox-btn, .tiki #conversejs.converse-embedded #minimized-chats .chat-head-chatroom .restore-chat, .tiki #conversejs.converse-embedded #minimized-chats .chat-head-chatroom .chatbox-btn { < color: #fff; < } < .tiki #conversejs #controlbox .box-flyout, .tiki #conversejs.converse-embedded #controlbox .box-flyout { < background-color: #e1e2b9; < } < .tiki #conversejs #controlbox .controlbox-head, .tiki #conversejs #controlbox .controlbox-panes, .tiki #conversejs #controlbox .controlbox-pane, .tiki #conversejs.converse-embedded #controlbox .controlbox-head, .tiki #conversejs.converse-embedded #controlbox .controlbox-panes, .tiki #conversejs.converse-embedded #controlbox .controlbox-pane { < background-color: inherit; < } < .tiki #conversejs #controlbox #chatrooms .list-toggle, .tiki #conversejs.converse-embedded #controlbox #chatrooms .list-toggle { < color: #212529; < } < .tiki #conversejs #controlbox #chatrooms .rooms-list .available-chatroom:hover, .tiki #conversejs.converse-embedded #controlbox #chatrooms .rooms-list .available-chatroom:hover { < background-color: inherit; < } < .tiki #conversejs #controlbox #chatrooms .rooms-list .available-chatroom:hover a, .tiki #conversejs.converse-embedded #controlbox #chatrooms .rooms-list .available-chatroom:hover a { < color: #212529; < } < .tiki #conversejs #controlbox #converse-roster .group-toggle, .tiki #conversejs.converse-embedded #controlbox #converse-roster .group-toggle { < color: #212529; < } < .tiki #conversejs #controlbox #converse-roster .roster-filter-form .roster-filter, .tiki #conversejs.converse-embedded #controlbox #converse-roster .roster-filter-form .roster-filter { < background-color: #f1f1c9; < color: #000; < border-color: #999970; < } < .tiki #conversejs .chatbox .box-flyout, .tiki #conversejs.converse-embedded .chatbox .box-flyout { < background-color: #e1e2b9; < border: 1px solid #999970; < } < .tiki #conversejs .chatbox form.sendXMPPMessage, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage { < background-color: #f1f1c9; < } < .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar { < background-color: #2255aa; < border-top-color: #7400c3; < } < .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar ul, .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar ul, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu { < background-color: #2255aa; < } < .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar .fa-eye, .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar .fa-paperclip, .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar .toggle-smiley, .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar .unencrypted, .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar .toggle-occupants, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar .fa-eye, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar .fa-paperclip, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar .toggle-smiley, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar .unencrypted, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar .toggle-occupants { < color: #fff; < } < .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar .fa-eye:hover, .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar .fa-paperclip:hover, .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar .toggle-smiley:hover, .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar .unencrypted:hover, .tiki #conversejs .chatbox form.sendXMPPMessage .chat-toolbar .toggle-occupants:hover, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar .fa-eye:hover, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar .fa-paperclip:hover, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar .toggle-smiley:hover, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar .unencrypted:hover, .tiki #conversejs.converse-embedded .chatbox form.sendXMPPMessage .chat-toolbar .toggle-occupants:hover { < color: #ececec; < } < .tiki #conversejs .chatbox .chat-head.chat-head-chatbox, .tiki #conversejs.converse-embedded .chatbox .chat-head.chat-head-chatbox { < background-color: #2255aa; < } < .tiki #conversejs .chatbox .chat-head .chat-title, .tiki #conversejs .chatbox .chat-head a.chatbox-btn.fa, .tiki #conversejs.converse-embedded .chatbox .chat-head .chat-title, .tiki #conversejs.converse-embedded .chatbox .chat-head a.chatbox-btn.fa { < color: #fff; < } < .tiki #conversejs .chatbox .chat-head a:hover.chatbox-btn.fa, .tiki #conversejs.converse-embedded .chatbox .chat-head a:hover.chatbox-btn.fa { < color: #ececec; < } < .tiki #conversejs .chatbox .chat-body, .tiki #conversejs.converse-embedded .chatbox .chat-body { < background-color: inherit; < } < .tiki #conversejs .chatbox .chat-body .chat-content, .tiki #conversejs.converse-embedded .chatbox .chat-body .chat-content { < color: #212529; < background-color: inherit; < } < .tiki #conversejs .chatbox .chat-body .chat-content .chat-msg__author, .tiki #conversejs.converse-embedded .chatbox .chat-body .chat-content .chat-msg__author { < color: #2255aa; < } < .tiki #conversejs .chatbox .chat-body .chat-content .chat-msg__text, .tiki #conversejs.converse-embedded .chatbox .chat-body .chat-content .chat-msg__text { < color: #212529; < } < .tiki #conversejs .chatroom .box-flyout .chat-head-chatroom, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chat-head-chatroom { < background-color: #7400c3; < border-bottom: 1px solid #212529; < } < .tiki #conversejs .chatroom .box-flyout .chat-head-chatroom .close-chatbox-button, .tiki #conversejs .chatroom .box-flyout .chat-head-chatroom .toggle-chatbox-button, .tiki #conversejs .chatroom .box-flyout .chat-head-chatroom .configure-chatroom-button, .tiki #conversejs .chatroom .box-flyout .chat-head-chatroom .toggle-bookmark, .tiki #conversejs .chatroom .box-flyout .chat-head-chatroom .chat-title, .tiki #conversejs .chatroom .box-flyout .chat-head-chatroom .chatroom-description, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chat-head-chatroom .close-chatbox-button, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chat-head-chatroom .toggle-chatbox-button, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chat-head-chatroom .configure-chatroom-button, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chat-head-chatroom .toggle-bookmark, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chat-head-chatroom .chat-title, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chat-head-chatroom .chatroom-description { < color: #fff; < } < .tiki #conversejs .chatroom .box-flyout .chatroom-body, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chatroom-body { < background-color: inherit; < } < .tiki #conversejs .chatroom .box-flyout .chatroom-body p, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chatroom-body p { < color: #212529; < } < .tiki #conversejs .chatroom .box-flyout .chatroom-body .occupants, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .occupants { < background-color: inherit; < border-left-color: #212529; < } < .tiki #conversejs .chatroom .box-flyout .chatroom-body .occupants ul, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .occupants ul { < padding: 0; < } < .tiki #conversejs .chatroom .box-flyout .chatroom-body .occupants ul li.occupant .occupant-status, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .occupants ul li.occupant .occupant-status { < margin-left: 1px; < box-shadow: 0 0 1px 1px #444; < } < .tiki #conversejs .chatroom .box-flyout .chatroom-body .chatroom-form-container, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chatroom-form-container { < background-color: inherit; < color: #212529; < } < .tiki #conversejs .chatroom .box-flyout .chatroom-body .chat-area .new-msgs-indicator, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chat-area .new-msgs-indicator { < background-color: #5bc0de; < color: #212529; < } < .tiki #conversejs .chatroom .box-flyout .chatroom-body .chat-info, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chat-info { < color: #5bc0de; < } < .tiki #conversejs .chatroom .box-flyout .chatroom-body .message .separator, .tiki #conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .message .separator { < border-color: #5bc0de; < } < .tiki #conversejs.converse-overlayed #minimized-chats #toggle-minimized-chats, .tiki #conversejs.converse-embedded.converse-overlayed #minimized-chats #toggle-minimized-chats { < background-color: #5bc0de; < color: #212529; < } < .tiki-webmail, .tiki-cypht, .mobile.tiki-cypht, .inline-cypht { < background: #e1e2b9 !important; < font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; < color: #212529 !important; < } < .tiki-webmail img, .tiki-cypht img, .mobile.tiki-cypht img, .inline-cypht img { < opacity: 1 !important; < } < .tiki-webmail ul, .tiki-webmail li:not(.select2-results__option), .tiki-cypht ul, .tiki-cypht li:not(.select2-results__option), .mobile.tiki-cypht ul, .mobile.tiki-cypht li:not(.select2-results__option), .inline-cypht ul, .inline-cypht li:not(.select2-results__option) { < background-color: transparent !important; < } < .tiki-webmail main, .tiki-webmail div, .tiki-cypht main, .tiki-cypht div, .mobile.tiki-cypht main, .mobile.tiki-cypht div, .inline-cypht main, .inline-cypht div { < border-radius: 0; < } < .tiki-webmail .ui-widget-content, .tiki-cypht .ui-widget-content, .mobile.tiki-cypht .ui-widget-content, .inline-cypht .ui-widget-content { < background-color: #e1e2b9 !important; < } < .tiki-webmail .ui-menu-item-wrapper, .tiki-cypht .ui-menu-item-wrapper, .mobile.tiki-cypht .ui-menu-item-wrapper, .inline-cypht .ui-menu-item-wrapper { < color: #212529 !important; < } < .tiki-webmail .ui-state-active, .tiki-cypht .ui-state-active, .mobile.tiki-cypht .ui-state-active, .inline-cypht .ui-state-active { < color: #495057 !important; < } < .tiki-webmail .popover-header, .tiki-cypht .popover-header, .mobile.tiki-cypht .popover-header, .inline-cypht .popover-header { < color: inherit !important; < } < .tiki-webmail .popover-body, .tiki-cypht .popover-body, .mobile.tiki-cypht .popover-body, .inline-cypht .popover-body { < color: #212529 !important; < } < .tiki-webmail .btn-primary, .tiki-cypht .btn-primary, .mobile.tiki-cypht .btn-primary, .inline-cypht .btn-primary { < color: #fff !important; < background-color: #2255aa !important; < border-color: #1c458a !important; < } < .tiki-webmail .btn-primary:hover, .tiki-webmail .btn-primary:focus, .tiki-cypht .btn-primary:hover, .tiki-cypht .btn-primary:focus, .mobile.tiki-cypht .btn-primary:hover, .mobile.tiki-cypht .btn-primary:focus, .inline-cypht .btn-primary:hover, .inline-cypht .btn-primary:focus { < background-color: #1c458a !important; < } < .tiki-webmail .btn-info, .tiki-cypht .btn-info, .mobile.tiki-cypht .btn-info, .inline-cypht .btn-info { < color: #212529 !important; < background-color: #5bc0de !important; < border-color: #3bb4d8 !important; < } < .tiki-webmail .btn-info:hover, .tiki-webmail .btn-info:focus, .tiki-cypht .btn-info:hover, .tiki-cypht .btn-info:focus, .mobile.tiki-cypht .btn-info:hover, .mobile.tiki-cypht .btn-info:focus, .inline-cypht .btn-info:hover, .inline-cypht .btn-info:focus { < background-color: #3bb4d8 !important; < } < .tiki-webmail .card, .tiki-cypht .card, .mobile.tiki-cypht .card, .inline-cypht .card { < border-color: rgba(0, 0, 0, 0.125) !important; < } < .tiki-webmail .card-header, .tiki-cypht .card-header, .mobile.tiki-cypht .card-header, .inline-cypht .card-header { < border-color: rgba(0, 0, 0, 0.125) !important; < } < .tiki-webmail .card-body .nav-link, .tiki-webmail .card-body .nav-link small, .tiki-cypht .card-body .nav-link, .tiki-cypht .card-body .nav-link small, .mobile.tiki-cypht .card-body .nav-link, .mobile.tiki-cypht .card-body .nav-link small, .inline-cypht .card-body .nav-link, .inline-cypht .card-body .nav-link small { < color: #2255aa !important; < } < .tiki-webmail .dropdown-menu, .tiki-cypht .dropdown-menu, .mobile.tiki-cypht .dropdown-menu, .inline-cypht .dropdown-menu { < background-color: #d1d2a9 !important; < border-color: rgba(0, 0, 0, 0.15) !important; < } < .tiki-webmail .dropdown-divider, .tiki-cypht .dropdown-divider, .mobile.tiki-cypht .dropdown-divider, .inline-cypht .dropdown-divider { < border-color: #e9ecef !important; < } < .tiki-webmail .dropdown-header, .tiki-cypht .dropdown-header, .mobile.tiki-cypht .dropdown-header, .inline-cypht .dropdown-header { < color: #868e96 !important; < } < .tiki-webmail .moduletitle, .tiki-cypht .moduletitle, .mobile.tiki-cypht .moduletitle, .inline-cypht .moduletitle { < color: #212529 !important; < } < .tiki-webmail a:not(.dropdown-item) .icon, .tiki-webmail .btn-link, .tiki-cypht a:not(.dropdown-item) .icon, .tiki-cypht .btn-link, .mobile.tiki-cypht a:not(.dropdown-item) .icon, .mobile.tiki-cypht .btn-link, .inline-cypht a:not(.dropdown-item) .icon, .inline-cypht .btn-link { < border-color: transparent !important; < color: #2255aa !important; < } < .tiki-webmail a:not(.dropdown-item) .icon:hover, .tiki-webmail .btn-link:hover, .tiki-cypht a:not(.dropdown-item) .icon:hover, .tiki-cypht .btn-link:hover, .mobile.tiki-cypht a:not(.dropdown-item) .icon:hover, .mobile.tiki-cypht .btn-link:hover, .inline-cypht a:not(.dropdown-item) .icon:hover, .inline-cypht .btn-link:hover { < color: #000 !important; < } < .tiki-webmail .form-control, .tiki-cypht .form-control, .mobile.tiki-cypht .form-control, .inline-cypht .form-control { < background-color: #f1f1c9 !important; < border-color: #999970 !important; < color: #000 !important; < } < .tiki-webmail .nav-tabs, .tiki-cypht .nav-tabs, .mobile.tiki-cypht .nav-tabs, .inline-cypht .nav-tabs { < border: none !important; < border-bottom: 1px solid #dee2e6 !important; < } < .tiki-webmail .nav-tabs .nav-link, .tiki-cypht .nav-tabs .nav-link, .mobile.tiki-cypht .nav-tabs .nav-link, .inline-cypht .nav-tabs .nav-link { < color: #2255aa !important; < } < .tiki-webmail .nav-tabs .nav-link.active, .tiki-webmail .nav-tabs .nav-item.show .nav-link, .tiki-cypht .nav-tabs .nav-link.active, .tiki-cypht .nav-tabs .nav-item.show .nav-link, .mobile.tiki-cypht .nav-tabs .nav-link.active, .mobile.tiki-cypht .nav-tabs .nav-item.show .nav-link, .inline-cypht .nav-tabs .nav-link.active, .inline-cypht .nav-tabs .nav-item.show .nav-link { < color: #000 !important; < } < .tiki-webmail .nav-tabs .nav-link:not(.active), .tiki-cypht .nav-tabs .nav-link:not(.active), .mobile.tiki-cypht .nav-tabs .nav-link:not(.active), .inline-cypht .nav-tabs .nav-link:not(.active) { < border: none !important; < } < .tiki-webmail a:not(.btn), .tiki-webmail a.btn-link, .tiki-cypht a:not(.btn), .tiki-cypht a.btn-link, .mobile.tiki-cypht a:not(.btn), .mobile.tiki-cypht a.btn-link, .inline-cypht a:not(.btn), .inline-cypht a.btn-link { < color: #2255aa !important; < } < .tiki-webmail a:not(.btn):hover, .tiki-webmail a.btn-link:hover, .tiki-cypht a:not(.btn):hover, .tiki-cypht a.btn-link:hover, .mobile.tiki-cypht a:not(.btn):hover, .mobile.tiki-cypht a.btn-link:hover, .inline-cypht a:not(.btn):hover, .inline-cypht a.btn-link:hover { < color: #000 !important; < text-decoration: inherit; < } < .tiki-webmail .flipmodtitle.close, .tiki-webmail .close, .tiki-cypht .flipmodtitle.close, .tiki-cypht .close, .mobile.tiki-cypht .flipmodtitle.close, .mobile.tiki-cypht .close, .inline-cypht .flipmodtitle.close, .inline-cypht .close { < font-size: 1.5rem; < } < .tiki-webmail .flipmodtitle.close, .tiki-webmail .flipmodtitle.close:hover, .tiki-webmail .flipmodtitle.close:focus, .tiki-webmail .close, .tiki-webmail .close:hover, .tiki-webmail .close:focus, .tiki-cypht .flipmodtitle.close, .tiki-cypht .flipmodtitle.close:hover, .tiki-cypht .flipmodtitle.close:focus, .tiki-cypht .close, .tiki-cypht .close:hover, .tiki-cypht .close:focus, .mobile.tiki-cypht .flipmodtitle.close, .mobile.tiki-cypht .flipmodtitle.close:hover, .mobile.tiki-cypht .flipmodtitle.close:focus, .mobile.tiki-cypht .close, .mobile.tiki-cypht .close:hover, .mobile.tiki-cypht .close:focus, .inline-cypht .flipmodtitle.close, .inline-cypht .flipmodtitle.close:hover, .inline-cypht .flipmodtitle.close:focus, .inline-cypht .close, .inline-cypht .close:hover, .inline-cypht .close:focus { < color: #000 !important; < } < .tiki-webmail .navbar-light .navbar-nav .nav-link, .tiki-cypht .navbar-light .navbar-nav .nav-link, .mobile.tiki-cypht .navbar-light .navbar-nav .nav-link, .inline-cypht .navbar-light .navbar-nav .nav-link { < color: #777 !important; < } < .tiki-webmail .navbar-light .navbar-nav .nav-link:hover, .tiki-webmail .navbar-light .navbar-nav .nav-link:focus, .tiki-cypht .navbar-light .navbar-nav .nav-link:hover, .tiki-cypht .navbar-light .navbar-nav .nav-link:focus, .mobile.tiki-cypht .navbar-light .navbar-nav .nav-link:hover, .mobile.tiki-cypht .navbar-light .navbar-nav .nav-link:focus, .inline-cypht .navbar-light .navbar-nav .nav-link:hover, .inline-cypht .navbar-light .navbar-nav .nav-link:focus { < color: rgba(0, 0, 0, 0.7) !important; < } < .tiki-webmail .navbar-dark .navbar-nav .nav-link, .tiki-cypht .navbar-dark .navbar-nav .nav-link, .mobile.tiki-cypht .navbar-dark .navbar-nav .nav-link, .inline-cypht .navbar-dark .navbar-nav .nav-link { < color: rgba(255, 255, 255, 0.5) !important; < } < .tiki-webmail .navbar-dark .navbar-nav .nav-link:hover, .tiki-webmail .navbar-dark .navbar-nav .nav-link:focus, .tiki-cypht .navbar-dark .navbar-nav .nav-link:hover, .tiki-cypht .navbar-dark .navbar-nav .nav-link:focus, .mobile.tiki-cypht .navbar-dark .navbar-nav .nav-link:hover, .mobile.tiki-cypht .navbar-dark .navbar-nav .nav-link:focus, .inline-cypht .navbar-dark .navbar-nav .nav-link:hover, .inline-cypht .navbar-dark .navbar-nav .nav-link:focus { < color: rgba(255, 255, 255, 0.75) !important; < } < .tiki-webmail .dropdown-menu .dropdown-item, .tiki-cypht .dropdown-menu .dropdown-item, .mobile.tiki-cypht .dropdown-menu .dropdown-item, .inline-cypht .dropdown-menu .dropdown-item { < border-radius: 0; < } < .tiki-webmail .dropdown-menu .dropdown-item, .tiki-webmail .dropdown-menu .dropdown-item .icon, .tiki-cypht .dropdown-menu .dropdown-item, .tiki-cypht .dropdown-menu .dropdown-item .icon, .mobile.tiki-cypht .dropdown-menu .dropdown-item, .mobile.tiki-cypht .dropdown-menu .dropdown-item .icon, .inline-cypht .dropdown-menu .dropdown-item, .inline-cypht .dropdown-menu .dropdown-item .icon { < color: #212529 !important; < } < .tiki-webmail .dropdown-menu .dropdown-item:hover, .tiki-webmail .dropdown-menu .dropdown-item:hover .icon, .tiki-webmail .dropdown-menu .dropdown-item:focus, .tiki-webmail .dropdown-menu .dropdown-item:focus .icon, .tiki-cypht .dropdown-menu .dropdown-item:hover, .tiki-cypht .dropdown-menu .dropdown-item:hover .icon, .tiki-cypht .dropdown-menu .dropdown-item:focus, .tiki-cypht .dropdown-menu .dropdown-item:focus .icon, .mobile.tiki-cypht .dropdown-menu .dropdown-item:hover, .mobile.tiki-cypht .dropdown-menu .dropdown-item:hover .icon, .mobile.tiki-cypht .dropdown-menu .dropdown-item:focus, .mobile.tiki-cypht .dropdown-menu .dropdown-item:focus .icon, .inline-cypht .dropdown-menu .dropdown-item:hover, .inline-cypht .dropdown-menu .dropdown-item:hover .icon, .inline-cypht .dropdown-menu .dropdown-item:focus, .inline-cypht .dropdown-menu .dropdown-item:focus .icon { < color: #16181b !important; < } < .inline-cypht { < background: transparent; < } < .inline-cypht a:not(.btn):hover { < text-decoration: none !important; < } < .inline-cypht .folders a:not(.btn), .inline-cypht .subject a:not(.btn), .inline-cypht .selected_menu a:not(.btn), .inline-cypht .unread_link:not(.btn), .inline-cypht .selected_menu:not(.btn), .inline-cypht .manage_folder_link:not(.btn) { < color: #2255aa !important; < } < .inline-cypht .folders a:not(.btn):hover, .inline-cypht .subject a:not(.btn):hover, .inline-cypht .selected_menu a:not(.btn):hover, .inline-cypht .unread_link:not(.btn):hover, .inline-cypht .selected_menu:not(.btn):hover, .inline-cypht .manage_folder_link:not(.btn):hover { < color: #000 !important; < text-decoration: none; < } < .inline-cypht .folder_list, .inline-cypht .content_cell, .inline-cypht .compose_page, .inline-cypht .message_list, .inline-cypht .msg_text, .inline-cypht .selected_part, .inline-cypht .server_content, .inline-cypht .profile_content, .inline-cypht .user_settings, .inline-cypht .nux_add_account, .inline-cypht .imap_server_setup, .inline-cypht .pop3_server_setup, .inline-cypht .configured_server, .inline-cypht .add_server { < background-color: #fff; < color: #212529; < } < .inline-cypht .folder_list, .inline-cypht .content_cell { < border: 1px solid #999970; < } < .inline-cypht .content_title { < overflow: visible; < min-height: 50px; < max-height: 400px; < padding: 25px; < padding-bottom: 5px; < display: flex; < flex-flow: row wrap; < justify-content: left; < align-items: center; < } < .inline-cypht .content_title .list_meta { < color: inherit !important; < } < .inline-cypht .content_title .list_controls { < border-top: none; < border-right: none; < position: unset; < right: unset; < padding-right: 10px; < top: 0px; < padding-top: 10px; < flex-grow: 1; < margin-bottom: 20px; < } < .inline-cypht .content_title .mailbox_list_title { < display: inherit; < flex-grow: 1; < } < .inline-cypht .content_title .combined_sort { < font-size: 80%; < margin-top: -2px; < float: none; < margin-right: 10px; < } < .inline-cypht .src_name, .inline-cypht .content_title, .inline-cypht .list_controls { < background: #f7f7f7; < color: inherit; < } < .inline-cypht .src_name { < border-left-color: transparent; < } < .inline-cypht .message_table > tbody > tr > td, .inline-cypht .msg_headers, .inline-cypht .reply_quote, .inline-cypht .user_settings table td, .inline-cypht .nux_empty_combined_view, .inline-cypht .empty_list, .inline-cypht .profiles_empty, .inline-cypht .subtitle { < color: #212529; < } < .inline-cypht .msg_text_inner > table { < background-color: #fff; < } < .inline-cypht .msg_headers th:hover, .inline-cypht .settings_subtitle, .inline-cypht .server_section { < color: inherit !important; < } < .inline-cypht .total_unread_count, .inline-cypht .unread_count { < color: #000; < } < .inline-cypht .btn-outline-secondary:hover { < color: #fff !important; < } < .inline-cypht .profile_details th, .inline-cypht .msg_date, .inline-cypht .news_cell .source, .inline-cypht .news_cell .from { < color: #212529; < } < .inline-cypht input[type=button], .inline-cypht input[type=submit] { < display: inline-block; < font-weight: 400; < text-align: center; < white-space: nowrap; < vertical-align: middle; < user-select: none; < border: 1px solid transparent; < padding: 0.375rem 0.75rem; < font-size: 1rem; < line-height: 1.5; < border-radius: 0.25rem; < transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; < padding: 0.375rem 0.75rem !important; < cursor: pointer; < } < @media (prefers-reduced-motion: reduce) { < .inline-cypht input[type=button], .inline-cypht input[type=submit] { < transition: none; < } < } < .inline-cypht input[type=button]:hover, .inline-cypht input[type=button]:focus, .inline-cypht input[type=submit]:hover, .inline-cypht input[type=submit]:focus { < text-decoration: none; < } < .inline-cypht input[type=button]:focus, .inline-cypht input[type=button].focus, .inline-cypht input[type=submit]:focus, .inline-cypht input[type=submit].focus { < outline: 0; < box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.25); < } < .inline-cypht input[type=button].disabled, .inline-cypht input[type=button]:disabled, .inline-cypht input[type=submit].disabled, .inline-cypht input[type=submit]:disabled { < opacity: 0.65; < cursor: default; < } < .inline-cypht input[type=submit] { < color: #fff; < background-color: #2255aa; < border-color: #2255aa; < } < .inline-cypht input[type=submit]:hover { < color: #fff; < background-color: #1c458a; < border-color: #1a4080; < } < .inline-cypht input[type=submit]:focus, .inline-cypht input[type=submit].focus { < color: #fff; < background-color: #1c458a; < border-color: #1a4080; < box-shadow: 0 0 0 0.2rem rgba(67, 111, 183, 0.5); < } < .inline-cypht input[type=submit].disabled, .inline-cypht input[type=submit]:disabled { < color: #fff; < background-color: #2255aa; < border-color: #2255aa; < } < .inline-cypht input[type=submit]:not(:disabled):not(.disabled):active, .inline-cypht input[type=submit]:not(:disabled):not(.disabled).active, .show > .inline-cypht input[type=submit].dropdown-toggle { < color: #fff; < background-color: #1a4080; < border-color: #173a75; < } < .inline-cypht input[type=submit]:not(:disabled):not(.disabled):active:focus, .inline-cypht input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .inline-cypht input[type=submit].dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(67, 111, 183, 0.5); < } < .inline-cypht input[type=button] { < color: #fff; < background-color: #7400c3; < border-color: #7400c3; < } < .inline-cypht input[type=button]:hover { < color: #fff; < background-color: #5d009d; < border-color: #560090; < } < .inline-cypht input[type=button]:focus, .inline-cypht input[type=button].focus { < color: #fff; < background-color: #5d009d; < border-color: #560090; < box-shadow: 0 0 0 0.2rem rgba(137, 38, 204, 0.5); < } < .inline-cypht input[type=button].disabled, .inline-cypht input[type=button]:disabled { < color: #fff; < background-color: #7400c3; < border-color: #7400c3; < } < .inline-cypht input[type=button]:not(:disabled):not(.disabled):active, .inline-cypht input[type=button]:not(:disabled):not(.disabled).active, .show > .inline-cypht input[type=button].dropdown-toggle { < color: #fff; < background-color: #560090; < border-color: #4e0083; < } < .inline-cypht input[type=button]:not(:disabled):not(.disabled):active:focus, .inline-cypht input[type=button]:not(:disabled):not(.disabled).active:focus, .show > .inline-cypht input[type=button].dropdown-toggle:focus { < box-shadow: 0 0 0 0.2rem rgba(137, 38, 204, 0.5); < } < .mobile.tiki-cypht .content_cell .content_title, .mobile.tiki-cypht .content_cell .content_title .list_controls, .mobile.tiki-webmail .content_cell .content_title, .mobile.tiki-webmail .content_cell .content_title .list_controls { < background: #f7f7f7; < color: inherit; < } < .mobile.tiki-cypht .msg_controls, .mobile.tiki-webmail .msg_controls { < background: #f7f7f7 !important; < } < .mobile.tiki-cypht .folder_list, .mobile.tiki-webmail .folder_list { < background-color: #fff; < color: #212529; < border: 1px solid #999970; < } < .mobile.tiki-cypht .folder_list .src_name, .mobile.tiki-webmail .folder_list .src_name { < background: #f7f7f7; < color: inherit; < border-left-color: transparent; < } < .mobile.tiki-cypht .nux_dev_news table td:last-child, .mobile.tiki-webmail .nux_dev_news table td:last-child { < border-bottom: 1px solid #999970; < } < .select2-container .select2-search--dropdown { < position: relative; < } < .select2-container .select2-search--dropdown .select2-search__field { < padding-right: 2rem; < background-color: #f8f9fa; < } < .select2-container .select2-search--dropdown:before { < display: inline-block; < font-style: normal; < font-variant: normal; < text-rendering: auto; < -webkit-font-smoothing: antialiased; < font-family: "Font Awesome 5 Free"; < font-weight: 900; < content: ""; < position: absolute; < right: 0.8rem; < top: 0.7rem; < color: #adb5bd; < } < .select2-container.select2-container--open .select2-selection-tiki.select2-selection { < border-color: #99b8eb; < } < .select2-container.select2-container--open .select2-selection-tiki.select2-selection .select2-selection__arrow b { < transform: scaleY(-1); < } < .select2-container.select2-container--focus .select2-selection-tiki.select2-selection { < border-color: #99b8eb; < -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.25); < box-shadow: 0 0 0 0.2rem rgba(34, 85, 170, 0.25); < } < .select2-container .select2-selection-tiki.select2-selection .select2-selection__clear { < order: 2; < cursor: pointer; < display: inline-block; < float: none; < top: auto; < right: 0; < width: 1rem; < height: 1rem; < font-size: 0; < background-color: transparent; < background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E"); < background-size: 1rem 1rem; < background-position: center center; < background-repeat: no-repeat; < } < .select2-container .select2-selection-tiki.select2-selection .select2-selection__clear:hover { < background-color: transparent; < background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23921925' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E"); < } < .select2-container .select2-selection-tiki.select2-selection.select2-selection--single { < position: relative; < } < .select2-container .select2-selection-tiki.select2-selection.select2-selection--single .select2-selection__rendered { < display: flex; < justify-content: space-between; < align-items: center; < padding-right: 25px; < color: #868e96; < } < .select2-container .select2-selection-tiki.select2-selection.select2-selection--single .select2-selection__choice__value { < margin-right: 5px; < white-space: nowrap; < overflow: hidden; < text-overflow: ellipsis; < } < .select2-container .select2-selection-tiki.select2-selection.select2-selection--single .select2-selection__arrow { < position: absolute; < top: 50%; < right: 3px; < width: 20px; < } < .select2-container .select2-selection-tiki.select2-selection.select2-selection--single .select2-selection__arrow b { < display: inline-block; < position: relative; < top: -9px; < left: 0; --- > table.tablesorter thead tr.tablesorter-filter-row input.dateFrom, > table.tablesorter thead tr.tablesorter-filter-row input.dateTo { 9793,9841c7666 < margin: 0; < width: 1rem; < height: 1rem; < content: ""; < background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E"); < background-size: 1.9rem 1.9rem; < background-position: center center; < background-repeat: no-repeat; < transition: all 0.5s ease; < } < .select2-container .select2-selection-tiki.select2-selection--multiple .select2-selection__rendered { < display: flex; < flex-wrap: wrap; < padding-bottom: 0.375rem; < } < .select2-container .select2-selection-tiki.select2-selection--multiple .select2-selection__choice { < margin-top: 0.375rem; < background-color: #f8f9fa; < } < .select2-container .select2-selection-tiki.select2-selection--multiple .select2-selection__choice__value { < font-size: 0.875rem; < color: #868e96; < line-height: 1; < } < .select2-container .select2-selection-tiki.select2-selection--multiple .select2-selection__choice__remove { < margin-right: 5px; < margin-left: 5px; < position: relative; < display: inline-block; < top: 0.4rem; < width: 0.7rem; < height: 0.7rem; < font-size: 0; < background-color: transparent; < background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E"); < background-size: 1rem 1rem; < background-position: center center; < background-repeat: no-repeat; < } < .select2-container .select2-selection-tiki.select2-selection--multiple .select2-selection__choice__remove:hover { < background-color: transparent; < background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23921925' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E"); < } < .select2-container .select2-dropdown-tiki.select2-dropdown { < border-color: #99b8eb; < } < .select2-container .select2-dropdown-tiki.select2-dropdown .select2-results__option { < padding-left: 1.55rem; < color: #868e96; --- > background-color: #cdca9f; 9843,9931c7668,7670 < .select2-container .select2-dropdown-tiki.select2-dropdown .select2-results__option[aria-disabled="true"] { < color: #f8f9fa; < } < .select2-container .select2-dropdown-tiki.select2-dropdown.select2-dropdown--above { < border-top: 1px solid #99b8eb; < } < .select2-container .select2-dropdown-tiki.select2-dropdown.select2-dropdown--below { < border-bottom: 1px solid #99b8eb; < } < .select2-container .select2-dropdown-tiki.select2-dropdown .select2-results .select2-results__option[aria-selected="true"] { < color: #fff; < background-color: #2255aa; < } < .select2-container .select2-dropdown-tiki.select2-dropdown .select2-results .select2-results__option[aria-selected="true"]:hover { < background-color: #1d4891; < } < .select2-container .select2-dropdown-tiki.select2-dropdown .select2-results .select2-results__option[aria-selected="true"]:before { < display: inline-block; < position: relative; < top: 0.2rem; < width: 1rem; < height: 1rem; < margin-left: -1.25rem; < margin-right: 0.3rem; < content: ""; < background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E"); < background-size: 1.25rem 1.25rem; < background-position: center center; < background-repeat: no-repeat; < } < .select2-container .select2-dropdown-tiki.select2-dropdown .select2-results .select2-results__option--highlighted { < color: #fff; < background-color: #2255aa; < } < .select2-container.select2-container--open .select2-dropdown--below.dropdown-animate { < -webkit-animation: slide-top 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; < animation: slide-top 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; < } < .select2-container.select2-container--open .select2-dropdown--above.dropdown-animate { < -webkit-animation: slide-bottom 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; < animation: slide-bottom 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; < } < @-webkit-keyframes slide-top { < 0% { < -webkit-transform: translateY(50px); < transform: translateY(50px); < opacity: 0; < } < 100% { < -webkit-transform: translateY(0); < transform: translateY(0); < opacity: 1; < } < } < @keyframes slide-top { < 0% { < -webkit-transform: translateY(50px); < transform: translateY(50px); < opacity: 0; < } < 100% { < -webkit-transform: translateY(0); < transform: translateY(0); < opacity: 1; < } < } < @-webkit-keyframes slide-bottom { < 0% { < -webkit-transform: translateY(-50px); < transform: translateY(-50px); < opacity: 0; < } < 100% { < -webkit-transform: translateY(0); < transform: translateY(0); < opacity: 1; < } < } < @keyframes slide-bottom { < 0% { < -webkit-transform: translateY(-50px); < transform: translateY(-50px); < opacity: 0; < } < 100% { < -webkit-transform: translateY(0); < transform: translateY(0); < opacity: 1; < } --- > table.tablesorter thead tr.tablesorter-headerRow, > table.tablesorter thead tr.tablesorter-filter-row { > background-color: #d1d2a9;