isobit-ui 0.3.6 → 0.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/theme.css CHANGED
@@ -1,4521 +1,37 @@
1
-
2
- /* Styles go here */
3
- .remove-icon[data-v-72884078] {
4
- top: 0px;
5
- margin: 2px 4px;
6
- right: 0px;
7
- position: absolute;
8
- cursor: pointer;
1
+
2
+ .v-dataview > .v-no-results{
3
+ padding: 15px;
4
+ color: rgb(255 193 7);
5
+ background: #ffffff45;
6
+ padding-bottom: 7px;
7
+ padding-top: 7px;
8
+ border-radius:10px;
9
+ border-style:solid;
10
+ border-width: 1px;
11
+ }
12
+ .v-dataview > .v-more-results{
13
+ cursor:pointer;
14
+ padding: 15px;
15
+ color: #106e8a;
16
+ background: #ffffff45;
17
+ padding-bottom:7px;
18
+ padding-top:7px;
19
+ border-radius:10px;
20
+ border-style:solid;
21
+ border-width: 1px;
22
+ }
23
+
24
+
25
+ textarea {
26
+ box-sizing: border-box;
27
+ resize: none;
9
28
  }
10
- .search-icon[data-v-72884078] {
11
- color: gray;
12
- top: 4px;
13
- right: 6px;
14
- position: absolute;
15
- cursor: pointer;
16
- }
17
29
 
18
- body {
19
- margin: 0px;
20
- padding: 0px;
21
- overflow-y: scroll;
22
- bgproperties: "fixed";
23
- background-attachment: fixed;
24
- }
25
-
26
- .footer {
27
- color: #ececec;
28
- }
29
-
30
- .block {
31
- display: block
32
- }
33
-
34
- .ui-menubar .ui-logo {
35
- -background-position: -320px -4px;
36
- background-size: 100% 100% !important;
37
- background-image: url(/fs/images/logo2018.png);
38
- display: inline-block !important;
39
- width: 100px;
40
- height: 52px;
41
- border-radius: 0px;
42
- }
43
-
44
- .v-tag {
45
- background-color: white;
46
- }
47
-
48
- /*1601*/
49
- .ui-logo {
50
- display: none !important;
51
- }
52
-
53
- .x-region-center .block-node-top {
54
- padding-bottom: 20px;
55
- }
56
-
57
- .x-region-center .block-node-bottom {
58
- padding-top: 20px;
59
- }
60
-
61
- .block-left>.block-title {
62
- text-transform: uppercase;
63
- }
64
-
65
- @media(max-width:700px) {
66
- .no-mobil {
67
- display: none;
68
- }
69
-
70
- .x-region-center {
71
- width: 100% !important;
72
- }
73
-
74
- .x-side {
75
- width: 100%;
76
- padding: 0px 20px 0px 20px;
77
- }
78
-
79
- .x-side .block {
80
- padding-bottom: 20px;
81
- }
82
-
83
- .w100 {
84
- width: 100% !important;
85
- }
86
-
87
- .x-side .block>.block-body {
88
- display: none;
89
- }
90
-
91
- .x-side .block>.block-title,
92
- .x-region-center .block>.block-title {
93
- padding: 10px;
94
- background-color: #d82f4b;
95
- }
96
-
97
- .x-side .block>.block-title:hover,
98
- .x-region-center .block>.block-title:hover {
99
- background-color: #7d0e0e;
100
- }
101
-
102
- .x-side .block>.block-title h2,
103
- .x-region-center .block>.block-title h2 {
104
- color: white !important;
105
- }
106
- }
107
-
108
- a {
109
- text-decoration: none;
110
- color: #000055;
111
- }
112
-
113
- form {
114
- margin: 0;
115
- padding: 0;
116
- }
117
-
118
- img {
119
- border: 0;
120
- }
121
-
122
- .nl {
123
- height: 20px;
124
- }
125
-
126
- .type-photo {
127
- background: white;
128
- border: 1px solid #909090;
129
- padding: 10px
130
- }
131
-
132
- .type-video {
133
- background-color: black;
134
- padding: 20px 0px 20px 0px
135
- }
136
-
137
- .clear-block:after {
138
- content: ".";
139
- display: block;
140
- height: 0;
141
- clear: both;
142
- visibility: hidden;
143
- }
144
-
145
- .clear-block {
146
- display: inline-block;
147
- }
148
-
149
- * html .clear-block {
150
- height: 1%;
151
- }
152
-
153
- .clear-block {
154
- display: block;
155
- }
156
-
157
- ul.primary,
158
- ul.primary li {
159
- border: 0;
160
- background: none;
161
- margin: 0;
162
- padding: 0;
163
- float: left;
164
- }
165
-
166
- #tabs-wrapper {
167
- position: relative;
168
- }
169
-
170
- .tabs-wrap {
171
- padding: 0px;
172
- padding: 0px;
173
- margin: 0px 0px 0px 0px
174
- }
175
-
176
- ul.primary {
177
- padding: 0.5em 0 10px;
178
- float: left;
179
- }
180
-
181
- h2.with-tabs {
182
- float: left;
183
- margin: 0 2em 0 0;
184
- padding: 0;
185
- }
186
-
187
- ul.primary li a,
188
- ul.primary li.active a,
189
- ul.primary li a:hover,
190
- ul.primary li a:visited {
191
- border: 0;
192
- padding: 4px 1em;
193
- margin: 0 2px 0 2px;
194
- /* LTR */
195
- height: auto;
196
- text-decoration: none;
197
- position: relative;
198
- top: -1px;
199
- display: inline-block;
200
- }
201
-
202
- ul.primary li.active a,
203
- ul.primary li.active a:link,
204
- ul.primary li.active a:visited,
205
- ul.primary li a:hover {
206
- color: #FFFFFF;
207
- background: url("/decaa/images/bg-tab.png") repeat-x scroll center center;
208
- }
209
-
210
- ul.primary li.active a {
211
- font-weight: bold;
212
- }
213
-
214
- .base-menu-main {
215
- text-align: center;
216
- background: none repeat scroll 0 0 #9D231F;
217
- }
218
-
219
- img.right {
220
- margin-left: 15px;
221
- }
222
-
223
- img.left {
224
- margin-right: 15px;
225
- }
226
-
227
- img.top {
228
- margin-bottom: 15px;
229
- }
230
-
231
- ul.menu-main {
232
- background: none repeat scroll 0 0 #9D231F;
233
- float: left;
234
- list-style: none outside none;
235
- margin: 0;
236
- padding: 0 5px 0 5px;
237
- width: 980px;
238
- }
239
-
240
- .menu-main li {
241
- margin: 0px;
242
- border: 0px solid #CCCCCC;
243
- float: left;
244
- }
245
-
246
- ul.menu-main ul
247
-
248
- /* Para todos los ul debajo del ul.menu */
249
- {
250
- /*position:absolute;
251
- left:30px;
252
- top:-1px;*/
253
- display: none;
254
- list-style: none;
255
- }
256
-
257
- /*
258
- ul.menu-main> li > ul
259
- {
260
- position:absolute;
261
- left:-41px;
262
- top:19px;
263
- display:none;
264
- list-style:none;
265
- }*/
266
-
267
-
268
- ul.menu-main li ul {
269
- /*para colocar la subnavegacion debajo y ocultarla*/
270
- display: none;
271
- position: absolute;
272
- top: 33px;
273
- height: 15px;
274
- left: 0;
275
- padding-top: 10px;
276
- }
277
-
278
- ul.menu-main li:hover>ul {
279
- display: block;
280
- }
281
-
282
- p {
283
- text-align: justify;
284
- margin-bottom: 15px;
285
- }
286
-
287
- .menu-main li a {
288
- display: block;
289
- height: 34px;
290
- padding: 10px 10px 8px 10px;
291
- text-decoration: none;
292
- text-align: center;
293
- color: #FFFFFF;
294
- }
295
-
296
- .menu-main li a span {
297
- color: #FFFFFF;
298
- }
299
-
300
- .menu-main li a:hover {
301
- color: #FFFFFF;
302
- background-color: rgba(90, 0, 0, 0.2);
303
- }
304
-
305
- .menu-tab {
306
- list-style: none;
307
- }
308
-
309
- .menu-tab li {
310
- border: 0px solid #CCCCCC;
311
- float: right;
312
- }
313
-
314
- .menu-tab li a {
315
- display: block;
316
- padding: 8px 10px 8px 10px;
317
- margin-left: 10px;
318
- text-decoration: none;
319
- text-align: center;
320
- font-weight: bold;
321
- color: black;
322
- background-color: #f6ccb2
323
- }
324
-
325
- .menu-tab li a:hover {
326
- color: #FFFFFF;
327
- background-color: #470c0c;
328
- }
329
-
330
- h1,
331
- h2,
332
- h3,
333
- h4,
334
- h5,
335
- h6 {
336
- margin: 0;
337
- padding: 0;
338
- font-weight: normal;
339
- }
340
-
341
- h2,
342
- h2 a {
343
- line-height: 130%;
344
- }
345
-
346
- h2.with-tabs {
347
- float: left;
348
- /* LTR */
349
- margin: 0 2em 0 0;
350
- /* LTR */
351
- padding: 0;
352
- }
353
-
354
- .table-item {
355
- border: 0px;
356
- border-spacing: 0px;
357
- border-collapse: collapse;
358
- width: 100%
359
- }
360
-
361
- .table-item td {
362
- padding: 0px;
363
- }
364
-
365
- .ttable {
366
- border-width: 0px;
367
- height: 0px;
368
- border-spacing: 0px;
369
- }
370
-
371
- .ttable td {
372
- margin: 0px;
373
- padding: 0px
374
- }
375
-
376
- ul.menu,
377
- .item-list ul {
378
- margin: 0.35em 0 0 -0.5em;
379
- padding: 0;
380
- }
381
-
382
- ul.menu ul,
383
- .item-list ul ul {
384
- margin-left: 0;
385
- }
386
-
387
- ul.menu li,
388
- .item-list ul li,
389
- li.leaf {
390
- margin: 0.15em 0 0.15em 0.5em;
391
- }
392
-
393
- ol li {
394
- margin-left: 2em;
395
- padding: 0 0 0.3em;
396
- }
397
-
398
- ul li.expanded {
399
- background: url("images/menu-expanded.gif") no-repeat scroll 1px 0.35em transparent;
400
- }
401
-
402
- ul li.collapsed {
403
- background: url("images/menu-collapsed.gif") no-repeat scroll 0 0.35em transparent;
404
- }
405
-
406
- ul li.leaf a,
407
- ul li.expanded a,
408
- ul li.collapsed a {
409
- display: block;
410
- }
411
-
412
- ul.links.inline {
413
- display: inline;
414
- }
415
-
416
- .links ul li {
417
- float: left;
418
- padding: 0px 15px 0px 0px;
419
- }
420
-
421
- ul.links li {
422
- list-style-type: none;
423
- padding: 0 0.5em;
424
- }
425
-
426
- .breadcrumb {
427
- list-style: none;
428
- overflow: hidden;
429
- }
430
-
431
- .ui-panelgrid tr {
432
- background: transparent;
433
- background-color: transparent !important;
434
- }
435
-
436
- .breadcrumb li a {
437
- color: white;
438
- text-decoration: none;
439
- padding: 5px 12px 5px 13px;
440
- margin-bottom: 1px;
441
- background: transparent;
442
- position: relative;
443
- display: block;
444
- float: left;
445
- z-index: 1;
446
- }
447
-
448
- .breadcrumb li a:after {
449
- border: 2px solid white;
450
- border-width: 0 0 0 2px;
451
- content: " ";
452
- display: block;
453
- width: 100%;
454
- height: 50%;
455
- background: linear-gradient(to bottom, #cfa844, #7a4c07);
456
- position: absolute;
457
- top: 0px;
458
- left: 0px;
459
- z-index: -1;
460
- -webkit-transform: skewX(35deg);
461
- transform: skewX(35deg);
462
- }
463
-
464
- .breadcrumb ul li:first-child a:before {
465
- display: none;
466
- }
467
-
468
- .breadcrumb ul li:first-child a {
469
- padding-left: 10px;
470
- border-top-left-radius: 10px;
471
- border-bottom-left-radius: 10px;
472
- }
473
-
474
- .breadcrumb li a:before {
475
- border: 2px solid white;
476
- border-width: 0 0 0 2px;
477
- content: " ";
478
- display: block;
479
- width: 100%;
480
- height: 50%;
481
- position: absolute;
482
- bottom: 0px;
483
- left: 0px;
484
- z-index: -1;
485
- background: linear-gradient(to bottom, #7a4c07, #554c07);
486
- -webkit-transform: skewX(-35deg);
487
- transform: skewX(-35deg);
488
- }
489
-
490
- .breadcrumb li a:hover:after {
491
- background: #f1e767;
492
- color: black
493
- }
494
-
495
- .breadcrumb li a:hover {
496
- color: black
497
- }
498
-
499
- .breadcrumb li a:hover:before {
500
- background: #f1e767;
501
- color: black
502
- }
503
-
504
- .dark-label {
505
- font-weight: bold;
506
- color: white;
507
- margin: 0px 10px 0px 0px;
508
- }
509
-
510
- .alert {
511
- padding: 20px;
512
- border: 1px gray solid;
513
- color: red;
514
- }
515
-
516
- .info {
517
- padding: 20px;
518
- border: 1px gray solid;
519
- background-color: #bcfbbc;
520
- color: red;
521
- }
522
-
523
- .warnig {
524
- border-color: yellowgreen;
525
- background-color: yellow;
526
- }
527
-
528
- .error {
529
- border-color: red;
530
- background-color: pink;
531
- }
532
-
533
- .v-error {
534
- color: red;
535
- }
536
-
537
- input.v-error,
538
- textarea.v-error {
539
- border-color: red !important;
540
- color: inherit;
541
- }
542
-
543
- .dark_box {
544
- text-decoration: none;
545
- display: block;
546
- text-align: center;
547
- font-weight: bold;
548
- border-radius: 6px;
549
- -moz-border-radius: 6px;
550
- margin-top: 5px;
551
- margin-bottom: 5px;
552
- padding: 8px;
553
- background-color: #666666;
554
- color: white;
555
- }
556
-
557
- .dark_box:link {
558
- background-color: #666666;
559
- }
560
-
561
- .dark_box:hover {
562
- text-decoration: none;
563
- background-color: #000000;
564
- }
565
-
566
- /* mouse over link */
567
- .dark_box a {
568
- color: #FFFFFF;
569
- }
570
-
571
- .dark_l {
572
- text-decoration: none;
573
- text-align: center;
574
- font-weight: bold;
575
- border-radius: 6px;
576
- -moz-border-radius: 6px;
577
- margin-top: 3px;
578
- margin-bottom: 3px;
579
- padding: 6px;
580
- background-color: #c0272b;
581
- color: white;
582
- }
583
-
584
- .dark_l:link {
585
- background-color: #470c0c
586
- }
587
-
588
- .dark_l:hover {
589
- text-decoration: none;
590
- background-color: #990000
591
- }
592
-
593
- /* mouse over link */
594
- .dark_l a {
595
- color: #a82222;
596
- }
597
-
598
- .jtitle {
599
- font-weight: bold;
600
- vertical-align: top;
601
- text-align: left;
602
- }
603
-
604
- #header h1 {
605
- color: #FFFFFF;
606
- padding: 5px 10px;
607
- }
608
-
609
- body.sidebars {
610
- min-width: 980px;
611
- }
612
-
613
- body.sidebar-left,
614
- body.sidebar-right {
615
- min-width: 780px;
616
- }
617
-
618
- #wrapper #container #center {
619
- float: left;
620
- width: 100%;
621
- }
622
-
623
- body.sidebar-left #center {
624
- margin-left: -210px;
625
- }
626
-
627
- body.sidebar-right #center {
628
- margin-right: -210px;
629
- }
630
-
631
- body.sidebars #center {
632
- margin: 0 -210px;
633
- }
634
-
635
- body.sidebar-left #squeeze {
636
- margin-left: 210px;
637
- }
638
-
639
- body.sidebar-right #squeeze {
640
- margin-right: 210px;
641
- }
642
-
643
- body.sidebars #squeeze {
644
- margin: 0 210px;
645
- }
646
-
647
- #wrapper #container .sidebar {
648
- float: left;
649
- margin: 60px 0 5em;
650
- position: relative;
651
- width: 210px;
652
- z-index: 2;
653
- }
654
-
655
- #wrapper #container .sidebar .block {
656
- margin: 0 0 1.5em;
657
- }
658
-
659
- #sidebar-left .block {
660
- padding: 0 15px 0 0;
661
- }
662
-
663
- #sidebar-right .block {
664
- padding: 0 0 0 15px;
665
- }
666
-
667
- .side {
668
- width: 220px;
669
- }
670
-
671
- .side-table {
672
- width: 240px;
673
- }
674
-
675
- .side-left {
676
- margin: 0px 0px 0px 20px
677
- }
678
-
679
- .side-right {
680
- margin: 0px 20px 0px 0px
681
- }
682
-
683
- .content-title {
684
- color: #9D231F;
685
- }
686
-
687
- .hh {
688
- background: none;
689
- }
690
-
691
- .region-header {
692
- background-color: transparent;
693
- }
694
-
695
- .copyright {
696
- padding: 10px;
697
- text-align: center;
698
- width: 100%;
699
- color: white;
700
- height: 70px
701
- }
702
-
703
- #menu-top {
704
- margin-left: 180px;
705
- margin-top: 5px;
706
- text-align: right;
707
- width: 800px;
708
- }
709
-
710
- #menu-top a {
711
- -moz-transition: all 0.2s linear 0s;
712
- color: #333333;
713
- margin: 0 5px;
714
- }
715
-
716
- #menu-top a:hover {
717
- color: #990000;
718
- }
719
-
720
- div.wrapper {
721
- float: left;
722
- /* important */
723
- position: relative;
724
- /* important(so we can absolutely position the description div */
725
- }
726
-
727
- div.img {
728
- float: left;
729
- /* important */
730
- position: relative;
731
- /* important(so we can absolutely position the description div */
732
- max-width: 100%;
733
- }
734
-
735
- div.img img,
736
- div.img a {
737
- width: 100% !important;
738
- }
739
-
740
- div.top {
741
- margin-bottom: 15px;
742
- }
743
-
744
- img.shadow {
745
- max-width: calc(100% - 30px);
746
- box-shadow: 0 0 10px #000000;
747
- align-self: center !important;
748
- align-items: center !important;
749
- margin: 5px !important;
750
- padding: 10px !important;
751
- text-align: center !important;
752
- }
753
-
754
- img.shadow+div.description {
755
- margin: 15px;
756
- }
757
-
758
- div.description,
759
- h4.description {
760
- position: absolute;
761
- /* absolute position (so we can position it where we want)*/
762
- bottom: 0px;
763
- /* position will be on bottom */
764
- right: 0px;
765
- padding: 5px;
766
- /* styling bellow */
767
- background-color: black;
768
- color: white;
769
- opacity: 0.7;
770
- /* transparency */
771
- filter: alpha(opacity=70);
772
- /* IE transparency */
773
- }
774
-
775
- div.description p {
776
- -padding: 5px;
777
- margin: 0px;
778
- }
779
-
780
- .left10 {
781
- margin-right: 10px;
782
- }
783
-
784
- .left20 {
785
- margin-right: 20px;
786
- }
787
-
788
- #container {
789
- min-height: 100%;
790
- position: relative;
791
- }
792
-
793
- #body {
794
- padding-bottom: 60px;
795
- /* Height of the footer */
796
- }
797
-
798
- .jheader {
799
- text-align: center;
800
- background-color: #c5c5c5;
801
- background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #f9f9f9), color-stop(100%, #e3e4e6));
802
- background-image: -webkit-linear-gradient(top, #f9f9f9, #e3e4e6);
803
- }
804
-
805
- .jheader tr td {
806
- text-align: center;
807
- }
808
-
809
- a:hover {
810
- text-decoration: underline;
811
- }
812
-
813
- .sub {
814
- color: #333333;
815
- display: block;
816
- }
817
-
818
- .group {
819
- font-weight: bolder;
820
- color: white;
821
- cursor: pointer;
822
- background-color: #D62929;
823
- padding-left: 24px !important;
824
- }
825
-
826
- .group:hover {
827
- background-color: #7d0e0e;
828
- }
829
-
830
- .i-menu {
831
- background-image: url(/decaa/images/menu-16.png) !important;
832
- }
833
-
834
- .no-result {
835
- text-align: center;
836
- font-weight: bold;
837
- padding: 10px;
838
- }
839
-
840
- .round:hover {
841
- background-color: #8AA1B6;
842
- border: 1px solid #909090;
843
- border-radius: 8px;
844
- -moz-border-radius: 8px;
845
- border-top: -10px;
846
- }
847
-
848
- .round {
849
- background-repeat: no-repeat;
850
- position: absolute;
851
- width: 16px;
852
- height: 16px;
853
- right: 5px;
854
- top: 5px;
855
- }
856
-
857
- .justify *,
858
- .justify {
859
- text-align: justify;
860
- }
861
-
862
- .jiconlink {
863
- outline: none;
864
- border: none;
865
- margin-left: 6px;
866
- margin-right: 6px;
867
- background-repeat: no-repeat;
868
- width: 16px;
869
- height: 16px;
870
- }
871
-
872
- .noscroll {
873
- position: fixed;
874
- overflow-y: scroll;
875
- width: 100%;
876
- }
877
-
878
- .admin-list dd {
879
- padding: 4px 2px 6px 17px;
880
- text-align: justify
881
- }
882
-
883
- .admin-list a {
884
- padding: 1px 2px 1px 17px;
885
- font-weight: bold;
886
- background: transparent url(/decaa/images/start.png) left center no-repeat;
887
- }
888
-
889
- .w-close {
890
- padding: 10px 10px 0px 10px;
891
- top: 0px;
892
- right: 0px;
893
- position: absolute
894
- }
895
-
896
- .w-title {
897
- padding: 25px 25px 0px 25px;
898
- border: 1px solid #DDDDDD;
899
- }
900
-
901
- .ui-tabs-panel {
902
- padding: 4px 1px 4px 1px !important;
903
- margin: 0px;
904
- }
905
-
906
- .ui-layout-unit {
907
- padding: 0px;
908
- }
909
-
910
- .ui-nopadding>tbody>tr>td {
911
- padding: 0px !important;
912
- }
913
-
914
- .ui-expanded-row-content>td {
915
- padding: 0px !important;
916
- vertical-align: top !important;
917
- top: 0px
918
- }
919
-
920
- .jtextarea textarea {
921
- overflow-y: hidden !important;
922
- }
923
-
924
- .header2h {
925
- padding: 8px;
926
- display: block
927
- }
928
-
929
- .jmenucolumn button {
930
- height: 36px;
931
- width: 36px
932
- }
933
-
934
- .jm .ui-button-text {
935
- height: 36px;
936
- width: 36px
937
- }
938
-
939
- .jm {
940
- height: 36px;
941
- width: 36px;
942
- display: none !important;
943
- }
944
-
945
- .jm span {
946
- height: 36px;
947
- width: 36px
948
- }
949
-
950
- .jm input {
951
- height: 36px;
952
- width: 36px;
953
- display: none
954
- }
955
-
956
- .ui-fileupload-filename {
957
- display: none
958
- }
959
-
960
- .ui-fileupload-choose .ui-icon {
961
- visibility: hidden !important;
962
- }
963
-
964
- .ui-fileupload-upload .ui-icon {
965
- visibility: hidden !important;
966
- }
967
-
968
- .ui-fileupload-cancel .ui-icon {
969
- visibility: hidden !important;
970
- }
971
-
972
- .ui-layout-north {
973
- z-index: 20 !important;
974
- overflow: visible !important;
975
- }
976
-
977
- .ui-layout-north .ui-layout-unit-content {
978
- overflow: visible !important;
979
- }
980
-
981
- .xx ul {
982
- left: -114px !important
983
- }
984
-
985
- .ui-layout-resizer .ui-layout-resizer-north .ui-layout-resizer-open .ui-layout-resizer-north-open {
986
- height: 0px !important;
987
- height: 0px;
988
- }
989
-
990
- .ui-layout-unit .ui-layout-unit-content {
991
- padding: 0px;
992
- border: none;
993
- padding: 0px
994
- }
995
-
996
- .jmenucolumn button {
997
- height: 36px;
998
- width: 36px
999
- }
1000
-
1001
- .jm span {
1002
- height: 36px;
1003
- width: 36px;
1004
- display: none
1005
- }
1006
-
1007
- .ui-fileupload-filename {
1008
- display: none
1009
- }
1010
-
1011
- .ui-fileupload-buttonbar .ui-fileinput-button .ui-button-text {
1012
- /* removed icon from browse button so shifting text left*/
1013
- padding-left: 1em !important;
1014
- }
1015
-
1016
- .ui-fileupload .ui-fileupload-buttonbar {
1017
- border: none !important;
1018
- background: transparent;
1019
- background-color: transparent;
1020
- float: left;
1021
- /* Keep button on left */
1022
- }
1023
-
1024
- .fileupload-content {
1025
- border: none !important;
1026
- border-bottom-left-radius: 0px !important;
1027
- border-bottom-right-radius: 0px !important;
1028
- background: transparent !important;
1029
- background-color: transparent !important;
1030
- float: right;
1031
- /* and content on right */
1032
- }
1033
-
1034
- .ui-progressbar {
1035
- /* made progress bar smaller to fit on same line */
1036
- /* width: 100px!important;
1037
- height: 5px!important;*/
1038
- }
1039
-
1040
- .ui-inputtext {
1041
- width: calc(100% - 10px);
1042
- }
1043
-
1044
- .ui-inputfield {
1045
- /*--width: calc(100% - 10px);*/
1046
- }
1047
-
1048
- .ui-panelgrid {
1049
- width: 100%;
1050
- }
1051
-
1052
- .v-calendar input {
1053
- width: 74px;
1054
- word-break: break-word;
1055
- margin: 0px;
1056
- width: -webkit-fill-available;
1057
- width: -moz-available;
1058
- }
1059
-
1060
- .checked-column {
1061
- width: 22px;
1062
- text-align: center
1063
- }
1064
-
1065
- .ui-editor iframe {
1066
- background-color: white !important;
1067
- }
1068
-
1069
- .ui-editor html {
1070
- background-color: white !important;
1071
- }
1072
-
1073
- .ui-editor body {
1074
- background-color: white !important;
1075
- }
1076
-
1077
- .ui-panelgrid-cell {
1078
- border-width: 0px !important;
1079
- padding: 3px 4px 3px 4px !important;
1080
- }
1081
-
1082
- .ui-panelgrid {
1083
- border-width: 0px !important;
1084
- }
1085
-
1086
- .ui-panelgrid-even {
1087
- border-width: 0px !important;
1088
- }
1089
-
1090
- .ui-panelgrid tr {
1091
- border-width: 0px !important;
1092
- }
1093
-
1094
- .numberSpinner input {
1095
- text-align: center
1096
- }
1097
-
1098
- .ui-selectonemenu {
1099
- width: calc(100% - 36px);
1100
- max-width: calc(100% - 36px);
1101
- min-width: 0px !important;
1102
- }
1103
-
1104
- .ui-selectonemenu .ui-selectonemenu-trigger {
1105
- width: 18px;
1106
- }
1107
-
1108
- .ui-datepicker-trigger {
1109
- width: 23px;
1110
- margin: 0px !important;
1111
- display: inline-block;
1112
-
1113
- }
1114
-
1115
- .hasDatepicker {
1116
- text-align: center;
1117
- display: inline-block;
1118
- }
1119
-
1120
- .hasDatepicker:active {
1121
- width: calc(100% - 33px);
1122
- }
1123
-
1124
- .hasDatepicker:read-only {
1125
- width: initial;
1126
- }
1127
-
1128
- .ui-autocomplete-panel {
1129
- max-height: 200px;
1130
- }
1131
-
1132
- .hasDatepicker:disabled {
1133
- width: initial;
1134
- }
1135
-
1136
- .ui-calendar {
1137
- float: left;
1138
- width: 100%;
1139
- margin: 0px;
1140
- padding: 0px !important;
1141
- margin-right: 0px;
1142
- overflow: hidden;
1143
- white-space: nowrap;
1144
- }
1145
-
1146
- .ui-calendar .ui-inputfield {
1147
- -padding-top: 7px;
1148
- -padding-bottom: 6px !important;
1149
- text-align: center;
1150
- }
1151
-
1152
-
1153
- .nocase {
1154
- text-transform: none;
1155
- }
1156
-
1157
- .ui-autocomplete-input:valid {
1158
- width: calc(100% - 8px) !important;
1159
- text-transform: uppercase;
1160
- }
1161
-
1162
- .ui-autocomplete {
1163
- display: block;
1164
- width: calc(100% - 8px) !important;
1165
- }
1166
-
1167
- .ui-inputtextarea {
1168
- width: calc(100% - 10px) !important;
1169
- }
1170
-
1171
- .ui-password {
1172
- width: calc(100% - 10px) !important;
1173
- }
1174
-
1175
- .ui-report div.v-dialog-content {
1176
- padding: 2px !important;
1177
- }
1178
-
1179
- .ui-menu-parent span {
1180
- color: white;
1181
- }
1182
-
1183
- .ui-menu-parent span:hover {
1184
- color: black;
1185
- }
1186
-
1187
- .ui-menu-parent ul span {
1188
- color: black;
1189
- }
1190
-
1191
- .ui-selectonemenu-items-wrapper li {
1192
- background-color: #ffefa8;
1193
- }
1194
-
1195
- .ui-selectonemenu-items-wrapper {
1196
- background-color: #ffefa8;
1197
- }
1198
-
1199
- .ui-selectonemenu-list ul {
1200
- background-color: #ffefa8;
1201
- }
1202
-
1203
- .hidden {
1204
- visibility: hidden;
1205
- display: none;
1206
- }
1207
-
1208
- .hide {
1209
- display: none;
1210
- }
1211
-
1212
- .v-dialog-titlebar-close {
1213
- cursor: pointer;
1214
- }
1215
-
1216
- .v-paginator-bottom {
1217
- visibility: hidden;
1218
- display: none;
1219
- }
1220
-
1221
- .ui-panelgrid label:not(.ui-selectonemenu-label):not(.ui-selectmanycheckbox-label) {
1222
- overflow: hidden;
1223
- display: inline-block;
1224
- width: calc(100% - 30px);
1225
- }
1226
-
1227
- .ui-selectonemenu .ui-selectonemenu-label,
1228
- .ui-selectonemenu-panel .ui-selectonemenu-list-item {
1229
- white-space: normal;
1230
- }
1231
-
1232
- .ui-menu {
1233
- /*overflow-y: scroll;
1234
- max-height: 100%; */
1235
- }
1236
-
1237
- .ui-panel {
1238
- padding: 0.0em;
1239
- }
1240
-
1241
- .ui-panel .ui-panel-content {
1242
- padding: 0px 0px 0px 0px;
1243
- }
1244
-
1245
- .ui-panel-10 .ui-panel-content {
1246
- padding: 10px;
1247
- }
1248
-
1249
- .ui-button .state-default {
1250
- background-color: #e0fb75;
1251
- background-image: none !important;
1252
- }
1253
-
1254
- .nowrap {
1255
- overflow: hidden;
1256
- white-space: nowrap;
1257
- text-overflow: ellipsis;
1258
- }
1259
-
1260
- .hasDatepicker {
1261
- width: calc(100% - 33px) !important;
1262
- }
1263
-
1264
- .ui-datagrid-content {
1265
- border-width: 0px;
1266
- }
1267
-
1268
- /*
1269
- se desea q los formularios sean srollables para mantener las d
1270
- #scrollable-content {
1271
- height: 180px;
1272
- overflow: auto;
1273
- background-color: blue;
1274
- }
1275
- */
1276
- .ui-spinner {
1277
- width: 100%;
1278
- }
1279
-
1280
- .ui-spinner-input {
1281
- width: calc(100% - 25px) !important;
1282
- }
1283
-
1284
- .right,
1285
- .number {
1286
- text-align: right !important;
1287
- }
1288
-
1289
- .right span {
1290
- margin-right: 0px;
1291
- }
1292
-
1293
- .ui-column-customfilter {
1294
- padding-top: 3px;
1295
- }
1296
-
1297
- .ui-inputnumber input {
1298
- text-align: right !important;
1299
- }
1300
-
1301
- th.right {
1302
- text-align: center !important;
1303
- }
1304
-
1305
- span.readonly {
1306
- border-radius: 4px;
1307
- padding: 4px;
1308
- display: block;
1309
- background-color: #f1f8f9 !important;
1310
- border: 1px solid #cccccc;
1311
- }
1312
-
1313
- fieldset.ui-fieldset {
1314
- border: 1px #CCCCCC solid !important;
1315
- border-radius: 5px !important;
1316
- }
1317
-
1318
- .ui-editor {
1319
- box-shadow: inset 0 2px 2px #8f8f8f !important;
1320
- display: block;
1321
- border-color: gray;
1322
- }
1323
-
1324
- .menubutton {
1325
- height: 28px !important;
1326
- }
1327
-
1328
- .menubutton button {
1329
- height: 23px !important;
1330
- width: 29px !important;
1331
- }
1332
-
1333
- .menubutton .ui-button-text {
1334
- padding: 0px;
1335
- width: 0px !important
1336
- }
1337
-
1338
- .transparent div {
1339
- background-color: transparent;
1340
- color: inherit;
1341
- }
1342
-
1343
- .ui-link {
1344
- color: blue !important;
1345
- text-decoration: underline !important;
1346
- }
1347
-
1348
- .ui-state-highlight .ui-link {
1349
- color: inherit !important;
1350
- }
1351
-
1352
- .ui-commandlink {
1353
- color: blue !important;
1354
- text-decoration: underline !important;
1355
- }
1356
-
1357
- .ui-state-highlight .ui-commandlink {
1358
- color: inherit !important;
1359
- }
1360
-
1361
- .ui-state-hover.gray,
1362
- .ui-state-hover>td.gray {
1363
- background-color: #af9ac2 !important;
1364
- }
1365
-
1366
- .gray {
1367
- background-color: #c1cdc6;
1368
- }
1369
-
1370
- .ui-state-highlight.gray,
1371
- .ui-state-highlight>td.gray {
1372
- background-color: #666666 !important;
1373
- }
1374
-
1375
- .ui-state-hover td.red,
1376
- td.ui-state-hover.red.red {
1377
- background-color: #efc2c8 !important;
1378
- }
1379
-
1380
- .yellow,
1381
- td.yellow {
1382
- background-color: #ffffbb;
1383
- }
1384
-
1385
- .v-datatable-odd.yellow {
1386
- background-color: #ffff77;
1387
- }
1388
-
1389
- .v-state-hover.yellow {
1390
- background-color: #e2e241;
1391
- }
1392
-
1393
- tr.v-selected.yellow,
1394
- .v-selected>td.yellow {
1395
- background-color: #8e8903;
1396
- }
1397
-
1398
- tr:nth-child(even).yellow {
1399
- background-color: #fff767;
1400
- }
1401
-
1402
- tr.yellow.v-selected {
1403
- background-color: #736e14 !important;
1404
- color: white;
1405
- }
1406
-
1407
- tr.yellow:not(.v-selected):hover {
1408
- background-color: #ffff77 !important;
1409
- }
1410
-
1411
- tr:hover:not(.v-selected)>td.yellow {
1412
- background-color: #ffff7b;
1413
- }
1414
-
1415
- .red {
1416
- background-color: #ffc0c8;
1417
- }
1418
-
1419
- .v-datatable-even.red,
1420
- td.v-datatable-even.red {
1421
- background-color: #ffc0c8;
1422
- }
1423
-
1424
- .orange {
1425
- background-color: #ffcc6e;
1426
- }
1427
-
1428
- .v-datatable-even.orange,
1429
- td.v-datatable-even.orange {
1430
- background-color: #ffcc6e;
1431
- }
1432
-
1433
- .v-datatable-odd.red {
1434
- background-color: #ffc0cc;
1435
- }
1436
-
1437
- tr.v-selected.red,
1438
- tr.v-selected>td.red {
1439
- background-color: #771d1d;
1440
- }
1441
-
1442
- .v-datatable-even.green,
1443
- td.v-datatable-even.green {
1444
- background-color: #ccffcc;
1445
- }
1446
-
1447
- .green {
1448
- background-color: #baffba;
1449
- }
1450
-
1451
- .v-datatable-even.green,
1452
- td.v-datatable-even.green {
1453
- background-color: #baffba;
1454
- }
1455
-
1456
- .v-datatable-odd.green {
1457
- background-color: #99ff99;
1458
- }
1459
-
1460
- .ui-state-hover td.green {
1461
- background-color: #bde4bd !important;
1462
- }
1463
-
1464
- tr.v-selected.green,
1465
- tr.v-selected>td.green {
1466
- background-color: darkgreen !important;
1467
- }
1468
-
1469
- .-red:hover {
1470
- background-color: red !important;
1471
- color: white !important;
1472
- }
1473
-
1474
- .-red {
1475
- background-color: pink !important;
1476
- }
1477
-
1478
- .tre {
1479
- padding-left: 0px;
1480
- margin: 0px;
1481
- }
1482
-
1483
- .tre li a {
1484
- text-decoration: none;
1485
- display: block;
1486
- padding: 5px 0px 5px 0px;
1487
- }
1488
-
1489
- .tre li a:hover {
1490
- background-color: whitesmoke;
1491
- }
1492
-
1493
- .tre>li {
1494
- list-style-type: none;
1495
- color: #d82f4b;
1496
- border-bottom: 1px solid #d6d2d2;
1497
- }
1498
-
1499
- .tre>li:first-child {
1500
- border-top: 1px solid #d6d2d2;
1501
- }
1502
-
1503
- .tre>li a {
1504
- color: #d82f4b;
1505
- font-weight: bold;
1506
- display: block;
1507
- cursor: pointer;
1508
- }
1509
-
1510
- .tre ul {
1511
- padding-left: 21px;
1512
- }
1513
-
1514
- .tre ul>li {
1515
- list-style: none;
1516
- }
1517
-
1518
- .tre ul>li a {
1519
- color: black;
1520
- font-weight: normal;
1521
- }
1522
-
1523
- .red .ui-panelgrid-cell {
1524
- margin: 5px 0px 5px 0px;
1525
- }
1526
-
1527
- .ui-fileupload-choose {
1528
- display: none;
1529
- visibility: hidden;
1530
- }
1531
-
1532
- .ui-fileupload-preview {
1533
- display: none;
1534
- }
1535
-
1536
- .ui-progressbar {
1537
- background-color: graytext;
1538
- }
1539
-
1540
- .animated .ui-progressbar-value {
1541
- background-image: url("/decaa/resources/images/pbar-ani.gif");
1542
- }
1543
-
1544
- .noChecked {
1545
- background: none !important;
1546
- background: -webkit-linear-gradient(90deg, #CCFFBB, #EEFFEE) repeat scroll 0 0 transparent !important;
1547
- background: -moz-linear-gradient(90deg, #CCFFBB, #EEFFEE) repeat scroll 0 0 transparent !important;
1548
- }
1549
-
1550
- .ui-fileupload-content {
1551
- padding: 0px;
1552
- }
1553
-
1554
- .ui-progressbar-value {
1555
- background: #66ff66 !important;
1556
- }
1557
-
1558
- .ui-progressbar {
1559
- background-color: #f6ccb2;
1560
- }
1561
-
1562
- .noempty:empty,
1563
- .v-panel-titlebar:empty,
1564
- .x-toolbar:empty,
1565
- .v-panel-titlea:empty,
1566
- .v-panel-titlebara:empty {
1567
- display: none !important;
1568
- }
1569
-
1570
- .ui-nohover:hover {
1571
- color: white !important;
1572
- }
1573
-
1574
-
1575
- .main2:after {
1576
- content: "";
1577
- display: block;
1578
- position: absolute;
1579
- top: 0;
1580
- left: 0;
1581
- width: 100%;
1582
- height: 100%;
1583
- opacity: 0.2;
1584
- z-index: -1;
1585
- background-size: 100% 100%;
1586
- background-repeat: no-repeat;
1587
- }
1588
-
1589
- .ui-selectonemenu-label {
1590
- font-weight: normal !important;
1591
- color: red;
1592
- }
1593
-
1594
- .ui-form-layout .ui-panelgrid-cell {
1595
- width: 100%;
1596
- }
1597
-
1598
- .ui-form-layout .ui-panelgrid-cell:first-child {
1599
- width: 200px !important;
1600
- }
1601
-
1602
- .ui-form-layout .ui-panelgrid-cell:nth-child(3) {
1603
- width: 180px !important;
1604
- }
1605
-
1606
- .v-panel-title {
1607
- display: block;
1608
- margin-right: 15px;
1609
- margin: 0px 16px 0px 0px !important;
1610
- }
1611
-
1612
- .padding-5 span {
1613
- display: block;
1614
- padding: 5px 0px 5px 0px;
1615
- }
1616
-
1617
- .ub-7 {
1618
- display: block;
1619
- padding: 7px 0px 7px 0px;
1620
- }
1621
-
1622
- .footer .social-icono img {
1623
- margin: 0px 5px;
1624
- width: 32px;
1625
- float: left;
1626
- }
1627
-
1628
- .footer .nav a {
1629
- text-decoration: none !important;
1630
- color: inherit !important;
1631
- display: block;
1632
- padding: 5px 0px;
1633
- border-bottom: 2px #ececec solid;
1634
- }
1635
-
1636
- .footer .nav a:hover {
1637
- background-color: #000000;
1638
- }
1639
-
1640
- .ui-page ol {
1641
- padding-left: 0.0em;
1642
- }
1643
-
1644
- .ui-page .ui-panel-content {
1645
- padding: 10px 20px 10px 20px;
1646
- border: 1px solid #d6d2d2;
1647
- }
1648
-
1649
- p li {
1650
- text-align: justify;
1651
- }
1652
-
1653
- .title {
1654
- border-bottom: 1px solid #cac9c9;
1655
- color: gray;
1656
- display: block;
1657
- }
1658
-
1659
- .subtitulo-2 {
1660
- color: gray;
1661
- }
1662
-
1663
- .ng-scope hr {
1664
- border: 0;
1665
- border-top: 1px solid #eee;
1666
- }
1667
-
1668
- .psw {
1669
- -webkit-text-security: circle;
1670
- -webkit-touch-callout: none;
1671
- -webkit-user-select: none;
1672
- -khtml-user-select: none;
1673
- -moz-user-select: moz-none;
1674
- -ms-user-select: none;
1675
- user-select: none;
1676
- }
1677
-
1678
- .loading {
1679
- background: rgba(54, 25, 25, .0);
1680
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0) !important;
1681
- background: url(./cdn/images/loading.svg) no-repeat top center;
1682
- width: 40px;
1683
- aspect-ratio: 1;
1684
- display: grid;
1685
- }
1686
-
1687
- .loading::before,
1688
- .loading::after {
1689
- content: "";
1690
- grid-area: 1/1;
1691
- background: orange;
1692
- clip-path: polygon(0 0, 101% 0, 0 100%);
1693
- animation: l13 2s infinite;
1694
- }
1695
-
1696
- .loading::after {
1697
- --s: -1, -1;
1698
- }
1699
-
1700
- @keyframes l13 {
1701
-
1702
- 0%,
1703
- 10% {
1704
- transform: scale(var(--s, 1)) translate(0, 0) rotate(0deg)
1705
- }
1706
-
1707
- 33% {
1708
- transform: scale(var(--s, 1)) translate(20px, -20px) rotate(0deg)
1709
- }
1710
-
1711
- 66% {
1712
- transform: scale(var(--s, 1)) translate(20px, -20px) rotate(180deg)
1713
- }
1714
-
1715
- 90%,
1716
- 100% {
1717
- transform: scale(var(--s, 1)) translate(0px, 0px) rotate(180deg)
1718
- }
1719
- }
1720
-
1721
- .compac .ui-panelgrid-cell {
1722
- padding: 0px !important;
1723
- }
1724
-
1725
- .ui-inputtext,
1726
- .ui-autocomplete-input,
1727
- .ui-input-field {
1728
- width: calc(100% - 16px) !important;
1729
- padding: 4px 6px 4px 6px !important
1730
- }
1731
-
1732
- input:empty[aria-required=true] {
1733
- background-color: linen;
1734
- }
1735
-
1736
- textarea:empty[aria-required=true] {
1737
- background-color: linen;
1738
- }
1739
-
1740
- .ui-inputfield:empty[aria-required=true] {
1741
- background-color: linen;
1742
- }
1743
-
1744
- .ui-inputnumber input.required:empty {
1745
- background-color: linen;
1746
- }
1747
-
1748
- input:read-only {
1749
- background-color: #f1f8f9 !important;
1750
- }
1751
-
1752
- textarea:read-only {
1753
- background-color: #d8ebef !important;
1754
- }
1755
-
1756
- .v-dialog-title,
1757
- form>div>div>.v-panel-title {
1758
- padding-left: 25px !important;
1759
- background-color: transparent;
1760
- background-size: 20px;
1761
- }
1762
-
1763
- .v-dialog-content>form>span>center {
1764
- padding: 8px 2px 5px 2px !important;
1765
- }
1766
-
1767
- .v-datatable-header {
1768
- height: auto !important;
1769
- }
1770
-
1771
- .checked-column .ui-chkbox {
1772
- padding: 0px !important;
1773
- }
1774
-
1775
- .ui-panelgrid-cell .ui-chkbox {
1776
- padding: 5px 6px 7px 6px !important
1777
- }
1778
-
1779
- .ui-panelgrid-cell>label
1780
-
1781
- /*,.ui-panelgrid-cell > span*/
1782
- {
1783
- display: block;
1784
- padding-top: 3px !important;
1785
- }
1786
-
1787
- .ui-panelgrid-cell
1788
-
1789
- /*,.ui-panelgrid-cell > span*/
1790
- {
1791
- -display: block;
1792
- padding-top: 3px !important;
1793
- }
1794
-
1795
- .ui-panelgrid-cell .ui-chkbox span {
1796
- margin-top: 0px !important;
1797
- background-color: red;
1798
- }
1799
-
1800
- .ui-panelgrid-content {
1801
- background-color: transparent !important;
1802
- }
1803
-
1804
- .ui-menuitem-link span {
1805
- -font-weight: bolder;
1806
- color: white;
1807
- }
1808
-
1809
- .transparent tr,
1810
- .transparent td {
1811
- background-color: transparent !important;
1812
- border-width: 0px !important;
1813
- border-spacing: 0px !important;
1814
- border-style: none !important;
1815
- }
1816
-
1817
- .card:not(th) {
1818
- padding: 0px !important
1819
- }
1820
-
1821
- .ui-tabs-panel,
1822
- .ui-tabs.ui-tabs-top>.ui-tabs-nav {
1823
- padding: 0px !important;
1824
- }
1825
-
1826
- .ui-tabs {
1827
- padding: 0px;
1828
- }
1829
-
1830
- .nolegend legend {
1831
- display: none;
1832
- }
1833
-
1834
- .ui-selectmanycheckbox.ui-grid label,
1835
- .ui-selectoneradio.ui-grid label {
1836
- display: inline;
1837
- }
1838
-
1839
- .submitted {
1840
- display: block-inline;
1841
- margin: 5px 0px 5px 0px;
1842
- color: gray;
1843
- font-style: italic;
1844
- }
1845
-
1846
- .ui-side .block {
1847
- margin-bottom: 20px !important;
1848
- color: green;
1849
- }
1850
-
1851
- .uppercase:valid,
1852
- .ucase:valid {
1853
- text-transform: uppercase;
1854
- }
1855
-
1856
- .node>.title {
1857
- text-transform: uppercase;
1858
- }
1859
-
1860
- .title {
1861
- padding-bottom: 5px
1862
- }
1863
-
1864
- .ui-panel .v-panel-titlebar {
1865
- padding: 5px !important;
1866
- }
1867
-
1868
- .ui-menubar,
1869
- .v-panel-titlebar,
1870
- .v-widget-header {
1871
- -webkit-border-radius: 0px;
1872
- border-radius: 0px;
1873
- }
1874
-
1875
- .bold * {
1876
- font-weight: bold;
1877
- }
1878
-
1879
- @media(max-width:700px) {
1880
- .tt {
1881
- width: 100% !important;
1882
- }
1883
-
1884
- .tt>div>div:nth-child(2) {
1885
- width: 100% !important;
1886
- }
1887
-
1888
- .tt>div>div:nth-child(2)>table {
1889
- width: 100% !important;
1890
- }
1891
- }
1892
-
1893
- .jt tr td {
1894
- padding: 3px 0px 0px 0px !important;
1895
- }
1896
-
1897
- .jt label {
1898
- padding-bottom: 4px !important;
1899
- }
1900
-
1901
- .block-title>h2 {
1902
- color: #d82f4b !important;
1903
- font-weight: bold;
1904
- }
1905
-
1906
- .ui-comment:before {
1907
- background-image: url(/decaa/resources/images/fb.png);
1908
- background-repeat: no-repeat;
1909
- background-size: auto;
1910
- background-position: 0 -114px;
1911
- }
1912
-
1913
- .comments>li {
1914
- color: black !important;
1915
- border-left: 3px solid #f9bec9;
1916
- border-right: 3px solid #f9bec9;
1917
- }
1918
-
1919
- .bot ul {
1920
- margin: 0px;
1921
- padding: 0px
1922
- }
1923
-
1924
- .bot,
1925
- .bot li {
1926
- margin: 0px;
1927
- padding: 5px 0px 2px 0px !important;
1928
- display: inline-block !important
1929
- }
1930
-
1931
- .bot a {
1932
- text-decoration: none !important;
1933
- padding: 4px 6px !important;
1934
- border: 1px solid #CCCCCC;
1935
- background-image: linear-gradient(to bottom, #fdfdfd, #efebe5);
1936
- display: inline-block !important;
1937
- border-radius: 8px;
1938
- -moz-border-radius: 8px;
1939
- }
1940
-
1941
- .red.bot a {
1942
- color: white;
1943
- background-image: linear-gradient(to bottom, #D82F4B, #D86666) !important
1944
- }
1945
-
1946
- .red.bot a:hover {
1947
- color: white;
1948
- background-image: linear-gradient(to bottom, red, #D82F4B) !important
1949
- }
1950
-
1951
- .bot a:hover,
1952
- .bot .ui-state-focus,
1953
- .bot .ui-state-hover {
1954
- border: 1px solid #CCCCCC;
1955
- border-radius: 8px;
1956
- -moz-border-radius: 8px;
1957
- background: 0;
1958
- background-image: linear-gradient(to bottom, #fdfffd, #effbf5) !important
1959
- }
1960
-
1961
- .bot .ui-button-text {
1962
- padding: 4px 6px !important
1963
- }
1964
-
1965
- .bot .ui-button-text-icon-left {
1966
- padding-left: 16px !important
1967
- }
1968
-
1969
- .bot .ui-button-icon-left {
1970
- left: 3px
1971
- }
1972
-
1973
- .bot .ui-button {
1974
- border: 1px solid #CCCCCC;
1975
- background-image: linear-gradient(to bottom, #fdfdfd, #efebe5);
1976
- border-radius: 8px;
1977
- -moz-border-radius: 8px;
1978
- }
1979
-
1980
-
1981
-
1982
- .x-pmenu {
1983
- background-color: white;
1984
- padding-left: 0px !important;
1985
- list-style-type: none;
1986
- }
1987
-
1988
- .x-pmenu a {
1989
- padding-: 5px 10px 5px 30px !important;
1990
- border: 1px solid rgb(221, 221, 221);
1991
- border-width: 0px 1px 1px 1px;
1992
- }
1993
-
1994
- .x-pmenu li:hover {
1995
- background-color: #DDDDDD;
1996
- cursor: pointer;
1997
- }
1998
-
1999
- .x-pmenu li {
2000
- padding: 5px 15px 5px 10px;
2001
- }
2002
-
2003
- .x-pmenu li .ui-button-icon-left {
2004
- float: left;
2005
- margin-top: 6px;
2006
- margin-right: 6px;
2007
- }
2008
-
2009
- .tag {
2010
- padding: 12px 7px 4px 7px !important;
2011
- }
2012
-
2013
- .tag>span {
2014
- border: #65b6d6 solid 1px;
2015
- margin-bottom: 8px;
2016
- border-radius: 3px;
2017
- padding: 3px;
2018
- background-color: #bee6f5;
2019
- color: black;
2020
- cursor: pointer;
2021
- display: inline-block
2022
- }
2023
-
2024
- .tag span:hover {
2025
- background-color: #e9fbf5;
2026
- }
2027
-
2028
- .circle {
2029
- border-radius: 100%;
2030
- -moz-border-radius: 100%;
2031
- }
2032
-
2033
- .white {
2034
- background-color: white
2035
- }
2036
-
2037
- .bold {
2038
- font-weight: bold
2039
- }
2040
-
2041
- #tinymce.mce-content-body {
2042
- padding: 20px
2043
- }
2044
-
2045
- .ui-button- span {
2046
- color: whitesmoke;
2047
- }
2048
-
2049
- .ui-menuitem-link.ui-state-hover {
2050
- background: 0;
2051
- background-color: #8c2121;
2052
- color: white;
2053
- border: 1px solid #7096ab;
2054
- color: #313131;
2055
- -moz-box-shadow: 0 0 5px #85b2cb;
2056
- -webkit-box-shadow: 0 0 8px #85b2cb;
2057
- box-shadow: 0 0 8px #85b2cb;
2058
- }
2059
-
2060
- .ui-menuitem-link.ui-state-hover span {
2061
- color: white;
2062
- }
2063
-
2064
- .ui-menuitem-link.ui-state-hover {
2065
- -moz-box-shadow: 0 0 0px #85b2cb, inset 0 0px 0 #fff;
2066
- -webkit-box-shadow: 0 0 0px #85b2cb, inset 0 0px 0 #fff;
2067
- box-shadow: 0 0 0px #85b2cb, inset 0 0px 0 #fff;
2068
- }
2069
-
2070
- .ui-menuitem-link {
2071
- border: 0px solid #7096ab !important;
2072
- }
2073
-
2074
- .ui-menubar {
2075
- padding: 0px
2076
- }
2077
-
2078
- .ui-layout-unit-content>form>div>div>span {
2079
- text-transform: uppercase;
2080
- }
2081
-
2082
- .mce-container-body- {
2083
- background-color: #fbf8ef
2084
- }
2085
-
2086
- .ui-layout-pane-north {
2087
- background: #d82f4b !important
2088
- }
2089
-
2090
- @media (max-width: 700px) {
2091
- .v-paginator .v-paginator-pages {
2092
- display: flex;
2093
- align-items: center;
2094
- justify-content: center;
2095
- }
2096
-
2097
- .ui-user>a>span:first-child {
2098
- display: none;
2099
- }
2100
- }
2101
-
2102
- @media (max-width: 700px) {
2103
- .v-datatable-reflow .v-datatable-data td[role="gridcell"] {
2104
- width: 100% !important;
2105
- }
2106
-
2107
- .v-datatable-reflow .v-datatable-data td[role="gridcell"]:not(.checked-column) {
2108
- min-height: 50px;
2109
- }
2110
-
2111
- .v-datatable-reflow .v-datatable-data .ui-column-title {
2112
- font-weight: bold;
2113
- display: block !important;
2114
- text-transform: uppercase;
2115
- }
2116
-
2117
- .v-datatable-reflow .v-datatable-data .ui-column-title:not(:empty):after {
2118
- content: ":"
2119
- }
2120
-
2121
- .v-datatable-reflow .v-datatable-data td>.ui-column-title+* {
2122
- -color: red
2123
- }
2124
-
2125
- .v-datatable-reflow tbody tr[role="row"] {
2126
- border: 1px solid #91bbe9;
2127
- border-width: 1px 0px;
2128
- }
2129
-
2130
- .v-datatable-reflow tbody tr td:first-child {
2131
- padding-top: 10px;
2132
- }
2133
-
2134
- .v-datatable-reflow tbody tr td:last-child {
2135
- padding-bottom: 10px;
2136
- }
2137
-
2138
- }
2139
-
2140
- @media (min-width: 700px) {
2141
- .no-padding[role="gridcell"]:not(th) {
2142
- padding: 0px !important;
2143
- }
2144
- }
2145
-
2146
- /*fin*/
2147
-
2148
- .ui-state-highlight a {
2149
- color: lightcyan !important;
2150
- }
2151
-
2152
- .ui-tabs-nav a,
2153
- menu a,
2154
- h2 a {
2155
- color: #4f4f4f !important;
2156
- text-decoration: none !important;
2157
- }
2158
-
2159
- .x-view>.ui-panel-content {
2160
- padding: 20px
2161
- }
2162
-
2163
- .x-view>.ui-panel-content>fieldset {
2164
- margin-top: 20px;
2165
- margin-bottom: 0px;
2166
- }
2167
-
2168
- .clearfix:after {
2169
- content: ".";
2170
- display: block;
2171
- -clear: both;
2172
- visibility: hidden;
2173
- line-height: 0;
2174
- height: 0;
2175
- }
2176
-
2177
- .clearfix {
2178
- display: inline-block;
2179
- }
2180
-
2181
- html[xmlns] .clearfix {
2182
- -display: block;
2183
- }
2184
-
2185
- * html .clearfix {
2186
- height: 1%;
2187
- }
2188
-
2189
- .ui-menubar .ui-icon-triangle-1-s {
2190
- background-position: -133px -36px;
2191
- margin-left: 3px
2192
- }
2193
-
2194
- .ui-menubar .ui-icon-home {
2195
- background-position: -5px -229px
2196
- }
2197
-
2198
- .ui-menubar .ui-menuitem-text {
2199
- line-height: 24px
2200
- }
2201
-
2202
- .ui-menubar .ui-menuitem-text:after {
2203
- margin-left: 50px !important
2204
- }
2205
-
2206
- .ui-menubar .ui-icon-gear {
2207
- background-position: -390px -229px;
2208
- }
2209
-
2210
- .ui-menubar .ui-menuitem>a {
2211
- -moz-border-radius: 0px;
2212
- -webkit-border-radius: 0px !important;
2213
- border-radius: 0px !important;
2214
- }
2215
-
2216
- .ui-user>a,
2217
- .ui-user>a:hover {
2218
- background-repeat: no-repeat !important;
2219
- background-position: 6px 6px !important;
2220
- background-size: 27px;
2221
- padding-left: 39px !important;
2222
- }
2223
-
2224
- .x-menubutton {
2225
- cursor: pointer;
2226
- }
2227
-
2228
- .ui-icon-key {
2229
- background-position: -228px -260px;
2230
- }
2231
-
2232
- .x-files ul {
2233
- list-style-type: none;
2234
- }
2235
-
2236
- .bot a {
2237
- text-decoration: none;
2238
- color: black;
2239
- }
2240
-
2241
- .bot,
2242
- .bot li {
2243
- padding-top: 0px !important;
2244
- }
2245
-
2246
- .comments>li {
2247
- border-right: 0px solid #f9bec9;
2248
- }
2249
-
2250
- .x-pmenu a:hover,
2251
- .news a:hover {
2252
- text-decoration: none;
2253
- }
2254
-
2255
- .x-pmenu {
2256
- position: absolute;
2257
- }
2258
-
2259
- .ui-breadcrumb .ui-menuitem-text {
2260
- color: #313131;
2261
- }
2262
-
2263
- .ui-menu-dynamic .ui-menuitem-link span {
2264
- color: black !important;
2265
- }
2266
-
2267
- .ui-inputfield,
2268
- .ui-widget-content .ui-inputfield,
2269
- .v-widget-header .ui-inputfield {
2270
- -webkit-box-shadow: inset 0 0px 0px #8f8f8f;
2271
- box-shadow: inset 0 0px 0px #8f8f8f;
2272
- }
2273
-
2274
- .x-toolbar {
2275
- padding: .2em;
2276
- border-bottom: 1px gray solid;
2277
- }
2278
-
2279
- .ui-selectlistbox-item.ui-state-highlight {
2280
- background-color: #d82f4b !important;
2281
- }
2282
-
2283
- .required label,
2284
- .required .ui-selectcheckboxmenu-multiple-container {
2285
- background-color: linen !important;
2286
- }
2287
-
2288
-
2289
- @media (min-width: 700px) {
2290
- .x-grid>div>* {
2291
- display: block !important;
2292
- width: calc(100% - 20px);
2293
- }
2294
-
2295
- .x-form-layout>div>* {
2296
- width: calc(100% - 150px);
2297
- display: inline-block;
2298
- }
2299
-
2300
- .x-form-layout>div>*:first-child {
2301
- width: 150px !important;
2302
- float: left;
2303
- }
2304
-
2305
- .x-grid-2>div {
2306
- width: calc(50% - 10px);
2307
- margin-left: 5px;
2308
- margin-right: 5px;
2309
- float: left;
2310
- }
2311
-
2312
- .x-row {
2313
- width: calc(100% - 10px);
2314
- margin-left: 5px;
2315
- margin-right: 5px;
2316
- }
2317
- }
2318
-
2319
- .x-col>* {
2320
- margin-top: 5px;
2321
- }
2322
-
2323
- .x-col>*:nth-child(1) {
2324
- margin-top: 0px;
2325
- }
2326
-
2327
- @media (max-width: 700px) {
2328
- .v-datatable-reflow td .ui-column-title {
2329
- width: 100%;
2330
- display: block !important;
2331
- }
2332
-
2333
- .v-datatable-reflow td {
2334
- word-wrap: break-word !important;
2335
- white-space: normal !important;
2336
- text-overflow: ellipsis;
2337
- width: 100% !important;
2338
- }
2339
-
2340
- .v-datatable-reflow .ui-column-title:not(:empty):after {
2341
- content: ":"
2342
- }
2343
- }
2344
-
2345
- .news li a {
2346
- font-weight: normal;
2347
- color: black;
2348
- }
2349
-
2350
- @media(max-width:700px) {
2351
- .ui-toolbar-group-left {
2352
- visibility: hidden;
2353
- display: none;
2354
- }
2355
-
2356
- .v-datatable-header button:not(.x-bmenu) {
2357
- visibility: hidden;
2358
- display: none;
2359
- }
2360
-
2361
- .v-datatable-header {
2362
- text-align: right !important;
2363
- padding: 3px 0px !important;
2364
- }
2365
-
2366
- .ui-panel-content>.ui-tabs>.ui-tabs-nav {
2367
- visibility: hidden;
2368
- display: none;
2369
- }
2370
- }
2371
-
2372
- @media(min-width:700px) {
2373
- .x-icon-menu {
2374
- display: none;
2375
- }
2376
-
2377
- .x-bmenu {
2378
- visibility: hidden;
2379
- display: none;
2380
- }
2381
-
2382
- .x-responsive-menu {
2383
- visibility: hidden;
2384
- display: none;
2385
- }
2386
- }
2387
-
2388
- .x-menu-header {
2389
- background-color: #d82f4b;
2390
- color: white;
2391
-
2392
- border: 1px solid #bf2830 !important;
2393
- }
2394
-
2395
- .x-menu-header:hover {
2396
- background-color: #8c2121 !important;
2397
- }
2398
-
2399
- .x-icon-menu {
2400
- cursor: pointer;
2401
- width: 20px;
2402
- text-align: center;
2403
- padding: 5px;
2404
- -border-radius: 6px;
2405
- -border: 2px solid #d82f4b;
2406
- -border: 2px solid #868081;
2407
- -background-color: white;
2408
- }
2409
-
2410
- .x-icon-menu>div {
2411
- height: 3px;
2412
- background-color: #3a4f54;
2413
- margin-top: 3px;
2414
- }
2415
-
2416
- .x-icon-menu :first-child {
2417
- margin-top: 0px;
2418
- }
2419
-
2420
- .x-icon-menu:hover {
2421
- background-color: whitesmoke;
2422
- color: black;
2423
- }
2424
-
2425
- .v-datatable-header .x-icon-menu {
2426
- float: right;
2427
- }
2428
-
2429
- a.x-button {
2430
- display: inline-block;
2431
- border: 1px solid #CCCCCC;
2432
- background-image: linear-gradient(to bottom, #fdfdfd, #efebe5);
2433
- border-radius: 8px;
2434
- padding: 4px 10px !important;
2435
- text-decoration: none;
2436
- color: black;
2437
- cursor: pointer;
2438
- }
2439
-
2440
- a.x-button:hover {
2441
- text-decoration: none;
2442
- }
2443
-
2444
- a.x-button.red,
2445
- a.x-button.blue,
2446
- a.x-button.green {
2447
- color: white;
2448
- }
2449
-
2450
- a.x-button.red {
2451
- background-image: linear-gradient(to bottom, #d82f4b, #000000);
2452
- }
2453
-
2454
- a.x-button.ui-state-disabled {
2455
- background-image: linear-gradient(to bottom, #e8e9ea, #f7f5f5);
2456
- color: #a09e9e;
2457
- }
2458
-
2459
- a.x-button.blue {
2460
- background-image: linear-gradient(to bottom, #3287f1, #0646b9);
2461
- border-color: #3287f1;
2462
- }
2463
-
2464
- button.red.v-state-default {
2465
- border: 1px solid #b71212;
2466
- ;
2467
- background: #c4c4c4 url(/faces/javax.faces.resource/images/ui-bg_highlight-hard_80_c4c4c4_1x100.png?ln=primefaces-aristo) 50% 50% repeat-x;
2468
- background: #c4c4c4 linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
2469
- background: #b10000 -webkit-gradient(linear, left top, left bottom, from(rgba(245, 111, 111, 0.8)), to(rgba(255, 255, 255, 0)));
2470
- background: #c4c4c4 -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
2471
- color: #ffffff;
2472
- }
2473
-
2474
- button.red.ui-state-hover {
2475
- background: #480202 -webkit-gradient(linear, left top, left bottom, from(rgba(212, 20, 20, 0.8)), to(rgba(255, 255, 255, 0))) !important;
2476
- }
2477
-
2478
- button.yellow,
2479
- th.yellow .ui-widget:not(.ui-inputfield),
2480
- th.yellow .ui-selectcheckboxmenu-trigger,
2481
- th.yellow .ui-selectonemenu-trigger {
2482
- background: #f9f683 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) !important;
2483
- }
2484
-
2485
- button.green {
2486
- background-image: linear-gradient(to bottom, #fefffe, #20ce00) !important;
2487
- }
2488
-
2489
- button.green.ui-state-hover {
2490
- background-image: linear-gradient(to bottom, #fefffe, #9bff88) !important;
2491
- }
2492
-
2493
- .important {
2494
- background-color: #e4ffea;
2495
- }
2496
-
2497
- @media (max-width: 640px) {
2498
- .ui-panelgrid .ui-grid-responsive .ui-grid-row {
2499
- border-top: 0px solid #bcc7cf;
2500
- }
2501
- }
2502
-
2503
- .btn {
2504
- display: inline-block;
2505
- padding: 2px 5px;
2506
- margin-bottom: 0;
2507
- line-height: 1.42857143;
2508
- text-align: center;
2509
- white-space: nowrap;
2510
- vertical-align: middle;
2511
- -ms-touch-action: manipulation;
2512
- cursor: pointer;
2513
- -webkit-user-select: none;
2514
- -moz-user-select: none;
2515
- -ms-user-select: none;
2516
- background-image: none;
2517
- border: none !important;
2518
- border: 1px solid transparent;
2519
- border-radius: 5px;
2520
- background: none !important;
2521
- color: #fff !important;
2522
- background-color: #337ab7 !important;
2523
- border-color: #2e6da4 !important;
2524
-
2525
- }
2526
-
2527
- .btn:hover {
2528
- border-color: #2e6da4 !important;
2529
- background-color: #10395a !important;
2530
- }
2531
-
2532
- .ui-outputlabel-rfi {
2533
- color: red;
2534
- }
2535
-
2536
- .ui-selectcheckboxmenu-token {
2537
- background: #f5f5f5 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4))) !important;
2538
- background: #85b2cb -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4)) !important;
2539
- }
2540
-
2541
- .ui-selectcheckboxmenu-token:hover {
2542
- background: white !important;
2543
- }
2544
-
2545
- @media(max-width:700px) {
2546
- .aaa>div {
2547
- width: 100% !important;
2548
- padding-left: 0px !important
2549
- }
2550
- }
2551
-
2552
- @media(max-width:700px) {
2553
- .movil {
2554
- display: inline-block !important;
2555
- }
2556
-
2557
- .no-movil {
2558
- display: none !important;
2559
- }
2560
-
2561
- .x-content {
2562
- margin-top: 0px !important;
2563
- }
2564
-
2565
- .no-photo .x-content {
2566
- margin-top: 20px !important;
2567
- }
2568
- }
2569
-
2570
- @media(min-width:700px) {
2571
- .no-movil {
2572
- display: inline-block !important;
2573
- }
2574
- }
2575
-
2576
- .center .ui-selectonemenu-label,
2577
- .center .ui-selectonemenu-item {
2578
- text-align: center;
2579
- }
2580
-
2581
- .ui-messages-warn {
2582
- color: #a08454 !important;
2583
- }
2584
-
2585
- .x-dialog-mask {
2586
- background-color: #000000;
2587
- z-index: 1200;
2588
- position: absolute;
2589
- height: 100%;
2590
- width: 100%;
2591
- }
2592
-
2593
- .x-transparent {
2594
- opacity: 0;
2595
- filter: alpha(opacity=0);
2596
- }
2597
-
2598
- .x-mask {
2599
- display: none;
2600
- opacity: 0.4;
2601
- filter: alpha(opacity=40);
2602
- background-color: black;
2603
- z-index: 100;
2604
- height: 100%;
2605
- width: 100%;
2606
- position: absolute;
2607
- top: 0;
2608
- }
2609
-
2610
- ::-webkit-input-placeholder {
2611
- /* WebKit browsers */
2612
- text-transform: none;
2613
- }
2614
-
2615
- :-moz-placeholder {
2616
- /* Mozilla Firefox 4 to 18 */
2617
- text-transform: none;
2618
- }
2619
-
2620
- ::-moz-placeholder {
2621
- /* Mozilla Firefox 19+ */
2622
- text-transform: none;
2623
- }
2624
-
2625
- :-ms-input-placeholder {
2626
- /* Internet Explorer 10+ */
2627
- text-transform: none;
2628
- }
2629
-
2630
- ::placeholder {
2631
- /* Recent browsers */
2632
- text-transform: none;
2633
- }
2634
-
2635
- .ui-outputpanel>span>.ui-autocomplete-input {
2636
- width: calc(100% - 16px) !important;
2637
- }
2638
-
2639
- .jtable- {
2640
- border: 0px solid #000000;
2641
- padding: 0px;
2642
- }
2643
-
2644
- .jtable tr td {
2645
- padding: 4px;
2646
- border: 1px solid #e4e3e3;
2647
- }
2648
-
2649
- .jtable tbody tr:nth-child(odd) {
2650
- background: #f5f5f5
2651
- }
2652
-
2653
- .jtable tbody tr:nth-child(even) {
2654
- background: #FFF
2655
- }
2656
-
2657
- .jtable tbody tr:hover {
2658
- background: #DDD
2659
- }
2660
-
2661
- .jtable td,
2662
- .jtable th {
2663
- color: black;
2664
- border: 1px solid #AAAAAA;
2665
- padding: 4px !important
2666
- }
2667
-
2668
- .ui-widget-overlay {
2669
- background: #000;
2670
- opacity: .50;
2671
- filter: Alpha(Opacity=50);
2672
- }
2673
-
2674
- .x-notifications {
2675
- background-size: 26px !important;
2676
- background-position: 0px 7px;
2677
- background-image: url(https://botcore.ai/wp-content/uploads/2018/04/Notifications.png) !important;
2678
- }
2679
-
2680
- .ui-menubar {
2681
- background: #4073CE;
2682
- }
2683
-
2684
- a.ui-state-hover {
2685
- background-color: #2b4677 !important;
2686
- }
2687
-
2688
- #ui-datepicker-div {
2689
- z-index: 100000 !important;
2690
- border: 1px solid #CCCCCC;
2691
- }
2692
-
2693
- .ui-column-customfilter input:disabled {
2694
- opacity: .0 !important;
2695
- }
2696
-
2697
- .ui-selectoneradio label,
2698
- .ui-selectmanycheckbox label {
2699
- max-width: calc(100% - 23px) !important;
2700
- margin: 0px 0px 3px 0px;
2701
- }
2702
-
2703
- .ui-selectoneradio label {
2704
- margin-left: 8px;
2705
- }
2706
-
2707
- .ui-panelgrid-cell table {
2708
- width: 100%;
2709
- }
2710
-
2711
- td.ui-calendar input {
2712
- width: calc(100% - 10px);
2713
- background-color: red;
2714
- }
2715
-
2716
- .v-datatable thead th,
2717
- .v-table th,
2718
- .v-datatable tbody td,
2719
- .v-table-summary td,
2720
- .v-datatable tfoot td,
2721
- .v-datatable tfoot th {
2722
- padding: 2px 4px;
2723
- border: 1px solid #ccd0d4;
2724
- padding-left: 5px;
2725
- padding-right: 5px;
2726
- }
2727
-
2728
- .v-datatable-data td:not(.group) {
2729
- height: 30px;
2730
- }
2731
-
2732
- .v-datatable-reflow td {
2733
- height: auto !important;
2734
- }
2735
-
2736
- .v-datatable-header {
2737
- text-align: center;
2738
- }
2739
-
2740
- .v-datatable-scrollable-header {
2741
- overflow: hidden;
2742
- }
2743
-
2744
- .v-table-summary td {
2745
- background-color: #fdfdab;
2746
- }
2747
-
2748
- @media(max-width:700px) {
2749
- .col-md-4 {
2750
- padding-right: 0px !important;
2751
- padding-left: 0px !important;
2752
- }
2753
- }
2754
-
2755
- .gra th {
2756
- border: 1px solid gray;
2757
- background-color: #4073CE;
2758
- color: white;
2759
- text-align: center;
2760
- padding: 5px;
2761
- }
2762
-
2763
- .gra td {
2764
- border: 1px solid #dedede;
2765
- padding: 5px;
2766
- }
2767
-
2768
- .gra tr:nth-child(even) {
2769
- background-color: #f2f2f2;
2770
- }
2771
-
2772
- .gra tr:hover {
2773
- background-color: #ffffd2;
2774
- }
2775
-
2776
- .v-tabview {
2777
- padding: 0px !important;
2778
- }
2779
-
2780
- .v-tabview>*:not(.v-tab-nav, .v-table) {
2781
- border: 1px solid lightgray;
2782
- }
2783
-
2784
- .v-tab-nav {
2785
- list-style-type: none;
2786
- margin: 0px;
2787
- padding: 0px;
2788
- }
2789
-
2790
- .v-tab-nav li {
2791
- display: inline-block;
2792
- border: 1px solid;
2793
- margin-right: 5px;
2794
- border-color: #c8c8c8;
2795
- border-width: 1px 1px 0px 1px;
2796
- border-radius: 5px 5px 0px 0px;
2797
- padding: 3px 5px 1px 5px;
2798
- font-weight: bold;
2799
- background-color: #f4f4f4;
2800
- color: black;
2801
- }
2802
-
2803
- .v-tab-nav li.v-selected {
2804
- background-color: #0f62ac !important;
2805
- color: white;
2806
-
2807
- }
2808
-
2809
- .v-tab-nav li:hover:not(.v-selected) {
2810
- cursor: pointer;
2811
- background-color: #c1bebe;
2812
-
2813
- }
2814
-
2815
- @media(min-width:700px) {
2816
- .axa {
2817
- overflow-x: hidden;
2818
- }
2819
-
2820
- .axa>*:nth-child(1) {
2821
- width: calc(100% - 300px);
2822
- float: left;
2823
- }
2824
-
2825
- .axa>*:nth-child(2) {
2826
- float: right;
2827
- width: 300px;
2828
- overflow-y: auto;
2829
- }
2830
- }
2831
-
2832
- .col-md-8:first-child {
2833
- padding-left: 0px;
2834
- }
2835
-
2836
- .col-md-4:last-child {
2837
- padding-right: 0px;
2838
- }
2839
-
2840
- @media(max-width:700px) {
2841
- .axa>* {
2842
- width: calc(100% - 2px);
2843
- }
2844
-
2845
- .col-md-8 {
2846
- padding: 0px !important;
2847
- padding-bottom: 20px !important;
2848
- }
2849
-
2850
- a.pretty-link {
2851
- width: 100%;
2852
- margin-bottom: 20px;
2853
- }
2854
-
2855
- a.pretty-link:last-child {
2856
- margin-bottom: 0px;
2857
- }
2858
- }
2859
-
2860
- a.pretty-link {
2861
- display: inline-block;
2862
- height: 30px;
2863
- text-align: center;
2864
- border-radius: 15px 50px;
2865
- text-decoration: none;
2866
- border: 1px solid #106e8a;
2867
- background: #fff;
2868
- -background-color: #1cb8b2;
2869
- color: #106e8a;
2870
- padding: 5px 40px 30px 40px;
2871
- }
2872
-
2873
- a.pretty-link:hover {
2874
- background: #106e8a;
2875
- color: #fff;
2876
- text-decoration: none;
2877
- }
2878
-
2879
- .v-selected:not(tr) {
2880
- box-shadow: 0 0 10px #327712;
2881
- background-color: #ffce65 !important;
2882
- }
2883
-
2884
- .v-tooltip {
2885
- -webkit-border-radius: 5px;
2886
- border-radius: 5px;
2887
- padding: 5px 10px;
2888
- background-color: #FFFFFF;
2889
- border: 1px solid #CBCBCB;
2890
- }
2891
-
2892
- .coresec>div>div {
2893
- -background-color: green;
2894
- width: 80% !important;
2895
- }
2896
-
2897
-
2898
- .coresec>div>div:hover {
2899
- background-color: #cedfff;
2900
- border-radius: 15px;
2901
-
2902
- }
2903
-
2904
- .coresec>div img {
2905
- width: 60% !important;
2906
- margin: 0px 15px;
2907
- }
2908
-
2909
- .coresec>div>div {
2910
- cursor: pointer;
2911
- }
2912
-
2913
- .coresec>div>div>div {
2914
- padding: 20px;
2915
- }
2916
-
2917
- .coresec>div>div>div:nth-child(1) {
2918
- padding: 15px;
2919
- border-radius: 15px 15px 0px 0px;
2920
- text-transform: uppercase;
2921
- margin-bottom: 15px;
2922
- font-weight: bolder;
2923
- }
2924
-
2925
- .coresec>div>div:hover>div:nth-child(1) {
2926
- background-color: #106e8a;
2927
- color: white;
2928
- }
2929
-
2930
- @media(max-width:700px) {
2931
- .coresec>div>div {
2932
- margin-bottom: 20px;
2933
- width: 100% !important;
2934
- }
2935
- }
2936
-
2937
- .ui-menubar {
2938
- background: #0f62ac;
2939
- color: white;
2940
- }
2941
-
2942
- .ui-menubar:hover {
2943
- color: black;
2944
- }
2945
-
2946
- .x-bg {
2947
- background-color: #0f62ac;
2948
- }
2949
-
2950
- p {
2951
- margin: 0 0 5px !important;
2952
- }
2953
-
2954
- .x-tabview {
2955
- height: 100%;
2956
- float: left;
2957
- width: calc(100% - 300px);
2958
- }
2959
-
2960
- .x-tabview>div {
2961
- background-color: #80abf9;
2962
- }
2963
-
2964
- .x-tabview>ul>li.selected {
2965
- background-color: #263d67;
2966
- }
2967
-
2968
- .x-map {
2969
- border: 1px solid gray;
2970
- }
2971
-
2972
- body#tinymce {
2973
- background-color: #ffffff !important;
2974
- }
2975
-
2976
- .v-menubar {
2977
- list-style-type: none;
2978
- margin: 0;
2979
- padding: 0;
2980
- overflow: hidden;
2981
-
2982
- }
2983
-
2984
- .v-menubar .ui-icon-gear {
2985
- background-position: -390px -229px;
2986
- }
2987
-
2988
- .v-menubar li {
2989
- float: right;
2990
- color: white;
2991
- }
2992
-
2993
- .v-menubar>li>a {
2994
- padding: .4em .3em;
2995
- outline: none;
2996
- }
2997
-
2998
- .v-menubar .ui-icon {
2999
- background-size: 512px;
3000
- width: 24px;
3001
- height: 24px;
3002
- background-image: url(/resources/icons.png?ln=primefaces-aristo);
3003
- }
3004
-
3005
- .v-menubar span {
3006
- display: inline-block;
3007
- }
3008
-
3009
- .v-menubar a {
3010
- display: inline-block !important;
3011
- color: white;
3012
- text-decoration: none;
3013
- }
3014
-
3015
- .v-menubar a:hover {
3016
- background-color: #0b4a82;
3017
- color: white !important;
3018
- text-decoration: none;
3019
- }
3020
-
3021
- .v-menubar span {
3022
- color: white !important;
3023
- }
3024
-
3025
- .v-menubar .ui-icon-triangle-1-s {
3026
- background-position: -133px -36px;
3027
- margin-left: 3px;
3028
- }
3029
-
3030
- .x-menu-list {
3031
- position: absolute;
3032
- padding: 0px;
3033
- }
3034
-
3035
- .x-menu-list>li {
3036
- display: block;
3037
- width: 100%;
3038
- }
3039
-
3040
- .x-menu-list>li>a {
3041
- padding: 10px;
3042
- width: 100%;
3043
- color: black;
3044
- }
3045
-
3046
- .x-menu-list>li {
3047
- background-color: #e4e4e4;
3048
- color: black;
3049
- border: 1px solid #92a5c5;
3050
- }
3051
-
3052
- .x-logo {
3053
- background-color: transparent !important;
3054
- }
3055
-
3056
- .x-logo>span {
3057
- background-size: 100% 100% !important;
3058
- background-image: url(/fs/images/logo2018.png);
3059
- display: inline-block !important;
3060
- width: 100px;
3061
- height: 52px;
3062
- }
3063
-
3064
- @media (max-width: 700px) {
3065
- .ui-user>.ui-menuitem-text {
3066
- display: none;
3067
- }
3068
-
3069
- .x-menu-list {
3070
- position: absolute;
3071
- padding: 0px;
3072
- width: 150px;
3073
- right: 0px;
3074
- }
3075
- }
3076
-
3077
- .v-table tr {
3078
- cursor: pointer;
3079
- }
3080
-
3081
- .v-table tr:nth-child(even) {
3082
- background-color: #f2f2f2
3083
- }
3084
-
3085
- .v-table tr:hover {
3086
- background-color: #e6eef5;
3087
- }
3088
-
3089
- .v-table {
3090
- border-collapse: collapse;
3091
- border-radius: 3px;
3092
- background-color: #fff;
3093
- }
3094
-
3095
- .v-table th,
3096
- th {
3097
- text-align: center;
3098
- background-color: #0f62ac;
3099
- color: rgba(255, 255, 255, 1);
3100
- cursor: pointer;
3101
- -webkit-user-select: none;
3102
- -moz-user-select: none;
3103
- -ms-user-select: none;
3104
- user-select: none;
3105
- border: 1px solid #104575;
3106
- vertical-align: middle;
3107
- }
3108
-
3109
- .v-table tr.v-selected {
3110
- background-color: #4d7192;
3111
- color: white;
3112
- }
3113
-
3114
- .v-table th input {
3115
- margin: 5px 0px 0px 0px;
3116
- padding: 5px;
3117
- }
3118
-
3119
- .v-checkbox {
3120
- width: 16px;
3121
- height: 16px;
3122
- border: 1px solid gray;
3123
- }
3124
-
3125
- .x-col>* {
3126
- display: inline-block;
3127
- width: 100% !important;
3128
- min-width: 0px !important;
3129
- }
3130
-
3131
- .x-col>textarea {
3132
- width: calc(100% - 6px) !important;
3133
- }
3134
-
3135
- .x-col>input[type=text] {
3136
- width: calc(100% - 4px) !important;
3137
- }
3138
-
3139
- .v-with-control {
3140
- width: calc(100% - 29px);
3141
- }
3142
-
3143
- .v-dialog-titlebar {
3144
- background: unset;
3145
- background-color: #0f62ac;
3146
- color: white;
3147
- text-shadow: unset;
3148
- }
3149
-
3150
- .v-overlay {
3151
- position: fixed;
3152
- top: 0;
3153
- bottom: 0;
3154
- left: 0;
3155
- right: 0;
3156
- background: rgba(0, 0, 0, 0.7);
3157
- transition: opacity 1000ms ease-in-out;
3158
- visibility: hidden;
3159
- opacity: 0;
3160
- z-index: 1000;
3161
- }
3162
-
3163
- .v-ol-overlay {
3164
- transition: opacity 1000ms ease-in-out;
3165
- }
3166
-
3167
- .x-dialog,
3168
- .v-dialog {
3169
- -position: fixed;
3170
- z-index: 1001;
3171
- width: 400px;
3172
- border: 1px solid gray;
3173
- border-radius: 2px;
3174
- }
3175
-
3176
- .x-dialog .ui-panel-content,
3177
- .v-dialog .ui-panel-content {
3178
- padding: 10px;
3179
- }
3180
-
3181
- .x-dialog .v-widget-header,
3182
- .v-dialog .v-widget-header {
3183
- background: #0f62ac;
3184
- color: white;
3185
- text-shadow: unset;
3186
- }
3187
-
3188
- select:disabled {
3189
- background: #dddddd;
3190
- }
3191
-
3192
- .x-dialog .v-panel-title,
3193
- .v-dialog .v-panel-title {
3194
- background-size: 20px !important;
3195
- background: url(/fs/images/favicon.png) no-repeat scroll 0 0 transparent;
3196
- display: block;
3197
- padding-left: 25px;
3198
- margin-right: 15px;
3199
- margin: 0px 16px 0px 0px !important;
3200
- }
3201
-
3202
- .v-dialog>div>.v-dialog-content {
3203
- padding: 10px;
3204
- }
3205
-
3206
- .ui-panel>.v-dialog-content {
3207
- padding: 0px;
3208
- }
3209
-
3210
- input[type="number"] {
3211
- text-align: right;
3212
- }
3213
-
3214
- .center,
3215
- input.center {
3216
- text-align: center;
3217
- }
3218
-
3219
- .center input {
3220
- text-align: center;
3221
- }
3222
-
3223
- button:disabled {
3224
- color: #bbb;
3225
- }
3226
-
3227
- input:disabled {
3228
- background-color: #dadada !important;
3229
- opacity: 0.5;
3230
- }
3231
-
3232
- .x-filter,
3233
- .v-filter {
3234
- width: 100%;
3235
- }
3236
-
3237
- .x-dialog>div>div>form>center,
3238
- .v-dialog>div>div>form>center {
3239
- margin-top: 10px;
3240
- }
3241
-
3242
- .x-radio>input,
3243
- .v-radio>input {
3244
- display: inline;
3245
- width: unset;
3246
- }
3247
-
3248
- .v-list>div:nth-child(odd) {
3249
- background-color: #f2f2f2;
3250
- }
3251
-
3252
- .v-list>div {
3253
- border: 1px solid #0f62ac;
3254
- border-width: 0px 0px 1px 0px;
3255
- padding: 5px
3256
- }
3257
-
3258
- .v-list>div:last-child {
3259
- border-bottom-width: 0px;
3260
- }
3261
-
3262
- .v-list>div:hover {
3263
- cursor: pointer;
3264
- background-color: #e6eef5;
3265
- }
3266
-
3267
- .v-form>*:not(div):not(legend):not(fieldset):not(textarea) {
3268
- width: -webkit-fill-available;
3269
- width: -moz-available;
3270
- }
3271
-
3272
- fieldset.v-form>div>select {
3273
- width: -webkit-fill-available;
3274
- width: -moz-available;
3275
- }
3276
-
3277
- .v-panel.v-form>*:not(legend):not(textarea) {
3278
- width: -webkit-fill-available;
3279
- width: -moz-available;
3280
- }
3281
-
3282
- .v-form>textarea,
3283
- .v-form>div textarea,
3284
- .v-form input {
3285
- overflow: hidden;
3286
- padding: 5px;
3287
- display: block;
3288
- border-radius: 3px;
3289
- border-color: #d3d3d3;
3290
- border-style: solid;
3291
- width: -webkit-fill-available;
3292
- width: -moz-available;
3293
- }
3294
-
3295
- .v-panel.v-form>textarea {
3296
- width: calc(100% - 12px);
3297
- }
3298
-
3299
- fieldset.v-form>div>input,
3300
- .v-form>fieldset>div>input,
3301
- fieldset.v-form>div>input:not([type="radio"]):not([type="checkbox"]),
3302
- fieldset.v-form>div>textarea {
3303
- width: -moz-available;
3304
- /* WebKit-based browsers will ignore this. */
3305
- width: -webkit-fill-available;
3306
- }
3307
-
3308
- .v-form>textarea,
3309
- .v-form>div textarea,
3310
- .v-form input[type="number"],
3311
- .v-form input[type="text"],
3312
- .v-form>input:not([type="radio"]):not([type="checkbox"]) {
3313
- border-style: solid;
3314
- width: calc(100% - 12px);
3315
- width: -moz-available;
3316
- /* WebKit-based browsers will ignore this. */
3317
- width: -webkit-fill-available;
3318
- }
3319
-
3320
- fieldset.v-form>div>input,
3321
- .v-form>fieldset>div>input,
3322
- fieldset.v-form>div>input:not([type="radio"]):not([type="checkbox"]) {
3323
- width: -moz-available;
3324
- /* WebKit-based browsers will ignore this. */
3325
- width: -webkit-fill-available;
3326
- }
3327
-
3328
- .v-panel {
3329
- padding: 10px;
3330
- border: 1px solid #aeafb1;
3331
- background-color: #d0efff;
3332
- }
3333
-
3334
- .v-button-top-float {
3335
- position: absolute;
3336
- bottom: 20px;
3337
- right: 20px;
3338
- z-index: 100;
3339
- background-color: #0e62ac;
3340
- color: white;
3341
- font-size: 24px;
3342
- padding: 16px;
3343
- border-radius: 100%;
3344
- cursor: pointer;
3345
- }
3346
-
3347
- .v-panel>.v-form>*:not(legend) {
3348
- width: calc(100% - 5px);
3349
- }
3350
-
3351
- .label,
3352
- label {
3353
- font-weight: bolder !important;
3354
- padding: 3px 0px;
3355
- display: inline-block;
3356
- }
3357
-
3358
- @media(max-width:700px) {
3359
-
3360
- .label,
3361
- label {
3362
- font-size: 20px;
3363
- }
3364
- }
3365
-
3366
- input:required:empty,
3367
- input[type="text"]:required:empty,
3368
- textarea:required:empty {
3369
- background-color: linen;
3370
- }
3371
-
3372
- input[type="text"]:filled,
3373
- textarea:not(:empty) {
3374
- background-color: white !important;
3375
- }
3376
-
3377
- input:focus:not(:read-only),
3378
- textarea:focus {
3379
- background-color: #ffff99 !important;
3380
- transition: background 1000ms;
3381
- }
3382
-
3383
- .x-tab-buttons li.selected {
3384
- background-color: #193261;
3385
- }
3386
-
3387
- select {
3388
- padding: 5px;
3389
- display: block;
3390
- border-radius: 3px;
3391
- border: 1px solid lightgray;
3392
- }
3393
-
3394
- @media(max-width:700px) {
3395
- .v-overlay {
3396
- padding: 70px 0px 0px 0px !important;
3397
- }
3398
-
3399
- .v-dialog {
3400
- width: calc(100% - 2px) !important;
3401
- }
3402
-
3403
- .v-dialog .v-dialog-content {
3404
- overflow-y: auto !important;
3405
- }
3406
- }
3407
-
3408
- .v-paginator select {
3409
- display: inline !important;
3410
- }
3411
-
3412
- .v-button {
3413
- padding: 10px 20px;
3414
- cursor: pointer;
3415
- background: linear-gradient(to bottom, #ecebeb, #cbcbcb); /* Light gray to dark gray gradient */
3416
- border: none; /* Remove border */
3417
- border-radius: 5px; /* Optional rounded corners */
3418
- font-size: 16px;
3419
- cursor: pointer;
3420
- box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Gray shadow */
3421
- transition: box-shadow 0.3s ease;
3422
- }
3423
- .v-button > svg:first-of-type {
3424
- margin-right: 5px;
3425
- }
3426
-
3427
- .v-dialog-content > form > center > button {
3428
- margin-bottom: 10px;
3429
- }
3430
-
3431
- .v-button:disabled>span {
3432
- opacity: .35 !important;
3433
- filter: Alpha(Opacity=35);
3434
- -background-image: none;
3435
- cursor: not-allowed;
3436
- }
3437
-
3438
- .v-button:disabled {
3439
- background: #ececec -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
3440
- cursor: not-allowed;
3441
- }
3442
-
3443
- .v-button-text-icon-left i {
3444
- margin-right: 10px;
3445
- }
3446
-
3447
- .v-button:disabled>span {
3448
- opacity: .35 !important;
3449
- filter: Alpha(Opacity=35);
3450
- -background-image: none;
3451
- cursor: not-allowed;
3452
- }
3453
-
3454
- .v-button:disabled {
3455
- background: #ececec -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
3456
- cursor: not-allowed;
3457
- }
3458
-
3459
- .v-button:not(.ui-state-disabled):not(disabled):not(.disabled):hover {
3460
- background-color: #91a4ff;
3461
- }
3462
-
3463
- .v-button:disabled,
3464
- .v-button:disabled:hover,
3465
- .v-button.disabled:hover {
3466
- opacity: 0.5;
3467
- background: #c4c4c4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) !important;
3468
- }
3469
-
3470
- label.v-radio,
3471
- label.v-checkbox {
3472
- display: block;
3473
- position: relative;
3474
- padding-left: 35px;
3475
- margin-bottom: 12px;
3476
- cursor: pointer;
3477
- -webkit-user-select: none;
3478
- -moz-user-select: none;
3479
- -ms-user-select: none;
3480
- user-select: none;
3481
- width: auto;
3482
- border-color: transparent;
3483
- }
3484
-
3485
- .v-button:disabled>span {
3486
- opacity: .35 !important;
3487
- filter: Alpha(Opacity=35);
3488
- -background-image: none;
3489
- cursor: not-allowed;
3490
- }
3491
-
3492
- .v-uploader input {
3493
- display: none !important;
3494
- }
3495
-
3496
- .v-uploader {
3497
- padding: 2px 16px;
3498
- display: inline-block !important;
3499
- }
3500
-
3501
- .v-uploader:not(.disabled):hover {
3502
- -moz-box-shadow: 0 0 8px #85b2cb, inset 0 1px 0 #fff;
3503
- -webkit-box-shadow: 0 0 8px #85b2cb, inset 0 1px 0 #fff;
3504
- box-shadow: 0 0 8px #85b2cb, inset 0 1px 0 #fff;
3505
- background: #85b2cb -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
3506
- background: #85b2cb -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
3507
- font-weight: bold;
3508
- color: #313131;
3509
- -moz-box-shadow: 0 0 5px #85b2cb;
3510
- -webkit-box-shadow: 0 0 8px #85b2cb;
3511
- box-shadow: 0 0 8px #85b2cb;
3512
- }
3513
-
3514
- .v-checkbox .checkmark:after {
3515
- left: 9px;
3516
- top: 5px;
3517
- width: 5px;
3518
- height: 10px;
3519
- border: solid white;
3520
- border-width: 0 3px 3px 0;
3521
- -webkit-transform: rotate(45deg);
3522
- -ms-transform: rotate(45deg);
3523
- transform: rotate(45deg);
3524
- }
3525
-
3526
- /* Hide the browser's default checkbox */
3527
- .v-checkbox input,
3528
- .v-radio input {
3529
- position: absolute;
3530
- opacity: 0;
3531
- cursor: pointer;
3532
- height: 0;
3533
- width: 0;
3534
- }
3535
-
3536
- .checkmark {
3537
- position: absolute;
3538
- top: 0;
3539
- left: 0;
3540
- height: 25px;
3541
- width: 25px;
3542
- background-color: #eee;
3543
- border: 1px solid lightgrey;
3544
- }
3545
-
3546
- .v-radio>.checkmark {
3547
- border-radius: 50%;
3548
- }
3549
-
3550
- .v-radio:hover input~.checkmark,
3551
- .v-checkbox:hover input~.checkmark {
3552
- background-color: #ccc;
3553
- }
3554
-
3555
- .v-checkbox input:checked~.checkmark,
3556
- .v-radio input:checked~.checkmark {
3557
- background-color: #2196F3;
3558
- }
3559
-
3560
- .v-checkbox input:checked~.checkmark:after {
3561
- display: block;
3562
- }
3563
-
3564
- .checkmark:after {
3565
- content: "";
3566
- position: absolute;
3567
- display: none;
3568
- }
3569
-
3570
- .v-radio input:checked~.checkmark:after {
3571
- display: block;
3572
- }
3573
-
3574
- .v-radio .checkmark:after {
3575
- top: 8px;
3576
- left: 8px;
3577
- width: 8px;
3578
- height: 8px;
3579
- border-radius: 50%;
3580
- background: white;
3581
- }
3582
-
3583
- .v-radio .pulsar:before {
3584
- content: "";
3585
- position: absolute;
3586
- top: -12px;
3587
- left: -12px;
3588
- width: 28px;
3589
- height: 28px;
3590
- border-radius: 50%;
3591
- background: rgba(255, 255, 255, 0.4);
3592
- animation: pulsar-animation 0.5s ease-out;
3593
- }
3594
-
3595
- @keyframes pulsar-animation {
3596
- 0% {
3597
- transform: scale(0);
3598
- opacity: 1;
3599
- }
3600
-
3601
- 100% {
3602
- transform: scale(2);
3603
- opacity: 0;
3604
- }
3605
- }
3606
-
3607
- .v-dialog-content {
3608
- background-color: white;
3609
- padding: 20px;
3610
- }
3611
-
3612
- .v-dialog-content>form>div {
3613
- width: -webkit-fill-available;
3614
- }
3615
-
3616
- .v-msgbox-buttons {
3617
- margin-top: 20px;
3618
- }
3619
-
3620
- @media(max-width:700px) {
3621
- .v-dialog {
3622
- width: calc(100% - 2px) !important;
3623
- }
3624
-
3625
- .v-dialog .v-dialog-content {
3626
- overflow-y: auto !important;
3627
- }
3628
-
3629
- .v-msgbox {
3630
- width: calc(100% - 80px) !important;
3631
- }
3632
- }
3633
-
3634
- .numeric {
3635
- text-align: right;
3636
- }
3637
-
3638
- #page-content>div>div>.v-form {
3639
- padding: 10px;
3640
- }
3641
-
3642
- @media print {
3643
- .v-table>thead {
3644
- display: unset !important;
3645
- }
3646
-
3647
- .v-table td {
3648
- border: 1px solid gray;
3649
- }
3650
- }
3651
-
3652
- .ui-toolbar-group-right {
3653
- padding: 10px !important;
3654
- }
3655
-
3656
- @media (max-width: 700px) {
3657
- .v-datatable-header {
3658
- text-align: right !important;
3659
- padding: 0px 0px !important;
3660
- }
3661
- }
3662
-
3663
- tr.green.v-selected {
3664
- background-color: #297929 !important;
3665
- color: white;
3666
- }
3667
-
3668
- tr:nth-child(even).green {
3669
- background-color: #a3f1a3;
3670
- }
3671
-
3672
- tr.green:hover {
3673
- background-color: #77d277;
3674
- }
3675
-
3676
- tr.blue,
3677
- tr:nth-child(even).blue {
3678
- background-color: #b5b5f1;
3679
- }
3680
-
3681
- tr.blue:hover {
3682
- background-color: #a7dce6;
3683
- }
3684
-
3685
- tr.blue.v-selected {
3686
- background-color: #003a6f !important;
3687
- }
3688
-
3689
- tr.red.v-selected {
3690
- background-color: #7b2632 !important;
3691
- color: white;
3692
- }
3693
-
3694
- tr:nth-child(even).red {
3695
- background-color: #ffcdd4;
3696
- }
3697
-
3698
- tr.red:hover {
3699
- background-color: #ffbbd4;
3700
- }
3701
-
3702
- .v-selected a {
3703
- color: #ededff;
3704
- }
3705
-
3706
- .v-selected a:hover {
3707
- color: #ffffff;
3708
- }
3709
-
3710
- .x_selected .x-checkbox,
3711
- .x_selected.x-checkbox,
3712
- .x_selected:hover.x-checkbox,
3713
- .x_selected .v-checkbox,
3714
- .x_selected.v-checkbox,
3715
- .x_selected:hover.v-checkbox {
3716
- background-image: url("/cdn/check-icon.jpg");
3717
- background-size: 12px 12px;
3718
- background-repeat: no-repeat;
3719
- background-position: center;
3720
- background-color: white !important;
3721
- }
3722
-
3723
- .x_selected {
3724
- background-color: #4d7192 !important;
3725
- color: white;
3726
- border: 1px solid black !important;
3727
- }
3728
-
3729
- .x_selected td {
3730
- -border: 1px solid #465c6f;
3731
- }
3732
-
3733
- .x_selected:hover {
3734
- background-color: #4d667d !important;
3735
- }
3736
-
3737
- .v-primary-dark {
3738
- color: white !important;
3739
- background-color: #0f62ac;
3740
- }
3741
-
3742
- .v-primary-dark:hover {
3743
- background-color: #0d2a44 !important;
3744
- }
3745
-
3746
- .v-form label.v-checkbox {
3747
- width: auto;
3748
- margin-bottom: auto;
3749
- height: auto;
3750
- border-width: 0px;
3751
- margin-top: 8px;
3752
- }
3753
-
3754
- .v-field {
3755
- border: 1px solid lightgrey;
3756
- background-color: #fffac6;
3757
- padding: 5px;
3758
- border-radius: 2px;
3759
- }
3760
-
3761
- .ol-control button {
3762
- cursor: pointer;
3763
- }
3764
-
3765
- .ui-layout-center>.ui-widget-content,
3766
- .ui-layout-center.ui-widget-content {
3767
- background-color: transparent !important;
3768
- }
3769
-
3770
- .v-col-4 {
3771
- width: calc(33.33% - 20px);
3772
- display: inline-block;
3773
- }
3774
-
3775
- section>h2 {
3776
- margin-bottom: 20px;
3777
- color: #888888;
3778
- font-weight: bolder;
3779
- }
3780
-
3781
- .ui-main-content section {
3782
- border-radius: 10px !important;
3783
- background-color: white;
3784
- padding: 20px 30px;
3785
- }
3786
-
3787
- .center2>div {
3788
- display: table;
3789
- margin: 0 auto;
3790
- }
3791
-
3792
- .center p {
3793
- text-align: center;
3794
- }
3795
-
3796
- .v-col-3 {
3797
- width: calc(25% - 3px);
3798
- display: inline-block;
3799
- }
3800
-
3801
- @media(min-width: 992px) {
3802
- .ui-main-content>div {
3803
- width: 85%;
3804
- margin: 0 auto;
3805
- }
3806
- }
3807
-
3808
- .ui-main-content .x-region-center {
3809
- padding: 0px 20px 20px 20px !important;
3810
- }
3811
-
3812
- #enla-exter {
3813
- margin-bottom: 20px !important;
3814
- }
3815
-
3816
- .x-gra img {
3817
- width: 50%;
3818
- margin: auto;
3819
- display: block;
3820
- }
3821
-
3822
- .x-gra a {
3823
- padding: 20px;
3824
- }
3825
-
3826
- .block-node-bottom>div>*:not(:last-child) {
3827
- margin-bottom: 20px;
3828
- }
3829
-
3830
- .x-side-right {
3831
- border-radius: 10px;
3832
- background-color: #0f62ac;
3833
- padding: 20px;
3834
- }
3835
-
3836
- .x-side-right .block-title {
3837
- display: none;
3838
- }
3839
-
3840
- .ui-main-content>div>.ui-grid-row {
3841
- display: inline-block;
3842
- }
3843
-
3844
- @media(min-width:700px) {
3845
- .mobil {
3846
- display: none;
3847
- }
3848
-
3849
- .w-100 {
3850
- width: calc(100% - 100px);
3851
- }
3852
-
3853
- .x-side {
3854
- width: 290px;
3855
- }
3856
-
3857
- .x-side>.block {
3858
- margin-bottom: 20px
3859
- }
3860
-
3861
- .x-side-right {
3862
- padding-right: 20px;
3863
- }
3864
-
3865
- .x-side-left {
3866
- padding-left: 20px;
3867
- }
3868
- }
3869
-
3870
- .x-side .block-body>*:not(:last-child) {
3871
- margin-bottom: 20px;
3872
- display: block;
3873
- }
3874
-
3875
- .ic-42>button {
3876
- width: 42px !important;
3877
- height: 42px !important;
3878
- }
3879
-
3880
- .ic-42 i {
3881
- height: 36px;
3882
- width: 36px;
3883
- -webkit-filter: brightness(10);
3884
- filter: brightness(10);
3885
- background-size: 34px 34px;
3886
- background-position: 2px 2px;
3887
- background-repeat: no-repeat;
3888
- }
3889
-
3890
- div.v-focused {
3891
- background-color: #fff172 !important;
3892
- }
3893
-
3894
- input:read-only:focus,
3895
- textarea:read-only:focus,
3896
- select:read-only:focus {
3897
- outline: none;
3898
- }
3899
-
3900
- input:read-only,
3901
- textarea:read-only {
3902
- background-color: transparent !important;
3903
- border: none !important;
3904
- padding-left: 0px !important;
3905
- padding-right: 0px !important;
3906
- }
3907
-
3908
- .x-dlg-header {
3909
- padding-right: 22px;
3910
- }
3911
-
3912
- .v-panel-titlebar {
3913
- background: none;
3914
- background-color: #0f62ac !important;
3915
- text-shadow: none;
3916
- color: white;
3917
- border-color: #104a7d;
3918
- }
3919
-
3920
- .v-widget-header {
3921
- border: 1px solid #a8a8a8;
3922
- background: #c4c4c4 linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
3923
- background: #c4c4c4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
3924
- background: #c4c4c4 -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
3925
- color: #333;
3926
- font-weight: bold;
3927
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
3928
- }
3929
-
3930
- tr:not(.v-selected) {
3931
- color: #000;
3932
- }
3933
-
3934
- legend,
3935
- .v-fieldset>legend {
3936
- border: 1px solid white;
3937
- }
3938
-
3939
- .v-resultpane {
3940
- background-color: white;
3941
- color: black;
3942
- }
3943
-
3944
- .ui-panel .v-panel-titlebar {
3945
- background: black;
3946
- color: white;
3947
- text-shadow: unset;
3948
- }
3949
-
3950
- thead.v-head-cloned th {
3951
- padding-top: 0px !important;
3952
- padding-bottom: 0px !important;
3953
- border-bottom-width: 0px;
3954
- border-top-width: 0px;
3955
- outline: 0 none;
3956
- }
3957
-
3958
- .ui-widget-content a {
3959
- color: white;
3960
- text-decoration: underline;
3961
- }
3962
-
3963
- .ui-widget-content a:hover {
3964
- color: yellow;
3965
- }
3966
-
3967
- .ui-widget-content {
3968
- border-width: 0px;
3969
- }
3970
-
3971
- .ui-corner-all {
3972
- -moz-border-radius: 3px;
3973
- -webkit-border-radius: 3px;
3974
- border-radius: 3px;
3975
- }
3976
-
3977
- .v-state-default,
3978
- .ui-widget-content .v-state-default,
3979
- .v-widget-header .v-state-default {
3980
- border: 1px solid #a8a8a8;
3981
- background: #c4c4c4 linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
3982
- background: #c4c4c4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
3983
- background: #c4c4c4 -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
3984
- font-weight: bold;
3985
- color: #4f4f4f;
3986
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
3987
- }
3988
-
3989
- input,
3990
- textarea,
3991
- select,
3992
- button {
3993
- outline: none !important;
3994
- }
3995
-
3996
- .v-panel-title {
3997
- font-weight: bolder;
3998
- }
3999
-
4000
- @media (max-width: 600px) {
4001
- .admin>div {
4002
- width: calc(50% - 4px) !important;
4003
- }
4004
- }
4005
-
4006
- button.v-filter {
4007
- padding-top: 4px;
4008
- padding-bottom: 3px;
4009
- }
4010
-
4011
- .tre {
4012
- background-color: #0f62ac;
4013
- }
4014
-
4015
- .tre ul>li a {
4016
- color: white;
4017
- padding-left: 7px;
4018
- }
4019
-
4020
- .tre ul>li a:hover {
4021
- color: yellow;
4022
- background-color: #0d4b82;
4023
-
4024
- }
4025
-
4026
- .tre>ul {
4027
- padding-left: 0px;
4028
- }
4029
-
4030
- .v-menu-main .v-panel-titlebar {
4031
- background-color: black !important;
4032
- -webkit-border-radius: 0px;
4033
- border-radius: 0px;
4034
- }
4035
-
4036
- .x-logo>span {
4037
- width: 90px;
4038
- height: 48px;
4039
- }
4040
-
4041
- .x-logo {
4042
- padding: 6px 6px 0px 6px !important;
4043
- }
4044
-
4045
- .v-widget-header>.v-panel-title {
4046
- background-size: 20px !important;
4047
- padding-left: 25px !important;
4048
- background: url(/fs/images/favicon.png) no-repeat scroll 0 0 transparent;
4049
- }
4050
-
4051
- .admin .v-widget-header {
4052
- background-color: black;
4053
- color: white;
4054
- font-weight: bold;
4055
- }
4056
-
4057
- @media (max-width: 600px) {
4058
- .v-datatable.reflow .v-table thead {
4059
- height: 0px;
4060
- display: none;
4061
- }
4062
-
4063
- .v-datatable.reflow .v-table th,
4064
- .v-datatable.reflow .v-table td {
4065
- display: block;
4066
- width: 100%;
4067
- text-align: left;
4068
- }
4069
- }
4070
-
4071
- .tre>ul>li {
4072
- background-color: #0d4b82;
4073
- }
4074
-
4075
- .v-c-6 {
4076
- width: calc(50% - 5px) !important;
4077
- margin: 0px 3px;
4078
- display: inline-block !important;
4079
- }
4080
-
4081
- .v-row>.v-c-6:first-child {
4082
- margin-left: 0px;
4083
- }
4084
-
4085
- .v-row>.v-c-6:last-child {
4086
- margin-right: 0px;
4087
- }
4088
-
4089
- input[readonly],
4090
- textarea[readonly] {
4091
- color: white;
4092
- }
4093
-
4094
- .ol-attribution a,
4095
- .ol-attribution a:hover {
4096
- color: #5050e0;
4097
- }
4098
-
4099
- .v-ol-overlay .v-ol-body {
4100
- border: 1px solid #a5a5a5;
4101
- border-width: 0px 1px 0px 1px;
4102
- background-color: white;
4103
- height: 460px;
4104
- overflow: auto;
4105
- }
4106
-
4107
- .v-ol-overlay .v-panel-titlebar {
4108
- border-radius: 4px 4px 0px 0px;
4109
- background-color: #0f62ac !important;
4110
- color: white;
4111
- }
4112
-
4113
- .v-autocomplete {
4114
- position: relative;
4115
- }
4116
-
4117
- .v-autocomplete>.v-selection {
4118
- padding: 2px 15px 2px 5px;
4119
- position: relative;
4120
- }
4121
-
4122
- .v-autocomplete>input {
4123
- width: -webkit-fill-available;
4124
- width: -moz-available;
4125
- }
4126
-
4127
- .v-uploader.disabled,
4128
- .v-uploader.disabled>label {
4129
- opacity: 0.5;
4130
- cursor: not-allowed !important;
4131
- }
4132
-
4133
- .v-button:not(.ui-state-disabled):hover:not(disabled) {
4134
- background-color: #91a4ff;
4135
- }
4136
-
4137
- input {
4138
- width: -webkit-fill-available;
4139
- width: -moz-available;
4140
- }
4141
-
4142
- .v-message {
4143
- background-color: #B3E5FC;
4144
- position: relative;
4145
- padding: 10px;
4146
- margin-bottom: 10px;
4147
- border-radius: 5px;
4148
- border: 1px solid #03A9F4;
4149
- color: #01579B;
4150
- border-width: 0 0 0 6px;
4151
- display: inline-block;
4152
- width: 240px;
4153
- clear: both;
4154
- float: left;
4155
- box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
4156
- }
4157
-
4158
- .fade-enter-active,
4159
- .fade-leave-active {
4160
- transition: opacity .5s
4161
- }
4162
-
4163
- .fade-enter,
4164
- .fade-leave-to
4165
-
4166
- /* .fade-leave-active below version 2.1.8 */
4167
- {
4168
- opacity: 0;
4169
- transform: translateX(-1000px);
4170
- }
4171
-
4172
- .v-growl .v-close {
4173
- position: absolute;
4174
- right: 5px;
4175
- top: 0px;
4176
- }
4177
-
4178
- .v-growl>div {
4179
- position: -webkit-sticky;
4180
- position: sticky;
4181
- position: sticky;
4182
- position: absolute;
4183
- ;
4184
- bottom: 10px;
4185
- left: 10px;
4186
- }
4187
-
4188
- .v-growl {
4189
- z-index: 9000;
4190
- position: absolute;
4191
- }
4192
-
4193
- .v-toolbar {
4194
- padding: 1px !important;
4195
- border: 1px solid lightgrey;
4196
- background-color: lightgrey;
4197
- }
4198
-
4199
- .v-autocomplete>.v-selection {
4200
- border: 1px solid lightgrey;
4201
-
4202
-
4203
- overflow: hidden;
4204
-
4205
- text-overflow: ellipsis;
4206
- }
4207
-
4208
- .v-toolbar textarea,
4209
- .v-toolbar textarea,
4210
- .v-toolbar input,
4211
- .v-toolbar .v-autocomplete>.v-selection {
4212
- border: 1px solid #988989 !important;
4213
- }
4214
-
4215
- .tre ul>li a {
4216
- background-size: 26px 26px;
4217
- background-position: 5px 6px;
4218
- background-repeat: no-repeat;
4219
- color: white;
4220
- padding-left: 36px;
4221
- }
4222
-
4223
- .tre>li>ul>li>a,
4224
- .tre>li>ul>li>a:hover {
4225
- background-color: #ffffff;
4226
- color: black;
4227
- }
4228
-
4229
- .tre>li>a {
4230
- display: none;
4231
- }
4232
-
4233
- .tre>li a {
4234
- color: #d82f4b;
4235
- font-weight: bold;
4236
- cursor: pointer;
4237
- }
4238
-
4239
- .tre li a {
4240
- text-decoration: none;
4241
- padding: 5px 0px 5px 0px;
4242
- }
4243
-
4244
- .tre li a {
4245
- border-bottom: 1px solid #5d4141;
4246
- padding: 5px;
4247
- font-weight: normal;
4248
- }
4249
-
4250
- .tre>li>ul,
4251
- .tre>li>ul>li>ul {
4252
- padding-left: 0px;
4253
- }
4254
-
4255
- .tre ul.collapsed {
4256
- max-height: 0;
4257
- transition: max-height 0.5s ease-out;
4258
- overflow: hidden;
4259
- }
4260
-
4261
- .tre>li>ul>li>ul {
4262
- max-height: 2000px;
4263
- transition: max-height 0.2s ease-out;
4264
- overflow: hidden;
4265
- }
4266
-
4267
- .v-panel {
4268
- background-color: #0f62ac;
4269
- }
4270
-
4271
- input.v-error,
4272
- textarea.v-error {
4273
- color: black;
4274
- }
4275
-
4276
- .v-list a,
4277
- .v-list a:hover {
4278
- color: blue;
4279
- }
4280
-
4281
- .ui-panel {
4282
- display: flex;
4283
- flex-direction: column;
4284
- }
4285
-
4286
- .ui-panel>.v-dialog-content,
4287
- .ui-panel>.v-dialog-content>form {
4288
- flex: 1;
4289
- display: flex;
4290
- flex-direction: column;
4291
- width: -webkit-fill-available;
4292
- }
4293
-
4294
- .v-error {
4295
- margin-bottom: 4px;
4296
- background-color: #ffff5d;
4297
- border-radius: 5px;
4298
- padding: 3px 5px;
4299
- display: inline-block;
4300
- }
4301
-
4302
- .margin-b {
4303
- margin-bottom: 8px;
4304
- }
4305
-
4306
- .margin-t {
4307
- margin-top: 8px;
4308
- }
4309
-
4310
- .v-ol-overlay {
4311
- color: black;
4312
- }
4313
-
4314
- .v-dark {
4315
- background-color: #0f62ac !important;
4316
- }
4317
-
4318
- .v-button-round {
4319
- border-radius: 5px;
4320
- padding: 2px 8px;
4321
- font-weight: bold;
4322
- text-decoration: none !important;
4323
- border: 1px solid #0f62ac;
4324
- }
4325
-
4326
- .v-panel-titlebar {}
4327
-
4328
- .v-panel-titlebar .v-icon {
4329
- position: absolute;
4330
- right: 10px;
4331
- top: 10px;
4332
- }
4333
-
4334
- .v-ol-overlay footer {
4335
- display: block;
4336
- border: 1px solid #a5a5a5;
4337
- background-color: #ffffff;
4338
- padding: 5px;
4339
- }
4340
-
4341
- .v-widget-header>input {
4342
- padding: 5px;
4343
- border-color: lightgrey;
4344
- border-style: solid;
4345
- }
4346
-
4347
- .v-calendar>input {
4348
- display: block;
4349
- width: -webkit-fill-available;
4350
- width: -moz-available;
4351
- }
4352
-
4353
- #page-header {
4354
- background-color: #0f62ac;
4355
- }
4356
-
4357
- fieldset,
4358
- .v-fieldset {
4359
- border: 1px solid #0e62ac;
4360
- margin-left: 0px;
4361
- margin-right: 0px;
4362
- margin-top: .5em;
4363
- padding: .5em;
4364
- }
4365
-
4366
- legend,
4367
- .v-fieldset>legend {
4368
- -webkit-border-radius: 8px;
4369
- -moz-border-radius: 8px;
4370
- border-radius: 5px;
4371
- background-color: #0f62ac;
4372
- color: #fff;
4373
- padding: 3px 10px;
4374
- }
4375
-
4376
- .v-ol-body .v-fieldset {
4377
- border: 1px solid #0f62ac;
4378
- }
4379
-
4380
- .v-datatable-odd {
4381
- background-color: #f5f5f5;
4382
- }
4383
-
4384
- .v-datatable-even.gray>.v-datatable-even>td.gray {
4385
- background-color: #d1ddd6;
4386
- }
4387
-
4388
- .v-datatable-odd.gray,
4389
- .v-datatable-odd>td.gray {
4390
- background-color: #d1ddd6;
4391
- }
4392
-
4393
- .v-datatable-scrollable-body {
4394
- overflow-y: scroll;
4395
- }
4396
-
4397
- .v-datatable-tablewrapper,
4398
- .v-datatable-scrollable-body {
4399
- background-color: gray !important
4400
- }
4401
-
4402
- .v-datatable table {
4403
- table-layout: fixed;
4404
- }
4405
-
4406
- .v-datatable-data .v-selected a {
4407
- color: yellow;
4408
- }
4409
-
4410
- .v-datatable-data :not(.v-selected) a,
4411
- .v-datatable-data a:hover,
4412
- .v-resultpane a,
4413
- .v-resultpane a:hover {
4414
- color: blue;
4415
- }
4416
-
4417
- .v-datatable-scrollable-header {
4418
- overflow: hidden;
4419
- }
4420
-
4421
- .v-dialog-content>form>div:not(.v-datatable) {
4422
- -background-color: white;
4423
- padding: 10px;
4424
- }
4425
-
4426
- .v-datatable-scrollable-header {
4427
- overflow: hidden;
4428
- }
4429
-
4430
- .v-dialog-content>.v-panel>center:last-child {
4431
- margin-top: 10px;
4432
- }
4433
-
4434
- .v-dialog-titlebar-icon {
4435
- display: unset !important;
4436
- }
4437
-
4438
- .v-table-buttons {
4439
- position: absolute;
4440
- right: 0px;
4441
- font-size: 30px;
4442
- padding: 5px 8px;
4443
- }
4444
-
4445
- .v-popup-2 {
4446
- background-color: white;
4447
- position: absolute;
4448
- bottom: 0px;
4449
- font-size: 26px;
4450
- right: 0px;
4451
- display: none;
4452
- width: -webkit-fill-available;
4453
- width: -moz-available;
4454
- z-index: 12000;
4455
- margin:0px;
4456
- padding: 0px;
4457
- -height: 0px;
4458
- transition: height 1s ease-in-out;
4459
- }
4460
- .v-popup-2.visible {
4461
- height: unset;
4462
- }
4463
-
4464
- .v-popup-2 > li{
4465
- padding: 15px;
4466
- border-bottom: 1px solid gray;
4467
- }
4468
- .v-popup-2 > li > svg{
4469
- padding-right: 15px;
4470
- }
4471
-
4472
- #app > * > .v-header{
4473
- color: white;
4474
- background-color: #05642b;
4475
- padding-bottom: 7px;
4476
- z-index: 20;
4477
- padding-top: 3px;
4478
- }
4479
- #app > div> .v-dialog-content> form{
4480
- height: 0px;
4481
- }
4482
- .v-dialog-content > form > .v-datatable{
4483
- height: 0px;
4484
- }
4485
-
4486
- #app > * > .v-header > span{
4487
- position: absolute;
4488
- left: 0px;
4489
- padding: 5px 13px;
4490
- display: inline-block;
4491
- font-size: 30px;
4492
- }
4493
-
4494
- @media(min-width:700px) {
4495
-
4496
- .v-datatable-scrollable-body::-webkit-scrollbar-thumb,
4497
- ::-webkit-scrollbar-thumb {
4498
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
4499
- }
4500
-
4501
- ::-webkit-scrollbar-track {
4502
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
4503
- background-color: #F5F5F5;
4504
- }
4505
-
4506
- ::-webkit-scrollbar {
4507
- background-color: #F5F5F5;
4508
- }
4509
-
4510
- ::-webkit-scrollbar-thumb {
4511
- background-image: -webkit-linear-gradient(45deg, rgb(15 98 172 / 34%) 25%, transparent 25%,
4512
- transparent 50%, rgba(255, 225, 225, .2) 50%, rgba(255, 225, 225, .2) 75%, transparent 75%, transparent)
4513
- }
4514
- }
4515
-
4516
- @media(max-width:700px) {
4517
- body{
4518
- font-size: 1.4em;
4519
- }
4520
- }
30
+
31
+ .v-ol-overlay > .v-panel-titlebar{
32
+ padding:10px;
33
+ }
34
+ .v-icon-close{
35
+ cursor:pointer;
36
+ }
4521
37