Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
11736 nelberth 1
/*===================== TABLE OF CONTENT ======================= 1.	Header 2.  Nav Hover =============================================================*/
2
body {
3
    overflow-y: scroll;
4
}
15176 stevensc 5
 
11736 nelberth 6
header {
7
    float: left;
15176 stevensc 8
    width: 100%;
9
    /*background-color: #0961bf; border-bottom: 8px #1dac98 solid;*/
11736 nelberth 10
    background-color: white;
11
    border-bottom: 1px solid #afafaf;
12
}
15176 stevensc 13
 
11736 nelberth 14
.search-bar {
15
    margin-top: 10px;
16
}
15176 stevensc 17
 
11736 nelberth 18
.logoOld {
19
    float: left;
20
    width: 100px;
21
    margin-right: 44px;
22
    margin-top: 15px;
23
    margin-left: -101px;
24
}
15176 stevensc 25
 
11736 nelberth 26
.logo {
27
    float: left;
28
    width: 60px;
29
    margin-right: 14px;
30
    margin-top: 12px;
31
    margin-left: -101px;
32
}
15176 stevensc 33
 
34
nav>ul>li>a:hover {
11736 nelberth 35
    /*color: #1dac98 !important;*/
36
    color: #ffffff;
37
}
15176 stevensc 38
 
11736 nelberth 39
.user-account {
40
    border-left: none;
41
    border-right: none;
42
    display: flex;
43
    height: 56px;
44
    align-items: center;
45
    justify-content: space-between;
46
}
15176 stevensc 47
 
11736 nelberth 48
.mail_menu {
49
    display: flex;
50
    flex-direction: column;
51
    justify-content: center;
15176 stevensc 52
    align-items: center;
53
    /* gap: 0.5rem; */
11736 nelberth 54
}
15176 stevensc 55
 
11736 nelberth 56
.search-bar form input {
57
    width: 100%;
58
    background-color: #fff;
59
    height: 30px;
60
    color: #b2b2b2;
61
    font-size: 12px;
62
    border: 0;
63
    padding: 0 10px;
64
    border-radius: 25px;
65
}
15176 stevensc 66
 
11736 nelberth 67
.search-bar form button i {
68
    /* color: #0a0a0a; */
69
    color: #fff;
70
    font-size: 20px;
71
    font-weight: bold;
72
}
15176 stevensc 73
 
11736 nelberth 74
.search-bar form button {
75
    position: absolute;
76
    top: 0;
77
    right: 0;
78
    background-color: #efefef;
79
    width: 38px;
15176 stevensc 80
    height: 100%;
81
    /*border: 0;*/
11736 nelberth 82
    border-radius: 25px;
83
}
15176 stevensc 84
 
11736 nelberth 85
.username-dt {
86
    float: left;
15176 stevensc 87
    width: 100%;
88
    /*background-color: #1dac98; */
89
    /* background-color: #F7EE9F; */
11736 nelberth 90
    background-color: #1eb89e;
91
    padding-top: 40px;
92
}
15176 stevensc 93
 
11736 nelberth 94
.post-topbar {
95
    /* border-top: 4px solid #ffd600; */
96
    border-top: 4px solid #f4e6a6;
97
}
15176 stevensc 98
 
11736 nelberth 99
.post-st ul li a:hover,
100
.post-st ul li a.active {
101
    /* background-color: #1dac98; */
102
    background-color: #82d0d4;
103
    color: #fff;
104
}
15176 stevensc 105
 
11736 nelberth 106
.widget-about img {
107
    float: none;
108
    padding-top: 0px;
109
}
15176 stevensc 110
 
111
.view-all-nots>a {
11736 nelberth 112
    /* background-color: #0961bf; */
113
    background-color: #0961bf;
15176 stevensc 114
}
115
 
116
/* .notification-box {top: 24px !important; } */
11736 nelberth 117
.comment_box form button {
118
    /* background-color: #0961bf; */
119
    background-color: #0860bf !important;
120
    color: #ffffff;
121
    height: 38px;
122
    font-size: 15px !important;
123
}
15176 stevensc 124
 
11736 nelberth 125
.comment_box form button:hover {
126
    /* background-color: #0961bf; */
127
    background-color: #1e5591 !important;
128
}
15176 stevensc 129
 
11736 nelberth 130
.chat-mg span {
131
    /* background-color: #0961bf !important; */
132
    background-color: #0961bf !important;
133
}
15176 stevensc 134
 
11736 nelberth 135
.post-project h3 {
136
    background-color: #1dac98;
137
}
15176 stevensc 138
 
11736 nelberth 139
.post-project-fields form ul li button.active {
140
    background-color: #1dac98;
141
    color: #fff;
142
}
15176 stevensc 143
 
11736 nelberth 144
.chat-msg p {
145
    background-color: #1dac98;
146
}
15176 stevensc 147
 
11736 nelberth 148
.con-title {
149
    /* background-color: #0961bf !important; */
150
    background-color: #0961bf !important;
151
}
15176 stevensc 152
 
11736 nelberth 153
.typing-msg form button {
154
    /* color: #0961bf; */
155
    color: #0961bf;
156
}
15176 stevensc 157
 
11736 nelberth 158
.msg-numbers {
159
    background-color: #1dac98;
160
}
15176 stevensc 161
 
11736 nelberth 162
.search_form form button {
163
    /* background-color: #0961bf; */
164
    background-color: #0961bf;
165
}
15176 stevensc 166
 
11736 nelberth 167
.bk-links li i.la-envelope {
168
    /* background-color: #0961bf; */
169
    background-color: #0961bf;
170
}
15176 stevensc 171
 
11736 nelberth 172
.message-btn a {
14746 stevensc 173
    background-color: #0961bf;
11736 nelberth 174
    margin: 0.5rem 0;
175
}
15176 stevensc 176
 
11736 nelberth 177
.sign-in {
178
    background-color: white;
179
}
15176 stevensc 180
 
11736 nelberth 181
.sign_in_sec {
182
    padding-left: 25px;
183
}
15176 stevensc 184
 
11736 nelberth 185
.sign_in_sec form button {
186
    background-color: #0961bf;
187
}
15176 stevensc 188
 
11736 nelberth 189
.sign_in_sec form button:disabled {
190
    background-color: #dddddd;
191
    color: #a3a1a1;
192
}
15176 stevensc 193
 
11736 nelberth 194
.sign-control li {
195
    /* background-color: #0961bf; */
196
}
15176 stevensc 197
 
11736 nelberth 198
.sign-control li.current a {
199
    background-color: #0961bf;
200
}
15176 stevensc 201
 
11736 nelberth 202
.sign-control li a.current {
203
    background-color: #0961bf;
204
    color: white !important;
205
}
15176 stevensc 206
 
11736 nelberth 207
.sign_in_sec h3:before {
208
    background-color: #0961bf;
209
}
15176 stevensc 210
 
11736 nelberth 211
.signup-tab ul li.current a {
212
    background-color: #0961bf;
213
}
15176 stevensc 214
 
11736 nelberth 215
.cm-logo {
216
    display: flex;
217
    flex-direction: column;
218
    justify-content: center;
219
    align-items: center;
220
    padding: 0 3rem;
221
}
15176 stevensc 222
 
11736 nelberth 223
.cm-logo img {
224
    width: 250px;
225
}
15176 stevensc 226
 
11736 nelberth 227
.filter-heading h3 {
228
    color: #0961bf;
229
}
15176 stevensc 230
 
11736 nelberth 231
.theme-green .back-bar .selected-bar {
232
    background-color: #0961bf;
233
    background-image: linear-gradient(to bottom, #0961bf, #0961bf);
234
}
15176 stevensc 235
 
11736 nelberth 236
.theme-green .back-bar .pointer {
237
    background-color: #0961bf;
238
}
15176 stevensc 239
 
240
.job_descp>p a {
11736 nelberth 241
    color: #0961bf;
242
}
15176 stevensc 243
 
11736 nelberth 244
.like-com li a.active {
245
    color: #0961bf;
246
}
15176 stevensc 247
 
11736 nelberth 248
.like-com li button {
14746 stevensc 249
    color: #0961bf;
11736 nelberth 250
    font-size: .95rem;
251
}
15176 stevensc 252
 
253
.like-com li button i {
14746 stevensc 254
    margin-right: 5px;
255
}
15176 stevensc 256
 
257
.btn-feed-share {
11736 nelberth 258
    font-size: .95rem;
259
    color: #929292;
260
}
15176 stevensc 261
 
262
.btn-feed-share i {
11736 nelberth 263
    margin-right: 5px;
264
}
15176 stevensc 265
 
266
.btn-unlike,
267
.btn-like {
11736 nelberth 268
    color: #0961bf;
269
}
15176 stevensc 270
 
11736 nelberth 271
.like-com li span {
272
    background-color: #0961bf;
273
}
15176 stevensc 274
 
11736 nelberth 275
.footy-sec {
276
    background-color: #0961bf;
277
}
15176 stevensc 278
 
279
.btn-profile-cancel {
11736 nelberth 280
    background-color: #e44d3a;
281
    border: none;
15176 stevensc 282
    display: inline-block;
283
    padding: 0 12px;
284
    color: #fff;
285
    height: 35px;
286
    line-height: 35px;
11736 nelberth 287
}
15176 stevensc 288
 
11736 nelberth 289
.display-reactions {
290
    background: #efefef;
291
    border-radius: 5px;
292
    padding: 10px;
293
    display: flex;
294
    align-items: center;
295
    justify-content: center;
296
    gap: 5px;
297
}
15176 stevensc 298
 
299
.display-reactions button {
11736 nelberth 300
    color: #0961bf;
301
}
15176 stevensc 302
 
303
.sign_link>a {
11736 nelberth 304
    color: #0961bf;
305
}
15176 stevensc 306
 
307
.view-more>a:hover {
11736 nelberth 308
    color: #0961bf;
309
}
15176 stevensc 310
 
311
.view-more>a {
11736 nelberth 312
    color: #0961bf;
313
}
15176 stevensc 314
 
11736 nelberth 315
.tab-feed ul li.active span {
316
    color: #0961bf;
317
}
15176 stevensc 318
 
11736 nelberth 319
.btn-feed-trash,
320
.btn-comment-trash {
321
    color: #b2b2b2;
322
    margin-left: 0.2rem;
323
    transition: 0.2s linear;
324
}
15176 stevensc 325
 
11736 nelberth 326
.btn-feed-trash:hover,
327
.btn-comment-trash:hover {
328
    color: #df3e3e;
329
    margin-left: 0.2rem;
330
}
15176 stevensc 331
 
11736 nelberth 332
.btn-purple {
333
    background-color: #04478f;
334
}
15176 stevensc 335
 
336
.message-inner-dt>p {
11736 nelberth 337
    background-color: transparent;
338
    border: 1px solid #3333;
339
    border-bottom-left-radius: 0;
340
}
15176 stevensc 341
 
342
.ta-right .message-dt .message-inner-dt>p {
11736 nelberth 343
    background-color: #f3f3f3;
344
    border: none;
345
    border-bottom-right-radius: 0;
346
    border-bottom-left-radius: 15px;
347
}
15176 stevensc 348
 
11736 nelberth 349
.msg-notifc {
350
    background-color: #0961bf;
351
}
15176 stevensc 352
 
11736 nelberth 353
.msg-status {
354
    background-color: #0961bf;
355
}
15176 stevensc 356
 
357
.select-with-icon {
11736 nelberth 358
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
359
    background-repeat: no-repeat;
360
    background-position-x: 100%;
361
    background-position-y: 5px;
362
}
15176 stevensc 363
 
11736 nelberth 364
/* .mf-field > button {
365
    width: 1.7rem;
366
    white-space: nowrap;
367
    overflow: hidden;
368
    border: none !important;
369
}
370
.mf-field button i {
371
    margin-right: 5px;
372
    font-size: 1.5rem;
373
}
374
.mf-field > button:hover{
375
    color: #fff !important;
376
    text-shadow: 2px 2px 2px #0003 !important;
377
    border: none !important;
378
} */
15176 stevensc 379
.msg-title {
11736 nelberth 380
    display: flex;
381
    align-items: center;
382
    justify-content: space-between;
383
}
15176 stevensc 384
 
11736 nelberth 385
.msg-title .msgs_icons-container {
386
    display: flex;
387
    align-items: center;
388
}
15176 stevensc 389
 
11736 nelberth 390
.messages-sec .icon {
391
    cursor: pointer;
392
    height: 30px;
393
    display: grid;
394
    place-items: center;
395
    width: 30px;
396
    border-radius: 50px;
397
    padding: 0;
398
    transition: all .2s;
399
    color: #0860bf;
400
}
15176 stevensc 401
 
11736 nelberth 402
.messages-sec .icon:hover {
403
    background-color: #efefef;
404
}
15176 stevensc 405
 
406
.messages-page>.container h1 {
11736 nelberth 407
    font-weight: 600;
408
    font-size: 2rem;
409
    text-align: left;
410
    margin-bottom: 1.5rem;
411
}
15176 stevensc 412
 
413
.messages-list>.messages_conversation-search {
11736 nelberth 414
    transition: all .2s;
415
    padding: 10px 20px;
416
    position: relative;
417
    overflow: hidden;
418
}
15176 stevensc 419
 
420
.messages-list>.messages_conversation-search.hide {
11736 nelberth 421
    height: 0;
422
    padding: 0;
423
}
15176 stevensc 424
 
425
.messages-list>.messages_conversation-search input {
11736 nelberth 426
    outline: none;
427
    box-shadow: none;
428
    border: 1px solid #e6e6e6;
429
}
15176 stevensc 430
 
14746 stevensc 431
.messages-list ul li:hover {
432
    background: #efefef;
433
}
15176 stevensc 434
 
435
.messages-line {
11736 nelberth 436
    display: flex;
437
    flex-direction: column-reverse;
438
    height: auto;
14746 stevensc 439
    max-height: 70vh;
11736 nelberth 440
    overflow: auto;
441
}
15176 stevensc 442
 
443
.main-conversation-box>.messages-line>hr {
11736 nelberth 444
    margin-top: 0 !important;
445
    margin-bottom: 0 !important;
446
    opacity: 0 !important;
447
}
15176 stevensc 448
 
11736 nelberth 449
.message-bar-head .usr-msg-details {
450
    display: flex;
451
    align-items: center;
452
}
15176 stevensc 453
 
11736 nelberth 454
.message-select-conversation {
455
    display: grid;
456
    place-items: center;
457
    width: 100%;
458
    min-height: 300px;
459
    height: 100%;
460
}
15176 stevensc 461
 
11736 nelberth 462
.message-select-conversation .msgs-select-container {
463
    display: flex;
464
    flex-direction: column;
465
    align-items: center;
466
}
15176 stevensc 467
 
468
.message-select-conversation .msgs-select-container .icon {
11736 nelberth 469
    font-size: 2.5rem;
470
    margin-bottom: 1rem;
471
}
15176 stevensc 472
 
473
.message-select-conversation .msgs-select-container .icon:hover {
11736 nelberth 474
    background-color: #0000;
475
}
15176 stevensc 476
 
11736 nelberth 477
@media (min-width: 1200px) {
478
    .msgs-container {
479
        max-width: 1000px;
480
    }
15176 stevensc 481
}
482
 
11736 nelberth 483
.main-conversation-box .message-bar-head .usr-msg-details .icon {
484
    display: none;
485
}
15176 stevensc 486
 
11736 nelberth 487
@media (max-width: 992px) {
488
    .msgs-hide {
489
        display: none;
490
    }
15176 stevensc 491
 
14746 stevensc 492
    .main-conversation-box .message-bar-head .usr-msg-details .icon {
493
        display: grid;
11736 nelberth 494
    }
495
}
15176 stevensc 496
 
11736 nelberth 497
#shared_with {
498
    font-size: 16px;
499
    display: inline-block;
500
    height: 40px;
501
    padding: 0 15px;
502
    line-height: 40px;
503
    font-weight: 500;
504
}
15176 stevensc 505
 
506
#shared_with>option {
11736 nelberth 507
    font-size: 1.2rem;
508
    display: inline-block;
509
    height: 40px;
510
    padding: 0 15px;
511
    line-height: 40px;
512
    font-weight: 500;
513
}
15176 stevensc 514
 
11736 nelberth 515
.flww {
516
    background-color: #0961bf;
517
}
15176 stevensc 518
 
11736 nelberth 519
.tab-feed ul li.active span {
520
    color: #1dac98;
521
}
15176 stevensc 522
 
523
.add-pic-box [type="file"]+label {
11736 nelberth 524
    border: 2px solid #0961bf;
525
    color: #0961bf;
526
}
15176 stevensc 527
 
528
.add-pic-box [type="file"]+label:hover {
11736 nelberth 529
    background: #0961bf;
530
}
15176 stevensc 531
 
11736 nelberth 532
.user-pro-img .add-dp {
533
    left: 34%;
15176 stevensc 534
}
535
 
536
/****estilos del feed***/
11736 nelberth 537
.img-sm {
538
    width: 46px;
539
    height: 46px;
540
}
15176 stevensc 541
 
11736 nelberth 542
.panel {
543
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.075);
544
    border-radius: 0;
545
    border: 0;
546
    margin-bottom: 15px;
547
}
15176 stevensc 548
 
11736 nelberth 549
.panel .panel-footer,
15176 stevensc 550
.panel> :last-child {
11736 nelberth 551
    border-bottom-left-radius: 0;
552
    border-bottom-right-radius: 0;
553
}
15176 stevensc 554
 
11736 nelberth 555
.panel .panel-heading,
15176 stevensc 556
.panel> :first-child {
11736 nelberth 557
    border-top-left-radius: 0;
558
    border-top-right-radius: 0;
559
}
15176 stevensc 560
 
11736 nelberth 561
.media-block .media-left {
562
    display: block;
563
    float: left;
564
}
15176 stevensc 565
 
11736 nelberth 566
.media-block .media-right {
567
    float: right;
568
}
15176 stevensc 569
 
11736 nelberth 570
.media-block .media-body {
571
    display: block;
572
    overflow: hidden;
573
    width: auto;
574
}
15176 stevensc 575
 
11736 nelberth 576
.middle .media-left,
577
.middle .media-right,
578
.middle .media-body {
579
    vertical-align: middle;
580
}
15176 stevensc 581
 
11736 nelberth 582
.thumbnail {
583
    border-radius: 0;
584
    border-color: #e9e9e9;
585
}
15176 stevensc 586
 
11736 nelberth 587
.tag.tag-sm,
15176 stevensc 588
.btn-group-sm>.tag {
11736 nelberth 589
    padding: 5px 10px;
590
}
15176 stevensc 591
 
11736 nelberth 592
.tag:not(.label) {
593
    background-color: #fff;
594
    padding: 6px 12px;
595
    border-radius: 2px;
596
    border: 1px solid #cdd6e1;
597
    font-size: 12px;
598
    line-height: 1.42857;
599
    vertical-align: middle;
600
    -webkit-transition: all 0.15s;
601
    transition: all 0.15s;
602
}
15176 stevensc 603
 
11736 nelberth 604
.text-muted,
605
a.text-muted:hover,
606
a.text-muted:focus {
607
    color: #acacac;
608
}
15176 stevensc 609
 
11736 nelberth 610
.text-sm {
611
    font-size: 0.9em;
612
}
15176 stevensc 613
 
11736 nelberth 614
.text-5x,
615
.text-4x,
616
.text-5x,
617
.text-2x,
618
.text-lg,
619
.text-sm,
620
.text-xs {
621
    line-height: 1.25;
622
}
15176 stevensc 623
 
11736 nelberth 624
.btn-trans {
625
    background-color: transparent;
626
    border-color: transparent;
627
    color: #929292;
628
}
15176 stevensc 629
 
11736 nelberth 630
.btn-icon {
631
    padding-left: 9px;
632
    padding-right: 9px;
633
}
15176 stevensc 634
 
11736 nelberth 635
.btn-sm,
15176 stevensc 636
.btn-group-sm>.btn,
11736 nelberth 637
.btn-icon.btn-sm {
638
    padding: 5px 10px !important;
639
}
15176 stevensc 640
 
11736 nelberth 641
.mar-top {
642
    margin-top: 15px;
643
}
15176 stevensc 644
 
11736 nelberth 645
.post_comment_sec form button {
646
    background-color: #0961bf;
647
}
15176 stevensc 648
 
11736 nelberth 649
.save {
650
    background-color: #0961bf;
651
}
15176 stevensc 652
 
11736 nelberth 653
.post_comment_sec form textarea {
654
    height: 80px;
655
}
15176 stevensc 656
 
657
.actions-common-com>a i {
11736 nelberth 658
    -webkit-transition: all 0.4s ease-in;
659
    -moz-transition: all 0.4s ease-in;
660
    -ms-transition: all 0.4s ease-in;
661
    -o-transition: all 0.4s ease-in;
662
    transition: all 0.4s ease-in;
663
}
15176 stevensc 664
 
11736 nelberth 665
.actions-common-com {
666
    float: right;
667
    margin-top: 20px;
668
}
15176 stevensc 669
 
11736 nelberth 670
.actions-common-com li {
671
    display: inline-block;
672
    margin-right: 15px;
673
}
15176 stevensc 674
 
11736 nelberth 675
.actions-common-com li a {
676
    color: #b2b2b2;
677
    font-size: 14px;
678
    font-weight: 500;
679
    float: left;
680
    margin-top: 6px;
681
    margin-right: 5px;
682
}
15176 stevensc 683
 
11736 nelberth 684
.actions-common-com li a:hover {
685
    color: #e44d3a;
686
}
15176 stevensc 687
 
11736 nelberth 688
.actions-common-com li a.active {
689
    color: #e44d3a;
690
}
15176 stevensc 691
 
11736 nelberth 692
.actions-common-com li a i {
693
    margin-right: 2px;
694
    font-size: 14px;
695
    position: relative;
696
    top: 2px;
697
}
15176 stevensc 698
 
11736 nelberth 699
.actions-common-com li span {
700
    color: #ffffff;
701
    font-size: 13px;
702
    width: 30px;
703
    height: 30px;
704
    background-color: #e44d3a;
705
    line-height: 30px;
706
    -webkit-border-radius: 30px;
707
    -moz-border-radius: 30px;
708
    -ms-border-radius: 30px;
709
    -o-border-radius: 30px;
710
    border-radius: 30px;
711
    float: left;
712
    text-align: center;
713
    font-weight: 600;
714
    margin-left: -25px;
715
}
15176 stevensc 716
 
11736 nelberth 717
.actions-common-com li .com {
718
    position: relative;
719
    top: -9px;
720
}
15176 stevensc 721
 
11736 nelberth 722
.actions-common-com li .com img {
723
    margin-right: 10px;
724
}
15176 stevensc 725
 
11736 nelberth 726
.widget-about button {
727
    background-color: #0961bf;
728
}
15176 stevensc 729
 
11736 nelberth 730
.copylink a {
731
    background-color: #0961bf;
15176 stevensc 732
}
733
 
11736 nelberth 734
.custom-file-input::before {
735
    background: #0961bf;
736
}
15176 stevensc 737
 
11736 nelberth 738
.custom-file-input:hover::before {
739
    background-color: #1dac98;
740
}
15176 stevensc 741
 
11736 nelberth 742
.place-bid-btn {
743
    background-color: #0961bf !important;
744
}
15176 stevensc 745
 
11736 nelberth 746
.widget-about button:hover {
747
    background-color: #1dac98;
748
}
15176 stevensc 749
 
11736 nelberth 750
.user-info img {
751
    /* width: 30px; height: 30px; */
752
    width: 100%;
753
    height: 100%;
754
    border-radius: 50%;
755
}
15176 stevensc 756
 
11736 nelberth 757
.sn-field-has-error {
758
    border: 1px solid red;
759
    margin-bottom: 5px;
760
}
15176 stevensc 761
 
11736 nelberth 762
.sn-field-invalid-feedback {
763
    color: red;
764
    font-size: 13px;
765
    line-height: 20px;
766
    margin-bottom: 5px;
767
}
15176 stevensc 768
 
11736 nelberth 769
.form-group {
770
    margin-bottom: 5px;
771
    margin-top: 5px;
772
}
15176 stevensc 773
 
11736 nelberth 774
.form-group-has-error {
775
    border: 1px solid red !important;
776
}
15176 stevensc 777
 
11736 nelberth 778
.form-group-invalid-feedback {
779
    color: red;
780
    font-size: 13px;
781
    line-height: 20px;
782
    margin-bottom: 5px;
783
}
15176 stevensc 784
 
11736 nelberth 785
.sign_in_sec form input,
786
.sign_in_sec form select {
787
    color: #000000;
788
}
15176 stevensc 789
 
790
.fgt-sec input[type="checkbox"]+label span:before {
11736 nelberth 791
    background-color: #0961bf;
792
}
15176 stevensc 793
 
11736 nelberth 794
::-webkit-input-placeholder {
795
    /* Edge */
796
    color: #515151;
797
}
15176 stevensc 798
 
11736 nelberth 799
:-ms-input-placeholder {
800
    /* Internet Explorer 10-11 */
801
    color: #515151;
802
}
15176 stevensc 803
 
11736 nelberth 804
::placeholder {
805
    color: #515151;
806
}
15176 stevensc 807
 
11736 nelberth 808
.info-page {
809
    padding: 50px 0;
810
}
15176 stevensc 811
 
11736 nelberth 812
.section_admin_title_buttons {
14746 stevensc 813
    float: left;
15176 stevensc 814
    width: 100%;
815
    /*margin-bottom: 45px; margin-top: 20px;*/
11736 nelberth 816
}
15176 stevensc 817
 
14746 stevensc 818
.section_admin_title_buttons h1.title {
819
    color: #0961bf;
11736 nelberth 820
    font-weight: bold;
14746 stevensc 821
    font-size: 16px;
822
    text-transform: uppercase;
11736 nelberth 823
}
15176 stevensc 824
 
11736 nelberth 825
.section_admin_form {
826
    float: left;
827
    width: 100%;
828
    padding-left: 15px;
829
}
15176 stevensc 830
 
11736 nelberth 831
.section_admin_form form input,
832
.section_admin_form form select {
833
    width: 100%;
834
    padding: 0 15px 0 15px;
835
    color: #000000;
836
    font-size: 14px;
837
    border: 1px solid #e5e5e5;
838
    height: 40px;
839
}
15176 stevensc 840
 
11736 nelberth 841
.section_admin_form form textarea {
842
    width: 100%;
843
    padding: 10px 15px 0 15px;
844
    color: #000000;
845
    font-size: 14px;
846
    border: 1px solid #e5e5e5;
847
    height: 300px;
15176 stevensc 848
}
849
 
850
/* .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; }*/
11736 nelberth 851
.section_admin_form .form-group label {
852
    color: #666 !important;
853
    font-weight: 400;
854
    font-size: 14px;
855
    padding-bottom: 5px;
856
}
15176 stevensc 857
 
11736 nelberth 858
.section_admin_form .form-group .toggle-group label {
859
    color: #fff !important;
860
    font-weight: 400;
861
    font-size: 16px;
862
    padding-bottom: 5px;
863
}
15176 stevensc 864
 
11736 nelberth 865
.section_admin_form .form-group .toggle-group label.toggle-off {
866
    background-color: #808080;
867
    border-color: #808080;
868
}
15176 stevensc 869
 
11736 nelberth 870
.section_admin_form .form-group .toggle-group label.toggle-off:hover {
871
    background-color: #808080;
872
    border-color: #808080;
873
}
15176 stevensc 874
 
11736 nelberth 875
.select2-container .select2-selection--single .select2-selection__rendered {
876
    display: block;
877
    padding: 0 15px 0 15px;
878
    overflow: hidden;
879
    text-overflow: ellipsis;
880
    white-space: nowrap;
881
    color: #000000;
882
    font-size: 14px;
883
    border: 1px solid #e5e5e5;
884
    height: 40px;
885
}
15176 stevensc 886
 
11736 nelberth 887
.select2-container .select2-search--inline .select2-search__field {
888
    margin-left: 0px;
889
}
15176 stevensc 890
 
11736 nelberth 891
.select2-results__option {
892
    display: block;
893
    padding: 10px 15px 0 15px !important;
894
    overflow: hidden;
895
    text-overflow: ellipsis;
896
    white-space: nowrap;
897
    font-size: 14px;
898
    border: 1px solid #e5e5e5;
899
    height: 40px;
900
}
15176 stevensc 901
 
11736 nelberth 902
table.dataTable thead .sorting:before,
903
table.dataTable thead .sorting_asc:before,
904
table.dataTable thead .sorting_desc:before,
905
table.dataTable thead .sorting_asc_disabled:before,
906
table.dataTable thead .sorting_desc_disabled:before {
15176 stevensc 907
    right: 1em;
908
    /* content: "\2191";*/
11736 nelberth 909
    content: none !important;
910
}
15176 stevensc 911
 
11736 nelberth 912
table.dataTable thead .sorting:after,
913
table.dataTable thead .sorting_asc:after,
914
table.dataTable thead .sorting_desc:after,
915
table.dataTable thead .sorting_asc_disabled:after,
916
table.dataTable thead .sorting_desc_disabled:after {
15176 stevensc 917
    right: 0.5em;
918
    /*content: "\2193";*/
11736 nelberth 919
    content: none !important;
920
}
15176 stevensc 921
 
11736 nelberth 922
.btn-edit {
923
    display: inline-block;
924
    padding: 0 12px;
925
    color: #fff;
926
    height: 35px;
927
    line-height: 35px;
928
    background-color: #0961bf;
929
}
15176 stevensc 930
 
11736 nelberth 931
.btn-delete {
932
    display: inline-block;
933
    padding: 0 12px;
934
    color: #fff;
935
    height: 35px;
936
    line-height: 35px;
937
    background-color: #e44d3a;
938
}
15176 stevensc 939
 
11736 nelberth 940
.post-project-fields form label {
941
    color: #666 !important;
942
    font-weight: 400;
943
    font-size: 14px;
944
    padding-bottom: 5px;
945
}
15176 stevensc 946
 
11736 nelberth 947
.post-project-fields form input,
948
.post-project-fields form textarea,
949
.post-project-fields form select {
950
    width: 100%;
951
    color: #000000;
952
    font-size: 14px;
953
    border: 1px solid #b4b4b4;
954
    margin-bottom: 20px;
955
    font-weight: 500;
956
}
15176 stevensc 957
 
11736 nelberth 958
.overview-box.open {
959
    z-index: 1000 !important;
960
}
15176 stevensc 961
 
11736 nelberth 962
.overview-edit form select {
963
    padding-left: 0 !important;
964
    -webkit-border-radius: 0 !important;
965
    -moz-border-radius: 0 !important;
966
    -ms-border-radius: 0 !important;
967
    -o-border-radius: 0 !important;
968
    border-radius: 0 !important;
969
}
15176 stevensc 970
 
11736 nelberth 971
.overview-edit form textarea,
972
.overview-edit form input,
973
.overview-edit form select {
974
    border: 1px solid #aaa;
975
    color: #b2b2b2 !important;
976
}
15176 stevensc 977
 
11736 nelberth 978
.overview-edit span {
979
    float: none;
980
}
15176 stevensc 981
 
11736 nelberth 982
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
983
    color: #000;
984
    font-size: 14px;
985
    line-height: 20px;
986
}
15176 stevensc 987
 
11736 nelberth 988
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
989
    line-height: 20px;
990
}
15176 stevensc 991
 
11736 nelberth 992
.select2-container--bootstrap4.select2-container--focus .select2-selection {
993
    border-color: inherit;
994
    -webkit-box-shadow: inherit;
995
    box-shadow: inherit;
996
}
15176 stevensc 997
 
11736 nelberth 998
.user-profile-extended-ov span {
999
    line-height: 22px;
1000
}
15176 stevensc 1001
 
11736 nelberth 1002
.user-profile-extended-ov p {
1003
    line-height: 20px;
1004
}
15176 stevensc 1005
 
11736 nelberth 1006
.user-profile-extended-ov i {
1007
    color: #000000;
15176 stevensc 1008
    font-size: 13px;
1009
    /* margin-left: 5px; */
11736 nelberth 1010
}
15176 stevensc 1011
 
11736 nelberth 1012
.user-profile-extended-ov strong {
1013
    font-weight: bold !important;
1014
}
15176 stevensc 1015
 
11736 nelberth 1016
.social_links li a {
1017
    line-height: 18px;
1018
}
15176 stevensc 1019
 
11736 nelberth 1020
.overview-edit form .select2-container--default .select2-selection--single {
1021
    height: 40px;
1022
    margin-bottom: 25px;
1023
}
15176 stevensc 1024
 
11736 nelberth 1025
.overview-edit form .select2-container--default .select2-selection--single .select2-selection__rendered {
1026
    color: #444;
1027
    line-height: 34px;
1028
}
15176 stevensc 1029
 
11736 nelberth 1030
.overview-edit form .select2-container--default .select2-selection--single .select2-selection__arrow b {
1031
    margin-top: 4px;
1032
}
15176 stevensc 1033
 
11736 nelberth 1034
.overview-edit form textarea,
1035
.overview-edit form input,
1036
.overview-edit form select {
1037
    color: #444;
1038
}
15176 stevensc 1039
 
11736 nelberth 1040
.datepicky {
1041
    float: none;
1042
}
15176 stevensc 1043
 
11736 nelberth 1044
.datefm {
1045
    float: none;
1046
}
15176 stevensc 1047
 
11736 nelberth 1048
.modal-content textarea,
1049
.modal-content input,
1050
.modal-content select {
15174 stevensc 1051
    width: 100%;
11736 nelberth 1052
    resize: none;
1053
    border: 1px solid #aaa;
15174 stevensc 1054
    color: #444;
11736 nelberth 1055
    font-size: 14px;
1056
}
15176 stevensc 1057
 
11736 nelberth 1058
.modal-content input {
1059
    height: 40px;
1060
    padding-left: 15px;
1061
    margin-bottom: 0;
1062
}
15176 stevensc 1063
 
11736 nelberth 1064
.modal-content select {
1065
    height: 40px;
1066
    padding-left: 15px;
1067
    margin-bottom: 0;
1068
}
15176 stevensc 1069
 
11736 nelberth 1070
span.group-span-filestyle {
1071
    border: 1px solid #aaa;
1072
    color: #fff;
1073
    background-color: #0961bf;
1074
    margin-top: 10px;
1075
}
15176 stevensc 1076
 
11736 nelberth 1077
span.group-span-filestyle:hover {
1078
    color: #fff;
1079
    background-color: #0961bf;
1080
}
15176 stevensc 1081
 
11736 nelberth 1082
.modal-content .form-group .toggle-group label {
1083
    color: #fff !important;
1084
    font-weight: 400;
1085
    font-size: 16px;
1086
    padding-bottom: 5px;
1087
}
15176 stevensc 1088
 
11736 nelberth 1089
.modal-content .form-group .toggle-group label.toggle-off {
1090
    background-color: #808080;
1091
    border-color: #808080;
1092
}
15176 stevensc 1093
 
11736 nelberth 1094
.modal-content .form-group .toggle-group label.toggle-off:hover {
1095
    background-color: #808080;
1096
    border-color: #808080;
1097
}
15176 stevensc 1098
 
11736 nelberth 1099
.modal-content .select2-container--default .select2-selection--single {
1100
    height: 40px;
1101
    margin-bottom: 0;
1102
}
15176 stevensc 1103
 
11736 nelberth 1104
.modal-content .select2-container--default .select2-selection--single .select2-selection__rendered {
1105
    color: #444;
1106
    line-height: 34px;
1107
}
15176 stevensc 1108
 
11736 nelberth 1109
.modal-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
1110
    margin-top: 4px;
1111
}
15176 stevensc 1112
 
11736 nelberth 1113
.modal-content .select2-container--bootstrap4 .select2-selection--multiple {
1114
    height: auto;
1115
    margin-bottom: 0;
1116
}
15176 stevensc 1117
 
11736 nelberth 1118
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
1119
    color: #444;
1120
    line-height: 28px;
1121
    float: left;
1122
}
15176 stevensc 1123
 
11736 nelberth 1124
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__arrow b {
1125
    margin-top: 4px;
1126
}
15176 stevensc 1127
 
11736 nelberth 1128
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
1129
    border: 0 !important;
1130
}
15176 stevensc 1131
 
11736 nelberth 1132
.modal-content .select2-container--bootstrap4.select2-container--focus .select2-selection {
1133
    border: 1px solid #e5e5e5;
1134
    -webkit-box-shadow: none;
1135
    -moz-box-shadow: none;
1136
    box-shadow: none;
1137
}
15176 stevensc 1138
 
11736 nelberth 1139
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
1140
    color: #000;
1141
    padding-left: 8px;
1142
    padding-right: 8px;
1143
    font-weight: inherit;
1144
    border: 1px solid #000;
1145
    margin-right: 5px;
1146
}
15176 stevensc 1147
 
11736 nelberth 1148
.modal-content .select2-container .select2-search--inline .select2-search__field {
1149
    margin-left: 0px;
1150
}
15176 stevensc 1151
 
1152
/** Autocomplete de google */
11736 nelberth 1153
.pac-container {
1154
    z-index: 1051 !important;
1155
}
15176 stevensc 1156
 
11736 nelberth 1157
.custom-file-label:after {
1158
    content: none;
1159
}
15176 stevensc 1160
 
11736 nelberth 1161
.add-pic-box a {
1162
    background: #fff;
1163
    border: 2px solid #0961bf;
1164
    border-radius: 3px;
1165
    color: #0961bf;
1166
    cursor: pointer;
1167
    display: inline-block;
1168
    font-size: 15px;
1169
    font-weight: 600;
1170
    outline: none;
1171
    padding: 12px 20px;
1172
    position: relative;
1173
    transition: all 0.3s;
1174
    vertical-align: middle;
1175
    margin: 0;
1176
    float: right;
1177
    text-transform: uppercase;
1178
}
15176 stevensc 1179
 
11736 nelberth 1180
#skills-box ul {
1181
    height: auto;
15176 stevensc 1182
}
1183
 
1184
/* .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; }*/
11736 nelberth 1185
.select2-container .select2-search--inline .select2-search__field {
1186
    margin-left: 0px;
1187
}
15176 stevensc 1188
 
1189
.custom-control-input:checked~.custom-control-label::before {
11736 nelberth 1190
    color: #fff;
1191
    border-color: #007bff;
1192
    background-color: #007bff;
1193
    box-shadow: none;
1194
    outline: none;
1195
}
15176 stevensc 1196
 
11736 nelberth 1197
.save-stngs ul li button:hover {
1198
    background-color: #007bff;
1199
}
15176 stevensc 1200
 
11736 nelberth 1201
#user-img-change {
14746 stevensc 1202
    width: 100px;
1203
    height: 100px;
11736 nelberth 1204
    margin-right: 10px;
1205
    -webkit-border-radius: 100px;
1206
    -moz-border-radius: 100px;
1207
    -ms-border-radius: 100px;
1208
    -o-border-radius: 100px;
1209
    border-radius: 100px;
1210
}
15176 stevensc 1211
 
11736 nelberth 1212
.btn-onroom {
1213
    cursor: pointer;
1214
}
15176 stevensc 1215
 
11736 nelberth 1216
.form-group .toggle-btn .custom-control-label {
1217
    position: relative;
1218
    padding-left: 50px;
1219
}
15176 stevensc 1220
 
11736 nelberth 1221
.file-upload-indicator {
1222
    display: none;
1223
}
15176 stevensc 1224
 
11736 nelberth 1225
b,
1226
strong {
1227
    font-weight: bolder !important;
1228
}
15176 stevensc 1229
 
11736 nelberth 1230
a.read-more {
1231
    color: #666666;
1232
    font-weight: bold;
1233
}
15176 stevensc 1234
 
11736 nelberth 1235
a.read-morea:visited {
1236
    color: #666666;
1237
    font-weight: bold;
1238
}
15176 stevensc 1239
 
11736 nelberth 1240
.show-read-more .more-text {
1241
    display: none;
1242
}
15176 stevensc 1243
 
11736 nelberth 1244
.show-read-more {
1245
    color: #666666;
15176 stevensc 1246
    font-size: 15px;
1247
    /* line-height: 24px; */
1248
    /* margin-bottom: 20px; */
11736 nelberth 1249
    text-align: justify;
1250
}
15176 stevensc 1251
 
11736 nelberth 1252
.show-read-more p {
1253
    font-size: 15px;
1254
    text-align: justify;
1255
}
15176 stevensc 1256
 
11736 nelberth 1257
.btn-trans:hover {
14746 stevensc 1258
    color: #007bff !important;
11736 nelberth 1259
}
15176 stevensc 1260
 
11736 nelberth 1261
.like-com li a:hover {
1262
    color: #007bff;
1263
}
15176 stevensc 1264
 
1265
.job-status-bar>a:hover {
11736 nelberth 1266
    color: #1e5591 !important;
1267
}
15176 stevensc 1268
 
1269
.job-status-bar>ul>li>a:hover {
11736 nelberth 1270
    color: #1e5591;
15176 stevensc 1271
}
1272
 
1273
/* btn-indicator*/
11736 nelberth 1274
.job_descp video,
1275
.job_descp img {
1276
    width: 100%;
14746 stevensc 1277
    height: auto;
15176 stevensc 1278
    border-radius: 10px;
1279
    /* margin-top: 1rem; */
11736 nelberth 1280
}
15176 stevensc 1281
 
11736 nelberth 1282
.comment-section {
1283
    box-shadow: none;
1284
}
15176 stevensc 1285
 
11736 nelberth 1286
.process-comm {
1287
    padding-top: 10px;
1288
    padding-bottom: 20px;
1289
}
15176 stevensc 1290
 
11736 nelberth 1291
ul.avail-checks-search-type li.active {
1292
    background-color: #666666;
1293
}
15176 stevensc 1294
 
11736 nelberth 1295
.usy-name h4 {
1296
    color: #000000;
1297
    font-size: 16px;
1298
    text-transform: capitalize;
1299
    font-weight: 600;
1300
    margin-bottom: 5px;
1301
    margin-top: 2px;
1302
}
15176 stevensc 1303
 
11736 nelberth 1304
.message-btn a.btn-request-connection {
1305
    background-color: #53d690;
1306
}
15176 stevensc 1307
 
11736 nelberth 1308
.message-btn a.btn-cancel-connection {
1309
    background-color: #e44d3a;
1310
}
15176 stevensc 1311
 
11736 nelberth 1312
.message-btn a.btn-send-message {
1313
    background-color: #51a5fb;
1314
}
15176 stevensc 1315
 
11736 nelberth 1316
.bootbox-confirm .btn-danger {
1317
    color: #000000;
1318
}
15176 stevensc 1319
 
11736 nelberth 1320
.title-bar {
1321
    float: left;
1322
    width: 280px;
1323
    margin-top: 12px;
1324
    margin-bottom: 9px;
1325
    vertical-align: middle;
1326
}
15176 stevensc 1327
 
11736 nelberth 1328
.title-bar .title {
1329
    color: #ffffff;
1330
    font-size: 20px;
1331
    text-transform: capitalize;
1332
    font-weight: 600;
15176 stevensc 1333
}
11736 nelberth 1334
 
1335
/*New Style*/
15176 stevensc 1336
.online-btn {
11736 nelberth 1337
    border-radius: 50px;
1338
    width: 20px;
15176 stevensc 1339
    height: 20px;
11736 nelberth 1340
}
15176 stevensc 1341
 
11736 nelberth 1342
/***********************************new style jm*********************************/
1343
.forum-links ul li.active a {
1344
    color: #1dac98;
1345
}
15176 stevensc 1346
 
11736 nelberth 1347
.forum-links ul li.active {
1348
    border-color: #1dac98;
1349
}
15176 stevensc 1350
 
11736 nelberth 1351
.ask-question {
1352
    color: #0961bf !important;
1353
}
15176 stevensc 1354
 
1355
.suggestion-usd>span i:hover {
11736 nelberth 1356
    background-color: #f4e6a6;
1357
}
15176 stevensc 1358
 
11736 nelberth 1359
.bk-links li i {
1360
    background-color: #0961bf;
1361
}
15176 stevensc 1362
 
1363
.view-more>.btn {
11736 nelberth 1364
    background-color: #0961bf;
15176 stevensc 1365
}
1366
 
1367
/* #shared_with {background-color: #0961bf; } #shared_with :hover {color: blank; background-color: #007bff; } */
11736 nelberth 1368
.bid_now {
1369
    background-color: #0961bf;
1370
}
15176 stevensc 1371
 
11736 nelberth 1372
.follow {
1373
    background-color: #1eb89e;
1374
}
15176 stevensc 1375
 
11736 nelberth 1376
.footy-sec.mn ul li a {
1377
    color: #01245d;
1378
    font-size: 0.9rem;
1379
}
15176 stevensc 1380
 
11736 nelberth 1381
.footy-sec.mn ul li a:hover {
1382
    color: #01245d;
1383
    font-weight: bold;
1384
    transition: all 0.5s;
1385
}
15176 stevensc 1386
 
11736 nelberth 1387
.footy-sec.mn p {
1388
    color: #01245d;
1389
}
15176 stevensc 1390
 
11736 nelberth 1391
.star-descp ul li i {
1392
    color: #cacf8c;
1393
}
15176 stevensc 1394
 
11736 nelberth 1395
.hre {
1396
    background-color: #0961bf;
1397
}
15176 stevensc 1398
 
11736 nelberth 1399
.hire-us {
1400
    background-color: #0961bf;
1401
}
15176 stevensc 1402
 
11736 nelberth 1403
.company-up-info {
1404
    background-color: #ffff;
1405
}
15176 stevensc 1406
 
11736 nelberth 1407
.suggestions-list {
1408
    background-color: transparent;
1409
}
15176 stevensc 1410
 
11736 nelberth 1411
.tags-sec {
1412
    background-color: #ffff;
1413
}
15176 stevensc 1414
 
11736 nelberth 1415
.comment_box input {
1416
    background-color: #efefef;
1417
}
15176 stevensc 1418
 
11736 nelberth 1419
.post-bar {
1420
    /* background-color:#dee2e6; */
1421
    background-color: #ffff;
1422
}
15176 stevensc 1423
 
11736 nelberth 1424
.post_with_border {
1425
    border-left: 4px solid #1eb89e;
1426
}
15176 stevensc 1427
 
11736 nelberth 1428
.post-topbar {
1429
    background-color: #ffff;
1430
}
15176 stevensc 1431
 
11736 nelberth 1432
.user-fw-status {
1433
    background-color: transparent;
1434
    margin-bottom: 1rem;
1435
}
15176 stevensc 1436
 
11736 nelberth 1437
.sd-title {
15176 stevensc 1438
    background-color: transparent;
1439
    /* border-top: 1px solid #e5e5e5; */
14746 stevensc 1440
    padding: 10px;
11736 nelberth 1441
}
15176 stevensc 1442
 
11736 nelberth 1443
.sign_link {
1444
    background-color: #ffff;
1445
}
15176 stevensc 1446
 
11736 nelberth 1447
.widget {
1448
    background-color: #ffff;
14746 stevensc 1449
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1450
    padding: 1rem 0;
11736 nelberth 1451
}
15176 stevensc 1452
 
1453
.search-title {
11736 nelberth 1454
    padding-left: 2%;
1455
    font-size: 1.2rem;
1456
}
15176 stevensc 1457
 
11736 nelberth 1458
.paddy {
1459
    background-color: transparent;
1460
}
15176 stevensc 1461
 
11736 nelberth 1462
.filter-heading {
1463
    background-color: transparent;
1464
}
15176 stevensc 1465
 
11736 nelberth 1466
.filter-dd form input,
1467
.filter-dd form select {
1468
    background-color: #fff;
1469
}
15176 stevensc 1470
 
11736 nelberth 1471
.user-profile {
1472
    /* background-color: #f4e6a6; */
1473
    border-radius: 5px 0 0 5px;
1474
}
15176 stevensc 1475
 
11736 nelberth 1476
.feed-comment-container {
1477
    margin-top: 1rem;
1478
}
15176 stevensc 1479
 
11736 nelberth 1480
.comment_box input {
1481
    background-color: #fff;
1482
    margin-top: 1rem;
1483
}
15176 stevensc 1484
 
11736 nelberth 1485
#app {
1486
    background-color: #fff;
1487
}
15176 stevensc 1488
 
11736 nelberth 1489
.pagination li .page-link {
1490
    color: #0961bf;
1491
}
15176 stevensc 1492
 
11736 nelberth 1493
.comment-section {
1494
    background-color: #f5f5f7;
1495
}
15176 stevensc 1496
 
11736 nelberth 1497
nav ul li a {
1498
    color: #fff;
1499
    transition: 0.2s linear;
1500
    font-size: 1rem;
1501
}
15176 stevensc 1502
 
11736 nelberth 1503
nav ul li a:hover {
1504
    color: #16283c;
1505
}
15176 stevensc 1506
 
11736 nelberth 1507
.like-com li a:hover {
1508
    color: #1eb89e;
1509
}
15176 stevensc 1510
 
11736 nelberth 1511
.full-width {
1512
    border-radius: 5px;
1513
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
1514
}
15176 stevensc 1515
 
11736 nelberth 1516
.tab-feed.st2 ul li :hover {
1517
    border-bottom: 3px solid #f4e6a6;
1518
}
15176 stevensc 1519
 
11736 nelberth 1520
.user-info a {
1521
    color: #18516f;
15176 stevensc 1522
}
1523
 
1524
.border-none {
11736 nelberth 1525
    border: none !important;
1526
}
15176 stevensc 1527
 
11736 nelberth 1528
.acc-setting {
1529
    background-color: #ffff;
1530
}
15176 stevensc 1531
 
11736 nelberth 1532
.footy-sec {
1533
    background-color: white;
1534
}
15176 stevensc 1535
 
11736 nelberth 1536
.auth-footy-sec {
1537
    background-color: initial;
1538
}
15176 stevensc 1539
 
11736 nelberth 1540
.auth-footy-sec ul li a {
1541
    font-size: 1rem;
1542
}
15176 stevensc 1543
 
1544
.btn.focus,
1545
.btn:focus {
11736 nelberth 1546
    outline: 0;
1547
    box-shadow: none;
1548
}
15176 stevensc 1549
 
11736 nelberth 1550
.auth-footy-sec p {
1551
    font-size: 1rem;
1552
}
15176 stevensc 1553
 
11736 nelberth 1554
.modal-content input {
1555
    border-radius: 5px;
1556
}
15176 stevensc 1557
 
11736 nelberth 1558
.modal-content select {
1559
    border-radius: 5px;
15176 stevensc 1560
}
1561
 
11736 nelberth 1562
.acc-leftbar {
1563
    background-color: #fff;
1564
}
15176 stevensc 1565
 
11736 nelberth 1566
.save-stngs ul li button {
1567
    background: #0961bf;
1568
    color: #fff !important;
1569
}
15176 stevensc 1570
 
11736 nelberth 1571
.user-profile-ov ul li a {
1572
    background-color: #0961bf;
1573
    color: #ffff;
1574
}
15176 stevensc 1575
 
1576
.usr-pic>img {
11736 nelberth 1577
    width: 80%;
1578
}
15176 stevensc 1579
 
11736 nelberth 1580
.user-specs {
1581
    padding: 39px 0 10px 0;
1582
}
15176 stevensc 1583
 
11736 nelberth 1584
.username-dt {
1585
    padding-top: 10px;
1586
    border-radius: 5px 5px 0 0;
1587
}
15176 stevensc 1588
 
11736 nelberth 1589
.sign_link {
1590
    /* border-top: 1px solid #6c757d; */
1591
}
15176 stevensc 1592
 
14746 stevensc 1593
.post_topbar {
15176 stevensc 1594
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1595
    /* border-radius: 10px; */
14746 stevensc 1596
    padding-bottom: 10px;
1597
    border-bottom: 1px solid #e4e4e4;
1598
}
15176 stevensc 1599
 
14746 stevensc 1600
.share_feed_post_topbar {
1601
    padding-bottom: 10px;
1602
}
15176 stevensc 1603
 
11736 nelberth 1604
.job-status-bar {
1605
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1606
    display: flex;
1607
    justify-content: space-between;
1608
    align-items: center;
15176 stevensc 1609
    padding-top: 1rem;
1610
    /* border-radius: 10px; */
14746 stevensc 1611
    border-top: 1px solid #e5e5e5;
11736 nelberth 1612
}
15176 stevensc 1613
 
11736 nelberth 1614
.comment_box form button {
1615
    width: 20%;
1616
    margin-top: 1rem;
1617
}
15176 stevensc 1618
 
11736 nelberth 1619
.comment_box input {
1620
    width: 371px;
1621
    border-radius: 5px;
1622
    color: black;
1623
    font-weight: 400;
1624
}
15176 stevensc 1625
 
11736 nelberth 1626
.like-com li a {
1627
    color: #0961bf;
1628
}
15176 stevensc 1629
 
11736 nelberth 1630
.like-com li a:hover {
1631
    color: #1e5591 !important;
1632
}
15176 stevensc 1633
 
11736 nelberth 1634
.message-bar-head {
1635
    display: flex;
1636
    height: 13vh;
1637
    justify-content: space-between;
1638
    padding: 20px;
1639
    width: 100%;
1640
}
15176 stevensc 1641
 
11736 nelberth 1642
.user-info {
1643
    /* padding: 10px 38px 2px 40px; */
1644
    height: 45px;
1645
    width: 45px;
1646
    margin-left: 1rem;
15176 stevensc 1647
}
1648
 
1649
/* .user-info > i {right: 25px; } */
11736 nelberth 1650
.file-caption.icon-visible .file-caption-name {
1651
    padding-bottom: 15px;
15176 stevensc 1652
}
1653
 
1654
/**notificaciones**/
11736 nelberth 1655
.notification {
1656
    color: white;
1657
    text-decoration: none;
1658
    padding: 0px 10px;
1659
    position: relative;
1660
    display: inline-block;
15176 stevensc 1661
    border-radius: 2px;
1662
    /* top: 10px; */
11736 nelberth 1663
    font-size: 16px;
1664
}
15176 stevensc 1665
 
1666
.mail_menu>.notification {
11736 nelberth 1667
    margin-bottom: 0.25rem;
1668
}
15176 stevensc 1669
 
11736 nelberth 1670
.notification:hover {
1671
    color: #ecec0e;
1672
}
15176 stevensc 1673
 
11736 nelberth 1674
.notification .badge {
1675
    position: absolute;
1676
    top: -10px;
1677
    right: 2px;
1678
    padding: 3px 6px;
1679
    border-radius: 50%;
1680
    background-color: red;
1681
    color: white;
1682
}
15176 stevensc 1683
 
11736 nelberth 1684
.text-submenu {
1685
    color: #0961bf;
1686
}
15176 stevensc 1687
 
11736 nelberth 1688
.text-submenu:hover {
1689
    font-weight: bold;
1690
    color: #0961bf;
1691
    transition: all 0.5s;
1692
}
15176 stevensc 1693
 
11736 nelberth 1694
header a:hover {
1695
    font-weight: bold;
1696
    color: #0961bf;
1697
    transition: all 0.5s;
1698
}
15176 stevensc 1699
 
11736 nelberth 1700
header .btn:hover {
1701
    color: #0961bf;
1702
    font-weight: bold;
1703
    transition: all 0.5s;
1704
}
15176 stevensc 1705
 
11736 nelberth 1706
.my-company-dropdown.show {
1707
    display: block;
1708
}
15176 stevensc 1709
 
11736 nelberth 1710
.main-ws-sec {
1711
    /* background-color: #ffff; */
15176 stevensc 1712
}
1713
 
1714
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
11736 nelberth 1715
.main-left-sidebar {
14746 stevensc 1716
    margin-top: 37px;
11736 nelberth 1717
}
15176 stevensc 1718
 
11736 nelberth 1719
.message-btn {
1720
    /*display: inline-flex;*/
1721
    display: inherit;
1722
    flex-direction: column;
1723
}
15176 stevensc 1724
 
11736 nelberth 1725
.rc-anchor-checkbox-label {
1726
    font-size: 10px !important;
1727
}
15176 stevensc 1728
 
11736 nelberth 1729
.rc-anchor-normal .rc-anchor-content {
1730
    width: 165px !important;
1731
}
15176 stevensc 1732
 
11736 nelberth 1733
.rc-anchor-normal .rc-anchor-pt {
1734
    text-align: center;
1735
}
15176 stevensc 1736
 
11736 nelberth 1737
.rc-anchor-normal {
1738
    zoom: 87%;
1739
}
15176 stevensc 1740
 
11736 nelberth 1741
.comment-list {
1742
    display: grid;
1743
}
15176 stevensc 1744
 
11736 nelberth 1745
.comment {
1746
    padding-right: 10px;
1747
}
15176 stevensc 1748
 
11736 nelberth 1749
.microlearning-up-info {
14746 stevensc 1750
    float: left;
11736 nelberth 1751
    width: 100%;
14746 stevensc 1752
    padding-bottom: 30px;
1753
    border-bottom: 1px solid #e5e5e5;
11736 nelberth 1754
    background-color: white;
1755
}
15176 stevensc 1756
 
11736 nelberth 1757
.microlearning-up-info img {
1758
    float: none;
1759
    object-fit: cover;
1760
}
15176 stevensc 1761
 
11736 nelberth 1762
.microlearning-up-info h3 {
1763
    color: #000000;
1764
    font-size: 18px;
1765
    font-weight: 600;
1766
    margin-bottom: 10px;
1767
}
15176 stevensc 1768
 
11736 nelberth 1769
.microlearning-up-info h4 {
1770
    color: #686868;
1771
    font-size: 14px;
1772
    font-weight: 500;
1773
    margin-bottom: 21px;
1774
}
15176 stevensc 1775
 
11736 nelberth 1776
.microlearning-up-info ul {
14746 stevensc 1777
    float: left;
11736 nelberth 1778
    width: 100%;
1779
}
15176 stevensc 1780
 
11736 nelberth 1781
.microlearning-up-info ul li {
14746 stevensc 1782
    display: inline-block;
1783
    margin-right: 6px;
11736 nelberth 1784
}
15176 stevensc 1785
 
11736 nelberth 1786
.microlearning-up-info ul li a {
1787
    display: inline-block;
1788
    padding: 0 12px;
1789
    color: #fff;
1790
    height: 35px;
1791
    line-height: 35px;
1792
}
15176 stevensc 1793
 
11736 nelberth 1794
.microlearning-up-info ul li a i {
1795
    font-size: 24px;
1796
    position: relative;
1797
    top: 3px;
15176 stevensc 1798
}
1799
 
1800
/**** INICIO breadcrumb ***/
11736 nelberth 1801
ul.breadcrumb {
1802
    padding: 10px 16px;
1803
    list-style: none;
1804
    background-color: #f5f5f7;
1805
}
15176 stevensc 1806
 
11736 nelberth 1807
ul.breadcrumb li {
1808
    display: inline;
1809
    font-size: 14px;
1810
}
15176 stevensc 1811
 
1812
ul.breadcrumb li+li:before {
11736 nelberth 1813
    padding: 8px;
1814
    color: black;
1815
    content: ">\00a0";
1816
}
15176 stevensc 1817
 
11736 nelberth 1818
ul.breadcrumb li a {
1819
    color: #0275d8;
1820
    text-decoration: none;
1821
}
15176 stevensc 1822
 
11736 nelberth 1823
ul.breadcrumb li a:hover {
1824
    color: #01447e;
1825
    text-decoration: underline;
1826
}
15176 stevensc 1827
 
1828
/**** FIN breadcrumb ***/
1829
.job_descp>p {
1830
    background-color: white;
1831
    /* border-radius: 5px; */
1832
}
1833
 
11736 nelberth 1834
.user-fw-status li {
1835
    padding: 2px 0;
1836
}
15176 stevensc 1837
 
1838
form>input {
11736 nelberth 1839
    border-radius: 5px;
1840
}
15176 stevensc 1841
 
11736 nelberth 1842
.feed-avatar {
1843
    width: 50px;
1844
    height: auto;
1845
}
15176 stevensc 1846
 
11736 nelberth 1847
.cursor-pointer {
1848
    cursor: pointer;
1849
}
15176 stevensc 1850
 
11736 nelberth 1851
.chat-conversation {
1852
    background-image: none;
1853
    background-color: #f5f5f7;
1854
}
15176 stevensc 1855
 
11736 nelberth 1856
.view-more-pro {
1857
    display: inline-block;
1858
    color: #000000;
1859
    font-size: 16px;
1860
    font-weight: 500;
1861
    padding: 18px 0;
1862
}
1863
 
15176 stevensc 1864
#cke-description .cke_path_item,
1865
#cke_2_path {
11736 nelberth 1866
    display: none !important;
16805 efrain 1867
}
16806 efrain 1868
/*
16805 efrain 1869
.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
1870
    right: 0.5rem !important;
16806 efrain 1871
}
1872
*/