dristi-ui-css 0.0.6-dristi-kerala.3 → 0.0.6-dristi-kerala.6
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 +412 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/orders/orders.scss +114 -0
- package/src/orders/reviewsummons.scss +327 -8
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.6-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.6-dristi-kerala.6
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -16319,6 +16319,104 @@ body {
|
|
|
16319
16319
|
background: #00796b;
|
|
16320
16320
|
color: #fff; }
|
|
16321
16321
|
|
|
16322
|
+
.popup-module.payment-modal {
|
|
16323
|
+
width: -webkit-fit-content !important;
|
|
16324
|
+
width: -moz-fit-content !important;
|
|
16325
|
+
width: fit-content !important;
|
|
16326
|
+
border-radius: 4px; }
|
|
16327
|
+
.popup-module.payment-modal .popup-module-main {
|
|
16328
|
+
padding: 0 0 16px !important; }
|
|
16329
|
+
.popup-module.payment-modal .popup-module-main .payment-for-summon {
|
|
16330
|
+
width: 720px;
|
|
16331
|
+
-webkit-box-orient: vertical;
|
|
16332
|
+
-webkit-box-direction: normal;
|
|
16333
|
+
-ms-flex-direction: column;
|
|
16334
|
+
flex-direction: column;
|
|
16335
|
+
padding: 24px; }
|
|
16336
|
+
.popup-module.payment-modal .popup-module-main .payment-for-summon, .popup-module.payment-modal .popup-module-main .radio-wrap.mode-of-post-pay {
|
|
16337
|
+
display: -webkit-box;
|
|
16338
|
+
display: -ms-flexbox;
|
|
16339
|
+
display: flex;
|
|
16340
|
+
grid-gap: 24px;
|
|
16341
|
+
gap: 24px; }
|
|
16342
|
+
.popup-module.payment-modal .popup-module-main .radio-wrap.mode-of-post-pay {
|
|
16343
|
+
margin: 0; }
|
|
16344
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row {
|
|
16345
|
+
border-bottom: 1px solid #bbbbbd; }
|
|
16346
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-action, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-amount, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-label {
|
|
16347
|
+
font-weight: 700; }
|
|
16348
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .action-row {
|
|
16349
|
+
border-bottom: 1px solid #e8e8e8; }
|
|
16350
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .action-row, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row {
|
|
16351
|
+
display: -webkit-box;
|
|
16352
|
+
display: -ms-flexbox;
|
|
16353
|
+
display: flex; }
|
|
16354
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .action-row .payment-label, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-label {
|
|
16355
|
+
width: 44%; }
|
|
16356
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .action-row .payment-amount, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-amount {
|
|
16357
|
+
width: 30%; }
|
|
16358
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .action-row .payment-action, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .header-row .payment-action {
|
|
16359
|
+
width: 26%; }
|
|
16360
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-amount, .popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-label {
|
|
16361
|
+
padding: 12px 16px;
|
|
16362
|
+
display: -webkit-box;
|
|
16363
|
+
display: -ms-flexbox;
|
|
16364
|
+
display: flex;
|
|
16365
|
+
-webkit-box-align: center;
|
|
16366
|
+
-ms-flex-align: center;
|
|
16367
|
+
align-items: center;
|
|
16368
|
+
font-family: Roboto;
|
|
16369
|
+
font-size: 16px;
|
|
16370
|
+
font-weight: 400;
|
|
16371
|
+
line-height: 18.75px;
|
|
16372
|
+
text-align: left;
|
|
16373
|
+
color: #0a0a0a; }
|
|
16374
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action button {
|
|
16375
|
+
background-color: initial;
|
|
16376
|
+
-webkit-box-shadow: none;
|
|
16377
|
+
box-shadow: none;
|
|
16378
|
+
width: 100%; }
|
|
16379
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action button h2 {
|
|
16380
|
+
font-family: Roboto;
|
|
16381
|
+
font-size: 16px;
|
|
16382
|
+
font-weight: 700;
|
|
16383
|
+
line-height: 18.75px;
|
|
16384
|
+
text-align: center;
|
|
16385
|
+
color: #007e7e; }
|
|
16386
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action .offline-process-text {
|
|
16387
|
+
margin: 0;
|
|
16388
|
+
font-family: Roboto;
|
|
16389
|
+
font-size: 14px;
|
|
16390
|
+
font-weight: 400;
|
|
16391
|
+
line-height: 16.41px;
|
|
16392
|
+
text-align: left;
|
|
16393
|
+
color: #3d3c3c; }
|
|
16394
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text {
|
|
16395
|
+
position: relative;
|
|
16396
|
+
font-weight: 700;
|
|
16397
|
+
text-decoration: underline;
|
|
16398
|
+
cursor: pointer; }
|
|
16399
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text .text-tooltip {
|
|
16400
|
+
display: none;
|
|
16401
|
+
position: absolute;
|
|
16402
|
+
top: 30%;
|
|
16403
|
+
right: 0;
|
|
16404
|
+
background-color: #fff;
|
|
16405
|
+
max-width: 600px;
|
|
16406
|
+
width: -webkit-max-content;
|
|
16407
|
+
width: -moz-max-content;
|
|
16408
|
+
width: max-content;
|
|
16409
|
+
font-weight: 300;
|
|
16410
|
+
color: #000;
|
|
16411
|
+
padding: 5px 10px;
|
|
16412
|
+
border-radius: 4px;
|
|
16413
|
+
z-index: 100;
|
|
16414
|
+
border: 1px solid #bbbbbd;
|
|
16415
|
+
white-space: normal;
|
|
16416
|
+
word-wrap: break-word; }
|
|
16417
|
+
.popup-module.payment-modal .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text:hover .text-tooltip {
|
|
16418
|
+
display: block; }
|
|
16419
|
+
|
|
16322
16420
|
.review-submission-appl-body-main .application-details {
|
|
16323
16421
|
width: 100%; }
|
|
16324
16422
|
|
|
@@ -19124,6 +19222,319 @@ body {
|
|
|
19124
19222
|
.review-process-page.show-grey-placeholder .employee-select-wrap--elipses:not([value="Process Type"]):not([value="Delivery Channel"]):not([value=Status]) {
|
|
19125
19223
|
color: #000 !important; }
|
|
19126
19224
|
|
|
19225
|
+
.custom-speedpost-search-pending-booking {
|
|
19226
|
+
display: -webkit-box !important;
|
|
19227
|
+
display: -ms-flexbox !important;
|
|
19228
|
+
display: flex !important;
|
|
19229
|
+
-webkit-box-align: end;
|
|
19230
|
+
-ms-flex-align: end;
|
|
19231
|
+
align-items: flex-end;
|
|
19232
|
+
-webkit-box-orient: horizontal;
|
|
19233
|
+
-webkit-box-direction: normal;
|
|
19234
|
+
-ms-flex-direction: row;
|
|
19235
|
+
flex-direction: row;
|
|
19236
|
+
grid-gap: 12px;
|
|
19237
|
+
gap: 12px;
|
|
19238
|
+
font-family: sans-serif;
|
|
19239
|
+
padding: 0.5rem 0 !important; }
|
|
19240
|
+
.custom-speedpost-search-pending-booking .label-field-pair {
|
|
19241
|
+
display: -webkit-box;
|
|
19242
|
+
display: -ms-flexbox;
|
|
19243
|
+
display: flex;
|
|
19244
|
+
-webkit-box-orient: vertical;
|
|
19245
|
+
-webkit-box-direction: normal;
|
|
19246
|
+
-ms-flex-direction: column;
|
|
19247
|
+
flex-direction: column;
|
|
19248
|
+
grid-gap: 4px;
|
|
19249
|
+
gap: 4px; }
|
|
19250
|
+
.custom-speedpost-search-pending-booking .label-field-pair .form-label {
|
|
19251
|
+
font-weight: 600;
|
|
19252
|
+
font-size: 16px; }
|
|
19253
|
+
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap {
|
|
19254
|
+
width: 10rem;
|
|
19255
|
+
margin: 0 !important; }
|
|
19256
|
+
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .options-card {
|
|
19257
|
+
top: 40px;
|
|
19258
|
+
max-height: 160px;
|
|
19259
|
+
overflow-y: auto; }
|
|
19260
|
+
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select {
|
|
19261
|
+
display: -webkit-box;
|
|
19262
|
+
display: -ms-flexbox;
|
|
19263
|
+
display: flex;
|
|
19264
|
+
-webkit-box-align: center;
|
|
19265
|
+
-ms-flex-align: center;
|
|
19266
|
+
align-items: center;
|
|
19267
|
+
-webkit-box-pack: justify;
|
|
19268
|
+
-ms-flex-pack: justify;
|
|
19269
|
+
justify-content: space-between;
|
|
19270
|
+
border-radius: 4px;
|
|
19271
|
+
border: 1px solid #3d3c3c;
|
|
19272
|
+
height: 36px !important;
|
|
19273
|
+
padding: 0 8px; }
|
|
19274
|
+
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select input, .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select .checkbox-wrap .input-emp, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select .input-emp, .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select .input-emp {
|
|
19275
|
+
-webkit-box-flex: 1;
|
|
19276
|
+
-ms-flex: 1;
|
|
19277
|
+
flex: 1;
|
|
19278
|
+
border: none;
|
|
19279
|
+
outline: none;
|
|
19280
|
+
line-height: 36px;
|
|
19281
|
+
height: 100%;
|
|
19282
|
+
background: transparent;
|
|
19283
|
+
padding: 0; }
|
|
19284
|
+
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select svg {
|
|
19285
|
+
margin: 0 8px !important;
|
|
19286
|
+
-ms-flex-negative: 0;
|
|
19287
|
+
flex-shrink: 0; }
|
|
19288
|
+
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active {
|
|
19289
|
+
display: -webkit-box;
|
|
19290
|
+
display: -ms-flexbox;
|
|
19291
|
+
display: flex;
|
|
19292
|
+
-webkit-box-align: center;
|
|
19293
|
+
-ms-flex-align: center;
|
|
19294
|
+
align-items: center;
|
|
19295
|
+
-webkit-box-pack: justify;
|
|
19296
|
+
-ms-flex-pack: justify;
|
|
19297
|
+
justify-content: space-between;
|
|
19298
|
+
border-radius: 4px;
|
|
19299
|
+
border: 1px solid #007e7e;
|
|
19300
|
+
height: 36px !important;
|
|
19301
|
+
padding: 0 8px; }
|
|
19302
|
+
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active input, .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active .checkbox-wrap .input-emp, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active .input-emp, .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active .input-emp {
|
|
19303
|
+
-webkit-box-flex: 1;
|
|
19304
|
+
-ms-flex: 1;
|
|
19305
|
+
flex: 1;
|
|
19306
|
+
border: none;
|
|
19307
|
+
outline: none;
|
|
19308
|
+
line-height: 36px;
|
|
19309
|
+
height: 100%;
|
|
19310
|
+
background: transparent;
|
|
19311
|
+
padding: 0; }
|
|
19312
|
+
.custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select-active svg {
|
|
19313
|
+
margin: 0 8px !important;
|
|
19314
|
+
-ms-flex-negative: 0;
|
|
19315
|
+
flex-shrink: 0; }
|
|
19316
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=text], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=text], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=text], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=text] {
|
|
19317
|
+
width: 230px;
|
|
19318
|
+
border-radius: 4px;
|
|
19319
|
+
font-size: 15px;
|
|
19320
|
+
outline: none;
|
|
19321
|
+
margin: 0 !important;
|
|
19322
|
+
height: 36px;
|
|
19323
|
+
padding: 1px 2px 1px 8px; }
|
|
19324
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=date]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::-webkit-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::-webkit-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-webkit-input-placeholder {
|
|
19325
|
+
color: #999; }
|
|
19326
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=date]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::-moz-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::-moz-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-moz-placeholder {
|
|
19327
|
+
color: #999; }
|
|
19328
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=date]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]:-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]:-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]:-ms-input-placeholder {
|
|
19329
|
+
color: #999; }
|
|
19330
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=date]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-ms-input-placeholder {
|
|
19331
|
+
color: #999; }
|
|
19332
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=date]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::placeholder {
|
|
19333
|
+
color: #999; }
|
|
19334
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=date], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date], .custom-speedpost-search-pending-booking .label-field-pair input[type=month], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month] {
|
|
19335
|
+
width: 10rem;
|
|
19336
|
+
border-radius: 4px;
|
|
19337
|
+
font-size: 14px;
|
|
19338
|
+
outline: none;
|
|
19339
|
+
margin: 0 !important;
|
|
19340
|
+
height: 36px;
|
|
19341
|
+
padding: 9px; }
|
|
19342
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=month]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::-webkit-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::-webkit-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-webkit-input-placeholder {
|
|
19343
|
+
color: #999; }
|
|
19344
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=month]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::-moz-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::-moz-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-moz-placeholder {
|
|
19345
|
+
color: #999; }
|
|
19346
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=month]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]:-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]:-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]:-ms-input-placeholder {
|
|
19347
|
+
color: #999; }
|
|
19348
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=month]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-ms-input-placeholder {
|
|
19349
|
+
color: #999; }
|
|
19350
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=month]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::placeholder {
|
|
19351
|
+
color: #999; }
|
|
19352
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local] {
|
|
19353
|
+
width: 10rem;
|
|
19354
|
+
border-radius: 4px;
|
|
19355
|
+
font-size: 14px;
|
|
19356
|
+
outline: none;
|
|
19357
|
+
margin: 0 !important;
|
|
19358
|
+
height: 36px;
|
|
19359
|
+
padding: 9px; }
|
|
19360
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::-webkit-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::-webkit-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-webkit-input-placeholder {
|
|
19361
|
+
color: #999; }
|
|
19362
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::-moz-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::-moz-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-moz-placeholder {
|
|
19363
|
+
color: #999; }
|
|
19364
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]:-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]:-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]:-ms-input-placeholder {
|
|
19365
|
+
color: #999; }
|
|
19366
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-ms-input-placeholder {
|
|
19367
|
+
color: #999; }
|
|
19368
|
+
.custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::placeholder {
|
|
19369
|
+
color: #999; }
|
|
19370
|
+
|
|
19371
|
+
.tab-container {
|
|
19372
|
+
display: -webkit-box;
|
|
19373
|
+
display: -ms-flexbox;
|
|
19374
|
+
display: flex;
|
|
19375
|
+
grid-gap: 2rem;
|
|
19376
|
+
gap: 2rem;
|
|
19377
|
+
border-bottom: 1px solid #ddd;
|
|
19378
|
+
padding-left: 16px; }
|
|
19379
|
+
.tab-container button {
|
|
19380
|
+
background: none;
|
|
19381
|
+
border: none;
|
|
19382
|
+
outline: none;
|
|
19383
|
+
padding: 12px 0;
|
|
19384
|
+
font-size: 16px;
|
|
19385
|
+
font-weight: 500;
|
|
19386
|
+
color: #6f767e;
|
|
19387
|
+
cursor: pointer;
|
|
19388
|
+
position: relative;
|
|
19389
|
+
-webkit-transition: color .2s ease-in-out;
|
|
19390
|
+
transition: color .2s ease-in-out; }
|
|
19391
|
+
.tab-container button:hover {
|
|
19392
|
+
color: #222; }
|
|
19393
|
+
.tab-container button.search-tab-head-selected {
|
|
19394
|
+
font-weight: 600;
|
|
19395
|
+
color: #0a5757; }
|
|
19396
|
+
.tab-container button.search-tab-head-selected:after {
|
|
19397
|
+
content: "";
|
|
19398
|
+
position: absolute;
|
|
19399
|
+
left: 0;
|
|
19400
|
+
bottom: -1px;
|
|
19401
|
+
width: 100%;
|
|
19402
|
+
height: 3px;
|
|
19403
|
+
background-color: #0a5757;
|
|
19404
|
+
border-radius: 2px; }
|
|
19405
|
+
|
|
19406
|
+
.form-container {
|
|
19407
|
+
display: -webkit-box;
|
|
19408
|
+
display: -ms-flexbox;
|
|
19409
|
+
display: flex;
|
|
19410
|
+
grid-gap: 20px;
|
|
19411
|
+
gap: 20px;
|
|
19412
|
+
padding: 16px; }
|
|
19413
|
+
.form-container .search-button-wrapper {
|
|
19414
|
+
-webkit-box-orient: horizontal !important;
|
|
19415
|
+
-webkit-box-direction: reverse !important;
|
|
19416
|
+
-ms-flex-direction: row-reverse !important;
|
|
19417
|
+
flex-direction: row-reverse !important;
|
|
19418
|
+
margin-left: 20px;
|
|
19419
|
+
padding-top: 20px !important;
|
|
19420
|
+
display: -webkit-box;
|
|
19421
|
+
display: -ms-flexbox;
|
|
19422
|
+
display: flex;
|
|
19423
|
+
-webkit-box-align: center;
|
|
19424
|
+
-ms-flex-align: center;
|
|
19425
|
+
align-items: center;
|
|
19426
|
+
-webkit-box-pack: center;
|
|
19427
|
+
-ms-flex-pack: center;
|
|
19428
|
+
justify-content: center;
|
|
19429
|
+
grid-gap: 1rem;
|
|
19430
|
+
gap: 1rem; }
|
|
19431
|
+
.form-container .search-button-wrapper .link-label {
|
|
19432
|
+
font-size: 16px;
|
|
19433
|
+
font-weight: 700;
|
|
19434
|
+
color: #77787b !important; }
|
|
19435
|
+
.form-container .search-button-wrapper .submit-bar, .form-container .search-button-wrapper .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .form-container .search-button-wrapper .submit-bar {
|
|
19436
|
+
width: 100% !important;
|
|
19437
|
+
padding: 0 40px;
|
|
19438
|
+
-webkit-box-shadow: none;
|
|
19439
|
+
box-shadow: none;
|
|
19440
|
+
border-radius: 4px; }
|
|
19441
|
+
|
|
19442
|
+
.inbox-search-fields {
|
|
19443
|
+
display: -webkit-box;
|
|
19444
|
+
display: -ms-flexbox;
|
|
19445
|
+
display: flex;
|
|
19446
|
+
-webkit-box-pack: justify;
|
|
19447
|
+
-ms-flex-pack: justify;
|
|
19448
|
+
justify-content: space-between; }
|
|
19449
|
+
.inbox-search-fields .custom-button-wrapper {
|
|
19450
|
+
padding: 16px !important;
|
|
19451
|
+
display: -webkit-box;
|
|
19452
|
+
display: -ms-flexbox;
|
|
19453
|
+
display: flex;
|
|
19454
|
+
-webkit-box-pack: center;
|
|
19455
|
+
-ms-flex-pack: center;
|
|
19456
|
+
justify-content: center;
|
|
19457
|
+
-webkit-box-align: end;
|
|
19458
|
+
-ms-flex-align: end;
|
|
19459
|
+
align-items: flex-end; }
|
|
19460
|
+
.inbox-search-fields .custom-button-wrapper .submit-bar, .inbox-search-fields .custom-button-wrapper .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .inbox-search-fields .custom-button-wrapper .submit-bar {
|
|
19461
|
+
-webkit-box-shadow: none;
|
|
19462
|
+
box-shadow: none;
|
|
19463
|
+
border-radius: 4px; }
|
|
19464
|
+
.inbox-search-fields .custom-button-wrapper .submit-bar-disabled {
|
|
19465
|
+
border-radius: 4px;
|
|
19466
|
+
background-color: #77787b !important; }
|
|
19467
|
+
|
|
19468
|
+
.e-post-update-modal {
|
|
19469
|
+
width: 536px;
|
|
19470
|
+
border-radius: 4px; }
|
|
19471
|
+
.e-post-update-modal .order-type-modal .order-type-form-composer {
|
|
19472
|
+
padding: 0 24px !important;
|
|
19473
|
+
display: -webkit-box;
|
|
19474
|
+
display: -ms-flexbox;
|
|
19475
|
+
display: flex;
|
|
19476
|
+
-webkit-box-orient: vertical !important;
|
|
19477
|
+
-webkit-box-direction: normal !important;
|
|
19478
|
+
-ms-flex-direction: column !important;
|
|
19479
|
+
flex-direction: column !important;
|
|
19480
|
+
grid-row-gap: 6px;
|
|
19481
|
+
row-gap: 6px;
|
|
19482
|
+
-webkit-box-shadow: none;
|
|
19483
|
+
box-shadow: none; }
|
|
19484
|
+
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair {
|
|
19485
|
+
-webkit-box-orient: vertical;
|
|
19486
|
+
-webkit-box-direction: normal;
|
|
19487
|
+
-ms-flex-direction: column;
|
|
19488
|
+
flex-direction: column;
|
|
19489
|
+
-webkit-box-align: start !important;
|
|
19490
|
+
-ms-flex-align: start !important;
|
|
19491
|
+
align-items: start !important;
|
|
19492
|
+
grid-gap: 6px;
|
|
19493
|
+
gap: 6px; }
|
|
19494
|
+
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .card-label, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .control-label, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair span, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .select-wrap {
|
|
19495
|
+
margin-bottom: 0 !important; }
|
|
19496
|
+
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .select-wrap .options-card {
|
|
19497
|
+
max-height: 230px !important;
|
|
19498
|
+
top: 40px !important; }
|
|
19499
|
+
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .custom-text-area-main-div .custom-text-area-header-div {
|
|
19500
|
+
-webkit-box-orient: horizontal !important;
|
|
19501
|
+
-webkit-box-direction: normal !important;
|
|
19502
|
+
-ms-flex-direction: row !important;
|
|
19503
|
+
flex-direction: row !important;
|
|
19504
|
+
margin-top: 13.28px;
|
|
19505
|
+
grid-gap: 2px !important;
|
|
19506
|
+
gap: 2px !important; }
|
|
19507
|
+
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .checkbox-wrap .input-emp, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp {
|
|
19508
|
+
margin-bottom: 0 !important; }
|
|
19509
|
+
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input input[type=date], .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .checkbox-wrap .input-emp input[type=date], .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp input[type=date], .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .digit-checkbox-wrap .input-emp input[type=date], .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp input[type=date], .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .checkbox-wrap .input-emp[type=date], .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .input-emp[type=date], .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .checkbox-wrap .input-emp .input-emp[type=date], .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp .input-emp[type=date], .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .digit-checkbox-wrap .input-emp[type=date], .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .input-emp[type=date], .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .digit-checkbox-wrap .input-emp .input-emp[type=date], .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp .input-emp[type=date] {
|
|
19510
|
+
-webkit-appearance: none;
|
|
19511
|
+
-moz-appearance: textfield;
|
|
19512
|
+
appearance: none;
|
|
19513
|
+
color: #000; }
|
|
19514
|
+
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input input[type=date]::-webkit-calendar-picker-indicator, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .checkbox-wrap .input-emp input[type=date]::-webkit-calendar-picker-indicator, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp input[type=date]::-webkit-calendar-picker-indicator, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .digit-checkbox-wrap .input-emp input[type=date]::-webkit-calendar-picker-indicator, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp input[type=date]::-webkit-calendar-picker-indicator, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .checkbox-wrap .input-emp[type=date]::-webkit-calendar-picker-indicator, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .input-emp[type=date]::-webkit-calendar-picker-indicator, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .checkbox-wrap .input-emp .input-emp[type=date]::-webkit-calendar-picker-indicator, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp .input-emp[type=date]::-webkit-calendar-picker-indicator, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .digit-checkbox-wrap .input-emp[type=date]::-webkit-calendar-picker-indicator, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .input-emp[type=date]::-webkit-calendar-picker-indicator, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .digit-checkbox-wrap .input-emp .input-emp[type=date]::-webkit-calendar-picker-indicator, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp .input-emp[type=date]::-webkit-calendar-picker-indicator, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input input[type=date]::-webkit-inner-spin-button, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .checkbox-wrap .input-emp input[type=date]::-webkit-inner-spin-button, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp input[type=date]::-webkit-inner-spin-button, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .digit-checkbox-wrap .input-emp input[type=date]::-webkit-inner-spin-button, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp input[type=date]::-webkit-inner-spin-button, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .checkbox-wrap .input-emp[type=date]::-webkit-inner-spin-button, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .input-emp[type=date]::-webkit-inner-spin-button, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .checkbox-wrap .input-emp .input-emp[type=date]::-webkit-inner-spin-button, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp .input-emp[type=date]::-webkit-inner-spin-button, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .digit-checkbox-wrap .input-emp[type=date]::-webkit-inner-spin-button, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .input-emp[type=date]::-webkit-inner-spin-button, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .digit-checkbox-wrap .input-emp .input-emp[type=date]::-webkit-inner-spin-button, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp .input-emp[type=date]::-webkit-inner-spin-button {
|
|
19515
|
+
display: none;
|
|
19516
|
+
-webkit-appearance: none; }
|
|
19517
|
+
.e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input input[type=date]::-moz-focus-inner, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .checkbox-wrap .input-emp input[type=date]::-moz-focus-inner, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp input[type=date]::-moz-focus-inner, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .digit-checkbox-wrap .input-emp input[type=date]::-moz-focus-inner, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp input[type=date]::-moz-focus-inner, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .checkbox-wrap .input-emp[type=date]::-moz-focus-inner, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .input-emp[type=date]::-moz-focus-inner, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .checkbox-wrap .input-emp .input-emp[type=date]::-moz-focus-inner, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp .input-emp[type=date]::-moz-focus-inner, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .digit-checkbox-wrap .input-emp[type=date]::-moz-focus-inner, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input .input-emp[type=date]::-moz-focus-inner, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .digit-checkbox-wrap .input-emp .input-emp[type=date]::-moz-focus-inner, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp .input-emp[type=date]::-moz-focus-inner {
|
|
19518
|
+
border: 0;
|
|
19519
|
+
padding: 0; }
|
|
19520
|
+
.e-post-update-modal .order-type-modal .order-type-form-composer .card-label-error {
|
|
19521
|
+
margin: 0 !important;
|
|
19522
|
+
width: 100% !important; }
|
|
19523
|
+
|
|
19524
|
+
.e-post-action {
|
|
19525
|
+
-webkit-box-shadow: none !important;
|
|
19526
|
+
box-shadow: none !important;
|
|
19527
|
+
-webkit-box-orient: horizontal !important;
|
|
19528
|
+
-webkit-box-direction: reverse !important;
|
|
19529
|
+
-ms-flex-direction: row-reverse !important;
|
|
19530
|
+
flex-direction: row-reverse !important; }
|
|
19531
|
+
.e-post-action .submit-bar, .e-post-action .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .e-post-action .submit-bar, .e-post-action .submit-bar-disabled {
|
|
19532
|
+
width: 110px;
|
|
19533
|
+
-webkit-box-shadow: none;
|
|
19534
|
+
box-shadow: none; }
|
|
19535
|
+
.e-post-action .previous-button {
|
|
19536
|
+
width: 95px; }
|
|
19537
|
+
|
|
19127
19538
|
.epost-print-and-send .speed-post-header {
|
|
19128
19539
|
font-family: Roboto;
|
|
19129
19540
|
font-size: 16px;
|