Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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