Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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