@pmidc/upyog-css 1.0.59 → 1.0.61
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 +813 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +0 -1
- package/src/pages/common/pgrUICssfix.scss +0 -111
package/dist/index.css
CHANGED
|
@@ -12123,3 +12123,816 @@ body {
|
|
|
12123
12123
|
font-size: 14px; } }
|
|
12124
12124
|
.DS-disconnection-action-bar .DS-submit-button:hover {
|
|
12125
12125
|
background-color: #1e3a8a; }
|
|
12126
|
+
|
|
12127
|
+
.display-none {
|
|
12128
|
+
display: none; }
|
|
12129
|
+
|
|
12130
|
+
.primary-label-btn {
|
|
12131
|
+
margin: 10px auto 0 !important; }
|
|
12132
|
+
|
|
12133
|
+
.p-unset {
|
|
12134
|
+
padding: unset !important; }
|
|
12135
|
+
|
|
12136
|
+
.flex-one {
|
|
12137
|
+
-webkit-box-flex: 1;
|
|
12138
|
+
-ms-flex: 1 1 0%;
|
|
12139
|
+
flex: 1 1 0%; }
|
|
12140
|
+
|
|
12141
|
+
.display-flex-gap-2 {
|
|
12142
|
+
display: -webkit-box;
|
|
12143
|
+
display: -ms-flexbox;
|
|
12144
|
+
display: flex;
|
|
12145
|
+
grid-gap: .75rem;
|
|
12146
|
+
gap: .75rem; }
|
|
12147
|
+
|
|
12148
|
+
.rm-mb {
|
|
12149
|
+
margin-bottom: unset !important; }
|
|
12150
|
+
|
|
12151
|
+
.w-fullwidth {
|
|
12152
|
+
width: 100%; }
|
|
12153
|
+
|
|
12154
|
+
.margin-unset {
|
|
12155
|
+
margin: unset !important; }
|
|
12156
|
+
|
|
12157
|
+
.text-align-center {
|
|
12158
|
+
text-align: center; }
|
|
12159
|
+
|
|
12160
|
+
.text-align-left {
|
|
12161
|
+
text-align: left; }
|
|
12162
|
+
|
|
12163
|
+
.text-align-right {
|
|
12164
|
+
text-align: right; }
|
|
12165
|
+
|
|
12166
|
+
.desktop-only {
|
|
12167
|
+
display: none; }
|
|
12168
|
+
|
|
12169
|
+
@media (min-width: 780px) {
|
|
12170
|
+
.desktop-only {
|
|
12171
|
+
display: block; } }
|
|
12172
|
+
|
|
12173
|
+
.mobile-only {
|
|
12174
|
+
display: block; }
|
|
12175
|
+
|
|
12176
|
+
@media (min-width: 780px) {
|
|
12177
|
+
.mobile-only {
|
|
12178
|
+
display: none; } }
|
|
12179
|
+
|
|
12180
|
+
.dark {
|
|
12181
|
+
--text-opacity:1;
|
|
12182
|
+
color: #0d43a7;
|
|
12183
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
12184
|
+
|
|
12185
|
+
.mrlg {
|
|
12186
|
+
margin-right: 24px; }
|
|
12187
|
+
|
|
12188
|
+
.mrsm {
|
|
12189
|
+
margin-right: 8px; }
|
|
12190
|
+
|
|
12191
|
+
.mbsm {
|
|
12192
|
+
margin-bottom: 8px; }
|
|
12193
|
+
|
|
12194
|
+
.home-link {
|
|
12195
|
+
margin-left: 16px;
|
|
12196
|
+
margin-bottom: 16px; }
|
|
12197
|
+
.home-link a {
|
|
12198
|
+
color: #1d70b8; }
|
|
12199
|
+
|
|
12200
|
+
.clear-search-label {
|
|
12201
|
+
color: #2947a3;
|
|
12202
|
+
cursor: pointer; }
|
|
12203
|
+
|
|
12204
|
+
.search-submit-bar {
|
|
12205
|
+
margin-top: 32;
|
|
12206
|
+
margin-left: auto; }
|
|
12207
|
+
|
|
12208
|
+
.application-details-link-button {
|
|
12209
|
+
display: -webkit-box;
|
|
12210
|
+
display: -ms-flexbox;
|
|
12211
|
+
display: flex;
|
|
12212
|
+
-webkit-box-pack: justify;
|
|
12213
|
+
-ms-flex-pack: justify;
|
|
12214
|
+
justify-content: space-between;
|
|
12215
|
+
-webkit-box-align: center;
|
|
12216
|
+
-ms-flex-align: center;
|
|
12217
|
+
align-items: center; }
|
|
12218
|
+
.application-details-link-button .download-button {
|
|
12219
|
+
color: a82227;
|
|
12220
|
+
margin-left: 8px; }
|
|
12221
|
+
|
|
12222
|
+
.response-download-button {
|
|
12223
|
+
display: -webkit-box;
|
|
12224
|
+
display: -ms-flexbox;
|
|
12225
|
+
display: flex;
|
|
12226
|
+
margin-bottom: 8px; }
|
|
12227
|
+
.response-download-button .download-button {
|
|
12228
|
+
color: #a82227;
|
|
12229
|
+
margin-left: 8px;
|
|
12230
|
+
white-space: nowrap; }
|
|
12231
|
+
|
|
12232
|
+
.check-page-link-button {
|
|
12233
|
+
color: #a82227 !important; }
|
|
12234
|
+
|
|
12235
|
+
.pt-application-download-btn {
|
|
12236
|
+
display: -webkit-box;
|
|
12237
|
+
display: -ms-flexbox;
|
|
12238
|
+
display: flex;
|
|
12239
|
+
-webkit-box-pack: end;
|
|
12240
|
+
-ms-flex-pack: end;
|
|
12241
|
+
justify-content: flex-end;
|
|
12242
|
+
margin: 0 8px; }
|
|
12243
|
+
|
|
12244
|
+
.application-table-container {
|
|
12245
|
+
margin-top: 24px;
|
|
12246
|
+
margin-left: 24px;
|
|
12247
|
+
-webkit-box-flex: 1;
|
|
12248
|
+
-ms-flex: 1 1 0%;
|
|
12249
|
+
flex: 1 1 0%; }
|
|
12250
|
+
|
|
12251
|
+
.primary-label-btn {
|
|
12252
|
+
display: -webkit-box;
|
|
12253
|
+
display: -ms-flexbox;
|
|
12254
|
+
display: flex;
|
|
12255
|
+
grid-gap: 10px;
|
|
12256
|
+
gap: 10px;
|
|
12257
|
+
color: #5a1166;
|
|
12258
|
+
cursor: pointer;
|
|
12259
|
+
font-weight: 500;
|
|
12260
|
+
width: -webkit-fit-content;
|
|
12261
|
+
width: -moz-fit-content;
|
|
12262
|
+
width: fit-content; }
|
|
12263
|
+
.primary-label-btn svg {
|
|
12264
|
+
fill: #a82227; }
|
|
12265
|
+
|
|
12266
|
+
.primaryColor {
|
|
12267
|
+
color: #0b0c0c !important; }
|
|
12268
|
+
|
|
12269
|
+
@media (hover: hover) {
|
|
12270
|
+
.primary-label-btn:hover {
|
|
12271
|
+
color: #000; }
|
|
12272
|
+
.primary-label-btn:hover svg {
|
|
12273
|
+
fill: #000; } }
|
|
12274
|
+
|
|
12275
|
+
.disabled {
|
|
12276
|
+
--border-opacity:1!important;
|
|
12277
|
+
border-color: #9e9e9e !important;
|
|
12278
|
+
border-color: rgba(158, 158, 158, var(--border-opacity)) !important;
|
|
12279
|
+
--text-opacity:1!important;
|
|
12280
|
+
color: #9e9e9e !important;
|
|
12281
|
+
color: rgba(158, 158, 158, var(--text-opacity)) !important;
|
|
12282
|
+
pointer-events: none !important; }
|
|
12283
|
+
|
|
12284
|
+
.card-date-input {
|
|
12285
|
+
position: absolute;
|
|
12286
|
+
top: 0;
|
|
12287
|
+
left: 0;
|
|
12288
|
+
width: 75%;
|
|
12289
|
+
--bg-opacity:1;
|
|
12290
|
+
background-color: #fff;
|
|
12291
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
12292
|
+
padding-left: 8px;
|
|
12293
|
+
--border-opacity:1;
|
|
12294
|
+
border: 1px solid #464646;
|
|
12295
|
+
border-color: rgba(70, 70, 70, var(--border-opacity));
|
|
12296
|
+
border-right: 0 solid rgba(70, 70, 70, var(--border-opacity));
|
|
12297
|
+
outline: 1px solid transparent;
|
|
12298
|
+
height: 2.5rem; }
|
|
12299
|
+
|
|
12300
|
+
.h4 {
|
|
12301
|
+
margin-bottom: 8px; }
|
|
12302
|
+
|
|
12303
|
+
.react-time-picker {
|
|
12304
|
+
width: 194px;
|
|
12305
|
+
height: 2.5rem; }
|
|
12306
|
+
.react-time-picker__wrapper {
|
|
12307
|
+
border: 2px solid #0b0c0c;
|
|
12308
|
+
padding-left: 16px; }
|
|
12309
|
+
.react-time-picker__inputGroup__input {
|
|
12310
|
+
padding-left: 8px;
|
|
12311
|
+
padding-right: 8px;
|
|
12312
|
+
line-height: 2.5rem;
|
|
12313
|
+
min-width: 16px; }
|
|
12314
|
+
.react-time-picker__inputGroup__input:focus {
|
|
12315
|
+
outline: 2px solid #000; }
|
|
12316
|
+
|
|
12317
|
+
.border-none {
|
|
12318
|
+
border: none;
|
|
12319
|
+
-webkit-box-pack: justify;
|
|
12320
|
+
-ms-flex-pack: justify;
|
|
12321
|
+
justify-content: space-between; }
|
|
12322
|
+
|
|
12323
|
+
input[type=number]::-webkit-inner-spin-button, .checkbox-wrap .input-emp[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, .checkbox-wrap .input-emp[type=number]::-webkit-outer-spin-button {
|
|
12324
|
+
-webkit-appearance: none;
|
|
12325
|
+
margin: 0; }
|
|
12326
|
+
|
|
12327
|
+
input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
12328
|
+
-moz-appearance: textfield; }
|
|
12329
|
+
|
|
12330
|
+
.static {
|
|
12331
|
+
display: -webkit-box;
|
|
12332
|
+
display: -ms-flexbox;
|
|
12333
|
+
display: flex;
|
|
12334
|
+
-webkit-box-orient: vertical;
|
|
12335
|
+
-webkit-box-direction: normal;
|
|
12336
|
+
-ms-flex-direction: column;
|
|
12337
|
+
flex-direction: column;
|
|
12338
|
+
min-height: 85vh; }
|
|
12339
|
+
.static-wrapper {
|
|
12340
|
+
-webkit-box-flex: 1;
|
|
12341
|
+
-ms-flex: 1;
|
|
12342
|
+
flex: 1;
|
|
12343
|
+
max-height: 75vh;
|
|
12344
|
+
overflow: scroll;
|
|
12345
|
+
-ms-overflow-style: none;
|
|
12346
|
+
scrollbar-width: none; }
|
|
12347
|
+
.static-wrapper::-webkit-scrollbar {
|
|
12348
|
+
display: none; }
|
|
12349
|
+
|
|
12350
|
+
.bill-summary {
|
|
12351
|
+
border: 1px solid #e8e7e6;
|
|
12352
|
+
--bg-opacity:1;
|
|
12353
|
+
background-color: #fafafa;
|
|
12354
|
+
background-color: rgba(250, 250, 250, var(--bg-opacity));
|
|
12355
|
+
width: 100%; }
|
|
12356
|
+
.bill-summary .bill-account-details {
|
|
12357
|
+
display: -webkit-box;
|
|
12358
|
+
display: -ms-flexbox;
|
|
12359
|
+
display: flex;
|
|
12360
|
+
margin-bottom: 16px;
|
|
12361
|
+
padding: 5px; }
|
|
12362
|
+
.bill-summary .bill-account-details .label {
|
|
12363
|
+
width: 50%;
|
|
12364
|
+
font-weight: 700; }
|
|
12365
|
+
.bill-summary .bill-account-details .value {
|
|
12366
|
+
width: 50%;
|
|
12367
|
+
text-align: right; }
|
|
12368
|
+
.bill-summary .amount-details {
|
|
12369
|
+
display: -webkit-box;
|
|
12370
|
+
display: -ms-flexbox;
|
|
12371
|
+
display: flex;
|
|
12372
|
+
margin-bottom: 16px;
|
|
12373
|
+
-webkit-box-align: center;
|
|
12374
|
+
-ms-flex-align: center;
|
|
12375
|
+
align-items: center;
|
|
12376
|
+
padding: 5px; }
|
|
12377
|
+
.bill-summary .amount-details .label, .bill-summary .amount-details .value {
|
|
12378
|
+
width: 50%;
|
|
12379
|
+
font-weight: 700; }
|
|
12380
|
+
.bill-summary .amount-details .value {
|
|
12381
|
+
text-align: right;
|
|
12382
|
+
font-size: 18px; }
|
|
12383
|
+
|
|
12384
|
+
.bill-payment-amount {
|
|
12385
|
+
position: sticky;
|
|
12386
|
+
bottom: 0;
|
|
12387
|
+
--bg-opacity:1;
|
|
12388
|
+
background-color: #fff;
|
|
12389
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
12390
|
+
padding-bottom: 32px; }
|
|
12391
|
+
.bill-payment-amount .payment-amount-front {
|
|
12392
|
+
position: absolute;
|
|
12393
|
+
z-index: 10;
|
|
12394
|
+
width: 2.5rem;
|
|
12395
|
+
display: -webkit-box;
|
|
12396
|
+
display: -ms-flexbox;
|
|
12397
|
+
display: flex;
|
|
12398
|
+
-webkit-box-pack: center;
|
|
12399
|
+
-ms-flex-pack: center;
|
|
12400
|
+
justify-content: center;
|
|
12401
|
+
-webkit-box-align: center;
|
|
12402
|
+
-ms-flex-align: center;
|
|
12403
|
+
align-items: center;
|
|
12404
|
+
background-color: #efefef;
|
|
12405
|
+
padding: 7px 12px;
|
|
12406
|
+
color: #9a9a9a; }
|
|
12407
|
+
|
|
12408
|
+
.text-indent-xl input, .text-indent-xl .checkbox-wrap .input-emp, .checkbox-wrap .text-indent-xl .input-emp {
|
|
12409
|
+
text-indent: 40px; }
|
|
12410
|
+
|
|
12411
|
+
.select-payment-type {
|
|
12412
|
+
display: -webkit-box;
|
|
12413
|
+
display: -ms-flexbox;
|
|
12414
|
+
display: flex;
|
|
12415
|
+
-webkit-box-pack: center;
|
|
12416
|
+
-ms-flex-pack: center;
|
|
12417
|
+
justify-content: center;
|
|
12418
|
+
font-weight: 700;
|
|
12419
|
+
-webkit-box-align: center;
|
|
12420
|
+
-ms-flex-align: center;
|
|
12421
|
+
align-items: center;
|
|
12422
|
+
padding-top: 10px;
|
|
12423
|
+
padding-bottom: 25px; }
|
|
12424
|
+
.select-payment-type .value {
|
|
12425
|
+
font-size: 20px; }
|
|
12426
|
+
|
|
12427
|
+
.cheque-date {
|
|
12428
|
+
display: -webkit-box;
|
|
12429
|
+
display: -ms-flexbox;
|
|
12430
|
+
display: flex;
|
|
12431
|
+
-webkit-box-align: center;
|
|
12432
|
+
-ms-flex-align: center;
|
|
12433
|
+
align-items: center;
|
|
12434
|
+
margin-bottom: 24px;
|
|
12435
|
+
border: 2px solid #0b0c0c;
|
|
12436
|
+
border-radius: 2px; }
|
|
12437
|
+
.cheque-date input, .cheque-date .checkbox-wrap .input-emp, .checkbox-wrap .cheque-date .input-emp {
|
|
12438
|
+
width: 100%;
|
|
12439
|
+
text-indent: 5px;
|
|
12440
|
+
padding: 6px 0; }
|
|
12441
|
+
.cheque-date button, .cheque-date input, .cheque-date .checkbox-wrap .input-emp, .checkbox-wrap .cheque-date .input-emp {
|
|
12442
|
+
outline: 2px solid transparent;
|
|
12443
|
+
outline-offset: 2px;
|
|
12444
|
+
border: 0;
|
|
12445
|
+
background: transparent; }
|
|
12446
|
+
.cheque-date button {
|
|
12447
|
+
text-indent: 2px; }
|
|
12448
|
+
|
|
12449
|
+
.w-half {
|
|
12450
|
+
width: 50%; }
|
|
12451
|
+
|
|
12452
|
+
.ifsc-field {
|
|
12453
|
+
display: -webkit-box;
|
|
12454
|
+
display: -ms-flexbox;
|
|
12455
|
+
display: flex;
|
|
12456
|
+
-webkit-box-align: center;
|
|
12457
|
+
-ms-flex-align: center;
|
|
12458
|
+
align-items: center;
|
|
12459
|
+
margin-bottom: 24px;
|
|
12460
|
+
border: 2px solid #0b0c0c;
|
|
12461
|
+
border-radius: 2px; }
|
|
12462
|
+
.ifsc-field input, .ifsc-field .checkbox-wrap .input-emp, .checkbox-wrap .ifsc-field .input-emp {
|
|
12463
|
+
width: 100%;
|
|
12464
|
+
text-indent: 5px;
|
|
12465
|
+
padding: 6px 0; }
|
|
12466
|
+
.ifsc-field button, .ifsc-field input, .ifsc-field .checkbox-wrap .input-emp, .checkbox-wrap .ifsc-field .input-emp {
|
|
12467
|
+
outline: 2px solid transparent;
|
|
12468
|
+
outline-offset: 2px;
|
|
12469
|
+
border: 0;
|
|
12470
|
+
background: transparent; }
|
|
12471
|
+
.ifsc-field button {
|
|
12472
|
+
text-indent: 2px; }
|
|
12473
|
+
|
|
12474
|
+
.text-input {
|
|
12475
|
+
position: relative;
|
|
12476
|
+
width: 100%; }
|
|
12477
|
+
.text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
|
|
12478
|
+
--border-opacity:1;
|
|
12479
|
+
border: 1px solid #2947a3;
|
|
12480
|
+
border-color: rgba(41, 71, 163, var(--border-opacity)); }
|
|
12481
|
+
|
|
12482
|
+
.text-input-width {
|
|
12483
|
+
max-width: 540px; }
|
|
12484
|
+
|
|
12485
|
+
.text-mobile-input-width {
|
|
12486
|
+
max-width: 500px; }
|
|
12487
|
+
|
|
12488
|
+
.custom-time-picker {
|
|
12489
|
+
width: 100%;
|
|
12490
|
+
max-width: 200px; }
|
|
12491
|
+
|
|
12492
|
+
.sla-cell {
|
|
12493
|
+
--text-opacity:1;
|
|
12494
|
+
color: #505a5f;
|
|
12495
|
+
color: rgba(80, 90, 95, var(--text-opacity)); }
|
|
12496
|
+
|
|
12497
|
+
.submit-bar-search {
|
|
12498
|
+
margin-top: 32px;
|
|
12499
|
+
margin-left: 16px;
|
|
12500
|
+
max-width: 256px; }
|
|
12501
|
+
|
|
12502
|
+
.clear-search-container {
|
|
12503
|
+
display: -webkit-box;
|
|
12504
|
+
display: -ms-flexbox;
|
|
12505
|
+
display: flex;
|
|
12506
|
+
-webkit-box-pack: justify;
|
|
12507
|
+
-ms-flex-pack: justify;
|
|
12508
|
+
justify-content: space-between;
|
|
12509
|
+
-webkit-box-align: center;
|
|
12510
|
+
-ms-flex-align: center;
|
|
12511
|
+
align-items: center; }
|
|
12512
|
+
|
|
12513
|
+
.card-label-smaller {
|
|
12514
|
+
width: 33.333333%;
|
|
12515
|
+
margin-bottom: revert; }
|
|
12516
|
+
|
|
12517
|
+
.card-label-APK {
|
|
12518
|
+
width: 33.333333%;
|
|
12519
|
+
margin-bottom: revert;
|
|
12520
|
+
width: 100%; }
|
|
12521
|
+
|
|
12522
|
+
.underline {
|
|
12523
|
+
border-color: #e7e6e6;
|
|
12524
|
+
margin-bottom: 8px; }
|
|
12525
|
+
|
|
12526
|
+
.box-shadow-none {
|
|
12527
|
+
-webkit-box-shadow: none;
|
|
12528
|
+
box-shadow: none; }
|
|
12529
|
+
|
|
12530
|
+
.component-in-front {
|
|
12531
|
+
-webkit-box-pack: center;
|
|
12532
|
+
-ms-flex-pack: center;
|
|
12533
|
+
justify-content: center;
|
|
12534
|
+
-webkit-box-align: center;
|
|
12535
|
+
-ms-flex-align: center;
|
|
12536
|
+
align-items: center; }
|
|
12537
|
+
|
|
12538
|
+
.component-in-front, .subform-composer {
|
|
12539
|
+
display: -webkit-box;
|
|
12540
|
+
display: -ms-flexbox;
|
|
12541
|
+
display: flex; }
|
|
12542
|
+
|
|
12543
|
+
.inbox-search-container .result {
|
|
12544
|
+
margin-top: 24px; }
|
|
12545
|
+
|
|
12546
|
+
.payment-form-text-input-correction {
|
|
12547
|
+
width: 100% !important; }
|
|
12548
|
+
|
|
12549
|
+
.edcr-citizen-inbox thead th:first-child {
|
|
12550
|
+
min-width: 100px; }
|
|
12551
|
+
|
|
12552
|
+
.error-boundary {
|
|
12553
|
+
width: 100vw;
|
|
12554
|
+
height: 100vh;
|
|
12555
|
+
font-size: 16px;
|
|
12556
|
+
font-family: sans-serif;
|
|
12557
|
+
display: -webkit-box;
|
|
12558
|
+
display: -ms-flexbox;
|
|
12559
|
+
display: flex;
|
|
12560
|
+
-webkit-box-pack: center;
|
|
12561
|
+
-ms-flex-pack: center;
|
|
12562
|
+
justify-content: center;
|
|
12563
|
+
-webkit-box-align: center;
|
|
12564
|
+
-ms-flex-align: center;
|
|
12565
|
+
align-items: center;
|
|
12566
|
+
-webkit-box-orient: vertical;
|
|
12567
|
+
-webkit-box-direction: normal;
|
|
12568
|
+
-ms-flex-direction: column;
|
|
12569
|
+
flex-direction: column;
|
|
12570
|
+
position: absolute !important; }
|
|
12571
|
+
.error-boundary .error-container {
|
|
12572
|
+
display: -webkit-box;
|
|
12573
|
+
display: -ms-flexbox;
|
|
12574
|
+
display: flex;
|
|
12575
|
+
width: 400px;
|
|
12576
|
+
-webkit-box-pack: center;
|
|
12577
|
+
-ms-flex-pack: center;
|
|
12578
|
+
justify-content: center;
|
|
12579
|
+
-webkit-box-align: center;
|
|
12580
|
+
-ms-flex-align: center;
|
|
12581
|
+
align-items: center;
|
|
12582
|
+
-webkit-box-orient: vertical;
|
|
12583
|
+
-webkit-box-direction: normal;
|
|
12584
|
+
-ms-flex-direction: column;
|
|
12585
|
+
flex-direction: column; }
|
|
12586
|
+
.error-boundary .error-container h1 {
|
|
12587
|
+
font-size: 32px;
|
|
12588
|
+
font-weight: 700; }
|
|
12589
|
+
.error-boundary .error-container button {
|
|
12590
|
+
height: 40px;
|
|
12591
|
+
width: 153px;
|
|
12592
|
+
border-radius: 0;
|
|
12593
|
+
padding: 8px 24px;
|
|
12594
|
+
color: #fff;
|
|
12595
|
+
cursor: pointer; }
|
|
12596
|
+
|
|
12597
|
+
.error-boundary details, .error-boundary summary {
|
|
12598
|
+
width: 300px;
|
|
12599
|
+
background-color: #da6464;
|
|
12600
|
+
margin: 5px;
|
|
12601
|
+
border: 2px solid #222;
|
|
12602
|
+
border-radius: 3px;
|
|
12603
|
+
padding: 3px; }
|
|
12604
|
+
|
|
12605
|
+
.full-width-card {
|
|
12606
|
+
width: 92vw !important; }
|
|
12607
|
+
|
|
12608
|
+
.full-employee-card-link {
|
|
12609
|
+
width: 100% !important;
|
|
12610
|
+
margin: 7px 0; }
|
|
12611
|
+
|
|
12612
|
+
.full-employee-card-height {
|
|
12613
|
+
height: unset !important; }
|
|
12614
|
+
|
|
12615
|
+
@media (min-width: 640px) {
|
|
12616
|
+
.full-employee-card-height {
|
|
12617
|
+
height: 196px !important; }
|
|
12618
|
+
.full-employee-card-link {
|
|
12619
|
+
width: 30% !important; }
|
|
12620
|
+
.full-width-card {
|
|
12621
|
+
width: 100% !important; } }
|
|
12622
|
+
|
|
12623
|
+
@media (min-width: 780px) {
|
|
12624
|
+
.complaint-summary {
|
|
12625
|
+
-webkit-box-flex: 1;
|
|
12626
|
+
-ms-flex: 1 0 auto;
|
|
12627
|
+
flex: 1 0 auto;
|
|
12628
|
+
margin-left: 1rem;
|
|
12629
|
+
margin-top: 1rem; } }
|
|
12630
|
+
|
|
12631
|
+
@media (min-width: 780px) {
|
|
12632
|
+
.citizen-form-wrapper {
|
|
12633
|
+
width: calc(100% - 219px);
|
|
12634
|
+
display: -webkit-box;
|
|
12635
|
+
display: -ms-flexbox;
|
|
12636
|
+
display: flex;
|
|
12637
|
+
-webkit-box-pack: center;
|
|
12638
|
+
-ms-flex-pack: center;
|
|
12639
|
+
justify-content: center;
|
|
12640
|
+
margin-top: 1rem;
|
|
12641
|
+
padding-left: 16px;
|
|
12642
|
+
padding-right: 16px; } }
|
|
12643
|
+
|
|
12644
|
+
@media (min-width: 780px) {
|
|
12645
|
+
.citizen-card-container {
|
|
12646
|
+
padding-left: 15px;
|
|
12647
|
+
padding-right: 15px;
|
|
12648
|
+
margin-top: 1rem; } }
|
|
12649
|
+
|
|
12650
|
+
@media (min-width: 780px) {
|
|
12651
|
+
.bill-citizen, .bills-citizen-wrapper, .citizen-all-services-wrapper, .citizen-obps-wrapper, .engagement-citizen-wrapper, .fsm-citizen-wrapper, .mcollect-citizen, .payer-bills-citizen-wrapper, .pgr-citizen-wrapper, .pt-citizen, .selection-card-wrapper, .tl-citizen, .ws-citizen-wrapper {
|
|
12652
|
+
width: calc(100% - 219px);
|
|
12653
|
+
padding-left: 16px;
|
|
12654
|
+
padding-right: 16px;
|
|
12655
|
+
margin-top: 1rem; } }
|
|
12656
|
+
|
|
12657
|
+
@media only screen and (max-width: 768px) {
|
|
12658
|
+
.error-boundary {
|
|
12659
|
+
height: 75vh; } }
|
|
12660
|
+
|
|
12661
|
+
.ws-custom-wrapper .submit {
|
|
12662
|
+
display: -webkit-box !important;
|
|
12663
|
+
display: -ms-flexbox !important;
|
|
12664
|
+
display: flex !important;
|
|
12665
|
+
-webkit-box-orient: horizontal !important;
|
|
12666
|
+
-webkit-box-direction: reverse !important;
|
|
12667
|
+
-ms-flex-direction: row-reverse !important;
|
|
12668
|
+
flex-direction: row-reverse !important;
|
|
12669
|
+
width: 100% !important;
|
|
12670
|
+
-webkit-box-align: center;
|
|
12671
|
+
-ms-flex-align: center;
|
|
12672
|
+
align-items: center; }
|
|
12673
|
+
.ws-custom-wrapper .submit button {
|
|
12674
|
+
width: 240px !important; }
|
|
12675
|
+
.ws-custom-wrapper .submit p {
|
|
12676
|
+
width: unset;
|
|
12677
|
+
margin-right: 1rem; }
|
|
12678
|
+
|
|
12679
|
+
.ws-button {
|
|
12680
|
+
border: 1px solid grey;
|
|
12681
|
+
background-color: grey; }
|
|
12682
|
+
|
|
12683
|
+
.ws-button, .ws-search-button {
|
|
12684
|
+
display: block;
|
|
12685
|
+
height: 50%;
|
|
12686
|
+
width: 80%;
|
|
12687
|
+
text-align: "center";
|
|
12688
|
+
margin-top: 6%;
|
|
12689
|
+
color: "white"; }
|
|
12690
|
+
|
|
12691
|
+
.ws-search-button {
|
|
12692
|
+
border: 1px solid #000; }
|
|
12693
|
+
|
|
12694
|
+
.button {
|
|
12695
|
+
color: "white"; }
|
|
12696
|
+
|
|
12697
|
+
.connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
|
|
12698
|
+
visibility: hidden;
|
|
12699
|
+
padding-bottom: 8px;
|
|
12700
|
+
margin-bottom: 8px; }
|
|
12701
|
+
|
|
12702
|
+
.connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
|
|
12703
|
+
color: #b1b4b6;
|
|
12704
|
+
font-weight: 700;
|
|
12705
|
+
font-size: 16px; }
|
|
12706
|
+
|
|
12707
|
+
.plumber-details-new-value-wrapper {
|
|
12708
|
+
-webkit-box-flex: 2;
|
|
12709
|
+
-ms-flex: 2 1 auto;
|
|
12710
|
+
flex: 2 1 auto; }
|
|
12711
|
+
|
|
12712
|
+
.connection-details-new-value-wrapper {
|
|
12713
|
+
-webkit-box-flex: 1;
|
|
12714
|
+
-ms-flex: 1 1 auto;
|
|
12715
|
+
flex: 1 1 auto; }
|
|
12716
|
+
|
|
12717
|
+
.connection-details-old-value-wrapper, .plumber-details-old-value-wrapper {
|
|
12718
|
+
-webkit-box-flex: 1;
|
|
12719
|
+
-ms-flex: 1 1 auto;
|
|
12720
|
+
flex: 1 1 auto; }
|
|
12721
|
+
.connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
|
|
12722
|
+
visibility: hidden;
|
|
12723
|
+
padding-bottom: 8px;
|
|
12724
|
+
margin-bottom: 8px; }
|
|
12725
|
+
.connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
|
|
12726
|
+
color: #b1b4b6;
|
|
12727
|
+
font-weight: 700;
|
|
12728
|
+
font-size: 16px; }
|
|
12729
|
+
|
|
12730
|
+
.modal-header-ws {
|
|
12731
|
+
padding: 1rem;
|
|
12732
|
+
font-weight: 400; }
|
|
12733
|
+
|
|
12734
|
+
.modal-body-ws {
|
|
12735
|
+
padding: 1rem;
|
|
12736
|
+
font-weight: 700;
|
|
12737
|
+
color: #0b0c0c;
|
|
12738
|
+
font-size: 24px;
|
|
12739
|
+
margin-bottom: 1rem; }
|
|
12740
|
+
|
|
12741
|
+
.privacy-icon {
|
|
12742
|
+
cursor: pointer; }
|
|
12743
|
+
|
|
12744
|
+
.privacy-icon:hover path {
|
|
12745
|
+
fill: #f47738; }
|
|
12746
|
+
|
|
12747
|
+
.employee-app-wrapper {
|
|
12748
|
+
min-height: calc(100vh - 8em); }
|
|
12749
|
+
|
|
12750
|
+
.submit-bar header {
|
|
12751
|
+
line-height: 2rem !important; }
|
|
12752
|
+
|
|
12753
|
+
.logo-removeBorderRadiusLogo svg {
|
|
12754
|
+
width: 50px;
|
|
12755
|
+
height: 60px; }
|
|
12756
|
+
|
|
12757
|
+
.icon-banner-employee {
|
|
12758
|
+
background-color: #d7aefc !important; }
|
|
12759
|
+
|
|
12760
|
+
.icon-banner-employee svg {
|
|
12761
|
+
background-color: #0d43a7 !important;
|
|
12762
|
+
width: 40px;
|
|
12763
|
+
height: 40px; }
|
|
12764
|
+
|
|
12765
|
+
.inboxButton {
|
|
12766
|
+
border: none;
|
|
12767
|
+
color: #4c5656;
|
|
12768
|
+
text-align: center;
|
|
12769
|
+
text-decoration: none;
|
|
12770
|
+
display: inline-block;
|
|
12771
|
+
font-size: 14px;
|
|
12772
|
+
margin: 4px 2px;
|
|
12773
|
+
cursor: pointer;
|
|
12774
|
+
height: -webkit-fit-content;
|
|
12775
|
+
height: -moz-fit-content;
|
|
12776
|
+
height: fit-content;
|
|
12777
|
+
border-radius: 5px;
|
|
12778
|
+
font-family: sans-serif;
|
|
12779
|
+
font-weight: 700; }
|
|
12780
|
+
|
|
12781
|
+
.employee .inboxButton {
|
|
12782
|
+
padding: 5px 15px;
|
|
12783
|
+
background: #ba2b36; }
|
|
12784
|
+
|
|
12785
|
+
.citizen .inboxButton {
|
|
12786
|
+
padding: 15px;
|
|
12787
|
+
font-size: 1.2rem; }
|
|
12788
|
+
|
|
12789
|
+
.ndc_property_search .text-input {
|
|
12790
|
+
width: 100%;
|
|
12791
|
+
max-width: 300px; }
|
|
12792
|
+
|
|
12793
|
+
.action-bar-wrap {
|
|
12794
|
+
display: -webkit-box;
|
|
12795
|
+
display: -ms-flexbox;
|
|
12796
|
+
display: flex;
|
|
12797
|
+
-webkit-box-pack: end;
|
|
12798
|
+
-ms-flex-pack: end;
|
|
12799
|
+
justify-content: end;
|
|
12800
|
+
grid-gap: 10px;
|
|
12801
|
+
gap: 10px; }
|
|
12802
|
+
|
|
12803
|
+
.action-bar-wrap .submit-bar {
|
|
12804
|
+
padding: 0 !important;
|
|
12805
|
+
margin: 0 !important; }
|
|
12806
|
+
|
|
12807
|
+
.ndc_card_labels {
|
|
12808
|
+
width: 100%;
|
|
12809
|
+
max-width: 200px; }
|
|
12810
|
+
|
|
12811
|
+
.downLoadButton {
|
|
12812
|
+
color: "#A52A2A";
|
|
12813
|
+
display: -webkit-box !important;
|
|
12814
|
+
display: -ms-flexbox !important;
|
|
12815
|
+
display: flex !important;
|
|
12816
|
+
-webkit-box-pack: center;
|
|
12817
|
+
-ms-flex-pack: center;
|
|
12818
|
+
justify-content: center;
|
|
12819
|
+
-webkit-box-align: center;
|
|
12820
|
+
-ms-flex-align: center;
|
|
12821
|
+
align-items: center; }
|
|
12822
|
+
|
|
12823
|
+
.ndc_label {
|
|
12824
|
+
padding-bottom: 20px; }
|
|
12825
|
+
|
|
12826
|
+
.ndc_card_main {
|
|
12827
|
+
padding: 25px; }
|
|
12828
|
+
|
|
12829
|
+
.step-label {
|
|
12830
|
+
font-size: 17px !important; }
|
|
12831
|
+
|
|
12832
|
+
.modal-action .employeeCard {
|
|
12833
|
+
margin-left: 0 !important; }
|
|
12834
|
+
|
|
12835
|
+
.moduleLinkHomePage h1 {
|
|
12836
|
+
padding-left: 20px; }
|
|
12837
|
+
|
|
12838
|
+
@media screen and (max-width: 768px) {
|
|
12839
|
+
.citizen .inboxButton {
|
|
12840
|
+
font-size: 1rem; } }
|
|
12841
|
+
|
|
12842
|
+
@media screen and (max-width: 768px) {
|
|
12843
|
+
.stepper {
|
|
12844
|
+
display: grid !important; }
|
|
12845
|
+
.action-bar-wrap {
|
|
12846
|
+
padding: 10px 0;
|
|
12847
|
+
text-align: center; }
|
|
12848
|
+
.submit-bar {
|
|
12849
|
+
font-size: 11px; } }
|
|
12850
|
+
|
|
12851
|
+
.options-card {
|
|
12852
|
+
max-height: 350px;
|
|
12853
|
+
min-height: 120px;
|
|
12854
|
+
overflow-y: auto;
|
|
12855
|
+
overflow-x: hidden;
|
|
12856
|
+
border: 1px solid #ccc;
|
|
12857
|
+
border-radius: 8px;
|
|
12858
|
+
background-color: #fff;
|
|
12859
|
+
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
|
|
12860
|
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
|
|
12861
|
+
padding: 4px 0;
|
|
12862
|
+
z-index: 1000; }
|
|
12863
|
+
|
|
12864
|
+
.timeline-hoc-container .checkpoint-done header, .timeline-hoc-container .checkpoint header {
|
|
12865
|
+
-webkit-box-flex: 1;
|
|
12866
|
+
-ms-flex: 1;
|
|
12867
|
+
flex: 1; }
|
|
12868
|
+
|
|
12869
|
+
.timeline-card {
|
|
12870
|
+
width: 100%;
|
|
12871
|
+
border: 1px solid #ddd;
|
|
12872
|
+
border-radius: 8px;
|
|
12873
|
+
padding: clamp(12px, 3vw, 20px);
|
|
12874
|
+
margin: 10px 0;
|
|
12875
|
+
background: #fff;
|
|
12876
|
+
font-family: Segoe UI,sans-serif; }
|
|
12877
|
+
|
|
12878
|
+
.timeline-header {
|
|
12879
|
+
-ms-flex-wrap: wrap;
|
|
12880
|
+
flex-wrap: wrap;
|
|
12881
|
+
grid-gap: 16px;
|
|
12882
|
+
gap: 16px; }
|
|
12883
|
+
|
|
12884
|
+
.timeline-header, .timeline-header-item {
|
|
12885
|
+
display: -webkit-box;
|
|
12886
|
+
display: -ms-flexbox;
|
|
12887
|
+
display: flex;
|
|
12888
|
+
-webkit-box-orient: horizontal;
|
|
12889
|
+
-webkit-box-direction: normal;
|
|
12890
|
+
-ms-flex-direction: row;
|
|
12891
|
+
flex-direction: row;
|
|
12892
|
+
-webkit-box-align: center;
|
|
12893
|
+
-ms-flex-align: center;
|
|
12894
|
+
align-items: center; }
|
|
12895
|
+
|
|
12896
|
+
.timeline-header-item {
|
|
12897
|
+
grid-gap: 6px;
|
|
12898
|
+
gap: 6px;
|
|
12899
|
+
white-space: nowrap; }
|
|
12900
|
+
|
|
12901
|
+
.timeline-label {
|
|
12902
|
+
font-weight: 500; }
|
|
12903
|
+
|
|
12904
|
+
.timeline-label, .timeline-value {
|
|
12905
|
+
color: #0d43a7 !important;
|
|
12906
|
+
font-size: clamp(12px, 2vw, 14px); }
|
|
12907
|
+
|
|
12908
|
+
.timeline-value {
|
|
12909
|
+
font-weight: 400; }
|
|
12910
|
+
|
|
12911
|
+
.timeline-note {
|
|
12912
|
+
margin: 10px 0; }
|
|
12913
|
+
|
|
12914
|
+
.timeline-note .note-box {
|
|
12915
|
+
border: 1px solid #ccc;
|
|
12916
|
+
border-radius: 6px;
|
|
12917
|
+
padding: 10px;
|
|
12918
|
+
font-size: clamp(12px, 2vw, 14px);
|
|
12919
|
+
min-height: 40px;
|
|
12920
|
+
background: #f9f9f9;
|
|
12921
|
+
word-break: break-word; }
|
|
12922
|
+
|
|
12923
|
+
.timeline-docs {
|
|
12924
|
+
margin-top: 10px; }
|
|
12925
|
+
|
|
12926
|
+
@media (max-width: 768px) {
|
|
12927
|
+
.timeline-header {
|
|
12928
|
+
-webkit-box-orient: vertical;
|
|
12929
|
+
-webkit-box-direction: normal;
|
|
12930
|
+
-ms-flex-direction: column;
|
|
12931
|
+
flex-direction: column;
|
|
12932
|
+
-webkit-box-align: start;
|
|
12933
|
+
-ms-flex-align: start;
|
|
12934
|
+
align-items: flex-start; }
|
|
12935
|
+
.timeline-header-item {
|
|
12936
|
+
width: 100%; }
|
|
12937
|
+
.timeline-card {
|
|
12938
|
+
padding: 12px; } }
|