Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1830 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

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