Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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