@openeuropa/bcl-theme-joinup 0.12.0 → 0.16.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/bcl-builder.config.js +4 -0
- package/css/oe-bcl-joinup.css +1602 -61
- package/css/oe-bcl-joinup.css.map +1 -1
- package/css/oe-bcl-joinup.min.css +1 -1
- package/css/oe-bcl-joinup.min.css.map +1 -1
- package/icons/icons-flag.svg +1 -0
- package/js/oe-bcl-joinup.bundle.js +53 -21
- package/js/oe-bcl-joinup.bundle.js.map +1 -1
- package/js/oe-bcl-joinup.bundle.min.js +1 -1
- package/js/oe-bcl-joinup.bundle.min.js.map +1 -1
- package/js/oe-bcl-joinup.esm.min.js.map +1 -1
- package/js/oe-bcl-joinup.umd.js +61 -24
- package/js/oe-bcl-joinup.umd.js.map +1 -1
- package/js/oe-bcl-joinup.umd.min.js +1 -1
- package/js/oe-bcl-joinup.umd.min.js.map +1 -1
- package/package.json +7 -6
- package/src/scss/base/_variables.scss +0 -1
- package/src/scss/oe-bcl-joinup.scss +2 -0
- package/templates/bcl-badge/badge.html.twig +9 -1
- package/templates/bcl-banner/banner.html.twig +22 -5
- package/templates/bcl-base-templates/content-type.html.twig +116 -0
- package/templates/bcl-base-templates/listing-page.html.twig +63 -0
- package/templates/{bcl-group-landing-listing/group-landing-listing-offcanvas.html.twig → bcl-base-templates/sidebar-search.html.twig} +0 -1
- package/templates/bcl-breadcrumb/breadcrumb.html.twig +2 -2
- package/templates/bcl-card/card.html.twig +43 -42
- package/templates/bcl-content-banner/content-banner.html.twig +103 -0
- package/templates/bcl-date-block/date-block.html.twig +42 -0
- package/templates/bcl-description-list/description-list.html.twig +110 -0
- package/templates/bcl-event/event.html.twig +41 -0
- package/templates/bcl-fact-figures/fact-figures.html.twig +115 -0
- package/templates/bcl-featured-media/featured-media.html.twig +49 -5
- package/templates/bcl-file/file.html.twig +205 -0
- package/templates/bcl-footer/footer.html.twig +4 -2
- package/templates/bcl-group/group-landing.html.twig +101 -0
- package/templates/bcl-group/group.html.twig +27 -0
- package/templates/bcl-header/header.html.twig +11 -2
- package/templates/bcl-inpage-navigation/inpage-navigation.html.twig +42 -0
- package/templates/bcl-landing-page/landing-page.html.twig +59 -0
- package/templates/bcl-link/link.html.twig +5 -0
- package/templates/bcl-links-block/links-block.html.twig +5 -2
- package/templates/bcl-listing/listing.html.twig +67 -38
- package/templates/bcl-navbar/navbar.html.twig +22 -20
- package/templates/bcl-navigation/navigation.html.twig +135 -110
- package/templates/bcl-page/page.html.twig +64 -0
- package/templates/bcl-recent-activities/recent-activities.html.twig +1 -1
- package/templates/bcl-timeline/timeline.html.twig +109 -0
- package/templates/bcl-user/user-edit.html.twig +38 -0
- package/templates/{bcl-user-view → bcl-user}/user-view-compact.html.twig +2 -2
- package/templates/bcl-user/user-view.html.twig +96 -0
- package/templates/bcl-group-landing/group-landing.html.twig +0 -106
- package/templates/bcl-group-landing-listing/group-landing-listing.html.twig +0 -74
- package/templates/bcl-search/search-offcanvas.html.twig +0 -8
- package/templates/bcl-search/search.html.twig +0 -48
- package/templates/bcl-user-edit/edit-contents.html.twig +0 -32
- package/templates/bcl-user-edit/user-edit.html.twig +0 -19
- package/templates/bcl-user-listing/user-listing-offcanvas.html.twig +0 -8
- package/templates/bcl-user-listing/user-listing.html.twig +0 -48
- package/templates/bcl-user-view/user-view.html.twig +0 -106
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -50,7 +50,7 @@ h4.fw-medium,
|
|
|
50
50
|
--bs-info: #0dcaf0;
|
|
51
51
|
--bs-warning: #eba843;
|
|
52
52
|
--bs-danger: #eb3434;
|
|
53
|
-
--bs-light: #
|
|
53
|
+
--bs-light: #f0f0f0;
|
|
54
54
|
--bs-dark: #212529;
|
|
55
55
|
--bs-brand: #1073de;
|
|
56
56
|
--bs-primary-rgb: 20, 59, 118;
|
|
@@ -59,7 +59,7 @@ h4.fw-medium,
|
|
|
59
59
|
--bs-info-rgb: 13, 202, 240;
|
|
60
60
|
--bs-warning-rgb: 235, 168, 67;
|
|
61
61
|
--bs-danger-rgb: 235, 52, 52;
|
|
62
|
-
--bs-light-rgb:
|
|
62
|
+
--bs-light-rgb: 240, 240, 240;
|
|
63
63
|
--bs-dark-rgb: 33, 37, 41;
|
|
64
64
|
--bs-brand-rgb: 16, 115, 222;
|
|
65
65
|
--bs-white-rgb: 255, 255, 255;
|
|
@@ -118,7 +118,7 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
|
118
118
|
margin-top: 0;
|
|
119
119
|
margin-bottom: 0.5rem;
|
|
120
120
|
font-weight: 700;
|
|
121
|
-
line-height: 2
|
|
121
|
+
line-height: 1.2;
|
|
122
122
|
color: #143b76;
|
|
123
123
|
}
|
|
124
124
|
|
|
@@ -926,6 +926,66 @@ progress {
|
|
|
926
926
|
--bs-gutter-y: 3rem;
|
|
927
927
|
}
|
|
928
928
|
|
|
929
|
+
.g-1-5,
|
|
930
|
+
.gx-1-5 {
|
|
931
|
+
--bs-gutter-x: 0.375rem;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
.g-1-5,
|
|
935
|
+
.gy-1-5 {
|
|
936
|
+
--bs-gutter-y: 0.375rem;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.g-2-5,
|
|
940
|
+
.gx-2-5 {
|
|
941
|
+
--bs-gutter-x: 0.75rem;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.g-2-5,
|
|
945
|
+
.gy-2-5 {
|
|
946
|
+
--bs-gutter-y: 0.75rem;
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
.g-3-5,
|
|
950
|
+
.gx-3-5 {
|
|
951
|
+
--bs-gutter-x: 1.25rem;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
.g-3-5,
|
|
955
|
+
.gy-3-5 {
|
|
956
|
+
--bs-gutter-y: 1.25rem;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
.g-4-25,
|
|
960
|
+
.gx-4-25 {
|
|
961
|
+
--bs-gutter-x: 1.75rem;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.g-4-25,
|
|
965
|
+
.gy-4-25 {
|
|
966
|
+
--bs-gutter-y: 1.75rem;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
.g-4-5,
|
|
970
|
+
.gx-4-5 {
|
|
971
|
+
--bs-gutter-x: 2rem;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.g-4-5,
|
|
975
|
+
.gy-4-5 {
|
|
976
|
+
--bs-gutter-y: 2rem;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.g-4-75,
|
|
980
|
+
.gx-4-75 {
|
|
981
|
+
--bs-gutter-x: 2.5rem;
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
.g-4-75,
|
|
985
|
+
.gy-4-75 {
|
|
986
|
+
--bs-gutter-y: 2.5rem;
|
|
987
|
+
}
|
|
988
|
+
|
|
929
989
|
@media (min-width: 576px) {
|
|
930
990
|
.col-sm {
|
|
931
991
|
-ms-flex: 1 0 0%;
|
|
@@ -1159,6 +1219,66 @@ progress {
|
|
|
1159
1219
|
.gy-sm-5 {
|
|
1160
1220
|
--bs-gutter-y: 3rem;
|
|
1161
1221
|
}
|
|
1222
|
+
|
|
1223
|
+
.g-sm-1-5,
|
|
1224
|
+
.gx-sm-1-5 {
|
|
1225
|
+
--bs-gutter-x: 0.375rem;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
.g-sm-1-5,
|
|
1229
|
+
.gy-sm-1-5 {
|
|
1230
|
+
--bs-gutter-y: 0.375rem;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
.g-sm-2-5,
|
|
1234
|
+
.gx-sm-2-5 {
|
|
1235
|
+
--bs-gutter-x: 0.75rem;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.g-sm-2-5,
|
|
1239
|
+
.gy-sm-2-5 {
|
|
1240
|
+
--bs-gutter-y: 0.75rem;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.g-sm-3-5,
|
|
1244
|
+
.gx-sm-3-5 {
|
|
1245
|
+
--bs-gutter-x: 1.25rem;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
.g-sm-3-5,
|
|
1249
|
+
.gy-sm-3-5 {
|
|
1250
|
+
--bs-gutter-y: 1.25rem;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.g-sm-4-25,
|
|
1254
|
+
.gx-sm-4-25 {
|
|
1255
|
+
--bs-gutter-x: 1.75rem;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.g-sm-4-25,
|
|
1259
|
+
.gy-sm-4-25 {
|
|
1260
|
+
--bs-gutter-y: 1.75rem;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
.g-sm-4-5,
|
|
1264
|
+
.gx-sm-4-5 {
|
|
1265
|
+
--bs-gutter-x: 2rem;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.g-sm-4-5,
|
|
1269
|
+
.gy-sm-4-5 {
|
|
1270
|
+
--bs-gutter-y: 2rem;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
.g-sm-4-75,
|
|
1274
|
+
.gx-sm-4-75 {
|
|
1275
|
+
--bs-gutter-x: 2.5rem;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
.g-sm-4-75,
|
|
1279
|
+
.gy-sm-4-75 {
|
|
1280
|
+
--bs-gutter-y: 2.5rem;
|
|
1281
|
+
}
|
|
1162
1282
|
}
|
|
1163
1283
|
@media (min-width: 768px) {
|
|
1164
1284
|
.col-md {
|
|
@@ -1393,6 +1513,66 @@ progress {
|
|
|
1393
1513
|
.gy-md-5 {
|
|
1394
1514
|
--bs-gutter-y: 3rem;
|
|
1395
1515
|
}
|
|
1516
|
+
|
|
1517
|
+
.g-md-1-5,
|
|
1518
|
+
.gx-md-1-5 {
|
|
1519
|
+
--bs-gutter-x: 0.375rem;
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
.g-md-1-5,
|
|
1523
|
+
.gy-md-1-5 {
|
|
1524
|
+
--bs-gutter-y: 0.375rem;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
.g-md-2-5,
|
|
1528
|
+
.gx-md-2-5 {
|
|
1529
|
+
--bs-gutter-x: 0.75rem;
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.g-md-2-5,
|
|
1533
|
+
.gy-md-2-5 {
|
|
1534
|
+
--bs-gutter-y: 0.75rem;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
.g-md-3-5,
|
|
1538
|
+
.gx-md-3-5 {
|
|
1539
|
+
--bs-gutter-x: 1.25rem;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
.g-md-3-5,
|
|
1543
|
+
.gy-md-3-5 {
|
|
1544
|
+
--bs-gutter-y: 1.25rem;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
.g-md-4-25,
|
|
1548
|
+
.gx-md-4-25 {
|
|
1549
|
+
--bs-gutter-x: 1.75rem;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
.g-md-4-25,
|
|
1553
|
+
.gy-md-4-25 {
|
|
1554
|
+
--bs-gutter-y: 1.75rem;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
.g-md-4-5,
|
|
1558
|
+
.gx-md-4-5 {
|
|
1559
|
+
--bs-gutter-x: 2rem;
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
.g-md-4-5,
|
|
1563
|
+
.gy-md-4-5 {
|
|
1564
|
+
--bs-gutter-y: 2rem;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
.g-md-4-75,
|
|
1568
|
+
.gx-md-4-75 {
|
|
1569
|
+
--bs-gutter-x: 2.5rem;
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
.g-md-4-75,
|
|
1573
|
+
.gy-md-4-75 {
|
|
1574
|
+
--bs-gutter-y: 2.5rem;
|
|
1575
|
+
}
|
|
1396
1576
|
}
|
|
1397
1577
|
@media (min-width: 992px) {
|
|
1398
1578
|
.col-lg {
|
|
@@ -1627,6 +1807,66 @@ progress {
|
|
|
1627
1807
|
.gy-lg-5 {
|
|
1628
1808
|
--bs-gutter-y: 3rem;
|
|
1629
1809
|
}
|
|
1810
|
+
|
|
1811
|
+
.g-lg-1-5,
|
|
1812
|
+
.gx-lg-1-5 {
|
|
1813
|
+
--bs-gutter-x: 0.375rem;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.g-lg-1-5,
|
|
1817
|
+
.gy-lg-1-5 {
|
|
1818
|
+
--bs-gutter-y: 0.375rem;
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
.g-lg-2-5,
|
|
1822
|
+
.gx-lg-2-5 {
|
|
1823
|
+
--bs-gutter-x: 0.75rem;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.g-lg-2-5,
|
|
1827
|
+
.gy-lg-2-5 {
|
|
1828
|
+
--bs-gutter-y: 0.75rem;
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
.g-lg-3-5,
|
|
1832
|
+
.gx-lg-3-5 {
|
|
1833
|
+
--bs-gutter-x: 1.25rem;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.g-lg-3-5,
|
|
1837
|
+
.gy-lg-3-5 {
|
|
1838
|
+
--bs-gutter-y: 1.25rem;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
.g-lg-4-25,
|
|
1842
|
+
.gx-lg-4-25 {
|
|
1843
|
+
--bs-gutter-x: 1.75rem;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
.g-lg-4-25,
|
|
1847
|
+
.gy-lg-4-25 {
|
|
1848
|
+
--bs-gutter-y: 1.75rem;
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
.g-lg-4-5,
|
|
1852
|
+
.gx-lg-4-5 {
|
|
1853
|
+
--bs-gutter-x: 2rem;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
.g-lg-4-5,
|
|
1857
|
+
.gy-lg-4-5 {
|
|
1858
|
+
--bs-gutter-y: 2rem;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
.g-lg-4-75,
|
|
1862
|
+
.gx-lg-4-75 {
|
|
1863
|
+
--bs-gutter-x: 2.5rem;
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
.g-lg-4-75,
|
|
1867
|
+
.gy-lg-4-75 {
|
|
1868
|
+
--bs-gutter-y: 2.5rem;
|
|
1869
|
+
}
|
|
1630
1870
|
}
|
|
1631
1871
|
@media (min-width: 1200px) {
|
|
1632
1872
|
.col-xl {
|
|
@@ -1861,6 +2101,66 @@ progress {
|
|
|
1861
2101
|
.gy-xl-5 {
|
|
1862
2102
|
--bs-gutter-y: 3rem;
|
|
1863
2103
|
}
|
|
2104
|
+
|
|
2105
|
+
.g-xl-1-5,
|
|
2106
|
+
.gx-xl-1-5 {
|
|
2107
|
+
--bs-gutter-x: 0.375rem;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
.g-xl-1-5,
|
|
2111
|
+
.gy-xl-1-5 {
|
|
2112
|
+
--bs-gutter-y: 0.375rem;
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
.g-xl-2-5,
|
|
2116
|
+
.gx-xl-2-5 {
|
|
2117
|
+
--bs-gutter-x: 0.75rem;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
.g-xl-2-5,
|
|
2121
|
+
.gy-xl-2-5 {
|
|
2122
|
+
--bs-gutter-y: 0.75rem;
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2125
|
+
.g-xl-3-5,
|
|
2126
|
+
.gx-xl-3-5 {
|
|
2127
|
+
--bs-gutter-x: 1.25rem;
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
.g-xl-3-5,
|
|
2131
|
+
.gy-xl-3-5 {
|
|
2132
|
+
--bs-gutter-y: 1.25rem;
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
.g-xl-4-25,
|
|
2136
|
+
.gx-xl-4-25 {
|
|
2137
|
+
--bs-gutter-x: 1.75rem;
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
.g-xl-4-25,
|
|
2141
|
+
.gy-xl-4-25 {
|
|
2142
|
+
--bs-gutter-y: 1.75rem;
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
.g-xl-4-5,
|
|
2146
|
+
.gx-xl-4-5 {
|
|
2147
|
+
--bs-gutter-x: 2rem;
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
.g-xl-4-5,
|
|
2151
|
+
.gy-xl-4-5 {
|
|
2152
|
+
--bs-gutter-y: 2rem;
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2155
|
+
.g-xl-4-75,
|
|
2156
|
+
.gx-xl-4-75 {
|
|
2157
|
+
--bs-gutter-x: 2.5rem;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
.g-xl-4-75,
|
|
2161
|
+
.gy-xl-4-75 {
|
|
2162
|
+
--bs-gutter-y: 2.5rem;
|
|
2163
|
+
}
|
|
1864
2164
|
}
|
|
1865
2165
|
@media (min-width: 1400px) {
|
|
1866
2166
|
.col-xxl {
|
|
@@ -2095,6 +2395,66 @@ progress {
|
|
|
2095
2395
|
.gy-xxl-5 {
|
|
2096
2396
|
--bs-gutter-y: 3rem;
|
|
2097
2397
|
}
|
|
2398
|
+
|
|
2399
|
+
.g-xxl-1-5,
|
|
2400
|
+
.gx-xxl-1-5 {
|
|
2401
|
+
--bs-gutter-x: 0.375rem;
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
.g-xxl-1-5,
|
|
2405
|
+
.gy-xxl-1-5 {
|
|
2406
|
+
--bs-gutter-y: 0.375rem;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
.g-xxl-2-5,
|
|
2410
|
+
.gx-xxl-2-5 {
|
|
2411
|
+
--bs-gutter-x: 0.75rem;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
2414
|
+
.g-xxl-2-5,
|
|
2415
|
+
.gy-xxl-2-5 {
|
|
2416
|
+
--bs-gutter-y: 0.75rem;
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
.g-xxl-3-5,
|
|
2420
|
+
.gx-xxl-3-5 {
|
|
2421
|
+
--bs-gutter-x: 1.25rem;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
.g-xxl-3-5,
|
|
2425
|
+
.gy-xxl-3-5 {
|
|
2426
|
+
--bs-gutter-y: 1.25rem;
|
|
2427
|
+
}
|
|
2428
|
+
|
|
2429
|
+
.g-xxl-4-25,
|
|
2430
|
+
.gx-xxl-4-25 {
|
|
2431
|
+
--bs-gutter-x: 1.75rem;
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
.g-xxl-4-25,
|
|
2435
|
+
.gy-xxl-4-25 {
|
|
2436
|
+
--bs-gutter-y: 1.75rem;
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
.g-xxl-4-5,
|
|
2440
|
+
.gx-xxl-4-5 {
|
|
2441
|
+
--bs-gutter-x: 2rem;
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
.g-xxl-4-5,
|
|
2445
|
+
.gy-xxl-4-5 {
|
|
2446
|
+
--bs-gutter-y: 2rem;
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
.g-xxl-4-75,
|
|
2450
|
+
.gx-xxl-4-75 {
|
|
2451
|
+
--bs-gutter-x: 2.5rem;
|
|
2452
|
+
}
|
|
2453
|
+
|
|
2454
|
+
.g-xxl-4-75,
|
|
2455
|
+
.gy-xxl-4-75 {
|
|
2456
|
+
--bs-gutter-y: 2.5rem;
|
|
2457
|
+
}
|
|
2098
2458
|
}
|
|
2099
2459
|
.table {
|
|
2100
2460
|
--bs-table-bg: transparent;
|
|
@@ -3400,33 +3760,33 @@ textarea.form-control-lg {
|
|
|
3400
3760
|
|
|
3401
3761
|
.btn-light {
|
|
3402
3762
|
color: #000;
|
|
3403
|
-
background-color: #
|
|
3404
|
-
border-color: #
|
|
3763
|
+
background-color: #f0f0f0;
|
|
3764
|
+
border-color: #f0f0f0;
|
|
3405
3765
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
3406
3766
|
}
|
|
3407
3767
|
.btn-light:hover {
|
|
3408
3768
|
color: #000;
|
|
3409
|
-
background-color: #
|
|
3410
|
-
border-color: #
|
|
3769
|
+
background-color: #f2f2f2;
|
|
3770
|
+
border-color: #f2f2f2;
|
|
3411
3771
|
}
|
|
3412
3772
|
.btn-check:focus + .btn-light, .btn-light:focus {
|
|
3413
3773
|
color: #000;
|
|
3414
|
-
background-color: #
|
|
3415
|
-
border-color: #
|
|
3416
|
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(
|
|
3774
|
+
background-color: #f2f2f2;
|
|
3775
|
+
border-color: #f2f2f2;
|
|
3776
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
|
|
3417
3777
|
}
|
|
3418
3778
|
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
|
|
3419
3779
|
color: #000;
|
|
3420
|
-
background-color: #
|
|
3421
|
-
border-color: #
|
|
3780
|
+
background-color: #f3f3f3;
|
|
3781
|
+
border-color: #f2f2f2;
|
|
3422
3782
|
}
|
|
3423
3783
|
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
|
|
3424
|
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(
|
|
3784
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
|
|
3425
3785
|
}
|
|
3426
3786
|
.btn-light:disabled, .btn-light.disabled {
|
|
3427
3787
|
color: #000;
|
|
3428
|
-
background-color: #
|
|
3429
|
-
border-color: #
|
|
3788
|
+
background-color: #f0f0f0;
|
|
3789
|
+
border-color: #f0f0f0;
|
|
3430
3790
|
}
|
|
3431
3791
|
|
|
3432
3792
|
.btn-dark {
|
|
@@ -3642,27 +4002,27 @@ textarea.form-control-lg {
|
|
|
3642
4002
|
}
|
|
3643
4003
|
|
|
3644
4004
|
.btn-outline-light {
|
|
3645
|
-
color: #
|
|
3646
|
-
border-color: #
|
|
4005
|
+
color: #f0f0f0;
|
|
4006
|
+
border-color: #f0f0f0;
|
|
3647
4007
|
}
|
|
3648
4008
|
.btn-outline-light:hover {
|
|
3649
4009
|
color: #000;
|
|
3650
|
-
background-color: #
|
|
3651
|
-
border-color: #
|
|
4010
|
+
background-color: #f0f0f0;
|
|
4011
|
+
border-color: #f0f0f0;
|
|
3652
4012
|
}
|
|
3653
4013
|
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
|
|
3654
|
-
box-shadow: 0 0 0 0.25rem rgba(
|
|
4014
|
+
box-shadow: 0 0 0 0.25rem rgba(240, 240, 240, 0.5);
|
|
3655
4015
|
}
|
|
3656
4016
|
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
|
|
3657
4017
|
color: #000;
|
|
3658
|
-
background-color: #
|
|
3659
|
-
border-color: #
|
|
4018
|
+
background-color: #f0f0f0;
|
|
4019
|
+
border-color: #f0f0f0;
|
|
3660
4020
|
}
|
|
3661
4021
|
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
|
|
3662
|
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(
|
|
4022
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(240, 240, 240, 0.5);
|
|
3663
4023
|
}
|
|
3664
4024
|
.btn-outline-light:disabled, .btn-outline-light.disabled {
|
|
3665
|
-
color: #
|
|
4025
|
+
color: #f0f0f0;
|
|
3666
4026
|
background-color: transparent;
|
|
3667
4027
|
}
|
|
3668
4028
|
|
|
@@ -5039,9 +5399,9 @@ textarea.form-control-lg {
|
|
|
5039
5399
|
}
|
|
5040
5400
|
}
|
|
5041
5401
|
.accordion-button:not(.collapsed) {
|
|
5042
|
-
color: #
|
|
5043
|
-
background-color: #
|
|
5044
|
-
box-shadow: inset 0 -1px 0
|
|
5402
|
+
color: #212529;
|
|
5403
|
+
background-color: #f8f9fa;
|
|
5404
|
+
box-shadow: inset 0 -1px 0 #dee2e6;
|
|
5045
5405
|
}
|
|
5046
5406
|
.accordion-button:not(.collapsed)::after {
|
|
5047
5407
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
|
|
@@ -5083,7 +5443,7 @@ textarea.form-control-lg {
|
|
|
5083
5443
|
|
|
5084
5444
|
.accordion-item {
|
|
5085
5445
|
background-color: #fff;
|
|
5086
|
-
border: 1px solid
|
|
5446
|
+
border: 1px solid #dee2e6;
|
|
5087
5447
|
}
|
|
5088
5448
|
.accordion-item:first-of-type {
|
|
5089
5449
|
border-top-left-radius: 0.25rem;
|
|
@@ -5332,12 +5692,12 @@ textarea.form-control-lg {
|
|
|
5332
5692
|
}
|
|
5333
5693
|
|
|
5334
5694
|
.alert-light {
|
|
5335
|
-
color: #
|
|
5336
|
-
background-color: #
|
|
5337
|
-
border-color: #
|
|
5695
|
+
color: #606060;
|
|
5696
|
+
background-color: #fcfcfc;
|
|
5697
|
+
border-color: #fbfbfb;
|
|
5338
5698
|
}
|
|
5339
5699
|
.alert-light .alert-link {
|
|
5340
|
-
color: #
|
|
5700
|
+
color: #4d4d4d;
|
|
5341
5701
|
}
|
|
5342
5702
|
|
|
5343
5703
|
.alert-dark {
|
|
@@ -5730,17 +6090,17 @@ textarea.form-control-lg {
|
|
|
5730
6090
|
}
|
|
5731
6091
|
|
|
5732
6092
|
.list-group-item-light {
|
|
5733
|
-
color: #
|
|
5734
|
-
background-color: #
|
|
6093
|
+
color: #606060;
|
|
6094
|
+
background-color: #fcfcfc;
|
|
5735
6095
|
}
|
|
5736
6096
|
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
|
|
5737
|
-
color: #
|
|
5738
|
-
background-color: #
|
|
6097
|
+
color: #606060;
|
|
6098
|
+
background-color: #e3e3e3;
|
|
5739
6099
|
}
|
|
5740
6100
|
.list-group-item-light.list-group-item-action.active {
|
|
5741
6101
|
color: #fff;
|
|
5742
|
-
background-color: #
|
|
5743
|
-
border-color: #
|
|
6102
|
+
background-color: #606060;
|
|
6103
|
+
border-color: #606060;
|
|
5744
6104
|
}
|
|
5745
6105
|
|
|
5746
6106
|
.list-group-item-dark {
|
|
@@ -6854,10 +7214,10 @@ textarea.form-control-lg {
|
|
|
6854
7214
|
}
|
|
6855
7215
|
|
|
6856
7216
|
.link-light {
|
|
6857
|
-
color: #
|
|
7217
|
+
color: #f0f0f0;
|
|
6858
7218
|
}
|
|
6859
7219
|
.link-light:hover, .link-light:focus {
|
|
6860
|
-
color: #
|
|
7220
|
+
color: #f3f3f3;
|
|
6861
7221
|
}
|
|
6862
7222
|
|
|
6863
7223
|
.link-dark {
|
|
@@ -7034,6 +7394,14 @@ textarea.form-control-lg {
|
|
|
7034
7394
|
opacity: 0.25;
|
|
7035
7395
|
}
|
|
7036
7396
|
|
|
7397
|
+
.text-underline-hover {
|
|
7398
|
+
text-decoration: none;
|
|
7399
|
+
}
|
|
7400
|
+
|
|
7401
|
+
.text-underline-hover:hover {
|
|
7402
|
+
text-decoration: underline;
|
|
7403
|
+
}
|
|
7404
|
+
|
|
7037
7405
|
@media (max-width: 767.98px) {
|
|
7038
7406
|
.n-mx-container {
|
|
7039
7407
|
padding-right: 0.75rem;
|
|
@@ -7042,6 +7410,20 @@ textarea.form-control-lg {
|
|
|
7042
7410
|
margin-left: -0.75rem;
|
|
7043
7411
|
}
|
|
7044
7412
|
}
|
|
7413
|
+
.bg-lighter {
|
|
7414
|
+
background-color: #f8f9fa;
|
|
7415
|
+
}
|
|
7416
|
+
|
|
7417
|
+
.bg-gray-200 {
|
|
7418
|
+
background-color: #f5f6f7;
|
|
7419
|
+
}
|
|
7420
|
+
|
|
7421
|
+
.grid-3-9 {
|
|
7422
|
+
-ms-grid-columns: 25% 75%;
|
|
7423
|
+
grid-template-columns: 25% 75%;
|
|
7424
|
+
grid-gap: 0.75rem;
|
|
7425
|
+
}
|
|
7426
|
+
|
|
7045
7427
|
.align-baseline {
|
|
7046
7428
|
vertical-align: baseline !important;
|
|
7047
7429
|
}
|
|
@@ -7322,7 +7704,7 @@ textarea.form-control-lg {
|
|
|
7322
7704
|
}
|
|
7323
7705
|
|
|
7324
7706
|
.border-light {
|
|
7325
|
-
border-color: #
|
|
7707
|
+
border-color: #f0f0f0 !important;
|
|
7326
7708
|
}
|
|
7327
7709
|
|
|
7328
7710
|
.border-dark {
|
|
@@ -7381,6 +7763,14 @@ textarea.form-control-lg {
|
|
|
7381
7763
|
max-width: 100% !important;
|
|
7382
7764
|
}
|
|
7383
7765
|
|
|
7766
|
+
.mw-date {
|
|
7767
|
+
max-width: 7.5rem !important;
|
|
7768
|
+
}
|
|
7769
|
+
|
|
7770
|
+
.mw-listing-img {
|
|
7771
|
+
max-width: 10rem !important;
|
|
7772
|
+
}
|
|
7773
|
+
|
|
7384
7774
|
.vw-100 {
|
|
7385
7775
|
width: 100vw !important;
|
|
7386
7776
|
}
|
|
@@ -8077,6 +8467,156 @@ textarea.form-control-lg {
|
|
|
8077
8467
|
margin-left: auto !important;
|
|
8078
8468
|
}
|
|
8079
8469
|
|
|
8470
|
+
.m-n1 {
|
|
8471
|
+
margin: -0.25rem !important;
|
|
8472
|
+
}
|
|
8473
|
+
|
|
8474
|
+
.m-n2 {
|
|
8475
|
+
margin: -0.5rem !important;
|
|
8476
|
+
}
|
|
8477
|
+
|
|
8478
|
+
.m-n3 {
|
|
8479
|
+
margin: -1rem !important;
|
|
8480
|
+
}
|
|
8481
|
+
|
|
8482
|
+
.m-n4 {
|
|
8483
|
+
margin: -1.5rem !important;
|
|
8484
|
+
}
|
|
8485
|
+
|
|
8486
|
+
.m-n5 {
|
|
8487
|
+
margin: -3rem !important;
|
|
8488
|
+
}
|
|
8489
|
+
|
|
8490
|
+
.mx-n1 {
|
|
8491
|
+
margin-right: -0.25rem !important;
|
|
8492
|
+
margin-left: -0.25rem !important;
|
|
8493
|
+
}
|
|
8494
|
+
|
|
8495
|
+
.mx-n2 {
|
|
8496
|
+
margin-right: -0.5rem !important;
|
|
8497
|
+
margin-left: -0.5rem !important;
|
|
8498
|
+
}
|
|
8499
|
+
|
|
8500
|
+
.mx-n3 {
|
|
8501
|
+
margin-right: -1rem !important;
|
|
8502
|
+
margin-left: -1rem !important;
|
|
8503
|
+
}
|
|
8504
|
+
|
|
8505
|
+
.mx-n4 {
|
|
8506
|
+
margin-right: -1.5rem !important;
|
|
8507
|
+
margin-left: -1.5rem !important;
|
|
8508
|
+
}
|
|
8509
|
+
|
|
8510
|
+
.mx-n5 {
|
|
8511
|
+
margin-right: -3rem !important;
|
|
8512
|
+
margin-left: -3rem !important;
|
|
8513
|
+
}
|
|
8514
|
+
|
|
8515
|
+
.my-n1 {
|
|
8516
|
+
margin-top: -0.25rem !important;
|
|
8517
|
+
margin-bottom: -0.25rem !important;
|
|
8518
|
+
}
|
|
8519
|
+
|
|
8520
|
+
.my-n2 {
|
|
8521
|
+
margin-top: -0.5rem !important;
|
|
8522
|
+
margin-bottom: -0.5rem !important;
|
|
8523
|
+
}
|
|
8524
|
+
|
|
8525
|
+
.my-n3 {
|
|
8526
|
+
margin-top: -1rem !important;
|
|
8527
|
+
margin-bottom: -1rem !important;
|
|
8528
|
+
}
|
|
8529
|
+
|
|
8530
|
+
.my-n4 {
|
|
8531
|
+
margin-top: -1.5rem !important;
|
|
8532
|
+
margin-bottom: -1.5rem !important;
|
|
8533
|
+
}
|
|
8534
|
+
|
|
8535
|
+
.my-n5 {
|
|
8536
|
+
margin-top: -3rem !important;
|
|
8537
|
+
margin-bottom: -3rem !important;
|
|
8538
|
+
}
|
|
8539
|
+
|
|
8540
|
+
.mt-n1 {
|
|
8541
|
+
margin-top: -0.25rem !important;
|
|
8542
|
+
}
|
|
8543
|
+
|
|
8544
|
+
.mt-n2 {
|
|
8545
|
+
margin-top: -0.5rem !important;
|
|
8546
|
+
}
|
|
8547
|
+
|
|
8548
|
+
.mt-n3 {
|
|
8549
|
+
margin-top: -1rem !important;
|
|
8550
|
+
}
|
|
8551
|
+
|
|
8552
|
+
.mt-n4 {
|
|
8553
|
+
margin-top: -1.5rem !important;
|
|
8554
|
+
}
|
|
8555
|
+
|
|
8556
|
+
.mt-n5 {
|
|
8557
|
+
margin-top: -3rem !important;
|
|
8558
|
+
}
|
|
8559
|
+
|
|
8560
|
+
.me-n1 {
|
|
8561
|
+
margin-right: -0.25rem !important;
|
|
8562
|
+
}
|
|
8563
|
+
|
|
8564
|
+
.me-n2 {
|
|
8565
|
+
margin-right: -0.5rem !important;
|
|
8566
|
+
}
|
|
8567
|
+
|
|
8568
|
+
.me-n3 {
|
|
8569
|
+
margin-right: -1rem !important;
|
|
8570
|
+
}
|
|
8571
|
+
|
|
8572
|
+
.me-n4 {
|
|
8573
|
+
margin-right: -1.5rem !important;
|
|
8574
|
+
}
|
|
8575
|
+
|
|
8576
|
+
.me-n5 {
|
|
8577
|
+
margin-right: -3rem !important;
|
|
8578
|
+
}
|
|
8579
|
+
|
|
8580
|
+
.mb-n1 {
|
|
8581
|
+
margin-bottom: -0.25rem !important;
|
|
8582
|
+
}
|
|
8583
|
+
|
|
8584
|
+
.mb-n2 {
|
|
8585
|
+
margin-bottom: -0.5rem !important;
|
|
8586
|
+
}
|
|
8587
|
+
|
|
8588
|
+
.mb-n3 {
|
|
8589
|
+
margin-bottom: -1rem !important;
|
|
8590
|
+
}
|
|
8591
|
+
|
|
8592
|
+
.mb-n4 {
|
|
8593
|
+
margin-bottom: -1.5rem !important;
|
|
8594
|
+
}
|
|
8595
|
+
|
|
8596
|
+
.mb-n5 {
|
|
8597
|
+
margin-bottom: -3rem !important;
|
|
8598
|
+
}
|
|
8599
|
+
|
|
8600
|
+
.ms-n1 {
|
|
8601
|
+
margin-left: -0.25rem !important;
|
|
8602
|
+
}
|
|
8603
|
+
|
|
8604
|
+
.ms-n2 {
|
|
8605
|
+
margin-left: -0.5rem !important;
|
|
8606
|
+
}
|
|
8607
|
+
|
|
8608
|
+
.ms-n3 {
|
|
8609
|
+
margin-left: -1rem !important;
|
|
8610
|
+
}
|
|
8611
|
+
|
|
8612
|
+
.ms-n4 {
|
|
8613
|
+
margin-left: -1.5rem !important;
|
|
8614
|
+
}
|
|
8615
|
+
|
|
8616
|
+
.ms-n5 {
|
|
8617
|
+
margin-left: -3rem !important;
|
|
8618
|
+
}
|
|
8619
|
+
|
|
8080
8620
|
.p-0 {
|
|
8081
8621
|
padding: 0 !important;
|
|
8082
8622
|
}
|
|
@@ -8719,6 +9259,11 @@ textarea.form-control-lg {
|
|
|
8719
9259
|
background-color: transparent !important;
|
|
8720
9260
|
}
|
|
8721
9261
|
|
|
9262
|
+
.bg-date {
|
|
9263
|
+
--bs-bg-opacity: 1;
|
|
9264
|
+
background-color: #1698af !important;
|
|
9265
|
+
}
|
|
9266
|
+
|
|
8722
9267
|
.bg-opacity-10 {
|
|
8723
9268
|
--bs-bg-opacity: 0.1;
|
|
8724
9269
|
}
|
|
@@ -8883,6 +9428,14 @@ textarea.form-control-lg {
|
|
|
8883
9428
|
display: none !important;
|
|
8884
9429
|
}
|
|
8885
9430
|
|
|
9431
|
+
.border-sm {
|
|
9432
|
+
border: 1px solid #dee2e6 !important;
|
|
9433
|
+
}
|
|
9434
|
+
|
|
9435
|
+
.border-sm-0 {
|
|
9436
|
+
border: 0 !important;
|
|
9437
|
+
}
|
|
9438
|
+
|
|
8886
9439
|
.flex-sm-fill {
|
|
8887
9440
|
-ms-flex: 1 1 auto !important;
|
|
8888
9441
|
flex: 1 1 auto !important;
|
|
@@ -9539,8 +10092,158 @@ textarea.form-control-lg {
|
|
|
9539
10092
|
margin-left: auto !important;
|
|
9540
10093
|
}
|
|
9541
10094
|
|
|
9542
|
-
.
|
|
9543
|
-
|
|
10095
|
+
.m-sm-n1 {
|
|
10096
|
+
margin: -0.25rem !important;
|
|
10097
|
+
}
|
|
10098
|
+
|
|
10099
|
+
.m-sm-n2 {
|
|
10100
|
+
margin: -0.5rem !important;
|
|
10101
|
+
}
|
|
10102
|
+
|
|
10103
|
+
.m-sm-n3 {
|
|
10104
|
+
margin: -1rem !important;
|
|
10105
|
+
}
|
|
10106
|
+
|
|
10107
|
+
.m-sm-n4 {
|
|
10108
|
+
margin: -1.5rem !important;
|
|
10109
|
+
}
|
|
10110
|
+
|
|
10111
|
+
.m-sm-n5 {
|
|
10112
|
+
margin: -3rem !important;
|
|
10113
|
+
}
|
|
10114
|
+
|
|
10115
|
+
.mx-sm-n1 {
|
|
10116
|
+
margin-right: -0.25rem !important;
|
|
10117
|
+
margin-left: -0.25rem !important;
|
|
10118
|
+
}
|
|
10119
|
+
|
|
10120
|
+
.mx-sm-n2 {
|
|
10121
|
+
margin-right: -0.5rem !important;
|
|
10122
|
+
margin-left: -0.5rem !important;
|
|
10123
|
+
}
|
|
10124
|
+
|
|
10125
|
+
.mx-sm-n3 {
|
|
10126
|
+
margin-right: -1rem !important;
|
|
10127
|
+
margin-left: -1rem !important;
|
|
10128
|
+
}
|
|
10129
|
+
|
|
10130
|
+
.mx-sm-n4 {
|
|
10131
|
+
margin-right: -1.5rem !important;
|
|
10132
|
+
margin-left: -1.5rem !important;
|
|
10133
|
+
}
|
|
10134
|
+
|
|
10135
|
+
.mx-sm-n5 {
|
|
10136
|
+
margin-right: -3rem !important;
|
|
10137
|
+
margin-left: -3rem !important;
|
|
10138
|
+
}
|
|
10139
|
+
|
|
10140
|
+
.my-sm-n1 {
|
|
10141
|
+
margin-top: -0.25rem !important;
|
|
10142
|
+
margin-bottom: -0.25rem !important;
|
|
10143
|
+
}
|
|
10144
|
+
|
|
10145
|
+
.my-sm-n2 {
|
|
10146
|
+
margin-top: -0.5rem !important;
|
|
10147
|
+
margin-bottom: -0.5rem !important;
|
|
10148
|
+
}
|
|
10149
|
+
|
|
10150
|
+
.my-sm-n3 {
|
|
10151
|
+
margin-top: -1rem !important;
|
|
10152
|
+
margin-bottom: -1rem !important;
|
|
10153
|
+
}
|
|
10154
|
+
|
|
10155
|
+
.my-sm-n4 {
|
|
10156
|
+
margin-top: -1.5rem !important;
|
|
10157
|
+
margin-bottom: -1.5rem !important;
|
|
10158
|
+
}
|
|
10159
|
+
|
|
10160
|
+
.my-sm-n5 {
|
|
10161
|
+
margin-top: -3rem !important;
|
|
10162
|
+
margin-bottom: -3rem !important;
|
|
10163
|
+
}
|
|
10164
|
+
|
|
10165
|
+
.mt-sm-n1 {
|
|
10166
|
+
margin-top: -0.25rem !important;
|
|
10167
|
+
}
|
|
10168
|
+
|
|
10169
|
+
.mt-sm-n2 {
|
|
10170
|
+
margin-top: -0.5rem !important;
|
|
10171
|
+
}
|
|
10172
|
+
|
|
10173
|
+
.mt-sm-n3 {
|
|
10174
|
+
margin-top: -1rem !important;
|
|
10175
|
+
}
|
|
10176
|
+
|
|
10177
|
+
.mt-sm-n4 {
|
|
10178
|
+
margin-top: -1.5rem !important;
|
|
10179
|
+
}
|
|
10180
|
+
|
|
10181
|
+
.mt-sm-n5 {
|
|
10182
|
+
margin-top: -3rem !important;
|
|
10183
|
+
}
|
|
10184
|
+
|
|
10185
|
+
.me-sm-n1 {
|
|
10186
|
+
margin-right: -0.25rem !important;
|
|
10187
|
+
}
|
|
10188
|
+
|
|
10189
|
+
.me-sm-n2 {
|
|
10190
|
+
margin-right: -0.5rem !important;
|
|
10191
|
+
}
|
|
10192
|
+
|
|
10193
|
+
.me-sm-n3 {
|
|
10194
|
+
margin-right: -1rem !important;
|
|
10195
|
+
}
|
|
10196
|
+
|
|
10197
|
+
.me-sm-n4 {
|
|
10198
|
+
margin-right: -1.5rem !important;
|
|
10199
|
+
}
|
|
10200
|
+
|
|
10201
|
+
.me-sm-n5 {
|
|
10202
|
+
margin-right: -3rem !important;
|
|
10203
|
+
}
|
|
10204
|
+
|
|
10205
|
+
.mb-sm-n1 {
|
|
10206
|
+
margin-bottom: -0.25rem !important;
|
|
10207
|
+
}
|
|
10208
|
+
|
|
10209
|
+
.mb-sm-n2 {
|
|
10210
|
+
margin-bottom: -0.5rem !important;
|
|
10211
|
+
}
|
|
10212
|
+
|
|
10213
|
+
.mb-sm-n3 {
|
|
10214
|
+
margin-bottom: -1rem !important;
|
|
10215
|
+
}
|
|
10216
|
+
|
|
10217
|
+
.mb-sm-n4 {
|
|
10218
|
+
margin-bottom: -1.5rem !important;
|
|
10219
|
+
}
|
|
10220
|
+
|
|
10221
|
+
.mb-sm-n5 {
|
|
10222
|
+
margin-bottom: -3rem !important;
|
|
10223
|
+
}
|
|
10224
|
+
|
|
10225
|
+
.ms-sm-n1 {
|
|
10226
|
+
margin-left: -0.25rem !important;
|
|
10227
|
+
}
|
|
10228
|
+
|
|
10229
|
+
.ms-sm-n2 {
|
|
10230
|
+
margin-left: -0.5rem !important;
|
|
10231
|
+
}
|
|
10232
|
+
|
|
10233
|
+
.ms-sm-n3 {
|
|
10234
|
+
margin-left: -1rem !important;
|
|
10235
|
+
}
|
|
10236
|
+
|
|
10237
|
+
.ms-sm-n4 {
|
|
10238
|
+
margin-left: -1.5rem !important;
|
|
10239
|
+
}
|
|
10240
|
+
|
|
10241
|
+
.ms-sm-n5 {
|
|
10242
|
+
margin-left: -3rem !important;
|
|
10243
|
+
}
|
|
10244
|
+
|
|
10245
|
+
.p-sm-0 {
|
|
10246
|
+
padding: 0 !important;
|
|
9544
10247
|
}
|
|
9545
10248
|
|
|
9546
10249
|
.p-sm-1 {
|
|
@@ -9967,6 +10670,14 @@ textarea.form-control-lg {
|
|
|
9967
10670
|
display: none !important;
|
|
9968
10671
|
}
|
|
9969
10672
|
|
|
10673
|
+
.border-md {
|
|
10674
|
+
border: 1px solid #dee2e6 !important;
|
|
10675
|
+
}
|
|
10676
|
+
|
|
10677
|
+
.border-md-0 {
|
|
10678
|
+
border: 0 !important;
|
|
10679
|
+
}
|
|
10680
|
+
|
|
9970
10681
|
.flex-md-fill {
|
|
9971
10682
|
-ms-flex: 1 1 auto !important;
|
|
9972
10683
|
flex: 1 1 auto !important;
|
|
@@ -10623,6 +11334,156 @@ textarea.form-control-lg {
|
|
|
10623
11334
|
margin-left: auto !important;
|
|
10624
11335
|
}
|
|
10625
11336
|
|
|
11337
|
+
.m-md-n1 {
|
|
11338
|
+
margin: -0.25rem !important;
|
|
11339
|
+
}
|
|
11340
|
+
|
|
11341
|
+
.m-md-n2 {
|
|
11342
|
+
margin: -0.5rem !important;
|
|
11343
|
+
}
|
|
11344
|
+
|
|
11345
|
+
.m-md-n3 {
|
|
11346
|
+
margin: -1rem !important;
|
|
11347
|
+
}
|
|
11348
|
+
|
|
11349
|
+
.m-md-n4 {
|
|
11350
|
+
margin: -1.5rem !important;
|
|
11351
|
+
}
|
|
11352
|
+
|
|
11353
|
+
.m-md-n5 {
|
|
11354
|
+
margin: -3rem !important;
|
|
11355
|
+
}
|
|
11356
|
+
|
|
11357
|
+
.mx-md-n1 {
|
|
11358
|
+
margin-right: -0.25rem !important;
|
|
11359
|
+
margin-left: -0.25rem !important;
|
|
11360
|
+
}
|
|
11361
|
+
|
|
11362
|
+
.mx-md-n2 {
|
|
11363
|
+
margin-right: -0.5rem !important;
|
|
11364
|
+
margin-left: -0.5rem !important;
|
|
11365
|
+
}
|
|
11366
|
+
|
|
11367
|
+
.mx-md-n3 {
|
|
11368
|
+
margin-right: -1rem !important;
|
|
11369
|
+
margin-left: -1rem !important;
|
|
11370
|
+
}
|
|
11371
|
+
|
|
11372
|
+
.mx-md-n4 {
|
|
11373
|
+
margin-right: -1.5rem !important;
|
|
11374
|
+
margin-left: -1.5rem !important;
|
|
11375
|
+
}
|
|
11376
|
+
|
|
11377
|
+
.mx-md-n5 {
|
|
11378
|
+
margin-right: -3rem !important;
|
|
11379
|
+
margin-left: -3rem !important;
|
|
11380
|
+
}
|
|
11381
|
+
|
|
11382
|
+
.my-md-n1 {
|
|
11383
|
+
margin-top: -0.25rem !important;
|
|
11384
|
+
margin-bottom: -0.25rem !important;
|
|
11385
|
+
}
|
|
11386
|
+
|
|
11387
|
+
.my-md-n2 {
|
|
11388
|
+
margin-top: -0.5rem !important;
|
|
11389
|
+
margin-bottom: -0.5rem !important;
|
|
11390
|
+
}
|
|
11391
|
+
|
|
11392
|
+
.my-md-n3 {
|
|
11393
|
+
margin-top: -1rem !important;
|
|
11394
|
+
margin-bottom: -1rem !important;
|
|
11395
|
+
}
|
|
11396
|
+
|
|
11397
|
+
.my-md-n4 {
|
|
11398
|
+
margin-top: -1.5rem !important;
|
|
11399
|
+
margin-bottom: -1.5rem !important;
|
|
11400
|
+
}
|
|
11401
|
+
|
|
11402
|
+
.my-md-n5 {
|
|
11403
|
+
margin-top: -3rem !important;
|
|
11404
|
+
margin-bottom: -3rem !important;
|
|
11405
|
+
}
|
|
11406
|
+
|
|
11407
|
+
.mt-md-n1 {
|
|
11408
|
+
margin-top: -0.25rem !important;
|
|
11409
|
+
}
|
|
11410
|
+
|
|
11411
|
+
.mt-md-n2 {
|
|
11412
|
+
margin-top: -0.5rem !important;
|
|
11413
|
+
}
|
|
11414
|
+
|
|
11415
|
+
.mt-md-n3 {
|
|
11416
|
+
margin-top: -1rem !important;
|
|
11417
|
+
}
|
|
11418
|
+
|
|
11419
|
+
.mt-md-n4 {
|
|
11420
|
+
margin-top: -1.5rem !important;
|
|
11421
|
+
}
|
|
11422
|
+
|
|
11423
|
+
.mt-md-n5 {
|
|
11424
|
+
margin-top: -3rem !important;
|
|
11425
|
+
}
|
|
11426
|
+
|
|
11427
|
+
.me-md-n1 {
|
|
11428
|
+
margin-right: -0.25rem !important;
|
|
11429
|
+
}
|
|
11430
|
+
|
|
11431
|
+
.me-md-n2 {
|
|
11432
|
+
margin-right: -0.5rem !important;
|
|
11433
|
+
}
|
|
11434
|
+
|
|
11435
|
+
.me-md-n3 {
|
|
11436
|
+
margin-right: -1rem !important;
|
|
11437
|
+
}
|
|
11438
|
+
|
|
11439
|
+
.me-md-n4 {
|
|
11440
|
+
margin-right: -1.5rem !important;
|
|
11441
|
+
}
|
|
11442
|
+
|
|
11443
|
+
.me-md-n5 {
|
|
11444
|
+
margin-right: -3rem !important;
|
|
11445
|
+
}
|
|
11446
|
+
|
|
11447
|
+
.mb-md-n1 {
|
|
11448
|
+
margin-bottom: -0.25rem !important;
|
|
11449
|
+
}
|
|
11450
|
+
|
|
11451
|
+
.mb-md-n2 {
|
|
11452
|
+
margin-bottom: -0.5rem !important;
|
|
11453
|
+
}
|
|
11454
|
+
|
|
11455
|
+
.mb-md-n3 {
|
|
11456
|
+
margin-bottom: -1rem !important;
|
|
11457
|
+
}
|
|
11458
|
+
|
|
11459
|
+
.mb-md-n4 {
|
|
11460
|
+
margin-bottom: -1.5rem !important;
|
|
11461
|
+
}
|
|
11462
|
+
|
|
11463
|
+
.mb-md-n5 {
|
|
11464
|
+
margin-bottom: -3rem !important;
|
|
11465
|
+
}
|
|
11466
|
+
|
|
11467
|
+
.ms-md-n1 {
|
|
11468
|
+
margin-left: -0.25rem !important;
|
|
11469
|
+
}
|
|
11470
|
+
|
|
11471
|
+
.ms-md-n2 {
|
|
11472
|
+
margin-left: -0.5rem !important;
|
|
11473
|
+
}
|
|
11474
|
+
|
|
11475
|
+
.ms-md-n3 {
|
|
11476
|
+
margin-left: -1rem !important;
|
|
11477
|
+
}
|
|
11478
|
+
|
|
11479
|
+
.ms-md-n4 {
|
|
11480
|
+
margin-left: -1.5rem !important;
|
|
11481
|
+
}
|
|
11482
|
+
|
|
11483
|
+
.ms-md-n5 {
|
|
11484
|
+
margin-left: -3rem !important;
|
|
11485
|
+
}
|
|
11486
|
+
|
|
10626
11487
|
.p-md-0 {
|
|
10627
11488
|
padding: 0 !important;
|
|
10628
11489
|
}
|
|
@@ -11051,6 +11912,14 @@ textarea.form-control-lg {
|
|
|
11051
11912
|
display: none !important;
|
|
11052
11913
|
}
|
|
11053
11914
|
|
|
11915
|
+
.border-lg {
|
|
11916
|
+
border: 1px solid #dee2e6 !important;
|
|
11917
|
+
}
|
|
11918
|
+
|
|
11919
|
+
.border-lg-0 {
|
|
11920
|
+
border: 0 !important;
|
|
11921
|
+
}
|
|
11922
|
+
|
|
11054
11923
|
.flex-lg-fill {
|
|
11055
11924
|
-ms-flex: 1 1 auto !important;
|
|
11056
11925
|
flex: 1 1 auto !important;
|
|
@@ -11707,6 +12576,156 @@ textarea.form-control-lg {
|
|
|
11707
12576
|
margin-left: auto !important;
|
|
11708
12577
|
}
|
|
11709
12578
|
|
|
12579
|
+
.m-lg-n1 {
|
|
12580
|
+
margin: -0.25rem !important;
|
|
12581
|
+
}
|
|
12582
|
+
|
|
12583
|
+
.m-lg-n2 {
|
|
12584
|
+
margin: -0.5rem !important;
|
|
12585
|
+
}
|
|
12586
|
+
|
|
12587
|
+
.m-lg-n3 {
|
|
12588
|
+
margin: -1rem !important;
|
|
12589
|
+
}
|
|
12590
|
+
|
|
12591
|
+
.m-lg-n4 {
|
|
12592
|
+
margin: -1.5rem !important;
|
|
12593
|
+
}
|
|
12594
|
+
|
|
12595
|
+
.m-lg-n5 {
|
|
12596
|
+
margin: -3rem !important;
|
|
12597
|
+
}
|
|
12598
|
+
|
|
12599
|
+
.mx-lg-n1 {
|
|
12600
|
+
margin-right: -0.25rem !important;
|
|
12601
|
+
margin-left: -0.25rem !important;
|
|
12602
|
+
}
|
|
12603
|
+
|
|
12604
|
+
.mx-lg-n2 {
|
|
12605
|
+
margin-right: -0.5rem !important;
|
|
12606
|
+
margin-left: -0.5rem !important;
|
|
12607
|
+
}
|
|
12608
|
+
|
|
12609
|
+
.mx-lg-n3 {
|
|
12610
|
+
margin-right: -1rem !important;
|
|
12611
|
+
margin-left: -1rem !important;
|
|
12612
|
+
}
|
|
12613
|
+
|
|
12614
|
+
.mx-lg-n4 {
|
|
12615
|
+
margin-right: -1.5rem !important;
|
|
12616
|
+
margin-left: -1.5rem !important;
|
|
12617
|
+
}
|
|
12618
|
+
|
|
12619
|
+
.mx-lg-n5 {
|
|
12620
|
+
margin-right: -3rem !important;
|
|
12621
|
+
margin-left: -3rem !important;
|
|
12622
|
+
}
|
|
12623
|
+
|
|
12624
|
+
.my-lg-n1 {
|
|
12625
|
+
margin-top: -0.25rem !important;
|
|
12626
|
+
margin-bottom: -0.25rem !important;
|
|
12627
|
+
}
|
|
12628
|
+
|
|
12629
|
+
.my-lg-n2 {
|
|
12630
|
+
margin-top: -0.5rem !important;
|
|
12631
|
+
margin-bottom: -0.5rem !important;
|
|
12632
|
+
}
|
|
12633
|
+
|
|
12634
|
+
.my-lg-n3 {
|
|
12635
|
+
margin-top: -1rem !important;
|
|
12636
|
+
margin-bottom: -1rem !important;
|
|
12637
|
+
}
|
|
12638
|
+
|
|
12639
|
+
.my-lg-n4 {
|
|
12640
|
+
margin-top: -1.5rem !important;
|
|
12641
|
+
margin-bottom: -1.5rem !important;
|
|
12642
|
+
}
|
|
12643
|
+
|
|
12644
|
+
.my-lg-n5 {
|
|
12645
|
+
margin-top: -3rem !important;
|
|
12646
|
+
margin-bottom: -3rem !important;
|
|
12647
|
+
}
|
|
12648
|
+
|
|
12649
|
+
.mt-lg-n1 {
|
|
12650
|
+
margin-top: -0.25rem !important;
|
|
12651
|
+
}
|
|
12652
|
+
|
|
12653
|
+
.mt-lg-n2 {
|
|
12654
|
+
margin-top: -0.5rem !important;
|
|
12655
|
+
}
|
|
12656
|
+
|
|
12657
|
+
.mt-lg-n3 {
|
|
12658
|
+
margin-top: -1rem !important;
|
|
12659
|
+
}
|
|
12660
|
+
|
|
12661
|
+
.mt-lg-n4 {
|
|
12662
|
+
margin-top: -1.5rem !important;
|
|
12663
|
+
}
|
|
12664
|
+
|
|
12665
|
+
.mt-lg-n5 {
|
|
12666
|
+
margin-top: -3rem !important;
|
|
12667
|
+
}
|
|
12668
|
+
|
|
12669
|
+
.me-lg-n1 {
|
|
12670
|
+
margin-right: -0.25rem !important;
|
|
12671
|
+
}
|
|
12672
|
+
|
|
12673
|
+
.me-lg-n2 {
|
|
12674
|
+
margin-right: -0.5rem !important;
|
|
12675
|
+
}
|
|
12676
|
+
|
|
12677
|
+
.me-lg-n3 {
|
|
12678
|
+
margin-right: -1rem !important;
|
|
12679
|
+
}
|
|
12680
|
+
|
|
12681
|
+
.me-lg-n4 {
|
|
12682
|
+
margin-right: -1.5rem !important;
|
|
12683
|
+
}
|
|
12684
|
+
|
|
12685
|
+
.me-lg-n5 {
|
|
12686
|
+
margin-right: -3rem !important;
|
|
12687
|
+
}
|
|
12688
|
+
|
|
12689
|
+
.mb-lg-n1 {
|
|
12690
|
+
margin-bottom: -0.25rem !important;
|
|
12691
|
+
}
|
|
12692
|
+
|
|
12693
|
+
.mb-lg-n2 {
|
|
12694
|
+
margin-bottom: -0.5rem !important;
|
|
12695
|
+
}
|
|
12696
|
+
|
|
12697
|
+
.mb-lg-n3 {
|
|
12698
|
+
margin-bottom: -1rem !important;
|
|
12699
|
+
}
|
|
12700
|
+
|
|
12701
|
+
.mb-lg-n4 {
|
|
12702
|
+
margin-bottom: -1.5rem !important;
|
|
12703
|
+
}
|
|
12704
|
+
|
|
12705
|
+
.mb-lg-n5 {
|
|
12706
|
+
margin-bottom: -3rem !important;
|
|
12707
|
+
}
|
|
12708
|
+
|
|
12709
|
+
.ms-lg-n1 {
|
|
12710
|
+
margin-left: -0.25rem !important;
|
|
12711
|
+
}
|
|
12712
|
+
|
|
12713
|
+
.ms-lg-n2 {
|
|
12714
|
+
margin-left: -0.5rem !important;
|
|
12715
|
+
}
|
|
12716
|
+
|
|
12717
|
+
.ms-lg-n3 {
|
|
12718
|
+
margin-left: -1rem !important;
|
|
12719
|
+
}
|
|
12720
|
+
|
|
12721
|
+
.ms-lg-n4 {
|
|
12722
|
+
margin-left: -1.5rem !important;
|
|
12723
|
+
}
|
|
12724
|
+
|
|
12725
|
+
.ms-lg-n5 {
|
|
12726
|
+
margin-left: -3rem !important;
|
|
12727
|
+
}
|
|
12728
|
+
|
|
11710
12729
|
.p-lg-0 {
|
|
11711
12730
|
padding: 0 !important;
|
|
11712
12731
|
}
|
|
@@ -12135,6 +13154,14 @@ textarea.form-control-lg {
|
|
|
12135
13154
|
display: none !important;
|
|
12136
13155
|
}
|
|
12137
13156
|
|
|
13157
|
+
.border-xl {
|
|
13158
|
+
border: 1px solid #dee2e6 !important;
|
|
13159
|
+
}
|
|
13160
|
+
|
|
13161
|
+
.border-xl-0 {
|
|
13162
|
+
border: 0 !important;
|
|
13163
|
+
}
|
|
13164
|
+
|
|
12138
13165
|
.flex-xl-fill {
|
|
12139
13166
|
-ms-flex: 1 1 auto !important;
|
|
12140
13167
|
flex: 1 1 auto !important;
|
|
@@ -12791,6 +13818,156 @@ textarea.form-control-lg {
|
|
|
12791
13818
|
margin-left: auto !important;
|
|
12792
13819
|
}
|
|
12793
13820
|
|
|
13821
|
+
.m-xl-n1 {
|
|
13822
|
+
margin: -0.25rem !important;
|
|
13823
|
+
}
|
|
13824
|
+
|
|
13825
|
+
.m-xl-n2 {
|
|
13826
|
+
margin: -0.5rem !important;
|
|
13827
|
+
}
|
|
13828
|
+
|
|
13829
|
+
.m-xl-n3 {
|
|
13830
|
+
margin: -1rem !important;
|
|
13831
|
+
}
|
|
13832
|
+
|
|
13833
|
+
.m-xl-n4 {
|
|
13834
|
+
margin: -1.5rem !important;
|
|
13835
|
+
}
|
|
13836
|
+
|
|
13837
|
+
.m-xl-n5 {
|
|
13838
|
+
margin: -3rem !important;
|
|
13839
|
+
}
|
|
13840
|
+
|
|
13841
|
+
.mx-xl-n1 {
|
|
13842
|
+
margin-right: -0.25rem !important;
|
|
13843
|
+
margin-left: -0.25rem !important;
|
|
13844
|
+
}
|
|
13845
|
+
|
|
13846
|
+
.mx-xl-n2 {
|
|
13847
|
+
margin-right: -0.5rem !important;
|
|
13848
|
+
margin-left: -0.5rem !important;
|
|
13849
|
+
}
|
|
13850
|
+
|
|
13851
|
+
.mx-xl-n3 {
|
|
13852
|
+
margin-right: -1rem !important;
|
|
13853
|
+
margin-left: -1rem !important;
|
|
13854
|
+
}
|
|
13855
|
+
|
|
13856
|
+
.mx-xl-n4 {
|
|
13857
|
+
margin-right: -1.5rem !important;
|
|
13858
|
+
margin-left: -1.5rem !important;
|
|
13859
|
+
}
|
|
13860
|
+
|
|
13861
|
+
.mx-xl-n5 {
|
|
13862
|
+
margin-right: -3rem !important;
|
|
13863
|
+
margin-left: -3rem !important;
|
|
13864
|
+
}
|
|
13865
|
+
|
|
13866
|
+
.my-xl-n1 {
|
|
13867
|
+
margin-top: -0.25rem !important;
|
|
13868
|
+
margin-bottom: -0.25rem !important;
|
|
13869
|
+
}
|
|
13870
|
+
|
|
13871
|
+
.my-xl-n2 {
|
|
13872
|
+
margin-top: -0.5rem !important;
|
|
13873
|
+
margin-bottom: -0.5rem !important;
|
|
13874
|
+
}
|
|
13875
|
+
|
|
13876
|
+
.my-xl-n3 {
|
|
13877
|
+
margin-top: -1rem !important;
|
|
13878
|
+
margin-bottom: -1rem !important;
|
|
13879
|
+
}
|
|
13880
|
+
|
|
13881
|
+
.my-xl-n4 {
|
|
13882
|
+
margin-top: -1.5rem !important;
|
|
13883
|
+
margin-bottom: -1.5rem !important;
|
|
13884
|
+
}
|
|
13885
|
+
|
|
13886
|
+
.my-xl-n5 {
|
|
13887
|
+
margin-top: -3rem !important;
|
|
13888
|
+
margin-bottom: -3rem !important;
|
|
13889
|
+
}
|
|
13890
|
+
|
|
13891
|
+
.mt-xl-n1 {
|
|
13892
|
+
margin-top: -0.25rem !important;
|
|
13893
|
+
}
|
|
13894
|
+
|
|
13895
|
+
.mt-xl-n2 {
|
|
13896
|
+
margin-top: -0.5rem !important;
|
|
13897
|
+
}
|
|
13898
|
+
|
|
13899
|
+
.mt-xl-n3 {
|
|
13900
|
+
margin-top: -1rem !important;
|
|
13901
|
+
}
|
|
13902
|
+
|
|
13903
|
+
.mt-xl-n4 {
|
|
13904
|
+
margin-top: -1.5rem !important;
|
|
13905
|
+
}
|
|
13906
|
+
|
|
13907
|
+
.mt-xl-n5 {
|
|
13908
|
+
margin-top: -3rem !important;
|
|
13909
|
+
}
|
|
13910
|
+
|
|
13911
|
+
.me-xl-n1 {
|
|
13912
|
+
margin-right: -0.25rem !important;
|
|
13913
|
+
}
|
|
13914
|
+
|
|
13915
|
+
.me-xl-n2 {
|
|
13916
|
+
margin-right: -0.5rem !important;
|
|
13917
|
+
}
|
|
13918
|
+
|
|
13919
|
+
.me-xl-n3 {
|
|
13920
|
+
margin-right: -1rem !important;
|
|
13921
|
+
}
|
|
13922
|
+
|
|
13923
|
+
.me-xl-n4 {
|
|
13924
|
+
margin-right: -1.5rem !important;
|
|
13925
|
+
}
|
|
13926
|
+
|
|
13927
|
+
.me-xl-n5 {
|
|
13928
|
+
margin-right: -3rem !important;
|
|
13929
|
+
}
|
|
13930
|
+
|
|
13931
|
+
.mb-xl-n1 {
|
|
13932
|
+
margin-bottom: -0.25rem !important;
|
|
13933
|
+
}
|
|
13934
|
+
|
|
13935
|
+
.mb-xl-n2 {
|
|
13936
|
+
margin-bottom: -0.5rem !important;
|
|
13937
|
+
}
|
|
13938
|
+
|
|
13939
|
+
.mb-xl-n3 {
|
|
13940
|
+
margin-bottom: -1rem !important;
|
|
13941
|
+
}
|
|
13942
|
+
|
|
13943
|
+
.mb-xl-n4 {
|
|
13944
|
+
margin-bottom: -1.5rem !important;
|
|
13945
|
+
}
|
|
13946
|
+
|
|
13947
|
+
.mb-xl-n5 {
|
|
13948
|
+
margin-bottom: -3rem !important;
|
|
13949
|
+
}
|
|
13950
|
+
|
|
13951
|
+
.ms-xl-n1 {
|
|
13952
|
+
margin-left: -0.25rem !important;
|
|
13953
|
+
}
|
|
13954
|
+
|
|
13955
|
+
.ms-xl-n2 {
|
|
13956
|
+
margin-left: -0.5rem !important;
|
|
13957
|
+
}
|
|
13958
|
+
|
|
13959
|
+
.ms-xl-n3 {
|
|
13960
|
+
margin-left: -1rem !important;
|
|
13961
|
+
}
|
|
13962
|
+
|
|
13963
|
+
.ms-xl-n4 {
|
|
13964
|
+
margin-left: -1.5rem !important;
|
|
13965
|
+
}
|
|
13966
|
+
|
|
13967
|
+
.ms-xl-n5 {
|
|
13968
|
+
margin-left: -3rem !important;
|
|
13969
|
+
}
|
|
13970
|
+
|
|
12794
13971
|
.p-xl-0 {
|
|
12795
13972
|
padding: 0 !important;
|
|
12796
13973
|
}
|
|
@@ -13219,6 +14396,14 @@ textarea.form-control-lg {
|
|
|
13219
14396
|
display: none !important;
|
|
13220
14397
|
}
|
|
13221
14398
|
|
|
14399
|
+
.border-xxl {
|
|
14400
|
+
border: 1px solid #dee2e6 !important;
|
|
14401
|
+
}
|
|
14402
|
+
|
|
14403
|
+
.border-xxl-0 {
|
|
14404
|
+
border: 0 !important;
|
|
14405
|
+
}
|
|
14406
|
+
|
|
13222
14407
|
.flex-xxl-fill {
|
|
13223
14408
|
-ms-flex: 1 1 auto !important;
|
|
13224
14409
|
flex: 1 1 auto !important;
|
|
@@ -13875,6 +15060,156 @@ textarea.form-control-lg {
|
|
|
13875
15060
|
margin-left: auto !important;
|
|
13876
15061
|
}
|
|
13877
15062
|
|
|
15063
|
+
.m-xxl-n1 {
|
|
15064
|
+
margin: -0.25rem !important;
|
|
15065
|
+
}
|
|
15066
|
+
|
|
15067
|
+
.m-xxl-n2 {
|
|
15068
|
+
margin: -0.5rem !important;
|
|
15069
|
+
}
|
|
15070
|
+
|
|
15071
|
+
.m-xxl-n3 {
|
|
15072
|
+
margin: -1rem !important;
|
|
15073
|
+
}
|
|
15074
|
+
|
|
15075
|
+
.m-xxl-n4 {
|
|
15076
|
+
margin: -1.5rem !important;
|
|
15077
|
+
}
|
|
15078
|
+
|
|
15079
|
+
.m-xxl-n5 {
|
|
15080
|
+
margin: -3rem !important;
|
|
15081
|
+
}
|
|
15082
|
+
|
|
15083
|
+
.mx-xxl-n1 {
|
|
15084
|
+
margin-right: -0.25rem !important;
|
|
15085
|
+
margin-left: -0.25rem !important;
|
|
15086
|
+
}
|
|
15087
|
+
|
|
15088
|
+
.mx-xxl-n2 {
|
|
15089
|
+
margin-right: -0.5rem !important;
|
|
15090
|
+
margin-left: -0.5rem !important;
|
|
15091
|
+
}
|
|
15092
|
+
|
|
15093
|
+
.mx-xxl-n3 {
|
|
15094
|
+
margin-right: -1rem !important;
|
|
15095
|
+
margin-left: -1rem !important;
|
|
15096
|
+
}
|
|
15097
|
+
|
|
15098
|
+
.mx-xxl-n4 {
|
|
15099
|
+
margin-right: -1.5rem !important;
|
|
15100
|
+
margin-left: -1.5rem !important;
|
|
15101
|
+
}
|
|
15102
|
+
|
|
15103
|
+
.mx-xxl-n5 {
|
|
15104
|
+
margin-right: -3rem !important;
|
|
15105
|
+
margin-left: -3rem !important;
|
|
15106
|
+
}
|
|
15107
|
+
|
|
15108
|
+
.my-xxl-n1 {
|
|
15109
|
+
margin-top: -0.25rem !important;
|
|
15110
|
+
margin-bottom: -0.25rem !important;
|
|
15111
|
+
}
|
|
15112
|
+
|
|
15113
|
+
.my-xxl-n2 {
|
|
15114
|
+
margin-top: -0.5rem !important;
|
|
15115
|
+
margin-bottom: -0.5rem !important;
|
|
15116
|
+
}
|
|
15117
|
+
|
|
15118
|
+
.my-xxl-n3 {
|
|
15119
|
+
margin-top: -1rem !important;
|
|
15120
|
+
margin-bottom: -1rem !important;
|
|
15121
|
+
}
|
|
15122
|
+
|
|
15123
|
+
.my-xxl-n4 {
|
|
15124
|
+
margin-top: -1.5rem !important;
|
|
15125
|
+
margin-bottom: -1.5rem !important;
|
|
15126
|
+
}
|
|
15127
|
+
|
|
15128
|
+
.my-xxl-n5 {
|
|
15129
|
+
margin-top: -3rem !important;
|
|
15130
|
+
margin-bottom: -3rem !important;
|
|
15131
|
+
}
|
|
15132
|
+
|
|
15133
|
+
.mt-xxl-n1 {
|
|
15134
|
+
margin-top: -0.25rem !important;
|
|
15135
|
+
}
|
|
15136
|
+
|
|
15137
|
+
.mt-xxl-n2 {
|
|
15138
|
+
margin-top: -0.5rem !important;
|
|
15139
|
+
}
|
|
15140
|
+
|
|
15141
|
+
.mt-xxl-n3 {
|
|
15142
|
+
margin-top: -1rem !important;
|
|
15143
|
+
}
|
|
15144
|
+
|
|
15145
|
+
.mt-xxl-n4 {
|
|
15146
|
+
margin-top: -1.5rem !important;
|
|
15147
|
+
}
|
|
15148
|
+
|
|
15149
|
+
.mt-xxl-n5 {
|
|
15150
|
+
margin-top: -3rem !important;
|
|
15151
|
+
}
|
|
15152
|
+
|
|
15153
|
+
.me-xxl-n1 {
|
|
15154
|
+
margin-right: -0.25rem !important;
|
|
15155
|
+
}
|
|
15156
|
+
|
|
15157
|
+
.me-xxl-n2 {
|
|
15158
|
+
margin-right: -0.5rem !important;
|
|
15159
|
+
}
|
|
15160
|
+
|
|
15161
|
+
.me-xxl-n3 {
|
|
15162
|
+
margin-right: -1rem !important;
|
|
15163
|
+
}
|
|
15164
|
+
|
|
15165
|
+
.me-xxl-n4 {
|
|
15166
|
+
margin-right: -1.5rem !important;
|
|
15167
|
+
}
|
|
15168
|
+
|
|
15169
|
+
.me-xxl-n5 {
|
|
15170
|
+
margin-right: -3rem !important;
|
|
15171
|
+
}
|
|
15172
|
+
|
|
15173
|
+
.mb-xxl-n1 {
|
|
15174
|
+
margin-bottom: -0.25rem !important;
|
|
15175
|
+
}
|
|
15176
|
+
|
|
15177
|
+
.mb-xxl-n2 {
|
|
15178
|
+
margin-bottom: -0.5rem !important;
|
|
15179
|
+
}
|
|
15180
|
+
|
|
15181
|
+
.mb-xxl-n3 {
|
|
15182
|
+
margin-bottom: -1rem !important;
|
|
15183
|
+
}
|
|
15184
|
+
|
|
15185
|
+
.mb-xxl-n4 {
|
|
15186
|
+
margin-bottom: -1.5rem !important;
|
|
15187
|
+
}
|
|
15188
|
+
|
|
15189
|
+
.mb-xxl-n5 {
|
|
15190
|
+
margin-bottom: -3rem !important;
|
|
15191
|
+
}
|
|
15192
|
+
|
|
15193
|
+
.ms-xxl-n1 {
|
|
15194
|
+
margin-left: -0.25rem !important;
|
|
15195
|
+
}
|
|
15196
|
+
|
|
15197
|
+
.ms-xxl-n2 {
|
|
15198
|
+
margin-left: -0.5rem !important;
|
|
15199
|
+
}
|
|
15200
|
+
|
|
15201
|
+
.ms-xxl-n3 {
|
|
15202
|
+
margin-left: -1rem !important;
|
|
15203
|
+
}
|
|
15204
|
+
|
|
15205
|
+
.ms-xxl-n4 {
|
|
15206
|
+
margin-left: -1.5rem !important;
|
|
15207
|
+
}
|
|
15208
|
+
|
|
15209
|
+
.ms-xxl-n5 {
|
|
15210
|
+
margin-left: -3rem !important;
|
|
15211
|
+
}
|
|
15212
|
+
|
|
13878
15213
|
.p-xxl-0 {
|
|
13879
15214
|
padding: 0 !important;
|
|
13880
15215
|
}
|
|
@@ -14308,13 +15643,9 @@ body {
|
|
|
14308
15643
|
padding-bottom: 1rem;
|
|
14309
15644
|
}
|
|
14310
15645
|
|
|
14311
|
-
.bcl-header__project
|
|
14312
|
-
|
|
14313
|
-
|
|
14314
|
-
|
|
14315
|
-
.ec__header .bcl-header__project,
|
|
14316
|
-
.ec__header .bcl-header__navbar {
|
|
14317
|
-
background: #004494;
|
|
15646
|
+
.bcl-header--neutral .bcl-header__project,
|
|
15647
|
+
.bcl-header--neutral .bcl-header__navbar {
|
|
15648
|
+
background: #6d7173;
|
|
14318
15649
|
}
|
|
14319
15650
|
|
|
14320
15651
|
.bcl-navbar-header {
|
|
@@ -14326,10 +15657,21 @@ body {
|
|
|
14326
15657
|
color: #1b4ac3;
|
|
14327
15658
|
}
|
|
14328
15659
|
|
|
14329
|
-
.bcl-header
|
|
15660
|
+
.bcl-header--ec .bcl-header__project,
|
|
15661
|
+
.bcl-header--ec .bcl-header__navbar,
|
|
15662
|
+
.ec__header .bcl-header__project,
|
|
15663
|
+
.ec__header .bcl-header__navbar {
|
|
15664
|
+
background: #004494;
|
|
15665
|
+
}
|
|
15666
|
+
.bcl-header--ec .nav-link,
|
|
15667
|
+
.ec__header .nav-link {
|
|
14330
15668
|
color: #17458f;
|
|
14331
15669
|
}
|
|
14332
15670
|
|
|
15671
|
+
.bcl-header:not(.bcl-header--neutral) .bcl-header__project {
|
|
15672
|
+
padding-top: 1rem;
|
|
15673
|
+
}
|
|
15674
|
+
|
|
14333
15675
|
.bcl-header__navbar .navbar-nav .nav-link {
|
|
14334
15676
|
color: #a2a8ab;
|
|
14335
15677
|
}
|
|
@@ -14365,7 +15707,7 @@ body {
|
|
|
14365
15707
|
transform: translate(-11px, 5px);
|
|
14366
15708
|
}
|
|
14367
15709
|
|
|
14368
|
-
.bcl-header__project
|
|
15710
|
+
.bcl-header__project .bcl-header__site-name {
|
|
14369
15711
|
display: inline-block;
|
|
14370
15712
|
margin-bottom: 0;
|
|
14371
15713
|
font-size: 1.3rem;
|
|
@@ -14385,28 +15727,52 @@ body {
|
|
|
14385
15727
|
background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
|
|
14386
15728
|
}
|
|
14387
15729
|
|
|
15730
|
+
@media only screen and (max-width: 400px) {
|
|
15731
|
+
.bcl-header--neutral .bcl-header__project-logo {
|
|
15732
|
+
display: none;
|
|
15733
|
+
}
|
|
15734
|
+
}
|
|
14388
15735
|
@media (max-width: 575.98px) {
|
|
14389
15736
|
.bcl-header .navbar:first-child .nav-link {
|
|
14390
15737
|
padding: 0.5rem 0.4rem;
|
|
14391
15738
|
}
|
|
14392
15739
|
}
|
|
14393
15740
|
@media (min-width: 768px) {
|
|
14394
|
-
.
|
|
15741
|
+
.bcl-header--ec .navbar-brand img,
|
|
15742
|
+
.ec__header .navbar-brand img {
|
|
14395
15743
|
width: 180px;
|
|
14396
15744
|
}
|
|
14397
15745
|
}
|
|
15746
|
+
@media (max-width: 991.98px) {
|
|
15747
|
+
.bcl-header__project {
|
|
15748
|
+
min-height: 3rem;
|
|
15749
|
+
padding-top: 1rem;
|
|
15750
|
+
}
|
|
15751
|
+
|
|
15752
|
+
.bcl-header nav + nav {
|
|
15753
|
+
min-height: 3rem;
|
|
15754
|
+
}
|
|
15755
|
+
.bcl-header nav + nav .navbar-toggler {
|
|
15756
|
+
position: static;
|
|
15757
|
+
}
|
|
15758
|
+
.bcl-header nav + nav .container {
|
|
15759
|
+
-ms-flex-pack: right;
|
|
15760
|
+
justify-content: right;
|
|
15761
|
+
}
|
|
15762
|
+
}
|
|
14398
15763
|
@media (min-width: 992px) {
|
|
14399
15764
|
.bcl-header__project.light,
|
|
15765
|
+
.bcl-header--ec .bcl-header__project.light,
|
|
14400
15766
|
.ec__header .bcl-header__project.light {
|
|
14401
15767
|
background: #fff;
|
|
14402
15768
|
}
|
|
14403
15769
|
|
|
14404
|
-
.bcl-
|
|
15770
|
+
.bcl-header__site-name {
|
|
14405
15771
|
padding-left: 1.5rem;
|
|
14406
15772
|
font-weight: 500;
|
|
14407
15773
|
}
|
|
14408
15774
|
|
|
14409
|
-
.bcl-header__project.light
|
|
15775
|
+
.bcl-header__project.light .bcl-header__site-name {
|
|
14410
15776
|
color: #000;
|
|
14411
15777
|
}
|
|
14412
15778
|
|
|
@@ -14435,11 +15801,12 @@ body {
|
|
|
14435
15801
|
z-index: 1050;
|
|
14436
15802
|
}
|
|
14437
15803
|
|
|
14438
|
-
.bcl-header__project {
|
|
15804
|
+
.bcl-header:not(.bcl-header--neutral) .bcl-header__project {
|
|
14439
15805
|
padding-bottom: 1rem;
|
|
14440
15806
|
}
|
|
14441
15807
|
|
|
14442
|
-
.
|
|
15808
|
+
.bcl-header--ec .navbar-brand img,
|
|
15809
|
+
.ec__header .navbar-brand img {
|
|
14443
15810
|
width: 285px;
|
|
14444
15811
|
}
|
|
14445
15812
|
}
|
|
@@ -14758,7 +16125,10 @@ textarea.form-control.is-valid,
|
|
|
14758
16125
|
.badge {
|
|
14759
16126
|
font-size: 1.125rem;
|
|
14760
16127
|
font-weight: 400;
|
|
14761
|
-
|
|
16128
|
+
display: -ms-inline-flexbox;
|
|
16129
|
+
display: inline-flex;
|
|
16130
|
+
-ms-flex-align: center;
|
|
16131
|
+
align-items: center;
|
|
14762
16132
|
}
|
|
14763
16133
|
@media (min-width: 768px) {
|
|
14764
16134
|
.badge {
|
|
@@ -14827,6 +16197,97 @@ a .badge {
|
|
|
14827
16197
|
font-size: 0.75em;
|
|
14828
16198
|
}
|
|
14829
16199
|
|
|
16200
|
+
.badge-outline-primary {
|
|
16201
|
+
border: 1px solid #143b76;
|
|
16202
|
+
color: #143b76 !important;
|
|
16203
|
+
background: transparent !important;
|
|
16204
|
+
}
|
|
16205
|
+
.badge-outline-primary .icon--close {
|
|
16206
|
+
background: #143b76;
|
|
16207
|
+
color: #fff;
|
|
16208
|
+
}
|
|
16209
|
+
|
|
16210
|
+
.badge-outline-secondary {
|
|
16211
|
+
border: 1px solid #e7f1fb;
|
|
16212
|
+
color: #e7f1fb !important;
|
|
16213
|
+
background: transparent !important;
|
|
16214
|
+
}
|
|
16215
|
+
.badge-outline-secondary .icon--close {
|
|
16216
|
+
background: #e7f1fb;
|
|
16217
|
+
color: #fff;
|
|
16218
|
+
}
|
|
16219
|
+
|
|
16220
|
+
.badge-outline-success {
|
|
16221
|
+
border: 1px solid #18bf80;
|
|
16222
|
+
color: #18bf80 !important;
|
|
16223
|
+
background: transparent !important;
|
|
16224
|
+
}
|
|
16225
|
+
.badge-outline-success .icon--close {
|
|
16226
|
+
background: #18bf80;
|
|
16227
|
+
color: #fff;
|
|
16228
|
+
}
|
|
16229
|
+
|
|
16230
|
+
.badge-outline-info {
|
|
16231
|
+
border: 1px solid #0dcaf0;
|
|
16232
|
+
color: #0dcaf0 !important;
|
|
16233
|
+
background: transparent !important;
|
|
16234
|
+
}
|
|
16235
|
+
.badge-outline-info .icon--close {
|
|
16236
|
+
background: #0dcaf0;
|
|
16237
|
+
color: #fff;
|
|
16238
|
+
}
|
|
16239
|
+
|
|
16240
|
+
.badge-outline-warning {
|
|
16241
|
+
border: 1px solid #eba843;
|
|
16242
|
+
color: #eba843 !important;
|
|
16243
|
+
background: transparent !important;
|
|
16244
|
+
}
|
|
16245
|
+
.badge-outline-warning .icon--close {
|
|
16246
|
+
background: #eba843;
|
|
16247
|
+
color: #fff;
|
|
16248
|
+
}
|
|
16249
|
+
|
|
16250
|
+
.badge-outline-danger {
|
|
16251
|
+
border: 1px solid #eb3434;
|
|
16252
|
+
color: #eb3434 !important;
|
|
16253
|
+
background: transparent !important;
|
|
16254
|
+
}
|
|
16255
|
+
.badge-outline-danger .icon--close {
|
|
16256
|
+
background: #eb3434;
|
|
16257
|
+
color: #fff;
|
|
16258
|
+
}
|
|
16259
|
+
|
|
16260
|
+
.badge-outline-light {
|
|
16261
|
+
border: 1px solid #f0f0f0;
|
|
16262
|
+
color: #f0f0f0 !important;
|
|
16263
|
+
background: transparent !important;
|
|
16264
|
+
}
|
|
16265
|
+
.badge-outline-light .icon--close {
|
|
16266
|
+
background: #f0f0f0;
|
|
16267
|
+
color: #fff;
|
|
16268
|
+
color: #000;
|
|
16269
|
+
}
|
|
16270
|
+
|
|
16271
|
+
.badge-outline-dark {
|
|
16272
|
+
border: 1px solid #212529;
|
|
16273
|
+
color: #212529 !important;
|
|
16274
|
+
background: transparent !important;
|
|
16275
|
+
}
|
|
16276
|
+
.badge-outline-dark .icon--close {
|
|
16277
|
+
background: #212529;
|
|
16278
|
+
color: #fff;
|
|
16279
|
+
}
|
|
16280
|
+
|
|
16281
|
+
.badge-outline-brand {
|
|
16282
|
+
border: 1px solid #1073de;
|
|
16283
|
+
color: #1073de !important;
|
|
16284
|
+
background: transparent !important;
|
|
16285
|
+
}
|
|
16286
|
+
.badge-outline-brand .icon--close {
|
|
16287
|
+
background: #1073de;
|
|
16288
|
+
color: #fff;
|
|
16289
|
+
}
|
|
16290
|
+
|
|
14830
16291
|
.ss-main {
|
|
14831
16292
|
position: relative;
|
|
14832
16293
|
display: inline-block;
|
|
@@ -15431,7 +16892,7 @@ select.multi-select {
|
|
|
15431
16892
|
background-position: right 1.6rem center;
|
|
15432
16893
|
}
|
|
15433
16894
|
}
|
|
15434
|
-
@media
|
|
16895
|
+
@media (min-width: 992px) {
|
|
15435
16896
|
.bcl-offcanvas {
|
|
15436
16897
|
position: relative;
|
|
15437
16898
|
width: auto;
|
|
@@ -15477,7 +16938,7 @@ select.multi-select {
|
|
|
15477
16938
|
|
|
15478
16939
|
.bcl-banner__content {
|
|
15479
16940
|
padding: 2.5rem 2rem;
|
|
15480
|
-
border-color: #0d6efd
|
|
16941
|
+
border-color: #0d6efd;
|
|
15481
16942
|
}
|
|
15482
16943
|
|
|
15483
16944
|
.bcl-banner__image {
|
|
@@ -15527,11 +16988,14 @@ select.multi-select {
|
|
|
15527
16988
|
border-bottom: 0;
|
|
15528
16989
|
border-left: 4px solid transparent;
|
|
15529
16990
|
}
|
|
15530
|
-
|
|
16991
|
+
|
|
16992
|
+
.bcl-banner.full-width,
|
|
16993
|
+
.bcl-content-banner {
|
|
15531
16994
|
left: 50%;
|
|
15532
16995
|
width: 100vw;
|
|
15533
16996
|
margin-left: -50vw;
|
|
15534
16997
|
border-radius: 0;
|
|
16998
|
+
position: relative;
|
|
15535
16999
|
}
|
|
15536
17000
|
|
|
15537
17001
|
.bcl-banner__content {
|
|
@@ -15586,6 +17050,65 @@ select.multi-select {
|
|
|
15586
17050
|
padding-top: 33.33%;
|
|
15587
17051
|
}
|
|
15588
17052
|
}
|
|
17053
|
+
/* stylelint-disable declaration-no-important */
|
|
17054
|
+
.bcl-timeline {
|
|
17055
|
+
list-style-type: none;
|
|
17056
|
+
position: relative;
|
|
17057
|
+
padding: 0;
|
|
17058
|
+
margin: 0;
|
|
17059
|
+
max-width: 648px;
|
|
17060
|
+
}
|
|
17061
|
+
.bcl-timeline > li {
|
|
17062
|
+
position: relative;
|
|
17063
|
+
padding-bottom: 2rem;
|
|
17064
|
+
padding-left: calc(22px + 1rem);
|
|
17065
|
+
}
|
|
17066
|
+
.bcl-timeline > li::before {
|
|
17067
|
+
content: "";
|
|
17068
|
+
background: #fff;
|
|
17069
|
+
display: inline-block;
|
|
17070
|
+
position: absolute;
|
|
17071
|
+
border-radius: 50%;
|
|
17072
|
+
border: 2px solid #143b76;
|
|
17073
|
+
left: 0;
|
|
17074
|
+
width: 22px;
|
|
17075
|
+
height: 22px;
|
|
17076
|
+
}
|
|
17077
|
+
.bcl-timeline > li::after {
|
|
17078
|
+
content: "";
|
|
17079
|
+
background: #dadee0;
|
|
17080
|
+
display: inline-block;
|
|
17081
|
+
position: absolute;
|
|
17082
|
+
left: 10px;
|
|
17083
|
+
top: 22px;
|
|
17084
|
+
width: 2px;
|
|
17085
|
+
height: 100%;
|
|
17086
|
+
}
|
|
17087
|
+
.bcl-timeline > li.collapsing {
|
|
17088
|
+
transition: none !important;
|
|
17089
|
+
}
|
|
17090
|
+
.bcl-timeline > li.bcl-timeline__item--toggle::before {
|
|
17091
|
+
border-color: #6d7173;
|
|
17092
|
+
top: 7px;
|
|
17093
|
+
}
|
|
17094
|
+
.bcl-timeline > li.bcl-timeline__item--toggle::after {
|
|
17095
|
+
top: 30px;
|
|
17096
|
+
background: repeating-linear-gradient(to bottom, #dadee0, #dadee0 3px, #fff 3px, #fff 6px);
|
|
17097
|
+
}
|
|
17098
|
+
.bcl-timeline > li:last-child::after {
|
|
17099
|
+
content: none;
|
|
17100
|
+
}
|
|
17101
|
+
.bcl-timeline button[aria-expanded=false] .label-expanded {
|
|
17102
|
+
display: none;
|
|
17103
|
+
}
|
|
17104
|
+
.bcl-timeline button[aria-expanded=true] .label-collapsed {
|
|
17105
|
+
display: none;
|
|
17106
|
+
}
|
|
17107
|
+
.bcl-timeline button[aria-expanded=true] svg {
|
|
17108
|
+
-webkit-transform: rotate(180deg);
|
|
17109
|
+
transform: rotate(180deg);
|
|
17110
|
+
}
|
|
17111
|
+
|
|
15589
17112
|
.btn {
|
|
15590
17113
|
font-weight: 500;
|
|
15591
17114
|
}
|
|
@@ -15624,4 +17147,22 @@ input:hover {
|
|
|
15624
17147
|
.page-item.active .page-link {
|
|
15625
17148
|
font-weight: 700;
|
|
15626
17149
|
}
|
|
17150
|
+
|
|
17151
|
+
.bcl-inpage-navigation {
|
|
17152
|
+
top: 1rem;
|
|
17153
|
+
background-color: #fafbfc;
|
|
17154
|
+
}
|
|
17155
|
+
.bcl-inpage-navigation h5, .bcl-inpage-navigation .h5 {
|
|
17156
|
+
font-weight: bold;
|
|
17157
|
+
margin-bottom: 0;
|
|
17158
|
+
padding: 1.25rem;
|
|
17159
|
+
border-bottom: 1px solid #dadee0;
|
|
17160
|
+
}
|
|
17161
|
+
.bcl-inpage-navigation ul {
|
|
17162
|
+
padding: 0.75rem;
|
|
17163
|
+
}
|
|
17164
|
+
.bcl-inpage-navigation ul .nav-link {
|
|
17165
|
+
padding: 0.5rem;
|
|
17166
|
+
margin-bottom: 0.5rem;
|
|
17167
|
+
}
|
|
15627
17168
|
/*# sourceMappingURL=oe-bcl-joinup.css.map */
|