@pmidc/upyog-css 1.0.0 → 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 +627 -284
- package/dist/index.min.css +1 -1
- package/package.json +7 -2
- 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 -410
- 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 -780
- 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 +152 -0
- 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 +742 -707
- package/src/pages/employee/index.scss +637 -631
- package/src/pages/employee/landing.scss +178 -169
- package/src/pages/employee/login.scss +570 -569
- 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 +304 -272
- 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,11 +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
|
-
|
|
1399
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
|
|
1400
|
-
padding: 16px;
|
|
1398
|
+
padding: 48px;
|
|
1401
1399
|
margin-bottom: 64px;
|
|
1402
|
-
border-radius:
|
|
1400
|
+
border-radius: 24px; }
|
|
1403
1401
|
.employeeCard .card-header {
|
|
1404
1402
|
font-size: 32px;
|
|
1405
1403
|
line-height: 40px;
|
|
@@ -1407,8 +1405,8 @@ img, video {
|
|
|
1407
1405
|
margin-bottom: 16px; }
|
|
1408
1406
|
.employeeCard .card-header, .employeeCard .card-sub-header, .employeeCard .employee-card-sub-header {
|
|
1409
1407
|
--text-opacity:1;
|
|
1410
|
-
color: #
|
|
1411
|
-
color: rgba(
|
|
1408
|
+
color: #0d43a7;
|
|
1409
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1412
1410
|
font-weight: 700;
|
|
1413
1411
|
vertical-align: middle;
|
|
1414
1412
|
text-align: left; }
|
|
@@ -1418,11 +1416,11 @@ img, video {
|
|
|
1418
1416
|
.employeeCard .card-section-header {
|
|
1419
1417
|
font-size: 18px;
|
|
1420
1418
|
line-height: 28px;
|
|
1421
|
-
font-weight:
|
|
1419
|
+
font-weight: 500; }
|
|
1422
1420
|
.employeeCard .card-section-header, .employeeCard .card-section-sub-text {
|
|
1423
1421
|
--text-opacity:1;
|
|
1424
|
-
color: #
|
|
1425
|
-
color: rgba(
|
|
1422
|
+
color: #0d43a7;
|
|
1423
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1426
1424
|
.employeeCard .card-section-sub-text {
|
|
1427
1425
|
font-size: 14px;
|
|
1428
1426
|
line-height: 16px; }
|
|
@@ -1441,24 +1439,24 @@ img, video {
|
|
|
1441
1439
|
text-align: left;
|
|
1442
1440
|
margin-bottom: 24px; }
|
|
1443
1441
|
.employeeCard .card-text span {
|
|
1444
|
-
color: #
|
|
1445
|
-
color: rgba(
|
|
1442
|
+
color: #0d43a7;
|
|
1443
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1446
1444
|
.employeeCard .card-text-primary, .employeeCard span {
|
|
1447
1445
|
--text-opacity:1;
|
|
1448
|
-
color: #
|
|
1449
|
-
color: rgba(
|
|
1446
|
+
color: #0d43a7;
|
|
1447
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1450
1448
|
.employeeCard .card-text-button, .employeeCard .card-text-primary {
|
|
1451
1449
|
font-size: 16px;
|
|
1452
1450
|
line-height: 24px; }
|
|
1453
1451
|
.employeeCard .card-text-button {
|
|
1454
1452
|
--text-opacity:1;
|
|
1455
|
-
color: #
|
|
1456
|
-
color: rgba(
|
|
1453
|
+
color: #2947a3;
|
|
1454
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
1457
1455
|
.employeeCard .card-label {
|
|
1458
1456
|
font-size: 19px;
|
|
1459
1457
|
line-height: 23px;
|
|
1460
|
-
color: #
|
|
1461
|
-
color: rgba(
|
|
1458
|
+
color: #0d43a7;
|
|
1459
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1462
1460
|
.employeeCard .card-label, .employeeCard .card-label-error {
|
|
1463
1461
|
--text-opacity:1;
|
|
1464
1462
|
margin-bottom: 16px; }
|
|
@@ -1527,8 +1525,8 @@ img, video {
|
|
|
1527
1525
|
.submit-bar, .submit-bar-disabled {
|
|
1528
1526
|
height: 2.5rem;
|
|
1529
1527
|
--bg-opacity:1;
|
|
1530
|
-
background-color: #
|
|
1531
|
-
background-color: rgba(
|
|
1528
|
+
background-color: #2947a3;
|
|
1529
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
1532
1530
|
text-align: center;
|
|
1533
1531
|
width: 100%;
|
|
1534
1532
|
outline: 2px solid transparent;
|
|
@@ -1591,13 +1589,15 @@ img, video {
|
|
|
1591
1589
|
.employeeCard .employee-card-sub-header {
|
|
1592
1590
|
margin-bottom: 40px; }
|
|
1593
1591
|
.employeeCard .card-section-header {
|
|
1594
|
-
margin-bottom:
|
|
1592
|
+
margin-bottom: 20px;
|
|
1593
|
+
color: #0d43a7;
|
|
1595
1594
|
font-size: 24px;
|
|
1596
|
-
line-height: 32px;
|
|
1595
|
+
line-height: 32px;
|
|
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 {
|
|
@@ -5729,6 +5729,9 @@ video::-webkit-media-controls-panel {
|
|
|
5729
5729
|
-ms-flex-line-pack: center;
|
|
5730
5730
|
align-content: center; }
|
|
5731
5731
|
|
|
5732
|
+
.employeeCard {
|
|
5733
|
+
width: 100% !important; }
|
|
5734
|
+
|
|
5732
5735
|
.banner .bannerCard {
|
|
5733
5736
|
min-width: 420px !important;
|
|
5734
5737
|
background-color: initial; }
|
|
@@ -5819,7 +5822,7 @@ video::-webkit-media-controls-panel {
|
|
|
5819
5822
|
font-size: 16px !important;
|
|
5820
5823
|
line-height: 21.7px !important;
|
|
5821
5824
|
color: #232323;
|
|
5822
|
-
font-family:
|
|
5825
|
+
font-family: Noto Sans; }
|
|
5823
5826
|
|
|
5824
5827
|
@media screen and (max-width: 768px) {
|
|
5825
5828
|
.employeeChangePassword .employeeCard .card-text {
|
|
@@ -6154,8 +6157,7 @@ video::-webkit-media-controls-panel {
|
|
|
6154
6157
|
background-color: "#152265";
|
|
6155
6158
|
text-align: "center";
|
|
6156
6159
|
color: #fff;
|
|
6157
|
-
margin-top: 170px;
|
|
6158
|
-
border: 1px solid #000; }
|
|
6160
|
+
margin-top: 170px; }
|
|
6159
6161
|
|
|
6160
6162
|
.footerText {
|
|
6161
6163
|
display: "flex";
|
|
@@ -6282,13 +6284,9 @@ video::-webkit-media-controls-panel {
|
|
|
6282
6284
|
padding-top: 88px; }
|
|
6283
6285
|
|
|
6284
6286
|
.employee .submit-bar header {
|
|
6285
|
-
height:
|
|
6287
|
+
height: 2rem !important;
|
|
6286
6288
|
line-height: 2rem !important;
|
|
6287
|
-
background-color: #2947a3;
|
|
6288
|
-
border-radius: 8px;
|
|
6289
|
-
border: transparent;
|
|
6290
|
-
-ms-flex-line-pack: center;
|
|
6291
|
-
align-content: center; }
|
|
6289
|
+
background-color: #2947a3; }
|
|
6292
6290
|
|
|
6293
6291
|
.employee .loginContainer {
|
|
6294
6292
|
padding-top: 88px;
|
|
@@ -6590,8 +6588,8 @@ video::-webkit-media-controls-panel {
|
|
|
6590
6588
|
|
|
6591
6589
|
.link {
|
|
6592
6590
|
--text-opacity:1;
|
|
6593
|
-
color: #
|
|
6594
|
-
color: rgba(
|
|
6591
|
+
color: #2947a3;
|
|
6592
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
6595
6593
|
cursor: pointer; }
|
|
6596
6594
|
.link :hover {
|
|
6597
6595
|
--text-opacity:1;
|
|
@@ -6780,7 +6778,17 @@ video::-webkit-media-controls-panel {
|
|
|
6780
6778
|
|
|
6781
6779
|
@media only screen and (min-width: 300px) {
|
|
6782
6780
|
.employee .card-home {
|
|
6783
|
-
height: 220px;
|
|
6781
|
+
height: 220px;
|
|
6782
|
+
border-radius: 12px; } }
|
|
6783
|
+
|
|
6784
|
+
.pageCard {
|
|
6785
|
+
width: 100%;
|
|
6786
|
+
height: 100%;
|
|
6787
|
+
padding: 48px;
|
|
6788
|
+
grid-gap: 48px;
|
|
6789
|
+
gap: 48px;
|
|
6790
|
+
border-radius: 24px;
|
|
6791
|
+
background: #fff; }
|
|
6784
6792
|
|
|
6785
6793
|
.flex-fit {
|
|
6786
6794
|
display: -webkit-box;
|
|
@@ -6876,8 +6884,8 @@ video::-webkit-media-controls-panel {
|
|
|
6876
6884
|
.heading-m {
|
|
6877
6885
|
font-weight: 700;
|
|
6878
6886
|
--text-opacity:1;
|
|
6879
|
-
color: #
|
|
6880
|
-
color: rgba(
|
|
6887
|
+
color: #0d43a7;
|
|
6888
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
6881
6889
|
font-size: 18px;
|
|
6882
6890
|
line-height: 28px;
|
|
6883
6891
|
margin-left: 16px;
|
|
@@ -6994,8 +7002,8 @@ video::-webkit-media-controls-panel {
|
|
|
6994
7002
|
width: 56px;
|
|
6995
7003
|
height: 56px;
|
|
6996
7004
|
--bg-opacity:1;
|
|
6997
|
-
background-color: #
|
|
6998
|
-
background-color: rgba(
|
|
7005
|
+
background-color: #1359c8;
|
|
7006
|
+
background-color: rgba(19, 89, 200, var(--bg-opacity));
|
|
6999
7007
|
padding: 12px;
|
|
7000
7008
|
border-radius: 4px; }
|
|
7001
7009
|
.complaint-links-container .header .logo svg {
|
|
@@ -7022,15 +7030,15 @@ video::-webkit-media-controls-panel {
|
|
|
7022
7030
|
.complaint-links-container .body .link {
|
|
7023
7031
|
padding: 8px;
|
|
7024
7032
|
--text-opacity:1;
|
|
7025
|
-
color: #
|
|
7026
|
-
color: rgba(
|
|
7033
|
+
color: #2947a3;
|
|
7034
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
7027
7035
|
-webkit-box-align: center;
|
|
7028
7036
|
-ms-flex-align: center;
|
|
7029
7037
|
align-items: center;
|
|
7030
7038
|
display: -webkit-box !important;
|
|
7031
7039
|
display: -ms-flexbox !important;
|
|
7032
7040
|
display: flex !important;
|
|
7033
|
-
color: #
|
|
7041
|
+
color: #2947a3 !important; }
|
|
7034
7042
|
.complaint-links-container .body .inbox-total {
|
|
7035
7043
|
padding: 4px;
|
|
7036
7044
|
display: table;
|
|
@@ -7042,11 +7050,11 @@ video::-webkit-media-controls-panel {
|
|
|
7042
7050
|
width: 2rem;
|
|
7043
7051
|
height: 2rem;
|
|
7044
7052
|
--bg-opacity:1;
|
|
7045
|
-
background-color: #
|
|
7046
|
-
background-color: rgba(
|
|
7053
|
+
background-color: #2947a3;
|
|
7054
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
7047
7055
|
border-radius: 9999px;
|
|
7048
7056
|
margin-left: 4px;
|
|
7049
|
-
background-color: #
|
|
7057
|
+
background-color: #1359c8 !important; }
|
|
7050
7058
|
.complaint-links-container .links-wrapper {
|
|
7051
7059
|
padding-left: 16px;
|
|
7052
7060
|
padding-top: 8px;
|
|
@@ -7077,8 +7085,8 @@ video::-webkit-media-controls-panel {
|
|
|
7077
7085
|
|
|
7078
7086
|
.filter-button {
|
|
7079
7087
|
--text-opacity:1;
|
|
7080
|
-
color: #
|
|
7081
|
-
color: rgba(
|
|
7088
|
+
color: #2947a3;
|
|
7089
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
7082
7090
|
.filter-button:hover {
|
|
7083
7091
|
--text-opacity:1;
|
|
7084
7092
|
color: #c8602b;
|
|
@@ -7143,8 +7151,8 @@ video::-webkit-media-controls-panel {
|
|
|
7143
7151
|
font-size: 16px;
|
|
7144
7152
|
line-height: 20px;
|
|
7145
7153
|
--text-opacity:1;
|
|
7146
|
-
color: #
|
|
7147
|
-
color: rgba(
|
|
7154
|
+
color: #0d43a7;
|
|
7155
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
7148
7156
|
display: block;
|
|
7149
7157
|
margin-bottom: 16px; }
|
|
7150
7158
|
|
|
@@ -7207,8 +7215,8 @@ video::-webkit-media-controls-panel {
|
|
|
7207
7215
|
flex-direction: column; }
|
|
7208
7216
|
.inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
|
|
7209
7217
|
--text-opacity:1;
|
|
7210
|
-
color: #
|
|
7211
|
-
color: rgba(
|
|
7218
|
+
color: #1359c8;
|
|
7219
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
7212
7220
|
display: none; }
|
|
7213
7221
|
.inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
|
|
7214
7222
|
color: #003078;
|
|
@@ -7219,16 +7227,16 @@ video::-webkit-media-controls-panel {
|
|
|
7219
7227
|
|
|
7220
7228
|
.clear-search, .clear-search .link-label {
|
|
7221
7229
|
--text-opacity:1;
|
|
7222
|
-
color: #
|
|
7223
|
-
color: rgba(
|
|
7230
|
+
color: #1359c8;
|
|
7231
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
7224
7232
|
display: block;
|
|
7225
7233
|
cursor: pointer; }
|
|
7226
7234
|
.clear-search:hover, .clear-search .link-label:hover {
|
|
7227
7235
|
color: #000; }
|
|
7228
7236
|
|
|
7229
7237
|
.button-clear {
|
|
7230
|
-
color: #
|
|
7231
|
-
color: rgba(
|
|
7238
|
+
color: #1359c8;
|
|
7239
|
+
color: rgba(19, 89, 200, var(--text-opacity)); }
|
|
7232
7240
|
|
|
7233
7241
|
.button-clear, .inbox-count {
|
|
7234
7242
|
--text-opacity:1;
|
|
@@ -7240,8 +7248,8 @@ video::-webkit-media-controls-panel {
|
|
|
7240
7248
|
margin-left: 8px;
|
|
7241
7249
|
padding: 8px;
|
|
7242
7250
|
--bg-opacity:1;
|
|
7243
|
-
background-color: #
|
|
7244
|
-
background-color: rgba(
|
|
7251
|
+
background-color: #2947a3;
|
|
7252
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
7245
7253
|
border-radius: 9999px;
|
|
7246
7254
|
color: #fff;
|
|
7247
7255
|
color: rgba(255, 255, 255, var(--text-opacity));
|
|
@@ -7267,8 +7275,8 @@ video::-webkit-media-controls-panel {
|
|
|
7267
7275
|
border-color: rgba(214, 213, 212, var(--border-opacity)); }
|
|
7268
7276
|
.complaint-links-container .header .logo {
|
|
7269
7277
|
--bg-opacity:1;
|
|
7270
|
-
background-color: #
|
|
7271
|
-
background-color: rgba(
|
|
7278
|
+
background-color: #1359c8;
|
|
7279
|
+
background-color: rgba(19, 89, 200, var(--bg-opacity));
|
|
7272
7280
|
padding: 12px;
|
|
7273
7281
|
border-radius: 4px; }
|
|
7274
7282
|
.complaint-links-container .header .text {
|
|
@@ -7293,8 +7301,8 @@ video::-webkit-media-controls-panel {
|
|
|
7293
7301
|
color: #a82227 !important;
|
|
7294
7302
|
padding: 8px;
|
|
7295
7303
|
--text-opacity:1;
|
|
7296
|
-
color: #
|
|
7297
|
-
color: rgba(
|
|
7304
|
+
color: #2947a3;
|
|
7305
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
7298
7306
|
.inboxLinks {
|
|
7299
7307
|
margin: 0 !important;
|
|
7300
7308
|
padding: 0 !important; }
|
|
@@ -7308,7 +7316,7 @@ video::-webkit-media-controls-panel {
|
|
|
7308
7316
|
background-color: #fff;
|
|
7309
7317
|
background-color: rgba(255, 255, 255, var(--bg-opacity)); }
|
|
7310
7318
|
.inboxLinks .header .logo svg path {
|
|
7311
|
-
fill: #
|
|
7319
|
+
fill: #1359c8; }
|
|
7312
7320
|
.inboxLinks .body {
|
|
7313
7321
|
margin-left: 0; }
|
|
7314
7322
|
.filter-form .filter-card {
|
|
@@ -7420,8 +7428,8 @@ video::-webkit-media-controls-panel {
|
|
|
7420
7428
|
flex-direction: column; }
|
|
7421
7429
|
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
|
|
7422
7430
|
--text-opacity:1;
|
|
7423
|
-
color: #
|
|
7424
|
-
color: rgba(
|
|
7431
|
+
color: #1359c8;
|
|
7432
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
7425
7433
|
display: block;
|
|
7426
7434
|
cursor: pointer; }
|
|
7427
7435
|
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
|
|
@@ -7457,8 +7465,8 @@ video::-webkit-media-controls-panel {
|
|
|
7457
7465
|
color: #505a5f; }
|
|
7458
7466
|
|
|
7459
7467
|
.sla-cell-error {
|
|
7460
|
-
color: #
|
|
7461
|
-
background-color:
|
|
7468
|
+
color: #2947a3;
|
|
7469
|
+
background-color: #f5fbff;
|
|
7462
7470
|
padding: 0 24px;
|
|
7463
7471
|
border-radius: 11px; }
|
|
7464
7472
|
|
|
@@ -7567,7 +7575,7 @@ video::-webkit-media-controls-panel {
|
|
|
7567
7575
|
margin: 0 !important; }
|
|
7568
7576
|
|
|
7569
7577
|
.complaint-links-container .body .link {
|
|
7570
|
-
color: #
|
|
7578
|
+
color: #2947a3 !important; }
|
|
7571
7579
|
|
|
7572
7580
|
.employee .customEmployeeCard:nth-child(odd) .employeeCustomCard {
|
|
7573
7581
|
background-color: #fff;
|
|
@@ -7652,25 +7660,49 @@ video::-webkit-media-controls-panel {
|
|
|
7652
7660
|
.registryTable tBody tr td {
|
|
7653
7661
|
text-align: left; }
|
|
7654
7662
|
|
|
7655
|
-
|
|
7656
|
-
|
|
7657
|
-
|
|
7658
|
-
|
|
7659
|
-
|
|
7660
|
-
|
|
7661
|
-
|
|
7662
|
-
|
|
7663
|
-
|
|
7664
|
-
|
|
7665
|
-
|
|
7666
|
-
|
|
7667
|
-
|
|
7668
|
-
|
|
7669
|
-
|
|
7670
|
-
|
|
7671
|
-
|
|
7672
|
-
|
|
7673
|
-
|
|
7663
|
+
@media only screen and (max-width: 640px) {
|
|
7664
|
+
.dashboardCardTypeOne {
|
|
7665
|
+
-webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
|
|
7666
|
+
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
|
|
7667
|
+
background: #fff;
|
|
7668
|
+
height: 188px;
|
|
7669
|
+
padding: 16px 20px;
|
|
7670
|
+
grid-gap: 24px;
|
|
7671
|
+
gap: 24px;
|
|
7672
|
+
border-radius: 8px 0 0 0;
|
|
7673
|
+
border-top: 5px solid #2947a3;
|
|
7674
|
+
opacity: 1;
|
|
7675
|
+
width: 87%; }
|
|
7676
|
+
.dashboardCardTypeOneHeader {
|
|
7677
|
+
color: #14346d;
|
|
7678
|
+
font-family: Roboto;
|
|
7679
|
+
font-size: 20px;
|
|
7680
|
+
font-weight: 500;
|
|
7681
|
+
line-height: 24px;
|
|
7682
|
+
text-align: center;
|
|
7683
|
+
word-wrap: break-word;
|
|
7684
|
+
margin-left: 10%; } }
|
|
7685
|
+
|
|
7686
|
+
@media only screen and (min-width: 641px) {
|
|
7687
|
+
.dashboardCardTypeOne {
|
|
7688
|
+
-webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
|
|
7689
|
+
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
|
|
7690
|
+
background: #fff;
|
|
7691
|
+
height: 188px;
|
|
7692
|
+
padding: 16px 20px;
|
|
7693
|
+
grid-gap: 24px;
|
|
7694
|
+
gap: 24px;
|
|
7695
|
+
border-radius: 8px 0 0 0;
|
|
7696
|
+
border-top: 5px solid #2947a3;
|
|
7697
|
+
opacity: 1;
|
|
7698
|
+
width: 100%; }
|
|
7699
|
+
.dashboardCardTypeOneHeader {
|
|
7700
|
+
color: #14346d;
|
|
7701
|
+
font-family: Roboto;
|
|
7702
|
+
font-size: 20px;
|
|
7703
|
+
font-weight: 500;
|
|
7704
|
+
line-height: 24px;
|
|
7705
|
+
text-align: left; } }
|
|
7674
7706
|
|
|
7675
7707
|
.secondary-action {
|
|
7676
7708
|
display: inline;
|
|
@@ -8193,9 +8225,6 @@ body {
|
|
|
8193
8225
|
.help-section-button {
|
|
8194
8226
|
margin-right: 20px; } }
|
|
8195
8227
|
|
|
8196
|
-
.help-section-icon {
|
|
8197
|
-
margin-right: 10px; }
|
|
8198
|
-
|
|
8199
8228
|
.help-section-text-container {
|
|
8200
8229
|
display: -webkit-box;
|
|
8201
8230
|
display: -ms-flexbox;
|
|
@@ -8218,6 +8247,22 @@ body {
|
|
|
8218
8247
|
font-weight: 600;
|
|
8219
8248
|
color: #61646b; }
|
|
8220
8249
|
|
|
8250
|
+
.help-section-icon {
|
|
8251
|
+
width: 70px;
|
|
8252
|
+
height: 70px;
|
|
8253
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#ff895e), to(#d8693f));
|
|
8254
|
+
background: linear-gradient(#ff895e, #d8693f);
|
|
8255
|
+
border-radius: 50%;
|
|
8256
|
+
display: -webkit-box;
|
|
8257
|
+
display: -ms-flexbox;
|
|
8258
|
+
display: flex;
|
|
8259
|
+
-webkit-box-pack: center;
|
|
8260
|
+
-ms-flex-pack: center;
|
|
8261
|
+
justify-content: center;
|
|
8262
|
+
-webkit-box-align: center;
|
|
8263
|
+
-ms-flex-align: center;
|
|
8264
|
+
align-items: center; }
|
|
8265
|
+
|
|
8221
8266
|
.about-section, .middle-section {
|
|
8222
8267
|
padding: 20px 60px; }
|
|
8223
8268
|
|
|
@@ -8268,6 +8313,108 @@ body {
|
|
|
8268
8313
|
.about-left-half, .about-right-half {
|
|
8269
8314
|
width: 48%; } }
|
|
8270
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
|
+
|
|
8271
8418
|
.payment-amount-info {
|
|
8272
8419
|
-webkit-box-pack: justify;
|
|
8273
8420
|
-ms-flex-pack: justify;
|
|
@@ -8348,16 +8495,16 @@ body {
|
|
|
8348
8495
|
justify-content: space-between; }
|
|
8349
8496
|
.HomePageWrapper .WhatsNewSection .headSection h2 {
|
|
8350
8497
|
font-weight: 700;
|
|
8351
|
-
color: #
|
|
8352
|
-
color: rgba(
|
|
8498
|
+
color: #0d43a7;
|
|
8499
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
8353
8500
|
padding-left: 8px; }
|
|
8354
8501
|
.HomePageWrapper .WhatsNewSection .headSection h2, .HomePageWrapper .WhatsNewSection .headSection p {
|
|
8355
8502
|
font-size: 16px;
|
|
8356
8503
|
line-height: 24px;
|
|
8357
8504
|
--text-opacity:1; }
|
|
8358
8505
|
.HomePageWrapper .WhatsNewSection .headSection p {
|
|
8359
|
-
color: #
|
|
8360
|
-
color: rgba(
|
|
8506
|
+
color: #2947a3;
|
|
8507
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
8361
8508
|
font-weight: 500;
|
|
8362
8509
|
cursor: pointer; }
|
|
8363
8510
|
@media (min-width: 780px) {
|
|
@@ -8494,8 +8641,8 @@ body {
|
|
|
8494
8641
|
margin-bottom: 8px; }
|
|
8495
8642
|
.eventAddressAndDirection span div .direction {
|
|
8496
8643
|
--text-opacity:1;
|
|
8497
|
-
color: #
|
|
8498
|
-
color: rgba(
|
|
8644
|
+
color: #2947a3;
|
|
8645
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
8499
8646
|
cursor: pointer; }
|
|
8500
8647
|
|
|
8501
8648
|
.eventTimeRange {
|
|
@@ -8946,8 +9093,8 @@ body {
|
|
|
8946
9093
|
.surveyListclockDiv span {
|
|
8947
9094
|
padding-left: 16px;
|
|
8948
9095
|
--text-opacity:1;
|
|
8949
|
-
color: #
|
|
8950
|
-
color: rgba(
|
|
9096
|
+
color: #0d43a7;
|
|
9097
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
8951
9098
|
|
|
8952
9099
|
.surveyListstatus {
|
|
8953
9100
|
display: -webkit-box;
|
|
@@ -8967,8 +9114,8 @@ body {
|
|
|
8967
9114
|
|
|
8968
9115
|
.surveyLisResponded {
|
|
8969
9116
|
--text-opacity:1;
|
|
8970
|
-
color: #
|
|
8971
|
-
color: rgba(
|
|
9117
|
+
color: #05a660;
|
|
9118
|
+
color: rgba(5, 166, 96, var(--text-opacity)); }
|
|
8972
9119
|
|
|
8973
9120
|
.surveyListCardMargin {
|
|
8974
9121
|
margin: 24px 16px; }
|
|
@@ -9364,6 +9511,32 @@ body {
|
|
|
9364
9511
|
padding: 0;
|
|
9365
9512
|
background: none; }
|
|
9366
9513
|
|
|
9514
|
+
.survey-grid-container {
|
|
9515
|
+
display: grid;
|
|
9516
|
+
grid-gap: 16px;
|
|
9517
|
+
gap: 16px; }
|
|
9518
|
+
|
|
9519
|
+
.survey-grid-container-input {
|
|
9520
|
+
padding: 8px;
|
|
9521
|
+
border: 1px solid #ccc;
|
|
9522
|
+
border-radius: 4px; }
|
|
9523
|
+
|
|
9524
|
+
@media (min-width: 320px) {
|
|
9525
|
+
.survey-grid-container {
|
|
9526
|
+
grid-template-columns: repeat(1, 1fr); } }
|
|
9527
|
+
|
|
9528
|
+
@media (min-width: 480px) {
|
|
9529
|
+
.survey-grid-container {
|
|
9530
|
+
grid-template-columns: repeat(2, 1fr); } }
|
|
9531
|
+
|
|
9532
|
+
@media (min-width: 768px) {
|
|
9533
|
+
.survey-grid-container {
|
|
9534
|
+
grid-template-columns: repeat(3, 1fr); } }
|
|
9535
|
+
|
|
9536
|
+
@media (min-width: 1024px) {
|
|
9537
|
+
.survey-grid-container {
|
|
9538
|
+
grid-template-columns: repeat(4, 1fr); } }
|
|
9539
|
+
|
|
9367
9540
|
.frame-54925, .frame-54925 * {
|
|
9368
9541
|
-webkit-box-sizing: border-box;
|
|
9369
9542
|
box-sizing: border-box; }
|
|
@@ -9820,6 +9993,158 @@ body {
|
|
|
9820
9993
|
outline: "none";
|
|
9821
9994
|
font-size: "29px"; }
|
|
9822
9995
|
|
|
9996
|
+
.employee-dashboard-container {
|
|
9997
|
+
display: -webkit-box;
|
|
9998
|
+
display: -ms-flexbox;
|
|
9999
|
+
display: flex;
|
|
10000
|
+
-webkit-box-orient: vertical;
|
|
10001
|
+
-webkit-box-direction: normal;
|
|
10002
|
+
-ms-flex-direction: column;
|
|
10003
|
+
flex-direction: column;
|
|
10004
|
+
grid-gap: 20px;
|
|
10005
|
+
gap: 20px;
|
|
10006
|
+
margin: 20px; }
|
|
10007
|
+
.employee-dashboard-container .employee-dashboard-welcome-card {
|
|
10008
|
+
height: 160px;
|
|
10009
|
+
border-radius: 12px;
|
|
10010
|
+
padding: 20px;
|
|
10011
|
+
margin-top: 20px;
|
|
10012
|
+
position: relative; }
|
|
10013
|
+
.employee-dashboard-container .employee-dashboard-welcome-card .employee-dashboard-welcome-card-entire-content {
|
|
10014
|
+
width: 374px;
|
|
10015
|
+
height: 108px;
|
|
10016
|
+
display: -webkit-box;
|
|
10017
|
+
display: -ms-flexbox;
|
|
10018
|
+
display: flex;
|
|
10019
|
+
-webkit-box-orient: vertical;
|
|
10020
|
+
-webkit-box-direction: normal;
|
|
10021
|
+
-ms-flex-direction: column;
|
|
10022
|
+
flex-direction: column;
|
|
10023
|
+
grid-gap: 16px;
|
|
10024
|
+
gap: 16px;
|
|
10025
|
+
top: 32px;
|
|
10026
|
+
left: 32px; }
|
|
10027
|
+
.employee-dashboard-container .employee-dashboard-welcome-card .employee-dashboard-welcome-card-heading {
|
|
10028
|
+
font-family: Noto Sans;
|
|
10029
|
+
font-weight: 500;
|
|
10030
|
+
font-size: 28px;
|
|
10031
|
+
line-height: 32px;
|
|
10032
|
+
letter-spacing: 0;
|
|
10033
|
+
color: #fff; }
|
|
10034
|
+
.employee-dashboard-container .employee-dashboard-welcome-card .employee-dashboard-welcome-card-content {
|
|
10035
|
+
color: #fff;
|
|
10036
|
+
font-family: Noto Sans;
|
|
10037
|
+
font-weight: 400;
|
|
10038
|
+
font-size: 14px;
|
|
10039
|
+
line-height: 20px;
|
|
10040
|
+
letter-spacing: .25px; }
|
|
10041
|
+
.employee-dashboard-container .employee-dashboard-card-grid {
|
|
10042
|
+
display: grid;
|
|
10043
|
+
grid-template-columns: repeat(1, 1fr);
|
|
10044
|
+
grid-gap: 20px;
|
|
10045
|
+
gap: 20px; }
|
|
10046
|
+
@media (min-width: 600px) {
|
|
10047
|
+
.employee-dashboard-container .employee-dashboard-card-grid {
|
|
10048
|
+
grid-template-columns: repeat(2, 1fr); } }
|
|
10049
|
+
@media (min-width: 1024px) {
|
|
10050
|
+
.employee-dashboard-container .employee-dashboard-card-grid {
|
|
10051
|
+
grid-template-columns: repeat(4, 1fr); } }
|
|
10052
|
+
.employee-dashboard-container .employee-dashboard-card {
|
|
10053
|
+
padding: 20px;
|
|
10054
|
+
border-radius: 12px;
|
|
10055
|
+
position: relative; }
|
|
10056
|
+
.employee-dashboard-container .employee-dashboard-card .employee-dashboard-card-heading-container {
|
|
10057
|
+
display: -webkit-box;
|
|
10058
|
+
display: -ms-flexbox;
|
|
10059
|
+
display: flex;
|
|
10060
|
+
-webkit-box-align: center;
|
|
10061
|
+
-ms-flex-align: center;
|
|
10062
|
+
align-items: center;
|
|
10063
|
+
margin-bottom: 10px;
|
|
10064
|
+
grid-gap: 5px;
|
|
10065
|
+
gap: 5px; }
|
|
10066
|
+
.employee-dashboard-container .employee-dashboard-card .employee-dashboard-card-heading {
|
|
10067
|
+
font-size: 22px;
|
|
10068
|
+
color: #fff;
|
|
10069
|
+
font-family: Noto Sans;
|
|
10070
|
+
font-weight: 400;
|
|
10071
|
+
line-height: 28px;
|
|
10072
|
+
letter-spacing: 0; }
|
|
10073
|
+
.employee-dashboard-container .employee-dashboard-card .employee-dashboard-card-content {
|
|
10074
|
+
color: #fff;
|
|
10075
|
+
font-family: Noto Sans;
|
|
10076
|
+
font-weight: 400;
|
|
10077
|
+
font-size: 14px;
|
|
10078
|
+
line-height: 20px;
|
|
10079
|
+
letter-spacing: .25px; }
|
|
10080
|
+
.employee-dashboard-container .employee-dashboard-table-and-services {
|
|
10081
|
+
display: -webkit-box;
|
|
10082
|
+
display: -ms-flexbox;
|
|
10083
|
+
display: flex;
|
|
10084
|
+
-webkit-box-orient: vertical;
|
|
10085
|
+
-webkit-box-direction: normal;
|
|
10086
|
+
-ms-flex-direction: column;
|
|
10087
|
+
flex-direction: column;
|
|
10088
|
+
grid-gap: 20px;
|
|
10089
|
+
gap: 20px; }
|
|
10090
|
+
@media (min-width: 1024px) {
|
|
10091
|
+
.employee-dashboard-container .employee-dashboard-table-and-services {
|
|
10092
|
+
-webkit-box-orient: horizontal;
|
|
10093
|
+
-webkit-box-direction: normal;
|
|
10094
|
+
-ms-flex-direction: row;
|
|
10095
|
+
flex-direction: row; } }
|
|
10096
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-table-container {
|
|
10097
|
+
-webkit-box-flex: 1;
|
|
10098
|
+
-ms-flex: 1;
|
|
10099
|
+
flex: 1; }
|
|
10100
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-table-container .employee-dashboard-table-header {
|
|
10101
|
+
display: -webkit-box;
|
|
10102
|
+
display: -ms-flexbox;
|
|
10103
|
+
display: flex;
|
|
10104
|
+
-webkit-box-pack: justify;
|
|
10105
|
+
-ms-flex-pack: justify;
|
|
10106
|
+
justify-content: space-between; }
|
|
10107
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-table-container .employee-dashboard-table-header .employee-dashboard-table-title {
|
|
10108
|
+
color: "white";
|
|
10109
|
+
font-family: Manrope;
|
|
10110
|
+
font-weight: 700;
|
|
10111
|
+
font-size: 20px;
|
|
10112
|
+
line-height: 27.32px;
|
|
10113
|
+
letter-spacing: 0; }
|
|
10114
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-table-container .employee-dashboard-table-header .employee-dashboard-view-all-link {
|
|
10115
|
+
color: #00f; }
|
|
10116
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-table-container .employee-dashboard-table-content {
|
|
10117
|
+
overflow: auto;
|
|
10118
|
+
width: 100%; }
|
|
10119
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container {
|
|
10120
|
+
-webkit-box-flex: 1;
|
|
10121
|
+
-ms-flex: 1;
|
|
10122
|
+
flex: 1; }
|
|
10123
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-quick-services-header {
|
|
10124
|
+
display: -webkit-box;
|
|
10125
|
+
display: -ms-flexbox;
|
|
10126
|
+
display: flex;
|
|
10127
|
+
-webkit-box-pack: justify;
|
|
10128
|
+
-ms-flex-pack: justify;
|
|
10129
|
+
justify-content: space-between; }
|
|
10130
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-quick-services-header .employee-dashboard-quick-services-title {
|
|
10131
|
+
color: "#000";
|
|
10132
|
+
font-family: Manrope;
|
|
10133
|
+
font-weight: 700;
|
|
10134
|
+
font-size: 20px;
|
|
10135
|
+
line-height: 27.32px;
|
|
10136
|
+
letter-spacing: 0; }
|
|
10137
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-quick-services-header .employee-dashboard-view-all-link {
|
|
10138
|
+
color: #00f; }
|
|
10139
|
+
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper {
|
|
10140
|
+
display: -webkit-box;
|
|
10141
|
+
display: -ms-flexbox;
|
|
10142
|
+
display: flex;
|
|
10143
|
+
-ms-flex-wrap: wrap;
|
|
10144
|
+
flex-wrap: wrap;
|
|
10145
|
+
grid-gap: 20px;
|
|
10146
|
+
gap: 20px; }
|
|
10147
|
+
|
|
9823
10148
|
.display-none {
|
|
9824
10149
|
display: none; }
|
|
9825
10150
|
|
|
@@ -9875,8 +10200,8 @@ body {
|
|
|
9875
10200
|
|
|
9876
10201
|
.dark {
|
|
9877
10202
|
--text-opacity:1;
|
|
9878
|
-
color: #
|
|
9879
|
-
color: rgba(
|
|
10203
|
+
color: #0d43a7;
|
|
10204
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
9880
10205
|
|
|
9881
10206
|
.mrlg {
|
|
9882
10207
|
margin-right: 24px; }
|
|
@@ -9894,7 +10219,7 @@ body {
|
|
|
9894
10219
|
color: #1d70b8; }
|
|
9895
10220
|
|
|
9896
10221
|
.clear-search-label {
|
|
9897
|
-
color: #
|
|
10222
|
+
color: #2947a3;
|
|
9898
10223
|
cursor: pointer; }
|
|
9899
10224
|
|
|
9900
10225
|
.search-submit-bar {
|
|
@@ -10175,8 +10500,8 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
10175
10500
|
width: 100%; }
|
|
10176
10501
|
.text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
|
|
10177
10502
|
--border-opacity:1;
|
|
10178
|
-
border: 1px solid #
|
|
10179
|
-
border-color: rgba(
|
|
10503
|
+
border: 1px solid #2947a3;
|
|
10504
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
10180
10505
|
|
|
10181
10506
|
.text-input-width {
|
|
10182
10507
|
max-width: 540px; }
|
|
@@ -10375,6 +10700,24 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
10375
10700
|
width: unset;
|
|
10376
10701
|
margin-right: 1rem; }
|
|
10377
10702
|
|
|
10703
|
+
.ws-button {
|
|
10704
|
+
border: 1px solid grey;
|
|
10705
|
+
background-color: grey; }
|
|
10706
|
+
|
|
10707
|
+
.ws-button, .ws-search-button {
|
|
10708
|
+
display: block;
|
|
10709
|
+
height: 50%;
|
|
10710
|
+
width: 80%;
|
|
10711
|
+
text-align: "center";
|
|
10712
|
+
margin-top: 6%;
|
|
10713
|
+
color: "white"; }
|
|
10714
|
+
|
|
10715
|
+
.ws-search-button {
|
|
10716
|
+
border: 1px solid #000; }
|
|
10717
|
+
|
|
10718
|
+
.button {
|
|
10719
|
+
color: "white"; }
|
|
10720
|
+
|
|
10378
10721
|
.connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
|
|
10379
10722
|
visibility: hidden;
|
|
10380
10723
|
padding-bottom: 8px;
|