inboxlookup_screen 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +70 -0
- package/dist/assets/09394b2afc53828fe342.otf +0 -0
- package/dist/assets/6537363fd5b802d5049c.woff2 +0 -0
- package/dist/assets/7287d1faf8f8e079aeab.ttf +0 -0
- package/dist/assets/9ac1f13f07c4503334c7.woff +0 -0
- package/dist/assets/ba20f6b82215cbe1b080.woff2 +0 -0
- package/dist/assets/c120fd44dc6e07624cd1.woff +0 -0
- package/dist/assets/icons/dxicons.ttf +0 -0
- package/dist/assets/icons/dxicons.woff +0 -0
- package/dist/assets/icons/dxicons.woff2 +0 -0
- package/dist/assets/icons/dxiconsfluent.ttf +0 -0
- package/dist/assets/icons/dxiconsfluent.woff +0 -0
- package/dist/assets/icons/dxiconsfluent.woff2 +0 -0
- package/dist/assets/icons/dxiconsmaterial.ttf +0 -0
- package/dist/assets/icons/dxiconsmaterial.woff +0 -0
- package/dist/assets/icons/dxiconsmaterial.woff2 +0 -0
- package/dist/index.html +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +14 -0
- package/package.json +55 -0
- package/src/App.css +38 -0
- package/src/App.js +33 -0
- package/src/App.test.js +8 -0
- package/src/Common/CustomLoadingPanel.js +43 -0
- package/src/assets/Desktop.png +0 -0
- package/src/assets/Excel.png +0 -0
- package/src/assets/Thumbs.db +0 -0
- package/src/assets/apps.png +0 -0
- package/src/assets/arc_flow.png +0 -0
- package/src/assets/circle_icons.png +0 -0
- package/src/assets/close.png +0 -0
- package/src/assets/connection.png +0 -0
- package/src/assets/csv.png +0 -0
- package/src/assets/data_preview.png +0 -0
- package/src/assets/database1.png +0 -0
- package/src/assets/date_refresh.png +0 -0
- package/src/assets/delete.png +0 -0
- package/src/assets/edit.png +0 -0
- package/src/assets/filter.png +0 -0
- package/src/assets/fonts/FontAwesome.otf +0 -0
- package/src/assets/fonts/Proxima-Nova-Bold.otf +0 -0
- package/src/assets/fonts/fa-brands-400.eot +0 -0
- package/src/assets/fonts/fa-brands-400.svg +1008 -0
- package/src/assets/fonts/fa-brands-400.ttf +0 -0
- package/src/assets/fonts/fa-brands-400.woff +0 -0
- package/src/assets/fonts/fa-brands-400.woff2 +0 -0
- package/src/assets/fonts/fa-regular-400.eot +0 -0
- package/src/assets/fonts/fa-regular-400.svg +366 -0
- package/src/assets/fonts/fa-regular-400.ttf +0 -0
- package/src/assets/fonts/fa-regular-400.woff +0 -0
- package/src/assets/fonts/fa-regular-400.woff2 +0 -0
- package/src/assets/fonts/fa-solid-900.eot +0 -0
- package/src/assets/fonts/fa-solid-900.svg +1518 -0
- package/src/assets/fonts/fa-solid-900.ttf +0 -0
- package/src/assets/fonts/fa-solid-900.woff +0 -0
- package/src/assets/fonts/fa-solid-900.woff2 +0 -0
- package/src/assets/fonts/fontawesome-webfont.eot +0 -0
- package/src/assets/fonts/fontawesome-webfont.svg +2671 -0
- package/src/assets/fonts/fontawesome-webfont.ttf +0 -0
- package/src/assets/fonts/fontawesome-webfont.woff +0 -0
- package/src/assets/fonts/fontawesome-webfont.woff2 +0 -0
- package/src/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- package/src/assets/fonts/glyphicons-halflings-regular.svg +288 -0
- package/src/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/src/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- package/src/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/src/assets/fonts/proxima_nova_thin-webfont.woff +0 -0
- package/src/assets/fonts/proxima_nova_thin-webfont.woff2 +0 -0
- package/src/assets/fonts/proximanova-regular-webfont.woff +0 -0
- package/src/assets/fonts/proximanova-regular-webfont.woff2 +0 -0
- package/src/assets/logo_preview.png +0 -0
- package/src/assets/mail.png +0 -0
- package/src/assets/map_white 2.png +0 -0
- package/src/assets/map_white.png +0 -0
- package/src/assets/mapping.png +0 -0
- package/src/assets/notifications.png +0 -0
- package/src/assets/plus_add.png +0 -0
- package/src/assets/plusadd_white.png +0 -0
- package/src/assets/tick.png +0 -0
- package/src/assets/user.jpg +0 -0
- package/src/assets/user_setting.png +0 -0
- package/src/assets/wDesktop.png +0 -0
- package/src/assets/wconnction.png +0 -0
- package/src/assets/wdata_preview.png +0 -0
- package/src/assets/wdate_refresh.png +0 -0
- package/src/assets/wmapping.png +0 -0
- package/src/assets/wplus.png +0 -0
- package/src/components/Service/OrdersMasterDetail.css +427 -0
- package/src/components/Service/OrdersMasterDetail.js +1123 -0
- package/src/devextreme-license.js +1 -0
- package/src/index.css +13 -0
- package/src/index.js +261 -0
- package/src/logo.svg +1 -0
- package/src/reportWebVitals.js +13 -0
- package/src/routes/AppRoutes.js +18 -0
- package/src/setupTests.js +5 -0
- package/src/styles/UserDashBoard.css +1843 -0
- package/src/utils/ToastContext.js +34 -0
- package/src/utils/commonSchema.js +29 -0
- package/src/utils/helperFunctions.js +24 -0
|
@@ -0,0 +1,1843 @@
|
|
|
1
|
+
* {
|
|
2
|
+
padding: 0px;
|
|
3
|
+
margin: 0px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: "proxima_nova_regular";
|
|
8
|
+
src: url("../assets/fonts/proxima_nova_thin-webfont.woff2") format("woff2"),
|
|
9
|
+
url("../assets/fonts/proximanova-regular-webfont.woff") format("woff");
|
|
10
|
+
/* src: url('../Fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../Fonts/proximanova-regular-webfont.woff') format('woff'); */
|
|
11
|
+
font-weight: normal;
|
|
12
|
+
font-style: normal;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: "proxima-nova-bold";
|
|
17
|
+
src: url("../assets/fonts/Proxima-Nova-Bold.otf");
|
|
18
|
+
/* src: url('../Fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../Fonts/proximanova-regular-webfont.woff') format('woff'); */
|
|
19
|
+
font-weight: normal;
|
|
20
|
+
font-style: normal;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
body {
|
|
24
|
+
font-family: "proxima_nova_regular", arial !important;
|
|
25
|
+
font-weight: normal;
|
|
26
|
+
overflow-x: hidden;
|
|
27
|
+
font-weight: normal;
|
|
28
|
+
margin: 0px;
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
background-color: #ededed !important;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.pagation {
|
|
34
|
+
display: flex;
|
|
35
|
+
gap: 10px;
|
|
36
|
+
justify-content: center;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.pagation li {
|
|
40
|
+
max-width: 40px;
|
|
41
|
+
height: 20px;
|
|
42
|
+
list-style: none;
|
|
43
|
+
background: #ccc;
|
|
44
|
+
padding: 12px;
|
|
45
|
+
line-height: 2px;
|
|
46
|
+
border-radius: 50%;
|
|
47
|
+
font-size: 13px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.addroles {
|
|
51
|
+
background-color: #fff;
|
|
52
|
+
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
|
|
53
|
+
height: 100%;
|
|
54
|
+
width: 800px;
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: 0;
|
|
57
|
+
right: 0;
|
|
58
|
+
z-index: 1;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.respostorypopup {
|
|
62
|
+
background-color: #fff;
|
|
63
|
+
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
|
|
64
|
+
height: 100%;
|
|
65
|
+
width: 400px;
|
|
66
|
+
position: absolute;
|
|
67
|
+
top: 0;
|
|
68
|
+
right: 0;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.plusadd {
|
|
72
|
+
background-color: #113e70;
|
|
73
|
+
color: #fff;
|
|
74
|
+
padding: 1px 9px;
|
|
75
|
+
border-radius: 5px;
|
|
76
|
+
font-size: 15px;
|
|
77
|
+
height: 27px;
|
|
78
|
+
border: none;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.rolesmaster {
|
|
82
|
+
display: flex;
|
|
83
|
+
height: 100%;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.firstroles {
|
|
87
|
+
flex: 1;
|
|
88
|
+
max-width: 30%;
|
|
89
|
+
border-right: 1px solid #ccc;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.addrolesmaster {
|
|
93
|
+
flex: 1;
|
|
94
|
+
max-width: 70%;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.roles_submaster {
|
|
98
|
+
display: flex;
|
|
99
|
+
justify-content: space-between;
|
|
100
|
+
padding: 10px;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.roles_submaster>h5 {
|
|
104
|
+
font-weight: bold;
|
|
105
|
+
color: #000;
|
|
106
|
+
font-size: 15px;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.addrolesmaster>h5 {
|
|
110
|
+
font-weight: bold;
|
|
111
|
+
color: #000;
|
|
112
|
+
font-size: 15px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.addrolesheading>h5 {
|
|
116
|
+
font-weight: bold;
|
|
117
|
+
color: #000;
|
|
118
|
+
font-size: 15px;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.adminpanel {
|
|
122
|
+
padding: 10px;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.adminpanel li {
|
|
126
|
+
list-style: none;
|
|
127
|
+
border-bottom: 1px solid #ccc;
|
|
128
|
+
line-height: 28px;
|
|
129
|
+
padding-left: 10px;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.adminpanel li.active {
|
|
133
|
+
background-color: #eaeaea;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.formfield {
|
|
137
|
+
width: 90%;
|
|
138
|
+
margin-left: 10px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.addrolesheading {
|
|
142
|
+
display: flex;
|
|
143
|
+
justify-content: space-between;
|
|
144
|
+
padding: 10px;
|
|
145
|
+
border-bottom: 1px solid #ccc;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.addrolesheading>img {
|
|
149
|
+
width: 25px;
|
|
150
|
+
height: 25px;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.infoformfield {
|
|
154
|
+
padding: 15px;
|
|
155
|
+
position: absolute;
|
|
156
|
+
bottom: 0;
|
|
157
|
+
border-top: 1px solid #ccc;
|
|
158
|
+
width: 100%;
|
|
159
|
+
background: #fff;
|
|
160
|
+
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.informfieldlevel {
|
|
164
|
+
padding: 15px;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.sumerise_header {
|
|
168
|
+
font-family: "proxima-nova-bold";
|
|
169
|
+
font-size: 15px;
|
|
170
|
+
color: #000;
|
|
171
|
+
padding-left: 10px;
|
|
172
|
+
text-transform: capitalize;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.btnsubmit {
|
|
176
|
+
border: none;
|
|
177
|
+
background-color: #113e70;
|
|
178
|
+
color: #fff;
|
|
179
|
+
padding: 5px 10px;
|
|
180
|
+
border-radius: 5px;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.btncancel {
|
|
184
|
+
background-color: transparent;
|
|
185
|
+
color: #000;
|
|
186
|
+
padding: 5px 10px;
|
|
187
|
+
border: 1px solid #113e70;
|
|
188
|
+
border-radius: 5px;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.permissionpanel li.active {
|
|
192
|
+
background-color: #113e70;
|
|
193
|
+
color: #fff;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.permissiontable>.table>thead>tr {
|
|
197
|
+
background: #cccccc85;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.btnnewrepo {
|
|
201
|
+
border: none;
|
|
202
|
+
background-color: #113e70;
|
|
203
|
+
color: #fff;
|
|
204
|
+
padding: 5px;
|
|
205
|
+
border-radius: 5px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.Respositoryfield {
|
|
209
|
+
display: flex;
|
|
210
|
+
justify-content: space-between;
|
|
211
|
+
align-items: center;
|
|
212
|
+
border-bottom: 1px solid #ccc;
|
|
213
|
+
padding: 5px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.Respositoryfield>h5 {
|
|
217
|
+
font-weight: bold;
|
|
218
|
+
color: #000;
|
|
219
|
+
font-size: 15px;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.adminstration {
|
|
223
|
+
border: none;
|
|
224
|
+
background: transparent;
|
|
225
|
+
border: 1px solid #113e70;
|
|
226
|
+
padding: 2px;
|
|
227
|
+
width: 160px;
|
|
228
|
+
border-radius: 5px;
|
|
229
|
+
font-size: 13px;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.admingroup {
|
|
233
|
+
display: flex;
|
|
234
|
+
justify-content: space-between;
|
|
235
|
+
padding: 3px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.inforespotory {
|
|
239
|
+
padding: 10px;
|
|
240
|
+
background: #f4f4f4;
|
|
241
|
+
margin: 10px;
|
|
242
|
+
border-radius: 5px;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.flex_rightalignment {
|
|
246
|
+
margin-top: 10px;
|
|
247
|
+
display: flex;
|
|
248
|
+
justify-content: flex-end;
|
|
249
|
+
gap: 10px;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.arrowpanel {
|
|
253
|
+
width: 20px;
|
|
254
|
+
position: relative;
|
|
255
|
+
bottom: 10px;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.pagation li:first-child {
|
|
259
|
+
background-color: transparent;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.pagation li:last-child {
|
|
263
|
+
background-color: transparent;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.dropdownicon {
|
|
267
|
+
width: 25px;
|
|
268
|
+
vertical-align: bottom;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
/*optium Project*/
|
|
272
|
+
.optiumproject {
|
|
273
|
+
position: absolute;
|
|
274
|
+
top: 0;
|
|
275
|
+
right: 0;
|
|
276
|
+
width: 450px;
|
|
277
|
+
height: 100%;
|
|
278
|
+
flex: 450px;
|
|
279
|
+
padding: 0px;
|
|
280
|
+
background-color: #fff;
|
|
281
|
+
border-left: 1px solid #ccc;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.infoaddproject {
|
|
285
|
+
padding: 15px;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.sublistpanel {
|
|
289
|
+
border: 1px solid #ccc;
|
|
290
|
+
border-radius: 15px;
|
|
291
|
+
text-align: center;
|
|
292
|
+
max-width: 300px;
|
|
293
|
+
padding: 3px 12px;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.datepanel {
|
|
297
|
+
display: flex;
|
|
298
|
+
gap: 10px;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.infoaddproject>div {
|
|
302
|
+
margin-bottom: 15px;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.info_close {
|
|
306
|
+
width: 20px;
|
|
307
|
+
height: 20px;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.rightpanel {
|
|
311
|
+
display: flex;
|
|
312
|
+
justify-content: space-between;
|
|
313
|
+
border-bottom: 1px solid #ccc;
|
|
314
|
+
align-items: center;
|
|
315
|
+
padding-left: 10px;
|
|
316
|
+
padding-right: 10px;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.rightpanel>h4 {
|
|
320
|
+
font-weight: bold;
|
|
321
|
+
color: #000;
|
|
322
|
+
padding-top: 5px;
|
|
323
|
+
padding-bottom: 5px;
|
|
324
|
+
font-size: 15px;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.optumbtnproject {
|
|
328
|
+
position: absolute;
|
|
329
|
+
bottom: 0;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.optumbtnproject>.btnclear {
|
|
333
|
+
background-color: transparent;
|
|
334
|
+
border: 2px solid #000;
|
|
335
|
+
color: #000;
|
|
336
|
+
padding: 6px 20px;
|
|
337
|
+
border-radius: 5px;
|
|
338
|
+
margin-bottom: 5px;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.optumbtnproject>.btnsave {
|
|
342
|
+
background-color: #113e70;
|
|
343
|
+
border: 2px solid #113e70;
|
|
344
|
+
color: #000;
|
|
345
|
+
padding: 6px 20px;
|
|
346
|
+
border-radius: 5px;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.optumbtnproject>.btnsavemore {
|
|
350
|
+
background-color: #113e70;
|
|
351
|
+
border: 2px solid #113e70;
|
|
352
|
+
color: #000;
|
|
353
|
+
padding: 6px 20px;
|
|
354
|
+
border-radius: 5px;
|
|
355
|
+
width: 160px;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
/*Accordation*/
|
|
359
|
+
.acc {
|
|
360
|
+
margin: 0 auto;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.acc__card {
|
|
364
|
+
margin: 2em;
|
|
365
|
+
position: relative;
|
|
366
|
+
border-radius: 10px;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.acc__card.active {
|
|
370
|
+
border: 2px solid #236df3;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.acc__title {
|
|
374
|
+
color: #212121;
|
|
375
|
+
cursor: pointer;
|
|
376
|
+
display: block;
|
|
377
|
+
padding: 0;
|
|
378
|
+
position: relative;
|
|
379
|
+
text-align: left;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.acc__title::after {
|
|
383
|
+
width: 18px;
|
|
384
|
+
height: 18px;
|
|
385
|
+
border-right: 2px solid #000;
|
|
386
|
+
border-bottom: 2px solid #000;
|
|
387
|
+
position: absolute;
|
|
388
|
+
right: 30px;
|
|
389
|
+
content: " ";
|
|
390
|
+
top: 38px;
|
|
391
|
+
transform: rotate(-45deg);
|
|
392
|
+
transition: all 0.2s ease-in-out;
|
|
393
|
+
color: #000;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.acc__title.active::after {
|
|
397
|
+
transform: rotate(45deg);
|
|
398
|
+
transition: all 0.2s ease-in-out;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.acc__panel {
|
|
402
|
+
color: #212121;
|
|
403
|
+
/* display: none; */
|
|
404
|
+
margin: 0;
|
|
405
|
+
padding: 0;
|
|
406
|
+
text-align: left;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.fourbtn {
|
|
410
|
+
grid-column: span 3;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.outlinebtn {
|
|
414
|
+
background: transparent !important;
|
|
415
|
+
color: #000 !important;
|
|
416
|
+
border: 1px solid #000000d9 !important;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.gridpanelcustomerdetails>.headerpanel>.acc__panel {
|
|
420
|
+
background: transparent;
|
|
421
|
+
color: #000;
|
|
422
|
+
border: 2px solid #113e70;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.nothightlight {
|
|
426
|
+
border: 1px solid #ccc;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.infoaddproject>h2 {
|
|
430
|
+
font-size: 16px;
|
|
431
|
+
margin: 0;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.optiumfeature {
|
|
435
|
+
padding: 10px;
|
|
436
|
+
color: #000;
|
|
437
|
+
font-weight: bold;
|
|
438
|
+
font-size: 13px;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.cardpanel {
|
|
442
|
+
margin: 0;
|
|
443
|
+
margin-bottom: 15px;
|
|
444
|
+
border: 1px solid #ccc;
|
|
445
|
+
border-radius: 5px;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.cliamlist>ul {
|
|
449
|
+
list-style: none;
|
|
450
|
+
/* padding-left: 10px;
|
|
451
|
+
padding-right: 10px; */
|
|
452
|
+
/* padding-top: 10px; */
|
|
453
|
+
line-height: 22px;
|
|
454
|
+
border: 1px solid #ccc;
|
|
455
|
+
margin-left: 10px;
|
|
456
|
+
margin-right: 10px;
|
|
457
|
+
border-radius: 5px;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.cliamlist>ul>li {
|
|
461
|
+
background: #fcfcfc;
|
|
462
|
+
padding: 7px;
|
|
463
|
+
border-radius: 5px;
|
|
464
|
+
border-bottom: 1px solid #ccc;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.cliamlist>ul>li:last-child {
|
|
468
|
+
border-bottom: none;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.infobtnclear {
|
|
472
|
+
padding: 10px;
|
|
473
|
+
border: 2px solid #113e70 !important;
|
|
474
|
+
background: transparent;
|
|
475
|
+
width: 150px;
|
|
476
|
+
color: #113e70 !important;
|
|
477
|
+
border-radius: 10px;
|
|
478
|
+
border: none;
|
|
479
|
+
font-size: 15px;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.btn_save {
|
|
483
|
+
padding: 10px;
|
|
484
|
+
background: #113e70;
|
|
485
|
+
width: 150px;
|
|
486
|
+
color: #fff;
|
|
487
|
+
border-radius: 10px;
|
|
488
|
+
border: none;
|
|
489
|
+
font-size: 15px;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.hightlightProgess {
|
|
493
|
+
background-color: #eaf6ff;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
button.bntaddproject.outlinebtn {
|
|
497
|
+
color: #113e70 !important;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
/*Side Inbox*/
|
|
501
|
+
.sideinbox {
|
|
502
|
+
position: relative;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.sidebox {
|
|
506
|
+
position: absolute;
|
|
507
|
+
width: 1060px;
|
|
508
|
+
background-color: #fff;
|
|
509
|
+
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
|
|
510
|
+
top: 0;
|
|
511
|
+
right: 18px;
|
|
512
|
+
bottom: 0;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.infosidepanel {
|
|
516
|
+
display: flex;
|
|
517
|
+
height: Calc(100vh - 100px);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.modulespanel {
|
|
521
|
+
flex: 200px;
|
|
522
|
+
max-width: 200px;
|
|
523
|
+
padding-left: 20px;
|
|
524
|
+
border-right: 1px solid #ccc;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.modulespanel>h3 {
|
|
528
|
+
font-size: 16px;
|
|
529
|
+
font-weight: bold;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.encounterpanel {
|
|
533
|
+
border: 1px solid #ccc;
|
|
534
|
+
border-radius: 10px;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.encounterpanel li {
|
|
538
|
+
border-bottom: 1px solid #ccc;
|
|
539
|
+
list-style: none;
|
|
540
|
+
padding: 7px;
|
|
541
|
+
font-size: 12px;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.encounterpanel li>input {
|
|
545
|
+
margin-right: 5px;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.encounterpanel li:last-child {
|
|
549
|
+
border-bottom: none;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.encounterlevel {
|
|
553
|
+
display: grid;
|
|
554
|
+
grid-template-columns: repeat(3, 1fr);
|
|
555
|
+
gap: 15px;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.fieldheader {
|
|
559
|
+
display: flex;
|
|
560
|
+
justify-content: space-between;
|
|
561
|
+
align-items: center;
|
|
562
|
+
padding-left: 10px;
|
|
563
|
+
width: 100%;
|
|
564
|
+
border-bottom: 1px solid #ccc;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.addfieldclose {
|
|
568
|
+
width: 20px;
|
|
569
|
+
height: 20px;
|
|
570
|
+
margin-right: 20px;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.fieldcontrol {
|
|
574
|
+
flex: 1;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.addfieldsplit {
|
|
578
|
+
display: flex;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.mspace {
|
|
582
|
+
margin: 0;
|
|
583
|
+
padding-bottom: 10px;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
.imagesize {
|
|
587
|
+
width: 20px;
|
|
588
|
+
height: 20px;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
.encounterlist {
|
|
592
|
+
flex: 1;
|
|
593
|
+
background: #fcfcfc;
|
|
594
|
+
padding: 10px;
|
|
595
|
+
border-radius: 10px;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.modulemenu li {
|
|
599
|
+
list-style: none;
|
|
600
|
+
line-height: 25px;
|
|
601
|
+
padding: 5px;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.modulemenu {
|
|
605
|
+
margin-right: 10px;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.iconsmall {
|
|
609
|
+
width: 20px;
|
|
610
|
+
vertical-align: text-top;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.modulemenu li.active {
|
|
614
|
+
background: #113e70;
|
|
615
|
+
color: #fff;
|
|
616
|
+
border-radius: 5px;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
/*custom code*/
|
|
620
|
+
.encounteraccordation {
|
|
621
|
+
margin: 2px;
|
|
622
|
+
margin-bottom: 10px;
|
|
623
|
+
border: 1px solid #ccc;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.encounteraccordation .acc__title {
|
|
627
|
+
padding: 10px;
|
|
628
|
+
border-bottom: 1px solid #ccc;
|
|
629
|
+
font-weight: bold;
|
|
630
|
+
font-size: 14px;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.encounteraccordation .acc__title::after {
|
|
634
|
+
width: 8px;
|
|
635
|
+
height: 8px;
|
|
636
|
+
top: 15px;
|
|
637
|
+
right: 10px;
|
|
638
|
+
color: #000;
|
|
639
|
+
font-weight: bold;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.encounteraccordation .acc__panel {
|
|
643
|
+
padding: 10px;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
.padding-none {
|
|
647
|
+
padding: 0px !important;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.highlight {
|
|
651
|
+
border: 2px solid #ccc;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.encountertitle {
|
|
655
|
+
font-size: 15px;
|
|
656
|
+
font-weight: bold;
|
|
657
|
+
color: #000;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
.fieldheader>h3 {
|
|
661
|
+
font-weight: bold;
|
|
662
|
+
font-size: 16px;
|
|
663
|
+
color: #000;
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
.previewbtn {
|
|
667
|
+
background-color: #113e70;
|
|
668
|
+
color: #fff;
|
|
669
|
+
padding: 5px 20px;
|
|
670
|
+
border: none;
|
|
671
|
+
border-radius: 5px;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.btn_clear {
|
|
675
|
+
background-color: transparent;
|
|
676
|
+
border: 2px solid #113e70;
|
|
677
|
+
color: #000;
|
|
678
|
+
padding: 4px 20px;
|
|
679
|
+
font-size: 14px;
|
|
680
|
+
border-radius: 5px;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.buttonsection {
|
|
684
|
+
display: flex;
|
|
685
|
+
gap: 10px;
|
|
686
|
+
justify-content: flex-end;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
#preview .modal-dialog {
|
|
690
|
+
width: 85%;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
.menulistpanel li a {
|
|
694
|
+
padding: 3px 9px;
|
|
695
|
+
color: #000;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.tableformat>span {
|
|
699
|
+
display: block;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.tableformat>label {
|
|
703
|
+
font-weight: 500;
|
|
704
|
+
color: #000;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.menulistpanel {
|
|
708
|
+
padding: 4px;
|
|
709
|
+
background: #f3f3f3;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.imagepostion {
|
|
713
|
+
position: absolute;
|
|
714
|
+
right: 24px;
|
|
715
|
+
top: 22px;
|
|
716
|
+
cursor: pointer;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.tabpanel li.active {
|
|
720
|
+
border-bottom: 7px solid #113e70;
|
|
721
|
+
border-bottom-right-radius: 5px;
|
|
722
|
+
border-bottom-left-radius: 5px;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
.tabpanel li a {
|
|
726
|
+
background-color: transparent !important;
|
|
727
|
+
color: #000 !important;
|
|
728
|
+
padding: 5px 15px;
|
|
729
|
+
font-size: 16px;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.inboxcheckpanel {
|
|
733
|
+
width: 100%;
|
|
734
|
+
border-bottom: 1px solid #ccc;
|
|
735
|
+
padding: 10px;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.inboxtabs {
|
|
739
|
+
height: 600px;
|
|
740
|
+
overflow: auto;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.btcallsheet {
|
|
744
|
+
padding: 10px;
|
|
745
|
+
border: none;
|
|
746
|
+
padding: 10px 20px;
|
|
747
|
+
border: 1px solid #ccc;
|
|
748
|
+
background: transparent;
|
|
749
|
+
border-radius: 5px;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.customer_onboarding {
|
|
753
|
+
display: flex;
|
|
754
|
+
height: Calc(100vh - 155px);
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.infoaddproject>div>label {
|
|
758
|
+
color: #000;
|
|
759
|
+
font-size: 14px;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.custompanel {
|
|
763
|
+
padding: 10px;
|
|
764
|
+
max-width: 500px;
|
|
765
|
+
flex: 500px;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
.secondprioirty {
|
|
769
|
+
height:70%;
|
|
770
|
+
margin-top: 10px;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
.secondprioirty .priorityparentpanl {
|
|
774
|
+
margin-top: 5px !important;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
@media (max-width: 600px) {
|
|
779
|
+
.sidepanel {
|
|
780
|
+
display: block;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.sidepanel>.leftside {
|
|
784
|
+
width: 100%;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.container {
|
|
788
|
+
padding-left: 0px;
|
|
789
|
+
padding-right: 0px;
|
|
790
|
+
width: auto !important;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.sidepanel>.leftside {
|
|
794
|
+
height: auto !important;
|
|
795
|
+
background: #fff !important;
|
|
796
|
+
/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px !important; */
|
|
797
|
+
margin-bottom: 20px;
|
|
798
|
+
width: 100% !important;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.toppanel {
|
|
802
|
+
padding: 10px;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.gridpanelcustomerdetails {
|
|
806
|
+
grid-template-columns: repeat(3, 1fr) !important;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.modulespanel {
|
|
810
|
+
max-width: 100%;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.sidebox {
|
|
814
|
+
width: 95%;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
.infosidepanel {
|
|
818
|
+
display: block;
|
|
819
|
+
height: auto;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
.addfieldsplit {
|
|
823
|
+
display: block;
|
|
824
|
+
background-color: #fff;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
.fieldheader {
|
|
828
|
+
border-top: 1px solid #ccc;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
.custompanel {
|
|
832
|
+
max-width: 100%;
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
@media (max-width: 767px) {
|
|
837
|
+
.sidebox {
|
|
838
|
+
width: 95%;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
.addfieldsplit {
|
|
842
|
+
display: block;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
.modulespanel {
|
|
846
|
+
border-right: none;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
.addfieldsplit {
|
|
850
|
+
border-left: 1px solid #ccc;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
/*.addfieldsplit{
|
|
854
|
+
border-left:1px solid #ccc;
|
|
855
|
+
}
|
|
856
|
+
*/
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
@media (max-width: 992px) {
|
|
860
|
+
.sidebox {
|
|
861
|
+
width: 96%;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.encounterlist {
|
|
865
|
+
height: 500px;
|
|
866
|
+
overflow: auto;
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
@media (max-width: 1600px) {
|
|
871
|
+
.fourbtn {
|
|
872
|
+
/* grid-column:1/12; */
|
|
873
|
+
margin-left: 50px;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
.acc__card {
|
|
877
|
+
margin: 10px;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.encounteraccordation {
|
|
881
|
+
margin: 0px !important;
|
|
882
|
+
margin-bottom: 10px !important;
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
/*dasboard screen*/
|
|
887
|
+
.flexpanelcard {
|
|
888
|
+
display: flex;
|
|
889
|
+
gap: 5px;
|
|
890
|
+
grid-template-columns: repeat(3, 1fr);
|
|
891
|
+
background-color: #f0f0f0;
|
|
892
|
+
/* height: 100%; */
|
|
893
|
+
/* width: 100%; */
|
|
894
|
+
/* padding-left:10px;
|
|
895
|
+
padding-right:10px; */
|
|
896
|
+
padding: 5px;
|
|
897
|
+
zoom:0.8;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
.dashboardfirstchart {
|
|
903
|
+
/* background-color: #fff; */
|
|
904
|
+
|
|
905
|
+
/* max-width:35%; */
|
|
906
|
+
float: left;
|
|
907
|
+
width: 35%;
|
|
908
|
+
height: 100%;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
.dashboardsubchart {
|
|
912
|
+
width: auto;
|
|
913
|
+
/* height: 160px; */
|
|
914
|
+
/* height: calc(100vh / 4); */
|
|
915
|
+
height:42vh;
|
|
916
|
+
padding: 15px;
|
|
917
|
+
background-color: #fff;
|
|
918
|
+
margin: 5px;
|
|
919
|
+
border: 1px solid #ccc;
|
|
920
|
+
border-radius: 10px;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
.dashboardsecondchart {
|
|
924
|
+
float: left;
|
|
925
|
+
width: 40%;
|
|
926
|
+
margin-right: 5px;
|
|
927
|
+
margin-top: 5px;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.dashboardthirdchart {
|
|
931
|
+
width:22%;
|
|
932
|
+
float: left;
|
|
933
|
+
padding: 0;
|
|
934
|
+
flex: 1;
|
|
935
|
+
margin-top: 5px;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
.third_availbity {
|
|
939
|
+
display: flex;
|
|
940
|
+
gap: 0px;
|
|
941
|
+
height:42vh;
|
|
942
|
+
flex-wrap: wrap;
|
|
943
|
+
|
|
944
|
+
/* height:270px; */
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
.port_availbity {
|
|
948
|
+
flex: 1 1;
|
|
949
|
+
border: 1px solid #ccc;
|
|
950
|
+
background-color: #fff;
|
|
951
|
+
border-radius: 10px;
|
|
952
|
+
width: 40%;
|
|
953
|
+
padding: 15px;
|
|
954
|
+
margin-left: 5px;
|
|
955
|
+
margin-right: 5px;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
.lastactity {
|
|
959
|
+
/* height:240px; */
|
|
960
|
+
/* overflow:auto; */
|
|
961
|
+
background-color: #fff;
|
|
962
|
+
margin-bottom: 5px;
|
|
963
|
+
/* margin: 5px; */
|
|
964
|
+
border: 1px solid #ccc;
|
|
965
|
+
border-radius: 10px;
|
|
966
|
+
/* height: calc(100vh / 4); */
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
.lastactity>ul>li {
|
|
970
|
+
list-style: none;
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
.lastactityflex {
|
|
974
|
+
display: block;
|
|
975
|
+
gap: 5px;
|
|
976
|
+
height:69%;
|
|
977
|
+
/* margin-top: 5px; */
|
|
978
|
+
/* height:70%; */
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.dashboardlastactityfirst>.lastactity:last-child {
|
|
982
|
+
margin-top: 10px;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.dashboardlastactityfirst {
|
|
986
|
+
/* max-width:60%;
|
|
987
|
+
flex:60%; */
|
|
988
|
+
display: flex;
|
|
989
|
+
gap: 5px;
|
|
990
|
+
height: 100%;
|
|
991
|
+
/* height:85vh; */
|
|
992
|
+
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.dashboardlastactityfirst>.lastactity {
|
|
996
|
+
max-width: 50%;
|
|
997
|
+
flex: 50%;
|
|
998
|
+
padding: 15px;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
.dashboardlastactityfirst>.lastpayer {
|
|
1002
|
+
max-width: 50%;
|
|
1003
|
+
flex: 50%;
|
|
1004
|
+
padding: 15px;
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
.lastactitylast {
|
|
1008
|
+
max-width: 40%;
|
|
1009
|
+
flex: 40%;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.lastactity>div>h5 {
|
|
1013
|
+
margin: 0;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
.lastpayer>div>h5 {
|
|
1017
|
+
margin: 0;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
.lastpayer {
|
|
1021
|
+
border: 1px solid #ccc;
|
|
1022
|
+
border-radius: 10px;
|
|
1023
|
+
max-width: 40%;
|
|
1024
|
+
flex: 40%;
|
|
1025
|
+
background-color: #fff;
|
|
1026
|
+
margin-bottom: 5px;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
.balancepanel {
|
|
1030
|
+
border: 1px solid #ccc;
|
|
1031
|
+
border-radius: 10px;
|
|
1032
|
+
background-color: #fff;
|
|
1033
|
+
padding: 15px;
|
|
1034
|
+
height:28%;
|
|
1035
|
+
margin-top: 2px;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
.info_priority {
|
|
1039
|
+
display: grid;
|
|
1040
|
+
grid-template-columns: repeat(2, 1fr);
|
|
1041
|
+
gap: 20px;
|
|
1042
|
+
margin-bottom: 20px;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
.priortybox {
|
|
1046
|
+
width: 150px;
|
|
1047
|
+
border: 1px solid #ccc;
|
|
1048
|
+
border-radius: 10px;
|
|
1049
|
+
height: 100px;
|
|
1050
|
+
padding: 10px;
|
|
1051
|
+
background-color: #fff;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.badge-item {
|
|
1055
|
+
display: flex;
|
|
1056
|
+
margin-bottom: 5px;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.infopriortylist .badge-item {
|
|
1060
|
+
margin: 5px;
|
|
1061
|
+
border-bottom: 1px solid #ccc;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
.payerlist .badge-item {
|
|
1065
|
+
margin: 5px;
|
|
1066
|
+
border-bottom: 1px solid #ccc;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
/* .infopriortylist{
|
|
1070
|
+
display:flex;
|
|
1071
|
+
} */
|
|
1072
|
+
/* .infopriortylist >h4{
|
|
1073
|
+
flex: 1;
|
|
1074
|
+
margin: 0;
|
|
1075
|
+
padding: 5px;
|
|
1076
|
+
} */
|
|
1077
|
+
.priorityparentpanl {
|
|
1078
|
+
margin-top: 5px;
|
|
1079
|
+
border-radius: 10px;
|
|
1080
|
+
padding: 9px;
|
|
1081
|
+
background-color: #fff;
|
|
1082
|
+
border: 1px solid #ccc;
|
|
1083
|
+
height:100%;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.dashboardsubfirstchart>h5 {
|
|
1087
|
+
margin: 0;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
.port_availbity>div>h5 {
|
|
1091
|
+
margin: 0;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
.port_availbity>h5 {
|
|
1095
|
+
margin: 0;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.balancepanel>h5 {
|
|
1099
|
+
margin: 0;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
.lastpayer>h5 {
|
|
1103
|
+
margin: 0;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
/* .denialsummary{
|
|
1107
|
+
height: 43vh;
|
|
1108
|
+
overflow: auto;
|
|
1109
|
+
} */
|
|
1110
|
+
.dashoboardscreen {
|
|
1111
|
+
height: auto !important;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
.panelbox {
|
|
1115
|
+
flex: 80%;
|
|
1116
|
+
padding-left: 0px !important;
|
|
1117
|
+
/* max-width:80%; */
|
|
1118
|
+
/* background-color:#fff; */
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
.sidepanel {
|
|
1122
|
+
width: 100%;
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
.denialsummary {
|
|
1126
|
+
/* width: 325px; */
|
|
1127
|
+
padding: 5px;
|
|
1128
|
+
height:93vh;
|
|
1129
|
+
border-radius:10px;
|
|
1130
|
+
text-align:left;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
.denialsummary>h5 {
|
|
1134
|
+
text-align: left;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
.badge-box-FourBox {
|
|
1138
|
+
border: 1px solid #ccc;
|
|
1139
|
+
border-radius: 10px;
|
|
1140
|
+
background: #fff;
|
|
1141
|
+
width: 100%;
|
|
1142
|
+
height: 100%;
|
|
1143
|
+
padding-bottom: 15px;
|
|
1144
|
+
font-family: proxima-nova-bold;
|
|
1145
|
+
font-size: 15px;
|
|
1146
|
+
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
.priortycolumn {
|
|
1150
|
+
height: 100%;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
.badge-box-FourBox .badge-label {
|
|
1154
|
+
font-size: 12px;
|
|
1155
|
+
color: #000;
|
|
1156
|
+
padding: 15px !important;
|
|
1157
|
+
display: block;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.badge-container-FourBox .badge-box-FourBox {
|
|
1161
|
+
height: auto !important;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.progress-bar-wrapper {
|
|
1165
|
+
display: none !important;
|
|
1166
|
+
width: 100%;
|
|
1167
|
+
/* Full width of the container */
|
|
1168
|
+
background-color: #e0e0e0;
|
|
1169
|
+
/* Light gray background */
|
|
1170
|
+
height: 8px;
|
|
1171
|
+
/* Set the height of the progress bar */
|
|
1172
|
+
border-radius: 4px;
|
|
1173
|
+
/* Optional rounded corners */
|
|
1174
|
+
overflow: hidden;
|
|
1175
|
+
/* Ensure progress bar stays within bounds */
|
|
1176
|
+
position: relative;
|
|
1177
|
+
/* Required for child positioning */
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.progress-bar-container {
|
|
1181
|
+
height: 100%;
|
|
1182
|
+
/* Matches the height of the wrapper */
|
|
1183
|
+
transition: width 0.3s ease;
|
|
1184
|
+
/* Smooth transition effect */
|
|
1185
|
+
border-radius: 4px 0 0 4px;
|
|
1186
|
+
/* Rounded corners for the left side */
|
|
1187
|
+
position: absolute;
|
|
1188
|
+
/* Positioned absolutely within the wrapper */
|
|
1189
|
+
left: 0;
|
|
1190
|
+
/* Ensures the bar starts from the left */
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
/*
|
|
1194
|
+
@media only screen and (max-width:1400px)
|
|
1195
|
+
{
|
|
1196
|
+
.flexpanelcard{
|
|
1197
|
+
display:block;
|
|
1198
|
+
}
|
|
1199
|
+
.sidepanel>.leftside{
|
|
1200
|
+
height:auto;
|
|
1201
|
+
}
|
|
1202
|
+
.priortycolumn{
|
|
1203
|
+
display:flex;
|
|
1204
|
+
width:100%;
|
|
1205
|
+
gap:10px;
|
|
1206
|
+
}
|
|
1207
|
+
.info_priority{
|
|
1208
|
+
width:30%;
|
|
1209
|
+
}
|
|
1210
|
+
.codepanel{
|
|
1211
|
+
width:32%;
|
|
1212
|
+
}
|
|
1213
|
+
.secondprioirty{
|
|
1214
|
+
width:63%;
|
|
1215
|
+
background-color: #fff;
|
|
1216
|
+
border: 1px solid #ccc;
|
|
1217
|
+
border-radius: 4px;
|
|
1218
|
+
}
|
|
1219
|
+
.firstchart{
|
|
1220
|
+
max-width:97%;
|
|
1221
|
+
}
|
|
1222
|
+
.secondchart{
|
|
1223
|
+
max-width:97%;
|
|
1224
|
+
}
|
|
1225
|
+
.thirdchart{
|
|
1226
|
+
max-width:100%;
|
|
1227
|
+
}
|
|
1228
|
+
.info_priority{
|
|
1229
|
+
display:block;
|
|
1230
|
+
}
|
|
1231
|
+
.balancepanel{
|
|
1232
|
+
margin-top:10px;
|
|
1233
|
+
}
|
|
1234
|
+
.lastactityfirst{
|
|
1235
|
+
max-width:50%;
|
|
1236
|
+
}
|
|
1237
|
+
.lastpayer{
|
|
1238
|
+
max-width:50%;
|
|
1239
|
+
}
|
|
1240
|
+
.badge-box-FrouBox{
|
|
1241
|
+
padding:0px;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
}
|
|
1245
|
+
*/
|
|
1246
|
+
|
|
1247
|
+
/*previous css arun*/
|
|
1248
|
+
/*First Chart*/
|
|
1249
|
+
/* #chart {
|
|
1250
|
+
height: 440px;
|
|
1251
|
+
} */
|
|
1252
|
+
|
|
1253
|
+
/*Second Chart*/
|
|
1254
|
+
.badge-container {
|
|
1255
|
+
display: table;
|
|
1256
|
+
width: 100%;
|
|
1257
|
+
border-collapse: collapse;
|
|
1258
|
+
/* border: 1px solid #dcdcdc; */
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
/* .badge-item {
|
|
1262
|
+
display: flex;
|
|
1263
|
+
gap: 10px;
|
|
1264
|
+
margin-bottom: 10px;
|
|
1265
|
+
align-items: center;
|
|
1266
|
+
border-bottom: 1px solid #dcdcdc;
|
|
1267
|
+
justify-content: space-between;
|
|
1268
|
+
margin: 3px;
|
|
1269
|
+
padding: 4px 3px;
|
|
1270
|
+
} */
|
|
1271
|
+
.payervalue {
|
|
1272
|
+
font-weight: bold;
|
|
1273
|
+
color: #000;
|
|
1274
|
+
font-size: 13px;
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
.badge-label {
|
|
1278
|
+
/*
|
|
1279
|
+
width: 120px;
|
|
1280
|
+
display: table-cell;
|
|
1281
|
+
padding: 9px;
|
|
1282
|
+
padding-bottom: 0px;
|
|
1283
|
+
text-transform: capitalize;
|
|
1284
|
+
text-align: left;
|
|
1285
|
+
color: #000;
|
|
1286
|
+
font-weight: normal;
|
|
1287
|
+
font-size: 12px;
|
|
1288
|
+
*/
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
.badge-item:last-child {
|
|
1292
|
+
border-bottom: none;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
.countpanel {
|
|
1296
|
+
display: block;
|
|
1297
|
+
padding: 4px;
|
|
1298
|
+
font-weight: bold;
|
|
1299
|
+
text-align: center;
|
|
1300
|
+
background-color: #f7f7f8;
|
|
1301
|
+
color: #000;
|
|
1302
|
+
border-radius: 20%;
|
|
1303
|
+
font-size: 10px;
|
|
1304
|
+
min-width: 15px;
|
|
1305
|
+
height: auto;
|
|
1306
|
+
line-height: 10px;
|
|
1307
|
+
border: 1px solid #ececf1;
|
|
1308
|
+
font-family: "proxima-nova-bold";
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
.listsection {
|
|
1312
|
+
display: flex;
|
|
1313
|
+
justify-content: space-between;
|
|
1314
|
+
padding: 4px 5px;
|
|
1315
|
+
border-bottom: 1px solid #e7e7e7;
|
|
1316
|
+
font-size: 11px;
|
|
1317
|
+
color: #000;
|
|
1318
|
+
font-weight: bold;
|
|
1319
|
+
font-family: "proxima_nova_regular";
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
.badge-count {
|
|
1323
|
+
display: block;
|
|
1324
|
+
padding: 5px;
|
|
1325
|
+
font-weight: bold;
|
|
1326
|
+
text-align: center;
|
|
1327
|
+
background-color: #f7f7f8;
|
|
1328
|
+
color: #000;
|
|
1329
|
+
border-radius: 20%;
|
|
1330
|
+
font-size: 12px;
|
|
1331
|
+
min-width: 15px;
|
|
1332
|
+
height: 10px;
|
|
1333
|
+
line-height: 10px;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
/*Third Chart*/
|
|
1337
|
+
.progress-bar-container {
|
|
1338
|
+
display: table-cell;
|
|
1339
|
+
padding: 5px;
|
|
1340
|
+
width: 80%;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.progress-bar {
|
|
1344
|
+
display: block;
|
|
1345
|
+
height: 5px;
|
|
1346
|
+
background-color: #113e70;
|
|
1347
|
+
border-radius: 3px;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
/* Fourth Chart */
|
|
1351
|
+
/* Container for the grid layout */
|
|
1352
|
+
.reactanglebox .badge-container-FourBox {
|
|
1353
|
+
display: grid;
|
|
1354
|
+
grid-template-columns: auto auto;
|
|
1355
|
+
/* Two columns */
|
|
1356
|
+
grid-template-rows: repeat(2, 1fr);
|
|
1357
|
+
/* Two rows */
|
|
1358
|
+
grid-gap: 8px;
|
|
1359
|
+
/* Space between the boxes */
|
|
1360
|
+
padding: 0px;
|
|
1361
|
+
border-collapse: collapse;
|
|
1362
|
+
height:100% !important;
|
|
1363
|
+
/* height: calc(100vh / 4); */
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
/* Style for each badge box */
|
|
1367
|
+
.reactanglebox .badge-box-FrouBox {
|
|
1368
|
+
/* background-color: #FFFFFF; */
|
|
1369
|
+
/* display: flex; */
|
|
1370
|
+
/* flex-direction: column; */
|
|
1371
|
+
/* align-items: center; */
|
|
1372
|
+
/* padding: 10px; */
|
|
1373
|
+
border: 1px solid #dcdcdc;
|
|
1374
|
+
border-radius: 10px;
|
|
1375
|
+
height: 100px;
|
|
1376
|
+
width: 95px;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
/* Style for the label */
|
|
1380
|
+
.reactanglebox .badge-label-FrouBox {
|
|
1381
|
+
font-size: 16px;
|
|
1382
|
+
/* Font size for label */
|
|
1383
|
+
font-weight: bold;
|
|
1384
|
+
/* Bold text for label */
|
|
1385
|
+
margin-bottom: 5px;
|
|
1386
|
+
/* Space between label and count */
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
/* Specific color styles for each label */
|
|
1390
|
+
.reactanglebox .badge-label.red {
|
|
1391
|
+
color: red;
|
|
1392
|
+
/* Red color for the first two items */
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
.badge-label.orange {
|
|
1396
|
+
color: orange;
|
|
1397
|
+
/* Orange color for the third item */
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.reactanglebox .badge-label.green {
|
|
1401
|
+
color: green;
|
|
1402
|
+
/* Green color for the fourth item */
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
/* Style for the count */
|
|
1406
|
+
.reactanglebox .badge-box-FourBox .badge-count-FourBox {
|
|
1407
|
+
font-size: 20px;
|
|
1408
|
+
/* Font size for count */
|
|
1409
|
+
font-weight: bold;
|
|
1410
|
+
padding-top: 5px;
|
|
1411
|
+
height: auto;
|
|
1412
|
+
text-align: center;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
.no-wrap-title {
|
|
1416
|
+
white-space: nowrap;
|
|
1417
|
+
/* Prevent wrapping */
|
|
1418
|
+
overflow: hidden;
|
|
1419
|
+
/* Hide overflow */
|
|
1420
|
+
text-overflow: ellipsis;
|
|
1421
|
+
/* Display ellipsis if the text is too long */
|
|
1422
|
+
margin-bottom: 20px;
|
|
1423
|
+
/* Adjust space below the title */
|
|
1424
|
+
text-align: center;
|
|
1425
|
+
margin: 0;
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
/*chart box*/
|
|
1429
|
+
/* .firstchart{
|
|
1430
|
+
background-color:#fff;
|
|
1431
|
+
border:1px solid #ccc;
|
|
1432
|
+
} */
|
|
1433
|
+
|
|
1434
|
+
/* for buttons */
|
|
1435
|
+
|
|
1436
|
+
.button-container {
|
|
1437
|
+
display: flex;
|
|
1438
|
+
justify-content: flex-end;
|
|
1439
|
+
gap: 10px;
|
|
1440
|
+
padding: 10px;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
/* Button styling */
|
|
1444
|
+
.custom-button {
|
|
1445
|
+
padding: 5px 10px;
|
|
1446
|
+
margin-right: 10px;
|
|
1447
|
+
font-size: 12px;
|
|
1448
|
+
border: none;
|
|
1449
|
+
border-radius: 4px;
|
|
1450
|
+
background-color: #e0e0e0;
|
|
1451
|
+
color: #000;
|
|
1452
|
+
cursor: pointer;
|
|
1453
|
+
transition: background-color 0.3s ease, color 0.3s ease;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
/* Active button styling */
|
|
1457
|
+
.custom-button.active {
|
|
1458
|
+
background-color: #113e70;
|
|
1459
|
+
color: #fff;
|
|
1460
|
+
margin-right: 10px;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
/* Hover effect */
|
|
1464
|
+
.custom-button:hover {
|
|
1465
|
+
background-color: #d0d0d0;
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.infosummarizeworkspace {
|
|
1469
|
+
display: flex;
|
|
1470
|
+
justify-content: space-between;
|
|
1471
|
+
background: #fff;
|
|
1472
|
+
padding: 5px;
|
|
1473
|
+
border-radius: 4px;
|
|
1474
|
+
align-items: center;
|
|
1475
|
+
padding-right: 20px;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.popup-overlay {
|
|
1479
|
+
position: fixed;
|
|
1480
|
+
top: 0;
|
|
1481
|
+
left: 0;
|
|
1482
|
+
right: 0;
|
|
1483
|
+
bottom: 0;
|
|
1484
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
1485
|
+
/* Dim background */
|
|
1486
|
+
display: flex;
|
|
1487
|
+
align-items: center;
|
|
1488
|
+
justify-content: center;
|
|
1489
|
+
z-index: 1000;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
.popup-content {
|
|
1493
|
+
background-color: #fff;
|
|
1494
|
+
padding: 20px;
|
|
1495
|
+
border-radius: 8px;
|
|
1496
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
1497
|
+
position: relative;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
.popup-header {
|
|
1501
|
+
display: flex;
|
|
1502
|
+
justify-content: space-between;
|
|
1503
|
+
align-items: center;
|
|
1504
|
+
border-bottom: 1px solid #ddd;
|
|
1505
|
+
padding-bottom: 10px;
|
|
1506
|
+
margin-bottom: 15px;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
.close-button {
|
|
1510
|
+
background: none;
|
|
1511
|
+
border: none;
|
|
1512
|
+
font-size: 18px;
|
|
1513
|
+
cursor: pointer;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.custom-label {
|
|
1517
|
+
display: inline-block;
|
|
1518
|
+
/* Ensures proper alignment */
|
|
1519
|
+
background-color: #4caf50;
|
|
1520
|
+
/* Green background for labels */
|
|
1521
|
+
color: white;
|
|
1522
|
+
/* White text color */
|
|
1523
|
+
width: 30px;
|
|
1524
|
+
/* Fixed width for circular shape */
|
|
1525
|
+
height: 30px;
|
|
1526
|
+
/* Fixed height for circular shape */
|
|
1527
|
+
line-height: 30px;
|
|
1528
|
+
/* Centers text vertically */
|
|
1529
|
+
text-align: center;
|
|
1530
|
+
/* Centers text horizontally */
|
|
1531
|
+
border-radius: 50%;
|
|
1532
|
+
/* Makes the shape circular */
|
|
1533
|
+
font-size: 12px;
|
|
1534
|
+
/* Adjust font size */
|
|
1535
|
+
font-weight: bold;
|
|
1536
|
+
/* Makes the text bold */
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
.lastpayer .badge-label {
|
|
1540
|
+
width: 20px;
|
|
1541
|
+
padding: 0px 0px;
|
|
1542
|
+
margin-right: 10px;
|
|
1543
|
+
flex: 1;
|
|
1544
|
+
font-size: 12px;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
.listsection:last-child {
|
|
1548
|
+
border-bottom: none;
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
/*
|
|
1552
|
+
.reactanglebox {
|
|
1553
|
+
height: 30%;
|
|
1554
|
+
}
|
|
1555
|
+
*/
|
|
1556
|
+
|
|
1557
|
+
/*
|
|
1558
|
+
@media only screen and (min-width:1700px) and (max-width:1920px) {
|
|
1559
|
+
|
|
1560
|
+
.panelbox{
|
|
1561
|
+
max-width:85%;
|
|
1562
|
+
}
|
|
1563
|
+
.balancepanel{
|
|
1564
|
+
height:70vh;
|
|
1565
|
+
}
|
|
1566
|
+
.infopriortylist{
|
|
1567
|
+
border: 1px solid #ccc;
|
|
1568
|
+
height: 100vh;
|
|
1569
|
+
border-radius: 5px;
|
|
1570
|
+
width: 100%;
|
|
1571
|
+
|
|
1572
|
+
}
|
|
1573
|
+
.lastpayer{
|
|
1574
|
+
margin-bottom:10px;
|
|
1575
|
+
}
|
|
1576
|
+
.secondprioirty{
|
|
1577
|
+
height:73%;
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
*/
|
|
1581
|
+
|
|
1582
|
+
.Attendance-progress-container {
|
|
1583
|
+
width: 100%;
|
|
1584
|
+
/* Full-width container */
|
|
1585
|
+
background-color: #e0e0e0;
|
|
1586
|
+
/* Light gray for background */
|
|
1587
|
+
border-radius: 5px;
|
|
1588
|
+
/* Rounded corners */
|
|
1589
|
+
overflow: hidden;
|
|
1590
|
+
/* Ensure content doesn't overflow */
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
/* Progress Bar Styles */
|
|
1594
|
+
.Attendance-progress-bar {
|
|
1595
|
+
height: 100%;
|
|
1596
|
+
/* Full height */
|
|
1597
|
+
transition: width 0.3s ease;
|
|
1598
|
+
/* Smooth width transition */
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
.progress_success {
|
|
1602
|
+
background-color: #1fbd72;
|
|
1603
|
+
height: 10px;
|
|
1604
|
+
/* Adjust height as needed */
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
.progress_warning {
|
|
1608
|
+
background-color: #fdd309;
|
|
1609
|
+
height: 10px;
|
|
1610
|
+
/* Adjust height as needed */
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
.progress_danger {
|
|
1614
|
+
background-color: #dd2a26;
|
|
1615
|
+
height: 10px;
|
|
1616
|
+
/* Adjust height as needed */
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
.infoattendpanel {
|
|
1620
|
+
display: flex;
|
|
1621
|
+
align-items: center;
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
.attendence_leftside {
|
|
1625
|
+
flex: 50%;
|
|
1626
|
+
max-width: 50%;
|
|
1627
|
+
padding-left: 10px;
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.attendence_rightside {
|
|
1631
|
+
flex: 50%;
|
|
1632
|
+
max-width: 50%;
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
.attendence_leftside>h3,
|
|
1636
|
+
.attendence_leftside>span {
|
|
1637
|
+
text-align: left;
|
|
1638
|
+
display: block;
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
.overallchart {
|
|
1642
|
+
margin-left: 60px !important;
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
.payerlist {
|
|
1646
|
+
/* height:170px; */
|
|
1647
|
+
/* overflow: auto; */
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
.dashboard-switch {
|
|
1651
|
+
display: flex;
|
|
1652
|
+
justify-content: center;
|
|
1653
|
+
padding: 10px;
|
|
1654
|
+
background-color: #f5f5f5;
|
|
1655
|
+
position: sticky;
|
|
1656
|
+
top: 0;
|
|
1657
|
+
z-index: 1000;
|
|
1658
|
+
border-bottom: 1px solid #ddd;
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
.dashboard-switch button {
|
|
1662
|
+
margin: 0 10px;
|
|
1663
|
+
padding: 5px 10px;
|
|
1664
|
+
border: none;
|
|
1665
|
+
border-radius: 8px;
|
|
1666
|
+
background-color: #007bff;
|
|
1667
|
+
color: #fff;
|
|
1668
|
+
cursor: pointer;
|
|
1669
|
+
font-size: 12px;
|
|
1670
|
+
font-family: "Arial", sans-serif;
|
|
1671
|
+
transition: background-color 0.3s ease;
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
.dashboard-switch button:hover {
|
|
1675
|
+
background-color: #0056b3;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
.dashboard-switch .active-button {
|
|
1679
|
+
background-color: #28a745;
|
|
1680
|
+
color: #fff;
|
|
1681
|
+
font-weight: bold;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.dx-visibility-change-handler {
|
|
1685
|
+
margin-top: 0px !important;
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
.no-mar {
|
|
1689
|
+
margin-top: 22px !important;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.right_section_summ {
|
|
1693
|
+
display: flex;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
.right_section_summ p {
|
|
1697
|
+
line-height: 20px;
|
|
1698
|
+
vertical-align: middle;
|
|
1699
|
+
padding-top: 2px;
|
|
1700
|
+
padding-right: 10px;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
.radio-option label {
|
|
1704
|
+
margin-right: 13px;
|
|
1705
|
+
padding-top: 5px;
|
|
1706
|
+
color: #000;
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
#pie {
|
|
1710
|
+
margin-top: 0px !important;
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
/*28-3-2025*/
|
|
1714
|
+
/* .infopriortylist .payerlist{
|
|
1715
|
+
background-color:red !important;
|
|
1716
|
+
} */
|
|
1717
|
+
|
|
1718
|
+
.infopriortylist .payerlist .payervalues {
|
|
1719
|
+
word-break: break-all;
|
|
1720
|
+
padding-left: 0px !important;
|
|
1721
|
+
width: 60%;
|
|
1722
|
+
flex: 1;
|
|
1723
|
+
font-size: 12px;
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
.infopriortylist .payerlist .progress-bar-wrapper {
|
|
1727
|
+
margin-left: 10px;
|
|
1728
|
+
margin-right: 10px;
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1731
|
+
|
|
1732
|
+
|
|
1733
|
+
.infopriortylist>.badge-container>.payerlist {
|
|
1734
|
+
height: 73vh;
|
|
1735
|
+
overflow: auto;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
|
|
1739
|
+
.lastpayer .payerlist {
|
|
1740
|
+
word-break: break-all;
|
|
1741
|
+
height: 72vh;
|
|
1742
|
+
overflow: auto;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
/* .lastpayer .payervalue{
|
|
1746
|
+
width:50px;
|
|
1747
|
+
} */
|
|
1748
|
+
|
|
1749
|
+
.Dashboard_chartheader {
|
|
1750
|
+
text-align: left;
|
|
1751
|
+
padding-left: 0px;
|
|
1752
|
+
padding-top: 0px;
|
|
1753
|
+
padding-bottom: 10px;
|
|
1754
|
+
font-family: proxima_nova_rgregular !important;
|
|
1755
|
+
font-weight: 700;
|
|
1756
|
+
font-size: 12px;
|
|
1757
|
+
margin: '0px';
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
/*media query*/
|
|
1761
|
+
@media screen and (min-width:1800px) and (max-width:1920px) {
|
|
1762
|
+
|
|
1763
|
+
/* .dashboardlastactityfirst{
|
|
1764
|
+
height: 78vh;
|
|
1765
|
+
} */
|
|
1766
|
+
/* .lastactityflex{
|
|
1767
|
+
height:77%;
|
|
1768
|
+
} */
|
|
1769
|
+
|
|
1770
|
+
.balanceRangesummary {
|
|
1771
|
+
height: 27vh;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.reactanglebox .badge-box-FourBox .badge-count-FourBox {
|
|
1775
|
+
height: 50%;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
/* .balancepanel {
|
|
1779
|
+
height:31.5vh;
|
|
1780
|
+
} */
|
|
1781
|
+
.priorityparentpanl {
|
|
1782
|
+
/* height:98%; */
|
|
1783
|
+
}
|
|
1784
|
+
|
|
1785
|
+
/* .badge-box-FourBox .badge-count-FourBox {
|
|
1786
|
+
padding-top: 8%;
|
|
1787
|
+
} */
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
.portable_availlitysection {
|
|
1793
|
+
display: flex;
|
|
1794
|
+
align-items: center;
|
|
1795
|
+
padding:20px;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
|
|
1799
|
+
/* 08-August-2025 */
|
|
1800
|
+
|
|
1801
|
+
.badge-container-Box {
|
|
1802
|
+
/* max-height: 250px; */
|
|
1803
|
+
height:34vh;
|
|
1804
|
+
overflow-y: auto;
|
|
1805
|
+
border: 1px solid #ccc;
|
|
1806
|
+
background-color:#fff;
|
|
1807
|
+
border-radius:10px;
|
|
1808
|
+
padding: 8px;
|
|
1809
|
+
flex:1;
|
|
1810
|
+
/* width: 150px; */
|
|
1811
|
+
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
.badge-row-Box {
|
|
1815
|
+
display: flex;
|
|
1816
|
+
flex-direction: column;
|
|
1817
|
+
justify-content: center;
|
|
1818
|
+
padding: 10px;
|
|
1819
|
+
margin-bottom: 8px;
|
|
1820
|
+
background-color: #fff;
|
|
1821
|
+
border:1px solid #ccc;
|
|
1822
|
+
border-radius:8px;
|
|
1823
|
+
cursor: pointer;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.badge-label-Box {
|
|
1827
|
+
font-size: 12px;
|
|
1828
|
+
font-weight: bold;
|
|
1829
|
+
color: #333;
|
|
1830
|
+
text-align: center;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
.badge-count-Box {
|
|
1834
|
+
font-size: 20px;
|
|
1835
|
+
font-weight: bold;
|
|
1836
|
+
text-align: center;
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
/*custom end*/
|
|
1840
|
+
.customfield{
|
|
1841
|
+
display:flex;
|
|
1842
|
+
gap:10px;
|
|
1843
|
+
}
|