@pmidc/upyog-css 1.0.1 → 1.0.3
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 +469 -287
- 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 +56 -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 +97 -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 +417 -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 +179 -178
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +112 -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 +68 -0
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +743 -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 +412 -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
|
@@ -867,8 +867,8 @@ img, video {
|
|
|
867
867
|
|
|
868
868
|
.body-container, body {
|
|
869
869
|
--bg-opacity:1;
|
|
870
|
-
background-color: #
|
|
871
|
-
background-color: rgba(
|
|
870
|
+
background-color: #f5f7fa;
|
|
871
|
+
background-color: rgba(245, 247, 250, var(--bg-opacity)); }
|
|
872
872
|
|
|
873
873
|
.body-container {
|
|
874
874
|
height: 100%;
|
|
@@ -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;
|
|
@@ -1296,8 +1296,8 @@ img, video {
|
|
|
1296
1296
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
1297
1297
|
margin: 8px;
|
|
1298
1298
|
padding: 16px 16px 24px;
|
|
1299
|
-
-webkit-box-shadow: 0
|
|
1300
|
-
box-shadow: 0
|
|
1299
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
1300
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
1301
1301
|
border-radius: 4px;
|
|
1302
1302
|
max-width: 960px; }
|
|
1303
1303
|
.card .card-header, .card-emp .card-header {
|
|
@@ -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,11 @@ 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
|
-
|
|
1400
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
1401
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
1402
|
+
border-radius: 8px; }
|
|
1401
1403
|
.employeeCard .card-header {
|
|
1402
1404
|
font-size: 32px;
|
|
1403
1405
|
line-height: 40px;
|
|
@@ -1405,8 +1407,8 @@ img, video {
|
|
|
1405
1407
|
margin-bottom: 16px; }
|
|
1406
1408
|
.employeeCard .card-header, .employeeCard .card-sub-header, .employeeCard .employee-card-sub-header {
|
|
1407
1409
|
--text-opacity:1;
|
|
1408
|
-
color: #
|
|
1409
|
-
color: rgba(
|
|
1410
|
+
color: #0d43a7;
|
|
1411
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1410
1412
|
font-weight: 700;
|
|
1411
1413
|
vertical-align: middle;
|
|
1412
1414
|
text-align: left; }
|
|
@@ -1416,11 +1418,11 @@ img, video {
|
|
|
1416
1418
|
.employeeCard .card-section-header {
|
|
1417
1419
|
font-size: 18px;
|
|
1418
1420
|
line-height: 28px;
|
|
1419
|
-
font-weight:
|
|
1421
|
+
font-weight: 500; }
|
|
1420
1422
|
.employeeCard .card-section-header, .employeeCard .card-section-sub-text {
|
|
1421
1423
|
--text-opacity:1;
|
|
1422
|
-
color: #
|
|
1423
|
-
color: rgba(
|
|
1424
|
+
color: #0d43a7;
|
|
1425
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1424
1426
|
.employeeCard .card-section-sub-text {
|
|
1425
1427
|
font-size: 14px;
|
|
1426
1428
|
line-height: 16px; }
|
|
@@ -1439,24 +1441,24 @@ img, video {
|
|
|
1439
1441
|
text-align: left;
|
|
1440
1442
|
margin-bottom: 24px; }
|
|
1441
1443
|
.employeeCard .card-text span {
|
|
1442
|
-
color: #
|
|
1443
|
-
color: rgba(
|
|
1444
|
+
color: #0d43a7;
|
|
1445
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1444
1446
|
.employeeCard .card-text-primary, .employeeCard span {
|
|
1445
1447
|
--text-opacity:1;
|
|
1446
|
-
color: #
|
|
1447
|
-
color: rgba(
|
|
1448
|
+
color: #0d43a7;
|
|
1449
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1448
1450
|
.employeeCard .card-text-button, .employeeCard .card-text-primary {
|
|
1449
1451
|
font-size: 16px;
|
|
1450
1452
|
line-height: 24px; }
|
|
1451
1453
|
.employeeCard .card-text-button {
|
|
1452
1454
|
--text-opacity:1;
|
|
1453
|
-
color: #
|
|
1454
|
-
color: rgba(
|
|
1455
|
+
color: #2947a3;
|
|
1456
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
1455
1457
|
.employeeCard .card-label {
|
|
1456
1458
|
font-size: 19px;
|
|
1457
1459
|
line-height: 23px;
|
|
1458
|
-
color: #
|
|
1459
|
-
color: rgba(
|
|
1460
|
+
color: #0d43a7;
|
|
1461
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1460
1462
|
.employeeCard .card-label, .employeeCard .card-label-error {
|
|
1461
1463
|
--text-opacity:1;
|
|
1462
1464
|
margin-bottom: 16px; }
|
|
@@ -1517,22 +1519,26 @@ img, video {
|
|
|
1517
1519
|
font-weight: 500;
|
|
1518
1520
|
font-size: 19px;
|
|
1519
1521
|
line-height: 23px;
|
|
1520
|
-
--text-opacity:1;
|
|
1521
|
-
color: #fff;
|
|
1522
|
-
color: rgba(255, 255, 255, var(--text-opacity));
|
|
1523
1522
|
line-height: 2.5rem; }
|
|
1524
1523
|
|
|
1525
1524
|
.submit-bar, .submit-bar-disabled {
|
|
1526
1525
|
height: 2.5rem;
|
|
1527
1526
|
--bg-opacity:1;
|
|
1528
|
-
background-color: #
|
|
1529
|
-
background-color: rgba(
|
|
1527
|
+
background-color: #2947a3;
|
|
1528
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
1530
1529
|
text-align: center;
|
|
1531
|
-
width: 100%;
|
|
1532
1530
|
outline: 2px solid transparent;
|
|
1533
1531
|
outline-offset: 2px;
|
|
1532
|
+
--text-opacity:1;
|
|
1533
|
+
color: #fff;
|
|
1534
|
+
color: rgba(255, 255, 255, var(--text-opacity));
|
|
1535
|
+
width: 175px;
|
|
1536
|
+
border-radius: 8px;
|
|
1534
1537
|
outline: 2px solid transparent;
|
|
1535
|
-
outline-offset: 2px;
|
|
1538
|
+
outline-offset: 2px;
|
|
1539
|
+
--text-opacity:1;
|
|
1540
|
+
color: #fff;
|
|
1541
|
+
color: rgba(255, 255, 255, var(--text-opacity)); }
|
|
1536
1542
|
|
|
1537
1543
|
.submit-bar-disabled {
|
|
1538
1544
|
opacity: .5; }
|
|
@@ -1541,15 +1547,13 @@ img, video {
|
|
|
1541
1547
|
font-weight: 500;
|
|
1542
1548
|
font-size: 19px;
|
|
1543
1549
|
line-height: 23px;
|
|
1544
|
-
--text-opacity:1;
|
|
1545
|
-
color: #fff;
|
|
1546
|
-
color: rgba(255, 255, 255, var(--text-opacity));
|
|
1547
1550
|
line-height: 2.5rem;
|
|
1548
1551
|
line-height: 2rem !important; }
|
|
1549
1552
|
|
|
1550
1553
|
@media (min-width: 780px) {
|
|
1551
1554
|
.submit-bar, .submit-bar-disabled {
|
|
1552
|
-
width:
|
|
1555
|
+
width: 175px;
|
|
1556
|
+
border-radius: 8px;
|
|
1553
1557
|
height: 2rem !important; }
|
|
1554
1558
|
.card, .card-emp {
|
|
1555
1559
|
display: -webkit-box;
|
|
@@ -1596,8 +1600,8 @@ img, video {
|
|
|
1596
1600
|
font-weight: 500; }
|
|
1597
1601
|
.employeeCard .card-section-sub-text {
|
|
1598
1602
|
--text-opacity:1;
|
|
1599
|
-
color: #
|
|
1600
|
-
color: rgba(
|
|
1603
|
+
color: #0d43a7;
|
|
1604
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1601
1605
|
font-size: 16px;
|
|
1602
1606
|
line-height: 24px; }
|
|
1603
1607
|
.employeeCard .card-search-heading {
|
|
@@ -1655,8 +1659,8 @@ img, video {
|
|
|
1655
1659
|
|
|
1656
1660
|
.card-section-header {
|
|
1657
1661
|
--text-opacity:1;
|
|
1658
|
-
color: #
|
|
1659
|
-
color: rgba(
|
|
1662
|
+
color: #0d43a7;
|
|
1663
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1660
1664
|
font-size: 18px;
|
|
1661
1665
|
line-height: 28px;
|
|
1662
1666
|
font-weight: 700; }
|
|
@@ -1738,7 +1742,7 @@ img, video {
|
|
|
1738
1742
|
width: 100% !important; }
|
|
1739
1743
|
|
|
1740
1744
|
.language-selector .submit-bar, .submit-bar-disabled {
|
|
1741
|
-
background-color:
|
|
1745
|
+
background-color: rgba(178, 196, 239, 0.8) !important; }
|
|
1742
1746
|
|
|
1743
1747
|
.owner-details {
|
|
1744
1748
|
display: -webkit-box;
|
|
@@ -1761,8 +1765,8 @@ img, video {
|
|
|
1761
1765
|
.selector-button-primary {
|
|
1762
1766
|
height: 2rem;
|
|
1763
1767
|
--bg-opacity:1;
|
|
1764
|
-
background-color: #
|
|
1765
|
-
background-color: rgba(
|
|
1768
|
+
background-color: #2947a3;
|
|
1769
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
1766
1770
|
text-align: center;
|
|
1767
1771
|
--border-opacity:1;
|
|
1768
1772
|
border-color: #464646;
|
|
@@ -1809,8 +1813,8 @@ img, video {
|
|
|
1809
1813
|
font-size: 19px;
|
|
1810
1814
|
line-height: 23px;
|
|
1811
1815
|
--text-opacity:1;
|
|
1812
|
-
color: #
|
|
1813
|
-
color: rgba(
|
|
1816
|
+
color: #0d43a7;
|
|
1817
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1814
1818
|
|
|
1815
1819
|
.input-mirror-selector-button {
|
|
1816
1820
|
height: 4rem !important;
|
|
@@ -1836,14 +1840,14 @@ img, video {
|
|
|
1836
1840
|
font-size: 19px;
|
|
1837
1841
|
line-height: 23px;
|
|
1838
1842
|
--text-opacity:1;
|
|
1839
|
-
color: #
|
|
1840
|
-
color: rgba(
|
|
1843
|
+
color: #0d43a7;
|
|
1844
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
1841
1845
|
|
|
1842
1846
|
.selector-button-primary-disabled {
|
|
1843
1847
|
height: 2rem;
|
|
1844
1848
|
--bg-opacity:1;
|
|
1845
|
-
background-color: #
|
|
1846
|
-
background-color: rgba(
|
|
1849
|
+
background-color: #2947a3;
|
|
1850
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
1847
1851
|
text-align: center;
|
|
1848
1852
|
--border-opacity:1;
|
|
1849
1853
|
border-color: #464646;
|
|
@@ -1885,8 +1889,8 @@ img, video {
|
|
|
1885
1889
|
position: relative; }
|
|
1886
1890
|
.radio-wrap .radio-btn-wrap:hover .radio-btn-checkmark {
|
|
1887
1891
|
--border-opacity:1;
|
|
1888
|
-
border-color: #
|
|
1889
|
-
border-color: rgba(
|
|
1892
|
+
border-color: #2947a3;
|
|
1893
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
1890
1894
|
.radio-wrap .radio-btn {
|
|
1891
1895
|
opacity: 0;
|
|
1892
1896
|
position: absolute;
|
|
@@ -1903,8 +1907,8 @@ img, video {
|
|
|
1903
1907
|
display: block; }
|
|
1904
1908
|
.radio-wrap label {
|
|
1905
1909
|
--text-opacity:1;
|
|
1906
|
-
color: #
|
|
1907
|
-
color: rgba(
|
|
1910
|
+
color: #0d43a7;
|
|
1911
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1908
1912
|
font-size: 16px;
|
|
1909
1913
|
line-height: 20px;
|
|
1910
1914
|
margin-left: 16px; }
|
|
@@ -1913,13 +1917,13 @@ img, video {
|
|
|
1913
1917
|
.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
1918
|
border-width: 1px;
|
|
1915
1919
|
--border-opacity:1;
|
|
1916
|
-
border-color: #
|
|
1917
|
-
border-color: rgba(
|
|
1920
|
+
border-color: #2947a3;
|
|
1921
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
1918
1922
|
.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
1923
|
display: block;
|
|
1920
1924
|
--bg-opacity:1;
|
|
1921
|
-
background-color: #
|
|
1922
|
-
background-color: rgba(
|
|
1925
|
+
background-color: #2947a3;
|
|
1926
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
1923
1927
|
height: 1.25rem;
|
|
1924
1928
|
width: 1.25rem;
|
|
1925
1929
|
border-radius: 9999px;
|
|
@@ -1961,8 +1965,8 @@ img, video {
|
|
|
1961
1965
|
border-color: rgba(70, 70, 70, var(--border-opacity)); }
|
|
1962
1966
|
.employee-select-wrap .select:hover {
|
|
1963
1967
|
--border-opacity:1;
|
|
1964
|
-
border: 1px solid #
|
|
1965
|
-
border-color: rgba(
|
|
1968
|
+
border: 1px solid #2947a3;
|
|
1969
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
1966
1970
|
.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
1971
|
width: calc(100% - 32px);
|
|
1968
1972
|
background-color: initial;
|
|
@@ -1976,8 +1980,8 @@ img, video {
|
|
|
1976
1980
|
padding-left: 8px; }
|
|
1977
1981
|
.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
1982
|
--text-opacity:1;
|
|
1979
|
-
color: #
|
|
1980
|
-
color: rgba(
|
|
1983
|
+
color: #0d43a7;
|
|
1984
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
1981
1985
|
font-size: 16px;
|
|
1982
1986
|
line-height: 20px; }
|
|
1983
1987
|
.employee-select-wrap .select p {
|
|
@@ -1999,8 +2003,8 @@ img, video {
|
|
|
1999
2003
|
width: 100%;
|
|
2000
2004
|
height: 2.5rem;
|
|
2001
2005
|
--border-opacity:1;
|
|
2002
|
-
border: 1px solid #
|
|
2003
|
-
border-color: rgba(
|
|
2006
|
+
border: 1px solid #2947a3;
|
|
2007
|
+
border-color: rgba(41, 71, 163, var(--border-opacity));
|
|
2004
2008
|
height: 2 rem !important;
|
|
2005
2009
|
padding: 1.5rem 1rem;
|
|
2006
2010
|
border-radius: 8px;
|
|
@@ -2019,8 +2023,8 @@ img, video {
|
|
|
2019
2023
|
padding-left: 8px; }
|
|
2020
2024
|
.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
2025
|
--text-opacity:1;
|
|
2022
|
-
color: #
|
|
2023
|
-
color: rgba(
|
|
2026
|
+
color: #0d43a7;
|
|
2027
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2024
2028
|
font-size: 16px;
|
|
2025
2029
|
line-height: 20px; }
|
|
2026
2030
|
.employee-select-wrap .select-active p {
|
|
@@ -2056,8 +2060,8 @@ img, video {
|
|
|
2056
2060
|
height: 3rem;
|
|
2057
2061
|
padding-left: 8px;
|
|
2058
2062
|
--text-opacity:1;
|
|
2059
|
-
color: #
|
|
2060
|
-
color: rgba(
|
|
2063
|
+
color: #0d43a7;
|
|
2064
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2061
2065
|
font-size: 16px;
|
|
2062
2066
|
line-height: 20px; }
|
|
2063
2067
|
.employee-select-wrap .options-card p:hover {
|
|
@@ -2108,8 +2112,8 @@ img, video {
|
|
|
2108
2112
|
padding-left: 8px; }
|
|
2109
2113
|
.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
2114
|
--text-opacity:1;
|
|
2111
|
-
color: #
|
|
2112
|
-
color: rgba(
|
|
2115
|
+
color: #0d43a7;
|
|
2116
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2113
2117
|
font-size: 16px;
|
|
2114
2118
|
line-height: 20px; }
|
|
2115
2119
|
.select-wrap .select p {
|
|
@@ -2131,8 +2135,8 @@ img, video {
|
|
|
2131
2135
|
width: 100%;
|
|
2132
2136
|
height: 2.5rem;
|
|
2133
2137
|
--border-opacity:1;
|
|
2134
|
-
border: 1px solid #
|
|
2135
|
-
border-color: rgba(
|
|
2138
|
+
border: 1px solid #2947a3;
|
|
2139
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
2136
2140
|
.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
2141
|
width: calc(100% - 32px);
|
|
2138
2142
|
background-color: initial;
|
|
@@ -2146,8 +2150,8 @@ img, video {
|
|
|
2146
2150
|
padding-left: 8px; }
|
|
2147
2151
|
.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
2152
|
--text-opacity:1;
|
|
2149
|
-
color: #
|
|
2150
|
-
color: rgba(
|
|
2153
|
+
color: #0d43a7;
|
|
2154
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2151
2155
|
font-size: 16px;
|
|
2152
2156
|
line-height: 20px; }
|
|
2153
2157
|
.select-wrap .select-active p {
|
|
@@ -2179,8 +2183,8 @@ img, video {
|
|
|
2179
2183
|
height: 3rem;
|
|
2180
2184
|
padding-left: 8px;
|
|
2181
2185
|
--text-opacity:1;
|
|
2182
|
-
color: #
|
|
2183
|
-
color: rgba(
|
|
2186
|
+
color: #0d43a7;
|
|
2187
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2184
2188
|
font-size: 16px;
|
|
2185
2189
|
line-height: 20px; }
|
|
2186
2190
|
.select-wrap .options-card p:hover {
|
|
@@ -2212,8 +2216,8 @@ img, video {
|
|
|
2212
2216
|
font-size: 16px;
|
|
2213
2217
|
line-height: 20px;
|
|
2214
2218
|
--text-opacity:1;
|
|
2215
|
-
color: #
|
|
2216
|
-
color: rgba(
|
|
2219
|
+
color: #0d43a7;
|
|
2220
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
2217
2221
|
|
|
2218
2222
|
.card-input-error {
|
|
2219
2223
|
--border-opacity:1;
|
|
@@ -2238,8 +2242,8 @@ img, video {
|
|
|
2238
2242
|
font-size: 16px;
|
|
2239
2243
|
line-height: 20px;
|
|
2240
2244
|
--text-opacity:1;
|
|
2241
|
-
color: #
|
|
2242
|
-
color: rgba(
|
|
2245
|
+
color: #0d43a7;
|
|
2246
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2243
2247
|
margin-bottom: 16px !important;
|
|
2244
2248
|
height: 2rem !important;
|
|
2245
2249
|
padding: 1.5rem 1rem;
|
|
@@ -2275,7 +2279,8 @@ img, video {
|
|
|
2275
2279
|
--border-opacity:1;
|
|
2276
2280
|
border: 1px solid #d4351c;
|
|
2277
2281
|
border-color: rgba(212, 53, 28, var(--border-opacity));
|
|
2278
|
-
line-height: 2.5rem;
|
|
2282
|
+
line-height: 2.5rem;
|
|
2283
|
+
border-radius: 8px; }
|
|
2279
2284
|
|
|
2280
2285
|
.card-textarea, .employee-card-input-error, .employee-card-textarea {
|
|
2281
2286
|
margin-bottom: 24px;
|
|
@@ -2289,8 +2294,8 @@ img, video {
|
|
|
2289
2294
|
font-size: 16px;
|
|
2290
2295
|
line-height: 20px;
|
|
2291
2296
|
--text-opacity:1;
|
|
2292
|
-
color: #
|
|
2293
|
-
color: rgba(
|
|
2297
|
+
color: #0d43a7;
|
|
2298
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
2294
2299
|
|
|
2295
2300
|
.card-textarea, .employee-card-textarea {
|
|
2296
2301
|
margin-top: 16px;
|
|
@@ -2346,8 +2351,8 @@ img, video {
|
|
|
2346
2351
|
font-size: 16px;
|
|
2347
2352
|
line-height: 20px;
|
|
2348
2353
|
--text-opacity:1;
|
|
2349
|
-
color: #
|
|
2350
|
-
color: rgba(
|
|
2354
|
+
color: #0d43a7;
|
|
2355
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2351
2356
|
height: 2rem !important;
|
|
2352
2357
|
margin-bottom: 16px !important;
|
|
2353
2358
|
line-height: 2rem !important; }
|
|
@@ -2369,8 +2374,8 @@ img, video {
|
|
|
2369
2374
|
.emp-success-wrap, .success-wrap {
|
|
2370
2375
|
display: block;
|
|
2371
2376
|
--bg-opacity:1;
|
|
2372
|
-
background-color: #
|
|
2373
|
-
background-color: rgba(
|
|
2377
|
+
background-color: #05a660;
|
|
2378
|
+
background-color: rgba(5, 166, 96, var(--bg-opacity));
|
|
2374
2379
|
width: 100%;
|
|
2375
2380
|
text-align: center;
|
|
2376
2381
|
--text-opacity:1;
|
|
@@ -2538,8 +2543,8 @@ img, video {
|
|
|
2538
2543
|
width: 20px; }
|
|
2539
2544
|
.date-wrap p {
|
|
2540
2545
|
--text-opacity:1;
|
|
2541
|
-
color: #
|
|
2542
|
-
color: rgba(
|
|
2546
|
+
color: #0d43a7;
|
|
2547
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2543
2548
|
font-size: 16px;
|
|
2544
2549
|
line-height: 24px;
|
|
2545
2550
|
padding-left: 8px; }
|
|
@@ -2551,8 +2556,8 @@ img, video {
|
|
|
2551
2556
|
|
|
2552
2557
|
.data-table {
|
|
2553
2558
|
--text-opacity:1;
|
|
2554
|
-
color: #
|
|
2555
|
-
color: rgba(
|
|
2559
|
+
color: #0d43a7;
|
|
2560
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
2556
2561
|
.data-table .row {
|
|
2557
2562
|
display: -webkit-box;
|
|
2558
2563
|
display: -ms-flexbox;
|
|
@@ -2638,13 +2643,13 @@ img, video {
|
|
|
2638
2643
|
height: 24px;
|
|
2639
2644
|
border-radius: 50%;
|
|
2640
2645
|
--border-opacity:1;
|
|
2641
|
-
border-color: #
|
|
2646
|
+
border-color: #2947a3;
|
|
2642
2647
|
border-bottom: 1px;
|
|
2643
|
-
border-color: rgba(
|
|
2648
|
+
border-color: rgba(41, 71, 163, var(--border-opacity));
|
|
2644
2649
|
border-style: solid;
|
|
2645
2650
|
--bg-opacity:1;
|
|
2646
|
-
background-color: #
|
|
2647
|
-
background-color: rgba(
|
|
2651
|
+
background-color: #2947a3;
|
|
2652
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity)); }
|
|
2648
2653
|
.checkpoint-done header {
|
|
2649
2654
|
margin-left: 16px; }
|
|
2650
2655
|
.checkpoint-done header p {
|
|
@@ -2701,8 +2706,8 @@ img, video {
|
|
|
2701
2706
|
padding: 8px;
|
|
2702
2707
|
margin-top: 8px; }
|
|
2703
2708
|
.checkpoint-comments-wrap h4 {
|
|
2704
|
-
color: #
|
|
2705
|
-
color: rgba(
|
|
2709
|
+
color: #0d43a7;
|
|
2710
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
2706
2711
|
.checkpoint-comments-wrap h4, .checkpoint-comments-wrap p {
|
|
2707
2712
|
--text-opacity:1;
|
|
2708
2713
|
font-size: 16px;
|
|
@@ -2749,8 +2754,8 @@ img, video {
|
|
|
2749
2754
|
.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
2755
|
border-width: 1px;
|
|
2751
2756
|
--border-opacity:1;
|
|
2752
|
-
border-color: #
|
|
2753
|
-
border-color: rgba(
|
|
2757
|
+
border-color: #2947a3;
|
|
2758
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
2754
2759
|
.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
2760
|
opacity: 1; }
|
|
2756
2761
|
.checkbox-wrap .label {
|
|
@@ -2758,8 +2763,8 @@ img, video {
|
|
|
2758
2763
|
font-size: 16px;
|
|
2759
2764
|
line-height: 20px;
|
|
2760
2765
|
--text-opacity:1;
|
|
2761
|
-
color: #
|
|
2762
|
-
color: rgba(
|
|
2766
|
+
color: #0d43a7;
|
|
2767
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2763
2768
|
position: relative;
|
|
2764
2769
|
top: 10px; }
|
|
2765
2770
|
|
|
@@ -2794,8 +2799,8 @@ img, video {
|
|
|
2794
2799
|
font-size: 16px;
|
|
2795
2800
|
line-height: 20px;
|
|
2796
2801
|
--text-opacity:1;
|
|
2797
|
-
color: #
|
|
2798
|
-
color: rgba(
|
|
2802
|
+
color: #0d43a7;
|
|
2803
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
2799
2804
|
margin-right: 8px;
|
|
2800
2805
|
margin-bottom: 8px;
|
|
2801
2806
|
text-align: center; }
|
|
@@ -2837,8 +2842,8 @@ img, video {
|
|
|
2837
2842
|
font-size: 16px !important;
|
|
2838
2843
|
line-height: 20px !important;
|
|
2839
2844
|
--text-opacity:1!important;
|
|
2840
|
-
color: #
|
|
2841
|
-
color: rgba(
|
|
2845
|
+
color: #0d43a7 !important;
|
|
2846
|
+
color: rgba(13, 67, 167, var(--text-opacity)) !important;
|
|
2842
2847
|
height: 2.5rem !important;
|
|
2843
2848
|
width: 100% !important; }
|
|
2844
2849
|
|
|
@@ -2935,8 +2940,8 @@ img, video {
|
|
|
2935
2940
|
margin-bottom: 4px;
|
|
2936
2941
|
font-weight: 700; }
|
|
2937
2942
|
.key-note-pair h3, .key-note-pair p {
|
|
2938
|
-
color: #
|
|
2939
|
-
color: rgba(
|
|
2943
|
+
color: #0d43a7;
|
|
2944
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
2940
2945
|
.key-note-pair .caption, .key-note-pair h3, .key-note-pair p {
|
|
2941
2946
|
--text-opacity:1;
|
|
2942
2947
|
font-size: 16px;
|
|
@@ -2975,17 +2980,17 @@ img, video {
|
|
|
2975
2980
|
cursor: pointer; }
|
|
2976
2981
|
.status-highlight.success {
|
|
2977
2982
|
--bg-opacity:1;
|
|
2978
|
-
background-color: #
|
|
2979
|
-
background-color: rgba(
|
|
2983
|
+
background-color: #05a660;
|
|
2984
|
+
background-color: rgba(5, 166, 96, var(--bg-opacity)); }
|
|
2980
2985
|
.status-highlight.success p {
|
|
2981
2986
|
--text-opacity:1;
|
|
2982
|
-
color: #
|
|
2983
|
-
color: rgba(
|
|
2987
|
+
color: #05a660;
|
|
2988
|
+
color: rgba(5, 166, 96, var(--text-opacity)); }
|
|
2984
2989
|
|
|
2985
2990
|
.image-viewer-wrap {
|
|
2986
2991
|
--bg-opacity:1;
|
|
2987
|
-
background-color: #
|
|
2988
|
-
background-color: rgba(
|
|
2992
|
+
background-color: #0d43a7;
|
|
2993
|
+
background-color: rgba(13, 67, 167, var(--bg-opacity));
|
|
2989
2994
|
padding: 16px;
|
|
2990
2995
|
top: 0;
|
|
2991
2996
|
left: 0;
|
|
@@ -3016,8 +3021,8 @@ img, video {
|
|
|
3016
3021
|
height: 100%;
|
|
3017
3022
|
z-index: 20;
|
|
3018
3023
|
--bg-opacity:1;
|
|
3019
|
-
background-color: #
|
|
3020
|
-
background-color: rgba(
|
|
3024
|
+
background-color: #0d43a7;
|
|
3025
|
+
background-color: rgba(13, 67, 167, var(--bg-opacity));
|
|
3021
3026
|
padding: 16px; }
|
|
3022
3027
|
.image-viewer-wrap svg {
|
|
3023
3028
|
top: 90px;
|
|
@@ -3036,13 +3041,14 @@ img, video {
|
|
|
3036
3041
|
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16);
|
|
3037
3042
|
max-width: 480px;
|
|
3038
3043
|
z-index: 100;
|
|
3044
|
+
height: 80px;
|
|
3039
3045
|
left: 0;
|
|
3040
3046
|
bottom: 0;
|
|
3041
3047
|
width: 100%;
|
|
3042
3048
|
--bg-opacity:1;
|
|
3043
3049
|
background-color: #fff;
|
|
3044
3050
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3045
|
-
padding:
|
|
3051
|
+
padding: 24px 48px;
|
|
3046
3052
|
position: fixed;
|
|
3047
3053
|
text-align: right; }
|
|
3048
3054
|
.action-bar-wrap div {
|
|
@@ -3069,8 +3075,8 @@ img, video {
|
|
|
3069
3075
|
font-size: 16px;
|
|
3070
3076
|
line-height: 24px;
|
|
3071
3077
|
--text-opacity:1;
|
|
3072
|
-
color: #
|
|
3073
|
-
color: rgba(
|
|
3078
|
+
color: #0d43a7;
|
|
3079
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
3074
3080
|
.action-bar-wrap .menu-wrap div:hover {
|
|
3075
3081
|
--bg-opacity:1;
|
|
3076
3082
|
background-color: #eee;
|
|
@@ -3089,8 +3095,8 @@ img, video {
|
|
|
3089
3095
|
--bg-opacity:1;
|
|
3090
3096
|
background-color: #fff;
|
|
3091
3097
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3092
|
-
padding-top:
|
|
3093
|
-
padding-bottom:
|
|
3098
|
+
padding-top: 24px;
|
|
3099
|
+
padding-bottom: 24px;
|
|
3094
3100
|
padding-right: 24px;
|
|
3095
3101
|
text-align: right; }
|
|
3096
3102
|
.action-bar-wrap div {
|
|
@@ -3118,8 +3124,8 @@ img, video {
|
|
|
3118
3124
|
font-size: 16px;
|
|
3119
3125
|
line-height: 24px;
|
|
3120
3126
|
--text-opacity:1;
|
|
3121
|
-
color: #
|
|
3122
|
-
color: rgba(
|
|
3127
|
+
color: #0d43a7;
|
|
3128
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
3123
3129
|
.action-bar-wrap .menu-wrap div:hover {
|
|
3124
3130
|
--bg-opacity:1;
|
|
3125
3131
|
background-color: #eee;
|
|
@@ -3150,8 +3156,8 @@ img, video {
|
|
|
3150
3156
|
font-size: 16px;
|
|
3151
3157
|
line-height: 24px;
|
|
3152
3158
|
--text-opacity:1;
|
|
3153
|
-
color: #
|
|
3154
|
-
color: rgba(
|
|
3159
|
+
color: #0d43a7;
|
|
3160
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
3155
3161
|
.action-bar-wrap-registry .menu-wrap div:hover {
|
|
3156
3162
|
--bg-opacity:1;
|
|
3157
3163
|
background-color: #eee;
|
|
@@ -3185,7 +3191,8 @@ img, video {
|
|
|
3185
3191
|
--bg-opacity:1;
|
|
3186
3192
|
background-color: #fff;
|
|
3187
3193
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3188
|
-
width: 100%;
|
|
3194
|
+
width: 100%;
|
|
3195
|
+
border-radius: 8px; }
|
|
3189
3196
|
.table thead th {
|
|
3190
3197
|
padding: 20px 18px;
|
|
3191
3198
|
font-weight: 700;
|
|
@@ -3488,8 +3495,8 @@ img, video {
|
|
|
3488
3495
|
display: -ms-flexbox;
|
|
3489
3496
|
display: flex;
|
|
3490
3497
|
--bg-opacity:1;
|
|
3491
|
-
background-color: #
|
|
3492
|
-
background-color: rgba(
|
|
3498
|
+
background-color: #05a660;
|
|
3499
|
+
background-color: rgba(5, 166, 96, var(--bg-opacity));
|
|
3493
3500
|
line-height: 1.75rem;
|
|
3494
3501
|
z-index: 20;
|
|
3495
3502
|
-webkit-box-align: center;
|
|
@@ -3542,8 +3549,8 @@ img, video {
|
|
|
3542
3549
|
font-size: 16px;
|
|
3543
3550
|
line-height: 24px;
|
|
3544
3551
|
--text-opacity:1;
|
|
3545
|
-
color: #
|
|
3546
|
-
color: rgba(
|
|
3552
|
+
color: #0d43a7;
|
|
3553
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
3547
3554
|
margin-bottom: 16px; }
|
|
3548
3555
|
.details-container .detail .name {
|
|
3549
3556
|
padding-top: 16px; }
|
|
@@ -3558,8 +3565,8 @@ img, video {
|
|
|
3558
3565
|
.telephone img, .telephone svg {
|
|
3559
3566
|
height: 22px;
|
|
3560
3567
|
width: 20px;
|
|
3561
|
-
color: #
|
|
3562
|
-
color: rgba(
|
|
3568
|
+
color: #2947a3;
|
|
3569
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
3563
3570
|
margin-left: 8px;
|
|
3564
3571
|
-webkit-box-align: center;
|
|
3565
3572
|
-ms-flex-align: center;
|
|
@@ -3567,8 +3574,8 @@ img, video {
|
|
|
3567
3574
|
.telephone img, .telephone p, .telephone svg {
|
|
3568
3575
|
--text-opacity:1; }
|
|
3569
3576
|
.telephone p {
|
|
3570
|
-
color: #
|
|
3571
|
-
color: rgba(
|
|
3577
|
+
color: #0d43a7;
|
|
3578
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
3572
3579
|
font-size: 16px;
|
|
3573
3580
|
line-height: 24px;
|
|
3574
3581
|
padding-left: 8px; }
|
|
@@ -3587,8 +3594,8 @@ img, video {
|
|
|
3587
3594
|
|
|
3588
3595
|
.action-link {
|
|
3589
3596
|
--text-opacity:1!important;
|
|
3590
|
-
color: #
|
|
3591
|
-
color: rgba(
|
|
3597
|
+
color: #2947a3 !important;
|
|
3598
|
+
color: rgba(41, 71, 163, var(--text-opacity)) !important;
|
|
3592
3599
|
font-size: 16px !important;
|
|
3593
3600
|
line-height: 24px !important;
|
|
3594
3601
|
margin-right: 24px !important; }
|
|
@@ -3611,8 +3618,8 @@ img, video {
|
|
|
3611
3618
|
padding-left: 8px; }
|
|
3612
3619
|
.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
3620
|
--text-opacity:1;
|
|
3614
|
-
color: #
|
|
3615
|
-
color: rgba(
|
|
3621
|
+
color: #0d43a7;
|
|
3622
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
3616
3623
|
font-size: 16px;
|
|
3617
3624
|
line-height: 20px; }
|
|
3618
3625
|
.sect-dropdown-wrap .sect-dropdown-input-wrap p {
|
|
@@ -3639,8 +3646,8 @@ img, video {
|
|
|
3639
3646
|
.sect-dropdown-wrap .sect-dropdown-card h1 {
|
|
3640
3647
|
padding-left: 8px;
|
|
3641
3648
|
padding-top: 16px;
|
|
3642
|
-
color: #
|
|
3643
|
-
color: rgba(
|
|
3649
|
+
color: #0d43a7;
|
|
3650
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
3644
3651
|
.sect-dropdown-wrap .sect-dropdown-card h1, .sect-dropdown-wrap .sect-dropdown-card p {
|
|
3645
3652
|
--text-opacity:1;
|
|
3646
3653
|
font-size: 16px;
|
|
@@ -3662,15 +3669,15 @@ img, video {
|
|
|
3662
3669
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3663
3670
|
margin: 8px;
|
|
3664
3671
|
padding: 8px 8px 24px;
|
|
3665
|
-
-webkit-box-shadow: 0
|
|
3666
|
-
box-shadow: 0
|
|
3672
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
3673
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922); }
|
|
3667
3674
|
.details-card .card-label {
|
|
3668
3675
|
font-weight: 700;
|
|
3669
3676
|
font-size: 19px;
|
|
3670
3677
|
line-height: 23px;
|
|
3671
3678
|
--text-opacity:1;
|
|
3672
|
-
color: #
|
|
3673
|
-
color: rgba(
|
|
3679
|
+
color: #0d43a7;
|
|
3680
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
3674
3681
|
margin-bottom: 16px; }
|
|
3675
3682
|
|
|
3676
3683
|
.searchBox {
|
|
@@ -3691,8 +3698,8 @@ img, video {
|
|
|
3691
3698
|
-ms-flex-direction: row;
|
|
3692
3699
|
flex-direction: row;
|
|
3693
3700
|
--text-opacity:1;
|
|
3694
|
-
color: #
|
|
3695
|
-
color: rgba(
|
|
3701
|
+
color: #1359c8;
|
|
3702
|
+
color: rgba(19, 89, 200, var(--text-opacity)); }
|
|
3696
3703
|
.searchBox .searchAction .searchText {
|
|
3697
3704
|
margin-left: 8px; }
|
|
3698
3705
|
|
|
@@ -3904,8 +3911,8 @@ video::-webkit-media-controls-panel {
|
|
|
3904
3911
|
.customBtn, .customBtn-selected {
|
|
3905
3912
|
background-color: #fff;
|
|
3906
3913
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3907
|
-
color: #
|
|
3908
|
-
color: rgba(
|
|
3914
|
+
color: #0d43a7;
|
|
3915
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
3909
3916
|
-webkit-box-sizing: border-box;
|
|
3910
3917
|
box-sizing: border-box;
|
|
3911
3918
|
display: inline-block;
|
|
@@ -3914,8 +3921,8 @@ video::-webkit-media-controls-panel {
|
|
|
3914
3921
|
padding-left: 8px;
|
|
3915
3922
|
padding-right: 8px;
|
|
3916
3923
|
--border-opacity:1;
|
|
3917
|
-
border: 1px solid #
|
|
3918
|
-
border-color: rgba(
|
|
3924
|
+
border: 1px solid #2947a3;
|
|
3925
|
+
border-color: rgba(41, 71, 163, var(--border-opacity));
|
|
3919
3926
|
margin: 0 4.65% 0 0;
|
|
3920
3927
|
height: 30px;
|
|
3921
3928
|
line-height: 30px;
|
|
@@ -3927,8 +3934,8 @@ video::-webkit-media-controls-panel {
|
|
|
3927
3934
|
--text-opacity:1; }
|
|
3928
3935
|
|
|
3929
3936
|
.customBtn-selected {
|
|
3930
|
-
background-color: #
|
|
3931
|
-
background-color: rgba(
|
|
3937
|
+
background-color: #2947a3;
|
|
3938
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
3932
3939
|
color: #fff;
|
|
3933
3940
|
color: rgba(255, 255, 255, var(--text-opacity));
|
|
3934
3941
|
font-weight: 500;
|
|
@@ -3982,8 +3989,8 @@ video::-webkit-media-controls-panel {
|
|
|
3982
3989
|
background-color: #fff;
|
|
3983
3990
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3984
3991
|
padding: 16px 16px 24px;
|
|
3985
|
-
-webkit-box-shadow: 0
|
|
3986
|
-
box-shadow: 0
|
|
3992
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
3993
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
3987
3994
|
max-width: 440px;
|
|
3988
3995
|
border-radius: 4px; }
|
|
3989
3996
|
.metricsTable .row {
|
|
@@ -4041,8 +4048,8 @@ video::-webkit-media-controls-panel {
|
|
|
4041
4048
|
border-color: rgba(70, 70, 70, var(--border-opacity)); }
|
|
4042
4049
|
.filters-wrapper .switch-wrapper label:hover {
|
|
4043
4050
|
--border-opacity:1;
|
|
4044
|
-
border: 1px solid #
|
|
4045
|
-
border-color: rgba(
|
|
4051
|
+
border: 1px solid #2947a3;
|
|
4052
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
4046
4053
|
|
|
4047
4054
|
.pickerShadow {
|
|
4048
4055
|
-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);
|
|
@@ -4372,8 +4379,8 @@ video::-webkit-media-controls-panel {
|
|
|
4372
4379
|
width: -moz-max-content;
|
|
4373
4380
|
width: max-content;
|
|
4374
4381
|
position: absolute;
|
|
4375
|
-
-webkit-box-shadow: 0
|
|
4376
|
-
box-shadow: 0
|
|
4382
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
4383
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
4377
4384
|
--bg-opacity:1;
|
|
4378
4385
|
background-color: #fff;
|
|
4379
4386
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
@@ -4402,14 +4409,14 @@ video::-webkit-media-controls-panel {
|
|
|
4402
4409
|
top: unset;
|
|
4403
4410
|
position: relative !important;
|
|
4404
4411
|
--text-opacity:1!important;
|
|
4405
|
-
color: #
|
|
4406
|
-
color: rgba(
|
|
4412
|
+
color: #0d43a7 !important;
|
|
4413
|
+
color: rgba(13, 67, 167, var(--text-opacity)) !important; }
|
|
4407
4414
|
.multilink-block-wrapper .multilink-labelWrap svg {
|
|
4408
4415
|
fill: #505a5f; }
|
|
4409
4416
|
.multilink-block-wrapper .multilink-labelWrap span {
|
|
4410
4417
|
--text-opacity:1!important;
|
|
4411
|
-
color: #
|
|
4412
|
-
color: rgba(
|
|
4418
|
+
color: #0d43a7 !important;
|
|
4419
|
+
color: rgba(13, 67, 167, var(--text-opacity)) !important; }
|
|
4413
4420
|
.multilink-block-wrapper .multilink-optionWrap {
|
|
4414
4421
|
top: 8px;
|
|
4415
4422
|
right: -50%;
|
|
@@ -4424,8 +4431,8 @@ video::-webkit-media-controls-panel {
|
|
|
4424
4431
|
.multilink-optionWrap {
|
|
4425
4432
|
right: 20%;
|
|
4426
4433
|
top: 110px;
|
|
4427
|
-
-webkit-box-shadow: 0
|
|
4428
|
-
box-shadow: 0
|
|
4434
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
4435
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
4429
4436
|
border-radius: .125rem; } }
|
|
4430
4437
|
|
|
4431
4438
|
.reports-download-btn {
|
|
@@ -4494,8 +4501,8 @@ video::-webkit-media-controls-panel {
|
|
|
4494
4501
|
font-size: 16px;
|
|
4495
4502
|
line-height: 20px;
|
|
4496
4503
|
--text-opacity:1;
|
|
4497
|
-
color: #
|
|
4498
|
-
color: rgba(
|
|
4504
|
+
color: #0d43a7;
|
|
4505
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
4499
4506
|
width: 100%; }
|
|
4500
4507
|
.multi-select-dropdown-wrap .master, .multi-select-dropdown-wrap .master-active {
|
|
4501
4508
|
position: relative;
|
|
@@ -4530,13 +4537,13 @@ video::-webkit-media-controls-panel {
|
|
|
4530
4537
|
width: 1.5rem; }
|
|
4531
4538
|
.multi-select-dropdown-wrap .master:hover, .multi-select-dropdown-wrap .master-active:hover {
|
|
4532
4539
|
--border-opacity:1;
|
|
4533
|
-
border: 1px solid #
|
|
4534
|
-
border-color: rgba(
|
|
4540
|
+
border: 1px solid #2947a3;
|
|
4541
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
4535
4542
|
.multi-select-dropdown-wrap .master-active {
|
|
4536
4543
|
border-width: 1px;
|
|
4537
4544
|
--border-opacity:1;
|
|
4538
|
-
border-color: #
|
|
4539
|
-
border-color: rgba(
|
|
4545
|
+
border-color: #2947a3;
|
|
4546
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
4540
4547
|
.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
4548
|
opacity: 1; }
|
|
4542
4549
|
.multi-select-dropdown-wrap .master-active .label {
|
|
@@ -4572,8 +4579,8 @@ video::-webkit-media-controls-panel {
|
|
|
4572
4579
|
font-size: 16px;
|
|
4573
4580
|
line-height: 20px;
|
|
4574
4581
|
--text-opacity:1;
|
|
4575
|
-
color: #
|
|
4576
|
-
color: rgba(
|
|
4582
|
+
color: #0d43a7;
|
|
4583
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
4577
4584
|
.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
4585
|
height: 28px;
|
|
4579
4586
|
width: 28px;
|
|
@@ -4587,8 +4594,8 @@ video::-webkit-media-controls-panel {
|
|
|
4587
4594
|
.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
4595
|
border-width: 1px;
|
|
4589
4596
|
--border-opacity:1;
|
|
4590
|
-
border-color: #
|
|
4591
|
-
border-color: rgba(
|
|
4597
|
+
border-color: #2947a3;
|
|
4598
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
4592
4599
|
.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
4600
|
opacity: 1; }
|
|
4594
4601
|
|
|
@@ -4638,8 +4645,8 @@ video::-webkit-media-controls-panel {
|
|
|
4638
4645
|
font-size: 24px;
|
|
4639
4646
|
line-height: 32px;
|
|
4640
4647
|
--text-opacity:1;
|
|
4641
|
-
color: #
|
|
4642
|
-
color: rgba(
|
|
4648
|
+
color: #0d43a7;
|
|
4649
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
4643
4650
|
-webkit-box-pack: justify;
|
|
4644
4651
|
-ms-flex-pack: justify;
|
|
4645
4652
|
justify-content: space-between;
|
|
@@ -4651,8 +4658,8 @@ video::-webkit-media-controls-panel {
|
|
|
4651
4658
|
font-size: 16px;
|
|
4652
4659
|
line-height: 24px;
|
|
4653
4660
|
--text-opacity:1;
|
|
4654
|
-
color: #
|
|
4655
|
-
color: rgba(
|
|
4661
|
+
color: #2947a3;
|
|
4662
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
4656
4663
|
.CitizenHomeCard .links a {
|
|
4657
4664
|
display: block;
|
|
4658
4665
|
padding-bottom: 8px; }
|
|
@@ -4754,7 +4761,8 @@ video::-webkit-media-controls-panel {
|
|
|
4754
4761
|
margin-bottom: 24px;
|
|
4755
4762
|
padding-top: 24px;
|
|
4756
4763
|
padding-bottom: 24px;
|
|
4757
|
-
padding-left: 24px;
|
|
4764
|
+
padding-left: 24px;
|
|
4765
|
+
border-radius: 8px; }
|
|
4758
4766
|
.search-form-wrapper .form-field {
|
|
4759
4767
|
width: calc(25% - 16px);
|
|
4760
4768
|
display: inline-block;
|
|
@@ -4788,8 +4796,8 @@ video::-webkit-media-controls-panel {
|
|
|
4788
4796
|
font-size: 16px;
|
|
4789
4797
|
line-height: 24px;
|
|
4790
4798
|
--text-opacity:1;
|
|
4791
|
-
color: #
|
|
4792
|
-
color: rgba(
|
|
4799
|
+
color: #1359c8;
|
|
4800
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
4793
4801
|
width: 25%;
|
|
4794
4802
|
display: inline-block; }
|
|
4795
4803
|
.search-form-wrapper .submit {
|
|
@@ -4807,8 +4815,8 @@ video::-webkit-media-controls-panel {
|
|
|
4807
4815
|
font-size: 16px;
|
|
4808
4816
|
line-height: 24px;
|
|
4809
4817
|
--text-opacity:1;
|
|
4810
|
-
color: #
|
|
4811
|
-
color: rgba(
|
|
4818
|
+
color: #1359c8;
|
|
4819
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
4812
4820
|
width: 100%;
|
|
4813
4821
|
display: inline-block; }
|
|
4814
4822
|
.search-form-wrapper .pt-property-search {
|
|
@@ -4999,15 +5007,15 @@ video::-webkit-media-controls-panel {
|
|
|
4999
5007
|
margin-bottom: 24px; }
|
|
5000
5008
|
.CardBasedOptions .headContent h2 {
|
|
5001
5009
|
font-weight: 700;
|
|
5002
|
-
color: #
|
|
5003
|
-
color: rgba(
|
|
5010
|
+
color: #0d43a7;
|
|
5011
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
5004
5012
|
.CardBasedOptions .headContent h2, .CardBasedOptions .headContent p {
|
|
5005
5013
|
font-size: 16px;
|
|
5006
5014
|
line-height: 24px;
|
|
5007
5015
|
--text-opacity:1; }
|
|
5008
5016
|
.CardBasedOptions .headContent p {
|
|
5009
|
-
color: #
|
|
5010
|
-
color: rgba(
|
|
5017
|
+
color: #2947a3;
|
|
5018
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
5011
5019
|
font-weight: 500;
|
|
5012
5020
|
cursor: pointer; }
|
|
5013
5021
|
.CardBasedOptions .mainContent {
|
|
@@ -5091,17 +5099,17 @@ video::-webkit-media-controls-panel {
|
|
|
5091
5099
|
background-color: #fff;
|
|
5092
5100
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
5093
5101
|
--border-opacity:1;
|
|
5094
|
-
border-color: #
|
|
5102
|
+
border-color: #2947a3;
|
|
5095
5103
|
border-left: 4px;
|
|
5096
5104
|
border-style: solid;
|
|
5097
|
-
border-color: rgba(
|
|
5105
|
+
border-color: rgba(41, 71, 163, var(--border-opacity));
|
|
5098
5106
|
padding: 8px; }
|
|
5099
5107
|
.WhatsNewCard h2 {
|
|
5100
5108
|
font-size: 16px;
|
|
5101
5109
|
line-height: 24px;
|
|
5102
5110
|
--text-opacity:1;
|
|
5103
|
-
color: #
|
|
5104
|
-
color: rgba(
|
|
5111
|
+
color: #0d43a7;
|
|
5112
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
5105
5113
|
font-weight: 500;
|
|
5106
5114
|
margin-bottom: 4px; }
|
|
5107
5115
|
.WhatsNewCard p {
|
|
@@ -5114,8 +5122,8 @@ video::-webkit-media-controls-panel {
|
|
|
5114
5122
|
margin-bottom: 8px; }
|
|
5115
5123
|
.WhatsNewCard a {
|
|
5116
5124
|
display: block;
|
|
5117
|
-
color: #
|
|
5118
|
-
color: rgba(
|
|
5125
|
+
color: #2947a3;
|
|
5126
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
5119
5127
|
|
|
5120
5128
|
.SearchOnRadioButton svg {
|
|
5121
5129
|
fill: #505a5f;
|
|
@@ -5127,8 +5135,8 @@ video::-webkit-media-controls-panel {
|
|
|
5127
5135
|
|
|
5128
5136
|
.EventCalendarView .MonthViewInEventCalendar {
|
|
5129
5137
|
--bg-opacity:1;
|
|
5130
|
-
background-color: #
|
|
5131
|
-
background-color: rgba(
|
|
5138
|
+
background-color: #2947a3;
|
|
5139
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
5132
5140
|
font-size: 19px;
|
|
5133
5141
|
line-height: 23px;
|
|
5134
5142
|
--text-opacity:1;
|
|
@@ -5147,8 +5155,8 @@ video::-webkit-media-controls-panel {
|
|
|
5147
5155
|
line-height: 32px;
|
|
5148
5156
|
font-weight: 700;
|
|
5149
5157
|
--text-opacity:1;
|
|
5150
|
-
color: #
|
|
5151
|
-
color: rgba(
|
|
5158
|
+
color: #2947a3;
|
|
5159
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
5152
5160
|
text-align: center;
|
|
5153
5161
|
padding-top: 16px;
|
|
5154
5162
|
padding-bottom: 16px; }
|
|
@@ -5178,8 +5186,8 @@ video::-webkit-media-controls-panel {
|
|
|
5178
5186
|
font-weight: 700;
|
|
5179
5187
|
margin-bottom: 16px;
|
|
5180
5188
|
--text-opacity:1;
|
|
5181
|
-
color: #
|
|
5182
|
-
color: rgba(
|
|
5189
|
+
color: #0d43a7;
|
|
5190
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
5183
5191
|
.OnGroundEventCard .EventDetails .EventLocation {
|
|
5184
5192
|
margin-bottom: 16px; }
|
|
5185
5193
|
.OnGroundEventCard .EventDetails .EventLocation svg {
|
|
@@ -5189,8 +5197,8 @@ video::-webkit-media-controls-panel {
|
|
|
5189
5197
|
font-size: 14px;
|
|
5190
5198
|
line-height: 16px;
|
|
5191
5199
|
--text-opacity:1;
|
|
5192
|
-
color: #
|
|
5193
|
-
color: rgba(
|
|
5200
|
+
color: #0d43a7;
|
|
5201
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
5194
5202
|
margin-left: 8px; }
|
|
5195
5203
|
.OnGroundEventCard .EventDetails .EventLocation, .OnGroundEventCard .EventDetails .EventTime {
|
|
5196
5204
|
display: -webkit-box;
|
|
@@ -5203,15 +5211,15 @@ video::-webkit-media-controls-panel {
|
|
|
5203
5211
|
font-size: 14px;
|
|
5204
5212
|
line-height: 16px;
|
|
5205
5213
|
--text-opacity:1;
|
|
5206
|
-
color: #
|
|
5207
|
-
color: rgba(
|
|
5214
|
+
color: #0d43a7;
|
|
5215
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
5208
5216
|
margin-left: 8px; }
|
|
5209
5217
|
.OnGroundEventCard .EventDetails .EventCategory p {
|
|
5210
5218
|
font-size: 14px;
|
|
5211
5219
|
line-height: 16px;
|
|
5212
5220
|
--text-opacity:1;
|
|
5213
|
-
color: #
|
|
5214
|
-
color: rgba(
|
|
5221
|
+
color: #0d43a7;
|
|
5222
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
5215
5223
|
|
|
5216
5224
|
@media (min-width: 780px) {
|
|
5217
5225
|
.OnGroundEventCard .EventDetails .EventLocation p {
|
|
@@ -5250,8 +5258,8 @@ video::-webkit-media-controls-panel {
|
|
|
5250
5258
|
.popupModalHeading .popupResetFormButton {
|
|
5251
5259
|
padding: 8px;
|
|
5252
5260
|
--border-opacity:1;
|
|
5253
|
-
border: 1px solid #
|
|
5254
|
-
border-color: rgba(
|
|
5261
|
+
border: 1px solid #0d43a7;
|
|
5262
|
+
border-color: rgba(13, 67, 167, var(--border-opacity));
|
|
5255
5263
|
--border-opacity:0.25;
|
|
5256
5264
|
-ms-flex-item-align: center;
|
|
5257
5265
|
align-self: center; }
|
|
@@ -5370,7 +5378,7 @@ video::-webkit-media-controls-panel {
|
|
|
5370
5378
|
text-align: right; }
|
|
5371
5379
|
.search-form-wns-inbox .clear-search-container .clear-search {
|
|
5372
5380
|
width: 100%;
|
|
5373
|
-
color: #
|
|
5381
|
+
color: #2947a3 !important; }
|
|
5374
5382
|
.search-form-wns-inbox button {
|
|
5375
5383
|
width: 100%; }
|
|
5376
5384
|
.search-form-wns-inbox .filter-form {
|
|
@@ -5822,7 +5830,7 @@ video::-webkit-media-controls-panel {
|
|
|
5822
5830
|
font-size: 16px !important;
|
|
5823
5831
|
line-height: 21.7px !important;
|
|
5824
5832
|
color: #232323;
|
|
5825
|
-
font-family:
|
|
5833
|
+
font-family: Noto Sans; }
|
|
5826
5834
|
|
|
5827
5835
|
@media screen and (max-width: 768px) {
|
|
5828
5836
|
.employeeChangePassword .employeeCard .card-text {
|
|
@@ -6588,8 +6596,8 @@ video::-webkit-media-controls-panel {
|
|
|
6588
6596
|
|
|
6589
6597
|
.link {
|
|
6590
6598
|
--text-opacity:1;
|
|
6591
|
-
color: #
|
|
6592
|
-
color: rgba(
|
|
6599
|
+
color: #2947a3;
|
|
6600
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
6593
6601
|
cursor: pointer; }
|
|
6594
6602
|
.link :hover {
|
|
6595
6603
|
--text-opacity:1;
|
|
@@ -6884,8 +6892,8 @@ video::-webkit-media-controls-panel {
|
|
|
6884
6892
|
.heading-m {
|
|
6885
6893
|
font-weight: 700;
|
|
6886
6894
|
--text-opacity:1;
|
|
6887
|
-
color: #
|
|
6888
|
-
color: rgba(
|
|
6895
|
+
color: #0d43a7;
|
|
6896
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
6889
6897
|
font-size: 18px;
|
|
6890
6898
|
line-height: 28px;
|
|
6891
6899
|
margin-left: 16px;
|
|
@@ -6907,8 +6915,8 @@ video::-webkit-media-controls-panel {
|
|
|
6907
6915
|
display: flex;
|
|
6908
6916
|
height: 2.5rem;
|
|
6909
6917
|
--bg-opacity:1;
|
|
6910
|
-
background-color: #
|
|
6911
|
-
background-color: rgba(
|
|
6918
|
+
background-color: #f5f7fa;
|
|
6919
|
+
background-color: rgba(245, 247, 250, var(--bg-opacity));
|
|
6912
6920
|
padding-bottom: 16px;
|
|
6913
6921
|
padding-top: 8px;
|
|
6914
6922
|
-webkit-box-pack: center;
|
|
@@ -6926,8 +6934,8 @@ video::-webkit-media-controls-panel {
|
|
|
6926
6934
|
bottom: 0;
|
|
6927
6935
|
height: 2.5rem;
|
|
6928
6936
|
--bg-opacity:1;
|
|
6929
|
-
background-color: #
|
|
6930
|
-
background-color: rgba(
|
|
6937
|
+
background-color: #f5f7fa;
|
|
6938
|
+
background-color: rgba(245, 247, 250, var(--bg-opacity));
|
|
6931
6939
|
padding-bottom: 16px;
|
|
6932
6940
|
padding-top: 8px;
|
|
6933
6941
|
-webkit-box-pack: center;
|
|
@@ -7002,8 +7010,8 @@ video::-webkit-media-controls-panel {
|
|
|
7002
7010
|
width: 56px;
|
|
7003
7011
|
height: 56px;
|
|
7004
7012
|
--bg-opacity:1;
|
|
7005
|
-
background-color: #
|
|
7006
|
-
background-color: rgba(
|
|
7013
|
+
background-color: #1359c8;
|
|
7014
|
+
background-color: rgba(19, 89, 200, var(--bg-opacity));
|
|
7007
7015
|
padding: 12px;
|
|
7008
7016
|
border-radius: 4px; }
|
|
7009
7017
|
.complaint-links-container .header .logo svg {
|
|
@@ -7030,15 +7038,15 @@ video::-webkit-media-controls-panel {
|
|
|
7030
7038
|
.complaint-links-container .body .link {
|
|
7031
7039
|
padding: 8px;
|
|
7032
7040
|
--text-opacity:1;
|
|
7033
|
-
color: #
|
|
7034
|
-
color: rgba(
|
|
7041
|
+
color: #2947a3;
|
|
7042
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
7035
7043
|
-webkit-box-align: center;
|
|
7036
7044
|
-ms-flex-align: center;
|
|
7037
7045
|
align-items: center;
|
|
7038
7046
|
display: -webkit-box !important;
|
|
7039
7047
|
display: -ms-flexbox !important;
|
|
7040
7048
|
display: flex !important;
|
|
7041
|
-
color: #
|
|
7049
|
+
color: #2947a3 !important; }
|
|
7042
7050
|
.complaint-links-container .body .inbox-total {
|
|
7043
7051
|
padding: 4px;
|
|
7044
7052
|
display: table;
|
|
@@ -7050,11 +7058,11 @@ video::-webkit-media-controls-panel {
|
|
|
7050
7058
|
width: 2rem;
|
|
7051
7059
|
height: 2rem;
|
|
7052
7060
|
--bg-opacity:1;
|
|
7053
|
-
background-color: #
|
|
7054
|
-
background-color: rgba(
|
|
7061
|
+
background-color: #2947a3;
|
|
7062
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
7055
7063
|
border-radius: 9999px;
|
|
7056
7064
|
margin-left: 4px;
|
|
7057
|
-
background-color: #
|
|
7065
|
+
background-color: #1359c8 !important; }
|
|
7058
7066
|
.complaint-links-container .links-wrapper {
|
|
7059
7067
|
padding-left: 16px;
|
|
7060
7068
|
padding-top: 8px;
|
|
@@ -7085,8 +7093,8 @@ video::-webkit-media-controls-panel {
|
|
|
7085
7093
|
|
|
7086
7094
|
.filter-button {
|
|
7087
7095
|
--text-opacity:1;
|
|
7088
|
-
color: #
|
|
7089
|
-
color: rgba(
|
|
7096
|
+
color: #2947a3;
|
|
7097
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
7090
7098
|
.filter-button:hover {
|
|
7091
7099
|
--text-opacity:1;
|
|
7092
7100
|
color: #c8602b;
|
|
@@ -7121,7 +7129,9 @@ video::-webkit-media-controls-panel {
|
|
|
7121
7129
|
background-color: #fff;
|
|
7122
7130
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
7123
7131
|
min-height: 100%;
|
|
7124
|
-
padding: 10px;
|
|
7132
|
+
padding: 10px;
|
|
7133
|
+
border-radius: 8px;
|
|
7134
|
+
margin-bottom: 24px; }
|
|
7125
7135
|
.filter-form .filter-card .heading {
|
|
7126
7136
|
-webkit-box-pack: unset;
|
|
7127
7137
|
-ms-flex-pack: unset;
|
|
@@ -7151,8 +7161,8 @@ video::-webkit-media-controls-panel {
|
|
|
7151
7161
|
font-size: 16px;
|
|
7152
7162
|
line-height: 20px;
|
|
7153
7163
|
--text-opacity:1;
|
|
7154
|
-
color: #
|
|
7155
|
-
color: rgba(
|
|
7164
|
+
color: #0d43a7;
|
|
7165
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
7156
7166
|
display: block;
|
|
7157
7167
|
margin-bottom: 16px; }
|
|
7158
7168
|
|
|
@@ -7215,8 +7225,8 @@ video::-webkit-media-controls-panel {
|
|
|
7215
7225
|
flex-direction: column; }
|
|
7216
7226
|
.inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
|
|
7217
7227
|
--text-opacity:1;
|
|
7218
|
-
color: #
|
|
7219
|
-
color: rgba(
|
|
7228
|
+
color: #1359c8;
|
|
7229
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
7220
7230
|
display: none; }
|
|
7221
7231
|
.inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
|
|
7222
7232
|
color: #003078;
|
|
@@ -7227,16 +7237,16 @@ video::-webkit-media-controls-panel {
|
|
|
7227
7237
|
|
|
7228
7238
|
.clear-search, .clear-search .link-label {
|
|
7229
7239
|
--text-opacity:1;
|
|
7230
|
-
color: #
|
|
7231
|
-
color: rgba(
|
|
7240
|
+
color: #1359c8;
|
|
7241
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
7232
7242
|
display: block;
|
|
7233
7243
|
cursor: pointer; }
|
|
7234
7244
|
.clear-search:hover, .clear-search .link-label:hover {
|
|
7235
7245
|
color: #000; }
|
|
7236
7246
|
|
|
7237
7247
|
.button-clear {
|
|
7238
|
-
color: #
|
|
7239
|
-
color: rgba(
|
|
7248
|
+
color: #1359c8;
|
|
7249
|
+
color: rgba(19, 89, 200, var(--text-opacity)); }
|
|
7240
7250
|
|
|
7241
7251
|
.button-clear, .inbox-count {
|
|
7242
7252
|
--text-opacity:1;
|
|
@@ -7248,8 +7258,8 @@ video::-webkit-media-controls-panel {
|
|
|
7248
7258
|
margin-left: 8px;
|
|
7249
7259
|
padding: 8px;
|
|
7250
7260
|
--bg-opacity:1;
|
|
7251
|
-
background-color: #
|
|
7252
|
-
background-color: rgba(
|
|
7261
|
+
background-color: #2947a3;
|
|
7262
|
+
background-color: rgba(41, 71, 163, var(--bg-opacity));
|
|
7253
7263
|
border-radius: 9999px;
|
|
7254
7264
|
color: #fff;
|
|
7255
7265
|
color: rgba(255, 255, 255, var(--text-opacity));
|
|
@@ -7275,8 +7285,8 @@ video::-webkit-media-controls-panel {
|
|
|
7275
7285
|
border-color: rgba(214, 213, 212, var(--border-opacity)); }
|
|
7276
7286
|
.complaint-links-container .header .logo {
|
|
7277
7287
|
--bg-opacity:1;
|
|
7278
|
-
background-color: #
|
|
7279
|
-
background-color: rgba(
|
|
7288
|
+
background-color: #1359c8;
|
|
7289
|
+
background-color: rgba(19, 89, 200, var(--bg-opacity));
|
|
7280
7290
|
padding: 12px;
|
|
7281
7291
|
border-radius: 4px; }
|
|
7282
7292
|
.complaint-links-container .header .text {
|
|
@@ -7301,8 +7311,8 @@ video::-webkit-media-controls-panel {
|
|
|
7301
7311
|
color: #a82227 !important;
|
|
7302
7312
|
padding: 8px;
|
|
7303
7313
|
--text-opacity:1;
|
|
7304
|
-
color: #
|
|
7305
|
-
color: rgba(
|
|
7314
|
+
color: #2947a3;
|
|
7315
|
+
color: rgba(41, 71, 163, var(--text-opacity)); }
|
|
7306
7316
|
.inboxLinks {
|
|
7307
7317
|
margin: 0 !important;
|
|
7308
7318
|
padding: 0 !important; }
|
|
@@ -7316,7 +7326,7 @@ video::-webkit-media-controls-panel {
|
|
|
7316
7326
|
background-color: #fff;
|
|
7317
7327
|
background-color: rgba(255, 255, 255, var(--bg-opacity)); }
|
|
7318
7328
|
.inboxLinks .header .logo svg path {
|
|
7319
|
-
fill: #
|
|
7329
|
+
fill: #1359c8; }
|
|
7320
7330
|
.inboxLinks .body {
|
|
7321
7331
|
margin-left: 0; }
|
|
7322
7332
|
.filter-form .filter-card {
|
|
@@ -7428,8 +7438,8 @@ video::-webkit-media-controls-panel {
|
|
|
7428
7438
|
flex-direction: column; }
|
|
7429
7439
|
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
|
|
7430
7440
|
--text-opacity:1;
|
|
7431
|
-
color: #
|
|
7432
|
-
color: rgba(
|
|
7441
|
+
color: #1359c8;
|
|
7442
|
+
color: rgba(19, 89, 200, var(--text-opacity));
|
|
7433
7443
|
display: block;
|
|
7434
7444
|
cursor: pointer; }
|
|
7435
7445
|
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
|
|
@@ -7465,8 +7475,8 @@ video::-webkit-media-controls-panel {
|
|
|
7465
7475
|
color: #505a5f; }
|
|
7466
7476
|
|
|
7467
7477
|
.sla-cell-error {
|
|
7468
|
-
color: #
|
|
7469
|
-
background-color:
|
|
7478
|
+
color: #2947a3;
|
|
7479
|
+
background-color: #f5fbff;
|
|
7470
7480
|
padding: 0 24px;
|
|
7471
7481
|
border-radius: 11px; }
|
|
7472
7482
|
|
|
@@ -7575,7 +7585,7 @@ video::-webkit-media-controls-panel {
|
|
|
7575
7585
|
margin: 0 !important; }
|
|
7576
7586
|
|
|
7577
7587
|
.complaint-links-container .body .link {
|
|
7578
|
-
color: #
|
|
7588
|
+
color: #2947a3 !important; }
|
|
7579
7589
|
|
|
7580
7590
|
.employee .customEmployeeCard:nth-child(odd) .employeeCustomCard {
|
|
7581
7591
|
background-color: #fff;
|
|
@@ -8313,6 +8323,91 @@ body {
|
|
|
8313
8323
|
.about-left-half, .about-right-half {
|
|
8314
8324
|
width: 48%; } }
|
|
8315
8325
|
|
|
8326
|
+
.footer-bottom {
|
|
8327
|
+
background-color: #294a97;
|
|
8328
|
+
width: 100%;
|
|
8329
|
+
min-height: 200px;
|
|
8330
|
+
display: -webkit-box;
|
|
8331
|
+
display: -ms-flexbox;
|
|
8332
|
+
display: flex;
|
|
8333
|
+
-webkit-box-orient: horizontal;
|
|
8334
|
+
-webkit-box-direction: normal;
|
|
8335
|
+
-ms-flex-direction: row;
|
|
8336
|
+
flex-direction: row;
|
|
8337
|
+
-ms-flex-pack: distribute;
|
|
8338
|
+
justify-content: space-around;
|
|
8339
|
+
padding: 50px 50px 20px;
|
|
8340
|
+
font-family: Poppins;
|
|
8341
|
+
font-size: 14px; }
|
|
8342
|
+
@media (max-width: 639px) {
|
|
8343
|
+
.footer-bottom {
|
|
8344
|
+
display: -webkit-box;
|
|
8345
|
+
display: -ms-flexbox;
|
|
8346
|
+
display: flex;
|
|
8347
|
+
-webkit-box-orient: vertical;
|
|
8348
|
+
-webkit-box-direction: normal;
|
|
8349
|
+
-ms-flex-direction: column;
|
|
8350
|
+
flex-direction: column;
|
|
8351
|
+
-webkit-box-align: center;
|
|
8352
|
+
-ms-flex-align: center;
|
|
8353
|
+
align-items: center;
|
|
8354
|
+
padding-left: 0;
|
|
8355
|
+
padding-bottom: 20px;
|
|
8356
|
+
padding-right: 0;
|
|
8357
|
+
padding-top: 20px; } }
|
|
8358
|
+
|
|
8359
|
+
.footer-bottom-first [dir=ltr] h2 {
|
|
8360
|
+
text-align: left; }
|
|
8361
|
+
|
|
8362
|
+
.footer-bottom-first [dir=rtl] h2 {
|
|
8363
|
+
text-align: right; }
|
|
8364
|
+
|
|
8365
|
+
.footer-bottom-first h2 {
|
|
8366
|
+
margin-bottom: 10px; }
|
|
8367
|
+
|
|
8368
|
+
@media (max-width: 639px) {
|
|
8369
|
+
.footer-bottom-first {
|
|
8370
|
+
padding-left: 0;
|
|
8371
|
+
padding-bottom: 20px;
|
|
8372
|
+
padding-right: 0;
|
|
8373
|
+
padding-top: 20px; } }
|
|
8374
|
+
|
|
8375
|
+
.footer-bottom-fourth [dir=ltr] h1, .footer-bottom-second [dir=ltr] h1, .footer-bottom-third [dir=ltr] h1 {
|
|
8376
|
+
text-align: left; }
|
|
8377
|
+
|
|
8378
|
+
.footer-bottom-fourth [dir=rtl] h1, .footer-bottom-second [dir=rtl] h1, .footer-bottom-third [dir=rtl] h1 {
|
|
8379
|
+
text-align: right; }
|
|
8380
|
+
|
|
8381
|
+
.footer-bottom-fourth h1, .footer-bottom-second h1, .footer-bottom-third h1 {
|
|
8382
|
+
margin-bottom: 10px;
|
|
8383
|
+
text-decoration: underline; }
|
|
8384
|
+
|
|
8385
|
+
.footer-bottom-fourth [dir=ltr] ul, .footer-bottom-second [dir=ltr] ul, .footer-bottom-third [dir=ltr] ul {
|
|
8386
|
+
text-align: left; }
|
|
8387
|
+
|
|
8388
|
+
.footer-bottom-fourth [dir=rtl] ul, .footer-bottom-second [dir=rtl] ul, .footer-bottom-third [dir=rtl] ul {
|
|
8389
|
+
text-align: right; }
|
|
8390
|
+
|
|
8391
|
+
.footer-bottom-fourth ul, .footer-bottom-second ul, .footer-bottom-third ul {
|
|
8392
|
+
list-style-type: disc;
|
|
8393
|
+
padding: 0 25px; }
|
|
8394
|
+
|
|
8395
|
+
.footer-bottom-fourth li, .footer-bottom-second li, .footer-bottom-third li {
|
|
8396
|
+
margin: 5px 0;
|
|
8397
|
+
padding-left: 10px; }
|
|
8398
|
+
|
|
8399
|
+
.footer-bottom-fourth a, .footer-bottom-second a, .footer-bottom-third a {
|
|
8400
|
+
text-decoration: none; }
|
|
8401
|
+
|
|
8402
|
+
@media (max-width: 639px) {
|
|
8403
|
+
.footer-bottom-fourth, .footer-bottom-second, .footer-bottom-third {
|
|
8404
|
+
padding-left: 0;
|
|
8405
|
+
padding-bottom: 20px;
|
|
8406
|
+
padding-right: 0;
|
|
8407
|
+
padding-top: 0; }
|
|
8408
|
+
.footer-bottom-fourth h1, .footer-bottom-fourth ul, .footer-bottom-second h1, .footer-bottom-second ul, .footer-bottom-third h1, .footer-bottom-third ul {
|
|
8409
|
+
text-align: center; } }
|
|
8410
|
+
|
|
8316
8411
|
.payment-amount-info {
|
|
8317
8412
|
-webkit-box-pack: justify;
|
|
8318
8413
|
-ms-flex-pack: justify;
|
|
@@ -8327,8 +8422,8 @@ body {
|
|
|
8327
8422
|
width: 100%;
|
|
8328
8423
|
height: 2.5rem;
|
|
8329
8424
|
--bg-opacity:1;
|
|
8330
|
-
background-color: #
|
|
8331
|
-
background-color: rgba(
|
|
8425
|
+
background-color: #f5f7fa;
|
|
8426
|
+
background-color: rgba(245, 247, 250, var(--bg-opacity));
|
|
8332
8427
|
padding-bottom: 16px;
|
|
8333
8428
|
padding-top: 8px;
|
|
8334
8429
|
-webkit-box-pack: center;
|
|
@@ -8393,16 +8488,16 @@ body {
|
|
|
8393
8488
|
justify-content: space-between; }
|
|
8394
8489
|
.HomePageWrapper .WhatsNewSection .headSection h2 {
|
|
8395
8490
|
font-weight: 700;
|
|
8396
|
-
color: #
|
|
8397
|
-
color: rgba(
|
|
8491
|
+
color: #0d43a7;
|
|
8492
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
8398
8493
|
padding-left: 8px; }
|
|
8399
8494
|
.HomePageWrapper .WhatsNewSection .headSection h2, .HomePageWrapper .WhatsNewSection .headSection p {
|
|
8400
8495
|
font-size: 16px;
|
|
8401
8496
|
line-height: 24px;
|
|
8402
8497
|
--text-opacity:1; }
|
|
8403
8498
|
.HomePageWrapper .WhatsNewSection .headSection p {
|
|
8404
|
-
color: #
|
|
8405
|
-
color: rgba(
|
|
8499
|
+
color: #2947a3;
|
|
8500
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
8406
8501
|
font-weight: 500;
|
|
8407
8502
|
cursor: pointer; }
|
|
8408
8503
|
@media (min-width: 780px) {
|
|
@@ -8539,8 +8634,8 @@ body {
|
|
|
8539
8634
|
margin-bottom: 8px; }
|
|
8540
8635
|
.eventAddressAndDirection span div .direction {
|
|
8541
8636
|
--text-opacity:1;
|
|
8542
|
-
color: #
|
|
8543
|
-
color: rgba(
|
|
8637
|
+
color: #2947a3;
|
|
8638
|
+
color: rgba(41, 71, 163, var(--text-opacity));
|
|
8544
8639
|
cursor: pointer; }
|
|
8545
8640
|
|
|
8546
8641
|
.eventTimeRange {
|
|
@@ -8628,8 +8723,8 @@ body {
|
|
|
8628
8723
|
margin-top: 16px;
|
|
8629
8724
|
margin-bottom: 16px;
|
|
8630
8725
|
padding: 16px 16px 24px;
|
|
8631
|
-
-webkit-box-shadow: 0
|
|
8632
|
-
box-shadow: 0
|
|
8726
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8727
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8633
8728
|
position: relative;
|
|
8634
8729
|
border-radius: 4px; }
|
|
8635
8730
|
|
|
@@ -8950,8 +9045,8 @@ body {
|
|
|
8950
9045
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
8951
9046
|
margin: 8px;
|
|
8952
9047
|
padding: 16px 16px 24px;
|
|
8953
|
-
-webkit-box-shadow: 0
|
|
8954
|
-
box-shadow: 0
|
|
9048
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
9049
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8955
9050
|
border-radius: 4px; }
|
|
8956
9051
|
|
|
8957
9052
|
.mobileInbox_attachments {
|
|
@@ -8991,8 +9086,8 @@ body {
|
|
|
8991
9086
|
.surveyListclockDiv span {
|
|
8992
9087
|
padding-left: 16px;
|
|
8993
9088
|
--text-opacity:1;
|
|
8994
|
-
color: #
|
|
8995
|
-
color: rgba(
|
|
9089
|
+
color: #0d43a7;
|
|
9090
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
8996
9091
|
|
|
8997
9092
|
.surveyListstatus {
|
|
8998
9093
|
display: -webkit-box;
|
|
@@ -9012,8 +9107,8 @@ body {
|
|
|
9012
9107
|
|
|
9013
9108
|
.surveyLisResponded {
|
|
9014
9109
|
--text-opacity:1;
|
|
9015
|
-
color: #
|
|
9016
|
-
color: rgba(
|
|
9110
|
+
color: #05a660;
|
|
9111
|
+
color: rgba(5, 166, 96, var(--text-opacity)); }
|
|
9017
9112
|
|
|
9018
9113
|
.surveyListCardMargin {
|
|
9019
9114
|
margin: 24px 16px; }
|
|
@@ -9435,6 +9530,93 @@ body {
|
|
|
9435
9530
|
.survey-grid-container {
|
|
9436
9531
|
grid-template-columns: repeat(4, 1fr); } }
|
|
9437
9532
|
|
|
9533
|
+
.section-card {
|
|
9534
|
+
border: 1px solid #ccc;
|
|
9535
|
+
border-radius: 4px;
|
|
9536
|
+
padding: 20px;
|
|
9537
|
+
margin-bottom: 20px;
|
|
9538
|
+
background-color: #f9f9f9; }
|
|
9539
|
+
|
|
9540
|
+
.section-card h3 {
|
|
9541
|
+
margin-top: 0; }
|
|
9542
|
+
|
|
9543
|
+
.section-card input, .section-card .checkbox-wrap .input-emp, .checkbox-wrap .section-card .input-emp {
|
|
9544
|
+
display: block;
|
|
9545
|
+
width: 100%;
|
|
9546
|
+
padding: 10px;
|
|
9547
|
+
margin-bottom: 10px;
|
|
9548
|
+
border: 1px solid #ccc;
|
|
9549
|
+
border-radius: 4px; }
|
|
9550
|
+
|
|
9551
|
+
.section-card button {
|
|
9552
|
+
padding: 10px 20px;
|
|
9553
|
+
border: none;
|
|
9554
|
+
border-radius: 4px;
|
|
9555
|
+
background-color: #007bff;
|
|
9556
|
+
color: #fff;
|
|
9557
|
+
cursor: pointer; }
|
|
9558
|
+
|
|
9559
|
+
.section-card button:disabled {
|
|
9560
|
+
background-color: #ccc;
|
|
9561
|
+
cursor: not-allowed; }
|
|
9562
|
+
|
|
9563
|
+
.category-card {
|
|
9564
|
+
border: 1px solid #ccc;
|
|
9565
|
+
border-radius: 4px;
|
|
9566
|
+
padding: 20px;
|
|
9567
|
+
margin-bottom: 20px;
|
|
9568
|
+
background-color: #f0f8ff; }
|
|
9569
|
+
|
|
9570
|
+
.category-card h3 {
|
|
9571
|
+
margin-top: 0; }
|
|
9572
|
+
|
|
9573
|
+
.category-card input, .category-card .checkbox-wrap .input-emp, .checkbox-wrap .category-card .input-emp, .category-card select {
|
|
9574
|
+
display: block;
|
|
9575
|
+
width: 100%;
|
|
9576
|
+
padding: 10px;
|
|
9577
|
+
margin-bottom: 10px;
|
|
9578
|
+
border: 1px solid #ccc;
|
|
9579
|
+
border-radius: 4px; }
|
|
9580
|
+
|
|
9581
|
+
.category-card button {
|
|
9582
|
+
padding: 10px 20px;
|
|
9583
|
+
border: none;
|
|
9584
|
+
border-radius: 4px;
|
|
9585
|
+
background-color: #007bff;
|
|
9586
|
+
color: #fff;
|
|
9587
|
+
cursor: pointer; }
|
|
9588
|
+
|
|
9589
|
+
.category-card button:disabled {
|
|
9590
|
+
background-color: #ccc;
|
|
9591
|
+
cursor: not-allowed; }
|
|
9592
|
+
|
|
9593
|
+
.category-card table {
|
|
9594
|
+
width: 100%;
|
|
9595
|
+
border-collapse: collapse;
|
|
9596
|
+
margin-top: 10px; }
|
|
9597
|
+
|
|
9598
|
+
.category-card table, .category-card td, .category-card th {
|
|
9599
|
+
border: 1px solid #ccc; }
|
|
9600
|
+
|
|
9601
|
+
.category-card thead {
|
|
9602
|
+
background-color: #6f98b8; }
|
|
9603
|
+
|
|
9604
|
+
.category-card td, .category-card th {
|
|
9605
|
+
padding: 10px;
|
|
9606
|
+
text-align: left; }
|
|
9607
|
+
|
|
9608
|
+
.category-card label {
|
|
9609
|
+
padding: 10px 20px;
|
|
9610
|
+
border: none;
|
|
9611
|
+
border-radius: 4px;
|
|
9612
|
+
background-color: #007bff;
|
|
9613
|
+
color: #fff;
|
|
9614
|
+
cursor: pointer; }
|
|
9615
|
+
|
|
9616
|
+
.category-card label:disabled {
|
|
9617
|
+
background-color: #ccc;
|
|
9618
|
+
cursor: not-allowed; }
|
|
9619
|
+
|
|
9438
9620
|
.frame-54925, .frame-54925 * {
|
|
9439
9621
|
-webkit-box-sizing: border-box;
|
|
9440
9622
|
box-sizing: border-box; }
|
|
@@ -10098,8 +10280,8 @@ body {
|
|
|
10098
10280
|
|
|
10099
10281
|
.dark {
|
|
10100
10282
|
--text-opacity:1;
|
|
10101
|
-
color: #
|
|
10102
|
-
color: rgba(
|
|
10283
|
+
color: #0d43a7;
|
|
10284
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
10103
10285
|
|
|
10104
10286
|
.mrlg {
|
|
10105
10287
|
margin-right: 24px; }
|
|
@@ -10117,7 +10299,7 @@ body {
|
|
|
10117
10299
|
color: #1d70b8; }
|
|
10118
10300
|
|
|
10119
10301
|
.clear-search-label {
|
|
10120
|
-
color: #
|
|
10302
|
+
color: #2947a3;
|
|
10121
10303
|
cursor: pointer; }
|
|
10122
10304
|
|
|
10123
10305
|
.search-submit-bar {
|
|
@@ -10398,8 +10580,8 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
10398
10580
|
width: 100%; }
|
|
10399
10581
|
.text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
|
|
10400
10582
|
--border-opacity:1;
|
|
10401
|
-
border: 1px solid #
|
|
10402
|
-
border-color: rgba(
|
|
10583
|
+
border: 1px solid #2947a3;
|
|
10584
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
10403
10585
|
|
|
10404
10586
|
.text-input-width {
|
|
10405
10587
|
max-width: 540px; }
|