@pmidc/upyog-css 1.0.1 → 1.0.2
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/dist/index.css +351 -249
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +109 -109
- package/src/components/CitizenHomeCard.scss +57 -57
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +31 -31
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +55 -55
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +96 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +146 -146
- package/src/components/buttons.scss +49 -49
- package/src/components/card.scss +411 -411
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +76 -76
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -115
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +308 -308
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +201 -201
- package/src/components/staticDynamicMessages.scss +106 -106
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +178 -178
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +111 -111
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +147 -147
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +807 -806
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +163 -163
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/container.scss +19 -19
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +151 -151
- package/src/pages/employee/dss.scss +249 -249
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +83 -0
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +741 -741
- package/src/pages/employee/index.scss +637 -637
- package/src/pages/employee/landing.scss +178 -178
- package/src/pages/employee/login.scss +570 -570
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +303 -303
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
package/dist/index.css
CHANGED
|
@@ -887,21 +887,21 @@ img, video {
|
|
|
887
887
|
font-size: 24px;
|
|
888
888
|
line-height: 32px;
|
|
889
889
|
--text-opacity:1;
|
|
890
|
-
color: #
|
|
891
|
-
color: rgba(
|
|
890
|
+
color: #0d43a7;
|
|
891
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
892
892
|
font-weight: 700;
|
|
893
893
|
margin-bottom: 16px;
|
|
894
894
|
margin-left: 16px; }
|
|
895
895
|
|
|
896
896
|
.link-label {
|
|
897
|
-
color: #
|
|
898
|
-
color: rgba(
|
|
897
|
+
color: #2947a3;
|
|
898
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
899
899
|
margin-bottom: 16px;
|
|
900
900
|
margin-left: 16px;
|
|
901
901
|
cursor: pointer; }
|
|
902
902
|
.link-label:hover {
|
|
903
|
-
color: #
|
|
904
|
-
color: rgba(
|
|
903
|
+
color: #2947a3;
|
|
904
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
905
905
|
|
|
906
906
|
.back-btn, .link-label {
|
|
907
907
|
display: block;
|
|
@@ -915,13 +915,13 @@ img, video {
|
|
|
915
915
|
width: -moz-fit-content;
|
|
916
916
|
width: fit-content;
|
|
917
917
|
--border-opacity:1;
|
|
918
|
-
border-color: #
|
|
918
|
+
border-color: #0d43a7;
|
|
919
919
|
border-bottom: 1px;
|
|
920
|
-
border-color: rgba(
|
|
920
|
+
border-color: rgba(13, 67, 167, var(--border-opacity));
|
|
921
921
|
border-style: solid;
|
|
922
922
|
font-family: Roboto Condensed,sans-serif;
|
|
923
|
-
color: #
|
|
924
|
-
color: rgba(
|
|
923
|
+
color: #0d43a7;
|
|
924
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
925
925
|
margin-left: 8px;
|
|
926
926
|
margin-top: 16px; }
|
|
927
927
|
.back-btn label {
|
|
@@ -960,14 +960,14 @@ img, video {
|
|
|
960
960
|
display: -ms-flexbox;
|
|
961
961
|
display: flex;
|
|
962
962
|
--border-opacity:1;
|
|
963
|
-
border-color: #
|
|
963
|
+
border-color: #0d43a7;
|
|
964
964
|
border-bottom: 1px;
|
|
965
|
-
border-color: rgba(
|
|
965
|
+
border-color: rgba(13, 67, 167, var(--border-opacity));
|
|
966
966
|
border-style: solid;
|
|
967
967
|
font-family: Roboto Condensed,sans-serif;
|
|
968
968
|
--text-opacity:1;
|
|
969
|
-
color: #
|
|
970
|
-
color: rgba(
|
|
969
|
+
color: #0d43a7;
|
|
970
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
971
971
|
font-size: 16px;
|
|
972
972
|
line-height: 24px;
|
|
973
973
|
margin-left: 8px;
|
|
@@ -1307,8 +1307,8 @@ img, video {
|
|
|
1307
1307
|
margin-bottom: 16px; }
|
|
1308
1308
|
.card .card-header, .card-emp .card-header, .card .card-sub-header, .card-emp .card-sub-header {
|
|
1309
1309
|
--text-opacity:1;
|
|
1310
|
-
color: #
|
|
1311
|
-
color: rgba(
|
|
1310
|
+
color: #0d43a7;
|
|
1311
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1312
1312
|
font-weight: 700;
|
|
1313
1313
|
vertical-align: middle;
|
|
1314
1314
|
text-align: left; }
|
|
@@ -1327,25 +1327,25 @@ img, video {
|
|
|
1327
1327
|
text-align: left;
|
|
1328
1328
|
margin-bottom: 24px; }
|
|
1329
1329
|
.card .card-text span, .card-emp .card-text span {
|
|
1330
|
-
color: #
|
|
1331
|
-
color: rgba(
|
|
1330
|
+
color: #0d43a7;
|
|
1331
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1332
1332
|
.card .card-text-primary, .card-emp .card-text-primary, .card span, .card-emp span {
|
|
1333
1333
|
--text-opacity:1;
|
|
1334
|
-
color: #
|
|
1335
|
-
color: rgba(
|
|
1334
|
+
color: #0d43a7;
|
|
1335
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1336
1336
|
.card .card-text-button, .card-emp .card-text-button, .card .card-text-primary, .card-emp .card-text-primary {
|
|
1337
1337
|
font-size: 16px;
|
|
1338
1338
|
line-height: 24px; }
|
|
1339
1339
|
.card .card-text-button, .card-emp .card-text-button {
|
|
1340
1340
|
--text-opacity:1;
|
|
1341
|
-
color: #
|
|
1342
|
-
color: rgba(
|
|
1341
|
+
color: #2947a3;
|
|
1342
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
1343
1343
|
.card .card-label, .card-emp .card-label {
|
|
1344
1344
|
font-size: 19px;
|
|
1345
1345
|
line-height: 23px;
|
|
1346
1346
|
--text-opacity:1;
|
|
1347
|
-
color: #
|
|
1348
|
-
color: rgba(
|
|
1347
|
+
color: #0d43a7;
|
|
1348
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1349
1349
|
margin-bottom: 8px; }
|
|
1350
1350
|
.card .card-label-error, .card-emp .card-label-error {
|
|
1351
1351
|
display: block;
|
|
@@ -1367,8 +1367,8 @@ img, video {
|
|
|
1367
1367
|
display: block;
|
|
1368
1368
|
text-align: center;
|
|
1369
1369
|
--text-opacity:1;
|
|
1370
|
-
color: #
|
|
1371
|
-
color: rgba(
|
|
1370
|
+
color: #2947a3;
|
|
1371
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
1372
1372
|
margin-top: 16px;
|
|
1373
1373
|
cursor: pointer; }
|
|
1374
1374
|
|
|
@@ -1395,9 +1395,9 @@ img, video {
|
|
|
1395
1395
|
--bg-opacity:1;
|
|
1396
1396
|
background-color: #fff;
|
|
1397
1397
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
1398
|
-
padding:
|
|
1398
|
+
padding: 48px;
|
|
1399
1399
|
margin-bottom: 64px;
|
|
1400
|
-
border-radius:
|
|
1400
|
+
border-radius: 24px; }
|
|
1401
1401
|
.employeeCard .card-header {
|
|
1402
1402
|
font-size: 32px;
|
|
1403
1403
|
line-height: 40px;
|
|
@@ -1405,8 +1405,8 @@ img, video {
|
|
|
1405
1405
|
margin-bottom: 16px; }
|
|
1406
1406
|
.employeeCard .card-header, .employeeCard .card-sub-header, .employeeCard .employee-card-sub-header {
|
|
1407
1407
|
--text-opacity:1;
|
|
1408
|
-
color: #
|
|
1409
|
-
color: rgba(
|
|
1408
|
+
color: #0d43a7;
|
|
1409
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1410
1410
|
font-weight: 700;
|
|
1411
1411
|
vertical-align: middle;
|
|
1412
1412
|
text-align: left; }
|
|
@@ -1416,11 +1416,11 @@ img, video {
|
|
|
1416
1416
|
.employeeCard .card-section-header {
|
|
1417
1417
|
font-size: 18px;
|
|
1418
1418
|
line-height: 28px;
|
|
1419
|
-
font-weight:
|
|
1419
|
+
font-weight: 500; }
|
|
1420
1420
|
.employeeCard .card-section-header, .employeeCard .card-section-sub-text {
|
|
1421
1421
|
--text-opacity:1;
|
|
1422
|
-
color: #
|
|
1423
|
-
color: rgba(
|
|
1422
|
+
color: #0d43a7;
|
|
1423
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1424
1424
|
.employeeCard .card-section-sub-text {
|
|
1425
1425
|
font-size: 14px;
|
|
1426
1426
|
line-height: 16px; }
|
|
@@ -1439,24 +1439,24 @@ img, video {
|
|
|
1439
1439
|
text-align: left;
|
|
1440
1440
|
margin-bottom: 24px; }
|
|
1441
1441
|
.employeeCard .card-text span {
|
|
1442
|
-
color: #
|
|
1443
|
-
color: rgba(
|
|
1442
|
+
color: #0d43a7;
|
|
1443
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1444
1444
|
.employeeCard .card-text-primary, .employeeCard span {
|
|
1445
1445
|
--text-opacity:1;
|
|
1446
|
-
color: #
|
|
1447
|
-
color: rgba(
|
|
1446
|
+
color: #0d43a7;
|
|
1447
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1448
1448
|
.employeeCard .card-text-button, .employeeCard .card-text-primary {
|
|
1449
1449
|
font-size: 16px;
|
|
1450
1450
|
line-height: 24px; }
|
|
1451
1451
|
.employeeCard .card-text-button {
|
|
1452
1452
|
--text-opacity:1;
|
|
1453
|
-
color: #
|
|
1454
|
-
color: rgba(
|
|
1453
|
+
color: #2947a3;
|
|
1454
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
1455
1455
|
.employeeCard .card-label {
|
|
1456
1456
|
font-size: 19px;
|
|
1457
1457
|
line-height: 23px;
|
|
1458
|
-
color: #
|
|
1459
|
-
color: rgba(
|
|
1458
|
+
color: #0d43a7;
|
|
1459
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1460
1460
|
.employeeCard .card-label, .employeeCard .card-label-error {
|
|
1461
1461
|
--text-opacity:1;
|
|
1462
1462
|
margin-bottom: 16px; }
|
|
@@ -1525,8 +1525,8 @@ img, video {
|
|
|
1525
1525
|
.submit-bar, .submit-bar-disabled {
|
|
1526
1526
|
height: 2.5rem;
|
|
1527
1527
|
--bg-opacity:1;
|
|
1528
|
-
background-color: #
|
|
1529
|
-
background-color: rgba(
|
|
1528
|
+
background-color: #2947a3;
|
|
1529
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
1530
1530
|
text-align: center;
|
|
1531
1531
|
width: 100%;
|
|
1532
1532
|
outline: 2px solid transparent;
|
|
@@ -1596,8 +1596,8 @@ img, video {
|
|
|
1596
1596
|
font-weight: 500; }
|
|
1597
1597
|
.employeeCard .card-section-sub-text {
|
|
1598
1598
|
--text-opacity:1;
|
|
1599
|
-
color: #
|
|
1600
|
-
color: rgba(
|
|
1599
|
+
color: #0d43a7;
|
|
1600
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1601
1601
|
font-size: 16px;
|
|
1602
1602
|
line-height: 24px; }
|
|
1603
1603
|
.employeeCard .card-search-heading {
|
|
@@ -1655,8 +1655,8 @@ img, video {
|
|
|
1655
1655
|
|
|
1656
1656
|
.card-section-header {
|
|
1657
1657
|
--text-opacity:1;
|
|
1658
|
-
color: #
|
|
1659
|
-
color: rgba(
|
|
1658
|
+
color: #0d43a7;
|
|
1659
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1660
1660
|
font-size: 18px;
|
|
1661
1661
|
line-height: 28px;
|
|
1662
1662
|
font-weight: 700; }
|
|
@@ -1738,7 +1738,7 @@ img, video {
|
|
|
1738
1738
|
width: 100% !important; }
|
|
1739
1739
|
|
|
1740
1740
|
.language-selector .submit-bar, .submit-bar-disabled {
|
|
1741
|
-
background-color: #
|
|
1741
|
+
background-color: #b2c4ef !important; }
|
|
1742
1742
|
|
|
1743
1743
|
.owner-details {
|
|
1744
1744
|
display: -webkit-box;
|
|
@@ -1761,8 +1761,8 @@ img, video {
|
|
|
1761
1761
|
.selector-button-primary {
|
|
1762
1762
|
height: 2rem;
|
|
1763
1763
|
--bg-opacity:1;
|
|
1764
|
-
background-color: #
|
|
1765
|
-
background-color: rgba(
|
|
1764
|
+
background-color: #2947a3;
|
|
1765
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
1766
1766
|
text-align: center;
|
|
1767
1767
|
--border-opacity:1;
|
|
1768
1768
|
border-color: #464646;
|
|
@@ -1809,8 +1809,8 @@ img, video {
|
|
|
1809
1809
|
font-size: 19px;
|
|
1810
1810
|
line-height: 23px;
|
|
1811
1811
|
--text-opacity:1;
|
|
1812
|
-
color: #
|
|
1813
|
-
color: rgba(
|
|
1812
|
+
color: #0d43a7;
|
|
1813
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1814
1814
|
|
|
1815
1815
|
.input-mirror-selector-button {
|
|
1816
1816
|
height: 4rem !important;
|
|
@@ -1836,14 +1836,14 @@ img, video {
|
|
|
1836
1836
|
font-size: 19px;
|
|
1837
1837
|
line-height: 23px;
|
|
1838
1838
|
--text-opacity:1;
|
|
1839
|
-
color: #
|
|
1840
|
-
color: rgba(
|
|
1839
|
+
color: #0d43a7;
|
|
1840
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1841
1841
|
|
|
1842
1842
|
.selector-button-primary-disabled {
|
|
1843
1843
|
height: 2rem;
|
|
1844
1844
|
--bg-opacity:1;
|
|
1845
|
-
background-color: #
|
|
1846
|
-
background-color: rgba(
|
|
1845
|
+
background-color: #2947a3;
|
|
1846
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
1847
1847
|
text-align: center;
|
|
1848
1848
|
--border-opacity:1;
|
|
1849
1849
|
border-color: #464646;
|
|
@@ -1885,8 +1885,8 @@ img, video {
|
|
|
1885
1885
|
position: relative; }
|
|
1886
1886
|
.radio-wrap .radio-btn-wrap:hover .radio-btn-checkmark {
|
|
1887
1887
|
--border-opacity:1;
|
|
1888
|
-
border-color: #
|
|
1889
|
-
border-color: rgba(
|
|
1888
|
+
border-color: #2947a3;
|
|
1889
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
1890
1890
|
.radio-wrap .radio-btn {
|
|
1891
1891
|
opacity: 0;
|
|
1892
1892
|
position: absolute;
|
|
@@ -1903,8 +1903,8 @@ img, video {
|
|
|
1903
1903
|
display: block; }
|
|
1904
1904
|
.radio-wrap label {
|
|
1905
1905
|
--text-opacity:1;
|
|
1906
|
-
color: #
|
|
1907
|
-
color: rgba(
|
|
1906
|
+
color: #0d43a7;
|
|
1907
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1908
1908
|
font-size: 16px;
|
|
1909
1909
|
line-height: 20px;
|
|
1910
1910
|
margin-left: 16px; }
|
|
@@ -1913,13 +1913,13 @@ img, video {
|
|
|
1913
1913
|
.radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark, .radio-wrap .radio-btn-wrap .checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark, .checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark {
|
|
1914
1914
|
border-width: 1px;
|
|
1915
1915
|
--border-opacity:1;
|
|
1916
|
-
border-color: #
|
|
1917
|
-
border-color: rgba(
|
|
1916
|
+
border-color: #2947a3;
|
|
1917
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
1918
1918
|
.radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after, .radio-wrap .radio-btn-wrap .checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark:after, .checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark:after {
|
|
1919
1919
|
display: block;
|
|
1920
1920
|
--bg-opacity:1;
|
|
1921
|
-
background-color: #
|
|
1922
|
-
background-color: rgba(
|
|
1921
|
+
background-color: #2947a3;
|
|
1922
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
1923
1923
|
height: 1.25rem;
|
|
1924
1924
|
width: 1.25rem;
|
|
1925
1925
|
border-radius: 9999px;
|
|
@@ -1961,8 +1961,8 @@ img, video {
|
|
|
1961
1961
|
border-color: rgba(70, 70, 70, var(--border-opacity)); }
|
|
1962
1962
|
.employee-select-wrap .select:hover {
|
|
1963
1963
|
--border-opacity:1;
|
|
1964
|
-
border: 1px solid #
|
|
1965
|
-
border-color: rgba(
|
|
1964
|
+
border: 1px solid #2947a3;
|
|
1965
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
1966
1966
|
.employee-select-wrap .select input[type=text], .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select .input-emp[type=text] {
|
|
1967
1967
|
width: calc(100% - 32px);
|
|
1968
1968
|
background-color: initial;
|
|
@@ -1976,8 +1976,8 @@ img, video {
|
|
|
1976
1976
|
padding-left: 8px; }
|
|
1977
1977
|
.employee-select-wrap .select input[type=text], .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select .input-emp[type=text], .employee-select-wrap .select p {
|
|
1978
1978
|
--text-opacity:1;
|
|
1979
|
-
color: #
|
|
1980
|
-
color: rgba(
|
|
1979
|
+
color: #0d43a7;
|
|
1980
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1981
1981
|
font-size: 16px;
|
|
1982
1982
|
line-height: 20px; }
|
|
1983
1983
|
.employee-select-wrap .select p {
|
|
@@ -1999,8 +1999,8 @@ img, video {
|
|
|
1999
1999
|
width: 100%;
|
|
2000
2000
|
height: 2.5rem;
|
|
2001
2001
|
--border-opacity:1;
|
|
2002
|
-
border: 1px solid #
|
|
2003
|
-
border-color: rgba(
|
|
2002
|
+
border: 1px solid #2947a3;
|
|
2003
|
+
border-color: rgba(41, 71, 163, var(--border-opacity));
|
|
2004
2004
|
height: 2 rem !important;
|
|
2005
2005
|
padding: 1.5rem 1rem;
|
|
2006
2006
|
border-radius: 8px;
|
|
@@ -2019,8 +2019,8 @@ img, video {
|
|
|
2019
2019
|
padding-left: 8px; }
|
|
2020
2020
|
.employee-select-wrap .select-active input[type=text], .employee-select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select-active .input-emp[type=text], .employee-select-wrap .select-active p {
|
|
2021
2021
|
--text-opacity:1;
|
|
2022
|
-
color: #
|
|
2023
|
-
color: rgba(
|
|
2022
|
+
color: #0d43a7;
|
|
2023
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2024
2024
|
font-size: 16px;
|
|
2025
2025
|
line-height: 20px; }
|
|
2026
2026
|
.employee-select-wrap .select-active p {
|
|
@@ -2056,8 +2056,8 @@ img, video {
|
|
|
2056
2056
|
height: 3rem;
|
|
2057
2057
|
padding-left: 8px;
|
|
2058
2058
|
--text-opacity:1;
|
|
2059
|
-
color: #
|
|
2060
|
-
color: rgba(
|
|
2059
|
+
color: #0d43a7;
|
|
2060
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2061
2061
|
font-size: 16px;
|
|
2062
2062
|
line-height: 20px; }
|
|
2063
2063
|
.employee-select-wrap .options-card p:hover {
|
|
@@ -2108,8 +2108,8 @@ img, video {
|
|
|
2108
2108
|
padding-left: 8px; }
|
|
2109
2109
|
.select-wrap .select input[type=text], .select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select .input-emp[type=text], .select-wrap .select p {
|
|
2110
2110
|
--text-opacity:1;
|
|
2111
|
-
color: #
|
|
2112
|
-
color: rgba(
|
|
2111
|
+
color: #0d43a7;
|
|
2112
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2113
2113
|
font-size: 16px;
|
|
2114
2114
|
line-height: 20px; }
|
|
2115
2115
|
.select-wrap .select p {
|
|
@@ -2131,8 +2131,8 @@ img, video {
|
|
|
2131
2131
|
width: 100%;
|
|
2132
2132
|
height: 2.5rem;
|
|
2133
2133
|
--border-opacity:1;
|
|
2134
|
-
border: 1px solid #
|
|
2135
|
-
border-color: rgba(
|
|
2134
|
+
border: 1px solid #2947a3;
|
|
2135
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
2136
2136
|
.select-wrap .select-active input[type=text], .select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select-active .input-emp[type=text] {
|
|
2137
2137
|
width: calc(100% - 32px);
|
|
2138
2138
|
background-color: initial;
|
|
@@ -2146,8 +2146,8 @@ img, video {
|
|
|
2146
2146
|
padding-left: 8px; }
|
|
2147
2147
|
.select-wrap .select-active input[type=text], .select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select-active .input-emp[type=text], .select-wrap .select-active p {
|
|
2148
2148
|
--text-opacity:1;
|
|
2149
|
-
color: #
|
|
2150
|
-
color: rgba(
|
|
2149
|
+
color: #0d43a7;
|
|
2150
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2151
2151
|
font-size: 16px;
|
|
2152
2152
|
line-height: 20px; }
|
|
2153
2153
|
.select-wrap .select-active p {
|
|
@@ -2179,8 +2179,8 @@ img, video {
|
|
|
2179
2179
|
height: 3rem;
|
|
2180
2180
|
padding-left: 8px;
|
|
2181
2181
|
--text-opacity:1;
|
|
2182
|
-
color: #
|
|
2183
|
-
color: rgba(
|
|
2182
|
+
color: #0d43a7;
|
|
2183
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2184
2184
|
font-size: 16px;
|
|
2185
2185
|
line-height: 20px; }
|
|
2186
2186
|
.select-wrap .options-card p:hover {
|
|
@@ -2212,8 +2212,8 @@ img, video {
|
|
|
2212
2212
|
font-size: 16px;
|
|
2213
2213
|
line-height: 20px;
|
|
2214
2214
|
--text-opacity:1;
|
|
2215
|
-
color: #
|
|
2216
|
-
color: rgba(
|
|
2215
|
+
color: #0d43a7;
|
|
2216
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
2217
2217
|
|
|
2218
2218
|
.card-input-error {
|
|
2219
2219
|
--border-opacity:1;
|
|
@@ -2238,8 +2238,8 @@ img, video {
|
|
|
2238
2238
|
font-size: 16px;
|
|
2239
2239
|
line-height: 20px;
|
|
2240
2240
|
--text-opacity:1;
|
|
2241
|
-
color: #
|
|
2242
|
-
color: rgba(
|
|
2241
|
+
color: #0d43a7;
|
|
2242
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2243
2243
|
margin-bottom: 16px !important;
|
|
2244
2244
|
height: 2rem !important;
|
|
2245
2245
|
padding: 1.5rem 1rem;
|
|
@@ -2289,8 +2289,8 @@ img, video {
|
|
|
2289
2289
|
font-size: 16px;
|
|
2290
2290
|
line-height: 20px;
|
|
2291
2291
|
--text-opacity:1;
|
|
2292
|
-
color: #
|
|
2293
|
-
color: rgba(
|
|
2292
|
+
color: #0d43a7;
|
|
2293
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
2294
2294
|
|
|
2295
2295
|
.card-textarea, .employee-card-textarea {
|
|
2296
2296
|
margin-top: 16px;
|
|
@@ -2346,8 +2346,8 @@ img, video {
|
|
|
2346
2346
|
font-size: 16px;
|
|
2347
2347
|
line-height: 20px;
|
|
2348
2348
|
--text-opacity:1;
|
|
2349
|
-
color: #
|
|
2350
|
-
color: rgba(
|
|
2349
|
+
color: #0d43a7;
|
|
2350
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2351
2351
|
height: 2rem !important;
|
|
2352
2352
|
margin-bottom: 16px !important;
|
|
2353
2353
|
line-height: 2rem !important; }
|
|
@@ -2369,8 +2369,8 @@ img, video {
|
|
|
2369
2369
|
.emp-success-wrap, .success-wrap {
|
|
2370
2370
|
display: block;
|
|
2371
2371
|
--bg-opacity:1;
|
|
2372
|
-
background-color: #
|
|
2373
|
-
background-color: rgba(
|
|
2372
|
+
background-color: #05a660;
|
|
2373
|
+
background-color: rgba(5, 166, 96, var(--bg-opacity));
|
|
2374
2374
|
width: 100%;
|
|
2375
2375
|
text-align: center;
|
|
2376
2376
|
--text-opacity:1;
|
|
@@ -2538,8 +2538,8 @@ img, video {
|
|
|
2538
2538
|
width: 20px; }
|
|
2539
2539
|
.date-wrap p {
|
|
2540
2540
|
--text-opacity:1;
|
|
2541
|
-
color: #
|
|
2542
|
-
color: rgba(
|
|
2541
|
+
color: #0d43a7;
|
|
2542
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2543
2543
|
font-size: 16px;
|
|
2544
2544
|
line-height: 24px;
|
|
2545
2545
|
padding-left: 8px; }
|
|
@@ -2551,8 +2551,8 @@ img, video {
|
|
|
2551
2551
|
|
|
2552
2552
|
.data-table {
|
|
2553
2553
|
--text-opacity:1;
|
|
2554
|
-
color: #
|
|
2555
|
-
color: rgba(
|
|
2554
|
+
color: #0d43a7;
|
|
2555
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
2556
2556
|
.data-table .row {
|
|
2557
2557
|
display: -webkit-box;
|
|
2558
2558
|
display: -ms-flexbox;
|
|
@@ -2638,13 +2638,13 @@ img, video {
|
|
|
2638
2638
|
height: 24px;
|
|
2639
2639
|
border-radius: 50%;
|
|
2640
2640
|
--border-opacity:1;
|
|
2641
|
-
border-color: #
|
|
2641
|
+
border-color: #2947a3;
|
|
2642
2642
|
border-bottom: 1px;
|
|
2643
|
-
border-color: rgba(
|
|
2643
|
+
border-color: rgba(41, 71, 163, var(--border-opacity));
|
|
2644
2644
|
border-style: solid;
|
|
2645
2645
|
--bg-opacity:1;
|
|
2646
|
-
background-color: #
|
|
2647
|
-
background-color: rgba(
|
|
2646
|
+
background-color: #2947a3;
|
|
2647
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity)); }
|
|
2648
2648
|
.checkpoint-done header {
|
|
2649
2649
|
margin-left: 16px; }
|
|
2650
2650
|
.checkpoint-done header p {
|
|
@@ -2701,8 +2701,8 @@ img, video {
|
|
|
2701
2701
|
padding: 8px;
|
|
2702
2702
|
margin-top: 8px; }
|
|
2703
2703
|
.checkpoint-comments-wrap h4 {
|
|
2704
|
-
color: #
|
|
2705
|
-
color: rgba(
|
|
2704
|
+
color: #0d43a7;
|
|
2705
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
2706
2706
|
.checkpoint-comments-wrap h4, .checkpoint-comments-wrap p {
|
|
2707
2707
|
--text-opacity:1;
|
|
2708
2708
|
font-size: 16px;
|
|
@@ -2749,8 +2749,8 @@ img, video {
|
|
|
2749
2749
|
.checkbox-wrap input:checked ~ .custom-checkbox, .checkbox-wrap .input-emp:checked ~ .custom-checkbox, .checkbox-wrap input:checked ~ .custom-checkbox-emp, .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap input:hover ~ .custom-checkbox, .checkbox-wrap .input-emp:hover ~ .custom-checkbox, .checkbox-wrap input:hover ~ .custom-checkbox-emp, .checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp {
|
|
2750
2750
|
border-width: 1px;
|
|
2751
2751
|
--border-opacity:1;
|
|
2752
|
-
border-color: #
|
|
2753
|
-
border-color: rgba(
|
|
2752
|
+
border-color: #2947a3;
|
|
2753
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
2754
2754
|
.checkbox-wrap input:checked ~ .custom-checkbox img, .checkbox-wrap .input-emp:checked ~ .custom-checkbox img, .checkbox-wrap input:checked ~ .custom-checkbox-emp img, .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp img, .checkbox-wrap input:checked ~ .custom-checkbox svg, .checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .checkbox-wrap input:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg {
|
|
2755
2755
|
opacity: 1; }
|
|
2756
2756
|
.checkbox-wrap .label {
|
|
@@ -2758,8 +2758,8 @@ img, video {
|
|
|
2758
2758
|
font-size: 16px;
|
|
2759
2759
|
line-height: 20px;
|
|
2760
2760
|
--text-opacity:1;
|
|
2761
|
-
color: #
|
|
2762
|
-
color: rgba(
|
|
2761
|
+
color: #0d43a7;
|
|
2762
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2763
2763
|
position: relative;
|
|
2764
2764
|
top: 10px; }
|
|
2765
2765
|
|
|
@@ -2794,8 +2794,8 @@ img, video {
|
|
|
2794
2794
|
font-size: 16px;
|
|
2795
2795
|
line-height: 20px;
|
|
2796
2796
|
--text-opacity:1;
|
|
2797
|
-
color: #
|
|
2798
|
-
color: rgba(
|
|
2797
|
+
color: #0d43a7;
|
|
2798
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2799
2799
|
margin-right: 8px;
|
|
2800
2800
|
margin-bottom: 8px;
|
|
2801
2801
|
text-align: center; }
|
|
@@ -2837,8 +2837,8 @@ img, video {
|
|
|
2837
2837
|
font-size: 16px !important;
|
|
2838
2838
|
line-height: 20px !important;
|
|
2839
2839
|
--text-opacity:1!important;
|
|
2840
|
-
color: #
|
|
2841
|
-
color: rgba(
|
|
2840
|
+
color: #0d43a7 !important;
|
|
2841
|
+
color: rgba(13, 67, 167, var(--text-opacity)) !important;
|
|
2842
2842
|
height: 2.5rem !important;
|
|
2843
2843
|
width: 100% !important; }
|
|
2844
2844
|
|
|
@@ -2935,8 +2935,8 @@ img, video {
|
|
|
2935
2935
|
margin-bottom: 4px;
|
|
2936
2936
|
font-weight: 700; }
|
|
2937
2937
|
.key-note-pair h3, .key-note-pair p {
|
|
2938
|
-
color: #
|
|
2939
|
-
color: rgba(
|
|
2938
|
+
color: #0d43a7;
|
|
2939
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
2940
2940
|
.key-note-pair .caption, .key-note-pair h3, .key-note-pair p {
|
|
2941
2941
|
--text-opacity:1;
|
|
2942
2942
|
font-size: 16px;
|
|
@@ -2975,17 +2975,17 @@ img, video {
|
|
|
2975
2975
|
cursor: pointer; }
|
|
2976
2976
|
.status-highlight.success {
|
|
2977
2977
|
--bg-opacity:1;
|
|
2978
|
-
background-color: #
|
|
2979
|
-
background-color: rgba(
|
|
2978
|
+
background-color: #05a660;
|
|
2979
|
+
background-color: rgba(5, 166, 96, var(--bg-opacity)); }
|
|
2980
2980
|
.status-highlight.success p {
|
|
2981
2981
|
--text-opacity:1;
|
|
2982
|
-
color: #
|
|
2983
|
-
color: rgba(
|
|
2982
|
+
color: #05a660;
|
|
2983
|
+
color: rgba(5, 166, 96, var(--text-opacity)); }
|
|
2984
2984
|
|
|
2985
2985
|
.image-viewer-wrap {
|
|
2986
2986
|
--bg-opacity:1;
|
|
2987
|
-
background-color: #
|
|
2988
|
-
background-color: rgba(
|
|
2987
|
+
background-color: #0d43a7;
|
|
2988
|
+
background-color: rgba(13, 67, 167, var(--bg-opacity));
|
|
2989
2989
|
padding: 16px;
|
|
2990
2990
|
top: 0;
|
|
2991
2991
|
left: 0;
|
|
@@ -3016,8 +3016,8 @@ img, video {
|
|
|
3016
3016
|
height: 100%;
|
|
3017
3017
|
z-index: 20;
|
|
3018
3018
|
--bg-opacity:1;
|
|
3019
|
-
background-color: #
|
|
3020
|
-
background-color: rgba(
|
|
3019
|
+
background-color: #0d43a7;
|
|
3020
|
+
background-color: rgba(13, 67, 167, var(--bg-opacity));
|
|
3021
3021
|
padding: 16px; }
|
|
3022
3022
|
.image-viewer-wrap svg {
|
|
3023
3023
|
top: 90px;
|
|
@@ -3069,8 +3069,8 @@ img, video {
|
|
|
3069
3069
|
font-size: 16px;
|
|
3070
3070
|
line-height: 24px;
|
|
3071
3071
|
--text-opacity:1;
|
|
3072
|
-
color: #
|
|
3073
|
-
color: rgba(
|
|
3072
|
+
color: #0d43a7;
|
|
3073
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
3074
3074
|
.action-bar-wrap .menu-wrap div:hover {
|
|
3075
3075
|
--bg-opacity:1;
|
|
3076
3076
|
background-color: #eee;
|
|
@@ -3118,8 +3118,8 @@ img, video {
|
|
|
3118
3118
|
font-size: 16px;
|
|
3119
3119
|
line-height: 24px;
|
|
3120
3120
|
--text-opacity:1;
|
|
3121
|
-
color: #
|
|
3122
|
-
color: rgba(
|
|
3121
|
+
color: #0d43a7;
|
|
3122
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
3123
3123
|
.action-bar-wrap .menu-wrap div:hover {
|
|
3124
3124
|
--bg-opacity:1;
|
|
3125
3125
|
background-color: #eee;
|
|
@@ -3150,8 +3150,8 @@ img, video {
|
|
|
3150
3150
|
font-size: 16px;
|
|
3151
3151
|
line-height: 24px;
|
|
3152
3152
|
--text-opacity:1;
|
|
3153
|
-
color: #
|
|
3154
|
-
color: rgba(
|
|
3153
|
+
color: #0d43a7;
|
|
3154
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
3155
3155
|
.action-bar-wrap-registry .menu-wrap div:hover {
|
|
3156
3156
|
--bg-opacity:1;
|
|
3157
3157
|
background-color: #eee;
|
|
@@ -3488,8 +3488,8 @@ img, video {
|
|
|
3488
3488
|
display: -ms-flexbox;
|
|
3489
3489
|
display: flex;
|
|
3490
3490
|
--bg-opacity:1;
|
|
3491
|
-
background-color: #
|
|
3492
|
-
background-color: rgba(
|
|
3491
|
+
background-color: #05a660;
|
|
3492
|
+
background-color: rgba(5, 166, 96, var(--bg-opacity));
|
|
3493
3493
|
line-height: 1.75rem;
|
|
3494
3494
|
z-index: 20;
|
|
3495
3495
|
-webkit-box-align: center;
|
|
@@ -3542,8 +3542,8 @@ img, video {
|
|
|
3542
3542
|
font-size: 16px;
|
|
3543
3543
|
line-height: 24px;
|
|
3544
3544
|
--text-opacity:1;
|
|
3545
|
-
color: #
|
|
3546
|
-
color: rgba(
|
|
3545
|
+
color: #0d43a7;
|
|
3546
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
3547
3547
|
margin-bottom: 16px; }
|
|
3548
3548
|
.details-container .detail .name {
|
|
3549
3549
|
padding-top: 16px; }
|
|
@@ -3558,8 +3558,8 @@ img, video {
|
|
|
3558
3558
|
.telephone img, .telephone svg {
|
|
3559
3559
|
height: 22px;
|
|
3560
3560
|
width: 20px;
|
|
3561
|
-
color: #
|
|
3562
|
-
color: rgba(
|
|
3561
|
+
color: #2947a3;
|
|
3562
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
3563
3563
|
margin-left: 8px;
|
|
3564
3564
|
-webkit-box-align: center;
|
|
3565
3565
|
-ms-flex-align: center;
|
|
@@ -3567,8 +3567,8 @@ img, video {
|
|
|
3567
3567
|
.telephone img, .telephone p, .telephone svg {
|
|
3568
3568
|
--text-opacity:1; }
|
|
3569
3569
|
.telephone p {
|
|
3570
|
-
color: #
|
|
3571
|
-
color: rgba(
|
|
3570
|
+
color: #0d43a7;
|
|
3571
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
3572
3572
|
font-size: 16px;
|
|
3573
3573
|
line-height: 24px;
|
|
3574
3574
|
padding-left: 8px; }
|
|
@@ -3587,8 +3587,8 @@ img, video {
|
|
|
3587
3587
|
|
|
3588
3588
|
.action-link {
|
|
3589
3589
|
--text-opacity:1!important;
|
|
3590
|
-
color: #
|
|
3591
|
-
color: rgba(
|
|
3590
|
+
color: #2947a3 !important;
|
|
3591
|
+
color: rgba(41, 71, 163, var(--text-opacity)) !important;
|
|
3592
3592
|
font-size: 16px !important;
|
|
3593
3593
|
line-height: 24px !important;
|
|
3594
3594
|
margin-right: 24px !important; }
|
|
@@ -3611,8 +3611,8 @@ img, video {
|
|
|
3611
3611
|
padding-left: 8px; }
|
|
3612
3612
|
.sect-dropdown-wrap .sect-dropdown-input-wrap input[type=text], .sect-dropdown-wrap .sect-dropdown-input-wrap .checkbox-wrap .input-emp[type=text], .checkbox-wrap .sect-dropdown-wrap .sect-dropdown-input-wrap .input-emp[type=text], .sect-dropdown-wrap .sect-dropdown-input-wrap p {
|
|
3613
3613
|
--text-opacity:1;
|
|
3614
|
-
color: #
|
|
3615
|
-
color: rgba(
|
|
3614
|
+
color: #0d43a7;
|
|
3615
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
3616
3616
|
font-size: 16px;
|
|
3617
3617
|
line-height: 20px; }
|
|
3618
3618
|
.sect-dropdown-wrap .sect-dropdown-input-wrap p {
|
|
@@ -3639,8 +3639,8 @@ img, video {
|
|
|
3639
3639
|
.sect-dropdown-wrap .sect-dropdown-card h1 {
|
|
3640
3640
|
padding-left: 8px;
|
|
3641
3641
|
padding-top: 16px;
|
|
3642
|
-
color: #
|
|
3643
|
-
color: rgba(
|
|
3642
|
+
color: #0d43a7;
|
|
3643
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
3644
3644
|
.sect-dropdown-wrap .sect-dropdown-card h1, .sect-dropdown-wrap .sect-dropdown-card p {
|
|
3645
3645
|
--text-opacity:1;
|
|
3646
3646
|
font-size: 16px;
|
|
@@ -3669,8 +3669,8 @@ img, video {
|
|
|
3669
3669
|
font-size: 19px;
|
|
3670
3670
|
line-height: 23px;
|
|
3671
3671
|
--text-opacity:1;
|
|
3672
|
-
color: #
|
|
3673
|
-
color: rgba(
|
|
3672
|
+
color: #0d43a7;
|
|
3673
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
3674
3674
|
margin-bottom: 16px; }
|
|
3675
3675
|
|
|
3676
3676
|
.searchBox {
|
|
@@ -3691,8 +3691,8 @@ img, video {
|
|
|
3691
3691
|
-ms-flex-direction: row;
|
|
3692
3692
|
flex-direction: row;
|
|
3693
3693
|
--text-opacity:1;
|
|
3694
|
-
color: #
|
|
3695
|
-
color: rgba(
|
|
3694
|
+
color: #1359c8;
|
|
3695
|
+
color: rgba(19, 89, 200, var(--text-opacity)); }
|
|
3696
3696
|
.searchBox .searchAction .searchText {
|
|
3697
3697
|
margin-left: 8px; }
|
|
3698
3698
|
|
|
@@ -3904,8 +3904,8 @@ video::-webkit-media-controls-panel {
|
|
|
3904
3904
|
.customBtn, .customBtn-selected {
|
|
3905
3905
|
background-color: #fff;
|
|
3906
3906
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3907
|
-
color: #
|
|
3908
|
-
color: rgba(
|
|
3907
|
+
color: #0d43a7;
|
|
3908
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
3909
3909
|
-webkit-box-sizing: border-box;
|
|
3910
3910
|
box-sizing: border-box;
|
|
3911
3911
|
display: inline-block;
|
|
@@ -3914,8 +3914,8 @@ video::-webkit-media-controls-panel {
|
|
|
3914
3914
|
padding-left: 8px;
|
|
3915
3915
|
padding-right: 8px;
|
|
3916
3916
|
--border-opacity:1;
|
|
3917
|
-
border: 1px solid #
|
|
3918
|
-
border-color: rgba(
|
|
3917
|
+
border: 1px solid #2947a3;
|
|
3918
|
+
border-color: rgba(41, 71, 163, var(--border-opacity));
|
|
3919
3919
|
margin: 0 4.65% 0 0;
|
|
3920
3920
|
height: 30px;
|
|
3921
3921
|
line-height: 30px;
|
|
@@ -3927,8 +3927,8 @@ video::-webkit-media-controls-panel {
|
|
|
3927
3927
|
--text-opacity:1; }
|
|
3928
3928
|
|
|
3929
3929
|
.customBtn-selected {
|
|
3930
|
-
background-color: #
|
|
3931
|
-
background-color: rgba(
|
|
3930
|
+
background-color: #2947a3;
|
|
3931
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
3932
3932
|
color: #fff;
|
|
3933
3933
|
color: rgba(255, 255, 255, var(--text-opacity));
|
|
3934
3934
|
font-weight: 500;
|
|
@@ -4041,8 +4041,8 @@ video::-webkit-media-controls-panel {
|
|
|
4041
4041
|
border-color: rgba(70, 70, 70, var(--border-opacity)); }
|
|
4042
4042
|
.filters-wrapper .switch-wrapper label:hover {
|
|
4043
4043
|
--border-opacity:1;
|
|
4044
|
-
border: 1px solid #
|
|
4045
|
-
border-color: rgba(
|
|
4044
|
+
border: 1px solid #2947a3;
|
|
4045
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
4046
4046
|
|
|
4047
4047
|
.pickerShadow {
|
|
4048
4048
|
-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
@@ -4402,14 +4402,14 @@ video::-webkit-media-controls-panel {
|
|
|
4402
4402
|
top: unset;
|
|
4403
4403
|
position: relative !important;
|
|
4404
4404
|
--text-opacity:1!important;
|
|
4405
|
-
color: #
|
|
4406
|
-
color: rgba(
|
|
4405
|
+
color: #0d43a7 !important;
|
|
4406
|
+
color: rgba(13, 67, 167, var(--text-opacity)) !important; }
|
|
4407
4407
|
.multilink-block-wrapper .multilink-labelWrap svg {
|
|
4408
4408
|
fill: #505a5f; }
|
|
4409
4409
|
.multilink-block-wrapper .multilink-labelWrap span {
|
|
4410
4410
|
--text-opacity:1!important;
|
|
4411
|
-
color: #
|
|
4412
|
-
color: rgba(
|
|
4411
|
+
color: #0d43a7 !important;
|
|
4412
|
+
color: rgba(13, 67, 167, var(--text-opacity)) !important; }
|
|
4413
4413
|
.multilink-block-wrapper .multilink-optionWrap {
|
|
4414
4414
|
top: 8px;
|
|
4415
4415
|
right: -50%;
|
|
@@ -4494,8 +4494,8 @@ video::-webkit-media-controls-panel {
|
|
|
4494
4494
|
font-size: 16px;
|
|
4495
4495
|
line-height: 20px;
|
|
4496
4496
|
--text-opacity:1;
|
|
4497
|
-
color: #
|
|
4498
|
-
color: rgba(
|
|
4497
|
+
color: #0d43a7;
|
|
4498
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
4499
4499
|
width: 100%; }
|
|
4500
4500
|
.multi-select-dropdown-wrap .master, .multi-select-dropdown-wrap .master-active {
|
|
4501
4501
|
position: relative;
|
|
@@ -4530,13 +4530,13 @@ video::-webkit-media-controls-panel {
|
|
|
4530
4530
|
width: 1.5rem; }
|
|
4531
4531
|
.multi-select-dropdown-wrap .master:hover, .multi-select-dropdown-wrap .master-active:hover {
|
|
4532
4532
|
--border-opacity:1;
|
|
4533
|
-
border: 1px solid #
|
|
4534
|
-
border-color: rgba(
|
|
4533
|
+
border: 1px solid #2947a3;
|
|
4534
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
4535
4535
|
.multi-select-dropdown-wrap .master-active {
|
|
4536
4536
|
border-width: 1px;
|
|
4537
4537
|
--border-opacity:1;
|
|
4538
|
-
border-color: #
|
|
4539
|
-
border-color: rgba(
|
|
4538
|
+
border-color: #2947a3;
|
|
4539
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
4540
4540
|
.multi-select-dropdown-wrap .master-active input[type=text], .multi-select-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .multi-select-dropdown-wrap .master-active .input-emp[type=text] {
|
|
4541
4541
|
opacity: 1; }
|
|
4542
4542
|
.multi-select-dropdown-wrap .master-active .label {
|
|
@@ -4572,8 +4572,8 @@ video::-webkit-media-controls-panel {
|
|
|
4572
4572
|
font-size: 16px;
|
|
4573
4573
|
line-height: 20px;
|
|
4574
4574
|
--text-opacity:1;
|
|
4575
|
-
color: #
|
|
4576
|
-
color: rgba(
|
|
4575
|
+
color: #0d43a7;
|
|
4576
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
4577
4577
|
.multi-select-dropdown-wrap .server div .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div .custom-checkbox-emp {
|
|
4578
4578
|
height: 28px;
|
|
4579
4579
|
width: 28px;
|
|
@@ -4587,8 +4587,8 @@ video::-webkit-media-controls-panel {
|
|
|
4587
4587
|
.multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp, .multi-select-dropdown-wrap .server div input:hover ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap input:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div input:hover ~ .custom-checkbox-emp, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox-emp {
|
|
4588
4588
|
border-width: 1px;
|
|
4589
4589
|
--border-opacity:1;
|
|
4590
|
-
border-color: #
|
|
4591
|
-
border-color: rgba(
|
|
4590
|
+
border-color: #2947a3;
|
|
4591
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
4592
4592
|
.multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox svg, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox svg, .multi-select-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp svg, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp svg {
|
|
4593
4593
|
opacity: 1; }
|
|
4594
4594
|
|
|
@@ -4638,8 +4638,8 @@ video::-webkit-media-controls-panel {
|
|
|
4638
4638
|
font-size: 24px;
|
|
4639
4639
|
line-height: 32px;
|
|
4640
4640
|
--text-opacity:1;
|
|
4641
|
-
color: #
|
|
4642
|
-
color: rgba(
|
|
4641
|
+
color: #0d43a7;
|
|
4642
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
4643
4643
|
-webkit-box-pack: justify;
|
|
4644
4644
|
-ms-flex-pack: justify;
|
|
4645
4645
|
justify-content: space-between;
|
|
@@ -4651,8 +4651,8 @@ video::-webkit-media-controls-panel {
|
|
|
4651
4651
|
font-size: 16px;
|
|
4652
4652
|
line-height: 24px;
|
|
4653
4653
|
--text-opacity:1;
|
|
4654
|
-
color: #
|
|
4655
|
-
color: rgba(
|
|
4654
|
+
color: #2947a3;
|
|
4655
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
4656
4656
|
.CitizenHomeCard .links a {
|
|
4657
4657
|
display: block;
|
|
4658
4658
|
padding-bottom: 8px; }
|
|
@@ -4788,8 +4788,8 @@ video::-webkit-media-controls-panel {
|
|
|
4788
4788
|
font-size: 16px;
|
|
4789
4789
|
line-height: 24px;
|
|
4790
4790
|
--text-opacity:1;
|
|
4791
|
-
color: #
|
|
4792
|
-
color: rgba(
|
|
4791
|
+
color: #1359c8;
|
|
4792
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
4793
4793
|
width: 25%;
|
|
4794
4794
|
display: inline-block; }
|
|
4795
4795
|
.search-form-wrapper .submit {
|
|
@@ -4807,8 +4807,8 @@ video::-webkit-media-controls-panel {
|
|
|
4807
4807
|
font-size: 16px;
|
|
4808
4808
|
line-height: 24px;
|
|
4809
4809
|
--text-opacity:1;
|
|
4810
|
-
color: #
|
|
4811
|
-
color: rgba(
|
|
4810
|
+
color: #1359c8;
|
|
4811
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
4812
4812
|
width: 100%;
|
|
4813
4813
|
display: inline-block; }
|
|
4814
4814
|
.search-form-wrapper .pt-property-search {
|
|
@@ -4999,15 +4999,15 @@ video::-webkit-media-controls-panel {
|
|
|
4999
4999
|
margin-bottom: 24px; }
|
|
5000
5000
|
.CardBasedOptions .headContent h2 {
|
|
5001
5001
|
font-weight: 700;
|
|
5002
|
-
color: #
|
|
5003
|
-
color: rgba(
|
|
5002
|
+
color: #0d43a7;
|
|
5003
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
5004
5004
|
.CardBasedOptions .headContent h2, .CardBasedOptions .headContent p {
|
|
5005
5005
|
font-size: 16px;
|
|
5006
5006
|
line-height: 24px;
|
|
5007
5007
|
--text-opacity:1; }
|
|
5008
5008
|
.CardBasedOptions .headContent p {
|
|
5009
|
-
color: #
|
|
5010
|
-
color: rgba(
|
|
5009
|
+
color: #2947a3;
|
|
5010
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
5011
5011
|
font-weight: 500;
|
|
5012
5012
|
cursor: pointer; }
|
|
5013
5013
|
.CardBasedOptions .mainContent {
|
|
@@ -5091,17 +5091,17 @@ video::-webkit-media-controls-panel {
|
|
|
5091
5091
|
background-color: #fff;
|
|
5092
5092
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
5093
5093
|
--border-opacity:1;
|
|
5094
|
-
border-color: #
|
|
5094
|
+
border-color: #2947a3;
|
|
5095
5095
|
border-left: 4px;
|
|
5096
5096
|
border-style: solid;
|
|
5097
|
-
border-color: rgba(
|
|
5097
|
+
border-color: rgba(41, 71, 163, var(--border-opacity));
|
|
5098
5098
|
padding: 8px; }
|
|
5099
5099
|
.WhatsNewCard h2 {
|
|
5100
5100
|
font-size: 16px;
|
|
5101
5101
|
line-height: 24px;
|
|
5102
5102
|
--text-opacity:1;
|
|
5103
|
-
color: #
|
|
5104
|
-
color: rgba(
|
|
5103
|
+
color: #0d43a7;
|
|
5104
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
5105
5105
|
font-weight: 500;
|
|
5106
5106
|
margin-bottom: 4px; }
|
|
5107
5107
|
.WhatsNewCard p {
|
|
@@ -5114,8 +5114,8 @@ video::-webkit-media-controls-panel {
|
|
|
5114
5114
|
margin-bottom: 8px; }
|
|
5115
5115
|
.WhatsNewCard a {
|
|
5116
5116
|
display: block;
|
|
5117
|
-
color: #
|
|
5118
|
-
color: rgba(
|
|
5117
|
+
color: #2947a3;
|
|
5118
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
5119
5119
|
|
|
5120
5120
|
.SearchOnRadioButton svg {
|
|
5121
5121
|
fill: #505a5f;
|
|
@@ -5127,8 +5127,8 @@ video::-webkit-media-controls-panel {
|
|
|
5127
5127
|
|
|
5128
5128
|
.EventCalendarView .MonthViewInEventCalendar {
|
|
5129
5129
|
--bg-opacity:1;
|
|
5130
|
-
background-color: #
|
|
5131
|
-
background-color: rgba(
|
|
5130
|
+
background-color: #2947a3;
|
|
5131
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
5132
5132
|
font-size: 19px;
|
|
5133
5133
|
line-height: 23px;
|
|
5134
5134
|
--text-opacity:1;
|
|
@@ -5147,8 +5147,8 @@ video::-webkit-media-controls-panel {
|
|
|
5147
5147
|
line-height: 32px;
|
|
5148
5148
|
font-weight: 700;
|
|
5149
5149
|
--text-opacity:1;
|
|
5150
|
-
color: #
|
|
5151
|
-
color: rgba(
|
|
5150
|
+
color: #2947a3;
|
|
5151
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
5152
5152
|
text-align: center;
|
|
5153
5153
|
padding-top: 16px;
|
|
5154
5154
|
padding-bottom: 16px; }
|
|
@@ -5178,8 +5178,8 @@ video::-webkit-media-controls-panel {
|
|
|
5178
5178
|
font-weight: 700;
|
|
5179
5179
|
margin-bottom: 16px;
|
|
5180
5180
|
--text-opacity:1;
|
|
5181
|
-
color: #
|
|
5182
|
-
color: rgba(
|
|
5181
|
+
color: #0d43a7;
|
|
5182
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
5183
5183
|
.OnGroundEventCard .EventDetails .EventLocation {
|
|
5184
5184
|
margin-bottom: 16px; }
|
|
5185
5185
|
.OnGroundEventCard .EventDetails .EventLocation svg {
|
|
@@ -5189,8 +5189,8 @@ video::-webkit-media-controls-panel {
|
|
|
5189
5189
|
font-size: 14px;
|
|
5190
5190
|
line-height: 16px;
|
|
5191
5191
|
--text-opacity:1;
|
|
5192
|
-
color: #
|
|
5193
|
-
color: rgba(
|
|
5192
|
+
color: #0d43a7;
|
|
5193
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
5194
5194
|
margin-left: 8px; }
|
|
5195
5195
|
.OnGroundEventCard .EventDetails .EventLocation, .OnGroundEventCard .EventDetails .EventTime {
|
|
5196
5196
|
display: -webkit-box;
|
|
@@ -5203,15 +5203,15 @@ video::-webkit-media-controls-panel {
|
|
|
5203
5203
|
font-size: 14px;
|
|
5204
5204
|
line-height: 16px;
|
|
5205
5205
|
--text-opacity:1;
|
|
5206
|
-
color: #
|
|
5207
|
-
color: rgba(
|
|
5206
|
+
color: #0d43a7;
|
|
5207
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
5208
5208
|
margin-left: 8px; }
|
|
5209
5209
|
.OnGroundEventCard .EventDetails .EventCategory p {
|
|
5210
5210
|
font-size: 14px;
|
|
5211
5211
|
line-height: 16px;
|
|
5212
5212
|
--text-opacity:1;
|
|
5213
|
-
color: #
|
|
5214
|
-
color: rgba(
|
|
5213
|
+
color: #0d43a7;
|
|
5214
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
5215
5215
|
|
|
5216
5216
|
@media (min-width: 780px) {
|
|
5217
5217
|
.OnGroundEventCard .EventDetails .EventLocation p {
|
|
@@ -5250,8 +5250,8 @@ video::-webkit-media-controls-panel {
|
|
|
5250
5250
|
.popupModalHeading .popupResetFormButton {
|
|
5251
5251
|
padding: 8px;
|
|
5252
5252
|
--border-opacity:1;
|
|
5253
|
-
border: 1px solid #
|
|
5254
|
-
border-color: rgba(
|
|
5253
|
+
border: 1px solid #0d43a7;
|
|
5254
|
+
border-color: rgba(13, 67, 167, var(--border-opacity));
|
|
5255
5255
|
--border-opacity:0.25;
|
|
5256
5256
|
-ms-flex-item-align: center;
|
|
5257
5257
|
align-self: center; }
|
|
@@ -5370,7 +5370,7 @@ video::-webkit-media-controls-panel {
|
|
|
5370
5370
|
text-align: right; }
|
|
5371
5371
|
.search-form-wns-inbox .clear-search-container .clear-search {
|
|
5372
5372
|
width: 100%;
|
|
5373
|
-
color: #
|
|
5373
|
+
color: #2947a3 !important; }
|
|
5374
5374
|
.search-form-wns-inbox button {
|
|
5375
5375
|
width: 100%; }
|
|
5376
5376
|
.search-form-wns-inbox .filter-form {
|
|
@@ -5822,7 +5822,7 @@ video::-webkit-media-controls-panel {
|
|
|
5822
5822
|
font-size: 16px !important;
|
|
5823
5823
|
line-height: 21.7px !important;
|
|
5824
5824
|
color: #232323;
|
|
5825
|
-
font-family:
|
|
5825
|
+
font-family: Noto Sans; }
|
|
5826
5826
|
|
|
5827
5827
|
@media screen and (max-width: 768px) {
|
|
5828
5828
|
.employeeChangePassword .employeeCard .card-text {
|
|
@@ -6588,8 +6588,8 @@ video::-webkit-media-controls-panel {
|
|
|
6588
6588
|
|
|
6589
6589
|
.link {
|
|
6590
6590
|
--text-opacity:1;
|
|
6591
|
-
color: #
|
|
6592
|
-
color: rgba(
|
|
6591
|
+
color: #2947a3;
|
|
6592
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
6593
6593
|
cursor: pointer; }
|
|
6594
6594
|
.link :hover {
|
|
6595
6595
|
--text-opacity:1;
|
|
@@ -6884,8 +6884,8 @@ video::-webkit-media-controls-panel {
|
|
|
6884
6884
|
.heading-m {
|
|
6885
6885
|
font-weight: 700;
|
|
6886
6886
|
--text-opacity:1;
|
|
6887
|
-
color: #
|
|
6888
|
-
color: rgba(
|
|
6887
|
+
color: #0d43a7;
|
|
6888
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
6889
6889
|
font-size: 18px;
|
|
6890
6890
|
line-height: 28px;
|
|
6891
6891
|
margin-left: 16px;
|
|
@@ -7002,8 +7002,8 @@ video::-webkit-media-controls-panel {
|
|
|
7002
7002
|
width: 56px;
|
|
7003
7003
|
height: 56px;
|
|
7004
7004
|
--bg-opacity:1;
|
|
7005
|
-
background-color: #
|
|
7006
|
-
background-color: rgba(
|
|
7005
|
+
background-color: #1359c8;
|
|
7006
|
+
background-color: rgba(19, 89, 200, var(--bg-opacity));
|
|
7007
7007
|
padding: 12px;
|
|
7008
7008
|
border-radius: 4px; }
|
|
7009
7009
|
.complaint-links-container .header .logo svg {
|
|
@@ -7030,15 +7030,15 @@ video::-webkit-media-controls-panel {
|
|
|
7030
7030
|
.complaint-links-container .body .link {
|
|
7031
7031
|
padding: 8px;
|
|
7032
7032
|
--text-opacity:1;
|
|
7033
|
-
color: #
|
|
7034
|
-
color: rgba(
|
|
7033
|
+
color: #2947a3;
|
|
7034
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
7035
7035
|
-webkit-box-align: center;
|
|
7036
7036
|
-ms-flex-align: center;
|
|
7037
7037
|
align-items: center;
|
|
7038
7038
|
display: -webkit-box !important;
|
|
7039
7039
|
display: -ms-flexbox !important;
|
|
7040
7040
|
display: flex !important;
|
|
7041
|
-
color: #
|
|
7041
|
+
color: #2947a3 !important; }
|
|
7042
7042
|
.complaint-links-container .body .inbox-total {
|
|
7043
7043
|
padding: 4px;
|
|
7044
7044
|
display: table;
|
|
@@ -7050,11 +7050,11 @@ video::-webkit-media-controls-panel {
|
|
|
7050
7050
|
width: 2rem;
|
|
7051
7051
|
height: 2rem;
|
|
7052
7052
|
--bg-opacity:1;
|
|
7053
|
-
background-color: #
|
|
7054
|
-
background-color: rgba(
|
|
7053
|
+
background-color: #2947a3;
|
|
7054
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
7055
7055
|
border-radius: 9999px;
|
|
7056
7056
|
margin-left: 4px;
|
|
7057
|
-
background-color: #
|
|
7057
|
+
background-color: #1359c8 !important; }
|
|
7058
7058
|
.complaint-links-container .links-wrapper {
|
|
7059
7059
|
padding-left: 16px;
|
|
7060
7060
|
padding-top: 8px;
|
|
@@ -7085,8 +7085,8 @@ video::-webkit-media-controls-panel {
|
|
|
7085
7085
|
|
|
7086
7086
|
.filter-button {
|
|
7087
7087
|
--text-opacity:1;
|
|
7088
|
-
color: #
|
|
7089
|
-
color: rgba(
|
|
7088
|
+
color: #2947a3;
|
|
7089
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
7090
7090
|
.filter-button:hover {
|
|
7091
7091
|
--text-opacity:1;
|
|
7092
7092
|
color: #c8602b;
|
|
@@ -7151,8 +7151,8 @@ video::-webkit-media-controls-panel {
|
|
|
7151
7151
|
font-size: 16px;
|
|
7152
7152
|
line-height: 20px;
|
|
7153
7153
|
--text-opacity:1;
|
|
7154
|
-
color: #
|
|
7155
|
-
color: rgba(
|
|
7154
|
+
color: #0d43a7;
|
|
7155
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
7156
7156
|
display: block;
|
|
7157
7157
|
margin-bottom: 16px; }
|
|
7158
7158
|
|
|
@@ -7215,8 +7215,8 @@ video::-webkit-media-controls-panel {
|
|
|
7215
7215
|
flex-direction: column; }
|
|
7216
7216
|
.inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
|
|
7217
7217
|
--text-opacity:1;
|
|
7218
|
-
color: #
|
|
7219
|
-
color: rgba(
|
|
7218
|
+
color: #1359c8;
|
|
7219
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
7220
7220
|
display: none; }
|
|
7221
7221
|
.inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
|
|
7222
7222
|
color: #003078;
|
|
@@ -7227,16 +7227,16 @@ video::-webkit-media-controls-panel {
|
|
|
7227
7227
|
|
|
7228
7228
|
.clear-search, .clear-search .link-label {
|
|
7229
7229
|
--text-opacity:1;
|
|
7230
|
-
color: #
|
|
7231
|
-
color: rgba(
|
|
7230
|
+
color: #1359c8;
|
|
7231
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
7232
7232
|
display: block;
|
|
7233
7233
|
cursor: pointer; }
|
|
7234
7234
|
.clear-search:hover, .clear-search .link-label:hover {
|
|
7235
7235
|
color: #000; }
|
|
7236
7236
|
|
|
7237
7237
|
.button-clear {
|
|
7238
|
-
color: #
|
|
7239
|
-
color: rgba(
|
|
7238
|
+
color: #1359c8;
|
|
7239
|
+
color: rgba(19, 89, 200, var(--text-opacity)); }
|
|
7240
7240
|
|
|
7241
7241
|
.button-clear, .inbox-count {
|
|
7242
7242
|
--text-opacity:1;
|
|
@@ -7248,8 +7248,8 @@ video::-webkit-media-controls-panel {
|
|
|
7248
7248
|
margin-left: 8px;
|
|
7249
7249
|
padding: 8px;
|
|
7250
7250
|
--bg-opacity:1;
|
|
7251
|
-
background-color: #
|
|
7252
|
-
background-color: rgba(
|
|
7251
|
+
background-color: #2947a3;
|
|
7252
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
7253
7253
|
border-radius: 9999px;
|
|
7254
7254
|
color: #fff;
|
|
7255
7255
|
color: rgba(255, 255, 255, var(--text-opacity));
|
|
@@ -7275,8 +7275,8 @@ video::-webkit-media-controls-panel {
|
|
|
7275
7275
|
border-color: rgba(214, 213, 212, var(--border-opacity)); }
|
|
7276
7276
|
.complaint-links-container .header .logo {
|
|
7277
7277
|
--bg-opacity:1;
|
|
7278
|
-
background-color: #
|
|
7279
|
-
background-color: rgba(
|
|
7278
|
+
background-color: #1359c8;
|
|
7279
|
+
background-color: rgba(19, 89, 200, var(--bg-opacity));
|
|
7280
7280
|
padding: 12px;
|
|
7281
7281
|
border-radius: 4px; }
|
|
7282
7282
|
.complaint-links-container .header .text {
|
|
@@ -7301,8 +7301,8 @@ video::-webkit-media-controls-panel {
|
|
|
7301
7301
|
color: #a82227 !important;
|
|
7302
7302
|
padding: 8px;
|
|
7303
7303
|
--text-opacity:1;
|
|
7304
|
-
color: #
|
|
7305
|
-
color: rgba(
|
|
7304
|
+
color: #2947a3;
|
|
7305
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
7306
7306
|
.inboxLinks {
|
|
7307
7307
|
margin: 0 !important;
|
|
7308
7308
|
padding: 0 !important; }
|
|
@@ -7316,7 +7316,7 @@ video::-webkit-media-controls-panel {
|
|
|
7316
7316
|
background-color: #fff;
|
|
7317
7317
|
background-color: rgba(255, 255, 255, var(--bg-opacity)); }
|
|
7318
7318
|
.inboxLinks .header .logo svg path {
|
|
7319
|
-
fill: #
|
|
7319
|
+
fill: #1359c8; }
|
|
7320
7320
|
.inboxLinks .body {
|
|
7321
7321
|
margin-left: 0; }
|
|
7322
7322
|
.filter-form .filter-card {
|
|
@@ -7428,8 +7428,8 @@ video::-webkit-media-controls-panel {
|
|
|
7428
7428
|
flex-direction: column; }
|
|
7429
7429
|
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
|
|
7430
7430
|
--text-opacity:1;
|
|
7431
|
-
color: #
|
|
7432
|
-
color: rgba(
|
|
7431
|
+
color: #1359c8;
|
|
7432
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
7433
7433
|
display: block;
|
|
7434
7434
|
cursor: pointer; }
|
|
7435
7435
|
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
|
|
@@ -7465,8 +7465,8 @@ video::-webkit-media-controls-panel {
|
|
|
7465
7465
|
color: #505a5f; }
|
|
7466
7466
|
|
|
7467
7467
|
.sla-cell-error {
|
|
7468
|
-
color: #
|
|
7469
|
-
background-color:
|
|
7468
|
+
color: #2947a3;
|
|
7469
|
+
background-color: #f5fbff;
|
|
7470
7470
|
padding: 0 24px;
|
|
7471
7471
|
border-radius: 11px; }
|
|
7472
7472
|
|
|
@@ -7575,7 +7575,7 @@ video::-webkit-media-controls-panel {
|
|
|
7575
7575
|
margin: 0 !important; }
|
|
7576
7576
|
|
|
7577
7577
|
.complaint-links-container .body .link {
|
|
7578
|
-
color: #
|
|
7578
|
+
color: #2947a3 !important; }
|
|
7579
7579
|
|
|
7580
7580
|
.employee .customEmployeeCard:nth-child(odd) .employeeCustomCard {
|
|
7581
7581
|
background-color: #fff;
|
|
@@ -8313,6 +8313,108 @@ body {
|
|
|
8313
8313
|
.about-left-half, .about-right-half {
|
|
8314
8314
|
width: 48%; } }
|
|
8315
8315
|
|
|
8316
|
+
.footer-bottom {
|
|
8317
|
+
background-color: #294a97;
|
|
8318
|
+
width: 100%;
|
|
8319
|
+
min-height: 200px;
|
|
8320
|
+
display: -webkit-box;
|
|
8321
|
+
display: -ms-flexbox;
|
|
8322
|
+
display: flex;
|
|
8323
|
+
-webkit-box-orient: horizontal;
|
|
8324
|
+
-webkit-box-direction: normal;
|
|
8325
|
+
-ms-flex-direction: row;
|
|
8326
|
+
flex-direction: row;
|
|
8327
|
+
-ms-flex-pack: distribute;
|
|
8328
|
+
justify-content: space-around;
|
|
8329
|
+
padding: 50px 50px 20px;
|
|
8330
|
+
font-family: Poppins;
|
|
8331
|
+
font-size: 14px; }
|
|
8332
|
+
@media (max-width: 639px) {
|
|
8333
|
+
.footer-bottom {
|
|
8334
|
+
display: -webkit-box;
|
|
8335
|
+
display: -ms-flexbox;
|
|
8336
|
+
display: flex;
|
|
8337
|
+
-webkit-box-orient: vertical;
|
|
8338
|
+
-webkit-box-direction: normal;
|
|
8339
|
+
-ms-flex-direction: column;
|
|
8340
|
+
flex-direction: column;
|
|
8341
|
+
-webkit-box-align: center;
|
|
8342
|
+
-ms-flex-align: center;
|
|
8343
|
+
align-items: center;
|
|
8344
|
+
padding-left: 0;
|
|
8345
|
+
padding-bottom: 20px;
|
|
8346
|
+
padding-right: 0;
|
|
8347
|
+
padding-top: 20px; } }
|
|
8348
|
+
|
|
8349
|
+
[dir=ltr] .footer-bottom-first {
|
|
8350
|
+
text-align: left; }
|
|
8351
|
+
|
|
8352
|
+
[dir=rtl] .footer-bottom-first {
|
|
8353
|
+
text-align: right; }
|
|
8354
|
+
|
|
8355
|
+
.footer-bottom-first h2 {
|
|
8356
|
+
margin-bottom: 10px; }
|
|
8357
|
+
|
|
8358
|
+
.footer-bottom-first ul {
|
|
8359
|
+
list-style-type: disc;
|
|
8360
|
+
padding: 0 15px; }
|
|
8361
|
+
|
|
8362
|
+
.footer-bottom-first li {
|
|
8363
|
+
margin: 5px 0;
|
|
8364
|
+
padding-left: 10px; }
|
|
8365
|
+
|
|
8366
|
+
.footer-bottom-first a {
|
|
8367
|
+
text-decoration: none; }
|
|
8368
|
+
|
|
8369
|
+
@media (max-width: 639px) {
|
|
8370
|
+
.footer-bottom-first {
|
|
8371
|
+
padding-left: 0;
|
|
8372
|
+
padding-bottom: 20px;
|
|
8373
|
+
padding-right: 0;
|
|
8374
|
+
padding-top: 20px; } }
|
|
8375
|
+
|
|
8376
|
+
[dir=ltr] .footer-bottom-fourth, [dir=ltr] .footer-bottom-second, [dir=ltr] .footer-bottom-third {
|
|
8377
|
+
text-align: left; }
|
|
8378
|
+
|
|
8379
|
+
[dir=rtl] .footer-bottom-fourth, [dir=rtl] .footer-bottom-second, [dir=rtl] .footer-bottom-third {
|
|
8380
|
+
text-align: right; }
|
|
8381
|
+
|
|
8382
|
+
.footer-bottom-fourth [dir=ltr] h1, .footer-bottom-second [dir=ltr] h1, .footer-bottom-third [dir=ltr] h1 {
|
|
8383
|
+
text-align: left; }
|
|
8384
|
+
|
|
8385
|
+
.footer-bottom-fourth [dir=rtl] h1, .footer-bottom-second [dir=rtl] h1, .footer-bottom-third [dir=rtl] h1 {
|
|
8386
|
+
text-align: right; }
|
|
8387
|
+
|
|
8388
|
+
.footer-bottom-fourth h1, .footer-bottom-second h1, .footer-bottom-third h1 {
|
|
8389
|
+
margin-bottom: 10px;
|
|
8390
|
+
text-decoration: underline; }
|
|
8391
|
+
|
|
8392
|
+
.footer-bottom-fourth [dir=ltr] ul, .footer-bottom-second [dir=ltr] ul, .footer-bottom-third [dir=ltr] ul {
|
|
8393
|
+
text-align: left; }
|
|
8394
|
+
|
|
8395
|
+
.footer-bottom-fourth [dir=rtl] ul, .footer-bottom-second [dir=rtl] ul, .footer-bottom-third [dir=rtl] ul {
|
|
8396
|
+
text-align: right; }
|
|
8397
|
+
|
|
8398
|
+
.footer-bottom-fourth ul, .footer-bottom-second ul, .footer-bottom-third ul {
|
|
8399
|
+
list-style-type: disc;
|
|
8400
|
+
padding: 0 25px; }
|
|
8401
|
+
|
|
8402
|
+
.footer-bottom-fourth li, .footer-bottom-second li, .footer-bottom-third li {
|
|
8403
|
+
margin: 5px 0;
|
|
8404
|
+
padding-left: 10px; }
|
|
8405
|
+
|
|
8406
|
+
.footer-bottom-fourth a, .footer-bottom-second a, .footer-bottom-third a {
|
|
8407
|
+
text-decoration: none; }
|
|
8408
|
+
|
|
8409
|
+
@media (max-width: 639px) {
|
|
8410
|
+
.footer-bottom-fourth, .footer-bottom-second, .footer-bottom-third {
|
|
8411
|
+
padding-left: 0;
|
|
8412
|
+
padding-bottom: 20px;
|
|
8413
|
+
padding-right: 0;
|
|
8414
|
+
padding-top: 0; }
|
|
8415
|
+
.footer-bottom-fourth h1, .footer-bottom-fourth ul, .footer-bottom-second h1, .footer-bottom-second ul, .footer-bottom-third h1, .footer-bottom-third ul {
|
|
8416
|
+
text-align: center; } }
|
|
8417
|
+
|
|
8316
8418
|
.payment-amount-info {
|
|
8317
8419
|
-webkit-box-pack: justify;
|
|
8318
8420
|
-ms-flex-pack: justify;
|
|
@@ -8393,16 +8495,16 @@ body {
|
|
|
8393
8495
|
justify-content: space-between; }
|
|
8394
8496
|
.HomePageWrapper .WhatsNewSection .headSection h2 {
|
|
8395
8497
|
font-weight: 700;
|
|
8396
|
-
color: #
|
|
8397
|
-
color: rgba(
|
|
8498
|
+
color: #0d43a7;
|
|
8499
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
8398
8500
|
padding-left: 8px; }
|
|
8399
8501
|
.HomePageWrapper .WhatsNewSection .headSection h2, .HomePageWrapper .WhatsNewSection .headSection p {
|
|
8400
8502
|
font-size: 16px;
|
|
8401
8503
|
line-height: 24px;
|
|
8402
8504
|
--text-opacity:1; }
|
|
8403
8505
|
.HomePageWrapper .WhatsNewSection .headSection p {
|
|
8404
|
-
color: #
|
|
8405
|
-
color: rgba(
|
|
8506
|
+
color: #2947a3;
|
|
8507
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
8406
8508
|
font-weight: 500;
|
|
8407
8509
|
cursor: pointer; }
|
|
8408
8510
|
@media (min-width: 780px) {
|
|
@@ -8539,8 +8641,8 @@ body {
|
|
|
8539
8641
|
margin-bottom: 8px; }
|
|
8540
8642
|
.eventAddressAndDirection span div .direction {
|
|
8541
8643
|
--text-opacity:1;
|
|
8542
|
-
color: #
|
|
8543
|
-
color: rgba(
|
|
8644
|
+
color: #2947a3;
|
|
8645
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
8544
8646
|
cursor: pointer; }
|
|
8545
8647
|
|
|
8546
8648
|
.eventTimeRange {
|
|
@@ -8991,8 +9093,8 @@ body {
|
|
|
8991
9093
|
.surveyListclockDiv span {
|
|
8992
9094
|
padding-left: 16px;
|
|
8993
9095
|
--text-opacity:1;
|
|
8994
|
-
color: #
|
|
8995
|
-
color: rgba(
|
|
9096
|
+
color: #0d43a7;
|
|
9097
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
8996
9098
|
|
|
8997
9099
|
.surveyListstatus {
|
|
8998
9100
|
display: -webkit-box;
|
|
@@ -9012,8 +9114,8 @@ body {
|
|
|
9012
9114
|
|
|
9013
9115
|
.surveyLisResponded {
|
|
9014
9116
|
--text-opacity:1;
|
|
9015
|
-
color: #
|
|
9016
|
-
color: rgba(
|
|
9117
|
+
color: #05a660;
|
|
9118
|
+
color: rgba(5, 166, 96, var(--text-opacity)); }
|
|
9017
9119
|
|
|
9018
9120
|
.surveyListCardMargin {
|
|
9019
9121
|
margin: 24px 16px; }
|
|
@@ -10098,8 +10200,8 @@ body {
|
|
|
10098
10200
|
|
|
10099
10201
|
.dark {
|
|
10100
10202
|
--text-opacity:1;
|
|
10101
|
-
color: #
|
|
10102
|
-
color: rgba(
|
|
10203
|
+
color: #0d43a7;
|
|
10204
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
10103
10205
|
|
|
10104
10206
|
.mrlg {
|
|
10105
10207
|
margin-right: 24px; }
|
|
@@ -10117,7 +10219,7 @@ body {
|
|
|
10117
10219
|
color: #1d70b8; }
|
|
10118
10220
|
|
|
10119
10221
|
.clear-search-label {
|
|
10120
|
-
color: #
|
|
10222
|
+
color: #2947a3;
|
|
10121
10223
|
cursor: pointer; }
|
|
10122
10224
|
|
|
10123
10225
|
.search-submit-bar {
|
|
@@ -10398,8 +10500,8 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
10398
10500
|
width: 100%; }
|
|
10399
10501
|
.text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
|
|
10400
10502
|
--border-opacity:1;
|
|
10401
|
-
border: 1px solid #
|
|
10402
|
-
border-color: rgba(
|
|
10503
|
+
border: 1px solid #2947a3;
|
|
10504
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
10403
10505
|
|
|
10404
10506
|
.text-input-width {
|
|
10405
10507
|
max-width: 540px; }
|