Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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