Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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