@dev-tcloud/tcloud-ui 4.0.0 → 4.1.0

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