Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 495 | Rev 715 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

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