cronapp-framework-js 3.0.0-SP.2 → 3.0.0-SP.21

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 (47) hide show
  1. package/components/crn-dynamic-menu.components.json +0 -21
  2. package/components/crn-enterprise-combobox-multiple.components.json +6 -0
  3. package/components/crn-navbar.components.json +1 -1
  4. package/components/templates/Component_Container/crn-eight-four-container.template.html +2 -2
  5. package/components/templates/Component_Container/crn-four-eight-container.template.html +2 -2
  6. package/components/templates/Component_Container/crn-one-container.template.html +1 -1
  7. package/components/templates/Component_Container/crn-three-container.template.html +3 -3
  8. package/components/templates/Component_Container/crn-three-six-three-container.template.html +3 -3
  9. package/components/templates/Component_Container/crn-two-container.template.html +2 -2
  10. package/components/templates/cron-combobox-multiple.template.html +1 -1
  11. package/css/themes/custom/krypton/custom-krypton.css +827 -223
  12. package/css/themes/custom/krypton/grid-krypton.css +243 -66
  13. package/css/themes/custom/krypton/navbar-krypton.css +13 -11
  14. package/css/themes/custom/krypton/panel-krypton.css +14 -11
  15. package/css/themes/custom/material/navbar-material.css +2 -0
  16. package/css/themes/custom/material-round/custom-material-round.css +181 -34
  17. package/css/themes/custom/material-round/grid-material-round.css +85 -13
  18. package/css/themes/custom/navigator/custom-navigator.css +47 -20
  19. package/css/themes/custom/theme-general/menu-vertical-retratil.css +34 -21
  20. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
  21. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
  22. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
  23. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
  24. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
  25. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
  26. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  27. package/dist/css/themes/custom/krypton/custom-krypton.css +1 -1
  28. package/dist/css/themes/custom/krypton/grid-krypton.css +1 -1
  29. package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -1
  30. package/dist/css/themes/custom/krypton/panel-krypton.css +1 -1
  31. package/dist/css/themes/custom/material/navbar-material.css +1 -1
  32. package/dist/css/themes/custom/material-round/custom-material-round.css +1 -1
  33. package/dist/css/themes/custom/material-round/grid-material-round.css +1 -1
  34. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  35. package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -1
  36. package/dist/js/app.js +1 -1
  37. package/dist/js/controllers.js +1 -1
  38. package/dist/js/directives.js +10 -10
  39. package/dist/js/reports/reports.service.js +1 -1
  40. package/dist/js/upload.service.js +1 -1
  41. package/js/app.js +5 -4
  42. package/js/controllers.js +40 -19
  43. package/js/directives.js +46 -13
  44. package/js/reports/reports.service.js +5 -5
  45. package/js/upload.service.js +7 -4
  46. package/package.json +1 -1
  47. package/postupdate.json +6 -0
@@ -22,12 +22,12 @@
22
22
  .k-button.k-default,
23
23
  .btn.btn-default {
24
24
  box-shadow: transparent;
25
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
25
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
26
26
  }
27
27
 
28
28
  .k-button:hover {
29
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
30
- box-shadow: 0px 0px 3px #187AD4;
29
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
30
+ box-shadow: 0px 0px 3px #187ad4;
31
31
  }
32
32
 
33
33
  .k-grid-header .k-header {
@@ -49,7 +49,7 @@
49
49
  }
50
50
 
51
51
  .k-slider .k-button {
52
- background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
52
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
53
53
  color: var(--textColorPrimary40, #f0f0f0);
54
54
  border-radius: 5px;
55
55
  transform: translate(-50%, -50%);
@@ -65,13 +65,13 @@
65
65
  }
66
66
 
67
67
  .k-grid .k-pager-numbers .k-state-selected {
68
- background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
68
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
69
69
  color: var(--textColor40, #f0f0f0);
70
70
  border-radius: 5px;
71
71
  }
72
72
 
73
73
  .k-button.k-primary {
74
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
74
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
75
75
  }
76
76
 
77
77
  .k-button.k-primary:focus,
@@ -89,7 +89,7 @@
89
89
 
90
90
  .k-grid-header:first-child th.k-header:first-child {
91
91
  border-radius: 10px;
92
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
92
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
93
93
  }
94
94
 
95
95
  .k-grid-header th.k-header {
@@ -115,51 +115,40 @@
115
115
  }
116
116
 
117
117
  .k-grid-header .k-header {
118
- background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
119
- }
120
-
121
- .k-grid-toolbar:first-child,
122
- .k-grouping-header+.k-grid-toolbar {
123
- background: var(--backgroundColor40, #090f13);
118
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
124
119
  }
125
120
 
126
121
  .k-grid-header th.k-header {
127
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
122
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
128
123
  color: var(--textColor40, #f0f0f0);
129
124
  border: transparent;
130
125
  height: 8px;
131
126
  }
132
127
 
133
128
  .k-grid tbody td>.k-grid-delete {
134
- background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
129
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
135
130
  }
136
131
 
137
132
  .k-grid tbody td>.k-grid-delete:hover {
138
- background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
139
- box-shadow: 0px 0px 3px #DE3636;
133
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
134
+ box-shadow: 0px 0px 3px #de3636;
140
135
  }
141
136
 
142
137
  .k-grid table {
143
138
  border-spacing: 1px;
139
+ background: var(--backgroundColor, #090f13);
140
+ border: unset;
144
141
  }
145
142
 
146
143
  .k-slider-horizontal .k-slider-selection,
147
144
  .k-slider-horizontal .k-slider-track {
148
- background: var(--backgroundColor30, #546270);
145
+ background: var(--textColor40, #f0f0f0);
149
146
  height: 10px;
150
147
  margin-top: 0px;
151
148
  top: 0%;
152
149
  border-radius: 20px;
153
150
  }
154
151
 
155
- .k-slider .k-button {
156
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
157
- color: var(--textColorPrimary40, #f0f0f0);
158
- border-radius: 5px;
159
- box-shadow: none;
160
- top: 1px;
161
- }
162
-
163
152
  .k-draghandle .k-state-focused:link {
164
153
  height: initial;
165
154
  }
@@ -170,24 +159,24 @@
170
159
  }
171
160
 
172
161
  .k-grid .k-pager-numbers .k-state-selected {
173
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
162
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
174
163
  color: var(--textColorPrimary40, #f0f0f0);
175
164
  border-radius: 5px;
176
165
  border: none;
177
166
  }
178
167
 
179
168
  .k-pager-wrap>.k-link>.k-icon {
180
- color: var(--textColorDefault40, #f0f0f0);
169
+ color: var(--colorPrimary60, #125da2);
181
170
  }
182
171
 
183
172
  .k-button.k-primary {
184
- background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
173
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
185
174
  }
186
175
 
187
176
  .k-button.k-primary:focus,
188
177
  .k-button.k-primary:hover {
189
- background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
190
- box-shadow: 0px 0px 3px #2FFC2B;
178
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
179
+ box-shadow: 0px 0px 3px #2ffc2b;
191
180
  }
192
181
 
193
182
  .k-widget.k-tooltip {
@@ -195,17 +184,120 @@
195
184
  }
196
185
 
197
186
  .k-widget.k-tooltip.k-slider-tooltip {
198
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
187
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
188
+ }
189
+
190
+ /*Modais*/
191
+ .modal-content {
192
+ position: relative;
193
+ background: var(--backgroundColor30, #546270);
194
+ color: var(--textColor40, #f0f0f0);
195
+ background-clip: padding-box;
196
+ border: 1px solid #999;
197
+ border: 1px solid rgba(0, 0, 0, .2);
198
+ border-radius: 30px;
199
+ -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
200
+ box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
201
+ outline: 0;
202
+ text-align: center;
203
+ }
204
+
205
+ .modal-title {
206
+ margin: 0;
207
+ line-height: 1.42857143;
208
+ font-weight: 700;
209
+ margin-top: 20px;
210
+ }
211
+
212
+ .modal-header {
213
+ padding: 15px;
214
+ border-bottom: unset;
215
+ margin-bottom: -10px;
216
+ }
217
+
218
+ .close {
219
+ color: transparent;
220
+ text-shadow: unset;
221
+ }
222
+
223
+ #modalTemplateCancel {
224
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
225
+ }
226
+
227
+ .modal-footer {
228
+ padding: 15px;
229
+ text-align: right;
230
+ border-top: unset;
231
+ margin-top: 20px;
232
+ }
233
+
234
+ .btn:active:focus,
235
+ .btn:focus {
236
+ outline: unset;
237
+ outline-offset: -2px;
238
+ }
239
+
240
+
241
+ /* Modal Notification*/
242
+ .k-dialog-buttongroup .k-button.k-primary {
243
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
244
+ color: var(--textColorPrimary40, #f0f0f0);
245
+ }
246
+
247
+ .k-dialog-buttongroup .k-button.k-primary:hover {
248
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
249
+ box-shadow: 0px 0px 3px 0px #187ad4;
250
+ }
251
+
252
+ .k-dialog-buttongroup .k-button.k-primary:active:focus,
253
+ .k-dialog-buttongroup .k-button.k-primary:focus {
254
+ background: var(--colorPrimary70, #09467f);
255
+ box-shadow: unset;
256
+ }
257
+
258
+ .k-dialog-buttongroup .k-button {
259
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
260
+ color: var(--textColorDanger40, #f0f0f0);
261
+ box-shadow: none;
262
+ }
263
+
264
+ .k-dialog-buttongroup .k-button:hover {
265
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
266
+ box-shadow: 0px 0px 3px 0px #de3636;
267
+ }
268
+
269
+ .k-dialog-buttongroup .k-button:active,
270
+ .k-dialog-buttongroup .k-button:selected {
271
+ background: var(--colorDanger60, #7e2121);
272
+ }
273
+
274
+ .k-dialog-buttongroup .k-button:focus {
275
+ background: var(--colorDanger60, #7e2121);
276
+ }
277
+
278
+ .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
279
+ border-radius: 0;
280
+ justify-content: center;
281
+ border: 0;
282
+ margin-bottom: 20px;
199
283
  }
200
284
 
201
285
  .k-widget {
286
+ background: var(--backgroundColor30, #546270);
202
287
  color: var(--textColor40, #f0f0f0);
203
288
  border-bottom: none;
289
+ border-radius: 30px;
204
290
  }
291
+ /* End modal*/
205
292
 
206
- thead.k-grid-header th.k-header:last-child {
207
- border-radius: 10px;
293
+ /*Modal mudar senha*/
294
+ .modal .modal-content .list-group-item {
295
+ border: 0;
296
+ padding: 10px 0;
297
+ color: var(--textColorDefault40, #f0f0f0);
298
+ background: transparent;
208
299
  }
300
+ /* -----*/
209
301
 
210
302
  .btn.btn-link:focus,
211
303
  .btn.btn-link:hover {
@@ -218,7 +310,7 @@ thead.k-grid-header th.k-header:last-child {
218
310
  height: 15px;
219
311
  padding: 1px;
220
312
  margin: 2px;
221
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
313
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
222
314
  border-color: transparent;
223
315
  border: none;
224
316
  }
@@ -226,13 +318,13 @@ thead.k-grid-header th.k-header:last-child {
226
318
  .k-slider-buttons .k-button:focus,
227
319
  .k-grid .k-slider .k-button:hover,
228
320
  .k-slider .k-button:hover {
229
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
321
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
230
322
  color: var(--textColor40, #f0f0f0);
231
- box-shadow: 0px 0px 3px #187AD4;
323
+ box-shadow: 0px 0px 3px #187ad4;
232
324
  }
233
325
 
234
326
  .k-slider .k-slider-selection {
235
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
327
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
236
328
  border-radius: 20px 0px 0px 20px;
237
329
  top: 2px;
238
330
  left: 2px;
@@ -248,12 +340,22 @@ thead.k-grid-header th.k-header:last-child {
248
340
  .k-grid tr td {
249
341
  border-radius: 10px;
250
342
  background: var(--textColor40, #f0f0f0);
251
- color: var(--backgroundColor, #14202A);
343
+ color: var(--backgroundColor, #090f13);
344
+ }
345
+
346
+ .k-grid td:hover {
347
+ background: var(--backgroundColor30, #546270);
348
+ color: var(--textColorDefault40, #f0f0f0);
349
+ border: none;
350
+ }
351
+
352
+ td.k-command-cell:hover {
353
+ background: var(--backgroundColor10, #f0f0f0);
252
354
  }
253
355
 
254
356
  .carousel-control .glyphicon-chevron-left,
255
357
  .carousel-control .glyphicon-chevron-right {
256
- background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
358
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
257
359
  color: var(--textColor40, #f0f0f0);
258
360
  border-radius: 20px;
259
361
  font-size: 20px;
@@ -262,11 +364,11 @@ thead.k-grid-header th.k-header:last-child {
262
364
  }
263
365
 
264
366
  .carousel-indicators li {
265
- border-color: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
367
+ border-color: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
266
368
  }
267
369
 
268
370
  .carousel-indicators .active {
269
- background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
371
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
270
372
  }
271
373
 
272
374
  .carousel .carousel-caption h1,
@@ -293,25 +395,19 @@ label {
293
395
 
294
396
  .k-dropdown-wrap .k-input {
295
397
  background: var(--textColor40, #f0f0f0);
296
- color: var(--textColor70, #838383);
297
- border-radius: 20px;
298
- }
299
-
300
- .k-state-hover,
301
- .k-state-hover:hover {
302
- background: transparent;
303
398
  }
304
399
 
305
400
  .k-webkit .k-pager-numbers .k-current-page .k-link {
306
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
401
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
402
+ color: var(--texColorPrimary40, #f0f0f0);
307
403
  border-color: transparent;
308
404
  border-radius: 10px;
309
405
  width: auto;
310
406
  }
311
407
 
312
408
  .k-webkit .k-pager-numbers .k-current-page .k-link:hover {
313
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
314
- box-shadow: 0px 0px 3px #187AD4;
409
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
410
+ box-shadow: 0px 0px 3px #187ad4;
315
411
  }
316
412
 
317
413
  .k-autocomplete.k-state-default .k-input {
@@ -325,15 +421,14 @@ label {
325
421
  }
326
422
 
327
423
  .k-pager-sizes .k-dropdown-wrap .k-input {
328
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
424
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
329
425
  color: var(--texColorPrimary40, #f0f0f0);
330
426
  border-color: transparent;
331
427
  border-radius: 10px;
332
- }
333
-
334
- .k-state-default>.k-select {
335
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
336
- border-radius: 10px;
428
+ text-indent: initial;
429
+ margin-left: -3px;
430
+ width: auto;
431
+ text-align: center;
337
432
  }
338
433
 
339
434
  .k-pager-wrap .k-pager-refresh {
@@ -363,14 +458,29 @@ label {
363
458
  border-bottom: none;
364
459
  }
365
460
 
461
+ .k-dropdown-wrap.k-state-default.k-state-hover {
462
+ background: var(--backgroundColor10, #f0f0f0);
463
+ }
464
+
465
+
366
466
  .k-popup {
367
- background: var(--backgroundColor, #14202A);
467
+ background: var(--backgroundColor30, #546270);
468
+ color: var(--textColorDefault40, #f0f0f0);
469
+ }
470
+
471
+ .k-popup .k-list .k-item {
472
+ color: var(--textColorDefault40, #f0f0f0);
473
+ }
474
+
475
+ .k-popup .k-list .k-item:hover {
476
+ color: var(--textColorTexts, #14202a);
368
477
  }
369
478
 
370
479
  .k-popup .k-list .k-state-focused {
371
- box-shadow: none;
372
- background: var(--backgroundColor, #14202A);
480
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
373
481
  color: var(--textColor40, #f0f0f0);
482
+ box-shadow: none;
483
+ border: unset;
374
484
  }
375
485
 
376
486
  .k-list>.k-state-hover {
@@ -385,6 +495,7 @@ label {
385
495
 
386
496
  .k-autocomplete.k-state-default {
387
497
  border-bottom: none;
498
+ border-radius: 20px;
388
499
  }
389
500
 
390
501
  cron-grid .k-tooltip span:before {
@@ -416,16 +527,82 @@ cron-grid .k-tooltip span:before {
416
527
  background: var(--backgroundColor30, #546270);
417
528
  }
418
529
 
419
- .navbar-nav>li>a,
420
- {
530
+ .navbar-nav>li>a {
421
531
  color: var(--textColor40, #f0f0f0);
422
532
  }
423
533
 
424
- .k-dropdown-wrap,
534
+
425
535
  .k-dropdown-wrap.k-state-defaul:focus,
426
- .k-dropdown-wrap,
427
536
  .k-dropdown-wrap.k-state-defaul:hover,
428
- .k-dropdown-wrap,
429
537
  .k-dropdown-wrap.k-state-defaul:active {
430
538
  background: transparent;
539
+ }
540
+
541
+ .k-pager-nav.k-pager-first+.k-link {
542
+ border-right: unset;
543
+ }
544
+
545
+ .k-pager-wrap .k-link.k-pager-last {
546
+ border-right-width: unset;
547
+ border-right-style: unset;
548
+ }
549
+
550
+ .k-state-default>.k-select {
551
+ display: flex;
552
+ align-items: center;
553
+ justify-content: center;
554
+ background: var(--backgroundColor10, #f0f0f0);
555
+ color: var(--texColorPrimary40, #f0f0f0);
556
+ border-radius: 0px;
557
+ }
558
+
559
+ .k-pager-wrap .k-link {
560
+ border-color: unset;
561
+ border: unset;
562
+ background: var(--textColorDefault40, #f0f0f0);
563
+ }
564
+
565
+ .k-slider .k-button {
566
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
567
+ color: var(--textColorDefault40, #f0f0f0);
568
+ border-radius: 5px;
569
+ box-shadow: none;
570
+ top: 3px;
571
+ }
572
+
573
+ .k-i-arrow-end-right:before,
574
+ .k-i-arrow-end-left:before,
575
+ .k-i-arrow-60-down:before {
576
+ color: var(--colorPrimary60, #125da2);
577
+ }
578
+
579
+ .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
580
+ background: var(--backgroundCOlor10, #f0f0f0);
581
+ border-radius: 10px;
582
+ }
583
+
584
+ .ng-scope.k-grid.k-widget.k-display-block.k-editable {
585
+ background: transparent;
586
+ border: unset;
587
+ }
588
+
589
+ .k-select {
590
+ background: var(--backgroundColor10, #f0f0f0);
591
+ }
592
+
593
+ .k-button.k-button-icontext.k-grid-cancel {
594
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
595
+ }
596
+
597
+ thead.k-grid-header th.k-header:last-child {
598
+ border-radius: 10px;
599
+ }
600
+
601
+ .k-i-clock:before {
602
+ color: var(--colorPrimary70, #09467f);
603
+ }
604
+
605
+ .k-scheduler-footer .k-icon {
606
+ background: var(--backbgroundColor10, #f0f0f0);
607
+ border-radius: 20px;
431
608
  }
@@ -3,13 +3,13 @@
3
3
  }
4
4
 
5
5
  .navbar {
6
- background: linear-gradient(180deg, #262C32 0%, #2D3843 100%);
6
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
7
7
  border-bottom: none;
8
8
  text-transform: uppercase;
9
9
  }
10
10
 
11
11
  .navbar-inverse {
12
- background: linear-gradient(180deg, #262C32 0%, #2D3843 100%);
12
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
13
13
  border: none
14
14
  }
15
15
 
@@ -38,21 +38,23 @@
38
38
 
39
39
  .navbar-default #navbar .navbar-nav li .dropdown-menu li a:hover,
40
40
  .navbar-default #navbar2 .navbar-nav li .dropdown-menu li a:hover {
41
- color: var(--textColorDefault40, #fffef9);
42
- background: linear-gradient(180deg, #262C32 0%, #2D3843 100%);
43
- border-radius: 0;
41
+ color: var(--textColorDefault40, #f0f0f0);
42
+ background: var(--backgroundColor30, #546270);
43
+ border-radius: 0px;
44
44
  }
45
45
 
46
46
  .dropdown-menu {
47
47
  color: var(--textColor40, #f0f0f0);
48
48
  font-size: var(--textMediumSize, 16px);
49
- background: var(--backgroundColor30, #7c7e81);
49
+ background: var(--backgroundColor10, #f0f0f0);
50
50
  border-radius: 5px;
51
51
  }
52
52
 
53
53
  .navbar-default #navbar .navbar-nav li .dropdown-menu a,
54
54
  .navbar-default #navbar2 .navbar-nav li .dropdown-menu a {
55
- color: var(--textColor40, #f0f0f0);
55
+ color: var(--textColorTexts, #14202a);
56
+ background: var(--textColor40, #f0f0f0);
57
+ border-radius: 10px;
56
58
  margin: 0;
57
59
  }
58
60
 
@@ -146,12 +148,12 @@
146
148
  }
147
149
 
148
150
  .dropdown-menu>li>a {
149
- color: var(--textColor40, #f0f0f0);
151
+ color: var(--textColorTexts, #14202a);
150
152
  }
151
153
 
152
154
  .dropdown-menu>li>a:focus,
153
155
  .dropdown-menu>li>a:hover {
154
- color: var(--textColor40, #f0f0f0);
155
- background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
156
- border-radius: 0;
156
+ color: var(--textColorDefault40, #f0f0f0);
157
+ background: var(--backgroundColor30, #546270);
158
+ border-radius: 0px;
157
159
  }
@@ -7,7 +7,7 @@
7
7
 
8
8
  .panel-footer {
9
9
  color: var(--backgroundColor40, #14202a);
10
- background: var(--backgroundColor10, #CED0D2);
10
+ background: var(--backgroundColor10, #ced0d2);
11
11
  border: transparent;
12
12
  border-radius: 10px;
13
13
  }
@@ -16,7 +16,10 @@
16
16
  margin-bottom: 0;
17
17
  font-size: var(--textNormalSize, 10px);
18
18
  border-radius: 10px;
19
+ }
19
20
 
21
+ .panel-heading {
22
+ border-bottom: unset;
20
23
  }
21
24
 
22
25
  .panel-body {
@@ -36,7 +39,7 @@
36
39
  /* Default */
37
40
  .panel-default .panel-heading {
38
41
  color: var(--textColor40, #f0f0f0);
39
- background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
42
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
40
43
  border-color: transparent;
41
44
  border-radius: 10px;
42
45
  }
@@ -44,7 +47,7 @@
44
47
  /* Primary */
45
48
  .panel-primary>.panel-heading {
46
49
  color: var(--textColor40, #f0f0f0);
47
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
50
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
48
51
  border-color: transparent;
49
52
  border-radius: 10px;
50
53
  }
@@ -52,7 +55,7 @@
52
55
  /* Success */
53
56
  .panel-success>.panel-heading {
54
57
  color: var(--textColor40, #f0f0f0);
55
- background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
58
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
56
59
  border-color: transparent;
57
60
  border-radius: 10px;
58
61
  }
@@ -60,7 +63,7 @@
60
63
  /* Info */
61
64
  .panel-info>.panel-heading {
62
65
  color: var(--textColor40, #f0f0f0);
63
- background: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
66
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
64
67
  border-color: transparent;
65
68
  border-radius: 10px;
66
69
  }
@@ -68,7 +71,7 @@
68
71
  /* Warning */
69
72
  .panel-warning>.panel-heading {
70
73
  color: var(--textColor40, #f0f0f0);
71
- background: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
74
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
72
75
  border-color: transparent;
73
76
  border-radius: 10px;
74
77
  }
@@ -76,7 +79,7 @@
76
79
  /* Danger */
77
80
  .panel-danger>.panel-heading {
78
81
  color: var(--textColorDanger40, #fffef9);
79
- background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
82
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
80
83
  border-color: transparent;
81
84
  border-radius: 10px;
82
85
  }
@@ -84,7 +87,7 @@
84
87
  /* Light */
85
88
  .panel-light>.panel-heading {
86
89
  color: var(--textColor40, #f0f0f0);
87
- background: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
90
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
88
91
  border-color: transparent;
89
92
  border-radius: 10px;
90
93
  }
@@ -92,7 +95,7 @@
92
95
  /* Stable */
93
96
  .panel-stable>.panel-heading {
94
97
  color: var(--textColor40, #f0f0f0);
95
- background: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
98
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
96
99
  border-color: transparent;
97
100
  border-radius: 10px;
98
101
  }
@@ -100,7 +103,7 @@
100
103
  /* Royal */
101
104
  .panel-royal>.panel-heading {
102
105
  color: var(--textColor40, #f0f0f0);
103
- background: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
106
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
104
107
  border-color: transparent;
105
108
  border-radius: 10px;
106
109
  }
@@ -108,7 +111,7 @@
108
111
  /* Dark */
109
112
  .panel-dark>.panel-heading {
110
113
  color: var(--textColor40, #f0f0f0);
111
- background: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
114
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
112
115
  border-color: transparent;
113
116
  border-radius: 10px;
114
117
  }
@@ -72,6 +72,8 @@
72
72
  .navbar-default .navbar-collapse,
73
73
  .navbar-default .navbar-form {
74
74
  border-color: transparent;
75
+ padding: 0;
76
+ margin-left: -8px;
75
77
  }
76
78
 
77
79
  .navbar-default .navbar-toggle:focus,