Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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