coer-elements 0.0.15 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,2434 @@ input[type=file] {
21
21
  background-color: transparent !important;
22
22
  }
23
23
 
24
+ /********** COER styles **********/
25
+ .text-blue {
26
+ color: #0d6efd !important;
27
+ }
28
+
29
+ .text-blue-bold {
30
+ color: #0d6efd !important;
31
+ font-weight: bold !important;
32
+ }
33
+
34
+ .background-blue {
35
+ background-color: #0d6efd !important;
36
+ }
37
+
38
+ .background-border-blue {
39
+ background-color: #0d6efd !important;
40
+ border-color: #0d6efd !important;
41
+ }
42
+
43
+ .border-blue {
44
+ border-color: #0d6efd !important;
45
+ }
46
+
47
+ .text-gray {
48
+ color: #6c757d !important;
49
+ }
50
+
51
+ .text-gray-bold {
52
+ color: #6c757d !important;
53
+ font-weight: bold !important;
54
+ }
55
+
56
+ .background-gray {
57
+ background-color: #6c757d !important;
58
+ }
59
+
60
+ .background-border-gray {
61
+ background-color: #6c757d !important;
62
+ border-color: #6c757d !important;
63
+ }
64
+
65
+ .border-gray {
66
+ border-color: #6c757d !important;
67
+ }
68
+
69
+ .text-green {
70
+ color: #198754 !important;
71
+ }
72
+
73
+ .text-green-bold {
74
+ color: #198754 !important;
75
+ font-weight: bold !important;
76
+ }
77
+
78
+ .background-green {
79
+ background-color: #198754 !important;
80
+ }
81
+
82
+ .background-border-green {
83
+ background-color: #198754 !important;
84
+ border-color: #198754 !important;
85
+ }
86
+
87
+ .border-green {
88
+ border-color: #198754 !important;
89
+ }
90
+
91
+ .text-yellow {
92
+ color: #ffc107 !important;
93
+ }
94
+
95
+ .text-yellow-bold {
96
+ color: #ffc107 !important;
97
+ font-weight: bold !important;
98
+ }
99
+
100
+ .background-yellow {
101
+ background-color: #ffc107 !important;
102
+ }
103
+
104
+ .background-border-yellow {
105
+ background-color: #ffc107 !important;
106
+ border-color: #ffc107 !important;
107
+ }
108
+
109
+ .border-yellow {
110
+ border-color: #ffc107 !important;
111
+ }
112
+
113
+ .text-red {
114
+ color: #dc3545 !important;
115
+ }
116
+
117
+ .text-red-bold {
118
+ color: #dc3545 !important;
119
+ font-weight: bold !important;
120
+ }
121
+
122
+ .background-red {
123
+ background-color: #dc3545 !important;
124
+ }
125
+
126
+ .background-border-red {
127
+ background-color: #dc3545 !important;
128
+ border-color: #dc3545 !important;
129
+ }
130
+
131
+ .border-red {
132
+ border-color: #dc3545 !important;
133
+ }
134
+
135
+ .text-white {
136
+ color: #f5f5f5 !important;
137
+ }
138
+
139
+ .text-white-bold {
140
+ color: #f5f5f5 !important;
141
+ font-weight: bold !important;
142
+ }
143
+
144
+ .background-white {
145
+ background-color: #f5f5f5 !important;
146
+ }
147
+
148
+ .background-border-white {
149
+ background-color: #f5f5f5 !important;
150
+ border-color: #f5f5f5 !important;
151
+ }
152
+
153
+ .border-white {
154
+ border-color: #f5f5f5 !important;
155
+ }
156
+
157
+ .text-black {
158
+ color: #252525 !important;
159
+ }
160
+
161
+ .text-black-bold {
162
+ color: #252525 !important;
163
+ font-weight: bold !important;
164
+ }
165
+
166
+ .background-black {
167
+ background-color: #252525 !important;
168
+ }
169
+
170
+ .background-border-black {
171
+ background-color: #252525 !important;
172
+ border-color: #252525 !important;
173
+ }
174
+
175
+ .border-black {
176
+ border-color: #252525 !important;
177
+ }
178
+
179
+ .text-orange {
180
+ color: #fd6031 !important;
181
+ }
182
+
183
+ .text-orange-bold {
184
+ color: #fd6031 !important;
185
+ font-weight: bold !important;
186
+ }
187
+
188
+ .background-orange {
189
+ background-color: #fd6031 !important;
190
+ }
191
+
192
+ .background-border-orange {
193
+ background-color: #fd6031 !important;
194
+ border-color: #fd6031 !important;
195
+ }
196
+
197
+ .border-orange {
198
+ border-color: #fd6031 !important;
199
+ }
200
+
201
+ coer-button {
202
+ display: contents !important;
203
+ }
204
+
205
+ div.coer-button {
206
+ display: contents !important;
207
+ }
208
+ div.coer-button a {
209
+ display: inline-block !important;
210
+ }
211
+ div.coer-button a.animate__disabled {
212
+ animation-duration: 0s !important;
213
+ }
214
+ div.coer-button button {
215
+ font-size: 17px !important;
216
+ white-space: nowrap !important;
217
+ overflow: hidden !important;
218
+ text-overflow: ellipsis !important;
219
+ }
220
+ div.coer-button .slot {
221
+ width: 100px !important;
222
+ display: flex !important;
223
+ align-items: center !important;
224
+ justify-content: center !important;
225
+ text-overflow: ellipsis !important;
226
+ overflow: hidden !important;
227
+ }
228
+ div.coer-button button.primary-filled {
229
+ background-color: #0d6efd !important;
230
+ color: #f5f5f5 !important;
231
+ }
232
+ div.coer-button button.secondary-filled {
233
+ background-color: #6c757d !important;
234
+ color: #f5f5f5 !important;
235
+ }
236
+ div.coer-button button.success-filled {
237
+ background-color: #198754 !important;
238
+ color: #f5f5f5 !important;
239
+ }
240
+ div.coer-button button.warning-filled {
241
+ background-color: #ffc107 !important;
242
+ color: #252525 !important;
243
+ }
244
+ div.coer-button button.danger-filled {
245
+ background-color: #dc3545 !important;
246
+ color: #f5f5f5 !important;
247
+ }
248
+ div.coer-button button.navigation-filled {
249
+ background-color: #fd6031 !important;
250
+ color: #f5f5f5 !important;
251
+ }
252
+ div.coer-button button.primary-outline {
253
+ background-color: white !important;
254
+ border: 1px solid #0d6efd !important;
255
+ color: #0d6efd !important;
256
+ }
257
+ div.coer-button button.secondary-outline {
258
+ background-color: white !important;
259
+ border: 1px solid #6c757d !important;
260
+ color: #6c757d !important;
261
+ }
262
+ div.coer-button button.success-outline {
263
+ background-color: white !important;
264
+ border: 1px solid #198754 !important;
265
+ color: #198754 !important;
266
+ }
267
+ div.coer-button button.warning-outline {
268
+ background-color: white !important;
269
+ border: 1px solid #ffc107 !important;
270
+ color: #ffc107 !important;
271
+ }
272
+ div.coer-button button.danger-outline {
273
+ background-color: white !important;
274
+ border: 1px solid #dc3545 !important;
275
+ color: #dc3545 !important;
276
+ }
277
+ div.coer-button button.navigation-outline {
278
+ background-color: white !important;
279
+ border: 1px solid #fd6031 !important;
280
+ color: #fd6031 !important;
281
+ }
282
+ div.coer-button button.primary-filled:not(.readonly):hover, div.coer-button button.primary-filled:not(.readonly):focus,
283
+ div.coer-button button.primary-outline:not(.readonly):hover, div.coer-button button.primary-outline:not(.readonly):focus,
284
+ div.coer-button button.secondary-filled:not(.readonly):hover, div.coer-button button.secondary-filled:not(.readonly):focus,
285
+ div.coer-button button.secondary-outline:not(.readonly):hover, div.coer-button button.secondary-outline:not(.readonly):focus,
286
+ div.coer-button button.success-filled:not(.readonly):hover, div.coer-button button.success-filled:not(.readonly):focus,
287
+ div.coer-button button.success-outline:not(.readonly):hover, div.coer-button button.success-outline:not(.readonly):focus,
288
+ div.coer-button button.warning-filled:not(.readonly):hover, div.coer-button button.warning-filled:not(.readonly):focus,
289
+ div.coer-button button.warning-outline:not(.readonly):hover, div.coer-button button.warning-outline:not(.readonly):focus,
290
+ div.coer-button button.danger-filled:not(.readonly):hover, div.coer-button button.danger-filled:not(.readonly):focus,
291
+ div.coer-button button.danger-outline:not(.readonly):hover, div.coer-button button.danger-outline:not(.readonly):focus {
292
+ filter: brightness(1.1) !important;
293
+ }
294
+ div.coer-button button.primary-filled:not(.readonly):focus,
295
+ div.coer-button button.primary-outline:not(.readonly):focus {
296
+ box-shadow: 0px 0px 20px #0d6efd !important;
297
+ }
298
+ div.coer-button button.secondary-filled:not(.readonly):focus,
299
+ div.coer-button button.secondary-outline:not(.readonly):focus {
300
+ box-shadow: 0px 0px 20px #6c757d !important;
301
+ }
302
+ div.coer-button button.success-filled:not(.readonly):focus,
303
+ div.coer-button button.success-outline:not(.readonly):focus {
304
+ box-shadow: 0px 0px 20px #198754 !important;
305
+ }
306
+ div.coer-button button.warning-filled:not(.readonly):focus,
307
+ div.coer-button button.warning-outline:not(.readonly):focus {
308
+ box-shadow: 0px 0px 20px #ffc107 !important;
309
+ }
310
+ div.coer-button button.danger-filled:not(.readonly):focus,
311
+ div.coer-button button.danger-outline:not(.readonly):focus {
312
+ box-shadow: 0px 0px 20px #dc3545 !important;
313
+ }
314
+ div.coer-button button.navigation-filled:not(.readonly):focus,
315
+ div.coer-button button.navigation-outline:not(.readonly):focus {
316
+ box-shadow: 0px 0px 20px #fd6031 !important;
317
+ }
318
+ div.coer-button button.mdc-icon-button.mat-mdc-icon-button {
319
+ width: 40px !important;
320
+ height: 40px !important;
321
+ padding: 0px !important;
322
+ }
323
+ div.coer-button button.mdc-icon-button.mat-mdc-icon-button.icon-no-border {
324
+ width: 25px !important;
325
+ height: 25px !important;
326
+ background-color: transparent !important;
327
+ border: none !important;
328
+ overflow: visible !important;
329
+ }
330
+ div.coer-button button.mdc-icon-button.mat-mdc-icon-button.icon-no-border * {
331
+ font-size: medium !important;
332
+ }
333
+ div.coer-button button.mdc-icon-button.mat-mdc-icon-button.icon-no-border i.bi-box-arrow-left,
334
+ div.coer-button button.mdc-icon-button.mat-mdc-icon-button.icon-no-border i.bi-box-arrow-in-right {
335
+ font-size: 20px !important;
336
+ }
337
+ div.coer-button button.readonly,
338
+ div.coer-button button.readonly:hover,
339
+ div.coer-button button.readonly:focus {
340
+ background-color: rgb(223, 222, 222) !important;
341
+ border-color: rgb(223, 222, 222) !important;
342
+ color: white !important;
343
+ }
344
+ div.coer-button coer-button[ishidden=true],
345
+ div.coer-button coer-button[ng-reflect-invisible=true] {
346
+ position: relative !important;
347
+ top: 10000vh;
348
+ left: 10000vw;
349
+ }
350
+ div.coer-button a.loading {
351
+ cursor: wait !important;
352
+ }
353
+ div.coer-button i {
354
+ vertical-align: middle !important;
355
+ }
356
+ div.coer-button i.spinner-border {
357
+ width: 15px !important;
358
+ height: 15px !important;
359
+ font-size: 16px !important;
360
+ }
361
+ div.coer-button span {
362
+ font-weight: bold !important;
363
+ }
364
+
365
+ div#coer-tool-bar coer-button * {
366
+ color: #fd6031 !important;
367
+ }
368
+
369
+ div.coer-text-box .text-blue {
370
+ color: #0d6efd !important;
371
+ }
372
+ div.coer-text-box .text-blue-bold {
373
+ color: #0d6efd !important;
374
+ font-weight: bold !important;
375
+ }
376
+ div.coer-text-box .background-blue {
377
+ background-color: #0d6efd !important;
378
+ }
379
+ div.coer-text-box .background-border-blue {
380
+ background-color: #0d6efd !important;
381
+ border-color: #0d6efd !important;
382
+ }
383
+ div.coer-text-box .border-blue {
384
+ border-color: #0d6efd !important;
385
+ }
386
+ div.coer-text-box .text-gray {
387
+ color: #6c757d !important;
388
+ }
389
+ div.coer-text-box .text-gray-bold {
390
+ color: #6c757d !important;
391
+ font-weight: bold !important;
392
+ }
393
+ div.coer-text-box .background-gray {
394
+ background-color: #6c757d !important;
395
+ }
396
+ div.coer-text-box .background-border-gray {
397
+ background-color: #6c757d !important;
398
+ border-color: #6c757d !important;
399
+ }
400
+ div.coer-text-box .border-gray {
401
+ border-color: #6c757d !important;
402
+ }
403
+ div.coer-text-box .text-green {
404
+ color: #198754 !important;
405
+ }
406
+ div.coer-text-box .text-green-bold {
407
+ color: #198754 !important;
408
+ font-weight: bold !important;
409
+ }
410
+ div.coer-text-box .background-green {
411
+ background-color: #198754 !important;
412
+ }
413
+ div.coer-text-box .background-border-green {
414
+ background-color: #198754 !important;
415
+ border-color: #198754 !important;
416
+ }
417
+ div.coer-text-box .border-green {
418
+ border-color: #198754 !important;
419
+ }
420
+ div.coer-text-box .text-yellow {
421
+ color: #ffc107 !important;
422
+ }
423
+ div.coer-text-box .text-yellow-bold {
424
+ color: #ffc107 !important;
425
+ font-weight: bold !important;
426
+ }
427
+ div.coer-text-box .background-yellow {
428
+ background-color: #ffc107 !important;
429
+ }
430
+ div.coer-text-box .background-border-yellow {
431
+ background-color: #ffc107 !important;
432
+ border-color: #ffc107 !important;
433
+ }
434
+ div.coer-text-box .border-yellow {
435
+ border-color: #ffc107 !important;
436
+ }
437
+ div.coer-text-box .text-red {
438
+ color: #dc3545 !important;
439
+ }
440
+ div.coer-text-box .text-red-bold {
441
+ color: #dc3545 !important;
442
+ font-weight: bold !important;
443
+ }
444
+ div.coer-text-box .background-red {
445
+ background-color: #dc3545 !important;
446
+ }
447
+ div.coer-text-box .background-border-red {
448
+ background-color: #dc3545 !important;
449
+ border-color: #dc3545 !important;
450
+ }
451
+ div.coer-text-box .border-red {
452
+ border-color: #dc3545 !important;
453
+ }
454
+ div.coer-text-box .text-white {
455
+ color: #f5f5f5 !important;
456
+ }
457
+ div.coer-text-box .text-white-bold {
458
+ color: #f5f5f5 !important;
459
+ font-weight: bold !important;
460
+ }
461
+ div.coer-text-box .background-white {
462
+ background-color: #f5f5f5 !important;
463
+ }
464
+ div.coer-text-box .background-border-white {
465
+ background-color: #f5f5f5 !important;
466
+ border-color: #f5f5f5 !important;
467
+ }
468
+ div.coer-text-box .border-white {
469
+ border-color: #f5f5f5 !important;
470
+ }
471
+ div.coer-text-box .text-black {
472
+ color: #252525 !important;
473
+ }
474
+ div.coer-text-box .text-black-bold {
475
+ color: #252525 !important;
476
+ font-weight: bold !important;
477
+ }
478
+ div.coer-text-box .background-black {
479
+ background-color: #252525 !important;
480
+ }
481
+ div.coer-text-box .background-border-black {
482
+ background-color: #252525 !important;
483
+ border-color: #252525 !important;
484
+ }
485
+ div.coer-text-box .border-black {
486
+ border-color: #252525 !important;
487
+ }
488
+ div.coer-text-box .text-orange {
489
+ color: #fd6031 !important;
490
+ }
491
+ div.coer-text-box .text-orange-bold {
492
+ color: #fd6031 !important;
493
+ font-weight: bold !important;
494
+ }
495
+ div.coer-text-box .background-orange {
496
+ background-color: #fd6031 !important;
497
+ }
498
+ div.coer-text-box .background-border-orange {
499
+ background-color: #fd6031 !important;
500
+ border-color: #fd6031 !important;
501
+ }
502
+ div.coer-text-box .border-orange {
503
+ border-color: #fd6031 !important;
504
+ }
505
+ div.coer-text-box mat-form-field {
506
+ position: relative !important;
507
+ }
508
+ div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
509
+ height: 40px !important;
510
+ }
511
+ div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix {
512
+ width: 100% !important;
513
+ height: 40px !important;
514
+ padding: 0px !important;
515
+ }
516
+ div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix label {
517
+ overflow: visible !important;
518
+ position: absolute !important;
519
+ top: 20px !important;
520
+ }
521
+ div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix label.mdc-floating-label--float-above mat-label {
522
+ color: #fd6031;
523
+ font-weight: bold;
524
+ position: relative;
525
+ left: -10px;
526
+ top: 2px;
527
+ }
528
+ div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix input {
529
+ font-weight: normal !important;
530
+ font-size: 17px !important;
531
+ color: #252525 !important;
532
+ }
533
+ div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
534
+ div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::before,
535
+ div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::after {
536
+ border-bottom-color: #fd6031 !important;
537
+ }
538
+ div.coer-text-box mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
539
+ height: 0px !important;
540
+ }
541
+ div.coer-text-box mat-form-field span.icon-container {
542
+ position: absolute !important;
543
+ top: 1px !important;
544
+ right: -14px !important;
545
+ z-index: 5 !important;
546
+ width: 30px;
547
+ height: 40px;
548
+ display: flex;
549
+ align-items: center;
550
+ justify-content: center;
551
+ }
552
+ div.coer-text-box mat-form-field span.icon-container i {
553
+ font-size: 20px !important;
554
+ }
555
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-xmark,
556
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
557
+ color: #caced1 !important;
558
+ cursor: pointer !important;
559
+ }
560
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
561
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
562
+ color: #6c757d !important;
563
+ }
564
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-circle-check {
565
+ color: #198754 !important;
566
+ }
567
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
568
+ color: #dc3545 !important;
569
+ }
570
+ div.coer-text-box mat-form-field span.placeholder {
571
+ width: calc(100% + 32px) !important;
572
+ height: 40px !important;
573
+ position: absolute !important;
574
+ z-index: 1 !important;
575
+ top: 0px !important;
576
+ left: -16px !important;
577
+ cursor: wait !important;
578
+ }
579
+ div.coer-text-box mat-form-field .placeholder, div.coer-text-box mat-form-field .placeholder *,
580
+ div.coer-text-box mat-form-field .placeholder-glow, div.coer-text-box mat-form-field .placeholder-glow * {
581
+ cursor: wait !important;
582
+ }
583
+ div.coer-text-box mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
584
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
585
+ }
586
+
587
+ coer-grid table tbody tr td.coer-textbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field {
588
+ background-color: transparent !important;
589
+ padding-left: 9px !important;
590
+ padding-right: 9px !important;
591
+ }
592
+ coer-grid table tbody tr td.coer-textbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple,
593
+ coer-grid table tbody tr td.coer-textbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple::before,
594
+ coer-grid table tbody tr td.coer-textbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple::after {
595
+ border-bottom-color: transparent !important;
596
+ }
597
+ coer-grid table tbody tr td.coer-textbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
598
+ height: 28px !important;
599
+ }
600
+ coer-grid table tbody tr td.coer-textbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix {
601
+ height: 28px !important;
602
+ }
603
+ coer-grid table tbody tr td.coer-textbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix input {
604
+ margin-top: 3px !important;
605
+ font-size: 14px !important;
606
+ }
607
+ coer-grid table tbody tr td.coer-textbox mat-form-field span.icon-container {
608
+ transform: translate(-5px, -6px) !important;
609
+ }
610
+
611
+ div.coer-textarea .text-blue {
612
+ color: #0d6efd !important;
613
+ }
614
+ div.coer-textarea .text-blue-bold {
615
+ color: #0d6efd !important;
616
+ font-weight: bold !important;
617
+ }
618
+ div.coer-textarea .background-blue {
619
+ background-color: #0d6efd !important;
620
+ }
621
+ div.coer-textarea .background-border-blue {
622
+ background-color: #0d6efd !important;
623
+ border-color: #0d6efd !important;
624
+ }
625
+ div.coer-textarea .border-blue {
626
+ border-color: #0d6efd !important;
627
+ }
628
+ div.coer-textarea .text-gray {
629
+ color: #6c757d !important;
630
+ }
631
+ div.coer-textarea .text-gray-bold {
632
+ color: #6c757d !important;
633
+ font-weight: bold !important;
634
+ }
635
+ div.coer-textarea .background-gray {
636
+ background-color: #6c757d !important;
637
+ }
638
+ div.coer-textarea .background-border-gray {
639
+ background-color: #6c757d !important;
640
+ border-color: #6c757d !important;
641
+ }
642
+ div.coer-textarea .border-gray {
643
+ border-color: #6c757d !important;
644
+ }
645
+ div.coer-textarea .text-green {
646
+ color: #198754 !important;
647
+ }
648
+ div.coer-textarea .text-green-bold {
649
+ color: #198754 !important;
650
+ font-weight: bold !important;
651
+ }
652
+ div.coer-textarea .background-green {
653
+ background-color: #198754 !important;
654
+ }
655
+ div.coer-textarea .background-border-green {
656
+ background-color: #198754 !important;
657
+ border-color: #198754 !important;
658
+ }
659
+ div.coer-textarea .border-green {
660
+ border-color: #198754 !important;
661
+ }
662
+ div.coer-textarea .text-yellow {
663
+ color: #ffc107 !important;
664
+ }
665
+ div.coer-textarea .text-yellow-bold {
666
+ color: #ffc107 !important;
667
+ font-weight: bold !important;
668
+ }
669
+ div.coer-textarea .background-yellow {
670
+ background-color: #ffc107 !important;
671
+ }
672
+ div.coer-textarea .background-border-yellow {
673
+ background-color: #ffc107 !important;
674
+ border-color: #ffc107 !important;
675
+ }
676
+ div.coer-textarea .border-yellow {
677
+ border-color: #ffc107 !important;
678
+ }
679
+ div.coer-textarea .text-red {
680
+ color: #dc3545 !important;
681
+ }
682
+ div.coer-textarea .text-red-bold {
683
+ color: #dc3545 !important;
684
+ font-weight: bold !important;
685
+ }
686
+ div.coer-textarea .background-red {
687
+ background-color: #dc3545 !important;
688
+ }
689
+ div.coer-textarea .background-border-red {
690
+ background-color: #dc3545 !important;
691
+ border-color: #dc3545 !important;
692
+ }
693
+ div.coer-textarea .border-red {
694
+ border-color: #dc3545 !important;
695
+ }
696
+ div.coer-textarea .text-white {
697
+ color: #f5f5f5 !important;
698
+ }
699
+ div.coer-textarea .text-white-bold {
700
+ color: #f5f5f5 !important;
701
+ font-weight: bold !important;
702
+ }
703
+ div.coer-textarea .background-white {
704
+ background-color: #f5f5f5 !important;
705
+ }
706
+ div.coer-textarea .background-border-white {
707
+ background-color: #f5f5f5 !important;
708
+ border-color: #f5f5f5 !important;
709
+ }
710
+ div.coer-textarea .border-white {
711
+ border-color: #f5f5f5 !important;
712
+ }
713
+ div.coer-textarea .text-black {
714
+ color: #252525 !important;
715
+ }
716
+ div.coer-textarea .text-black-bold {
717
+ color: #252525 !important;
718
+ font-weight: bold !important;
719
+ }
720
+ div.coer-textarea .background-black {
721
+ background-color: #252525 !important;
722
+ }
723
+ div.coer-textarea .background-border-black {
724
+ background-color: #252525 !important;
725
+ border-color: #252525 !important;
726
+ }
727
+ div.coer-textarea .border-black {
728
+ border-color: #252525 !important;
729
+ }
730
+ div.coer-textarea .text-orange {
731
+ color: #fd6031 !important;
732
+ }
733
+ div.coer-textarea .text-orange-bold {
734
+ color: #fd6031 !important;
735
+ font-weight: bold !important;
736
+ }
737
+ div.coer-textarea .background-orange {
738
+ background-color: #fd6031 !important;
739
+ }
740
+ div.coer-textarea .background-border-orange {
741
+ background-color: #fd6031 !important;
742
+ border-color: #fd6031 !important;
743
+ }
744
+ div.coer-textarea .border-orange {
745
+ border-color: #fd6031 !important;
746
+ }
747
+ div.coer-textarea mat-form-field {
748
+ position: relative !important;
749
+ }
750
+ div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix {
751
+ width: 100% !important;
752
+ padding: 0px !important;
753
+ }
754
+ div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix label {
755
+ overflow: visible !important;
756
+ position: absolute !important;
757
+ top: 20px !important;
758
+ }
759
+ div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix label.mdc-floating-label--float-above mat-label {
760
+ color: #fd6031;
761
+ font-weight: bold;
762
+ position: relative;
763
+ left: -10px;
764
+ top: 2px;
765
+ }
766
+ div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix textarea {
767
+ font-weight: normal !important;
768
+ font-size: 17px !important;
769
+ color: #252525 !important;
770
+ min-height: 80px;
771
+ }
772
+ div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
773
+ div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::before,
774
+ div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::after {
775
+ border-bottom-color: #fd6031 !important;
776
+ }
777
+ div.coer-textarea mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
778
+ height: 0px !important;
779
+ }
780
+ div.coer-textarea mat-form-field span.icon-container {
781
+ position: absolute !important;
782
+ top: 1px !important;
783
+ right: -14px !important;
784
+ z-index: 5 !important;
785
+ width: 30px;
786
+ height: 40px;
787
+ display: flex;
788
+ align-items: center;
789
+ justify-content: center;
790
+ }
791
+ div.coer-textarea mat-form-field span.icon-container i {
792
+ font-size: 20px !important;
793
+ }
794
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-xmark,
795
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
796
+ color: #caced1 !important;
797
+ cursor: pointer !important;
798
+ }
799
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
800
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
801
+ color: #6c757d !important;
802
+ }
803
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-circle-check {
804
+ color: #198754 !important;
805
+ }
806
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
807
+ color: #dc3545 !important;
808
+ }
809
+ div.coer-textarea mat-form-field span.placeholder {
810
+ width: calc(100% + 32px) !important;
811
+ height: 100% !important;
812
+ position: absolute !important;
813
+ z-index: 1 !important;
814
+ top: 0px !important;
815
+ left: -16px !important;
816
+ cursor: wait !important;
817
+ }
818
+ div.coer-textarea mat-form-field .placeholder, div.coer-textarea mat-form-field .placeholder *,
819
+ div.coer-textarea mat-form-field .placeholder-glow, div.coer-textarea mat-form-field .placeholder-glow * {
820
+ cursor: wait !important;
821
+ }
822
+ div.coer-textarea footer {
823
+ padding-top: 2px;
824
+ text-align: right;
825
+ font-size: 10px;
826
+ color: #6c757d;
827
+ }
828
+ div.coer-textarea mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
829
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
830
+ }
831
+
832
+ div.coer-select-box {
833
+ position: relative !important;
834
+ }
835
+ div.coer-select-box .text-blue {
836
+ color: #0d6efd !important;
837
+ }
838
+ div.coer-select-box .text-blue-bold {
839
+ color: #0d6efd !important;
840
+ font-weight: bold !important;
841
+ }
842
+ div.coer-select-box .background-blue {
843
+ background-color: #0d6efd !important;
844
+ }
845
+ div.coer-select-box .background-border-blue {
846
+ background-color: #0d6efd !important;
847
+ border-color: #0d6efd !important;
848
+ }
849
+ div.coer-select-box .border-blue {
850
+ border-color: #0d6efd !important;
851
+ }
852
+ div.coer-select-box .text-gray {
853
+ color: #6c757d !important;
854
+ }
855
+ div.coer-select-box .text-gray-bold {
856
+ color: #6c757d !important;
857
+ font-weight: bold !important;
858
+ }
859
+ div.coer-select-box .background-gray {
860
+ background-color: #6c757d !important;
861
+ }
862
+ div.coer-select-box .background-border-gray {
863
+ background-color: #6c757d !important;
864
+ border-color: #6c757d !important;
865
+ }
866
+ div.coer-select-box .border-gray {
867
+ border-color: #6c757d !important;
868
+ }
869
+ div.coer-select-box .text-green {
870
+ color: #198754 !important;
871
+ }
872
+ div.coer-select-box .text-green-bold {
873
+ color: #198754 !important;
874
+ font-weight: bold !important;
875
+ }
876
+ div.coer-select-box .background-green {
877
+ background-color: #198754 !important;
878
+ }
879
+ div.coer-select-box .background-border-green {
880
+ background-color: #198754 !important;
881
+ border-color: #198754 !important;
882
+ }
883
+ div.coer-select-box .border-green {
884
+ border-color: #198754 !important;
885
+ }
886
+ div.coer-select-box .text-yellow {
887
+ color: #ffc107 !important;
888
+ }
889
+ div.coer-select-box .text-yellow-bold {
890
+ color: #ffc107 !important;
891
+ font-weight: bold !important;
892
+ }
893
+ div.coer-select-box .background-yellow {
894
+ background-color: #ffc107 !important;
895
+ }
896
+ div.coer-select-box .background-border-yellow {
897
+ background-color: #ffc107 !important;
898
+ border-color: #ffc107 !important;
899
+ }
900
+ div.coer-select-box .border-yellow {
901
+ border-color: #ffc107 !important;
902
+ }
903
+ div.coer-select-box .text-red {
904
+ color: #dc3545 !important;
905
+ }
906
+ div.coer-select-box .text-red-bold {
907
+ color: #dc3545 !important;
908
+ font-weight: bold !important;
909
+ }
910
+ div.coer-select-box .background-red {
911
+ background-color: #dc3545 !important;
912
+ }
913
+ div.coer-select-box .background-border-red {
914
+ background-color: #dc3545 !important;
915
+ border-color: #dc3545 !important;
916
+ }
917
+ div.coer-select-box .border-red {
918
+ border-color: #dc3545 !important;
919
+ }
920
+ div.coer-select-box .text-white {
921
+ color: #f5f5f5 !important;
922
+ }
923
+ div.coer-select-box .text-white-bold {
924
+ color: #f5f5f5 !important;
925
+ font-weight: bold !important;
926
+ }
927
+ div.coer-select-box .background-white {
928
+ background-color: #f5f5f5 !important;
929
+ }
930
+ div.coer-select-box .background-border-white {
931
+ background-color: #f5f5f5 !important;
932
+ border-color: #f5f5f5 !important;
933
+ }
934
+ div.coer-select-box .border-white {
935
+ border-color: #f5f5f5 !important;
936
+ }
937
+ div.coer-select-box .text-black {
938
+ color: #252525 !important;
939
+ }
940
+ div.coer-select-box .text-black-bold {
941
+ color: #252525 !important;
942
+ font-weight: bold !important;
943
+ }
944
+ div.coer-select-box .background-black {
945
+ background-color: #252525 !important;
946
+ }
947
+ div.coer-select-box .background-border-black {
948
+ background-color: #252525 !important;
949
+ border-color: #252525 !important;
950
+ }
951
+ div.coer-select-box .border-black {
952
+ border-color: #252525 !important;
953
+ }
954
+ div.coer-select-box .text-orange {
955
+ color: #fd6031 !important;
956
+ }
957
+ div.coer-select-box .text-orange-bold {
958
+ color: #fd6031 !important;
959
+ font-weight: bold !important;
960
+ }
961
+ div.coer-select-box .background-orange {
962
+ background-color: #fd6031 !important;
963
+ }
964
+ div.coer-select-box .background-border-orange {
965
+ background-color: #fd6031 !important;
966
+ border-color: #fd6031 !important;
967
+ }
968
+ div.coer-select-box .border-orange {
969
+ border-color: #fd6031 !important;
970
+ }
971
+ div.coer-select-box mat-form-field {
972
+ position: relative !important;
973
+ }
974
+ div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
975
+ height: 40px !important;
976
+ }
977
+ div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix {
978
+ width: 100% !important;
979
+ height: 40px !important;
980
+ padding: 0px !important;
981
+ }
982
+ div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix label {
983
+ overflow: visible !important;
984
+ position: absolute !important;
985
+ top: 20px !important;
986
+ }
987
+ div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix label.mdc-floating-label--float-above mat-label {
988
+ color: #fd6031;
989
+ font-weight: bold;
990
+ position: relative;
991
+ left: -10px;
992
+ top: 2px;
993
+ }
994
+ div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix input {
995
+ font-weight: normal !important;
996
+ font-size: 17px !important;
997
+ color: #252525 !important;
998
+ }
999
+ div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
1000
+ div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::before,
1001
+ div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::after {
1002
+ border-bottom-color: #fd6031 !important;
1003
+ }
1004
+ div.coer-select-box mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
1005
+ height: 0px !important;
1006
+ }
1007
+ div.coer-select-box mat-form-field span.icon-container {
1008
+ position: absolute !important;
1009
+ top: 1px !important;
1010
+ right: -14px !important;
1011
+ z-index: 5 !important;
1012
+ height: 40px;
1013
+ display: flex;
1014
+ align-items: center;
1015
+ justify-content: center;
1016
+ gap: 5px;
1017
+ }
1018
+ div.coer-select-box mat-form-field span.icon-container i {
1019
+ font-size: 20px !important;
1020
+ }
1021
+ div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-xmark,
1022
+ div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
1023
+ color: #caced1 !important;
1024
+ cursor: pointer !important;
1025
+ }
1026
+ div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
1027
+ div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
1028
+ color: #6c757d !important;
1029
+ }
1030
+ div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-circle-check {
1031
+ color: #198754 !important;
1032
+ }
1033
+ div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
1034
+ color: #dc3545 !important;
1035
+ }
1036
+ div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-xmark {
1037
+ font-size: 22px !important;
1038
+ padding: 2px !important;
1039
+ }
1040
+ div.coer-select-box mat-form-field span.placeholder {
1041
+ width: calc(100% + 32px) !important;
1042
+ height: 40px !important;
1043
+ position: absolute !important;
1044
+ z-index: 1 !important;
1045
+ top: 0px !important;
1046
+ left: -16px !important;
1047
+ cursor: wait !important;
1048
+ }
1049
+ div.coer-select-box mat-form-field .placeholder, div.coer-select-box mat-form-field .placeholder *,
1050
+ div.coer-select-box mat-form-field .placeholder-glow, div.coer-select-box mat-form-field .placeholder-glow * {
1051
+ cursor: wait !important;
1052
+ }
1053
+ div.coer-select-box .btn-group {
1054
+ position: absolute !important;
1055
+ top: 40px;
1056
+ left: 0px !important;
1057
+ width: 100% !important;
1058
+ }
1059
+ div.coer-select-box ul.dropdown-menu {
1060
+ background-color: white !important;
1061
+ border-top-left-radius: 0px !important;
1062
+ border-top-right-radius: 0px !important;
1063
+ max-height: 205px !important;
1064
+ width: 100% !important;
1065
+ overflow: auto !important;
1066
+ padding: 0px !important;
1067
+ }
1068
+ div.coer-select-box .dropdown-divider {
1069
+ margin: 0px !important;
1070
+ background-color: white !important;
1071
+ }
1072
+ div.coer-select-box ul.dropdown-menu li:not(.dropdown-item-focus):hover,
1073
+ div.coer-select-box ul.dropdown-menu li > div:not(.dropdown-item-focus):hover {
1074
+ color: black !important;
1075
+ background-color: #f1f6ff !important;
1076
+ }
1077
+ div.coer-select-box ul.dropdown-menu li:last-child hr.dropdown-divider,
1078
+ div.coer-select-box ul.dropdown-menu li:last-child hr.dropdown-divider:hover {
1079
+ width: 0px !important;
1080
+ border: none !important;
1081
+ }
1082
+ div.coer-select-box ul.dropdown-menu li div {
1083
+ display: flex !important;
1084
+ align-items: center !important;
1085
+ height: 40px !important;
1086
+ }
1087
+ div.coer-select-box div.dropdown-item-focus {
1088
+ background-color: #cde1ff;
1089
+ }
1090
+ div.coer-select-box mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
1091
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
1092
+ }
1093
+
1094
+ coer-grid table tbody tr td.coer-selectbox div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field {
1095
+ background-color: transparent !important;
1096
+ padding-left: 9px !important;
1097
+ padding-right: 9px !important;
1098
+ }
1099
+ coer-grid table tbody tr td.coer-selectbox div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple,
1100
+ coer-grid table tbody tr td.coer-selectbox div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple::before,
1101
+ coer-grid table tbody tr td.coer-selectbox div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple::after {
1102
+ border-bottom-color: transparent !important;
1103
+ }
1104
+ coer-grid table tbody tr td.coer-selectbox div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
1105
+ height: 28px !important;
1106
+ }
1107
+ coer-grid table tbody tr td.coer-selectbox div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix {
1108
+ height: 28px !important;
1109
+ }
1110
+ coer-grid table tbody tr td.coer-selectbox div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix input {
1111
+ margin-top: 3px !important;
1112
+ font-size: 14px !important;
1113
+ }
1114
+ coer-grid table tbody tr td.coer-selectbox div.coer-select-box mat-form-field span.icon-container {
1115
+ transform: translate(-5px, -6px) !important;
1116
+ }
1117
+ coer-grid table tbody tr td.coer-selectbox div.coer-select-box .btn-group {
1118
+ top: 28px !important;
1119
+ }
1120
+
1121
+ div.coer-number-box .text-blue {
1122
+ color: #0d6efd !important;
1123
+ }
1124
+ div.coer-number-box .text-blue-bold {
1125
+ color: #0d6efd !important;
1126
+ font-weight: bold !important;
1127
+ }
1128
+ div.coer-number-box .background-blue {
1129
+ background-color: #0d6efd !important;
1130
+ }
1131
+ div.coer-number-box .background-border-blue {
1132
+ background-color: #0d6efd !important;
1133
+ border-color: #0d6efd !important;
1134
+ }
1135
+ div.coer-number-box .border-blue {
1136
+ border-color: #0d6efd !important;
1137
+ }
1138
+ div.coer-number-box .text-gray {
1139
+ color: #6c757d !important;
1140
+ }
1141
+ div.coer-number-box .text-gray-bold {
1142
+ color: #6c757d !important;
1143
+ font-weight: bold !important;
1144
+ }
1145
+ div.coer-number-box .background-gray {
1146
+ background-color: #6c757d !important;
1147
+ }
1148
+ div.coer-number-box .background-border-gray {
1149
+ background-color: #6c757d !important;
1150
+ border-color: #6c757d !important;
1151
+ }
1152
+ div.coer-number-box .border-gray {
1153
+ border-color: #6c757d !important;
1154
+ }
1155
+ div.coer-number-box .text-green {
1156
+ color: #198754 !important;
1157
+ }
1158
+ div.coer-number-box .text-green-bold {
1159
+ color: #198754 !important;
1160
+ font-weight: bold !important;
1161
+ }
1162
+ div.coer-number-box .background-green {
1163
+ background-color: #198754 !important;
1164
+ }
1165
+ div.coer-number-box .background-border-green {
1166
+ background-color: #198754 !important;
1167
+ border-color: #198754 !important;
1168
+ }
1169
+ div.coer-number-box .border-green {
1170
+ border-color: #198754 !important;
1171
+ }
1172
+ div.coer-number-box .text-yellow {
1173
+ color: #ffc107 !important;
1174
+ }
1175
+ div.coer-number-box .text-yellow-bold {
1176
+ color: #ffc107 !important;
1177
+ font-weight: bold !important;
1178
+ }
1179
+ div.coer-number-box .background-yellow {
1180
+ background-color: #ffc107 !important;
1181
+ }
1182
+ div.coer-number-box .background-border-yellow {
1183
+ background-color: #ffc107 !important;
1184
+ border-color: #ffc107 !important;
1185
+ }
1186
+ div.coer-number-box .border-yellow {
1187
+ border-color: #ffc107 !important;
1188
+ }
1189
+ div.coer-number-box .text-red {
1190
+ color: #dc3545 !important;
1191
+ }
1192
+ div.coer-number-box .text-red-bold {
1193
+ color: #dc3545 !important;
1194
+ font-weight: bold !important;
1195
+ }
1196
+ div.coer-number-box .background-red {
1197
+ background-color: #dc3545 !important;
1198
+ }
1199
+ div.coer-number-box .background-border-red {
1200
+ background-color: #dc3545 !important;
1201
+ border-color: #dc3545 !important;
1202
+ }
1203
+ div.coer-number-box .border-red {
1204
+ border-color: #dc3545 !important;
1205
+ }
1206
+ div.coer-number-box .text-white {
1207
+ color: #f5f5f5 !important;
1208
+ }
1209
+ div.coer-number-box .text-white-bold {
1210
+ color: #f5f5f5 !important;
1211
+ font-weight: bold !important;
1212
+ }
1213
+ div.coer-number-box .background-white {
1214
+ background-color: #f5f5f5 !important;
1215
+ }
1216
+ div.coer-number-box .background-border-white {
1217
+ background-color: #f5f5f5 !important;
1218
+ border-color: #f5f5f5 !important;
1219
+ }
1220
+ div.coer-number-box .border-white {
1221
+ border-color: #f5f5f5 !important;
1222
+ }
1223
+ div.coer-number-box .text-black {
1224
+ color: #252525 !important;
1225
+ }
1226
+ div.coer-number-box .text-black-bold {
1227
+ color: #252525 !important;
1228
+ font-weight: bold !important;
1229
+ }
1230
+ div.coer-number-box .background-black {
1231
+ background-color: #252525 !important;
1232
+ }
1233
+ div.coer-number-box .background-border-black {
1234
+ background-color: #252525 !important;
1235
+ border-color: #252525 !important;
1236
+ }
1237
+ div.coer-number-box .border-black {
1238
+ border-color: #252525 !important;
1239
+ }
1240
+ div.coer-number-box .text-orange {
1241
+ color: #fd6031 !important;
1242
+ }
1243
+ div.coer-number-box .text-orange-bold {
1244
+ color: #fd6031 !important;
1245
+ font-weight: bold !important;
1246
+ }
1247
+ div.coer-number-box .background-orange {
1248
+ background-color: #fd6031 !important;
1249
+ }
1250
+ div.coer-number-box .background-border-orange {
1251
+ background-color: #fd6031 !important;
1252
+ border-color: #fd6031 !important;
1253
+ }
1254
+ div.coer-number-box .border-orange {
1255
+ border-color: #fd6031 !important;
1256
+ }
1257
+ div.coer-number-box mat-form-field {
1258
+ position: relative !important;
1259
+ }
1260
+ div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
1261
+ height: 40px !important;
1262
+ }
1263
+ div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix {
1264
+ width: 100% !important;
1265
+ height: 40px !important;
1266
+ padding: 0px !important;
1267
+ }
1268
+ div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix label {
1269
+ overflow: visible !important;
1270
+ position: absolute !important;
1271
+ top: 20px !important;
1272
+ }
1273
+ div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix label.mdc-floating-label--float-above mat-label {
1274
+ color: #fd6031;
1275
+ font-weight: bold;
1276
+ position: relative;
1277
+ left: -10px;
1278
+ top: 2px;
1279
+ }
1280
+ div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix input {
1281
+ font-weight: normal !important;
1282
+ font-size: 17px !important;
1283
+ color: #252525 !important;
1284
+ }
1285
+ div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix input.caret-none {
1286
+ caret-color: transparent !important;
1287
+ }
1288
+ div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
1289
+ div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::before,
1290
+ div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::after {
1291
+ border-bottom-color: #fd6031 !important;
1292
+ }
1293
+ div.coer-number-box mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
1294
+ height: 0px !important;
1295
+ }
1296
+ div.coer-number-box mat-form-field span.icon-container {
1297
+ position: absolute !important;
1298
+ top: 1px !important;
1299
+ right: -14px !important;
1300
+ z-index: 5 !important;
1301
+ width: 30px;
1302
+ height: 40px;
1303
+ display: flex;
1304
+ align-items: center;
1305
+ justify-content: center;
1306
+ }
1307
+ div.coer-number-box mat-form-field span.icon-container i {
1308
+ font-size: 20px !important;
1309
+ }
1310
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-xmark,
1311
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
1312
+ color: #caced1 !important;
1313
+ cursor: pointer !important;
1314
+ }
1315
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
1316
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
1317
+ color: #6c757d !important;
1318
+ }
1319
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-circle-check {
1320
+ color: #198754 !important;
1321
+ }
1322
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
1323
+ color: #dc3545 !important;
1324
+ }
1325
+ div.coer-number-box mat-form-field span.placeholder {
1326
+ width: calc(100% + 32px) !important;
1327
+ height: 40px !important;
1328
+ position: absolute !important;
1329
+ z-index: 1 !important;
1330
+ top: 0px !important;
1331
+ left: -16px !important;
1332
+ }
1333
+ div.coer-number-box mat-form-field .placeholder, div.coer-number-box mat-form-field .placeholder *,
1334
+ div.coer-number-box mat-form-field .placeholder-glow, div.coer-number-box mat-form-field .placeholder-glow * {
1335
+ cursor: wait !important;
1336
+ }
1337
+ div.coer-number-box mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
1338
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
1339
+ }
1340
+
1341
+ coer-grid table tbody tr td.coer-numberbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field {
1342
+ background-color: transparent !important;
1343
+ padding-left: 9px !important;
1344
+ padding-right: 9px !important;
1345
+ }
1346
+ coer-grid table tbody tr td.coer-numberbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple,
1347
+ coer-grid table tbody tr td.coer-numberbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple::before,
1348
+ coer-grid table tbody tr td.coer-numberbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple::after {
1349
+ border-bottom-color: transparent !important;
1350
+ }
1351
+ coer-grid table tbody tr td.coer-numberbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
1352
+ height: 28px !important;
1353
+ }
1354
+ coer-grid table tbody tr td.coer-numberbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix {
1355
+ height: 28px !important;
1356
+ }
1357
+ coer-grid table tbody tr td.coer-numberbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex div.mat-mdc-form-field-infix input {
1358
+ margin-top: 3px !important;
1359
+ font-size: 14px !important;
1360
+ }
1361
+ coer-grid table tbody tr td.coer-numberbox mat-form-field span.icon-container {
1362
+ transform: translate(-5px, -6px) !important;
1363
+ }
1364
+
1365
+ div.coer-switch {
1366
+ height: 40px;
1367
+ display: flex !important;
1368
+ align-items: center !important;
1369
+ position: relative !important;
1370
+ }
1371
+ div.coer-switch .text-blue {
1372
+ color: #0d6efd !important;
1373
+ }
1374
+ div.coer-switch .text-blue-bold {
1375
+ color: #0d6efd !important;
1376
+ font-weight: bold !important;
1377
+ }
1378
+ div.coer-switch .background-blue {
1379
+ background-color: #0d6efd !important;
1380
+ }
1381
+ div.coer-switch .background-border-blue {
1382
+ background-color: #0d6efd !important;
1383
+ border-color: #0d6efd !important;
1384
+ }
1385
+ div.coer-switch .border-blue {
1386
+ border-color: #0d6efd !important;
1387
+ }
1388
+ div.coer-switch .text-gray {
1389
+ color: #6c757d !important;
1390
+ }
1391
+ div.coer-switch .text-gray-bold {
1392
+ color: #6c757d !important;
1393
+ font-weight: bold !important;
1394
+ }
1395
+ div.coer-switch .background-gray {
1396
+ background-color: #6c757d !important;
1397
+ }
1398
+ div.coer-switch .background-border-gray {
1399
+ background-color: #6c757d !important;
1400
+ border-color: #6c757d !important;
1401
+ }
1402
+ div.coer-switch .border-gray {
1403
+ border-color: #6c757d !important;
1404
+ }
1405
+ div.coer-switch .text-green {
1406
+ color: #198754 !important;
1407
+ }
1408
+ div.coer-switch .text-green-bold {
1409
+ color: #198754 !important;
1410
+ font-weight: bold !important;
1411
+ }
1412
+ div.coer-switch .background-green {
1413
+ background-color: #198754 !important;
1414
+ }
1415
+ div.coer-switch .background-border-green {
1416
+ background-color: #198754 !important;
1417
+ border-color: #198754 !important;
1418
+ }
1419
+ div.coer-switch .border-green {
1420
+ border-color: #198754 !important;
1421
+ }
1422
+ div.coer-switch .text-yellow {
1423
+ color: #ffc107 !important;
1424
+ }
1425
+ div.coer-switch .text-yellow-bold {
1426
+ color: #ffc107 !important;
1427
+ font-weight: bold !important;
1428
+ }
1429
+ div.coer-switch .background-yellow {
1430
+ background-color: #ffc107 !important;
1431
+ }
1432
+ div.coer-switch .background-border-yellow {
1433
+ background-color: #ffc107 !important;
1434
+ border-color: #ffc107 !important;
1435
+ }
1436
+ div.coer-switch .border-yellow {
1437
+ border-color: #ffc107 !important;
1438
+ }
1439
+ div.coer-switch .text-red {
1440
+ color: #dc3545 !important;
1441
+ }
1442
+ div.coer-switch .text-red-bold {
1443
+ color: #dc3545 !important;
1444
+ font-weight: bold !important;
1445
+ }
1446
+ div.coer-switch .background-red {
1447
+ background-color: #dc3545 !important;
1448
+ }
1449
+ div.coer-switch .background-border-red {
1450
+ background-color: #dc3545 !important;
1451
+ border-color: #dc3545 !important;
1452
+ }
1453
+ div.coer-switch .border-red {
1454
+ border-color: #dc3545 !important;
1455
+ }
1456
+ div.coer-switch .text-white {
1457
+ color: #f5f5f5 !important;
1458
+ }
1459
+ div.coer-switch .text-white-bold {
1460
+ color: #f5f5f5 !important;
1461
+ font-weight: bold !important;
1462
+ }
1463
+ div.coer-switch .background-white {
1464
+ background-color: #f5f5f5 !important;
1465
+ }
1466
+ div.coer-switch .background-border-white {
1467
+ background-color: #f5f5f5 !important;
1468
+ border-color: #f5f5f5 !important;
1469
+ }
1470
+ div.coer-switch .border-white {
1471
+ border-color: #f5f5f5 !important;
1472
+ }
1473
+ div.coer-switch .text-black {
1474
+ color: #252525 !important;
1475
+ }
1476
+ div.coer-switch .text-black-bold {
1477
+ color: #252525 !important;
1478
+ font-weight: bold !important;
1479
+ }
1480
+ div.coer-switch .background-black {
1481
+ background-color: #252525 !important;
1482
+ }
1483
+ div.coer-switch .background-border-black {
1484
+ background-color: #252525 !important;
1485
+ border-color: #252525 !important;
1486
+ }
1487
+ div.coer-switch .border-black {
1488
+ border-color: #252525 !important;
1489
+ }
1490
+ div.coer-switch .text-orange {
1491
+ color: #fd6031 !important;
1492
+ }
1493
+ div.coer-switch .text-orange-bold {
1494
+ color: #fd6031 !important;
1495
+ font-weight: bold !important;
1496
+ }
1497
+ div.coer-switch .background-orange {
1498
+ background-color: #fd6031 !important;
1499
+ }
1500
+ div.coer-switch .background-border-orange {
1501
+ background-color: #fd6031 !important;
1502
+ border-color: #fd6031 !important;
1503
+ }
1504
+ div.coer-switch .border-orange {
1505
+ border-color: #fd6031 !important;
1506
+ }
1507
+ div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field button div.mdc-switch__track::after {
1508
+ background-color: #fd6031 !important;
1509
+ filter: opacity(0.6) !important;
1510
+ }
1511
+ div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field button div.mdc-switch__handle-track div.mdc-switch__ripple {
1512
+ width: 30px !important;
1513
+ height: 30px !important;
1514
+ }
1515
+ div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field button.mdc-switch.mdc-switch--selected.mdc-switch--checked div.mdc-switch__handle-track div.mdc-switch__handle div.mdc-switch__icons {
1516
+ background-color: #fd6031 !important;
1517
+ border-radius: 20px !important;
1518
+ }
1519
+ div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field label,
1520
+ div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field label::selection {
1521
+ font-weight: normal;
1522
+ background-color: transparent !important;
1523
+ font-size: 17px !important;
1524
+ }
1525
+ div.coer-switch .placeholder {
1526
+ display: flex !important;
1527
+ height: 27px !important;
1528
+ }
1529
+ div.coer-switch .placeholder, div.coer-switch .placeholder *,
1530
+ div.coer-switch .placeholder-glow, div.coer-switch .placeholder-glow * {
1531
+ cursor: wait !important;
1532
+ }
1533
+
1534
+ coer-grid div.coer-switch {
1535
+ height: 20px !important;
1536
+ justify-content: center !important;
1537
+ }
1538
+
1539
+ div.coer-checkbox .text-blue {
1540
+ color: #0d6efd !important;
1541
+ }
1542
+ div.coer-checkbox .text-blue-bold {
1543
+ color: #0d6efd !important;
1544
+ font-weight: bold !important;
1545
+ }
1546
+ div.coer-checkbox .background-blue {
1547
+ background-color: #0d6efd !important;
1548
+ }
1549
+ div.coer-checkbox .background-border-blue {
1550
+ background-color: #0d6efd !important;
1551
+ border-color: #0d6efd !important;
1552
+ }
1553
+ div.coer-checkbox .border-blue {
1554
+ border-color: #0d6efd !important;
1555
+ }
1556
+ div.coer-checkbox .text-gray {
1557
+ color: #6c757d !important;
1558
+ }
1559
+ div.coer-checkbox .text-gray-bold {
1560
+ color: #6c757d !important;
1561
+ font-weight: bold !important;
1562
+ }
1563
+ div.coer-checkbox .background-gray {
1564
+ background-color: #6c757d !important;
1565
+ }
1566
+ div.coer-checkbox .background-border-gray {
1567
+ background-color: #6c757d !important;
1568
+ border-color: #6c757d !important;
1569
+ }
1570
+ div.coer-checkbox .border-gray {
1571
+ border-color: #6c757d !important;
1572
+ }
1573
+ div.coer-checkbox .text-green {
1574
+ color: #198754 !important;
1575
+ }
1576
+ div.coer-checkbox .text-green-bold {
1577
+ color: #198754 !important;
1578
+ font-weight: bold !important;
1579
+ }
1580
+ div.coer-checkbox .background-green {
1581
+ background-color: #198754 !important;
1582
+ }
1583
+ div.coer-checkbox .background-border-green {
1584
+ background-color: #198754 !important;
1585
+ border-color: #198754 !important;
1586
+ }
1587
+ div.coer-checkbox .border-green {
1588
+ border-color: #198754 !important;
1589
+ }
1590
+ div.coer-checkbox .text-yellow {
1591
+ color: #ffc107 !important;
1592
+ }
1593
+ div.coer-checkbox .text-yellow-bold {
1594
+ color: #ffc107 !important;
1595
+ font-weight: bold !important;
1596
+ }
1597
+ div.coer-checkbox .background-yellow {
1598
+ background-color: #ffc107 !important;
1599
+ }
1600
+ div.coer-checkbox .background-border-yellow {
1601
+ background-color: #ffc107 !important;
1602
+ border-color: #ffc107 !important;
1603
+ }
1604
+ div.coer-checkbox .border-yellow {
1605
+ border-color: #ffc107 !important;
1606
+ }
1607
+ div.coer-checkbox .text-red {
1608
+ color: #dc3545 !important;
1609
+ }
1610
+ div.coer-checkbox .text-red-bold {
1611
+ color: #dc3545 !important;
1612
+ font-weight: bold !important;
1613
+ }
1614
+ div.coer-checkbox .background-red {
1615
+ background-color: #dc3545 !important;
1616
+ }
1617
+ div.coer-checkbox .background-border-red {
1618
+ background-color: #dc3545 !important;
1619
+ border-color: #dc3545 !important;
1620
+ }
1621
+ div.coer-checkbox .border-red {
1622
+ border-color: #dc3545 !important;
1623
+ }
1624
+ div.coer-checkbox .text-white {
1625
+ color: #f5f5f5 !important;
1626
+ }
1627
+ div.coer-checkbox .text-white-bold {
1628
+ color: #f5f5f5 !important;
1629
+ font-weight: bold !important;
1630
+ }
1631
+ div.coer-checkbox .background-white {
1632
+ background-color: #f5f5f5 !important;
1633
+ }
1634
+ div.coer-checkbox .background-border-white {
1635
+ background-color: #f5f5f5 !important;
1636
+ border-color: #f5f5f5 !important;
1637
+ }
1638
+ div.coer-checkbox .border-white {
1639
+ border-color: #f5f5f5 !important;
1640
+ }
1641
+ div.coer-checkbox .text-black {
1642
+ color: #252525 !important;
1643
+ }
1644
+ div.coer-checkbox .text-black-bold {
1645
+ color: #252525 !important;
1646
+ font-weight: bold !important;
1647
+ }
1648
+ div.coer-checkbox .background-black {
1649
+ background-color: #252525 !important;
1650
+ }
1651
+ div.coer-checkbox .background-border-black {
1652
+ background-color: #252525 !important;
1653
+ border-color: #252525 !important;
1654
+ }
1655
+ div.coer-checkbox .border-black {
1656
+ border-color: #252525 !important;
1657
+ }
1658
+ div.coer-checkbox .text-orange {
1659
+ color: #fd6031 !important;
1660
+ }
1661
+ div.coer-checkbox .text-orange-bold {
1662
+ color: #fd6031 !important;
1663
+ font-weight: bold !important;
1664
+ }
1665
+ div.coer-checkbox .background-orange {
1666
+ background-color: #fd6031 !important;
1667
+ }
1668
+ div.coer-checkbox .background-border-orange {
1669
+ background-color: #fd6031 !important;
1670
+ border-color: #fd6031 !important;
1671
+ }
1672
+ div.coer-checkbox .border-orange {
1673
+ border-color: #fd6031 !important;
1674
+ }
1675
+ div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox {
1676
+ padding: 10px !important;
1677
+ }
1678
+ div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__background {
1679
+ background-color: #f5f5f5 !important;
1680
+ border-radius: 5px !important;
1681
+ }
1682
+ div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__ripple {
1683
+ width: 30px !important;
1684
+ height: 30px !important;
1685
+ top: 5px !important;
1686
+ left: 5px !important;
1687
+ }
1688
+ div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mat-ripple.mat-mdc-checkbox-ripple.mat-mdc-focus-indicator * {
1689
+ display: none !important;
1690
+ }
1691
+ div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field label.mdc-label {
1692
+ padding-top: 3px !important;
1693
+ padding-left: 0px !important;
1694
+ }
1695
+ div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field label.mdc-label::selection {
1696
+ background-color: transparent !important;
1697
+ }
1698
+ div.coer-checkbox mat-checkbox.mat-mdc-checkbox-checked div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__background {
1699
+ background-color: #fd6031 !important;
1700
+ border-color: #fd6031 !important;
1701
+ }
1702
+
1703
+ coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox,
1704
+ coer-grid table tbody tr td.check-box mat-checkbox.mat-mdc-checkbox-checked div.mdc-form-field.mat-internal-form-field div.mdc-checkbox {
1705
+ padding: 0px !important;
1706
+ }
1707
+ coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mat-mdc-checkbox-touch-target,
1708
+ coer-grid table tbody tr td.check-box mat-checkbox.mat-mdc-checkbox-checked div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mat-mdc-checkbox-touch-target {
1709
+ top: 8px !important;
1710
+ width: 39px !important;
1711
+ height: 30px !important;
1712
+ }
1713
+ coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox input,
1714
+ coer-grid table tbody tr td.check-box mat-checkbox.mat-mdc-checkbox-checked div.mdc-form-field.mat-internal-form-field div.mdc-checkbox input {
1715
+ display: none !important;
1716
+ }
1717
+ coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__ripple,
1718
+ coer-grid table tbody tr td.check-box mat-checkbox.mat-mdc-checkbox-checked div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__ripple {
1719
+ top: -7px !important;
1720
+ left: -6px !important;
1721
+ }
1722
+ coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__background,
1723
+ coer-grid table tbody tr td.check-box mat-checkbox.mat-mdc-checkbox-checked div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__background {
1724
+ transform: translate(0px, -1px) !important;
1725
+ position: static !important;
1726
+ }
1727
+ coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field label.mdc-label,
1728
+ coer-grid table tbody tr td.check-box mat-checkbox.mat-mdc-checkbox-checked div.mdc-form-field.mat-internal-form-field label.mdc-label {
1729
+ display: none !important;
1730
+ }
1731
+
1732
+ div.coer-tab .text-blue {
1733
+ color: #0d6efd !important;
1734
+ }
1735
+ div.coer-tab .text-blue-bold {
1736
+ color: #0d6efd !important;
1737
+ font-weight: bold !important;
1738
+ }
1739
+ div.coer-tab .background-blue {
1740
+ background-color: #0d6efd !important;
1741
+ }
1742
+ div.coer-tab .background-border-blue {
1743
+ background-color: #0d6efd !important;
1744
+ border-color: #0d6efd !important;
1745
+ }
1746
+ div.coer-tab .border-blue {
1747
+ border-color: #0d6efd !important;
1748
+ }
1749
+ div.coer-tab .text-gray {
1750
+ color: #6c757d !important;
1751
+ }
1752
+ div.coer-tab .text-gray-bold {
1753
+ color: #6c757d !important;
1754
+ font-weight: bold !important;
1755
+ }
1756
+ div.coer-tab .background-gray {
1757
+ background-color: #6c757d !important;
1758
+ }
1759
+ div.coer-tab .background-border-gray {
1760
+ background-color: #6c757d !important;
1761
+ border-color: #6c757d !important;
1762
+ }
1763
+ div.coer-tab .border-gray {
1764
+ border-color: #6c757d !important;
1765
+ }
1766
+ div.coer-tab .text-green {
1767
+ color: #198754 !important;
1768
+ }
1769
+ div.coer-tab .text-green-bold {
1770
+ color: #198754 !important;
1771
+ font-weight: bold !important;
1772
+ }
1773
+ div.coer-tab .background-green {
1774
+ background-color: #198754 !important;
1775
+ }
1776
+ div.coer-tab .background-border-green {
1777
+ background-color: #198754 !important;
1778
+ border-color: #198754 !important;
1779
+ }
1780
+ div.coer-tab .border-green {
1781
+ border-color: #198754 !important;
1782
+ }
1783
+ div.coer-tab .text-yellow {
1784
+ color: #ffc107 !important;
1785
+ }
1786
+ div.coer-tab .text-yellow-bold {
1787
+ color: #ffc107 !important;
1788
+ font-weight: bold !important;
1789
+ }
1790
+ div.coer-tab .background-yellow {
1791
+ background-color: #ffc107 !important;
1792
+ }
1793
+ div.coer-tab .background-border-yellow {
1794
+ background-color: #ffc107 !important;
1795
+ border-color: #ffc107 !important;
1796
+ }
1797
+ div.coer-tab .border-yellow {
1798
+ border-color: #ffc107 !important;
1799
+ }
1800
+ div.coer-tab .text-red {
1801
+ color: #dc3545 !important;
1802
+ }
1803
+ div.coer-tab .text-red-bold {
1804
+ color: #dc3545 !important;
1805
+ font-weight: bold !important;
1806
+ }
1807
+ div.coer-tab .background-red {
1808
+ background-color: #dc3545 !important;
1809
+ }
1810
+ div.coer-tab .background-border-red {
1811
+ background-color: #dc3545 !important;
1812
+ border-color: #dc3545 !important;
1813
+ }
1814
+ div.coer-tab .border-red {
1815
+ border-color: #dc3545 !important;
1816
+ }
1817
+ div.coer-tab .text-white {
1818
+ color: #f5f5f5 !important;
1819
+ }
1820
+ div.coer-tab .text-white-bold {
1821
+ color: #f5f5f5 !important;
1822
+ font-weight: bold !important;
1823
+ }
1824
+ div.coer-tab .background-white {
1825
+ background-color: #f5f5f5 !important;
1826
+ }
1827
+ div.coer-tab .background-border-white {
1828
+ background-color: #f5f5f5 !important;
1829
+ border-color: #f5f5f5 !important;
1830
+ }
1831
+ div.coer-tab .border-white {
1832
+ border-color: #f5f5f5 !important;
1833
+ }
1834
+ div.coer-tab .text-black {
1835
+ color: #252525 !important;
1836
+ }
1837
+ div.coer-tab .text-black-bold {
1838
+ color: #252525 !important;
1839
+ font-weight: bold !important;
1840
+ }
1841
+ div.coer-tab .background-black {
1842
+ background-color: #252525 !important;
1843
+ }
1844
+ div.coer-tab .background-border-black {
1845
+ background-color: #252525 !important;
1846
+ border-color: #252525 !important;
1847
+ }
1848
+ div.coer-tab .border-black {
1849
+ border-color: #252525 !important;
1850
+ }
1851
+ div.coer-tab .text-orange {
1852
+ color: #fd6031 !important;
1853
+ }
1854
+ div.coer-tab .text-orange-bold {
1855
+ color: #fd6031 !important;
1856
+ font-weight: bold !important;
1857
+ }
1858
+ div.coer-tab .background-orange {
1859
+ background-color: #fd6031 !important;
1860
+ }
1861
+ div.coer-tab .background-border-orange {
1862
+ background-color: #fd6031 !important;
1863
+ border-color: #fd6031 !important;
1864
+ }
1865
+ div.coer-tab .border-orange {
1866
+ border-color: #fd6031 !important;
1867
+ }
1868
+ div.coer-tab mat-tab-group mat-tab-header.mat-mdc-tab-header {
1869
+ background-color: rgba(245, 245, 245, 0.384) !important;
1870
+ border-bottom: 1px solid whitesmoke !important;
1871
+ }
1872
+ div.coer-tab mat-tab-group mat-tab-header.mat-mdc-tab-header div.mat-mdc-tab-label-container div.mat-mdc-tab-list div.mat-mdc-tab-labels div.mdc-tab.mat-mdc-tab {
1873
+ padding: 0px !important;
1874
+ height: 35px !important;
1875
+ }
1876
+ div.coer-tab mat-tab-group mat-tab-header.mat-mdc-tab-header div.mat-mdc-tab-label-container div.mat-mdc-tab-list div.mat-mdc-tab-labels div.mdc-tab--active.mdc-tab-indicator--active * {
1877
+ color: #fd6031 !important;
1878
+ border-color: #fd6031 !important;
1879
+ }
1880
+ div.coer-tab mat-tab-group mat-tab-header.mat-mdc-tab-header span.tab {
1881
+ padding: 10px 20px !important;
1882
+ }
1883
+ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper {
1884
+ overflow: visible !important;
1885
+ }
1886
+ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body {
1887
+ overflow: visible !important;
1888
+ }
1889
+ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc-tab-body-content {
1890
+ width: auto !important;
1891
+ overflow: visible !important;
1892
+ }
1893
+ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc-tab-body-content div.tab-content {
1894
+ padding: 5px;
1895
+ }
1896
+
1897
+ .tooltip-inner {
1898
+ min-width: 125px;
1899
+ max-width: 250px;
1900
+ min-height: 35px;
1901
+ display: flex;
1902
+ align-items: center;
1903
+ justify-content: center;
1904
+ word-break: break-word;
1905
+ }
1906
+
1907
+ .invisible {
1908
+ visibility: hidden !important;
1909
+ width: 0px !important;
1910
+ height: 0px !important;
1911
+ }
1912
+
1913
+ header.coer-page-title {
1914
+ margin: 15px 30px 0px 30px;
1915
+ }
1916
+ header.coer-page-title .text-blue {
1917
+ color: #0d6efd !important;
1918
+ }
1919
+ header.coer-page-title .text-blue-bold {
1920
+ color: #0d6efd !important;
1921
+ font-weight: bold !important;
1922
+ }
1923
+ header.coer-page-title .background-blue {
1924
+ background-color: #0d6efd !important;
1925
+ }
1926
+ header.coer-page-title .background-border-blue {
1927
+ background-color: #0d6efd !important;
1928
+ border-color: #0d6efd !important;
1929
+ }
1930
+ header.coer-page-title .border-blue {
1931
+ border-color: #0d6efd !important;
1932
+ }
1933
+ header.coer-page-title .text-gray {
1934
+ color: #6c757d !important;
1935
+ }
1936
+ header.coer-page-title .text-gray-bold {
1937
+ color: #6c757d !important;
1938
+ font-weight: bold !important;
1939
+ }
1940
+ header.coer-page-title .background-gray {
1941
+ background-color: #6c757d !important;
1942
+ }
1943
+ header.coer-page-title .background-border-gray {
1944
+ background-color: #6c757d !important;
1945
+ border-color: #6c757d !important;
1946
+ }
1947
+ header.coer-page-title .border-gray {
1948
+ border-color: #6c757d !important;
1949
+ }
1950
+ header.coer-page-title .text-green {
1951
+ color: #198754 !important;
1952
+ }
1953
+ header.coer-page-title .text-green-bold {
1954
+ color: #198754 !important;
1955
+ font-weight: bold !important;
1956
+ }
1957
+ header.coer-page-title .background-green {
1958
+ background-color: #198754 !important;
1959
+ }
1960
+ header.coer-page-title .background-border-green {
1961
+ background-color: #198754 !important;
1962
+ border-color: #198754 !important;
1963
+ }
1964
+ header.coer-page-title .border-green {
1965
+ border-color: #198754 !important;
1966
+ }
1967
+ header.coer-page-title .text-yellow {
1968
+ color: #ffc107 !important;
1969
+ }
1970
+ header.coer-page-title .text-yellow-bold {
1971
+ color: #ffc107 !important;
1972
+ font-weight: bold !important;
1973
+ }
1974
+ header.coer-page-title .background-yellow {
1975
+ background-color: #ffc107 !important;
1976
+ }
1977
+ header.coer-page-title .background-border-yellow {
1978
+ background-color: #ffc107 !important;
1979
+ border-color: #ffc107 !important;
1980
+ }
1981
+ header.coer-page-title .border-yellow {
1982
+ border-color: #ffc107 !important;
1983
+ }
1984
+ header.coer-page-title .text-red {
1985
+ color: #dc3545 !important;
1986
+ }
1987
+ header.coer-page-title .text-red-bold {
1988
+ color: #dc3545 !important;
1989
+ font-weight: bold !important;
1990
+ }
1991
+ header.coer-page-title .background-red {
1992
+ background-color: #dc3545 !important;
1993
+ }
1994
+ header.coer-page-title .background-border-red {
1995
+ background-color: #dc3545 !important;
1996
+ border-color: #dc3545 !important;
1997
+ }
1998
+ header.coer-page-title .border-red {
1999
+ border-color: #dc3545 !important;
2000
+ }
2001
+ header.coer-page-title .text-white {
2002
+ color: #f5f5f5 !important;
2003
+ }
2004
+ header.coer-page-title .text-white-bold {
2005
+ color: #f5f5f5 !important;
2006
+ font-weight: bold !important;
2007
+ }
2008
+ header.coer-page-title .background-white {
2009
+ background-color: #f5f5f5 !important;
2010
+ }
2011
+ header.coer-page-title .background-border-white {
2012
+ background-color: #f5f5f5 !important;
2013
+ border-color: #f5f5f5 !important;
2014
+ }
2015
+ header.coer-page-title .border-white {
2016
+ border-color: #f5f5f5 !important;
2017
+ }
2018
+ header.coer-page-title .text-black {
2019
+ color: #252525 !important;
2020
+ }
2021
+ header.coer-page-title .text-black-bold {
2022
+ color: #252525 !important;
2023
+ font-weight: bold !important;
2024
+ }
2025
+ header.coer-page-title .background-black {
2026
+ background-color: #252525 !important;
2027
+ }
2028
+ header.coer-page-title .background-border-black {
2029
+ background-color: #252525 !important;
2030
+ border-color: #252525 !important;
2031
+ }
2032
+ header.coer-page-title .border-black {
2033
+ border-color: #252525 !important;
2034
+ }
2035
+ header.coer-page-title .text-orange {
2036
+ color: #fd6031 !important;
2037
+ }
2038
+ header.coer-page-title .text-orange-bold {
2039
+ color: #fd6031 !important;
2040
+ font-weight: bold !important;
2041
+ }
2042
+ header.coer-page-title .background-orange {
2043
+ background-color: #fd6031 !important;
2044
+ }
2045
+ header.coer-page-title .background-border-orange {
2046
+ background-color: #fd6031 !important;
2047
+ border-color: #fd6031 !important;
2048
+ }
2049
+ header.coer-page-title .border-orange {
2050
+ border-color: #fd6031 !important;
2051
+ }
2052
+ header.coer-page-title h2 {
2053
+ margin: 0px 0px 10px 0px;
2054
+ display: flex;
2055
+ align-items: center;
2056
+ justify-content: space-between;
2057
+ height: 20px;
2058
+ font-size: 20px;
2059
+ }
2060
+ header.coer-page-title h2 span {
2061
+ font-size: 20px !important;
2062
+ }
2063
+ header.coer-page-title nav {
2064
+ height: 25px;
2065
+ font-size: small;
2066
+ background-color: whitesmoke;
2067
+ display: flex;
2068
+ align-items: center;
2069
+ justify-content: space-between;
2070
+ }
2071
+ header.coer-page-title ol, header.coer-page-title a, header.coer-page-title .bi-info-circle {
2072
+ margin: 0px;
2073
+ padding-left: 5px;
2074
+ text-decoration: none;
2075
+ color: #0d6efd !important;
2076
+ font-weight: normal !important;
2077
+ cursor: pointer !important;
2078
+ }
2079
+ header.coer-page-title ol::selection, header.coer-page-title a::selection {
2080
+ background-color: transparent !important;
2081
+ }
2082
+ header.coer-page-title li {
2083
+ border: none;
2084
+ }
2085
+ header.coer-page-title li.list-group-item a {
2086
+ color: #fd6031 !important;
2087
+ }
2088
+ header.coer-page-title button {
2089
+ border: none;
2090
+ outline: none;
2091
+ background-color: transparent;
2092
+ padding-right: 8px;
2093
+ }
2094
+
2095
+ div.coer-grid .text-blue {
2096
+ color: #0d6efd !important;
2097
+ }
2098
+ div.coer-grid .text-blue-bold {
2099
+ color: #0d6efd !important;
2100
+ font-weight: bold !important;
2101
+ }
2102
+ div.coer-grid .background-blue {
2103
+ background-color: #0d6efd !important;
2104
+ }
2105
+ div.coer-grid .background-border-blue {
2106
+ background-color: #0d6efd !important;
2107
+ border-color: #0d6efd !important;
2108
+ }
2109
+ div.coer-grid .border-blue {
2110
+ border-color: #0d6efd !important;
2111
+ }
2112
+ div.coer-grid .text-gray {
2113
+ color: #6c757d !important;
2114
+ }
2115
+ div.coer-grid .text-gray-bold {
2116
+ color: #6c757d !important;
2117
+ font-weight: bold !important;
2118
+ }
2119
+ div.coer-grid .background-gray {
2120
+ background-color: #6c757d !important;
2121
+ }
2122
+ div.coer-grid .background-border-gray {
2123
+ background-color: #6c757d !important;
2124
+ border-color: #6c757d !important;
2125
+ }
2126
+ div.coer-grid .border-gray {
2127
+ border-color: #6c757d !important;
2128
+ }
2129
+ div.coer-grid .text-green {
2130
+ color: #198754 !important;
2131
+ }
2132
+ div.coer-grid .text-green-bold {
2133
+ color: #198754 !important;
2134
+ font-weight: bold !important;
2135
+ }
2136
+ div.coer-grid .background-green {
2137
+ background-color: #198754 !important;
2138
+ }
2139
+ div.coer-grid .background-border-green {
2140
+ background-color: #198754 !important;
2141
+ border-color: #198754 !important;
2142
+ }
2143
+ div.coer-grid .border-green {
2144
+ border-color: #198754 !important;
2145
+ }
2146
+ div.coer-grid .text-yellow {
2147
+ color: #ffc107 !important;
2148
+ }
2149
+ div.coer-grid .text-yellow-bold {
2150
+ color: #ffc107 !important;
2151
+ font-weight: bold !important;
2152
+ }
2153
+ div.coer-grid .background-yellow {
2154
+ background-color: #ffc107 !important;
2155
+ }
2156
+ div.coer-grid .background-border-yellow {
2157
+ background-color: #ffc107 !important;
2158
+ border-color: #ffc107 !important;
2159
+ }
2160
+ div.coer-grid .border-yellow {
2161
+ border-color: #ffc107 !important;
2162
+ }
2163
+ div.coer-grid .text-red {
2164
+ color: #dc3545 !important;
2165
+ }
2166
+ div.coer-grid .text-red-bold {
2167
+ color: #dc3545 !important;
2168
+ font-weight: bold !important;
2169
+ }
2170
+ div.coer-grid .background-red {
2171
+ background-color: #dc3545 !important;
2172
+ }
2173
+ div.coer-grid .background-border-red {
2174
+ background-color: #dc3545 !important;
2175
+ border-color: #dc3545 !important;
2176
+ }
2177
+ div.coer-grid .border-red {
2178
+ border-color: #dc3545 !important;
2179
+ }
2180
+ div.coer-grid .text-white {
2181
+ color: #f5f5f5 !important;
2182
+ }
2183
+ div.coer-grid .text-white-bold {
2184
+ color: #f5f5f5 !important;
2185
+ font-weight: bold !important;
2186
+ }
2187
+ div.coer-grid .background-white {
2188
+ background-color: #f5f5f5 !important;
2189
+ }
2190
+ div.coer-grid .background-border-white {
2191
+ background-color: #f5f5f5 !important;
2192
+ border-color: #f5f5f5 !important;
2193
+ }
2194
+ div.coer-grid .border-white {
2195
+ border-color: #f5f5f5 !important;
2196
+ }
2197
+ div.coer-grid .text-black {
2198
+ color: #252525 !important;
2199
+ }
2200
+ div.coer-grid .text-black-bold {
2201
+ color: #252525 !important;
2202
+ font-weight: bold !important;
2203
+ }
2204
+ div.coer-grid .background-black {
2205
+ background-color: #252525 !important;
2206
+ }
2207
+ div.coer-grid .background-border-black {
2208
+ background-color: #252525 !important;
2209
+ border-color: #252525 !important;
2210
+ }
2211
+ div.coer-grid .border-black {
2212
+ border-color: #252525 !important;
2213
+ }
2214
+ div.coer-grid .text-orange {
2215
+ color: #fd6031 !important;
2216
+ }
2217
+ div.coer-grid .text-orange-bold {
2218
+ color: #fd6031 !important;
2219
+ font-weight: bold !important;
2220
+ }
2221
+ div.coer-grid .background-orange {
2222
+ background-color: #fd6031 !important;
2223
+ }
2224
+ div.coer-grid .background-border-orange {
2225
+ background-color: #fd6031 !important;
2226
+ border-color: #fd6031 !important;
2227
+ }
2228
+ div.coer-grid .border-orange {
2229
+ border-color: #fd6031 !important;
2230
+ }
2231
+ div.coer-grid header {
2232
+ align-items: flex-end;
2233
+ justify-content: flex-end;
2234
+ padding-right: 8px;
2235
+ margin: 0px;
2236
+ }
2237
+ div.coer-grid header > div {
2238
+ padding: 0px 0px 10px 10px;
2239
+ display: flex;
2240
+ align-items: baseline;
2241
+ }
2242
+ div.coer-grid header > div a {
2243
+ height: 40px !important;
2244
+ }
2245
+ div.coer-grid table {
2246
+ table-layout: auto;
2247
+ border-collapse: separate;
2248
+ border-spacing: 1px 0px;
2249
+ margin: 0px;
2250
+ font-size: 14px;
2251
+ }
2252
+ div.coer-grid table thead tr th {
2253
+ position: sticky !important;
2254
+ z-index: 100 !important;
2255
+ top: 0 !important;
2256
+ background-color: #6c757d !important;
2257
+ color: #f5f5f5 !important;
2258
+ padding: 5px !important;
2259
+ vertical-align: middle !important;
2260
+ overflow: hidden;
2261
+ text-overflow: ellipsis;
2262
+ word-wrap: break-word;
2263
+ min-width: 50px !important;
2264
+ white-space: nowrap !important;
2265
+ }
2266
+ div.coer-grid table tbody {
2267
+ border: 0px !important;
2268
+ }
2269
+ div.coer-grid table tbody tr:not(.row-focus):hover td {
2270
+ color: black !important;
2271
+ background-color: #f1f6ff !important;
2272
+ }
2273
+ div.coer-grid table tbody tr td {
2274
+ border: 0px !important;
2275
+ padding: 5px !important;
2276
+ vertical-align: middle !important;
2277
+ white-space: break-spaces;
2278
+ text-overflow: ellipsis;
2279
+ overflow: hidden;
2280
+ }
2281
+ div.coer-grid table tbody tr.row-focus td {
2282
+ background-color: #cde1ff;
2283
+ }
2284
+ div.coer-grid table tbody tr td.coer-textbox,
2285
+ div.coer-grid table tbody tr td.coer-numberbox,
2286
+ div.coer-grid table tbody tr td.coer-selectbox {
2287
+ padding: 0px !important;
2288
+ overflow: visible !important;
2289
+ }
2290
+ div.coer-grid table tbody tr td.default-cell {
2291
+ cursor: pointer !important;
2292
+ }
2293
+ div.coer-grid table tbody tr td.template {
2294
+ display: block !important;
2295
+ white-space: nowrap !important;
2296
+ cursor: pointer !important;
2297
+ height: 31px;
2298
+ }
2299
+ div.coer-grid table tbody tr td.template > div.template {
2300
+ display: block !important;
2301
+ }
2302
+ div.coer-grid table thead tr th.action-button,
2303
+ div.coer-grid table thead tr td.action-button,
2304
+ div.coer-grid table thead tr th.check-box,
2305
+ div.coer-grid table thead tr td.check-box,
2306
+ div.coer-grid table tbody tr th.action-button,
2307
+ div.coer-grid table tbody tr td.action-button,
2308
+ div.coer-grid table tbody tr th.check-box table tbody tr td.check-box {
2309
+ text-align: center !important;
2310
+ cursor: default !important;
2311
+ min-width: 40px !important;
2312
+ max-width: 40px !important;
2313
+ width: 40px !important;
2314
+ padding: 0px !important;
2315
+ }
2316
+ div.coer-grid footer.grid-footer {
2317
+ display: flex;
2318
+ align-items: center;
2319
+ justify-content: space-between;
2320
+ font-size: small;
2321
+ color: #999999;
2322
+ padding-top: 5px;
2323
+ }
2324
+ div.coer-grid section.grid-container {
2325
+ position: relative;
2326
+ overflow: auto;
2327
+ }
2328
+ div.coer-grid div.loading,
2329
+ div.coer-grid div.no-data {
2330
+ position: absolute;
2331
+ display: flex;
2332
+ align-items: center;
2333
+ justify-content: center;
2334
+ width: 100%;
2335
+ height: 100%;
2336
+ font-size: 25px;
2337
+ color: gray;
2338
+ }
2339
+ div.coer-grid div.loading {
2340
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
2341
+ flex-direction: column !important;
2342
+ gap: 10px !important;
2343
+ }
2344
+ div.coer-grid div.loading span.fa-fade {
2345
+ position: relative !important;
2346
+ top: 50px !important;
2347
+ }
2348
+ div.coer-grid tr.loading {
2349
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
2350
+ }
2351
+ div.coer-grid div.loading i.spinner-border {
2352
+ color: #fd6031 !important;
2353
+ width: 70px !important;
2354
+ height: 70px !important;
2355
+ font-size: 20px !important;
2356
+ position: absolute !important;
2357
+ }
2358
+ div.coer-grid td.check-box i.spinner-border {
2359
+ width: 15px !important;
2360
+ height: 15px !important;
2361
+ color: #fd6031 !important;
2362
+ }
2363
+ div.coer-grid table thead tr th.check-box > div,
2364
+ div.coer-grid table tbody tr td.check-box > div {
2365
+ display: flex;
2366
+ align-items: center;
2367
+ justify-content: center;
2368
+ cursor: default !important;
2369
+ }
2370
+ div.coer-grid input.form-check-input {
2371
+ box-shadow: none !important;
2372
+ margin: 0px;
2373
+ }
2374
+ div.coer-grid input[type=checkbox] {
2375
+ cursor: pointer !important;
2376
+ }
2377
+ div.coer-grid td.group {
2378
+ padding: 0px !important;
2379
+ margin: 0px !important;
2380
+ }
2381
+ div.coer-grid td.group > * {
2382
+ border-top: 1px solid #6c757d !important;
2383
+ border-bottom: 1px solid #6c757d !important;
2384
+ padding: 0px !important;
2385
+ margin: 0px !important;
2386
+ }
2387
+ div.coer-grid .template,
2388
+ div.coer-grid .template div {
2389
+ white-space: nowrap !important;
2390
+ display: flex !important;
2391
+ align-items: center !important;
2392
+ gap: 5px !important;
2393
+ }
2394
+
2395
+ .modal-dialog {
2396
+ margin: auto !important;
2397
+ height: 100vh;
2398
+ }
2399
+
2400
+ .modal-header {
2401
+ padding: 8px 16px !important;
2402
+ }
2403
+
2404
+ .modal-title {
2405
+ font-weight: bold !important;
2406
+ font-size: 17px !important;
2407
+ }
2408
+
2409
+ .modal-body {
2410
+ padding-top: 16px !important;
2411
+ padding-bottom: 0px !important;
2412
+ min-width: 60px !important;
2413
+ }
2414
+
2415
+ div.coer-filebox .modal-body {
2416
+ padding: 0px !important;
2417
+ }
2418
+
2419
+ .modal-footer {
2420
+ border: none !important;
2421
+ display: flex !important;
2422
+ align-items: flex-end !important;
2423
+ justify-content: flex-end !important;
2424
+ max-height: 64px !important;
2425
+ min-height: 64px !important;
2426
+ gap: 10px !important;
2427
+ }
2428
+
2429
+ .btn-close:focus {
2430
+ box-shadow: none !important;
2431
+ }
2432
+
2433
+ div.modal-backdrop {
2434
+ z-index: 0 !important;
2435
+ }
2436
+
2437
+ aside.modal div.backdrop {
2438
+ width: 100vw;
2439
+ height: 100vh;
2440
+ position: fixed;
2441
+ top: 0px;
2442
+ left: 0px;
2443
+ background-color: rgba(0, 0, 0, 0.3568627451);
2444
+ z-index: 1500;
2445
+ }
2446
+
2447
+ div.modal-content {
2448
+ z-index: 1501;
2449
+ overflow: visible !important;
2450
+ }
2451
+
24
2452
  .text-blue {
25
2453
  color: #0d6efd !important;
26
2454
  }
@@ -474,19 +2902,3 @@ input[type=file] {
474
2902
  .fill-space {
475
2903
  flex: 1 1 auto;
476
2904
  }
477
-
478
- .tooltip-inner {
479
- min-width: 125px;
480
- max-width: 250px;
481
- min-height: 35px;
482
- display: flex;
483
- align-items: center;
484
- justify-content: center;
485
- word-break: break-word;
486
- }
487
-
488
- .invisible {
489
- visibility: hidden !important;
490
- width: 0px !important;
491
- height: 0px !important;
492
- }