@openeuropa/bcl-theme-default 0.21.0 → 0.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bcl-builder.config.js +2 -2
- package/css/oe-bcl-default.css +626 -410
- package/css/oe-bcl-default.css.map +1 -1
- package/css/oe-bcl-default.min.css +1 -1
- package/css/oe-bcl-default.min.css.map +1 -1
- package/icons/bcl-default-icons.svg +1 -1
- package/js/oe-bcl-default.bundle.js +3 -3
- package/js/oe-bcl-default.bundle.js.map +1 -1
- package/js/oe-bcl-default.bundle.min.js +1 -1
- package/js/oe-bcl-default.bundle.min.js.map +1 -1
- package/js/oe-bcl-default.esm.js +3 -3
- package/js/oe-bcl-default.esm.js.map +1 -1
- package/js/oe-bcl-default.esm.min.js +1 -1
- package/js/oe-bcl-default.esm.min.js.map +1 -1
- package/js/oe-bcl-default.umd.js +3 -3
- package/js/oe-bcl-default.umd.js.map +1 -1
- package/js/oe-bcl-default.umd.min.js +1 -1
- package/js/oe-bcl-default.umd.min.js.map +1 -1
- package/logos/ec/negative/logo-ec--jp.svg +72 -0
- package/logos/ec/negative/logo-ec--lb.svg +93 -0
- package/logos/ec/negative/logo-ec--ru.svg +91 -0
- package/logos/ec/negative/logo-ec--uk.svg +90 -0
- package/logos/ec/negative/logo-ec--zh.svg +72 -0
- package/logos/ec/positive/logo-ec--jp.svg +77 -0
- package/logos/ec/positive/logo-ec--lb.svg +93 -0
- package/logos/ec/positive/logo-ec--ru.svg +91 -0
- package/logos/ec/positive/logo-ec--uk.svg +90 -0
- package/logos/ec/positive/logo-ec--zh.svg +77 -0
- package/logos/eu/condensed-version/negative/logo-eu--jp.svg +17 -0
- package/logos/eu/condensed-version/negative/logo-eu--lb.svg +19 -0
- package/logos/eu/condensed-version/negative/logo-eu--ru.svg +19 -0
- package/logos/eu/condensed-version/negative/logo-eu--uk.svg +19 -0
- package/logos/eu/condensed-version/negative/logo-eu--zh.svg +7 -0
- package/logos/eu/condensed-version/positive/logo-eu--jp.svg +6 -0
- package/logos/eu/condensed-version/positive/logo-eu--lb.svg +6 -0
- package/logos/eu/condensed-version/positive/logo-eu--ru.svg +6 -0
- package/logos/eu/condensed-version/positive/logo-eu--uk.svg +6 -0
- package/logos/eu/condensed-version/positive/logo-eu--zh.svg +6 -0
- package/logos/eu/standard-version/negative/logo-eu--jp.svg +9 -0
- package/logos/eu/standard-version/negative/logo-eu--lb.svg +21 -0
- package/logos/eu/standard-version/negative/logo-eu--ru.svg +20 -0
- package/logos/eu/standard-version/negative/logo-eu--uk.svg +21 -0
- package/logos/eu/standard-version/negative/logo-eu--zh.svg +9 -0
- package/logos/eu/standard-version/positive/logo-eu--jp.svg +8 -0
- package/logos/eu/standard-version/positive/logo-eu--lb.svg +20 -0
- package/logos/eu/standard-version/positive/logo-eu--ru.svg +19 -0
- package/logos/eu/standard-version/positive/logo-eu--uk.svg +20 -0
- package/logos/eu/standard-version/positive/logo-eu--zh.svg +8 -0
- package/package.json +9 -9
- package/src/js/gallery/gallery.js +3 -3
- package/src/scss/_alert.scss +8 -0
- package/src/scss/_badge.scss +76 -58
- package/src/scss/_banners.scss +16 -0
- package/src/scss/_gallery.scss +7 -0
- package/src/scss/_inpage-navigation.scss +1 -2
- package/src/scss/_multiselect.scss +7 -7
- package/src/scss/base/_colors.scss +17 -6
- package/src/scss/base/_utilities.scss +9 -0
- package/src/scss/base/_variables.scss +4 -0
- package/src/scss/oe-bcl-default.scss +1 -0
- package/templates/bcl-alert/alert.html.twig +9 -1
- package/templates/bcl-badge/badge.html.twig +13 -9
- package/templates/bcl-banner/banner.html.twig +20 -9
- package/templates/bcl-base-templates/content-type.html.twig +3 -3
- package/templates/bcl-base-templates/listing-page.html.twig +19 -9
- package/templates/bcl-card/card.html.twig +22 -19
- package/templates/bcl-content-banner/content-banner.html.twig +35 -32
- package/templates/bcl-description-list/description-list.html.twig +14 -10
- package/templates/bcl-event/event.html.twig +2 -2
- package/templates/bcl-fact-figures/fact-figures.html.twig +31 -25
- package/templates/bcl-file/file.html.twig +22 -14
- package/templates/bcl-form/form.html.twig +10 -4
- package/templates/bcl-gallery/gallery.html.twig +23 -19
- package/templates/bcl-group/group-landing.html.twig +7 -7
- package/templates/bcl-group/group.html.twig +1 -1
- package/templates/bcl-heading/heading.html.twig +40 -0
- package/templates/bcl-inpage-navigation/inpage-navigation.html.twig +16 -8
- package/templates/bcl-landing-page/landing-page.html.twig +2 -2
- package/templates/bcl-links-block/links-block.html.twig +16 -6
- package/templates/bcl-listing/listing.html.twig +18 -8
- package/templates/bcl-modal/modal.html.twig +4 -1
- package/templates/bcl-offcanvas/offcanvas.html.twig +16 -19
- package/templates/bcl-page/page.html.twig +3 -3
- package/templates/bcl-person/person.html.twig +11 -11
- package/templates/bcl-progress/progress.html.twig +3 -0
- package/templates/bcl-project/project-lists.html.twig +70 -0
- package/templates/bcl-project/project.html.twig +51 -76
- package/templates/bcl-project-status/project-contributions.html.twig +56 -0
- package/templates/bcl-project-status/project-status.html.twig +14 -44
- package/templates/bcl-recent-activities/recent-activities.html.twig +9 -7
- package/templates/bcl-search/search.html.twig +9 -2
- package/templates/bcl-timeline/timeline.html.twig +22 -18
- package/templates/bcl-user/{user-view-compact.html.twig → user-compact.html.twig} +0 -0
- package/templates/bcl-user/user-terms.html.twig +11 -0
- package/templates/bcl-user/user.html.twig +129 -0
- package/yarn-error.log +17973 -0
- package/templates/bcl-user/user-edit.html.twig +0 -38
- package/templates/bcl-user/user-view.html.twig +0 -86
package/css/oe-bcl-default.css
CHANGED
|
@@ -22,20 +22,20 @@
|
|
|
22
22
|
--bs-gray-700: #495057;
|
|
23
23
|
--bs-gray-800: #343a40;
|
|
24
24
|
--bs-gray-900: #212529;
|
|
25
|
-
--bs-primary: #
|
|
26
|
-
--bs-secondary: #
|
|
27
|
-
--bs-success: #
|
|
28
|
-
--bs-info: #
|
|
29
|
-
--bs-warning: #
|
|
30
|
-
--bs-danger: #
|
|
25
|
+
--bs-primary: #253ebe;
|
|
26
|
+
--bs-secondary: #70254a;
|
|
27
|
+
--bs-success: #09854c;
|
|
28
|
+
--bs-info: #0d768b;
|
|
29
|
+
--bs-warning: #ffba07;
|
|
30
|
+
--bs-danger: #a51f2c;
|
|
31
31
|
--bs-light: #f8f9fa;
|
|
32
32
|
--bs-dark: #212529;
|
|
33
|
-
--bs-primary-rgb:
|
|
34
|
-
--bs-secondary-rgb:
|
|
35
|
-
--bs-success-rgb:
|
|
36
|
-
--bs-info-rgb:
|
|
37
|
-
--bs-warning-rgb: 255,
|
|
38
|
-
--bs-danger-rgb:
|
|
33
|
+
--bs-primary-rgb: 37, 62, 190;
|
|
34
|
+
--bs-secondary-rgb: 112, 37, 74;
|
|
35
|
+
--bs-success-rgb: 9, 133, 76;
|
|
36
|
+
--bs-info-rgb: 13, 118, 139;
|
|
37
|
+
--bs-warning-rgb: 255, 186, 7;
|
|
38
|
+
--bs-danger-rgb: 165, 31, 44;
|
|
39
39
|
--bs-light-rgb: 248, 249, 250;
|
|
40
40
|
--bs-dark-rgb: 33, 37, 41;
|
|
41
41
|
--bs-white-rgb: 255, 255, 255;
|
|
@@ -224,11 +224,11 @@ sup {
|
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
a {
|
|
227
|
-
color: #
|
|
227
|
+
color: #253ebe;
|
|
228
228
|
text-decoration: underline;
|
|
229
229
|
}
|
|
230
230
|
a:hover {
|
|
231
|
-
color: #
|
|
231
|
+
color: #1e3298;
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
|
@@ -2442,7 +2442,7 @@ progress {
|
|
|
2442
2442
|
--bs-table-active-color: #212529;
|
|
2443
2443
|
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
|
|
2444
2444
|
--bs-table-hover-color: #212529;
|
|
2445
|
-
--bs-table-hover-bg: rgba(0, 0, 0, 0.
|
|
2445
|
+
--bs-table-hover-bg: rgba(0, 0, 0, 0.1);
|
|
2446
2446
|
width: 100%;
|
|
2447
2447
|
margin-bottom: 1rem;
|
|
2448
2448
|
color: #212529;
|
|
@@ -2503,75 +2503,75 @@ progress {
|
|
|
2503
2503
|
}
|
|
2504
2504
|
|
|
2505
2505
|
.table-primary {
|
|
2506
|
-
--bs-table-bg: #
|
|
2507
|
-
--bs-table-striped-bg: #
|
|
2506
|
+
--bs-table-bg: #d3d8f2;
|
|
2507
|
+
--bs-table-striped-bg: #c8cde6;
|
|
2508
2508
|
--bs-table-striped-color: #000;
|
|
2509
|
-
--bs-table-active-bg: #
|
|
2509
|
+
--bs-table-active-bg: #bec2da;
|
|
2510
2510
|
--bs-table-active-color: #000;
|
|
2511
|
-
--bs-table-hover-bg: #
|
|
2511
|
+
--bs-table-hover-bg: #bec2da;
|
|
2512
2512
|
--bs-table-hover-color: #000;
|
|
2513
2513
|
color: #000;
|
|
2514
|
-
border-color: #
|
|
2514
|
+
border-color: #bec2da;
|
|
2515
2515
|
}
|
|
2516
2516
|
|
|
2517
2517
|
.table-secondary {
|
|
2518
|
-
--bs-table-bg: #
|
|
2519
|
-
--bs-table-striped-bg: #
|
|
2518
|
+
--bs-table-bg: #e2d3db;
|
|
2519
|
+
--bs-table-striped-bg: #d7c8d0;
|
|
2520
2520
|
--bs-table-striped-color: #000;
|
|
2521
|
-
--bs-table-active-bg: #
|
|
2521
|
+
--bs-table-active-bg: #cbbec5;
|
|
2522
2522
|
--bs-table-active-color: #000;
|
|
2523
|
-
--bs-table-hover-bg: #
|
|
2523
|
+
--bs-table-hover-bg: #cbbec5;
|
|
2524
2524
|
--bs-table-hover-color: #000;
|
|
2525
2525
|
color: #000;
|
|
2526
|
-
border-color: #
|
|
2526
|
+
border-color: #cbbec5;
|
|
2527
2527
|
}
|
|
2528
2528
|
|
|
2529
2529
|
.table-success {
|
|
2530
|
-
--bs-table-bg: #
|
|
2531
|
-
--bs-table-striped-bg: #
|
|
2530
|
+
--bs-table-bg: #cee7db;
|
|
2531
|
+
--bs-table-striped-bg: #c4dbd0;
|
|
2532
2532
|
--bs-table-striped-color: #000;
|
|
2533
|
-
--bs-table-active-bg: #
|
|
2533
|
+
--bs-table-active-bg: #b9d0c5;
|
|
2534
2534
|
--bs-table-active-color: #000;
|
|
2535
|
-
--bs-table-hover-bg: #
|
|
2535
|
+
--bs-table-hover-bg: #b9d0c5;
|
|
2536
2536
|
--bs-table-hover-color: #000;
|
|
2537
2537
|
color: #000;
|
|
2538
|
-
border-color: #
|
|
2538
|
+
border-color: #b9d0c5;
|
|
2539
2539
|
}
|
|
2540
2540
|
|
|
2541
2541
|
.table-info {
|
|
2542
|
-
--bs-table-bg: #
|
|
2543
|
-
--bs-table-striped-bg: #
|
|
2542
|
+
--bs-table-bg: #cfe4e8;
|
|
2543
|
+
--bs-table-striped-bg: #c5d9dc;
|
|
2544
2544
|
--bs-table-striped-color: #000;
|
|
2545
|
-
--bs-table-active-bg: #
|
|
2545
|
+
--bs-table-active-bg: #bacdd1;
|
|
2546
2546
|
--bs-table-active-color: #000;
|
|
2547
|
-
--bs-table-hover-bg: #
|
|
2547
|
+
--bs-table-hover-bg: #bacdd1;
|
|
2548
2548
|
--bs-table-hover-color: #000;
|
|
2549
2549
|
color: #000;
|
|
2550
|
-
border-color: #
|
|
2550
|
+
border-color: #bacdd1;
|
|
2551
2551
|
}
|
|
2552
2552
|
|
|
2553
2553
|
.table-warning {
|
|
2554
|
-
--bs-table-bg: #
|
|
2555
|
-
--bs-table-striped-bg: #
|
|
2554
|
+
--bs-table-bg: #fff1cd;
|
|
2555
|
+
--bs-table-striped-bg: #f2e5c3;
|
|
2556
2556
|
--bs-table-striped-color: #000;
|
|
2557
|
-
--bs-table-active-bg: #
|
|
2557
|
+
--bs-table-active-bg: #e6d9b9;
|
|
2558
2558
|
--bs-table-active-color: #000;
|
|
2559
|
-
--bs-table-hover-bg: #
|
|
2559
|
+
--bs-table-hover-bg: #e6d9b9;
|
|
2560
2560
|
--bs-table-hover-color: #000;
|
|
2561
2561
|
color: #000;
|
|
2562
|
-
border-color: #
|
|
2562
|
+
border-color: #e6d9b9;
|
|
2563
2563
|
}
|
|
2564
2564
|
|
|
2565
2565
|
.table-danger {
|
|
2566
|
-
--bs-table-bg: #
|
|
2567
|
-
--bs-table-striped-bg: #
|
|
2566
|
+
--bs-table-bg: #edd2d5;
|
|
2567
|
+
--bs-table-striped-bg: #e1c8ca;
|
|
2568
2568
|
--bs-table-striped-color: #000;
|
|
2569
|
-
--bs-table-active-bg: #
|
|
2569
|
+
--bs-table-active-bg: #d5bdc0;
|
|
2570
2570
|
--bs-table-active-color: #000;
|
|
2571
|
-
--bs-table-hover-bg: #
|
|
2571
|
+
--bs-table-hover-bg: #d5bdc0;
|
|
2572
2572
|
--bs-table-hover-color: #000;
|
|
2573
2573
|
color: #000;
|
|
2574
|
-
border-color: #
|
|
2574
|
+
border-color: #d5bdc0;
|
|
2575
2575
|
}
|
|
2576
2576
|
|
|
2577
2577
|
.table-light {
|
|
@@ -2580,7 +2580,7 @@ progress {
|
|
|
2580
2580
|
--bs-table-striped-color: #000;
|
|
2581
2581
|
--bs-table-active-bg: #dfe0e1;
|
|
2582
2582
|
--bs-table-active-color: #000;
|
|
2583
|
-
--bs-table-hover-bg: #
|
|
2583
|
+
--bs-table-hover-bg: #dfe0e1;
|
|
2584
2584
|
--bs-table-hover-color: #000;
|
|
2585
2585
|
color: #000;
|
|
2586
2586
|
border-color: #dfe0e1;
|
|
@@ -2592,7 +2592,7 @@ progress {
|
|
|
2592
2592
|
--bs-table-striped-color: #fff;
|
|
2593
2593
|
--bs-table-active-bg: #373b3e;
|
|
2594
2594
|
--bs-table-active-color: #fff;
|
|
2595
|
-
--bs-table-hover-bg: #
|
|
2595
|
+
--bs-table-hover-bg: #373b3e;
|
|
2596
2596
|
--bs-table-hover-color: #fff;
|
|
2597
2597
|
color: #fff;
|
|
2598
2598
|
border-color: #373b3e;
|
|
@@ -2694,9 +2694,9 @@ progress {
|
|
|
2694
2694
|
.form-control:focus {
|
|
2695
2695
|
color: #212529;
|
|
2696
2696
|
background-color: #fff;
|
|
2697
|
-
border-color: #
|
|
2697
|
+
border-color: #929fdf;
|
|
2698
2698
|
outline: 0;
|
|
2699
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
2699
|
+
box-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.25);
|
|
2700
2700
|
}
|
|
2701
2701
|
.form-control::-webkit-date-and-time-value {
|
|
2702
2702
|
height: 1.5em;
|
|
@@ -2920,9 +2920,9 @@ textarea.form-control-lg {
|
|
|
2920
2920
|
}
|
|
2921
2921
|
}
|
|
2922
2922
|
.form-select:focus {
|
|
2923
|
-
border-color: #
|
|
2923
|
+
border-color: #929fdf;
|
|
2924
2924
|
outline: 0;
|
|
2925
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
2925
|
+
box-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.25);
|
|
2926
2926
|
}
|
|
2927
2927
|
.form-select[multiple], .form-select[size]:not([size="1"]) {
|
|
2928
2928
|
padding-right: 0.75rem;
|
|
@@ -2990,13 +2990,13 @@ textarea.form-control-lg {
|
|
|
2990
2990
|
filter: brightness(90%);
|
|
2991
2991
|
}
|
|
2992
2992
|
.form-check-input:focus {
|
|
2993
|
-
border-color: #
|
|
2993
|
+
border-color: #929fdf;
|
|
2994
2994
|
outline: 0;
|
|
2995
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
2995
|
+
box-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.25);
|
|
2996
2996
|
}
|
|
2997
2997
|
.form-check-input:checked {
|
|
2998
|
-
background-color: #
|
|
2999
|
-
border-color: #
|
|
2998
|
+
background-color: #253ebe;
|
|
2999
|
+
border-color: #253ebe;
|
|
3000
3000
|
}
|
|
3001
3001
|
.form-check-input:checked[type=checkbox] {
|
|
3002
3002
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
|
|
@@ -3005,8 +3005,8 @@ textarea.form-control-lg {
|
|
|
3005
3005
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
|
|
3006
3006
|
}
|
|
3007
3007
|
.form-check-input[type=checkbox]:indeterminate {
|
|
3008
|
-
background-color: #
|
|
3009
|
-
border-color: #
|
|
3008
|
+
background-color: #253ebe;
|
|
3009
|
+
border-color: #253ebe;
|
|
3010
3010
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
|
|
3011
3011
|
}
|
|
3012
3012
|
.form-check-input:disabled {
|
|
@@ -3036,7 +3036,7 @@ textarea.form-control-lg {
|
|
|
3036
3036
|
}
|
|
3037
3037
|
}
|
|
3038
3038
|
.form-switch .form-check-input:focus {
|
|
3039
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%
|
|
3039
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23929fdf'/%3e%3c/svg%3e");
|
|
3040
3040
|
}
|
|
3041
3041
|
.form-switch .form-check-input:checked {
|
|
3042
3042
|
background-position: right center;
|
|
@@ -3073,10 +3073,10 @@ textarea.form-control-lg {
|
|
|
3073
3073
|
outline: 0;
|
|
3074
3074
|
}
|
|
3075
3075
|
.form-range:focus::-webkit-slider-thumb {
|
|
3076
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(
|
|
3076
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(37, 62, 190, 0.25);
|
|
3077
3077
|
}
|
|
3078
3078
|
.form-range:focus::-moz-range-thumb {
|
|
3079
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(
|
|
3079
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(37, 62, 190, 0.25);
|
|
3080
3080
|
}
|
|
3081
3081
|
.form-range::-moz-focus-outer {
|
|
3082
3082
|
border: 0;
|
|
@@ -3085,7 +3085,7 @@ textarea.form-control-lg {
|
|
|
3085
3085
|
width: 1rem;
|
|
3086
3086
|
height: 1rem;
|
|
3087
3087
|
margin-top: -0.25rem;
|
|
3088
|
-
background-color: #
|
|
3088
|
+
background-color: #253ebe;
|
|
3089
3089
|
border: 0;
|
|
3090
3090
|
border-radius: 1rem;
|
|
3091
3091
|
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -3100,7 +3100,7 @@ textarea.form-control-lg {
|
|
|
3100
3100
|
}
|
|
3101
3101
|
}
|
|
3102
3102
|
.form-range::-webkit-slider-thumb:active {
|
|
3103
|
-
background-color: #
|
|
3103
|
+
background-color: #bec5ec;
|
|
3104
3104
|
}
|
|
3105
3105
|
.form-range::-webkit-slider-runnable-track {
|
|
3106
3106
|
width: 100%;
|
|
@@ -3114,7 +3114,7 @@ textarea.form-control-lg {
|
|
|
3114
3114
|
.form-range::-moz-range-thumb {
|
|
3115
3115
|
width: 1rem;
|
|
3116
3116
|
height: 1rem;
|
|
3117
|
-
background-color: #
|
|
3117
|
+
background-color: #253ebe;
|
|
3118
3118
|
border: 0;
|
|
3119
3119
|
border-radius: 1rem;
|
|
3120
3120
|
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -3129,7 +3129,7 @@ textarea.form-control-lg {
|
|
|
3129
3129
|
}
|
|
3130
3130
|
}
|
|
3131
3131
|
.form-range::-moz-range-thumb:active {
|
|
3132
|
-
background-color: #
|
|
3132
|
+
background-color: #bec5ec;
|
|
3133
3133
|
}
|
|
3134
3134
|
.form-range::-moz-range-track {
|
|
3135
3135
|
width: 100%;
|
|
@@ -3327,7 +3327,7 @@ textarea.form-control-lg {
|
|
|
3327
3327
|
width: 100%;
|
|
3328
3328
|
margin-top: 0.25rem;
|
|
3329
3329
|
font-size: 0.875em;
|
|
3330
|
-
color: #
|
|
3330
|
+
color: #09854c;
|
|
3331
3331
|
}
|
|
3332
3332
|
|
|
3333
3333
|
.valid-tooltip {
|
|
@@ -3340,7 +3340,7 @@ textarea.form-control-lg {
|
|
|
3340
3340
|
margin-top: 0.1rem;
|
|
3341
3341
|
font-size: 0.875rem;
|
|
3342
3342
|
color: #fff;
|
|
3343
|
-
background-color: rgba(
|
|
3343
|
+
background-color: rgba(9, 133, 76, 0.9);
|
|
3344
3344
|
border-radius: 0.25rem;
|
|
3345
3345
|
}
|
|
3346
3346
|
|
|
@@ -3352,16 +3352,16 @@ textarea.form-control-lg {
|
|
|
3352
3352
|
}
|
|
3353
3353
|
|
|
3354
3354
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
3355
|
-
border-color: #
|
|
3355
|
+
border-color: #09854c;
|
|
3356
3356
|
padding-right: calc(1.5em + 0.75rem);
|
|
3357
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%
|
|
3357
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2309854c' 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");
|
|
3358
3358
|
background-repeat: no-repeat;
|
|
3359
3359
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
3360
3360
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
3361
3361
|
}
|
|
3362
3362
|
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
|
|
3363
|
-
border-color: #
|
|
3364
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3363
|
+
border-color: #09854c;
|
|
3364
|
+
box-shadow: 0 0 0 0.25rem rgba(9, 133, 76, 0.25);
|
|
3365
3365
|
}
|
|
3366
3366
|
|
|
3367
3367
|
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
|
|
@@ -3370,30 +3370,30 @@ textarea.form-control-lg {
|
|
|
3370
3370
|
}
|
|
3371
3371
|
|
|
3372
3372
|
.was-validated .form-select:valid, .form-select.is-valid {
|
|
3373
|
-
border-color: #
|
|
3373
|
+
border-color: #09854c;
|
|
3374
3374
|
}
|
|
3375
3375
|
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
|
|
3376
3376
|
padding-right: 4.125rem;
|
|
3377
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%
|
|
3377
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2309854c' 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");
|
|
3378
3378
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
3379
3379
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
3380
3380
|
}
|
|
3381
3381
|
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
|
|
3382
|
-
border-color: #
|
|
3383
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3382
|
+
border-color: #09854c;
|
|
3383
|
+
box-shadow: 0 0 0 0.25rem rgba(9, 133, 76, 0.25);
|
|
3384
3384
|
}
|
|
3385
3385
|
|
|
3386
3386
|
.was-validated .form-check-input:valid, .form-check-input.is-valid {
|
|
3387
|
-
border-color: #
|
|
3387
|
+
border-color: #09854c;
|
|
3388
3388
|
}
|
|
3389
3389
|
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
|
|
3390
|
-
background-color: #
|
|
3390
|
+
background-color: #09854c;
|
|
3391
3391
|
}
|
|
3392
3392
|
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
|
|
3393
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3393
|
+
box-shadow: 0 0 0 0.25rem rgba(9, 133, 76, 0.25);
|
|
3394
3394
|
}
|
|
3395
3395
|
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
|
|
3396
|
-
color: #
|
|
3396
|
+
color: #09854c;
|
|
3397
3397
|
}
|
|
3398
3398
|
|
|
3399
3399
|
.form-check-inline .form-check-input ~ .valid-feedback {
|
|
@@ -3416,7 +3416,7 @@ textarea.form-control-lg {
|
|
|
3416
3416
|
width: 100%;
|
|
3417
3417
|
margin-top: 0.25rem;
|
|
3418
3418
|
font-size: 0.875em;
|
|
3419
|
-
color: #
|
|
3419
|
+
color: #a51f2c;
|
|
3420
3420
|
}
|
|
3421
3421
|
|
|
3422
3422
|
.invalid-tooltip {
|
|
@@ -3429,7 +3429,7 @@ textarea.form-control-lg {
|
|
|
3429
3429
|
margin-top: 0.1rem;
|
|
3430
3430
|
font-size: 0.875rem;
|
|
3431
3431
|
color: #fff;
|
|
3432
|
-
background-color: rgba(
|
|
3432
|
+
background-color: rgba(165, 31, 44, 0.9);
|
|
3433
3433
|
border-radius: 0.25rem;
|
|
3434
3434
|
}
|
|
3435
3435
|
|
|
@@ -3441,16 +3441,16 @@ textarea.form-control-lg {
|
|
|
3441
3441
|
}
|
|
3442
3442
|
|
|
3443
3443
|
.was-validated .form-control:invalid, .form-control.is-invalid {
|
|
3444
|
-
border-color: #
|
|
3444
|
+
border-color: #a51f2c;
|
|
3445
3445
|
padding-right: calc(1.5em + 0.75rem);
|
|
3446
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%
|
|
3446
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23a51f2c'%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='%23a51f2c' stroke='none'/%3e%3c/svg%3e");
|
|
3447
3447
|
background-repeat: no-repeat;
|
|
3448
3448
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
3449
3449
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
3450
3450
|
}
|
|
3451
3451
|
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
|
|
3452
|
-
border-color: #
|
|
3453
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3452
|
+
border-color: #a51f2c;
|
|
3453
|
+
box-shadow: 0 0 0 0.25rem rgba(165, 31, 44, 0.25);
|
|
3454
3454
|
}
|
|
3455
3455
|
|
|
3456
3456
|
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
|
|
@@ -3459,30 +3459,30 @@ textarea.form-control-lg {
|
|
|
3459
3459
|
}
|
|
3460
3460
|
|
|
3461
3461
|
.was-validated .form-select:invalid, .form-select.is-invalid {
|
|
3462
|
-
border-color: #
|
|
3462
|
+
border-color: #a51f2c;
|
|
3463
3463
|
}
|
|
3464
3464
|
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
|
|
3465
3465
|
padding-right: 4.125rem;
|
|
3466
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%
|
|
3466
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23a51f2c'%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='%23a51f2c' stroke='none'/%3e%3c/svg%3e");
|
|
3467
3467
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
3468
3468
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
3469
3469
|
}
|
|
3470
3470
|
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
|
|
3471
|
-
border-color: #
|
|
3472
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3471
|
+
border-color: #a51f2c;
|
|
3472
|
+
box-shadow: 0 0 0 0.25rem rgba(165, 31, 44, 0.25);
|
|
3473
3473
|
}
|
|
3474
3474
|
|
|
3475
3475
|
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
|
|
3476
|
-
border-color: #
|
|
3476
|
+
border-color: #a51f2c;
|
|
3477
3477
|
}
|
|
3478
3478
|
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
|
|
3479
|
-
background-color: #
|
|
3479
|
+
background-color: #a51f2c;
|
|
3480
3480
|
}
|
|
3481
3481
|
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
|
|
3482
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3482
|
+
box-shadow: 0 0 0 0.25rem rgba(165, 31, 44, 0.25);
|
|
3483
3483
|
}
|
|
3484
3484
|
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
|
|
3485
|
-
color: #
|
|
3485
|
+
color: #a51f2c;
|
|
3486
3486
|
}
|
|
3487
3487
|
|
|
3488
3488
|
.form-check-inline .form-check-input ~ .invalid-feedback {
|
|
@@ -3530,7 +3530,7 @@ textarea.form-control-lg {
|
|
|
3530
3530
|
}
|
|
3531
3531
|
.btn-check:focus + .btn, .btn:focus {
|
|
3532
3532
|
outline: 0;
|
|
3533
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3533
|
+
box-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.25);
|
|
3534
3534
|
}
|
|
3535
3535
|
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
|
|
3536
3536
|
pointer-events: none;
|
|
@@ -3539,182 +3539,182 @@ textarea.form-control-lg {
|
|
|
3539
3539
|
|
|
3540
3540
|
.btn-primary {
|
|
3541
3541
|
color: #fff;
|
|
3542
|
-
background-color: #
|
|
3543
|
-
border-color: #
|
|
3542
|
+
background-color: #253ebe;
|
|
3543
|
+
border-color: #253ebe;
|
|
3544
3544
|
}
|
|
3545
3545
|
.btn-primary:hover {
|
|
3546
3546
|
color: #fff;
|
|
3547
|
-
background-color: #
|
|
3548
|
-
border-color: #
|
|
3547
|
+
background-color: #1f35a2;
|
|
3548
|
+
border-color: #1e3298;
|
|
3549
3549
|
}
|
|
3550
3550
|
.btn-check:focus + .btn-primary, .btn-primary:focus {
|
|
3551
3551
|
color: #fff;
|
|
3552
|
-
background-color: #
|
|
3553
|
-
border-color: #
|
|
3554
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3552
|
+
background-color: #1f35a2;
|
|
3553
|
+
border-color: #1e3298;
|
|
3554
|
+
box-shadow: 0 0 0 0.25rem rgba(70, 91, 200, 0.5);
|
|
3555
3555
|
}
|
|
3556
3556
|
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
|
|
3557
3557
|
color: #fff;
|
|
3558
|
-
background-color: #
|
|
3559
|
-
border-color: #
|
|
3558
|
+
background-color: #1e3298;
|
|
3559
|
+
border-color: #1c2f8f;
|
|
3560
3560
|
}
|
|
3561
3561
|
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
|
|
3562
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3562
|
+
box-shadow: 0 0 0 0.25rem rgba(70, 91, 200, 0.5);
|
|
3563
3563
|
}
|
|
3564
3564
|
.btn-primary:disabled, .btn-primary.disabled {
|
|
3565
3565
|
color: #fff;
|
|
3566
|
-
background-color: #
|
|
3567
|
-
border-color: #
|
|
3566
|
+
background-color: #253ebe;
|
|
3567
|
+
border-color: #253ebe;
|
|
3568
3568
|
}
|
|
3569
3569
|
|
|
3570
3570
|
.btn-secondary {
|
|
3571
3571
|
color: #fff;
|
|
3572
|
-
background-color: #
|
|
3573
|
-
border-color: #
|
|
3572
|
+
background-color: #70254a;
|
|
3573
|
+
border-color: #70254a;
|
|
3574
3574
|
}
|
|
3575
3575
|
.btn-secondary:hover {
|
|
3576
3576
|
color: #fff;
|
|
3577
|
-
background-color: #
|
|
3578
|
-
border-color: #
|
|
3577
|
+
background-color: #5f1f3f;
|
|
3578
|
+
border-color: #5a1e3b;
|
|
3579
3579
|
}
|
|
3580
3580
|
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
|
|
3581
3581
|
color: #fff;
|
|
3582
|
-
background-color: #
|
|
3583
|
-
border-color: #
|
|
3584
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3582
|
+
background-color: #5f1f3f;
|
|
3583
|
+
border-color: #5a1e3b;
|
|
3584
|
+
box-shadow: 0 0 0 0.25rem rgba(133, 70, 101, 0.5);
|
|
3585
3585
|
}
|
|
3586
3586
|
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
|
|
3587
3587
|
color: #fff;
|
|
3588
|
-
background-color: #
|
|
3589
|
-
border-color: #
|
|
3588
|
+
background-color: #5a1e3b;
|
|
3589
|
+
border-color: #541c38;
|
|
3590
3590
|
}
|
|
3591
3591
|
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
|
|
3592
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3592
|
+
box-shadow: 0 0 0 0.25rem rgba(133, 70, 101, 0.5);
|
|
3593
3593
|
}
|
|
3594
3594
|
.btn-secondary:disabled, .btn-secondary.disabled {
|
|
3595
3595
|
color: #fff;
|
|
3596
|
-
background-color: #
|
|
3597
|
-
border-color: #
|
|
3596
|
+
background-color: #70254a;
|
|
3597
|
+
border-color: #70254a;
|
|
3598
3598
|
}
|
|
3599
3599
|
|
|
3600
3600
|
.btn-success {
|
|
3601
3601
|
color: #fff;
|
|
3602
|
-
background-color: #
|
|
3603
|
-
border-color: #
|
|
3602
|
+
background-color: #09854c;
|
|
3603
|
+
border-color: #09854c;
|
|
3604
3604
|
}
|
|
3605
3605
|
.btn-success:hover {
|
|
3606
3606
|
color: #fff;
|
|
3607
|
-
background-color: #
|
|
3608
|
-
border-color: #
|
|
3607
|
+
background-color: #087141;
|
|
3608
|
+
border-color: #076a3d;
|
|
3609
3609
|
}
|
|
3610
3610
|
.btn-check:focus + .btn-success, .btn-success:focus {
|
|
3611
3611
|
color: #fff;
|
|
3612
|
-
background-color: #
|
|
3613
|
-
border-color: #
|
|
3614
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3612
|
+
background-color: #087141;
|
|
3613
|
+
border-color: #076a3d;
|
|
3614
|
+
box-shadow: 0 0 0 0.25rem rgba(46, 151, 103, 0.5);
|
|
3615
3615
|
}
|
|
3616
3616
|
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
|
|
3617
3617
|
color: #fff;
|
|
3618
|
-
background-color: #
|
|
3619
|
-
border-color: #
|
|
3618
|
+
background-color: #076a3d;
|
|
3619
|
+
border-color: #076439;
|
|
3620
3620
|
}
|
|
3621
3621
|
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
|
|
3622
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3622
|
+
box-shadow: 0 0 0 0.25rem rgba(46, 151, 103, 0.5);
|
|
3623
3623
|
}
|
|
3624
3624
|
.btn-success:disabled, .btn-success.disabled {
|
|
3625
3625
|
color: #fff;
|
|
3626
|
-
background-color: #
|
|
3627
|
-
border-color: #
|
|
3626
|
+
background-color: #09854c;
|
|
3627
|
+
border-color: #09854c;
|
|
3628
3628
|
}
|
|
3629
3629
|
|
|
3630
3630
|
.btn-info {
|
|
3631
3631
|
color: #fff;
|
|
3632
|
-
background-color: #
|
|
3633
|
-
border-color: #
|
|
3632
|
+
background-color: #0d768b;
|
|
3633
|
+
border-color: #0d768b;
|
|
3634
3634
|
}
|
|
3635
3635
|
.btn-info:hover {
|
|
3636
3636
|
color: #fff;
|
|
3637
|
-
background-color: #
|
|
3638
|
-
border-color: #
|
|
3637
|
+
background-color: #0b6476;
|
|
3638
|
+
border-color: #0a5e6f;
|
|
3639
3639
|
}
|
|
3640
3640
|
.btn-check:focus + .btn-info, .btn-info:focus {
|
|
3641
3641
|
color: #fff;
|
|
3642
|
-
background-color: #
|
|
3643
|
-
border-color: #
|
|
3644
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3642
|
+
background-color: #0b6476;
|
|
3643
|
+
border-color: #0a5e6f;
|
|
3644
|
+
box-shadow: 0 0 0 0.25rem rgba(49, 139, 156, 0.5);
|
|
3645
3645
|
}
|
|
3646
3646
|
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
|
|
3647
3647
|
color: #fff;
|
|
3648
|
-
background-color: #
|
|
3649
|
-
border-color: #
|
|
3648
|
+
background-color: #0a5e6f;
|
|
3649
|
+
border-color: #0a5968;
|
|
3650
3650
|
}
|
|
3651
3651
|
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
|
|
3652
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3652
|
+
box-shadow: 0 0 0 0.25rem rgba(49, 139, 156, 0.5);
|
|
3653
3653
|
}
|
|
3654
3654
|
.btn-info:disabled, .btn-info.disabled {
|
|
3655
3655
|
color: #fff;
|
|
3656
|
-
background-color: #
|
|
3657
|
-
border-color: #
|
|
3656
|
+
background-color: #0d768b;
|
|
3657
|
+
border-color: #0d768b;
|
|
3658
3658
|
}
|
|
3659
3659
|
|
|
3660
3660
|
.btn-warning {
|
|
3661
3661
|
color: #000;
|
|
3662
|
-
background-color: #
|
|
3663
|
-
border-color: #
|
|
3662
|
+
background-color: #ffba07;
|
|
3663
|
+
border-color: #ffba07;
|
|
3664
3664
|
}
|
|
3665
3665
|
.btn-warning:hover {
|
|
3666
3666
|
color: #000;
|
|
3667
|
-
background-color: #
|
|
3668
|
-
border-color: #
|
|
3667
|
+
background-color: #ffc42c;
|
|
3668
|
+
border-color: #ffc120;
|
|
3669
3669
|
}
|
|
3670
3670
|
.btn-check:focus + .btn-warning, .btn-warning:focus {
|
|
3671
3671
|
color: #000;
|
|
3672
|
-
background-color: #
|
|
3673
|
-
border-color: #
|
|
3674
|
-
box-shadow: 0 0 0 0.25rem rgba(217,
|
|
3672
|
+
background-color: #ffc42c;
|
|
3673
|
+
border-color: #ffc120;
|
|
3674
|
+
box-shadow: 0 0 0 0.25rem rgba(217, 158, 6, 0.5);
|
|
3675
3675
|
}
|
|
3676
3676
|
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
|
|
3677
3677
|
color: #000;
|
|
3678
|
-
background-color: #
|
|
3679
|
-
border-color: #
|
|
3678
|
+
background-color: #ffc839;
|
|
3679
|
+
border-color: #ffc120;
|
|
3680
3680
|
}
|
|
3681
3681
|
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
|
|
3682
|
-
box-shadow: 0 0 0 0.25rem rgba(217,
|
|
3682
|
+
box-shadow: 0 0 0 0.25rem rgba(217, 158, 6, 0.5);
|
|
3683
3683
|
}
|
|
3684
3684
|
.btn-warning:disabled, .btn-warning.disabled {
|
|
3685
3685
|
color: #000;
|
|
3686
|
-
background-color: #
|
|
3687
|
-
border-color: #
|
|
3686
|
+
background-color: #ffba07;
|
|
3687
|
+
border-color: #ffba07;
|
|
3688
3688
|
}
|
|
3689
3689
|
|
|
3690
3690
|
.btn-danger {
|
|
3691
3691
|
color: #fff;
|
|
3692
|
-
background-color: #
|
|
3693
|
-
border-color: #
|
|
3692
|
+
background-color: #a51f2c;
|
|
3693
|
+
border-color: #a51f2c;
|
|
3694
3694
|
}
|
|
3695
3695
|
.btn-danger:hover {
|
|
3696
3696
|
color: #fff;
|
|
3697
|
-
background-color: #
|
|
3698
|
-
border-color: #
|
|
3697
|
+
background-color: #8c1a25;
|
|
3698
|
+
border-color: #841923;
|
|
3699
3699
|
}
|
|
3700
3700
|
.btn-check:focus + .btn-danger, .btn-danger:focus {
|
|
3701
3701
|
color: #fff;
|
|
3702
|
-
background-color: #
|
|
3703
|
-
border-color: #
|
|
3704
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3702
|
+
background-color: #8c1a25;
|
|
3703
|
+
border-color: #841923;
|
|
3704
|
+
box-shadow: 0 0 0 0.25rem rgba(179, 65, 76, 0.5);
|
|
3705
3705
|
}
|
|
3706
3706
|
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
|
|
3707
3707
|
color: #fff;
|
|
3708
|
-
background-color: #
|
|
3709
|
-
border-color: #
|
|
3708
|
+
background-color: #841923;
|
|
3709
|
+
border-color: #7c1721;
|
|
3710
3710
|
}
|
|
3711
3711
|
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
|
|
3712
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3712
|
+
box-shadow: 0 0 0 0.25rem rgba(179, 65, 76, 0.5);
|
|
3713
3713
|
}
|
|
3714
3714
|
.btn-danger:disabled, .btn-danger.disabled {
|
|
3715
3715
|
color: #fff;
|
|
3716
|
-
background-color: #
|
|
3717
|
-
border-color: #
|
|
3716
|
+
background-color: #a51f2c;
|
|
3717
|
+
border-color: #a51f2c;
|
|
3718
3718
|
}
|
|
3719
3719
|
|
|
3720
3720
|
.btn-light {
|
|
@@ -3778,152 +3778,152 @@ textarea.form-control-lg {
|
|
|
3778
3778
|
}
|
|
3779
3779
|
|
|
3780
3780
|
.btn-outline-primary {
|
|
3781
|
-
color: #
|
|
3782
|
-
border-color: #
|
|
3781
|
+
color: #253ebe;
|
|
3782
|
+
border-color: #253ebe;
|
|
3783
3783
|
}
|
|
3784
3784
|
.btn-outline-primary:hover {
|
|
3785
3785
|
color: #fff;
|
|
3786
|
-
background-color: #
|
|
3787
|
-
border-color: #
|
|
3786
|
+
background-color: #253ebe;
|
|
3787
|
+
border-color: #253ebe;
|
|
3788
3788
|
}
|
|
3789
3789
|
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
|
|
3790
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3790
|
+
box-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.5);
|
|
3791
3791
|
}
|
|
3792
3792
|
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
|
|
3793
3793
|
color: #fff;
|
|
3794
|
-
background-color: #
|
|
3795
|
-
border-color: #
|
|
3794
|
+
background-color: #253ebe;
|
|
3795
|
+
border-color: #253ebe;
|
|
3796
3796
|
}
|
|
3797
3797
|
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
|
|
3798
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3798
|
+
box-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.5);
|
|
3799
3799
|
}
|
|
3800
3800
|
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
|
|
3801
|
-
color: #
|
|
3801
|
+
color: #253ebe;
|
|
3802
3802
|
background-color: transparent;
|
|
3803
3803
|
}
|
|
3804
3804
|
|
|
3805
3805
|
.btn-outline-secondary {
|
|
3806
|
-
color: #
|
|
3807
|
-
border-color: #
|
|
3806
|
+
color: #70254a;
|
|
3807
|
+
border-color: #70254a;
|
|
3808
3808
|
}
|
|
3809
3809
|
.btn-outline-secondary:hover {
|
|
3810
3810
|
color: #fff;
|
|
3811
|
-
background-color: #
|
|
3812
|
-
border-color: #
|
|
3811
|
+
background-color: #70254a;
|
|
3812
|
+
border-color: #70254a;
|
|
3813
3813
|
}
|
|
3814
3814
|
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
|
|
3815
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3815
|
+
box-shadow: 0 0 0 0.25rem rgba(112, 37, 74, 0.5);
|
|
3816
3816
|
}
|
|
3817
3817
|
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
|
|
3818
3818
|
color: #fff;
|
|
3819
|
-
background-color: #
|
|
3820
|
-
border-color: #
|
|
3819
|
+
background-color: #70254a;
|
|
3820
|
+
border-color: #70254a;
|
|
3821
3821
|
}
|
|
3822
3822
|
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
|
|
3823
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3823
|
+
box-shadow: 0 0 0 0.25rem rgba(112, 37, 74, 0.5);
|
|
3824
3824
|
}
|
|
3825
3825
|
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
|
|
3826
|
-
color: #
|
|
3826
|
+
color: #70254a;
|
|
3827
3827
|
background-color: transparent;
|
|
3828
3828
|
}
|
|
3829
3829
|
|
|
3830
3830
|
.btn-outline-success {
|
|
3831
|
-
color: #
|
|
3832
|
-
border-color: #
|
|
3831
|
+
color: #09854c;
|
|
3832
|
+
border-color: #09854c;
|
|
3833
3833
|
}
|
|
3834
3834
|
.btn-outline-success:hover {
|
|
3835
3835
|
color: #fff;
|
|
3836
|
-
background-color: #
|
|
3837
|
-
border-color: #
|
|
3836
|
+
background-color: #09854c;
|
|
3837
|
+
border-color: #09854c;
|
|
3838
3838
|
}
|
|
3839
3839
|
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
|
|
3840
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3840
|
+
box-shadow: 0 0 0 0.25rem rgba(9, 133, 76, 0.5);
|
|
3841
3841
|
}
|
|
3842
3842
|
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
|
|
3843
3843
|
color: #fff;
|
|
3844
|
-
background-color: #
|
|
3845
|
-
border-color: #
|
|
3844
|
+
background-color: #09854c;
|
|
3845
|
+
border-color: #09854c;
|
|
3846
3846
|
}
|
|
3847
3847
|
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
|
|
3848
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3848
|
+
box-shadow: 0 0 0 0.25rem rgba(9, 133, 76, 0.5);
|
|
3849
3849
|
}
|
|
3850
3850
|
.btn-outline-success:disabled, .btn-outline-success.disabled {
|
|
3851
|
-
color: #
|
|
3851
|
+
color: #09854c;
|
|
3852
3852
|
background-color: transparent;
|
|
3853
3853
|
}
|
|
3854
3854
|
|
|
3855
3855
|
.btn-outline-info {
|
|
3856
|
-
color: #
|
|
3857
|
-
border-color: #
|
|
3856
|
+
color: #0d768b;
|
|
3857
|
+
border-color: #0d768b;
|
|
3858
3858
|
}
|
|
3859
3859
|
.btn-outline-info:hover {
|
|
3860
3860
|
color: #fff;
|
|
3861
|
-
background-color: #
|
|
3862
|
-
border-color: #
|
|
3861
|
+
background-color: #0d768b;
|
|
3862
|
+
border-color: #0d768b;
|
|
3863
3863
|
}
|
|
3864
3864
|
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
|
|
3865
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3865
|
+
box-shadow: 0 0 0 0.25rem rgba(13, 118, 139, 0.5);
|
|
3866
3866
|
}
|
|
3867
3867
|
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
|
|
3868
3868
|
color: #fff;
|
|
3869
|
-
background-color: #
|
|
3870
|
-
border-color: #
|
|
3869
|
+
background-color: #0d768b;
|
|
3870
|
+
border-color: #0d768b;
|
|
3871
3871
|
}
|
|
3872
3872
|
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
|
|
3873
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3873
|
+
box-shadow: 0 0 0 0.25rem rgba(13, 118, 139, 0.5);
|
|
3874
3874
|
}
|
|
3875
3875
|
.btn-outline-info:disabled, .btn-outline-info.disabled {
|
|
3876
|
-
color: #
|
|
3876
|
+
color: #0d768b;
|
|
3877
3877
|
background-color: transparent;
|
|
3878
3878
|
}
|
|
3879
3879
|
|
|
3880
3880
|
.btn-outline-warning {
|
|
3881
|
-
color: #
|
|
3882
|
-
border-color: #
|
|
3881
|
+
color: #ffba07;
|
|
3882
|
+
border-color: #ffba07;
|
|
3883
3883
|
}
|
|
3884
3884
|
.btn-outline-warning:hover {
|
|
3885
3885
|
color: #000;
|
|
3886
|
-
background-color: #
|
|
3887
|
-
border-color: #
|
|
3886
|
+
background-color: #ffba07;
|
|
3887
|
+
border-color: #ffba07;
|
|
3888
3888
|
}
|
|
3889
3889
|
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
|
|
3890
|
-
box-shadow: 0 0 0 0.25rem rgba(255,
|
|
3890
|
+
box-shadow: 0 0 0 0.25rem rgba(255, 186, 7, 0.5);
|
|
3891
3891
|
}
|
|
3892
3892
|
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
|
|
3893
3893
|
color: #000;
|
|
3894
|
-
background-color: #
|
|
3895
|
-
border-color: #
|
|
3894
|
+
background-color: #ffba07;
|
|
3895
|
+
border-color: #ffba07;
|
|
3896
3896
|
}
|
|
3897
3897
|
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
|
|
3898
|
-
box-shadow: 0 0 0 0.25rem rgba(255,
|
|
3898
|
+
box-shadow: 0 0 0 0.25rem rgba(255, 186, 7, 0.5);
|
|
3899
3899
|
}
|
|
3900
3900
|
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
|
|
3901
|
-
color: #
|
|
3901
|
+
color: #ffba07;
|
|
3902
3902
|
background-color: transparent;
|
|
3903
3903
|
}
|
|
3904
3904
|
|
|
3905
3905
|
.btn-outline-danger {
|
|
3906
|
-
color: #
|
|
3907
|
-
border-color: #
|
|
3906
|
+
color: #a51f2c;
|
|
3907
|
+
border-color: #a51f2c;
|
|
3908
3908
|
}
|
|
3909
3909
|
.btn-outline-danger:hover {
|
|
3910
3910
|
color: #fff;
|
|
3911
|
-
background-color: #
|
|
3912
|
-
border-color: #
|
|
3911
|
+
background-color: #a51f2c;
|
|
3912
|
+
border-color: #a51f2c;
|
|
3913
3913
|
}
|
|
3914
3914
|
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
|
|
3915
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3915
|
+
box-shadow: 0 0 0 0.25rem rgba(165, 31, 44, 0.5);
|
|
3916
3916
|
}
|
|
3917
3917
|
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
|
|
3918
3918
|
color: #fff;
|
|
3919
|
-
background-color: #
|
|
3920
|
-
border-color: #
|
|
3919
|
+
background-color: #a51f2c;
|
|
3920
|
+
border-color: #a51f2c;
|
|
3921
3921
|
}
|
|
3922
3922
|
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
|
|
3923
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
3923
|
+
box-shadow: 0 0 0 0.25rem rgba(165, 31, 44, 0.5);
|
|
3924
3924
|
}
|
|
3925
3925
|
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
|
|
3926
|
-
color: #
|
|
3926
|
+
color: #a51f2c;
|
|
3927
3927
|
background-color: transparent;
|
|
3928
3928
|
}
|
|
3929
3929
|
|
|
@@ -3979,11 +3979,11 @@ textarea.form-control-lg {
|
|
|
3979
3979
|
|
|
3980
3980
|
.btn-link {
|
|
3981
3981
|
font-weight: 400;
|
|
3982
|
-
color: #
|
|
3982
|
+
color: #253ebe;
|
|
3983
3983
|
text-decoration: underline;
|
|
3984
3984
|
}
|
|
3985
3985
|
.btn-link:hover {
|
|
3986
|
-
color: #
|
|
3986
|
+
color: #1e3298;
|
|
3987
3987
|
}
|
|
3988
3988
|
.btn-link:disabled, .btn-link.disabled {
|
|
3989
3989
|
color: #6c757d;
|
|
@@ -4064,7 +4064,7 @@ textarea.form-control-lg {
|
|
|
4064
4064
|
|
|
4065
4065
|
.dropdown-menu {
|
|
4066
4066
|
position: absolute;
|
|
4067
|
-
z-index:
|
|
4067
|
+
z-index: 1055;
|
|
4068
4068
|
display: none;
|
|
4069
4069
|
min-width: 10rem;
|
|
4070
4070
|
padding: 0.5rem 0;
|
|
@@ -4288,7 +4288,7 @@ textarea.form-control-lg {
|
|
|
4288
4288
|
.dropdown-item.active, .dropdown-item:active {
|
|
4289
4289
|
color: #fff;
|
|
4290
4290
|
text-decoration: none;
|
|
4291
|
-
background-color: #
|
|
4291
|
+
background-color: #253ebe;
|
|
4292
4292
|
}
|
|
4293
4293
|
.dropdown-item.disabled, .dropdown-item:disabled {
|
|
4294
4294
|
color: #adb5bd;
|
|
@@ -4329,7 +4329,7 @@ textarea.form-control-lg {
|
|
|
4329
4329
|
}
|
|
4330
4330
|
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
|
|
4331
4331
|
color: #fff;
|
|
4332
|
-
background-color: #
|
|
4332
|
+
background-color: #253ebe;
|
|
4333
4333
|
}
|
|
4334
4334
|
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
|
|
4335
4335
|
color: #adb5bd;
|
|
@@ -4461,7 +4461,7 @@ textarea.form-control-lg {
|
|
|
4461
4461
|
.nav-link {
|
|
4462
4462
|
display: block;
|
|
4463
4463
|
padding: 0.5rem 1rem;
|
|
4464
|
-
color: #
|
|
4464
|
+
color: #253ebe;
|
|
4465
4465
|
text-decoration: none;
|
|
4466
4466
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
|
|
4467
4467
|
}
|
|
@@ -4471,7 +4471,7 @@ textarea.form-control-lg {
|
|
|
4471
4471
|
}
|
|
4472
4472
|
}
|
|
4473
4473
|
.nav-link:hover, .nav-link:focus {
|
|
4474
|
-
color: #
|
|
4474
|
+
color: #1e3298;
|
|
4475
4475
|
}
|
|
4476
4476
|
.nav-link.disabled {
|
|
4477
4477
|
color: #6c757d;
|
|
@@ -4518,7 +4518,7 @@ textarea.form-control-lg {
|
|
|
4518
4518
|
.nav-pills .nav-link.active,
|
|
4519
4519
|
.nav-pills .show > .nav-link {
|
|
4520
4520
|
color: #fff;
|
|
4521
|
-
background-color: #
|
|
4521
|
+
background-color: #253ebe;
|
|
4522
4522
|
}
|
|
4523
4523
|
|
|
4524
4524
|
.nav-fill > .nav-link,
|
|
@@ -5287,7 +5287,7 @@ textarea.form-control-lg {
|
|
|
5287
5287
|
box-shadow: inset 0 -1px 0 #dee2e6;
|
|
5288
5288
|
}
|
|
5289
5289
|
.accordion-button:not(.collapsed)::after {
|
|
5290
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%
|
|
5290
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232138ab'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
5291
5291
|
-webkit-transform: rotate(-180deg);
|
|
5292
5292
|
transform: rotate(-180deg);
|
|
5293
5293
|
}
|
|
@@ -5315,9 +5315,9 @@ textarea.form-control-lg {
|
|
|
5315
5315
|
}
|
|
5316
5316
|
.accordion-button:focus {
|
|
5317
5317
|
z-index: 3;
|
|
5318
|
-
border-color: #
|
|
5318
|
+
border-color: #929fdf;
|
|
5319
5319
|
outline: 0;
|
|
5320
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
5320
|
+
box-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.25);
|
|
5321
5321
|
}
|
|
5322
5322
|
|
|
5323
5323
|
.accordion-header {
|
|
@@ -5407,7 +5407,7 @@ textarea.form-control-lg {
|
|
|
5407
5407
|
.page-link {
|
|
5408
5408
|
position: relative;
|
|
5409
5409
|
display: block;
|
|
5410
|
-
color: #
|
|
5410
|
+
color: #253ebe;
|
|
5411
5411
|
text-decoration: none;
|
|
5412
5412
|
background-color: #fff;
|
|
5413
5413
|
border: 1px solid #dee2e6;
|
|
@@ -5420,16 +5420,16 @@ textarea.form-control-lg {
|
|
|
5420
5420
|
}
|
|
5421
5421
|
.page-link:hover {
|
|
5422
5422
|
z-index: 2;
|
|
5423
|
-
color: #
|
|
5423
|
+
color: #1e3298;
|
|
5424
5424
|
background-color: #e9ecef;
|
|
5425
5425
|
border-color: #dee2e6;
|
|
5426
5426
|
}
|
|
5427
5427
|
.page-link:focus {
|
|
5428
5428
|
z-index: 3;
|
|
5429
|
-
color: #
|
|
5429
|
+
color: #1e3298;
|
|
5430
5430
|
background-color: #e9ecef;
|
|
5431
5431
|
outline: 0;
|
|
5432
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
5432
|
+
box-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.25);
|
|
5433
5433
|
}
|
|
5434
5434
|
|
|
5435
5435
|
.page-item:not(:first-child) .page-link {
|
|
@@ -5438,8 +5438,8 @@ textarea.form-control-lg {
|
|
|
5438
5438
|
.page-item.active .page-link {
|
|
5439
5439
|
z-index: 3;
|
|
5440
5440
|
color: #fff;
|
|
5441
|
-
background-color: #
|
|
5442
|
-
border-color: #
|
|
5441
|
+
background-color: #253ebe;
|
|
5442
|
+
border-color: #253ebe;
|
|
5443
5443
|
}
|
|
5444
5444
|
.page-item.disabled .page-link {
|
|
5445
5445
|
color: #6c757d;
|
|
@@ -5599,63 +5599,63 @@ textarea.form-control-lg {
|
|
|
5599
5599
|
}
|
|
5600
5600
|
|
|
5601
5601
|
.alert-primary {
|
|
5602
|
-
color: #
|
|
5603
|
-
background-color: #
|
|
5604
|
-
border-color: #
|
|
5602
|
+
color: #162572;
|
|
5603
|
+
background-color: #e9ecf9;
|
|
5604
|
+
border-color: #d3d8f2;
|
|
5605
5605
|
}
|
|
5606
5606
|
.alert-primary .alert-link {
|
|
5607
|
-
color: #
|
|
5607
|
+
color: #121e5b;
|
|
5608
5608
|
}
|
|
5609
5609
|
|
|
5610
5610
|
.alert-secondary {
|
|
5611
|
-
color: #
|
|
5612
|
-
background-color: #
|
|
5613
|
-
border-color: #
|
|
5611
|
+
color: #43162c;
|
|
5612
|
+
background-color: #f1e9ed;
|
|
5613
|
+
border-color: #e2d3db;
|
|
5614
5614
|
}
|
|
5615
5615
|
.alert-secondary .alert-link {
|
|
5616
|
-
color: #
|
|
5616
|
+
color: #361223;
|
|
5617
5617
|
}
|
|
5618
5618
|
|
|
5619
5619
|
.alert-success {
|
|
5620
|
-
color: #
|
|
5621
|
-
background-color: #
|
|
5622
|
-
border-color: #
|
|
5620
|
+
color: #05502e;
|
|
5621
|
+
background-color: #e6f3ed;
|
|
5622
|
+
border-color: #cee7db;
|
|
5623
5623
|
}
|
|
5624
5624
|
.alert-success .alert-link {
|
|
5625
|
-
color: #
|
|
5625
|
+
color: #044025;
|
|
5626
5626
|
}
|
|
5627
5627
|
|
|
5628
5628
|
.alert-info {
|
|
5629
|
-
color: #
|
|
5630
|
-
background-color: #
|
|
5631
|
-
border-color: #
|
|
5629
|
+
color: #084753;
|
|
5630
|
+
background-color: #e7f1f3;
|
|
5631
|
+
border-color: #cfe4e8;
|
|
5632
5632
|
}
|
|
5633
5633
|
.alert-info .alert-link {
|
|
5634
|
-
color: #
|
|
5634
|
+
color: #063942;
|
|
5635
5635
|
}
|
|
5636
5636
|
|
|
5637
5637
|
.alert-warning {
|
|
5638
|
-
color: #
|
|
5639
|
-
background-color: #
|
|
5640
|
-
border-color: #
|
|
5638
|
+
color: #664a03;
|
|
5639
|
+
background-color: #fff8e6;
|
|
5640
|
+
border-color: #fff1cd;
|
|
5641
5641
|
}
|
|
5642
5642
|
.alert-warning .alert-link {
|
|
5643
|
-
color: #
|
|
5643
|
+
color: #523b02;
|
|
5644
5644
|
}
|
|
5645
5645
|
|
|
5646
5646
|
.alert-danger {
|
|
5647
|
-
color: #
|
|
5648
|
-
background-color: #
|
|
5649
|
-
border-color: #
|
|
5647
|
+
color: #63131a;
|
|
5648
|
+
background-color: #f6e9ea;
|
|
5649
|
+
border-color: #edd2d5;
|
|
5650
5650
|
}
|
|
5651
5651
|
.alert-danger .alert-link {
|
|
5652
|
-
color: #
|
|
5652
|
+
color: #4f0f15;
|
|
5653
5653
|
}
|
|
5654
5654
|
|
|
5655
5655
|
.alert-light {
|
|
5656
5656
|
color: #636464;
|
|
5657
|
-
background-color: #
|
|
5658
|
-
border-color: #
|
|
5657
|
+
background-color: #fefeff;
|
|
5658
|
+
border-color: #fefefe;
|
|
5659
5659
|
}
|
|
5660
5660
|
.alert-light .alert-link {
|
|
5661
5661
|
color: #4f5050;
|
|
@@ -5663,8 +5663,8 @@ textarea.form-control-lg {
|
|
|
5663
5663
|
|
|
5664
5664
|
.alert-dark {
|
|
5665
5665
|
color: #141619;
|
|
5666
|
-
background-color: #
|
|
5667
|
-
border-color: #
|
|
5666
|
+
background-color: #e9e9ea;
|
|
5667
|
+
border-color: #d3d3d4;
|
|
5668
5668
|
}
|
|
5669
5669
|
.alert-dark .alert-link {
|
|
5670
5670
|
color: #101214;
|
|
@@ -5702,7 +5702,7 @@ textarea.form-control-lg {
|
|
|
5702
5702
|
color: #fff;
|
|
5703
5703
|
text-align: center;
|
|
5704
5704
|
white-space: nowrap;
|
|
5705
|
-
background-color: #
|
|
5705
|
+
background-color: #253ebe;
|
|
5706
5706
|
transition: width 0.6s ease;
|
|
5707
5707
|
}
|
|
5708
5708
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -5787,8 +5787,8 @@ textarea.form-control-lg {
|
|
|
5787
5787
|
.list-group-item.active {
|
|
5788
5788
|
z-index: 2;
|
|
5789
5789
|
color: #fff;
|
|
5790
|
-
background-color: #
|
|
5791
|
-
border-color: #
|
|
5790
|
+
background-color: #253ebe;
|
|
5791
|
+
border-color: #253ebe;
|
|
5792
5792
|
}
|
|
5793
5793
|
.list-group-item + .list-group-item {
|
|
5794
5794
|
border-top-width: 0;
|
|
@@ -5958,87 +5958,87 @@ textarea.form-control-lg {
|
|
|
5958
5958
|
}
|
|
5959
5959
|
|
|
5960
5960
|
.list-group-item-primary {
|
|
5961
|
-
color: #
|
|
5962
|
-
background-color: #
|
|
5961
|
+
color: #162572;
|
|
5962
|
+
background-color: #d3d8f2;
|
|
5963
5963
|
}
|
|
5964
5964
|
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
|
|
5965
|
-
color: #
|
|
5966
|
-
background-color: #
|
|
5965
|
+
color: #162572;
|
|
5966
|
+
background-color: #bec2da;
|
|
5967
5967
|
}
|
|
5968
5968
|
.list-group-item-primary.list-group-item-action.active {
|
|
5969
5969
|
color: #fff;
|
|
5970
|
-
background-color: #
|
|
5971
|
-
border-color: #
|
|
5970
|
+
background-color: #162572;
|
|
5971
|
+
border-color: #162572;
|
|
5972
5972
|
}
|
|
5973
5973
|
|
|
5974
5974
|
.list-group-item-secondary {
|
|
5975
|
-
color: #
|
|
5976
|
-
background-color: #
|
|
5975
|
+
color: #43162c;
|
|
5976
|
+
background-color: #e2d3db;
|
|
5977
5977
|
}
|
|
5978
5978
|
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
|
|
5979
|
-
color: #
|
|
5980
|
-
background-color: #
|
|
5979
|
+
color: #43162c;
|
|
5980
|
+
background-color: #cbbec5;
|
|
5981
5981
|
}
|
|
5982
5982
|
.list-group-item-secondary.list-group-item-action.active {
|
|
5983
5983
|
color: #fff;
|
|
5984
|
-
background-color: #
|
|
5985
|
-
border-color: #
|
|
5984
|
+
background-color: #43162c;
|
|
5985
|
+
border-color: #43162c;
|
|
5986
5986
|
}
|
|
5987
5987
|
|
|
5988
5988
|
.list-group-item-success {
|
|
5989
|
-
color: #
|
|
5990
|
-
background-color: #
|
|
5989
|
+
color: #05502e;
|
|
5990
|
+
background-color: #cee7db;
|
|
5991
5991
|
}
|
|
5992
5992
|
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
|
|
5993
|
-
color: #
|
|
5994
|
-
background-color: #
|
|
5993
|
+
color: #05502e;
|
|
5994
|
+
background-color: #b9d0c5;
|
|
5995
5995
|
}
|
|
5996
5996
|
.list-group-item-success.list-group-item-action.active {
|
|
5997
5997
|
color: #fff;
|
|
5998
|
-
background-color: #
|
|
5999
|
-
border-color: #
|
|
5998
|
+
background-color: #05502e;
|
|
5999
|
+
border-color: #05502e;
|
|
6000
6000
|
}
|
|
6001
6001
|
|
|
6002
6002
|
.list-group-item-info {
|
|
6003
|
-
color: #
|
|
6004
|
-
background-color: #
|
|
6003
|
+
color: #084753;
|
|
6004
|
+
background-color: #cfe4e8;
|
|
6005
6005
|
}
|
|
6006
6006
|
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
|
|
6007
|
-
color: #
|
|
6008
|
-
background-color: #
|
|
6007
|
+
color: #084753;
|
|
6008
|
+
background-color: #bacdd1;
|
|
6009
6009
|
}
|
|
6010
6010
|
.list-group-item-info.list-group-item-action.active {
|
|
6011
6011
|
color: #fff;
|
|
6012
|
-
background-color: #
|
|
6013
|
-
border-color: #
|
|
6012
|
+
background-color: #084753;
|
|
6013
|
+
border-color: #084753;
|
|
6014
6014
|
}
|
|
6015
6015
|
|
|
6016
6016
|
.list-group-item-warning {
|
|
6017
|
-
color: #
|
|
6018
|
-
background-color: #
|
|
6017
|
+
color: #664a03;
|
|
6018
|
+
background-color: #fff1cd;
|
|
6019
6019
|
}
|
|
6020
6020
|
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
|
|
6021
|
-
color: #
|
|
6022
|
-
background-color: #
|
|
6021
|
+
color: #664a03;
|
|
6022
|
+
background-color: #e6d9b9;
|
|
6023
6023
|
}
|
|
6024
6024
|
.list-group-item-warning.list-group-item-action.active {
|
|
6025
6025
|
color: #fff;
|
|
6026
|
-
background-color: #
|
|
6027
|
-
border-color: #
|
|
6026
|
+
background-color: #664a03;
|
|
6027
|
+
border-color: #664a03;
|
|
6028
6028
|
}
|
|
6029
6029
|
|
|
6030
6030
|
.list-group-item-danger {
|
|
6031
|
-
color: #
|
|
6032
|
-
background-color: #
|
|
6031
|
+
color: #63131a;
|
|
6032
|
+
background-color: #edd2d5;
|
|
6033
6033
|
}
|
|
6034
6034
|
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
|
|
6035
|
-
color: #
|
|
6036
|
-
background-color: #
|
|
6035
|
+
color: #63131a;
|
|
6036
|
+
background-color: #d5bdc0;
|
|
6037
6037
|
}
|
|
6038
6038
|
.list-group-item-danger.list-group-item-action.active {
|
|
6039
6039
|
color: #fff;
|
|
6040
|
-
background-color: #
|
|
6041
|
-
border-color: #
|
|
6040
|
+
background-color: #63131a;
|
|
6041
|
+
border-color: #63131a;
|
|
6042
6042
|
}
|
|
6043
6043
|
|
|
6044
6044
|
.list-group-item-light {
|
|
@@ -6087,7 +6087,7 @@ textarea.form-control-lg {
|
|
|
6087
6087
|
}
|
|
6088
6088
|
.btn-close:focus {
|
|
6089
6089
|
outline: 0;
|
|
6090
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
6090
|
+
box-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.25);
|
|
6091
6091
|
opacity: 1;
|
|
6092
6092
|
}
|
|
6093
6093
|
.btn-close:disabled, .btn-close.disabled {
|
|
@@ -7103,45 +7103,45 @@ textarea.form-control-lg {
|
|
|
7103
7103
|
}
|
|
7104
7104
|
|
|
7105
7105
|
.link-primary {
|
|
7106
|
-
color: #
|
|
7106
|
+
color: #253ebe;
|
|
7107
7107
|
}
|
|
7108
7108
|
.link-primary:hover, .link-primary:focus {
|
|
7109
|
-
color: #
|
|
7109
|
+
color: #1e3298;
|
|
7110
7110
|
}
|
|
7111
7111
|
|
|
7112
7112
|
.link-secondary {
|
|
7113
|
-
color: #
|
|
7113
|
+
color: #70254a;
|
|
7114
7114
|
}
|
|
7115
7115
|
.link-secondary:hover, .link-secondary:focus {
|
|
7116
|
-
color: #
|
|
7116
|
+
color: #5a1e3b;
|
|
7117
7117
|
}
|
|
7118
7118
|
|
|
7119
7119
|
.link-success {
|
|
7120
|
-
color: #
|
|
7120
|
+
color: #09854c;
|
|
7121
7121
|
}
|
|
7122
7122
|
.link-success:hover, .link-success:focus {
|
|
7123
|
-
color: #
|
|
7123
|
+
color: #076a3d;
|
|
7124
7124
|
}
|
|
7125
7125
|
|
|
7126
7126
|
.link-info {
|
|
7127
|
-
color: #
|
|
7127
|
+
color: #0d768b;
|
|
7128
7128
|
}
|
|
7129
7129
|
.link-info:hover, .link-info:focus {
|
|
7130
|
-
color: #
|
|
7130
|
+
color: #0a5e6f;
|
|
7131
7131
|
}
|
|
7132
7132
|
|
|
7133
7133
|
.link-warning {
|
|
7134
|
-
color: #
|
|
7134
|
+
color: #ffba07;
|
|
7135
7135
|
}
|
|
7136
7136
|
.link-warning:hover, .link-warning:focus {
|
|
7137
|
-
color: #
|
|
7137
|
+
color: #ffc839;
|
|
7138
7138
|
}
|
|
7139
7139
|
|
|
7140
7140
|
.link-danger {
|
|
7141
|
-
color: #
|
|
7141
|
+
color: #a51f2c;
|
|
7142
7142
|
}
|
|
7143
7143
|
.link-danger:hover, .link-danger:focus {
|
|
7144
|
-
color: #
|
|
7144
|
+
color: #841923;
|
|
7145
7145
|
}
|
|
7146
7146
|
|
|
7147
7147
|
.link-light {
|
|
@@ -7318,12 +7318,13 @@ textarea.form-control-lg {
|
|
|
7318
7318
|
opacity: 0.25;
|
|
7319
7319
|
}
|
|
7320
7320
|
|
|
7321
|
+
/* stylelint-disable no-descending-specificity */
|
|
7321
7322
|
a {
|
|
7322
7323
|
text-underline-offset: 2px;
|
|
7323
7324
|
}
|
|
7324
7325
|
a:not(.text-underline-hover), a:not(.standalone) {
|
|
7325
|
-
-webkit-text-decoration-color: rgba(
|
|
7326
|
-
text-decoration-color: rgba(
|
|
7326
|
+
-webkit-text-decoration-color: rgba(37, 62, 190, 0.3);
|
|
7327
|
+
text-decoration-color: rgba(37, 62, 190, 0.3);
|
|
7327
7328
|
}
|
|
7328
7329
|
a:not(.text-underline-hover):hover, a:not(.standalone):hover {
|
|
7329
7330
|
-webkit-text-decoration-color: currentColor;
|
|
@@ -7335,7 +7336,14 @@ a.standalone, a.text-underline-hover {
|
|
|
7335
7336
|
a.standalone:hover, a.text-underline-hover:hover {
|
|
7336
7337
|
text-decoration: underline;
|
|
7337
7338
|
}
|
|
7339
|
+
a:visited {
|
|
7340
|
+
color: #6b22b5;
|
|
7341
|
+
}
|
|
7342
|
+
a:visited:hover {
|
|
7343
|
+
color: #561b91;
|
|
7344
|
+
}
|
|
7338
7345
|
|
|
7346
|
+
/* stylelint-enable no-descending-specificity */
|
|
7339
7347
|
svg {
|
|
7340
7348
|
fill: currentColor;
|
|
7341
7349
|
}
|
|
@@ -7622,27 +7630,27 @@ svg {
|
|
|
7622
7630
|
}
|
|
7623
7631
|
|
|
7624
7632
|
.border-primary {
|
|
7625
|
-
border-color: #
|
|
7633
|
+
border-color: #253ebe !important;
|
|
7626
7634
|
}
|
|
7627
7635
|
|
|
7628
7636
|
.border-secondary {
|
|
7629
|
-
border-color: #
|
|
7637
|
+
border-color: #70254a !important;
|
|
7630
7638
|
}
|
|
7631
7639
|
|
|
7632
7640
|
.border-success {
|
|
7633
|
-
border-color: #
|
|
7641
|
+
border-color: #09854c !important;
|
|
7634
7642
|
}
|
|
7635
7643
|
|
|
7636
7644
|
.border-info {
|
|
7637
|
-
border-color: #
|
|
7645
|
+
border-color: #0d768b !important;
|
|
7638
7646
|
}
|
|
7639
7647
|
|
|
7640
7648
|
.border-warning {
|
|
7641
|
-
border-color: #
|
|
7649
|
+
border-color: #ffba07 !important;
|
|
7642
7650
|
}
|
|
7643
7651
|
|
|
7644
7652
|
.border-danger {
|
|
7645
|
-
border-color: #
|
|
7653
|
+
border-color: #a51f2c !important;
|
|
7646
7654
|
}
|
|
7647
7655
|
|
|
7648
7656
|
.border-light {
|
|
@@ -15581,6 +15589,16 @@ svg {
|
|
|
15581
15589
|
display: none !important;
|
|
15582
15590
|
}
|
|
15583
15591
|
}
|
|
15592
|
+
.alert-light {
|
|
15593
|
+
border-color: #f8f9fa;
|
|
15594
|
+
background: #fff;
|
|
15595
|
+
}
|
|
15596
|
+
|
|
15597
|
+
.alert-dark {
|
|
15598
|
+
border-color: #ced4da;
|
|
15599
|
+
background: #e9ecef;
|
|
15600
|
+
}
|
|
15601
|
+
|
|
15584
15602
|
.btn {
|
|
15585
15603
|
display: -ms-inline-flexbox;
|
|
15586
15604
|
display: inline-flex;
|
|
@@ -15632,7 +15650,7 @@ svg {
|
|
|
15632
15650
|
border-style: solid;
|
|
15633
15651
|
position: absolute;
|
|
15634
15652
|
top: 0;
|
|
15635
|
-
border-color: #
|
|
15653
|
+
border-color: #253ebe;
|
|
15636
15654
|
}
|
|
15637
15655
|
|
|
15638
15656
|
.circular-progress-left {
|
|
@@ -16113,7 +16131,7 @@ em.placeholder {
|
|
|
16113
16131
|
|
|
16114
16132
|
.bcl-header__navbar input:active,
|
|
16115
16133
|
.bcl-header__navbar input:focus {
|
|
16116
|
-
box-shadow: 0 0 0 0.25rem
|
|
16134
|
+
box-shadow: 0 0 0 0.25rem hsla(210deg, 2%, 83%, 0.5);
|
|
16117
16135
|
}
|
|
16118
16136
|
|
|
16119
16137
|
.bcl-header .notification {
|
|
@@ -16354,7 +16372,7 @@ em.placeholder {
|
|
|
16354
16372
|
border-radius: 0;
|
|
16355
16373
|
}
|
|
16356
16374
|
.nav.bcl__nav .nav-link:hover {
|
|
16357
|
-
background: rgba(
|
|
16375
|
+
background: rgba(37, 62, 190, 0.3);
|
|
16358
16376
|
}
|
|
16359
16377
|
.nav.bcl__nav .nav-link.disabled {
|
|
16360
16378
|
color: #6c757d;
|
|
@@ -16364,7 +16382,7 @@ em.placeholder {
|
|
|
16364
16382
|
background: transparent;
|
|
16365
16383
|
border-top: none;
|
|
16366
16384
|
border-right: none;
|
|
16367
|
-
border-bottom: 2px solid #
|
|
16385
|
+
border-bottom: 2px solid #253ebe;
|
|
16368
16386
|
border-left: none;
|
|
16369
16387
|
}
|
|
16370
16388
|
.nav.bg-gray {
|
|
@@ -16640,140 +16658,323 @@ textarea.form-control.is-valid,
|
|
|
16640
16658
|
justify-content: center;
|
|
16641
16659
|
-ms-flex-align: center;
|
|
16642
16660
|
align-items: center;
|
|
16643
|
-
cursor: pointer;
|
|
16644
16661
|
background: #fff;
|
|
16645
16662
|
border-radius: 50%;
|
|
16663
|
+
border: none;
|
|
16664
|
+
padding: 0;
|
|
16646
16665
|
}
|
|
16647
16666
|
.badge .icon--close svg {
|
|
16648
16667
|
width: 6px;
|
|
16649
16668
|
height: 6px;
|
|
16650
16669
|
margin: 0;
|
|
16651
16670
|
}
|
|
16652
|
-
|
|
16653
|
-
|
|
16654
|
-
|
|
16655
|
-
.badge.bg-secondary .icon--close {
|
|
16656
|
-
color: #801f4f;
|
|
16657
|
-
}
|
|
16658
|
-
.badge.bg-success .icon--close {
|
|
16659
|
-
color: #198754;
|
|
16660
|
-
}
|
|
16661
|
-
.badge.bg-danger .icon--close {
|
|
16662
|
-
color: #b02a37;
|
|
16671
|
+
|
|
16672
|
+
a.badge {
|
|
16673
|
+
text-decoration: none;
|
|
16663
16674
|
}
|
|
16664
|
-
.badge
|
|
16665
|
-
|
|
16675
|
+
a.badge:focus-visible {
|
|
16676
|
+
outline: none;
|
|
16666
16677
|
}
|
|
16667
|
-
|
|
16668
|
-
|
|
16669
|
-
|
|
16670
|
-
|
|
16671
|
-
.badge.bg-info .icon--close {
|
|
16672
|
-
color: #087990;
|
|
16673
|
-
background: #000;
|
|
16678
|
+
|
|
16679
|
+
.badge.bg-primary a,
|
|
16680
|
+
.badge.bg-primary {
|
|
16681
|
+
color: #fff;
|
|
16674
16682
|
}
|
|
16675
|
-
.badge.bg-
|
|
16676
|
-
|
|
16677
|
-
|
|
16683
|
+
.badge.bg-primary a .icon--close,
|
|
16684
|
+
.badge.bg-primary .icon--close {
|
|
16685
|
+
color: #253ebe;
|
|
16678
16686
|
}
|
|
16679
16687
|
|
|
16680
|
-
|
|
16681
|
-
|
|
16682
|
-
.h2 .badge,
|
|
16683
|
-
h3 .badge,
|
|
16684
|
-
.h3 .badge,
|
|
16685
|
-
h4 .badge,
|
|
16686
|
-
.h4 .badge,
|
|
16687
|
-
h5 .badge,
|
|
16688
|
-
.h5 .badge,
|
|
16689
|
-
h6 .badge,
|
|
16690
|
-
.h6 .badge,
|
|
16691
|
-
p .badge,
|
|
16692
|
-
a .badge {
|
|
16693
|
-
font-size: 0.75em;
|
|
16688
|
+
.badge-outline-primary a {
|
|
16689
|
+
color: #253ebe !important;
|
|
16694
16690
|
}
|
|
16695
16691
|
|
|
16696
16692
|
.badge-outline-primary {
|
|
16697
|
-
border: 1px solid #0a58ca;
|
|
16698
|
-
color: #0a58ca !important;
|
|
16699
16693
|
background: transparent !important;
|
|
16694
|
+
border: 1px solid #253ebe;
|
|
16695
|
+
color: #253ebe !important;
|
|
16700
16696
|
}
|
|
16701
16697
|
.badge-outline-primary .icon--close {
|
|
16702
|
-
background: #
|
|
16698
|
+
background: #253ebe;
|
|
16703
16699
|
color: #fff;
|
|
16704
16700
|
}
|
|
16705
16701
|
|
|
16702
|
+
a.badge:focus-within.badge-outline-primary, a.badge:active.badge-outline-primary, a.badge:hover.badge-outline-primary {
|
|
16703
|
+
background-color: #e9ecf9 !important;
|
|
16704
|
+
border-color: #1f35a2 !important;
|
|
16705
|
+
}
|
|
16706
|
+
a.badge:focus-within.bg-primary, a.badge:active.bg-primary, a.badge:hover.bg-primary {
|
|
16707
|
+
background-color: #1f35a2 !important;
|
|
16708
|
+
}
|
|
16709
|
+
a.badge.badge.bg-primary:focus {
|
|
16710
|
+
box-shadow: 0 0 0 0.25rem rgba(70, 91, 200, 0.5);
|
|
16711
|
+
}
|
|
16712
|
+
a.badge.badge-outline-primary:focus {
|
|
16713
|
+
box-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.5);
|
|
16714
|
+
}
|
|
16715
|
+
|
|
16716
|
+
.badge.bg-secondary a,
|
|
16717
|
+
.badge.bg-secondary {
|
|
16718
|
+
color: #fff;
|
|
16719
|
+
}
|
|
16720
|
+
.badge.bg-secondary a .icon--close,
|
|
16721
|
+
.badge.bg-secondary .icon--close {
|
|
16722
|
+
color: #70254a;
|
|
16723
|
+
}
|
|
16724
|
+
|
|
16725
|
+
.badge-outline-secondary a {
|
|
16726
|
+
color: #70254a !important;
|
|
16727
|
+
}
|
|
16728
|
+
|
|
16706
16729
|
.badge-outline-secondary {
|
|
16707
|
-
border: 1px solid #801f4f;
|
|
16708
|
-
color: #801f4f !important;
|
|
16709
16730
|
background: transparent !important;
|
|
16731
|
+
border: 1px solid #70254a;
|
|
16732
|
+
color: #70254a !important;
|
|
16710
16733
|
}
|
|
16711
16734
|
.badge-outline-secondary .icon--close {
|
|
16712
|
-
background: #
|
|
16735
|
+
background: #70254a;
|
|
16713
16736
|
color: #fff;
|
|
16714
16737
|
}
|
|
16715
16738
|
|
|
16739
|
+
a.badge:focus-within.badge-outline-secondary, a.badge:active.badge-outline-secondary, a.badge:hover.badge-outline-secondary {
|
|
16740
|
+
background-color: #f1e9ed !important;
|
|
16741
|
+
border-color: #5f1f3f !important;
|
|
16742
|
+
}
|
|
16743
|
+
a.badge:focus-within.bg-secondary, a.badge:active.bg-secondary, a.badge:hover.bg-secondary {
|
|
16744
|
+
background-color: #5f1f3f !important;
|
|
16745
|
+
}
|
|
16746
|
+
a.badge.badge.bg-secondary:focus {
|
|
16747
|
+
box-shadow: 0 0 0 0.25rem rgba(133, 70, 101, 0.5);
|
|
16748
|
+
}
|
|
16749
|
+
a.badge.badge-outline-secondary:focus {
|
|
16750
|
+
box-shadow: 0 0 0 0.25rem rgba(112, 37, 74, 0.5);
|
|
16751
|
+
}
|
|
16752
|
+
|
|
16753
|
+
.badge.bg-success a,
|
|
16754
|
+
.badge.bg-success {
|
|
16755
|
+
color: #fff;
|
|
16756
|
+
}
|
|
16757
|
+
.badge.bg-success a .icon--close,
|
|
16758
|
+
.badge.bg-success .icon--close {
|
|
16759
|
+
color: #09854c;
|
|
16760
|
+
}
|
|
16761
|
+
|
|
16762
|
+
.badge-outline-success a {
|
|
16763
|
+
color: #09854c !important;
|
|
16764
|
+
}
|
|
16765
|
+
|
|
16716
16766
|
.badge-outline-success {
|
|
16717
|
-
border: 1px solid #198754;
|
|
16718
|
-
color: #198754 !important;
|
|
16719
16767
|
background: transparent !important;
|
|
16768
|
+
border: 1px solid #09854c;
|
|
16769
|
+
color: #09854c !important;
|
|
16720
16770
|
}
|
|
16721
16771
|
.badge-outline-success .icon--close {
|
|
16722
|
-
background: #
|
|
16772
|
+
background: #09854c;
|
|
16773
|
+
color: #fff;
|
|
16774
|
+
}
|
|
16775
|
+
|
|
16776
|
+
a.badge:focus-within.badge-outline-success, a.badge:active.badge-outline-success, a.badge:hover.badge-outline-success {
|
|
16777
|
+
background-color: #e6f3ed !important;
|
|
16778
|
+
border-color: #087141 !important;
|
|
16779
|
+
}
|
|
16780
|
+
a.badge:focus-within.bg-success, a.badge:active.bg-success, a.badge:hover.bg-success {
|
|
16781
|
+
background-color: #087141 !important;
|
|
16782
|
+
}
|
|
16783
|
+
a.badge.badge.bg-success:focus {
|
|
16784
|
+
box-shadow: 0 0 0 0.25rem rgba(46, 151, 103, 0.5);
|
|
16785
|
+
}
|
|
16786
|
+
a.badge.badge-outline-success:focus {
|
|
16787
|
+
box-shadow: 0 0 0 0.25rem rgba(9, 133, 76, 0.5);
|
|
16788
|
+
}
|
|
16789
|
+
|
|
16790
|
+
.badge.bg-info a,
|
|
16791
|
+
.badge.bg-info {
|
|
16723
16792
|
color: #fff;
|
|
16724
16793
|
}
|
|
16794
|
+
.badge.bg-info a .icon--close,
|
|
16795
|
+
.badge.bg-info .icon--close {
|
|
16796
|
+
color: #0d768b;
|
|
16797
|
+
}
|
|
16798
|
+
|
|
16799
|
+
.badge-outline-info a {
|
|
16800
|
+
color: #0d768b !important;
|
|
16801
|
+
}
|
|
16725
16802
|
|
|
16726
16803
|
.badge-outline-info {
|
|
16727
|
-
border: 1px solid #087990;
|
|
16728
|
-
color: #087990 !important;
|
|
16729
16804
|
background: transparent !important;
|
|
16805
|
+
border: 1px solid #0d768b;
|
|
16806
|
+
color: #0d768b !important;
|
|
16730
16807
|
}
|
|
16731
16808
|
.badge-outline-info .icon--close {
|
|
16732
|
-
background: #
|
|
16809
|
+
background: #0d768b;
|
|
16733
16810
|
color: #fff;
|
|
16734
16811
|
}
|
|
16735
16812
|
|
|
16813
|
+
a.badge:focus-within.badge-outline-info, a.badge:active.badge-outline-info, a.badge:hover.badge-outline-info {
|
|
16814
|
+
background-color: #e7f1f3 !important;
|
|
16815
|
+
border-color: #0b6476 !important;
|
|
16816
|
+
}
|
|
16817
|
+
a.badge:focus-within.bg-info, a.badge:active.bg-info, a.badge:hover.bg-info {
|
|
16818
|
+
background-color: #0b6476 !important;
|
|
16819
|
+
}
|
|
16820
|
+
a.badge.badge.bg-info:focus {
|
|
16821
|
+
box-shadow: 0 0 0 0.25rem rgba(49, 139, 156, 0.5);
|
|
16822
|
+
}
|
|
16823
|
+
a.badge.badge-outline-info:focus {
|
|
16824
|
+
box-shadow: 0 0 0 0.25rem rgba(13, 118, 139, 0.5);
|
|
16825
|
+
}
|
|
16826
|
+
|
|
16827
|
+
.badge.bg-warning a,
|
|
16828
|
+
.badge.bg-warning {
|
|
16829
|
+
color: #000;
|
|
16830
|
+
}
|
|
16831
|
+
.badge.bg-warning a .icon--close,
|
|
16832
|
+
.badge.bg-warning .icon--close {
|
|
16833
|
+
color: #ffba07;
|
|
16834
|
+
background: #000;
|
|
16835
|
+
}
|
|
16836
|
+
|
|
16837
|
+
.badge-outline-warning a {
|
|
16838
|
+
color: #ffba07 !important;
|
|
16839
|
+
}
|
|
16840
|
+
|
|
16736
16841
|
.badge-outline-warning {
|
|
16737
|
-
border: 1px solid #ffc107;
|
|
16738
|
-
color: #ffc107 !important;
|
|
16739
16842
|
background: transparent !important;
|
|
16843
|
+
border: 1px solid #ffba07;
|
|
16844
|
+
color: #ffba07 !important;
|
|
16740
16845
|
}
|
|
16741
16846
|
.badge-outline-warning .icon--close {
|
|
16742
|
-
background: #
|
|
16847
|
+
background: #ffba07;
|
|
16743
16848
|
color: #fff;
|
|
16744
16849
|
}
|
|
16745
16850
|
|
|
16851
|
+
a.badge:focus-within.badge-outline-warning, a.badge:active.badge-outline-warning, a.badge:hover.badge-outline-warning {
|
|
16852
|
+
background-color: #fff8e6 !important;
|
|
16853
|
+
border-color: #d99e06 !important;
|
|
16854
|
+
}
|
|
16855
|
+
a.badge:focus-within.bg-warning, a.badge:active.bg-warning, a.badge:hover.bg-warning {
|
|
16856
|
+
background-color: #d99e06 !important;
|
|
16857
|
+
}
|
|
16858
|
+
a.badge.badge.bg-warning:focus {
|
|
16859
|
+
box-shadow: 0 0 0 0.25rem rgba(217, 158, 6, 0.5);
|
|
16860
|
+
}
|
|
16861
|
+
a.badge.badge-outline-warning:focus {
|
|
16862
|
+
box-shadow: 0 0 0 0.25rem rgba(255, 186, 7, 0.5);
|
|
16863
|
+
}
|
|
16864
|
+
|
|
16865
|
+
.badge.bg-danger a,
|
|
16866
|
+
.badge.bg-danger {
|
|
16867
|
+
color: #fff;
|
|
16868
|
+
}
|
|
16869
|
+
.badge.bg-danger a .icon--close,
|
|
16870
|
+
.badge.bg-danger .icon--close {
|
|
16871
|
+
color: #a51f2c;
|
|
16872
|
+
}
|
|
16873
|
+
|
|
16874
|
+
.badge-outline-danger a {
|
|
16875
|
+
color: #a51f2c !important;
|
|
16876
|
+
}
|
|
16877
|
+
|
|
16746
16878
|
.badge-outline-danger {
|
|
16747
|
-
border: 1px solid #b02a37;
|
|
16748
|
-
color: #b02a37 !important;
|
|
16749
16879
|
background: transparent !important;
|
|
16880
|
+
border: 1px solid #a51f2c;
|
|
16881
|
+
color: #a51f2c !important;
|
|
16750
16882
|
}
|
|
16751
16883
|
.badge-outline-danger .icon--close {
|
|
16752
|
-
background: #
|
|
16884
|
+
background: #a51f2c;
|
|
16753
16885
|
color: #fff;
|
|
16754
16886
|
}
|
|
16755
16887
|
|
|
16888
|
+
a.badge:focus-within.badge-outline-danger, a.badge:active.badge-outline-danger, a.badge:hover.badge-outline-danger {
|
|
16889
|
+
background-color: #f6e9ea !important;
|
|
16890
|
+
border-color: #8c1a25 !important;
|
|
16891
|
+
}
|
|
16892
|
+
a.badge:focus-within.bg-danger, a.badge:active.bg-danger, a.badge:hover.bg-danger {
|
|
16893
|
+
background-color: #8c1a25 !important;
|
|
16894
|
+
}
|
|
16895
|
+
a.badge.badge.bg-danger:focus {
|
|
16896
|
+
box-shadow: 0 0 0 0.25rem rgba(179, 65, 76, 0.5);
|
|
16897
|
+
}
|
|
16898
|
+
a.badge.badge-outline-danger:focus {
|
|
16899
|
+
box-shadow: 0 0 0 0.25rem rgba(165, 31, 44, 0.5);
|
|
16900
|
+
}
|
|
16901
|
+
|
|
16902
|
+
.badge.bg-light a,
|
|
16903
|
+
.badge.bg-light {
|
|
16904
|
+
color: #000;
|
|
16905
|
+
}
|
|
16906
|
+
.badge.bg-light a .icon--close,
|
|
16907
|
+
.badge.bg-light .icon--close {
|
|
16908
|
+
color: #f8f9fa;
|
|
16909
|
+
background: #000;
|
|
16910
|
+
}
|
|
16911
|
+
|
|
16912
|
+
.badge-outline-light a {
|
|
16913
|
+
color: #f8f9fa !important;
|
|
16914
|
+
}
|
|
16915
|
+
|
|
16756
16916
|
.badge-outline-light {
|
|
16917
|
+
background: transparent !important;
|
|
16757
16918
|
border: 1px solid #f8f9fa;
|
|
16758
16919
|
color: #f8f9fa !important;
|
|
16759
|
-
background: transparent !important;
|
|
16760
16920
|
}
|
|
16761
16921
|
.badge-outline-light .icon--close {
|
|
16762
16922
|
background: #f8f9fa;
|
|
16763
|
-
color: #fff;
|
|
16764
16923
|
color: #000;
|
|
16765
16924
|
}
|
|
16766
16925
|
|
|
16926
|
+
a.badge:focus-within.badge-outline-light, a.badge:active.badge-outline-light, a.badge:hover.badge-outline-light {
|
|
16927
|
+
border-color: #fff;
|
|
16928
|
+
color: #fff;
|
|
16929
|
+
background: rgba(255, 255, 255, 0.3) !important;
|
|
16930
|
+
}
|
|
16931
|
+
a.badge:focus-within.bg-light, a.badge:active.bg-light, a.badge:hover.bg-light {
|
|
16932
|
+
background-color: #d3d4d5 !important;
|
|
16933
|
+
}
|
|
16934
|
+
a.badge.badge.bg-light:focus {
|
|
16935
|
+
box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
|
|
16936
|
+
}
|
|
16937
|
+
a.badge.badge-outline-light:focus {
|
|
16938
|
+
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
|
|
16939
|
+
}
|
|
16940
|
+
|
|
16941
|
+
.badge.bg-dark a,
|
|
16942
|
+
.badge.bg-dark {
|
|
16943
|
+
color: #fff;
|
|
16944
|
+
}
|
|
16945
|
+
.badge.bg-dark a .icon--close,
|
|
16946
|
+
.badge.bg-dark .icon--close {
|
|
16947
|
+
color: #212529;
|
|
16948
|
+
}
|
|
16949
|
+
|
|
16950
|
+
.badge-outline-dark a {
|
|
16951
|
+
color: #212529 !important;
|
|
16952
|
+
}
|
|
16953
|
+
|
|
16767
16954
|
.badge-outline-dark {
|
|
16955
|
+
background: transparent !important;
|
|
16768
16956
|
border: 1px solid #212529;
|
|
16769
16957
|
color: #212529 !important;
|
|
16770
|
-
background: transparent !important;
|
|
16771
16958
|
}
|
|
16772
16959
|
.badge-outline-dark .icon--close {
|
|
16773
16960
|
background: #212529;
|
|
16774
16961
|
color: #fff;
|
|
16775
16962
|
}
|
|
16776
16963
|
|
|
16964
|
+
a.badge:focus-within.badge-outline-dark, a.badge:active.badge-outline-dark, a.badge:hover.badge-outline-dark {
|
|
16965
|
+
background-color: #f8f9fa !important;
|
|
16966
|
+
border-color: #000;
|
|
16967
|
+
}
|
|
16968
|
+
a.badge:focus-within.bg-dark, a.badge:active.bg-dark, a.badge:hover.bg-dark {
|
|
16969
|
+
background-color: #1c1f23 !important;
|
|
16970
|
+
}
|
|
16971
|
+
a.badge.badge.bg-dark:focus {
|
|
16972
|
+
box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
|
|
16973
|
+
}
|
|
16974
|
+
a.badge.badge-outline-dark:focus {
|
|
16975
|
+
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
|
|
16976
|
+
}
|
|
16977
|
+
|
|
16777
16978
|
.ss-main {
|
|
16778
16979
|
position: relative;
|
|
16779
16980
|
display: inline-block;
|
|
@@ -17029,7 +17230,7 @@ a .badge {
|
|
|
17029
17230
|
padding: 3px 5px;
|
|
17030
17231
|
margin: 3px 5px 3px 0px;
|
|
17031
17232
|
color: #ffffff;
|
|
17032
|
-
background-color: #
|
|
17233
|
+
background-color: #253ebe;
|
|
17033
17234
|
border-radius: 4px;
|
|
17034
17235
|
-webkit-animation-name: scaleIn;
|
|
17035
17236
|
animation-name: scaleIn;
|
|
@@ -17189,7 +17390,7 @@ a .badge {
|
|
|
17189
17390
|
}
|
|
17190
17391
|
|
|
17191
17392
|
.ss-content .ss-search input:focus {
|
|
17192
|
-
box-shadow: 0 0 5px #
|
|
17393
|
+
box-shadow: 0 0 5px #253ebe;
|
|
17193
17394
|
}
|
|
17194
17395
|
|
|
17195
17396
|
.ss-content .ss-search .ss-addable {
|
|
@@ -17237,7 +17438,7 @@ a .badge {
|
|
|
17237
17438
|
|
|
17238
17439
|
.ss-content .ss-list .ss-optgroup-label-selectable:hover {
|
|
17239
17440
|
color: #ffffff;
|
|
17240
|
-
background-color: #
|
|
17441
|
+
background-color: #253ebe;
|
|
17241
17442
|
}
|
|
17242
17443
|
|
|
17243
17444
|
.ss-content .ss-list .ss-option {
|
|
@@ -17255,7 +17456,7 @@ a .badge {
|
|
|
17255
17456
|
|
|
17256
17457
|
.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
|
|
17257
17458
|
color: #ffffff;
|
|
17258
|
-
background-color: #
|
|
17459
|
+
background-color: #253ebe;
|
|
17259
17460
|
}
|
|
17260
17461
|
|
|
17261
17462
|
.ss-content .ss-list .ss-option.ss-disabled {
|
|
@@ -17266,7 +17467,7 @@ a .badge {
|
|
|
17266
17467
|
|
|
17267
17468
|
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
|
|
17268
17469
|
color: #666666;
|
|
17269
|
-
background-color: rgba(
|
|
17470
|
+
background-color: rgba(37, 62, 190, 0.1);
|
|
17270
17471
|
}
|
|
17271
17472
|
|
|
17272
17473
|
.ss-content .ss-list .ss-option.ss-hide {
|
|
@@ -17320,13 +17521,17 @@ select.multi-select {
|
|
|
17320
17521
|
font-size: 1rem;
|
|
17321
17522
|
}
|
|
17322
17523
|
.ss-main.multi-select .ss-multi-selected {
|
|
17323
|
-
|
|
17524
|
+
border-color: #ced4da;
|
|
17525
|
+
padding: calc(0.5rem - 2px) 0 calc(0.5rem - 2px) 0.3rem;
|
|
17324
17526
|
}
|
|
17325
17527
|
.ss-main.multi-select .ss-multi-selected.ss-disabled .ss-values .ss-value {
|
|
17326
17528
|
background: #adb5bd;
|
|
17327
17529
|
}
|
|
17328
17530
|
.ss-main.multi-select .ss-multi-selected .ss-add {
|
|
17329
|
-
margin-top: 0
|
|
17531
|
+
margin-top: 0;
|
|
17532
|
+
-ms-flex-item-align: center;
|
|
17533
|
+
-ms-grid-row-align: center;
|
|
17534
|
+
align-self: center;
|
|
17330
17535
|
}
|
|
17331
17536
|
|
|
17332
17537
|
.ss-main.multi-select.is-invalid .ss-multi-selected,
|
|
@@ -17341,29 +17546,26 @@ select.multi-select {
|
|
|
17341
17546
|
.ss-main.multi-select.is-invalid .ss-multi-selected,
|
|
17342
17547
|
.was-validated .multi-select:invalid + .ss-main.multi-select .ss-multi-selected {
|
|
17343
17548
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%23D72E3D'/%3E%3C/svg%3E%0A");
|
|
17344
|
-
border-color: #
|
|
17549
|
+
border-color: #a51f2c;
|
|
17345
17550
|
}
|
|
17346
17551
|
.ss-main.multi-select.is-invalid .ss-values .ss-value,
|
|
17347
17552
|
.was-validated .multi-select:invalid + .ss-main.multi-select .ss-values .ss-value {
|
|
17348
|
-
background: #
|
|
17553
|
+
background: #a51f2c;
|
|
17349
17554
|
}
|
|
17350
17555
|
|
|
17351
17556
|
.ss-main.multi-select.is-valid .ss-multi-selected,
|
|
17352
17557
|
.was-validated .multi-select:valid + .ss-main.multi-select .ss-multi-selected {
|
|
17353
17558
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM12.0303 4.96967C11.7374 4.67678 11.2626 4.67678 10.9697 4.96967C10.9626 4.97674 10.9559 4.98424 10.9498 4.9921L7.4774 9.41674L5.38388 7.32322C5.09098 7.03033 4.61611 7.03033 4.32322 7.32322C4.03032 7.61612 4.03032 8.09099 4.32322 8.38388L6.96966 11.0303C7.26256 11.3232 7.73743 11.3232 8.03032 11.0303C8.03685 11.0238 8.043 11.0169 8.04876 11.0097L12.041 6.01947C12.3232 5.72582 12.3196 5.25897 12.0303 4.96967Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
|
|
17354
|
-
border-color: #
|
|
17559
|
+
border-color: #09854c;
|
|
17355
17560
|
}
|
|
17356
17561
|
.ss-main.multi-select.is-valid .ss-values .ss-value,
|
|
17357
17562
|
.was-validated .multi-select:valid + .ss-main.multi-select .ss-values .ss-value {
|
|
17358
|
-
background: #
|
|
17563
|
+
background: #09854c;
|
|
17359
17564
|
}
|
|
17360
17565
|
|
|
17361
17566
|
@media (min-width: 768px) {
|
|
17362
17567
|
.ss-main.multi-select .ss-multi-selected {
|
|
17363
|
-
padding: 0.
|
|
17364
|
-
}
|
|
17365
|
-
.ss-main.multi-select .ss-multi-selected .ss-add {
|
|
17366
|
-
margin-top: 0.5rem;
|
|
17568
|
+
padding: 0.075rem 0 0.075rem 0.3rem;
|
|
17367
17569
|
}
|
|
17368
17570
|
.ss-main.multi-select .ss-values {
|
|
17369
17571
|
font-size: 1rem;
|
|
@@ -17440,7 +17642,7 @@ select.multi-select {
|
|
|
17440
17642
|
|
|
17441
17643
|
.bcl-banner__content {
|
|
17442
17644
|
padding: 2.5rem 2rem;
|
|
17443
|
-
border-color: #
|
|
17645
|
+
border-color: #253ebe;
|
|
17444
17646
|
}
|
|
17445
17647
|
|
|
17446
17648
|
.bcl-banner__image {
|
|
@@ -17459,6 +17661,11 @@ select.multi-select {
|
|
|
17459
17661
|
padding-top: 25%;
|
|
17460
17662
|
}
|
|
17461
17663
|
|
|
17664
|
+
@media (max-width: 767.98px) {
|
|
17665
|
+
.container .bcl-content-banner .container {
|
|
17666
|
+
padding: 0;
|
|
17667
|
+
}
|
|
17668
|
+
}
|
|
17462
17669
|
@media (min-width: 768px) {
|
|
17463
17670
|
.bcl-banner {
|
|
17464
17671
|
overflow: hidden;
|
|
@@ -17466,7 +17673,7 @@ select.multi-select {
|
|
|
17466
17673
|
}
|
|
17467
17674
|
.bcl-banner.overlay .bcl-banner__content {
|
|
17468
17675
|
background: #fff;
|
|
17469
|
-
border-bottom: 4px solid #
|
|
17676
|
+
border-bottom: 4px solid #253ebe;
|
|
17470
17677
|
}
|
|
17471
17678
|
.bcl-banner.shade {
|
|
17472
17679
|
color: #fff;
|
|
@@ -17523,6 +17730,10 @@ select.multi-select {
|
|
|
17523
17730
|
.container .bcl-banner:not(.text-center):not(.shade) .bcl-banner__content {
|
|
17524
17731
|
margin-left: 0;
|
|
17525
17732
|
}
|
|
17733
|
+
.container .bcl-content-banner .card {
|
|
17734
|
+
margin-right: -0.75rem;
|
|
17735
|
+
margin-left: -0.75rem;
|
|
17736
|
+
}
|
|
17526
17737
|
}
|
|
17527
17738
|
@media (min-width: 992px) {
|
|
17528
17739
|
.bcl-banner {
|
|
@@ -17571,7 +17782,7 @@ select.multi-select {
|
|
|
17571
17782
|
display: inline-block;
|
|
17572
17783
|
position: absolute;
|
|
17573
17784
|
border-radius: 50%;
|
|
17574
|
-
border: 2px solid #
|
|
17785
|
+
border: 2px solid #253ebe;
|
|
17575
17786
|
left: 0;
|
|
17576
17787
|
width: 22px;
|
|
17577
17788
|
height: 22px;
|
|
@@ -17615,8 +17826,7 @@ select.multi-select {
|
|
|
17615
17826
|
top: 1rem;
|
|
17616
17827
|
background-color: #f8f9fa;
|
|
17617
17828
|
}
|
|
17618
|
-
.bcl-inpage-navigation
|
|
17619
|
-
font-weight: bold;
|
|
17829
|
+
.bcl-inpage-navigation .bcl-heading {
|
|
17620
17830
|
margin-bottom: 0;
|
|
17621
17831
|
padding: 1.25rem;
|
|
17622
17832
|
border-bottom: 1px solid #dee2e6;
|
|
@@ -17640,7 +17850,7 @@ select.multi-select {
|
|
|
17640
17850
|
|
|
17641
17851
|
.bcl-language-list .btn {
|
|
17642
17852
|
background: #fff;
|
|
17643
|
-
color: #
|
|
17853
|
+
color: #253ebe;
|
|
17644
17854
|
border-color: #ced4da;
|
|
17645
17855
|
}
|
|
17646
17856
|
.bcl-language-list .btn:hover {
|
|
@@ -17648,9 +17858,9 @@ select.multi-select {
|
|
|
17648
17858
|
border-color: #0e47cb;
|
|
17649
17859
|
}
|
|
17650
17860
|
.bcl-language-list .btn.selected {
|
|
17651
|
-
background: #
|
|
17861
|
+
background: #70254a;
|
|
17652
17862
|
color: #fff;
|
|
17653
|
-
border-color: #
|
|
17863
|
+
border-color: #70254a;
|
|
17654
17864
|
}
|
|
17655
17865
|
.bcl-language-list .btn.selected svg {
|
|
17656
17866
|
color: #fff;
|
|
@@ -17835,6 +18045,12 @@ select.multi-select {
|
|
|
17835
18045
|
-webkit-transform: rotate(180deg);
|
|
17836
18046
|
transform: rotate(180deg);
|
|
17837
18047
|
}
|
|
18048
|
+
.bcl-gallery .bcl-gallery__mobile-view-more > span {
|
|
18049
|
+
display: block;
|
|
18050
|
+
}
|
|
18051
|
+
.bcl-gallery .bcl-gallery__mobile-view-more > span * {
|
|
18052
|
+
pointer-events: none;
|
|
18053
|
+
}
|
|
17838
18054
|
.bcl-gallery .carousel {
|
|
17839
18055
|
height: 100%;
|
|
17840
18056
|
width: 100%;
|