coer-elements 0.0.63 → 0.0.65

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.
Files changed (133) hide show
  1. package/components/lib/coer-accordion/coer-accordion.component.d.ts +1 -1
  2. package/components/lib/coer-button/coer-button.component.d.ts +1 -1
  3. package/components/lib/coer-datebox/coer-datebox.component.d.ts +49 -0
  4. package/components/lib/coer-filebox/coer-filebox.component.d.ts +1 -1
  5. package/components/lib/coer-grid/coer-grid.extension.d.ts +2 -2
  6. package/components/lib/coer-modal/coer-modal.component.d.ts +1 -1
  7. package/components/lib/coer-numberbox/coer-numberbox.component.d.ts +1 -1
  8. package/components/lib/coer-switch/coer-switch.component.d.ts +1 -1
  9. package/components/lib/coer-tab/coer-tab.component.d.ts +2 -2
  10. package/components/lib/coer-textarea/coer-textarea.component.d.ts +1 -1
  11. package/components/lib/coer-textbox/coer-textbox.component.d.ts +1 -1
  12. package/components/lib/components.module.d.ts +37 -33
  13. package/components/public-api.d.ts +1 -0
  14. package/fesm2022/coer-elements-components.mjs +264 -109
  15. package/fesm2022/coer-elements-components.mjs.map +1 -1
  16. package/fesm2022/coer-elements-directives.mjs +14 -12
  17. package/fesm2022/coer-elements-directives.mjs.map +1 -1
  18. package/fesm2022/coer-elements-pipes.mjs +16 -16
  19. package/fesm2022/coer-elements-pipes.mjs.map +1 -1
  20. package/fesm2022/coer-elements-tools.mjs +20 -14
  21. package/fesm2022/coer-elements-tools.mjs.map +1 -1
  22. package/fesm2022/coer-elements.mjs +4 -4
  23. package/fesm2022/coer-elements.mjs.map +1 -1
  24. package/package.json +1 -15
  25. package/styles/angular-material.scss +18 -13
  26. package/styles/bootstrap.scss +1 -6
  27. package/styles/coer-elements.css +993 -2866
  28. package/styles/colors.scss +50 -60
  29. package/styles/index.scss +9 -9
  30. package/styles/layout.scss +10 -0
  31. package/styles/scroll-bar.scss +5 -5
  32. package/tools/lib/date-time.class.d.ts +3 -1
  33. package/tools/lib/page.class.d.ts +1 -1
  34. package/tools/lib/section.class.d.ts +1 -1
  35. package/tools/lib/tools.d.ts +9 -9
  36. package/esm2022/coer-elements.mjs +0 -5
  37. package/esm2022/components/coer-elements-components.mjs +0 -5
  38. package/esm2022/components/lib/coer-accordion/coer-accordion.component.mjs +0 -53
  39. package/esm2022/components/lib/coer-button/coer-button.component.mjs +0 -138
  40. package/esm2022/components/lib/coer-checkbox/coer-checkbox.component.mjs +0 -83
  41. package/esm2022/components/lib/coer-filebox/coer-filebox.component.mjs +0 -102
  42. package/esm2022/components/lib/coer-form/coer-form.component.mjs +0 -107
  43. package/esm2022/components/lib/coer-grid/coer-grid.component.mjs +0 -512
  44. package/esm2022/components/lib/coer-grid/coer-grid.extension.mjs +0 -409
  45. package/esm2022/components/lib/coer-list/coer-list.component.mjs +0 -130
  46. package/esm2022/components/lib/coer-modal/coer-modal.component.mjs +0 -107
  47. package/esm2022/components/lib/coer-numberbox/coer-numberbox.component.mjs +0 -258
  48. package/esm2022/components/lib/coer-page-title/coer-page-title.component.mjs +0 -44
  49. package/esm2022/components/lib/coer-selectbox/coer-selectbox.component.mjs +0 -342
  50. package/esm2022/components/lib/coer-sidenav/coer-menu-option/coer-menu-option.component.mjs +0 -103
  51. package/esm2022/components/lib/coer-sidenav/coer-sidenav.component.mjs +0 -194
  52. package/esm2022/components/lib/coer-sidenav/coer-toolbar/coer-toolbar.component.mjs +0 -33
  53. package/esm2022/components/lib/coer-sidenav/coer-tree-accordion/coer-tree-accordion.component.mjs +0 -116
  54. package/esm2022/components/lib/coer-switch/coer-switch.component.mjs +0 -93
  55. package/esm2022/components/lib/coer-tab/coer-tab.component.mjs +0 -128
  56. package/esm2022/components/lib/coer-textarea/coer-textarea.component.mjs +0 -156
  57. package/esm2022/components/lib/coer-textbox/coer-textbox.component.mjs +0 -221
  58. package/esm2022/components/lib/components.module.mjs +0 -188
  59. package/esm2022/components/public-api.mjs +0 -20
  60. package/esm2022/directives/coer-elements-directives.mjs +0 -5
  61. package/esm2022/directives/lib/coer-ref.directive.mjs +0 -23
  62. package/esm2022/directives/lib/directives.module.mjs +0 -25
  63. package/esm2022/directives/lib/life-cycle.directive.mjs +0 -33
  64. package/esm2022/directives/public-api.mjs +0 -4
  65. package/esm2022/index.mjs +0 -54
  66. package/esm2022/interfaces/coer-elements-interfaces.mjs +0 -5
  67. package/esm2022/interfaces/lib/app-source.interface.mjs +0 -2
  68. package/esm2022/interfaces/lib/box-button.interface.mjs +0 -2
  69. package/esm2022/interfaces/lib/bulk-load.interface.mjs +0 -2
  70. package/esm2022/interfaces/lib/coer-filebox/file-image.interface.mjs +0 -2
  71. package/esm2022/interfaces/lib/coer-filebox/file.interface.mjs +0 -2
  72. package/esm2022/interfaces/lib/coer-grid/grid-button-by-row.interface.mjs +0 -2
  73. package/esm2022/interfaces/lib/coer-grid/grid-checkbox.interface.mjs +0 -2
  74. package/esm2022/interfaces/lib/coer-grid/grid-coer-numberbox.interface.mjs +0 -2
  75. package/esm2022/interfaces/lib/coer-grid/grid-coer-selectbox.interface.mjs +0 -2
  76. package/esm2022/interfaces/lib/coer-grid/grid-coer-switch.interface.mjs +0 -2
  77. package/esm2022/interfaces/lib/coer-grid/grid-coer-textbox.interface.mjs +0 -2
  78. package/esm2022/interfaces/lib/coer-grid/grid-column.interface.mjs +0 -2
  79. package/esm2022/interfaces/lib/coer-grid/grid-data-source.interface.mjs +0 -2
  80. package/esm2022/interfaces/lib/coer-grid/grid-header-button.interface.mjs +0 -2
  81. package/esm2022/interfaces/lib/coer-grid/grid-header-export-button.interface.mjs +0 -2
  82. package/esm2022/interfaces/lib/coer-grid/grid-header.interface.mjs +0 -2
  83. package/esm2022/interfaces/lib/coer-grid/grid-import.interface.mjs +0 -2
  84. package/esm2022/interfaces/lib/coer-grid/grid-input-checkbox.interface.mjs +0 -2
  85. package/esm2022/interfaces/lib/coer-grid/grid-input-switch-change.interface.mjs +0 -2
  86. package/esm2022/interfaces/lib/coer-grid/grid-input-textbox.interface.mjs +0 -2
  87. package/esm2022/interfaces/lib/coer-grid/grid-item.interface.mjs +0 -2
  88. package/esm2022/interfaces/lib/coer-grid/grid-keyup-enter.interface.mjs +0 -2
  89. package/esm2022/interfaces/lib/coer-grid/grid-length.interface.mjs +0 -2
  90. package/esm2022/interfaces/lib/coer-grid/grid-search.interface.mjs +0 -2
  91. package/esm2022/interfaces/lib/coer-grid/grid-sort.interface.mjs +0 -2
  92. package/esm2022/interfaces/lib/coer-menu/menu-option-selected.interface.mjs +0 -2
  93. package/esm2022/interfaces/lib/coer-menu/menu-selected.interface.mjs +0 -2
  94. package/esm2022/interfaces/lib/coer-menu/menu.interface.mjs +0 -2
  95. package/esm2022/interfaces/lib/coer-ref.interface.mjs +0 -2
  96. package/esm2022/interfaces/lib/image.interface.mjs +0 -2
  97. package/esm2022/interfaces/lib/page-title/breadcrumb.interface.mjs +0 -2
  98. package/esm2022/interfaces/lib/page-title/go-back.interface.mjs +0 -2
  99. package/esm2022/interfaces/lib/screen-size.interface.mjs +0 -2
  100. package/esm2022/interfaces/lib/service/http-request.interface.mjs +0 -2
  101. package/esm2022/interfaces/lib/service/http-response.interface.mjs +0 -2
  102. package/esm2022/interfaces/lib/service/patch.interface.mjs +0 -2
  103. package/esm2022/interfaces/public-api.mjs +0 -42
  104. package/esm2022/pipes/coer-elements-pipes.mjs +0 -5
  105. package/esm2022/pipes/lib/html.pipe.mjs +0 -18
  106. package/esm2022/pipes/lib/no-image.pipe.mjs +0 -23
  107. package/esm2022/pipes/lib/numeric-format.pipe.mjs +0 -15
  108. package/esm2022/pipes/lib/pipes.module.mjs +0 -31
  109. package/esm2022/pipes/public-api.mjs +0 -5
  110. package/esm2022/signals/coer-elements-signals.mjs +0 -5
  111. package/esm2022/signals/lib/breakpoint.signal.mjs +0 -4
  112. package/esm2022/signals/lib/is-loading.signal.mjs +0 -3
  113. package/esm2022/signals/lib/is-menu-open.signal.mjs +0 -3
  114. package/esm2022/signals/lib/is-modal-open.signal.mjs +0 -3
  115. package/esm2022/signals/lib/navigation.signal.mjs +0 -3
  116. package/esm2022/signals/public-api.mjs +0 -6
  117. package/esm2022/tools/coer-elements-tools.mjs +0 -5
  118. package/esm2022/tools/lib/breadcrumbs.class.mjs +0 -63
  119. package/esm2022/tools/lib/coer-alert/coer-alert.component.mjs +0 -229
  120. package/esm2022/tools/lib/coer-grid.templates.mjs +0 -34
  121. package/esm2022/tools/lib/colors.class.mjs +0 -68
  122. package/esm2022/tools/lib/control-value.class.mjs +0 -46
  123. package/esm2022/tools/lib/date-time.class.mjs +0 -29
  124. package/esm2022/tools/lib/files.class.mjs +0 -91
  125. package/esm2022/tools/lib/filters.class.mjs +0 -57
  126. package/esm2022/tools/lib/menu.class.mjs +0 -23
  127. package/esm2022/tools/lib/page.class.mjs +0 -187
  128. package/esm2022/tools/lib/screen.class.mjs +0 -51
  129. package/esm2022/tools/lib/section.class.mjs +0 -60
  130. package/esm2022/tools/lib/service.class.mjs +0 -408
  131. package/esm2022/tools/lib/source.class.mjs +0 -80
  132. package/esm2022/tools/lib/tools.mjs +0 -232
  133. package/esm2022/tools/public-api.mjs +0 -16
@@ -1,26 +1,3 @@
1
- * {
2
- font-family: sans-serif;
3
- letter-spacing: normal;
4
- }
5
-
6
- h1, h2, h3, h4, h5, h6, p, pre, hr, figure, fieldset {
7
- margin: 0px;
8
- padding: 0px;
9
- }
10
-
11
- input[type=file] {
12
- display: none !important;
13
- }
14
-
15
- .readonly {
16
- color: black !important;
17
- background-color: rgba(187, 187, 187, 0.5137254902) !important;
18
- }
19
-
20
- .no-selection::selection {
21
- background-color: transparent !important;
22
- }
23
-
24
1
  /********** COER styles **********/
25
2
  mat-expansion-panel.coer-accordion {
26
3
  overflow: visible !important;
@@ -42,170 +19,7 @@ mat-expansion-panel.coer-accordion div.mat-expansion-panel-body {
42
19
  padding: 0px !important;
43
20
  }
44
21
 
45
- mat-drawer-container {
46
- height: calc(100vh - 45px) !important;
47
- }
48
- mat-drawer-container .margin-left-40px {
49
- margin-left: 40px !important;
50
- }
51
- mat-drawer-container mat-drawer {
52
- width: auto;
53
- min-width: 200px;
54
- background-color: var(--black) !important;
55
- z-index: 1 !important;
56
- }
57
- mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar {
58
- width: 1px !important;
59
- }
60
- mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar-thumb {
61
- background-color: var(--gray) !important;
62
- border-radius: 5px !important;
63
- }
64
- mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar-thumb:hover {
65
- background-color: var(--gray) !important;
66
- }
67
- mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar-thumb:active {
68
- background-color: var(--white) !important;
69
- }
70
- mat-drawer-container mat-drawer i {
71
- font-size: 16px !important;
72
- }
73
- mat-drawer-container mat-drawer div.separator {
74
- border: 0.5px solid rgba(245, 245, 245, 0.041) !important;
75
- }
76
- mat-drawer-container mat-drawer-content {
77
- margin-right: 0px !important;
78
- }
79
- mat-drawer-container mat-drawer-content aside.side-nav {
80
- background-color: var(--black) !important;
81
- width: 40px !important;
82
- position: fixed !important;
83
- left: 0px !important;
84
- top: 45px !important;
85
- bottom: 0px !important;
86
- cursor: pointer !important;
87
- }
88
- mat-drawer-container mat-drawer-content aside.side-nav span.icon-container {
89
- width: 100% !important;
90
- height: 49.6px !important;
91
- display: flex !important;
92
- align-items: center !important;
93
- justify-content: center !important;
94
- font-size: 16px !important;
95
- border-bottom: 1px solid rgba(245, 245, 245, 0.041) !important;
96
- color: var(--white);
97
- }
98
- mat-drawer-container mat-drawer-content aside.side-nav span.icon-container:hover {
99
- background-color: #2f2f2f !important;
100
- }
101
- mat-drawer-container mat-drawer-content aside.side-nav span.icon-container.active-link {
102
- color: var(--orange) !important;
103
- }
104
- mat-drawer-container div.backdrop {
105
- position: absolute !important;
106
- top: 0px !important;
107
- left: 0px !important;
108
- right: 0px !important;
109
- bottom: 0px !important;
110
- background-color: rgba(0, 0, 0, 0.3568627451) !important;
111
- z-index: 1500 !important;
112
- }
113
-
114
- mat-accordion.coer-tree-accordion div, mat-accordion.coer-tree-accordion span {
115
- font-size: 16px !important;
116
- font-family: sans-serif !important;
117
- font-weight: bold;
118
- }
119
- mat-accordion.coer-tree-accordion mat-expansion-panel {
120
- background-color: var(--black) !important;
121
- box-shadow: none !important;
122
- border-radius: 0px !important;
123
- }
124
- mat-accordion.coer-tree-accordion mat-expansion-panel div.mat-expansion-panel-body {
125
- padding: 0px !important;
126
- }
127
- mat-accordion.coer-tree-accordion mat-expansion-panel div.separator {
128
- border: 0.5px solid rgba(245, 245, 245, 0.041) !important;
129
- }
130
- mat-accordion.coer-tree-accordion mat-expansion-panel span::selection {
131
- background-color: transparent !important;
132
- }
133
- mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header {
134
- padding: 0px 10px;
135
- height: 48px !important;
136
- }
137
- mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header span.mat-expansion-indicator {
138
- width: 10px !important;
139
- margin-left: 15px !important;
140
- }
141
- mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header span.mat-expansion-indicator::after {
142
- color: var(--white) !important;
143
- }
144
- mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header mat-panel-description {
145
- margin-right: 0px !important;
146
- }
147
- mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header mat-panel-description span.icon-container {
148
- height: 48px !important;
149
- min-width: 20px !important;
150
- max-width: 20px !important;
151
- display: flex !important;
152
- align-items: center !important;
153
- justify-content: center !important;
154
- color: var(--white);
155
- }
156
- mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header mat-panel-description span.label-container {
157
- height: 48px !important;
158
- margin-left: 10px !important;
159
- display: flex !important;
160
- align-items: center !important;
161
- color: var(--white);
162
- }
163
- mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header.text-orange span.mat-expansion-indicator::after {
164
- color: var(--orange) !important;
165
- }
166
- mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header:not(.background-orange):hover {
167
- background-color: #2f2f2f !important;
168
- }
169
-
170
- mat-nav-list.coer-menu-option {
171
- padding: 0px !important;
172
- }
173
- mat-nav-list.coer-menu-option div, mat-nav-list.coer-menu-option span {
174
- font-size: 16px !important;
175
- font-family: sans-serif !important;
176
- font-weight: bold;
177
- }
178
- mat-nav-list.coer-menu-option mat-list-item {
179
- padding: 0px 35px 0px 10px !important;
180
- display: inline-flex !important;
181
- height: 48px !important;
182
- color: var(--white);
183
- }
184
- mat-nav-list.coer-menu-option mat-list-item span.icon-container {
185
- display: inline-flex !important;
186
- align-items: center !important;
187
- justify-content: center !important;
188
- height: 48px !important;
189
- min-width: 20px !important;
190
- max-width: 20px !important;
191
- color: var(--white);
192
- }
193
- mat-nav-list.coer-menu-option mat-list-item span.label-container {
194
- justify-content: flex-start !important;
195
- display: inline-flex !important;
196
- height: auto !important;
197
- margin-left: 10px !important;
198
- color: var(--white);
199
- }
200
- mat-nav-list.coer-menu-option mat-list-item span.icon-container.active-link,
201
- mat-nav-list.coer-menu-option mat-list-item span.label-container.active-link {
202
- color: var(--orange) !important;
203
- }
204
- mat-nav-list.coer-menu-option mat-list-item:hover {
205
- background-color: #2f2f2f !important;
206
- }
207
-
208
- * {
22
+ :root {
209
23
  --blue: #0d6efd;
210
24
  --gray: #6c757d;
211
25
  --green: #198754;
@@ -218,179 +32,179 @@ mat-nav-list.coer-menu-option mat-list-item:hover {
218
32
  }
219
33
 
220
34
  .text-blue {
221
- color: #0d6efd !important;
35
+ color: var(--blue) !important;
222
36
  }
223
37
 
224
38
  .text-blue-bold {
225
- color: #0d6efd !important;
39
+ color: var(--blue) !important;
226
40
  font-weight: bold !important;
227
41
  }
228
42
 
229
43
  .background-blue {
230
- background-color: #0d6efd !important;
44
+ background-color: var(--blue) !important;
231
45
  }
232
46
 
233
47
  .background-border-blue {
234
- background-color: #0d6efd !important;
235
- border-color: #0d6efd !important;
48
+ background-color: var(--blue) !important;
49
+ border-color: var(--blue) !important;
236
50
  }
237
51
 
238
52
  .border-blue {
239
- border-color: #0d6efd !important;
53
+ border-color: var(--blue) !important;
240
54
  }
241
55
 
242
56
  .text-gray {
243
- color: #6c757d !important;
57
+ color: var(--gray) !important;
244
58
  }
245
59
 
246
60
  .text-gray-bold {
247
- color: #6c757d !important;
61
+ color: var(--gray) !important;
248
62
  font-weight: bold !important;
249
63
  }
250
64
 
251
65
  .background-gray {
252
- background-color: #6c757d !important;
66
+ background-color: var(--gray) !important;
253
67
  }
254
68
 
255
69
  .background-border-gray {
256
- background-color: #6c757d !important;
257
- border-color: #6c757d !important;
70
+ background-color: var(--gray) !important;
71
+ border-color: var(--gray) !important;
258
72
  }
259
73
 
260
74
  .border-gray {
261
- border-color: #6c757d !important;
75
+ border-color: var(--gray) !important;
262
76
  }
263
77
 
264
78
  .text-green {
265
- color: #198754 !important;
79
+ color: var(--green) !important;
266
80
  }
267
81
 
268
82
  .text-green-bold {
269
- color: #198754 !important;
83
+ color: var(--green) !important;
270
84
  font-weight: bold !important;
271
85
  }
272
86
 
273
87
  .background-green {
274
- background-color: #198754 !important;
88
+ background-color: var(--green) !important;
275
89
  }
276
90
 
277
91
  .background-border-green {
278
- background-color: #198754 !important;
279
- border-color: #198754 !important;
92
+ background-color: var(--green) !important;
93
+ border-color: var(--green) !important;
280
94
  }
281
95
 
282
96
  .border-green {
283
- border-color: #198754 !important;
97
+ border-color: var(--green) !important;
284
98
  }
285
99
 
286
100
  .text-yellow {
287
- color: #ffc107 !important;
101
+ color: var(--yellow) !important;
288
102
  }
289
103
 
290
104
  .text-yellow-bold {
291
- color: #ffc107 !important;
105
+ color: var(--yellow) !important;
292
106
  font-weight: bold !important;
293
107
  }
294
108
 
295
109
  .background-yellow {
296
- background-color: #ffc107 !important;
110
+ background-color: var(--yellow) !important;
297
111
  }
298
112
 
299
113
  .background-border-yellow {
300
- background-color: #ffc107 !important;
301
- border-color: #ffc107 !important;
114
+ background-color: var(--yellow) !important;
115
+ border-color: var(--yellow) !important;
302
116
  }
303
117
 
304
118
  .border-yellow {
305
- border-color: #ffc107 !important;
119
+ border-color: var(--yellow) !important;
306
120
  }
307
121
 
308
122
  .text-red {
309
- color: #dc3545 !important;
123
+ color: var(--red) !important;
310
124
  }
311
125
 
312
126
  .text-red-bold {
313
- color: #dc3545 !important;
127
+ color: var(--red) !important;
314
128
  font-weight: bold !important;
315
129
  }
316
130
 
317
131
  .background-red {
318
- background-color: #dc3545 !important;
132
+ background-color: var(--red) !important;
319
133
  }
320
134
 
321
135
  .background-border-red {
322
- background-color: #dc3545 !important;
323
- border-color: #dc3545 !important;
136
+ background-color: var(--red) !important;
137
+ border-color: var(--red) !important;
324
138
  }
325
139
 
326
140
  .border-red {
327
- border-color: #dc3545 !important;
141
+ border-color: var(--red) !important;
328
142
  }
329
143
 
330
144
  .text-white {
331
- color: #f5f5f5 !important;
145
+ color: var(--white) !important;
332
146
  }
333
147
 
334
148
  .text-white-bold {
335
- color: #f5f5f5 !important;
149
+ color: var(--white) !important;
336
150
  font-weight: bold !important;
337
151
  }
338
152
 
339
153
  .background-white {
340
- background-color: #f5f5f5 !important;
154
+ background-color: var(--white) !important;
341
155
  }
342
156
 
343
157
  .background-border-white {
344
- background-color: #f5f5f5 !important;
345
- border-color: #f5f5f5 !important;
158
+ background-color: var(--white) !important;
159
+ border-color: var(--white) !important;
346
160
  }
347
161
 
348
162
  .border-white {
349
- border-color: #f5f5f5 !important;
163
+ border-color: var(--white) !important;
350
164
  }
351
165
 
352
166
  .text-black {
353
- color: #252525 !important;
167
+ color: var(--black) !important;
354
168
  }
355
169
 
356
170
  .text-black-bold {
357
- color: #252525 !important;
171
+ color: var(--black) !important;
358
172
  font-weight: bold !important;
359
173
  }
360
174
 
361
175
  .background-black {
362
- background-color: #252525 !important;
176
+ background-color: var(--black) !important;
363
177
  }
364
178
 
365
179
  .background-border-black {
366
- background-color: #252525 !important;
367
- border-color: #252525 !important;
180
+ background-color: var(--black) !important;
181
+ border-color: var(--black) !important;
368
182
  }
369
183
 
370
184
  .border-black {
371
- border-color: #252525 !important;
185
+ border-color: var(--black) !important;
372
186
  }
373
187
 
374
188
  .text-orange {
375
- color: #fd6031 !important;
189
+ color: var(--orange) !important;
376
190
  }
377
191
 
378
192
  .text-orange-bold {
379
- color: #fd6031 !important;
193
+ color: var(--orange) !important;
380
194
  font-weight: bold !important;
381
195
  }
382
196
 
383
197
  .background-orange {
384
- background-color: #fd6031 !important;
198
+ background-color: var(--orange) !important;
385
199
  }
386
200
 
387
201
  .background-border-orange {
388
- background-color: #fd6031 !important;
389
- border-color: #fd6031 !important;
202
+ background-color: var(--orange) !important;
203
+ border-color: var(--orange) !important;
390
204
  }
391
205
 
392
206
  .border-orange {
393
- border-color: #fd6031 !important;
207
+ border-color: var(--orange) !important;
394
208
  }
395
209
 
396
210
  .text-transparent {
@@ -434,67 +248,67 @@ div.coer-button .slot {
434
248
  overflow: hidden !important;
435
249
  }
436
250
  div.coer-button button.primary-filled {
437
- background-color: #0d6efd !important;
438
- color: #f5f5f5 !important;
251
+ background-color: var(--blue) !important;
252
+ color: var(--white) !important;
439
253
  }
440
254
  div.coer-button button.secondary-filled {
441
- background-color: #6c757d !important;
442
- color: #f5f5f5 !important;
255
+ background-color: var(--gray) !important;
256
+ color: var(--white) !important;
443
257
  }
444
258
  div.coer-button button.success-filled {
445
- background-color: #198754 !important;
446
- color: #f5f5f5 !important;
259
+ background-color: var(--green) !important;
260
+ color: var(--white) !important;
447
261
  }
448
262
  div.coer-button button.warning-filled {
449
- background-color: #ffc107 !important;
450
- color: #252525 !important;
263
+ background-color: var(--yellow) !important;
264
+ color: var(--black) !important;
451
265
  }
452
266
  div.coer-button button.danger-filled {
453
- background-color: #dc3545 !important;
454
- color: #f5f5f5 !important;
267
+ background-color: var(--red) !important;
268
+ color: var(--white) !important;
455
269
  }
456
270
  div.coer-button button.navigation-filled {
457
- background-color: #fd6031 !important;
458
- color: #f5f5f5 !important;
271
+ background-color: var(--orange) !important;
272
+ color: var(--white) !important;
459
273
  }
460
274
  div.coer-button button.dark-filled {
461
- background-color: #252525 !important;
462
- color: #f5f5f5 !important;
275
+ background-color: var(--black) !important;
276
+ color: var(--white) !important;
463
277
  }
464
278
  div.coer-button button.primary-outline {
465
279
  background-color: white !important;
466
- border: 1px solid #0d6efd !important;
467
- color: #0d6efd !important;
280
+ border: 1px solid var(--blue) !important;
281
+ color: var(--blue) !important;
468
282
  }
469
283
  div.coer-button button.secondary-outline {
470
284
  background-color: white !important;
471
- border: 1px solid #6c757d !important;
472
- color: #6c757d !important;
285
+ border: 1px solid var(--gray) !important;
286
+ color: var(--gray) !important;
473
287
  }
474
288
  div.coer-button button.success-outline {
475
289
  background-color: white !important;
476
- border: 1px solid #198754 !important;
477
- color: #198754 !important;
290
+ border: 1px solid var(--green) !important;
291
+ color: var(--green) !important;
478
292
  }
479
293
  div.coer-button button.warning-outline {
480
294
  background-color: white !important;
481
- border: 1px solid #ffc107 !important;
482
- color: #ffc107 !important;
295
+ border: 1px solid var(--yellow) !important;
296
+ color: var(--yellow) !important;
483
297
  }
484
298
  div.coer-button button.danger-outline {
485
299
  background-color: white !important;
486
- border: 1px solid #dc3545 !important;
487
- color: #dc3545 !important;
300
+ border: 1px solid var(--red) !important;
301
+ color: var(--red) !important;
488
302
  }
489
303
  div.coer-button button.navigation-outline {
490
304
  background-color: white !important;
491
- border: 1px solid #fd6031 !important;
492
- color: #fd6031 !important;
305
+ border: 1px solid var(--orange) !important;
306
+ color: var(--orange) !important;
493
307
  }
494
308
  div.coer-button button.dark-outline {
495
309
  background-color: white !important;
496
- border: 1px solid #252525 !important;
497
- color: #252525 !important;
310
+ border: 1px solid var(--black) !important;
311
+ color: var(--black) !important;
498
312
  }
499
313
  div.coer-button button.primary-filled:not(.readonly):hover, div.coer-button button.primary-filled:not(.readonly):focus,
500
314
  div.coer-button button.primary-outline:not(.readonly):hover, div.coer-button button.primary-outline:not(.readonly):focus,
@@ -514,31 +328,31 @@ div.coer-button button.dark-outline:not(.readonly):hover, div.coer-button button
514
328
  }
515
329
  div.coer-button button.primary-filled:not(.readonly):focus,
516
330
  div.coer-button button.primary-outline:not(.readonly):focus {
517
- box-shadow: 0px 0px 20px #0d6efd !important;
331
+ box-shadow: 0px 0px 20px var(--blue) !important;
518
332
  }
519
333
  div.coer-button button.secondary-filled:not(.readonly):focus,
520
334
  div.coer-button button.secondary-outline:not(.readonly):focus {
521
- box-shadow: 0px 0px 20px #6c757d !important;
335
+ box-shadow: 0px 0px 20px var(--gray) !important;
522
336
  }
523
337
  div.coer-button button.success-filled:not(.readonly):focus,
524
338
  div.coer-button button.success-outline:not(.readonly):focus {
525
- box-shadow: 0px 0px 20px #198754 !important;
339
+ box-shadow: 0px 0px 20px var(--green) !important;
526
340
  }
527
341
  div.coer-button button.warning-filled:not(.readonly):focus,
528
342
  div.coer-button button.warning-outline:not(.readonly):focus {
529
- box-shadow: 0px 0px 20px #ffc107 !important;
343
+ box-shadow: 0px 0px 20px var(--yellow) !important;
530
344
  }
531
345
  div.coer-button button.danger-filled:not(.readonly):focus,
532
346
  div.coer-button button.danger-outline:not(.readonly):focus {
533
- box-shadow: 0px 0px 20px #dc3545 !important;
347
+ box-shadow: 0px 0px 20px var(--red) !important;
534
348
  }
535
349
  div.coer-button button.navigation-filled:not(.readonly):focus,
536
350
  div.coer-button button.navigation-outline:not(.readonly):focus {
537
- box-shadow: 0px 0px 20px #fd6031 !important;
351
+ box-shadow: 0px 0px 20px var(--orange) !important;
538
352
  }
539
353
  div.coer-button button.dark-filled:not(.readonly):focus,
540
354
  div.coer-button button.dark-outline:not(.readonly):focus {
541
- box-shadow: 0px 0px 20px #252525 !important;
355
+ box-shadow: 0px 0px 20px var(--black) !important;
542
356
  }
543
357
  div.coer-button button.mdc-icon-button.mat-mdc-icon-button {
544
358
  width: 40px !important;
@@ -592,206 +406,107 @@ div.coer-button .mat-mdc-button-touch-target {
592
406
  }
593
407
 
594
408
  div#coer-tool-bar coer-button * {
595
- color: #fd6031 !important;
409
+ color: var(--orange) !important;
596
410
  }
597
411
 
598
- div.coer-text-box {
599
- display: flex;
600
- align-items: center;
412
+ div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox {
413
+ padding: 10px !important;
601
414
  }
602
- div.coer-text-box * {
603
- --blue: #0d6efd;
604
- --gray: #6c757d;
605
- --green: #198754;
606
- --yellow: #ffc107;
607
- --red: #dc3545;
608
- --white: #f5f5f5;
609
- --black: #252525;
610
- --orange: #fd6031;
611
- --purple: #a615bc;
415
+ div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__background {
416
+ background-color: var(--white) !important;
417
+ border-radius: 5px !important;
612
418
  }
613
- div.coer-text-box .text-blue {
614
- color: #0d6efd !important;
419
+ div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__ripple {
420
+ width: 30px !important;
421
+ height: 30px !important;
422
+ top: 5px !important;
423
+ left: 5px !important;
615
424
  }
616
- div.coer-text-box .text-blue-bold {
617
- color: #0d6efd !important;
618
- font-weight: bold !important;
425
+ 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 * {
426
+ display: none !important;
619
427
  }
620
- div.coer-text-box .background-blue {
621
- background-color: #0d6efd !important;
428
+ div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field label.mdc-label {
429
+ padding-top: 3px !important;
430
+ padding-left: 0px !important;
622
431
  }
623
- div.coer-text-box .background-border-blue {
624
- background-color: #0d6efd !important;
625
- border-color: #0d6efd !important;
432
+ div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field label.mdc-label::selection {
433
+ background-color: transparent !important;
626
434
  }
627
- div.coer-text-box .border-blue {
628
- border-color: #0d6efd !important;
435
+ div.coer-checkbox mat-checkbox.mat-mdc-checkbox-checked div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__background {
436
+ background-color: var(--orange) !important;
437
+ border-color: var(--orange) !important;
629
438
  }
630
- div.coer-text-box .text-gray {
631
- color: #6c757d !important;
439
+
440
+ coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox,
441
+ 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 {
442
+ padding: 0px !important;
632
443
  }
633
- div.coer-text-box .text-gray-bold {
634
- color: #6c757d !important;
635
- font-weight: bold !important;
444
+ 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,
445
+ 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 {
446
+ top: 8px !important;
447
+ width: 39px !important;
448
+ height: 30px !important;
636
449
  }
637
- div.coer-text-box .background-gray {
638
- background-color: #6c757d !important;
450
+ coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox input,
451
+ 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 {
452
+ display: none !important;
639
453
  }
640
- div.coer-text-box .background-border-gray {
641
- background-color: #6c757d !important;
642
- border-color: #6c757d !important;
454
+ 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,
455
+ 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 {
456
+ top: -7px !important;
457
+ left: -6px !important;
643
458
  }
644
- div.coer-text-box .border-gray {
645
- border-color: #6c757d !important;
459
+ 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,
460
+ 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 {
461
+ transform: translate(0px, -1px) !important;
462
+ position: static !important;
646
463
  }
647
- div.coer-text-box .text-green {
648
- color: #198754 !important;
649
- }
650
- div.coer-text-box .text-green-bold {
651
- color: #198754 !important;
652
- font-weight: bold !important;
653
- }
654
- div.coer-text-box .background-green {
655
- background-color: #198754 !important;
656
- }
657
- div.coer-text-box .background-border-green {
658
- background-color: #198754 !important;
659
- border-color: #198754 !important;
660
- }
661
- div.coer-text-box .border-green {
662
- border-color: #198754 !important;
663
- }
664
- div.coer-text-box .text-yellow {
665
- color: #ffc107 !important;
666
- }
667
- div.coer-text-box .text-yellow-bold {
668
- color: #ffc107 !important;
669
- font-weight: bold !important;
670
- }
671
- div.coer-text-box .background-yellow {
672
- background-color: #ffc107 !important;
673
- }
674
- div.coer-text-box .background-border-yellow {
675
- background-color: #ffc107 !important;
676
- border-color: #ffc107 !important;
677
- }
678
- div.coer-text-box .border-yellow {
679
- border-color: #ffc107 !important;
680
- }
681
- div.coer-text-box .text-red {
682
- color: #dc3545 !important;
683
- }
684
- div.coer-text-box .text-red-bold {
685
- color: #dc3545 !important;
686
- font-weight: bold !important;
687
- }
688
- div.coer-text-box .background-red {
689
- background-color: #dc3545 !important;
690
- }
691
- div.coer-text-box .background-border-red {
692
- background-color: #dc3545 !important;
693
- border-color: #dc3545 !important;
694
- }
695
- div.coer-text-box .border-red {
696
- border-color: #dc3545 !important;
697
- }
698
- div.coer-text-box .text-white {
699
- color: #f5f5f5 !important;
700
- }
701
- div.coer-text-box .text-white-bold {
702
- color: #f5f5f5 !important;
703
- font-weight: bold !important;
704
- }
705
- div.coer-text-box .background-white {
706
- background-color: #f5f5f5 !important;
707
- }
708
- div.coer-text-box .background-border-white {
709
- background-color: #f5f5f5 !important;
710
- border-color: #f5f5f5 !important;
711
- }
712
- div.coer-text-box .border-white {
713
- border-color: #f5f5f5 !important;
714
- }
715
- div.coer-text-box .text-black {
716
- color: #252525 !important;
717
- }
718
- div.coer-text-box .text-black-bold {
719
- color: #252525 !important;
720
- font-weight: bold !important;
721
- }
722
- div.coer-text-box .background-black {
723
- background-color: #252525 !important;
724
- }
725
- div.coer-text-box .background-border-black {
726
- background-color: #252525 !important;
727
- border-color: #252525 !important;
728
- }
729
- div.coer-text-box .border-black {
730
- border-color: #252525 !important;
731
- }
732
- div.coer-text-box .text-orange {
733
- color: #fd6031 !important;
734
- }
735
- div.coer-text-box .text-orange-bold {
736
- color: #fd6031 !important;
737
- font-weight: bold !important;
738
- }
739
- div.coer-text-box .background-orange {
740
- background-color: #fd6031 !important;
741
- }
742
- div.coer-text-box .background-border-orange {
743
- background-color: #fd6031 !important;
744
- border-color: #fd6031 !important;
745
- }
746
- div.coer-text-box .border-orange {
747
- border-color: #fd6031 !important;
748
- }
749
- div.coer-text-box .text-transparent {
750
- color: transparent !important;
751
- }
752
- div.coer-text-box .background-transparent {
753
- background-color: transparent !important;
464
+ coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field label.mdc-label,
465
+ 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 {
466
+ display: none !important;
754
467
  }
755
- div.coer-text-box .border-transparent {
756
- border-color: transparent !important;
468
+
469
+ div.coer-date-box {
470
+ display: flex;
471
+ align-items: center;
757
472
  }
758
- div.coer-text-box mat-form-field {
473
+ div.coer-date-box mat-form-field {
759
474
  position: relative !important;
760
475
  }
761
- div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
476
+ div.coer-date-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
762
477
  height: 40px !important;
763
478
  }
764
- 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 {
479
+ div.coer-date-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 {
765
480
  width: 100% !important;
766
481
  height: 40px !important;
767
482
  padding: 0px !important;
768
483
  }
769
- 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 {
484
+ div.coer-date-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 {
770
485
  overflow: visible !important;
771
486
  position: absolute !important;
772
487
  top: 20px !important;
773
488
  }
774
- 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 {
775
- color: #fd6031;
489
+ div.coer-date-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 {
490
+ color: var(--orange);
776
491
  font-weight: bold;
777
492
  position: relative;
778
493
  left: -10px;
779
494
  top: 2px;
780
495
  }
781
- 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 {
496
+ div.coer-date-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 {
782
497
  font-weight: normal !important;
783
498
  font-size: 17px !important;
784
- color: #252525 !important;
499
+ color: var(--black) !important;
785
500
  }
786
- div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
787
- 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,
788
- 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 {
789
- border-bottom-color: #fd6031 !important;
501
+ div.coer-date-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
502
+ div.coer-date-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::before,
503
+ div.coer-date-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::after {
504
+ border-bottom-color: var(--orange) !important;
790
505
  }
791
- div.coer-text-box mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
506
+ div.coer-date-box mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
792
507
  height: 0px !important;
793
508
  }
794
- div.coer-text-box mat-form-field span.icon-container {
509
+ div.coer-date-box mat-form-field span.icon-container {
795
510
  position: absolute !important;
796
511
  top: 1px !important;
797
512
  right: -14px !important;
@@ -802,25 +517,25 @@ div.coer-text-box mat-form-field span.icon-container {
802
517
  align-items: center;
803
518
  justify-content: center;
804
519
  }
805
- div.coer-text-box mat-form-field span.icon-container i {
520
+ div.coer-date-box mat-form-field span.icon-container i {
806
521
  font-size: 20px !important;
807
522
  }
808
- div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-xmark,
809
- div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
810
- color: #caced1 !important;
523
+ div.coer-date-box mat-form-field span.icon-container i.fa-solid.fa-xmark,
524
+ div.coer-date-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
525
+ color: rgb(202.1566523605, 205.9613733906, 209.3433476395) !important;
811
526
  cursor: pointer !important;
812
527
  }
813
- div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
814
- div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
815
- color: #6c757d !important;
528
+ div.coer-date-box mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
529
+ div.coer-date-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
530
+ color: rgb(107.976360515, 116.9743905579, 124.972639485) !important;
816
531
  }
817
- div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-circle-check {
818
- color: #198754 !important;
532
+ div.coer-date-box mat-form-field span.icon-container i.fa-solid.fa-circle-check {
533
+ color: var(--green) !important;
819
534
  }
820
- div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
821
- color: #dc3545 !important;
535
+ div.coer-date-box mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
536
+ color: var(--red) !important;
822
537
  }
823
- div.coer-text-box mat-form-field span.placeholder {
538
+ div.coer-date-box mat-form-field span.placeholder {
824
539
  width: calc(100% + 32px) !important;
825
540
  height: 40px !important;
826
541
  position: absolute !important;
@@ -829,20 +544,23 @@ div.coer-text-box mat-form-field span.placeholder {
829
544
  left: -16px !important;
830
545
  cursor: wait !important;
831
546
  }
832
- div.coer-text-box mat-form-field .placeholder, div.coer-text-box mat-form-field .placeholder *,
833
- div.coer-text-box mat-form-field .placeholder-glow, div.coer-text-box mat-form-field .placeholder-glow * {
547
+ div.coer-date-box mat-form-field .placeholder, div.coer-date-box mat-form-field .placeholder *,
548
+ div.coer-date-box mat-form-field .placeholder-glow, div.coer-date-box mat-form-field .placeholder-glow * {
834
549
  cursor: wait !important;
835
550
  }
836
- div.coer-text-box mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
551
+ div.coer-date-box mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
837
552
  background-color: rgba(187, 187, 187, 0.5137254902) !important;
838
553
  }
839
- div.coer-text-box div.button-container {
554
+ div.coer-date-box div.button-container {
840
555
  width: 40px !important;
841
556
  height: 40px !important;
842
557
  display: flex !important;
843
558
  align-items: center !important;
844
559
  justify-content: center !important;
845
- background-color: #e6e7e9 !important;
560
+ background-color: rgb(229.517167382, 231.3519313305, 232.982832618) !important;
561
+ }
562
+ div.coer-date-box .mat-datepicker-toggle-active {
563
+ color: var(--orange) !important;
846
564
  }
847
565
 
848
566
  coer-grid table tbody tr td.coer-textbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field {
@@ -869,196 +587,358 @@ coer-grid table tbody tr td.coer-textbox mat-form-field span.icon-container {
869
587
  transform: translate(-5px, -6px) !important;
870
588
  }
871
589
 
872
- div.coer-textarea * {
873
- --blue: #0d6efd;
874
- --gray: #6c757d;
875
- --green: #198754;
876
- --yellow: #ffc107;
877
- --red: #dc3545;
878
- --white: #f5f5f5;
879
- --black: #252525;
880
- --orange: #fd6031;
881
- --purple: #a615bc;
882
- }
883
- div.coer-textarea .text-blue {
884
- color: #0d6efd !important;
885
- }
886
- div.coer-textarea .text-blue-bold {
887
- color: #0d6efd !important;
888
- font-weight: bold !important;
590
+ div.coer-grid header {
591
+ align-items: flex-end;
592
+ justify-content: flex-end;
593
+ padding-right: 8px;
594
+ margin: 0px;
889
595
  }
890
- div.coer-textarea .background-blue {
891
- background-color: #0d6efd !important;
596
+ div.coer-grid header > div {
597
+ padding: 0px 0px 10px 10px;
598
+ display: flex;
599
+ align-items: baseline;
892
600
  }
893
- div.coer-textarea .background-border-blue {
894
- background-color: #0d6efd !important;
895
- border-color: #0d6efd !important;
601
+ div.coer-grid header > div a {
602
+ height: 40px !important;
896
603
  }
897
- div.coer-textarea .border-blue {
898
- border-color: #0d6efd !important;
604
+ div.coer-grid table {
605
+ table-layout: auto;
606
+ border-collapse: separate;
607
+ border-spacing: 1px 0px;
608
+ margin: 0px;
609
+ font-size: 14px;
899
610
  }
900
- div.coer-textarea .text-gray {
901
- color: #6c757d !important;
611
+ div.coer-grid table thead tr th {
612
+ position: sticky !important;
613
+ z-index: 100 !important;
614
+ top: 0 !important;
615
+ background-color: var(--gray) !important;
616
+ color: var(--white) !important;
617
+ padding: 5px !important;
618
+ vertical-align: middle !important;
619
+ overflow: hidden;
620
+ text-overflow: ellipsis;
621
+ word-wrap: break-word;
622
+ min-width: 50px !important;
623
+ white-space: nowrap !important;
902
624
  }
903
- div.coer-textarea .text-gray-bold {
904
- color: #6c757d !important;
905
- font-weight: bold !important;
625
+ div.coer-grid table tbody {
626
+ border: 0px !important;
906
627
  }
907
- div.coer-textarea .background-gray {
908
- background-color: #6c757d !important;
628
+ div.coer-grid table tbody tr:not(.row-focus):hover td {
629
+ color: black !important;
630
+ background-color: rgb(240.618852459, 246.3831967213, 254.881147541);
909
631
  }
910
- div.coer-textarea .background-border-gray {
911
- background-color: #6c757d !important;
912
- border-color: #6c757d !important;
632
+ div.coer-grid table tbody tr td {
633
+ border: 0px !important;
634
+ padding: 5px !important;
635
+ vertical-align: middle !important;
636
+ white-space: break-spaces;
637
+ text-overflow: ellipsis;
638
+ overflow: hidden;
639
+ min-height: 31px !important;
913
640
  }
914
- div.coer-textarea .border-gray {
915
- border-color: #6c757d !important;
641
+ div.coer-grid table tbody tr.row-focus td {
642
+ background-color: rgb(205.2114754098, 225.1680327869, 254.5885245902);
916
643
  }
917
- div.coer-textarea .text-green {
918
- color: #198754 !important;
644
+ div.coer-grid table tbody tr td.coer-textbox,
645
+ div.coer-grid table tbody tr td.coer-numberbox,
646
+ div.coer-grid table tbody tr td.coer-selectbox {
647
+ padding: 0px !important;
648
+ overflow: visible !important;
919
649
  }
920
- div.coer-textarea .text-green-bold {
921
- color: #198754 !important;
922
- font-weight: bold !important;
650
+ div.coer-grid table tbody tr td.default-cell {
651
+ cursor: pointer !important;
923
652
  }
924
- div.coer-textarea .background-green {
925
- background-color: #198754 !important;
653
+ div.coer-grid table thead tr th.action-button,
654
+ div.coer-grid table thead tr td.action-button,
655
+ div.coer-grid table thead tr th.check-box,
656
+ div.coer-grid table thead tr td.check-box,
657
+ div.coer-grid table tbody tr th.action-button,
658
+ div.coer-grid table tbody tr td.action-button,
659
+ div.coer-grid table tbody tr th.check-box table tbody tr td.check-box {
660
+ text-align: center !important;
661
+ cursor: default !important;
662
+ min-width: 40px !important;
663
+ max-width: 40px !important;
664
+ width: 40px !important;
665
+ padding: 0px !important;
926
666
  }
927
- div.coer-textarea .background-border-green {
928
- background-color: #198754 !important;
929
- border-color: #198754 !important;
667
+ div.coer-grid footer.grid-footer {
668
+ display: flex;
669
+ align-items: center;
670
+ justify-content: space-between;
671
+ font-size: small;
672
+ color: #999999;
673
+ padding-top: 5px;
930
674
  }
931
- div.coer-textarea .border-green {
932
- border-color: #198754 !important;
675
+ div.coer-grid section.grid-container {
676
+ position: relative;
677
+ overflow: auto;
933
678
  }
934
- div.coer-textarea .text-yellow {
935
- color: #ffc107 !important;
679
+ div.coer-grid div.loading,
680
+ div.coer-grid div.no-data {
681
+ position: absolute;
682
+ display: flex;
683
+ align-items: center;
684
+ justify-content: center;
685
+ width: 100%;
686
+ height: 100%;
687
+ font-size: 25px;
688
+ color: gray;
936
689
  }
937
- div.coer-textarea .text-yellow-bold {
938
- color: #ffc107 !important;
939
- font-weight: bold !important;
690
+ div.coer-grid div.loading {
691
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
692
+ flex-direction: column !important;
693
+ gap: 10px !important;
940
694
  }
941
- div.coer-textarea .background-yellow {
942
- background-color: #ffc107 !important;
695
+ div.coer-grid div.loading span.fa-fade {
696
+ position: relative !important;
697
+ top: 50px !important;
943
698
  }
944
- div.coer-textarea .background-border-yellow {
945
- background-color: #ffc107 !important;
946
- border-color: #ffc107 !important;
699
+ div.coer-grid tr.loading {
700
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
947
701
  }
948
- div.coer-textarea .border-yellow {
949
- border-color: #ffc107 !important;
702
+ div.coer-grid div.loading i.spinner-border {
703
+ color: var(--orange) !important;
704
+ width: 70px !important;
705
+ height: 70px !important;
706
+ font-size: 20px !important;
707
+ position: absolute !important;
950
708
  }
951
- div.coer-textarea .text-red {
952
- color: #dc3545 !important;
709
+ div.coer-grid td.check-box div.spinner-border-container {
710
+ position: absolute;
711
+ transform: translate(7px, -19px);
953
712
  }
954
- div.coer-textarea .text-red-bold {
955
- color: #dc3545 !important;
956
- font-weight: bold !important;
713
+ div.coer-grid td.check-box div.spinner-border-container i.spinner-border {
714
+ width: 15px !important;
715
+ height: 15px !important;
716
+ color: var(--orange) !important;
957
717
  }
958
- div.coer-textarea .background-red {
959
- background-color: #dc3545 !important;
718
+ div.coer-grid table thead tr th.check-box > div,
719
+ div.coer-grid table tbody tr td.check-box > div {
720
+ display: flex;
721
+ align-items: center;
722
+ justify-content: center;
723
+ cursor: default !important;
960
724
  }
961
- div.coer-textarea .background-border-red {
962
- background-color: #dc3545 !important;
963
- border-color: #dc3545 !important;
725
+ div.coer-grid input.form-check-input {
726
+ box-shadow: none !important;
727
+ margin: 0px;
964
728
  }
965
- div.coer-textarea .border-red {
966
- border-color: #dc3545 !important;
729
+ div.coer-grid input[type=checkbox] {
730
+ cursor: pointer !important;
967
731
  }
968
- div.coer-textarea .text-white {
969
- color: #f5f5f5 !important;
732
+ div.coer-grid td.group {
733
+ padding: 0px !important;
734
+ margin: 0px !important;
970
735
  }
971
- div.coer-textarea .text-white-bold {
972
- color: #f5f5f5 !important;
973
- font-weight: bold !important;
736
+ div.coer-grid td.group > * {
737
+ border-top: 1px solid var(--gray) !important;
738
+ border-bottom: 1px solid var(--gray) !important;
739
+ padding: 0px !important;
740
+ margin: 0px !important;
974
741
  }
975
- div.coer-textarea .background-white {
976
- background-color: #f5f5f5 !important;
742
+ div.coer-grid .template,
743
+ div.coer-grid .template div {
744
+ white-space: nowrap !important;
745
+ display: flex !important;
746
+ align-items: center !important;
747
+ cursor: pointer !important;
748
+ gap: 5px !important;
749
+ width: 100%;
977
750
  }
978
- div.coer-textarea .background-border-white {
979
- background-color: #f5f5f5 !important;
980
- border-color: #f5f5f5 !important;
751
+
752
+ div.coer-list header {
753
+ align-items: center;
754
+ justify-content: flex-end;
755
+ padding-right: 10px;
756
+ margin: 0px;
981
757
  }
982
- div.coer-textarea .border-white {
983
- border-color: #f5f5f5 !important;
758
+ div.coer-list header h6 {
759
+ display: flex;
760
+ align-items: center;
761
+ gap: 10px;
762
+ min-height: 40px;
763
+ max-height: 40px;
764
+ margin-top: 5px;
765
+ margin-bottom: 5px;
984
766
  }
985
- div.coer-textarea .text-black {
986
- color: #252525 !important;
767
+ div.coer-list header > div {
768
+ display: flex;
769
+ align-items: baseline;
770
+ position: relative;
771
+ z-index: 1;
987
772
  }
988
- div.coer-textarea .text-black-bold {
989
- color: #252525 !important;
990
- font-weight: bold !important;
773
+ div.coer-list ul.coer-list {
774
+ width: 100%;
775
+ border: solid 1px #ccc;
776
+ display: block;
777
+ background: white;
778
+ border-radius: 4px;
779
+ overflow: auto;
991
780
  }
992
- div.coer-textarea .background-black {
993
- background-color: #252525 !important;
781
+ div.coer-list li.coer-list-box {
782
+ padding: 10px 10px;
783
+ border-bottom: solid 1px #ccc;
784
+ color: rgba(0, 0, 0, 0.87);
785
+ display: flex;
786
+ flex-direction: row;
787
+ align-items: center;
788
+ justify-content: space-between;
789
+ box-sizing: border-box;
790
+ background: white;
791
+ font-size: 14px;
994
792
  }
995
- div.coer-textarea .background-border-black {
996
- background-color: #252525 !important;
997
- border-color: #252525 !important;
793
+ div.coer-list li.coer-list-box div.coer-list-content {
794
+ width: 100%;
795
+ display: flex;
796
+ align-items: center;
797
+ justify-content: space-between;
798
+ }
799
+ div.coer-list .cdk-drag-preview {
800
+ box-sizing: border-box;
801
+ border-radius: 4px;
802
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
803
+ }
804
+ div.coer-list .cdk-drag-animating {
805
+ transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
806
+ }
807
+ div.coer-list .coer-list-box:last-child {
808
+ border: none;
809
+ }
810
+ div.coer-list .coer-list.cdk-drop-list-dragging .coer-list-box:not(.cdk-drag-placeholder) {
811
+ transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
812
+ }
813
+ div.coer-list div.coer-list-placeholder {
814
+ background: #ccc;
815
+ border: dotted 3px #999;
816
+ min-height: 40px;
817
+ transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
818
+ }
819
+ div.coer-list div.cdk-drag-placeholder,
820
+ div.coer-list ul.cdk-drop-list-dragging,
821
+ div.coer-list ul.cdk-drop-list-dragging * {
822
+ cursor: grabbing;
823
+ }
824
+ div.coer-list div.loading,
825
+ div.coer-list div.no-data {
826
+ position: absolute;
827
+ display: flex;
828
+ align-items: center;
829
+ justify-content: center;
830
+ width: 100%;
831
+ height: 100%;
832
+ font-size: 25px;
833
+ color: gray;
834
+ z-index: 1;
835
+ }
836
+ div.coer-list div.loading {
837
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
838
+ flex-direction: column !important;
839
+ gap: 10px !important;
840
+ }
841
+ div.coer-list div.loading span.fa-fade {
842
+ position: relative !important;
998
843
  }
999
- div.coer-textarea .border-black {
1000
- border-color: #252525 !important;
844
+
845
+ .modal-dialog {
846
+ margin: auto !important;
847
+ height: 100vh;
1001
848
  }
1002
- div.coer-textarea .text-orange {
1003
- color: #fd6031 !important;
849
+
850
+ .modal-header {
851
+ padding: 8px 16px !important;
1004
852
  }
1005
- div.coer-textarea .text-orange-bold {
1006
- color: #fd6031 !important;
853
+
854
+ .modal-title {
1007
855
  font-weight: bold !important;
856
+ font-size: 17px !important;
857
+ }
858
+
859
+ .modal-body {
860
+ padding-top: 16px !important;
861
+ padding-bottom: 0px !important;
862
+ min-width: 60px !important;
1008
863
  }
1009
- div.coer-textarea .background-orange {
1010
- background-color: #fd6031 !important;
864
+
865
+ div.coer-filebox .modal-body {
866
+ padding: 0px !important;
1011
867
  }
1012
- div.coer-textarea .background-border-orange {
1013
- background-color: #fd6031 !important;
1014
- border-color: #fd6031 !important;
868
+
869
+ .modal-footer {
870
+ border: none !important;
871
+ display: flex !important;
872
+ align-items: flex-end !important;
873
+ justify-content: flex-end !important;
874
+ max-height: 64px !important;
875
+ min-height: 64px !important;
876
+ gap: 10px !important;
1015
877
  }
1016
- div.coer-textarea .border-orange {
1017
- border-color: #fd6031 !important;
878
+
879
+ .btn-close:focus {
880
+ box-shadow: none !important;
1018
881
  }
1019
- div.coer-textarea .text-transparent {
1020
- color: transparent !important;
882
+
883
+ div.modal-backdrop {
884
+ z-index: 0 !important;
1021
885
  }
1022
- div.coer-textarea .background-transparent {
1023
- background-color: transparent !important;
886
+
887
+ aside.modal div.backdrop {
888
+ width: 100vw;
889
+ height: 100vh;
890
+ position: fixed;
891
+ top: 0px;
892
+ left: 0px;
893
+ background-color: rgba(0, 0, 0, 0.3568627451);
894
+ z-index: 1500;
1024
895
  }
1025
- div.coer-textarea .border-transparent {
1026
- border-color: transparent !important;
896
+
897
+ div.modal-content {
898
+ z-index: 1501;
899
+ overflow: visible !important;
1027
900
  }
1028
- div.coer-textarea mat-form-field {
901
+
902
+ div.coer-number-box mat-form-field {
1029
903
  position: relative !important;
1030
904
  }
1031
- 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 {
905
+ div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
906
+ height: 40px !important;
907
+ }
908
+ 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 {
1032
909
  width: 100% !important;
910
+ height: 40px !important;
1033
911
  padding: 0px !important;
1034
912
  }
1035
- 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 {
913
+ 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 {
1036
914
  overflow: visible !important;
1037
915
  position: absolute !important;
1038
916
  top: 20px !important;
1039
917
  }
1040
- 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 {
1041
- color: #fd6031;
918
+ 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 {
919
+ color: var(--orange);
1042
920
  font-weight: bold;
1043
921
  position: relative;
1044
922
  left: -10px;
1045
923
  top: 2px;
1046
924
  }
1047
- 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 {
925
+ 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 {
1048
926
  font-weight: normal !important;
1049
927
  font-size: 17px !important;
1050
- color: #252525 !important;
1051
- min-height: 80px;
928
+ color: var(--black) !important;
1052
929
  }
1053
- div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
1054
- div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::before,
1055
- div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::after {
1056
- border-bottom-color: #fd6031 !important;
930
+ 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 {
931
+ caret-color: transparent !important;
1057
932
  }
1058
- div.coer-textarea mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
933
+ div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
934
+ 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,
935
+ 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 {
936
+ border-bottom-color: var(--orange) !important;
937
+ }
938
+ div.coer-number-box mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
1059
939
  height: 0px !important;
1060
940
  }
1061
- div.coer-textarea mat-form-field span.icon-container {
941
+ div.coer-number-box mat-form-field span.icon-container {
1062
942
  position: absolute !important;
1063
943
  top: 1px !important;
1064
944
  right: -14px !important;
@@ -1069,241 +949,148 @@ div.coer-textarea mat-form-field span.icon-container {
1069
949
  align-items: center;
1070
950
  justify-content: center;
1071
951
  }
1072
- div.coer-textarea mat-form-field span.icon-container i {
952
+ div.coer-number-box mat-form-field span.icon-container i {
1073
953
  font-size: 20px !important;
1074
954
  }
1075
- div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-xmark,
1076
- div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
1077
- color: #caced1 !important;
955
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-xmark,
956
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
957
+ color: rgb(202.1566523605, 205.9613733906, 209.3433476395) !important;
1078
958
  cursor: pointer !important;
1079
959
  }
1080
- div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
1081
- div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
1082
- color: #6c757d !important;
960
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
961
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
962
+ color: rgb(107.976360515, 116.9743905579, 124.972639485) !important;
1083
963
  }
1084
- div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-circle-check {
1085
- color: #198754 !important;
964
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-circle-check {
965
+ color: var(--green) !important;
1086
966
  }
1087
- div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
1088
- color: #dc3545 !important;
967
+ div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
968
+ color: var(--red) !important;
1089
969
  }
1090
- div.coer-textarea mat-form-field span.placeholder {
970
+ div.coer-number-box mat-form-field span.placeholder {
1091
971
  width: calc(100% + 32px) !important;
1092
- height: 100% !important;
972
+ height: 40px !important;
1093
973
  position: absolute !important;
1094
974
  z-index: 1 !important;
1095
975
  top: 0px !important;
1096
976
  left: -16px !important;
1097
- cursor: wait !important;
1098
977
  }
1099
- div.coer-textarea mat-form-field .placeholder, div.coer-textarea mat-form-field .placeholder *,
1100
- div.coer-textarea mat-form-field .placeholder-glow, div.coer-textarea mat-form-field .placeholder-glow * {
978
+ div.coer-number-box mat-form-field .placeholder, div.coer-number-box mat-form-field .placeholder *,
979
+ div.coer-number-box mat-form-field .placeholder-glow, div.coer-number-box mat-form-field .placeholder-glow * {
1101
980
  cursor: wait !important;
1102
981
  }
1103
- div.coer-textarea footer {
1104
- padding-top: 2px;
1105
- text-align: right;
1106
- font-size: 10px;
1107
- color: #6c757d;
1108
- }
1109
- div.coer-textarea mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
982
+ div.coer-number-box mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
1110
983
  background-color: rgba(187, 187, 187, 0.5137254902) !important;
1111
984
  }
1112
985
 
1113
- div.coer-select-box {
1114
- position: relative !important;
986
+ coer-grid table tbody tr td.coer-numberbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field {
987
+ background-color: transparent !important;
988
+ padding-left: 9px !important;
989
+ padding-right: 9px !important;
1115
990
  }
1116
- div.coer-select-box * {
1117
- --blue: #0d6efd;
1118
- --gray: #6c757d;
1119
- --green: #198754;
1120
- --yellow: #ffc107;
1121
- --red: #dc3545;
1122
- --white: #f5f5f5;
1123
- --black: #252525;
1124
- --orange: #fd6031;
1125
- --purple: #a615bc;
991
+ coer-grid table tbody tr td.coer-numberbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple,
992
+ 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,
993
+ 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 {
994
+ border-bottom-color: transparent !important;
1126
995
  }
1127
- div.coer-select-box .text-blue {
1128
- color: #0d6efd !important;
996
+ 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 {
997
+ height: 28px !important;
1129
998
  }
1130
- div.coer-select-box .text-blue-bold {
1131
- color: #0d6efd !important;
1132
- font-weight: bold !important;
999
+ 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 {
1000
+ height: 28px !important;
1133
1001
  }
1134
- div.coer-select-box .background-blue {
1135
- background-color: #0d6efd !important;
1002
+ 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 {
1003
+ margin-top: 3px !important;
1004
+ font-size: 14px !important;
1136
1005
  }
1137
- div.coer-select-box .background-border-blue {
1138
- background-color: #0d6efd !important;
1139
- border-color: #0d6efd !important;
1006
+ coer-grid table tbody tr td.coer-numberbox mat-form-field span.icon-container {
1007
+ transform: translate(-5px, -6px) !important;
1140
1008
  }
1141
- div.coer-select-box .border-blue {
1142
- border-color: #0d6efd !important;
1009
+
1010
+ header.coer-page-title {
1011
+ margin: 15px 30px 0px 30px;
1143
1012
  }
1144
- div.coer-select-box .text-gray {
1145
- color: #6c757d !important;
1013
+ header.coer-page-title h2 {
1014
+ margin: 0px 0px 10px 0px;
1015
+ display: flex;
1016
+ align-items: center;
1017
+ justify-content: space-between;
1018
+ height: 20px;
1019
+ font-size: 20px;
1146
1020
  }
1147
- div.coer-select-box .text-gray-bold {
1148
- color: #6c757d !important;
1149
- font-weight: bold !important;
1021
+ header.coer-page-title h2 span {
1022
+ font-size: 20px !important;
1150
1023
  }
1151
- div.coer-select-box .background-gray {
1152
- background-color: #6c757d !important;
1024
+ header.coer-page-title nav {
1025
+ height: 25px;
1026
+ font-size: small;
1027
+ background-color: whitesmoke;
1028
+ display: flex;
1029
+ align-items: center;
1030
+ justify-content: space-between;
1153
1031
  }
1154
- div.coer-select-box .background-border-gray {
1155
- background-color: #6c757d !important;
1156
- border-color: #6c757d !important;
1032
+ header.coer-page-title ol, header.coer-page-title a, header.coer-page-title .bi-info-circle {
1033
+ margin: 0px;
1034
+ padding-left: 5px;
1035
+ text-decoration: none;
1036
+ color: var(--blue) !important;
1037
+ font-weight: normal !important;
1038
+ cursor: pointer !important;
1157
1039
  }
1158
- div.coer-select-box .border-gray {
1159
- border-color: #6c757d !important;
1040
+ header.coer-page-title ol::selection, header.coer-page-title a::selection {
1041
+ background-color: transparent !important;
1160
1042
  }
1161
- div.coer-select-box .text-green {
1162
- color: #198754 !important;
1043
+ header.coer-page-title li {
1044
+ border: none;
1163
1045
  }
1164
- div.coer-select-box .text-green-bold {
1165
- color: #198754 !important;
1166
- font-weight: bold !important;
1046
+ header.coer-page-title li.list-group-item a {
1047
+ color: var(--orange) !important;
1167
1048
  }
1168
- div.coer-select-box .background-green {
1169
- background-color: #198754 !important;
1049
+ header.coer-page-title button {
1050
+ border: none;
1051
+ outline: none;
1052
+ background-color: transparent;
1053
+ padding-right: 8px;
1170
1054
  }
1171
- div.coer-select-box .background-border-green {
1172
- background-color: #198754 !important;
1173
- border-color: #198754 !important;
1055
+
1056
+ div.coer-select-box {
1057
+ position: relative !important;
1174
1058
  }
1175
- div.coer-select-box .border-green {
1176
- border-color: #198754 !important;
1059
+ div.coer-select-box mat-form-field {
1060
+ position: relative !important;
1177
1061
  }
1178
- div.coer-select-box .text-yellow {
1179
- color: #ffc107 !important;
1062
+ div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
1063
+ height: 40px !important;
1180
1064
  }
1181
- div.coer-select-box .text-yellow-bold {
1182
- color: #ffc107 !important;
1183
- font-weight: bold !important;
1065
+ 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 {
1066
+ width: 100% !important;
1067
+ height: 40px !important;
1068
+ padding: 0px !important;
1184
1069
  }
1185
- div.coer-select-box .background-yellow {
1186
- background-color: #ffc107 !important;
1070
+ 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 {
1071
+ overflow: visible !important;
1072
+ position: absolute !important;
1073
+ top: 20px !important;
1187
1074
  }
1188
- div.coer-select-box .background-border-yellow {
1189
- background-color: #ffc107 !important;
1190
- border-color: #ffc107 !important;
1075
+ 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 {
1076
+ color: var(--orange);
1077
+ font-weight: bold;
1078
+ position: relative;
1079
+ left: -10px;
1080
+ top: 2px;
1191
1081
  }
1192
- div.coer-select-box .border-yellow {
1193
- border-color: #ffc107 !important;
1082
+ 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 {
1083
+ font-weight: normal !important;
1084
+ font-size: 17px !important;
1085
+ color: var(--black) !important;
1194
1086
  }
1195
- div.coer-select-box .text-red {
1196
- color: #dc3545 !important;
1087
+ div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
1088
+ 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,
1089
+ 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 {
1090
+ border-bottom-color: var(--orange) !important;
1197
1091
  }
1198
- div.coer-select-box .text-red-bold {
1199
- color: #dc3545 !important;
1200
- font-weight: bold !important;
1201
- }
1202
- div.coer-select-box .background-red {
1203
- background-color: #dc3545 !important;
1204
- }
1205
- div.coer-select-box .background-border-red {
1206
- background-color: #dc3545 !important;
1207
- border-color: #dc3545 !important;
1208
- }
1209
- div.coer-select-box .border-red {
1210
- border-color: #dc3545 !important;
1211
- }
1212
- div.coer-select-box .text-white {
1213
- color: #f5f5f5 !important;
1214
- }
1215
- div.coer-select-box .text-white-bold {
1216
- color: #f5f5f5 !important;
1217
- font-weight: bold !important;
1218
- }
1219
- div.coer-select-box .background-white {
1220
- background-color: #f5f5f5 !important;
1221
- }
1222
- div.coer-select-box .background-border-white {
1223
- background-color: #f5f5f5 !important;
1224
- border-color: #f5f5f5 !important;
1225
- }
1226
- div.coer-select-box .border-white {
1227
- border-color: #f5f5f5 !important;
1228
- }
1229
- div.coer-select-box .text-black {
1230
- color: #252525 !important;
1231
- }
1232
- div.coer-select-box .text-black-bold {
1233
- color: #252525 !important;
1234
- font-weight: bold !important;
1235
- }
1236
- div.coer-select-box .background-black {
1237
- background-color: #252525 !important;
1238
- }
1239
- div.coer-select-box .background-border-black {
1240
- background-color: #252525 !important;
1241
- border-color: #252525 !important;
1242
- }
1243
- div.coer-select-box .border-black {
1244
- border-color: #252525 !important;
1245
- }
1246
- div.coer-select-box .text-orange {
1247
- color: #fd6031 !important;
1248
- }
1249
- div.coer-select-box .text-orange-bold {
1250
- color: #fd6031 !important;
1251
- font-weight: bold !important;
1252
- }
1253
- div.coer-select-box .background-orange {
1254
- background-color: #fd6031 !important;
1255
- }
1256
- div.coer-select-box .background-border-orange {
1257
- background-color: #fd6031 !important;
1258
- border-color: #fd6031 !important;
1259
- }
1260
- div.coer-select-box .border-orange {
1261
- border-color: #fd6031 !important;
1262
- }
1263
- div.coer-select-box .text-transparent {
1264
- color: transparent !important;
1265
- }
1266
- div.coer-select-box .background-transparent {
1267
- background-color: transparent !important;
1268
- }
1269
- div.coer-select-box .border-transparent {
1270
- border-color: transparent !important;
1271
- }
1272
- div.coer-select-box mat-form-field {
1273
- position: relative !important;
1274
- }
1275
- div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
1276
- height: 40px !important;
1277
- }
1278
- 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 {
1279
- width: 100% !important;
1280
- height: 40px !important;
1281
- padding: 0px !important;
1282
- }
1283
- 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 {
1284
- overflow: visible !important;
1285
- position: absolute !important;
1286
- top: 20px !important;
1287
- }
1288
- 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 {
1289
- color: #fd6031;
1290
- font-weight: bold;
1291
- position: relative;
1292
- left: -10px;
1293
- top: 2px;
1294
- }
1295
- 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 {
1296
- font-weight: normal !important;
1297
- font-size: 17px !important;
1298
- color: #252525 !important;
1299
- }
1300
- div.coer-select-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
1301
- 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,
1302
- 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 {
1303
- border-bottom-color: #fd6031 !important;
1304
- }
1305
- div.coer-select-box mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
1306
- height: 0px !important;
1092
+ div.coer-select-box mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
1093
+ height: 0px !important;
1307
1094
  }
1308
1095
  div.coer-select-box mat-form-field span.icon-container {
1309
1096
  position: absolute !important;
@@ -1321,18 +1108,18 @@ div.coer-select-box mat-form-field span.icon-container i {
1321
1108
  }
1322
1109
  div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-xmark,
1323
1110
  div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
1324
- color: #caced1 !important;
1111
+ color: rgb(202.1566523605, 205.9613733906, 209.3433476395) !important;
1325
1112
  cursor: pointer !important;
1326
1113
  }
1327
1114
  div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
1328
1115
  div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
1329
- color: #6c757d !important;
1116
+ color: rgb(107.976360515, 116.9743905579, 124.972639485) !important;
1330
1117
  }
1331
1118
  div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-circle-check {
1332
- color: #198754 !important;
1119
+ color: var(--green) !important;
1333
1120
  }
1334
1121
  div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
1335
- color: #dc3545 !important;
1122
+ color: var(--red) !important;
1336
1123
  }
1337
1124
  div.coer-select-box mat-form-field span.icon-container i.fa-solid.fa-xmark {
1338
1125
  font-size: 22px !important;
@@ -1373,7 +1160,7 @@ div.coer-select-box .dropdown-divider {
1373
1160
  div.coer-select-box ul.dropdown-menu li:not(.dropdown-item-focus):hover,
1374
1161
  div.coer-select-box ul.dropdown-menu li > div:not(.dropdown-item-focus):hover {
1375
1162
  color: black !important;
1376
- background-color: #f1f6ff !important;
1163
+ background-color: rgb(240.618852459, 246.3831967213, 254.881147541) !important;
1377
1164
  }
1378
1165
  div.coer-select-box ul.dropdown-menu li:last-child hr.dropdown-divider,
1379
1166
  div.coer-select-box ul.dropdown-menu li:last-child hr.dropdown-divider:hover {
@@ -1386,7 +1173,7 @@ div.coer-select-box ul.dropdown-menu li div {
1386
1173
  height: 40px !important;
1387
1174
  }
1388
1175
  div.coer-select-box div.dropdown-item-focus {
1389
- background-color: #cde1ff;
1176
+ background-color: rgb(205.2114754098, 225.1680327869, 254.5885245902) !important;
1390
1177
  }
1391
1178
  div.coer-select-box mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
1392
1179
  background-color: rgba(187, 187, 187, 0.5137254902) !important;
@@ -1419,202 +1206,270 @@ coer-grid table tbody tr td.coer-selectbox div.coer-select-box .btn-group {
1419
1206
  top: 28px !important;
1420
1207
  }
1421
1208
 
1422
- div.coer-number-box * {
1423
- --blue: #0d6efd;
1424
- --gray: #6c757d;
1425
- --green: #198754;
1426
- --yellow: #ffc107;
1427
- --red: #dc3545;
1428
- --white: #f5f5f5;
1429
- --black: #252525;
1430
- --orange: #fd6031;
1431
- --purple: #a615bc;
1209
+ mat-drawer-container {
1210
+ height: calc(100vh - 45px) !important;
1432
1211
  }
1433
- div.coer-number-box .text-blue {
1434
- color: #0d6efd !important;
1212
+ mat-drawer-container .margin-left-40px {
1213
+ margin-left: 40px !important;
1435
1214
  }
1436
- div.coer-number-box .text-blue-bold {
1437
- color: #0d6efd !important;
1438
- font-weight: bold !important;
1215
+ mat-drawer-container mat-drawer {
1216
+ width: auto;
1217
+ min-width: 200px;
1218
+ background-color: var(--black) !important;
1219
+ z-index: 1 !important;
1439
1220
  }
1440
- div.coer-number-box .background-blue {
1441
- background-color: #0d6efd !important;
1221
+ mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar {
1222
+ width: 1px !important;
1442
1223
  }
1443
- div.coer-number-box .background-border-blue {
1444
- background-color: #0d6efd !important;
1445
- border-color: #0d6efd !important;
1224
+ mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar-thumb {
1225
+ background-color: var(--gray) !important;
1226
+ border-radius: 5px !important;
1446
1227
  }
1447
- div.coer-number-box .border-blue {
1448
- border-color: #0d6efd !important;
1228
+ mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar-thumb:hover {
1229
+ background-color: var(--gray) !important;
1449
1230
  }
1450
- div.coer-number-box .text-gray {
1451
- color: #6c757d !important;
1231
+ mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar-thumb:active {
1232
+ background-color: var(--white) !important;
1452
1233
  }
1453
- div.coer-number-box .text-gray-bold {
1454
- color: #6c757d !important;
1455
- font-weight: bold !important;
1234
+ mat-drawer-container mat-drawer i {
1235
+ font-size: 16px !important;
1456
1236
  }
1457
- div.coer-number-box .background-gray {
1458
- background-color: #6c757d !important;
1237
+ mat-drawer-container mat-drawer div.separator {
1238
+ border: 0.5px solid rgba(245, 245, 245, 0.041) !important;
1459
1239
  }
1460
- div.coer-number-box .background-border-gray {
1461
- background-color: #6c757d !important;
1462
- border-color: #6c757d !important;
1240
+ mat-drawer-container mat-drawer-content {
1241
+ margin-right: 0px !important;
1463
1242
  }
1464
- div.coer-number-box .border-gray {
1465
- border-color: #6c757d !important;
1243
+ mat-drawer-container mat-drawer-content aside.side-nav {
1244
+ background-color: var(--black) !important;
1245
+ width: 40px !important;
1246
+ position: fixed !important;
1247
+ left: 0px !important;
1248
+ top: 45px !important;
1249
+ bottom: 0px !important;
1250
+ cursor: pointer !important;
1466
1251
  }
1467
- div.coer-number-box .text-green {
1468
- color: #198754 !important;
1252
+ mat-drawer-container mat-drawer-content aside.side-nav span.icon-container {
1253
+ width: 100% !important;
1254
+ height: 49.6px !important;
1255
+ display: flex !important;
1256
+ align-items: center !important;
1257
+ justify-content: center !important;
1258
+ font-size: 16px !important;
1259
+ border-bottom: 1px solid rgba(245, 245, 245, 0.041) !important;
1260
+ color: var(--white);
1469
1261
  }
1470
- div.coer-number-box .text-green-bold {
1471
- color: #198754 !important;
1472
- font-weight: bold !important;
1262
+ mat-drawer-container mat-drawer-content aside.side-nav span.icon-container:hover {
1263
+ background-color: rgb(47.2, 47.2, 47.2) !important;
1473
1264
  }
1474
- div.coer-number-box .background-green {
1475
- background-color: #198754 !important;
1265
+ mat-drawer-container mat-drawer-content aside.side-nav span.icon-container.active-link {
1266
+ color: var(--orange) !important;
1476
1267
  }
1477
- div.coer-number-box .background-border-green {
1478
- background-color: #198754 !important;
1479
- border-color: #198754 !important;
1268
+ mat-drawer-container div.backdrop {
1269
+ position: absolute !important;
1270
+ top: 0px !important;
1271
+ left: 0px !important;
1272
+ right: 0px !important;
1273
+ bottom: 0px !important;
1274
+ background-color: rgba(0, 0, 0, 0.3568627451) !important;
1275
+ z-index: 1500 !important;
1480
1276
  }
1481
- div.coer-number-box .border-green {
1482
- border-color: #198754 !important;
1277
+
1278
+ mat-nav-list.coer-menu-option {
1279
+ padding: 0px !important;
1483
1280
  }
1484
- div.coer-number-box .text-yellow {
1485
- color: #ffc107 !important;
1281
+ mat-nav-list.coer-menu-option div, mat-nav-list.coer-menu-option span {
1282
+ font-size: 16px !important;
1283
+ font-family: sans-serif !important;
1284
+ font-weight: bold;
1486
1285
  }
1487
- div.coer-number-box .text-yellow-bold {
1488
- color: #ffc107 !important;
1489
- font-weight: bold !important;
1286
+ mat-nav-list.coer-menu-option mat-list-item {
1287
+ padding: 0px 35px 0px 10px !important;
1288
+ display: inline-flex !important;
1289
+ height: 48px !important;
1290
+ color: var(--white);
1490
1291
  }
1491
- div.coer-number-box .background-yellow {
1492
- background-color: #ffc107 !important;
1292
+ mat-nav-list.coer-menu-option mat-list-item span.icon-container {
1293
+ display: inline-flex !important;
1294
+ align-items: center !important;
1295
+ justify-content: center !important;
1296
+ height: 48px !important;
1297
+ min-width: 20px !important;
1298
+ max-width: 20px !important;
1299
+ color: var(--white);
1493
1300
  }
1494
- div.coer-number-box .background-border-yellow {
1495
- background-color: #ffc107 !important;
1496
- border-color: #ffc107 !important;
1301
+ mat-nav-list.coer-menu-option mat-list-item span.label-container {
1302
+ justify-content: flex-start !important;
1303
+ display: inline-flex !important;
1304
+ height: auto !important;
1305
+ margin-left: 10px !important;
1306
+ color: var(--white);
1497
1307
  }
1498
- div.coer-number-box .border-yellow {
1499
- border-color: #ffc107 !important;
1308
+ mat-nav-list.coer-menu-option mat-list-item span.icon-container.active-link,
1309
+ mat-nav-list.coer-menu-option mat-list-item span.label-container.active-link {
1310
+ color: var(--orange) !important;
1500
1311
  }
1501
- div.coer-number-box .text-red {
1502
- color: #dc3545 !important;
1312
+ mat-nav-list.coer-menu-option mat-list-item:hover {
1313
+ background-color: rgb(47.2, 47.2, 47.2) !important;
1503
1314
  }
1504
- div.coer-number-box .text-red-bold {
1505
- color: #dc3545 !important;
1506
- font-weight: bold !important;
1315
+
1316
+ mat-accordion.coer-tree-accordion div, mat-accordion.coer-tree-accordion span {
1317
+ font-size: 16px !important;
1318
+ font-family: sans-serif !important;
1319
+ font-weight: bold;
1507
1320
  }
1508
- div.coer-number-box .background-red {
1509
- background-color: #dc3545 !important;
1321
+ mat-accordion.coer-tree-accordion mat-expansion-panel {
1322
+ background-color: var(--black) !important;
1323
+ box-shadow: none !important;
1324
+ border-radius: 0px !important;
1510
1325
  }
1511
- div.coer-number-box .background-border-red {
1512
- background-color: #dc3545 !important;
1513
- border-color: #dc3545 !important;
1326
+ mat-accordion.coer-tree-accordion mat-expansion-panel div.mat-expansion-panel-body {
1327
+ padding: 0px !important;
1514
1328
  }
1515
- div.coer-number-box .border-red {
1516
- border-color: #dc3545 !important;
1329
+ mat-accordion.coer-tree-accordion mat-expansion-panel div.separator {
1330
+ border: 0.5px solid rgba(245, 245, 245, 0.041) !important;
1517
1331
  }
1518
- div.coer-number-box .text-white {
1519
- color: #f5f5f5 !important;
1332
+ mat-accordion.coer-tree-accordion mat-expansion-panel span::selection {
1333
+ background-color: transparent !important;
1520
1334
  }
1521
- div.coer-number-box .text-white-bold {
1522
- color: #f5f5f5 !important;
1523
- font-weight: bold !important;
1335
+ mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header {
1336
+ padding: 0px 10px;
1337
+ height: 48px !important;
1524
1338
  }
1525
- div.coer-number-box .background-white {
1526
- background-color: #f5f5f5 !important;
1339
+ mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header span.mat-expansion-indicator {
1340
+ width: 10px !important;
1341
+ margin-left: 15px !important;
1527
1342
  }
1528
- div.coer-number-box .background-border-white {
1529
- background-color: #f5f5f5 !important;
1530
- border-color: #f5f5f5 !important;
1343
+ mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header span.mat-expansion-indicator::after {
1344
+ color: var(--white) !important;
1531
1345
  }
1532
- div.coer-number-box .border-white {
1533
- border-color: #f5f5f5 !important;
1346
+ mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header mat-panel-description {
1347
+ margin-right: 0px !important;
1534
1348
  }
1535
- div.coer-number-box .text-black {
1536
- color: #252525 !important;
1349
+ mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header mat-panel-description span.icon-container {
1350
+ height: 48px !important;
1351
+ min-width: 20px !important;
1352
+ max-width: 20px !important;
1353
+ display: flex !important;
1354
+ align-items: center !important;
1355
+ justify-content: center !important;
1356
+ color: var(--white);
1537
1357
  }
1538
- div.coer-number-box .text-black-bold {
1539
- color: #252525 !important;
1540
- font-weight: bold !important;
1358
+ mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header mat-panel-description span.label-container {
1359
+ height: 48px !important;
1360
+ margin-left: 10px !important;
1361
+ display: flex !important;
1362
+ align-items: center !important;
1363
+ color: var(--white);
1541
1364
  }
1542
- div.coer-number-box .background-black {
1543
- background-color: #252525 !important;
1365
+ mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header.text-orange span.mat-expansion-indicator::after {
1366
+ color: var(--orange) !important;
1544
1367
  }
1545
- div.coer-number-box .background-border-black {
1546
- background-color: #252525 !important;
1547
- border-color: #252525 !important;
1368
+ mat-accordion.coer-tree-accordion mat-expansion-panel mat-expansion-panel-header:not(.background-orange):hover {
1369
+ background-color: rgb(47.2, 47.2, 47.2) !important;
1548
1370
  }
1549
- div.coer-number-box .border-black {
1550
- border-color: #252525 !important;
1371
+
1372
+ div.coer-switch {
1373
+ height: 40px;
1374
+ display: flex !important;
1375
+ align-items: center !important;
1376
+ position: relative !important;
1551
1377
  }
1552
- div.coer-number-box .text-orange {
1553
- color: #fd6031 !important;
1378
+ div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field button div.mdc-switch__track::after {
1379
+ background-color: var(--orange) !important;
1380
+ filter: opacity(0.6) !important;
1554
1381
  }
1555
- div.coer-number-box .text-orange-bold {
1556
- color: #fd6031 !important;
1557
- font-weight: bold !important;
1382
+ div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field button div.mdc-switch__handle-track div.mdc-switch__ripple {
1383
+ width: 30px !important;
1384
+ height: 30px !important;
1558
1385
  }
1559
- div.coer-number-box .background-orange {
1560
- background-color: #fd6031 !important;
1386
+ 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 {
1387
+ background-color: var(--orange) !important;
1388
+ border-radius: 20px !important;
1561
1389
  }
1562
- div.coer-number-box .background-border-orange {
1563
- background-color: #fd6031 !important;
1564
- border-color: #fd6031 !important;
1390
+ div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field label,
1391
+ div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field label::selection {
1392
+ font-weight: normal;
1393
+ background-color: transparent !important;
1394
+ font-size: 17px !important;
1565
1395
  }
1566
- div.coer-number-box .border-orange {
1567
- border-color: #fd6031 !important;
1396
+ div.coer-switch .placeholder {
1397
+ display: flex !important;
1398
+ height: 27px !important;
1568
1399
  }
1569
- div.coer-number-box .text-transparent {
1570
- color: transparent !important;
1400
+ div.coer-switch .placeholder, div.coer-switch .placeholder *,
1401
+ div.coer-switch .placeholder-glow, div.coer-switch .placeholder-glow * {
1402
+ cursor: wait !important;
1571
1403
  }
1572
- div.coer-number-box .background-transparent {
1573
- background-color: transparent !important;
1404
+
1405
+ coer-grid div.coer-switch {
1406
+ height: 20px !important;
1407
+ justify-content: center !important;
1574
1408
  }
1575
- div.coer-number-box .border-transparent {
1576
- border-color: transparent !important;
1409
+
1410
+ div.coer-tab mat-tab-group mat-tab-header.mat-mdc-tab-header {
1411
+ background-color: rgba(245, 245, 245, 0.384) !important;
1412
+ border-bottom: 1px solid whitesmoke !important;
1577
1413
  }
1578
- div.coer-number-box mat-form-field {
1579
- position: relative !important;
1414
+ 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 {
1415
+ padding: 0px !important;
1416
+ height: 35px !important;
1580
1417
  }
1581
- div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
1582
- height: 40px !important;
1418
+ 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 * {
1419
+ color: var(--orange) !important;
1420
+ border-color: var(--orange) !important;
1583
1421
  }
1584
- 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 {
1585
- width: 100% !important;
1586
- height: 40px !important;
1587
- padding: 0px !important;
1422
+ div.coer-tab mat-tab-group mat-tab-header.mat-mdc-tab-header span.tab {
1423
+ padding: 10px 20px !important;
1588
1424
  }
1589
- 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 {
1425
+ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper {
1590
1426
  overflow: visible !important;
1591
- position: absolute !important;
1592
- top: 20px !important;
1593
1427
  }
1594
- 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 {
1595
- color: #fd6031;
1428
+ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body {
1429
+ overflow: visible !important;
1430
+ }
1431
+ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc-tab-body-content {
1432
+ width: auto !important;
1433
+ overflow: visible !important;
1434
+ }
1435
+ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc-tab-body-content div.tab-content {
1436
+ padding: 5px;
1437
+ }
1438
+
1439
+ div.coer-textarea mat-form-field {
1440
+ position: relative !important;
1441
+ }
1442
+ 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 {
1443
+ width: 100% !important;
1444
+ padding: 0px !important;
1445
+ }
1446
+ 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 {
1447
+ overflow: visible !important;
1448
+ position: absolute !important;
1449
+ top: 20px !important;
1450
+ }
1451
+ 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 {
1452
+ color: var(--orange);
1596
1453
  font-weight: bold;
1597
1454
  position: relative;
1598
1455
  left: -10px;
1599
1456
  top: 2px;
1600
1457
  }
1601
- 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 {
1458
+ 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 {
1602
1459
  font-weight: normal !important;
1603
1460
  font-size: 17px !important;
1604
- color: #252525 !important;
1605
- }
1606
- 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 {
1607
- caret-color: transparent !important;
1461
+ color: var(--black) !important;
1462
+ min-height: 80px;
1608
1463
  }
1609
- div.coer-number-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
1610
- 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,
1611
- 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 {
1612
- border-bottom-color: #fd6031 !important;
1464
+ div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
1465
+ div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::before,
1466
+ div.coer-textarea mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active::after {
1467
+ border-bottom-color: var(--orange) !important;
1613
1468
  }
1614
- div.coer-number-box mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
1469
+ div.coer-textarea mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
1615
1470
  height: 0px !important;
1616
1471
  }
1617
- div.coer-number-box mat-form-field span.icon-container {
1472
+ div.coer-textarea mat-form-field span.icon-container {
1618
1473
  position: absolute !important;
1619
1474
  top: 1px !important;
1620
1475
  right: -14px !important;
@@ -1625,1821 +1480,260 @@ div.coer-number-box mat-form-field span.icon-container {
1625
1480
  align-items: center;
1626
1481
  justify-content: center;
1627
1482
  }
1628
- div.coer-number-box mat-form-field span.icon-container i {
1483
+ div.coer-textarea mat-form-field span.icon-container i {
1629
1484
  font-size: 20px !important;
1630
1485
  }
1631
- div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-xmark,
1632
- div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
1633
- color: #caced1 !important;
1486
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-xmark,
1487
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
1488
+ color: rgb(202.1566523605, 205.9613733906, 209.3433476395) !important;
1634
1489
  cursor: pointer !important;
1635
1490
  }
1636
- div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
1637
- div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
1638
- color: #6c757d !important;
1491
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
1492
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
1493
+ color: rgb(107.976360515, 116.9743905579, 124.972639485) !important;
1639
1494
  }
1640
- div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-circle-check {
1641
- color: #198754 !important;
1495
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-circle-check {
1496
+ color: var(--green) !important;
1642
1497
  }
1643
- div.coer-number-box mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
1644
- color: #dc3545 !important;
1498
+ div.coer-textarea mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
1499
+ color: var(--red) !important;
1645
1500
  }
1646
- div.coer-number-box mat-form-field span.placeholder {
1501
+ div.coer-textarea mat-form-field span.placeholder {
1647
1502
  width: calc(100% + 32px) !important;
1648
- height: 40px !important;
1503
+ height: 100% !important;
1649
1504
  position: absolute !important;
1650
1505
  z-index: 1 !important;
1651
1506
  top: 0px !important;
1652
1507
  left: -16px !important;
1508
+ cursor: wait !important;
1653
1509
  }
1654
- div.coer-number-box mat-form-field .placeholder, div.coer-number-box mat-form-field .placeholder *,
1655
- div.coer-number-box mat-form-field .placeholder-glow, div.coer-number-box mat-form-field .placeholder-glow * {
1510
+ div.coer-textarea mat-form-field .placeholder, div.coer-textarea mat-form-field .placeholder *,
1511
+ div.coer-textarea mat-form-field .placeholder-glow, div.coer-textarea mat-form-field .placeholder-glow * {
1656
1512
  cursor: wait !important;
1657
1513
  }
1658
- div.coer-number-box mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
1514
+ div.coer-textarea footer {
1515
+ padding-top: 2px;
1516
+ text-align: right;
1517
+ font-size: 10px;
1518
+ color: var(--gray);
1519
+ }
1520
+ div.coer-textarea mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
1659
1521
  background-color: rgba(187, 187, 187, 0.5137254902) !important;
1660
1522
  }
1661
1523
 
1662
- coer-grid table tbody tr td.coer-numberbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field {
1663
- background-color: transparent !important;
1664
- padding-left: 9px !important;
1665
- padding-right: 9px !important;
1666
- }
1667
- coer-grid table tbody tr td.coer-numberbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple,
1668
- 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,
1669
- 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 {
1670
- border-bottom-color: transparent !important;
1671
- }
1672
- 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 {
1673
- height: 28px !important;
1674
- }
1675
- 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 {
1676
- height: 28px !important;
1677
- }
1678
- 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 {
1679
- margin-top: 3px !important;
1680
- font-size: 14px !important;
1681
- }
1682
- coer-grid table tbody tr td.coer-numberbox mat-form-field span.icon-container {
1683
- transform: translate(-5px, -6px) !important;
1524
+ div.coer-text-box {
1525
+ display: flex;
1526
+ align-items: center;
1684
1527
  }
1685
-
1686
- div.coer-switch {
1687
- height: 40px;
1688
- display: flex !important;
1689
- align-items: center !important;
1528
+ div.coer-text-box mat-form-field {
1690
1529
  position: relative !important;
1691
1530
  }
1692
- div.coer-switch * {
1693
- --blue: #0d6efd;
1694
- --gray: #6c757d;
1695
- --green: #198754;
1696
- --yellow: #ffc107;
1697
- --red: #dc3545;
1698
- --white: #f5f5f5;
1699
- --black: #252525;
1700
- --orange: #fd6031;
1701
- --purple: #a615bc;
1702
- }
1703
- div.coer-switch .text-blue {
1704
- color: #0d6efd !important;
1705
- }
1706
- div.coer-switch .text-blue-bold {
1707
- color: #0d6efd !important;
1708
- font-weight: bold !important;
1709
- }
1710
- div.coer-switch .background-blue {
1711
- background-color: #0d6efd !important;
1712
- }
1713
- div.coer-switch .background-border-blue {
1714
- background-color: #0d6efd !important;
1715
- border-color: #0d6efd !important;
1716
- }
1717
- div.coer-switch .border-blue {
1718
- border-color: #0d6efd !important;
1719
- }
1720
- div.coer-switch .text-gray {
1721
- color: #6c757d !important;
1722
- }
1723
- div.coer-switch .text-gray-bold {
1724
- color: #6c757d !important;
1725
- font-weight: bold !important;
1726
- }
1727
- div.coer-switch .background-gray {
1728
- background-color: #6c757d !important;
1729
- }
1730
- div.coer-switch .background-border-gray {
1731
- background-color: #6c757d !important;
1732
- border-color: #6c757d !important;
1733
- }
1734
- div.coer-switch .border-gray {
1735
- border-color: #6c757d !important;
1736
- }
1737
- div.coer-switch .text-green {
1738
- color: #198754 !important;
1739
- }
1740
- div.coer-switch .text-green-bold {
1741
- color: #198754 !important;
1742
- font-weight: bold !important;
1743
- }
1744
- div.coer-switch .background-green {
1745
- background-color: #198754 !important;
1746
- }
1747
- div.coer-switch .background-border-green {
1748
- background-color: #198754 !important;
1749
- border-color: #198754 !important;
1750
- }
1751
- div.coer-switch .border-green {
1752
- border-color: #198754 !important;
1753
- }
1754
- div.coer-switch .text-yellow {
1755
- color: #ffc107 !important;
1756
- }
1757
- div.coer-switch .text-yellow-bold {
1758
- color: #ffc107 !important;
1759
- font-weight: bold !important;
1760
- }
1761
- div.coer-switch .background-yellow {
1762
- background-color: #ffc107 !important;
1763
- }
1764
- div.coer-switch .background-border-yellow {
1765
- background-color: #ffc107 !important;
1766
- border-color: #ffc107 !important;
1767
- }
1768
- div.coer-switch .border-yellow {
1769
- border-color: #ffc107 !important;
1770
- }
1771
- div.coer-switch .text-red {
1772
- color: #dc3545 !important;
1773
- }
1774
- div.coer-switch .text-red-bold {
1775
- color: #dc3545 !important;
1776
- font-weight: bold !important;
1531
+ div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mat-mdc-form-field-flex {
1532
+ height: 40px !important;
1777
1533
  }
1778
- div.coer-switch .background-red {
1779
- background-color: #dc3545 !important;
1534
+ 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 {
1535
+ width: 100% !important;
1536
+ height: 40px !important;
1537
+ padding: 0px !important;
1780
1538
  }
1781
- div.coer-switch .background-border-red {
1782
- background-color: #dc3545 !important;
1783
- border-color: #dc3545 !important;
1539
+ 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 {
1540
+ overflow: visible !important;
1541
+ position: absolute !important;
1542
+ top: 20px !important;
1784
1543
  }
1785
- div.coer-switch .border-red {
1786
- border-color: #dc3545 !important;
1544
+ 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 {
1545
+ color: var(--orange);
1546
+ font-weight: bold;
1547
+ position: relative;
1548
+ left: -10px;
1549
+ top: 2px;
1787
1550
  }
1788
- div.coer-switch .text-white {
1789
- color: #f5f5f5 !important;
1551
+ 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 {
1552
+ font-weight: normal !important;
1553
+ font-size: 17px !important;
1554
+ color: var(--black) !important;
1790
1555
  }
1791
- div.coer-switch .text-white-bold {
1792
- color: #f5f5f5 !important;
1793
- font-weight: bold !important;
1556
+ div.coer-text-box mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple.mdc-line-ripple--active,
1557
+ 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,
1558
+ 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 {
1559
+ border-bottom-color: var(--orange) !important;
1794
1560
  }
1795
- div.coer-switch .background-white {
1796
- background-color: #f5f5f5 !important;
1561
+ div.coer-text-box mat-form-field div.mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
1562
+ height: 0px !important;
1797
1563
  }
1798
- div.coer-switch .background-border-white {
1799
- background-color: #f5f5f5 !important;
1800
- border-color: #f5f5f5 !important;
1564
+ div.coer-text-box mat-form-field span.icon-container {
1565
+ position: absolute !important;
1566
+ top: 1px !important;
1567
+ right: -14px !important;
1568
+ z-index: 5 !important;
1569
+ width: 30px;
1570
+ height: 40px;
1571
+ display: flex;
1572
+ align-items: center;
1573
+ justify-content: center;
1801
1574
  }
1802
- div.coer-switch .border-white {
1803
- border-color: #f5f5f5 !important;
1575
+ div.coer-text-box mat-form-field span.icon-container i {
1576
+ font-size: 20px !important;
1804
1577
  }
1805
- div.coer-switch .text-black {
1806
- color: #252525 !important;
1578
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-xmark,
1579
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass {
1580
+ color: rgb(202.1566523605, 205.9613733906, 209.3433476395) !important;
1581
+ cursor: pointer !important;
1807
1582
  }
1808
- div.coer-switch .text-black-bold {
1809
- color: #252525 !important;
1810
- font-weight: bold !important;
1583
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-xmark:hover,
1584
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-magnifying-glass:hover {
1585
+ color: rgb(107.976360515, 116.9743905579, 124.972639485) !important;
1811
1586
  }
1812
- div.coer-switch .background-black {
1813
- background-color: #252525 !important;
1587
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-circle-check {
1588
+ color: var(--green) !important;
1814
1589
  }
1815
- div.coer-switch .background-border-black {
1816
- background-color: #252525 !important;
1817
- border-color: #252525 !important;
1590
+ div.coer-text-box mat-form-field span.icon-container i.fa-solid.fa-circle-exclamation {
1591
+ color: var(--red) !important;
1818
1592
  }
1819
- div.coer-switch .border-black {
1820
- border-color: #252525 !important;
1593
+ div.coer-text-box mat-form-field span.placeholder {
1594
+ width: calc(100% + 32px) !important;
1595
+ height: 40px !important;
1596
+ position: absolute !important;
1597
+ z-index: 1 !important;
1598
+ top: 0px !important;
1599
+ left: -16px !important;
1600
+ cursor: wait !important;
1821
1601
  }
1822
- div.coer-switch .text-orange {
1823
- color: #fd6031 !important;
1602
+ div.coer-text-box mat-form-field .placeholder, div.coer-text-box mat-form-field .placeholder *,
1603
+ div.coer-text-box mat-form-field .placeholder-glow, div.coer-text-box mat-form-field .placeholder-glow * {
1604
+ cursor: wait !important;
1824
1605
  }
1825
- div.coer-switch .text-orange-bold {
1826
- color: #fd6031 !important;
1827
- font-weight: bold !important;
1606
+ div.coer-text-box mat-form-field.readonly div.mat-mdc-text-field-wrapper.mdc-text-field {
1607
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
1828
1608
  }
1829
- div.coer-switch .background-orange {
1830
- background-color: #fd6031 !important;
1609
+ div.coer-text-box div.button-container {
1610
+ width: 40px !important;
1611
+ height: 40px !important;
1612
+ display: flex !important;
1613
+ align-items: center !important;
1614
+ justify-content: center !important;
1615
+ background-color: rgb(229.517167382, 231.3519313305, 232.982832618) !important;
1831
1616
  }
1832
- div.coer-switch .background-border-orange {
1833
- background-color: #fd6031 !important;
1834
- border-color: #fd6031 !important;
1617
+
1618
+ coer-grid table tbody tr td.coer-textbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field {
1619
+ background-color: transparent !important;
1620
+ padding-left: 9px !important;
1621
+ padding-right: 9px !important;
1835
1622
  }
1836
- div.coer-switch .border-orange {
1837
- border-color: #fd6031 !important;
1623
+ coer-grid table tbody tr td.coer-textbox mat-form-field div.mat-mdc-text-field-wrapper.mdc-text-field div.mdc-line-ripple,
1624
+ 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,
1625
+ 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 {
1626
+ border-bottom-color: transparent !important;
1838
1627
  }
1839
- div.coer-switch .text-transparent {
1840
- color: transparent !important;
1628
+ 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 {
1629
+ height: 28px !important;
1841
1630
  }
1842
- div.coer-switch .background-transparent {
1843
- background-color: transparent !important;
1631
+ 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 {
1632
+ height: 28px !important;
1844
1633
  }
1845
- div.coer-switch .border-transparent {
1846
- border-color: transparent !important;
1634
+ 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 {
1635
+ margin-top: 3px !important;
1636
+ font-size: 14px !important;
1847
1637
  }
1848
- div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field button div.mdc-switch__track::after {
1849
- background-color: #fd6031 !important;
1850
- filter: opacity(0.6) !important;
1638
+ coer-grid table tbody tr td.coer-textbox mat-form-field span.icon-container {
1639
+ transform: translate(-5px, -6px) !important;
1851
1640
  }
1852
- div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field button div.mdc-switch__handle-track div.mdc-switch__ripple {
1853
- width: 30px !important;
1854
- height: 30px !important;
1641
+
1642
+ aside.toast-container {
1643
+ position: fixed;
1644
+ bottom: 0px;
1645
+ right: 0px;
1646
+ padding: 15px !important;
1647
+ z-index: 2000 !important;
1855
1648
  }
1856
- 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 {
1857
- background-color: #fd6031 !important;
1858
- border-radius: 20px !important;
1649
+ aside.toast-container i, aside.toast-container svg {
1650
+ display: flex;
1651
+ align-items: center;
1859
1652
  }
1860
- div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field label,
1861
- div.coer-switch mat-slide-toggle div.mdc-form-field.mat-internal-form-field label::selection {
1862
- font-weight: normal;
1863
- background-color: transparent !important;
1864
- font-size: 17px !important;
1653
+ aside.toast-container strong {
1654
+ margin: 0px auto 0px 5px;
1865
1655
  }
1866
- div.coer-switch .placeholder {
1867
- display: flex !important;
1868
- height: 27px !important;
1869
- }
1870
- div.coer-switch .placeholder, div.coer-switch .placeholder *,
1871
- div.coer-switch .placeholder-glow, div.coer-switch .placeholder-glow * {
1872
- cursor: wait !important;
1873
- }
1874
-
1875
- coer-grid div.coer-switch {
1876
- height: 20px !important;
1877
- justify-content: center !important;
1878
- }
1879
-
1880
- div.coer-checkbox * {
1881
- --blue: #0d6efd;
1882
- --gray: #6c757d;
1883
- --green: #198754;
1884
- --yellow: #ffc107;
1885
- --red: #dc3545;
1886
- --white: #f5f5f5;
1887
- --black: #252525;
1888
- --orange: #fd6031;
1889
- --purple: #a615bc;
1890
- }
1891
- div.coer-checkbox .text-blue {
1892
- color: #0d6efd !important;
1893
- }
1894
- div.coer-checkbox .text-blue-bold {
1895
- color: #0d6efd !important;
1896
- font-weight: bold !important;
1897
- }
1898
- div.coer-checkbox .background-blue {
1899
- background-color: #0d6efd !important;
1900
- }
1901
- div.coer-checkbox .background-border-blue {
1902
- background-color: #0d6efd !important;
1903
- border-color: #0d6efd !important;
1904
- }
1905
- div.coer-checkbox .border-blue {
1906
- border-color: #0d6efd !important;
1907
- }
1908
- div.coer-checkbox .text-gray {
1909
- color: #6c757d !important;
1910
- }
1911
- div.coer-checkbox .text-gray-bold {
1912
- color: #6c757d !important;
1913
- font-weight: bold !important;
1914
- }
1915
- div.coer-checkbox .background-gray {
1916
- background-color: #6c757d !important;
1917
- }
1918
- div.coer-checkbox .background-border-gray {
1919
- background-color: #6c757d !important;
1920
- border-color: #6c757d !important;
1921
- }
1922
- div.coer-checkbox .border-gray {
1923
- border-color: #6c757d !important;
1924
- }
1925
- div.coer-checkbox .text-green {
1926
- color: #198754 !important;
1927
- }
1928
- div.coer-checkbox .text-green-bold {
1929
- color: #198754 !important;
1930
- font-weight: bold !important;
1931
- }
1932
- div.coer-checkbox .background-green {
1933
- background-color: #198754 !important;
1934
- }
1935
- div.coer-checkbox .background-border-green {
1936
- background-color: #198754 !important;
1937
- border-color: #198754 !important;
1938
- }
1939
- div.coer-checkbox .border-green {
1940
- border-color: #198754 !important;
1941
- }
1942
- div.coer-checkbox .text-yellow {
1943
- color: #ffc107 !important;
1944
- }
1945
- div.coer-checkbox .text-yellow-bold {
1946
- color: #ffc107 !important;
1947
- font-weight: bold !important;
1948
- }
1949
- div.coer-checkbox .background-yellow {
1950
- background-color: #ffc107 !important;
1951
- }
1952
- div.coer-checkbox .background-border-yellow {
1953
- background-color: #ffc107 !important;
1954
- border-color: #ffc107 !important;
1955
- }
1956
- div.coer-checkbox .border-yellow {
1957
- border-color: #ffc107 !important;
1958
- }
1959
- div.coer-checkbox .text-red {
1960
- color: #dc3545 !important;
1961
- }
1962
- div.coer-checkbox .text-red-bold {
1963
- color: #dc3545 !important;
1964
- font-weight: bold !important;
1965
- }
1966
- div.coer-checkbox .background-red {
1967
- background-color: #dc3545 !important;
1968
- }
1969
- div.coer-checkbox .background-border-red {
1970
- background-color: #dc3545 !important;
1971
- border-color: #dc3545 !important;
1972
- }
1973
- div.coer-checkbox .border-red {
1974
- border-color: #dc3545 !important;
1975
- }
1976
- div.coer-checkbox .text-white {
1977
- color: #f5f5f5 !important;
1978
- }
1979
- div.coer-checkbox .text-white-bold {
1980
- color: #f5f5f5 !important;
1981
- font-weight: bold !important;
1982
- }
1983
- div.coer-checkbox .background-white {
1984
- background-color: #f5f5f5 !important;
1985
- }
1986
- div.coer-checkbox .background-border-white {
1987
- background-color: #f5f5f5 !important;
1988
- border-color: #f5f5f5 !important;
1989
- }
1990
- div.coer-checkbox .border-white {
1991
- border-color: #f5f5f5 !important;
1992
- }
1993
- div.coer-checkbox .text-black {
1994
- color: #252525 !important;
1995
- }
1996
- div.coer-checkbox .text-black-bold {
1997
- color: #252525 !important;
1998
- font-weight: bold !important;
1999
- }
2000
- div.coer-checkbox .background-black {
2001
- background-color: #252525 !important;
2002
- }
2003
- div.coer-checkbox .background-border-black {
2004
- background-color: #252525 !important;
2005
- border-color: #252525 !important;
2006
- }
2007
- div.coer-checkbox .border-black {
2008
- border-color: #252525 !important;
2009
- }
2010
- div.coer-checkbox .text-orange {
2011
- color: #fd6031 !important;
2012
- }
2013
- div.coer-checkbox .text-orange-bold {
2014
- color: #fd6031 !important;
2015
- font-weight: bold !important;
2016
- }
2017
- div.coer-checkbox .background-orange {
2018
- background-color: #fd6031 !important;
2019
- }
2020
- div.coer-checkbox .background-border-orange {
2021
- background-color: #fd6031 !important;
2022
- border-color: #fd6031 !important;
2023
- }
2024
- div.coer-checkbox .border-orange {
2025
- border-color: #fd6031 !important;
2026
- }
2027
- div.coer-checkbox .text-transparent {
2028
- color: transparent !important;
2029
- }
2030
- div.coer-checkbox .background-transparent {
2031
- background-color: transparent !important;
2032
- }
2033
- div.coer-checkbox .border-transparent {
2034
- border-color: transparent !important;
2035
- }
2036
- div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox {
2037
- padding: 10px !important;
2038
- }
2039
- div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__background {
2040
- background-color: #f5f5f5 !important;
2041
- border-radius: 5px !important;
2042
- }
2043
- div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__ripple {
2044
- width: 30px !important;
2045
- height: 30px !important;
2046
- top: 5px !important;
2047
- left: 5px !important;
2048
- }
2049
- 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 * {
2050
- display: none !important;
2051
- }
2052
- div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field label.mdc-label {
2053
- padding-top: 3px !important;
2054
- padding-left: 0px !important;
2055
- }
2056
- div.coer-checkbox mat-checkbox div.mdc-form-field.mat-internal-form-field label.mdc-label::selection {
2057
- background-color: transparent !important;
2058
- }
2059
- div.coer-checkbox mat-checkbox.mat-mdc-checkbox-checked div.mdc-form-field.mat-internal-form-field div.mdc-checkbox div.mdc-checkbox__background {
2060
- background-color: #fd6031 !important;
2061
- border-color: #fd6031 !important;
2062
- }
2063
-
2064
- coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox,
2065
- 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 {
2066
- padding: 0px !important;
2067
- }
2068
- 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,
2069
- 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 {
2070
- top: 8px !important;
2071
- width: 39px !important;
2072
- height: 30px !important;
2073
- }
2074
- coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field div.mdc-checkbox input,
2075
- 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 {
2076
- display: none !important;
2077
- }
2078
- 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,
2079
- 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 {
2080
- top: -7px !important;
2081
- left: -6px !important;
2082
- }
2083
- 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,
2084
- 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 {
2085
- transform: translate(0px, -1px) !important;
2086
- position: static !important;
2087
- }
2088
- coer-grid table tbody tr td.check-box mat-checkbox div.mdc-form-field.mat-internal-form-field label.mdc-label,
2089
- 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 {
2090
- display: none !important;
2091
- }
2092
-
2093
- div.coer-tab * {
2094
- --blue: #0d6efd;
2095
- --gray: #6c757d;
2096
- --green: #198754;
2097
- --yellow: #ffc107;
2098
- --red: #dc3545;
2099
- --white: #f5f5f5;
2100
- --black: #252525;
2101
- --orange: #fd6031;
2102
- --purple: #a615bc;
2103
- }
2104
- div.coer-tab .text-blue {
2105
- color: #0d6efd !important;
2106
- }
2107
- div.coer-tab .text-blue-bold {
2108
- color: #0d6efd !important;
2109
- font-weight: bold !important;
2110
- }
2111
- div.coer-tab .background-blue {
2112
- background-color: #0d6efd !important;
2113
- }
2114
- div.coer-tab .background-border-blue {
2115
- background-color: #0d6efd !important;
2116
- border-color: #0d6efd !important;
2117
- }
2118
- div.coer-tab .border-blue {
2119
- border-color: #0d6efd !important;
2120
- }
2121
- div.coer-tab .text-gray {
2122
- color: #6c757d !important;
2123
- }
2124
- div.coer-tab .text-gray-bold {
2125
- color: #6c757d !important;
2126
- font-weight: bold !important;
2127
- }
2128
- div.coer-tab .background-gray {
2129
- background-color: #6c757d !important;
2130
- }
2131
- div.coer-tab .background-border-gray {
2132
- background-color: #6c757d !important;
2133
- border-color: #6c757d !important;
2134
- }
2135
- div.coer-tab .border-gray {
2136
- border-color: #6c757d !important;
2137
- }
2138
- div.coer-tab .text-green {
2139
- color: #198754 !important;
2140
- }
2141
- div.coer-tab .text-green-bold {
2142
- color: #198754 !important;
2143
- font-weight: bold !important;
2144
- }
2145
- div.coer-tab .background-green {
2146
- background-color: #198754 !important;
2147
- }
2148
- div.coer-tab .background-border-green {
2149
- background-color: #198754 !important;
2150
- border-color: #198754 !important;
2151
- }
2152
- div.coer-tab .border-green {
2153
- border-color: #198754 !important;
2154
- }
2155
- div.coer-tab .text-yellow {
2156
- color: #ffc107 !important;
2157
- }
2158
- div.coer-tab .text-yellow-bold {
2159
- color: #ffc107 !important;
2160
- font-weight: bold !important;
2161
- }
2162
- div.coer-tab .background-yellow {
2163
- background-color: #ffc107 !important;
2164
- }
2165
- div.coer-tab .background-border-yellow {
2166
- background-color: #ffc107 !important;
2167
- border-color: #ffc107 !important;
2168
- }
2169
- div.coer-tab .border-yellow {
2170
- border-color: #ffc107 !important;
2171
- }
2172
- div.coer-tab .text-red {
2173
- color: #dc3545 !important;
2174
- }
2175
- div.coer-tab .text-red-bold {
2176
- color: #dc3545 !important;
2177
- font-weight: bold !important;
2178
- }
2179
- div.coer-tab .background-red {
2180
- background-color: #dc3545 !important;
2181
- }
2182
- div.coer-tab .background-border-red {
2183
- background-color: #dc3545 !important;
2184
- border-color: #dc3545 !important;
2185
- }
2186
- div.coer-tab .border-red {
2187
- border-color: #dc3545 !important;
2188
- }
2189
- div.coer-tab .text-white {
2190
- color: #f5f5f5 !important;
2191
- }
2192
- div.coer-tab .text-white-bold {
2193
- color: #f5f5f5 !important;
2194
- font-weight: bold !important;
2195
- }
2196
- div.coer-tab .background-white {
2197
- background-color: #f5f5f5 !important;
2198
- }
2199
- div.coer-tab .background-border-white {
2200
- background-color: #f5f5f5 !important;
2201
- border-color: #f5f5f5 !important;
2202
- }
2203
- div.coer-tab .border-white {
2204
- border-color: #f5f5f5 !important;
2205
- }
2206
- div.coer-tab .text-black {
2207
- color: #252525 !important;
2208
- }
2209
- div.coer-tab .text-black-bold {
2210
- color: #252525 !important;
2211
- font-weight: bold !important;
2212
- }
2213
- div.coer-tab .background-black {
2214
- background-color: #252525 !important;
2215
- }
2216
- div.coer-tab .background-border-black {
2217
- background-color: #252525 !important;
2218
- border-color: #252525 !important;
2219
- }
2220
- div.coer-tab .border-black {
2221
- border-color: #252525 !important;
2222
- }
2223
- div.coer-tab .text-orange {
2224
- color: #fd6031 !important;
2225
- }
2226
- div.coer-tab .text-orange-bold {
2227
- color: #fd6031 !important;
2228
- font-weight: bold !important;
2229
- }
2230
- div.coer-tab .background-orange {
2231
- background-color: #fd6031 !important;
2232
- }
2233
- div.coer-tab .background-border-orange {
2234
- background-color: #fd6031 !important;
2235
- border-color: #fd6031 !important;
2236
- }
2237
- div.coer-tab .border-orange {
2238
- border-color: #fd6031 !important;
2239
- }
2240
- div.coer-tab .text-transparent {
2241
- color: transparent !important;
2242
- }
2243
- div.coer-tab .background-transparent {
2244
- background-color: transparent !important;
2245
- }
2246
- div.coer-tab .border-transparent {
2247
- border-color: transparent !important;
2248
- }
2249
- div.coer-tab mat-tab-group mat-tab-header.mat-mdc-tab-header {
2250
- background-color: rgba(245, 245, 245, 0.384) !important;
2251
- border-bottom: 1px solid whitesmoke !important;
2252
- }
2253
- 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 {
2254
- padding: 0px !important;
2255
- height: 35px !important;
2256
- }
2257
- 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 * {
2258
- color: #fd6031 !important;
2259
- border-color: #fd6031 !important;
2260
- }
2261
- div.coer-tab mat-tab-group mat-tab-header.mat-mdc-tab-header span.tab {
2262
- padding: 10px 20px !important;
2263
- }
2264
- div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper {
2265
- overflow: visible !important;
2266
- }
2267
- div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body {
2268
- overflow: visible !important;
2269
- }
2270
- div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc-tab-body-content {
2271
- width: auto !important;
2272
- overflow: visible !important;
2273
- }
2274
- div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc-tab-body-content div.tab-content {
2275
- padding: 5px;
2276
- }
2277
-
2278
- div.coer-list header {
2279
- align-items: center;
2280
- justify-content: flex-end;
2281
- padding-right: 10px;
2282
- margin: 0px;
2283
- }
2284
- div.coer-list header h6 {
2285
- display: flex;
2286
- align-items: center;
2287
- gap: 10px;
2288
- min-height: 40px;
2289
- max-height: 40px;
2290
- margin-top: 5px;
2291
- margin-bottom: 5px;
2292
- }
2293
- div.coer-list header > div {
2294
- display: flex;
2295
- align-items: baseline;
2296
- position: relative;
2297
- z-index: 1;
2298
- }
2299
- div.coer-list ul.coer-list {
2300
- width: 100%;
2301
- border: solid 1px #ccc;
2302
- display: block;
2303
- background: white;
2304
- border-radius: 4px;
2305
- overflow: auto;
2306
- }
2307
- div.coer-list li.coer-list-box {
2308
- padding: 10px 10px;
2309
- border-bottom: solid 1px #ccc;
2310
- color: rgba(0, 0, 0, 0.87);
2311
- display: flex;
2312
- flex-direction: row;
2313
- align-items: center;
2314
- justify-content: space-between;
2315
- box-sizing: border-box;
2316
- background: white;
2317
- font-size: 14px;
2318
- }
2319
- div.coer-list li.coer-list-box div.coer-list-content {
2320
- width: 100%;
2321
- display: flex;
2322
- align-items: center;
2323
- justify-content: space-between;
2324
- }
2325
- div.coer-list .cdk-drag-preview {
2326
- box-sizing: border-box;
2327
- border-radius: 4px;
2328
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2329
- }
2330
- div.coer-list .cdk-drag-animating {
2331
- transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
2332
- }
2333
- div.coer-list .coer-list-box:last-child {
2334
- border: none;
2335
- }
2336
- div.coer-list .coer-list.cdk-drop-list-dragging .coer-list-box:not(.cdk-drag-placeholder) {
2337
- transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
2338
- }
2339
- div.coer-list div.coer-list-placeholder {
2340
- background: #ccc;
2341
- border: dotted 3px #999;
2342
- min-height: 40px;
2343
- transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
2344
- }
2345
- div.coer-list div.cdk-drag-placeholder,
2346
- div.coer-list ul.cdk-drop-list-dragging,
2347
- div.coer-list ul.cdk-drop-list-dragging * {
2348
- cursor: grabbing;
2349
- }
2350
- div.coer-list div.loading,
2351
- div.coer-list div.no-data {
2352
- position: absolute;
2353
- display: flex;
2354
- align-items: center;
2355
- justify-content: center;
2356
- width: 100%;
2357
- height: 100%;
2358
- font-size: 25px;
2359
- color: gray;
2360
- z-index: 1;
2361
- }
2362
- div.coer-list div.loading {
2363
- background-color: rgba(187, 187, 187, 0.5137254902) !important;
2364
- flex-direction: column !important;
2365
- gap: 10px !important;
2366
- }
2367
- div.coer-list div.loading span.fa-fade {
2368
- position: relative !important;
2369
- }
2370
-
2371
- .tooltip-inner {
2372
- min-width: 125px;
2373
- max-width: 250px;
2374
- min-height: 35px;
2375
- display: flex;
2376
- align-items: center;
2377
- justify-content: center;
2378
- word-break: break-word;
2379
- }
2380
-
2381
- header.coer-page-title {
2382
- margin: 15px 30px 0px 30px;
2383
- }
2384
- header.coer-page-title * {
2385
- --blue: #0d6efd;
2386
- --gray: #6c757d;
2387
- --green: #198754;
2388
- --yellow: #ffc107;
2389
- --red: #dc3545;
2390
- --white: #f5f5f5;
2391
- --black: #252525;
2392
- --orange: #fd6031;
2393
- --purple: #a615bc;
2394
- }
2395
- header.coer-page-title .text-blue {
2396
- color: #0d6efd !important;
2397
- }
2398
- header.coer-page-title .text-blue-bold {
2399
- color: #0d6efd !important;
2400
- font-weight: bold !important;
2401
- }
2402
- header.coer-page-title .background-blue {
2403
- background-color: #0d6efd !important;
2404
- }
2405
- header.coer-page-title .background-border-blue {
2406
- background-color: #0d6efd !important;
2407
- border-color: #0d6efd !important;
2408
- }
2409
- header.coer-page-title .border-blue {
2410
- border-color: #0d6efd !important;
2411
- }
2412
- header.coer-page-title .text-gray {
2413
- color: #6c757d !important;
2414
- }
2415
- header.coer-page-title .text-gray-bold {
2416
- color: #6c757d !important;
2417
- font-weight: bold !important;
2418
- }
2419
- header.coer-page-title .background-gray {
2420
- background-color: #6c757d !important;
2421
- }
2422
- header.coer-page-title .background-border-gray {
2423
- background-color: #6c757d !important;
2424
- border-color: #6c757d !important;
2425
- }
2426
- header.coer-page-title .border-gray {
2427
- border-color: #6c757d !important;
2428
- }
2429
- header.coer-page-title .text-green {
2430
- color: #198754 !important;
2431
- }
2432
- header.coer-page-title .text-green-bold {
2433
- color: #198754 !important;
2434
- font-weight: bold !important;
2435
- }
2436
- header.coer-page-title .background-green {
2437
- background-color: #198754 !important;
2438
- }
2439
- header.coer-page-title .background-border-green {
2440
- background-color: #198754 !important;
2441
- border-color: #198754 !important;
2442
- }
2443
- header.coer-page-title .border-green {
2444
- border-color: #198754 !important;
2445
- }
2446
- header.coer-page-title .text-yellow {
2447
- color: #ffc107 !important;
2448
- }
2449
- header.coer-page-title .text-yellow-bold {
2450
- color: #ffc107 !important;
2451
- font-weight: bold !important;
2452
- }
2453
- header.coer-page-title .background-yellow {
2454
- background-color: #ffc107 !important;
2455
- }
2456
- header.coer-page-title .background-border-yellow {
2457
- background-color: #ffc107 !important;
2458
- border-color: #ffc107 !important;
2459
- }
2460
- header.coer-page-title .border-yellow {
2461
- border-color: #ffc107 !important;
2462
- }
2463
- header.coer-page-title .text-red {
2464
- color: #dc3545 !important;
2465
- }
2466
- header.coer-page-title .text-red-bold {
2467
- color: #dc3545 !important;
2468
- font-weight: bold !important;
2469
- }
2470
- header.coer-page-title .background-red {
2471
- background-color: #dc3545 !important;
2472
- }
2473
- header.coer-page-title .background-border-red {
2474
- background-color: #dc3545 !important;
2475
- border-color: #dc3545 !important;
2476
- }
2477
- header.coer-page-title .border-red {
2478
- border-color: #dc3545 !important;
2479
- }
2480
- header.coer-page-title .text-white {
2481
- color: #f5f5f5 !important;
2482
- }
2483
- header.coer-page-title .text-white-bold {
2484
- color: #f5f5f5 !important;
2485
- font-weight: bold !important;
2486
- }
2487
- header.coer-page-title .background-white {
2488
- background-color: #f5f5f5 !important;
2489
- }
2490
- header.coer-page-title .background-border-white {
2491
- background-color: #f5f5f5 !important;
2492
- border-color: #f5f5f5 !important;
2493
- }
2494
- header.coer-page-title .border-white {
2495
- border-color: #f5f5f5 !important;
2496
- }
2497
- header.coer-page-title .text-black {
2498
- color: #252525 !important;
2499
- }
2500
- header.coer-page-title .text-black-bold {
2501
- color: #252525 !important;
2502
- font-weight: bold !important;
2503
- }
2504
- header.coer-page-title .background-black {
2505
- background-color: #252525 !important;
2506
- }
2507
- header.coer-page-title .background-border-black {
2508
- background-color: #252525 !important;
2509
- border-color: #252525 !important;
2510
- }
2511
- header.coer-page-title .border-black {
2512
- border-color: #252525 !important;
2513
- }
2514
- header.coer-page-title .text-orange {
2515
- color: #fd6031 !important;
2516
- }
2517
- header.coer-page-title .text-orange-bold {
2518
- color: #fd6031 !important;
2519
- font-weight: bold !important;
2520
- }
2521
- header.coer-page-title .background-orange {
2522
- background-color: #fd6031 !important;
2523
- }
2524
- header.coer-page-title .background-border-orange {
2525
- background-color: #fd6031 !important;
2526
- border-color: #fd6031 !important;
2527
- }
2528
- header.coer-page-title .border-orange {
2529
- border-color: #fd6031 !important;
2530
- }
2531
- header.coer-page-title .text-transparent {
2532
- color: transparent !important;
2533
- }
2534
- header.coer-page-title .background-transparent {
2535
- background-color: transparent !important;
2536
- }
2537
- header.coer-page-title .border-transparent {
2538
- border-color: transparent !important;
2539
- }
2540
- header.coer-page-title h2 {
2541
- margin: 0px 0px 10px 0px;
2542
- display: flex;
2543
- align-items: center;
2544
- justify-content: space-between;
2545
- height: 20px;
2546
- font-size: 20px;
2547
- }
2548
- header.coer-page-title h2 span {
2549
- font-size: 20px !important;
2550
- }
2551
- header.coer-page-title nav {
2552
- height: 25px;
2553
- font-size: small;
2554
- background-color: whitesmoke;
2555
- display: flex;
2556
- align-items: center;
2557
- justify-content: space-between;
2558
- }
2559
- header.coer-page-title ol, header.coer-page-title a, header.coer-page-title .bi-info-circle {
2560
- margin: 0px;
2561
- padding-left: 5px;
2562
- text-decoration: none;
2563
- color: #0d6efd !important;
2564
- font-weight: normal !important;
2565
- cursor: pointer !important;
2566
- }
2567
- header.coer-page-title ol::selection, header.coer-page-title a::selection {
2568
- background-color: transparent !important;
2569
- }
2570
- header.coer-page-title li {
2571
- border: none;
2572
- }
2573
- header.coer-page-title li.list-group-item a {
2574
- color: #fd6031 !important;
2575
- }
2576
- header.coer-page-title button {
2577
- border: none;
2578
- outline: none;
2579
- background-color: transparent;
2580
- padding-right: 8px;
2581
- }
2582
-
2583
- div.coer-grid * {
2584
- --blue: #0d6efd;
2585
- --gray: #6c757d;
2586
- --green: #198754;
2587
- --yellow: #ffc107;
2588
- --red: #dc3545;
2589
- --white: #f5f5f5;
2590
- --black: #252525;
2591
- --orange: #fd6031;
2592
- --purple: #a615bc;
2593
- }
2594
- div.coer-grid .text-blue {
2595
- color: #0d6efd !important;
2596
- }
2597
- div.coer-grid .text-blue-bold {
2598
- color: #0d6efd !important;
2599
- font-weight: bold !important;
2600
- }
2601
- div.coer-grid .background-blue {
2602
- background-color: #0d6efd !important;
2603
- }
2604
- div.coer-grid .background-border-blue {
2605
- background-color: #0d6efd !important;
2606
- border-color: #0d6efd !important;
2607
- }
2608
- div.coer-grid .border-blue {
2609
- border-color: #0d6efd !important;
2610
- }
2611
- div.coer-grid .text-gray {
2612
- color: #6c757d !important;
2613
- }
2614
- div.coer-grid .text-gray-bold {
2615
- color: #6c757d !important;
2616
- font-weight: bold !important;
2617
- }
2618
- div.coer-grid .background-gray {
2619
- background-color: #6c757d !important;
2620
- }
2621
- div.coer-grid .background-border-gray {
2622
- background-color: #6c757d !important;
2623
- border-color: #6c757d !important;
2624
- }
2625
- div.coer-grid .border-gray {
2626
- border-color: #6c757d !important;
2627
- }
2628
- div.coer-grid .text-green {
2629
- color: #198754 !important;
2630
- }
2631
- div.coer-grid .text-green-bold {
2632
- color: #198754 !important;
2633
- font-weight: bold !important;
2634
- }
2635
- div.coer-grid .background-green {
2636
- background-color: #198754 !important;
2637
- }
2638
- div.coer-grid .background-border-green {
2639
- background-color: #198754 !important;
2640
- border-color: #198754 !important;
2641
- }
2642
- div.coer-grid .border-green {
2643
- border-color: #198754 !important;
2644
- }
2645
- div.coer-grid .text-yellow {
2646
- color: #ffc107 !important;
2647
- }
2648
- div.coer-grid .text-yellow-bold {
2649
- color: #ffc107 !important;
2650
- font-weight: bold !important;
2651
- }
2652
- div.coer-grid .background-yellow {
2653
- background-color: #ffc107 !important;
2654
- }
2655
- div.coer-grid .background-border-yellow {
2656
- background-color: #ffc107 !important;
2657
- border-color: #ffc107 !important;
2658
- }
2659
- div.coer-grid .border-yellow {
2660
- border-color: #ffc107 !important;
2661
- }
2662
- div.coer-grid .text-red {
2663
- color: #dc3545 !important;
2664
- }
2665
- div.coer-grid .text-red-bold {
2666
- color: #dc3545 !important;
2667
- font-weight: bold !important;
2668
- }
2669
- div.coer-grid .background-red {
2670
- background-color: #dc3545 !important;
2671
- }
2672
- div.coer-grid .background-border-red {
2673
- background-color: #dc3545 !important;
2674
- border-color: #dc3545 !important;
2675
- }
2676
- div.coer-grid .border-red {
2677
- border-color: #dc3545 !important;
2678
- }
2679
- div.coer-grid .text-white {
2680
- color: #f5f5f5 !important;
2681
- }
2682
- div.coer-grid .text-white-bold {
2683
- color: #f5f5f5 !important;
2684
- font-weight: bold !important;
2685
- }
2686
- div.coer-grid .background-white {
2687
- background-color: #f5f5f5 !important;
2688
- }
2689
- div.coer-grid .background-border-white {
2690
- background-color: #f5f5f5 !important;
2691
- border-color: #f5f5f5 !important;
2692
- }
2693
- div.coer-grid .border-white {
2694
- border-color: #f5f5f5 !important;
2695
- }
2696
- div.coer-grid .text-black {
2697
- color: #252525 !important;
2698
- }
2699
- div.coer-grid .text-black-bold {
2700
- color: #252525 !important;
2701
- font-weight: bold !important;
2702
- }
2703
- div.coer-grid .background-black {
2704
- background-color: #252525 !important;
2705
- }
2706
- div.coer-grid .background-border-black {
2707
- background-color: #252525 !important;
2708
- border-color: #252525 !important;
2709
- }
2710
- div.coer-grid .border-black {
2711
- border-color: #252525 !important;
2712
- }
2713
- div.coer-grid .text-orange {
2714
- color: #fd6031 !important;
2715
- }
2716
- div.coer-grid .text-orange-bold {
2717
- color: #fd6031 !important;
2718
- font-weight: bold !important;
2719
- }
2720
- div.coer-grid .background-orange {
2721
- background-color: #fd6031 !important;
2722
- }
2723
- div.coer-grid .background-border-orange {
2724
- background-color: #fd6031 !important;
2725
- border-color: #fd6031 !important;
2726
- }
2727
- div.coer-grid .border-orange {
2728
- border-color: #fd6031 !important;
2729
- }
2730
- div.coer-grid .text-transparent {
2731
- color: transparent !important;
2732
- }
2733
- div.coer-grid .background-transparent {
2734
- background-color: transparent !important;
2735
- }
2736
- div.coer-grid .border-transparent {
2737
- border-color: transparent !important;
2738
- }
2739
- div.coer-grid header {
2740
- align-items: flex-end;
2741
- justify-content: flex-end;
2742
- padding-right: 8px;
2743
- margin: 0px;
2744
- }
2745
- div.coer-grid header > div {
2746
- padding: 0px 0px 10px 10px;
2747
- display: flex;
2748
- align-items: baseline;
2749
- }
2750
- div.coer-grid header > div a {
2751
- height: 40px !important;
2752
- }
2753
- div.coer-grid table {
2754
- table-layout: auto;
2755
- border-collapse: separate;
2756
- border-spacing: 1px 0px;
2757
- margin: 0px;
2758
- font-size: 14px;
2759
- }
2760
- div.coer-grid table thead tr th {
2761
- position: sticky !important;
2762
- z-index: 100 !important;
2763
- top: 0 !important;
2764
- background-color: #6c757d !important;
2765
- color: #f5f5f5 !important;
2766
- padding: 5px !important;
2767
- vertical-align: middle !important;
2768
- overflow: hidden;
2769
- text-overflow: ellipsis;
2770
- word-wrap: break-word;
2771
- min-width: 50px !important;
2772
- white-space: nowrap !important;
2773
- }
2774
- div.coer-grid table tbody {
2775
- border: 0px !important;
2776
- }
2777
- div.coer-grid table tbody tr:not(.row-focus):hover td {
2778
- color: black !important;
2779
- background-color: #f1f6ff !important;
2780
- }
2781
- div.coer-grid table tbody tr td {
2782
- border: 0px !important;
2783
- padding: 5px !important;
2784
- vertical-align: middle !important;
2785
- white-space: break-spaces;
2786
- text-overflow: ellipsis;
2787
- overflow: hidden;
2788
- min-height: 31px !important;
2789
- }
2790
- div.coer-grid table tbody tr.row-focus td {
2791
- background-color: #cde1ff;
2792
- }
2793
- div.coer-grid table tbody tr td.coer-textbox,
2794
- div.coer-grid table tbody tr td.coer-numberbox,
2795
- div.coer-grid table tbody tr td.coer-selectbox {
2796
- padding: 0px !important;
2797
- overflow: visible !important;
2798
- }
2799
- div.coer-grid table tbody tr td.default-cell {
2800
- cursor: pointer !important;
2801
- }
2802
- div.coer-grid table thead tr th.action-button,
2803
- div.coer-grid table thead tr td.action-button,
2804
- div.coer-grid table thead tr th.check-box,
2805
- div.coer-grid table thead tr td.check-box,
2806
- div.coer-grid table tbody tr th.action-button,
2807
- div.coer-grid table tbody tr td.action-button,
2808
- div.coer-grid table tbody tr th.check-box table tbody tr td.check-box {
2809
- text-align: center !important;
2810
- cursor: default !important;
2811
- min-width: 40px !important;
2812
- max-width: 40px !important;
2813
- width: 40px !important;
2814
- padding: 0px !important;
2815
- }
2816
- div.coer-grid footer.grid-footer {
2817
- display: flex;
2818
- align-items: center;
2819
- justify-content: space-between;
2820
- font-size: small;
2821
- color: #999999;
2822
- padding-top: 5px;
2823
- }
2824
- div.coer-grid section.grid-container {
2825
- position: relative;
2826
- overflow: auto;
2827
- }
2828
- div.coer-grid div.loading,
2829
- div.coer-grid div.no-data {
2830
- position: absolute;
2831
- display: flex;
2832
- align-items: center;
2833
- justify-content: center;
2834
- width: 100%;
2835
- height: 100%;
2836
- font-size: 25px;
2837
- color: gray;
2838
- }
2839
- div.coer-grid div.loading {
2840
- background-color: rgba(187, 187, 187, 0.5137254902) !important;
2841
- flex-direction: column !important;
2842
- gap: 10px !important;
2843
- }
2844
- div.coer-grid div.loading span.fa-fade {
2845
- position: relative !important;
2846
- top: 50px !important;
2847
- }
2848
- div.coer-grid tr.loading {
2849
- background-color: rgba(187, 187, 187, 0.5137254902) !important;
2850
- }
2851
- div.coer-grid div.loading i.spinner-border {
2852
- color: #fd6031 !important;
2853
- width: 70px !important;
2854
- height: 70px !important;
2855
- font-size: 20px !important;
2856
- position: absolute !important;
2857
- }
2858
- div.coer-grid td.check-box div.spinner-border-container {
2859
- position: absolute;
2860
- transform: translate(7px, -19px);
2861
- }
2862
- div.coer-grid td.check-box div.spinner-border-container i.spinner-border {
2863
- width: 15px !important;
2864
- height: 15px !important;
2865
- color: #fd6031 !important;
2866
- }
2867
- div.coer-grid table thead tr th.check-box > div,
2868
- div.coer-grid table tbody tr td.check-box > div {
2869
- display: flex;
2870
- align-items: center;
2871
- justify-content: center;
2872
- cursor: default !important;
2873
- }
2874
- div.coer-grid input.form-check-input {
2875
- box-shadow: none !important;
2876
- margin: 0px;
2877
- }
2878
- div.coer-grid input[type=checkbox] {
2879
- cursor: pointer !important;
2880
- }
2881
- div.coer-grid td.group {
2882
- padding: 0px !important;
2883
- margin: 0px !important;
2884
- }
2885
- div.coer-grid td.group > * {
2886
- border-top: 1px solid #6c757d !important;
2887
- border-bottom: 1px solid #6c757d !important;
2888
- padding: 0px !important;
2889
- margin: 0px !important;
2890
- }
2891
- div.coer-grid .template,
2892
- div.coer-grid .template div {
2893
- white-space: nowrap !important;
2894
- display: flex !important;
2895
- align-items: center !important;
2896
- cursor: pointer !important;
2897
- gap: 5px !important;
2898
- width: 100%;
2899
- }
2900
-
2901
- .modal-dialog {
2902
- margin: auto !important;
2903
- height: 100vh;
2904
- }
2905
-
2906
- .modal-header {
2907
- padding: 8px 16px !important;
2908
- }
2909
-
2910
- .modal-title {
2911
- font-weight: bold !important;
2912
- font-size: 17px !important;
2913
- }
2914
-
2915
- .modal-body {
2916
- padding-top: 16px !important;
2917
- padding-bottom: 0px !important;
2918
- min-width: 60px !important;
2919
- }
2920
-
2921
- div.coer-filebox .modal-body {
2922
- padding: 0px !important;
2923
- }
2924
-
2925
- .modal-footer {
2926
- border: none !important;
2927
- display: flex !important;
2928
- align-items: flex-end !important;
2929
- justify-content: flex-end !important;
2930
- max-height: 64px !important;
2931
- min-height: 64px !important;
2932
- gap: 10px !important;
2933
- }
2934
-
2935
- .btn-close:focus {
2936
- box-shadow: none !important;
2937
- }
2938
-
2939
- div.modal-backdrop {
2940
- z-index: 0 !important;
2941
- }
2942
-
2943
- aside.modal div.backdrop {
2944
- width: 100vw;
2945
- height: 100vh;
2946
- position: fixed;
2947
- top: 0px;
2948
- left: 0px;
2949
- background-color: rgba(0, 0, 0, 0.3568627451);
2950
- z-index: 1500;
2951
- }
2952
-
2953
- div.modal-content {
2954
- z-index: 1501;
2955
- overflow: visible !important;
2956
- }
2957
-
2958
- * {
2959
- --blue: #0d6efd;
2960
- --gray: #6c757d;
2961
- --green: #198754;
2962
- --yellow: #ffc107;
2963
- --red: #dc3545;
2964
- --white: #f5f5f5;
2965
- --black: #252525;
2966
- --orange: #fd6031;
2967
- --purple: #a615bc;
2968
- }
2969
-
2970
- .text-blue {
2971
- color: #0d6efd !important;
2972
- }
2973
-
2974
- .text-blue-bold {
2975
- color: #0d6efd !important;
2976
- font-weight: bold !important;
2977
- }
2978
-
2979
- .background-blue {
2980
- background-color: #0d6efd !important;
2981
- }
2982
-
2983
- .background-border-blue {
2984
- background-color: #0d6efd !important;
2985
- border-color: #0d6efd !important;
2986
- }
2987
-
2988
- .border-blue {
2989
- border-color: #0d6efd !important;
2990
- }
2991
-
2992
- .text-gray {
2993
- color: #6c757d !important;
2994
- }
2995
-
2996
- .text-gray-bold {
2997
- color: #6c757d !important;
2998
- font-weight: bold !important;
2999
- }
3000
-
3001
- .background-gray {
3002
- background-color: #6c757d !important;
3003
- }
3004
-
3005
- .background-border-gray {
3006
- background-color: #6c757d !important;
3007
- border-color: #6c757d !important;
3008
- }
3009
-
3010
- .border-gray {
3011
- border-color: #6c757d !important;
3012
- }
3013
-
3014
- .text-green {
3015
- color: #198754 !important;
3016
- }
3017
-
3018
- .text-green-bold {
3019
- color: #198754 !important;
3020
- font-weight: bold !important;
3021
- }
3022
-
3023
- .background-green {
3024
- background-color: #198754 !important;
3025
- }
3026
-
3027
- .background-border-green {
3028
- background-color: #198754 !important;
3029
- border-color: #198754 !important;
3030
- }
3031
-
3032
- .border-green {
3033
- border-color: #198754 !important;
3034
- }
3035
-
3036
- .text-yellow {
3037
- color: #ffc107 !important;
3038
- }
3039
-
3040
- .text-yellow-bold {
3041
- color: #ffc107 !important;
3042
- font-weight: bold !important;
3043
- }
3044
-
3045
- .background-yellow {
3046
- background-color: #ffc107 !important;
3047
- }
3048
-
3049
- .background-border-yellow {
3050
- background-color: #ffc107 !important;
3051
- border-color: #ffc107 !important;
3052
- }
3053
-
3054
- .border-yellow {
3055
- border-color: #ffc107 !important;
3056
- }
3057
-
3058
- .text-red {
3059
- color: #dc3545 !important;
3060
- }
3061
-
3062
- .text-red-bold {
3063
- color: #dc3545 !important;
3064
- font-weight: bold !important;
3065
- }
3066
-
3067
- .background-red {
3068
- background-color: #dc3545 !important;
3069
- }
3070
-
3071
- .background-border-red {
3072
- background-color: #dc3545 !important;
3073
- border-color: #dc3545 !important;
3074
- }
3075
-
3076
- .border-red {
3077
- border-color: #dc3545 !important;
3078
- }
3079
-
3080
- .text-white {
3081
- color: #f5f5f5 !important;
3082
- }
3083
-
3084
- .text-white-bold {
3085
- color: #f5f5f5 !important;
3086
- font-weight: bold !important;
3087
- }
3088
-
3089
- .background-white {
3090
- background-color: #f5f5f5 !important;
3091
- }
3092
-
3093
- .background-border-white {
3094
- background-color: #f5f5f5 !important;
3095
- border-color: #f5f5f5 !important;
3096
- }
3097
-
3098
- .border-white {
3099
- border-color: #f5f5f5 !important;
3100
- }
3101
-
3102
- .text-black {
3103
- color: #252525 !important;
3104
- }
3105
-
3106
- .text-black-bold {
3107
- color: #252525 !important;
3108
- font-weight: bold !important;
3109
- }
3110
-
3111
- .background-black {
3112
- background-color: #252525 !important;
3113
- }
3114
-
3115
- .background-border-black {
3116
- background-color: #252525 !important;
3117
- border-color: #252525 !important;
3118
- }
3119
-
3120
- .border-black {
3121
- border-color: #252525 !important;
3122
- }
3123
-
3124
- .text-orange {
3125
- color: #fd6031 !important;
3126
- }
3127
-
3128
- .text-orange-bold {
3129
- color: #fd6031 !important;
3130
- font-weight: bold !important;
3131
- }
3132
-
3133
- .background-orange {
3134
- background-color: #fd6031 !important;
3135
- }
3136
-
3137
- .background-border-orange {
3138
- background-color: #fd6031 !important;
3139
- border-color: #fd6031 !important;
3140
- }
3141
-
3142
- .border-orange {
3143
- border-color: #fd6031 !important;
3144
- }
3145
-
3146
- .text-transparent {
3147
- color: transparent !important;
3148
- }
3149
-
3150
- .background-transparent {
3151
- background-color: transparent !important;
3152
- }
3153
-
3154
- .border-transparent {
3155
- border-color: transparent !important;
3156
- }
3157
-
3158
- aside.toast-container {
3159
- position: fixed;
3160
- bottom: 0px;
3161
- right: 0px;
3162
- padding: 15px !important;
3163
- z-index: 2000 !important;
3164
- }
3165
- aside.toast-container i, aside.toast-container svg {
3166
- display: flex;
3167
- align-items: center;
3168
- }
3169
- aside.toast-container strong {
3170
- margin: 0px auto 0px 5px;
1656
+ aside.toast-container div.toast,
1657
+ aside.toast-container div.toast-header {
1658
+ border-top-left-radius: 10px;
1659
+ border-top-right-radius: 10px;
1660
+ color: var(--white);
3171
1661
  }
3172
1662
  aside.toast-container div.toast,
3173
- aside.toast-container div.toast-header {
3174
- border-top-left-radius: 10px;
3175
- border-top-right-radius: 10px;
3176
- color: #f5f5f5;
3177
- }
3178
- aside.toast-container div.toast,
3179
- aside.toast-container div.toast-body {
3180
- border-bottom-left-radius: 10px;
3181
- border-bottom-right-radius: 10px;
3182
- color: #f5f5f5;
3183
- }
3184
1663
  aside.toast-container div.toast-body {
3185
- min-height: 36px;
3186
- }
3187
- aside.toast-container pre {
3188
- font-family: Roboto, RobotoFallback, "Noto Kufi Arabic", Helvetica, Arial, sans-serif;
3189
- white-space: pre-wrap;
3190
- font-size: medium;
3191
- }
3192
- aside.toast-container button {
3193
- margin: 0px 2px !important;
3194
- width: 10px !important;
3195
- height: 10px !important;
3196
- box-shadow: none !important;
3197
- outline: none !important;
3198
- border: none !important;
3199
- }
3200
- aside.toast-container div#alert-success div.toast-header,
3201
- aside.toast-container div#alert-success div.toast-body {
3202
- background-color: #198754;
3203
- }
3204
- aside.toast-container div#alert-info div.toast-header,
3205
- aside.toast-container div#alert-info div.toast-body {
3206
- background-color: #0d6efd;
3207
- }
3208
- aside.toast-container div#alert-error div.toast-header,
3209
- aside.toast-container div#alert-error div.toast-body {
3210
- background-color: #dc3545;
3211
- }
3212
- aside.toast-container div#alert-warning div.toast-header,
3213
- aside.toast-container div#alert-warning div.toast-body {
3214
- background-color: #ffc107;
3215
- border-color: #252525;
3216
- color: #252525;
3217
- }
3218
- aside.toast-container div#alert-success:hover,
3219
- aside.toast-container div#alert-info:hover,
3220
- aside.toast-container div#alert-error:hover,
3221
- aside.toast-container div#alert-warning:hover {
3222
- transform: scale(1.01);
3223
- box-shadow: 2px 2px 10px lightslategray;
3224
- cursor: default;
3225
- }
3226
-
3227
- button.sweet-alert-button {
3228
- width: 100px !important;
3229
- height: 40px !important;
3230
- display: flex !important;
3231
- align-items: center !important;
3232
- justify-content: center !important;
3233
- margin: 0px 5px !important;
3234
- outline: none !important;
3235
- border: none !important;
3236
- box-shadow: none !important;
3237
- }
3238
-
3239
- aside.toast-container > * {
3240
- border: none !important;
3241
- z-index: 2000 !important;
3242
- margin: 15px 0px 0px 0px !important;
3243
- }
3244
-
3245
- * {
3246
- --blue: #0d6efd;
3247
- --gray: #6c757d;
3248
- --green: #198754;
3249
- --yellow: #ffc107;
3250
- --red: #dc3545;
3251
- --white: #f5f5f5;
3252
- --black: #252525;
3253
- --orange: #fd6031;
3254
- --purple: #a615bc;
3255
- }
3256
-
3257
- .text-blue {
3258
- color: #0d6efd !important;
3259
- }
3260
-
3261
- .text-blue-bold {
3262
- color: #0d6efd !important;
3263
- font-weight: bold !important;
3264
- }
3265
-
3266
- .background-blue {
3267
- background-color: #0d6efd !important;
3268
- }
3269
-
3270
- .background-border-blue {
3271
- background-color: #0d6efd !important;
3272
- border-color: #0d6efd !important;
3273
- }
3274
-
3275
- .border-blue {
3276
- border-color: #0d6efd !important;
3277
- }
3278
-
3279
- .text-gray {
3280
- color: #6c757d !important;
3281
- }
3282
-
3283
- .text-gray-bold {
3284
- color: #6c757d !important;
3285
- font-weight: bold !important;
3286
- }
3287
-
3288
- .background-gray {
3289
- background-color: #6c757d !important;
3290
- }
3291
-
3292
- .background-border-gray {
3293
- background-color: #6c757d !important;
3294
- border-color: #6c757d !important;
3295
- }
3296
-
3297
- .border-gray {
3298
- border-color: #6c757d !important;
3299
- }
3300
-
3301
- .text-green {
3302
- color: #198754 !important;
3303
- }
3304
-
3305
- .text-green-bold {
3306
- color: #198754 !important;
3307
- font-weight: bold !important;
3308
- }
3309
-
3310
- .background-green {
3311
- background-color: #198754 !important;
3312
- }
3313
-
3314
- .background-border-green {
3315
- background-color: #198754 !important;
3316
- border-color: #198754 !important;
3317
- }
3318
-
3319
- .border-green {
3320
- border-color: #198754 !important;
3321
- }
3322
-
3323
- .text-yellow {
3324
- color: #ffc107 !important;
3325
- }
3326
-
3327
- .text-yellow-bold {
3328
- color: #ffc107 !important;
3329
- font-weight: bold !important;
3330
- }
3331
-
3332
- .background-yellow {
3333
- background-color: #ffc107 !important;
3334
- }
3335
-
3336
- .background-border-yellow {
3337
- background-color: #ffc107 !important;
3338
- border-color: #ffc107 !important;
3339
- }
3340
-
3341
- .border-yellow {
3342
- border-color: #ffc107 !important;
3343
- }
3344
-
3345
- .text-red {
3346
- color: #dc3545 !important;
3347
- }
3348
-
3349
- .text-red-bold {
3350
- color: #dc3545 !important;
3351
- font-weight: bold !important;
3352
- }
3353
-
3354
- .background-red {
3355
- background-color: #dc3545 !important;
3356
- }
3357
-
3358
- .background-border-red {
3359
- background-color: #dc3545 !important;
3360
- border-color: #dc3545 !important;
3361
- }
3362
-
3363
- .border-red {
3364
- border-color: #dc3545 !important;
3365
- }
3366
-
3367
- .text-white {
3368
- color: #f5f5f5 !important;
3369
- }
3370
-
3371
- .text-white-bold {
3372
- color: #f5f5f5 !important;
3373
- font-weight: bold !important;
3374
- }
3375
-
3376
- .background-white {
3377
- background-color: #f5f5f5 !important;
3378
- }
3379
-
3380
- .background-border-white {
3381
- background-color: #f5f5f5 !important;
3382
- border-color: #f5f5f5 !important;
3383
- }
3384
-
3385
- .border-white {
3386
- border-color: #f5f5f5 !important;
3387
- }
3388
-
3389
- .text-black {
3390
- color: #252525 !important;
3391
- }
3392
-
3393
- .text-black-bold {
3394
- color: #252525 !important;
3395
- font-weight: bold !important;
1664
+ border-bottom-left-radius: 10px;
1665
+ border-bottom-right-radius: 10px;
1666
+ color: var(--white);
3396
1667
  }
3397
-
3398
- .background-black {
3399
- background-color: #252525 !important;
1668
+ aside.toast-container div.toast-body {
1669
+ min-height: 36px;
3400
1670
  }
3401
-
3402
- .background-border-black {
3403
- background-color: #252525 !important;
3404
- border-color: #252525 !important;
1671
+ aside.toast-container pre {
1672
+ font-family: Roboto, RobotoFallback, "Noto Kufi Arabic", Helvetica, Arial, sans-serif;
1673
+ white-space: pre-wrap;
1674
+ font-size: medium;
3405
1675
  }
3406
-
3407
- .border-black {
3408
- border-color: #252525 !important;
1676
+ aside.toast-container button {
1677
+ margin: 0px 2px !important;
1678
+ width: 10px !important;
1679
+ height: 10px !important;
1680
+ box-shadow: none !important;
1681
+ outline: none !important;
1682
+ border: none !important;
3409
1683
  }
3410
-
3411
- .text-orange {
3412
- color: #fd6031 !important;
1684
+ aside.toast-container div#alert-success div.toast-header,
1685
+ aside.toast-container div#alert-success div.toast-body {
1686
+ background-color: var(--green);
3413
1687
  }
3414
-
3415
- .text-orange-bold {
3416
- color: #fd6031 !important;
3417
- font-weight: bold !important;
1688
+ aside.toast-container div#alert-info div.toast-header,
1689
+ aside.toast-container div#alert-info div.toast-body {
1690
+ background-color: var(--blue);
3418
1691
  }
3419
-
3420
- .background-orange {
3421
- background-color: #fd6031 !important;
1692
+ aside.toast-container div#alert-error div.toast-header,
1693
+ aside.toast-container div#alert-error div.toast-body {
1694
+ background-color: var(--red);
3422
1695
  }
3423
-
3424
- .background-border-orange {
3425
- background-color: #fd6031 !important;
3426
- border-color: #fd6031 !important;
1696
+ aside.toast-container div#alert-warning div.toast-header,
1697
+ aside.toast-container div#alert-warning div.toast-body {
1698
+ background-color: var(--yellow);
1699
+ border-color: var(--black);
1700
+ color: var(--black);
3427
1701
  }
3428
-
3429
- .border-orange {
3430
- border-color: #fd6031 !important;
1702
+ aside.toast-container div#alert-success:hover,
1703
+ aside.toast-container div#alert-info:hover,
1704
+ aside.toast-container div#alert-error:hover,
1705
+ aside.toast-container div#alert-warning:hover {
1706
+ transform: scale(1.01);
1707
+ box-shadow: 2px 2px 10px lightslategray;
1708
+ cursor: default;
3431
1709
  }
3432
1710
 
3433
- .text-transparent {
3434
- color: transparent !important;
1711
+ button.sweet-alert-button {
1712
+ width: 100px !important;
1713
+ height: 40px !important;
1714
+ display: flex !important;
1715
+ align-items: center !important;
1716
+ justify-content: center !important;
1717
+ margin: 0px 5px !important;
1718
+ outline: none !important;
1719
+ border: none !important;
1720
+ box-shadow: none !important;
3435
1721
  }
3436
1722
 
3437
- .background-transparent {
3438
- background-color: transparent !important;
1723
+ aside.toast-container > * {
1724
+ border: none !important;
1725
+ z-index: 2000 !important;
1726
+ margin: 15px 0px 0px 0px !important;
3439
1727
  }
3440
1728
 
3441
- .border-transparent {
3442
- border-color: transparent !important;
1729
+ .tooltip-inner {
1730
+ min-width: 125px;
1731
+ max-width: 250px;
1732
+ min-height: 35px;
1733
+ display: flex;
1734
+ align-items: center;
1735
+ justify-content: center;
1736
+ word-break: break-word;
3443
1737
  }
3444
1738
 
3445
1739
  @keyframes fadeId {
@@ -3524,223 +1818,23 @@ aside.toast-container > * {
3524
1818
  cursor: grabbing !important;
3525
1819
  }
3526
1820
 
3527
- * {
3528
- --blue: #0d6efd;
3529
- --gray: #6c757d;
3530
- --green: #198754;
3531
- --yellow: #ffc107;
3532
- --red: #dc3545;
3533
- --white: #f5f5f5;
3534
- --black: #252525;
3535
- --orange: #fd6031;
3536
- --purple: #a615bc;
3537
- }
3538
-
3539
- .text-blue {
3540
- color: #0d6efd !important;
3541
- }
3542
-
3543
- .text-blue-bold {
3544
- color: #0d6efd !important;
3545
- font-weight: bold !important;
3546
- }
3547
-
3548
- .background-blue {
3549
- background-color: #0d6efd !important;
3550
- }
3551
-
3552
- .background-border-blue {
3553
- background-color: #0d6efd !important;
3554
- border-color: #0d6efd !important;
3555
- }
3556
-
3557
- .border-blue {
3558
- border-color: #0d6efd !important;
3559
- }
3560
-
3561
- .text-gray {
3562
- color: #6c757d !important;
3563
- }
3564
-
3565
- .text-gray-bold {
3566
- color: #6c757d !important;
3567
- font-weight: bold !important;
3568
- }
3569
-
3570
- .background-gray {
3571
- background-color: #6c757d !important;
3572
- }
3573
-
3574
- .background-border-gray {
3575
- background-color: #6c757d !important;
3576
- border-color: #6c757d !important;
3577
- }
3578
-
3579
- .border-gray {
3580
- border-color: #6c757d !important;
3581
- }
3582
-
3583
- .text-green {
3584
- color: #198754 !important;
3585
- }
3586
-
3587
- .text-green-bold {
3588
- color: #198754 !important;
3589
- font-weight: bold !important;
3590
- }
3591
-
3592
- .background-green {
3593
- background-color: #198754 !important;
3594
- }
3595
-
3596
- .background-border-green {
3597
- background-color: #198754 !important;
3598
- border-color: #198754 !important;
3599
- }
3600
-
3601
- .border-green {
3602
- border-color: #198754 !important;
3603
- }
3604
-
3605
- .text-yellow {
3606
- color: #ffc107 !important;
3607
- }
3608
-
3609
- .text-yellow-bold {
3610
- color: #ffc107 !important;
3611
- font-weight: bold !important;
3612
- }
3613
-
3614
- .background-yellow {
3615
- background-color: #ffc107 !important;
3616
- }
3617
-
3618
- .background-border-yellow {
3619
- background-color: #ffc107 !important;
3620
- border-color: #ffc107 !important;
3621
- }
3622
-
3623
- .border-yellow {
3624
- border-color: #ffc107 !important;
3625
- }
3626
-
3627
- .text-red {
3628
- color: #dc3545 !important;
3629
- }
3630
-
3631
- .text-red-bold {
3632
- color: #dc3545 !important;
3633
- font-weight: bold !important;
3634
- }
3635
-
3636
- .background-red {
3637
- background-color: #dc3545 !important;
3638
- }
3639
-
3640
- .background-border-red {
3641
- background-color: #dc3545 !important;
3642
- border-color: #dc3545 !important;
3643
- }
3644
-
3645
- .border-red {
3646
- border-color: #dc3545 !important;
3647
- }
3648
-
3649
- .text-white {
3650
- color: #f5f5f5 !important;
3651
- }
3652
-
3653
- .text-white-bold {
3654
- color: #f5f5f5 !important;
3655
- font-weight: bold !important;
3656
- }
3657
-
3658
- .background-white {
3659
- background-color: #f5f5f5 !important;
3660
- }
3661
-
3662
- .background-border-white {
3663
- background-color: #f5f5f5 !important;
3664
- border-color: #f5f5f5 !important;
3665
- }
3666
-
3667
- .border-white {
3668
- border-color: #f5f5f5 !important;
3669
- }
3670
-
3671
- .text-black {
3672
- color: #252525 !important;
3673
- }
3674
-
3675
- .text-black-bold {
3676
- color: #252525 !important;
3677
- font-weight: bold !important;
3678
- }
3679
-
3680
- .background-black {
3681
- background-color: #252525 !important;
3682
- }
3683
-
3684
- .background-border-black {
3685
- background-color: #252525 !important;
3686
- border-color: #252525 !important;
3687
- }
3688
-
3689
- .border-black {
3690
- border-color: #252525 !important;
3691
- }
3692
-
3693
- .text-orange {
3694
- color: #fd6031 !important;
3695
- }
3696
-
3697
- .text-orange-bold {
3698
- color: #fd6031 !important;
3699
- font-weight: bold !important;
3700
- }
3701
-
3702
- .background-orange {
3703
- background-color: #fd6031 !important;
3704
- }
3705
-
3706
- .background-border-orange {
3707
- background-color: #fd6031 !important;
3708
- border-color: #fd6031 !important;
3709
- }
3710
-
3711
- .border-orange {
3712
- border-color: #fd6031 !important;
3713
- }
3714
-
3715
- .text-transparent {
3716
- color: transparent !important;
3717
- }
3718
-
3719
- .background-transparent {
3720
- background-color: transparent !important;
3721
- }
3722
-
3723
- .border-transparent {
3724
- border-color: transparent !important;
3725
- }
3726
-
3727
1821
  *::-webkit-scrollbar {
3728
- background-color: #eeeff0;
1822
+ background-color: rgb(237.7253218884, 238.9690987124, 240.0746781116);
3729
1823
  width: 5px;
3730
1824
  height: 5px;
3731
1825
  }
3732
1826
 
3733
1827
  *::-webkit-scrollbar-thumb {
3734
- background-color: #caced1;
1828
+ background-color: rgb(202.1566523605, 205.9613733906, 209.3433476395);
3735
1829
  border-radius: 4px;
3736
1830
  }
3737
1831
 
3738
1832
  *::-webkit-scrollbar-thumb:hover {
3739
- background-color: #6c757d;
1833
+ background-color: var(--gray);
3740
1834
  }
3741
1835
 
3742
1836
  *::-webkit-scrollbar-thumb:active {
3743
- background-color: #6c757d;
1837
+ background-color: var(--gray);
3744
1838
  }
3745
1839
 
3746
1840
  .flex-center {
@@ -3764,3 +1858,36 @@ aside.toast-container > * {
3764
1858
  .fill-space {
3765
1859
  flex: 1 1 auto;
3766
1860
  }
1861
+
1862
+ .flex-wrap {
1863
+ display: flex !important;
1864
+ flex-wrap: wrap !important;
1865
+ }
1866
+
1867
+ .flex-wrap-item {
1868
+ flex-grow: 1 !important;
1869
+ flex-basis: 200 !important;
1870
+ }
1871
+
1872
+ * {
1873
+ font-family: sans-serif;
1874
+ letter-spacing: normal;
1875
+ }
1876
+
1877
+ h1, h2, h3, h4, h5, h6, p, pre, hr, figure, fieldset {
1878
+ margin: 0px;
1879
+ padding: 0px;
1880
+ }
1881
+
1882
+ input[type=file] {
1883
+ display: none !important;
1884
+ }
1885
+
1886
+ .readonly {
1887
+ color: black !important;
1888
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
1889
+ }
1890
+
1891
+ .no-selection::selection {
1892
+ background-color: transparent !important;
1893
+ }