Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 164 | Rev 499 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
/*===================== TABLE OF CONTENT =======================
2
1.	Header
3
2.  Nav Hover
4
=============================================================*/
5
body {
6
  overflow-y: scroll;
7
}
8
header {
9
  float: left;
10
  width: 100%;
11
  /*background-color: #0961bf;
12
  border-bottom: 8px #1dac98 solid;*/
13
  background-color: white;
14
  border-bottom: 1px solid #afafaf;
15
}
16
 
17
.search-bar {
18
  margin-top: 10px;
19
}
20
 
21
.logoOld {
22
  float: left;
23
  width: 100px;
24
  margin-right: 44px;
25
  margin-top: 15px;
26
  margin-left: -101px;
27
}
28
.logo {
29
  float: left;
30
  width: 60px;
31
  margin-right: 14px;
32
  margin-top: 12px;
33
  margin-left: -101px;
34
}
35
nav > ul > li > a:hover {
36
  /*color: #1dac98 !important;*/
37
  color: #ffffff;
38
}
39
.user-account {
40
  border-left: none;
41
  border-right: none;
42
  display: flex;
43
  height: 56px;
44
  align-items: center;
45
  justify-content: space-between;
46
}
47
 
48
.mail_menu {
49
  display: flex;
50
  flex-direction: column;
51
  justify-content: center;
52
  align-items: center;
53
  /* gap: 0.5rem; */
54
}
55
 
56
nav ul ul {
57
  /* background-color: #1dac98; */
58
  background-color: #f4e6a6;
59
}
60
.search-bar form input {
61
  width: 100%;
62
  background-color: #fff;
63
  height: 30px;
64
  color: #b2b2b2;
65
  font-size: 12px;
66
  border: 0;
67
  padding: 0 10px;
68
  border-radius: 25px;
69
}
70
.search-bar form button i {
71
  /* color: #0a0a0a; */
72
  color: #fff;
73
  font-size: 20px;
74
  font-weight: bold;
75
}
76
.search-bar form button {
77
  position: absolute;
78
  top: 0;
79
  right: 0;
80
  background-color: #efefef;
81
  width: 38px;
82
  height: 100%;
83
  /*border: 0;*/
84
  border-radius: 25px;
85
}
86
.username-dt {
87
  float: left;
88
  width: 100%;
89
  /*background-color: #1dac98; */
90
  /* background-color: #F7EE9F; */
91
  background-color: #1eb89e;
92
  padding-top: 40px;
93
}
94
.post-topbar {
95
  /* border-top: 4px solid #ffd600; */
96
  border-top: 4px solid #f4e6a6;
97
}
98
.post-st ul li a:hover,
99
.post-st ul li a.active {
100
  /* background-color: #1dac98; */
101
  background-color: #82d0d4;
102
  color: #fff;
103
}
104
.widget-about img {
105
  float: none;
106
  padding-top: 0px;
107
}
108
.modal-notificacion {
109
  /* color: #0961bf !important; */
110
  color: #0961bf !important;
111
}
112
.view-all-nots > a {
113
  /* background-color: #0961bf; */
114
  background-color: #0961bf;
115
}
116
/*
117
.notification-box {
118
  top: 24px !important;
119
}
120
*/
121
.comment_box form button {
122
  /* background-color: #0961bf; */
123
  background-color: #0860bf !important;
124
  color: #ffffff;
125
  height: 38px;
126
  font-size: 15px !important;
127
}
128
.comment_box form button:hover {
129
  /* background-color: #0961bf; */
130
  background-color: #1e5591 !important;
131
}
132
.chat-mg span {
133
  /* background-color: #0961bf !important; */
134
  background-color: #0961bf !important;
135
}
136
.post-project h3 {
137
  background-color: #1dac98;
138
}
139
.post-project-fields form ul li button.active {
140
  background-color: #1dac98;
141
  color: #fff;
142
}
143
.add-dp i {
144
  /* background: #0961bf; */
145
  background: #0961bf;
146
}
147
.add-dp i:hover {
148
  background: #1dac98;
149
}
150
.chat-msg p {
151
  background-color: #1dac98;
152
}
153
.con-title {
154
  /* background-color: #0961bf !important; */
155
  background-color: #0961bf !important;
156
}
157
.typing-msg form button {
158
  /* color: #0961bf; */
159
  color: #0961bf;
160
}
161
.msg-numbers {
162
  background-color: #1dac98;
163
}
164
.search_form form button {
165
  /* background-color: #0961bf; */
166
  background-color: #0961bf;
167
}
168
 
169
.bk-links li i.la-envelope {
170
  /* background-color: #0961bf; */
171
  background-color: #0961bf;
172
}
173
 
174
.message-btn a {
175
  background-color: #0961bf;
176
  margin: 0.5rem 0;
177
}
178
 
179
.sign-in {
180
  background-color: white;
181
}
182
 
183
.sign_in_sec {
184
  padding-left: 25px;
185
}
186
 
187
.sign_in_sec form button {
188
  background-color: #0961bf;
189
}
190
.sign_in_sec form button:disabled {
191
  background-color: #dddddd;
192
  color: #a3a1a1;
193
}
194
 
195
.sign-control li {
196
  /* background-color: #0961bf; */
197
}
198
 
199
.sign-control li.current a {
200
  background-color: #0961bf;
201
}
202
.sign-control li a.current {
203
  background-color: #0961bf;
204
  color: white !important;
205
}
206
 
207
.sign_in_sec h3:before {
208
  background-color: #0961bf;
209
}
210
 
211
.signup-tab ul li.current a {
212
  background-color: #0961bf;
213
}
214
 
215
.cm-logo {
216
  display: flex;
217
  flex-direction: column;
218
  justify-content: center;
219
  align-items: center;
220
  padding: 0 3rem;
221
}
222
 
223
.cm-logo img {
224
  width: 250px;
225
}
226
 
227
.filter-heading h3 {
228
  color: #0961bf;
229
}
230
 
231
.theme-green .back-bar .selected-bar {
232
  background-color: #0961bf;
233
  background-image: linear-gradient(to bottom, #0961bf, #0961bf);
234
}
235
 
236
.theme-green .back-bar .pointer {
237
  background-color: #0961bf;
238
}
239
 
240
.search-box form button {
241
  background-color: #0961bf;
242
}
243
 
244
.job_descp > p a {
245
  color: #0961bf;
246
}
247
 
248
.like-com li a.active {
249
  color: #0961bf;
250
}
251
 
252
.like-com li span {
253
  background-color: #0961bf;
254
}
255
 
256
.footy-sec {
257
  background-color: #0961bf;
258
}
259
 
260
.message-us {
261
  background-color: #0961bf;
262
}
263
 
264
.sign_link > a {
265
  color: #0961bf;
266
}
267
 
268
.view-more > a:hover {
269
  color: #0961bf;
270
}
271
 
272
.view-more > a {
273
  color: #0961bf;
274
}
275
 
276
.nav-tabs .nav-item.show .nav-link,
277
.nav-tabs .nav-link.active {
278
  color: #0961bf;
279
}
280
 
281
.tab-feed ul li.active span {
282
  color: #0961bf;
283
}
284
 
285
.btn-feed-trash,
286
.btn-comment-trash {
287
  color: #b2b2b2;
288
  margin-left: 0.2rem;
289
  transition: 0.2s linear;
290
}
291
 
292
.btn-feed-trash:hover,
293
.btn-comment-trash:hover {
294
  color: #df3e3e;
295
  margin-left: 0.2rem;
296
}
297
.btn-purple{
298
  background-color: #04478f;
299
}
300
 
301
.message-inner-dt > p {
302
  background-color: #04478f;
303
}
304
 
305
.ta-right .message-dt .message-inner-dt > p{
306
  background-color: #0961bf !important;
307
}
308
 
309
.msg-notifc {
310
  background-color: #0961bf;
311
}
312
 
313
.msg-status {
314
  background-color: #0961bf;
315
}
316
 
317
.mf-field button {
318
  background-color: #0961bf;
319
}
320
 
321
#shared_with {
322
  font-size: 16px;
323
  display: inline-block;
324
  height: 40px;
325
  padding: 0 15px;
326
  line-height: 40px;
327
  font-weight: 500;
328
}
329
 
330
#shared_with > option {
331
  font-size: 1.2rem;
332
  display: inline-block;
333
  height: 40px;
334
  padding: 0 15px;
335
  line-height: 40px;
336
  font-weight: 500;
337
}
338
 
339
.flww {
340
  background-color: #0961bf;
341
}
342
 
343
.tab-feed ul li.active span {
344
  color: #1dac98;
345
}
346
 
347
.add-pic-box [type="file"] + label {
348
  border: 2px solid #0961bf;
349
  color: #0961bf;
350
}
351
 
352
.add-pic-box [type="file"] + label:hover {
353
  background: #0961bf;
354
}
355
.user-pro-img .add-dp {
356
  left: 34%;
357
}
358
 
359
/****estilos del feed***/
360
.img-sm {
361
  width: 46px;
362
  height: 46px;
363
}
364
 
365
.panel {
366
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.075);
367
  border-radius: 0;
368
  border: 0;
369
  margin-bottom: 15px;
370
}
371
 
372
.panel .panel-footer,
373
.panel > :last-child {
374
  border-bottom-left-radius: 0;
375
  border-bottom-right-radius: 0;
376
}
377
 
378
.panel .panel-heading,
379
.panel > :first-child {
380
  border-top-left-radius: 0;
381
  border-top-right-radius: 0;
382
}
383
 
384
.panel-body {
385
  padding: 25px 20px;
386
}
387
 
388
.media-block .media-left {
389
  display: block;
390
  float: left;
391
}
392
 
393
.media-block .media-right {
394
  float: right;
395
}
396
 
397
.media-block .media-body {
398
  display: block;
399
  overflow: hidden;
400
  width: auto;
401
}
402
 
403
.middle .media-left,
404
.middle .media-right,
405
.middle .media-body {
406
  vertical-align: middle;
407
}
408
 
409
.thumbnail {
410
  border-radius: 0;
411
  border-color: #e9e9e9;
412
}
413
 
414
.tag.tag-sm,
415
.btn-group-sm > .tag {
416
  padding: 5px 10px;
417
}
418
 
419
.tag:not(.label) {
420
  background-color: #fff;
421
  padding: 6px 12px;
422
  border-radius: 2px;
423
  border: 1px solid #cdd6e1;
424
  font-size: 12px;
425
  line-height: 1.42857;
426
  vertical-align: middle;
427
  -webkit-transition: all 0.15s;
428
  transition: all 0.15s;
429
}
430
.text-muted,
431
a.text-muted:hover,
432
a.text-muted:focus {
433
  color: #acacac;
434
}
435
.text-sm {
436
  font-size: 0.9em;
437
}
438
.text-5x,
439
.text-4x,
440
.text-5x,
441
.text-2x,
442
.text-lg,
443
.text-sm,
444
.text-xs {
445
  line-height: 1.25;
446
}
447
 
448
.btn-trans {
449
  background-color: transparent;
450
  border-color: transparent;
451
  color: #929292;
452
}
453
 
454
.btn-icon {
455
  padding-left: 9px;
456
  padding-right: 9px;
457
}
458
 
459
.btn:hover {
460
  color: #fff;
461
}
462
 
463
.btn-sm,
464
.btn-group-sm > .btn,
465
.btn-icon.btn-sm {
466
  padding: 5px 10px !important;
467
}
468
 
469
.mar-top {
470
  margin-top: 15px;
471
}
472
 
473
.post_comment_sec form button {
474
  background-color: #0961bf;
475
}
476
 
477
.save {
478
  background-color: #0961bf;
479
}
480
 
481
.post_comment_sec form textarea {
482
  height: 80px;
483
}
484
 
485
.actions-common-com > a i {
486
  -webkit-transition: all 0.4s ease-in;
487
  -moz-transition: all 0.4s ease-in;
488
  -ms-transition: all 0.4s ease-in;
489
  -o-transition: all 0.4s ease-in;
490
  transition: all 0.4s ease-in;
491
}
492
 
493
.actions-common-com {
494
  float: right;
495
  margin-top: 20px;
496
}
497
 
498
.actions-common-com li {
499
  display: inline-block;
500
  margin-right: 15px;
501
}
502
.actions-common-com li a {
503
  color: #b2b2b2;
504
  font-size: 14px;
505
  font-weight: 500;
506
  float: left;
507
  margin-top: 6px;
508
  margin-right: 5px;
509
}
510
.actions-common-com li a:hover {
511
  color: #e44d3a;
512
}
513
.actions-common-com li a.active {
514
  color: #e44d3a;
515
}
516
.actions-common-com li a i {
517
  margin-right: 2px;
518
  font-size: 14px;
519
  position: relative;
520
  top: 2px;
521
}
522
.actions-common-com li span {
523
  color: #ffffff;
524
  font-size: 13px;
525
  width: 30px;
526
  height: 30px;
527
  background-color: #e44d3a;
528
  line-height: 30px;
529
  -webkit-border-radius: 30px;
530
  -moz-border-radius: 30px;
531
  -ms-border-radius: 30px;
532
  -o-border-radius: 30px;
533
  border-radius: 30px;
534
  float: left;
535
  text-align: center;
536
  font-weight: 600;
537
  margin-left: -25px;
538
}
539
.actions-common-com li .com {
540
  position: relative;
541
  top: -9px;
542
}
543
.actions-common-com li .com img {
544
  margin-right: 10px;
545
}
546
.widget-about button {
547
  background-color: #0961bf;
548
}
549
.copylink a {
550
  background-color: #0961bf;
551
}
552
/* .modal-header {
553
  background-color: #0961bf;
554
} */
555
.custom-file-input::before {
556
  background: #0961bf;
557
}
558
.custom-file-input:hover::before {
559
  background-color: #1dac98;
560
}
561
.place-bid-btn {
562
  background-color: #0961bf !important;
563
}
564
.widget-about button:hover {
565
  background-color: #1dac98;
566
}
567
 
568
.user-info img {
569
  /* width: 30px;
570
  height: 30px; */
571
  width: 100%;
572
  height: 100%;
573
  border-radius: 50%;
574
}
575
 
576
.sn-field-has-error {
577
  border: 1px solid red;
578
  margin-bottom: 5px;
579
}
580
 
581
.sn-field-invalid-feedback {
582
  color: red;
583
  font-size: 13px;
584
  line-height: 20px;
585
  margin-bottom: 5px;
586
}
587
 
588
.form-group {
589
  margin-bottom: 5px;
590
  margin-top: 5px;
591
}
592
 
593
.form-group-has-error {
594
  border: 1px solid red !important;
595
}
596
 
597
.form-group-invalid-feedback {
598
  color: red;
599
  font-size: 13px;
600
  line-height: 20px;
601
  margin-bottom: 5px;
602
}
603
 
604
.sign_in_sec form input,
605
.sign_in_sec form select {
606
  color: #000000;
607
}
608
 
609
.fgt-sec input[type="checkbox"] + label span:before {
610
  background-color: #0961bf;
611
}
612
 
613
::-webkit-input-placeholder {
614
  /* Edge */
615
  color: #515151;
616
}
617
 
618
:-ms-input-placeholder {
619
  /* Internet Explorer 10-11 */
620
  color: #515151;
621
}
622
 
623
::placeholder {
624
  color: #515151;
625
}
626
 
627
.info-page {
628
  padding: 50px 0;
629
}
630
 
631
.section_admin_title_buttons {
632
  float: left;
633
  width: 100%;
634
  /*margin-bottom: 45px;
635
    margin-top: 20px;*/
636
}
637
 
638
.section_admin_title_buttons h1.title {
639
  color: #0961bf;
495 geraldo 640
  font-weight: bold;
641
  font-size: 16px;
1 www 642
  text-transform: uppercase;
643
}
644
 
645
.section_admin_form {
646
  float: left;
647
  width: 100%;
648
  padding-left: 15px;
649
}
650
 
651
.section_admin_form form input,
652
.section_admin_form form select {
653
  width: 100%;
654
  padding: 0 15px 0 15px;
655
  color: #000000;
656
  font-size: 14px;
657
  border: 1px solid #e5e5e5;
658
  height: 40px;
659
}
660
 
661
.section_admin_form form textarea {
662
  width: 100%;
663
  padding: 10px 15px 0 15px;
664
  color: #000000;
665
  font-size: 14px;
666
  border: 1px solid #e5e5e5;
667
  height: 300px;
668
}
669
/*
670
.section_admin_form form button {
671
    color: #ffffff;
672
    font-size: 16px;
673
    background-color: #0961bf;
674
    padding: 12px 27px;
675
    border: 0;
676
    font-weight: 500;
677
    margin-top: 30px;
678
    cursor: pointer;
679
}*/
680
 
681
.section_admin_form .form-group label {
682
  color: #666 !important;
683
  font-weight: 400;
684
  font-size: 14px;
685
  padding-bottom: 5px;
686
}
687
 
688
.section_admin_form .form-group .toggle-group label {
689
  color: #fff !important;
690
  font-weight: 400;
691
  font-size: 16px;
692
  padding-bottom: 5px;
693
}
694
 
695
.section_admin_form .form-group .toggle-group label.toggle-off {
696
  background-color: #808080;
697
  border-color: #808080;
698
}
699
 
700
.section_admin_form .form-group .toggle-group label.toggle-off:hover {
701
  background-color: #808080;
702
  border-color: #808080;
703
}
704
 
705
.select2-container .select2-selection--single .select2-selection__rendered {
706
  display: block;
707
  padding: 0 15px 0 15px;
708
  overflow: hidden;
709
  text-overflow: ellipsis;
710
  white-space: nowrap;
711
  color: #000000;
712
  font-size: 14px;
713
  border: 1px solid #e5e5e5;
714
  height: 40px;
715
}
716
 
717
.select2-container .select2-search--inline .select2-search__field {
718
  margin-left: 0px;
719
}
720
 
721
.select2-results__option {
722
  display: block;
723
  padding: 10px 15px 0 15px !important;
724
  overflow: hidden;
725
  text-overflow: ellipsis;
726
  white-space: nowrap;
727
  font-size: 14px;
728
  border: 1px solid #e5e5e5;
729
  height: 40px;
730
}
731
 
732
.text-vertical-middle {
733
  vertical-align: middle !important;
734
}
735
 
736
table.dataTable thead .sorting:before,
737
table.dataTable thead .sorting_asc:before,
738
table.dataTable thead .sorting_desc:before,
739
table.dataTable thead .sorting_asc_disabled:before,
740
table.dataTable thead .sorting_desc_disabled:before {
741
  right: 1em;
742
  /* content: "\2191";*/
743
  content: none !important;
744
}
745
 
746
table.dataTable thead .sorting:after,
747
table.dataTable thead .sorting_asc:after,
748
table.dataTable thead .sorting_desc:after,
749
table.dataTable thead .sorting_asc_disabled:after,
750
table.dataTable thead .sorting_desc_disabled:after {
751
  right: 0.5em;
752
  /*content: "\2193";*/
753
  content: none !important;
754
}
755
 
756
.btn-edit {
757
  display: inline-block;
758
  padding: 0 12px;
759
  color: #fff;
760
  height: 35px;
761
  line-height: 35px;
762
  background-color: #0961bf;
763
}
764
 
765
.btn-delete {
766
  display: inline-block;
767
  padding: 0 12px;
768
  color: #fff;
769
  height: 35px;
770
  line-height: 35px;
771
  background-color: #e44d3a;
772
}
773
 
774
.post-project-fields form label {
775
  color: #666 !important;
776
  font-weight: 400;
777
  font-size: 14px;
778
  padding-bottom: 5px;
779
}
780
 
781
.post-project-fields form input,
782
.post-project-fields form textarea,
783
.post-project-fields form select {
784
  width: 100%;
785
  color: #000000;
786
  font-size: 14px;
787
  border: 1px solid #b4b4b4;
788
  margin-bottom: 20px;
789
  font-weight: 500;
790
}
791
 
792
.overview-box.open {
793
  z-index: 1000 !important;
794
}
795
 
796
.overview-edit form select {
797
  padding-left: 0 !important;
798
  -webkit-border-radius: 0 !important;
799
  -moz-border-radius: 0 !important;
800
  -ms-border-radius: 0 !important;
801
  -o-border-radius: 0 !important;
802
  border-radius: 0 !important;
803
}
804
 
805
.overview-edit form textarea,
806
.overview-edit form input,
807
.overview-edit form select {
808
  border: 1px solid #aaa;
809
  color: #b2b2b2 !important;
810
}
811
 
812
.overview-edit span {
813
  float: none;
814
}
815
 
816
.select2-container--default
817
  .select2-selection--multiple
818
  .select2-selection__choice__display {
819
  color: #000;
820
  font-size: 14px;
821
  line-height: 20px;
822
}
823
 
824
.select2-container--default
825
  .select2-selection--multiple
826
  .select2-selection__choice__remove {
827
  line-height: 20px;
828
}
829
 
830
.select2-container--bootstrap4.select2-container--focus .select2-selection {
831
  border-color: inherit;
832
  -webkit-box-shadow: inherit;
833
  box-shadow: inherit;
834
}
835
.user-profile-extended-ov {
836
  float: left;
837
  width: 100%;
838
  background-color: #ffff !important;
839
  padding: 30px 20px;
840
  border-left: 1px solid #e4e4e4;
841
  border-bottom: 1px solid #e4e4e4;
842
  border-top: 1px solid #e4e4e4;
843
  border-right: 1px solid #e4e4e4;
844
  margin-bottom: 20px;
845
}
846
 
847
.user-profile-extended-ov h3 {
848
  color: #000000;
849
  font-size: 18px;
850
  font-weight: 600;
851
  margin-bottom: 20px;
852
}
853
 
854
.user-profile-extended-ov span {
855
  line-height: 22px;
856
}
857
 
858
.user-profile-extended-ov p {
859
  line-height: 20px;
860
}
861
 
862
.user-profile-extended-ov i {
863
  color: #000000;
864
  font-size: 13px;
865
  /* margin-left: 5px; */
866
}
867
 
868
.user-profile-extended-ov strong {
869
  font-weight: bold !important;
870
}
871
 
872
.user-social-network-ov {
873
  float: left;
874
  width: 100%;
875
  background-color: #fff;
876
  padding: 30px;
877
  border-left: 1px solid #e4e4e4;
878
  border-bottom: 1px solid #e4e4e4;
879
  border-right: 1px solid #e4e4e4;
880
  margin-bottom: 20px;
881
}
882
 
883
.user-social-network-ov h3 {
884
  color: #000000;
885
  font-size: 18px;
886
  font-weight: 600;
887
}
888
 
889
.user-social-network-ov i {
890
  color: #000000;
891
  font-size: 13px;
892
  padding-left: 5px;
893
}
894
 
895
.social_links li a {
896
  line-height: 18px;
897
  background-color: #ffff;
898
}
899
 
900
.overview-edit form .select2-container--default .select2-selection--single {
901
  height: 40px;
902
  margin-bottom: 25px;
903
}
904
 
905
.overview-edit
906
  form
907
  .select2-container--default
908
  .select2-selection--single
909
  .select2-selection__rendered {
910
  color: #444;
911
  line-height: 34px;
912
}
913
 
914
.overview-edit
915
  form
916
  .select2-container--default
917
  .select2-selection--single
918
  .select2-selection__arrow
919
  b {
920
  margin-top: 4px;
921
}
922
 
923
.overview-edit form textarea,
924
.overview-edit form input,
925
.overview-edit form select {
926
  color: #444;
927
}
928
 
929
.datepicky {
930
  float: none;
931
}
932
 
933
.datefm {
934
  float: none;
935
}
936
 
937
.modal-dialog {
938
  /* width: 100%;
939
  background-color: #fff;
940
  padding: 15px 10px; */
941
}
942
/* .modal-header {
943
  background-color: #fff;
944
  padding: 0px;
945
  border-bottom: 0px;
946
} */
947
.modal-title h3 {
948
  color: #000000;
949
  font-size: 18px;
950
  font-weight: 600;
951
  width: 100%;
952
  margin-bottom: 25px;
953
}
954
 
955
.modal-content {
956
  border: 0px;
957
  padding: 1rem;
958
}
959
 
960
.modal-content textarea,
961
.modal-content input,
962
.modal-content select {
963
  width: 100% !important;
964
  resize: none;
965
  border: 1px solid #aaa;
966
  color: #444 !important;
967
  font-size: 14px;
968
}
969
.modal-content input {
970
  height: 40px;
971
  padding-left: 15px;
972
  margin-bottom: 0;
973
}
974
 
975
.modal-content select {
976
  height: 40px;
977
  padding-left: 15px;
978
  margin-bottom: 0;
979
  background-color: #fff;
980
}
981
 
982
span.group-span-filestyle {
983
  border: 1px solid #aaa;
984
  color: #fff;
985
  background-color: #0961bf;
986
  margin-top: 10px;
987
}
988
 
989
span.group-span-filestyle:hover {
990
  color: #fff;
991
  background-color: #0961bf;
992
}
993
 
994
.modal-content .form-group .toggle-group label {
995
  color: #fff !important;
996
  font-weight: 400;
997
  font-size: 16px;
998
  padding-bottom: 5px;
999
}
1000
 
1001
.modal-content .form-group .toggle-group label.toggle-off {
1002
  background-color: #808080;
1003
  border-color: #808080;
1004
}
1005
 
1006
.modal-content .form-group .toggle-group label.toggle-off:hover {
1007
  background-color: #808080;
1008
  border-color: #808080;
1009
}
1010
 
1011
.modal-content .select2-container--default .select2-selection--single {
1012
  height: 40px;
1013
  margin-bottom: 0;
1014
}
1015
 
1016
.modal-content
1017
  .select2-container--default
1018
  .select2-selection--single
1019
  .select2-selection__rendered {
1020
  color: #444;
1021
  line-height: 34px;
1022
}
1023
 
1024
.modal-content
1025
  .select2-container--default
1026
  .select2-selection--single
1027
  .select2-selection__arrow
1028
  b {
1029
  margin-top: 4px;
1030
}
1031
 
1032
.modal-content .select2-container--bootstrap4 .select2-selection--multiple {
1033
  height: auto;
1034
  margin-bottom: 0;
1035
}
1036
 
1037
.modal-content
1038
  .select2-container--bootstrap4
1039
  .select2-selection--multiple
1040
  .select2-selection__rendered {
1041
  color: #444;
1042
  line-height: 28px;
1043
  float: left;
1044
}
1045
 
1046
.modal-content
1047
  .select2-container--bootstrap4
1048
  .select2-selection--multiple
1049
  .select2-selection__arrow
1050
  b {
1051
  margin-top: 4px;
1052
}
1053
 
1054
.modal-content
1055
  .select2-container--bootstrap4
1056
  .select2-selection--multiple
1057
  .select2-selection__choice {
1058
  border: 0 !important;
1059
}
1060
 
1061
.modal-content
1062
  .select2-container--bootstrap4.select2-container--focus
1063
  .select2-selection {
1064
  border: 1px solid #e5e5e5;
1065
  -webkit-box-shadow: none;
1066
  -moz-box-shadow: none;
1067
  box-shadow: none;
1068
}
1069
 
1070
.modal-content
1071
  .select2-container--bootstrap4
1072
  .select2-selection--multiple
1073
  .select2-selection__choice__remove {
1074
  color: #000;
1075
  padding-left: 8px;
1076
  padding-right: 8px;
1077
  font-weight: inherit;
1078
  border: 1px solid #000;
1079
  margin-right: 5px;
1080
}
1081
 
1082
.modal-content
1083
  .select2-container
1084
  .select2-search--inline
1085
  .select2-search__field {
1086
  margin-left: 0px;
1087
}
1088
 
1089
.modal-footer button {
1090
  float: left;
1091
  border: 1px solid #e5e5e5;
1092
  font-weight: 600;
1093
  font-size: 16px;
1094
  padding: 13px 34px;
1095
  margin-right: 20px;
1096
  outline: none;
1097
  cursor: pointer;
1098
}
1099
 
1100
.modal-footer button:hover {
1101
  background-color: #1e5591;
1102
  /* color: #000; */
1103
  /* border: 1px solid #e5e5e5; */
1104
  border: none;
1105
}
1106
.modal-footer button:active {
1107
  background-color: #1e5591;
1108
  /* color: #000; */
1109
  /* border: 1px solid #e5e5e5; */
1110
  border: none;
1111
}
1112
 
1113
.modal-footer button.save {
1114
  color: #fff;
1115
  background-color: #007bff;
1116
  border-color: #007bff;
1117
}
1118
 
1119
.modal-footer button.save:hover {
1120
  color: #fff;
1121
  background-color: #0961bf;
1122
  /* border-color: #007bff; */
1123
}
1124
 
1125
/** Autocomplete de google */
1126
.pac-container {
1127
  z-index: 1051 !important;
1128
}
1129
 
1130
.custom-file-label:after {
1131
  content: none;
1132
}
1133
 
1134
.add-pic-box a {
1135
  background: #fff;
1136
  border: 2px solid #0961bf;
1137
  border-radius: 3px;
1138
  color: #0961bf;
1139
  cursor: pointer;
1140
  display: inline-block;
1141
  font-size: 15px;
1142
  font-weight: 600;
1143
  outline: none;
1144
  padding: 12px 20px;
1145
  position: relative;
1146
  transition: all 0.3s;
1147
  vertical-align: middle;
1148
  margin: 0;
1149
  float: right;
1150
  text-transform: uppercase;
1151
}
1152
 
1153
#skills-box ul {
1154
  height: auto;
1155
}
1156
/*
1157
.btn-info, .btn-add, .btn-edit, .btn-delete {
1158
    color: #e5e5e5;
1159
    background-color: #A4A4A4;
1160
    border: 1px solid #A4A4A4;
1161
}
1162
 
1163
.btn-info:hover, .btn-add:hover, .btn-edit:hover, .btn-delete:hover {
1164
    background-color: #808080;
1165
    border: 1px solid #808080;
1166
}*/
1167
 
1168
.select2-container .select2-search--inline .select2-search__field {
1169
  margin-left: 0px;
1170
}
1171
 
1172
.custom-control-input:checked ~ .custom-control-label::before {
1173
  color: #fff;
1174
  border-color: #007bff;
1175
  background-color: #007bff;
1176
  box-shadow: none;
1177
  outline: none;
1178
}
1179
 
1180
.save-stngs ul li button:hover {
1181
  background-color: #007bff;
1182
}
1183
 
1184
#user-img-change {
1185
  width: 100px;
1186
  height: 100px;
1187
  margin-right: 10px;
1188
  -webkit-border-radius: 100px;
1189
  -moz-border-radius: 100px;
1190
  -ms-border-radius: 100px;
1191
  -o-border-radius: 100px;
1192
  border-radius: 100px;
1193
}
1194
 
1195
.btn-onroom {
1196
  cursor: pointer;
1197
}
1198
 
1199
.form-group .toggle-btn .custom-control-label {
1200
  position: relative;
1201
  padding-left: 50px;
1202
}
1203
 
1204
.file-upload-indicator {
1205
  display: none;
1206
}
1207
 
1208
b,
1209
strong {
1210
  font-weight: bolder !important;
1211
}
1212
 
1213
a.read-more {
1214
  color: #666666;
1215
  font-weight: bold;
1216
}
1217
 
1218
a.read-morea:visited {
1219
  color: #666666;
1220
  font-weight: bold;
1221
}
1222
 
1223
.show-read-more .more-text {
1224
  display: none;
1225
}
1226
 
1227
.show-read-more {
1228
  color: #666666;
1229
  font-size: 15px;
1230
  /* line-height: 24px; */
1231
  /* margin-bottom: 20px; */
1232
  text-align: justify;
1233
}
1234
 
1235
.show-read-more p {
1236
  font-size: 15px;
1237
  text-align: justify;
1238
}
1239
 
1240
.btn-trans:hover {
1241
  color: #007bff !important;
1242
}
1243
 
1244
.like-com li a:hover {
1245
  color: #007bff;
1246
}
1247
 
1248
.job-status-bar > a:hover {
1249
  color: #1e5591 !important;
1250
}
1251
 
1252
.job-status-bar > ul > li > a:hover {
1253
  color: #1e5591;
1254
}
1255
/*
1256
btn-indicator*/
1257
 
1258
.job_descp video,
1259
.job_descp img {
1260
  width: 100%;
1261
  height: auto;
1262
  border-radius: 10px;
1263
  /* margin-top: 1rem; */
1264
}
1265
 
1266
.comment-section {
1267
  box-shadow: none;
1268
}
1269
 
1270
.process-comm {
1271
  padding-top: 10px;
1272
  padding-bottom: 20px;
1273
}
1274
 
1275
ul.avail-checks-search-type li.active {
1276
  background-color: #666666;
1277
}
1278
 
1279
.btn-primary {
1280
  background-color: #0860bf;
1281
  border-color: #0860bf;
1282
  color: #ffffff;
1283
}
1284
.btn-primary:hover {
1285
  background-color: #1e5591;
1286
  border-color: #1e5591;
1287
  color: #ffffff;
1288
}
1289
nav ul li a {
1290
  color: #000000;
1291
}
1292
 
1293
.usy-name h4 {
1294
  color: #000000;
1295
  font-size: 16px;
1296
  text-transform: capitalize;
1297
  font-weight: 600;
1298
  margin-bottom: 5px;
1299
  margin-top: 2px;
1300
}
1301
 
1302
.message-btn a.btn-request-connection {
1303
  background-color: #53d690;
1304
}
1305
.message-btn a.btn-cancel-connection {
1306
  background-color: #e44d3a;
1307
}
1308
.message-btn a.btn-send-message {
1309
  background-color: #51a5fb;
1310
}
1311
 
1312
.bootbox-confirm .btn-danger {
1313
  color: #000000;
1314
}
1315
 
1316
.title-bar {
1317
  float: left;
1318
  width: 280px;
1319
  margin-top: 12px;
1320
  margin-bottom: 9px;
1321
  vertical-align: middle;
1322
}
1323
 
1324
.title-bar .title {
1325
  color: #ffffff;
1326
  font-size: 20px;
1327
  text-transform: capitalize;
1328
  font-weight: 600;
1329
}
1330
 
1331
/***********************************new style jm*********************************/
1332
 
1333
.forum-links ul li.active a {
1334
  color: #1dac98;
1335
}
1336
 
1337
.forum-links ul li.active {
1338
  border-color: #1dac98;
1339
}
1340
 
1341
.ask-question {
1342
  color: #0961bf !important;
1343
}
1344
 
1345
.suggestion-usd > span i:hover {
1346
  background-color: #f4e6a6;
1347
}
1348
.bk-links li i {
1349
  background-color: #0961bf;
1350
}
1351
 
1352
.view-more > .btn {
1353
  background-color: #0961bf;
1354
}
1355
 
1356
/* #shared_with {
1357
  background-color: #0961bf;
1358
}
1359
#shared_with :hover {
1360
  color: blank;
1361
  background-color: #007bff;
1362
} */
1363
.bid_now {
1364
  background-color: #0961bf;
1365
}
1366
.follow {
1367
  background-color: #1eb89e;
1368
}
1369
 
1370
.footy-sec.mn ul li a {
1371
  color: #01245d;
1372
  font-size: 0.9rem;
1373
}
1374
.footy-sec.mn ul li a:hover {
1375
  color: #01245d;
1376
  font-weight: bold;
1377
  transition: all .5s;
1378
}
1379
.footy-sec.mn p {
1380
  color: #01245d;
1381
}
1382
 
1383
.star-descp ul li i {
1384
  color: #cacf8c;
1385
}
1386
 
1387
.hre {
1388
  background-color: #0961bf;
1389
}
1390
 
1391
.hire-us {
1392
  background-color: #0961bf;
1393
}
1394
 
1395
.job-dt li a {
1396
  background-color: #469bcb;
1397
}
1398
 
1399
.company-up-info {
1400
  background-color: #ffff;
1401
}
1402
 
1403
body {
1404
  /* background-color: #ffff; */
1405
  background-color: #f5f5f7;
1406
}
1407
.suggestions-list {
1408
  background-color: transparent;
1409
}
1410
 
1411
.tags-sec {
1412
  background-color: #ffff;
1413
}
1414
 
1415
.comment_box input {
1416
  background-color: #efefef;
1417
}
1418
 
1419
.post-bar {
1420
  /* background-color:#dee2e6; */
1421
  background-color: #ffff;
1422
}
1423
 
1424
.post_with_border {
1425
  border-left: 4px solid #1eb89e;
1426
}
1427
 
1428
.post-topbar {
1429
  background-color: #ffff;
1430
}
1431
.user-fw-status {
1432
  background-color: transparent;
1433
  margin-bottom: 1rem;
1434
}
1435
 
1436
.sd-title {
1437
  background-color: transparent;
1438
  /* border-top: 1px solid #e5e5e5; */
1439
  padding: 10px;
1440
}
1441
 
1442
.sign_link {
1443
  background-color: #ffff;
1444
}
1445
 
1446
.user_pro_status {
1447
  border-bottom: 0px solid #e5e5e5;
1448
  padding-bottom: 5px;
1449
  background-color: #ffff;
1450
}
1451
 
1452
.widget {
1453
  background-color: #ffff;
1454
  box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1455
  padding: 1rem 0;
1456
}
1457
 
1458
.user-profile-ov {
1459
  background-color: #fff;
1460
}
1461
 
1462
.portfolio-gallery-sec {
1463
  background-color: #f5f5f7;
1464
}
1465
 
1466
.social_links li {
1467
  background-color: #fff;
1468
}
1469
 
1470
.paddy {
1471
  background-color: #f5f5f7;
1472
}
1473
 
1474
.filter-heading {
1475
  background-color: #f5f5f7;
1476
}
1477
 
1478
.filter-dd form input,
1479
.filter-dd form select {
1480
  background-color: #fff;
1481
}
1482
 
1483
.user-profile {
1484
  /* background-color: #f4e6a6; */
1485
  border-radius: 5px 0 0 5px;
1486
}
1487
 
1488
.feed-comment-container {
1489
  margin-top: 1rem;
1490
}
1491
 
1492
.comment_box input {
1493
  background-color: #fff;
1494
  margin-top: 1rem;
1495
}
1496
#app{
164 steven 1497
  background-color: #fff;
1 www 1498
}
1499
 
1500
.pagination li .page-link {
1501
  color: #0961bf;
1502
}
1503
 
1504
.comment-section {
1505
  background-color: #f5f5f7;
1506
}
1507
 
1508
nav ul ul {
1509
  background-color: #1eb89e;
1510
}
1511
nav ul li a {
1512
  color: #fff;
1513
  transition: 0.2s linear;
1514
  font-size: 1rem;
1515
}
1516
nav ul li a:hover {
159 steven 1517
  color: #16283c;
1 www 1518
}
1519
 
1520
.like-com li a:hover {
1521
  color: #1eb89e;
1522
}
1523
 
1524
.company_profile_info {
1525
  border-radius: 5px;
1526
}
1527
 
1528
.full-width {
1529
  border-radius: 5px;
1530
  box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1531
}
1532
 
1533
.tab-feed.st2 ul li :hover {
1534
  border-bottom: 3px solid #f4e6a6;
1535
}
1536
 
1537
.user-info a {
1538
  color: #18516f;
1539
}
1540
 
1541
/* .user-info img {
1542
  width: 30px;
1543
  height: 30px;
1544
} */
1545
 
1546
.modal-footer button {
1547
  /* color: #fff; */
1548
  background-color: #0961bf;
1549
  border: none;
1550
}
1551
 
1552
.user-profile-extended-ov {
1553
  background-color: #f5f5f7;
1554
}
1555
 
1556
.acc-setting {
1557
  background-color: #ffff;
1558
}
1559
.footy-sec {
1560
  background-color: white;
1561
}
1562
 
1563
.auth-footy-sec {
1564
  background-color: initial;
1565
}
1566
 
1567
.auth-footy-sec ul li a {
1568
  font-size: 1rem;
1569
}
1570
 
1571
.auth-footy-sec p {
1572
  font-size: 1rem;
1573
}
1574
 
1575
.modal-content input {
1576
  border-radius: 5px;
1577
}
1578
 
1579
.modal-content select {
1580
  border-radius: 5px;
1581
}
1582
 
1583
/* .modal-header {
1584
  background-color: #f2f2f2;
1585
  padding: 0px;
1586
  border-bottom: 0px;
1587
} */
1588
.acc-leftbar {
1589
  background-color: #fff;
1590
}
1591
.save-stngs ul li button {
1592
  background: #0961bf;
1593
  color: #ffff;
1594
}
1595
 
1596
.user-profile-ov ul li a {
1597
  background-color: #0961bf;
1598
  color: #ffff;
1599
}
1600
 
1601
.main-conversation-box {
1602
  background-color: #f5f5f5;
1603
}
1604
 
1605
.msg-title {
1606
  background-color: #f3f3f3;
1607
}
1608
.usr-pic > img {
1609
  width: 80%;
1610
}
1611
 
1612
.user-specs {
1613
  padding: 39px 0 10px 0;
1614
}
1615
 
1616
.username-dt {
1617
  padding-top: 10px;
1618
  border-radius: 5px 5px 0 0;
1619
}
1620
 
1621
.sign_link {
1622
  /* border-top: 1px solid #6c757d; */
1623
}
1624
 
1625
.post_topbar {
1626
  /* background-image: linear-gradient(#f5f5f7, #ffff); */
1627
  /* border-radius: 10px; */
1628
  padding-bottom: 10px;
1629
  border-bottom: 1px solid #e4e4e4;
1630
}
1631
.share_feed_post_topbar {
1632
  padding-bottom: 10px;
1633
}
1634
 
1635
.job-status-bar {
1636
  /* background-image: linear-gradient(#f5f5f7, #ffff); */
1637
  display: flex;
1638
  justify-content: space-between;
1639
  align-items: center;
1640
  padding-top: 1rem;
1641
  /* border-radius: 10px; */
1642
  border-top: 1px solid #e5e5e5;
1643
}
1644
 
1645
.comment_box form button {
1646
  width: 20%;
1647
  margin-top: 1rem;
1648
}
1649
.comment_box input {
1650
  width: 371px;
1651
  border-radius: 5px;
1652
  color: black;
1653
  font-weight: 400;
1654
}
1655
 
1656
.like-com li a {
1657
  color: #0961bf;
1658
}
1659
 
1660
.like-com li a:hover {
1661
  color: #1e5591 !important;
1662
}
1663
.message-bar-head {
1664
  background-color: #f3f3f3;
1665
}
1666
 
1667
.form-control:disabled,
1668
.form-control[readonly] {
1669
  background-color: #ffff;
1670
}
1671
 
1672
.user-info {
1673
  /* padding: 10px 38px 2px 40px; */
1674
  height: 45px;
1675
  width: 45px;
1676
  margin-left: 1rem;
1677
}
1678
 
1679
/* .user-info > i {
1680
  right: 25px;
1681
} */
1682
 
1683
.file-caption.icon-visible .file-caption-name {
1684
  padding-bottom: 15px;
1685
}
1686
 
1687
/**notificaciones**/
1688
.notification {
1689
  color: white;
1690
  text-decoration: none;
1691
  padding: 0px 10px;
1692
  position: relative;
1693
  display: inline-block;
1694
  border-radius: 2px;
1695
  /* top: 10px; */
1696
  font-size: 16px;
1697
}
1698
 
1699
.mail_menu > .notification {
1700
  margin-bottom: 0.25rem;
1701
}
1702
 
1703
.notification:hover {
1704
  color: #ecec0e;
1705
}
1706
 
1707
.notification .badge {
1708
  position: absolute;
1709
  top: -10px;
1710
  right: 2px;
1711
  padding: 3px 6px;
1712
  border-radius: 50%;
1713
  background-color: red;
1714
  color: white;
1715
}
1716
 
1717
.text-submenu {
1718
  color: #0961bf;
1719
}
1720
.text-submenu:hover{
1721
  font-weight: bold;
1722
  color: #0961bf;
1723
  transition: all .5s;
1724
}
1725
 
1726
header a:hover{
1727
  font-weight: bold;
1728
  color: #0961bf;
1729
  transition: all .5s;
1730
}
1731
 
1732
header .btn:hover {
1733
  color: #0961bf;
1734
  font-weight: bold;
1735
  transition: all .5s;
1736
}
1737
.my-company-dropdown.show{
1738
  display: block;
1739
}
1740
.main-ws-sec {
1741
  /* background-color: #ffff; */
1742
}
1743
/**estilos altos de las columnas*
1744
.right-sidebar {
1745
  margin-top: -7px;
1746
}*/
1747
 
1748
.main-left-sidebar {
1749
  margin-top: 37px;
1750
}
1751
 
1752
.message-btn {
1753
  /*display: inline-flex;*/
1754
  display: inherit;
1755
  flex-direction: column;
1756
}
1757
 
1758
.rc-anchor-checkbox-label {
1759
  font-size: 10px !important;
1760
}
1761
 
1762
.rc-anchor-normal .rc-anchor-content {
1763
  width: 165px !important;
1764
}
1765
.rc-anchor-normal .rc-anchor-pt {
1766
  text-align: center;
1767
}
1768
 
1769
.rc-anchor-normal {
1770
  zoom: 87%;
1771
}
1772
.comment-list {
1773
  display: grid;
1774
}
1775
 
1776
.comment {
1777
  padding-right: 10px;
1778
}
1779
 
1780
.microlearning-up-info {
1781
  float: left;
1782
  width: 100%;
1783
  padding-bottom: 30px;
1784
  border-bottom: 1px solid #e5e5e5;
1785
  background-color: white;
1786
}
1787
.microlearning-up-info img {
1788
  float: none;
1789
  object-fit: cover;
1790
}
1791
.microlearning-up-info h3 {
1792
  color: #000000;
1793
  font-size: 18px;
1794
  font-weight: 600;
1795
  margin-bottom: 10px;
1796
}
1797
.microlearning-up-info h4 {
1798
  color: #686868;
1799
  font-size: 14px;
1800
  font-weight: 500;
1801
  margin-bottom: 21px;
1802
}
1803
.microlearning-up-info ul {
1804
  float: left;
1805
  width: 100%;
1806
}
1807
.microlearning-up-info ul li {
1808
  display: inline-block;
1809
  margin-right: 6px;
1810
}
1811
.microlearning-up-info ul li a {
1812
  display: inline-block;
1813
  padding: 0 12px;
1814
  color: #fff;
1815
  height: 35px;
1816
  line-height: 35px;
1817
}
1818
.microlearning-up-info ul li a i {
1819
  font-size: 24px;
1820
  position: relative;
1821
  top: 3px;
1822
}
1823
 
1824
/**** INICIO breadcrumb ***/
1825
ul.breadcrumb {
1826
  padding: 10px 16px;
1827
  list-style: none;
1828
  background-color: #f5f5f7;
1829
}
1830
ul.breadcrumb li {
1831
  display: inline;
1832
  font-size: 14px;
1833
}
1834
ul.breadcrumb li + li:before {
1835
  padding: 8px;
1836
  color: black;
1837
  content: ">\00a0";
1838
}
1839
ul.breadcrumb li a {
1840
  color: #0275d8;
1841
  text-decoration: none;
1842
}
1843
ul.breadcrumb li a:hover {
1844
  color: #01447e;
1845
  text-decoration: underline;
1846
}
1847
/**** FIN breadcrumb ***/
1848
.job_descp > p {
1849
  background-color: white;
1850
  /* border-radius: 5px; */
1851
}
1852
 
1853
.user-fw-status li {
1854
  padding: 2px 0;
1855
}
1856
form > input {
1857
  border-radius: 5px;
1858
}
1859
 
1860
.feed-avatar {
1861
  width: 50px;
1862
  height: auto;
1863
}
1864
.cursor-pointer{
1865
  cursor: pointer;
1866
}
1867
.chat-conversation {
1868
  background-image: none;
1869
  background-color: #f5f5f7;
1870
}
1871
 
1872
.view-more-pro {
1873
  display: inline-block;
1874
  color: #000000;
1875
  font-size: 16px;
1876
  font-weight: 500;
1877
  padding: 18px 0;
1878
}