@posiwise/shared-components 0.0.10 → 0.0.11

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 (97) hide show
  1. package/assets/scss/_bootstrap_modules.scss +40 -0
  2. package/assets/scss/_custom-bootstrap.scss +13 -0
  3. package/assets/scss/_dashboard.scss +31 -0
  4. package/assets/scss/_dynamic-styles.scss +534 -0
  5. package/assets/scss/_plugins.scss +3 -0
  6. package/assets/scss/_public-pages.scss +7 -0
  7. package/assets/scss/_shared.scss +3 -0
  8. package/assets/scss/_variables.scss +5 -0
  9. package/assets/scss/common/landing-page-a/landing-page-style-1.scss +670 -0
  10. package/assets/scss/common/landing-page-b/banner.scss +141 -0
  11. package/assets/scss/common/landing-page-b/contact-us.scss +167 -0
  12. package/assets/scss/common/landing-page-b/explainer.scss +75 -0
  13. package/assets/scss/common/landing-page-b/explainer2.scss +35 -0
  14. package/assets/scss/common/landing-page-b/header.scss +56 -0
  15. package/assets/scss/common/landing-page-b/landing-page-style-2.scss +20 -0
  16. package/assets/scss/custom-bootstrap/_badge.scss +468 -0
  17. package/assets/scss/custom-bootstrap/_bootstrap_variables.scss +30 -0
  18. package/assets/scss/custom-bootstrap/_buttons.scss +84 -0
  19. package/assets/scss/custom-bootstrap/_card.scss +319 -0
  20. package/assets/scss/custom-bootstrap/_carousel.scss +6 -0
  21. package/assets/scss/custom-bootstrap/_form_select.scss +7 -0
  22. package/assets/scss/custom-bootstrap/_forms.scss +337 -0
  23. package/assets/scss/custom-bootstrap/_links.scss +7 -0
  24. package/assets/scss/custom-bootstrap/_modal.scss +16 -0
  25. package/assets/scss/custom-bootstrap/_navbar.scss +42 -0
  26. package/assets/scss/custom-bootstrap/_popover.scss +10 -0
  27. package/assets/scss/custom-bootstrap/_progress.scss +12 -0
  28. package/assets/scss/custom-bootstrap/_reboot.scss +93 -0
  29. package/assets/scss/custom-bootstrap/_type.scss +202 -0
  30. package/assets/scss/dashboard/_admin.scss +15 -0
  31. package/assets/scss/dashboard/_animations.scss +20 -0
  32. package/assets/scss/dashboard/_bootstrap-social.scss +641 -0
  33. package/assets/scss/dashboard/_chat.scss +250 -0
  34. package/assets/scss/dashboard/_coming-soon.scss +34 -0
  35. package/assets/scss/dashboard/_components.scss +229 -0
  36. package/assets/scss/dashboard/_email.scss +184 -0
  37. package/assets/scss/dashboard/_fixed-navbar.scss +18 -0
  38. package/assets/scss/dashboard/_gallery.scss +1201 -0
  39. package/assets/scss/dashboard/_helper.scss +736 -0
  40. package/assets/scss/dashboard/_horizontal-timeline.scss +314 -0
  41. package/assets/scss/dashboard/_icons.scss +107 -0
  42. package/assets/scss/dashboard/_layout.scss +23 -0
  43. package/assets/scss/dashboard/_misc.scss +220 -0
  44. package/assets/scss/dashboard/_notifications.scss +27 -0
  45. package/assets/scss/dashboard/_palette.scss +308 -0
  46. package/assets/scss/dashboard/_profile.scss +36 -0
  47. package/assets/scss/dashboard/_responsive.scss +209 -0
  48. package/assets/scss/dashboard/_search.scss +33 -0
  49. package/assets/scss/dashboard/_select.scss +16 -0
  50. package/assets/scss/dashboard/_sidebar-content.scss +632 -0
  51. package/assets/scss/dashboard/_tables.scss +17 -0
  52. package/assets/scss/dashboard/_tabs.scss +151 -0
  53. package/assets/scss/dashboard/_ui-switch.scss +6 -0
  54. package/assets/scss/dashboard/_upload.scss +249 -0
  55. package/assets/scss/dashboard/_utilities.scss +105 -0
  56. package/assets/scss/dashboard/_vertical-timeline.scss +1261 -0
  57. package/assets/scss/dashboard/mixins/_buttons.scss +78 -0
  58. package/assets/scss/dashboard/mixins/_colors.scss +29 -0
  59. package/assets/scss/dashboard/mixins/_custom.scss +34 -0
  60. package/assets/scss/dashboard/mixins/_shadows.scss +62 -0
  61. package/assets/scss/dashboard/mixins/_type.scss +16 -0
  62. package/assets/scss/dashboard/mixins/_typography.scss +29 -0
  63. package/assets/scss/dashboard/mixins/_utilities.scss +129 -0
  64. package/assets/scss/dashboard/mixins/_vendor-prefixes.scss +71 -0
  65. package/assets/scss/plugins/_plugin-nouislider.scss +199 -0
  66. package/assets/scss/plugins/_toastr.scss +71 -0
  67. package/assets/scss/plugins/perfect-scrollbar/_main.scss +3 -0
  68. package/assets/scss/plugins/perfect-scrollbar/_mixins.scss +135 -0
  69. package/assets/scss/plugins/perfect-scrollbar/_ps-custom.scss +134 -0
  70. package/assets/scss/plugins/perfect-scrollbar/_themes.scss +23 -0
  71. package/assets/scss/plugins/perfect-scrollbar/_variables.scss +19 -0
  72. package/assets/scss/public-pages/_buttons.scss +136 -0
  73. package/assets/scss/public-pages/_input-fields.scss +29 -0
  74. package/assets/scss/public-pages/_layout.scss +108 -0
  75. package/assets/scss/public-pages/mixins/_buttons.scss +28 -0
  76. package/assets/scss/shared/_modal.scss +28 -0
  77. package/assets/scss/shared/_prime-ng-tables.scss +107 -0
  78. package/assets/scss/shared/_prime-ng.scss +5100 -0
  79. package/assets/scss/variables/_app-colors-variables.scss +760 -0
  80. package/assets/scss/variables/_branding-variables.scss +93 -0
  81. package/assets/scss/variables/_dashboard-variables.scss +96 -0
  82. package/assets/scss/variables/_generic-variables.scss +33 -0
  83. package/assets/scss/variables/_landing-page-new-variables.scss +11 -0
  84. package/assets/scss/variables/_primeng-variables.scss +190 -0
  85. package/esm2020/index.mjs +3 -1
  86. package/esm2020/lib/custom-uploader/custom-uploader.component.mjs +103 -0
  87. package/esm2020/lib/image-cropper/image-cropper.component.mjs +82 -0
  88. package/esm2020/lib/shared-components.module.mjs +25 -9
  89. package/fesm2015/shared-components.mjs +192 -9
  90. package/fesm2015/shared-components.mjs.map +1 -1
  91. package/fesm2020/shared-components.mjs +198 -9
  92. package/fesm2020/shared-components.mjs.map +1 -1
  93. package/index.d.ts +2 -0
  94. package/lib/custom-uploader/custom-uploader.component.d.ts +32 -0
  95. package/lib/image-cropper/image-cropper.component.d.ts +29 -0
  96. package/lib/shared-components.module.d.ts +7 -4
  97. package/package.json +4 -2
@@ -0,0 +1,5100 @@
1
+ * {
2
+ box-sizing: border-box;
3
+ }
4
+
5
+ body {
6
+ .ui-widget {
7
+ font-family: $mainFontFamily;
8
+ text-decoration: none;
9
+
10
+ .ui-widget {
11
+ font-family: $mainFontFamily;
12
+ text-decoration: none;
13
+ }
14
+
15
+ &:disabled {
16
+ filter: alpha(opacity=50);
17
+ opacity: 0.5;
18
+ }
19
+ }
20
+
21
+ .ui-corner-all {
22
+ border-radius: 2px;
23
+ }
24
+
25
+ a {
26
+ color: $ng-primary-color;
27
+
28
+ &:hover {
29
+ color: $anchorHover;
30
+ }
31
+
32
+ &:active {
33
+ color: $anchorActive;
34
+ }
35
+ }
36
+
37
+ .ui-helper-reset {
38
+ line-height: normal;
39
+ }
40
+
41
+ .ui-state-disabled {
42
+ filter: alpha(opacity=50);
43
+ opacity: 0.5;
44
+ }
45
+
46
+ .ui-inputtext {
47
+ appearance: none;
48
+ background: rgb(255 255 255);
49
+ border: 1px solid $uiinputText;
50
+ color: $font-color-main;
51
+ font-size: 13px;
52
+ padding: 0.429em;
53
+ transition: border-color 0.3s, box-shadow 0.3s;
54
+
55
+ &:enabled {
56
+ &:hover {
57
+ &:not(.ui-state-error) {
58
+ border-color: $toggleButton;
59
+ }
60
+ }
61
+
62
+ &:focus {
63
+ &:not(.ui-state-error) {
64
+ border-color: $toggleButton;
65
+ box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
66
+ outline: 0 none;
67
+ }
68
+ }
69
+ }
70
+ }
71
+
72
+ .ui-inputtext.ng-dirty {
73
+ border-color: $invalidInput;
74
+ }
75
+
76
+ .ui-chkbox {
77
+ display: inline-block;
78
+ height: 20px;
79
+ margin: 0;
80
+ vertical-align: middle;
81
+ width: 20px;
82
+
83
+ .ui-chkbox-box {
84
+ background-color: rgb(255 255 255);
85
+ border: 1px solid $uiinputText;
86
+ border-radius: 0;
87
+ height: 20px;
88
+ text-align: center;
89
+ transition: background-color 0.3s, border-color 0.3s;
90
+ width: 20px;
91
+
92
+ &:not(.ui-state-disabled) {
93
+ &:hover {
94
+ border-color: $toggleButton;
95
+ }
96
+ }
97
+
98
+ .ui-chkbox-icon {
99
+ font-size: 16px;
100
+ overflow: hidden;
101
+ position: relative;
102
+ }
103
+ }
104
+
105
+ .ui-chkbox-box.ui-state-focus {
106
+ background-color: rgb(255 255 255);
107
+ border-color: $ng-primary-color;
108
+ color: $ng-primary-color;
109
+ }
110
+
111
+ .ui-chkbox-box.ui-state-active {
112
+ background-color: $ng-primary-color;
113
+ border-color: $ng-primary-color;
114
+ color: rgb(255 255 255);
115
+
116
+ &:not(.ui-state-disabled) {
117
+ &:hover {
118
+ background-color: $anchorActive;
119
+ border-color: $anchorActive;
120
+ color: rgb(255 255 255);
121
+ }
122
+ }
123
+ }
124
+
125
+ .ui-chkbox-box.ui-state-active.ui-state-focus {
126
+ background-color: $anchorHover;
127
+ border-color: $anchorHover;
128
+ color: rgb(255 255 255);
129
+ }
130
+ }
131
+
132
+ .ui-chkbox-label {
133
+ margin: 0 0 0 0.429em;
134
+ }
135
+
136
+ .ui-radiobutton {
137
+ display: inline-block;
138
+ height: 20px;
139
+ margin: 0;
140
+ vertical-align: middle;
141
+ width: 20px;
142
+
143
+ .ui-radiobutton-box {
144
+ background-color: rgb(255 255 255);
145
+ border: 1px solid $uiinputText;
146
+ border-radius: 50%;
147
+ height: 20px;
148
+ position: relative;
149
+ text-align: center;
150
+ transition: background-color 0.3s, border-color 0.3s;
151
+ width: 20px;
152
+
153
+ &:not(.ui-state-disabled) {
154
+ &:not(.ui-state-active) {
155
+ &:hover {
156
+ border-color: $toggleButton;
157
+ }
158
+ }
159
+ }
160
+
161
+ .ui-radiobutton-icon {
162
+ background: transparent;
163
+ border-radius: 50%;
164
+ display: inline-block;
165
+ height: 10px;
166
+ left: 50%;
167
+ margin-left: -5px;
168
+ margin-top: -5px;
169
+ position: absolute;
170
+ top: 50%;
171
+ transition: background-color 0.3s;
172
+ width: 10px;
173
+
174
+ &::before {
175
+ display: none;
176
+ }
177
+ }
178
+ }
179
+
180
+ .ui-radiobutton-box.ui-state-focus {
181
+ background-color: rgb(255 255 255);
182
+ border-color: $ng-primary-color;
183
+ color: $ng-primary-color;
184
+ }
185
+
186
+ .ui-radiobutton-box.ui-state-active {
187
+ background-color: $ng-primary-color;
188
+ border-color: $ng-primary-color;
189
+ color: rgb(255 255 255);
190
+
191
+ .ui-radiobutton-icon {
192
+ background-color: rgb(255 255 255);
193
+ }
194
+
195
+ &:not(.ui-state-disabled) {
196
+ &:hover {
197
+ background-color: $anchorActive;
198
+ border-color: $anchorActive;
199
+ color: rgb(255 255 255);
200
+ }
201
+ }
202
+ }
203
+
204
+ .ui-radiobutton-box.ui-state-active.ui-state-focus {
205
+ background-color: $anchorHover;
206
+ border-color: $anchorHover;
207
+ color: rgb(255 255 255);
208
+ }
209
+ }
210
+
211
+ .ui-radiobutton-label {
212
+ margin: 0 0 0 0.5em;
213
+ }
214
+
215
+ .p-inputswitch {
216
+ height: 1em;
217
+ width: 2.615em !important;
218
+
219
+ .p-inputswitch-slider {
220
+ background-color: rgb(255 255 255);
221
+ border: 1px solid $uiinputText;
222
+ border-radius: 8px;
223
+ transition: border-color 0.3s;
224
+
225
+ &::before {
226
+ background-color: $inputswitchSlider;
227
+ border-radius: 50%;
228
+ bottom: -0.308em;
229
+ height: 1.538em;
230
+ left: 0;
231
+ margin-top: -0.7rem;
232
+ transition: 0.3s;
233
+ width: 1.538em;
234
+ }
235
+ }
236
+
237
+ &:not(.p-state-disabled) {
238
+ &:hover {
239
+ .p-inputswitch-slider {
240
+ background-color: rgb(255 255 255);
241
+ }
242
+ }
243
+ }
244
+ }
245
+
246
+ .p-inputswitch.p-inputswitch-checked {
247
+ .p-inputswitch-slider {
248
+ background-color: $inputSwitchSldr;
249
+ border-color: $inputSwitchSldr;
250
+
251
+ &::before {
252
+ background-color: $enabledFocus;
253
+ transform: translateX(1.25em);
254
+ }
255
+ }
256
+
257
+ &:not(.p-state-disabled) {
258
+ &:hover {
259
+ .p-inputswitch-slider {
260
+ background-color: $inputSwitchSldr;
261
+ border-color: $inputSwitchSldr;
262
+ }
263
+ }
264
+ }
265
+ }
266
+
267
+ .p-inputswitch.p-focus {
268
+ .p-inputswitch-slider {
269
+ box-shadow: none;
270
+ }
271
+ }
272
+
273
+ .p-inputswitch.p-inputswitch-checked.p-inputswitch-focus {
274
+ .p-inputswitch-slider {
275
+ background: $inputSwitchSldr;
276
+ border-color: $inputSwitchSldr;
277
+ }
278
+ }
279
+
280
+ .p-autocomplete-input {
281
+ border: 1px solid rgb(128 128 128) !important;
282
+ }
283
+
284
+ .p-autocomplete-input.is-invalid {
285
+ border: 1px solid rgb(255 88 107) !important;
286
+ }
287
+
288
+ .skills-dropdown {
289
+ .p-autocomplete-multiple-container {
290
+ display: block;
291
+ }
292
+
293
+ .p-autocomplete-token {
294
+ margin-bottom: 5px;
295
+ }
296
+ }
297
+
298
+ .p-autocomplete.ui-autocomplete-multiple {
299
+ .p-autocomplete-multiple-container {
300
+ padding: 0.2145em 0.429em;
301
+
302
+ &:not(.ui-state-disabled) {
303
+ &:hover {
304
+ border-color: $toggleButton;
305
+ }
306
+ }
307
+
308
+ &:not(.ui-state-disabled).ui-state-focus {
309
+ border-color: $toggleButton;
310
+ box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
311
+ outline: 0 none;
312
+ }
313
+
314
+ .p-autocomplete-input-token {
315
+ margin: 0;
316
+ padding: 0.2145em 0;
317
+
318
+ input {
319
+ font-family: $mainFontFamily;
320
+ font-size: 13px;
321
+ margin: 0;
322
+ padding: 0;
323
+ }
324
+ }
325
+
326
+ .p-autocomplete-token {
327
+ background-color: $autoCompletebk;
328
+ background-image: linear-gradient($autoCompletebk, $tabColor);
329
+ border-color: rgb(0 0 0 / 8%);
330
+ color: $autoColor;
331
+ font-size: 13px;
332
+ margin: 0 0.286em 0 0;
333
+ padding: 0.2145em 0.429em;
334
+ }
335
+
336
+ .p-autocomplete-token-icon {
337
+ background: $autoCompleteicon;
338
+ border-radius: 50%;
339
+ color: rgb(255 255 255);
340
+ margin-right: 4px;
341
+ margin-top: -9px;
342
+ padding: 2px;
343
+ }
344
+ }
345
+ }
346
+
347
+ .p-autocomplete-panel {
348
+ background-color: rgb(255 255 255);
349
+ border: 1px solid $ng-gray;
350
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
351
+ padding: 0;
352
+
353
+ .p-autocomplete-items {
354
+ padding: 0;
355
+
356
+ .p-autocomplete-list-item {
357
+ background-color: transparent;
358
+ border: 0 0;
359
+ border-radius: 0;
360
+ color: $font-color-main;
361
+ margin: 0;
362
+ padding: 0.429em 0.857em;
363
+ }
364
+
365
+ .p-autocomplete-list-item.p-state-highlight {
366
+ background-color: $ng-primary-color;
367
+ color: rgb(255 255 255);
368
+ }
369
+
370
+ .p-autocomplete-group {
371
+ background-color: $autoCompletegrp;
372
+ color: $font-color-main;
373
+ padding: 0.429em 0.857em;
374
+ }
375
+ }
376
+ }
377
+
378
+ .p-autocomplete-multiple-container,
379
+ .ui-fluid.skills-modal p-autocomplete {
380
+ background: transparent;
381
+
382
+ .p-autocomplete-input {
383
+ background: transparent;
384
+ border: 1px solid rgb(128 128 128);
385
+ }
386
+
387
+ .p-button-icon-only {
388
+ height: 34px;
389
+ }
390
+ }
391
+
392
+ .mb-3.ui-fluid.skills-modal.col-sm-4 {
393
+ padding-left: 0 !important;
394
+ }
395
+
396
+ span.ng-tns-c3-0.w-100.p-autocomplete.p-widget.p-autocomplete-dd {
397
+ width: calc(100% - 1em) !important;
398
+ }
399
+
400
+ .p-fluid {
401
+ .p-autocomplete-multiple.p-autocomplete-dd {
402
+ .p-autocomplete-multiple-container {
403
+ border-right: 0 0;
404
+ width: calc(100% - 2em);
405
+ }
406
+ }
407
+
408
+ .p-autocomplete-dd {
409
+ .p-inputtext {
410
+ border-right: 0 0;
411
+ float: left;
412
+ width: calc(100% - 2em);
413
+ }
414
+
415
+ .p-autocomplete-dropdown {
416
+ float: right;
417
+ transform: translateY(-100%);
418
+ }
419
+ }
420
+
421
+ .p-spinner {
422
+ .ui-spinner-input {
423
+ padding-right: 1.858em;
424
+ }
425
+
426
+ .p-spinner-button {
427
+ width: 1.429em;
428
+
429
+ .p-spinner-button-icon {
430
+ left: 50%;
431
+ }
432
+ }
433
+ }
434
+
435
+ .ui-button-icon-only {
436
+ width: 2.143em;
437
+ }
438
+
439
+ .fc {
440
+ .fc-toolbar {
441
+ .ui-button {
442
+ width: auto;
443
+ }
444
+ }
445
+ }
446
+ }
447
+
448
+ .ui-chips {
449
+ > ul.ui-inputtext {
450
+ display: inline-block;
451
+ padding: 0.2145em 0.429em;
452
+
453
+ &:not(.ui-state-disabled) {
454
+ &:hover {
455
+ border-color: $toggleButton;
456
+ }
457
+ }
458
+
459
+ &:not(.ui-state-disabled).ui-state-focus {
460
+ border-color: $toggleButton;
461
+ box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
462
+ outline: 0 none;
463
+ }
464
+
465
+ .ui-chips-input-token {
466
+ padding: 0.2145em 0;
467
+
468
+ input {
469
+ font-family: $mainFontFamily;
470
+ font-size: 13px;
471
+ margin: 0;
472
+ padding: 0;
473
+
474
+ &:hover {
475
+ border: 0 0;
476
+ }
477
+
478
+ &:focus {
479
+ border: 0 0;
480
+ }
481
+ }
482
+ }
483
+
484
+ .ui-chips-token {
485
+ background: $ng-primary-color;
486
+ color: rgb(255 255 255);
487
+ font-size: 13px;
488
+ margin: 0 0.286em 0 0;
489
+ padding: 0.2145em 0.429em;
490
+ }
491
+ }
492
+ }
493
+
494
+ .is-invalid {
495
+ .ui-dropdown,
496
+ .ql-snow {
497
+ border-color: rgb(255 88 107);
498
+ }
499
+ }
500
+
501
+ .p-multiselect.p-component {
502
+ height: 36px;
503
+ width: 100%;
504
+ }
505
+
506
+ .ui-dropdown {
507
+ background: rgb(255 255 255);
508
+ border: 1px solid $uiinputText;
509
+ transition: border-color 0.3s, box-shadow 0.3s;
510
+
511
+ &:not(.ui-state-disabled) {
512
+ &:hover {
513
+ border-color: $toggleButton;
514
+ }
515
+
516
+ &:focus {
517
+ border-color: $toggleButton;
518
+ box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
519
+ outline: 0 none;
520
+ }
521
+ }
522
+
523
+ .ui-dropdown-label {
524
+ padding-right: 2em;
525
+ }
526
+
527
+ .ui-dropdown-trigger {
528
+ background-color: rgb(255 255 255);
529
+ color: $font-color-main;
530
+ line-height: 2em;
531
+ padding: 0;
532
+ text-align: center;
533
+ width: 2em;
534
+ }
535
+
536
+ &:not(.ui-state-disabled).ui-state-focus {
537
+ border-color: $toggleButton;
538
+ box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
539
+ outline: 0 none;
540
+ }
541
+ }
542
+
543
+ .ui-dropdown-panel {
544
+ background-color: rgb(255 255 255);
545
+ border: 1px solid $ng-gray;
546
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
547
+ padding: 0;
548
+
549
+ .ui-dropdown-filter-container {
550
+ background-color: rgb(255 255 255);
551
+ border-bottom: 1px solid $paginationHover;
552
+ color: $font-color-main;
553
+ margin: 0;
554
+ padding: 0.429em 0.857em;
555
+
556
+ .ui-dropdown-filter {
557
+ padding-right: 2em;
558
+ width: 100%;
559
+ }
560
+
561
+ .ui-dropdown-filter-icon {
562
+ color: $ng-primary-color;
563
+ margin-top: -0.5em;
564
+ right: 1.357em;
565
+ top: 50%;
566
+ }
567
+ }
568
+
569
+ .ui-dropdown-items {
570
+ padding: 0;
571
+
572
+ .ui-dropdown-item {
573
+ background-color: transparent;
574
+ border: 0 0;
575
+ border-radius: 0;
576
+ color: $font-color-main;
577
+ margin: 0;
578
+ padding: 0.429em 0.857em;
579
+
580
+ &:not(.ui-state-highlight) {
581
+ &:not(.ui-state-disabled) {
582
+ &:hover {
583
+ background-color: $paginationHover;
584
+ color: $font-color-main;
585
+ }
586
+ }
587
+ }
588
+ }
589
+
590
+ .ui-dropdown-item-group {
591
+ background-color: transparent;
592
+ border: 0 0;
593
+ border-radius: 0;
594
+ color: $font-color-main;
595
+ margin: 0;
596
+ padding: 0.429em 0.857em;
597
+
598
+ &:not(.ui-state-highlight) {
599
+ &:not(.ui-state-disabled) {
600
+ &:hover {
601
+ background-color: $paginationHover;
602
+ color: $font-color-main;
603
+ }
604
+ }
605
+ }
606
+ }
607
+
608
+ .ui-dropdown-item.ui-state-highlight {
609
+ background-color: $ng-primary-color;
610
+ color: rgb(255 255 255);
611
+ }
612
+
613
+ .ui-dropdown-item-group.ui-state-highlight {
614
+ background-color: $ng-primary-color;
615
+ color: rgb(255 255 255);
616
+ }
617
+ }
618
+ }
619
+
620
+ .ui-multiselect {
621
+ background: rgb(255 255 255);
622
+ border: 1px solid $uiinputText;
623
+ transition: border-color 0.3s, box-shadow 0.3s;
624
+
625
+ &:not(.ui-state-disabled) {
626
+ &:hover {
627
+ border-color: $toggleButton;
628
+ }
629
+
630
+ &:focus {
631
+ border-color: $toggleButton;
632
+ box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
633
+ outline: 0 none;
634
+ }
635
+ }
636
+
637
+ .ui-multiselect-label {
638
+ padding: 0.429em;
639
+ padding-right: 2em;
640
+ }
641
+
642
+ .ui-multiselect-trigger {
643
+ background-color: rgb(255 255 255);
644
+ color: $font-color-main;
645
+ line-height: 2em;
646
+ padding: 0;
647
+ text-align: center;
648
+ width: 2em;
649
+ }
650
+ }
651
+
652
+ .ui-multiselect-panel {
653
+ background-color: rgb(255 255 255);
654
+ border: 1px solid $ng-gray;
655
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
656
+ padding: 0;
657
+
658
+ .ui-multiselect-header {
659
+ background-color: rgb(255 255 255);
660
+ border-bottom: 1px solid $paginationHover;
661
+ color: $font-color-main;
662
+ margin: 0;
663
+ padding: 0.429em 0.857em;
664
+
665
+ .ui-multiselect-filter-container {
666
+ display: inline-block;
667
+ float: none;
668
+ margin-left: 0;
669
+ vertical-align: middle;
670
+ width: 70%;
671
+
672
+ .ui-inputtext {
673
+ padding: 0.429em;
674
+ padding-right: 2em;
675
+ }
676
+
677
+ .ui-multiselect-filter-icon {
678
+ color: $ng-primary-color;
679
+ left: auto;
680
+ margin-top: -0.5em;
681
+ right: 0.5em;
682
+ top: 50%;
683
+ }
684
+ }
685
+
686
+ .ui-chkbox {
687
+ float: none;
688
+ margin-right: 0.429em;
689
+ vertical-align: middle;
690
+ }
691
+
692
+ .ui-multiselect-close {
693
+ color: $font-color-main;
694
+ margin-top: -0.5em;
695
+ right: 0.857em;
696
+ top: 50%;
697
+ transition: color 0.3s;
698
+
699
+ &:hover {
700
+ color: $ng-primary-color;
701
+ }
702
+
703
+ &:focus {
704
+ color: $ng-primary-color;
705
+ outline: 0 none;
706
+ }
707
+ }
708
+ }
709
+
710
+ .ui-multiselect-items {
711
+ padding: 0;
712
+
713
+ .ui-multiselect-item {
714
+ background-color: transparent;
715
+ border: 0 0;
716
+ border-radius: 0;
717
+ color: $font-color-main;
718
+ margin: 0;
719
+ padding: 0.429em 0.857em;
720
+
721
+ span {
722
+ color: rgb(0 0 0);
723
+ }
724
+
725
+ &:not(.ui-state-highlight) {
726
+ &:not(.ui-state-disabled) {
727
+ &:hover {
728
+ background-color: $paginationHover;
729
+ color: $font-color-main;
730
+ }
731
+ }
732
+ }
733
+
734
+ .ui-chkbox {
735
+ display: inline-block;
736
+ margin: 0 0.429em 0 0;
737
+ position: static;
738
+ vertical-align: middle;
739
+ }
740
+
741
+ label {
742
+ display: inline-block;
743
+ vertical-align: middle;
744
+ }
745
+ }
746
+
747
+ .ui-multiselect-item.ui-state-highlight {
748
+ background-color: $ng-primary-color;
749
+ color: rgb(255 255 255);
750
+ }
751
+ }
752
+ }
753
+
754
+ .ui-listbox {
755
+ background: rgb(255 255 255);
756
+ border: 1px solid $uiinputText;
757
+ min-width: 12em;
758
+ padding: 0;
759
+
760
+ .ui-chkbox {
761
+ margin: 0 0.429em 0 0;
762
+ }
763
+
764
+ .ui-listbox-header {
765
+ background-color: rgb(255 255 255);
766
+ border-bottom: 1px solid $paginationHover;
767
+ color: $font-color-main;
768
+ margin: 0;
769
+ padding: 0.429em 0.857em;
770
+
771
+ .ui-listbox-filter-container {
772
+ width: calc(100% - (0.857em + 0.857em + 0.429em));
773
+
774
+ input {
775
+ padding: 0.429em;
776
+ padding-right: 2em;
777
+ }
778
+
779
+ .ui-listbox-filter-icon {
780
+ color: $ng-primary-color;
781
+ left: auto;
782
+ margin-top: -0.5em;
783
+ right: 0.5em;
784
+ top: 50%;
785
+ }
786
+ }
787
+ }
788
+
789
+ .ui-listbox-list {
790
+ .ui-listbox-item {
791
+ background-color: transparent;
792
+ border: 0 0;
793
+ border-radius: 0;
794
+ color: $font-color-main;
795
+ margin: 0;
796
+ padding: 0.429em 0.857em;
797
+
798
+ .ui-chkbox {
799
+ display: inline-block;
800
+ margin: 0 0.429em 0 0;
801
+ position: static;
802
+ vertical-align: middle;
803
+ }
804
+
805
+ label {
806
+ display: inline-block;
807
+ vertical-align: middle;
808
+ }
809
+ }
810
+
811
+ .ui-listbox-item.ui-state-highlight {
812
+ background-color: $ng-primary-color;
813
+ color: rgb(255 255 255);
814
+ }
815
+ }
816
+
817
+ &:not(.ui-state-disabled) {
818
+ .ui-listbox-item {
819
+ &:not(.ui-state-highlight) {
820
+ &:hover {
821
+ background-color: $paginationHover;
822
+ color: $font-color-main;
823
+ }
824
+ }
825
+ }
826
+ }
827
+ }
828
+
829
+ .ui-listbox.ui-state-disabled {
830
+ .ui-chkbox-box {
831
+ &:not(.ui-state-disabled) {
832
+ &:not(.ui-state-active) {
833
+ &:hover {
834
+ border: 1px solid $uiinputText;
835
+ }
836
+ }
837
+ }
838
+ }
839
+ }
840
+
841
+ .ui-editor-container {
842
+ .ui-editor-toolbar {
843
+ background-color: rgb(239 239 239);
844
+ }
845
+
846
+ .ql-picker.ql-expanded {
847
+ .ql-picker-label {
848
+ color: $font-color-main;
849
+ }
850
+ }
851
+
852
+ .ql-stroke {
853
+ stroke: $font-color-main;
854
+ }
855
+
856
+ .ql-picker-label {
857
+ color: $font-color-main;
858
+ }
859
+
860
+ .ql-snow.ql-toolbar {
861
+ button {
862
+ &:hover {
863
+ color: $carouselPagelink;
864
+
865
+ .ql-stroke {
866
+ stroke: $carouselPagelink;
867
+ }
868
+
869
+ .ql-stroke-miter {
870
+ stroke: $carouselPagelink;
871
+ }
872
+ }
873
+ }
874
+
875
+ button.ql-active {
876
+ color: $carouselPagelink;
877
+
878
+ .ql-stroke {
879
+ stroke: $carouselPagelink;
880
+ }
881
+
882
+ .ql-stroke-miter {
883
+ stroke: $carouselPagelink;
884
+ }
885
+ }
886
+
887
+ .ql-picker-label {
888
+ &:hover {
889
+ color: $carouselPagelink;
890
+
891
+ .ql-stroke {
892
+ stroke: $carouselPagelink;
893
+ }
894
+
895
+ .ql-stroke-miter {
896
+ stroke: $carouselPagelink;
897
+ }
898
+ }
899
+ }
900
+
901
+ .ql-picker-label.ql-active {
902
+ color: $carouselPagelink;
903
+
904
+ .ql-stroke {
905
+ stroke: $carouselPagelink;
906
+ }
907
+
908
+ .ql-stroke-miter {
909
+ stroke: $carouselPagelink;
910
+ }
911
+ }
912
+
913
+ .ql-picker-item {
914
+ &:hover {
915
+ color: $carouselPagelink;
916
+
917
+ .ql-stroke {
918
+ stroke: $carouselPagelink;
919
+ }
920
+
921
+ .ql-stroke-miter {
922
+ stroke: $carouselPagelink;
923
+ }
924
+ }
925
+ }
926
+
927
+ .ql-picker-item.ql-selected {
928
+ color: $carouselPagelink;
929
+
930
+ .ql-stroke {
931
+ stroke: $carouselPagelink;
932
+ }
933
+
934
+ .ql-stroke-miter {
935
+ stroke: $carouselPagelink;
936
+ }
937
+ }
938
+ }
939
+
940
+ .ql-snow {
941
+ .ql-toolbar {
942
+ button {
943
+ &:hover {
944
+ color: $carouselPagelink;
945
+
946
+ .ql-stroke {
947
+ stroke: $carouselPagelink;
948
+ }
949
+
950
+ .ql-stroke-miter {
951
+ stroke: $carouselPagelink;
952
+ }
953
+ }
954
+ }
955
+
956
+ button.ql-active {
957
+ color: $carouselPagelink;
958
+
959
+ .ql-stroke {
960
+ stroke: $carouselPagelink;
961
+ }
962
+
963
+ .ql-stroke-miter {
964
+ stroke: $carouselPagelink;
965
+ }
966
+ }
967
+
968
+ .ql-picker-label {
969
+ &:hover {
970
+ color: $carouselPagelink;
971
+
972
+ .ql-stroke {
973
+ stroke: $carouselPagelink;
974
+ }
975
+
976
+ .ql-stroke-miter {
977
+ stroke: $carouselPagelink;
978
+ }
979
+ }
980
+ }
981
+
982
+ .ql-picker-label.ql-active {
983
+ color: $carouselPagelink;
984
+
985
+ .ql-stroke {
986
+ stroke: $carouselPagelink;
987
+ }
988
+
989
+ .ql-stroke-miter {
990
+ stroke: $carouselPagelink;
991
+ }
992
+ }
993
+
994
+ .ql-picker-item {
995
+ &:hover {
996
+ color: $carouselPagelink;
997
+
998
+ .ql-stroke {
999
+ stroke: $carouselPagelink;
1000
+ }
1001
+
1002
+ .ql-stroke-miter {
1003
+ stroke: $carouselPagelink;
1004
+ }
1005
+ }
1006
+ }
1007
+
1008
+ .ql-picker-item.ql-selected {
1009
+ color: $carouselPagelink;
1010
+
1011
+ .ql-stroke {
1012
+ stroke: $carouselPagelink;
1013
+ }
1014
+
1015
+ .ql-stroke-miter {
1016
+ stroke: $carouselPagelink;
1017
+ }
1018
+ }
1019
+ }
1020
+ }
1021
+ }
1022
+
1023
+ .ui-rating {
1024
+ a {
1025
+ color: $font-color-main;
1026
+ display: inline-block;
1027
+ text-align: center;
1028
+ transition: color 0.3s;
1029
+
1030
+ &:hover {
1031
+ color: $anchorActive;
1032
+ }
1033
+
1034
+ .pi-star {
1035
+ color: $ng-primary-color;
1036
+ }
1037
+
1038
+ .ui-rating-icon {
1039
+ font-size: 1.429em;
1040
+ }
1041
+ }
1042
+
1043
+ a.ui-rating-cancel {
1044
+ color: $ratingCancel;
1045
+
1046
+ &:hover {
1047
+ color: $ratingHover;
1048
+ }
1049
+ }
1050
+ }
1051
+
1052
+ .ui-spinner {
1053
+ .ui-spinner-input {
1054
+ padding-right: 1.858em;
1055
+ }
1056
+
1057
+ .ui-spinner-button {
1058
+ width: 1.429em;
1059
+
1060
+ .ui-spinner-button-icon {
1061
+ left: 50%;
1062
+ margin-left: -0.5em;
1063
+ margin-top: -0.5em;
1064
+ position: absolute;
1065
+ top: 50%;
1066
+ width: 1em;
1067
+ }
1068
+ }
1069
+ }
1070
+
1071
+ .ui-progress-spinner {
1072
+ height: 70px !important;
1073
+ width: 70px !important;
1074
+ }
1075
+
1076
+ .ui-slider {
1077
+ background-color: $uiinputText;
1078
+ border: 0 0;
1079
+
1080
+ .ui-slider-handle {
1081
+ background-color: rgb(255 255 255);
1082
+ border: 2px solid $toggleButton;
1083
+ border-radius: 50%;
1084
+ height: 1.429em;
1085
+ transition: background-color 0.3s;
1086
+ width: 1.429em;
1087
+ }
1088
+
1089
+ .ui-slider-range {
1090
+ background-color: $ng-primary-color;
1091
+ }
1092
+
1093
+ &:not(.ui-state-disabled) {
1094
+ .ui-slider-handle {
1095
+ &:hover {
1096
+ background-color: 2px solid $toggleButton;
1097
+ border: 2px solid $ng-primary-color;
1098
+ }
1099
+ }
1100
+ }
1101
+ }
1102
+
1103
+ .ui-slider.ui-slider-horizontal {
1104
+ height: 0.286em;
1105
+
1106
+ .ui-slider-handle {
1107
+ margin-top: -0.7145em;
1108
+ top: 50%;
1109
+ }
1110
+ }
1111
+
1112
+ .ui-slider.ui-slider-vertical {
1113
+ width: 0.286em;
1114
+
1115
+ .ui-slider-handle {
1116
+ left: 50%;
1117
+ margin-left: -0.7145em;
1118
+ }
1119
+ }
1120
+
1121
+ .ui-calendar .ui-datepicker {
1122
+ min-width: auto;
1123
+ }
1124
+
1125
+ .ui-datepicker {
1126
+ background-color: rgb(255 255 255);
1127
+ border: 1px solid $datePickerBorder;
1128
+ padding: 0.857em;
1129
+ width: 20em;
1130
+
1131
+ &:not(.ui-datepicker-inline) {
1132
+ border: 1px solid $selectButton;
1133
+ box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
1134
+ }
1135
+
1136
+ &:not(.ui-state-disabled) {
1137
+ .ui-datepicker-header {
1138
+ .ui-datepicker-prev:hover,
1139
+ .ui-datepicker-next:hover {
1140
+ color: $ng-primary-color;
1141
+ }
1142
+
1143
+ .ui-datepicker-prev:focus,
1144
+ .ui-datepicker-next:focus {
1145
+ color: $ng-primary-color;
1146
+ outline: 0 none;
1147
+ }
1148
+ }
1149
+
1150
+ table td:not(.ui-state-disabled) a:not(.ui-state-active):not(.ui-state-highlight):hover,
1151
+ .ui-monthpicker a.ui-monthpicker-month:not(.ui-state-active):hover {
1152
+ background-color: $paginationHover;
1153
+ }
1154
+ }
1155
+
1156
+ .ui-datepicker-header {
1157
+ background-color: rgb(255 255 255);
1158
+ border-radius: 0;
1159
+ color: $font-color-main;
1160
+ padding: 0.429em 0.857em;
1161
+
1162
+ .ui-datepicker-prev,
1163
+ .ui-datepicker-next {
1164
+ color: $datePickerBorder;
1165
+ cursor: pointer;
1166
+ top: 0;
1167
+ transition: color 0.3s;
1168
+ }
1169
+
1170
+ .ui-datepicker-title {
1171
+ line-height: 1;
1172
+ margin: 0;
1173
+ padding: 0;
1174
+ }
1175
+ }
1176
+
1177
+ table {
1178
+ font-size: 14px;
1179
+ margin: 0.857em 0 0;
1180
+
1181
+ th {
1182
+ padding: 0.286em;
1183
+ }
1184
+
1185
+ td {
1186
+ padding: 0.286em;
1187
+
1188
+ > {
1189
+ a,
1190
+ span {
1191
+ border-radius: 2px;
1192
+ color: $font-color-main;
1193
+ display: block;
1194
+ height: 2em;
1195
+ padding: 0.2em;
1196
+ text-align: center;
1197
+ width: 2em;
1198
+ }
1199
+
1200
+ a {
1201
+ border-radius: 50%;
1202
+ cursor: pointer;
1203
+
1204
+ &.ui-state-active {
1205
+ background-color: $ng-primary-color;
1206
+ color: rgb(255 255 255);
1207
+ }
1208
+
1209
+ &.ui-state-highlight {
1210
+ background-color: $dateHighLight;
1211
+ color: $font-color-main;
1212
+ }
1213
+ }
1214
+ }
1215
+
1216
+ &.ui-datepicker-today a {
1217
+ background-color: $dateHighLight;
1218
+ border-radius: 50%;
1219
+ color: $font-color-main;
1220
+ }
1221
+ }
1222
+ }
1223
+
1224
+ .ui-timepicker {
1225
+ border: 0 0;
1226
+ border-top: 1px solid $autoCompletegrp;
1227
+ padding: 0.857em;
1228
+
1229
+ a {
1230
+ color: $font-color-main;
1231
+ font-size: 1.286em;
1232
+
1233
+ &:hover {
1234
+ color: $ng-primary-color;
1235
+ }
1236
+ }
1237
+
1238
+ span {
1239
+ font-size: 1.286em;
1240
+ }
1241
+ }
1242
+
1243
+ .ui-monthpicker .ui-monthpicker-month {
1244
+ color: $font-color-main;
1245
+
1246
+ &.ui-state-active {
1247
+ background-color: $ng-primary-color;
1248
+ color: rgb(255 255 255);
1249
+ }
1250
+ }
1251
+
1252
+ &.ui-datepicker-timeonly {
1253
+ padding: 0;
1254
+
1255
+ .ui-timepicker {
1256
+ border-top: 0 0;
1257
+ }
1258
+ }
1259
+
1260
+ &.ui-datepicker-multiple-month {
1261
+ width: auto;
1262
+
1263
+ .ui-datepicker-group {
1264
+ border-right: 1px solid $datePickerBorder;
1265
+ padding-bottom: 0;
1266
+ padding-left: 0.857em;
1267
+ padding-right: 0.857em;
1268
+ padding-top: 0;
1269
+
1270
+ &:first-child {
1271
+ padding-left: 0;
1272
+ }
1273
+
1274
+ &:last-child {
1275
+ border-right: 0 0;
1276
+ padding-right: 0;
1277
+ }
1278
+ }
1279
+ }
1280
+ }
1281
+
1282
+ .ui-calendar.ui-calendar-w-btn {
1283
+ .ui-inputtext {
1284
+ border-bottom-right-radius: 0;
1285
+ -moz-border-radius-bottomright: 0;
1286
+ -moz-border-radius-topright: 0;
1287
+ border-right: 0 0;
1288
+ border-top-right-radius: 0;
1289
+
1290
+ &:enabled {
1291
+ &:hover:not(.ui-state-error),
1292
+ &:focus:not(.ui-state-error) {
1293
+ border-right: 0 0;
1294
+ }
1295
+ }
1296
+ }
1297
+
1298
+ .ui-datepicker-trigger.ui-button {
1299
+ border-bottom-left-radius: 0;
1300
+ -moz-border-radius-bottomleft: 0;
1301
+ -moz-border-radius-topleft: 0;
1302
+ border-top-left-radius: 0;
1303
+ position: absolute;
1304
+ width: 2.357em;
1305
+ }
1306
+ }
1307
+
1308
+ .ui-inplace {
1309
+ min-height: 2.143em;
1310
+
1311
+ .ui-inplace-display {
1312
+ border-radius: 0;
1313
+ padding: 0.429em;
1314
+ transition: background-color 0.3s;
1315
+
1316
+ &:not(.ui-state-disabled) {
1317
+ &:hover {
1318
+ background-color: $paginationHover;
1319
+ color: $font-color-main;
1320
+ }
1321
+ }
1322
+ }
1323
+
1324
+ .ui-inplace-content {
1325
+ > * {
1326
+ vertical-align: middle;
1327
+ }
1328
+ }
1329
+ }
1330
+
1331
+ .ui-fileupload {
1332
+ .ui-fileupload-buttonbar {
1333
+ background-color: rgb(239 239 239);
1334
+ border: 1px solid $ng-gray;
1335
+ border-bottom: 0 0;
1336
+ color: $font-color-main;
1337
+ padding: 0.857em 1em;
1338
+
1339
+ .ui-button {
1340
+ margin-right: 8px;
1341
+ }
1342
+ }
1343
+
1344
+ .ui-fileupload-content {
1345
+ background-color: rgb(255 255 255);
1346
+ border: 1px solid $ng-gray;
1347
+ color: $font-color-main;
1348
+ padding: 0.571em 1em;
1349
+ }
1350
+
1351
+ .ui-progressbar {
1352
+ top: 0;
1353
+ }
1354
+ }
1355
+
1356
+ .ui-fileupload-choose {
1357
+ &:not(.ui-state-disabled) {
1358
+ &:hover {
1359
+ background-color: $anchorHover;
1360
+ border-color: $anchorHover;
1361
+ color: rgb(255 255 255);
1362
+ }
1363
+
1364
+ &:active {
1365
+ background-color: $anchorActive;
1366
+ border-color: $anchorActive;
1367
+ color: rgb(255 255 255);
1368
+ }
1369
+ }
1370
+ }
1371
+
1372
+ .ui-fileupload-choose.ui-state-focus {
1373
+ outline: 1px solid $ng-primary-color;
1374
+ outline-offset: 1px;
1375
+ }
1376
+
1377
+ .ui-password-panel {
1378
+ background-color: rgb(255 255 255);
1379
+ border: 1px solid $ng-gray;
1380
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
1381
+ color: $font-color-main;
1382
+ padding: 0.857em;
1383
+ }
1384
+
1385
+ .ui-inputgroup {
1386
+ .ui-inputgroup-addon {
1387
+ background-color: $inputGroundaddon;
1388
+ border-color: $uiinputText;
1389
+ color: $font-color-main;
1390
+ min-width: 2em;
1391
+ padding: 0.429em;
1392
+
1393
+ &:first-child {
1394
+ border-bottom-left-radius: 0;
1395
+ -moz-border-radius-bottomleft: 0;
1396
+ -moz-border-radius-topleft: 0;
1397
+ border-top-left-radius: 0;
1398
+ }
1399
+
1400
+ &:last-child {
1401
+ border-bottom-right-radius: 0;
1402
+ -moz-border-radius-bottomright: 0;
1403
+ -moz-border-radius-topright: 0;
1404
+ border-top-right-radius: 0;
1405
+ }
1406
+ }
1407
+
1408
+ .ui-inputgroup-addon.ui-inputgroup-addon-checkbox {
1409
+ position: relative;
1410
+
1411
+ .ui-chkbox {
1412
+ left: 50%;
1413
+ margin-left: -10px;
1414
+ margin-top: -10px;
1415
+ position: absolute;
1416
+ top: 50%;
1417
+ }
1418
+ }
1419
+
1420
+ .ui-inputgroup-addon.ui-inputgroup-addon-radiobutton {
1421
+ position: relative;
1422
+
1423
+ .ui-radiobutton {
1424
+ left: 50%;
1425
+ margin-left: -10px;
1426
+ margin-top: -10px;
1427
+ position: absolute;
1428
+ top: 50%;
1429
+ }
1430
+ }
1431
+
1432
+ .ui-button {
1433
+ &:first-child {
1434
+ border-bottom-left-radius: 0;
1435
+ -moz-border-radius-bottomleft: 0;
1436
+ -moz-border-radius-topleft: 0;
1437
+ border-top-left-radius: 0;
1438
+ }
1439
+
1440
+ &:last-child {
1441
+ border-bottom-right-radius: 0;
1442
+ -moz-border-radius-bottomright: 0;
1443
+ -moz-border-radius-topright: 0;
1444
+ border-top-right-radius: 0;
1445
+ }
1446
+ }
1447
+ }
1448
+
1449
+ /* &::input-placeholder {
1450
+ color: $placeHolder;
1451
+ } */
1452
+
1453
+ &:placeholder {
1454
+ color: $placeHolder;
1455
+ }
1456
+
1457
+ &::placeholder {
1458
+ color: $placeHolder;
1459
+ }
1460
+
1461
+ /*
1462
+ &:input-placeholder {
1463
+ color: $placeHolder;
1464
+ } */
1465
+
1466
+ .ui-inputtext.ng-dirty.ng-invalid {
1467
+ border-color: $invalidInput;
1468
+ }
1469
+
1470
+ p-dropdown.ng-dirty.ng-invalid {
1471
+ > .ui-dropdown {
1472
+ border-color: $invalidInput;
1473
+ }
1474
+ }
1475
+
1476
+ p-autocomplete.ng-dirty.ng-invalid {
1477
+ > .ui-autocomplete {
1478
+ > .ui-inputtext {
1479
+ border-color: $invalidInput;
1480
+ }
1481
+ }
1482
+ }
1483
+
1484
+ p-calendar.ng-dirty.ng-invalid {
1485
+ > .ui-calendar {
1486
+ > .ui-inputtext {
1487
+ border-color: $invalidInput;
1488
+ }
1489
+ }
1490
+ }
1491
+
1492
+ p-chips.ng-dirty.ng-invalid {
1493
+ > .ui-inputtext {
1494
+ border-color: $invalidInput;
1495
+ }
1496
+ }
1497
+
1498
+ p-inputmask.ng-dirty.ng-invalid {
1499
+ > .ui-inputtext {
1500
+ border-color: $invalidInput;
1501
+ }
1502
+ }
1503
+
1504
+ p-checkbox.ng-dirty.ng-invalid {
1505
+ .ui-chkbox-box {
1506
+ border-color: $invalidInput;
1507
+ }
1508
+ }
1509
+
1510
+ p-radiobutton.ng-dirty.ng-invalid {
1511
+ .ui-radiobutton-box {
1512
+ border-color: $invalidInput;
1513
+ }
1514
+ }
1515
+
1516
+ p-inputswitch.ng-dirty.ng-invalid {
1517
+ .p-inputswitch {
1518
+ border-color: $invalidInput;
1519
+ }
1520
+ }
1521
+
1522
+ p-listbox.ng-dirty.ng-invalid {
1523
+ .ui-inputtext {
1524
+ border-color: $invalidInput;
1525
+ }
1526
+ }
1527
+
1528
+ p-multiselect.ng-dirty.ng-invalid {
1529
+ > .ui-multiselect {
1530
+ border-color: $invalidInput;
1531
+ }
1532
+ }
1533
+
1534
+ p-spinner.ng-dirty.ng-invalid {
1535
+ > .ui-inputtext {
1536
+ border-color: $invalidInput;
1537
+ }
1538
+ }
1539
+
1540
+ p-selectbutton.ng-dirty.ng-invalid {
1541
+ .ui-button {
1542
+ border-color: $invalidInput;
1543
+ }
1544
+ }
1545
+
1546
+ p-togglebutton.ng-dirty.ng-invalid {
1547
+ .ui-button {
1548
+ border-color: $invalidInput;
1549
+ }
1550
+ }
1551
+
1552
+ .ui-button {
1553
+ background-color: $ng-primary-color;
1554
+ border: 1px solid $ng-primary-color;
1555
+ color: rgb(255 255 255);
1556
+ font-size: 13px;
1557
+ margin: 0;
1558
+ transition: background-color 0.3s;
1559
+
1560
+ &:enabled {
1561
+ &:hover {
1562
+ background-color: $anchorHover;
1563
+ border-color: $anchorHover;
1564
+ color: rgb(255 255 255);
1565
+ }
1566
+
1567
+ &:focus {
1568
+ background-color: $enabledFocus;
1569
+ outline: 1px solid $ng-primary-color;
1570
+ outline-offset: 1px;
1571
+ }
1572
+
1573
+ &:active {
1574
+ background-color: $anchorActive;
1575
+ border-color: $anchorActive;
1576
+ color: rgb(255 255 255);
1577
+ }
1578
+ }
1579
+ }
1580
+
1581
+ .ui-button.ui-button-text-only {
1582
+ .ui-button-text {
1583
+ padding: 0.429em 1em;
1584
+ }
1585
+ }
1586
+
1587
+ .ui-button.ui-button-text-icon-left {
1588
+ .ui-button-text {
1589
+ padding: 0.429em 1em 0.429em 2em;
1590
+ }
1591
+ }
1592
+
1593
+ .ui-button.ui-button-text-icon-right {
1594
+ .ui-button-text {
1595
+ padding: 0.429em 2em 0.429em 1em;
1596
+ }
1597
+ }
1598
+
1599
+ .ui-button.ui-button-icon-only {
1600
+ width: 2.143em;
1601
+
1602
+ .ui-button-text {
1603
+ padding: 0.429em;
1604
+ }
1605
+ }
1606
+
1607
+ .ui-button.ui-button-raised {
1608
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
1609
+ }
1610
+
1611
+ .ui-button.ui-button-rounded {
1612
+ border-radius: 1em;
1613
+ }
1614
+
1615
+ .ui-togglebutton {
1616
+ background-color: $tabView;
1617
+ border: 1px solid $tabView;
1618
+ color: $font-color-main;
1619
+ transition: background-color 0.3s;
1620
+
1621
+ .ui-button-icon-left {
1622
+ color: $placeHolder;
1623
+ }
1624
+
1625
+ &:not(.ui-state-disabled) {
1626
+ &:not(.ui-state-active) {
1627
+ &:hover {
1628
+ background-color: $selectButton;
1629
+ border-color: $selectButton;
1630
+ color: $font-color-main;
1631
+
1632
+ .ui-button-icon-left {
1633
+ color: $toastmsgSuccess;
1634
+ }
1635
+ }
1636
+ }
1637
+
1638
+ &:not(.ui-state-active).ui-state-focus {
1639
+ background-color: $selectButton;
1640
+ border-color: $toggleButton;
1641
+ color: $font-color-main;
1642
+ outline: 0 none;
1643
+
1644
+ .ui-button-icon-left {
1645
+ color: $toastmsgSuccess;
1646
+ }
1647
+ }
1648
+ }
1649
+ }
1650
+
1651
+ .ui-togglebutton.ui-state-active {
1652
+ background-color: $ng-primary-color;
1653
+ border-color: $ng-primary-color;
1654
+ color: rgb(255 255 255);
1655
+
1656
+ .ui-button-icon-left {
1657
+ color: rgb(255 255 255);
1658
+ }
1659
+
1660
+ &:hover {
1661
+ background-color: $anchorActive;
1662
+ border-color: $anchorActive;
1663
+ color: rgb(255 255 255);
1664
+
1665
+ .ui-button-icon-left {
1666
+ color: rgb(255 255 255);
1667
+ }
1668
+ }
1669
+ }
1670
+
1671
+ .ui-togglebutton.ui-state-active.ui-state-focus {
1672
+ background-color: $ng-primary-color;
1673
+ border-color: $toggleButton;
1674
+ color: rgb(255 255 255);
1675
+
1676
+ .ui-button-icon-left {
1677
+ color: rgb(255 255 255);
1678
+ }
1679
+ }
1680
+
1681
+ .p-selectbutton {
1682
+ .p-button {
1683
+ background-color: $tabView;
1684
+ border: 1px solid $tabView;
1685
+ color: $font-color-main;
1686
+ transition: background-color 0.3s;
1687
+
1688
+ .p-button-icon-left {
1689
+ color: $placeHolder;
1690
+ }
1691
+
1692
+ &:not(.p-state-disabled) {
1693
+ &:not(.p-highlight) {
1694
+ &:hover {
1695
+ background-color: $selectButton;
1696
+ color: $font-color-main;
1697
+
1698
+ .p-button-icon-left {
1699
+ color: $toastmsgSuccess;
1700
+ }
1701
+ }
1702
+ }
1703
+
1704
+ &:not(.p-highlight) {
1705
+ background-color: $selectButton;
1706
+ color: $font-color-main;
1707
+ outline: 0 none;
1708
+
1709
+ .p-button-icon-left {
1710
+ color: $toastmsgSuccess;
1711
+ }
1712
+ }
1713
+ }
1714
+
1715
+ &:first-child {
1716
+ border-bottom-left-radius: 0;
1717
+ -moz-border-radius-bottom-left: 0;
1718
+ -moz-border-radius-top-left: 0;
1719
+ border-top-left-radius: 0;
1720
+ }
1721
+
1722
+ &:last-child {
1723
+ border-bottom-right-radius: 0;
1724
+ -moz-border-radius-bottomright: 0;
1725
+ -moz-border-radius-topright: 0;
1726
+ border-top-right-radius: 0;
1727
+ }
1728
+
1729
+ &:focus {
1730
+ box-shadow: none;
1731
+ }
1732
+ }
1733
+
1734
+ .p-button.p-highlight {
1735
+ background-color: $ng-primary-color;
1736
+ border-color: $ng-primary-color;
1737
+ color: rgb(255 255 255);
1738
+
1739
+ .p-button-icon-left {
1740
+ color: rgb(255 255 255);
1741
+ }
1742
+
1743
+ &:hover {
1744
+ background-color: $anchorActive;
1745
+ border-color: $anchorActive;
1746
+ color: rgb(255 255 255);
1747
+
1748
+ .p-button-icon-left {
1749
+ color: rgb(255 255 255);
1750
+ }
1751
+ }
1752
+ }
1753
+
1754
+ .p-button.p-state-active.p-state-focus {
1755
+ background-color: $ng-primary-color;
1756
+ border-color: $toggleButton;
1757
+ color: rgb(255 255 255);
1758
+
1759
+ .p-button-icon-left {
1760
+ color: rgb(255 255 255);
1761
+ }
1762
+ }
1763
+ }
1764
+
1765
+ .ui-splitbutton.ui-buttonset {
1766
+ .ui-button {
1767
+ border: 1px solid transparent;
1768
+ }
1769
+
1770
+ .ui-menu {
1771
+ min-width: 12.5em;
1772
+ width: 100%;
1773
+ }
1774
+ }
1775
+
1776
+ .ui-button.ui-state-default.ui-button-secondary {
1777
+ background-color: $primeSecondaryButton;
1778
+ border: 1px solid $primeSecondaryButton;
1779
+ color: $font-color-main;
1780
+
1781
+ &:enabled {
1782
+ &:hover {
1783
+ background-color: $tabView;
1784
+ border-color: $tabView;
1785
+ color: $toastmsgSuccess;
1786
+ }
1787
+
1788
+ &:focus {
1789
+ background-color: $ng-gray;
1790
+ }
1791
+
1792
+ &:active {
1793
+ background-color: $ng-primary-color;
1794
+ border-color: $ng-primary-color;
1795
+ color: rgb(255 255 255);
1796
+ }
1797
+ }
1798
+ }
1799
+
1800
+ .ui-buttonset.ui-button-secondary {
1801
+ > .ui-button.ui-state-default {
1802
+ background-color: $primeSecondaryButton;
1803
+ border: 1px solid $primeSecondaryButton;
1804
+ color: $font-color-main;
1805
+
1806
+ &:enabled {
1807
+ &:hover {
1808
+ background-color: $tabView;
1809
+ border-color: $tabView;
1810
+ color: $toastmsgSuccess;
1811
+ }
1812
+
1813
+ &:focus {
1814
+ background-color: $ng-gray;
1815
+ }
1816
+
1817
+ &:active {
1818
+ background-color: $ng-primary-color;
1819
+ border-color: $ng-primary-color;
1820
+ color: rgb(255 255 255);
1821
+ }
1822
+ }
1823
+ }
1824
+ }
1825
+
1826
+ .ui-button.ui-state-default.ui-button-info {
1827
+ background-color: $buttonState;
1828
+ border: 1px solid $buttonState;
1829
+ color: rgb(255 255 255);
1830
+
1831
+ &:enabled {
1832
+ &:hover {
1833
+ background-color: $buttonInfohover;
1834
+ border-color: $buttonInfohover;
1835
+ color: rgb(255 255 255);
1836
+ }
1837
+
1838
+ &:focus {
1839
+ background-color: $buttonInfofocus;
1840
+ }
1841
+
1842
+ &:active {
1843
+ background-color: $buttonInfo;
1844
+ border-color: $buttonInfo;
1845
+ color: rgb(255 255 255);
1846
+ }
1847
+ }
1848
+ }
1849
+
1850
+ .ui-buttonset.ui-button-info {
1851
+ > .ui-button.ui-state-default {
1852
+ background-color: $buttonState;
1853
+ border: 1px solid $buttonState;
1854
+ color: rgb(255 255 255);
1855
+
1856
+ &:enabled {
1857
+ &:hover {
1858
+ background-color: $buttonInfohover;
1859
+ border-color: $buttonInfohover;
1860
+ color: rgb(255 255 255);
1861
+ }
1862
+
1863
+ &:focus {
1864
+ background-color: $buttonInfofocus;
1865
+ }
1866
+
1867
+ &:active {
1868
+ background-color: $buttonInfo;
1869
+ border-color: $buttonInfo;
1870
+ color: rgb(255 255 255);
1871
+ }
1872
+ }
1873
+ }
1874
+ }
1875
+
1876
+ .ui-button.ui-state-default.ui-button-success {
1877
+ background-color: $buttonSetColor;
1878
+ border: 1px solid $buttonSetColor;
1879
+ color: rgb(255 255 255);
1880
+
1881
+ &:enabled {
1882
+ &:hover {
1883
+ background-color: $primeStateButtonSuccess;
1884
+ border-color: $primeStateButtonSuccess;
1885
+ color: rgb(255 255 255);
1886
+ }
1887
+
1888
+ &:focus {
1889
+ background-color: $primeStateButtonfocus;
1890
+ }
1891
+
1892
+ &:active {
1893
+ background-color: $primeStateButtonactive;
1894
+ border-color: $primeStateButtonactive;
1895
+ color: rgb(255 255 255);
1896
+ }
1897
+ }
1898
+ }
1899
+
1900
+ .ui-buttonset.ui-button-success {
1901
+ > .ui-button.ui-state-default {
1902
+ background-color: $buttonSetColor;
1903
+ border: 1px solid $buttonSetColor;
1904
+ color: rgb(255 255 255);
1905
+
1906
+ &:enabled {
1907
+ &:hover {
1908
+ background-color: $primeStateButtonSuccess;
1909
+ border-color: $primeStateButtonSuccess;
1910
+ color: rgb(255 255 255);
1911
+ }
1912
+
1913
+ &:focus {
1914
+ background-color: $primeStateButtonfocus;
1915
+ }
1916
+
1917
+ &:active {
1918
+ background-color: $primeStateButtonactive;
1919
+ border-color: $primeStateButtonactive;
1920
+ color: rgb(255 255 255);
1921
+ }
1922
+ }
1923
+ }
1924
+ }
1925
+
1926
+ .ui-button.ui-state-default.ui-button-warning {
1927
+ background-color: $buttonWarning;
1928
+ border: 1px solid $buttonWarning;
1929
+ color: $font-color-main;
1930
+
1931
+ &:enabled {
1932
+ &:hover {
1933
+ background-color: $primeStateButtonwarning;
1934
+ border-color: $primeStateButtonwarning;
1935
+ color: $font-color-main;
1936
+ }
1937
+
1938
+ &:focus {
1939
+ background-color: $primeButtonwarningFocus;
1940
+ }
1941
+
1942
+ &:active {
1943
+ background-color: $primeButtonwarningactive;
1944
+ border-color: $primeButtonwarningactive;
1945
+ color: $font-color-main;
1946
+ }
1947
+ }
1948
+ }
1949
+
1950
+ .ui-buttonset.ui-button-warning {
1951
+ > .ui-button.ui-state-default {
1952
+ background-color: $buttonWarning;
1953
+ border: 1px solid $buttonWarning;
1954
+ color: $font-color-main;
1955
+
1956
+ &:enabled {
1957
+ &:hover {
1958
+ background-color: $primeStateButtonwarning;
1959
+ border-color: $primeStateButtonwarning;
1960
+ color: $font-color-main;
1961
+ }
1962
+
1963
+ &:focus {
1964
+ background-color: $primeButtonwarningFocus;
1965
+ }
1966
+
1967
+ &:active {
1968
+ background-color: $primeButtonwarningactive;
1969
+ border-color: $primeButtonwarningactive;
1970
+ color: $font-color-main;
1971
+ }
1972
+ }
1973
+ }
1974
+ }
1975
+
1976
+ .ui-button.ui-state-default.ui-button-danger {
1977
+ background-color: $primeButtonDangeractive;
1978
+ border: 1px solid $primeButtonDangeractive;
1979
+ color: rgb(255 255 255);
1980
+
1981
+ &:enabled {
1982
+ &:hover {
1983
+ background-color: $primeButtonSethover;
1984
+ border-color: $primeButtonSethover;
1985
+ color: rgb(255 255 255);
1986
+ }
1987
+
1988
+ &:focus {
1989
+ background-color: $primeButtonSetFocus;
1990
+ }
1991
+
1992
+ &:active {
1993
+ background-color: $primeButtonSetactive;
1994
+ border-color: $primeButtonSetactive;
1995
+ color: rgb(255 255 255);
1996
+ }
1997
+ }
1998
+ }
1999
+
2000
+ .ui-buttonset.ui-button-danger {
2001
+ > .ui-button.ui-state-default {
2002
+ background-color: $primeButtonDangeractive;
2003
+ border: 1px solid $primeButtonDangeractive;
2004
+ color: rgb(255 255 255);
2005
+
2006
+ &:enabled {
2007
+ &:hover {
2008
+ background-color: $primeButtonSethover;
2009
+ border-color: $primeButtonSethover;
2010
+ color: rgb(255 255 255);
2011
+ }
2012
+
2013
+ &:focus {
2014
+ background-color: $primeButtonSetFocus;
2015
+ }
2016
+
2017
+ &:active {
2018
+ background-color: $primeButtonSetactive;
2019
+ border-color: $primeButtonSetactive;
2020
+ color: rgb(255 255 255);
2021
+ }
2022
+ }
2023
+ }
2024
+ }
2025
+
2026
+ .ui-widget-content {
2027
+ p {
2028
+ line-height: 1.5;
2029
+ margin: 0;
2030
+ }
2031
+ }
2032
+
2033
+ .ui-panel {
2034
+ border: 0 0;
2035
+ padding: 0;
2036
+
2037
+ .ui-panel-titlebar {
2038
+ background-color: rgb(239 239 239);
2039
+ border: 1px solid $ng-gray;
2040
+ border-bottom-left-radius: 0;
2041
+ border-bottom-right-radius: 0;
2042
+ -moz-border-radius-bottomleft: 0;
2043
+ -moz-border-radius-bottomright: 0;
2044
+ -moz-border-radius-topleft: 0;
2045
+ -moz-border-radius-topright: 0;
2046
+ border-top-left-radius: 0;
2047
+ border-top-right-radius: 0;
2048
+ color: $font-color-main;
2049
+ padding: 0.857em 1em;
2050
+
2051
+ .ui-panel-title {
2052
+ font-weight: 700;
2053
+ vertical-align: middle;
2054
+ }
2055
+
2056
+ .ui-panel-titlebar-icon {
2057
+ border: 1px solid transparent;
2058
+ color: $titleBarIcon;
2059
+ font-size: 13px;
2060
+ margin: 0;
2061
+ position: relative;
2062
+ transition: color 0.3s;
2063
+
2064
+ &:hover {
2065
+ color: $carouselPagelink;
2066
+ }
2067
+ }
2068
+ }
2069
+
2070
+ .ui-panel-content {
2071
+ background-color: rgb(255 255 255);
2072
+ border: 1px solid $ng-gray;
2073
+ border-top: 0 0;
2074
+ color: $font-color-main;
2075
+ padding: 0.571em 1em;
2076
+ }
2077
+
2078
+ .ui-panel-footer {
2079
+ background-color: rgb(255 255 255);
2080
+ border: 1px solid $ng-gray;
2081
+ border-top: 0 0;
2082
+ color: $font-color-main;
2083
+ margin: 0;
2084
+ padding: 0.571em 1em;
2085
+ }
2086
+ }
2087
+
2088
+ .ui-fieldset {
2089
+ background-color: rgb(255 255 255);
2090
+ border: 1px solid $ng-gray;
2091
+ color: $font-color-main;
2092
+
2093
+ .ui-fieldset-legend {
2094
+ a {
2095
+ background-color: rgb(239 239 239);
2096
+ border: 1px solid $ng-gray;
2097
+ color: $font-color-main;
2098
+ padding: 0.857em 1em;
2099
+
2100
+ .ui-fieldset-toggler {
2101
+ color: $titleBarIcon;
2102
+ display: inline-block;
2103
+ float: none;
2104
+ margin-right: 0.5em;
2105
+ vertical-align: middle;
2106
+ }
2107
+
2108
+ .ui-fieldset-legend-text {
2109
+ padding: 0;
2110
+ }
2111
+ }
2112
+ }
2113
+
2114
+ .ui-fieldset-content {
2115
+ padding: 0;
2116
+ }
2117
+ }
2118
+
2119
+ .ui-fieldset.ui-fieldset-toggleable {
2120
+ .ui-fieldset-legend {
2121
+ a {
2122
+ &:hover {
2123
+ background-color: $tabView;
2124
+ border: 1px solid $tabView;
2125
+ color: $font-color-main;
2126
+
2127
+ .ui-fieldset-toggler {
2128
+ color: $font-color-main;
2129
+ }
2130
+ }
2131
+ }
2132
+ }
2133
+ }
2134
+
2135
+ .ui-accordion {
2136
+ .ui-accordion-header {
2137
+ margin-bottom: 2px;
2138
+
2139
+ a {
2140
+ background-color: rgb(239 239 239);
2141
+ border: 1px solid $ng-gray;
2142
+ color: $font-color-main;
2143
+ padding: 0.857em 1em;
2144
+
2145
+ .ui-accordion-toggle-icon {
2146
+ color: $titleBarIcon;
2147
+ }
2148
+ }
2149
+
2150
+ &:not(.ui-state-active) {
2151
+ &:not(.ui-state-disabled) {
2152
+ &:hover {
2153
+ a {
2154
+ background-color: $tabView;
2155
+ border: 1px solid $tabView;
2156
+ color: $font-color-main;
2157
+
2158
+ .ui-accordion-toggle-icon {
2159
+ color: $font-color-main;
2160
+ }
2161
+ }
2162
+ }
2163
+ }
2164
+ }
2165
+
2166
+ &:not(.ui-state-disabled).ui-state-active {
2167
+ a {
2168
+ background-color: $ng-primary-color;
2169
+ border: 1px solid $ng-primary-color;
2170
+ color: rgb(255 255 255);
2171
+
2172
+ .ui-accordion-toggle-icon {
2173
+ color: rgb(255 255 255);
2174
+ }
2175
+ }
2176
+
2177
+ &:hover {
2178
+ a {
2179
+ background-color: $anchorHover;
2180
+ border: 1px solid $anchorHover;
2181
+ color: rgb(255 255 255);
2182
+
2183
+ .ui-accordion-toggle-icon {
2184
+ color: rgb(255 255 255);
2185
+ }
2186
+ }
2187
+ }
2188
+ }
2189
+ }
2190
+
2191
+ .ui-accordion-content {
2192
+ background-color: rgb(255 255 255);
2193
+ border: 1px solid $ng-gray;
2194
+ color: $font-color-main;
2195
+ padding: 0.571em 1em;
2196
+ }
2197
+ }
2198
+
2199
+ .ui-tabview.ui-tabview-top {
2200
+ border: 0 0;
2201
+
2202
+ .ui-tabview-nav {
2203
+ background: rgb(255 255 255);
2204
+ margin-bottom: -1px;
2205
+ padding: 0;
2206
+
2207
+ li {
2208
+ background-color: rgb(239 239 239);
2209
+ border: 1px solid $ng-gray;
2210
+ margin-right: 0.214em;
2211
+
2212
+ a {
2213
+ color: $font-color-main;
2214
+ display: inline-block;
2215
+ float: none;
2216
+ padding: 0.857em 1em;
2217
+
2218
+ .ui-tabview-left-icon {
2219
+ color: $titleBarIcon;
2220
+ margin-right: 0.429em;
2221
+ }
2222
+
2223
+ .ui-tabview-right-icon {
2224
+ color: $titleBarIcon;
2225
+ margin-left: 0.429em;
2226
+ }
2227
+ }
2228
+
2229
+ .ui-tabview-close {
2230
+ color: $titleBarIcon;
2231
+ margin: 0 0.429em 0 -0.429em;
2232
+ }
2233
+
2234
+ &:not(.ui-state-active) {
2235
+ &:not(.ui-state-disabled) {
2236
+ &:hover {
2237
+ background-color: $tabView;
2238
+ border: 1px solid $tabView;
2239
+
2240
+ a {
2241
+ color: $font-color-main;
2242
+
2243
+ .ui-tabview-left-icon {
2244
+ color: $carouselPagelink;
2245
+ }
2246
+
2247
+ .ui-tabview-right-icon {
2248
+ color: $carouselPagelink;
2249
+ }
2250
+ }
2251
+
2252
+ .ui-tabview-close {
2253
+ color: $font-color-main;
2254
+ }
2255
+ }
2256
+ }
2257
+ }
2258
+ }
2259
+
2260
+ li.ui-state-active {
2261
+ background-color: $ng-primary-color;
2262
+ border: 1px solid $ng-primary-color;
2263
+
2264
+ a {
2265
+ color: rgb(255 255 255);
2266
+
2267
+ .ui-tabview-left-icon {
2268
+ color: rgb(255 255 255);
2269
+ }
2270
+
2271
+ .ui-tabview-right-icon {
2272
+ color: rgb(255 255 255);
2273
+ }
2274
+ }
2275
+
2276
+ .ui-tabview-close {
2277
+ color: rgb(255 255 255);
2278
+ }
2279
+
2280
+ &:hover {
2281
+ background-color: $anchorHover;
2282
+ border: 1px solid $anchorHover;
2283
+
2284
+ a {
2285
+ color: rgb(255 255 255);
2286
+
2287
+ .ui-tabview-left-icon {
2288
+ color: rgb(255 255 255);
2289
+ }
2290
+
2291
+ .ui-tabview-right-icon {
2292
+ color: rgb(255 255 255);
2293
+ }
2294
+ }
2295
+ }
2296
+ }
2297
+
2298
+ li.ui-tabview-selected {
2299
+ a {
2300
+ cursor: pointer;
2301
+ }
2302
+ }
2303
+ }
2304
+ }
2305
+
2306
+ .ui-tabview.ui-tabview-bottom {
2307
+ border: 0 0;
2308
+
2309
+ .ui-tabview-nav {
2310
+ background: rgb(255 255 255);
2311
+ margin-top: -1px;
2312
+ padding: 0;
2313
+
2314
+ li {
2315
+ background-color: rgb(239 239 239);
2316
+ border: 1px solid $ng-gray;
2317
+ margin-right: 0.214em;
2318
+
2319
+ a {
2320
+ color: $font-color-main;
2321
+ display: inline-block;
2322
+ float: none;
2323
+ padding: 0.857em 1em;
2324
+
2325
+ .ui-tabview-left-icon {
2326
+ color: $titleBarIcon;
2327
+ margin-right: 0.429em;
2328
+ }
2329
+
2330
+ .ui-tabview-right-icon {
2331
+ color: $titleBarIcon;
2332
+ margin-left: 0.429em;
2333
+ }
2334
+ }
2335
+
2336
+ .ui-tabview-close {
2337
+ color: $titleBarIcon;
2338
+ margin: 0 0.429em 0 -0.429em;
2339
+ }
2340
+
2341
+ &:not(.ui-state-active) {
2342
+ &:not(.ui-state-disabled) {
2343
+ &:hover {
2344
+ background-color: $tabView;
2345
+ border: 1px solid $tabView;
2346
+
2347
+ a {
2348
+ color: $font-color-main;
2349
+
2350
+ .ui-tabview-left-icon {
2351
+ color: $carouselPagelink;
2352
+ }
2353
+
2354
+ .ui-tabview-right-icon {
2355
+ color: $carouselPagelink;
2356
+ }
2357
+ }
2358
+
2359
+ .ui-tabview-close {
2360
+ color: $font-color-main;
2361
+ }
2362
+ }
2363
+ }
2364
+ }
2365
+ }
2366
+
2367
+ li.ui-state-active {
2368
+ background-color: $ng-primary-color;
2369
+ border: 1px solid $ng-primary-color;
2370
+
2371
+ a {
2372
+ color: rgb(255 255 255);
2373
+
2374
+ .ui-tabview-left-icon {
2375
+ color: rgb(255 255 255);
2376
+ }
2377
+
2378
+ .ui-tabview-right-icon {
2379
+ color: rgb(255 255 255);
2380
+ }
2381
+ }
2382
+
2383
+ .ui-tabview-close {
2384
+ color: rgb(255 255 255);
2385
+ }
2386
+
2387
+ &:hover {
2388
+ background-color: $anchorHover;
2389
+ border: 1px solid $anchorHover;
2390
+
2391
+ a {
2392
+ color: rgb(255 255 255);
2393
+
2394
+ .ui-tabview-left-icon {
2395
+ color: rgb(255 255 255);
2396
+ }
2397
+
2398
+ .ui-tabview-right-icon {
2399
+ color: rgb(255 255 255);
2400
+ }
2401
+ }
2402
+ }
2403
+ }
2404
+
2405
+ li.ui-tabview-selected {
2406
+ a {
2407
+ cursor: pointer;
2408
+ }
2409
+ }
2410
+ }
2411
+ }
2412
+
2413
+ .ui-tabview.ui-tabview-left {
2414
+ border: 0 0;
2415
+
2416
+ .ui-tabview-nav {
2417
+ background: rgb(255 255 255);
2418
+ margin-right: -px;
2419
+ padding: 0;
2420
+
2421
+ li {
2422
+ background-color: rgb(239 239 239);
2423
+ border: 1px solid $ng-gray;
2424
+ margin-bottom: 0.214em;
2425
+
2426
+ a {
2427
+ color: $font-color-main;
2428
+ display: inline-block;
2429
+ float: none;
2430
+ padding: 0.857em 1em;
2431
+
2432
+ .ui-tabview-left-icon {
2433
+ color: $titleBarIcon;
2434
+ margin-right: 0.429em;
2435
+ }
2436
+
2437
+ .ui-tabview-right-icon {
2438
+ color: $titleBarIcon;
2439
+ margin-left: 0.429em;
2440
+ }
2441
+ }
2442
+
2443
+ .ui-tabview-close {
2444
+ color: $titleBarIcon;
2445
+ margin: 0 0.429em 0 -0.429em;
2446
+ }
2447
+
2448
+ &:not(.ui-state-active) {
2449
+ &:not(.ui-state-disabled) {
2450
+ &:hover {
2451
+ background-color: $tabView;
2452
+ border: 1px solid $tabView;
2453
+
2454
+ a {
2455
+ color: $font-color-main;
2456
+
2457
+ .ui-tabview-left-icon {
2458
+ color: $carouselPagelink;
2459
+ }
2460
+
2461
+ .ui-tabview-right-icon {
2462
+ color: $carouselPagelink;
2463
+ }
2464
+ }
2465
+
2466
+ .ui-tabview-close {
2467
+ color: $font-color-main;
2468
+ }
2469
+ }
2470
+ }
2471
+ }
2472
+ }
2473
+
2474
+ li.ui-state-active {
2475
+ background-color: $ng-primary-color;
2476
+ border: 1px solid $ng-primary-color;
2477
+
2478
+ a {
2479
+ color: rgb(255 255 255);
2480
+
2481
+ .ui-tabview-left-icon {
2482
+ color: rgb(255 255 255);
2483
+ }
2484
+
2485
+ .ui-tabview-right-icon {
2486
+ color: rgb(255 255 255);
2487
+ }
2488
+ }
2489
+
2490
+ .ui-tabview-close {
2491
+ color: rgb(255 255 255);
2492
+ }
2493
+
2494
+ &:hover {
2495
+ background-color: $anchorHover;
2496
+ border: 1px solid $anchorHover;
2497
+
2498
+ a {
2499
+ color: rgb(255 255 255);
2500
+
2501
+ .ui-tabview-left-icon {
2502
+ color: rgb(255 255 255);
2503
+ }
2504
+
2505
+ .ui-tabview-right-icon {
2506
+ color: rgb(255 255 255);
2507
+ }
2508
+ }
2509
+ }
2510
+ }
2511
+
2512
+ li.ui-tabview-selected {
2513
+ a {
2514
+ cursor: pointer;
2515
+ }
2516
+ }
2517
+ }
2518
+ }
2519
+
2520
+ .ui-tabview.ui-tabview-right {
2521
+ border: 0 0;
2522
+
2523
+ .ui-tabview-nav {
2524
+ background: rgb(255 255 255);
2525
+ margin-right: -1px;
2526
+ padding: 0;
2527
+
2528
+ li {
2529
+ background-color: rgb(239 239 239);
2530
+ border: 1px solid $ng-gray;
2531
+ margin-bottom: 0.214em;
2532
+
2533
+ a {
2534
+ color: $font-color-main;
2535
+ display: inline-block;
2536
+ float: none;
2537
+ padding: 0.857em 1em;
2538
+
2539
+ .ui-tabview-left-icon {
2540
+ color: $titleBarIcon;
2541
+ margin-right: 0.429em;
2542
+ }
2543
+
2544
+ .ui-tabview-right-icon {
2545
+ color: $titleBarIcon;
2546
+ margin-left: 0.429em;
2547
+ }
2548
+ }
2549
+
2550
+ .ui-tabview-close {
2551
+ color: $titleBarIcon;
2552
+ margin: 0 0.429em 0 -0.429em;
2553
+ }
2554
+
2555
+ &:not(.ui-state-active) {
2556
+ &:not(.ui-state-disabled) {
2557
+ &:hover {
2558
+ background-color: $tabView;
2559
+ border: 1px solid $tabView;
2560
+
2561
+ a {
2562
+ color: $font-color-main;
2563
+
2564
+ .ui-tabview-left-icon {
2565
+ color: $carouselPagelink;
2566
+ }
2567
+
2568
+ .ui-tabview-right-icon {
2569
+ color: $carouselPagelink;
2570
+ }
2571
+ }
2572
+
2573
+ .ui-tabview-close {
2574
+ color: $font-color-main;
2575
+ }
2576
+ }
2577
+ }
2578
+ }
2579
+ }
2580
+
2581
+ li.ui-state-active {
2582
+ background-color: $ng-primary-color;
2583
+ border: 1px solid $ng-primary-color;
2584
+
2585
+ a {
2586
+ color: rgb(255 255 255);
2587
+
2588
+ .ui-tabview-left-icon {
2589
+ color: rgb(255 255 255);
2590
+ }
2591
+
2592
+ .ui-tabview-right-icon {
2593
+ color: rgb(255 255 255);
2594
+ }
2595
+ }
2596
+
2597
+ .ui-tabview-close {
2598
+ color: rgb(255 255 255);
2599
+ }
2600
+
2601
+ &:hover {
2602
+ background-color: $anchorHover;
2603
+ border: 1px solid $anchorHover;
2604
+
2605
+ a {
2606
+ color: rgb(255 255 255);
2607
+
2608
+ .ui-tabview-left-icon {
2609
+ color: rgb(255 255 255);
2610
+ }
2611
+
2612
+ .ui-tabview-right-icon {
2613
+ color: rgb(255 255 255);
2614
+ }
2615
+ }
2616
+ }
2617
+ }
2618
+
2619
+ li.ui-tabview-selected {
2620
+ a {
2621
+ cursor: pointer;
2622
+ }
2623
+ }
2624
+ }
2625
+ }
2626
+
2627
+ .ui-tabview {
2628
+ .ui-tabview-panels {
2629
+ background-color: rgb(255 255 255);
2630
+ border: 1px solid $ng-gray;
2631
+ color: $font-color-main;
2632
+ padding: 0.571em 1em;
2633
+
2634
+ .ui-tabview-panel {
2635
+ padding: 0;
2636
+ }
2637
+ }
2638
+ }
2639
+
2640
+ .ui-toolbar {
2641
+ background-color: rgb(239 239 239);
2642
+ border: 1px solid $ng-gray;
2643
+ padding: 0.857em 1em;
2644
+
2645
+ button {
2646
+ vertical-align: middle;
2647
+ }
2648
+ }
2649
+
2650
+ .p-paginator {
2651
+ background-color: rgb(255 255 255);
2652
+ border: 1px solid $ng-gray;
2653
+ float: right;
2654
+ padding: 0;
2655
+
2656
+ .p-paginator-first {
2657
+ border: 0 0;
2658
+ color: $galleriaNavText;
2659
+ height: 2.308em;
2660
+ line-height: 2.308em;
2661
+ margin: 0;
2662
+ min-width: 2.308em;
2663
+ padding: 0;
2664
+ vertical-align: top;
2665
+
2666
+ &:not(.p-disabled) {
2667
+ &:not(.p-highlight) {
2668
+ &:hover {
2669
+ background-color: $paginationHover;
2670
+ color: $font-color-main;
2671
+ }
2672
+ }
2673
+ }
2674
+
2675
+ &::before {
2676
+ position: relative;
2677
+ top: 1px;
2678
+ }
2679
+ }
2680
+
2681
+ .p-paginator-prev {
2682
+ border: 0 0;
2683
+ color: $galleriaNavText;
2684
+ height: 2.308em;
2685
+ line-height: 2.308em;
2686
+ margin: 0;
2687
+ min-width: 2.308em;
2688
+ padding: 0;
2689
+ vertical-align: top;
2690
+
2691
+ &:not(.p-disabled) {
2692
+ &:not(.p-highlight) {
2693
+ &:hover {
2694
+ background-color: $paginationHover;
2695
+ color: $font-color-main;
2696
+ }
2697
+ }
2698
+ }
2699
+
2700
+ &::before {
2701
+ position: relative;
2702
+ }
2703
+ }
2704
+
2705
+ .p-paginator-next {
2706
+ border: 0 0;
2707
+ color: $galleriaNavText;
2708
+ height: 2.308em;
2709
+ line-height: 2.308em;
2710
+ margin: 0;
2711
+ min-width: 2.308em;
2712
+ padding: 0;
2713
+ vertical-align: top;
2714
+
2715
+ &:not(.p-disabled) {
2716
+ &:not(.p-highlight) {
2717
+ &:hover {
2718
+ background-color: $paginationHover;
2719
+ color: $font-color-main;
2720
+ }
2721
+ }
2722
+ }
2723
+
2724
+ &::before {
2725
+ position: relative;
2726
+ top: 1px;
2727
+ }
2728
+ }
2729
+
2730
+ .p-paginator-last {
2731
+ border: 0 0;
2732
+ color: $galleriaNavText;
2733
+ height: 2.308em;
2734
+ line-height: 2.308em;
2735
+ margin: 0;
2736
+ min-width: 2.308em;
2737
+ padding: 0;
2738
+ vertical-align: top;
2739
+
2740
+ &:not(.p-disabled) {
2741
+ &:not(.p-highlight) {
2742
+ &:hover {
2743
+ background-color: $paginationHover;
2744
+ color: $font-color-main;
2745
+ }
2746
+ }
2747
+ }
2748
+
2749
+ &::before {
2750
+ position: relative;
2751
+ top: 1px;
2752
+ }
2753
+ }
2754
+
2755
+ .p-paginator-pages {
2756
+ display: inline-block;
2757
+ padding: 0;
2758
+ vertical-align: top;
2759
+
2760
+ .p-paginator-page {
2761
+ border: 0 0;
2762
+ color: $galleriaNavText;
2763
+ height: 2.308em;
2764
+ line-height: 2.308em;
2765
+ margin: 0;
2766
+ min-width: 2.308em;
2767
+ padding: 0;
2768
+ vertical-align: top;
2769
+
2770
+ &:not(.p-highlight) {
2771
+ &:hover {
2772
+ background-color: $paginationHover;
2773
+ color: $font-color-main;
2774
+ }
2775
+ }
2776
+ }
2777
+
2778
+ .p-paginator-page.p-highlight {
2779
+ background-color: $ng-primary-color;
2780
+ border-radius: 50%;
2781
+ color: rgb(255 255 255);
2782
+ }
2783
+ }
2784
+
2785
+ .p-dropdown {
2786
+ height: 2.308em;
2787
+ margin-left: 0.429em;
2788
+ min-width: auto;
2789
+ }
2790
+ }
2791
+
2792
+ .p-datatable {
2793
+ .p-datatable-caption {
2794
+ background-color: transparent;
2795
+ border: 1px solid $ng-gray;
2796
+ border-bottom: 0 0;
2797
+ color: $font-color-main;
2798
+ font-weight: 700;
2799
+ text-align: center;
2800
+ }
2801
+
2802
+ .p-datatable-summary {
2803
+ background-color: rgb(239 239 239);
2804
+ border: 1px solid $ng-gray;
2805
+ border-top: 0 0;
2806
+ color: $font-color-main;
2807
+ font-weight: 700;
2808
+ padding: 0.857em 1em;
2809
+ text-align: center;
2810
+ }
2811
+
2812
+ .p-component-overlay {
2813
+ background: none !important;
2814
+ }
2815
+
2816
+ .p-datatable-header {
2817
+ background: transparent !important;
2818
+ border: 0;
2819
+ padding: 0.25em 0.5em;
2820
+ }
2821
+
2822
+ .p-datatable-thead {
2823
+ > tr {
2824
+ > th {
2825
+ background-color: rgb(255 255 255);
2826
+ border: 1px solid $ng-gray;
2827
+ color: $font-color-main;
2828
+ font-family: $mainFontFamily;
2829
+ font-weight: 400;
2830
+ padding: 0.3em 1em;
2831
+ }
2832
+ }
2833
+ }
2834
+
2835
+ .p-datatable-tbody {
2836
+ > tr {
2837
+ background: rgb(255 255 255);
2838
+ color: $font-color-main;
2839
+ font-weight: 300;
2840
+
2841
+ > td {
2842
+ background: inherit;
2843
+ border: 1px solid $ng-gray;
2844
+ padding: 0.5em;
2845
+ }
2846
+
2847
+ &:nth-child(even) {
2848
+ background-color: $ng-gray !important;
2849
+ }
2850
+
2851
+ &:nth-child(even).p-highlight {
2852
+ background-color: $ng-primary-color;
2853
+ color: rgb(255 255 255);
2854
+ }
2855
+
2856
+ &:nth-child(even).ui-contextmenu-selected {
2857
+ background-color: $ng-primary-color;
2858
+ color: rgb(255 255 255);
2859
+ }
2860
+ }
2861
+
2862
+ > tr.p-highlight {
2863
+ background-color: $ng-primary-color;
2864
+ color: rgb(255 255 255);
2865
+ }
2866
+
2867
+ > tr.ui-contextmenu-selected {
2868
+ background-color: $ng-primary-color;
2869
+ color: rgb(255 255 255);
2870
+ }
2871
+ }
2872
+
2873
+ .p-datatable-tfoot {
2874
+ > tr {
2875
+ > td {
2876
+ background-color: rgb(255 255 255);
2877
+ border: 1px solid $ng-gray;
2878
+ color: $font-color-main;
2879
+ font-weight: 500;
2880
+ padding: 0.3em 1em;
2881
+ }
2882
+ }
2883
+ }
2884
+
2885
+ .p-sortable-column-icon {
2886
+ color: rgb(255 255 255) !important;
2887
+
2888
+ &:hover {
2889
+ color: rgb(255 255 255) !important;
2890
+ }
2891
+ }
2892
+
2893
+ .p-sortable-column-icon.p-highlight {
2894
+ background-color: $ng-primary-color !important;
2895
+ color: rgb(255 255 255) !important;
2896
+
2897
+ &:hover {
2898
+ color: rgb(255 255 255) !important;
2899
+ }
2900
+ }
2901
+
2902
+ .ui-column-resizer-helper {
2903
+ background-color: $ng-primary-color;
2904
+ }
2905
+ }
2906
+
2907
+ .p-datatable.p-datatable-hoverable-rows {
2908
+ .p-datatable-tbody {
2909
+ > tr {
2910
+ &:not(.p-highlight) {
2911
+ &:not(.ui-contextmenu-selected) {
2912
+ &:hover {
2913
+ background-color: $satetHover;
2914
+ color: $font-color-main;
2915
+ cursor: pointer;
2916
+ }
2917
+ }
2918
+ }
2919
+ }
2920
+ }
2921
+ }
2922
+
2923
+ .ui-datagrid {
2924
+ .ui-datagrid-header {
2925
+ background-color: rgb(239 239 239);
2926
+ border: 1px solid $ng-gray;
2927
+ border-bottom: 0 0;
2928
+ color: $font-color-main;
2929
+ font-weight: 700;
2930
+ padding: 0.857em 1em;
2931
+ }
2932
+
2933
+ .ui-datagrid-content {
2934
+ background-color: rgb(255 255 255);
2935
+ border: 1px solid $ng-gray;
2936
+ color: $font-color-main;
2937
+ padding: 0.571em 1em;
2938
+ }
2939
+
2940
+ .ui-datagrid-footer {
2941
+ background-color: rgb(255 255 255);
2942
+ border: 1px solid $ng-gray;
2943
+ border-top: 0 0;
2944
+ color: $font-color-main;
2945
+ padding: 0.571em 1em;
2946
+ }
2947
+ }
2948
+
2949
+ .ui-datalist {
2950
+ .ui-datalist-header {
2951
+ background-color: rgb(239 239 239);
2952
+ border: 1px solid $ng-gray;
2953
+ border-bottom: 0 0;
2954
+ color: $font-color-main;
2955
+ font-weight: 700;
2956
+ padding: 0.857em 1em;
2957
+ }
2958
+
2959
+ .ui-datalist-content {
2960
+ background-color: rgb(255 255 255);
2961
+ border: 1px solid $ng-gray;
2962
+ color: $font-color-main;
2963
+ padding: 0.571em 1em;
2964
+ }
2965
+
2966
+ .ui-datalist-footer {
2967
+ background-color: rgb(255 255 255);
2968
+ border: 1px solid $ng-gray;
2969
+ border-top: 0 0;
2970
+ color: $font-color-main;
2971
+ padding: 0.571em 1em;
2972
+ }
2973
+ }
2974
+
2975
+ .ui-datascroller {
2976
+ .ui-datascroller-header {
2977
+ background-color: rgb(239 239 239);
2978
+ border: 1px solid $ng-gray;
2979
+ border-bottom: 0 0;
2980
+ color: $font-color-main;
2981
+ font-weight: 700;
2982
+ padding: 0.857em 1em;
2983
+ }
2984
+
2985
+ .ui-datascroller-content {
2986
+ background-color: rgb(255 255 255);
2987
+ border: 1px solid $ng-gray;
2988
+ color: $font-color-main;
2989
+ padding: 0.571em 1em;
2990
+ }
2991
+
2992
+ .ui-datascroller-footer {
2993
+ background-color: rgb(255 255 255);
2994
+ border: 1px solid $ng-gray;
2995
+ border-top: 0 0;
2996
+ color: $font-color-main;
2997
+ padding: 0.571em 1em;
2998
+ }
2999
+ }
3000
+
3001
+ .ui-dataview {
3002
+ .ui-dataview-header {
3003
+ background-color: rgb(239 239 239);
3004
+ border: 1px solid $ng-gray;
3005
+ border-bottom: 0 0;
3006
+ color: $font-color-main;
3007
+ font-weight: 700;
3008
+ padding: 0.857em 1em;
3009
+ }
3010
+
3011
+ .ui-dataview-content {
3012
+ background-color: rgb(255 255 255);
3013
+ border: 1px solid $ng-gray;
3014
+ color: $font-color-main;
3015
+ padding: 0.571em 1em;
3016
+ }
3017
+
3018
+ .ui-dataview-footer {
3019
+ background-color: rgb(255 255 255);
3020
+ border: 1px solid $ng-gray;
3021
+ border-top: 0 0;
3022
+ color: $font-color-main;
3023
+ padding: 0.571em 1em;
3024
+ }
3025
+ }
3026
+
3027
+ .fc {
3028
+ th {
3029
+ background-color: rgb(239 239 239);
3030
+ border: 1px solid $ng-gray;
3031
+ color: $font-color-main;
3032
+ padding: 0.857em 1em;
3033
+ }
3034
+
3035
+ td.ui-widget-content {
3036
+ background-color: rgb(255 255 255);
3037
+ border: 1px solid $ng-gray;
3038
+ color: $font-color-main;
3039
+ }
3040
+
3041
+ td.fc-head-container {
3042
+ border: 1px solid $ng-gray;
3043
+ }
3044
+
3045
+ .fc-event {
3046
+ background-color: $anchorActive;
3047
+ border: 1px solid $anchorActive;
3048
+ color: rgb(255 255 255);
3049
+ }
3050
+
3051
+ .fc-toolbar {
3052
+ .ui-button {
3053
+ .ui-icon-circle-triangle-w {
3054
+ background: none !important;
3055
+ display: inline-block;
3056
+ font-family: $mainFontFamily;
3057
+ -moz-osx-font-smoothing: grayscale;
3058
+ -webkit-font-smoothing: antialiased;
3059
+ font-style: normal;
3060
+ font-variant: normal;
3061
+ font-weight: normal;
3062
+ line-height: 1;
3063
+ margin-top: 0.214em;
3064
+ text-align: center;
3065
+ text-indent: 0 !important;
3066
+ text-transform: none;
3067
+
3068
+ &::before {
3069
+ content: '\e900';
3070
+ }
3071
+ }
3072
+
3073
+ .ui-icon-circle-triangle-e {
3074
+ background: none !important;
3075
+ display: inline-block;
3076
+ font-family: $mainFontFamily;
3077
+ -moz-osx-font-smoothing: grayscale;
3078
+ -webkit-font-smoothing: antialiased;
3079
+ font-style: normal;
3080
+ font-variant: normal;
3081
+ font-weight: normal;
3082
+ line-height: 1;
3083
+ margin-top: 0.214em;
3084
+ text-align: center;
3085
+ text-indent: 0 !important;
3086
+ text-transform: none;
3087
+
3088
+ &::before {
3089
+ content: '\e901';
3090
+ }
3091
+ }
3092
+
3093
+ &:focus {
3094
+ outline: 0 none;
3095
+ }
3096
+ }
3097
+ }
3098
+
3099
+ .fc-divider {
3100
+ background-color: rgb(239 239 239);
3101
+ border: 1px solid $ng-gray;
3102
+ }
3103
+ }
3104
+
3105
+ .ui-picklist {
3106
+ .ui-picklist-buttons {
3107
+ padding: 0.571em 1em;
3108
+
3109
+ button {
3110
+ font-size: 15px;
3111
+ }
3112
+ }
3113
+
3114
+ .ui-picklist-caption {
3115
+ background-color: rgb(239 239 239);
3116
+ border: 1px solid $ng-gray;
3117
+ color: $font-color-main;
3118
+ font-weight: 700;
3119
+ padding: 0.857em 1em;
3120
+ }
3121
+
3122
+ .ui-picklist-filter-container {
3123
+ background-color: rgb(255 255 255);
3124
+ border: 1px solid $ng-gray;
3125
+ border-bottom: 0 0;
3126
+ border-top: 0 0;
3127
+ color: $font-color-main;
3128
+ margin: 0;
3129
+ padding: 0.429em 0.857em;
3130
+
3131
+ input {
3132
+ padding-right: 2em;
3133
+ width: 100%;
3134
+ }
3135
+
3136
+ .pi {
3137
+ color: $ng-primary-color;
3138
+ left: auto;
3139
+ margin-top: -0.5em;
3140
+ right: 1.357em;
3141
+ top: 50%;
3142
+ }
3143
+ }
3144
+
3145
+ .ui-picklist-list {
3146
+ background-color: rgb(255 255 255);
3147
+ border: 1px solid $ng-gray;
3148
+ color: $font-color-main;
3149
+ padding: 0;
3150
+
3151
+ .ui-picklist-item {
3152
+ background-color: transparent;
3153
+ border: 0 0;
3154
+ color: $font-color-main;
3155
+ margin: 0;
3156
+ padding: 0.429em 0.857em;
3157
+
3158
+ &:not(.ui-state-highlight) {
3159
+ &:hover {
3160
+ background-color: $paginationHover;
3161
+ color: $font-color-main;
3162
+ }
3163
+ }
3164
+ }
3165
+
3166
+ .ui-picklist-item.ui-state-highlight {
3167
+ background-color: $ng-primary-color;
3168
+ color: rgb(255 255 255);
3169
+ }
3170
+ }
3171
+ }
3172
+
3173
+ .ui-orderlist {
3174
+ .ui-orderlist-controls {
3175
+ padding: 0.571em 1em;
3176
+
3177
+ button {
3178
+ font-size: 15px;
3179
+ }
3180
+ }
3181
+
3182
+ .ui-orderlist-caption {
3183
+ background-color: rgb(239 239 239);
3184
+ border: 1px solid $ng-gray;
3185
+ color: $font-color-main;
3186
+ font-weight: 700;
3187
+ padding: 0.857em 1em;
3188
+ }
3189
+
3190
+ .ui-orderlist-filter-container {
3191
+ background-color: rgb(255 255 255);
3192
+ border: 1px solid $ng-gray;
3193
+ border-bottom: 0 0;
3194
+ border-top: 0 0;
3195
+ color: $font-color-main;
3196
+ margin: 0;
3197
+ padding: 0.429em 0.857em;
3198
+
3199
+ input {
3200
+ padding-right: 2em;
3201
+ width: 100%;
3202
+ }
3203
+
3204
+ .pi {
3205
+ color: $ng-primary-color;
3206
+ left: auto;
3207
+ margin-top: -0.5em;
3208
+ right: 1.357em;
3209
+ top: 50%;
3210
+ }
3211
+ }
3212
+
3213
+ .ui-orderlist-list {
3214
+ background-color: rgb(255 255 255);
3215
+ border: 1px solid $ng-gray;
3216
+ color: $font-color-main;
3217
+ padding: 0;
3218
+
3219
+ .ui-orderlist-item {
3220
+ background-color: transparent;
3221
+ border: 0 0;
3222
+ color: $font-color-main;
3223
+ margin: 0;
3224
+ padding: 0.429em 0.857em;
3225
+
3226
+ &:not(.ui-state-highlight) {
3227
+ &:hover {
3228
+ background-color: $paginationHover;
3229
+ color: $font-color-main;
3230
+ }
3231
+ }
3232
+ }
3233
+
3234
+ .ui-orderlist-item.ui-state-highlight {
3235
+ background-color: $ng-primary-color;
3236
+ color: rgb(255 255 255);
3237
+ }
3238
+ }
3239
+ }
3240
+
3241
+ .ui-tree {
3242
+ background-color: rgb(255 255 255);
3243
+ border: 1px solid $ng-gray;
3244
+ color: $font-color-main;
3245
+ padding: 0.571em 1em;
3246
+
3247
+ .ui-tree-container {
3248
+ margin: 0;
3249
+ padding: 0;
3250
+
3251
+ .ui-treenode {
3252
+ padding: 0.143em 0;
3253
+
3254
+ .ui-treenode-content {
3255
+ padding: 0;
3256
+
3257
+ .ui-tree-toggler {
3258
+ color: $galleriaNavText;
3259
+ display: inline-block;
3260
+ float: none;
3261
+ font-size: 15px;
3262
+ margin: 0 0.143em 0 0;
3263
+ vertical-align: middle;
3264
+ }
3265
+
3266
+ .ui-treenode-icon {
3267
+ color: $galleriaNavText;
3268
+ display: inline-block;
3269
+ font-size: 15px;
3270
+ margin: 0 0.143em 0 0;
3271
+ vertical-align: middle;
3272
+ }
3273
+
3274
+ .ui-treenode-label {
3275
+ display: inline-block;
3276
+ margin: 0;
3277
+ padding: 0.286em;
3278
+ vertical-align: middle;
3279
+ }
3280
+
3281
+ .ui-treenode-label.ui-state-highlight {
3282
+ background-color: $ng-primary-color;
3283
+ color: rgb(255 255 255);
3284
+ }
3285
+
3286
+ .ui-chkbox {
3287
+ margin: 0 0.429em 0 0;
3288
+
3289
+ .ui-chkbox-icon {
3290
+ margin: 1px 0 0;
3291
+ }
3292
+ }
3293
+
3294
+ > span {
3295
+ line-height: inherit;
3296
+ }
3297
+ }
3298
+
3299
+ .ui-treenode-content.ui-treenode-selectable {
3300
+ .ui-treenode-label {
3301
+ &:not(.ui-state-highlight) {
3302
+ &:hover {
3303
+ background-color: $paginationHover;
3304
+ color: $font-color-main;
3305
+ }
3306
+ }
3307
+ }
3308
+ }
3309
+
3310
+ .ui-treenode-content.ui-treenode-dragover {
3311
+ background-color: $paginationHover;
3312
+ color: $font-color-main;
3313
+ }
3314
+ }
3315
+
3316
+ .ui-treenode-droppoint.ui-treenode-droppoint-active {
3317
+ background-color: $ng-primary-color;
3318
+ }
3319
+ }
3320
+ }
3321
+
3322
+ .ui-tree.ui-tree-horizontal {
3323
+ padding-left: 0;
3324
+ padding-right: 0;
3325
+
3326
+ .ui-treenode {
3327
+ .ui-treenode-content {
3328
+ background-color: rgb(255 255 255);
3329
+ border: 1px solid $ng-gray;
3330
+ color: $font-color-main;
3331
+ padding: 0.571em 1em;
3332
+
3333
+ .ui-chkbox {
3334
+ .ui-icon {
3335
+ color: $ng-primary-color;
3336
+ }
3337
+ }
3338
+
3339
+ .ui-treenode-label {
3340
+ &:not(.ui-state-highlight) {
3341
+ &:hover {
3342
+ background-color: inherit;
3343
+ color: inherit;
3344
+ }
3345
+ }
3346
+ }
3347
+ }
3348
+
3349
+ .ui-treenode-content.ui-state-highlight {
3350
+ background-color: $ng-primary-color;
3351
+ color: rgb(255 255 255);
3352
+ }
3353
+
3354
+ .ui-treenode-content.ui-treenode-selectable {
3355
+ &:not(.ui-state-highlight) {
3356
+ &:hover {
3357
+ background-color: $paginationHover;
3358
+ color: $font-color-main;
3359
+ }
3360
+ }
3361
+ }
3362
+ }
3363
+ }
3364
+
3365
+ .ui-organizationchart {
3366
+ .ui-organizationchart-node-content.ui-organizationchart-selectable-node {
3367
+ &:not(.ui-state-highlight) {
3368
+ &:hover {
3369
+ background-color: $paginationHover;
3370
+ color: $font-color-main;
3371
+ }
3372
+ }
3373
+ }
3374
+
3375
+ .ui-organizationchart-node-content.ui-state-highlight {
3376
+ background-color: $ng-primary-color;
3377
+ color: rgb(255 255 255);
3378
+
3379
+ .ui-node-toggler {
3380
+ i {
3381
+ color: $nodeToggle;
3382
+ }
3383
+ }
3384
+ }
3385
+
3386
+ .ui-organizationchart-line-down {
3387
+ background-color: $selectButton;
3388
+ }
3389
+
3390
+ .ui-organizationchart-line-left {
3391
+ border-color: $selectButton;
3392
+ border-right: 1px solid $ng-gray;
3393
+ }
3394
+
3395
+ .ui-organizationchart-line-top {
3396
+ border-color: $selectButton;
3397
+ border-top: 1px solid $ng-gray;
3398
+ }
3399
+
3400
+ .ui-organizationchart-node-content {
3401
+ background-color: rgb(255 255 255);
3402
+ border: 1px solid $ng-gray;
3403
+ color: $font-color-main;
3404
+ padding: 0.571em 1em;
3405
+
3406
+ .ui-node-toggler {
3407
+ bottom: -0.7em;
3408
+ color: $galleriaNavText;
3409
+ margin-left: -0.46em;
3410
+ }
3411
+ }
3412
+ }
3413
+
3414
+ .ui-carousel {
3415
+ padding: 0;
3416
+
3417
+ .ui-carousel-header {
3418
+ background-color: rgb(239 239 239);
3419
+ border: 1px solid $ng-gray;
3420
+ color: $font-color-main;
3421
+ font-weight: 700;
3422
+ margin: 0;
3423
+ padding: 0.857em 1em;
3424
+
3425
+ .ui-carousel-header-title {
3426
+ padding: 0;
3427
+ }
3428
+ }
3429
+
3430
+ .ui-carousel-viewport {
3431
+ background-color: rgb(255 255 255);
3432
+ border: 1px solid $ng-gray;
3433
+ color: $font-color-main;
3434
+ padding: 0;
3435
+
3436
+ .ui-carousel-items {
3437
+ .ui-carousel-item {
3438
+ border: 1px solid $ng-gray;
3439
+ }
3440
+ }
3441
+ }
3442
+
3443
+ .ui-carousel-footer {
3444
+ background-color: rgb(239 239 239);
3445
+ border: 1px solid $ng-gray;
3446
+ color: $font-color-main;
3447
+ margin: 0;
3448
+ padding: 0.857em 1em;
3449
+ }
3450
+
3451
+ .ui-carousel-button {
3452
+ color: $titleBarIcon;
3453
+ font-size: 15px;
3454
+ margin: 0.125em 0.429em;
3455
+ transition: color 0.3s;
3456
+
3457
+ &:not(.ui-state-disabled) {
3458
+ &:hover {
3459
+ color: $carouselPagelink;
3460
+ }
3461
+ }
3462
+ }
3463
+
3464
+ .ui-carousel-page-links {
3465
+ margin: 0.125em 0.429em;
3466
+
3467
+ .ui-carousel-page-link {
3468
+ color: $titleBarIcon;
3469
+ font-size: 15px;
3470
+ transition: color 0.3s;
3471
+
3472
+ &:hover {
3473
+ color: $carouselPagelink;
3474
+ }
3475
+ }
3476
+
3477
+ .ui-carousel-page-link.pi-circle-off {
3478
+ color: $titleBarIcon;
3479
+ font-size: 15px;
3480
+ }
3481
+
3482
+ .ui-carousel-page-link.pi-circle-on {
3483
+ color: $titleBarIcon;
3484
+ font-size: 15px;
3485
+ }
3486
+ }
3487
+ }
3488
+
3489
+ .ui-treetable {
3490
+ .ui-treetable-caption {
3491
+ background-color: rgb(239 239 239);
3492
+ border: 1px solid $ng-gray;
3493
+ border-bottom: 0 0;
3494
+ color: $font-color-main;
3495
+ font-weight: 700;
3496
+ padding: 0.857em 1em;
3497
+ text-align: center;
3498
+ }
3499
+
3500
+ .ui-treetable-summary {
3501
+ background-color: rgb(239 239 239);
3502
+ border: 1px solid $ng-gray;
3503
+ border-top: 0 0;
3504
+ color: $font-color-main;
3505
+ font-weight: 700;
3506
+ padding: 0.857em 1em;
3507
+ text-align: center;
3508
+ }
3509
+
3510
+ .ui-treetable-thead {
3511
+ > tr {
3512
+ > th {
3513
+ background-color: rgb(255 255 255);
3514
+ border: 1px solid $ng-gray;
3515
+ color: $font-color-main;
3516
+ font-weight: 700;
3517
+ padding: 0.3em 1em;
3518
+ }
3519
+ }
3520
+ }
3521
+
3522
+ .ui-treetable-tbody {
3523
+ > tr {
3524
+ background: rgb(255 255 255);
3525
+ color: $font-color-main;
3526
+
3527
+ > td {
3528
+ background: inherit;
3529
+ border: 1px solid $ng-gray;
3530
+ padding: 0.3em 1em;
3531
+
3532
+ .ui-treetable-toggler {
3533
+ color: $galleriaNavText;
3534
+ font-size: 15px;
3535
+ line-height: 1.5;
3536
+ vertical-align: middle;
3537
+ }
3538
+
3539
+ .ui-treetable-chkbox {
3540
+ margin-right: 0.429em;
3541
+ vertical-align: middle;
3542
+ }
3543
+ }
3544
+ }
3545
+
3546
+ > tr.ui-state-highlight {
3547
+ background-color: $ng-primary-color;
3548
+ color: rgb(255 255 255);
3549
+
3550
+ > td {
3551
+ background: inherit;
3552
+ border: 1px solid $ng-gray;
3553
+
3554
+ .ui-treetable-toggler {
3555
+ color: rgb(255 255 255);
3556
+ }
3557
+ }
3558
+ }
3559
+
3560
+ > tr.ui-contextmenu-selected {
3561
+ background-color: $ng-primary-color;
3562
+ color: rgb(255 255 255);
3563
+
3564
+ > td {
3565
+ background: inherit;
3566
+ border: 1px solid $ng-gray;
3567
+
3568
+ .ui-treetable-toggler {
3569
+ color: rgb(255 255 255);
3570
+ }
3571
+ }
3572
+ }
3573
+ }
3574
+
3575
+ .ui-treetable-tfoot {
3576
+ > tr {
3577
+ > td {
3578
+ background-color: rgb(255 255 255);
3579
+ border: 1px solid $ng-gray;
3580
+ color: $font-color-main;
3581
+ font-weight: 500;
3582
+ padding: 0.3em 1em;
3583
+ }
3584
+ }
3585
+ }
3586
+
3587
+ .ui-sortable-column {
3588
+ a {
3589
+ color: $font-color-main;
3590
+
3591
+ &:hover {
3592
+ color: $font-color-main;
3593
+ }
3594
+ }
3595
+
3596
+ &:not(.ui-state-highlight) {
3597
+ &:hover {
3598
+ background-color: $satetHover;
3599
+ color: $font-color-main;
3600
+
3601
+ a {
3602
+ color: $font-color-main;
3603
+
3604
+ &:hover {
3605
+ color: $font-color-main;
3606
+ }
3607
+ }
3608
+ }
3609
+ }
3610
+ }
3611
+
3612
+ .ui-sortable-column.ui-state-highlight {
3613
+ background-color: $ng-primary-color;
3614
+ color: rgb(255 255 255);
3615
+
3616
+ a {
3617
+ color: rgb(255 255 255);
3618
+
3619
+ &:hover {
3620
+ color: rgb(255 255 255);
3621
+ }
3622
+ }
3623
+ }
3624
+
3625
+ .ui-column-resizer-helper {
3626
+ background-color: $ng-primary-color;
3627
+ }
3628
+ }
3629
+
3630
+ .ui-treetable.ui-treetable-hoverable-rows {
3631
+ .ui-treetable-tbody {
3632
+ > tr {
3633
+ &:not(.ui-state-highlight) {
3634
+ &:not(.ui-contextmenu-selected) {
3635
+ &:hover {
3636
+ background-color: $satetHover;
3637
+ color: $font-color-main;
3638
+ cursor: pointer;
3639
+ }
3640
+ }
3641
+ }
3642
+ }
3643
+ }
3644
+ }
3645
+
3646
+ .ui-messages {
3647
+ margin: 1em 0;
3648
+ padding: 1em;
3649
+
3650
+ .ui-messages-close {
3651
+ font-size: 1.5em;
3652
+ right: 0.5em;
3653
+ top: 0.25em;
3654
+ }
3655
+
3656
+ .ui-messages-icon {
3657
+ font-size: 1.714em;
3658
+ }
3659
+ }
3660
+
3661
+ .ui-messages.ui-messages-info {
3662
+ background-color: $growlMsgInfoBackground;
3663
+ border: 1px solid $growlMsgInfo;
3664
+ color: $toastInfo;
3665
+
3666
+ .ui-messages-icon {
3667
+ color: $toastInfo;
3668
+ }
3669
+
3670
+ .ui-messages-close {
3671
+ color: $toastInfo;
3672
+ }
3673
+ }
3674
+
3675
+ .ui-messages.ui-messages-success {
3676
+ background-color: $toastmsgScessbg;
3677
+ border: 0 0;
3678
+ color: $toastmsgSuccess;
3679
+
3680
+ .ui-messages-icon {
3681
+ color: $toastmsgSuccess;
3682
+ }
3683
+
3684
+ .ui-messages-close {
3685
+ color: $toastmsgSuccess;
3686
+ }
3687
+ }
3688
+
3689
+ .ui-messages.ui-messages-warn {
3690
+ background-color: $toastmsgWarning;
3691
+ border: 1px solid $toastmsgWarnbdr;
3692
+ color: $toastIconClose;
3693
+
3694
+ .ui-messages-icon {
3695
+ color: $toastIconClose;
3696
+ }
3697
+
3698
+ .ui-messages-close {
3699
+ color: $toastIconClose;
3700
+ }
3701
+ }
3702
+
3703
+ .ui-messages.ui-messages-error {
3704
+ background-color: $growlerrorMsg;
3705
+ border: 1px solid $growlerrorMsgbdr;
3706
+ color: $growlColor;
3707
+
3708
+ .ui-messages-icon {
3709
+ color: $growlColor;
3710
+ }
3711
+
3712
+ .ui-messages-close {
3713
+ color: $growlColor;
3714
+ }
3715
+ }
3716
+
3717
+ .ui-message.ui-message-info {
3718
+ background-color: $growlMsgInfoBackground;
3719
+ border: 1px solid $growlMsgInfo;
3720
+ color: $toastInfo;
3721
+ }
3722
+
3723
+ .ui-message.ui-message-warn {
3724
+ background-color: $toastmsgWarning;
3725
+ border: 1px solid $toastmsgWarnbdr;
3726
+ color: $toastIconClose;
3727
+ }
3728
+
3729
+ .ui-message.ui-message-error {
3730
+ background-color: $growlerrorMsg;
3731
+ border: 1px solid $growlerrorMsgbdr;
3732
+ color: $growlColor;
3733
+ }
3734
+
3735
+ .ui-message.ui-message-success {
3736
+ background-color: $toastmsgScessbg;
3737
+ border: 0 0;
3738
+ color: $toastmsgSuccess;
3739
+ }
3740
+
3741
+ .ui-message {
3742
+ .ui-message-close {
3743
+ color: rgb(255 255 255);
3744
+ right: 0.25em;
3745
+ text-decoration: none;
3746
+ }
3747
+ }
3748
+
3749
+ .ui-growl {
3750
+ top: 120px;
3751
+
3752
+ .ui-growl-item-container {
3753
+ box-shadow: 0 3px 0.429em 0 rgb(0 0 0 / 16%);
3754
+ filter: alpha(opacity=90);
3755
+ margin: 0 0 1em;
3756
+ opacity: 0.9;
3757
+
3758
+ .ui-growl-item {
3759
+ padding: 1em;
3760
+
3761
+ .ui-growl-message {
3762
+ margin: 0 0 0 4em;
3763
+ }
3764
+
3765
+ .ui-growl-image {
3766
+ font-size: 3.429em;
3767
+ }
3768
+ }
3769
+ }
3770
+
3771
+ .ui-growl-item-container.ui-growl-message-info {
3772
+ background-color: $growlMsgInfoBackground;
3773
+ border: 1px solid $growlMsgInfo;
3774
+ color: $toastInfo;
3775
+
3776
+ .ui-growl-image {
3777
+ color: $toastInfo;
3778
+ }
3779
+ }
3780
+
3781
+ .ui-growl-item-container.ui-growl-message-success {
3782
+ background-color: $toastmsgScessbg;
3783
+ border: 0 0;
3784
+ color: $toastmsgSuccess;
3785
+
3786
+ .ui-growl-image {
3787
+ color: $toastmsgSuccess;
3788
+ }
3789
+ }
3790
+
3791
+ .ui-growl-item-container.ui-growl-message-warn {
3792
+ background-color: $toastmsgWarning;
3793
+ border: 1px solid $toastmsgWarnbdr;
3794
+ color: $toastIconClose;
3795
+
3796
+ .ui-growl-image {
3797
+ color: $toastIconClose;
3798
+ }
3799
+ }
3800
+
3801
+ .ui-growl-item-container.ui-growl-message-error {
3802
+ background-color: $growlerrorMsg;
3803
+ border: 1px solid $growlerrorMsgbdr;
3804
+ color: $growlColor;
3805
+
3806
+ .ui-growl-image {
3807
+ color: $growlColor;
3808
+ }
3809
+ }
3810
+ }
3811
+
3812
+ .ui-toast {
3813
+ .ui-toast-message {
3814
+ box-shadow: 0 3px 0.429em 0 rgb(0 0 0 / 16%);
3815
+ }
3816
+
3817
+ .ui-toast-message.ui-toast-message-info {
3818
+ background-color: $growlMsgInfoBackground;
3819
+ border: 1px solid $growlMsgInfo;
3820
+ color: $toastInfo;
3821
+
3822
+ .ui-toast-close-icon {
3823
+ color: $toastInfo;
3824
+ }
3825
+
3826
+ .ui-toast-icon {
3827
+ color: $toastIconInfo;
3828
+ }
3829
+ }
3830
+
3831
+ .ui-toast-message.ui-toast-message-success {
3832
+ background-color: $toastmsgScessbg;
3833
+ border: 0 0;
3834
+ color: $toastmsgSuccess;
3835
+
3836
+ .ui-toast-close-icon {
3837
+ color: $toastmsgSuccess;
3838
+ }
3839
+
3840
+ .ui-toast-icon {
3841
+ color: $toastIconSuccess;
3842
+ }
3843
+ }
3844
+
3845
+ .ui-toast-message.ui-toast-message-warn {
3846
+ background-color: $toastmsgWarning;
3847
+ border: 1px solid $toastmsgWarnbdr;
3848
+ color: $toastIconClose;
3849
+
3850
+ .ui-toast-close-icon {
3851
+ color: $toastIconClose;
3852
+ }
3853
+
3854
+ .ui-toast-icon {
3855
+ color: $toastIcon;
3856
+ }
3857
+ }
3858
+
3859
+ .ui-toast-message.ui-toast-message-error {
3860
+ background-color: $growlerrorMsg;
3861
+ border: 1px solid $growlerrorMsgbdr;
3862
+ color: $growlColor;
3863
+
3864
+ .ui-toast-close-icon {
3865
+ color: $growlColor;
3866
+ }
3867
+
3868
+ .ui-toast-icon {
3869
+ color: $toastIcon2;
3870
+ }
3871
+ }
3872
+ }
3873
+
3874
+ .ui-widget-overlay {
3875
+ background-color: rgb(0 0 0 / 40%);
3876
+ }
3877
+
3878
+ .ui-overlaypanel {
3879
+ background-color: rgb(255 255 255);
3880
+ border: 1px solid $ng-gray;
3881
+ box-shadow: 0 0 0.429em 0 rgb(0 0 0 / 16%);
3882
+ color: $font-color-main;
3883
+ padding: 0;
3884
+
3885
+ .ui-overlaypanel-content {
3886
+ padding: 0.571em 1em;
3887
+ }
3888
+
3889
+ .ui-overlaypanel-close {
3890
+ background-color: $ng-primary-color;
3891
+ color: rgb(255 255 255);
3892
+ height: 1.538em;
3893
+ line-height: 1.538em;
3894
+ position: absolute;
3895
+ right: -0.769em;
3896
+ text-align: center;
3897
+ top: -0.769em;
3898
+ width: 1.538em;
3899
+
3900
+ &:hover {
3901
+ background-color: $anchorActive;
3902
+ color: rgb(255 255 255);
3903
+ }
3904
+ }
3905
+ }
3906
+
3907
+ .ui-dialog {
3908
+ box-shadow: 0 0 0.429em 0 rgb(0 0 0 / 16%);
3909
+ padding: 0;
3910
+
3911
+ .ui-dialog-titlebar {
3912
+ background-color: rgb(239 239 239);
3913
+ border: 1px solid $ng-gray;
3914
+ border-bottom: 0 0;
3915
+ color: $font-color-main;
3916
+ font-weight: 700;
3917
+ padding: 1em;
3918
+
3919
+ .ui-dialog-title {
3920
+ float: none;
3921
+ margin: 0;
3922
+ }
3923
+
3924
+ .ui-dialog-titlebar-icon {
3925
+ border: 0 0;
3926
+ color: $titleBarIcon;
3927
+ margin-left: 0.429em;
3928
+ padding: 0;
3929
+ transition: color 0.3s;
3930
+
3931
+ &:hover {
3932
+ color: $carouselPagelink;
3933
+ }
3934
+ }
3935
+ }
3936
+
3937
+ .ui-dialog-content {
3938
+ background-color: rgb(255 255 255);
3939
+ border: 1px solid $ng-gray;
3940
+ color: $font-color-main;
3941
+ padding: 0.571em 1em;
3942
+ }
3943
+
3944
+ .ui-dialog-footer {
3945
+ background-color: rgb(255 255 255);
3946
+ border: 1px solid $ng-gray;
3947
+ border-top: 0 0;
3948
+ color: $font-color-main;
3949
+ margin: 0;
3950
+ padding: 0.571em 1em;
3951
+ text-align: right;
3952
+
3953
+ button {
3954
+ margin: 0 0.429em 0 0;
3955
+ width: auto;
3956
+ }
3957
+ }
3958
+ }
3959
+
3960
+ .ui-dialog.ui-confirm-dialog {
3961
+ .ui-dialog-content {
3962
+ padding: 1.5em;
3963
+
3964
+ > span {
3965
+ display: inline-block;
3966
+ float: none;
3967
+ line-height: 13px;
3968
+ margin: 0;
3969
+ vertical-align: middle;
3970
+ }
3971
+
3972
+ > span.ui-icon {
3973
+ font-size: 15px;
3974
+ margin-right: 0.35em;
3975
+ }
3976
+ }
3977
+ }
3978
+
3979
+ .ui-sidebar {
3980
+ background-color: rgb(255 255 255);
3981
+ border: 1px solid $ng-gray;
3982
+ box-shadow: 0 0 0.429em 0 rgb(0 0 0 / 16%);
3983
+ color: $font-color-main;
3984
+ padding: 0.571em 1em;
3985
+ }
3986
+
3987
+ .ui-tooltip {
3988
+ .ui-tooltip-text {
3989
+ background-color: $font-color-main;
3990
+ box-shadow: 0 0 0.429em 0 rgb(0 0 0 / 16%);
3991
+ color: rgb(255 255 255);
3992
+ padding: 0.429em;
3993
+ }
3994
+ }
3995
+
3996
+ .ui-tooltip.ui-tooltip-right {
3997
+ .ui-tooltip-arrow {
3998
+ border-right-color: $font-color-main;
3999
+ }
4000
+ }
4001
+
4002
+ .ui-tooltip.ui-tooltip-left {
4003
+ .ui-tooltip-arrow {
4004
+ border-left-color: $font-color-main;
4005
+ }
4006
+ }
4007
+
4008
+ .ui-tooltip.ui-tooltip-top {
4009
+ .ui-tooltip-arrow {
4010
+ border-top-color: $font-color-main;
4011
+ }
4012
+ }
4013
+
4014
+ .ui-tooltip.ui-tooltip-bottom {
4015
+ .ui-tooltip-arrow {
4016
+ border-bottom-color: $font-color-main;
4017
+ }
4018
+ }
4019
+
4020
+ .ui-lightbox {
4021
+ box-shadow: 0 0 0.429em 0 rgb(0 0 0 / 16%);
4022
+
4023
+ .ui-lightbox-caption {
4024
+ background-color: rgb(239 239 239);
4025
+ border: 1px solid $ng-gray;
4026
+ color: $font-color-main;
4027
+ font-weight: 700;
4028
+ padding: 0.857em 1em;
4029
+
4030
+ .ui-lightbox-caption-text {
4031
+ color: $font-color-main;
4032
+ margin: 0;
4033
+ }
4034
+
4035
+ .ui-lightbox-close {
4036
+ color: $titleBarIcon;
4037
+ padding: 0;
4038
+ transition: color 0.3s;
4039
+
4040
+ &:hover {
4041
+ color: $carouselPagelink;
4042
+ }
4043
+ }
4044
+ }
4045
+
4046
+ .ui-lightbox-content-wrapper {
4047
+ background-color: rgb(255 255 255);
4048
+ border: 0 0;
4049
+ color: $font-color-main;
4050
+ overflow: hidden;
4051
+ padding: 0;
4052
+
4053
+ .ui-lightbox-nav-left {
4054
+ color: rgb(255 255 255);
4055
+ font-size: 3em;
4056
+ margin-top: -0.5em;
4057
+ transition: all 0.3s;
4058
+
4059
+ &:hover {
4060
+ transform: scale(1.2);
4061
+ }
4062
+ }
4063
+
4064
+ .ui-lightbox-nav-right {
4065
+ color: rgb(255 255 255);
4066
+ font-size: 3em;
4067
+ margin-top: -0.5em;
4068
+ transition: all 0.3s;
4069
+
4070
+ &:hover {
4071
+ transform: scale(1.2);
4072
+ }
4073
+ }
4074
+
4075
+ .ui-lightbox-content.ui-lightbox-loading {
4076
+ ~ {
4077
+ a {
4078
+ display: none;
4079
+ }
4080
+ }
4081
+ }
4082
+ }
4083
+ }
4084
+
4085
+ .ui-breadcrumb {
4086
+ background-color: rgb(255 255 255);
4087
+ border: 1px solid $ng-gray;
4088
+ padding: 0.571em 1em;
4089
+
4090
+ ul {
4091
+ li {
4092
+ display: inline-block;
4093
+ float: none;
4094
+ vertical-align: middle;
4095
+
4096
+ .ui-menuitem-link {
4097
+ color: $font-color-main;
4098
+ float: none;
4099
+ margin: 0;
4100
+ }
4101
+
4102
+ &:first-child {
4103
+ a {
4104
+ color: $galleriaNavText;
4105
+ font-size: 17px;
4106
+ margin: 0;
4107
+ }
4108
+ }
4109
+ }
4110
+
4111
+ li.ui-breadcrumb-chevron {
4112
+ color: $galleriaNavText;
4113
+ margin: 0 0.429em;
4114
+ }
4115
+ }
4116
+ }
4117
+
4118
+ .ui-steps {
4119
+ position: relative;
4120
+
4121
+ .ui-steps-item {
4122
+ background-color: transparent;
4123
+ text-align: center;
4124
+
4125
+ .ui-menuitem-link {
4126
+ background-color: transparent;
4127
+ display: inline-block;
4128
+ overflow: hidden;
4129
+ text-align: center;
4130
+
4131
+ .ui-steps-number {
4132
+ background-color: rgb(255 255 255);
4133
+ border: 1px solid $ng-gray;
4134
+ border-radius: 50%;
4135
+ color: $font-color-main;
4136
+ display: inline-block;
4137
+ font-size: 15px;
4138
+ height: 2em;
4139
+ line-height: -2em;
4140
+ margin-bottom: 13px;
4141
+ padding-top: 0.25em;
4142
+ position: relative;
4143
+ text-align: center;
4144
+ top: 13px;
4145
+ width: 2em;
4146
+ }
4147
+
4148
+ .ui-steps-title {
4149
+ color: $galleriaNavText;
4150
+ display: block;
4151
+ margin-top: 6px;
4152
+ }
4153
+ }
4154
+
4155
+ &:last-child {
4156
+ .ui-menuitem-link {
4157
+ display: block;
4158
+ }
4159
+ }
4160
+ }
4161
+
4162
+ .ui-steps-item.ui-state-highlight {
4163
+ .ui-steps-number {
4164
+ background: $ng-primary-color;
4165
+ color: rgb(255 255 255);
4166
+ }
4167
+
4168
+ .ui-steps-title {
4169
+ color: $font-color-main;
4170
+ font-weight: 700;
4171
+ }
4172
+ }
4173
+
4174
+ &::before {
4175
+ border-top: 1px solid $ng-gray;
4176
+ content: ' ';
4177
+ display: block;
4178
+ left: 0;
4179
+ position: absolute;
4180
+ top: 45%;
4181
+ width: 100%;
4182
+ }
4183
+ }
4184
+
4185
+ .ui-menu {
4186
+ background-color: rgb(255 255 255);
4187
+ border: 1px solid $ng-gray;
4188
+ padding: 0;
4189
+
4190
+ .ui-menuitem-link {
4191
+ border-radius: 0;
4192
+ color: $font-color-main;
4193
+ font-weight: normal;
4194
+ padding: 0.571em 0.857em;
4195
+
4196
+ .ui-menuitem-text {
4197
+ color: $font-color-main;
4198
+ }
4199
+
4200
+ .ui-menuitem-icon {
4201
+ color: $font-color-main;
4202
+ }
4203
+
4204
+ &:hover {
4205
+ background-color: $paginationHover;
4206
+
4207
+ .ui-menuitem-text {
4208
+ color: $font-color-main;
4209
+ }
4210
+
4211
+ .ui-menuitem-icon {
4212
+ color: $font-color-main;
4213
+ }
4214
+ }
4215
+ }
4216
+
4217
+ .ui-menuitem {
4218
+ margin: 0;
4219
+ }
4220
+
4221
+ .ui-submenu-header {
4222
+ background-color: rgb(239 239 239);
4223
+ border: 0 0;
4224
+ color: $font-color-main;
4225
+ font-weight: 700;
4226
+ margin: 0;
4227
+ padding: 0.857em 1em;
4228
+ }
4229
+ }
4230
+
4231
+ .ui-menubar {
4232
+ background-color: rgb(255 255 255);
4233
+ border: 1px solid $ng-gray;
4234
+ padding: 0;
4235
+
4236
+ .ui-menuitem-link {
4237
+ border-radius: 0;
4238
+ color: $font-color-main;
4239
+ font-weight: normal;
4240
+ padding: 0.571em 0.857em;
4241
+
4242
+ .ui-menuitem-text {
4243
+ color: $font-color-main;
4244
+ }
4245
+
4246
+ .ui-menuitem-icon {
4247
+ color: $font-color-main;
4248
+ }
4249
+
4250
+ &:hover {
4251
+ background-color: $paginationHover;
4252
+
4253
+ .ui-menuitem-text {
4254
+ color: $font-color-main;
4255
+ }
4256
+
4257
+ .ui-menuitem-icon {
4258
+ color: $font-color-main;
4259
+ }
4260
+ }
4261
+ }
4262
+
4263
+ .ui-menubar-root-list {
4264
+ > .ui-menuitem {
4265
+ > .ui-menuitem-link {
4266
+ padding: 0.571em 0.857em;
4267
+ }
4268
+ }
4269
+ }
4270
+
4271
+ .ui-submenu-list {
4272
+ background-color: rgb(255 255 255);
4273
+ border: 1px solid $ng-gray;
4274
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
4275
+ padding: 0;
4276
+ }
4277
+
4278
+ .ui-menuitem {
4279
+ margin: 0;
4280
+
4281
+ .ui-menuitem-link {
4282
+ .ui-submenu-icon {
4283
+ right: 0.429em;
4284
+ vertical-align: middle;
4285
+ }
4286
+ }
4287
+ }
4288
+
4289
+ .ui-menuitem.ui-menuitem-active {
4290
+ > .ui-menuitem-link {
4291
+ background-color: $paginationHover;
4292
+
4293
+ .ui-menuitem-text {
4294
+ color: $font-color-main;
4295
+ }
4296
+
4297
+ .ui-menuitem-icon {
4298
+ color: $font-color-main;
4299
+ }
4300
+ }
4301
+ }
4302
+ }
4303
+
4304
+ .ui-tieredmenu {
4305
+ background-color: rgb(255 255 255);
4306
+ border: 1px solid $ng-gray;
4307
+ padding: 0;
4308
+
4309
+ .ui-menuitem-link {
4310
+ border-radius: 0;
4311
+ color: $font-color-main;
4312
+ font-weight: normal;
4313
+ padding: 0.571em 0.857em;
4314
+
4315
+ .ui-menuitem-text {
4316
+ color: $font-color-main;
4317
+ }
4318
+
4319
+ .ui-menuitem-icon {
4320
+ color: $font-color-main;
4321
+ }
4322
+
4323
+ &:hover {
4324
+ background-color: $paginationHover;
4325
+
4326
+ .ui-menuitem-text {
4327
+ color: $font-color-main;
4328
+ }
4329
+
4330
+ .ui-menuitem-icon {
4331
+ color: $font-color-main;
4332
+ }
4333
+ }
4334
+ }
4335
+
4336
+ .ui-submenu-list {
4337
+ background-color: rgb(255 255 255);
4338
+ border: 1px solid $ng-gray;
4339
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
4340
+ padding: 0;
4341
+ }
4342
+
4343
+ .ui-menuitem {
4344
+ margin: 0;
4345
+
4346
+ .ui-menuitem-link {
4347
+ .ui-submenu-icon {
4348
+ right: 0.429em;
4349
+ }
4350
+ }
4351
+ }
4352
+
4353
+ .ui-menuitem.ui-menuitem-active {
4354
+ > .ui-menuitem-link {
4355
+ background-color: $paginationHover;
4356
+
4357
+ .ui-menuitem-text {
4358
+ color: $font-color-main;
4359
+ }
4360
+
4361
+ .ui-menuitem-icon {
4362
+ color: $font-color-main;
4363
+ }
4364
+ }
4365
+ }
4366
+ }
4367
+
4368
+ .ui-contextmenu {
4369
+ background-color: rgb(255 255 255);
4370
+ border: 1px solid $ng-gray;
4371
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
4372
+ padding: 0;
4373
+
4374
+ .ui-menuitem-link {
4375
+ border-radius: 0;
4376
+ color: $font-color-main;
4377
+ font-weight: normal;
4378
+ padding: 0.571em 0.857em;
4379
+
4380
+ .ui-menuitem-text {
4381
+ color: $font-color-main;
4382
+ }
4383
+
4384
+ .ui-menuitem-icon {
4385
+ color: $font-color-main;
4386
+ }
4387
+
4388
+ &:hover {
4389
+ background-color: $paginationHover;
4390
+
4391
+ .ui-menuitem-text {
4392
+ color: $font-color-main;
4393
+ }
4394
+
4395
+ .ui-menuitem-icon {
4396
+ color: $font-color-main;
4397
+ }
4398
+ }
4399
+ }
4400
+
4401
+ .ui-submenu-list {
4402
+ background-color: rgb(255 255 255);
4403
+ border: 1px solid $ng-gray;
4404
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
4405
+ padding: 0;
4406
+ }
4407
+
4408
+ .ui-menuitem {
4409
+ margin: 0;
4410
+
4411
+ .ui-menuitem-link {
4412
+ .ui-submenu-icon {
4413
+ right: 0.429em;
4414
+ }
4415
+ }
4416
+ }
4417
+
4418
+ .ui-menuitem.ui-menuitem-active {
4419
+ > .ui-menuitem-link {
4420
+ background-color: $paginationHover;
4421
+
4422
+ .ui-menuitem-text {
4423
+ color: $font-color-main;
4424
+ }
4425
+
4426
+ .ui-menuitem-icon {
4427
+ color: $font-color-main;
4428
+ }
4429
+ }
4430
+ }
4431
+ }
4432
+
4433
+ .ui-megamenu {
4434
+ background-color: rgb(255 255 255);
4435
+ border: 1px solid $ng-gray;
4436
+ padding: 0;
4437
+
4438
+ .ui-menuitem-link {
4439
+ border-radius: 0;
4440
+ color: $font-color-main;
4441
+ font-weight: normal;
4442
+ padding: 0.571em 0.857em;
4443
+
4444
+ .ui-menuitem-text {
4445
+ color: $font-color-main;
4446
+ }
4447
+
4448
+ .ui-menuitem-icon {
4449
+ color: $font-color-main;
4450
+ }
4451
+
4452
+ &:hover {
4453
+ background-color: $paginationHover;
4454
+
4455
+ .ui-menuitem-text {
4456
+ color: $font-color-main;
4457
+ }
4458
+
4459
+ .ui-menuitem-icon {
4460
+ color: $font-color-main;
4461
+ }
4462
+ }
4463
+ }
4464
+
4465
+ .ui-megamenu-submenu-header {
4466
+ background-color: rgb(239 239 239);
4467
+ border: 0 0;
4468
+ color: $font-color-main;
4469
+ font-weight: 700;
4470
+ margin: 0;
4471
+ padding: 0.857em 1em;
4472
+ }
4473
+
4474
+ .ui-megamenu-panel {
4475
+ background-color: rgb(255 255 255);
4476
+ border: 1px solid $ng-gray;
4477
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
4478
+ padding: 0;
4479
+ }
4480
+
4481
+ .ui-menuitem {
4482
+ margin: 0;
4483
+
4484
+ .ui-menuitem-link {
4485
+ .ui-submenu-icon {
4486
+ right: 0.429em;
4487
+ }
4488
+ }
4489
+ }
4490
+
4491
+ .ui-menuitem.ui-menuitem-active {
4492
+ > .ui-menuitem-link {
4493
+ background-color: $paginationHover;
4494
+
4495
+ .ui-menuitem-text {
4496
+ color: $font-color-main;
4497
+ }
4498
+
4499
+ .ui-menuitem-icon {
4500
+ color: $font-color-main;
4501
+ }
4502
+ }
4503
+ }
4504
+ }
4505
+
4506
+ .ui-slidemenu {
4507
+ background-color: rgb(255 255 255);
4508
+ border: 1px solid $ng-gray;
4509
+ padding: 0;
4510
+
4511
+ .ui-menuitem-link {
4512
+ border-radius: 0;
4513
+ color: $font-color-main;
4514
+ font-weight: normal;
4515
+ padding: 0.571em 0.857em;
4516
+
4517
+ .ui-menuitem-text {
4518
+ color: $font-color-main;
4519
+ }
4520
+
4521
+ .ui-menuitem-icon {
4522
+ color: $font-color-main;
4523
+ }
4524
+
4525
+ &:hover {
4526
+ background-color: $paginationHover;
4527
+
4528
+ .ui-menuitem-text {
4529
+ color: $font-color-main;
4530
+ }
4531
+
4532
+ .ui-menuitem-icon {
4533
+ color: $font-color-main;
4534
+ }
4535
+ }
4536
+ }
4537
+
4538
+ .ui-submenu-list {
4539
+ background-color: rgb(255 255 255);
4540
+ border: 0 0;
4541
+ padding: 0;
4542
+ }
4543
+
4544
+ .ui-menuitem {
4545
+ margin: 0;
4546
+
4547
+ .ui-menuitem-link {
4548
+ .ui-submenu-icon {
4549
+ right: 0.429em;
4550
+ }
4551
+ }
4552
+ }
4553
+
4554
+ .ui-menuitem.ui-menuitem-active {
4555
+ > .ui-menuitem-link {
4556
+ background-color: $paginationHover;
4557
+
4558
+ .ui-menuitem-text {
4559
+ color: $font-color-main;
4560
+ }
4561
+
4562
+ .ui-menuitem-icon {
4563
+ color: $font-color-main;
4564
+ }
4565
+ }
4566
+ }
4567
+
4568
+ .ui-slidemenu-backward {
4569
+ background-color: rgb(239 239 239);
4570
+ border: 0 0;
4571
+ color: $font-color-main;
4572
+ font-weight: 700;
4573
+ margin: 0;
4574
+ padding: 0.857em 1em;
4575
+
4576
+ &:hover {
4577
+ background-color: $tabView;
4578
+ color: $font-color-main;
4579
+ }
4580
+ }
4581
+ }
4582
+
4583
+ .ui-menu.ui-shadow {
4584
+ border: 1px solid $ng-gray;
4585
+ box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
4586
+ }
4587
+
4588
+ .ui-tabmenu {
4589
+ border: 0 0;
4590
+
4591
+ .ui-tabmenu-nav {
4592
+ background: rgb(255 255 255);
4593
+ border-bottom: 1px solid $ng-gray;
4594
+ padding: 0;
4595
+
4596
+ .ui-tabmenuitem {
4597
+ margin-bottom: -1px;
4598
+ margin-right: 0.214em;
4599
+ position: static;
4600
+
4601
+ .ui-menuitem-link {
4602
+ color: $font-color-main;
4603
+ padding: 0.75em;
4604
+
4605
+ .ui-menuitem-text {
4606
+ color: $font-color-main;
4607
+ margin-right: 0.429em;
4608
+ }
4609
+
4610
+ .ui-menuitem-icon {
4611
+ color: $titleBarIcon;
4612
+ }
4613
+ }
4614
+
4615
+ &:not(.ui-state-active) {
4616
+ &:not(.ui-state-disabled) {
4617
+ &:hover {
4618
+ background-color: $tabView;
4619
+ border: 1px solid $tabView;
4620
+
4621
+ .ui-menuitem-link {
4622
+ .ui-menuitem-text {
4623
+ color: $font-color-main;
4624
+ }
4625
+
4626
+ .ui-menuitem-icon {
4627
+ color: $carouselPagelink;
4628
+ }
4629
+ }
4630
+ }
4631
+ }
4632
+ }
4633
+ }
4634
+
4635
+ .ui-tabmenuitem.ui-state-active {
4636
+ // background-color: $ng-primary-color;
4637
+ border-bottom: 3px solid $ng-primary-color;
4638
+
4639
+ .ui-menuitem-link {
4640
+ .ui-menuitem-text {
4641
+ color: rgb(0 0 0);
4642
+ font-weight: 600px;
4643
+ }
4644
+
4645
+ .ui-menuitem-icon {
4646
+ color: rgb(0 0 0);
4647
+ }
4648
+ }
4649
+ }
4650
+ }
4651
+ }
4652
+
4653
+ .ui-megamenu.ui-megamenu-vertical {
4654
+ .ui-megamenu-root-list {
4655
+ > .ui-menuitem {
4656
+ > .ui-menuitem-link {
4657
+ > .ui-submenu-icon {
4658
+ right: 0.429em;
4659
+ vertical-align: middle;
4660
+ }
4661
+ }
4662
+ }
4663
+ }
4664
+ }
4665
+
4666
+ .ui-panelmenu {
4667
+ .ui-icon {
4668
+ position: static;
4669
+ }
4670
+
4671
+ .ui-panelmenu-header {
4672
+ padding: 0;
4673
+
4674
+ > a {
4675
+ background-color: rgb(239 239 239);
4676
+ border: 1px solid $ng-gray;
4677
+ color: $font-color-main;
4678
+ font-size: 13px;
4679
+ font-weight: 700;
4680
+ padding: 0.857em 1em;
4681
+ position: static;
4682
+
4683
+ .ui-panelmenu-icon {
4684
+ color: $titleBarIcon;
4685
+ display: inline-block;
4686
+ margin-right: 0.429em;
4687
+ position: static;
4688
+ }
4689
+ }
4690
+
4691
+ &:not(.ui-state-active) {
4692
+ > a {
4693
+ &:hover {
4694
+ background-color: $tabView;
4695
+ border: 1px solid $tabView;
4696
+ color: $font-color-main;
4697
+ outline: 0 none;
4698
+
4699
+ .ui-panelmenu-icon {
4700
+ color: $font-color-main;
4701
+ }
4702
+ }
4703
+ }
4704
+ }
4705
+ }
4706
+
4707
+ .ui-panelmenu-header.ui-state-active {
4708
+ > a {
4709
+ background-color: $ng-primary-color;
4710
+ border: 1px solid $ng-primary-color;
4711
+ color: rgb(255 255 255);
4712
+
4713
+ .ui-panelmenu-icon {
4714
+ color: rgb(255 255 255);
4715
+ }
4716
+
4717
+ &:hover {
4718
+ background-color: $anchorHover;
4719
+ border: 1px solid $anchorHover;
4720
+ color: rgb(255 255 255);
4721
+ outline: 0 none;
4722
+
4723
+ .ui-panelmenu-icon {
4724
+ color: rgb(255 255 255);
4725
+ }
4726
+ }
4727
+ }
4728
+ }
4729
+
4730
+ .ui-panelmenu-panel {
4731
+ margin-top: 2px;
4732
+
4733
+ &:first-child {
4734
+ margin-top: 0;
4735
+ }
4736
+ }
4737
+
4738
+ .ui-panelmenu-content {
4739
+ background-color: rgb(255 255 255);
4740
+ border: 1px solid $ng-gray;
4741
+ border-top: 0 0;
4742
+ margin-top: 0;
4743
+ padding: 0;
4744
+ position: static;
4745
+
4746
+ .ui-menuitem {
4747
+ margin: 0;
4748
+
4749
+ .ui-menuitem-link {
4750
+ color: $font-color-main;
4751
+ padding: 0.571em 0.857em;
4752
+
4753
+ &:hover {
4754
+ background-color: $paginationHover;
4755
+
4756
+ .ui-menuitem-icon {
4757
+ color: $font-color-main;
4758
+ }
4759
+
4760
+ .ui-panelmenu-icon {
4761
+ color: $font-color-main;
4762
+ }
4763
+
4764
+ .ui-menuitem-text {
4765
+ color: $font-color-main;
4766
+ }
4767
+ }
4768
+ }
4769
+ }
4770
+ }
4771
+ }
4772
+
4773
+ .ui-progressbar {
4774
+ background-color: rgb(239 239 239);
4775
+ border: 0 0;
4776
+ height: 1.714em;
4777
+
4778
+ .ui-progressbar-value {
4779
+ background: $ng-primary-color;
4780
+ border: 0 0;
4781
+ margin: 0;
4782
+ }
4783
+
4784
+ .ui-progressbar-label {
4785
+ color: $font-color-main;
4786
+ display: none !important;
4787
+ margin-top: 0;
4788
+ }
4789
+ }
4790
+
4791
+ .ui-galleria {
4792
+ .ui-galleria-nav-prev {
4793
+ color: $galleriaNavText;
4794
+ font-size: 15px;
4795
+ position: absolute;
4796
+ transition: all 0.3s;
4797
+
4798
+ &:hover {
4799
+ transform: scale(1.2);
4800
+ }
4801
+ }
4802
+
4803
+ .ui-galleria-nav-next {
4804
+ color: $galleriaNavText;
4805
+ font-size: 15px;
4806
+ position: absolute;
4807
+ transition: all 0.3s;
4808
+
4809
+ &:hover {
4810
+ transform: scale(1.2);
4811
+ }
4812
+ }
4813
+ }
4814
+
4815
+ .ui-terminal {
4816
+ background-color: rgb(255 255 255);
4817
+ border: 1px solid $ng-gray;
4818
+ color: $font-color-main;
4819
+ padding: 0.571em 1em;
4820
+
4821
+ .ui-terminal-input {
4822
+ font-family: $mainFontFamily;
4823
+ font-size: 13px;
4824
+ height: 15px;
4825
+ }
4826
+
4827
+ .ui-terminal-command {
4828
+ height: 15px;
4829
+ }
4830
+ }
4831
+ }
4832
+
4833
+ @media (max-width: 640px) {
4834
+ body {
4835
+ .ui-buttonset {
4836
+ .ui-button {
4837
+ border-radius: 0;
4838
+ margin-bottom: 1px;
4839
+ }
4840
+ }
4841
+ }
4842
+ }
4843
+
4844
+ @media screen and (max-width: 40em) {
4845
+ body {
4846
+ .p-datatable.p-datatable-responsive {
4847
+ .ui-paginator-top {
4848
+ border-bottom: 1px solid $ng-gray;
4849
+ }
4850
+
4851
+ .ui-paginator-bottom {
4852
+ border-top: 1px solid $ng-gray;
4853
+ }
4854
+
4855
+ .p-datatable-tbody {
4856
+ > tr {
4857
+ &:nth-child(odd) {
4858
+ background-color: rgb(221 221 221) !important;
4859
+ }
4860
+
4861
+ > td {
4862
+ border: 0 0;
4863
+ display: block;
4864
+ font-family: $mainFontFamily;
4865
+ font-size: 16px;
4866
+ min-height: 35px;
4867
+ padding-left: 33% !important;
4868
+ position: relative;
4869
+ text-align: right !important;
4870
+ width: 100%;
4871
+
4872
+ &::after {
4873
+ content: attr(data-head);
4874
+
4875
+ // font-family: 'Roboto', sans-serif;
4876
+ font-family: $mainFontFamily;
4877
+ font-size: 15px;
4878
+ font-weight: 600;
4879
+ left: 3px;
4880
+ position: absolute;
4881
+ top: 10px;
4882
+ word-break: break-all;
4883
+ }
4884
+ }
4885
+ }
4886
+ }
4887
+ }
4888
+ }
4889
+ }
4890
+
4891
+ @media (max-width: 40em) {
4892
+ body {
4893
+ .ui-picklist.ui-picklist-responsive {
4894
+ .ui-picklist-buttons {
4895
+ padding: 0.571em 1em;
4896
+ }
4897
+ }
4898
+ }
4899
+ }
4900
+
4901
+ @media screen and (max-width: 960px) {
4902
+ body {
4903
+ .p-datatable-thead > tr > th,
4904
+ .p-datatable-tfoot > tr > td {
4905
+ display: none !important;
4906
+ }
4907
+ .p-datatable-tbody > tr > td:not(:last-child) {
4908
+ border: 0 none;
4909
+ }
4910
+ }
4911
+ }
4912
+
4913
+ .m-subheader .m-subheader__title.m-subheader__title--separator {
4914
+ border-right: 1px solid $primeSeprator;
4915
+ }
4916
+
4917
+ .m-subheader .m-subheader__title {
4918
+ color: $primeSubheader;
4919
+ display: inline-block;
4920
+ font-family: $mainFontFamily;
4921
+ font-size: 1.55rem;
4922
+ font-weight: 500;
4923
+ margin: 0 15px 0 0;
4924
+ padding: 7px 25px 7px 0;
4925
+ vertical-align: middle;
4926
+ }
4927
+
4928
+ .m-subheader .m-section__sub {
4929
+ position: relative;
4930
+ top: 3px;
4931
+ }
4932
+
4933
+ .primeng-datatable-container {
4934
+ background: rgb(249 249 249);
4935
+ border: 1px solid rgb(238 238 238);
4936
+ margin: 15px 0;
4937
+ padding: 5px;
4938
+
4939
+ .total-records-count {
4940
+ bottom: -8px;
4941
+ float: left;
4942
+ position: relative;
4943
+ }
4944
+
4945
+ .search-filter {
4946
+ display: flex;
4947
+ justify-content: space-between;
4948
+ }
4949
+
4950
+ .actions-list-two {
4951
+ min-width: 95px;
4952
+ }
4953
+
4954
+ .actions-list-three {
4955
+ min-width: 135px;
4956
+ }
4957
+
4958
+ .actions-list-four {
4959
+ min-width: 170px;
4960
+ }
4961
+
4962
+ @media (max-width: 425px) {
4963
+ .search-filter {
4964
+ display: block;
4965
+ }
4966
+ }
4967
+
4968
+ @media (max-width: 425px) {
4969
+ .col-sm-4,
4970
+ .col-sm-3 {
4971
+ padding: 0 5px;
4972
+ }
4973
+ }
4974
+ }
4975
+
4976
+ @media (min-width: 320px) and (max-width: 720px) {
4977
+ .primeng-datatable-container {
4978
+ .search-contact {
4979
+ display: block;
4980
+ }
4981
+ }
4982
+ }
4983
+
4984
+ .primeng-datatable-container table thead tr th {
4985
+ background-color: $branding-color-1 !important;
4986
+ color: rgb(255 255 255) !important;
4987
+ }
4988
+
4989
+ .analytics {
4990
+ padding-bottom: 30px;
4991
+
4992
+ .primeng-datatable-container table thead tr th {
4993
+ background-color: $form-control-color !important;
4994
+ padding: 3px 10px;
4995
+ }
4996
+ }
4997
+
4998
+ .modal-content {
4999
+ .modal-title {
5000
+ font-size: 20px;
5001
+ }
5002
+ }
5003
+
5004
+ .skills-modal {
5005
+ .ui-autocomplete-multiple {
5006
+ border: 1px solid $uiinputText;
5007
+ }
5008
+ }
5009
+
5010
+ .skills-modal {
5011
+ p-autocomplete {
5012
+ ul.p-autocomplete-multiple-container {
5013
+ width: 100%;
5014
+ }
5015
+ }
5016
+ }
5017
+
5018
+ body
5019
+ .ui-tabmenu
5020
+ .ui-tabmenu-nav
5021
+ .ui-tabmenuitem:not(.ui-state-active):not(.ui-state-disabled):hover {
5022
+ background-color: $tabColor;
5023
+ border: 0;
5024
+ }
5025
+
5026
+ body .ui-multiselect-panel .ui-multiselect-items .ui-multiselect-item.ui-state-highlight {
5027
+ background: rgb(255 255 255);
5028
+ }
5029
+
5030
+ body .ui-rating a .pi-star {
5031
+ color: $piStart;
5032
+ }
5033
+
5034
+ .recommendation {
5035
+ .ui-rating {
5036
+ a {
5037
+ font-size: 14px;
5038
+ }
5039
+ }
5040
+ }
5041
+
5042
+ .ui-multiselect-item label {
5043
+ color: rgb(0 0 0);
5044
+ }
5045
+
5046
+ .ui-tooltip .ui-tooltip-text {
5047
+ font-size: 14px;
5048
+ }
5049
+
5050
+ p-table {
5051
+ td {
5052
+ word-break: break-all;
5053
+ }
5054
+ }
5055
+
5056
+ .p-menuitem-link-active {
5057
+ color: map-get($danger, base) !important;
5058
+ font-weight: 600;
5059
+ }
5060
+
5061
+ @media (min-width: 641px) {
5062
+ .w-md-50 {
5063
+ width: 50% !important;
5064
+ }
5065
+ }
5066
+
5067
+ .chat-sidebar-content {
5068
+ p-autocomplete,
5069
+ span.p-autocomplete,
5070
+ .p-autocomplete input {
5071
+ display: flex;
5072
+ width: 100%;
5073
+ }
5074
+ }
5075
+
5076
+ .input-file-upload {
5077
+ .p-fileupload-content {
5078
+ .p-fileupload-files {
5079
+ .p-fileupload-row > :first-child {
5080
+ display: none;
5081
+ }
5082
+ }
5083
+ }
5084
+ }
5085
+
5086
+ p-fileupload {
5087
+ .preview-wrapper {
5088
+ align-items: center;
5089
+ div {
5090
+ padding: 1rem;
5091
+ flex: 1 1 auto;
5092
+ width: 25%;
5093
+ word-break: break-all;
5094
+ }
5095
+ }
5096
+ }
5097
+
5098
+ .p-button-label {
5099
+ margin-left: 5px;
5100
+ }