Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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