-@import "../../../../node_modules/bootstrap-v4/scss/functions";
-@import "../../../../node_modules/bootstrap-v4/scss/variables";
-
// Colors
+$white: #fff;
+$gray-100: #f8f9fa;
$gray-200: #ebebeb;
+$gray-300: #dee2e6;
+$gray-400: #ced4da;
+$gray-500: #adb5bd;
$gray-600: #888;
$gray-700: #444;
$gray-800: #303030;
$gray-900: #222;
+// Writing these maps is necessary for Bootstrap theming:
+// https://getbootstrap.com/docs/4.6/getting-started/introduction/
$grays: (
"gray-200": $gray-200,
"gray-600": $gray-600,
"gray-900": $gray-900,
);
-$black: #000;
$blue: #375a7f;
+$indigo: #6610f2;
$red: #e74c3c;
$yellow: #f39c12;
$green: #00bc8c;
$cyan: #3498db;
+// Writing these maps is necessary for Bootstrap theming:
+// https://getbootstrap.com/docs/4.6/getting-started/introduction/
$colors: (
- "black": $black,
"blue": $blue,
"red": $red,
"yellow": $yellow,
$primary: $green;
$secondary: $gray-700;
+$success: $green;
$dark: $gray-300;
+// Writing these maps is necessary for Bootstrap theming:
+// https://getbootstrap.com/docs/4.6/getting-started/introduction/
$theme-colors: (
"primary": $primary,
- "secondary": $gray-700,
+ "secondary": $secondary,
"dark": $dark,
);
+$black: #000;
$body-color: $gray-300;
$body-bg: $gray-900;
$link-color: $success;
+$mark-bg: #333;
+$text-muted: $gray-600;
$yiq-contrasted-threshold: 175;
+
$font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol";
$h1-font-size: 3rem;
$h2-font-size: 2.5rem;
$h3-font-size: 2rem;
-$text-muted: $gray-600;
-$table-accent-bg: $gray-800;
-$table-border-color: $gray-700;
+
+$card-cap-bg: $gray-700;
+$card-bg: $gray-800;
+
+$navbar-padding-y: 1rem;
+$navbar-dark-color: rgba($white, 0.6);
+$navbar-dark-hover-color: $white;
+$navbar-light-color: rgba($white, 0.6);
+$navbar-light-hover-color: $white;
+$navbar-light-active-color: $white;
+$navbar-light-toggler-border-color: rgba($gray-900, 0.1);
+$navbar-light-brand-color: $white;
+$navbar-light-brand-hover-color: $navbar-light-brand-color;
+
+$nav-link-padding-x: 2rem;
+$nav-link-disabled-color: $gray-500;
+
+$nav-tabs-border-color: $gray-700;
+$nav-tabs-link-hover-border-color: $nav-tabs-border-color $nav-tabs-border-color
+ transparent;
+$nav-tabs-link-active-color: $white;
+$nav-tabs-link-active-border-color: $nav-tabs-border-color
+ $nav-tabs-border-color transparent;
+
+$input-bg: $secondary;
+$input-color: $white;
+$input-disabled-bg: darken($secondary, 10%);
$input-border-color: $body-bg;
$input-group-addon-color: $gray-500;
$input-group-addon-bg: $gray-700;
+
+$table-accent-bg: $gray-800;
+$table-border-color: $gray-700;
+
$custom-file-color: $gray-500;
$custom-file-border-color: $body-bg;
+
$dropdown-bg: $gray-900;
$dropdown-border-color: $gray-700;
$dropdown-divider-bg: $gray-700;
$dropdown-link-color: $white;
$dropdown-link-hover-color: $white;
$dropdown-link-hover-bg: $primary;
-$nav-link-padding-x: 2rem;
-$nav-link-disabled-color: $gray-500;
-$nav-tabs-border-color: $gray-700;
-$nav-tabs-link-hover-border-color: $nav-tabs-border-color $nav-tabs-border-color
- transparent;
-$nav-tabs-link-active-color: $white;
-$nav-tabs-link-active-border-color: $nav-tabs-border-color
- $nav-tabs-border-color transparent;
-$navbar-padding-y: 1rem;
-$navbar-dark-color: rgba($white, 0.6);
-$navbar-dark-hover-color: $white;
-$navbar-light-color: rgba($white, 0.6);
-$navbar-light-hover-color: $white;
-$navbar-light-active-color: $white;
-$navbar-light-toggler-border-color: rgba($gray-900, 0.1);
-$navbar-light-brand-color: $white;
-$navbar-light-brand-hover-color: $navbar-light-brand-color;
+
$pagination-color: $white;
$pagination-bg: $success;
$pagination-border-width: 0;
$pagination-disabled-color: $white;
$pagination-disabled-bg: darken($success, 15%);
$pagination-disabled-border-color: transparent;
+
$jumbotron-bg: $gray-800;
-$card-cap-bg: $gray-700;
-$card-bg: $gray-800;
$popover-bg: $gray-800;
$popover-header-bg: $gray-700;
$toast-background-color: $gray-700;
$close-color: $white;
$close-text-shadow: none;
$pre-color: inherit;
-$mark-bg: #333;
$custom-select-bg: $secondary;
$custom-select-color: $white;
-$input-bg: $secondary;
-$input-color: $white;
-$input-disabled-bg: darken($secondary, 10%);
$light: $gray-800;
-@import "../../../../node_modules/bootstrap-v4/scss/functions";
-@import "../../../../node_modules/bootstrap-v4/scss/variables";
-
// Colors
+$white: #fff;
+$gray-100: #f8f9fa;
$gray-200: #e9ecef;
+$gray-300: #dee2e6;
+$gray-400: #ced4da;
+$gray-500: #adb5bd;
$gray-600: #6c757d;
$gray-700: #495057;
$gray-800: #343a40;
$gray-900: #212529;
+// Writing these maps is necessary for Bootstrap theming:
+// https://getbootstrap.com/docs/4.6/getting-started/introduction/
$grays: (
"gray-200": $gray-200,
"gray-600": $gray-600,
"gray-900": $gray-900,
);
-$black: #222;
+$blue: #007bff;
+$indigo: #6610f2;
$red: #d8486a;
$orange: #f1641e;
-$cyan: #02bdc2;
$green: #00c853;
+$cyan: #02bdc2;
+// Writing these maps is necessary for Bootstrap theming:
+// https://getbootstrap.com/docs/4.6/getting-started/introduction/
$colors: (
- "black": $black,
"red": $red,
"orange": $orange,
"cyan": $cyan,
$info: $blue;
$danger: darken($primary, 25%);
+// Writing these maps is necessary for Bootstrap theming:
+// https://getbootstrap.com/docs/4.6/getting-started/introduction/
$theme-colors: (
"primary": $primary,
"secondary": $secondary,
"danger": $danger,
);
+$black: #222;
$body-color: $gray-700;
$body-bg: #fff;
$link-color: $primary;
-$card-color: $gray-700;
-$card-cap-color: $gray-700;
-$card-bg: $gray-100;
$border-color: $gray-700;
$mark-bg: rgb(255, 252, 239);
$headings-color: $gray-700;
+$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Droid Sans",
+ "Segoe UI", "Helvetica", Arial, sans-serif;
+$font-weight-bold: 600;
+
+$card-color: $gray-700;
+$card-cap-color: $gray-700;
+$card-bg: $gray-100;
+
+$navbar-dark-toggler-border-color: rgba($black, 0.1);
$navbar-light-color: $gray-600;
$navbar-light-hover-color: $gray-900;
$navbar-light-active-color: $gray-900;
-$navbar-dark-toggler-border-color: rgba($black, 0.1);
+
+$form-feedback-valid-color: $info;
+$input-btn-focus-color: rgba($primary, 0.75);
$border-radius: 0.5rem;
$border-radius-lg: 0.5rem;
$border-radius-sm: 1rem;
-$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Droid Sans",
- "Segoe UI", "Helvetica", Arial, sans-serif;
-$input-btn-focus-color: rgba($primary, 0.75);
-$form-feedback-valid-color: $info;
-$font-weight-bold: 600;
$rounded-pill: 0.25rem;
--white: #fff;
--gray: #888;
--gray-dark: #303030;
- --black: #000;
--primary: #375a7f;
--secondary: #444;
- --success: #28a745;
- --info: #17a2b8;
- --warning: #ffc107;
- --danger: #dc3545;
+ --success: #00bc8c;
+ --info: #3498db;
+ --warning: #f39c12;
+ --danger: #e74c3c;
--light: #303030;
--dark: #dee2e6;
--breakpoint-xs: 0;
body {
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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
background-color: transparent;
}
a:hover {
- color: #0056b3;
+ color: #bf2718;
text-decoration: underline;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
- color: #6c757d;
+ color: #888;
text-align: left;
caption-side: bottom;
}
h4,
.h4 {
- font-size: 1.5rem;
+ font-size: 1.40625rem;
}
h5,
.h5 {
- font-size: 1.25rem;
+ font-size: 1.171875rem;
}
h6,
.h6 {
- font-size: 1rem;
+ font-size: 0.9375rem;
}
.lead {
- font-size: 1.25rem;
+ font-size: 1.171875rem;
font-weight: 300;
}
.blockquote {
margin-bottom: 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
}
.blockquote-footer {
display: block;
font-size: 0.875em;
- color: #6c757d;
+ color: #888;
}
.blockquote-footer::before {
content: "— ";
.img-thumbnail {
padding: 0.25rem;
- background-color: #fff;
+ background-color: #222;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
.figure-caption {
font-size: 90%;
- color: #6c757d;
+ color: #888;
}
code {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
- background-color: #212529;
+ background-color: #222;
border-radius: 0.2rem;
}
kbd kbd {
.table {
width: 100%;
margin-bottom: 1rem;
- color: #212529;
+ color: #dee2e6;
}
.table th,
.table td {
}
.table-hover tbody tr:hover {
- color: #212529;
+ color: #dee2e6;
background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > th,
.table-success > td {
- background-color: #c3e6cb;
+ background-color: #b8ecdf;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
- border-color: #8fd19e;
+ border-color: #7adcc3;
}
.table-hover .table-success:hover {
- background-color: #b1dfbb;
+ background-color: #a4e7d6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
- background-color: #b1dfbb;
+ background-color: #a4e7d6;
}
.table-info,
.table-info > th,
.table-info > td {
- background-color: #bee5eb;
+ background-color: #c6e2f5;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
- border-color: #86cfda;
+ border-color: #95c9ec;
}
.table-hover .table-info:hover {
- background-color: #abdde5;
+ background-color: #b0d7f1;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
- background-color: #abdde5;
+ background-color: #b0d7f1;
}
.table-warning,
.table-warning > th,
.table-warning > td {
- background-color: #ffeeba;
+ background-color: #fce3bd;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
- border-color: #ffdf7e;
+ border-color: #f9cc84;
}
.table-hover .table-warning:hover {
- background-color: #ffe8a1;
+ background-color: #fbd9a5;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
- background-color: #ffe8a1;
+ background-color: #fbd9a5;
}
.table-danger,
.table-danger > th,
.table-danger > td {
- background-color: #f5c6cb;
+ background-color: #f8cdc8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
- border-color: #ed969e;
+ border-color: #f3a29a;
}
.table-hover .table-danger:hover {
- background-color: #f1b0b7;
+ background-color: #f5b8b1;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
- background-color: #f1b0b7;
+ background-color: #f5b8b1;
}
.table-light,
.table .thead-dark th {
color: #fff;
- background-color: #343a40;
- border-color: #454d55;
+ background-color: #303030;
+ border-color: #434343;
}
.table .thead-light th {
- color: #495057;
- background-color: #e9ecef;
+ color: #444;
+ background-color: #ebebeb;
border-color: #444;
}
.table-dark {
color: #fff;
- background-color: #343a40;
+ background-color: #303030;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
- border-color: #454d55;
+ border-color: #434343;
}
.table-dark.table-bordered {
border: 0;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
- font-size: 1rem;
+ font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #fff;
border: 0;
}
.form-control:focus {
- color: #495057;
- background-color: #fff;
- border-color: #80bdff;
+ color: #fff;
+ background-color: #444;
+ border-color: #739ac2;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
.form-control::placeholder {
- color: #6c757d;
+ color: #888;
opacity: 1;
}
.form-control:disabled,
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
}
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
- font-size: 1rem;
+ font-size: 0.9375rem;
line-height: 1.5;
- color: #212529;
+ color: #dee2e6;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
border-radius: 0.3rem;
}
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
- color: #28a745;
+ color: #00bc8c;
}
.valid-tooltip {
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
color: #fff;
- background-color: rgba(40, 167, 69, 0.9);
+ background-color: rgba(0, 188, 140, 0.9);
border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.was-validated .form-control:valid,
.form-control.is-valid {
- border-color: #28a745;
+ border-color: #00bc8c;
padding-right: calc(1.5em + 0.75rem) !important;
- 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='%2328a745' 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-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='%2300bc8c' 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: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #00bc8c;
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.was-validated select.form-control:valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
- border-color: #28a745;
+ border-color: #00bc8c;
padding-right: calc(0.75em + 2.3125rem) !important;
- 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")
+ 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
right 0.75rem center/8px 10px no-repeat,
#444
- 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='%2328a745' 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")
+ 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='%2300bc8c' 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: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #00bc8c;
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
- color: #28a745;
+ color: #00bc8c;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
- color: #28a745;
+ color: #00bc8c;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
- border-color: #28a745;
+ border-color: #00bc8c;
}
.was-validated
.custom-control-input:valid:checked
~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
- border-color: #34ce57;
- background-color: #34ce57;
+ border-color: #00efb2;
+ background-color: #00efb2;
}
.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(40, 167, 69, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.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: #28a745;
+ border-color: #00bc8c;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
- border-color: #28a745;
+ border-color: #00bc8c;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
- border-color: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #00bc8c;
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.invalid-feedback {
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
- color: #dc3545;
+ color: #e74c3c;
}
.invalid-tooltip {
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
color: #fff;
- background-color: rgba(220, 53, 69, 0.9);
+ background-color: rgba(231, 76, 60, 0.9);
border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.was-validated .form-control:invalid,
.form-control.is-invalid {
- border-color: #dc3545;
+ border-color: #e74c3c;
padding-right: calc(1.5em + 0.75rem) !important;
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' 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='%23e74c3c' 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: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #e74c3c;
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
.was-validated select.form-control:invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
- border-color: #dc3545;
+ border-color: #e74c3c;
padding-right: calc(0.75em + 2.3125rem) !important;
- 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")
+ 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
right 0.75rem center/8px 10px no-repeat,
#444
- url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e")
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' 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='%23e74c3c' 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: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #e74c3c;
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
- color: #dc3545;
+ color: #e74c3c;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
- color: #dc3545;
+ color: #e74c3c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
- border-color: #dc3545;
+ border-color: #e74c3c;
}
.was-validated
.custom-control-input:invalid:checked
~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
- border-color: #e4606d;
- background-color: #e4606d;
+ border-color: #ed7669;
+ background-color: #ed7669;
}
.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(220, 53, 69, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
.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: #dc3545;
+ border-color: #e74c3c;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
- border-color: #dc3545;
+ border-color: #e74c3c;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
- border-color: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #e74c3c;
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
.form-inline {
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
- font-size: 1rem;
+ font-size: 0.9375rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
.btn:focus,
.btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
.btn.disabled,
.btn:disabled {
.btn-success {
color: #fff;
- background-color: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-success:hover {
color: #fff;
- background-color: #218838;
- border-color: #1e7e34;
+ background-color: #009670;
+ border-color: #008966;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
- background-color: #218838;
- border-color: #1e7e34;
- box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
+ background-color: #009670;
+ border-color: #008966;
+ box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
- background-color: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
- background-color: #1e7e34;
- border-color: #1c7430;
+ background-color: #008966;
+ border-color: #007c5d;
}
.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(72, 180, 97, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
}
.btn-info {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.btn-info:hover {
color: #fff;
- background-color: #138496;
- border-color: #117a8b;
+ background-color: #2384c6;
+ border-color: #217dbb;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
- background-color: #138496;
- border-color: #117a8b;
- box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
+ background-color: #2384c6;
+ border-color: #217dbb;
+ box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
- background-color: #117a8b;
- border-color: #10707f;
+ background-color: #217dbb;
+ border-color: #1f76b0;
}
.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(58, 176, 195, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5);
}
.btn-warning {
- color: #212529;
- background-color: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.btn-warning:hover {
color: #fff;
- background-color: #e0a800;
- border-color: #d39e00;
+ background-color: #d4860b;
+ border-color: #c87f0a;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
- background-color: #e0a800;
- border-color: #d39e00;
- box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
+ background-color: #d4860b;
+ border-color: #c87f0a;
+ box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
- color: #212529;
- background-color: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #fff;
- background-color: #d39e00;
- border-color: #c69500;
+ background-color: #c87f0a;
+ border-color: #bc770a;
}
.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(222, 170, 12, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5);
}
.btn-danger {
color: #fff;
- background-color: #dc3545;
- border-color: #dc3545;
+ background-color: #e74c3c;
+ border-color: #e74c3c;
}
.btn-danger:hover {
color: #fff;
- background-color: #c82333;
- border-color: #bd2130;
+ background-color: #e12e1c;
+ border-color: #d62c1a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
- background-color: #c82333;
- border-color: #bd2130;
- box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
+ background-color: #e12e1c;
+ border-color: #d62c1a;
+ box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
- background-color: #dc3545;
- border-color: #dc3545;
+ background-color: #e74c3c;
+ border-color: #e74c3c;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
- background-color: #bd2130;
- border-color: #b21f2d;
+ background-color: #d62c1a;
+ border-color: #ca2a19;
}
.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(225, 83, 97, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
}
.btn-light {
}
.btn-dark {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
.btn-dark:hover {
- color: #212529;
+ color: #222;
background-color: #c8cfd6;
border-color: #c1c9d0;
}
.btn-dark:focus,
.btn-dark.focus {
- color: #212529;
+ color: #222;
background-color: #c8cfd6;
border-color: #c1c9d0;
- box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
- color: #212529;
+ color: #222;
background-color: #c1c9d0;
border-color: #bac2cb;
}
.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(194, 198, 202, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5);
}
.btn-outline-primary {
}
.btn-outline-success {
- color: #28a745;
- border-color: #28a745;
+ color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-outline-success:hover {
color: #fff;
- background-color: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
- color: #28a745;
+ color: #00bc8c;
background-color: transparent;
}
.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: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.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(40, 167, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
.btn-outline-info {
- color: #17a2b8;
- border-color: #17a2b8;
+ color: #3498db;
+ border-color: #3498db;
}
.btn-outline-info:hover {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
- box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
- color: #17a2b8;
+ color: #3498db;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.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(23, 162, 184, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}
.btn-outline-warning {
- color: #ffc107;
- border-color: #ffc107;
+ color: #f39c12;
+ border-color: #f39c12;
}
.btn-outline-warning:hover {
- color: #212529;
- background-color: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
- box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
- color: #ffc107;
+ color: #f39c12;
background-color: transparent;
}
.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: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.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(255, 193, 7, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
.btn-outline-danger {
- color: #dc3545;
- border-color: #dc3545;
+ color: #e74c3c;
+ border-color: #e74c3c;
}
.btn-outline-danger:hover {
color: #fff;
- background-color: #dc3545;
- border-color: #dc3545;
+ background-color: #e74c3c;
+ border-color: #e74c3c;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
- color: #dc3545;
+ color: #e74c3c;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
- background-color: #dc3545;
- border-color: #dc3545;
+ background-color: #e74c3c;
+ border-color: #e74c3c;
}
.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(220, 53, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}
.btn-outline-light {
border-color: #dee2e6;
}
.btn-outline-dark:hover {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
text-decoration: none;
}
.btn-link:hover {
- color: #0056b3;
+ color: #bf2718;
text-decoration: underline;
}
.btn-link:focus,
}
.btn-link:disabled,
.btn-link.disabled {
- color: #6c757d;
+ color: #888;
pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 0.5rem 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
border-radius: 0.2rem;
}
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
- font-size: 1rem;
- color: #212529;
+ font-size: 0.9375rem;
+ color: #dee2e6;
text-align: left;
list-style: none;
background-color: #222;
.dropdown-item:active {
color: #fff;
text-decoration: none;
- background-color: #007bff;
+ background-color: #375a7f;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
- font-size: 0.875rem;
- color: #6c757d;
+ font-size: 0.8203125rem;
+ color: #888;
white-space: nowrap;
}
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
- font-size: 1rem;
+ font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #adb5bd;
text-align: center;
white-space: nowrap;
background-color: #444;
- border: 1px solid #ced4da;
+ border: 1px solid #222;
border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
border-radius: 0.2rem;
}
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
- border-color: #007bff;
- background-color: #007bff;
+ border-color: #375a7f;
+ background-color: #375a7f;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
- border-color: #80bdff;
+ border-color: #739ac2;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
- background-color: #b3d7ff;
- border-color: #b3d7ff;
+ background-color: #97b3d2;
+ border-color: #97b3d2;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
- color: #6c757d;
+ color: #888;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
- background-color: #e9ecef;
+ background-color: #2b2b2b;
}
.custom-control-label {
height: 1rem;
pointer-events: none;
content: "";
- background-color: #fff;
+ background-color: #444;
border: 1px solid #adb5bd;
}
.custom-control-label::after {
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
- border-color: #007bff;
- background-color: #007bff;
+ border-color: #375a7f;
+ background-color: #375a7f;
}
.custom-checkbox
.custom-control-input:indeterminate
.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(55, 90, 127, 0.5);
}
.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(55, 90, 127, 0.5);
}
.custom-radio .custom-control-label::before {
.custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(55, 90, 127, 0.5);
}
.custom-switch {
}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
- background-color: #fff;
+ background-color: #444;
transform: translateX(0.75rem);
}
.custom-switch
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(55, 90, 127, 0.5);
}
.custom-select {
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
- font-size: 1rem;
+ font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #fff;
vertical-align: middle;
background: #444
- 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")
+ 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
right 0.75rem center/8px 10px no-repeat;
- border: 1px solid #ced4da;
+ border: 1px solid #222;
border-radius: 0.25rem;
appearance: none;
}
.custom-select:focus {
- border-color: #80bdff;
+ border-color: #739ac2;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
.custom-select:focus::-ms-value {
color: #fff;
background-image: none;
}
.custom-select:disabled {
- color: #6c757d;
- background-color: #e9ecef;
+ color: #888;
+ background-color: #ebebeb;
}
.custom-select::-ms-expand {
display: none;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
}
.custom-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
}
.custom-file {
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
- border-color: #80bdff;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ border-color: #739ac2;
+ box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
- background-color: #e9ecef;
+ background-color: #2b2b2b;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
font-weight: 400;
line-height: 1.5;
color: #adb5bd;
- background-color: #fff;
+ background-color: #444;
border: 1px solid #222;
border-radius: 0.25rem;
}
height: calc(1.5em + 0.75rem);
padding: 0.375rem 0.75rem;
line-height: 1.5;
- color: #495057;
+ color: #adb5bd;
content: "Browse";
- background-color: #e9ecef;
+ background-color: #444;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}
outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
- background-color: #007bff;
+ background-color: #375a7f;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-webkit-slider-thumb:active {
- background-color: #b3d7ff;
+ background-color: #97b3d2;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
- background-color: #007bff;
+ background-color: #375a7f;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-moz-range-thumb:active {
- background-color: #b3d7ff;
+ background-color: #97b3d2;
}
.custom-range::-moz-range-track {
width: 100%;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
- background-color: #007bff;
+ background-color: #375a7f;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-ms-thumb:active {
- background-color: #b3d7ff;
+ background-color: #97b3d2;
}
.custom-range::-ms-track {
width: 100%;
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #fff;
- background-color: #fff;
+ background-color: #222;
border-color: #444 #444 transparent;
}
.nav-tabs .dropdown-menu {
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
- background-color: #007bff;
+ background-color: #375a7f;
}
.nav-fill > .nav-link,
}
.navbar-brand {
display: inline-block;
- padding-top: 0.3125rem;
- padding-bottom: 0.3125rem;
+ padding-top: 0.32421875rem;
+ padding-bottom: 0.32421875rem;
margin-right: 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-color: rgba(34, 34, 34, 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='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
+ 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.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(255, 255, 255, 0.1);
}
.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");
+ 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.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.6);
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
- color: #6c757d;
+ color: #888;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
- color: #6c757d;
+ color: #888;
}
.pagination {
margin-left: 0;
line-height: 1.25;
color: #fff;
- background-color: #28a745;
+ background-color: #00bc8c;
border: 0 solid transparent;
}
.page-link:hover {
z-index: 2;
color: #fff;
text-decoration: none;
- background-color: #34ce57;
+ background-color: #00efb2;
border-color: transparent;
}
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
.page-item:first-child .page-link {
.page-item.active .page-link {
z-index: 3;
color: #fff;
- background-color: #34ce57;
+ background-color: #00efb2;
border-color: transparent;
}
.page-item.disabled .page-link {
color: #fff;
pointer-events: none;
cursor: auto;
- background-color: #19692c;
+ background-color: #007053;
border-color: transparent;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
.badge-success {
color: #fff;
- background-color: #28a745;
+ background-color: #00bc8c;
}
a.badge-success:hover,
a.badge-success:focus {
color: #fff;
- background-color: #1e7e34;
+ background-color: #008966;
}
a.badge-success:focus,
a.badge-success.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
.badge-info {
color: #fff;
- background-color: #17a2b8;
+ background-color: #3498db;
}
a.badge-info:hover,
a.badge-info:focus {
color: #fff;
- background-color: #117a8b;
+ background-color: #217dbb;
}
a.badge-info:focus,
a.badge-info.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}
.badge-warning {
- color: #212529;
- background-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
}
a.badge-warning:hover,
a.badge-warning:focus {
- color: #212529;
- background-color: #d39e00;
+ color: #fff;
+ background-color: #c87f0a;
}
a.badge-warning:focus,
a.badge-warning.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
.badge-danger {
color: #fff;
- background-color: #dc3545;
+ background-color: #e74c3c;
}
a.badge-danger:hover,
a.badge-danger:focus {
color: #fff;
- background-color: #bd2130;
+ background-color: #d62c1a;
}
a.badge-danger:focus,
a.badge-danger.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}
.badge-light {
}
.badge-dark {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
}
a.badge-dark:hover,
a.badge-dark:focus {
- color: #212529;
+ color: #222;
background-color: #c1c9d0;
}
a.badge-dark:focus,
}
.alert-dismissible {
- padding-right: 4rem;
+ padding-right: 3.90625rem;
}
.alert-dismissible .close {
position: absolute;
}
.alert-success {
- color: #155724;
- background-color: #d4edda;
- border-color: #c3e6cb;
+ color: #006249;
+ background-color: #ccf2e8;
+ border-color: #b8ecdf;
}
.alert-success hr {
- border-top-color: #b1dfbb;
+ border-top-color: #a4e7d6;
}
.alert-success .alert-link {
- color: #0b2e13;
+ color: #002f23;
}
.alert-info {
- color: #0c5460;
- background-color: #d1ecf1;
- border-color: #bee5eb;
+ color: #1b4f72;
+ background-color: #d6eaf8;
+ border-color: #c6e2f5;
}
.alert-info hr {
- border-top-color: #abdde5;
+ border-top-color: #b0d7f1;
}
.alert-info .alert-link {
- color: #062c33;
+ color: #113249;
}
.alert-warning {
- color: #856404;
- background-color: #fff3cd;
- border-color: #ffeeba;
+ color: #7e5109;
+ background-color: #fdebd0;
+ border-color: #fce3bd;
}
.alert-warning hr {
- border-top-color: #ffe8a1;
+ border-top-color: #fbd9a5;
}
.alert-warning .alert-link {
- color: #533f03;
+ color: #4e3206;
}
.alert-danger {
- color: #721c24;
- background-color: #f8d7da;
- border-color: #f5c6cb;
+ color: #78281f;
+ background-color: #fadbd8;
+ border-color: #f8cdc8;
}
.alert-danger hr {
- border-top-color: #f1b0b7;
+ border-top-color: #f5b8b1;
}
.alert-danger .alert-link {
- color: #491217;
+ color: #4f1a15;
}
.alert-light {
height: 1rem;
overflow: hidden;
line-height: 0;
- font-size: 0.75rem;
+ font-size: 0.703125rem;
background-color: #444;
border-radius: 0.25rem;
}
color: #fff;
text-align: center;
white-space: nowrap;
- background-color: #007bff;
+ background-color: #375a7f;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.list-group-item-action {
width: 100%;
- color: #495057;
+ color: #444;
text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
z-index: 1;
- color: #495057;
+ color: #444;
text-decoration: none;
background-color: #444;
}
.list-group-item-action:active {
- color: #212529;
- background-color: #e9ecef;
+ color: #dee2e6;
+ background-color: #ebebeb;
}
.list-group-item {
}
.list-group-item.disabled,
.list-group-item:disabled {
- color: #6c757d;
+ color: #888;
pointer-events: none;
- background-color: #fff;
+ background-color: #303030;
}
.list-group-item.active {
z-index: 2;
color: #fff;
- background-color: #007bff;
- border-color: #007bff;
+ background-color: #375a7f;
+ border-color: #375a7f;
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item-success {
- color: #155724;
- background-color: #c3e6cb;
+ color: #006249;
+ background-color: #b8ecdf;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
- color: #155724;
- background-color: #b1dfbb;
+ color: #006249;
+ background-color: #a4e7d6;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
- background-color: #155724;
- border-color: #155724;
+ background-color: #006249;
+ border-color: #006249;
}
.list-group-item-info {
- color: #0c5460;
- background-color: #bee5eb;
+ color: #1b4f72;
+ background-color: #c6e2f5;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
- color: #0c5460;
- background-color: #abdde5;
+ color: #1b4f72;
+ background-color: #b0d7f1;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
- background-color: #0c5460;
- border-color: #0c5460;
+ background-color: #1b4f72;
+ border-color: #1b4f72;
}
.list-group-item-warning {
- color: #856404;
- background-color: #ffeeba;
+ color: #7e5109;
+ background-color: #fce3bd;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
- color: #856404;
- background-color: #ffe8a1;
+ color: #7e5109;
+ background-color: #fbd9a5;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
- background-color: #856404;
- border-color: #856404;
+ background-color: #7e5109;
+ border-color: #7e5109;
}
.list-group-item-danger {
- color: #721c24;
- background-color: #f5c6cb;
+ color: #78281f;
+ background-color: #f8cdc8;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
- color: #721c24;
- background-color: #f1b0b7;
+ color: #78281f;
+ background-color: #f5b8b1;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
- background-color: #721c24;
- border-color: #721c24;
+ background-color: #78281f;
+ border-color: #78281f;
}
.list-group-item-light {
.close {
float: right;
- font-size: 1.5rem;
+ font-size: 1.40625rem;
font-weight: 700;
line-height: 1;
color: #fff;
display: flex;
align-items: center;
padding: 0.25rem 0.75rem;
- color: #6c757d;
+ color: #888;
background-color: #303030;
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
align-items: center;
justify-content: flex-end;
padding: 0.75rem;
- border-top: 1px solid #dee2e6;
+ border-top: 1px solid #444;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
z-index: 1070;
display: block;
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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
white-space: normal;
word-spacing: normal;
line-break: auto;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
word-wrap: break-word;
opacity: 0;
}
z-index: 1060;
display: block;
max-width: 276px;
- 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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
white-space: normal;
word-spacing: normal;
line-break: auto;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
word-wrap: break-word;
background-color: #303030;
background-clip: padding-box;
.bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
- border-top-color: #fff;
+ border-top-color: #303030;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
- border-right-color: #fff;
+ border-right-color: #303030;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
- border-bottom-color: #fff;
+ border-bottom-color: #303030;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
.bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
- border-left-color: #fff;
+ border-left-color: #303030;
}
.popover-header {
.popover-body {
padding: 0.5rem 0.75rem;
- color: #212529;
+ color: #dee2e6;
}
.carousel {
}
.bg-success {
- background-color: #28a745 !important;
+ background-color: #00bc8c !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
- background-color: #1e7e34 !important;
+ background-color: #008966 !important;
}
.bg-info {
- background-color: #17a2b8 !important;
+ background-color: #3498db !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
- background-color: #117a8b !important;
+ background-color: #217dbb !important;
}
.bg-warning {
- background-color: #ffc107 !important;
+ background-color: #f39c12 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
- background-color: #d39e00 !important;
+ background-color: #c87f0a !important;
}
.bg-danger {
- background-color: #dc3545 !important;
+ background-color: #e74c3c !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
- background-color: #bd2130 !important;
+ background-color: #d62c1a !important;
}
.bg-light {
}
.border-success {
- border-color: #28a745 !important;
+ border-color: #00bc8c !important;
}
.border-info {
- border-color: #17a2b8 !important;
+ border-color: #3498db !important;
}
.border-warning {
- border-color: #ffc107 !important;
+ border-color: #f39c12 !important;
}
.border-danger {
- border-color: #dc3545 !important;
+ border-color: #e74c3c !important;
}
.border-light {
padding-top: 100%;
}
-.embed-responsive-21by9::before {
- padding-top: 42.85714286%;
-}
-
-.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;
}
}
.text-success {
- color: #28a745 !important;
+ color: #00bc8c !important;
}
a.text-success:hover,
a.text-success:focus {
- color: #19692c !important;
+ color: #007053 !important;
}
.text-info {
- color: #17a2b8 !important;
+ color: #3498db !important;
}
a.text-info:hover,
a.text-info:focus {
- color: #0f6674 !important;
+ color: #1d6fa5 !important;
}
.text-warning {
- color: #ffc107 !important;
+ color: #f39c12 !important;
}
a.text-warning:hover,
a.text-warning:focus {
- color: #ba8b00 !important;
+ color: #b06f09 !important;
}
.text-danger {
- color: #dc3545 !important;
+ color: #e74c3c !important;
}
a.text-danger:hover,
a.text-danger:focus {
- color: #a71d2a !important;
+ color: #bf2718 !important;
}
.text-light {
--white: #fff;
--gray: #888;
--gray-dark: #303030;
- --black: #000;
--primary: #00bc8c;
--secondary: #444;
- --success: #28a745;
- --info: #17a2b8;
- --warning: #ffc107;
- --danger: #dc3545;
+ --success: #00bc8c;
+ --info: #3498db;
+ --warning: #f39c12;
+ --danger: #e74c3c;
--light: #303030;
--dark: #dee2e6;
--breakpoint-xs: 0;
body {
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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
}
a {
- color: #28a745;
+ color: #00bc8c;
text-decoration: none;
background-color: transparent;
}
a:hover {
- color: #0056b3;
+ color: #007053;
text-decoration: underline;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
- color: #6c757d;
+ color: #888;
text-align: left;
caption-side: bottom;
}
h4,
.h4 {
- font-size: 1.5rem;
+ font-size: 1.40625rem;
}
h5,
.h5 {
- font-size: 1.25rem;
+ font-size: 1.171875rem;
}
h6,
.h6 {
- font-size: 1rem;
+ font-size: 0.9375rem;
}
.lead {
- font-size: 1.25rem;
+ font-size: 1.171875rem;
font-weight: 300;
}
.blockquote {
margin-bottom: 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
}
.blockquote-footer {
display: block;
font-size: 0.875em;
- color: #6c757d;
+ color: #888;
}
.blockquote-footer::before {
content: "— ";
.img-thumbnail {
padding: 0.25rem;
- background-color: #fff;
+ background-color: #222;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
.figure-caption {
font-size: 90%;
- color: #6c757d;
+ color: #888;
}
code {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
- background-color: #212529;
+ background-color: #222;
border-radius: 0.2rem;
}
kbd kbd {
.table {
width: 100%;
margin-bottom: 1rem;
- color: #212529;
+ color: #dee2e6;
}
.table th,
.table td {
}
.table-hover tbody tr:hover {
- color: #212529;
+ color: #dee2e6;
background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > th,
.table-success > td {
- background-color: #c3e6cb;
+ background-color: #b8ecdf;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
- border-color: #8fd19e;
+ border-color: #7adcc3;
}
.table-hover .table-success:hover {
- background-color: #b1dfbb;
+ background-color: #a4e7d6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
- background-color: #b1dfbb;
+ background-color: #a4e7d6;
}
.table-info,
.table-info > th,
.table-info > td {
- background-color: #bee5eb;
+ background-color: #c6e2f5;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
- border-color: #86cfda;
+ border-color: #95c9ec;
}
.table-hover .table-info:hover {
- background-color: #abdde5;
+ background-color: #b0d7f1;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
- background-color: #abdde5;
+ background-color: #b0d7f1;
}
.table-warning,
.table-warning > th,
.table-warning > td {
- background-color: #ffeeba;
+ background-color: #fce3bd;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
- border-color: #ffdf7e;
+ border-color: #f9cc84;
}
.table-hover .table-warning:hover {
- background-color: #ffe8a1;
+ background-color: #fbd9a5;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
- background-color: #ffe8a1;
+ background-color: #fbd9a5;
}
.table-danger,
.table-danger > th,
.table-danger > td {
- background-color: #f5c6cb;
+ background-color: #f8cdc8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
- border-color: #ed969e;
+ border-color: #f3a29a;
}
.table-hover .table-danger:hover {
- background-color: #f1b0b7;
+ background-color: #f5b8b1;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
- background-color: #f1b0b7;
+ background-color: #f5b8b1;
}
.table-light,
.table .thead-dark th {
color: #fff;
- background-color: #343a40;
- border-color: #454d55;
+ background-color: #303030;
+ border-color: #434343;
}
.table .thead-light th {
- color: #495057;
- background-color: #e9ecef;
+ color: #444;
+ background-color: #ebebeb;
border-color: #444;
}
.table-dark {
color: #fff;
- background-color: #343a40;
+ background-color: #303030;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
- border-color: #454d55;
+ border-color: #434343;
}
.table-dark.table-bordered {
border: 0;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
- font-size: 1rem;
+ font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #fff;
border: 0;
}
.form-control:focus {
- color: #495057;
- background-color: #fff;
- border-color: #80bdff;
+ color: #fff;
+ background-color: #444;
+ border-color: #3dffcd;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.form-control::placeholder {
- color: #6c757d;
+ color: #888;
opacity: 1;
}
.form-control:disabled,
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
}
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
- font-size: 1rem;
+ font-size: 0.9375rem;
line-height: 1.5;
- color: #212529;
+ color: #dee2e6;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
border-radius: 0.3rem;
}
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
- color: #28a745;
+ color: #00bc8c;
}
.valid-tooltip {
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
color: #fff;
- background-color: rgba(40, 167, 69, 0.9);
+ background-color: rgba(0, 188, 140, 0.9);
border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.was-validated .form-control:valid,
.form-control.is-valid {
- border-color: #28a745;
+ border-color: #00bc8c;
padding-right: calc(1.5em + 0.75rem) !important;
- 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='%2328a745' 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-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='%2300bc8c' 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: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #00bc8c;
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.was-validated select.form-control:valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
- border-color: #28a745;
+ border-color: #00bc8c;
padding-right: calc(0.75em + 2.3125rem) !important;
- 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")
+ 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
right 0.75rem center/8px 10px no-repeat,
#444
- 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='%2328a745' 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")
+ 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='%2300bc8c' 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: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #00bc8c;
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
- color: #28a745;
+ color: #00bc8c;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
- color: #28a745;
+ color: #00bc8c;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
- border-color: #28a745;
+ border-color: #00bc8c;
}
.was-validated
.custom-control-input:valid:checked
~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
- border-color: #34ce57;
- background-color: #34ce57;
+ border-color: #00efb2;
+ background-color: #00efb2;
}
.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(40, 167, 69, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.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: #28a745;
+ border-color: #00bc8c;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
- border-color: #28a745;
+ border-color: #00bc8c;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
- border-color: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #00bc8c;
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.invalid-feedback {
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
- color: #dc3545;
+ color: #e74c3c;
}
.invalid-tooltip {
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
color: #fff;
- background-color: rgba(220, 53, 69, 0.9);
+ background-color: rgba(231, 76, 60, 0.9);
border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.was-validated .form-control:invalid,
.form-control.is-invalid {
- border-color: #dc3545;
+ border-color: #e74c3c;
padding-right: calc(1.5em + 0.75rem) !important;
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' 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='%23e74c3c' 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: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #e74c3c;
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
.was-validated select.form-control:invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
- border-color: #dc3545;
+ border-color: #e74c3c;
padding-right: calc(0.75em + 2.3125rem) !important;
- 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")
+ 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
right 0.75rem center/8px 10px no-repeat,
#444
- url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e")
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' 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='%23e74c3c' 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: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #e74c3c;
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
- color: #dc3545;
+ color: #e74c3c;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
- color: #dc3545;
+ color: #e74c3c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
- border-color: #dc3545;
+ border-color: #e74c3c;
}
.was-validated
.custom-control-input:invalid:checked
~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
- border-color: #e4606d;
- background-color: #e4606d;
+ border-color: #ed7669;
+ background-color: #ed7669;
}
.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(220, 53, 69, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
.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: #dc3545;
+ border-color: #e74c3c;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
- border-color: #dc3545;
+ border-color: #e74c3c;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
- border-color: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #e74c3c;
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
.form-inline {
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
- font-size: 1rem;
+ font-size: 0.9375rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
.btn:focus,
.btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.btn.disabled,
.btn:disabled {
.btn-success {
color: #fff;
- background-color: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-success:hover {
color: #fff;
- background-color: #218838;
- border-color: #1e7e34;
+ background-color: #009670;
+ border-color: #008966;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
- background-color: #218838;
- border-color: #1e7e34;
- box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
+ background-color: #009670;
+ border-color: #008966;
+ box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
- background-color: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
- background-color: #1e7e34;
- border-color: #1c7430;
+ background-color: #008966;
+ border-color: #007c5d;
}
.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(72, 180, 97, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
}
.btn-info {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.btn-info:hover {
color: #fff;
- background-color: #138496;
- border-color: #117a8b;
+ background-color: #2384c6;
+ border-color: #217dbb;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
- background-color: #138496;
- border-color: #117a8b;
- box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
+ background-color: #2384c6;
+ border-color: #217dbb;
+ box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
- background-color: #117a8b;
- border-color: #10707f;
+ background-color: #217dbb;
+ border-color: #1f76b0;
}
.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(58, 176, 195, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5);
}
.btn-warning {
- color: #212529;
- background-color: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.btn-warning:hover {
color: #fff;
- background-color: #e0a800;
- border-color: #d39e00;
+ background-color: #d4860b;
+ border-color: #c87f0a;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
- background-color: #e0a800;
- border-color: #d39e00;
- box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
+ background-color: #d4860b;
+ border-color: #c87f0a;
+ box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
- color: #212529;
- background-color: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #fff;
- background-color: #d39e00;
- border-color: #c69500;
+ background-color: #c87f0a;
+ border-color: #bc770a;
}
.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(222, 170, 12, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5);
}
.btn-danger {
color: #fff;
- background-color: #dc3545;
- border-color: #dc3545;
+ background-color: #e74c3c;
+ border-color: #e74c3c;
}
.btn-danger:hover {
color: #fff;
- background-color: #c82333;
- border-color: #bd2130;
+ background-color: #e12e1c;
+ border-color: #d62c1a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
- background-color: #c82333;
- border-color: #bd2130;
- box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
+ background-color: #e12e1c;
+ border-color: #d62c1a;
+ box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
- background-color: #dc3545;
- border-color: #dc3545;
+ background-color: #e74c3c;
+ border-color: #e74c3c;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
- background-color: #bd2130;
- border-color: #b21f2d;
+ background-color: #d62c1a;
+ border-color: #ca2a19;
}
.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(225, 83, 97, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
}
.btn-light {
}
.btn-dark {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
.btn-dark:hover {
- color: #212529;
+ color: #222;
background-color: #c8cfd6;
border-color: #c1c9d0;
}
.btn-dark:focus,
.btn-dark.focus {
- color: #212529;
+ color: #222;
background-color: #c8cfd6;
border-color: #c1c9d0;
- box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
- color: #212529;
+ color: #222;
background-color: #c1c9d0;
border-color: #bac2cb;
}
.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(194, 198, 202, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5);
}
.btn-outline-primary {
}
.btn-outline-success {
- color: #28a745;
- border-color: #28a745;
+ color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-outline-success:hover {
color: #fff;
- background-color: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
- color: #28a745;
+ color: #00bc8c;
background-color: transparent;
}
.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: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.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(40, 167, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
.btn-outline-info {
- color: #17a2b8;
- border-color: #17a2b8;
+ color: #3498db;
+ border-color: #3498db;
}
.btn-outline-info:hover {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
- box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
- color: #17a2b8;
+ color: #3498db;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.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(23, 162, 184, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}
.btn-outline-warning {
- color: #ffc107;
- border-color: #ffc107;
+ color: #f39c12;
+ border-color: #f39c12;
}
.btn-outline-warning:hover {
- color: #212529;
- background-color: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
- box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
- color: #ffc107;
+ color: #f39c12;
background-color: transparent;
}
.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: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.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(255, 193, 7, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
.btn-outline-danger {
- color: #dc3545;
- border-color: #dc3545;
+ color: #e74c3c;
+ border-color: #e74c3c;
}
.btn-outline-danger:hover {
color: #fff;
- background-color: #dc3545;
- border-color: #dc3545;
+ background-color: #e74c3c;
+ border-color: #e74c3c;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
- color: #dc3545;
+ color: #e74c3c;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
- background-color: #dc3545;
- border-color: #dc3545;
+ background-color: #e74c3c;
+ border-color: #e74c3c;
}
.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(220, 53, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}
.btn-outline-light {
border-color: #dee2e6;
}
.btn-outline-dark:hover {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
.btn-link {
font-weight: 400;
- color: #28a745;
+ color: #00bc8c;
text-decoration: none;
}
.btn-link:hover {
- color: #0056b3;
+ color: #007053;
text-decoration: underline;
}
.btn-link:focus,
}
.btn-link:disabled,
.btn-link.disabled {
- color: #6c757d;
+ color: #888;
pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 0.5rem 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
border-radius: 0.2rem;
}
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
- font-size: 1rem;
- color: #212529;
+ font-size: 0.9375rem;
+ color: #dee2e6;
text-align: left;
list-style: none;
background-color: #222;
.dropdown-item:active {
color: #fff;
text-decoration: none;
- background-color: #007bff;
+ background-color: #00bc8c;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
- font-size: 0.875rem;
- color: #6c757d;
+ font-size: 0.8203125rem;
+ color: #888;
white-space: nowrap;
}
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
- font-size: 1rem;
+ font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #adb5bd;
text-align: center;
white-space: nowrap;
background-color: #444;
- border: 1px solid #ced4da;
+ border: 1px solid #222;
border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
border-radius: 0.2rem;
}
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
- border-color: #007bff;
- background-color: #007bff;
+ border-color: #00bc8c;
+ background-color: #00bc8c;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
- border-color: #80bdff;
+ border-color: #3dffcd;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
- background-color: #b3d7ff;
- border-color: #b3d7ff;
+ background-color: #70ffda;
+ border-color: #70ffda;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
- color: #6c757d;
+ color: #888;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
- background-color: #e9ecef;
+ background-color: #2b2b2b;
}
.custom-control-label {
height: 1rem;
pointer-events: none;
content: "";
- background-color: #fff;
+ background-color: #444;
border: 1px solid #adb5bd;
}
.custom-control-label::after {
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
- border-color: #007bff;
- background-color: #007bff;
+ border-color: #00bc8c;
+ background-color: #00bc8c;
}
.custom-checkbox
.custom-control-input:indeterminate
.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(0, 188, 140, 0.5);
}
.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(0, 188, 140, 0.5);
}
.custom-radio .custom-control-label::before {
.custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(0, 188, 140, 0.5);
}
.custom-switch {
}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
- background-color: #fff;
+ background-color: #444;
transform: translateX(0.75rem);
}
.custom-switch
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(0, 188, 140, 0.5);
}
.custom-select {
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
- font-size: 1rem;
+ font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #fff;
vertical-align: middle;
background: #444
- 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")
+ 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
right 0.75rem center/8px 10px no-repeat;
- border: 1px solid #ced4da;
+ border: 1px solid #222;
border-radius: 0.25rem;
appearance: none;
}
.custom-select:focus {
- border-color: #80bdff;
+ border-color: #3dffcd;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-select:focus::-ms-value {
color: #fff;
background-image: none;
}
.custom-select:disabled {
- color: #6c757d;
- background-color: #e9ecef;
+ color: #888;
+ background-color: #ebebeb;
}
.custom-select::-ms-expand {
display: none;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
}
.custom-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
}
.custom-file {
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
- border-color: #80bdff;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ border-color: #3dffcd;
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
- background-color: #e9ecef;
+ background-color: #2b2b2b;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
font-weight: 400;
line-height: 1.5;
color: #adb5bd;
- background-color: #fff;
+ background-color: #444;
border: 1px solid #222;
border-radius: 0.25rem;
}
height: calc(1.5em + 0.75rem);
padding: 0.375rem 0.75rem;
line-height: 1.5;
- color: #495057;
+ color: #adb5bd;
content: "Browse";
- background-color: #e9ecef;
+ background-color: #444;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}
outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
- background-color: #007bff;
+ background-color: #00bc8c;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-webkit-slider-thumb:active {
- background-color: #b3d7ff;
+ background-color: #70ffda;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
- background-color: #007bff;
+ background-color: #00bc8c;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-moz-range-thumb:active {
- background-color: #b3d7ff;
+ background-color: #70ffda;
}
.custom-range::-moz-range-track {
width: 100%;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
- background-color: #007bff;
+ background-color: #00bc8c;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-ms-thumb:active {
- background-color: #b3d7ff;
+ background-color: #70ffda;
}
.custom-range::-ms-track {
width: 100%;
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #fff;
- background-color: #fff;
+ background-color: #222;
border-color: #444 #444 transparent;
}
.nav-tabs .dropdown-menu {
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
- background-color: #007bff;
+ background-color: #00bc8c;
}
.nav-fill > .nav-link,
}
.navbar-brand {
display: inline-block;
- padding-top: 0.3125rem;
- padding-bottom: 0.3125rem;
+ padding-top: 0.32421875rem;
+ padding-bottom: 0.32421875rem;
margin-right: 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-color: rgba(34, 34, 34, 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='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
+ 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.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(255, 255, 255, 0.1);
}
.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");
+ 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.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.6);
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
- color: #6c757d;
+ color: #888;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
- color: #6c757d;
+ color: #888;
}
.pagination {
margin-left: 0;
line-height: 1.25;
color: #fff;
- background-color: #28a745;
+ background-color: #00bc8c;
border: 0 solid transparent;
}
.page-link:hover {
z-index: 2;
color: #fff;
text-decoration: none;
- background-color: #34ce57;
+ background-color: #00efb2;
border-color: transparent;
}
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.page-item:first-child .page-link {
.page-item.active .page-link {
z-index: 3;
color: #fff;
- background-color: #34ce57;
+ background-color: #00efb2;
border-color: transparent;
}
.page-item.disabled .page-link {
color: #fff;
pointer-events: none;
cursor: auto;
- background-color: #19692c;
+ background-color: #007053;
border-color: transparent;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
.badge-success {
color: #fff;
- background-color: #28a745;
+ background-color: #00bc8c;
}
a.badge-success:hover,
a.badge-success:focus {
color: #fff;
- background-color: #1e7e34;
+ background-color: #008966;
}
a.badge-success:focus,
a.badge-success.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
.badge-info {
color: #fff;
- background-color: #17a2b8;
+ background-color: #3498db;
}
a.badge-info:hover,
a.badge-info:focus {
color: #fff;
- background-color: #117a8b;
+ background-color: #217dbb;
}
a.badge-info:focus,
a.badge-info.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}
.badge-warning {
- color: #212529;
- background-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
}
a.badge-warning:hover,
a.badge-warning:focus {
- color: #212529;
- background-color: #d39e00;
+ color: #fff;
+ background-color: #c87f0a;
}
a.badge-warning:focus,
a.badge-warning.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
.badge-danger {
color: #fff;
- background-color: #dc3545;
+ background-color: #e74c3c;
}
a.badge-danger:hover,
a.badge-danger:focus {
color: #fff;
- background-color: #bd2130;
+ background-color: #d62c1a;
}
a.badge-danger:focus,
a.badge-danger.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}
.badge-light {
}
.badge-dark {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
}
a.badge-dark:hover,
a.badge-dark:focus {
- color: #212529;
+ color: #222;
background-color: #c1c9d0;
}
a.badge-dark:focus,
}
.alert-dismissible {
- padding-right: 4rem;
+ padding-right: 3.90625rem;
}
.alert-dismissible .close {
position: absolute;
}
.alert-success {
- color: #155724;
- background-color: #d4edda;
- border-color: #c3e6cb;
+ color: #006249;
+ background-color: #ccf2e8;
+ border-color: #b8ecdf;
}
.alert-success hr {
- border-top-color: #b1dfbb;
+ border-top-color: #a4e7d6;
}
.alert-success .alert-link {
- color: #0b2e13;
+ color: #002f23;
}
.alert-info {
- color: #0c5460;
- background-color: #d1ecf1;
- border-color: #bee5eb;
+ color: #1b4f72;
+ background-color: #d6eaf8;
+ border-color: #c6e2f5;
}
.alert-info hr {
- border-top-color: #abdde5;
+ border-top-color: #b0d7f1;
}
.alert-info .alert-link {
- color: #062c33;
+ color: #113249;
}
.alert-warning {
- color: #856404;
- background-color: #fff3cd;
- border-color: #ffeeba;
+ color: #7e5109;
+ background-color: #fdebd0;
+ border-color: #fce3bd;
}
.alert-warning hr {
- border-top-color: #ffe8a1;
+ border-top-color: #fbd9a5;
}
.alert-warning .alert-link {
- color: #533f03;
+ color: #4e3206;
}
.alert-danger {
- color: #721c24;
- background-color: #f8d7da;
- border-color: #f5c6cb;
+ color: #78281f;
+ background-color: #fadbd8;
+ border-color: #f8cdc8;
}
.alert-danger hr {
- border-top-color: #f1b0b7;
+ border-top-color: #f5b8b1;
}
.alert-danger .alert-link {
- color: #491217;
+ color: #4f1a15;
}
.alert-light {
height: 1rem;
overflow: hidden;
line-height: 0;
- font-size: 0.75rem;
+ font-size: 0.703125rem;
background-color: #444;
border-radius: 0.25rem;
}
color: #fff;
text-align: center;
white-space: nowrap;
- background-color: #007bff;
+ background-color: #00bc8c;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.list-group-item-action {
width: 100%;
- color: #495057;
+ color: #444;
text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
z-index: 1;
- color: #495057;
+ color: #444;
text-decoration: none;
background-color: #444;
}
.list-group-item-action:active {
- color: #212529;
- background-color: #e9ecef;
+ color: #dee2e6;
+ background-color: #ebebeb;
}
.list-group-item {
}
.list-group-item.disabled,
.list-group-item:disabled {
- color: #6c757d;
+ color: #888;
pointer-events: none;
- background-color: #fff;
+ background-color: #303030;
}
.list-group-item.active {
z-index: 2;
color: #fff;
- background-color: #007bff;
- border-color: #007bff;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item-success {
- color: #155724;
- background-color: #c3e6cb;
+ color: #006249;
+ background-color: #b8ecdf;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
- color: #155724;
- background-color: #b1dfbb;
+ color: #006249;
+ background-color: #a4e7d6;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
- background-color: #155724;
- border-color: #155724;
+ background-color: #006249;
+ border-color: #006249;
}
.list-group-item-info {
- color: #0c5460;
- background-color: #bee5eb;
+ color: #1b4f72;
+ background-color: #c6e2f5;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
- color: #0c5460;
- background-color: #abdde5;
+ color: #1b4f72;
+ background-color: #b0d7f1;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
- background-color: #0c5460;
- border-color: #0c5460;
+ background-color: #1b4f72;
+ border-color: #1b4f72;
}
.list-group-item-warning {
- color: #856404;
- background-color: #ffeeba;
+ color: #7e5109;
+ background-color: #fce3bd;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
- color: #856404;
- background-color: #ffe8a1;
+ color: #7e5109;
+ background-color: #fbd9a5;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
- background-color: #856404;
- border-color: #856404;
+ background-color: #7e5109;
+ border-color: #7e5109;
}
.list-group-item-danger {
- color: #721c24;
- background-color: #f5c6cb;
+ color: #78281f;
+ background-color: #f8cdc8;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
- color: #721c24;
- background-color: #f1b0b7;
+ color: #78281f;
+ background-color: #f5b8b1;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
- background-color: #721c24;
- border-color: #721c24;
+ background-color: #78281f;
+ border-color: #78281f;
}
.list-group-item-light {
.close {
float: right;
- font-size: 1.5rem;
+ font-size: 1.40625rem;
font-weight: 700;
line-height: 1;
color: #fff;
display: flex;
align-items: center;
padding: 0.25rem 0.75rem;
- color: #6c757d;
+ color: #888;
background-color: #303030;
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
align-items: center;
justify-content: flex-end;
padding: 0.75rem;
- border-top: 1px solid #dee2e6;
+ border-top: 1px solid #444;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
z-index: 1070;
display: block;
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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
white-space: normal;
word-spacing: normal;
line-break: auto;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
word-wrap: break-word;
opacity: 0;
}
z-index: 1060;
display: block;
max-width: 276px;
- 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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
white-space: normal;
word-spacing: normal;
line-break: auto;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
word-wrap: break-word;
background-color: #303030;
background-clip: padding-box;
.bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
- border-top-color: #fff;
+ border-top-color: #303030;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
- border-right-color: #fff;
+ border-right-color: #303030;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
- border-bottom-color: #fff;
+ border-bottom-color: #303030;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
.bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
- border-left-color: #fff;
+ border-left-color: #303030;
}
.popover-header {
.popover-body {
padding: 0.5rem 0.75rem;
- color: #212529;
+ color: #dee2e6;
}
.carousel {
}
.bg-success {
- background-color: #28a745 !important;
+ background-color: #00bc8c !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
- background-color: #1e7e34 !important;
+ background-color: #008966 !important;
}
.bg-info {
- background-color: #17a2b8 !important;
+ background-color: #3498db !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
- background-color: #117a8b !important;
+ background-color: #217dbb !important;
}
.bg-warning {
- background-color: #ffc107 !important;
+ background-color: #f39c12 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
- background-color: #d39e00 !important;
+ background-color: #c87f0a !important;
}
.bg-danger {
- background-color: #dc3545 !important;
+ background-color: #e74c3c !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
- background-color: #bd2130 !important;
+ background-color: #d62c1a !important;
}
.bg-light {
}
.border-success {
- border-color: #28a745 !important;
+ border-color: #00bc8c !important;
}
.border-info {
- border-color: #17a2b8 !important;
+ border-color: #3498db !important;
}
.border-warning {
- border-color: #ffc107 !important;
+ border-color: #f39c12 !important;
}
.border-danger {
- border-color: #dc3545 !important;
+ border-color: #e74c3c !important;
}
.border-light {
padding-top: 100%;
}
-.embed-responsive-21by9::before {
- padding-top: 42.85714286%;
-}
-
-.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;
}
}
.text-success {
- color: #28a745 !important;
+ color: #00bc8c !important;
}
a.text-success:hover,
a.text-success:focus {
- color: #19692c !important;
+ color: #007053 !important;
}
.text-info {
- color: #17a2b8 !important;
+ color: #3498db !important;
}
a.text-info:hover,
a.text-info:focus {
- color: #0f6674 !important;
+ color: #1d6fa5 !important;
}
.text-warning {
- color: #ffc107 !important;
+ color: #f39c12 !important;
}
a.text-warning:hover,
a.text-warning:focus {
- color: #ba8b00 !important;
+ color: #b06f09 !important;
}
.text-danger {
- color: #dc3545 !important;
+ color: #e74c3c !important;
}
a.text-danger:hover,
a.text-danger:focus {
- color: #a71d2a !important;
+ color: #bf2718 !important;
}
.text-light {
--white: #fff;
--gray: #888;
--gray-dark: #303030;
- --black: #000;
--primary: #00bc8c;
--secondary: #c80000;
- --success: #28a745;
- --info: #17a2b8;
- --warning: #ffc107;
+ --success: #00bc8c;
+ --info: #3498db;
+ --warning: #f39c12;
--danger: #004231;
--light: #303030;
--dark: #dee2e6;
body {
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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
}
a {
- color: #28a745;
+ color: #00bc8c;
text-decoration: none;
background-color: transparent;
}
a:hover {
- color: #0056b3;
+ color: #007053;
text-decoration: underline;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
- color: #6c757d;
+ color: #888;
text-align: left;
caption-side: bottom;
}
h4,
.h4 {
- font-size: 1.5rem;
+ font-size: 1.40625rem;
}
h5,
.h5 {
- font-size: 1.25rem;
+ font-size: 1.171875rem;
}
h6,
.h6 {
- font-size: 1rem;
+ font-size: 0.9375rem;
}
.lead {
- font-size: 1.25rem;
+ font-size: 1.171875rem;
font-weight: 300;
}
.blockquote {
margin-bottom: 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
}
.blockquote-footer {
display: block;
font-size: 0.875em;
- color: #6c757d;
+ color: #888;
}
.blockquote-footer::before {
content: "— ";
.img-thumbnail {
padding: 0.25rem;
- background-color: #fff;
+ background-color: #222;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
.figure-caption {
font-size: 90%;
- color: #6c757d;
+ color: #888;
}
code {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
- background-color: #212529;
+ background-color: #222;
border-radius: 0.2rem;
}
kbd kbd {
.table {
width: 100%;
margin-bottom: 1rem;
- color: #212529;
+ color: #dee2e6;
}
.table th,
.table td {
}
.table-hover tbody tr:hover {
- color: #212529;
+ color: #dee2e6;
background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > th,
.table-success > td {
- background-color: #c3e6cb;
+ background-color: #b8ecdf;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
- border-color: #8fd19e;
+ border-color: #7adcc3;
}
.table-hover .table-success:hover {
- background-color: #b1dfbb;
+ background-color: #a4e7d6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
- background-color: #b1dfbb;
+ background-color: #a4e7d6;
}
.table-info,
.table-info > th,
.table-info > td {
- background-color: #bee5eb;
+ background-color: #c6e2f5;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
- border-color: #86cfda;
+ border-color: #95c9ec;
}
.table-hover .table-info:hover {
- background-color: #abdde5;
+ background-color: #b0d7f1;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
- background-color: #abdde5;
+ background-color: #b0d7f1;
}
.table-warning,
.table-warning > th,
.table-warning > td {
- background-color: #ffeeba;
+ background-color: #fce3bd;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
- border-color: #ffdf7e;
+ border-color: #f9cc84;
}
.table-hover .table-warning:hover {
- background-color: #ffe8a1;
+ background-color: #fbd9a5;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
- background-color: #ffe8a1;
+ background-color: #fbd9a5;
}
.table-danger,
.table .thead-dark th {
color: #fff;
- background-color: #343a40;
- border-color: #454d55;
+ background-color: #303030;
+ border-color: #434343;
}
.table .thead-light th {
- color: #495057;
- background-color: #e9ecef;
+ color: #444;
+ background-color: #ebebeb;
border-color: #444;
}
.table-dark {
color: #fff;
- background-color: #343a40;
+ background-color: #303030;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
- border-color: #454d55;
+ border-color: #434343;
}
.table-dark.table-bordered {
border: 0;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
- font-size: 1rem;
+ font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #fff;
border: 0;
}
.form-control:focus {
- color: #495057;
- background-color: #fff;
- border-color: #80bdff;
+ color: #fff;
+ background-color: #444;
+ border-color: #3dffcd;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.form-control::placeholder {
- color: #6c757d;
+ color: #888;
opacity: 1;
}
.form-control:disabled,
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
}
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
- font-size: 1rem;
+ font-size: 0.9375rem;
line-height: 1.5;
- color: #212529;
+ color: #dee2e6;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
border-radius: 0.3rem;
}
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
- color: #28a745;
+ color: #00bc8c;
}
.valid-tooltip {
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
color: #fff;
- background-color: rgba(40, 167, 69, 0.9);
+ background-color: rgba(0, 188, 140, 0.9);
border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.was-validated .form-control:valid,
.form-control.is-valid {
- border-color: #28a745;
+ border-color: #00bc8c;
padding-right: calc(1.5em + 0.75rem) !important;
- 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='%2328a745' 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-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='%2300bc8c' 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: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #00bc8c;
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.was-validated select.form-control:valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
- border-color: #28a745;
+ border-color: #00bc8c;
padding-right: calc(0.75em + 2.3125rem) !important;
- 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")
+ 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
right 0.75rem center/8px 10px no-repeat,
#444
- 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='%2328a745' 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")
+ 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='%2300bc8c' 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: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #00bc8c;
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
- color: #28a745;
+ color: #00bc8c;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
- color: #28a745;
+ color: #00bc8c;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
- border-color: #28a745;
+ border-color: #00bc8c;
}
.was-validated
.custom-control-input:valid:checked
~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
- border-color: #34ce57;
- background-color: #34ce57;
+ border-color: #00efb2;
+ background-color: #00efb2;
}
.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(40, 167, 69, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.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: #28a745;
+ border-color: #00bc8c;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
- border-color: #28a745;
+ border-color: #00bc8c;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
- border-color: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #00bc8c;
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.invalid-feedback {
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
- color: #dc3545;
+ color: #004231;
}
.invalid-tooltip {
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
color: #fff;
- background-color: rgba(220, 53, 69, 0.9);
+ background-color: rgba(0, 66, 49, 0.9);
border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.was-validated .form-control:invalid,
.form-control.is-invalid {
- border-color: #dc3545;
+ border-color: #004231;
padding-right: calc(1.5em + 0.75rem) !important;
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23004231' 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='%23004231' 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: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #004231;
+ box-shadow: 0 0 0 0.2rem rgba(0, 66, 49, 0.25);
}
.was-validated select.form-control:invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
- border-color: #dc3545;
+ border-color: #004231;
padding-right: calc(0.75em + 2.3125rem) !important;
- 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")
+ 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
right 0.75rem center/8px 10px no-repeat,
#444
- url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e")
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23004231' 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='%23004231' 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: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #004231;
+ box-shadow: 0 0 0 0.2rem rgba(0, 66, 49, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
- color: #dc3545;
+ color: #004231;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
- color: #dc3545;
+ color: #004231;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
- border-color: #dc3545;
+ border-color: #004231;
}
.was-validated
.custom-control-input:invalid:checked
~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
- border-color: #e4606d;
- background-color: #e4606d;
+ border-color: #007557;
+ background-color: #007557;
}
.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(220, 53, 69, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 66, 49, 0.25);
}
.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: #dc3545;
+ border-color: #004231;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
- border-color: #dc3545;
+ border-color: #004231;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
- border-color: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #004231;
+ box-shadow: 0 0 0 0.2rem rgba(0, 66, 49, 0.25);
}
.form-inline {
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
- font-size: 1rem;
+ font-size: 0.9375rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
.btn:focus,
.btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.btn.disabled,
.btn:disabled {
.btn-success {
color: #fff;
- background-color: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-success:hover {
color: #fff;
- background-color: #218838;
- border-color: #1e7e34;
+ background-color: #009670;
+ border-color: #008966;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
- background-color: #218838;
- border-color: #1e7e34;
- box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
+ background-color: #009670;
+ border-color: #008966;
+ box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
- background-color: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
- background-color: #1e7e34;
- border-color: #1c7430;
+ background-color: #008966;
+ border-color: #007c5d;
}
.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(72, 180, 97, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
}
.btn-info {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.btn-info:hover {
color: #fff;
- background-color: #138496;
- border-color: #117a8b;
+ background-color: #2384c6;
+ border-color: #217dbb;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
- background-color: #138496;
- border-color: #117a8b;
- box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
+ background-color: #2384c6;
+ border-color: #217dbb;
+ box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
- background-color: #117a8b;
- border-color: #10707f;
+ background-color: #217dbb;
+ border-color: #1f76b0;
}
.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(58, 176, 195, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5);
}
.btn-warning {
- color: #212529;
- background-color: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.btn-warning:hover {
color: #fff;
- background-color: #e0a800;
- border-color: #d39e00;
+ background-color: #d4860b;
+ border-color: #c87f0a;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
- background-color: #e0a800;
- border-color: #d39e00;
- box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
+ background-color: #d4860b;
+ border-color: #c87f0a;
+ box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
- color: #212529;
- background-color: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #fff;
- background-color: #d39e00;
- border-color: #c69500;
+ background-color: #c87f0a;
+ border-color: #bc770a;
}
.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(222, 170, 12, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5);
}
.btn-danger {
}
.btn-dark {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
.btn-dark:hover {
- color: #212529;
+ color: #222;
background-color: #c8cfd6;
border-color: #c1c9d0;
}
.btn-dark:focus,
.btn-dark.focus {
- color: #212529;
+ color: #222;
background-color: #c8cfd6;
border-color: #c1c9d0;
- box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
- color: #212529;
+ color: #222;
background-color: #c1c9d0;
border-color: #bac2cb;
}
.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(194, 198, 202, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5);
}
.btn-outline-primary {
}
.btn-outline-success {
- color: #28a745;
- border-color: #28a745;
+ color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-outline-success:hover {
color: #fff;
- background-color: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
- color: #28a745;
+ color: #00bc8c;
background-color: transparent;
}
.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: #28a745;
- border-color: #28a745;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.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(40, 167, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
.btn-outline-info {
- color: #17a2b8;
- border-color: #17a2b8;
+ color: #3498db;
+ border-color: #3498db;
}
.btn-outline-info:hover {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
- box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
- color: #17a2b8;
+ color: #3498db;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #3498db;
+ border-color: #3498db;
}
.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(23, 162, 184, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}
.btn-outline-warning {
- color: #ffc107;
- border-color: #ffc107;
+ color: #f39c12;
+ border-color: #f39c12;
}
.btn-outline-warning:hover {
- color: #212529;
- background-color: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
- box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
- color: #ffc107;
+ color: #f39c12;
background-color: transparent;
}
.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: #ffc107;
- border-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
+ border-color: #f39c12;
}
.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(255, 193, 7, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
.btn-outline-danger {
border-color: #dee2e6;
}
.btn-outline-dark:hover {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
border-color: #dee2e6;
}
.btn-link {
font-weight: 400;
- color: #28a745;
+ color: #00bc8c;
text-decoration: none;
}
.btn-link:hover {
- color: #0056b3;
+ color: #007053;
text-decoration: underline;
}
.btn-link:focus,
}
.btn-link:disabled,
.btn-link.disabled {
- color: #6c757d;
+ color: #888;
pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 0.5rem 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
border-radius: 0.2rem;
}
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
- font-size: 1rem;
- color: #212529;
+ font-size: 0.9375rem;
+ color: #dee2e6;
text-align: left;
list-style: none;
background-color: #222;
.dropdown-item:active {
color: #fff;
text-decoration: none;
- background-color: #007bff;
+ background-color: #00bc8c;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
- font-size: 0.875rem;
- color: #6c757d;
+ font-size: 0.8203125rem;
+ color: #888;
white-space: nowrap;
}
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
- font-size: 1rem;
+ font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #adb5bd;
text-align: center;
white-space: nowrap;
background-color: #444;
- border: 1px solid #ced4da;
+ border: 1px solid #222;
border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
border-radius: 0.2rem;
}
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
- border-color: #007bff;
- background-color: #007bff;
+ border-color: #00bc8c;
+ background-color: #00bc8c;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
- border-color: #80bdff;
+ border-color: #3dffcd;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
- background-color: #b3d7ff;
- border-color: #b3d7ff;
+ background-color: #70ffda;
+ border-color: #70ffda;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
- color: #6c757d;
+ color: #888;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
- background-color: #e9ecef;
+ background-color: #2b2b2b;
}
.custom-control-label {
height: 1rem;
pointer-events: none;
content: "";
- background-color: #fff;
+ background-color: #444;
border: 1px solid #adb5bd;
}
.custom-control-label::after {
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
- border-color: #007bff;
- background-color: #007bff;
+ border-color: #00bc8c;
+ background-color: #00bc8c;
}
.custom-checkbox
.custom-control-input:indeterminate
.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(0, 188, 140, 0.5);
}
.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(0, 188, 140, 0.5);
}
.custom-radio .custom-control-label::before {
.custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(0, 188, 140, 0.5);
}
.custom-switch {
}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
- background-color: #fff;
+ background-color: #444;
transform: translateX(0.75rem);
}
.custom-switch
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(0, 188, 140, 0.5);
}
.custom-select {
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
- font-size: 1rem;
+ font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #fff;
vertical-align: middle;
background: #444
- 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")
+ 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
right 0.75rem center/8px 10px no-repeat;
- border: 1px solid #ced4da;
+ border: 1px solid #222;
border-radius: 0.25rem;
appearance: none;
}
.custom-select:focus {
- border-color: #80bdff;
+ border-color: #3dffcd;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-select:focus::-ms-value {
color: #fff;
background-image: none;
}
.custom-select:disabled {
- color: #6c757d;
- background-color: #e9ecef;
+ color: #888;
+ background-color: #ebebeb;
}
.custom-select::-ms-expand {
display: none;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
}
.custom-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
}
.custom-file {
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
- border-color: #80bdff;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ border-color: #3dffcd;
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
- background-color: #e9ecef;
+ background-color: #2b2b2b;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
font-weight: 400;
line-height: 1.5;
color: #adb5bd;
- background-color: #fff;
+ background-color: #444;
border: 1px solid #222;
border-radius: 0.25rem;
}
height: calc(1.5em + 0.75rem);
padding: 0.375rem 0.75rem;
line-height: 1.5;
- color: #495057;
+ color: #adb5bd;
content: "Browse";
- background-color: #e9ecef;
+ background-color: #444;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}
outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
- background-color: #007bff;
+ background-color: #00bc8c;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-webkit-slider-thumb:active {
- background-color: #b3d7ff;
+ background-color: #70ffda;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
- background-color: #007bff;
+ background-color: #00bc8c;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-moz-range-thumb:active {
- background-color: #b3d7ff;
+ background-color: #70ffda;
}
.custom-range::-moz-range-track {
width: 100%;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
- background-color: #007bff;
+ background-color: #00bc8c;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-ms-thumb:active {
- background-color: #b3d7ff;
+ background-color: #70ffda;
}
.custom-range::-ms-track {
width: 100%;
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #fff;
- background-color: #fff;
+ background-color: #222;
border-color: #444 #444 transparent;
}
.nav-tabs .dropdown-menu {
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
- background-color: #007bff;
+ background-color: #00bc8c;
}
.nav-fill > .nav-link,
}
.navbar-brand {
display: inline-block;
- padding-top: 0.3125rem;
- padding-bottom: 0.3125rem;
+ padding-top: 0.32421875rem;
+ padding-bottom: 0.32421875rem;
margin-right: 1rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-color: rgba(34, 34, 34, 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='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
+ 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.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(255, 255, 255, 0.1);
}
.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");
+ 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.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.6);
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
- color: #6c757d;
+ color: #888;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
- color: #6c757d;
+ color: #888;
}
.pagination {
margin-left: 0;
line-height: 1.25;
color: #fff;
- background-color: #28a745;
+ background-color: #00bc8c;
border: 0 solid transparent;
}
.page-link:hover {
z-index: 2;
color: #fff;
text-decoration: none;
- background-color: #34ce57;
+ background-color: #00efb2;
border-color: transparent;
}
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
.page-item:first-child .page-link {
.page-item.active .page-link {
z-index: 3;
color: #fff;
- background-color: #34ce57;
+ background-color: #00efb2;
border-color: transparent;
}
.page-item.disabled .page-link {
color: #fff;
pointer-events: none;
cursor: auto;
- background-color: #19692c;
+ background-color: #007053;
border-color: transparent;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
- font-size: 1.25rem;
+ font-size: 1.171875rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
.badge-success {
color: #fff;
- background-color: #28a745;
+ background-color: #00bc8c;
}
a.badge-success:hover,
a.badge-success:focus {
color: #fff;
- background-color: #1e7e34;
+ background-color: #008966;
}
a.badge-success:focus,
a.badge-success.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
.badge-info {
color: #fff;
- background-color: #17a2b8;
+ background-color: #3498db;
}
a.badge-info:hover,
a.badge-info:focus {
color: #fff;
- background-color: #117a8b;
+ background-color: #217dbb;
}
a.badge-info:focus,
a.badge-info.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}
.badge-warning {
- color: #212529;
- background-color: #ffc107;
+ color: #fff;
+ background-color: #f39c12;
}
a.badge-warning:hover,
a.badge-warning:focus {
- color: #212529;
- background-color: #d39e00;
+ color: #fff;
+ background-color: #c87f0a;
}
a.badge-warning:focus,
a.badge-warning.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
.badge-danger {
}
.badge-dark {
- color: #212529;
+ color: #222;
background-color: #dee2e6;
}
a.badge-dark:hover,
a.badge-dark:focus {
- color: #212529;
+ color: #222;
background-color: #c1c9d0;
}
a.badge-dark:focus,
}
.alert-dismissible {
- padding-right: 4rem;
+ padding-right: 3.90625rem;
}
.alert-dismissible .close {
position: absolute;
}
.alert-success {
- color: #155724;
- background-color: #d4edda;
- border-color: #c3e6cb;
+ color: #006249;
+ background-color: #ccf2e8;
+ border-color: #b8ecdf;
}
.alert-success hr {
- border-top-color: #b1dfbb;
+ border-top-color: #a4e7d6;
}
.alert-success .alert-link {
- color: #0b2e13;
+ color: #002f23;
}
.alert-info {
- color: #0c5460;
- background-color: #d1ecf1;
- border-color: #bee5eb;
+ color: #1b4f72;
+ background-color: #d6eaf8;
+ border-color: #c6e2f5;
}
.alert-info hr {
- border-top-color: #abdde5;
+ border-top-color: #b0d7f1;
}
.alert-info .alert-link {
- color: #062c33;
+ color: #113249;
}
.alert-warning {
- color: #856404;
- background-color: #fff3cd;
- border-color: #ffeeba;
+ color: #7e5109;
+ background-color: #fdebd0;
+ border-color: #fce3bd;
}
.alert-warning hr {
- border-top-color: #ffe8a1;
+ border-top-color: #fbd9a5;
}
.alert-warning .alert-link {
- color: #533f03;
+ color: #4e3206;
}
.alert-danger {
height: 1rem;
overflow: hidden;
line-height: 0;
- font-size: 0.75rem;
+ font-size: 0.703125rem;
background-color: #444;
border-radius: 0.25rem;
}
color: #fff;
text-align: center;
white-space: nowrap;
- background-color: #007bff;
+ background-color: #00bc8c;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.list-group-item-action {
width: 100%;
- color: #495057;
+ color: #444;
text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
z-index: 1;
- color: #495057;
+ color: #444;
text-decoration: none;
background-color: #444;
}
.list-group-item-action:active {
- color: #212529;
- background-color: #e9ecef;
+ color: #dee2e6;
+ background-color: #ebebeb;
}
.list-group-item {
}
.list-group-item.disabled,
.list-group-item:disabled {
- color: #6c757d;
+ color: #888;
pointer-events: none;
- background-color: #fff;
+ background-color: #303030;
}
.list-group-item.active {
z-index: 2;
color: #fff;
- background-color: #007bff;
- border-color: #007bff;
+ background-color: #00bc8c;
+ border-color: #00bc8c;
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item-success {
- color: #155724;
- background-color: #c3e6cb;
+ color: #006249;
+ background-color: #b8ecdf;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
- color: #155724;
- background-color: #b1dfbb;
+ color: #006249;
+ background-color: #a4e7d6;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
- background-color: #155724;
- border-color: #155724;
+ background-color: #006249;
+ border-color: #006249;
}
.list-group-item-info {
- color: #0c5460;
- background-color: #bee5eb;
+ color: #1b4f72;
+ background-color: #c6e2f5;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
- color: #0c5460;
- background-color: #abdde5;
+ color: #1b4f72;
+ background-color: #b0d7f1;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
- background-color: #0c5460;
- border-color: #0c5460;
+ background-color: #1b4f72;
+ border-color: #1b4f72;
}
.list-group-item-warning {
- color: #856404;
- background-color: #ffeeba;
+ color: #7e5109;
+ background-color: #fce3bd;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
- color: #856404;
- background-color: #ffe8a1;
+ color: #7e5109;
+ background-color: #fbd9a5;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
- background-color: #856404;
- border-color: #856404;
+ background-color: #7e5109;
+ border-color: #7e5109;
}
.list-group-item-danger {
.close {
float: right;
- font-size: 1.5rem;
+ font-size: 1.40625rem;
font-weight: 700;
line-height: 1;
color: #fff;
display: flex;
align-items: center;
padding: 0.25rem 0.75rem;
- color: #6c757d;
+ color: #888;
background-color: #303030;
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
align-items: center;
justify-content: flex-end;
padding: 0.75rem;
- border-top: 1px solid #dee2e6;
+ border-top: 1px solid #444;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
z-index: 1070;
display: block;
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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
white-space: normal;
word-spacing: normal;
line-break: auto;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
word-wrap: break-word;
opacity: 0;
}
z-index: 1060;
display: block;
max-width: 276px;
- 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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
white-space: normal;
word-spacing: normal;
line-break: auto;
- font-size: 0.875rem;
+ font-size: 0.8203125rem;
word-wrap: break-word;
background-color: #303030;
background-clip: padding-box;
.bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
- border-top-color: #fff;
+ border-top-color: #303030;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
- border-right-color: #fff;
+ border-right-color: #303030;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
- border-bottom-color: #fff;
+ border-bottom-color: #303030;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
.bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
- border-left-color: #fff;
+ border-left-color: #303030;
}
.popover-header {
.popover-body {
padding: 0.5rem 0.75rem;
- color: #212529;
+ color: #dee2e6;
}
.carousel {
}
.bg-success {
- background-color: #28a745 !important;
+ background-color: #00bc8c !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
- background-color: #1e7e34 !important;
+ background-color: #008966 !important;
}
.bg-info {
- background-color: #17a2b8 !important;
+ background-color: #3498db !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
- background-color: #117a8b !important;
+ background-color: #217dbb !important;
}
.bg-warning {
- background-color: #ffc107 !important;
+ background-color: #f39c12 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
- background-color: #d39e00 !important;
+ background-color: #c87f0a !important;
}
.bg-danger {
}
.border-success {
- border-color: #28a745 !important;
+ border-color: #00bc8c !important;
}
.border-info {
- border-color: #17a2b8 !important;
+ border-color: #3498db !important;
}
.border-warning {
- border-color: #ffc107 !important;
+ border-color: #f39c12 !important;
}
.border-danger {
padding-top: 100%;
}
-.embed-responsive-21by9::before {
- padding-top: 42.85714286%;
-}
-
-.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;
}
}
.text-success {
- color: #28a745 !important;
+ color: #00bc8c !important;
}
a.text-success:hover,
a.text-success:focus {
- color: #19692c !important;
+ color: #007053 !important;
}
.text-info {
- color: #17a2b8 !important;
+ color: #3498db !important;
}
a.text-info:hover,
a.text-info:focus {
- color: #0f6674 !important;
+ color: #1d6fa5 !important;
}
.text-warning {
- color: #ffc107 !important;
+ color: #f39c12 !important;
}
a.text-warning:hover,
a.text-warning:focus {
- color: #ba8b00 !important;
+ color: #b06f09 !important;
}
.text-danger {
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
- --black: #222;
--primary: #f1641e;
--secondary: #00c853;
--success: #6610f2;
body {
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: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI",
+ "Helvetica", Arial, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
}
dt {
- font-weight: 700;
+ font-weight: 600;
}
dd {
background-color: transparent;
}
a:hover {
- color: #0056b3;
+ color: #b7440b;
text-decoration: underline;
}
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
- border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-top: 1px solid rgba(34, 34, 34, 0.1);
}
small,
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
max-width: 100%;
height: auto;
}
kbd kbd {
padding: 0;
font-size: 100%;
- font-weight: 700;
+ font-weight: 600;
}
pre {
.table {
width: 100%;
margin-bottom: 1rem;
- color: #212529;
+ color: #495057;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
- border-top: 1px solid #dee2e6;
+ border-top: 1px solid #495057;
}
.table thead th {
vertical-align: bottom;
- border-bottom: 2px solid #dee2e6;
+ border-bottom: 2px solid #495057;
}
.table tbody + tbody {
- border-top: 2px solid #dee2e6;
+ border-top: 2px solid #495057;
}
.table-sm th,
}
.table-bordered {
- border: 1px solid #dee2e6;
+ border: 1px solid #495057;
}
.table-bordered th,
.table-bordered td {
- border: 1px solid #dee2e6;
+ border: 1px solid #495057;
}
.table-bordered thead th,
.table-bordered thead td {
}
.table-striped tbody tr:nth-of-type(odd) {
- background-color: rgba(0, 0, 0, 0.05);
+ background-color: rgba(34, 34, 34, 0.05);
}
.table-hover tbody tr:hover {
- color: #212529;
- background-color: rgba(0, 0, 0, 0.075);
+ color: #495057;
+ background-color: rgba(34, 34, 34, 0.075);
}
.table-primary,
.table-active,
.table-active > th,
.table-active > td {
- background-color: rgba(0, 0, 0, 0.075);
+ background-color: rgba(34, 34, 34, 0.075);
}
.table-hover .table-active:hover {
- background-color: rgba(0, 0, 0, 0.075);
+ background-color: rgba(21, 21, 21, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
- background-color: rgba(0, 0, 0, 0.075);
+ background-color: rgba(21, 21, 21, 0.075);
}
.table .thead-dark th {
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
- border-color: #dee2e6;
+ border-color: #495057;
}
.table-dark {
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control:focus {
color: #495057;
background-color: #fff;
- border-color: #80bdff;
+ border-color: #f8b796;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75);
}
.form-control::placeholder {
color: #6c757d;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
- color: #212529;
+ color: #495057;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
- border-radius: 0.2rem;
+ border-radius: 1rem;
}
.form-control-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
- border-radius: 0.3rem;
+ border-radius: 0.5rem;
}
select.form-control[size],
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
- color: #28a745;
+ color: #007bff;
}
.valid-tooltip {
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
- background-color: rgba(40, 167, 69, 0.9);
- border-radius: 0.25rem;
+ background-color: rgba(0, 123, 255, 0.9);
+ border-radius: 0.5rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
.was-validated .form-control:valid,
.form-control.is-valid {
- border-color: #28a745;
+ border-color: #007bff;
padding-right: calc(1.5em + 0.75rem) !important;
- 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='%2328a745' 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-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='%23007bff' 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: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #007bff;
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.was-validated select.form-control:valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
- border-color: #28a745;
+ border-color: #007bff;
padding-right: calc(0.75em + 2.3125rem) !important;
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,
#fff
- 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='%2328a745' 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")
+ 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='%23007bff' 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: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #007bff;
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
- color: #28a745;
+ color: #007bff;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
- color: #28a745;
+ color: #007bff;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
- border-color: #28a745;
+ border-color: #007bff;
}
.was-validated
.custom-control-input:valid:checked
~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
- border-color: #34ce57;
- background-color: #34ce57;
+ border-color: #3395ff;
+ background-color: #3395ff;
}
.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(40, 167, 69, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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: #28a745;
+ border-color: #007bff;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
- border-color: #28a745;
+ border-color: #007bff;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
- border-color: #28a745;
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
+ border-color: #007bff;
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.invalid-feedback {
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
- color: #dc3545;
+ color: #873208;
}
.invalid-tooltip {
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
- background-color: rgba(220, 53, 69, 0.9);
- border-radius: 0.25rem;
+ background-color: rgba(135, 50, 8, 0.9);
+ border-radius: 0.5rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
.was-validated .form-control:invalid,
.form-control.is-invalid {
- border-color: #dc3545;
+ border-color: #873208;
padding-right: calc(1.5em + 0.75rem) !important;
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23873208' 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='%23873208' 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: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #873208;
+ box-shadow: 0 0 0 0.2rem rgba(135, 50, 8, 0.25);
}
.was-validated select.form-control:invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
- border-color: #dc3545;
+ border-color: #873208;
padding-right: calc(0.75em + 2.3125rem) !important;
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,
#fff
- url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e")
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23873208' 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='%23873208' 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: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #873208;
+ box-shadow: 0 0 0 0.2rem rgba(135, 50, 8, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
- color: #dc3545;
+ color: #873208;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
- color: #dc3545;
+ color: #873208;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
- border-color: #dc3545;
+ border-color: #873208;
}
.was-validated
.custom-control-input:invalid:checked
~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
- border-color: #e4606d;
- background-color: #e4606d;
+ border-color: #b7440b;
+ background-color: #b7440b;
}
.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(220, 53, 69, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(135, 50, 8, 0.25);
}
.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: #dc3545;
+ border-color: #873208;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
- border-color: #dc3545;
+ border-color: #873208;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
- border-color: #dc3545;
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
+ border-color: #873208;
+ box-shadow: 0 0 0 0.2rem rgba(135, 50, 8, 0.25);
}
.form-inline {
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
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;
}
.btn:focus,
.btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75);
}
.btn.disabled,
.btn:disabled {
text-decoration: none;
}
.btn-link:hover {
- color: #0056b3;
+ color: #b7440b;
text-decoration: underline;
}
.btn-link:focus,
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
- border-radius: 0.3rem;
+ border-radius: 0.5rem;
}
.btn-sm,
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
- border-radius: 0.2rem;
+ border-radius: 1rem;
}
.btn-block {
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
- color: #212529;
+ color: #495057;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0.25rem;
+ border: 1px solid rgba(34, 34, 34, 0.15);
+ border-radius: 0.5rem;
}
.dropdown-menu-left {
.dropdown-item:active {
color: #fff;
text-decoration: none;
- background-color: #007bff;
+ background-color: #f1641e;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
- border-radius: 0.3rem;
+ border-radius: 0.5rem;
}
.input-group-sm > .form-control:not(textarea),
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
- border-radius: 0.2rem;
+ border-radius: 1rem;
}
.input-group-lg > .custom-select,
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
- border-color: #007bff;
- background-color: #007bff;
+ border-color: #f1641e;
+ background-color: #f1641e;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
- border-color: #80bdff;
+ border-color: #f8b796;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
- background-color: #b3d7ff;
- border-color: #b3d7ff;
+ background-color: #fbd8c6;
+ border-color: #fbd8c6;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
}
.custom-checkbox .custom-control-label::before {
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
}
.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");
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
- border-color: #007bff;
- background-color: #007bff;
+ border-color: #f1641e;
+ background-color: #f1641e;
}
.custom-checkbox
.custom-control-input:indeterminate
.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(241, 100, 30, 0.5);
}
.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(241, 100, 30, 0.5);
}
.custom-radio .custom-control-label::before {
.custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(241, 100, 30, 0.5);
}
.custom-switch {
.custom-switch
.custom-control-input:disabled:checked
~ .custom-control-label::before {
- background-color: rgba(0, 123, 255, 0.5);
+ background-color: rgba(241, 100, 30, 0.5);
}
.custom-select {
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 #ced4da;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
appearance: none;
}
.custom-select:focus {
- border-color: #80bdff;
+ border-color: #f8b796;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75);
}
.custom-select:focus::-ms-value {
color: #495057;
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
- border-color: #80bdff;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ border-color: #f8b796;
+ box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
}
.custom-file-label::after {
position: absolute;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
- border-radius: 0 0.25rem 0.25rem 0;
+ border-radius: 0 0.5rem 0.5rem 0;
}
.custom-range {
outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 100, 30, 0.75);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 100, 30, 0.75);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 100, 30, 0.75);
}
.custom-range::-moz-focus-outer {
border: 0;
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
- background-color: #007bff;
+ background-color: #f1641e;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-webkit-slider-thumb:active {
- background-color: #b3d7ff;
+ background-color: #fbd8c6;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
- background-color: #007bff;
+ background-color: #f1641e;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-moz-range-thumb:active {
- background-color: #b3d7ff;
+ background-color: #fbd8c6;
}
.custom-range::-moz-range-track {
width: 100%;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
- background-color: #007bff;
+ background-color: #f1641e;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
}
}
.custom-range::-ms-thumb:active {
- background-color: #b3d7ff;
+ background-color: #fbd8c6;
}
.custom-range::-ms-track {
width: 100%;
margin-bottom: -1px;
background-color: transparent;
border: 1px solid transparent;
- border-top-left-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
+ border-top-left-radius: 0.5rem;
+ border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
.nav-pills .nav-link {
background: none;
border: 0;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
- background-color: #007bff;
+ background-color: #f1641e;
}
.nav-fill > .nav-link,
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
}
.navbar-light .navbar-brand {
- color: rgba(0, 0, 0, 0.9);
+ color: #212529;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
- color: rgba(0, 0, 0, 0.9);
+ color: #212529;
}
.navbar-light .navbar-nav .nav-link {
color: #6c757d;
color: #212529;
}
.navbar-light .navbar-nav .nav-link.disabled {
- color: rgba(0, 0, 0, 0.3);
+ color: rgba(34, 34, 34, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
}
.navbar-light .navbar-toggler {
color: #6c757d;
- border-color: rgba(0, 0, 0, 0.1);
+ border-color: rgba(34, 34, 34, 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='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
+ 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='%236c757d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: #6c757d;
word-wrap: break-word;
background-color: #f8f9fa;
background-clip: border-box;
- border: 1px solid rgba(0, 0, 0, 0.125);
- border-radius: 0.25rem;
+ border: 1px solid rgba(34, 34, 34, 0.125);
+ border-radius: 0.5rem;
}
.card > hr {
margin-right: 0;
}
.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);
+ border-top-left-radius: calc(0.5rem - 1px);
+ border-top-right-radius: calc(0.5rem - 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);
+ border-bottom-right-radius: calc(0.5rem - 1px);
+ border-bottom-left-radius: calc(0.5rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
color: #495057;
- background-color: rgba(0, 0, 0, 0.03);
- border-bottom: 1px solid rgba(0, 0, 0, 0.125);
+ background-color: rgba(34, 34, 34, 0.03);
+ border-bottom: 1px solid rgba(34, 34, 34, 0.125);
}
.card-header:first-child {
- border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
+ border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
color: #495057;
- background-color: rgba(0, 0, 0, 0.03);
- border-top: 1px solid rgba(0, 0, 0, 0.125);
+ background-color: rgba(34, 34, 34, 0.03);
+ border-top: 1px solid rgba(34, 34, 34, 0.125);
}
.card-footer:last-child {
- border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
+ border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}
.card-header-tabs {
bottom: 0;
left: 0;
padding: 1.25rem;
- border-radius: calc(0.25rem - 1px);
+ border-radius: calc(0.5rem - 1px);
}
.card-img,
.card-img,
.card-img-top {
- border-top-left-radius: calc(0.25rem - 1px);
- border-top-right-radius: calc(0.25rem - 1px);
+ border-top-left-radius: calc(0.5rem - 1px);
+ border-top-right-radius: calc(0.5rem - 1px);
}
.card-img,
.card-img-bottom {
- border-bottom-right-radius: calc(0.25rem - 1px);
- border-bottom-left-radius: calc(0.25rem - 1px);
+ border-bottom-right-radius: calc(0.5rem - 1px);
+ border-bottom-left-radius: calc(0.5rem - 1px);
}
.card-deck .card {
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item {
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
- color: #007bff;
+ color: #f1641e;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
- color: #0056b3;
+ color: #b7440b;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75);
}
.page-item:first-child .page-link {
.page-item.active .page-link {
z-index: 3;
color: #fff;
- background-color: #007bff;
- border-color: #007bff;
+ background-color: #f1641e;
+ border-color: #f1641e;
}
.page-item.disabled .page-link {
color: #6c757d;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
- border-top-left-radius: 0.3rem;
- border-bottom-left-radius: 0.3rem;
+ border-top-left-radius: 0.5rem;
+ border-bottom-left-radius: 0.5rem;
}
.pagination-lg .page-item:last-child .page-link {
- border-top-right-radius: 0.3rem;
- border-bottom-right-radius: 0.3rem;
+ border-top-right-radius: 0.5rem;
+ border-bottom-right-radius: 0.5rem;
}
.pagination-sm .page-link {
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
- border-top-left-radius: 0.2rem;
- border-bottom-left-radius: 0.2rem;
+ border-top-left-radius: 1rem;
+ border-bottom-left-radius: 1rem;
}
.pagination-sm .page-item:last-child .page-link {
- border-top-right-radius: 0.2rem;
- border-bottom-right-radius: 0.2rem;
+ border-top-right-radius: 1rem;
+ border-bottom-right-radius: 1rem;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
- font-weight: 700;
+ font-weight: 600;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
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.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
}
.alert-heading {
}
.alert-link {
- font-weight: 700;
+ font-weight: 600;
}
.alert-dismissible {
line-height: 0;
font-size: 0.75rem;
background-color: #e9ecef;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
}
.progress-bar {
color: #fff;
text-align: center;
white-space: nowrap;
- background-color: #007bff;
+ background-color: #f1641e;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
- border-radius: 0.25rem;
+ border-radius: 0.5rem;
}
.list-group-item-action {
background-color: #f8f9fa;
}
.list-group-item-action:active {
- color: #212529;
+ color: #495057;
background-color: #e9ecef;
}
display: block;
padding: 0.75rem 1.25rem;
background-color: #fff;
- border: 1px solid rgba(0, 0, 0, 0.125);
+ border: 1px solid rgba(34, 34, 34, 0.125);
}
.list-group-item:first-child {
border-top-left-radius: inherit;
.list-group-item.active {
z-index: 2;
color: #fff;
- background-color: #007bff;
- border-color: #007bff;
+ background-color: #f1641e;
+ border-color: #f1641e;
}
.list-group-item + .list-group-item {
border-top-width: 0;
flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
- border-bottom-left-radius: 0.25rem;
+ border-bottom-left-radius: 0.5rem;
border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
- border-top-right-radius: 0.25rem;
+ border-top-right-radius: 0.5rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item:first-child {
- border-bottom-left-radius: 0.25rem;
+ border-bottom-left-radius: 0.5rem;
border-top-right-radius: 0;
}
.list-group-horizontal-sm > .list-group-item:last-child {
- border-top-right-radius: 0.25rem;
+ border-top-right-radius: 0.5rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-sm > .list-group-item.active {
flex-direction: row;
}
.list-group-horizontal-md > .list-group-item:first-child {
- border-bottom-left-radius: 0.25rem;
+ border-bottom-left-radius: 0.5rem;
border-top-right-radius: 0;
}
.list-group-horizontal-md > .list-group-item:last-child {
- border-top-right-radius: 0.25rem;
+ border-top-right-radius: 0.5rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-md > .list-group-item.active {
flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item:first-child {
- border-bottom-left-radius: 0.25rem;
+ border-bottom-left-radius: 0.5rem;
border-top-right-radius: 0;
}
.list-group-horizontal-lg > .list-group-item:last-child {
- border-top-right-radius: 0.25rem;
+ border-top-right-radius: 0.5rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-lg > .list-group-item.active {
flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item:first-child {
- border-bottom-left-radius: 0.25rem;
+ border-bottom-left-radius: 0.5rem;
border-top-right-radius: 0;
}
.list-group-horizontal-xl > .list-group-item:last-child {
- border-top-right-radius: 0.25rem;
+ border-top-right-radius: 0.5rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-xl > .list-group-item.active {
.close {
float: right;
font-size: 1.5rem;
- font-weight: 700;
+ font-weight: 600;
line-height: 1;
- color: #000;
+ color: #222;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
.close:hover {
- color: #000;
+ color: #222;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
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);
+ box-shadow: 0 0.25rem 0.75rem rgba(34, 34, 34, 0.1);
opacity: 0;
border-radius: 0.25rem;
}
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.2);
- border-radius: 0.3rem;
+ border: 1px solid rgba(34, 34, 34, 0.2);
+ border-radius: 0.5rem;
outline: 0;
}
z-index: 1040;
width: 100vw;
height: 100vh;
- background-color: #000;
+ background-color: #222;
}
.modal-backdrop.fade {
opacity: 0;
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);
+ border-bottom: 1px solid #495057;
+ border-top-left-radius: calc(0.5rem - 1px);
+ border-top-right-radius: calc(0.5rem - 1px);
}
.modal-header .close {
padding: 1rem 1rem;
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);
+ border-top: 1px solid #495057;
+ border-bottom-right-radius: calc(0.5rem - 1px);
+ border-bottom-left-radius: calc(0.5rem - 1px);
}
.modal-footer > * {
margin: 0.25rem;
z-index: 1070;
display: block;
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: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI",
+ "Helvetica", Arial, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.5;
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
- border-top-color: #000;
+ border-top-color: #222;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
- border-right-color: #000;
+ border-right-color: #222;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
- border-bottom-color: #000;
+ border-bottom-color: #222;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
- border-left-color: #000;
+ border-left-color: #222;
}
.tooltip-inner {
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
- background-color: #000;
- border-radius: 0.25rem;
+ background-color: #222;
+ border-radius: 0.5rem;
}
.popover {
z-index: 1060;
display: block;
max-width: 276px;
- 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: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI",
+ "Helvetica", Arial, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.5;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.2);
- border-radius: 0.3rem;
+ border: 1px solid rgba(34, 34, 34, 0.2);
+ border-radius: 0.5rem;
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
- margin: 0 0.3rem;
+ margin: 0 0.5rem;
}
.popover .arrow::before,
.popover .arrow::after {
.bs-popover-auto[x-placement^="top"] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
- border-top-color: rgba(0, 0, 0, 0.25);
+ border-top-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
- margin: 0.3rem 0;
+ margin: 0.5rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
- border-right-color: rgba(0, 0, 0, 0.25);
+ border-right-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
- border-bottom-color: rgba(0, 0, 0, 0.25);
+ border-bottom-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
- margin: 0.3rem 0;
+ margin: 0.5rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
- border-left-color: rgba(0, 0, 0, 0.25);
+ border-left-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
color: #495057;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
- border-top-left-radius: calc(0.3rem - 1px);
- border-top-right-radius: calc(0.3rem - 1px);
+ border-top-left-radius: calc(0.5rem - 1px);
+ border-top-right-radius: calc(0.5rem - 1px);
}
.popover-header:empty {
display: none;
.popover-body {
padding: 0.5rem 0.75rem;
- color: #212529;
+ color: #495057;
}
.carousel {
padding-top: 100%;
}
-.embed-responsive-21by9::before {
- padding-top: 42.85714286%;
-}
-
-.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;
}
}
.shadow-sm {
- box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
+ box-shadow: 0 0.125rem 0.25rem rgba(34, 34, 34, 0.075) !important;
}
.shadow {
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
+ box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15) !important;
}
.shadow-lg {
- box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
+ box-shadow: 0 1rem 3rem rgba(34, 34, 34, 0.175) !important;
}
.shadow-none {
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
- border-color: #dee2e6;
+ border-color: #495057;
}
.table .thead-dark th {
color: inherit;
- border-color: #dee2e6;
+ border-color: #495057;
}
}