Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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