@openeuropa/bcl-theme-default 0.21.0 → 0.22.0
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/css/oe-bcl-default.css +379 -365
- 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/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/package.json +5 -5
- package/src/js/gallery/gallery.js +3 -3
- package/src/scss/_gallery.scss +7 -0
- package/src/scss/base/_colors.scss +17 -6
- package/src/scss/base/_utilities.scss +9 -0
- package/templates/bcl-alert/alert.html.twig +9 -1
- package/templates/bcl-banner/banner.html.twig +16 -9
- package/templates/bcl-description-list/description-list.html.twig +7 -4
- package/templates/bcl-fact-figures/fact-figures.html.twig +6 -2
- package/templates/bcl-file/file.html.twig +8 -5
- package/templates/bcl-form/form.html.twig +7 -4
- package/templates/bcl-gallery/gallery.html.twig +9 -6
- package/templates/bcl-heading/heading.html.twig +42 -0
- package/templates/bcl-links-block/links-block.html.twig +8 -2
- package/templates/bcl-listing/listing.html.twig +7 -4
- package/templates/bcl-project/project-lists.html.twig +67 -0
- package/templates/bcl-project/project.html.twig +53 -70
- 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-timeline/timeline.html.twig +7 -4
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;
|
|
@@ -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 {
|
|
@@ -15632,7 +15640,7 @@ svg {
|
|
|
15632
15640
|
border-style: solid;
|
|
15633
15641
|
position: absolute;
|
|
15634
15642
|
top: 0;
|
|
15635
|
-
border-color: #
|
|
15643
|
+
border-color: #253ebe;
|
|
15636
15644
|
}
|
|
15637
15645
|
|
|
15638
15646
|
.circular-progress-left {
|
|
@@ -16354,7 +16362,7 @@ em.placeholder {
|
|
|
16354
16362
|
border-radius: 0;
|
|
16355
16363
|
}
|
|
16356
16364
|
.nav.bcl__nav .nav-link:hover {
|
|
16357
|
-
background: rgba(
|
|
16365
|
+
background: rgba(37, 62, 190, 0.3);
|
|
16358
16366
|
}
|
|
16359
16367
|
.nav.bcl__nav .nav-link.disabled {
|
|
16360
16368
|
color: #6c757d;
|
|
@@ -16364,7 +16372,7 @@ em.placeholder {
|
|
|
16364
16372
|
background: transparent;
|
|
16365
16373
|
border-top: none;
|
|
16366
16374
|
border-right: none;
|
|
16367
|
-
border-bottom: 2px solid #
|
|
16375
|
+
border-bottom: 2px solid #253ebe;
|
|
16368
16376
|
border-left: none;
|
|
16369
16377
|
}
|
|
16370
16378
|
.nav.bg-gray {
|
|
@@ -16650,26 +16658,26 @@ textarea.form-control.is-valid,
|
|
|
16650
16658
|
margin: 0;
|
|
16651
16659
|
}
|
|
16652
16660
|
.badge.bg-primary .icon--close {
|
|
16653
|
-
color: #
|
|
16661
|
+
color: #253ebe;
|
|
16654
16662
|
}
|
|
16655
16663
|
.badge.bg-secondary .icon--close {
|
|
16656
|
-
color: #
|
|
16664
|
+
color: #70254a;
|
|
16657
16665
|
}
|
|
16658
16666
|
.badge.bg-success .icon--close {
|
|
16659
|
-
color: #
|
|
16667
|
+
color: #09854c;
|
|
16660
16668
|
}
|
|
16661
16669
|
.badge.bg-danger .icon--close {
|
|
16662
|
-
color: #
|
|
16670
|
+
color: #a51f2c;
|
|
16663
16671
|
}
|
|
16664
16672
|
.badge.bg-dark .icon--close {
|
|
16665
16673
|
color: #212529;
|
|
16666
16674
|
}
|
|
16667
16675
|
.badge.bg-warning .icon--close {
|
|
16668
|
-
color: #
|
|
16676
|
+
color: #ffba07;
|
|
16669
16677
|
background: #000;
|
|
16670
16678
|
}
|
|
16671
16679
|
.badge.bg-info .icon--close {
|
|
16672
|
-
color: #
|
|
16680
|
+
color: #0d768b;
|
|
16673
16681
|
background: #000;
|
|
16674
16682
|
}
|
|
16675
16683
|
.badge.bg-light .icon--close {
|
|
@@ -16694,62 +16702,62 @@ a .badge {
|
|
|
16694
16702
|
}
|
|
16695
16703
|
|
|
16696
16704
|
.badge-outline-primary {
|
|
16697
|
-
border: 1px solid #
|
|
16698
|
-
color: #
|
|
16705
|
+
border: 1px solid #253ebe;
|
|
16706
|
+
color: #253ebe !important;
|
|
16699
16707
|
background: transparent !important;
|
|
16700
16708
|
}
|
|
16701
16709
|
.badge-outline-primary .icon--close {
|
|
16702
|
-
background: #
|
|
16710
|
+
background: #253ebe;
|
|
16703
16711
|
color: #fff;
|
|
16704
16712
|
}
|
|
16705
16713
|
|
|
16706
16714
|
.badge-outline-secondary {
|
|
16707
|
-
border: 1px solid #
|
|
16708
|
-
color: #
|
|
16715
|
+
border: 1px solid #70254a;
|
|
16716
|
+
color: #70254a !important;
|
|
16709
16717
|
background: transparent !important;
|
|
16710
16718
|
}
|
|
16711
16719
|
.badge-outline-secondary .icon--close {
|
|
16712
|
-
background: #
|
|
16720
|
+
background: #70254a;
|
|
16713
16721
|
color: #fff;
|
|
16714
16722
|
}
|
|
16715
16723
|
|
|
16716
16724
|
.badge-outline-success {
|
|
16717
|
-
border: 1px solid #
|
|
16718
|
-
color: #
|
|
16725
|
+
border: 1px solid #09854c;
|
|
16726
|
+
color: #09854c !important;
|
|
16719
16727
|
background: transparent !important;
|
|
16720
16728
|
}
|
|
16721
16729
|
.badge-outline-success .icon--close {
|
|
16722
|
-
background: #
|
|
16730
|
+
background: #09854c;
|
|
16723
16731
|
color: #fff;
|
|
16724
16732
|
}
|
|
16725
16733
|
|
|
16726
16734
|
.badge-outline-info {
|
|
16727
|
-
border: 1px solid #
|
|
16728
|
-
color: #
|
|
16735
|
+
border: 1px solid #0d768b;
|
|
16736
|
+
color: #0d768b !important;
|
|
16729
16737
|
background: transparent !important;
|
|
16730
16738
|
}
|
|
16731
16739
|
.badge-outline-info .icon--close {
|
|
16732
|
-
background: #
|
|
16740
|
+
background: #0d768b;
|
|
16733
16741
|
color: #fff;
|
|
16734
16742
|
}
|
|
16735
16743
|
|
|
16736
16744
|
.badge-outline-warning {
|
|
16737
|
-
border: 1px solid #
|
|
16738
|
-
color: #
|
|
16745
|
+
border: 1px solid #ffba07;
|
|
16746
|
+
color: #ffba07 !important;
|
|
16739
16747
|
background: transparent !important;
|
|
16740
16748
|
}
|
|
16741
16749
|
.badge-outline-warning .icon--close {
|
|
16742
|
-
background: #
|
|
16750
|
+
background: #ffba07;
|
|
16743
16751
|
color: #fff;
|
|
16744
16752
|
}
|
|
16745
16753
|
|
|
16746
16754
|
.badge-outline-danger {
|
|
16747
|
-
border: 1px solid #
|
|
16748
|
-
color: #
|
|
16755
|
+
border: 1px solid #a51f2c;
|
|
16756
|
+
color: #a51f2c !important;
|
|
16749
16757
|
background: transparent !important;
|
|
16750
16758
|
}
|
|
16751
16759
|
.badge-outline-danger .icon--close {
|
|
16752
|
-
background: #
|
|
16760
|
+
background: #a51f2c;
|
|
16753
16761
|
color: #fff;
|
|
16754
16762
|
}
|
|
16755
16763
|
|
|
@@ -17029,7 +17037,7 @@ a .badge {
|
|
|
17029
17037
|
padding: 3px 5px;
|
|
17030
17038
|
margin: 3px 5px 3px 0px;
|
|
17031
17039
|
color: #ffffff;
|
|
17032
|
-
background-color: #
|
|
17040
|
+
background-color: #253ebe;
|
|
17033
17041
|
border-radius: 4px;
|
|
17034
17042
|
-webkit-animation-name: scaleIn;
|
|
17035
17043
|
animation-name: scaleIn;
|
|
@@ -17189,7 +17197,7 @@ a .badge {
|
|
|
17189
17197
|
}
|
|
17190
17198
|
|
|
17191
17199
|
.ss-content .ss-search input:focus {
|
|
17192
|
-
box-shadow: 0 0 5px #
|
|
17200
|
+
box-shadow: 0 0 5px #253ebe;
|
|
17193
17201
|
}
|
|
17194
17202
|
|
|
17195
17203
|
.ss-content .ss-search .ss-addable {
|
|
@@ -17237,7 +17245,7 @@ a .badge {
|
|
|
17237
17245
|
|
|
17238
17246
|
.ss-content .ss-list .ss-optgroup-label-selectable:hover {
|
|
17239
17247
|
color: #ffffff;
|
|
17240
|
-
background-color: #
|
|
17248
|
+
background-color: #253ebe;
|
|
17241
17249
|
}
|
|
17242
17250
|
|
|
17243
17251
|
.ss-content .ss-list .ss-option {
|
|
@@ -17255,7 +17263,7 @@ a .badge {
|
|
|
17255
17263
|
|
|
17256
17264
|
.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
|
|
17257
17265
|
color: #ffffff;
|
|
17258
|
-
background-color: #
|
|
17266
|
+
background-color: #253ebe;
|
|
17259
17267
|
}
|
|
17260
17268
|
|
|
17261
17269
|
.ss-content .ss-list .ss-option.ss-disabled {
|
|
@@ -17266,7 +17274,7 @@ a .badge {
|
|
|
17266
17274
|
|
|
17267
17275
|
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
|
|
17268
17276
|
color: #666666;
|
|
17269
|
-
background-color: rgba(
|
|
17277
|
+
background-color: rgba(37, 62, 190, 0.1);
|
|
17270
17278
|
}
|
|
17271
17279
|
|
|
17272
17280
|
.ss-content .ss-list .ss-option.ss-hide {
|
|
@@ -17341,21 +17349,21 @@ select.multi-select {
|
|
|
17341
17349
|
.ss-main.multi-select.is-invalid .ss-multi-selected,
|
|
17342
17350
|
.was-validated .multi-select:invalid + .ss-main.multi-select .ss-multi-selected {
|
|
17343
17351
|
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: #
|
|
17352
|
+
border-color: #a51f2c;
|
|
17345
17353
|
}
|
|
17346
17354
|
.ss-main.multi-select.is-invalid .ss-values .ss-value,
|
|
17347
17355
|
.was-validated .multi-select:invalid + .ss-main.multi-select .ss-values .ss-value {
|
|
17348
|
-
background: #
|
|
17356
|
+
background: #a51f2c;
|
|
17349
17357
|
}
|
|
17350
17358
|
|
|
17351
17359
|
.ss-main.multi-select.is-valid .ss-multi-selected,
|
|
17352
17360
|
.was-validated .multi-select:valid + .ss-main.multi-select .ss-multi-selected {
|
|
17353
17361
|
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: #
|
|
17362
|
+
border-color: #09854c;
|
|
17355
17363
|
}
|
|
17356
17364
|
.ss-main.multi-select.is-valid .ss-values .ss-value,
|
|
17357
17365
|
.was-validated .multi-select:valid + .ss-main.multi-select .ss-values .ss-value {
|
|
17358
|
-
background: #
|
|
17366
|
+
background: #09854c;
|
|
17359
17367
|
}
|
|
17360
17368
|
|
|
17361
17369
|
@media (min-width: 768px) {
|
|
@@ -17440,7 +17448,7 @@ select.multi-select {
|
|
|
17440
17448
|
|
|
17441
17449
|
.bcl-banner__content {
|
|
17442
17450
|
padding: 2.5rem 2rem;
|
|
17443
|
-
border-color: #
|
|
17451
|
+
border-color: #253ebe;
|
|
17444
17452
|
}
|
|
17445
17453
|
|
|
17446
17454
|
.bcl-banner__image {
|
|
@@ -17466,7 +17474,7 @@ select.multi-select {
|
|
|
17466
17474
|
}
|
|
17467
17475
|
.bcl-banner.overlay .bcl-banner__content {
|
|
17468
17476
|
background: #fff;
|
|
17469
|
-
border-bottom: 4px solid #
|
|
17477
|
+
border-bottom: 4px solid #253ebe;
|
|
17470
17478
|
}
|
|
17471
17479
|
.bcl-banner.shade {
|
|
17472
17480
|
color: #fff;
|
|
@@ -17571,7 +17579,7 @@ select.multi-select {
|
|
|
17571
17579
|
display: inline-block;
|
|
17572
17580
|
position: absolute;
|
|
17573
17581
|
border-radius: 50%;
|
|
17574
|
-
border: 2px solid #
|
|
17582
|
+
border: 2px solid #253ebe;
|
|
17575
17583
|
left: 0;
|
|
17576
17584
|
width: 22px;
|
|
17577
17585
|
height: 22px;
|
|
@@ -17640,7 +17648,7 @@ select.multi-select {
|
|
|
17640
17648
|
|
|
17641
17649
|
.bcl-language-list .btn {
|
|
17642
17650
|
background: #fff;
|
|
17643
|
-
color: #
|
|
17651
|
+
color: #253ebe;
|
|
17644
17652
|
border-color: #ced4da;
|
|
17645
17653
|
}
|
|
17646
17654
|
.bcl-language-list .btn:hover {
|
|
@@ -17648,9 +17656,9 @@ select.multi-select {
|
|
|
17648
17656
|
border-color: #0e47cb;
|
|
17649
17657
|
}
|
|
17650
17658
|
.bcl-language-list .btn.selected {
|
|
17651
|
-
background: #
|
|
17659
|
+
background: #70254a;
|
|
17652
17660
|
color: #fff;
|
|
17653
|
-
border-color: #
|
|
17661
|
+
border-color: #70254a;
|
|
17654
17662
|
}
|
|
17655
17663
|
.bcl-language-list .btn.selected svg {
|
|
17656
17664
|
color: #fff;
|
|
@@ -17835,6 +17843,12 @@ select.multi-select {
|
|
|
17835
17843
|
-webkit-transform: rotate(180deg);
|
|
17836
17844
|
transform: rotate(180deg);
|
|
17837
17845
|
}
|
|
17846
|
+
.bcl-gallery .bcl-gallery__mobile-view-more > span {
|
|
17847
|
+
display: block;
|
|
17848
|
+
}
|
|
17849
|
+
.bcl-gallery .bcl-gallery__mobile-view-more > span * {
|
|
17850
|
+
pointer-events: none;
|
|
17851
|
+
}
|
|
17838
17852
|
.bcl-gallery .carousel {
|
|
17839
17853
|
height: 100%;
|
|
17840
17854
|
width: 100%;
|