Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2633 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2633 Rev 2642
Línea 1... Línea -...
1
 
-
 
2
 
-
 
3
 
-
 
4
 
-
 
5
/*===================== TABLE OF CONTENT =======================
1
/*===================== TABLE OF CONTENT =======================
6
1.	1 Homepages
2
1.	1 Homepages
7
2.  Fonts 
3
2.  Fonts 
8
3.  Reset Css
4
3.  Reset Css
9
4.  Cross Browser Compatibility
5
4.  Cross Browser Compatibility
Línea 42... Línea 38...
42
 
38
 
43
/* ================================================================================== 
39
/* ================================================================================== 
44
										Reset Css
40
										Reset Css
Línea -... Línea 41...
-
 
41
===================================================================================== */
-
 
42
 
-
 
43
html,
-
 
44
body,
-
 
45
div,
-
 
46
span,
45
===================================================================================== */
47
applet,
-
 
48
object,
-
 
49
iframe,
-
 
50
h1,
-
 
51
h2,
-
 
52
h3,
-
 
53
h4,
-
 
54
h5,
46
 
55
h6,
-
 
56
p,
-
 
57
blockquote,
-
 
58
pre,
47
html, body, div, span, applet, object, iframe,
59
a,
48
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
60
abbr,
-
 
61
acronym,
-
 
62
address,
-
 
63
big,
-
 
64
cite,
-
 
65
code,
-
 
66
del,
-
 
67
dfn,
-
 
68
em,
-
 
69
img,
-
 
70
ins,
-
 
71
kbd,
-
 
72
q,
-
 
73
s,
-
 
74
samp,
49
a, abbr, acronym, address, big, cite, code,
75
small,
-
 
76
strike,
-
 
77
strong,
-
 
78
sub,
-
 
79
sup,
-
 
80
tt,
-
 
81
var,
-
 
82
b,
50
del, dfn, em, img, ins, kbd, q, s, samp,
83
u,
-
 
84
i,
-
 
85
center,
-
 
86
dl,
-
 
87
dt,
-
 
88
dd,
-
 
89
ol,
51
small, strike, strong, sub, sup, tt, var,
90
ul,
-
 
91
li,
-
 
92
fieldset,
52
b, u, i, center,
93
form,
-
 
94
label,
53
dl, dt, dd, ol, ul, li,
95
legend,
-
 
96
table,
-
 
97
caption,
-
 
98
tbody,
-
 
99
tfoot,
-
 
100
thead,
-
 
101
tr,
-
 
102
th,
-
 
103
td,
-
 
104
article,
54
fieldset, form, label, legend,
105
aside,
-
 
106
canvas,
-
 
107
details,
55
table, caption, tbody, tfoot, thead, tr, th, td,
108
embed,
-
 
109
figure,
-
 
110
figcaption,
-
 
111
footer,
-
 
112
header,
-
 
113
hgroup,
-
 
114
menu,
-
 
115
nav,
-
 
116
output,
56
article, aside, canvas, details, embed, 
117
ruby,
-
 
118
section,
-
 
119
summary,
-
 
120
time,
57
figure, figcaption, footer, header, hgroup, 
121
mark,
58
menu, nav, output, ruby, section, summary,
122
audio,
59
time, mark, audio, video {
123
video {
60
	margin: 0;
124
	margin: 0;
61
	padding: 0;
125
	padding: 0;
62
	border: 0;
126
	border: 0;
63
	font-size: 100%;
127
	font-size: 100%;
64
	font: inherit;
128
	font: inherit;
-
 
129
	vertical-align: baseline;
65
	vertical-align: baseline;
130
}
-
 
131
 
-
 
132
/* HTML5 display-role reset for older browsers */
-
 
133
article,
66
}
134
aside,
-
 
135
details,
-
 
136
figcaption,
-
 
137
figure,
-
 
138
footer,
-
 
139
header,
-
 
140
hgroup,
67
/* HTML5 display-role reset for older browsers */
141
menu,
68
article, aside, details, figcaption, figure, 
142
nav,
69
footer, header, hgroup, menu, nav, section {
143
section {
-
 
144
	display: block;
70
	display: block;
145
}
71
}
146
 
72
body {
147
body {
73
	line-height: 1;
148
	line-height: 1;
74
	font-family: 'Source Sans Pro', sans-serif;
149
	font-family: 'Source Sans Pro', sans-serif;
75
	overflow-x: hidden;
150
	overflow-x: hidden;
76
	font-weight: 400;
151
	font-weight: 400;
-
 
152
	background-color: #f2f2f2;
-
 
153
}
77
	background-color: #f2f2f2;
154
 
78
}
155
ol,
79
ol, ul {
156
ul {
-
 
157
	list-style: none;
80
	list-style: none;
158
}
81
}
159
 
82
a:hover {
160
a:hover {
-
 
161
	text-decoration: none;
83
	text-decoration: none;
162
}
-
 
163
 
84
}
164
blockquote,
85
blockquote, q {
165
q {
-
 
166
	quotes: none;
86
	quotes: none;
167
}
-
 
168
 
87
}
169
blockquote:before,
-
 
170
blockquote:after,
88
blockquote:before, blockquote:after,
171
q:before,
89
q:before, q:after {
172
q:after {
90
	content: '';
173
	content: '';
-
 
174
	content: none;
91
	content: none;
175
}
92
}
176
 
93
button {
177
button {
-
 
178
	outline: none;
94
	outline: none;
179
}
95
}
180
 
96
table {
181
table {
97
	border-collapse: collapse;
182
	border-collapse: collapse;
-
 
183
	border-spacing: 0;
98
	border-spacing: 0;
184
}
99
}
185
 
100
* {
186
* {
101
	margin:0;
187
	margin: 0;
-
 
188
	padding: 0;
102
	padding: 0;
189
}
103
}
190
 
104
a:focus {
191
a:focus {
105
	text-decoration: none;
192
	text-decoration: none;
-
 
193
	outline: none;
106
	outline: none;
194
}
107
}
195
 
108
a:hover {
196
a:hover {
-
 
197
	color: #fff;
109
	color: #fff;
198
}
110
}
199
 
111
button {
200
button {
-
 
201
	outline: none;
112
	outline: none;
202
}
113
}
203
 
114
input {
204
input {
-
 
205
	outline: none;
115
	outline: none;
206
}
116
}
207
 
117
textarea {
208
textarea {
-
 
209
	outline: none;
118
	outline: none;
210
}
119
}
211
 
120
section {
212
section {
121
	float: left;
213
	float: left;
122
	width: 100%;
214
	width: 100%;
-
 
215
	position: relative;
123
	position: relative;
216
}
124
}
217
 
125
img {
218
img {
-
 
219
	float: left;
126
	float: left;
220
}
127
}
221
 
128
p {
222
p {
129
	font-size: 14px;
223
	font-size: 14px;
130
	line-height: 24px;
224
	line-height: 24px;
-
 
225
	color: #666666;
131
	color: #666666;
226
}
132
}
227
 
133
hr {
228
hr {
134
    margin-top: 1rem;
229
	margin-top: 1rem;
135
    margin-bottom: 1rem;
230
	margin-bottom: 1rem;
136
    border: 0;
231
	border: 0;
Línea 137... Línea 232...
137
    border-top: 1px solid #e5e5e5 !important;
232
	border-top: 1px solid #e5e5e5 !important;
138
}
233
}
139
 
234
 
140
/* ================ CROSS BROWSER COMPATABILITY =============== */
235
/* ================ CROSS BROWSER COMPATABILITY =============== */
-
 
236
img {
141
img{
237
	max-width: 100%;
142
	max-width: 100%;
238
}
143
}
239
 
144
.ask-question,
240
.ask-question,
145
nav,
241
nav,
146
.notification-box.active,
242
.notification-box.active,
147
nav ul li a,
243
nav ul li a,
148
.user-account-settingss.active,
244
.user-account-settingss.active,
149
.user-info a,
245
.user-info a,
150
.suggestion-usd > span i,
246
.suggestion-usd>span i,
151
.view-more > a,
247
.view-more>a,
152
.tags-sec ul li a,
248
.tags-sec ul li a,
153
.post-st ul li a,
249
.post-st ul li a,
154
.ed-opts > a,
250
.ed-opts>a,
155
.bk-links li a,
251
.bk-links li a,
156
.like-com li a,
252
.like-com li a,
157
.user-profy > a,
253
.user-profy>a,
158
.slick-previous:before,
254
.slick-previous:before,
159
.slick-nexti:before,
255
.slick-nexti:before,
160
.comment > a,
256
.comment>a,
161
.sign_link > a,
257
.sign_link>a,
162
.post-popup,
258
.post-popup,
163
.post-project > a,
259
.post-project>a,
164
.post-project-fields form ul li button,
260
.post-project-fields form ul li button,
165
.post-project-fields form ul li a,
261
.post-project-fields form ul li a,
166
.sign-control li a,
262
.sign-control li a,
167
.cover-sec > a,
263
.cover-sec>a,
168
.star-descp > a,
264
.star-descp>a,
169
.message-btn a,
265
.message-btn a,
170
.pf-gallery ul li,
266
.pf-gallery ul li,
171
.gallery_pt:before,
267
.gallery_pt:before,
172
.gallery_pt > a,
268
.gallery_pt>a,
173
.overview-box,
269
.overview-box,
174
.skl-name,
270
.skl-name,
175
.conv-list,
271
.conv-list,
176
.save-stngs ul li button,
272
.save-stngs ul li button,
177
.forum-links.active,
273
.forum-links.active,
178
.react-links li a,
274
.react-links li a,
179
.next-prev > a,
275
.next-prev>a,
180
nav ul li:hover > ul,
276
nav ul li:hover>ul,
181
.user-pro-img > a i {
277
.user-pro-img>a i {
182
	-webkit-transition: all 0.4s ease-in;
278
	-webkit-transition: all 0.4s ease-in;
183
	-moz-transition: all 0.4s ease-in;
279
	-moz-transition: all 0.4s ease-in;
Línea 223... Línea 319...
223
.overview-edit form input,
319
.overview-edit form input,
224
.overview-edit form select,
320
.overview-edit form select,
225
.overview-edit button,
321
.overview-edit button,
226
.file-submit,
322
.file-submit,
227
.billing-method,
323
.billing-method,
228
.lt-sec > a,
324
.lt-sec>a,
229
.add-billing-method,
325
.add-billing-method,
230
.payment_methods form button,
326
.payment_methods form button,
231
.payment_methods form input,
327
.payment_methods form input,
232
.company-up-info ul li a,
328
.company-up-info ul li a,
233
.search-box form input,
329
.search-box form input,
Línea 241... Línea 337...
241
.mf-field input,
337
.mf-field input,
242
.mf-field button,
338
.mf-field button,
243
.pagination li .page-link,
339
.pagination li .page-link,
244
.post_comment_sec form textarea,
340
.post_comment_sec form textarea,
245
.post_comment_sec form button,
341
.post_comment_sec form button,
246
.next-prev > a {
342
.next-prev>a {
247
	-webkit-border-radius: 4px;
343
	-webkit-border-radius: 4px;
248
	-moz-border-radius: 4px;
344
	-moz-border-radius: 4px;
249
	-ms-border-radius: 4px;
345
	-ms-border-radius: 4px;
250
	-o-border-radius: 4px;
346
	-o-border-radius: 4px;
251
	border-radius: 3px;
347
	border-radius: 3px;
Línea 262... Línea 358...
262
	position: absolute;
358
	position: absolute;
263
	top: 0;
359
	top: 0;
264
	left: 0;
360
	left: 0;
265
	width: 100%;
361
	width: 100%;
266
	height: 100%;
362
	height: 100%;
267
	background-color: rgba(0,0,0,0.75);
363
	background-color: rgba(0, 0, 0, 0.75);
268
	z-index: 99;
364
	z-index: 99;
269
}
365
}
Línea 270... Línea 366...
270
 
366
 
271
header {
367
header {
272
	float: left;
368
	float: left;
273
	width: 100%;
369
	width: 100%;
274
	background-color: #e44d3a;
370
	background-color: #e44d3a;
-
 
371
}
275
}
372
 
276
.header-data {
373
.header-data {
277
	float: left;
374
	float: left;
278
	width: 100%;
375
	width: 100%;
-
 
376
}
279
}
377
 
280
.logo {
378
.logo {
281
	float: left;
379
	float: left;
282
	width: 40px;
380
	width: 40px;
283
	margin-right: 14px;
381
	margin-right: 14px;
284
	margin-top: 10px;
382
	margin-top: 10px;
-
 
383
}
285
}
384
 
286
.logo.pd-btm {
385
.logo.pd-btm {
287
	padding-bottom: 10px;
386
	padding-bottom: 10px;
-
 
387
}
288
}
388
 
289
.forum-bar {
389
.forum-bar {
290
	float: left;
390
	float: left;
291
	margin-top: 10px;
391
	margin-top: 10px;
292
	width: 400px;
392
	width: 400px;
-
 
393
}
293
}
394
 
294
.forum-bar h2 {
395
.forum-bar h2 {
295
	float: left;
396
	float: left;
296
	margin-right: 40px;
397
	margin-right: 40px;
-
 
398
}
297
}
399
 
298
.forum-bar ul {
400
.forum-bar ul {
299
	float: left;
401
	float: left;
300
	margin-top: 0px;
402
	margin-top: 0px;
-
 
403
}
301
}
404
 
302
.ask-question {
405
.ask-question {
303
	background-color: #fff;
406
	background-color: #fff;
304
	padding: 10px 25px;
407
	padding: 10px 25px;
305
	color: #e44d3a !important;
408
	color: #e44d3a !important;
306
	font-size: 14px;
409
	font-size: 14px;
307
	font-weight: 600;
410
	font-weight: 600;
-
 
411
}
308
}
412
 
309
.ask-question:hover {
413
.ask-question:hover {
310
	color: #e44d3a;
414
	color: #e44d3a;
Línea 311... Línea 415...
311
}
415
}
312
 
416
 
313
.forum-bar ul li {
417
.forum-bar ul li {
314
	display: inline-block;
418
	display: inline-block;
-
 
419
	margin-right: 40px;
315
	margin-right: 40px;
420
}
316
}
421
 
317
.forum-bar ul li:last-child {
422
.forum-bar ul li:last-child {
-
 
423
	margin-right: 0;
318
	margin-right: 0;
424
}
319
}
425
 
320
.forum-bar ul li a {
426
.forum-bar ul li a {
321
	display: inline-block;
427
	display: inline-block;
322
	color: #ffffff;
428
	color: #ffffff;
323
	font-size: 14px;
429
	font-size: 14px;
-
 
430
	font-weight: 500;
324
	font-weight: 500;
431
}
325
}
432
 
326
.forum-bar h2 {
433
.forum-bar h2 {
327
	color: #ffffff;
434
	color: #ffffff;
328
	font-size: 28px;
435
	font-size: 28px;
Línea 334... Línea 441...
334
.login_register {
441
.login_register {
335
	float: right;
442
	float: right;
336
	margin-top: 8px;
443
	margin-top: 8px;
337
	padding-left: 30px;
444
	padding-left: 30px;
338
}
445
}
-
 
446
 
339
.login_register ul li {
447
.login_register ul li {
340
	display: inline-block;
448
	display: inline-block;
341
	margin-right: 8px;
449
	margin-right: 8px;
342
}
450
}
-
 
451
 
343
.login_register ul li:last-child {
452
.login_register ul li:last-child {
344
	margin-right: 0;
453
	margin-right: 0;
345
}
454
}
-
 
455
 
346
.login_register ul li a {
456
.login_register ul li a {
347
	display: inline-block;
457
	display: inline-block;
348
	color: #ffffff;
458
	color: #ffffff;
349
	font-size: 14px;
459
	font-size: 14px;
350
	border: 1px solid #fff;
460
	border: 1px solid #fff;
351
	height: 40px;
461
	height: 40px;
352
	line-height: 40px;
462
	line-height: 40px;
353
	padding: 0 20px;
463
	padding: 0 20px;
354
	font-weight: 600;
464
	font-weight: 600;
355
}
465
}
-
 
466
 
356
.search-bar.st2 {
467
.search-bar.st2 {
357
	float: right;
468
	float: right;
358
}
469
}
-
 
470
 
359
.search-bar {
471
.search-bar {
360
	float: left;
472
	float: left;
361
	width: 280px;
473
	width: 280px;
362
	margin-top: 9px;
474
	margin-top: 9px;
363
}
475
}
-
 
476
 
364
.search-bar form {
477
.search-bar form {
365
	float: left;
478
	float: left;
366
	width: 100%;
479
	width: 100%;
367
	position: relative;
480
	position: relative;
368
}
481
}
-
 
482
 
369
.search-bar form input {
483
.search-bar form input {
370
	width: 100%;
484
	width: 100%;
371
	background-color: #fff;
485
	background-color: #fff;
372
	height: 38px;
486
	height: 38px;
373
	color: #b2b2b2;
487
	color: #b2b2b2;
374
	font-size: 12px;
488
	font-size: 12px;
375
	border: 0;
489
	border: 0;
376
	padding: 0 10px;
490
	padding: 0 10px;
377
}
491
}
-
 
492
 
378
.search-bar form button {
493
.search-bar form button {
379
	position: absolute;
494
	position: absolute;
380
	top: 0;
495
	top: 0;
381
	right: 0;
496
	right: 0;
382
	background-color: #efefef;
497
	background-color: #efefef;
383
	width: 38px;
498
	width: 38px;
384
	height: 100%;
499
	height: 100%;
385
	border: 0;
500
	border: 0;
386
}
501
}
-
 
502
 
387
.search-bar form button i {
503
.search-bar form button i {
388
	color: #e44d3a;
504
	color: #e44d3a;
389
	font-size: 20px;
505
	font-size: 20px;
390
	font-weight: bold;
506
	font-weight: bold;
391
}
507
}
Línea 394... Línea 510...
394
	float: left;
510
	float: left;
395
	width: 60%;
511
	width: 60%;
396
	text-align: right;
512
	text-align: right;
397
	padding-right: 13px;
513
	padding-right: 13px;
398
}
514
}
-
 
515
 
399
nav ul li {
516
nav ul li {
400
	display: inline-block;
517
	display: inline-block;
401
	text-align: center;
518
	text-align: center;
402
	padding: 13px 13px;
519
	padding: 13px 13px;
403
	position: relative;
520
	position: relative;
404
}
521
}
-
 
522
 
405
nav ul li:hover > ul {
523
nav ul li:hover>ul {
406
	opacity: 1;
524
	opacity: 1;
407
	visibility: visible;
525
	visibility: visible;
408
	z-index: 9999;
526
	z-index: 9999;
409
}
527
}
-
 
528
 
410
nav ul ul {
529
nav ul ul {
411
	position: absolute;
530
	position: absolute;
412
	top: 100%;
531
	top: 100%;
413
	left: 0;
532
	left: 0;
414
	width: 200px;
533
	width: 200px;
415
	background-color: #e44d3a;
534
	background-color: #e44d3a;
416
	text-align: left;
535
	text-align: left;
417
	padding: 20px 0 10px 0; 
536
	padding: 20px 0 10px 0;
418
	opacity: 0;
537
	opacity: 0;
419
	visibility: hidden;
538
	visibility: hidden;
420
	z-index: 999999;
539
	z-index: 999999;
421
}
540
}
-
 
541
 
422
nav ul ul li {
542
nav ul ul li {
423
	padding: 0;
543
	padding: 0;
424
	float: left;
544
	float: left;
425
	width: 100%;
545
	width: 100%;
426
	text-align: left;
546
	text-align: left;
427
	margin-bottom: 15px;
547
	margin-bottom: 15px;
428
	padding: 0 20px;
548
	padding: 0 20px;
429
}
549
}
-
 
550
 
430
nav ul ul li a:hover {
551
nav ul ul li a:hover {
431
	color: #fff;
552
	color: #fff;
432
}
553
}
-
 
554
 
433
nav ul ul li a {
555
nav ul ul li a {
434
	font-size: 16px;
556
	font-size: 16px;
435
}
557
}
-
 
558
 
436
.notification-box.msg p {
559
.notification-box.msg p {
437
	line-height: 20px;
560
	line-height: 20px;
438
    font-size: 14px;
561
	font-size: 14px;
439
    font-weight: 400;
562
	font-weight: 400;
440
    margin-top: 2px;
563
	margin-top: 2px;
441
}
564
}
-
 
565
 
442
.notification-box.msg .nott-list .notification-info span {
566
.notification-box.msg .nott-list .notification-info span {
443
	bottom: auto;
567
	bottom: auto;
444
	top: 5px;
568
	top: 5px;
445
}
569
}
-
 
570
 
446
.notification-box.msg .notification-info h3 {
571
.notification-box.msg .notification-info h3 {
447
	margin-bottom: 1px;
572
	margin-bottom: 1px;
448
}
573
}
-
 
574
 
449
.notification-box.msg .nott-list .notfication-details {
575
.notification-box.msg .nott-list .notfication-details {
450
	padding: 17px 20px 17px 20px;
576
	padding: 17px 20px 17px 20px;
451
}
577
}
-
 
578
 
452
.notification-box {
579
.notification-box {
453
	position: absolute;
580
	position: absolute;
454
	top: 100%;
581
	top: 100%;
455
	right: 0;
582
	right: 0;
456
	width: 300px;
583
	width: 300px;
Línea 458... Línea 585...
458
	opacity: 1;
585
	opacity: 1;
459
	visibility: visible;
586
	visibility: visible;
460
	z-index: 999;
587
	z-index: 999;
461
	display: none;
588
	display: none;
462
}
589
}
-
 
590
 
463
.notification-box.active {
591
.notification-box.active {
464
	opacity: 1;
592
	opacity: 1;
465
	visibility: visible;
593
	visibility: visible;
466
	z-index: 999999999;
594
	z-index: 999999999;
467
}
595
}
-
 
596
 
468
.nt-title {
597
.nt-title {
469
	float: left;
598
	float: left;
470
	width: 100%;
599
	width: 100%;
471
	border-bottom: 1px solid #e5e5e5;
600
	border-bottom: 1px solid #e5e5e5;
472
	padding: 10px 20px;
601
	padding: 10px 20px;
473
}
602
}
-
 
603
 
474
.nt-title h4 {
604
.nt-title h4 {
475
	float: left;
605
	float: left;
476
	color: #686868;
606
	color: #686868;
477
	font-size: 12px;
607
	font-size: 12px;
478
	font-weight: 600;
608
	font-weight: 600;
479
}
609
}
-
 
610
 
480
.nt-title > a {
611
.nt-title>a {
481
	float: right;
612
	float: right;
482
	color: #686868;
613
	color: #686868;
483
	font-size: 12px;
614
	font-size: 12px;
484
	font-weight: 600;
615
	font-weight: 600;
485
}
616
}
-
 
617
 
486
.nott-list {
618
.nott-list {
487
	float: left;
619
	float: left;
488
	width: 100%;
620
	width: 100%;
489
}
621
}
-
 
622
 
490
.nott-list .notification-info {
623
.nott-list .notification-info {
491
	width: 86%;
624
	width: 86%;
492
	float: left;
625
	float: left;
493
	text-align: left;
626
	text-align: left;
494
	position: relative;
627
	position: relative;
495
}
628
}
-
 
629
 
496
.nott-list .notfication-details {
630
.nott-list .notfication-details {
497
	padding: 20px 20px 12px 20px;
631
	padding: 20px 20px 12px 20px;
498
}
632
}
-
 
633
 
499
.nott-list .notification-info h3 {
634
.nott-list .notification-info h3 {
500
	line-height: 20px;
635
	line-height: 20px;
501
}
636
}
-
 
637
 
502
.nott-list .notification-info span {
638
.nott-list .notification-info span {
503
	position: absolute;
639
	position: absolute;
504
	bottom: 5px;
640
	bottom: 5px;
505
	right: 0;
641
	right: 0;
506
}
642
}
-
 
643
 
507
.view-all-nots {
644
.view-all-nots {
508
	float: left;
645
	float: left;
509
	width: 100%;
646
	width: 100%;
510
}
647
}
-
 
648
 
511
.view-all-nots > a {
649
.view-all-nots>a {
512
	float: left;
650
	float: left;
513
	width: 100%;
651
	width: 100%;
514
	color: #ffffff;
652
	color: #ffffff;
515
	font-size: 16px;
653
	font-size: 16px;
516
	text-transform: capitalize;
654
	text-transform: capitalize;
517
	font-weight: 600;
655
	font-weight: 600;
518
	text-align: center;
656
	text-align: center;
519
	background-color: #e44d3a;
657
	background-color: #e44d3a;
520
	padding: 18px 0;
658
	padding: 18px 0;
521
}
659
}
-
 
660
 
522
nav ul li span {
661
nav ul li span {
523
	display: block;
662
	display: block;
524
	height: 14px;
663
	height: 14px;
525
}
664
}
-
 
665
 
526
nav ul li span img {
666
nav ul li span img {
527
	float: none;
667
	float: none;
528
}
668
}
-
 
669
 
529
nav ul li a {
670
nav ul li a {
530
	color: #ffffff;
671
	color: #ffffff;
531
	font-size: 14px;
672
	font-size: 14px;
532
}
673
}
-
 
674
 
533
nav > ul > li > a:hover {
675
nav>ul>li>a:hover {
534
	color: #fff;
676
	color: #fff;
535
}
677
}
Línea 536... Línea 678...
536
 
678
 
537
.user-account {
679
.user-account {
Línea 540... Línea 682...
540
	border-left: 1px solid #dd3e2b;
682
	border-left: 1px solid #dd3e2b;
541
	border-right: 1px solid #dd3e2b;
683
	border-right: 1px solid #dd3e2b;
542
	box-sizing: border-box;
684
	box-sizing: border-box;
543
	position: relative;
685
	position: relative;
544
}
686
}
-
 
687
 
545
.user-info {
688
.user-info {
546
	float: left;
689
	float: left;
547
	width: 100%;
690
	width: 100%;
548
	padding: 13px 10px;
691
	padding: 13px 10px;
549
	position: relative;
692
	position: relative;
550
}
693
}
-
 
694
 
551
.user-account-settingss {
695
.user-account-settingss {
552
    position: absolute;
696
	position: absolute;
553
     opacity: 1;
697
	opacity: 1;
554
    visibility: visible;
698
	visibility: visible;
555
    z-index: 999;
699
	z-index: 999;
556
    display: none;
700
	display: none;
557
	top: 100%;
701
	top: 100%;
558
	right: 0;
702
	right: 0;
559
	width: 240px;
703
	width: 240px;
560
	background-color: #fff;
704
	background-color: #fff;
561
	border-left: 1px solid #e5e5e5;
705
	border-left: 1px solid #e5e5e5;
Línea 564... Línea 708...
564
	-webkit-border-radius: 0 0 5px 5px;
708
	-webkit-border-radius: 0 0 5px 5px;
565
	-moz-border-radius: 0 0 5px 5px;
709
	-moz-border-radius: 0 0 5px 5px;
566
	-ms-border-radius: 0 0 5px 5px;
710
	-ms-border-radius: 0 0 5px 5px;
567
	-o-border-radius: 0 0 5px 5px;
711
	-o-border-radius: 0 0 5px 5px;
568
	border-radius: 0 0 5px 5px;
712
	border-radius: 0 0 5px 5px;
569
	-webkit-box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.24);
713
	-webkit-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
570
	-moz-box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.24);
714
	-moz-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
571
	-ms-box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.24);
715
	-ms-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
572
	-o-box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.24);
716
	-o-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
573
	box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.24);
717
	box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
574
	/*opacity: 0;
718
	/*opacity: 0;
575
	visibility: hidden;*/
719
	visibility: hidden;*/
576
}
720
}
-
 
721
 
577
.user-account-settingss.active {
722
.user-account-settingss.active {
578
	opacity: 1;
723
	opacity: 1;
579
	visibility: visible;
724
	visibility: visible;
580
	z-index: 9999;
725
	z-index: 9999;
581
}
726
}
-
 
727
 
582
.user-account-settingss > h3 {
728
.user-account-settingss>h3 {
583
	color: #000000;
729
	color: #000000;
584
	font-size: 16px;
730
	font-size: 16px;
585
	font-weight: 600;
731
	font-weight: 600;
586
	float: left;
732
	float: left;
587
	width: 100%;
733
	width: 100%;
588
	border-bottom: 1px solid #e5e5e5;
734
	border-bottom: 1px solid #e5e5e5;
589
	padding: 15px 20px;
735
	padding: 15px 20px;
590
}
736
}
-
 
737
 
591
.on-off-status {
738
.on-off-status {
592
	float: left;
739
	float: left;
593
	width: 100%;
740
	width: 100%;
594
	padding: 20px;
741
	padding: 20px;
595
	border-bottom: 1px solid #e5e5e5;
742
	border-bottom: 1px solid #e5e5e5;
596
}
743
}
-
 
744
 
597
.on-off-status li {
745
.on-off-status li {
598
	float: left;
746
	float: left;
599
	width: 100%;
747
	width: 100%;
600
	margin-bottom: 15px;
748
	margin-bottom: 15px;
601
}
749
}
-
 
750
 
602
.on-off-status li:last-child {
751
.on-off-status li:last-child {
603
	margin-bottom: 0;
752
	margin-bottom: 0;
604
}
753
}
-
 
754
 
605
.on-off-status li .fgt-sec small {
755
.on-off-status li .fgt-sec small {
606
	color: #686868;
756
	color: #686868;
607
}
757
}
Línea 608... Línea 758...
608
 
758
 
Línea 612... Línea 762...
612
	float: left;
762
	float: left;
613
	width: 100%;
763
	width: 100%;
614
	padding: 20px;
764
	padding: 20px;
615
	border-bottom: 1px solid #e5e5e5;
765
	border-bottom: 1px solid #e5e5e5;
616
}
766
}
-
 
767
 
617
.search_form form {
768
.search_form form {
618
	float: left;
769
	float: left;
619
	width: 100%;
770
	width: 100%;
620
	position: relative;
771
	position: relative;
621
}
772
}
-
 
773
 
622
.search_form form input {
774
.search_form form input {
623
	width: 100%;
775
	width: 100%;
624
	height: 35px;
776
	height: 35px;
625
	padding: 0 15px;
777
	padding: 0 15px;
626
	border: 1px solid #e5e5e5;
778
	border: 1px solid #e5e5e5;
627
	background-color: #f2f2f2;
779
	background-color: #f2f2f2;
628
}
780
}
-
 
781
 
629
.search_form form button {
782
.search_form form button {
630
	color: #f2f2f2;
783
	color: #f2f2f2;
631
	font-size: 14px;
784
	font-size: 14px;
632
	background-color: #e44d3a;
785
	background-color: #e44d3a;
633
	padding: 0 10px;
786
	padding: 0 10px;
Línea 652... Línea 805...
652
	float: left;
805
	float: left;
653
	width: 100%;
806
	width: 100%;
654
	border-bottom: 1px solid #e5e5e5;
807
	border-bottom: 1px solid #e5e5e5;
655
	padding: 20px;
808
	padding: 20px;
656
}
809
}
-
 
810
 
657
.us-links li {
811
.us-links li {
658
	float: left;
812
	float: left;
659
	width: 100%;
813
	width: 100%;
660
	margin-bottom: 15px;
814
	margin-bottom: 15px;
661
}
815
}
-
 
816
 
662
.us-links li:last-child {
817
.us-links li:last-child {
663
	margin-bottom: 0;
818
	margin-bottom: 0;
664
}
819
}
-
 
820
 
665
.us-links li a {
821
.us-links li a {
666
	float: left;
822
	float: left;
667
	width: 100%;
823
	width: 100%;
668
	color: #000000;
824
	color: #000000;
669
	font-size: 14px;
825
	font-size: 14px;
670
	font-weight: 500;
826
	font-weight: 500;
671
}
827
}
-
 
828
 
672
.tc {
829
.tc {
673
	text-align: center;
830
	text-align: center;
674
}
831
}
-
 
832
 
675
.tc a {
833
.tc a {
676
	color: #000;
834
	color: #000;
677
}
835
}
-
 
836
 
678
.user-info img {
837
.user-info img {
679
	margin-right: 10px;
838
	margin-right: 10px;
680
	-webkit-border-radius: 100px;
839
	-webkit-border-radius: 100px;
681
	-moz-border-radius: 100px;
840
	-moz-border-radius: 100px;
682
	-ms-border-radius: 100px;
841
	-ms-border-radius: 100px;
683
	-o-border-radius: 100px;
842
	-o-border-radius: 100px;
684
	border-radius: 100px;
843
	border-radius: 100px;
685
}
844
}
-
 
845
 
686
.user-info a {
846
.user-info a {
687
	color: #fff;
847
	color: #fff;
688
	font-size: 14px;
848
	font-size: 14px;
689
	float: left;
849
	float: left;
690
	margin-top: 8px;
850
	margin-top: 8px;
691
}
851
}
-
 
852
 
692
.user-info a:hover {
853
.user-info a:hover {
693
	color: #fff;
854
	color: #fff;
694
}
855
}
-
 
856
 
695
.user-info > i {
857
.user-info>i {
696
	position: absolute;
858
	position: absolute;
697
	top: 51%;
859
	top: 51%;
698
	right: 10px;
860
	right: 10px;
699
	color: #fff;
861
	color: #fff;
700
	font-size: 12px;
862
	font-size: 12px;
Línea 713... Línea 875...
713
main {
875
main {
714
	float: left;
876
	float: left;
715
	width: 100%;
877
	width: 100%;
716
	padding: 60px 0;
878
	padding: 60px 0;
717
}
879
}
-
 
880
 
718
.main-section {
881
.main-section {
719
	float: left;
882
	float: left;
720
	width: 100%;
883
	width: 100%;
721
}
884
}
-
 
885
 
722
.main-section-data {
886
.main-section-data {
723
	float: left;
887
	float: left;
724
	width: 100%;
888
	width: 100%;
725
}
889
}
-
 
890
 
726
.main-left-sidebar {
891
.main-left-sidebar {
727
	float: left;
892
	float: left;
728
	width: 100%;
893
	width: 100%;
729
	margin-top: -20px;
894
	margin-top: -20px;
730
}
895
}
-
 
896
 
731
.full-width {
897
.full-width {
732
	float: left;
898
	float: left;
733
	width: 100%;
899
	width: 100%;
734
	background-color: #fff;
900
	background-color: #fff;
735
	margin-bottom: 20px;
901
	margin-bottom: 20px;
736
	border-left: 1px solid #e5e5e5;
902
	border-left: 1px solid #e5e5e5;
737
	border-right: 1px solid #e5e5e5;
903
	border-right: 1px solid #e5e5e5;
738
	border-bottom: 1px solid #e5e5e5;
904
	border-bottom: 1px solid #e5e5e5;
739
}
905
}
-
 
906
 
740
.username-dt {
907
.username-dt {
741
	float: left;
908
	float: left;
742
	width: 100%;
909
	width: 100%;
743
	background-color: #e44d3a;
910
	background-color: #e44d3a;
744
	padding-top: 40px;
911
	padding-top: 40px;
745
}
912
}
-
 
913
 
746
.user-data {
914
.user-data {
747
	text-align: center;
915
	text-align: center;
748
}
916
}
-
 
917
 
749
.usr-pic {
918
.usr-pic {
750
	width: 110px;
919
	width: 110px;
751
	height: 110px;
920
	height: 110px;
752
	margin: 0 auto;
921
	margin: 0 auto;
753
	margin-bottom: -48px;
922
	margin-bottom: -48px;
754
}
923
}
-
 
924
 
755
.usr-pic > img {
925
.usr-pic>img {
756
	float: none;
926
	float: none;
757
	border: 5px solid #fff;
927
	border: 5px solid #fff;
758
	-webkit-border-radius: 100px;
928
	-webkit-border-radius: 100px;
759
	-moz-border-radius: 100px;
929
	-moz-border-radius: 100px;
760
	-ms-border-radius: 100px;
930
	-ms-border-radius: 100px;
761
	-o-border-radius: 100px;
931
	-o-border-radius: 100px;
762
	border-radius: 100px;
932
	border-radius: 100px;
763
	width: 100%;
933
	width: 100%;
764
}
934
}
-
 
935
 
765
.user-profile {
936
.user-profile {
766
	float: left;
937
	float: left;
767
	width: 100%;
938
	width: 100%;
768
}
939
}
-
 
940
 
769
.user-specs {
941
.user-specs {
770
	float: left;
942
	float: left;
771
	width: 100%;
943
	width: 100%;
772
	padding: 63px 0 27px 0;
944
	padding: 63px 0 27px 0;
773
}
945
}
-
 
946
 
774
.user-specs h3 {
947
.user-specs h3 {
775
	color: #000000;
948
	color: #000000;
776
	font-size: 24px;
949
	font-size: 24px;
777
	text-transform: capitalize;
950
	text-transform: capitalize;
778
	font-weight: 600;
951
	font-weight: 600;
779
	margin-bottom: 8px;
952
	margin-bottom: 8px;
780
}
953
}
-
 
954
 
781
.user-specs span {
955
.user-specs span {
782
	color: #686868;
956
	color: #686868;
783
	font-size: 14px;
957
	font-size: 14px;
784
}
958
}
Línea 787... Línea 961...
787
 
961
 
788
.user-fw-status {
962
.user-fw-status {
789
	float: left;
963
	float: left;
790
	width: 100%;
964
	width: 100%;
-
 
965
}
791
}
966
 
792
.user-fw-status li {
967
.user-fw-status li {
793
	float: left;
968
	float: left;
794
	width: 100%;
969
	width: 100%;
795
	border-bottom: 1px solid #e5e5e5;
970
	border-bottom: 1px solid #e5e5e5;
796
	border-top: 1px solid #e5e5e5;
971
	border-top: 1px solid #e5e5e5;
797
	padding: 15px 0;
972
	padding: 15px 0;
-
 
973
}
798
}
974
 
799
.user-fw-status li:last-child {
975
.user-fw-status li:last-child {
800
	border-bottom: 0;
976
	border-bottom: 0;
-
 
977
}
801
}
978
 
802
.user-fw-status li:nth-child(1),
979
.user-fw-status li:nth-child(1),
803
.user-fw-status li:nth-child(2) {
980
.user-fw-status li:nth-child(2) {
804
	border-bottom: 0;
981
	border-bottom: 0;
-
 
982
}
805
}
983
 
806
.user-fw-status li h4 {
984
.user-fw-status li h4 {
807
	color: #686868;
985
	color: #686868;
808
	font-size: 20px;
986
	font-size: 20px;
809
	margin-bottom: 10px;
987
	margin-bottom: 10px;
-
 
988
}
810
}
989
 
811
.user-fw-status span {
990
.user-fw-status span {
812
	color: #000000;
991
	color: #000000;
813
	font-size: 20px;
992
	font-size: 20px;
-
 
993
}
814
}
994
 
815
.user-fw-status li a {
995
.user-fw-status li a {
816
	color: #e44d3a;
996
	color: #e44d3a;
817
	font-size: 14px;
997
	font-size: 14px;
818
	font-weight: 600;	
998
	font-weight: 600;
Línea 819... Línea 999...
819
}
999
}
Línea 820... Línea 1000...
820
 
1000
 
Línea 826... Línea 1006...
826
	padding: 20px;
1006
	padding: 20px;
827
	border-bottom: 1px solid #e5e5e5;
1007
	border-bottom: 1px solid #e5e5e5;
828
	position: relative;
1008
	position: relative;
829
	display: grid;
1009
	display: grid;
830
}
1010
}
-
 
1011
 
831
.sd-title h3 {
1012
.sd-title h3 {
832
	color: #000000;
1013
	color: #000000;
833
	font-size: 18px;
1014
	font-size: 18px;
834
	font-weight: 600;
1015
	font-weight: 600;
835
	float: left;
1016
	float: left;
836
}
1017
}
-
 
1018
 
837
.sd-title i {
1019
.sd-title i {
838
	float: right;
1020
	float: right;
839
    color: #b7b7b7;
1021
	color: #b7b7b7;
840
    font-size: 24px;
1022
	font-size: 24px;
841
    position: absolute;
1023
	position: absolute;
842
    right: 5px;
1024
	right: 5px;
843
    top: 18px;
1025
	top: 18px;
844
}
1026
}
-
 
1027
 
845
.suggestions-list {
1028
.suggestions-list {
846
	float: left;
1029
	float: left;
847
	width: 100%;
1030
	width: 100%;
848
	padding: 13px 0 30px 0;
1031
	padding: 13px 0 30px 0;
849
}
1032
}
-
 
1033
 
850
.suggestion-usd {
1034
.suggestion-usd {
851
	float: left;
1035
	float: left;
852
	width: 100%;
1036
	width: 100%;
853
	padding: 15px 20px;
1037
	padding: 15px 20px;
854
}
1038
}
-
 
1039
 
855
.suggestion-usd img {
1040
.suggestion-usd img {
856
	-webkit-border-radius: 100px;
1041
	-webkit-border-radius: 100px;
857
	-moz-border-radius: 100px;
1042
	-moz-border-radius: 100px;
858
	-ms-border-radius: 100px;
1043
	-ms-border-radius: 100px;
859
	-o-border-radius: 100px;
1044
	-o-border-radius: 100px;
860
	border-radius: 100px;
1045
	border-radius: 100px;
861
}
1046
}
-
 
1047
 
862
.sgt-text {
1048
.sgt-text {
863
	float: left;
1049
	float: left;
864
	padding-left: 10px;
1050
	padding-left: 10px;
865
}
1051
}
-
 
1052
 
866
.sgt-text h4 {
1053
.sgt-text h4 {
867
	color: #000000;
1054
	color: #000000;
868
	font-size: 14px;
1055
	font-size: 14px;
869
	font-weight: 600;
1056
	font-weight: 600;
870
	margin-bottom: 4px;
1057
	margin-bottom: 4px;
871
}
1058
}
-
 
1059
 
872
.sgt-text span {
1060
.sgt-text span {
873
	color: #686868;
1061
	color: #686868;
874
	font-size: 14px;
1062
	font-size: 14px;
875
}
1063
}
-
 
1064
 
876
.suggestion-usd > span {
1065
.suggestion-usd>span {
877
	float: right;
1066
	float: right;
878
	margin-top: 4px;
1067
	margin-top: 4px;
879
	position: relative;
1068
	position: relative;
880
}
1069
}
-
 
1070
 
881
.suggestion-usd > span i {
1071
.suggestion-usd>span i {
882
	color: #b2b2b2;
1072
	color: #b2b2b2;
883
	width: 30px;
1073
	width: 30px;
884
	height: 30px;
1074
	height: 30px;
885
	border-radius: 3px;
1075
	border-radius: 3px;
886
	border: 1px solid #e5e5e5;
1076
	border: 1px solid #e5e5e5;
887
	text-align: center;	
1077
	text-align: center;
888
	line-height: 30px;
1078
	line-height: 30px;
889
	font-weight: 700;
1079
	font-weight: 700;
890
	cursor: pointer;
1080
	cursor: pointer;
891
}
1081
}
-
 
1082
 
892
.suggestion-usd > span i:hover {
1083
.suggestion-usd>span i:hover {
893
	background-color: #e44d3a;
1084
	background-color: #e44d3a;
894
	color: #fff;
1085
	color: #fff;
895
	border-radius: 3px;
1086
	border-radius: 3px;
896
}
1087
}
-
 
1088
 
897
.view-more {
1089
.view-more {
898
	float: left;
1090
	float: left;
899
	width: 100%;
1091
	width: 100%;
900
	text-align: center;
1092
	text-align: center;
901
	padding-top: 10px;
1093
	padding-top: 10px;
902
}
1094
}
-
 
1095
 
903
.view-more > a {
1096
.view-more>a {
904
	color: #e44d3a;
1097
	color: #e44d3a;
905
	font-size: 14px;
1098
	font-size: 14px;
906
	font-weight: 700;
1099
	font-weight: 700;
907
}
1100
}
-
 
1101
 
908
.view-more > a:hover {
1102
.view-more>a:hover {
909
	color: #e44d3a
1103
	color: #e44d3a
910
}
1104
}
Línea 915... Línea 1109...
915
 
1109
 
916
.tags-sec {
1110
.tags-sec {
917
	background-color: #fff;
1111
	background-color: #fff;
918
	padding: 25px 5px;
1112
	padding: 25px 5px;
-
 
1113
}
919
}
1114
 
920
.tags-sec ul {
1115
.tags-sec ul {
921
	float: left;
1116
	float: left;
922
	width: 100%;
1117
	width: 100%;
923
	text-align: center;
1118
	text-align: center;
-
 
1119
}
924
}
1120
 
925
.tags-sec ul li {
1121
.tags-sec ul li {
926
	display: inline-block;
1122
	display: inline-block;
927
	border-right: 1px solid #b2b2b2;
1123
	border-right: 1px solid #b2b2b2;
928
	padding: 0 7px;
1124
	padding: 0 7px;
929
	margin-bottom: 15px;
1125
	margin-bottom: 15px;
-
 
1126
}
930
}
1127
 
931
.tags-sec ul li:nth-child(3),
1128
.tags-sec ul li:nth-child(3),
932
.tags-sec ul li:nth-child(5),
1129
.tags-sec ul li:nth-child(5),
933
.tags-sec ul li:nth-child(8) {
1130
.tags-sec ul li:nth-child(8) {
934
	border-right: 0;
1131
	border-right: 0;
-
 
1132
}
935
}
1133
 
936
.tags-sec ul li a {
1134
.tags-sec ul li a {
937
	display: inline-block;
1135
	display: inline-block;
938
	color: #b2b2b2;
1136
	color: #b2b2b2;
939
	font-size: 13px;
1137
	font-size: 13px;
940
	font-weight: 500;
1138
	font-weight: 500;
-
 
1139
}
941
}
1140
 
942
.tags-sec ul li a:hover {
1141
.tags-sec ul li a:hover {
943
	color: #e44d3a;
1142
	color: #e44d3a;
-
 
1143
}
944
}
1144
 
945
.cp-sec {
1145
.cp-sec {
946
	float: left;
1146
	float: left;
947
	width: 100%;
1147
	width: 100%;
948
	margin-top: 5px;
1148
	margin-top: 5px;
949
	padding: 0 13px;
1149
	padding: 0 13px;
-
 
1150
}
950
}
1151
 
951
.cp-sec > img {
1152
.cp-sec>img {
952
	float: left;
1153
	float: left;
953
	margin-top: 3px;
1154
	margin-top: 3px;
-
 
1155
}
954
}
1156
 
955
.cp-sec p {
1157
.cp-sec p {
956
	float: right;
1158
	float: right;
957
	color: #b2b2b2;
1159
	color: #b2b2b2;
958
	font-size: 14px;
1160
	font-size: 14px;
959
	font-weight: 500;
1161
	font-weight: 500;
-
 
1162
}
960
}
1163
 
961
.cp-sec p img {
1164
.cp-sec p img {
962
	float: none;
1165
	float: none;
963
	display: inline-block;
1166
	display: inline-block;
964
	position: relative;
1167
	position: relative;
Línea 983... Línea 1186...
983
	background-color: #fff;
1186
	background-color: #fff;
984
	border-top: 4px solid #e44d3a;
1187
	border-top: 4px solid #e44d3a;
985
	border-left: 1px solid #e4e4e4;
1188
	border-left: 1px solid #e4e4e4;
986
	border-bottom: 1px solid #e4e4e4;
1189
	border-bottom: 1px solid #e4e4e4;
987
	border-right: 1px solid #e4e4e4;
1190
	border-right: 1px solid #e4e4e4;
988
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.24);
1191
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
989
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.24);
1192
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
990
	-ms-box-shadow: 0 0 1px rgba(0,0,0,0.24);
1193
	-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
991
	-o-box-shadow: 0 0 1px rgba(0,0,0,0.24);
1194
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
992
	box-shadow: 0 0 1px rgba(0,0,0,0.24);
1195
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
993
	margin-bottom: 20px;
1196
	margin-bottom: 20px;
994
}
1197
}
-
 
1198
 
995
.user-picy {
1199
.user-picy {
996
	float: left;
1200
	float: left;
997
	width: 50px;
1201
	width: 50px;
998
}
1202
}
-
 
1203
 
999
.user-picy img {
1204
.user-picy img {
1000
	width: 100%;
1205
	width: 100%;
1001
	object-fit: cover;
1206
	object-fit: cover;
1002
}
1207
}
-
 
1208
 
1003
.post-st {
1209
.post-st {
1004
	float: right;
1210
	float: right;
1005
	margin-top: 5px;
1211
	margin-top: 5px;
1006
}
1212
}
-
 
1213
 
1007
.post-st ul li {
1214
.post-st ul li {
1008
	display: inline-block;
1215
	display: inline-block;
1009
	margin-right: 6px;
1216
	margin-right: 6px;
1010
}
1217
}
-
 
1218
 
1011
.post-st ul li:last-child {
1219
.post-st ul li:last-child {
1012
	margin-right: 0;
1220
	margin-right: 0;
1013
}
1221
}
-
 
1222
 
1014
.post-st ul li a {
1223
.post-st ul li a {
1015
	color: #b2b2b2;
1224
	color: #b2b2b2;
1016
	font-size: 16px;
1225
	font-size: 16px;
1017
	display: inline-block;
1226
	display: inline-block;
1018
	background-color: #e5e5e5;
1227
	background-color: #e5e5e5;
1019
	height: 40px;
1228
	height: 40px;
1020
	padding: 0 15px;
1229
	padding: 0 15px;
1021
	line-height: 40px;
1230
	line-height: 40px;
1022
	font-weight: 500;
1231
	font-weight: 500;
1023
}
1232
}
-
 
1233
 
1024
.post-st ul li a:hover,
1234
.post-st ul li a:hover,
1025
.post-st ul li a.active {
1235
.post-st ul li a.active {
1026
	background-color: #e44d3a;
1236
	background-color: #e44d3a;
1027
	color: #fff;
1237
	color: #fff;
1028
}
1238
}
Línea 1032... Línea 1242...
1032
 
1242
 
1033
.posts-section {
1243
.posts-section {
1034
	float: left;
1244
	float: left;
1035
	width: 100%;
1245
	width: 100%;
-
 
1246
}
1036
}
1247
 
1037
.reviewtext{
1248
.reviewtext {
1038
	margin: 0 -20px;
1249
	margin: 0 -20px;
-
 
1250
}
1039
}
1251
 
1040
.reviewtext p{
1252
.reviewtext p {
1041
	padding-left: 20px;
1253
	padding-left: 20px;
-
 
1254
}
1042
}
1255
 
1043
.post-bar {
1256
.post-bar {
1044
	float: left;
1257
	float: left;
1045
	width: 100%;
1258
	width: 100%;
1046
	background-color: #fff;
1259
	background-color: #fff;
Línea 1049... Línea 1262...
1049
	border-bottom: 1px solid #e4e4e4;
1262
	border-bottom: 1px solid #e4e4e4;
1050
	margin-bottom: 20px;
1263
	margin-bottom: 20px;
1051
	padding: 20px;
1264
	padding: 20px;
1052
	box-shadow: 0px 2px #e4e4e4;
1265
	box-shadow: 0px 2px #e4e4e4;
1053
}
1266
}
-
 
1267
 
1054
.post_topbar {
1268
.post_topbar {
1055
	float: left;
1269
	float: left;
1056
	width: 100%;
1270
	width: 100%;
1057
	position: relative;
1271
	position: relative;
1058
}
1272
}
-
 
1273
 
1059
.rep-post{
1274
.rep-post {
1060
	padding: 0;
1275
	padding: 0;
1061
}
1276
}
-
 
1277
 
1062
.usy-dt {
1278
.usy-dt {
1063
	float: left;
1279
	float: left;
1064
}
1280
}
-
 
1281
 
1065
.usy-dt img {
1282
.usy-dt img {
1066
	-webkit-border-radius: 100px;
1283
	-webkit-border-radius: 100px;
1067
	-moz-border-radius: 100px;
1284
	-moz-border-radius: 100px;
1068
	-ms-border-radius: 100px;
1285
	-ms-border-radius: 100px;
1069
	-o-border-radius: 100px;
1286
	-o-border-radius: 100px;
1070
	border-radius: 100px;
1287
	border-radius: 100px;
1071
	margin-top: 2px;
1288
	margin-top: 2px;
1072
}
1289
}
-
 
1290
 
1073
.ed-opts {
1291
.ed-opts {
1074
	float: right;
1292
	float: right;
1075
	position: relative;
1293
	position: relative;
1076
	top: 7px;
1294
	top: 7px;
1077
}
1295
}
-
 
1296
 
1078
.ed-opts > a {
1297
.ed-opts>a {
1079
	 color: #b2b2b2;
1298
	color: #b2b2b2;
1080
    font-size: 24px;
1299
	font-size: 24px;
1081
    float: right;
1300
	float: right;
1082
    position: relative;
1301
	position: relative;
1083
    left: 10px;
1302
	left: 10px;
1084
    top: -10px;
1303
	top: -10px;
1085
}
1304
}
-
 
1305
 
1086
.ed-options {
1306
.ed-options {
1087
	position: absolute;
1307
	position: absolute;
1088
	top: 100%;
1308
	top: 100%;
1089
	right: 0;
1309
	right: 0;
1090
	width: 130px;
1310
	width: 130px;
1091
	background-color: #fff;
1311
	background-color: #fff;
1092
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.28);
1312
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
1093
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.28);
1313
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
1094
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.28);
1314
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
1095
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.28);
1315
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
1096
	box-shadow: 0 0 10px rgba(0,0,0,0.28);
1316
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
1097
	padding: 20px;
1317
	padding: 20px;
1098
	opacity: 0;
1318
	opacity: 0;
1099
	visibility: hidden;
1319
	visibility: hidden;
1100
	z-index: 0;
1320
	z-index: 0;
1101
}
1321
}
-
 
1322
 
1102
.ed-options.active {
1323
.ed-options.active {
1103
	opacity: 1;
1324
	opacity: 1;
1104
	visibility: visible;
1325
	visibility: visible;
1105
	z-index: 999;
1326
	z-index: 999;
1106
}
1327
}
-
 
1328
 
1107
.ed-options li {
1329
.ed-options li {
1108
	float: left;
1330
	float: left;
1109
	width: 100%;
1331
	width: 100%;
1110
	margin-bottom: 15px;
1332
	margin-bottom: 15px;
1111
}
1333
}
-
 
1334
 
1112
.ed-options li:last-child {
1335
.ed-options li:last-child {
1113
	margin-bottom: 0;
1336
	margin-bottom: 0;
1114
}
1337
}
-
 
1338
 
1115
.ed-options li a {
1339
.ed-options li a {
1116
	color: #686868;
1340
	color: #686868;
1117
	font-size: 14px;
1341
	font-size: 14px;
1118
	font-weight: 600;
1342
	font-weight: 600;
1119
}
1343
}
-
 
1344
 
1120
.ed-opts > a:hover {
1345
.ed-opts>a:hover {
1121
	color: #e44d3a;
1346
	color: #e44d3a;
1122
}
1347
}
-
 
1348
 
1123
.usy-name {
1349
.usy-name {
1124
	float: left;
1350
	float: left;
1125
	margin-left: 15px;
1351
	margin-left: 15px;
1126
}
1352
}
-
 
1353
 
1127
.usy-name h3 {
1354
.usy-name h3 {
1128
	color: #000000;
1355
	color: #000000;
1129
	font-size: 18px;
1356
	font-size: 18px;
1130
	text-transform: capitalize;
1357
	text-transform: capitalize;
1131
	font-weight: 600;
1358
	font-weight: 600;
1132
	margin-bottom: 5px;
1359
	margin-bottom: 5px;
1133
	margin-top: 2px;
1360
	margin-top: 2px;
1134
}
1361
}
-
 
1362
 
1135
.usy-name span {
1363
.usy-name span {
1136
	font-size: 14px;
1364
	font-size: 14px;
1137
	font-weight: 600;
1365
	font-weight: 600;
1138
}
1366
}
-
 
1367
 
1139
.usy-name img {
1368
.usy-name img {
1140
	margin-top: 4px;
1369
	margin-top: 4px;
1141
	margin-right: 6px;
1370
	margin-right: 6px;
1142
}
1371
}
Línea 1143... Línea 1372...
1143
 
1372
 
1144
.usy-name .bklink img {
1373
.usy-name .bklink img {
1145
    margin-top: 1px;
1374
	margin-top: 1px;
1146
    margin-right: 6px;
1375
	margin-right: 6px;
Línea 1147... Línea 1376...
1147
}
1376
}
1148
 
1377
 
1149
.epi2 i {
1378
.epi2 i {
Línea 1150... Línea 1379...
1150
    margin-right: 5px;
1379
	margin-right: 5px;
1151
}
1380
}
1152
 
1381
 
1153
#rewivewdata .review-lt {
1382
#rewivewdata .review-lt {
1154
	float: left;
1383
	float: left;
Línea 1155... Línea 1384...
1155
    margin-top: 5px;
1384
	margin-top: 5px;
1156
    margin-bottom: 15px;
1385
	margin-bottom: 15px;
1157
}
1386
}
1158
 
1387
 
-
 
1388
.review-lt img {
1159
.review-lt img {
1389
	margin-top: 1px;
1160
    margin-top: 1px;
1390
	margin-right: 6px;
1161
    margin-right: 6px;
1391
}
-
 
1392
 
1162
}
1393
.bid-tab {
1163
.bid-tab{
1394
	margin-bottom: 20px;
1164
	margin-bottom: 20px;
1395
}
1165
}
1396
 
1166
.epi-sec {
1397
.epi-sec {
-
 
1398
	float: left;
1167
	 float: left;
1399
	width: 100%;
1168
    width: 100%;
1400
	padding: 0;
1169
    padding: 0;
1401
}
1170
}
1402
 
1171
.usy-name .bklink {
1403
.usy-name .bklink {
-
 
1404
	float: left;
1172
    float: left;
1405
	margin-top: 5px !important;
1173
    margin-top: 5px !important;
1406
	margin-bottom: 15px;
1174
    margin-bottom: 15px;
1407
}
1175
}
1408
 
1176
.descp {
1409
.descp {
-
 
1410
	float: left;
1177
	float: left;
1411
	margin-top: 15px;
1178
    margin-top: 15px;
1412
	margin-bottom: 15px;
1179
    margin-bottom: 15px;
1413
}
1180
}
1414
 
-
 
1415
.descp li {
1181
.descp li {
1416
	display: inline-block;
1182
	display: inline-block;
1417
	margin-right: 15px;
1183
	margin-right: 15px;
1418
}
1184
}
1419
 
1185
.descp li span {
1420
.descp li span {
-
 
1421
	color: #b2b2b2;
1186
	color: #b2b2b2;
1422
	font-size: 14px;
1187
	font-size: 14px;
1423
	float: left;
1188
	float: left;
1424
}
-
 
1425
 
1189
}
1426
.descp li img {
1190
.descp li img {
1427
	margin-right: 5px;
1191
	margin-right: 5px;
1428
}
-
 
1429
 
1192
}
1430
.bk-links {
1193
.bk-links {
1431
	float: right;
1194
	float: right;
1432
}
1195
}
1433
 
-
 
1434
.bk-links li {
1196
.bk-links li {
1435
	display: inline-block;
1197
	display: inline-block;
1436
	margin-right: 7px;
1198
	margin-right: 7px;
1437
}
-
 
1438
 
1199
}
1439
.bk-links li:last-child {
1200
.bk-links li:last-child {
1440
	margin-right: 0;
1201
	margin-right: 0;
1441
}
1202
}
1442
 
1203
.bk-links li i {
1443
.bk-links li i {
1204
	color: #fff;
1444
	color: #fff;
1205
	font-size: 24px;
1445
	font-size: 24px;
1206
	width: 33px;
1446
	width: 33px;
1207
	height: 30px;
1447
	height: 30px;
1208
	padding-left: 0px;
1448
	padding-left: 0px;
-
 
1449
	background-color: #53d690;
1209
	background-color: #53d690;
1450
	text-align: center;
1210
	text-align: center;
1451
	line-height: 30px;
1211
	line-height: 30px;
1452
}
-
 
1453
 
1212
}
1454
.bk-links li i.la-envelope {
1213
.bk-links li i.la-envelope {
1455
	background-color: #e44d3a;
1214
	background-color: #e44d3a;
1456
}
1215
}
1457
 
1216
.bid_now {
1458
.bid_now {
Línea 1222... Línea 1464...
1222
	padding: 0 10px;
1464
	padding: 0 10px;
1223
	line-height: 30px;
1465
	line-height: 30px;
1224
	position: relative;
1466
	position: relative;
1225
	top: -3px;
1467
	top: -3px;
1226
}
1468
}
-
 
1469
 
1227
.bid_now:hover {
1470
.bid_now:hover {
1228
	color: #fff;	
1471
	color: #fff;
1229
}
1472
}
Línea 1230... Línea 1473...
1230
 
1473
 
Línea 1231... Línea 1474...
1231
 
1474
 
1232
/* ============== job_descp ============ */
1475
/* ============== job_descp ============ */
1233
 
1476
 
1234
.job_descp {
1477
.job_descp {
-
 
1478
	float: left;
1235
	float: left;
1479
	width: 100%;
1236
	width: 100%;
1480
}
1237
}
1481
 
1238
.job_descp h3 {
1482
.job_descp h3 {
1239
	color: #333;
1483
	color: #333;
1240
	font-size: 16px;
1484
	font-size: 16px;
-
 
1485
	font-weight: 600;
1241
	font-weight: 600;
1486
	margin-bottom: 15px;
1242
	margin-bottom: 15px;
1487
}
1243
}
1488
 
1244
.job-dt {
1489
.job-dt {
1245
	float: left;
1490
	float: left;
-
 
1491
	width: 100%;
1246
	width: 100%;
1492
	margin-bottom: 22px;
1247
	margin-bottom: 22px;
1493
}
1248
}
1494
 
1249
.job-dt li {
1495
.job-dt li {
-
 
1496
	display: inline-block;
1250
	display: inline-block;
1497
	margin-right: 15px;
1251
	margin-right: 15px;
1498
}
1252
}
1499
 
1253
.job-dt li a {
1500
.job-dt li a {
1254
	color: #fff;
1501
	color: #fff;
Línea 1262... Línea 1509...
1262
	border-radius: 3px;
1509
	border-radius: 3px;
1263
	display: inline-block;
1510
	display: inline-block;
1264
	font-size: 14px;
1511
	font-size: 14px;
1265
	font-weight: 500;
1512
	font-weight: 500;
1266
}
1513
}
-
 
1514
 
1267
.job-dt li span {
1515
.job-dt li span {
1268
	color: #333;
1516
	color: #333;
1269
	font-size: 16px;
1517
	font-size: 16px;
1270
	font-weight: 600;
1518
	font-weight: 600;
1271
}
1519
}
-
 
1520
 
1272
.job_descp > p {
1521
.job_descp>p {
1273
	color: #666666;
1522
	color: #666666;
1274
	font-size: 15px;
1523
	font-size: 15px;
1275
	line-height: 24px;
1524
	line-height: 24px;
1276
	margin-bottom: 20px;
1525
	margin-bottom: 20px;
1277
}
1526
}
-
 
1527
 
1278
.job_descp > p a {
1528
.job_descp>p a {
1279
	color: #e44d3a;
1529
	color: #e44d3a;
1280
	font-weight: 600;
1530
	font-weight: 600;
1281
}
1531
}
Línea 1282... Línea 1532...
1282
 
1532
 
Línea 1286... Línea 1536...
1286
	float: left;
1536
	float: left;
1287
	width: 100%;
1537
	width: 100%;
1288
	margin-bottom: 15px;
1538
	margin-bottom: 15px;
Línea 1289... Línea 1539...
1289
 
1539
 
-
 
1540
}
1290
}
1541
 
1291
.skill-tags li {
1542
.skill-tags li {
1292
	display: inline-block;
1543
	display: inline-block;
1293
	margin-right: 6px;
1544
	margin-right: 6px;
1294
	margin-bottom: 10px;
1545
	margin-bottom: 10px;
-
 
1546
}
1295
}
1547
 
1296
.skill-tags li a {
1548
.skill-tags li a {
1297
	display: inline-block;
1549
	display: inline-block;
1298
	color: #b2b2b2;
1550
	color: #b2b2b2;
1299
	font-size: 14px;
1551
	font-size: 14px;
Línea 1311... Línea 1563...
1311
 
1563
 
1312
.job-status-bar {
1564
.job-status-bar {
1313
	float: left;
1565
	float: left;
1314
	width: 100%;
1566
	width: 100%;
-
 
1567
}
1315
}
1568
 
1316
.like-com {
1569
.like-com {
1317
	float: left;
1570
	float: left;
1318
	margin-top: 20px;
1571
	margin-top: 20px;
-
 
1572
}
1319
}
1573
 
1320
.like-com li {
1574
.like-com li {
1321
	display: inline-block;
1575
	display: inline-block;
1322
	margin-right: 15px;
1576
	margin-right: 15px;
-
 
1577
}
1323
}
1578
 
1324
.like-com li a {
1579
.like-com li a {
1325
	color: #b2b2b2;
1580
	color: #b2b2b2;
1326
	font-size: 14px;
1581
	font-size: 14px;
1327
	font-weight: 500;
1582
	font-weight: 500;
1328
	float: left;
1583
	float: left;
1329
	margin-top: 6px;
1584
	margin-top: 6px;
1330
	margin-right: 5px;
1585
	margin-right: 5px;
-
 
1586
}
1331
}
1587
 
1332
.like-com li a:hover {
1588
.like-com li a:hover {
1333
	color: #e44d3a;
1589
	color: #e44d3a;
-
 
1590
}
1334
}
1591
 
1335
.like-com li a.active {
1592
.like-com li a.active {
1336
	color: #e44d3a;
1593
	color: #e44d3a;
-
 
1594
}
1337
}
1595
 
1338
.like-com li a i {
1596
.like-com li a i {
1339
	margin-right: 2px;
1597
	margin-right: 2px;
1340
	font-size: 14px;
1598
	font-size: 14px;
1341
	position: relative;
1599
	position: relative;
1342
	top: 2px;
1600
	top: 2px;
-
 
1601
}
1343
}
1602
 
1344
.like-com li span {
1603
.like-com li span {
1345
	color: #ffffff;
1604
	color: #ffffff;
1346
	font-size: 13px;
1605
	font-size: 13px;
1347
	width: 30px;
1606
	width: 30px;
Línea 1356... Línea 1615...
1356
	float: left;
1615
	float: left;
1357
	text-align: center;
1616
	text-align: center;
1358
	font-weight: 600;
1617
	font-weight: 600;
1359
	margin-left: -25px;
1618
	margin-left: -25px;
1360
}
1619
}
-
 
1620
 
1361
.like-com li .com {
1621
.like-com li .com {
1362
	position: relative;
1622
	position: relative;
1363
	top: -9px;
1623
	top: -9px;
1364
}
1624
}
-
 
1625
 
1365
.like-com li .com img {
1626
.like-com li .com img {
1366
	margin-right: 10px;
1627
	margin-right: 10px;
1367
}
1628
}
Línea 1368... Línea 1629...
1368
 
1629
 
1369
.job-status-bar > a {
1630
.job-status-bar>a {
1370
	float: right;
1631
	float: right;
1371
	color: #b2b2b2 !important;
1632
	color: #b2b2b2 !important;
1372
	font-size: 14px;
1633
	font-size: 14px;
1373
	margin-top: 29px;
1634
	margin-top: 29px;
1374
	cursor: pointer;
1635
	cursor: pointer;
-
 
1636
}
1375
}
1637
 
1376
.job-status-bar > a:hover {
1638
.job-status-bar>a:hover {
1377
	color: #e44d3a !important;
1639
	color: #e44d3a !important;
-
 
1640
}
1378
}
1641
 
1379
.job-status-bar > a i {
1642
.job-status-bar>a i {
1380
	font-size: 14px;
1643
	font-size: 14px;
1381
    margin-right: 7px;
1644
	margin-right: 7px;
1382
    position: relative;
1645
	position: relative;
1383
    top: 1px;
1646
	top: 1px;
Línea 1384... Línea 1647...
1384
}
1647
}
Línea 1391... Línea 1654...
1391
	float: left;
1654
	float: left;
1392
	width: 100%;
1655
	width: 100%;
1393
	border: 1px solid #e5e5e5;
1656
	border: 1px solid #e5e5e5;
1394
	margin-bottom: 20px;
1657
	margin-bottom: 20px;
1395
}
1658
}
-
 
1659
 
1396
.pf-hd {
1660
.pf-hd {
1397
	float: left;
1661
	float: left;
1398
	width: 100%;
1662
	width: 100%;
1399
	border-bottom: 1px solid #e5e5e5;
1663
	border-bottom: 1px solid #e5e5e5;
1400
	padding: 20px 20px;
1664
	padding: 20px 20px;
1401
	position: relative;
1665
	position: relative;
1402
}
1666
}
-
 
1667
 
1403
.pf-hd h3 {
1668
.pf-hd h3 {
1404
	color: #000000;
1669
	color: #000000;
1405
	font-size: 20px;
1670
	font-size: 20px;
1406
	font-weight: 600;
1671
	font-weight: 600;
1407
	text-transform: capitalize;
1672
	text-transform: capitalize;
1408
	float: left;
1673
	float: left;
1409
}
1674
}
-
 
1675
 
1410
.pf-hd i {
1676
.pf-hd i {
1411
	position: absolute;
1677
	position: absolute;
1412
	top: 50%;
1678
	top: 50%;
1413
	-webkit-transform: translateY(-50%);
1679
	-webkit-transform: translateY(-50%);
1414
	-moz-transform: translateY(-50%);
1680
	-moz-transform: translateY(-50%);
Línea 1426... Línea 1692...
1426
.profiles-slider {
1692
.profiles-slider {
1427
	float: left;
1693
	float: left;
1428
	width: 100%;
1694
	width: 100%;
1429
	padding: 20px;
1695
	padding: 20px;
1430
}
1696
}
-
 
1697
 
1431
.user-profy {
1698
.user-profy {
1432
	float: left;
1699
	float: left;
1433
	width: 100%;
1700
	width: 100%;
1434
	background-color: #fff;
1701
	background-color: #fff;
1435
	text-align: center;
1702
	text-align: center;
1436
	border-left: 1px solid #ececec;
1703
	border-left: 1px solid #ececec;
1437
	border-bottom: 1px solid #ececec;
1704
	border-bottom: 1px solid #ececec;
1438
	border-right: 1px solid #ececec;
1705
	border-right: 1px solid #ececec;
1439
	-webkit-box-shadow: 0px 0.5px 0.2px rgba(0,0,0,0.24);
1706
	-webkit-box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1440
	-moz-box-shadow: 0px 0.5px 0.2px rgba(0,0,0,0.24);
1707
	-moz-box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1441
	-ms-box-shadow: 0px 0.5px 0.2px rgba(0,0,0,0.24);
1708
	-ms-box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1442
	-o-box-shadow: 0px 0.5px 0.2px rgba(0,0,0,0.24);
1709
	-o-box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1443
	box-shadow: 0px 0.5px 0.2px rgba(0,0,0,0.24);
1710
	box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1444
	padding: 20px 0 0 0;
1711
	padding: 20px 0 0 0;
1445
}
1712
}
-
 
1713
 
1446
.user-profy > img {
1714
.user-profy>img {
1447
	float: none;
1715
	float: none;
1448
	margin-bottom: 6px;
1716
	margin-bottom: 6px;
1449
}
1717
}
-
 
1718
 
1450
.user-profy h3 {
1719
.user-profy h3 {
1451
	color: #000000;
1720
	color: #000000;
1452
	font-size: 16px;
1721
	font-size: 16px;
1453
	font-weight: 600;
1722
	font-weight: 600;
1454
	text-transform: capitalize;
1723
	text-transform: capitalize;
1455
	margin-bottom: 4px;
1724
	margin-bottom: 4px;
1456
}
1725
}
-
 
1726
 
1457
.user-profy span {
1727
.user-profy span {
1458
	color: #b2b2b2;
1728
	color: #b2b2b2;
1459
	font-size: 14px;
1729
	font-size: 14px;
1460
	font-weight: 500;
1730
	font-weight: 500;
1461
	display: block;
1731
	display: block;
1462
	margin-bottom: 15px;
1732
	margin-bottom: 15px;
1463
}
1733
}
-
 
1734
 
1464
.user-profy ul {
1735
.user-profy ul {
1465
	float: left;
1736
	float: left;
1466
	width: 100%;
1737
	width: 100%;
1467
	margin-bottom: 15px;
1738
	margin-bottom: 15px;
1468
}
1739
}
-
 
1740
 
1469
.user-profy ul li {
1741
.user-profy ul li {
1470
	display: inline-block;
1742
	display: inline-block;
1471
}
1743
}
-
 
1744
 
1472
.user-profy ul li a {
1745
.user-profy ul li a {
1473
	color: #ffffff;
1746
	color: #ffffff;
1474
	font-size: 13px;
1747
	font-size: 13px;
1475
	padding: 0 8px;
1748
	padding: 0 8px;
1476
	height: 25px;
1749
	height: 25px;
1477
	line-height: 25px;
1750
	line-height: 25px;
1478
	display: inline-block;
1751
	display: inline-block;
1479
	text-transform: capitalize;
1752
	text-transform: capitalize;
1480
}
1753
}
-
 
1754
 
1481
.followw {
1755
.followw {
1482
	background-color: #53d690;
1756
	background-color: #53d690;
1483
}
1757
}
-
 
1758
 
1484
.envlp {
1759
.envlp {
1485
	background-color: #e44d3a;
1760
	background-color: #e44d3a;
1486
}
1761
}
-
 
1762
 
1487
.envlp img {
1763
.envlp img {
1488
	float: none;
1764
	float: none;
1489
}
1765
}
-
 
1766
 
1490
.hire {
1767
.hire {
1491
	background-color: #51a5fb;
1768
	background-color: #51a5fb;
1492
}
1769
}
-
 
1770
 
1493
.user-profy > a {
1771
.user-profy>a {
1494
	float: left;
1772
	float: left;
1495
	width: 100%;
1773
	width: 100%;
1496
	color: #000000;
1774
	color: #000000;
1497
	font-size: 14px;
1775
	font-size: 14px;
1498
	text-transform: capitalize;
1776
	text-transform: capitalize;
1499
	padding: 15px 0;
1777
	padding: 15px 0;
1500
	border-top: 1px solid #ececec;
1778
	border-top: 1px solid #ececec;
1501
	font-weight: 600;
1779
	font-weight: 600;
1502
}
1780
}
-
 
1781
 
1503
.user-profy > a:hover {
1782
.user-profy>a:hover {
1504
	background-color: #e44d3a;
1783
	background-color: #e44d3a;
1505
	color: #fff;
1784
	color: #fff;
1506
}
1785
}
-
 
1786
 
1507
.slick-slide img {
1787
.slick-slide img {
1508
	display: inline-block;
1788
	display: inline-block;
1509
}
1789
}
-
 
1790
 
1510
.slick-slide {
1791
.slick-slide {
1511
	margin: 0 4px;
1792
	margin: 0 4px;
1512
}
1793
}
-
 
1794
 
1513
.envlp img {
1795
.envlp img {
1514
	position: relative;
1796
	position: relative;
1515
	top: 2px;
1797
	top: 2px;
1516
}
1798
}
-
 
1799
 
1517
.no-margin {
1800
.no-margin {
1518
	margin: 0;
1801
	margin: 0;
1519
	border: 0;
1802
	border: 0;
1520
	-webkit-border-radius: inherit;
1803
	-webkit-border-radius: inherit;
1521
	-moz-border-radius: inherit;
1804
	-moz-border-radius: inherit;
1522
	-ms-border-radius: inherit;
1805
	-ms-border-radius: inherit;
1523
	-o-border-radius: inherit;
1806
	-o-border-radius: inherit;
1524
	border-radius: inherit;
1807
	border-radius: inherit;
1525
}
1808
}
-
 
1809
 
1526
.posty {
1810
.posty {
1527
	float: left;
1811
	float: left;
1528
	width: 100%;
1812
	width: 100%;
1529
	border-left: 1px solid #e4e4e4;
1813
	border-left: 1px solid #e4e4e4;
1530
	border-right: 1px solid #e4e4e4;
1814
	border-right: 1px solid #e4e4e4;
1531
}
1815
}
-
 
1816
 
1532
.posty .job-status-bar {
1817
.posty .job-status-bar {
1533
	border-bottom: 1px solid #e4e4e4;
1818
	border-bottom: 1px solid #e4e4e4;
1534
	padding-bottom: 20px;
1819
	padding-bottom: 20px;
1535
}
1820
}
-
 
1821
 
1536
.slick-previous:before {
1822
.slick-previous:before {
1537
	left: -14px;
1823
	left: -14px;
1538
	content: '\f104';
1824
	content: '\f104';
1539
	margin-left: -2px;
1825
	margin-left: -2px;
1540
}
1826
}
-
 
1827
 
1541
.slick-nexti:before {
1828
.slick-nexti:before {
1542
	right: -14px;	
1829
	right: -14px;
1543
	content: '\f105';
1830
	content: '\f105';
1544
	padding-left: 3px;
1831
	padding-left: 3px;
1545
}
1832
}
-
 
1833
 
1546
.slick-previous:before,
1834
.slick-previous:before,
1547
.slick-nexti:before {
1835
.slick-nexti:before {
1548
	font-size: 24px;
1836
	font-size: 24px;
1549
	color: #b7b7b7;
1837
	color: #b7b7b7;
1550
	position: absolute;
1838
	position: absolute;
Línea 1566... Línea 1854...
1566
	border-radius: 100px;
1854
	border-radius: 100px;
1567
	border: 1px solid #e6e6e6;
1855
	border: 1px solid #e6e6e6;
1568
	text-align: center;
1856
	text-align: center;
1569
	cursor: pointer;
1857
	cursor: pointer;
1570
}
1858
}
-
 
1859
 
1571
.slick-previous:hover:before,
1860
.slick-previous:hover:before,
1572
.slick-nexti:hover:before {
1861
.slick-nexti:hover:before {
1573
	background-color: #e44d3a;
1862
	background-color: #e44d3a;
1574
	color: #fff;
1863
	color: #fff;
1575
	border-color: transparent;
1864
	border-color: transparent;
Línea 1583... Línea 1872...
1583
	width: 100%;
1872
	width: 100%;
1584
	background-color: #fff;
1873
	background-color: #fff;
1585
	padding: 20px;
1874
	padding: 20px;
1586
	box-shadow: 0px 3px #e4e4e4;
1875
	box-shadow: 0px 3px #e4e4e4;
1587
}
1876
}
-
 
1877
 
1588
.plus-ic {
1878
.plus-ic {
1589
	float: left;
1879
	float: left;
1590
	width: 100%;
1880
	width: 100%;
1591
	text-align: center;
1881
	text-align: center;
1592
	margin-bottom: 20px;
1882
	margin-bottom: 20px;
1593
}
1883
}
-
 
1884
 
1594
.plus-ic i {
1885
.plus-ic i {
1595
	width: 30px;
1886
	width: 30px;
1596
	height: 30px;
1887
	height: 30px;
1597
	line-height: 30px;
1888
	line-height: 30px;
1598
	border: 1px solid #d2d2d2;
1889
	border: 1px solid #d2d2d2;
Línea 1610... Línea 1901...
1610
 
1901
 
1611
.comment-sec {
1902
.comment-sec {
1612
	float: left;
1903
	float: left;
1613
	width: 100%;
1904
	width: 100%;
-
 
1905
}
1614
}
1906
 
1615
.comment-sec ul {
1907
.comment-sec ul {
1616
	float: left;
1908
	float: left;
1617
	width: 100%;
1909
	width: 100%;
-
 
1910
}
1618
}
1911
 
1619
.comment-sec ul li {
1912
.comment-sec ul li {
1620
	float: left;
1913
	float: left;
1621
	width: 100%;
1914
	width: 100%;
-
 
1915
}
1622
}
1916
 
1623
.comment-sec ul ul {
1917
.comment-sec ul ul {
1624
	padding-left: 50px;
1918
	padding-left: 50px;
-
 
1919
}
1625
}
1920
 
1626
.comment-list {
1921
.comment-list {
1627
	display: table;
1922
	display: table;
1628
	padding-bottom: 30px;
1923
	padding-bottom: 30px;
-
 
1924
}
1629
}
1925
 
1630
.bg-img {
1926
.bg-img {
1631
	display: table-cell;
1927
	display: table-cell;
-
 
1928
}
1632
}
1929
 
1633
.bg-img img {
1930
.bg-img img {
1634
	-webkit-border-radius: 100px;
1931
	-webkit-border-radius: 100px;
1635
	-moz-border-radius: 100px;
1932
	-moz-border-radius: 100px;
1636
	-ms-border-radius: 100px;
1933
	-ms-border-radius: 100px;
1637
	-o-border-radius: 100px;
1934
	-o-border-radius: 100px;
1638
	border-radius: 100px;
1935
	border-radius: 100px;
-
 
1936
}
1639
}
1937
 
1640
.comment {
1938
.comment {
1641
	display: table-cell;
1939
	display: table-cell;
1642
	vertical-align: top;
1940
	vertical-align: top;
1643
	width: 100%;
1941
	width: 100%;
1644
	padding-left: 10px;
1942
	padding-left: 10px;
-
 
1943
}
1645
}
1944
 
1646
.comment h3 {
1945
.comment h3 {
1647
	color: #000000;
1946
	color: #000000;
1648
	font-size: 16px;
1947
	font-size: 16px;
1649
	font-weight: 600;
1948
	font-weight: 600;
1650
	margin-bottom: 10px;
1949
	margin-bottom: 10px;
-
 
1950
}
1651
}
1951
 
1652
.comment img {
1952
.comment img {
1653
	position: relative;
1953
	position: relative;
1654
	top: 2px;
1954
	top: 2px;
1655
	margin-right: 5px;
1955
	margin-right: 5px;
-
 
1956
}
1656
}
1957
 
1657
.comment span {
1958
.comment span {
1658
	color: #b2b2b2;
1959
	color: #b2b2b2;
1659
	font-size: 14px;
1960
	font-size: 14px;
1660
	display: block;
1961
	display: block;
1661
	margin-bottom: 14px;
1962
	margin-bottom: 14px;
-
 
1963
}
1662
}
1964
 
1663
.comment p {
1965
.comment p {
1664
	color: #686868;
1966
	color: #686868;
1665
	font-size: 14px;
1967
	font-size: 14px;
1666
	margin-bottom: 10px;
1968
	margin-bottom: 10px;
1667
	line-height: 20px;
1969
	line-height: 20px;
-
 
1970
}
1668
}
1971
 
1669
.comment > a {
1972
.comment>a {
1670
	display: inline-block;
1973
	display: inline-block;
1671
	color: #b2b2b2;
1974
	color: #b2b2b2;
1672
	font-size: 14px;
1975
	font-size: 14px;
1673
	font-weight: 600;
1976
	font-weight: 600;
-
 
1977
}
1674
}
1978
 
1675
.comment > a.active,
1979
.comment>a.active,
1676
.comment > a:hover {
1980
.comment>a:hover {
1677
	color: #e44d3a;
1981
	color: #e44d3a;
-
 
1982
}
1678
}
1983
 
1679
.comment > a i {
1984
.comment>a i {
1680
	font-weight: 600;
1985
	font-weight: 600;
1681
	margin-right: 6px;
1986
	margin-right: 6px;
Línea 1682... Línea 1987...
1682
}
1987
}
Línea 1683... Línea 1988...
1683
 
1988
 
1684
/* =============== post-comment ============= */
1989
/* =============== post-comment ============= */
1685
 
1990
 
1686
.post-comment {
1991
.post-comment {
-
 
1992
	float: left;
1687
	float: left;
1993
	width: 100%;
1688
	width: 100%;
1994
}
1689
}
1995
 
1690
.cm_img {
1996
.cm_img {
1691
	float: left;
1997
	float: left;
-
 
1998
	width: 40px;
1692
	width: 40px;
1999
	margin-right: 10px;
1693
	margin-right: 10px;
2000
}
1694
}
2001
 
-
 
2002
.comment_box {
1695
.comment_box {
2003
	float: none;
1696
	float: none;
2004
}
1697
}
2005
 
1698
.comment_box input {
2006
.comment_box input {
1699
	width: 372px;
2007
	width: 372px;
Línea 1705... Línea 2013...
1705
	font-size: 14px;
2013
	font-size: 14px;
1706
	font-weight: 600;
2014
	font-weight: 600;
1707
	line-height: 40px;
2015
	line-height: 40px;
1708
	resize: none;
2016
	resize: none;
1709
}
2017
}
-
 
2018
 
1710
.comment_box form button {
2019
.comment_box form button {
1711
	float: right;
2020
	float: right;
1712
	color: #fff;
2021
	color: #fff;
1713
	background-color: #e44d3a;
2022
	background-color: #e44d3a;
1714
	height: 40px;
2023
	height: 40px;
Línea 1727... Línea 2036...
1727
	float: left;
2036
	float: left;
1728
	width: 100%;
2037
	width: 100%;
1729
	text-align: center;
2038
	text-align: center;
1730
	padding-top: 40px;
2039
	padding-top: 40px;
1731
}
2040
}
-
 
2041
 
1732
.process-comm img {
2042
.process-comm img {
1733
	float: none;
2043
	float: none;
1734
}
2044
}
Línea 1738... Línea 2048...
1738
 
2048
 
1739
.right-sidebar {
2049
.right-sidebar {
1740
	float: left;
2050
	float: left;
1741
	width: 100%;
2051
	width: 100%;
-
 
2052
}
1742
}
2053
 
1743
.widget {
2054
.widget {
1744
	float: left;
2055
	float: left;
1745
	width: 100%;
2056
	width: 100%;
1746
	background-color: #fff;
2057
	background-color: #fff;
1747
	border-left: 1px solid #e4e4e4;
2058
	border-left: 1px solid #e4e4e4;
1748
	border-right: 1px solid #e4e4e4;
2059
	border-right: 1px solid #e4e4e4;
1749
	border-bottom: 1px solid #e4e4e4;
2060
	border-bottom: 1px solid #e4e4e4;
1750
	margin-bottom: 20px;
2061
	margin-bottom: 20px;
1751
	-webkit-box-shadow:  0px 2px #e4e4e4;
2062
	-webkit-box-shadow: 0px 2px #e4e4e4;
1752
	-moz-box-shadow:  0px 2px #e4e4e4;
2063
	-moz-box-shadow: 0px 2px #e4e4e4;
1753
	-ms-box-shadow:  0px 2px #e4e4e4;
2064
	-ms-box-shadow: 0px 2px #e4e4e4;
1754
	-o-box-shadow:  0px 2px #e4e4e4;
2065
	-o-box-shadow: 0px 2px #e4e4e4;
1755
	box-shadow: 0px 2px #e4e4e4;
2066
	box-shadow: 0px 2px #e4e4e4;
-
 
2067
}
1756
}
2068
 
1757
.widget-about {
2069
.widget-about {
1758
	text-align: center;
2070
	text-align: center;
-
 
2071
}
1759
}
2072
 
1760
.widget-about img {
2073
.widget-about img {
1761
	float: none;
2074
	float: none;
1762
	padding-top: 20px;
2075
	padding-top: 20px;
-
 
2076
}
1763
}
2077
 
1764
.widget-about h3 {
2078
.widget-about h3 {
1765
	color: #000000;
2079
	color: #000000;
1766
	font-size: 20px;
2080
	font-size: 20px;
1767
	font-weight: 600;
2081
	font-weight: 600;
1768
	margin-bottom: 12px;
2082
	margin-bottom: 12px;
-
 
2083
}
1769
}
2084
 
1770
.widget-about span {
2085
.widget-about span {
1771
	color: #686868;
2086
	color: #686868;
1772
	font-size: 14px;
2087
	font-size: 14px;
1773
	margin-bottom: 30px;
2088
	margin-bottom: 30px;
1774
	float: left;
2089
	float: left;
1775
	width: 100%;
2090
	width: 100%;
-
 
2091
}
1776
}
2092
 
1777
.sign_link {
2093
.sign_link {
1778
	float: left;
2094
	float: left;
1779
	width: 100%;
2095
	width: 100%;
1780
	border-top: 1px solid #e5e5e5;
2096
	border-top: 1px solid #e5e5e5;
1781
	padding: 18px 0 15px 0;
2097
	padding: 18px 0 15px 0;
-
 
2098
}
1782
}
2099
 
1783
.sign_link h3 {
2100
.sign_link h3 {
1784
	color: #000000;
2101
	color: #000000;
1785
	font-size: 18px;
2102
	font-size: 18px;
1786
	font-weight: 600;
2103
	font-weight: 600;
1787
	margin-bottom: 5px;
2104
	margin-bottom: 5px;
1788
	text-transform: uppercase;
2105
	text-transform: uppercase;
-
 
2106
}
1789
}
2107
 
1790
.sign_link h3 a {
2108
.sign_link h3 a {
1791
	color: #000;
2109
	color: #000;
-
 
2110
}
1792
}
2111
 
1793
.sign_link > a {
2112
.sign_link>a {
1794
	display: inline-block;
2113
	display: inline-block;
1795
	color: #e44d3a;
2114
	color: #e44d3a;
1796
	font-size: 14px;
2115
	font-size: 14px;
1797
	font-weight: 500;
2116
	font-weight: 500;
-
 
2117
}
1798
}
2118
 
1799
.sign_link > a:hover {
2119
.sign_link>a:hover {
1800
	color: #e44d3a;
2120
	color: #e44d3a;
Línea 1801... Línea 2121...
1801
}
2121
}
Línea 1802... Línea 2122...
1802
 
2122
 
1803
/* ============== Widget Jobs ============ */
2123
/* ============== Widget Jobs ============ */
1804
 
2124
 
1805
.jobs-list {
2125
.jobs-list {
1806
	float: left;
2126
	float: left;
-
 
2127
	width: 100%;
1807
	width: 100%;
2128
	padding: 20px 20px;
1808
	padding: 20px 20px;
2129
}
1809
}
2130
 
1810
.job-info {
2131
.job-info {
1811
	float: left;
2132
	float: left;
-
 
2133
	width: 100%;
1812
	width: 100%;
2134
	margin-bottom: 22px;
1813
	margin-bottom: 22px;
2135
}
1814
}
2136
 
-
 
2137
.job-info:last-child {
1815
.job-info:last-child {
2138
	margin-bottom: 0;
1816
	margin-bottom: 0;
2139
}
1817
}
2140
 
1818
.job-details {
2141
.job-details {
-
 
2142
	float: left;
1819
	float: left;
2143
	width: 165px;
1820
	width: 165px;
2144
}
1821
}
2145
 
1822
.job-details h3 {
2146
.job-details h3 {
1823
	color: #000000;
2147
	color: #000000;
1824
	font-size: 14px;
2148
	font-size: 14px;
-
 
2149
	font-weight: 600;
1825
	font-weight: 600;
2150
	margin-bottom: 10px;
1826
	margin-bottom: 10px;
2151
}
1827
}
2152
 
1828
.job-details p {
2153
.job-details p {
1829
	color: #686868;
2154
	color: #686868;
-
 
2155
	font-size: 14px;
1830
	font-size: 14px;
2156
	line-height: 20px;
1831
	line-height: 20px;
2157
}
1832
}
2158
 
1833
.hr-rate {
2159
.hr-rate {
-
 
2160
	float: right;
1834
	float: right;
2161
	width: 40px;
1835
	width: 40px;
2162
}
1836
}
2163
 
1837
.hr-rate span {
2164
.hr-rate span {
1838
	color: #000000;
2165
	color: #000000;
Línea 1859... Línea 2186...
1859
	transform: translateX(-50%) translateY(-50%) scale(0.65);
2186
	transform: translateX(-50%) translateY(-50%) scale(0.65);
1860
	opacity: 0;
2187
	opacity: 0;
1861
	visibility: hidden;
2188
	visibility: hidden;
1862
	z-index: 0;
2189
	z-index: 0;
1863
}
2190
}
-
 
2191
 
1864
.post-popup.active {
2192
.post-popup.active {
1865
	opacity: 1;
2193
	opacity: 1;
1866
	visibility: visible;
2194
	visibility: visible;
1867
	z-index: 999;
2195
	z-index: 999;
1868
	-webkit-transform: scale(1) translateX(-50%) translateY(-50%);
2196
	-webkit-transform: scale(1) translateX(-50%) translateY(-50%);
1869
}
2197
}
-
 
2198
 
1870
.post-project > a {
2199
.post-project>a {
1871
	position: absolute;
2200
	position: absolute;
1872
	top: -20px;
2201
	top: -20px;
1873
	right: -20px;
2202
	right: -20px;
1874
	color: #fff;
2203
	color: #fff;
1875
	font-size: 22px;
2204
	font-size: 22px;
1876
	cursor: pointer;
2205
	cursor: pointer;
1877
}
2206
}
-
 
2207
 
1878
.post-project > a:hover {
2208
.post-project>a:hover {
1879
	color: #fff;
2209
	color: #fff;
1880
}
2210
}
-
 
2211
 
1881
.post-project {
2212
.post-project {
1882
	float: left;
2213
	float: left;
1883
	width: 100%;
2214
	width: 100%;
1884
	position: relative;
2215
	position: relative;
1885
}
2216
}
-
 
2217
 
1886
.post-project h3 {
2218
.post-project h3 {
1887
	float: left;
2219
	float: left;
1888
	width: 100%;
2220
	width: 100%;
1889
	background-color: #e44d3a;
2221
	background-color: #e44d3a;
1890
	color: #fff;
2222
	color: #fff;
1891
	text-align: center;
2223
	text-align: center;
1892
	font-size: 18px;
2224
	font-size: 18px;
1893
	font-weight: 500;
2225
	font-weight: 500;
1894
	padding: 20px 0;
2226
	padding: 20px 0;
1895
}
2227
}
-
 
2228
 
1896
.post-project-fields {
2229
.post-project-fields {
1897
	float: left;
2230
	float: left;
1898
	width: 100%;
2231
	width: 100%;
1899
	padding: 30px 20px;
2232
	padding: 30px 20px;
1900
	background-color: #fff;
2233
	background-color: #fff;
1901
}
2234
}
-
 
2235
 
1902
.post-project-fields form {
2236
.post-project-fields form {
1903
	float: left;
2237
	float: left;
1904
	width: 100%;
2238
	width: 100%;
1905
}
2239
}
-
 
2240
 
1906
.post-project-fields form input {
2241
.post-project-fields form input {
1907
	padding: 0 15px;
2242
	padding: 0 15px;
1908
	height: 40px;
2243
	height: 40px;
1909
}
2244
}
-
 
2245
 
1910
.post-project-fields form textarea {
2246
.post-project-fields form textarea {
1911
	padding: 15px;
2247
	padding: 15px;
1912
	height: 130px;
2248
	height: 130px;
1913
}
2249
}
-
 
2250
 
1914
.post-project-fields form input,
2251
.post-project-fields form input,
1915
.post-project-fields form textarea,
2252
.post-project-fields form textarea,
1916
.post-project-fields form select {
2253
.post-project-fields form select {
1917
	width: 100%;
2254
	width: 100%;
1918
	color: #b2b2b2;
2255
	color: #b2b2b2;
1919
	font-size: 14px;
2256
	font-size: 14px;
1920
	border: 1px solid #e5e5e5;
2257
	border: 1px solid #e5e5e5;
1921
	margin-bottom: 20px;
2258
	margin-bottom: 20px;
1922
	font-weight: 500;
2259
	font-weight: 500;
1923
}
2260
}
-
 
2261
 
1924
.post-project-fields form select {
2262
.post-project-fields form select {
1925
	height: 40px;
2263
	height: 40px;
1926
	padding: 0 10px;
2264
	padding: 0 10px;
1927
}
2265
}
-
 
2266
 
1928
.post-project-fields form ul {
2267
.post-project-fields form ul {
1929
	float: left;
2268
	float: left;
1930
	margin-top: 10px;
2269
	margin-top: 10px;
1931
	width: 100%;
2270
	width: 100%;
1932
}
2271
}
-
 
2272
 
1933
.post-project-fields form ul li {
2273
.post-project-fields form ul li {
1934
	display: inline-block;
2274
	display: inline-block;
1935
	margin-right: 15px;
2275
	margin-right: 15px;
1936
}
2276
}
-
 
2277
 
1937
.post-project-fields form ul li button.active {
2278
.post-project-fields form ul li button.active {
1938
	background-color: #e44d3a;
2279
	background-color: #e44d3a;
1939
	color: #fff;
2280
	color: #fff;
1940
}
2281
}
-
 
2282
 
1941
.post-project-fields form ul li button,
2283
.post-project-fields form ul li button,
1942
.post-project-fields form ul li a {
2284
.post-project-fields form ul li a {
1943
	color: #000000;
2285
	color: #000000;
1944
	font-size: 16px;
2286
	font-size: 16px;
1945
	border: 1px solid #e5e5e5;
2287
	border: 1px solid #e5e5e5;
Línea 1947... Línea 2289...
1947
	display: inline-block;
2289
	display: inline-block;
1948
	background-color: #fff;
2290
	background-color: #fff;
1949
	font-weight: 600;
2291
	font-weight: 600;
1950
	cursor: pointer;
2292
	cursor: pointer;
1951
}
2293
}
-
 
2294
 
1952
.post-project-fields form ul li button:hover,
2295
.post-project-fields form ul li button:hover,
1953
.post-project-fields form ul li a:hover {
2296
.post-project-fields form ul li a:hover {
1954
	background-color: #e44d3a;
2297
	background-color: #e44d3a;
1955
	color: #fff;
2298
	color: #fff;
1956
} 
-
 
1957
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
-
 
1958
  color: #b2b2b2;
-
 
1959
}
2299
}
-
 
2300
 
1960
::-moz-placeholder { /* Firefox 19+ */
2301
::-webkit-input-placeholder {
-
 
2302
	/* Chrome/Opera/Safari */
1961
  color: #b2b2b2;
2303
	color: #b2b2b2;
1962
}
2304
}
-
 
2305
 
1963
:-ms-input-placeholder { /* IE 10+ */
2306
::-moz-placeholder {
-
 
2307
	/* Firefox 19+ */
1964
  color: #b2b2b2;
2308
	color: #b2b2b2;
1965
}
2309
}
-
 
2310
 
-
 
2311
:-ms-input-placeholder {
-
 
2312
	/* IE 10+ */
-
 
2313
	color: #b2b2b2;
-
 
2314
}
-
 
2315
 
1966
:-moz-placeholder { /* Firefox 18- */
2316
:-moz-placeholder {
-
 
2317
	/* Firefox 18- */
1967
  color: #b2b2b2;
2318
	color: #b2b2b2;
1968
}
2319
}
Línea 1969... Línea 2320...
1969
 
2320
 
1970
.price-sec {
2321
.price-sec {
1971
	float: left;
2322
	float: left;
1972
	width: 100%;
2323
	width: 100%;
-
 
2324
}
1973
}
2325
 
1974
.price-br {
2326
.price-br {
1975
	float: left;
2327
	float: left;
1976
	width: 225px !important;
2328
	width: 225px !important;
1977
	position: relative;
2329
	position: relative;
-
 
2330
}
1978
}
2331
 
1979
.price-br > i {
2332
.price-br>i {
1980
	position: absolute;
2333
	position: absolute;
1981
	top: 0;
2334
	top: 0;
1982
	right: 0;
2335
	right: 0;
1983
	color: #b2b2b2;
2336
	color: #b2b2b2;
Línea 1986... Línea 2339...
1986
	height: 40px;
2339
	height: 40px;
1987
	line-height: 40px;
2340
	line-height: 40px;
1988
	border-left: 1px solid #e5e5e5;
2341
	border-left: 1px solid #e5e5e5;
1989
	text-align: center;
2342
	text-align: center;
1990
}
2343
}
-
 
2344
 
1991
.price-sec span {
2345
.price-sec span {
1992
	color: #b2b2b2;
2346
	color: #b2b2b2;
1993
	font-size: 14px;
2347
	font-size: 14px;
1994
	float: left;
2348
	float: left;
1995
	padding: 12px 17px 0 17px;
2349
	padding: 12px 17px 0 17px;
1996
}
2350
}
-
 
2351
 
1997
select {
2352
select {
1998
	-webkit-appearance: none;
2353
	-webkit-appearance: none;
1999
    -moz-appearance: none;
2354
	-moz-appearance: none;
2000
}
2355
}
Línea 2001... Línea 2356...
2001
 
2356
 
2002
.inp-field {
2357
.inp-field {
2003
	float: left;
2358
	float: left;
2004
	width: 100%;
2359
	width: 100%;
2005
	position: relative;
2360
	position: relative;
-
 
2361
}
2006
}
2362
 
2007
.inp-field:before {
2363
.inp-field:before {
2008
	content: '\f107';
2364
	content: '\f107';
2009
	position: absolute;
2365
	position: absolute;
2010
	top: 13px;
2366
	top: 13px;
2011
	right: 15px;
2367
	right: 15px;
2012
	color: #717171;
2368
	color: #717171;
2013
	font-family: fontawesome;
2369
	font-family: fontawesome;
-
 
2370
}
2014
}
2371
 
2015
.post-popup.job_post .price-br {
2372
.post-popup.job_post .price-br {
2016
	width: 100% !important;
2373
	width: 100% !important;
Línea 2017... Línea 2374...
2017
}
2374
}
Línea 2018... Línea 2375...
2018
 
2375
 
2019
 
2376
 
2020
/* ================= sign-in ================ */
2377
/* ================= sign-in ================ */
-
 
2378
 
2021
 
2379
.sign-in {
2022
.sign-in {
2380
	background-color: #e75348;
2023
	background-color: #e75348;
2381
}
2024
}
2382
 
2025
.sign-in-page {
2383
.sign-in-page {
-
 
2384
	float: left;
2026
	float: left;
2385
	width: 100%;
2027
	width: 100%;
2386
	padding: 100px 0 20px 0;
2028
	padding: 100px 0 20px 0;
2387
}
2029
}
2388
 
2030
.signin-popup {
2389
.signin-popup {
-
 
2390
	width: 870px;
2031
	width: 870px;
2391
	margin: 0 auto;
2032
	margin: 0 auto;
2392
	position: relative;
2033
	position: relative;
2393
}
2034
}
2394
 
2035
.signin-popup:before {
2395
.signin-popup:before {
Línea 2044... Línea 2404...
2044
	-moz-border-radius: 100px;
2404
	-moz-border-radius: 100px;
2045
	-ms-border-radius: 100px;
2405
	-ms-border-radius: 100px;
2046
	-o-border-radius: 100px;
2406
	-o-border-radius: 100px;
2047
	border-radius: 100px;
2407
	border-radius: 100px;
2048
}
2408
}
-
 
2409
 
2049
.signin-popup:after {
2410
.signin-popup:after {
2050
	content: '';
2411
	content: '';
2051
	position: absolute;
2412
	position: absolute;
2052
	top: -37px;
2413
	top: -37px;
2053
	left: 43px;
2414
	left: 43px;
Línea 2058... Línea 2419...
2058
	-moz-border-radius: 100px;
2419
	-moz-border-radius: 100px;
2059
	-ms-border-radius: 100px;
2420
	-ms-border-radius: 100px;
2060
	-o-border-radius: 100px;
2421
	-o-border-radius: 100px;
2061
	border-radius: 100px;
2422
	border-radius: 100px;
2062
}
2423
}
-
 
2424
 
2063
.signin-pop {
2425
.signin-pop {
2064
	float: left;
2426
	float: left;
2065
	width: 100%;
2427
	width: 100%;
2066
	background-color: #fff;
2428
	background-color: #fff;
2067
	position: relative;
2429
	position: relative;
2068
}
2430
}
-
 
2431
 
2069
.signin-pop:before {
2432
.signin-pop:before {
2070
	content: '';
2433
	content: '';
2071
	position: absolute;
2434
	position: absolute;
2072
	top: 0;
2435
	top: 0;
2073
	left: 50%;
2436
	left: 50%;
Línea 2082... Línea 2445...
2082
}
2445
}
Línea 2083... Línea 2446...
2083
 
2446
 
2084
.dff-tab {
2447
.dff-tab {
2085
	display: none;
2448
	display: none;
-
 
2449
}
2086
}
2450
 
2087
.dff-tab.current {
2451
.dff-tab.current {
2088
	display: block;
2452
	display: block;
Línea 2089... Línea 2453...
2089
}
2453
}
2090
 
2454
 
2091
.cmp-info {
2455
.cmp-info {
2092
	float: left;
2456
	float: left;
2093
	width: 100%;
2457
	width: 100%;
-
 
2458
	padding: 70px 5px 92px 5px;
2094
	padding: 70px 5px 92px 5px;
2459
}
2095
}
2460
 
2096
.cm-logo {
2461
.cm-logo {
2097
	float: left;
2462
	float: left;
2098
	width: 100%;
2463
	width: 100%;
2099
	padding-left: 45px;
2464
	padding-left: 45px;
-
 
2465
	margin-bottom: 120px;
2100
	margin-bottom: 120px;
2466
}
2101
}
2467
 
2102
.cm-logo img {
2468
.cm-logo img {
-
 
2469
	margin-bottom: 30px;
2103
	margin-bottom: 30px;
2470
}
2104
}
2471
 
2105
.cm-logo > p {
2472
.cm-logo>p {
2106
	color: #666666;
2473
	color: #666666;
2107
    font-size: 14px;
2474
	font-size: 14px;
2108
    font-weight: 400;
2475
	font-weight: 400;
2109
    line-height: 24px;
2476
	line-height: 24px;
2110
    float: left;
2477
	float: left;
-
 
2478
	width: 100%;
2111
    width: 100%;
2479
}
2112
}
2480
 
2113
.cmp-info > img {
2481
.cmp-info>img {
2114
	width: 100%;
2482
	width: 100%;
Línea 2115... Línea 2483...
2115
	padding-left: 10px;
2483
	padding-left: 10px;
Línea 2121... Línea 2489...
2121
	float: left;
2489
	float: left;
2122
	width: 100%;
2490
	width: 100%;
2123
	padding: 30px 0;
2491
	padding: 30px 0;
2124
	position: relative;
2492
	position: relative;
2125
}
2493
}
-
 
2494
 
2126
.login-sec:before {
2495
.login-sec:before {
2127
	content: '';
2496
	content: '';
2128
	position: absolute;
2497
	position: absolute;
2129
	bottom: -15px;
2498
	bottom: -15px;
2130
	right: 70px;
2499
	right: 70px;
Línea 2135... Línea 2504...
2135
	-ms-border-radius: 100px;
2504
	-ms-border-radius: 100px;
2136
	-o-border-radius: 100px;
2505
	-o-border-radius: 100px;
2137
	border-radius: 100px;
2506
	border-radius: 100px;
2138
	background-color: #fff;
2507
	background-color: #fff;
2139
}
2508
}
-
 
2509
 
2140
.login-sec:after {
2510
.login-sec:after {
2141
	content: '';
2511
	content: '';
2142
	position: absolute;
2512
	position: absolute;
2143
	bottom: -40px;
2513
	bottom: -40px;
2144
	right: 55px;
2514
	right: 55px;
Línea 2149... Línea 2519...
2149
	-ms-border-radius: 100px;
2519
	-ms-border-radius: 100px;
2150
	-o-border-radius: 100px;
2520
	-o-border-radius: 100px;
2151
	border-radius: 100px;
2521
	border-radius: 100px;
2152
	background-color: #fff;
2522
	background-color: #fff;
2153
}
2523
}
-
 
2524
 
2154
.sign-control {
2525
.sign-control {
2155
	float: left;
2526
	float: left;
2156
	width: 100%;
2527
	width: 100%;
2157
	text-align: right;
2528
	text-align: right;
2158
	padding-right: 50px;
2529
	padding-right: 50px;
2159
	margin-bottom: 70px;
2530
	margin-bottom: 70px;
2160
}
2531
}
-
 
2532
 
2161
.sign-control li {
2533
.sign-control li {
2162
	display: inline-block;
2534
	display: inline-block;
2163
	margin-right: -5px;
2535
	margin-right: -5px;
2164
}
2536
}
-
 
2537
 
2165
.sign-control li a {
2538
.sign-control li a {
2166
	color: #000000;
2539
	color: #000000;
2167
	font-size: 14px;
2540
	font-size: 14px;
2168
	font-weight: 500;
2541
	font-weight: 500;
2169
	background-color: #e5e5e5;
2542
	background-color: #e5e5e5;
Línea 2173... Línea 2546...
2173
	-moz-border-radius: 4px 0 0 4px;
2546
	-moz-border-radius: 4px 0 0 4px;
2174
	-ms-border-radius: 4px 0 0 4px;
2547
	-ms-border-radius: 4px 0 0 4px;
2175
	-o-border-radius: 4px 0 0 4px;
2548
	-o-border-radius: 4px 0 0 4px;
2176
	border-radius: 4px 0 0 4px;
2549
	border-radius: 4px 0 0 4px;
2177
}
2550
}
-
 
2551
 
2178
.sign-control li:last-child a {
2552
.sign-control li:last-child a {
2179
	-webkit-border-radius: 0 4px 4px 0;
2553
	-webkit-border-radius: 0 4px 4px 0;
2180
	-moz-border-radius: 0 4px 4px 0;
2554
	-moz-border-radius: 0 4px 4px 0;
2181
	-ms-border-radius: 0 4px 4px 0;
2555
	-ms-border-radius: 0 4px 4px 0;
2182
	-o-border-radius: 0 4px 4px 0;
2556
	-o-border-radius: 0 4px 4px 0;
2183
	border-radius: 0 4px 4px 0;
2557
	border-radius: 0 4px 4px 0;
2184
}
2558
}
-
 
2559
 
2185
.sign-control li.current a {
2560
.sign-control li.current a {
2186
	background-color: #e44d3a;
2561
	background-color: #e44d3a;
2187
	color: #fff;
2562
	color: #fff;
2188
}
2563
}
-
 
2564
 
2189
.sign_in_sec {
2565
.sign_in_sec {
2190
	float: left;
2566
	float: left;
2191
	width: 100%;
2567
	width: 100%;
2192
	padding-right: 75px;
2568
	padding-right: 75px;
2193
	padding-left: 60px;
2569
	padding-left: 60px;
2194
	display: none;
2570
	display: none;
2195
}
2571
}
-
 
2572
 
2196
.sign_in_sec.current {
2573
.sign_in_sec.current {
2197
	display: block;
2574
	display: block;
2198
}
2575
}
-
 
2576
 
2199
.sign_in_sec h3 {
2577
.sign_in_sec h3 {
2200
	color: #000000;
2578
	color: #000000;
2201
	font-size: 18px;
2579
	font-size: 18px;
2202
	font-weight: 600;
2580
	font-weight: 600;
2203
	position: relative;
2581
	position: relative;
2204
	padding-bottom: 10px;
2582
	padding-bottom: 10px;
2205
	margin-bottom: 30px;
2583
	margin-bottom: 30px;
2206
}
2584
}
-
 
2585
 
2207
.sign_in_sec h3:before {
2586
.sign_in_sec h3:before {
2208
	content: '';
2587
	content: '';
2209
	position: absolute;
2588
	position: absolute;
2210
	bottom: 0;
2589
	bottom: 0;
2211
	left: 0;
2590
	left: 0;
Línea 2219... Línea 2598...
2219
 
2598
 
2220
.sign_in_sec form {
2599
.sign_in_sec form {
2221
	float: left;
2600
	float: left;
2222
	width: 100%;
2601
	width: 100%;
-
 
2602
}
2223
}
2603
 
2224
.sn-field {
2604
.sn-field {
2225
	float: left;
2605
	float: left;
2226
	width: 100%;
2606
	width: 100%;
2227
	margin-bottom: 20px;
2607
	margin-bottom: 20px;
2228
	position: relative;
2608
	position: relative;
-
 
2609
}
2229
}
2610
 
2230
.sn-field.pd-more {
2611
.sn-field.pd-more {
2231
	margin-bottom: 0;
2612
	margin-bottom: 0;
-
 
2613
}
2232
}
2614
 
2233
.sn-field.pd-more input {
2615
.sn-field.pd-more input {
2234
	padding-left: 40px;
2616
	padding-left: 40px;
-
 
2617
}
2235
}
2618
 
2236
.sn-field > i {
2619
.sn-field>i {
2237
	position: absolute;
2620
	position: absolute;
2238
	top: 50%;
2621
	top: 50%;
2239
	left: 15px;
2622
	left: 15px;
2240
	color: #666666;
2623
	color: #666666;
Línea 2243... Línea 2626...
2243
	-moz-transform: translateY(-50%);
2626
	-moz-transform: translateY(-50%);
2244
	-ms-transform: translateY(-50%);
2627
	-ms-transform: translateY(-50%);
2245
	-o-transform: translateY(-50%);
2628
	-o-transform: translateY(-50%);
2246
	transform: translateY(-50%);
2629
	transform: translateY(-50%);
2247
}
2630
}
-
 
2631
 
2248
.sn-field > span {
2632
.sn-field>span {
2249
	position: absolute;
2633
	position: absolute;
2250
	top: 50%;
2634
	top: 50%;
2251
	right: 15px;
2635
	right: 15px;
2252
	font-weight: 700;
2636
	font-weight: 700;
2253
	color: #666666;
2637
	color: #666666;
2254
    font-size: 15px;
2638
	font-size: 15px;
2255
	-webkit-transform: translateY(-50%);
2639
	-webkit-transform: translateY(-50%);
2256
	-moz-transform: translateY(-50%);
2640
	-moz-transform: translateY(-50%);
2257
	-ms-transform: translateY(-50%);
2641
	-ms-transform: translateY(-50%);
2258
	-o-transform: translateY(-50%);
2642
	-o-transform: translateY(-50%);
2259
	transform: translateY(-50%);
2643
	transform: translateY(-50%);
2260
}
2644
}
-
 
2645
 
2261
.sign_in_sec form input {
2646
.sign_in_sec form input {
2262
	height: 40px;
2647
	height: 40px;
2263
}
2648
}
-
 
2649
 
2264
.sign_in_sec form input,
2650
.sign_in_sec form input,
2265
.sign_in_sec form select {
2651
.sign_in_sec form select {
2266
	width: 100%;
2652
	width: 100%;
2267
	padding: 0 15px 0 40px;
2653
	padding: 0 15px 0 40px;
2268
	color: #b2b2b2;
2654
	color: #b2b2b2;
2269
	font-size: 14px;
2655
	font-size: 14px;
2270
	border:1px solid #e5e5e5;
2656
	border: 1px solid #e5e5e5;
2271
}
2657
}
-
 
2658
 
2272
.sign_in_sec form select {
2659
.sign_in_sec form select {
2273
	line-height: 40px;
2660
	line-height: 40px;
2274
	height: 40px;
2661
	height: 40px;
2275
}
2662
}
-
 
2663
 
2276
.sign_in_sec form button {
2664
.sign_in_sec form button {
2277
	color: #ffffff;
2665
	color: #ffffff;
2278
	font-size: 16px;
2666
	font-size: 16px;
2279
	background-color: #e44d3a;
2667
	background-color: #e44d3a;
2280
	padding: 12px 27px;
2668
	padding: 12px 27px;
2281
	border:0;
2669
	border: 0;
2282
	font-weight: 500;
2670
	font-weight: 500;
2283
	margin-top: 30px;
2671
	margin-top: 30px;
2284
	cursor: pointer;
2672
	cursor: pointer;
2285
}
2673
}
-
 
2674
 
2286
.checky-sec {
2675
.checky-sec {
2287
	float: left;
2676
	float: left;
2288
	width: 100%;
2677
	width: 100%;
2289
	margin-top: 10px;
2678
	margin-top: 10px;
2290
}
2679
}
-
 
2680
 
2291
.checky-sec.st2 small {
2681
.checky-sec.st2 small {
2292
	font-size: 13px;
2682
	font-size: 13px;
2293
	width: 90%;
2683
	width: 90%;
2294
	line-height: 20px;
2684
	line-height: 20px;
2295
}
2685
}
-
 
2686
 
2296
.checky-sec.st2 .fgt-sec input[type="checkbox"] + label span {
2687
.checky-sec.st2 .fgt-sec input[type="checkbox"]+label span {
2297
	margin-top: 3px;
2688
	margin-top: 3px;
2298
}
2689
}
-
 
2690
 
2299
.fgt-sec {
2691
.fgt-sec {
2300
	float: left;
2692
	float: left;
2301
}
2693
}
-
 
2694
 
2302
.fgt-sec input[type="checkbox"] {
2695
.fgt-sec input[type="checkbox"] {
2303
	display: none;
2696
	display: none;
2304
} 
2697
}
-
 
2698
 
2305
.fgt-sec label {
2699
.fgt-sec label {
2306
	float: left;
2700
	float: left;
2307
}
2701
}
-
 
2702
 
2308
.fgt-sec input[type="checkbox"] + label span {
2703
.fgt-sec input[type="checkbox"]+label span {
2309
	display: inline-block;
2704
	display: inline-block;
2310
	width: 15px;
2705
	width: 15px;
2311
	height: 15px;
2706
	height: 15px;
2312
	position: relative;
2707
	position: relative;
2313
	border:1px solid #d2d2d2;
2708
	border: 1px solid #d2d2d2;
2314
	-webkit-border-radius: 100px;
2709
	-webkit-border-radius: 100px;
2315
	-moz-border-radius: 100px;
2710
	-moz-border-radius: 100px;
2316
	-ms-border-radius: 100px;
2711
	-ms-border-radius: 100px;
2317
	-o-border-radius: 100px;
2712
	-o-border-radius: 100px;
2318
	border-radius: 100px;
2713
	border-radius: 100px;
2319
}
2714
}
-
 
2715
 
2320
.fgt-sec input[type="checkbox"] + label span:before {
2716
.fgt-sec input[type="checkbox"]+label span:before {
2321
	content: '';
2717
	content: '';
2322
	width: 7px;
2718
	width: 7px;
2323
	height: 7px;
2719
	height: 7px;
2324
	-webkit-border-radius: 100px;
2720
	-webkit-border-radius: 100px;
2325
	-moz-border-radius: 100px;
2721
	-moz-border-radius: 100px;
Línea 2339... Línea 2735...
2339
	-moz-transform: translateX(-50%) translateY(-50%);
2735
	-moz-transform: translateX(-50%) translateY(-50%);
2340
	-ms-transform: translateX(-50%) translateY(-50%);
2736
	-ms-transform: translateX(-50%) translateY(-50%);
2341
	-o-transform: translateX(-50%) translateY(-50%);
2737
	-o-transform: translateX(-50%) translateY(-50%);
2342
	transform: translateX(-50%) translateY(-50%);
2738
	transform: translateX(-50%) translateY(-50%);
2343
}
2739
}
-
 
2740
 
2344
.fgt-sec input[type="checkbox"]:checked + label span:before {
2741
.fgt-sec input[type="checkbox"]:checked+label span:before {
2345
	opacity: 1;
2742
	opacity: 1;
2346
	visibility: visible;
2743
	visibility: visible;
2347
}
2744
}
-
 
2745
 
2348
.fgt-sec small {
2746
.fgt-sec small {
2349
	float: left;
2747
	float: left;
2350
	color: #000000;
2748
	color: #000000;
2351
	font-size: 14px;
2749
	font-size: 14px;
2352
	font-weight: 500;
2750
	font-weight: 500;
2353
	margin-left: 10px;
2751
	margin-left: 10px;
2354
}
2752
}
-
 
2753
 
2355
.checky-sec > a {
2754
.checky-sec>a {
2356
	float: right;
2755
	float: right;
2357
	color: #000000;
2756
	color: #000000;
2358
	font-size: 14px;
2757
	font-size: 14px;
2359
	font-weight: 500;
2758
	font-weight: 500;
2360
}
2759
}
Línea 2361... Línea 2760...
2361
 
2760
 
Línea 2362... Línea 2761...
2362
/* ======= Radio Button Styles ======= */
2761
/* ======= Radio Button Styles ======= */
2363
 
2762
 
2364
.fgt-sec input[type="radio"] {
2763
.fgt-sec input[type="radio"] {
-
 
2764
	display: none;
2365
	display: none;
2765
}
2366
} 
2766
 
2367
.fgt-sec label {
2767
.fgt-sec label {
-
 
2768
	float: left;
2368
	float: left;
2769
}
2369
}
2770
 
2370
.fgt-sec input[type="radio"] + label span {
2771
.fgt-sec input[type="radio"]+label span {
2371
	display: inline-block;
2772
	display: inline-block;
2372
	width: 15px;
2773
	width: 15px;
2373
	height: 15px;
2774
	height: 15px;
2374
	position: relative;
2775
	position: relative;
2375
	border:1px solid #d2d2d2;
2776
	border: 1px solid #d2d2d2;
2376
	-webkit-border-radius: 100px;
2777
	-webkit-border-radius: 100px;
2377
	-moz-border-radius: 100px;
2778
	-moz-border-radius: 100px;
2378
	-ms-border-radius: 100px;
2779
	-ms-border-radius: 100px;
2379
	-o-border-radius: 100px;
2780
	-o-border-radius: 100px;
-
 
2781
	border-radius: 100px;
2380
	border-radius: 100px;
2782
}
2381
}
2783
 
2382
.fgt-sec input[type="radio"] + label span:before {
2784
.fgt-sec input[type="radio"]+label span:before {
2383
	content: '';
2785
	content: '';
2384
	width: 7px;
2786
	width: 7px;
2385
	height: 7px;
2787
	height: 7px;
Línea 2401... Línea 2803...
2401
	-moz-transform: translateX(-50%) translateY(-50%);
2803
	-moz-transform: translateX(-50%) translateY(-50%);
2402
	-ms-transform: translateX(-50%) translateY(-50%);
2804
	-ms-transform: translateX(-50%) translateY(-50%);
2403
	-o-transform: translateX(-50%) translateY(-50%);
2805
	-o-transform: translateX(-50%) translateY(-50%);
2404
	transform: translateX(-50%) translateY(-50%);
2806
	transform: translateX(-50%) translateY(-50%);
2405
}
2807
}
-
 
2808
 
2406
.fgt-sec input[type="radio"]:checked + label span:before {
2809
.fgt-sec input[type="radio"]:checked+label span:before {
2407
	opacity: 1;
2810
	opacity: 1;
2408
	visibility: visible;
2811
	visibility: visible;
2409
}
2812
}
Línea 2410... Línea 2813...
2410
 
2813
 
Línea 2418... Línea 2821...
2418
	padding: 15px 0;
2821
	padding: 15px 0;
2419
	margin-bottom: 20px;
2822
	margin-bottom: 20px;
2420
	position: relative;
2823
	position: relative;
2421
	margin-top: -30px;
2824
	margin-top: -30px;
2422
}
2825
}
-
 
2826
 
2423
.signup-tab > i {
2827
.signup-tab>i {
2424
	position: absolute;
2828
	position: absolute;
2425
	top: 15px;
2829
	top: 15px;
2426
	left: 13px;
2830
	left: 13px;
2427
	color: #000;
2831
	color: #000;
2428
	font-size: 14px;
2832
	font-size: 14px;
2429
}
2833
}
-
 
2834
 
2430
.signup-tab h2 {
2835
.signup-tab h2 {
2431
	color: #000000;
2836
	color: #000000;
2432
	font-size: 14px;
2837
	font-size: 14px;
2433
	font-weight: 500;
2838
	font-weight: 500;
2434
	margin-bottom: 15px;
2839
	margin-bottom: 15px;
2435
}
2840
}
-
 
2841
 
2436
.signup-tab ul {
2842
.signup-tab ul {
2437
	float: left;
2843
	float: left;
2438
	width: 100%;
2844
	width: 100%;
2439
}
2845
}
-
 
2846
 
2440
.signup-tab ul li {
2847
.signup-tab ul li {
2441
	display: inline-block;
2848
	display: inline-block;
2442
	margin-right: -4px;	
2849
	margin-right: -4px;
2443
}
2850
}
-
 
2851
 
2444
.signup-tab ul li a {
2852
.signup-tab ul li a {
2445
	color: #000000;
2853
	color: #000000;
2446
	font-size: 14px;
2854
	font-size: 14px;
2447
	font-weight: 500;
2855
	font-weight: 500;
2448
	background-color: #e5e5e5;
2856
	background-color: #e5e5e5;
Línea 2452... Línea 2860...
2452
	-ms-border-radius: 3px 0px 0px 3px;
2860
	-ms-border-radius: 3px 0px 0px 3px;
2453
	-o-border-radius: 3px 0px 0px 3px;
2861
	-o-border-radius: 3px 0px 0px 3px;
2454
	border-radius: 3px 0px 0px 3px;
2862
	border-radius: 3px 0px 0px 3px;
2455
	display: inline-block;
2863
	display: inline-block;
2456
}
2864
}
-
 
2865
 
2457
.signup-tab ul li.current a {
2866
.signup-tab ul li.current a {
2458
	background-color: #e44d3a;
2867
	background-color: #e44d3a;
2459
	color: #fff;
2868
	color: #fff;
2460
}
2869
}
-
 
2870
 
2461
.signup-tab ul li:last-child a {
2871
.signup-tab ul li:last-child a {
2462
	-webkit-border-radius: 0px 3px 3px 0px;
2872
	-webkit-border-radius: 0px 3px 3px 0px;
2463
	-moz-border-radius: 0px 3px 3px 0px;
2873
	-moz-border-radius: 0px 3px 3px 0px;
2464
	-ms-border-radius: 0px 3px 3px 0px;
2874
	-ms-border-radius: 0px 3px 3px 0px;
2465
	-o-border-radius: 0px 3px 3px 0px;
2875
	-o-border-radius: 0px 3px 3px 0px;
Línea 2472... Línea 2882...
2472
	float: left;
2882
	float: left;
2473
	width: 100%;
2883
	width: 100%;
2474
	text-align: center;
2884
	text-align: center;
2475
	margin-top: 27px;
2885
	margin-top: 27px;
2476
}
2886
}
-
 
2887
 
2477
.login-resources h4 {
2888
.login-resources h4 {
2478
	color: #000000;
2889
	color: #000000;
2479
	font-size: 14px;
2890
	font-size: 14px;
2480
	font-weight: 600;
2891
	font-weight: 600;
2481
	margin-bottom: 30px;
2892
	margin-bottom: 30px;
2482
	text-transform: uppercase;
2893
	text-transform: uppercase;
2483
}
2894
}
-
 
2895
 
2484
.login-resources ul {
2896
.login-resources ul {
2485
	float: left;
2897
	float: left;
2486
	width: 100%;
2898
	width: 100%;
2487
}
2899
}
-
 
2900
 
2488
.login-resources ul li {
2901
.login-resources ul li {
2489
	float: left;
2902
	float: left;
2490
	width: 100%;
2903
	width: 100%;
2491
	margin-bottom: 20px;
2904
	margin-bottom: 20px;
2492
}
2905
}
-
 
2906
 
2493
.login-resources ul li a {
2907
.login-resources ul li a {
2494
	color: #ffffff;
2908
	color: #ffffff;
2495
    font-size: 15px;
2909
	font-size: 15px;
2496
    font-weight: 500;
2910
	font-weight: 500;
2497
    float: left;
2911
	float: left;
2498
    width: 100%;
2912
	width: 100%;
2499
    padding: 10px 0;
2913
	padding: 10px 0;
2500
}
2914
}
-
 
2915
 
2501
.login-resources ul li a i {
2916
.login-resources ul li a i {
2502
	margin-right: 15px;
2917
	margin-right: 15px;
2503
}
2918
}
-
 
2919
 
2504
.fb {
2920
.fb {
2505
	background-color: #3b5998;
2921
	background-color: #3b5998;
2506
}
2922
}
-
 
2923
 
2507
.tw {
2924
.tw {
2508
	background-color: #4099ff;
2925
	background-color: #4099ff;
2509
}
2926
}
-
 
2927
 
2510
.tw .fa-twitter {
2928
.tw .fa-twitter {
2511
	color: #fff;
2929
	color: #fff;
2512
}
2930
}
Línea 2517... Línea 2935...
2517
.footy-sec {
2935
.footy-sec {
2518
	float: left;
2936
	float: left;
2519
	width: 100%;
2937
	width: 100%;
2520
	margin-top: 70px;
2938
	margin-top: 70px;
2521
}
2939
}
-
 
2940
 
2522
.footy-sec ul {
2941
.footy-sec ul {
2523
	float: left;
2942
	float: left;
2524
	margin-top: 5px;
2943
	margin-top: 5px;
2525
}
2944
}
-
 
2945
 
2526
.footy-sec ul li {
2946
.footy-sec ul li {
2527
	display: inline-block;
2947
	display: inline-block;
2528
	padding: 0 10px;
2948
	padding: 0 10px;
2529
	border-right: 1px solid #ffffff;
2949
	border-right: 1px solid #ffffff;
2530
}
2950
}
-
 
2951
 
2531
.footy-sec ul li:last-child {
2952
.footy-sec ul li:last-child {
2532
	border-right: none;
2953
	border-right: none;
2533
}
2954
}
-
 
2955
 
2534
.footy-sec ul li a {
2956
.footy-sec ul li a {
2535
	display: inline-block;
2957
	display: inline-block;
2536
	color: #ffffff;
2958
	color: #ffffff;
2537
	font-size: 14px;
2959
	font-size: 14px;
2538
	font-weight: 500;
2960
	font-weight: 500;
2539
}
2961
}
-
 
2962
 
2540
.footy-sec p img {
2963
.footy-sec p img {
2541
	padding-right: 5px;
2964
	padding-right: 5px;
2542
	float: auto;
2965
	float: auto;
2543
	position: relative;
2966
	position: relative;
2544
	top: 6px;
2967
	top: 6px;
2545
}
2968
}
-
 
2969
 
2546
.footy-sec p {
2970
.footy-sec p {
2547
	float: right;
2971
	float: right;
2548
	color: #ffffff;
2972
	color: #ffffff;
2549
	font-size: 14px;
2973
	font-size: 14px;
2550
	font-weight: 500;
2974
	font-weight: 500;
2551
}
2975
}
-
 
2976
 
2552
footer {
2977
footer {
2553
	float: left;
2978
	float: left;
2554
	width: 100%;
2979
	width: 100%;
2555
	background-color: #fff;
2980
	background-color: #fff;
2556
}
2981
}
-
 
2982
 
2557
.footy-sec.mn ul {
2983
.footy-sec.mn ul {
2558
	padding: 30px 0;
2984
	padding: 30px 0;
2559
}
2985
}
-
 
2986
 
2560
.footy-sec.mn ul li a{
2987
.footy-sec.mn ul li a {
2561
	color: #b2b2b2;
2988
	color: #b2b2b2;
2562
}
2989
}
-
 
2990
 
2563
.footy-sec.mn ul li a:hover{
2991
.footy-sec.mn ul li a:hover {
2564
	color: #e44d3a;
2992
	color: #e44d3a;
2565
}
2993
}
-
 
2994
 
2566
.footy-sec.mn ul li {
2995
.footy-sec.mn ul li {
2567
	border-color: #b2b2b2;
2996
	border-color: #b2b2b2;
2568
}
2997
}
-
 
2998
 
2569
.footy-sec.mn p {
2999
.footy-sec.mn p {
2570
	color: #b2b2b2;
3000
	color: #b2b2b2;
2571
	margin-top: 30px;
3001
	margin-top: 30px;
2572
}
3002
}
-
 
3003
 
2573
.fl-rgt {
3004
.fl-rgt {
2574
	float: right;
3005
	float: right;
2575
	margin-top: 34px;
3006
	margin-top: 34px;
2576
	padding-right: 30px;
3007
	padding-right: 30px;
2577
}
3008
}
Línea 2579... Línea 3010...
2579
/* ================== USER PROFILE =================== */
3010
/* ================== USER PROFILE =================== */
Línea 2580... Línea 3011...
2580
 
3011
 
2581
.cover-sec img {
3012
.cover-sec img {
2582
	width: 100%;
3013
	width: 100%;
-
 
3014
}
2583
}
3015
 
2584
.cover-sec > a {
3016
.cover-sec>a {
2585
	display: inline-block;
3017
	display: inline-block;
2586
	color: #e44d3a;
3018
	color: #e44d3a;
2587
	font-size: 16px;
3019
	font-size: 16px;
2588
	background-color: #fff;
3020
	background-color: #fff;
Línea 2592... Línea 3024...
2592
	right: 0;
3024
	right: 0;
2593
	padding: 10px 15px;
3025
	padding: 10px 15px;
2594
	font-weight: 600;
3026
	font-weight: 600;
2595
	margin-right: 15px;
3027
	margin-right: 15px;
2596
}
3028
}
-
 
3029
 
2597
.cover-sec > a i {
3030
.cover-sec>a i {
2598
	padding-right: 5px;
3031
	padding-right: 5px;
2599
}
3032
}
Línea 2600... Línea 3033...
2600
 
3033
 
Línea 2607... Línea 3040...
2607
	background-color: #fff;
3040
	background-color: #fff;
2608
	margin-bottom: 20px;
3041
	margin-bottom: 20px;
2609
	text-align: center;
3042
	text-align: center;
2610
	margin-top: -40px;
3043
	margin-top: -40px;
2611
}
3044
}
-
 
3045
 
2612
.user-pro-img {
3046
.user-pro-img {
2613
	float: left;
3047
	float: left;
2614
	width: 100%;
3048
	width: 100%;
2615
	text-align: center;
3049
	text-align: center;
2616
	margin-bottom: 28px;
3050
	margin-bottom: 28px;
2617
	position: relative;
3051
	position: relative;
2618
}
3052
}
-
 
3053
 
2619
.user-pro-img .add-dp {
3054
.user-pro-img .add-dp {
2620
	position: absolute;
3055
	position: absolute;
2621
	top: 10px;
3056
	top: 10px;
2622
	left: 60%;
3057
	left: 60%;
2623
}
3058
}
Línea 2624... Línea 3059...
2624
 
3059
 
2625
.add-dp i {
3060
.add-dp i {
2626
    bottom: 0;
3061
	bottom: 0;
2627
    font-size: 14px;
3062
	font-size: 14px;
2628
    box-shadow: none;
3063
	box-shadow: none;
2629
    position: relative;
3064
	position: relative;
2630
    border-radius: 50px;
3065
	border-radius: 50px;
2631
    width: 40px;
3066
	width: 40px;
2632
    height: 40px;
3067
	height: 40px;
2633
    text-align: center;
3068
	text-align: center;
2634
    background: #e44d3a;
3069
	background: #e44d3a;
2635
    padding: 12px;
3070
	padding: 12px;
2636
    color: #ffff;
3071
	color: #ffff;
2637
    left: 0;
3072
	left: 0;
2638
    top: -5px;
3073
	top: -5px;
-
 
3074
}
2639
}
3075
 
2640
.add-dp i:hover {
3076
.add-dp i:hover {
2641
	font-size: 14px;
3077
	font-size: 14px;
2642
	border: 2px solid #fff;
3078
	border: 2px solid #fff;
2643
    background: #e44d3a;
3079
	background: #e44d3a;
2644
	padding: 11px;
3080
	padding: 11px;
-
 
3081
}
2645
}
3082
 
2646
.add-dp {
3083
.add-dp {
2647
    margin: -16px;
3084
	margin: -16px;
2648
    padding: 0;
3085
	padding: 0;
-
 
3086
}
2649
}
3087
 
2650
.add-dp input[type=file] {
3088
.add-dp input[type=file] {
2651
    opacity: 0;
3089
	opacity: 0;
2652
    padding: 10px 0px 9px;
3090
	padding: 10px 0px 9px;
2653
    display: none;
3091
	display: none;
Línea 2654... Línea 3092...
2654
}
3092
}
2655
 
3093
 
2656
.user-pro-img img {
3094
.user-pro-img img {
Línea 2660... Línea 3098...
2660
	-o-border-radius: 100px;
3098
	-o-border-radius: 100px;
2661
	border-radius: 100px;
3099
	border-radius: 100px;
2662
	float: none;
3100
	float: none;
2663
	border: 5px solid #fff;
3101
	border: 5px solid #fff;
2664
}
3102
}
-
 
3103
 
2665
.user_pro_status {
3104
.user_pro_status {
2666
	float: left;
3105
	float: left;
2667
	width: 100%;
3106
	width: 100%;
2668
	border-bottom: 1px solid #e5e5e5;
3107
	border-bottom: 1px solid #e5e5e5;
2669
	padding-bottom: 27px;
3108
	padding-bottom: 27px;
2670
}
3109
}
-
 
3110
 
2671
.flw-hr {
3111
.flw-hr {
2672
	float: left;
3112
	float: left;
2673
	width: 100%;
3113
	width: 100%;
2674
	margin-bottom: 30px;
3114
	margin-bottom: 30px;
2675
}
3115
}
-
 
3116
 
2676
.flw-hr li {
3117
.flw-hr li {
2677
	display: inline-block;
3118
	display: inline-block;
2678
	margin-right: 17px;
3119
	margin-right: 17px;
2679
}
3120
}
-
 
3121
 
2680
.flw-hr li:last-child {
3122
.flw-hr li:last-child {
2681
	margin-right: 0;
3123
	margin-right: 0;
2682
}
3124
}
-
 
3125
 
2683
.flw-hr li a {
3126
.flw-hr li a {
2684
	display: inline-block;
3127
	display: inline-block;
2685
	color: #ffffff;
3128
	color: #ffffff;
2686
	font-size: 16px;
3129
	font-size: 16px;
2687
	font-weight: 600;
3130
	font-weight: 600;
2688
	padding: 11px 15px;
3131
	padding: 11px 15px;
2689
}
3132
}
-
 
3133
 
2690
.flw-hr li a i {
3134
.flw-hr li a i {
2691
	padding-right: 5px;
3135
	padding-right: 5px;
2692
}
3136
}
-
 
3137
 
2693
.flww {
3138
.flww {
2694
	background-color: #53d690;
3139
	background-color: #53d690;
2695
}
3140
}
-
 
3141
 
2696
.hre {
3142
.hre {
2697
	background-color: #51a5fb;
3143
	background-color: #51a5fb;
2698
}
3144
}
Línea 2702... Línea 3148...
2702
 
3148
 
2703
.flw-status {
3149
.flw-status {
2704
	float: left;
3150
	float: left;
2705
	width: 100%;
3151
	width: 100%;
-
 
3152
}
2706
}
3153
 
2707
.flw-status li {
3154
.flw-status li {
2708
	display: inline-block;
3155
	display: inline-block;
2709
	margin-right: 50px;
3156
	margin-right: 50px;
-
 
3157
}
2710
}
3158
 
2711
.flw-status li:last-child {
3159
.flw-status li:last-child {
2712
	margin-right: 0;
3160
	margin-right: 0;
-
 
3161
}
2713
}
3162
 
2714
.flw-status li span {
3163
.flw-status li span {
2715
	color: #686868;
3164
	color: #686868;
2716
	font-size: 20px;
3165
	font-size: 20px;
2717
	font-weight: 500;
3166
	font-weight: 500;
2718
	margin-bottom: 15px;
3167
	margin-bottom: 15px;
2719
	display: block;
3168
	display: block;
-
 
3169
}
2720
}
3170
 
2721
.flw-status li b {
3171
.flw-status li b {
2722
	color: #000000;
3172
	color: #000000;
2723
	font-size: 20px;
3173
	font-size: 20px;
2724
	font-weight: 600;
3174
	font-weight: 600;
Línea 2729... Línea 3179...
2729
.social_links {
3179
.social_links {
2730
	float: left;
3180
	float: left;
2731
	width: 100%;
3181
	width: 100%;
2732
	text-align: left;
3182
	text-align: left;
2733
}
3183
}
-
 
3184
 
2734
.social_links li {
3185
.social_links li {
2735
	float: left;
3186
	float: left;
2736
	width: 100%;
3187
	width: 100%;
2737
	padding: 15px 15px;
3188
	padding: 15px 15px;
2738
	border-bottom: 1px solid #e5e5e5;
3189
	border-bottom: 1px solid #e5e5e5;
2739
}
3190
}
-
 
3191
 
2740
.social_links li a {
3192
.social_links li a {
2741
	float: left;
3193
	float: left;
2742
	width: 100%;
3194
	width: 100%;
2743
	color: #51a5fb;
3195
	color: #51a5fb;
2744
	font-size: 14px;
3196
	font-size: 14px;
2745
    font-weight: 400;
3197
	font-weight: 400;
2746
    text-overflow: ellipsis;
3198
	text-overflow: ellipsis;
2747
    white-space: nowrap;
3199
	white-space: nowrap;
2748
    overflow: hidden;
3200
	overflow: hidden;
2749
}
3201
}
-
 
3202
 
2750
.social_links li a i {
3203
.social_links li a i {
2751
	padding-right: 5px;
3204
	padding-right: 5px;
2752
	font-size: 20px;
3205
	font-size: 20px;
2753
	position: relative;
3206
	position: relative;
2754
	top: 3px;
3207
	top: 3px;
2755
}
3208
}
-
 
3209
 
2756
.la-globe {
3210
.la-globe {
2757
	color: #51a5fb;
3211
	color: #51a5fb;
2758
}
3212
}
Línea 2762... Línea 3216...
2762
 
3216
 
2763
.user-tab-sec {
3217
.user-tab-sec {
2764
	width: 100%;
3218
	width: 100%;
2765
	padding-top: 4px;
3219
	padding-top: 4px;
-
 
3220
}
2766
}
3221
 
2767
.user-tab-sec h3 {
3222
.user-tab-sec h3 {
2768
	color: #000000;
3223
	color: #000000;
2769
    font-size: 24px;
3224
	font-size: 24px;
2770
    font-weight: 600;
3225
	font-weight: 600;
2771
    text-transform: capitalize;
3226
	text-transform: capitalize;
2772
    margin-bottom: 15px;
3227
	margin-bottom: 15px;
-
 
3228
}
2773
}
3229
 
2774
.star-descp {
3230
.star-descp {
2775
	float: left;
3231
	float: left;
2776
	width: 100%;
3232
	width: 100%;
2777
	margin-bottom: 10px;
3233
	margin-bottom: 10px;
-
 
3234
}
2778
}
3235
 
2779
.star-descp ul li{
3236
.star-descp ul li {
2780
	margin-right: 5px!important;
3237
	margin-right: 5px !important;
-
 
3238
}
2781
}
3239
 
2782
.star-descp > a {
3240
.star-descp>a {
2783
	float: left;
3241
	float: left;
2784
	color: #51a5fb;
3242
	color: #51a5fb;
2785
	font-size: 18px;
3243
	font-size: 18px;
2786
	font-weight: 600;
3244
	font-weight: 600;
2787
	margin-left: 20px;
3245
	margin-left: 20px;
2788
	text-decoration: underline;
3246
	text-decoration: underline;
-
 
3247
}
2789
}
3248
 
2790
.star-descp > a:hover {
3249
.star-descp>a:hover {
2791
	color: #51a5fb;
3250
	color: #51a5fb;
-
 
3251
}
2792
}
3252
 
2793
.star-descp span {
3253
.star-descp span {
2794
	float: left;
3254
	float: left;
2795
	color: #686868;
3255
	color: #686868;
2796
	font-size: 18px;
3256
	font-size: 18px;
2797
	font-weight: 600;
3257
	font-weight: 600;
2798
	margin-right: 20px;
3258
	margin-right: 20px;
-
 
3259
}
2799
}
3260
 
2800
.star-descp > ul {
3261
.star-descp>ul {
2801
	float: left;
3262
	float: left;
-
 
3263
}
2802
}
3264
 
2803
.star-descp ul li {
3265
.star-descp ul li {
2804
	display: inline-block;
3266
	display: inline-block;
-
 
3267
}
2805
}
3268
 
2806
.star-descp ul li i {
3269
.star-descp ul li i {
2807
	color: #b7ce1f;
3270
	color: #b7ce1f;
2808
	font-size: 16px;
3271
	font-size: 16px;
-
 
3272
}
2809
}
3273
 
2810
.tab-feed {
3274
.tab-feed {
2811
	float: left;
3275
	float: left;
2812
	width: 100%;
3276
	width: 100%;
2813
	margin-bottom: 45px;
3277
	margin-bottom: 45px;
2814
	margin-top: 20px;
3278
	margin-top: 20px;
-
 
3279
}
2815
}
3280
 
2816
.tab-feed ul {
3281
.tab-feed ul {
2817
	float: left;
3282
	float: left;
2818
	width: 100%;
3283
	width: 100%;
-
 
3284
}
2819
}
3285
 
2820
.tab-feed ul li {
3286
.tab-feed ul li {
2821
	display: inline-block;
3287
	display: inline-block;
2822
	margin-right: 35px;
3288
	margin-right: 35px;
2823
	text-align: center;
3289
	text-align: center;
-
 
3290
}
2824
}
3291
 
2825
.savetext ul{
3292
.savetext ul {
2826
	border-bottom: none!important;
3293
	border-bottom: none !important;
-
 
3294
}
2827
}
3295
 
2828
.tab-feed.st2 ul li {
3296
.tab-feed.st2 ul li {
2829
	margin-right: 17px;
3297
	margin-right: 17px;
-
 
3298
}
2830
}
3299
 
2831
.tab-feed ul li:last-child {
3300
.tab-feed ul li:last-child {
2832
	margin-right: 0;
3301
	margin-right: 0;
-
 
3302
}
2833
}
3303
 
2834
.tab-feed ul li.active img {
3304
.tab-feed ul li.active img {
2835
	filter: grayscale(0);
3305
	filter: grayscale(0);
-
 
3306
}
2836
}
3307
 
2837
.tab-feed ul li.active span {
3308
.tab-feed ul li.active span {
2838
	color: #e44d3a;
3309
	color: #e44d3a;
-
 
3310
}
2839
}
3311
 
2840
.tab-feed ul li img {
3312
.tab-feed ul li img {
2841
	float: none;
3313
	float: none;
2842
	margin-bottom: 5px;
3314
	margin-bottom: 5px;
2843
	filter: grayscale(100%);
3315
	filter: grayscale(100%);
-
 
3316
}
2844
}
3317
 
2845
.tab-feed ul li span {
3318
.tab-feed ul li span {
2846
	display: block;
3319
	display: block;
2847
	color: #b2b2b2;
3320
	color: #b2b2b2;
2848
	font-weight: 400;
3321
	font-weight: 400;
2849
	font-size: 16px;
3322
	font-size: 16px;
-
 
3323
}
2850
}
3324
 
2851
.tab-feed ul li:last-child {
3325
.tab-feed ul li:last-child {
2852
	margin-right: 0;
3326
	margin-right: 0;
Línea 2858... Línea 3332...
2858
.message-btn {
3332
.message-btn {
2859
	float: right;
3333
	float: right;
2860
	margin-top: 20px;
3334
	margin-top: 20px;
2861
	margin-bottom: 30px;
3335
	margin-bottom: 30px;
2862
}
3336
}
-
 
3337
 
2863
.message-btn a {
3338
.message-btn a {
2864
	display: inline-block;
3339
	display: inline-block;
2865
	color: #ffffff;
3340
	color: #ffffff;
2866
	font-size: 16px;
3341
	font-size: 16px;
2867
	background-color: #e44d3a;
3342
	background-color: #e44d3a;
2868
	padding: 12px;
3343
	padding: 12px;
2869
	font-weight: 500;
3344
	font-weight: 500;
2870
}
3345
}
-
 
3346
 
2871
.message-btn a:hover {
3347
.message-btn a:hover {
2872
	color: #fff;
3348
	color: #fff;
2873
}
3349
}
-
 
3350
 
2874
.message-btn a i {
3351
.message-btn a i {
2875
	padding-right: 5px;
3352
	padding-right: 5px;
2876
}
3353
}
Línea 2882... Línea 3359...
2882
	float: left;
3359
	float: left;
2883
	width: 100%;
3360
	width: 100%;
2884
	padding: 20px 20px;
3361
	padding: 20px 20px;
2885
	border-bottom: 1px solid #e5e5e5;
3362
	border-bottom: 1px solid #e5e5e5;
2886
}
3363
}
-
 
3364
 
2887
.wd-heady h3 {
3365
.wd-heady h3 {
2888
	color: #000000;
3366
	color: #000000;
2889
	font-size: 18px;
3367
	font-size: 18px;
2890
	font-weight: 600;
3368
	font-weight: 600;
2891
	float: left;
3369
	float: left;
2892
}
3370
}
-
 
3371
 
2893
.wd-heady img {
3372
.wd-heady img {
2894
	float: right;
3373
	float: right;
2895
}
3374
}
-
 
3375
 
2896
.pf-gallery {
3376
.pf-gallery {
2897
	float: left;
3377
	float: left;
2898
	width: 100%;
3378
	width: 100%;
2899
	padding: 15px 15px;
3379
	padding: 15px 15px;
2900
}
3380
}
-
 
3381
 
2901
.pf-gallery ul {
3382
.pf-gallery ul {
2902
	float: left;
3383
	float: left;
2903
	width: 100%;
3384
	width: 100%;
2904
}
3385
}
-
 
3386
 
2905
.pf-gallery ul li {
3387
.pf-gallery ul li {
2906
	float: left;
3388
	float: left;
2907
	width: 33.33%;
3389
	width: 33.33%;
2908
	padding: 5px;
3390
	padding: 5px;
2909
	overflow: hidden;
3391
	overflow: hidden;
2910
}
3392
}
-
 
3393
 
2911
.pf-gallery ul li:hover {
3394
.pf-gallery ul li:hover {
2912
	-webkit-transform: scale(1.2);
3395
	-webkit-transform: scale(1.2);
2913
	-moz-transform: scale(1.2);
3396
	-moz-transform: scale(1.2);
2914
	-ms-transform: scale(1.2);
3397
	-ms-transform: scale(1.2);
2915
	-o-transform: scale(1.2);
3398
	-o-transform: scale(1.2);
2916
	transform: scale(1.2);
3399
	transform: scale(1.2);
2917
}
3400
}
-
 
3401
 
2918
.pf-gallery img {
3402
.pf-gallery img {
2919
	width: 100%;	
3403
	width: 100%;
2920
}
3404
}
Línea 2921... Línea 3405...
2921
 
3405
 
2922
.product-feed-tab {
3406
.product-feed-tab {
2923
	float: left;
3407
	float: left;
2924
	width: 100%;
3408
	width: 100%;
2925
	display: none;
3409
	display: none;
-
 
3410
}
2926
}
3411
 
2927
.product-feed-tab.current {
3412
.product-feed-tab.current {
2928
	display: block;
3413
	display: block;
Línea 2929... Línea 3414...
2929
}
3414
}
Línea 2938... Línea 3423...
2938
	border-left: 1px solid #e4e4e4;
3423
	border-left: 1px solid #e4e4e4;
2939
	border-bottom: 1px solid #e4e4e4;
3424
	border-bottom: 1px solid #e4e4e4;
2940
	border-right: 1px solid #e4e4e4;
3425
	border-right: 1px solid #e4e4e4;
2941
	margin-bottom: 20px;
3426
	margin-bottom: 20px;
2942
}
3427
}
-
 
3428
 
2943
.user-profile-ov h3 {
3429
.user-profile-ov h3 {
2944
	color: #000000;
3430
	color: #000000;
2945
	font-size: 18px;
3431
	font-size: 18px;
2946
	font-weight: 600;
3432
	font-weight: 600;
2947
	margin-bottom: 20px;
3433
	margin-bottom: 20px;
2948
}
3434
}
-
 
3435
 
2949
.user-profile-ov h3 a {
3436
.user-profile-ov h3 a {
2950
	color: #000000;
3437
	color: #000000;
2951
}
3438
}
-
 
3439
 
2952
.user-profile-ov i {
3440
.user-profile-ov i {
2953
	color: #000000;
3441
	color: #000000;
2954
	font-size: 13px;
3442
	font-size: 13px;
2955
	padding-left: 5px;
3443
	padding-left: 5px;
2956
}
3444
}
-
 
3445
 
2957
.user-profile-ov h4 {
3446
.user-profile-ov h4 {
2958
	font-size: 16px;
3447
	font-size: 16px;
2959
	color: #000;
3448
	color: #000;
2960
	font-weight: 600;
3449
	font-weight: 600;
2961
	margin-bottom: 10px;
3450
	margin-bottom: 10px;
2962
}
3451
}
-
 
3452
 
2963
.user-profile-ov p {
3453
.user-profile-ov p {
2964
	color: #686868;
3454
	color: #686868;
2965
	font-size: 14px;
3455
	font-size: 14px;
2966
	line-height: 24px;
3456
	line-height: 24px;
2967
}
3457
}
-
 
3458
 
2968
.user-profile-ov.st2 p {
3459
.user-profile-ov.st2 p {
2969
	margin-bottom: 23px;
3460
	margin-bottom: 23px;
2970
}
3461
}
-
 
3462
 
2971
.no-margin {
3463
.no-margin {
2972
	margin: 0 !important;
3464
	margin: 0 !important;
2973
}
3465
}
-
 
3466
 
2974
.user-profile-ov > span {
3467
.user-profile-ov>span {
2975
	color: #686868;
3468
	color: #686868;
2976
	font-size: 14px;
3469
	font-size: 14px;
2977
	float: left;
3470
	float: left;
2978
	width: 100%;
3471
	width: 100%;
2979
	margin-bottom: 8px;
3472
	margin-bottom: 8px;
2980
	margin-top: 3px;
3473
	margin-top: 3px;
2981
}
3474
}
-
 
3475
 
2982
.user-profile-ov ul {
3476
.user-profile-ov ul {
2983
	float: left;
3477
	float: left;
2984
	width: 100%;
3478
	width: 100%;
2985
}
3479
}
-
 
3480
 
2986
.user-profile-ov ul li {
3481
.user-profile-ov ul li {
2987
	display: inline-block;
3482
	display: inline-block;
2988
	margin-bottom: 10px;
3483
	margin-bottom: 10px;
2989
	padding: 0 2px;
3484
	padding: 0 2px;
2990
}
3485
}
-
 
3486
 
2991
.user-profile-ov ul li a {
3487
.user-profile-ov ul li a {
2992
	display: inline-block;
3488
	display: inline-block;
2993
	color: #b2b2b2;
3489
	color: #b2b2b2;
2994
	font-size: 14px;
3490
	font-size: 14px;
2995
	font-weight: 600;
3491
	font-weight: 600;
Línea 3013... Línea 3509...
3013
	padding: 30px 20px;
3509
	padding: 30px 20px;
3014
	border-left: 1px solid #e4e4e4;
3510
	border-left: 1px solid #e4e4e4;
3015
	border-right: 1px solid #e4e4e4;
3511
	border-right: 1px solid #e4e4e4;
3016
	border-bottom: 1px solid #e4e4e4;
3512
	border-bottom: 1px solid #e4e4e4;
3017
}
3513
}
-
 
3514
 
3018
.portfolio-gallery-sec h3 {
3515
.portfolio-gallery-sec h3 {
3019
	font-weight: 600;
3516
	font-weight: 600;
3020
	font-size: 18px;
3517
	font-size: 18px;
3021
	margin-bottom: 32px;
3518
	margin-bottom: 32px;
3022
	padding-left: 5px;
3519
	padding-left: 5px;
3023
	float: left;
3520
	float: left;
3024
}
3521
}
-
 
3522
 
3025
.portfolio-btn {
3523
.portfolio-btn {
3026
    float: right;
3524
	float: right;
3027
}
3525
}
-
 
3526
 
3028
.portfolio-btn a {
3527
.portfolio-btn a {
3029
    display: inline-block;
3528
	display: inline-block;
3030
    color: #e44d3a;
3529
	color: #e44d3a;
3031
    font-size: 16px;
3530
	font-size: 16px;
3032
	font-weight: 600;
3531
	font-weight: 600;
3033
}
3532
}
Línea 3034... Línea 3533...
3034
 
3533
 
3035
.portfolio-btn a i {
3534
.portfolio-btn a i {
3036
    margin-right: 5px;
3535
	margin-right: 5px;
-
 
3536
}
3037
}
3537
 
3038
.gallery_pf {
3538
.gallery_pf {
3039
	float: left;
3539
	float: left;
3040
	width: 100%;
3540
	width: 100%;
3041
	margin-bottom: -5px;
3541
	margin-bottom: -5px;
-
 
3542
}
3042
}
3543
 
3043
.gallery_pf .col-lg-4 {
3544
.gallery_pf .col-lg-4 {
3044
	padding: 5px;
3545
	padding: 5px;
-
 
3546
}
3045
}
3547
 
3046
.gallery_pt {
3548
.gallery_pt {
3047
	float: left;
3549
	float: left;
3048
	width: 100%;
3550
	width: 100%;
3049
	position: relative;
3551
	position: relative;
3050
	overflow: hidden;
3552
	overflow: hidden;
-
 
3553
}
3051
}
3554
 
3052
.gallery_pt:hover:before {
3555
.gallery_pt:hover:before {
3053
	opacity: 1;
3556
	opacity: 1;
3054
	visibility: visible;
3557
	visibility: visible;
3055
	height: 100%;
3558
	height: 100%;
-
 
3559
}
3056
}
3560
 
3057
.gallery_pt:before {
3561
.gallery_pt:before {
3058
	content: '';
3562
	content: '';
3059
	position: absolute;
3563
	position: absolute;
3060
	top: 0;
3564
	top: 0;
3061
	left: 0;
3565
	left: 0;
3062
	width: 100%;
3566
	width: 100%;
3063
	height: 0;
3567
	height: 0;
3064
	background-color: rgba(0,0,0,0.60);
3568
	background-color: rgba(0, 0, 0, 0.60);
3065
	opacity: 0;
3569
	opacity: 0;
3066
	visibility: hidden;
3570
	visibility: hidden;
-
 
3571
}
3067
}
3572
 
3068
.gallery_pt img {
3573
.gallery_pt img {
3069
	width: 100%;
3574
	width: 100%;
3070
	height: 134px;
3575
	height: 134px;
3071
	object-fit: cover;
3576
	object-fit: cover;
-
 
3577
}
3072
}
3578
 
3073
.row {
3579
.row {
3074
	margin: 0;
3580
	margin: 0;
-
 
3581
}
3075
}
3582
 
3076
.gallery_pt > a {
3583
.gallery_pt>a {
3077
	position: absolute;
3584
	position: absolute;
3078
	top: 100%;
3585
	top: 100%;
3079
	left: 0;
3586
	left: 0;
3080
	float: left;
3587
	float: left;
Línea 3086... Línea 3593...
3086
	-o-transform: translateY(-50%);
3593
	-o-transform: translateY(-50%);
3087
	transform: translateY(-50%);
3594
	transform: translateY(-50%);
3088
	opacity: 0;
3595
	opacity: 0;
3089
	visibility: hidden;
3596
	visibility: hidden;
3090
}
3597
}
-
 
3598
 
3091
.gallery_pt:hover > a {
3599
.gallery_pt:hover>a {
3092
	opacity: 1;
3600
	opacity: 1;
3093
	visibility: visible;
3601
	visibility: visible;
3094
	top: 50%;
3602
	top: 50%;
3095
}
3603
}
-
 
3604
 
3096
.gallery_pt > a img {
3605
.gallery_pt>a img {
3097
	float: none;
3606
	float: none;
3098
	width: auto;
3607
	width: auto;
3099
	height: auto;
3608
	height: auto;
3100
}
3609
}
Línea 3115... Línea 3624...
3115
	transform: translateX(-50%) translateY(-50%);
3624
	transform: translateX(-50%) translateY(-50%);
3116
	opacity: 0;
3625
	opacity: 0;
3117
	visibility: hidden;
3626
	visibility: hidden;
3118
	z-index: 0;
3627
	z-index: 0;
3119
}
3628
}
-
 
3629
 
3120
.close-box {
3630
.close-box {
3121
	position: absolute;
3631
	position: absolute;
3122
	top: -20px;
3632
	top: -20px;
3123
	right: -20px;
3633
	right: -20px;
3124
	color: #fff;
3634
	color: #fff;
Línea 3133... Línea 3643...
3133
	-ms-border-radius: 100px;
3643
	-ms-border-radius: 100px;
3134
	-o-border-radius: 100px;
3644
	-o-border-radius: 100px;
3135
	border-radius: 100px;
3645
	border-radius: 100px;
3136
	font-weight: 600;
3646
	font-weight: 600;
3137
}
3647
}
-
 
3648
 
3138
.close-box:hover {
3649
.close-box:hover {
3139
	color: #fff;
3650
	color: #fff;
3140
}
3651
}
-
 
3652
 
3141
.overview-box.open {
3653
.overview-box.open {
3142
	opacity: 1;
3654
	opacity: 1;
3143
	visibility: visible;
3655
	visibility: visible;
3144
	z-index: 99999;
3656
	z-index: 99999;
3145
}
3657
}
-
 
3658
 
3146
.overview-edit {
3659
.overview-edit {
3147
	float: left;
3660
	float: left;
3148
	width: 100%;
3661
	width: 100%;
3149
	background-color: #fff;
3662
	background-color: #fff;
3150
	padding: 30px 20px;
3663
	padding: 30px 20px;
3151
}
3664
}
-
 
3665
 
3152
.overview-edit h3 {
3666
.overview-edit h3 {
3153
	color: #000000;
3667
	color: #000000;
3154
	font-size: 18px;
3668
	font-size: 18px;
3155
	font-weight: 600;
3669
	font-weight: 600;
3156
	float: left;
3670
	float: left;
3157
	width: 100%;
3671
	width: 100%;
3158
	margin-bottom: 25px;	
3672
	margin-bottom: 25px;
3159
}
3673
}
-
 
3674
 
3160
.overview-edit span {
3675
.overview-edit span {
3161
	color: #b2b2b2;
3676
	color: #b2b2b2;
3162
	font-size: 12px;
3677
	font-size: 12px;
3163
	float: right;
3678
	float: right;
3164
	margin-bottom: 5px;
3679
	margin-bottom: 5px;
3165
}
3680
}
-
 
3681
 
3166
.overview-edit form {
3682
.overview-edit form {
3167
	float: left;
3683
	float: left;
3168
	width: 100%;
3684
	width: 100%;
3169
}
3685
}
-
 
3686
 
3170
.overview-edit form input {
3687
.overview-edit form input {
3171
	height: 40px;
3688
	height: 40px;
3172
	padding-left: 15px;
3689
	padding-left: 15px;
3173
	margin-bottom: 20px;
3690
	margin-bottom: 20px;
3174
}
3691
}
-
 
3692
 
3175
.overview-edit form textarea,
3693
.overview-edit form textarea,
3176
.overview-edit form input,
3694
.overview-edit form input,
3177
.overview-edit form select {
3695
.overview-edit form select {
3178
	width: 100%;
3696
	width: 100%;
3179
	border: 1px solid #e5e5e5;
3697
	border: 1px solid #e5e5e5;
3180
	resize: none;
3698
	resize: none;
3181
	color: #b2b2b2;
3699
	color: #b2b2b2;
3182
	font-size: 14px;
3700
	font-size: 14px;
3183
}
3701
}
-
 
3702
 
3184
.overview-edit form select {
3703
.overview-edit form select {
3185
	line-height: 40px;
3704
	line-height: 40px;
3186
	padding-left: 40px;
3705
	padding-left: 40px;
3187
	margin-bottom: 20px;
3706
	margin-bottom: 20px;
3188
}
3707
}
-
 
3708
 
3189
.overview-edit form textarea {
3709
.overview-edit form textarea {
3190
	height: 160px;
3710
	height: 160px;
3191
	margin-bottom: 30px;
3711
	margin-bottom: 30px;
3192
	padding: 15px;
3712
	padding: 15px;
3193
}
3713
}
-
 
3714
 
3194
.save {
3715
.save {
3195
	background-color: #e44d3a;
3716
	background-color: #e44d3a;
3196
	color: #fff;
3717
	color: #fff;
3197
	border-color: transparent;
3718
	border-color: transparent;
3198
}
3719
}
-
 
3720
 
3199
.save-add {
3721
.save-add {
3200
	background-color: #fff;
3722
	background-color: #fff;
3201
	padding: 13px 13px !important;
3723
	padding: 13px 13px !important;
3202
}
3724
}
-
 
3725
 
3203
.overview-edit button {
3726
.overview-edit button {
3204
	float: left;
3727
	float: left;
3205
	border: 1px solid #e5e5e5;
3728
	border: 1px solid #e5e5e5;
3206
	font-weight: 600;
3729
	font-weight: 600;
3207
	font-size: 16px;
3730
	font-size: 16px;
3208
	padding: 13px 34px;
3731
	padding: 13px 34px;
3209
	margin-right: 20px;
3732
	margin-right: 20px;
3210
	outline: none;
3733
	outline: none;
3211
	cursor: pointer;
3734
	cursor: pointer;
3212
}
3735
}
-
 
3736
 
3213
.cancel {
3737
.cancel {
3214
	background-color: #fff;
3738
	background-color: #fff;
3215
	color: #000;
3739
	color: #000;
3216
}
3740
}
-
 
3741
 
3217
.datepicky {
3742
.datepicky {
3218
	float: left;
3743
	float: left;
3219
	width: 100%;
3744
	width: 100%;
3220
}
3745
}
-
 
3746
 
3221
.no-left-pd {
3747
.no-left-pd {
3222
	padding: 0;
3748
	padding: 0;
3223
}
3749
}
-
 
3750
 
3224
.no-righ-pd {
3751
.no-righ-pd {
3225
	padding-right: 0;
3752
	padding-right: 0;
3226
}
3753
}
-
 
3754
 
3227
.datefm {
3755
.datefm {
3228
	float: left;
3756
	float: left;
3229
	width: 100%;
3757
	width: 100%;
3230
	position: relative;
3758
	position: relative;
3231
}
3759
}
-
 
3760
 
3232
.datefm i {
3761
.datefm i {
3233
	position: absolute;
3762
	position: absolute;
3234
	top: 11px;
3763
	top: 11px;
3235
	right: 15px;
3764
	right: 15px;
3236
	font-size: 18px;
3765
	font-size: 18px;
Línea 3239... Línea 3768...
3239
 
3768
 
3240
#location-box .datefm i {
3769
#location-box .datefm i {
3241
	right: auto;
3770
	right: auto;
3242
	left: 15px;
3771
	left: 15px;
-
 
3772
}
3243
}
3773
 
3244
#location-box .datefm input {
3774
#location-box .datefm input {
3245
	padding-left: 40px;
3775
	padding-left: 40px;
Línea 3246... Línea 3776...
3246
}
3776
}
3247
 
3777
 
3248
 
3778
 
3249
#skills-box ul {
3779
#skills-box ul {
3250
	float: left;
3780
	float: left;
-
 
3781
	width: 100%;
3251
	width: 100%;
3782
	margin-bottom: 20px;
3252
	margin-bottom: 20px;
3783
}
3253
}
3784
 
3254
#skills-box ul li {
3785
#skills-box ul li {
3255
	display: inline-block;
3786
	display: inline-block;
-
 
3787
	margin-right: 10px;
3256
	margin-right: 10px;
3788
	position: relative;
3257
	position: relative;
3789
}
3258
}
3790
 
3259
.skl-name {
3791
.skl-name {
3260
	display: inline-block;
3792
	display: inline-block;
Línea 3269... Línea 3801...
3269
	border-radius: 30px;
3801
	border-radius: 30px;
3270
	text-transform: uppercase;
3802
	text-transform: uppercase;
3271
	padding: 10px 30px 10px 12px;
3803
	padding: 10px 30px 10px 12px;
3272
	position: relative;
3804
	position: relative;
3273
}
3805
}
-
 
3806
 
3274
.close-skl {
3807
.close-skl {
3275
	position: absolute;
3808
	position: absolute;
3276
	top: 10px;
3809
	top: 10px;
3277
	right: 10px;
3810
	right: 10px;
3278
	color: #b2b2b2;
3811
	color: #b2b2b2;
3279
	font-size: 14px;
3812
	font-size: 14px;
3280
}
3813
}
Línea 3281... Línea 3814...
3281
 
3814
 
3282
.file-submit {
3815
.file-submit {
3283
	border: 1px solid #e5e5e5;
3816
	border: 1px solid #e5e5e5;
3284
    position: relative;
3817
	position: relative;
3285
    padding: 0px;
3818
	padding: 0px;
3286
    height: 40px;
3819
	height: 40px;
3287
	margin-bottom: 20px;
3820
	margin-bottom: 20px;
3288
    border-radius: 3px;
3821
	border-radius: 3px;
Línea 3289... Línea 3822...
3289
}
3822
}
3290
 
3823
 
3291
.file-submit [type="file"] {
3824
.file-submit [type="file"] {
3292
    height: 40px;
3825
	height: 40px;
3293
    overflow: hidden;
3826
	overflow: hidden;
3294
    width: 100%;
3827
	width: 100%;
3295
    float: left;
3828
	float: left;
3296
    position: absolute;
3829
	position: absolute;
3297
    padding: 10px 4px 0px 12px;
3830
	padding: 10px 4px 0px 12px;
3298
    font-size: 14px;
3831
	font-size: 14px;
3299
    opacity: 0;
3832
	opacity: 0;
Línea 3300... Línea 3833...
3300
	display: none;
3833
	display: none;
3301
}
3834
}
3302
 
3835
 
3303
.file-submit [type="file"] + label {
3836
.file-submit [type="file"]+label {
3304
    background: #e44d3a;
3837
	background: #e44d3a;
3305
    border: none;
3838
	border: none;
3306
    float: left;
3839
	float: left;
3307
    border-top-right-radius: 0px;
3840
	border-top-right-radius: 0px;
3308
    border-bottom-right-radius: 0px;
3841
	border-bottom-right-radius: 0px;
3309
    border-top-left-radius: 3px;
3842
	border-top-left-radius: 3px;
3310
    border-bottom-left-radius: 3px;
3843
	border-bottom-left-radius: 3px;
3311
    color: #fff;
3844
	color: #fff;
3312
    cursor: pointer;
3845
	cursor: pointer;
3313
    display: inline-block;
3846
	display: inline-block;
3314
    font-size: 14px;
3847
	font-size: 14px;
3315
    font-weight: 500;
3848
	font-weight: 500;
3316
    outline: none;
3849
	outline: none;
3317
    padding: 12px 15px;
3850
	padding: 12px 15px;
3318
    position: relative;
3851
	position: relative;
3319
    transition: all 0.3s;
3852
	transition: all 0.3s;
Línea 3320... Línea 3853...
3320
    vertical-align: middle;
3853
	vertical-align: middle;
3321
    margin: 0;
3854
	margin: 0;
3322
}
3855
}
3323
 
3856
 
-
 
3857
.file-submit.nomg {
3324
.file-submit.nomg {
3858
	border: 0;
-
 
3859
	margin-bottom: 20px;
-
 
3860
}
-
 
3861
 
Línea 3325... Línea 3862...
3325
	border: 0;
3862
.file-submit.nomg input {
3326
	margin-bottom: 20px;
3863
	margin-bottom: 0;
3327
}
3864
	padding-top: 0;
3328
.file-submit.nomg input {margin-bottom: 0;padding-top: 0;}
3865
}
3329
 
3866
 
-
 
3867
.daty {
3330
.daty {
3868
	float: left;
3331
	float: left;
3869
	width: 100%;
3332
	width: 100%;
3870
	position: relative;
3333
	position: relative;
3871
}
3334
}
3872
 
3335
.daty > i {
3873
.daty>i {
3336
	position: absolute;
3874
	position: absolute;
-
 
3875
	top: 10px;
3337
	top: 10px;
3876
	right: 15px;
3338
	right: 15px;
3877
	color: #b2b2b2;
3339
	color: #b2b2b2;
3878
	font-size: 20px;
Línea 3340... Línea 3879...
3340
	font-size: 20px;
3879
}
Línea 3359... Línea 3898...
3359
	width: 100%;
3898
	width: 100%;
3360
	background-color: #fff;
3899
	background-color: #fff;
3361
	border-left: 1px solid #e4e4e4;
3900
	border-left: 1px solid #e4e4e4;
3362
	border-right: 1px solid #e4e4e4;
3901
	border-right: 1px solid #e4e4e4;
3363
	border-bottom: 1px solid #e4e4e4;
3902
	border-bottom: 1px solid #e4e4e4;
3364
	margin-bottom: 20px;	
3903
	margin-bottom: 20px;
3365
}
3904
}
-
 
3905
 
3366
.billing-method ul {
3906
.billing-method ul {
3367
	float: left;
3907
	float: left;
3368
	width: 100%;
3908
	width: 100%;
3369
}
3909
}
-
 
3910
 
3370
.billing-method ul li {
3911
.billing-method ul li {
3371
	float: left;
3912
	float: left;
3372
	width: 100%;
3913
	width: 100%;
3373
	border-bottom: 1px solid #e5e5e5;
3914
	border-bottom: 1px solid #e5e5e5;
3374
	padding: 25px 20px;
3915
	padding: 25px 20px;
3375
}
3916
}
-
 
3917
 
3376
.billing-method ul li h3 {
3918
.billing-method ul li h3 {
3377
	color: #000000;
3919
	color: #000000;
3378
	font-size: 18px;
3920
	font-size: 18px;
3379
	font-weight: 600;
3921
	font-weight: 600;
3380
	float: left;
3922
	float: left;
3381
}
3923
}
-
 
3924
 
3382
.billing-method ul li a,
3925
.billing-method ul li a,
3383
.billing-method ul li span {
3926
.billing-method ul li span {
3384
	float: right;
3927
	float: right;
3385
	color: #000000;
3928
	color: #000000;
3386
	font-size: 13px;
3929
	font-size: 13px;
3387
	text-transform: capitalize;
3930
	text-transform: capitalize;
3388
	font-weight: 600;
3931
	font-weight: 600;
3389
	margin-top: 3px;
3932
	margin-top: 3px;
3390
}
3933
}
-
 
3934
 
3391
.billing-method ul li i {
3935
.billing-method ul li i {
3392
	font-size: 13px;
3936
	font-size: 13px;
3393
	color: #e44d3a;
3937
	color: #e44d3a;
3394
}
3938
}
-
 
3939
 
3395
.lt-sec {
3940
.lt-sec {
3396
	float: left;
3941
	float: left;
3397
	width: 100%;
3942
	width: 100%;
3398
	text-align: center;
3943
	text-align: center;
3399
	padding: 30px 0;
3944
	padding: 30px 0;
3400
}
3945
}
-
 
3946
 
3401
.lt-sec img {
3947
.lt-sec img {
3402
	float: none;
3948
	float: none;
3403
	margin-bottom: 15px;
3949
	margin-bottom: 15px;
3404
}
3950
}
-
 
3951
 
3405
.lt-sec h4 {
3952
.lt-sec h4 {
3406
	color: #686868;
3953
	color: #686868;
3407
	font-size: 18px;
3954
	font-size: 18px;
3408
	font-weight: 600;
3955
	font-weight: 600;
3409
	margin-bottom: 25px;
3956
	margin-bottom: 25px;
3410
}
3957
}
-
 
3958
 
3411
.lt-sec > a {
3959
.lt-sec>a {
3412
	display: inline-block;
3960
	display: inline-block;
3413
	color: #ffffff;
3961
	color: #ffffff;
3414
	font-size: 16px;
3962
	font-size: 16px;
3415
	background-color: #e44d3a;
3963
	background-color: #e44d3a;
3416
	padding: 10px 25px;
3964
	padding: 10px 25px;
Línea 3425... Línea 3973...
3425
	background-color: #fff;
3973
	background-color: #fff;
3426
	border-left: 1px solid #e4e4e4;
3974
	border-left: 1px solid #e4e4e4;
3427
	border-right: 1px solid #e4e4e4;
3975
	border-right: 1px solid #e4e4e4;
3428
	border-bottom: 1px solid #e4e4e4;
3976
	border-bottom: 1px solid #e4e4e4;
3429
}
3977
}
-
 
3978
 
3430
.add-billing-method h3 {
3979
.add-billing-method h3 {
3431
	color: #000000;
3980
	color: #000000;
3432
	font-size: 18px;
3981
	font-size: 18px;
3433
	font-weight: 600;
3982
	font-weight: 600;
3434
	padding: 20px 20px;
3983
	padding: 20px 20px;
3435
	border-bottom: 1px solid #e5e5e5;
3984
	border-bottom: 1px solid #e5e5e5;
3436
}
3985
}
-
 
3986
 
3437
.add-billing-method > h4 {
3987
.add-billing-method>h4 {
3438
	color: #686868;
3988
	color: #686868;
3439
	font-size: 13px;
3989
	font-size: 13px;
3440
	font-weight: 500;
3990
	font-weight: 500;
3441
	padding: 20px 20px;
3991
	padding: 20px 20px;
3442
	border-bottom: 1px solid #e5e5e5;
3992
	border-bottom: 1px solid #e5e5e5;
3443
	float: left;
3993
	float: left;
3444
	width: 100%;
3994
	width: 100%;
3445
}
3995
}
-
 
3996
 
3446
.add-billing-method img {
3997
.add-billing-method img {
3447
	margin-right: 10px;
3998
	margin-right: 10px;
3448
}
3999
}
-
 
4000
 
3449
.add-billing-method span {
4001
.add-billing-method span {
3450
	margin-top: 4px;
4002
	margin-top: 4px;
3451
	float: left;
4003
	float: left;
3452
}
4004
}
Línea 3455... Línea 4007...
3455
 
4007
 
3456
.payment_methods {
4008
.payment_methods {
3457
	float: left;
4009
	float: left;
3458
	width: 100%;
4010
	width: 100%;
-
 
4011
}
3459
}
4012
 
3460
.payment_methods > h4 {
4013
.payment_methods>h4 {
3461
	color: #000000;
4014
	color: #000000;
3462
	font-size: 16px;
4015
	font-size: 16px;
3463
	font-weight: 600;
4016
	font-weight: 600;
3464
	position: relative;
4017
	position: relative;
3465
	padding: 25px 20px 25px 45px;
4018
	padding: 25px 20px 25px 45px;
3466
	float: left;
4019
	float: left;
3467
	width: 100%;
4020
	width: 100%;
-
 
4021
}
3468
}
4022
 
3469
.rowwy {
4023
.rowwy {
3470
	float: left;
4024
	float: left;
3471
	width:100%;
4025
	width: 100%;
-
 
4026
}
3472
}
4027
 
3473
.pd-left-none {
4028
.pd-left-none {
3474
	padding-left: 0;
4029
	padding-left: 0;
-
 
4030
}
3475
}
4031
 
3476
.pd-right-none {
4032
.pd-right-none {
3477
	padding-right: 0;
4033
	padding-right: 0;
-
 
4034
}
3478
}
4035
 
3479
.payment_methods h4:before {
4036
.payment_methods h4:before {
3480
	content: '';
4037
	content: '';
3481
	position: absolute;
4038
	position: absolute;
3482
	top: 50%;
4039
	top: 50%;
Línea 3493... Línea 4050...
3493
	-moz-border-radius: 100px;
4050
	-moz-border-radius: 100px;
3494
	-ms-border-radius: 100px;
4051
	-ms-border-radius: 100px;
3495
	-o-border-radius: 100px;
4052
	-o-border-radius: 100px;
3496
	border-radius: 100px;
4053
	border-radius: 100px;
3497
}
4054
}
-
 
4055
 
3498
.payment_methods h4:after {
4056
.payment_methods h4:after {
3499
	content: '';
4057
	content: '';
3500
	position: absolute;
4058
	position: absolute;
3501
	top: 50%;
4059
	top: 50%;
3502
	-webkit-transform: translateY(-50%);
4060
	-webkit-transform: translateY(-50%);
Línea 3519... Línea 4077...
3519
	float: left;
4077
	float: left;
3520
	width: 100%;
4078
	width: 100%;
3521
	padding-bottom: 30px;
4079
	padding-bottom: 30px;
3522
	border-bottom: 1px solid #e5e5e5;
4080
	border-bottom: 1px solid #e5e5e5;
3523
}
4081
}
-
 
4082
 
3524
.payment_methods form button {
4083
.payment_methods form button {
3525
	color: #ffffff;
4084
	color: #ffffff;
3526
	font-size: 16px;
4085
	font-size: 16px;
3527
	background-color: #e44d3a;
4086
	background-color: #e44d3a;
3528
	padding: 10px 15px;
4087
	padding: 10px 15px;
3529
	border: 0;
4088
	border: 0;
3530
	cursor: pointer;
4089
	cursor: pointer;
3531
}
4090
}
-
 
4091
 
3532
.payment_methods form input {
4092
.payment_methods form input {
3533
	width: 100%;
4093
	width: 100%;
3534
	height: 40px;
4094
	height: 40px;
3535
	border: 1px solid #e5e5e5;
4095
	border: 1px solid #e5e5e5;
3536
	padding: 0 12px;
4096
	padding: 0 12px;
3537
}
4097
}
-
 
4098
 
3538
.cc-head {
4099
.cc-head {
3539
	float: left;
4100
	float: left;
3540
	width: 100%;
4101
	width: 100%;
3541
	margin-bottom: 10px;
4102
	margin-bottom: 10px;
3542
}
4103
}
-
 
4104
 
3543
.cc-head h5 {
4105
.cc-head h5 {
3544
	float: left;
4106
	float: left;
3545
	color: #000000;
4107
	color: #000000;
3546
	font-size: 16px;
4108
	font-size: 16px;
3547
	font-weight: 600;
4109
	font-weight: 600;
3548
	margin-top: 4px;
4110
	margin-top: 4px;
3549
}
4111
}
-
 
4112
 
3550
.cc-head h5 i {
4113
.cc-head h5 i {
3551
	color: #b2b2b2;
4114
	color: #b2b2b2;
3552
	font-size: 14px;
4115
	font-size: 14px;
3553
}
4116
}
-
 
4117
 
3554
.cc-head ul {
4118
.cc-head ul {
3555
	float: right;
4119
	float: right;
3556
}
4120
}
-
 
4121
 
3557
.cc-head ul li {
4122
.cc-head ul li {
3558
	display: inline-block;
4123
	display: inline-block;
3559
}
4124
}
-
 
4125
 
3560
.inpt-field {
4126
.inpt-field {
3561
	float: left;
4127
	float: left;
3562
	width: 100%;
4128
	width: 100%;
3563
	position: relative;
4129
	position: relative;
3564
	margin-bottom: 20px;
4130
	margin-bottom: 20px;
3565
}
4131
}
-
 
4132
 
3566
.no-pdd {
4133
.no-pdd {
3567
	padding: 0;
4134
	padding: 0;
3568
}
4135
}
-
 
4136
 
-
 
4137
.inpt-field.pd-moree input {
3569
.inpt-field.pd-moree input {padding-left: 40px !important;}
4138
	padding-left: 40px !important;
-
 
4139
}
-
 
4140
 
3570
.inpt-field i {
4141
.inpt-field i {
3571
	color: #b2b2b2;
4142
	color: #b2b2b2;
3572
	font-size: 18px;
4143
	font-size: 18px;
3573
	position: absolute;
4144
	position: absolute;
3574
	top: 50%;
4145
	top: 50%;
Línea 3584... Línea 4155...
3584
/* ============== companies-info ============== */
4155
/* ============== companies-info ============== */
Línea 3585... Línea 4156...
3585
 
4156
 
3586
.companies-info {
4157
.companies-info {
3587
	padding: 60px 0;
4158
	padding: 60px 0;
-
 
4159
}
3588
}
4160
 
3589
.company-title {
4161
.company-title {
3590
	float: left;
4162
	float: left;
3591
	width: 100%;
4163
	width: 100%;
3592
	margin-bottom: 20px;
4164
	margin-bottom: 20px;
3593
	padding: 0 15px;
4165
	padding: 0 15px;
-
 
4166
}
3594
}
4167
 
3595
.company-title h3 {
4168
.company-title h3 {
3596
	color: #000000;
4169
	color: #000000;
3597
	font-size: 20px;
4170
	font-size: 20px;
3598
	font-weight: 600;
4171
	font-weight: 600;
Línea 3603... Línea 4176...
3603
.companies-list {
4176
.companies-list {
3604
	float: left;
4177
	float: left;
3605
	width: 100%;
4178
	width: 100%;
3606
	margin-bottom: -30px;
4179
	margin-bottom: -30px;
3607
}
4180
}
-
 
4181
 
3608
.company_profile_info {
4182
.company_profile_info {
3609
	float: left;
4183
	float: left;
3610
	width: 100%;
4184
	width: 100%;
3611
	background-color: #fff;
4185
	background-color: #fff;
3612
	text-align: center;
4186
	text-align: center;
3613
	border-left: 1px solid #e4e4e4;
4187
	border-left: 1px solid #e4e4e4;
3614
	border-right: 1px solid #e4e4e4;
4188
	border-right: 1px solid #e4e4e4;
3615
	border-bottom: 1px solid #e4e4e4;
4189
	border-bottom: 1px solid #e4e4e4;
3616
	margin-bottom: 30px;
4190
	margin-bottom: 30px;
3617
}
4191
}
-
 
4192
 
3618
.company-up-info {
4193
.company-up-info {
3619
	float: left;
4194
	float: left;
3620
	width: 100%;
4195
	width: 100%;
3621
	padding: 30px 0;
4196
	padding: 30px 0;
3622
	border-bottom: 1px solid #e5e5e5;
4197
	border-bottom: 1px solid #e5e5e5;
3623
}
4198
}
-
 
4199
 
3624
.company-up-info img {
4200
.company-up-info img {
3625
	float: none;
4201
	float: none;
3626
	margin-bottom: 10px;
4202
	margin-bottom: 10px;
3627
	-webkit-border-radius: 100px;
4203
	-webkit-border-radius: 100px;
3628
	-moz-border-radius: 100px;
4204
	-moz-border-radius: 100px;
Línea 3630... Línea 4206...
3630
	-o-border-radius: 100px;
4206
	-o-border-radius: 100px;
3631
	border-radius: 100px;
4207
	border-radius: 100px;
3632
	height: 90px;
4208
	height: 90px;
3633
	object-fit: cover;
4209
	object-fit: cover;
3634
}
4210
}
-
 
4211
 
3635
.company-up-info h3 {
4212
.company-up-info h3 {
3636
	color: #000000;
4213
	color: #000000;
3637
	font-size: 18px;
4214
	font-size: 18px;
3638
	font-weight: 600;
4215
	font-weight: 600;
3639
	margin-bottom: 10px;
4216
	margin-bottom: 10px;
3640
}
4217
}
-
 
4218
 
3641
.company-up-info h4 {
4219
.company-up-info h4 {
3642
	color: #686868;
4220
	color: #686868;
3643
	font-size: 14px;
4221
	font-size: 14px;
3644
	font-weight: 500;
4222
	font-weight: 500;
3645
	margin-bottom: 21px;
4223
	margin-bottom: 21px;
3646
}
4224
}
-
 
4225
 
3647
.company-up-info ul {
4226
.company-up-info ul {
3648
	float: left;
4227
	float: left;
3649
	width: 100%;
4228
	width: 100%;
3650
}
4229
}
-
 
4230
 
3651
.company-up-info ul li {
4231
.company-up-info ul li {
3652
	display: inline-block;
4232
	display: inline-block;
3653
	margin-right: 6px;
4233
	margin-right: 6px;
3654
}
4234
}
-
 
4235
 
3655
.company-up-info ul li a {
4236
.company-up-info ul li a {
3656
	display: inline-block;
4237
	display: inline-block;
3657
	padding: 0 12px;
4238
	padding: 0 12px;
3658
	color: #fff;
4239
	color: #fff;
3659
	height: 35px;
4240
	height: 35px;
3660
	line-height: 35px;
4241
	line-height: 35px;
3661
}
4242
}
-
 
4243
 
3662
.company-up-info ul li a i {
4244
.company-up-info ul li a i {
3663
	font-size: 24px;
4245
	font-size: 24px;
3664
	position: relative;
4246
	position: relative;
3665
	top: 3px;
4247
	top: 3px;
3666
}
4248
}
-
 
4249
 
3667
.follow {
4250
.follow {
3668
	background-color: #53d690;
4251
	background-color: #53d690;
3669
}
4252
}
-
 
4253
 
3670
.hire-us {
4254
.hire-us {
3671
	background-color: #51a5fb;
4255
	background-color: #51a5fb;
3672
}
4256
}
-
 
4257
 
3673
.company_profile_info > a {
4258
.company_profile_info>a {
3674
	display: inline-block;
4259
	display: inline-block;
3675
	color: #000000;
4260
	color: #000000;
3676
	font-size: 16px;
4261
	font-size: 16px;
3677
	font-weight: 500;
4262
	font-weight: 500;
3678
	padding: 18px 0;
4263
	padding: 18px 0;
Línea 3684... Línea 4269...
3684
.search-sec {
4269
.search-sec {
3685
	float: left;
4270
	float: left;
3686
	width: 100%;
4271
	width: 100%;
3687
	margin: 30px 0 0 0;
4272
	margin: 30px 0 0 0;
3688
}
4273
}
-
 
4274
 
3689
.search-box {
4275
.search-box {
3690
	float: left;
4276
	float: left;
3691
	width: 100%;
4277
	width: 100%;
3692
	padding: 0 15px;
4278
	padding: 0 15px;
3693
}
4279
}
-
 
4280
 
3694
.search-box form {
4281
.search-box form {
3695
	float: left;
4282
	float: left;
3696
	width: 100%;
4283
	width: 100%;
3697
	position: relative;
4284
	position: relative;
3698
}
4285
}
-
 
4286
 
3699
.search-box form input {
4287
.search-box form input {
3700
	width: 100%;
4288
	width: 100%;
3701
	height: 40px;
4289
	height: 40px;
3702
	padding: 0 15px;
4290
	padding: 0 15px;
3703
	background: var(--background-light-gray);
4291
	background: var(--background-light-gray);
3704
    color: var(--gray);
4292
	color: var(--gray);
3705
    font-size: 14px;
4293
	font-size: 14px;
3706
    border: solid 1px var(--border-light-gray);
4294
	border: solid 1px var(--border-light-gray);
3707
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
4295
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
3708
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
4296
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
3709
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
4297
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
3710
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
4298
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
3711
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
4299
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
3712
}
4300
}
-
 
4301
 
3713
.search-box form button {
4302
.search-box form button {
3714
	position: absolute;
4303
	position: absolute;
3715
	top: 0;
4304
	top: 0;
3716
	right: 0;
4305
	right: 0;
3717
	border: solid 1px var(--border-light-gray);
4306
	border: solid 1px var(--border-light-gray);
Línea 3735... Línea 4324...
3735
.filter-secs {
4324
.filter-secs {
3736
	float: left;
4325
	float: left;
3737
	width: 100%;
4326
	width: 100%;
3738
	background-color: #fff;
4327
	background-color: #fff;
3739
	box-shadow: 0px 2px #e4e4e4;
4328
	box-shadow: 0px 2px #e4e4e4;
3740
    border: 1px solid #e5e5e5;
4329
	border: 1px solid #e5e5e5;
3741
}
4330
}
-
 
4331
 
3742
.filter-heading {
4332
.filter-heading {
3743
	float: left;
4333
	float: left;
3744
	width: 100%;
4334
	width: 100%;
3745
	padding: 15px 20px;
4335
	padding: 15px 20px;
3746
	border-bottom: 1px solid #e5e5e5;
4336
	border-bottom: 1px solid #e5e5e5;
3747
	margin-bottom: 15px;
4337
	margin-bottom: 15px;
3748
}
4338
}
-
 
4339
 
3749
.filter-heading h3 {
4340
.filter-heading h3 {
3750
	float: left;
4341
	float: left;
3751
	color: #e44d3a;
4342
	color: #e44d3a;
3752
	font-size: 18px;
4343
	font-size: 18px;
3753
	font-weight: 600;
4344
	font-weight: 600;
3754
}
4345
}
-
 
4346
 
3755
.filter-heading a {
4347
.filter-heading a {
3756
	float: right;
4348
	float: right;
3757
	color: #686868;
4349
	color: #686868;
3758
	font-size: 14px;
4350
	font-size: 14px;
3759
	margin-top: 4px;
4351
	margin-top: 4px;
3760
}
4352
}
-
 
4353
 
3761
.filter-ttl {
4354
.filter-ttl {
3762
	float: left;
4355
	float: left;
3763
	width: 100%;
4356
	width: 100%;
3764
	border-bottom: 1px solid  #e5e5e5;
4357
	border-bottom: 1px solid #e5e5e5;
3765
	padding: 0 0 16px 0;
4358
	padding: 0 0 16px 0;
3766
	margin-bottom: 10px;
4359
	margin-bottom: 10px;
3767
}
4360
}
-
 
4361
 
3768
.filter--tt2 {
4362
.filter--tt2 {
3769
	margin-bottom: 0px !important;
4363
	margin-bottom: 0px !important;
3770
}
4364
}
-
 
4365
 
3771
.top--1 {
4366
.top--1 {
3772
	margin-top: 20px;	
4367
	margin-top: 20px;
3773
}
4368
}
-
 
4369
 
3774
.filter--tt2 .dropdown .dropdown-menu a {
4370
.filter--tt2 .dropdown .dropdown-menu a {
3775
    float: none;
4371
	float: none;
3776
    color: #666666 !important;
4372
	color: #666666 !important;
3777
	margin-bottom: 12px !important;
4373
	margin-bottom: 12px !important;
3778
}
4374
}
-
 
4375
 
3779
.filter--tt2 .dropdown .dropdown-menu a:hover {
4376
.filter--tt2 .dropdown .dropdown-menu a:hover {
3780
    color: #e44d3a !important;
4377
	color: #e44d3a !important;
3781
	background: none !important;
4378
	background: none !important;
3782
}
4379
}
-
 
4380
 
3783
.filter--tt2 .dropdown .dropdown-menu a:focus {
4381
.filter--tt2 .dropdown .dropdown-menu a:focus {
3784
    color: #e44d3a !important;
4382
	color: #e44d3a !important;
3785
	background: none !important;
4383
	background: none !important;
3786
}
4384
}
-
 
4385
 
3787
.filter--tt2  a {
4386
.filter--tt2 a {
3788
	float: left !important;
4387
	float: left !important;
3789
	padding: 0 0 0 15px !important;
4388
	padding: 0 0 0 15px !important;
3790
	font-size: 16px !important;
4389
	font-size: 16px !important;
3791
	color: #000000 !important;
4390
	color: #000000 !important;
3792
	font-weight: 500 !important;
4391
	font-weight: 500 !important;
3793
}
4392
}
-
 
4393
 
3794
.filter-ttl h3 {
4394
.filter-ttl h3 {
3795
	float: left;
4395
	float: left;
3796
	padding: 0;
4396
	padding: 0;
3797
	font-size: 16px;
4397
	font-size: 16px;
3798
	color: #000000;
4398
	color: #000000;
3799
	font-weight: 400;
4399
	font-weight: 400;
3800
}
4400
}
-
 
4401
 
3801
.filter-ttl a {
4402
.filter-ttl a {
3802
	float: right;
4403
	float: right;
3803
	font-size: 14px;
4404
	font-size: 14px;
3804
	color: #666666;
4405
	color: #666666;
3805
}
4406
}
-
 
4407
 
3806
.filter-ttl .dropdown a {
4408
.filter-ttl .dropdown a {
3807
	float: none;
4409
	float: none;
3808
	color: #666666;
4410
	color: #666666;
3809
}  
4411
}
-
 
4412
 
3810
.filter-dd {
4413
.filter-dd {
3811
	float: left;
4414
	float: left;
3812
	width: 100%;
4415
	width: 100%;
3813
	margin-bottom: 15px;
4416
	margin-bottom: 15px;
3814
}
4417
}
-
 
4418
 
3815
.filter-dd form {
4419
.filter-dd form {
3816
	float: left;
4420
	float: left;
3817
	width: 100%;
4421
	width: 100%;
3818
	position: relative;
4422
	position: relative;
3819
}
4423
}
-
 
4424
 
3820
.filter-dd form input,
4425
.filter-dd form input,
3821
.filter-dd form select {
4426
.filter-dd form select {
3822
	width: 100%;
4427
	width: 100%;
3823
	height: 30px;
4428
	height: 30px;
3824
	background-color: #f2f2f2;
4429
	background-color: #f2f2f2;
Línea 3827... Línea 4432...
3827
	font-size: 12px;
4432
	font-size: 12px;
3828
	font-weight: 600;
4433
	font-weight: 600;
3829
	border: 0;
4434
	border: 0;
3830
	border: 1px solid #e5e5e5;
4435
	border: 1px solid #e5e5e5;
3831
}
4436
}
-
 
4437
 
3832
.job-tp i {
4438
.job-tp i {
3833
	color: #666666;
4439
	color: #666666;
3834
    position: absolute;
4440
	position: absolute;
3835
    top: 9px;
4441
	top: 9px;
3836
    right: 15px;
4442
	right: 15px;
3837
    font-size: 14px;
4443
	font-size: 14px;
3838
}
4444
}
-
 
4445
 
3839
.avail-checks {
4446
.avail-checks {
3840
	float: left;
4447
	float: left;
3841
	width: 100%;
4448
	width: 100%;
3842
	margin-top: 7px;
4449
	margin-top: 7px;
3843
}
4450
}
-
 
4451
 
3844
.avail-checks li {
4452
.avail-checks li {
3845
	float: left;
4453
	float: left;
3846
	width: 100%;
4454
	width: 100%;
3847
	margin-bottom: 10px;
4455
	margin-bottom: 10px;
3848
}
4456
}
-
 
4457
 
3849
.avail-checks li:last-child {
4458
.avail-checks li:last-child {
3850
	margin-bottom: 0;
4459
	margin-bottom: 0;
3851
}
4460
}
-
 
4461
 
3852
.avail-checks li input[type="radio"] {
4462
.avail-checks li input[type="radio"] {
3853
	display: none;
4463
	display: none;
3854
}
4464
}
-
 
4465
 
3855
.avail-checks li label {
4466
.avail-checks li label {
3856
	float: left;
4467
	float: left;
3857
}
4468
}
-
 
4469
 
3858
.avail-checks li input[type="radio"] + label span {
4470
.avail-checks li input[type="radio"]+label span {
3859
	display: inline-block;
4471
	display: inline-block;
3860
	width: 15px;
4472
	width: 15px;
3861
	height: 15px;
4473
	height: 15px;
3862
	position: relative;
4474
	position: relative;
3863
	margin-top: 3px;
4475
	margin-top: 3px;
Línea 3866... Línea 4478...
3866
	-moz-border-radius: 100px;
4478
	-moz-border-radius: 100px;
3867
	-ms-border-radius: 100px;
4479
	-ms-border-radius: 100px;
3868
	-o-border-radius: 100px;
4480
	-o-border-radius: 100px;
3869
	border-radius: 100px;
4481
	border-radius: 100px;
3870
}
4482
}
-
 
4483
 
3871
.avail-checks li input[type="radio"] + label span:before {
4484
.avail-checks li input[type="radio"]+label span:before {
3872
	content: '';
4485
	content: '';
3873
	opacity: 0;
4486
	opacity: 0;
3874
	visibility: hidden;
4487
	visibility: hidden;
3875
	position: absolute;
4488
	position: absolute;
3876
	width: 7px;
4489
	width: 7px;
Línea 3882... Línea 4495...
3882
	border-radius: 100px;
4495
	border-radius: 100px;
3883
	background-color: #e44d3a;
4496
	background-color: #e44d3a;
3884
	top: 3px;
4497
	top: 3px;
3885
	left: 3px;
4498
	left: 3px;
3886
}
4499
}
-
 
4500
 
3887
.avail-checks li input[type="radio"]:checked + label span:before {
4501
.avail-checks li input[type="radio"]:checked+label span:before {
3888
	opacity: 1;
4502
	opacity: 1;
3889
	visibility: visible;
4503
	visibility: visible;
3890
}
4504
}
-
 
4505
 
3891
.avail-checks li small {
4506
.avail-checks li small {
3892
	color: #909090;
4507
	color: #909090;
3893
	font-size: 14px;
4508
	font-size: 14px;
3894
	padding-left: 10px;
4509
	padding-left: 10px;
3895
	font-weight: 500;
4510
	font-weight: 500;
Línea 3900... Línea 4515...
3900
 
4515
 
3901
.rg-slider {
4516
.rg-slider {
3902
	float: left;
4517
	float: left;
3903
	width: 100%;
4518
	width: 100%;
-
 
4519
}
3904
}
4520
 
3905
.slider-container {
4521
.slider-container {
3906
	width: 100% !important;
4522
	width: 100% !important;
3907
	padding-top: 50px;
4523
	padding-top: 50px;
3908
	position: relative;
4524
	position: relative;
-
 
4525
}
3909
}
4526
 
3910
.theme-green .back-bar {
4527
.theme-green .back-bar {
3911
	height: 5px;
4528
	height: 5px;
3912
	border: 1px solid #e5e5e5;
4529
	border: 1px solid #e5e5e5;
3913
	-webkit-border-radius: 30px;
4530
	-webkit-border-radius: 30px;
3914
	-moz-border-radius: 30px;
4531
	-moz-border-radius: 30px;
3915
	-ms-border-radius: 30px;
4532
	-ms-border-radius: 30px;
3916
	-o-border-radius: 30px;
4533
	-o-border-radius: 30px;
3917
	border-radius: 30px;
4534
	border-radius: 30px;
-
 
4535
}
3918
}
4536
 
3919
.theme-green .back-bar .pointer {
4537
.theme-green .back-bar .pointer {
3920
	width: 17px;
4538
	width: 17px;
3921
	height: 17px;
4539
	height: 17px;
3922
	-webkit-border-radius: 100px;
4540
	-webkit-border-radius: 100px;
3923
	-moz-border-radius: 100px;
4541
	-moz-border-radius: 100px;
3924
	-ms-border-radius: 100px;
4542
	-ms-border-radius: 100px;
3925
	-o-border-radius: 100px;
4543
	-o-border-radius: 100px;
3926
	border-radius: 100px;
4544
	border-radius: 100px;
3927
	background-color: #e44d3a;
4545
	background-color: #e44d3a;
3928
	border: 2px solid #e3e3e3;	
4546
	border: 2px solid #e3e3e3;
3929
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
4547
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.43);
3930
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
4548
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.43);
3931
	-ms-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
4549
	-ms-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.43);
3932
	-o-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
4550
	-o-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.43);
3933
	box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
4551
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.43);
-
 
4552
}
3934
}
4553
 
3935
.theme-green .back-bar .pointer {
4554
.theme-green .back-bar .pointer {
3936
	top: -7px;
4555
	top: -7px;
-
 
4556
}
3937
}
4557
 
3938
.slider-container .back-bar .pointer-label {
4558
.slider-container .back-bar .pointer-label {
3939
	top: -50px;
4559
	top: -50px;
3940
	height: 26px;
4560
	height: 26px;
3941
	background-color: #e5e5e5;
4561
	background-color: #e5e5e5;
Línea 3945... Línea 4565...
3945
	-o-border-radius: 30px;
4565
	-o-border-radius: 30px;
3946
	border-radius: 30px;
4566
	border-radius: 30px;
3947
	line-height: 26px;
4567
	line-height: 26px;
3948
	width: 50px;
4568
	width: 50px;
3949
}
4569
}
-
 
4570
 
3950
.pointer-label.low {
4571
.pointer-label.low {
3951
	left: 0 !important;
4572
	left: 0 !important;
3952
}
4573
}
-
 
4574
 
3953
.pointer-label.high {
4575
.pointer-label.high {
3954
	left: 70px !important;
4576
	left: 70px !important;
3955
}
4577
}
-
 
4578
 
3956
.pointer-label.low:before {
4579
.pointer-label.low:before {
3957
	content: '';
4580
	content: '';
3958
	position: absolute;
4581
	position: absolute;
3959
	top: 13px;
4582
	top: 13px;
3960
	right: -14px;
4583
	right: -14px;
3961
	width: 8px;
4584
	width: 8px;
3962
	height: 1px;
4585
	height: 1px;
3963
	background-color: #e5e5e5;
4586
	background-color: #e5e5e5;
3964
}
4587
}
-
 
4588
 
3965
.rg-limit {
4589
.rg-limit {
3966
	float: left;
4590
	float: left;
3967
	width: 100%;
4591
	width: 100%;
3968
	margin-top: 16px;
4592
	margin-top: 16px;
3969
}
4593
}
-
 
4594
 
3970
.rg-limit h4 {
4595
.rg-limit h4 {
3971
	color: #686868;
4596
	color: #686868;
3972
	font-size: 15px;	
4597
	font-size: 15px;
3973
	font-weight: 600;
4598
	font-weight: 600;
3974
	float: left;
4599
	float: left;
3975
}
4600
}
-
 
4601
 
3976
.rg-limit h4:last-child {
4602
.rg-limit h4:last-child {
3977
	float: right;
4603
	float: right;
3978
}
4604
}
Línea 3984... Línea 4610...
3984
.chatbox-list {
4610
.chatbox-list {
3985
	position: fixed;
4611
	position: fixed;
3986
	bottom: 0;
4612
	bottom: 0;
3987
	right: 0;
4613
	right: 0;
3988
}
4614
}
-
 
4615
 
3989
.chatbox {
4616
.chatbox {
3990
	display: inline-block;
4617
	display: inline-block;
3991
	margin-right: 13px;
4618
	margin-right: 13px;
3992
	position: relative;
4619
	position: relative;
3993
}
4620
}
-
 
4621
 
3994
.chat-mg {
4622
.chat-mg {
3995
	display: inline-block;
4623
	display: inline-block;
3996
	position: relative;
4624
	position: relative;
3997
}
4625
}
-
 
4626
 
3998
.chat-mg img {
4627
.chat-mg img {
3999
	width: 70px;
4628
	width: 70px;
4000
	height: 70px;
4629
	height: 70px;
4001
	-webkit-border-radius: 100px;
4630
	-webkit-border-radius: 100px;
4002
	-moz-border-radius: 100px;
4631
	-moz-border-radius: 100px;
4003
	-ms-border-radius: 100px;
4632
	-ms-border-radius: 100px;
4004
	-o-border-radius: 100px;
4633
	-o-border-radius: 100px;
4005
	border-radius: 100px;
4634
	border-radius: 100px;
4006
}
4635
}
-
 
4636
 
4007
.chat-mg span {
4637
.chat-mg span {
4008
	position: absolute;
4638
	position: absolute;
4009
	top: -5px;
4639
	top: -5px;
4010
	right: 10px;
4640
	right: 10px;
4011
	width: 20px;
4641
	width: 20px;
Línea 4019... Línea 4649...
4019
	-moz-border-radius: 100px;
4649
	-moz-border-radius: 100px;
4020
	-ms-border-radius: 100px;
4650
	-ms-border-radius: 100px;
4021
	-o-border-radius: 100px;
4651
	-o-border-radius: 100px;
4022
	border-radius: 100px;
4652
	border-radius: 100px;
4023
}
4653
}
-
 
4654
 
4024
.chat-mg.bx img {
4655
.chat-mg.bx img {
4025
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.30);
4656
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.30);
4026
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.30);
4657
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.30);
4027
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.30);
4658
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.30);
4028
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.30);
4659
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.30);
4029
	box-shadow: 0 0 15px rgba(0,0,0,0.30);
4660
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.30);
4030
}
4661
}
-
 
4662
 
4031
.conversation-box {
4663
.conversation-box {
4032
	position: absolute;
4664
	position: absolute;
4033
	bottom: 132%;
4665
	bottom: 132%;
4034
	right: 100%;
4666
	right: 100%;
4035
	width: 350px;
4667
	width: 350px;
4036
	background-color: #fff;
4668
	background-color: #fff;
4037
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.17);
4669
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
4038
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.17);
4670
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
4039
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.17);
4671
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
4040
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.17);
4672
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
4041
	box-shadow: 0 0 10px rgba(0,0,0,0.17);
4673
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
4042
	opacity: 0;
4674
	opacity: 0;
4043
	visibility: hidden;
4675
	visibility: hidden;
4044
	z-index: 0;
4676
	z-index: 0;
4045
}
4677
}
-
 
4678
 
4046
.conversation-box.active {
4679
.conversation-box.active {
4047
	opacity: 1;
4680
	opacity: 1;
4048
	visibility: visible;
4681
	visibility: visible;
4049
	z-index: 9999;
4682
	z-index: 9999;
4050
}
4683
}
-
 
4684
 
4051
.conversation-box:before {
4685
.conversation-box:before {
4052
    content: '';
4686
	content: '';
4053
    position: absolute;
4687
	position: absolute;
4054
    bottom: -7px;
4688
	bottom: -7px;
4055
    right: 26px;
4689
	right: 26px;
4056
    border-top: 15px solid #fff;
4690
	border-top: 15px solid #fff;
4057
    border-right: 15px solid transparent;
4691
	border-right: 15px solid transparent;
4058
    -webkit-transform: rotate(225deg);
4692
	-webkit-transform: rotate(225deg);
4059
    -moz-transform: rotate(225deg);
4693
	-moz-transform: rotate(225deg);
4060
    -ms-transform: rotate(225deg);
4694
	-ms-transform: rotate(225deg);
4061
    -o-transform: rotate(225deg);
4695
	-o-transform: rotate(225deg);
4062
    transform: rotate(225deg);
4696
	transform: rotate(225deg);
4063
}
4697
}
-
 
4698
 
4064
.con-title {
4699
.con-title {
4065
	float: left;
4700
	float: left;
4066
	width: 100%;
4701
	width: 100%;
4067
	background-color: #e44d3a;
4702
	background-color: #e44d3a;
4068
	padding: 15px 25px;
4703
	padding: 15px 25px;
Línea 4070... Línea 4705...
4070
	-moz-border-radius: 10px 10px 0 0;
4705
	-moz-border-radius: 10px 10px 0 0;
4071
	-ms-border-radius: 10px 10px 0 0;
4706
	-ms-border-radius: 10px 10px 0 0;
4072
	-o-border-radius: 10px 10px 0 0;
4707
	-o-border-radius: 10px 10px 0 0;
4073
	border-radius: 10px 10px 0 0;
4708
	border-radius: 10px 10px 0 0;
4074
}
4709
}
-
 
4710
 
4075
.con-title h3 {
4711
.con-title h3 {
4076
	float: left;
4712
	float: left;
4077
	color: #ffffff;
4713
	color: #ffffff;
4078
	font-size: 16px;
4714
	font-size: 16px;
4079
	font-weight: 600;
4715
	font-weight: 600;
4080
}
4716
}
-
 
4717
 
4081
.con-title >a {
4718
.con-title>a {
4082
	float: right;
4719
	float: right;
4083
	color: #fff;
4720
	color: #fff;
4084
	font-size:20px;
4721
	font-size: 20px;
4085
}
4722
}
-
 
4723
 
4086
.chat-list {
4724
.chat-list {
4087
	float: left;
4725
	float: left;
4088
	width: 100%;
4726
	width: 100%;
4089
	min-height: 390px;
4727
	min-height: 390px;
4090
}
4728
}
-
 
4729
 
4091
.conv-list {
4730
.conv-list {
4092
	float: left;
4731
	float: left;
4093
	width: 100%;
4732
	width: 100%;
4094
	display: table;
4733
	display: table;
4095
	padding: 20px 25px;
4734
	padding: 20px 25px;
4096
	position: relative;
4735
	position: relative;
4097
}
4736
}
-
 
4737
 
4098
.conv-list:hover,
4738
.conv-list:hover,
4099
.conv-list.active {
4739
.conv-list.active {
4100
	background-color: #efefef;
4740
	background-color: #efefef;
4101
}
4741
}
-
 
4742
 
4102
.msg-numbers {
4743
.msg-numbers {
4103
	position: absolute;
4744
	position: absolute;
4104
	bottom: 18px;
4745
	bottom: 18px;
4105
	right: 25px;
4746
	right: 25px;
4106
	width: 25px;
4747
	width: 25px;
Línea 4114... Línea 4755...
4114
	-moz-border-radius: 100px;
4755
	-moz-border-radius: 100px;
4115
	-ms-border-radius: 100px;
4756
	-ms-border-radius: 100px;
4116
	-o-border-radius: 100px;
4757
	-o-border-radius: 100px;
4117
	border-radius: 100px;
4758
	border-radius: 100px;
4118
}
4759
}
-
 
4760
 
4119
.usrr-pic {
4761
.usrr-pic {
4120
	display: table-cell;
4762
	display: table-cell;
4121
	position: relative;
4763
	position: relative;
4122
}
4764
}
-
 
4765
 
4123
.active-status {
4766
.active-status {
4124
	width: 9px;
4767
	width: 9px;
4125
	height: 9px;
4768
	height: 9px;
4126
	border:2px solid #ecf5fb;
4769
	border: 2px solid #ecf5fb;
4127
	-webkit-border-radius: 100px;
4770
	-webkit-border-radius: 100px;
4128
	-moz-border-radius: 100px;
4771
	-moz-border-radius: 100px;
4129
	-ms-border-radius: 100px;
4772
	-ms-border-radius: 100px;
4130
	-o-border-radius: 100px;
4773
	-o-border-radius: 100px;
4131
	border-radius: 100px;
4774
	border-radius: 100px;
4132
	position: absolute;
4775
	position: absolute;
4133
	top: -3px;
4776
	top: -3px;
4134
	right: 0;
4777
	right: 0;
4135
}
4778
}
-
 
4779
 
4136
.activee {
4780
.activee {
4137
	background-color: #e44d3a;
4781
	background-color: #e44d3a;
4138
}
4782
}
-
 
4783
 
4139
.usy-info {
4784
.usy-info {
4140
	display: table-cell;
4785
	display: table-cell;
4141
	vertical-align: top;
4786
	vertical-align: top;
4142
	width: 100%;
4787
	width: 100%;
4143
	padding-left: 15px;
4788
	padding-left: 15px;
4144
}
4789
}
-
 
4790
 
4145
.usy-info h3 {
4791
.usy-info h3 {
4146
	color: #000000;
4792
	color: #000000;
4147
	font-size: 18px;
4793
	font-size: 18px;
4148
	font-weight: 600;
4794
	font-weight: 600;
4149
	margin-bottom: 5px;
4795
	margin-bottom: 5px;
4150
}
4796
}
-
 
4797
 
4151
.usy-info span {
4798
.usy-info span {
4152
	color: #686868;
4799
	color: #686868;
4153
	font-size: 16px;
4800
	font-size: 16px;
4154
	float: left;
4801
	float: left;
4155
}
4802
}
-
 
4803
 
4156
.usy-info span img {
4804
.usy-info span img {
4157
	padding-left: 5px;
4805
	padding-left: 5px;
4158
	float: right;
4806
	float: right;
4159
}
4807
}
-
 
4808
 
4160
.ct-time {
4809
.ct-time {
4161
	position: absolute;
4810
	position: absolute;
4162
	top: 20px;
4811
	top: 20px;
4163
	right: 25px;
4812
	right: 25px;
4164
}
4813
}
-
 
4814
 
4165
.ct-time span {
4815
.ct-time span {
4166
	color: #b2b2b2;
4816
	color: #b2b2b2;
4167
	font-size: 14px;
4817
	font-size: 14px;
4168
}
4818
}
Línea 4169... Línea 4819...
4169
 
4819
 
4170
.st-icons {
4820
.st-icons {
4171
	float: right;
4821
	float: right;
4172
	margin-top: 7px;
4822
	margin-top: 7px;
-
 
4823
}
4173
}
4824
 
4174
.st-icons a {
4825
.st-icons a {
4175
	color: #fff;
4826
	color: #fff;
4176
	font-size: 20px;
4827
	font-size: 20px;
4177
	margin-right: 5px;
4828
	margin-right: 5px;
-
 
4829
}
4178
}
4830
 
4179
.chat-hist {
4831
.chat-hist {
4180
	float: left;
4832
	float: left;
4181
	width: 100%;
4833
	width: 100%;
4182
	background-color: #fff;
4834
	background-color: #fff;
4183
	height: 280px;
4835
	height: 280px;
-
 
4836
}
4184
}
4837
 
4185
.chat-msg {
4838
.chat-msg {
4186
	float: left;
4839
	float: left;
4187
	width: 100%;
4840
	width: 100%;
4188
	padding-right: 25px;
4841
	padding-right: 25px;
4189
	margin-bottom: 15px;
4842
	margin-bottom: 15px;
-
 
4843
}
4190
}
4844
 
4191
.chat-msg p {
4845
.chat-msg p {
4192
	color: #ffffff;
4846
	color: #ffffff;
4193
	font-size: 14px;
4847
	font-size: 14px;
4194
	background-color: #e44d3a;
4848
	background-color: #e44d3a;
Línea 4201... Línea 4855...
4201
	padding: 10px 15px;
4855
	padding: 10px 15px;
4202
	width: 80%;
4856
	width: 80%;
4203
	float: right;
4857
	float: right;
4204
	margin-bottom: 10px;
4858
	margin-bottom: 10px;
4205
}
4859
}
-
 
4860
 
4206
.mg-3 {
4861
.mg-3 {
4207
	margin-bottom: 3px;
4862
	margin-bottom: 3px;
4208
}
4863
}
-
 
4864
 
4209
.chat-msg span {
4865
.chat-msg span {
4210
	float: right;
4866
	float: right;
4211
	color: #b1b1b1;
4867
	color: #b1b1b1;
4212
	width: 100%;
4868
	width: 100%;
4213
	font-size: 9px;
4869
	font-size: 9px;
4214
	text-align: right;
4870
	text-align: right;
4215
}
4871
}
-
 
4872
 
4216
.status-info {
4873
.status-info {
4217
	width: 8px;
4874
	width: 8px;
4218
	height: 8px;
4875
	height: 8px;
4219
	background-color: #fff;
4876
	background-color: #fff;
4220
	-webkit-border-radius: 100px;
4877
	-webkit-border-radius: 100px;
Línea 4223... Línea 4880...
4223
	-o-border-radius: 100px;
4880
	-o-border-radius: 100px;
4224
	border-radius: 100px;
4881
	border-radius: 100px;
4225
	display: inline-block;
4882
	display: inline-block;
4226
	margin-left: 7px;
4883
	margin-left: 7px;
4227
}
4884
}
-
 
4885
 
4228
.chat-user-info h3 {
4886
.chat-user-info h3 {
4229
	margin-top: 7px;
4887
	margin-top: 7px;
4230
	margin-left: 10px;
4888
	margin-left: 10px;
4231
}
4889
}
-
 
4890
 
4232
.date-nd {
4891
.date-nd {
4233
	float: left;
4892
	float: left;
4234
	width: 100%;
4893
	width: 100%;
4235
	text-align: center;
4894
	text-align: center;
4236
	margin-bottom: 20px;
4895
	margin-bottom: 20px;
4237
	position: relative;
4896
	position: relative;
4238
}
4897
}
-
 
4898
 
4239
.date-nd:before,
4899
.date-nd:before,
4240
.date-nd:after {
4900
.date-nd:after {
4241
	content: '';
4901
	content: '';
4242
	position: absolute;
4902
	position: absolute;
4243
	top: 10px;
4903
	top: 10px;
4244
	left: 15px;
4904
	left: 15px;
4245
	width: 92px;
4905
	width: 92px;
4246
	height: 1px;
4906
	height: 1px;
4247
	background-color: #e5e5e5;
4907
	background-color: #e5e5e5;
4248
}
4908
}
-
 
4909
 
4249
.date-nd:after {
4910
.date-nd:after {
4250
	left: auto;
4911
	left: auto;
4251
	right: 15px;
4912
	right: 15px;
4252
}
4913
}
-
 
4914
 
4253
.date-nd span {
4915
.date-nd span {
4254
	color: #b1b1b1;
4916
	color: #b1b1b1;
4255
	font-size: 12px;
4917
	font-size: 12px;
4256
	text-align: center;
4918
	text-align: center;
4257
}
4919
}
-
 
4920
 
4258
.chat-msg.st2 p {
4921
.chat-msg.st2 p {
4259
	background-color: #efefef;
4922
	background-color: #efefef;
4260
	color: #686868;
4923
	color: #686868;
4261
	float: left;
4924
	float: left;
4262
	width: 55%;
4925
	width: 55%;
4263
}
4926
}
-
 
4927
 
4264
.chat-msg.st2 {
4928
.chat-msg.st2 {
4265
	padding-left: 25px;
4929
	padding-left: 25px;
4266
}
4930
}
-
 
4931
 
4267
.chat-msg.st2 span {
4932
.chat-msg.st2 span {
4268
	float: left;
4933
	float: left;
4269
	text-align: left;
4934
	text-align: left;
4270
}
4935
}
Línea 4275... Línea 4940...
4275
	float: left;
4940
	float: left;
4276
	width: 100%;
4941
	width: 100%;
4277
	border-top: 1px solid #e6e6e6;
4942
	border-top: 1px solid #e6e6e6;
4278
	padding-top: 15px;
4943
	padding-top: 15px;
4279
}
4944
}
-
 
4945
 
4280
.typing-msg form {
4946
.typing-msg form {
4281
	float: left;
4947
	float: left;
4282
	width: 100%;
4948
	width: 100%;
4283
	position: relative;
4949
	position: relative;
4284
}
4950
}
-
 
4951
 
4285
.typing-msg form textarea {
4952
.typing-msg form textarea {
4286
	width: 100%;
4953
	width: 100%;
4287
	height: 30px;
4954
	height: 30px;
4288
	background-color: #fff;
4955
	background-color: #fff;
4289
	padding: 0 20px;
4956
	padding: 0 20px;
4290
	color: #b2b2b2;
4957
	color: #b2b2b2;
4291
	font-size: 16px;
4958
	font-size: 16px;
4292
	border: 0;
4959
	border: 0;
4293
	resize: none;
4960
	resize: none;
4294
}
4961
}
-
 
4962
 
4295
.typing-msg form button {
4963
.typing-msg form button {
4296
	color: #e44d3a;
4964
	color: #e44d3a;
4297
	font-size: 18px;
4965
	font-size: 18px;
4298
	font-weight: 600;
4966
	font-weight: 600;
4299
	position: absolute;
4967
	position: absolute;
Línea 4301... Línea 4969...
4301
	right: 20px;
4969
	right: 20px;
4302
	background: none;
4970
	background: none;
4303
	border: 0;
4971
	border: 0;
4304
	cursor: pointer;
4972
	cursor: pointer;
4305
}
4973
}
-
 
4974
 
4306
.ft-options {
4975
.ft-options {
4307
	float: left;
4976
	float: left;
4308
	width: 100%;
4977
	width: 100%;
4309
	padding: 0 20px 8px 20px;
4978
	padding: 0 20px 8px 20px;
4310
}
4979
}
-
 
4980
 
4311
.ft-options li {
4981
.ft-options li {
4312
	display: inline-block;
4982
	display: inline-block;
4313
	margin-right: 15px;
4983
	margin-right: 15px;
4314
}
4984
}
-
 
4985
 
4315
.ft-options li a {
4986
.ft-options li a {
4316
	color: #b2b2b2;
4987
	color: #b2b2b2;
4317
	font-size: 24px;
4988
	font-size: 24px;
4318
	display: inline-block;
4989
	display: inline-block;
4319
}
4990
}
Línea 4320... Línea 4991...
4320
 
4991
 
4321
.mCSB_scrollTools {
4992
.mCSB_scrollTools {
4322
	right: -5px;
4993
	right: -5px;
-
 
4994
}
4323
}
4995
 
4324
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
4996
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
4325
	background-color: #cccccc;
4997
	background-color: #cccccc;
4326
	width: 5px;
4998
	width: 5px;
-
 
4999
}
4327
}
5000
 
4328
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
5001
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
4329
	opacity: 0;
5002
	opacity: 0;
Línea 4335... Línea 5008...
4335
 
5008
 
4336
.menu-btn {
5009
.menu-btn {
4337
	float: right;
5010
	float: right;
4338
	display: none;
5011
	display: none;
-
 
5012
}
4339
}
5013
 
4340
.menu-btn a {
5014
.menu-btn a {
4341
	font-size: 24px;
5015
	font-size: 24px;
4342
	color: #fff;
5016
	color: #fff;
4343
	display: inline-block;
5017
	display: inline-block;
Línea 4348... Línea 5022...
4348
 
5022
 
Línea 4349... Línea 5023...
4349
 
5023
 
4350
 
5024
 
4351
/* ============= account-tabs-setting ============ */
5025
/* ============= account-tabs-setting ============ */
4352
 
5026
 
4353
.profile-account-setting {
5027
.profile-account-setting {}
-
 
5028
 
4354
}
5029
.account-tabs-setting {
4355
.account-tabs-setting {
5030
	width: 100%;
4356
	width: 100%;
5031
}
4357
}
5032
 
4358
.acc-leftbar {
5033
.acc-leftbar {
4359
	float: left;
5034
	float: left;
4360
	width: 100%;
5035
	width: 100%;
4361
	background-color: #fff;
5036
	background-color: #fff;
-
 
5037
	border-left: 1px solid #e5e5e5;
4362
	border-left: 1px solid #e5e5e5;
5038
	border-bottom: 1px solid #e5e5e5;
4363
	border-bottom: 1px solid #e5e5e5;
5039
	border-right: 1px solid #e5e5e5;
4364
	border-right: 1px solid #e5e5e5;
5040
}
4365
}
5041
 
4366
.acc-leftbar .nav-tabs > a {
5042
.acc-leftbar .nav-tabs>a {
4367
	float: left;
5043
	float: left;
Línea 4379... Línea 5055...
4379
	-ms-border-radius: 0;
5055
	-ms-border-radius: 0;
4380
	-o-border-radius: 0;
5056
	-o-border-radius: 0;
4381
	border-radius: 0;
5057
	border-radius: 0;
4382
	border-top: 0;
5058
	border-top: 0;
4383
}
5059
}
-
 
5060
 
4384
.nav-tabs {
5061
.nav-tabs {
4385
	border-bottom: 0;
5062
	border-bottom: 0;
4386
}
5063
}
-
 
5064
 
4387
.acc-leftbar .nav-tabs > a:last-child {
5065
.acc-leftbar .nav-tabs>a:last-child {
4388
	border-bottom: 0;
5066
	border-bottom: 0;
4389
}
5067
}
-
 
5068
 
4390
.acc-leftbar .nav-tabs > a i {
5069
.acc-leftbar .nav-tabs>a i {
4391
	padding-right: 15px;
5070
	padding-right: 15px;
4392
	font-size: 20px;
5071
	font-size: 20px;
4393
	position: relative;
5072
	position: relative;
4394
	top: 2px;
5073
	top: 2px;
4395
	font-weight: 700;
5074
	font-weight: 700;
4396
	width: 40px;
5075
	width: 40px;
4397
}
5076
}
-
 
5077
 
4398
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
5078
.nav-tabs .nav-item.show .nav-link,
-
 
5079
.nav-tabs .nav-link.active {
4399
	background-color: inherit;
5080
	background-color: inherit;
4400
	color: #e44d3a;
5081
	color: #e44d3a;
4401
	border-color: inherit;
5082
	border-color: inherit;
4402
}
5083
}
Línea 4409... Línea 5090...
4409
	width: 100%;
5090
	width: 100%;
4410
	background-color: #fff;
5091
	background-color: #fff;
4411
	border-left: 1px solid #e5e5e5;
5092
	border-left: 1px solid #e5e5e5;
4412
	border-bottom: 1px solid #e5e5e5;
5093
	border-bottom: 1px solid #e5e5e5;
4413
	border-right: 1px solid #e5e5e5;
5094
	border-right: 1px solid #e5e5e5;
4414
	-webkit-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
5095
	-webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.24);
4415
	-moz-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
5096
	-moz-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.24);
4416
	-ms-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
5097
	-ms-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.24);
4417
	-o-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
5098
	-o-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.24);
4418
	box-shadow: 1px 0 4px rgba(0,0,0,0.24);
5099
	box-shadow: 1px 0 4px rgba(0, 0, 0, 0.24);
4419
}
5100
}
-
 
5101
 
4420
.acc-setting form {
5102
.acc-setting form {
4421
	float: left;
5103
	float: left;
4422
	width: 100%;
5104
	width: 100%;
4423
}
5105
}
-
 
5106
 
4424
.acc-setting > h3 {
5107
.acc-setting>h3 {
4425
	float: left;
5108
	float: left;
4426
	width: 100%;
5109
	width: 100%;
4427
	color: #000000;
5110
	color: #000000;
4428
	font-weight: 600;
5111
	font-weight: 600;
4429
	font-size: 18px;
5112
	font-size: 18px;
4430
	text-transform: capitalize;
5113
	text-transform: capitalize;
4431
	border-bottom: 1px solid #e5e5e5;
5114
	border-bottom: 1px solid #e5e5e5;
4432
	padding: 17px 20px;
5115
	padding: 17px 20px;
4433
}
5116
}
-
 
5117
 
4434
.notbar {
5118
.notbar {
4435
	float: left;
5119
	float: left;
4436
	width: 100%;
5120
	width: 100%;
4437
	border-bottom: 1px solid #e5e5e5;
5121
	border-bottom: 1px solid #e5e5e5;
4438
	padding: 20px;
5122
	padding: 20px;
4439
	position: relative;
5123
	position: relative;
4440
}
5124
}
-
 
5125
 
4441
.notbar h4 {
5126
.notbar h4 {
4442
	color: #000000;
5127
	color: #000000;
4443
	font-size: 16px;
5128
	font-size: 16px;
4444
	font-weight: 600;
5129
	font-weight: 600;
4445
	margin-bottom: 5px;
5130
	margin-bottom: 5px;
4446
}
5131
}
-
 
5132
 
4447
.notbar p {
5133
.notbar p {
4448
	color: #686868;
5134
	color: #686868;
4449
	font-size: 14px;
5135
	font-size: 14px;
4450
	line-height: 24px;
5136
	line-height: 24px;
4451
	width: 75%;
5137
	width: 75%;
4452
}
5138
}
-
 
5139
 
4453
.toggle-btn {
5140
.toggle-btn {
4454
	position: absolute;
5141
	position: absolute;
4455
	top: 35px;
5142
	top: 35px;
4456
	right: 20px	;
5143
	right: 20px;
4457
}
5144
}
-
 
5145
 
4458
.save-stngs {
5146
.save-stngs {
4459
	float: left;
5147
	float: left;
4460
	width: 100%;
5148
	width: 100%;
4461
	padding: 30px 20px 50px 20px;
5149
	padding: 30px 20px 50px 20px;
4462
}
5150
}
-
 
5151
 
4463
.save-stngs.pd2 {
5152
.save-stngs.pd2 {
4464
	padding: 25px 20px 42px 20px;
5153
	padding: 25px 20px 42px 20px;
4465
}
5154
}
-
 
5155
 
4466
.save-stngs.pd3 {
5156
.save-stngs.pd3 {
4467
	padding: 25px 20px 25px 20px;
5157
	padding: 25px 20px 25px 20px;
4468
}
5158
}
-
 
5159
 
4469
.save-stngs ul li {
5160
.save-stngs ul li {
4470
	display: inline-block;
5161
	display: inline-block;
4471
	margin-right: 17px;
5162
	margin-right: 17px;
4472
}
5163
}
-
 
5164
 
4473
.save-stngs ul li button {
5165
.save-stngs ul li button {
4474
	display: inline-block;
5166
	display: inline-block;
4475
	color: #000000;
5167
	color: #000000;
4476
	font-size: 16px;
5168
	font-size: 16px;
4477
	border: 1px solid #e5e5e5;
5169
	border: 1px solid #e5e5e5;
Línea 4480... Línea 5172...
4480
	padding: 0 22px;
5172
	padding: 0 22px;
4481
	font-weight: 600;
5173
	font-weight: 600;
4482
	background: none;
5174
	background: none;
4483
	cursor: pointer;
5175
	cursor: pointer;
4484
}
5176
}
-
 
5177
 
4485
.save-stngs ul li button:hover {
5178
.save-stngs ul li button:hover {
4486
	background-color: #e44d3a;
5179
	background-color: #e44d3a;
4487
	color: #fff;
5180
	color: #fff;
4488
	border-color: transparent;
5181
	border-color: transparent;
4489
}
5182
}
Línea 4494... Línea 5187...
4494
	float: left;
5187
	float: left;
4495
	width: 100%;
5188
	width: 100%;
4496
	margin-top: 29.4px;
5189
	margin-top: 29.4px;
4497
	padding: 0 20px;
5190
	padding: 0 20px;
4498
}
5191
}
-
 
5192
 
4499
.cp-field h5 {
5193
.cp-field h5 {
4500
	color: #000000;
5194
	color: #000000;
4501
	font-size: 16px;
5195
	font-size: 16px;
4502
	font-weight: 600;
5196
	font-weight: 600;
4503
	float: left;
5197
	float: left;
4504
	width: 100%;
5198
	width: 100%;
4505
	margin-bottom: 10px;
5199
	margin-bottom: 10px;
4506
}
5200
}
-
 
5201
 
4507
.cp-field h5 a {
5202
.cp-field h5 a {
4508
	color: #000;
5203
	color: #000;
4509
}
5204
}
-
 
5205
 
4510
.cpp-fiel {
5206
.cpp-fiel {
4511
	float: left;
5207
	float: left;
4512
	width: 100%;
5208
	width: 100%;
4513
	position: relative;
5209
	position: relative;
4514
}
5210
}
-
 
5211
 
4515
.cp-field input {
5212
.cp-field input,
-
 
5213
.cp-field select {
4516
	height: 40px;
5214
	height: 40px;
4517
	padding: 0 40px;
5215
	padding: 0 40px;
4518
}
5216
}
-
 
5217
 
4519
.cp-field input,
5218
.cp-field input,
4520
.cp-field textarea {
5219
.cp-field textarea,
-
 
5220
.cp-field select {
4521
	width: 100%;
5221
	width: 100%;
4522
	border: 1px solid #e5e5e5;
5222
	border: 1px solid #e5e5e5;
4523
}
5223
}
-
 
5224
 
4524
.cp-field textarea {
5225
.cp-field textarea {
4525
	padding: 20px;
5226
	padding: 20px;
4526
	height: 115px;	
5227
	height: 115px;
4527
}
5228
}
-
 
5229
 
4528
.cpp-fiel i {
5230
.cpp-fiel i {
4529
	position: absolute;
5231
	position: absolute;
4530
	top: 12px;
5232
	top: 12px;
4531
	left: 15px;
5233
	left: 15px;
4532
	color: #b2b2b2;
5234
	color: #b2b2b2;
4533
	font-size: 16px;
5235
	font-size: 16px;
4534
}
5236
}
-
 
5237
 
4535
.cp-field > p {
5238
.cp-field>p {
4536
	float: left;
5239
	float: left;
4537
	width: 100%;
5240
	width: 100%;
4538
	color: #686868;
5241
	color: #686868;
4539
	font-size: 14px;
5242
	font-size: 14px;
4540
	line-height: 24px;
5243
	line-height: 24px;
4541
	margin-top: 5px;
5244
	margin-top: 5px;
4542
}
5245
}
-
 
5246
 
4543
/* =============== notifications-list ============= */
5247
/* =============== notifications-list ============= */
Línea 4544... Línea 5248...
4544
 
5248
 
4545
.notifications-list {
5249
.notifications-list {
4546
	float: left;
5250
	float: left;
4547
	width: 100%;
5251
	width: 100%;
-
 
5252
}
4548
}
5253
 
4549
.notfication-details {
5254
.notfication-details {
4550
	float: left;
5255
	float: left;
4551
	width: 100%;
5256
	width: 100%;
4552
	padding: 20px;
5257
	padding: 20px;
4553
	border-bottom: 1px solid #e5e5e5;
5258
	border-bottom: 1px solid #e5e5e5;
-
 
5259
}
4554
}
5260
 
4555
.notfication-details:last-child {
5261
.notfication-details:last-child {
4556
	border-bottom: 0;
5262
	border-bottom: 0;
-
 
5263
}
4557
}
5264
 
4558
.noty-user-img {
5265
.noty-user-img {
4559
	float: left;
5266
	float: left;
4560
	width: 35px;
5267
	width: 35px;
-
 
5268
}
4561
}
5269
 
4562
.noty-user-img img {
5270
.noty-user-img img {
4563
	width: 100%;
5271
	width: 100%;
-
 
5272
}
4564
}
5273
 
4565
.notification-info {
5274
.notification-info {
4566
	float: left;
5275
	float: left;
4567
	width: auto;
5276
	width: auto;
4568
	padding-left: 10px;
5277
	padding-left: 10px;
-
 
5278
}
4569
}
5279
 
4570
.notification-info h3 {
5280
.notification-info h3 {
4571
	color: #686868;
5281
	color: #686868;
4572
	font-size: 14px;
5282
	font-size: 14px;
4573
	font-weight: 500;
5283
	font-weight: 500;
4574
	border: 0;
5284
	border: 0;
4575
	padding: 0;
5285
	padding: 0;
4576
	margin-bottom: 6px;
5286
	margin-bottom: 6px;
-
 
5287
}
4577
}
5288
 
4578
.notification-info h3 a {
5289
.notification-info h3 a {
4579
	color: #000000;
5290
	color: #000000;
4580
	font-size: 16px;
5291
	font-size: 16px;
4581
	font-weight: 600;
5292
	font-weight: 600;
4582
	display: inline-block;
5293
	display: inline-block;
-
 
5294
}
4583
}
5295
 
4584
.notification-info > span {
5296
.notification-info>span {
4585
	display: inline-block;
5297
	display: inline-block;
4586
	color: #b2b2b2;
5298
	color: #b2b2b2;
4587
	font-size: 12px;
5299
	font-size: 12px;
4588
	font-weight: 600;
5300
	font-weight: 600;
Línea 4594... Línea 5306...
4594
.requests-list {
5306
.requests-list {
4595
	float: left;
5307
	float: left;
4596
	width: 100%;
5308
	width: 100%;
4597
	padding-bottom: 0;
5309
	padding-bottom: 0;
4598
}
5310
}
-
 
5311
 
4599
.request-details {
5312
.request-details {
4600
	float: left;
5313
	float: left;
4601
	width: 100%;
5314
	width: 100%;
4602
	padding: 20px;
5315
	padding: 20px;
4603
	border-bottom: 1px solid #e5e5e5;
5316
	border-bottom: 1px solid #e5e5e5;
4604
}
5317
}
-
 
5318
 
4605
.request-details:last-child {
5319
.request-details:last-child {
4606
	border-bottom: 0;
5320
	border-bottom: 0;
4607
}
5321
}
-
 
5322
 
4608
.request-info {
5323
.request-info {
4609
	float: left;
5324
	float: left;
4610
	padding-left: 10px;
5325
	padding-left: 10px;
4611
}
5326
}
-
 
5327
 
4612
.request-info h3 {
5328
.request-info h3 {
4613
	color: #000000;
5329
	color: #000000;
4614
	font-size: 14px;
5330
	font-size: 14px;
4615
	font-weight: 600;
5331
	font-weight: 600;
4616
	padding: 0;
5332
	padding: 0;
4617
	border: 0;
5333
	border: 0;
4618
	margin-bottom: 3px;
5334
	margin-bottom: 3px;
4619
}
5335
}
-
 
5336
 
4620
.request-info span {
5337
.request-info span {
4621
	color: #686868;
5338
	color: #686868;
4622
	font-size: 12px;
5339
	font-size: 12px;
4623
	display: inline-block;
5340
	display: inline-block;
4624
}
5341
}
-
 
5342
 
4625
.accept-feat {
5343
.accept-feat {
4626
	float: right;
5344
	float: right;
4627
}
5345
}
-
 
5346
 
4628
.accept-feat ul li {
5347
.accept-feat ul li {
4629
	display: inline-block;
5348
	display: inline-block;
4630
}
5349
}
-
 
5350
 
4631
.accept-feat ul li button {
5351
.accept-feat ul li button {
4632
	cursor: pointer;
5352
	cursor: pointer;
4633
}
5353
}
-
 
5354
 
4634
.accept-req {
5355
.accept-req {
4635
	color: #ffffff;
5356
	color: #ffffff;
4636
	font-size: 16px;
5357
	font-size: 16px;
4637
	background-color: #51a5fb;
5358
	background-color: #51a5fb;
4638
	height: 30px;
5359
	height: 30px;
4639
	padding: 0 20px;
5360
	padding: 0 20px;
4640
	font-weight: 600;
5361
	font-weight: 600;
4641
	border: 0;
5362
	border: 0;
4642
	border: 1px solid #51a5fb;
5363
	border: 1px solid #51a5fb;
4643
}
5364
}
-
 
5365
 
4644
.close-req {
5366
.close-req {
4645
	height: 30px;
5367
	height: 30px;
4646
	width: 30px;
5368
	width: 30px;
4647
	text-align: center;
5369
	text-align: center;
4648
	line-height: 30px;
5370
	line-height: 30px;
4649
	border: 1px solid #e5e5e5;
5371
	border: 1px solid #e5e5e5;
4650
	background: inherit;
5372
	background: inherit;
4651
	color: #b2b2b2;
5373
	color: #b2b2b2;
4652
	margin-left: 7px;
5374
	margin-left: 7px;
4653
}
5375
}
-
 
5376
 
4654
.close-req i {
5377
.close-req i {
4655
	font-weight: 600;
5378
	font-weight: 600;
4656
}
5379
}
Línea 4661... Línea 5384...
4661
.profile-bx-details {
5384
.profile-bx-details {
4662
	float: left;
5385
	float: left;
4663
	width: 100%;
5386
	width: 100%;
4664
	padding: 30px 7px 30px 7px;
5387
	padding: 30px 7px 30px 7px;
4665
}
5388
}
-
 
5389
 
4666
.profile-bx-details .row .col-lg-3 {
5390
.profile-bx-details .row .col-lg-3 {
4667
	padding: 0 7px;
5391
	padding: 0 7px;
4668
}
5392
}
-
 
5393
 
4669
.profile-bx-info {
5394
.profile-bx-info {
4670
	float: left;
5395
	float: left;
4671
	width: 100%;
5396
	width: 100%;
4672
	background-color: #f2f2f2;
5397
	background-color: #f2f2f2;
4673
	padding: 20px;
5398
	padding: 20px;
4674
	border: 1px solid #e5e5e5;
5399
	border: 1px solid #e5e5e5;
4675
}
5400
}
-
 
5401
 
4676
.pro-bx {
5402
.pro-bx {
4677
	float: left;
5403
	float: left;
4678
	width: 100%;
5404
	width: 100%;
4679
	border-bottom: 1px solid #e5e5e5;
5405
	border-bottom: 1px solid #e5e5e5;
4680
	padding-bottom: 10px;
5406
	padding-bottom: 10px;
4681
}
5407
}
-
 
5408
 
4682
.bx-info {
5409
.bx-info {
4683
	float: left;
5410
	float: left;
4684
	margin-top: 7px;
5411
	margin-top: 7px;
4685
	padding-left: 10px;
5412
	padding-left: 10px;
4686
}
5413
}
-
 
5414
 
4687
.bx-info h3 {
5415
.bx-info h3 {
4688
	color: #e44d3a;
5416
	color: #e44d3a;
4689
	font-size: 20px;
5417
	font-size: 20px;
4690
	font-weight: 600;
5418
	font-weight: 600;
4691
	margin-bottom: 5px;
5419
	margin-bottom: 5px;
4692
}	
5420
}
-
 
5421
 
4693
.bx-info h5 {
5422
.bx-info h5 {
4694
	color: #000000;
5423
	color: #000000;
4695
	font-size: 14px;
5424
	font-size: 14px;
4696
	font-weight: 600;
5425
	font-weight: 600;
4697
	margin: 0;
5426
	margin: 0;
4698
	padding: 0;
5427
	padding: 0;
4699
	border: 0;
5428
	border: 0;
4700
}
5429
}
-
 
5430
 
4701
.pd-left-20 {
5431
.pd-left-20 {
4702
	padding-left: 20px;
5432
	padding-left: 20px;
4703
	padding-right: 0;
5433
	padding-right: 0;
4704
}
5434
}
-
 
5435
 
4705
.pd-left-15 {
5436
.pd-left-15 {
4706
	padding-left: 15px;
5437
	padding-left: 15px;
4707
	padding-right: 0;
5438
	padding-right: 0;
4708
}
5439
}
-
 
5440
 
4709
.pd-left-right {
5441
.pd-left-right {
4710
	padding-left: 15px;
5442
	padding-left: 15px;
4711
	padding-right: 20px;
5443
	padding-right: 20px;
4712
}
5444
}
-
 
5445
 
4713
.profile-bx-info > p {
5446
.profile-bx-info>p {
4714
	 float: left;
5447
	float: left;
4715
    width: 100%;
5448
	width: 100%;
4716
    font-size: 14px;
5449
	font-size: 14px;
4717
    line-height: 20px;
5450
	line-height: 20px;
4718
    padding-top: 5px;
5451
	padding-top: 5px;
4719
}
5452
}
Línea 4720... Línea 5453...
4720
 
5453
 
Línea 4721... Línea 5454...
4721
 
5454
 
4722
/* =========== pro-work-status ========= */
5455
/* =========== pro-work-status ========= */
4723
 
5456
 
4724
.pro-work-status {
5457
.pro-work-status {
4725
	float: left;
5458
	float: left;
-
 
5459
	width: 100%;
4726
	width: 100%;
5460
	padding: 0 15px;
4727
	padding: 0 15px;
5461
}
4728
}
5462
 
4729
.pro-work-status h4 {
5463
.pro-work-status h4 {
4730
	color: #000000;
5464
	color: #000000;
Línea 4737... Línea 5471...
4737
/* ============== messages-page ============== */
5471
/* ============== messages-page ============== */
Línea 4738... Línea 5472...
4738
 
5472
 
4739
.messages-page {
5473
.messages-page {
4740
	padding: 60px 0;
5474
	padding: 60px 0;
-
 
5475
}
4741
}
5476
 
4742
.messages-sec {
5477
.messages-sec {
4743
	float: left;
5478
	float: left;
4744
	width: 100%;
5479
	width: 100%;
-
 
5480
}
4745
}
5481
 
4746
.msgs-list {
5482
.msgs-list {
4747
	float: left;
5483
	float: left;
4748
	width: 100%;
5484
	width: 100%;
4749
	background-color: #fff;
5485
	background-color: #fff;
4750
	border-left: 1px solid #e4e4e4;
5486
	border-left: 1px solid #e4e4e4;
4751
	border-bottom: 1px solid #e4e4e4;
5487
	border-bottom: 1px solid #e4e4e4;
4752
	border-right: 1px solid #e4e4e4;
5488
	border-right: 1px solid #e4e4e4;
-
 
5489
}
4753
}
5490
 
4754
.msg-title {
5491
.msg-title {
4755
	float: left;
5492
	float: left;
4756
	width: 100%;
5493
	width: 100%;
4757
	padding: 36px 20px;
5494
	padding: 36px 20px;
-
 
5495
}
4758
}
5496
 
4759
.msg-title > h3 {
5497
.msg-title>h3 {
4760
	color: #000000;
5498
	color: #000000;
4761
	font-size: 18px;
5499
	font-size: 18px;
4762
	font-weight: 600;
5500
	font-weight: 600;
4763
	float: left;
5501
	float: left;
-
 
5502
}
4764
}
5503
 
4765
.msg-title > ul {
5504
.msg-title>ul {
4766
	float: right;
5505
	float: right;
4767
	position: relative;
5506
	position: relative;
4768
	top: 1px;
5507
	top: 1px;
-
 
5508
}
4769
}
5509
 
4770
.msg-title ul li {
5510
.msg-title ul li {
4771
	display: inline-block;
5511
	display: inline-block;
4772
	margin-right: 15px;
5512
	margin-right: 15px;
-
 
5513
}
4773
}
5514
 
4774
.msg-title ul li:last-child {
5515
.msg-title ul li:last-child {
4775
	margin-right: 0;
5516
	margin-right: 0;
-
 
5517
}
4776
}
5518
 
4777
.msg-title ul li a {
5519
.msg-title ul li a {
4778
	color: #b2b2b2;
5520
	color: #b2b2b2;
4779
	font-size: 18px;
5521
	font-size: 18px;
-
 
5522
}
4780
}
5523
 
4781
.messages-list {
5524
.messages-list {
4782
	float: left;
5525
	float: left;
4783
	width: 100%;
5526
	width: 100%;
-
 
5527
}
4784
}
5528
 
4785
.messages-list ul {
5529
.messages-list ul {
4786
	float: left;
5530
	float: left;
4787
	width: 100%;
5531
	width: 100%;
-
 
5532
}
4788
}
5533
 
4789
.messages-list ul li {
5534
.messages-list ul li {
4790
	float: left;
5535
	float: left;
4791
	width: 100%;
5536
	width: 100%;
4792
	padding: 20px;
5537
	padding: 20px;
4793
	border-bottom: 1px solid #eeeeee;
5538
	border-bottom: 1px solid #eeeeee;
4794
	cursor: pointer;
5539
	cursor: pointer;
-
 
5540
}
4795
}
5541
 
4796
.messages-list ul li.active {
5542
.messages-list ul li.active {
4797
	background-color: #efefef;
5543
	background-color: #efefef;
-
 
5544
}
4798
}
5545
 
4799
.usr-msg-details {
5546
.usr-msg-details {
4800
	float: left;
5547
	float: left;
4801
	position: relative;
5548
	position: relative;
4802
	width: 100%;
5549
	width: 100%;
-
 
5550
}
4803
}
5551
 
4804
.usr-ms-img {
5552
.usr-ms-img {
4805
	float: left;
5553
	float: left;
4806
	width: 50px;
5554
	width: 50px;
4807
	position: relative;
5555
	position: relative;
-
 
5556
}
4808
}
5557
 
4809
.msg-status {
5558
.msg-status {
4810
	-webkit-border-radius: 100px;
5559
	-webkit-border-radius: 100px;
4811
	-moz-border-radius: 100px;
5560
	-moz-border-radius: 100px;
4812
	-ms-border-radius: 100px;
5561
	-ms-border-radius: 100px;
Línea 4817... Línea 5566...
4817
	top: -3px;
5566
	top: -3px;
4818
	right: 0;
5567
	right: 0;
4819
	width: 6px;
5568
	width: 6px;
4820
	height: 6px;
5569
	height: 6px;
4821
}
5570
}
-
 
5571
 
4822
.messages-list ul li.active .msg-status {
5572
.messages-list ul li.active .msg-status {
4823
	border: 2px solid #ecf5fb;
5573
	border: 2px solid #ecf5fb;
4824
	height: 10px;
5574
	height: 10px;
4825
	width: 10px;
5575
	width: 10px;
4826
}
5576
}
-
 
5577
 
4827
.msg-notifc {
5578
.msg-notifc {
4828
	position: absolute;
5579
	position: absolute;
4829
	bottom: 0;
5580
	bottom: 0;
4830
	right: 0;
5581
	right: 0;
4831
	width: 25px;
5582
	width: 25px;
Línea 4839... Línea 5590...
4839
	text-align: center;
5590
	text-align: center;
4840
	line-height: 25px;
5591
	line-height: 25px;
4841
	font-size: 13px;
5592
	font-size: 13px;
4842
	color: #fff;
5593
	color: #fff;
4843
}
5594
}
-
 
5595
 
4844
.usr-ms-img img {
5596
.usr-ms-img img {
4845
	width: 100%;
5597
	width: 100%;
4846
	-webkit-border-radius: 100px;
5598
	-webkit-border-radius: 100px;
4847
	-moz-border-radius: 100px;
5599
	-moz-border-radius: 100px;
4848
	-ms-border-radius: 100px;
5600
	-ms-border-radius: 100px;
4849
	-o-border-radius: 100px;
5601
	-o-border-radius: 100px;
4850
	border-radius: 100px;
5602
	border-radius: 100px;
4851
}
5603
}
-
 
5604
 
4852
.usr-mg-info {
5605
.usr-mg-info {
4853
	float: left;
5606
	float: left;
4854
	padding-left: 13px;
5607
	padding-left: 13px;
4855
	margin-top: 4px;
5608
	margin-top: 4px;
4856
}
5609
}
-
 
5610
 
4857
.usr-mg-info h3 {
5611
.usr-mg-info h3 {
4858
	color: #000000;
5612
	color: #000000;
4859
	font-size: 18px;
5613
	font-size: 18px;
4860
	font-weight: 600;
5614
	font-weight: 600;
4861
}
5615
}
-
 
5616
 
4862
.usr-mg-info p {
5617
.usr-mg-info p {
4863
	color: #686868;
5618
	color: #686868;
4864
	font-size: 16px;
5619
	font-size: 16px;
4865
}
5620
}
-
 
5621
 
4866
.usr-mg-info p img {
5622
.usr-mg-info p img {
4867
	float: right;
5623
	float: right;
4868
	position: relative;
5624
	position: relative;
4869
	top: 5px;
5625
	top: 5px;
4870
	padding-left: 5px;
5626
	padding-left: 5px;
4871
}
5627
}
-
 
5628
 
4872
.posted_time {
5629
.posted_time {
4873
	position: absolute;
5630
	position: absolute;
4874
	top: 2px;
5631
	top: 2px;
4875
	right: 0;
5632
	right: 0;
4876
	color: #b2b2b2;
5633
	color: #b2b2b2;
Línea 4886... Línea 5643...
4886
	background-color: #fff;
5643
	background-color: #fff;
4887
	position: relative;
5644
	position: relative;
4888
	border-right: 1px solid #e4e4e4;
5645
	border-right: 1px solid #e4e4e4;
4889
	border-bottom: 1px solid #e4e4e4;
5646
	border-bottom: 1px solid #e4e4e4;
4890
}
5647
}
-
 
5648
 
4891
.message-bar-head {
5649
.message-bar-head {
4892
	float: left;
5650
	float: left;
4893
	width: 100%;
5651
	width: 100%;
4894
	background-color: rgba(255,255,255,0.95);
5652
	background-color: rgba(255, 255, 255, 0.95);
4895
	padding: 20px;
5653
	padding: 20px;
4896
	border-bottom: 1px solid #eaeaea;
5654
	border-bottom: 1px solid #eaeaea;
4897
	position: absolute;
5655
	position: absolute;
4898
	top: 0;
5656
	top: 0;
4899
	left: 0;
5657
	left: 0;
4900
	z-index: 11;
5658
	z-index: 11;
4901
}
5659
}
-
 
5660
 
4902
.message-bar-head .usr-msg-details {
5661
.message-bar-head .usr-msg-details {
4903
	float: left;
5662
	float: left;
4904
	width: auto;
5663
	width: auto;
4905
}
5664
}
-
 
5665
 
4906
.message-bar-head > a {
5666
.message-bar-head>a {
4907
	float: right;
5667
	float: right;
4908
	color: #b2b2b2;
5668
	color: #b2b2b2;
4909
	font-size: 20px;
5669
	font-size: 20px;
4910
	padding-top: 15px;
5670
	padding-top: 15px;
4911
}
5671
}
-
 
5672
 
4912
.main-message-box {
5673
.main-message-box {
4913
	float: left;
5674
	float: left;
4914
	width: 100%;
5675
	width: 100%;
4915
	position: relative;
5676
	position: relative;
4916
	margin-bottom: 15.5px;
5677
	margin-bottom: 15.5px;
4917
}
5678
}
-
 
5679
 
4918
.messg-usr-img {
5680
.messg-usr-img {
4919
	position: absolute;
5681
	position: absolute;
4920
	bottom: 25px;
5682
	bottom: 25px;
4921
	left: 20px;
5683
	left: 20px;
4922
	width: 50px;
5684
	width: 50px;
4923
}
5685
}
-
 
5686
 
4924
.messg-usr-img img {
5687
.messg-usr-img img {
4925
	width: 100%;
5688
	width: 100%;
4926
	-webkit-border-radius: 100px;
5689
	-webkit-border-radius: 100px;
4927
	-moz-border-radius: 100px;
5690
	-moz-border-radius: 100px;
4928
	-ms-border-radius: 100px;
5691
	-ms-border-radius: 100px;
4929
	-o-border-radius: 100px;
5692
	-o-border-radius: 100px;
4930
	border-radius: 100px;
5693
	border-radius: 100px;
4931
}
5694
}
-
 
5695
 
4932
.message-dt {
5696
.message-dt {
4933
	float: left;
5697
	float: left;
4934
	width: auto;
5698
	width: auto;
4935
	padding-left: 85px;
5699
	padding-left: 85px;
4936
}
5700
}
-
 
5701
 
4937
.main-message-box.ta-right {
5702
.main-message-box.ta-right {
4938
	float: right;
5703
	float: right;
4939
}
5704
}
-
 
5705
 
4940
.main-message-box.ta-right .messg-usr-img {
5706
.main-message-box.ta-right .messg-usr-img {
4941
	left: auto;
5707
	left: auto;
4942
	right: 20px;
5708
	right: 20px;
4943
	bottom: 25px;
5709
	bottom: 25px;
4944
}
5710
}
-
 
5711
 
4945
.main-message-box.ta-right .message-dt {
5712
.main-message-box.ta-right .message-dt {
4946
	padding-left: 0;
5713
	padding-left: 0;
4947
	padding-right: 85px;
5714
	padding-right: 85px;
4948
}
5715
}
-
 
5716
 
4949
.main-message-box.ta-right .message-dt > span {
5717
.main-message-box.ta-right .message-dt>span {
4950
	float: right;
5718
	float: right;
4951
	width: auto;
5719
	width: auto;
4952
}
5720
}
-
 
5721
 
4953
.message-inner-dt {
5722
.message-inner-dt {
4954
	float: left;
5723
	float: left;
4955
	-webkit-border-radius: 15px;
5724
	-webkit-border-radius: 15px;
4956
	-moz-border-radius: 15px;
5725
	-moz-border-radius: 15px;
4957
	-ms-border-radius: 15px;
5726
	-ms-border-radius: 15px;
4958
	-o-border-radius: 15px;
5727
	-o-border-radius: 15px;
4959
	border-radius: 15px;
5728
	border-radius: 15px;
4960
	width: 100%;
5729
	width: 100%;
4961
}
5730
}
-
 
5731
 
4962
.img-bx {
5732
.img-bx {
4963
	background-color: #efefef;
5733
	background-color: #efefef;
4964
	padding: 20px;
5734
	padding: 20px;
4965
}
5735
}
-
 
5736
 
4966
.message-inner-dt > img {
5737
.message-inner-dt>img {
4967
	display: inline-block;
5738
	display: inline-block;
4968
	width: auto;
5739
	width: auto;
4969
	margin-right: 5px;
5740
	margin-right: 5px;
4970
}
5741
}
-
 
5742
 
4971
.message-dt > span {
5743
.message-dt>span {
4972
	color: #b2b2b2;
5744
	color: #b2b2b2;
4973
	font-size: 14px;
5745
	font-size: 14px;
4974
	float: left;
5746
	float: left;
4975
	width: 100%;
5747
	width: 100%;
4976
	margin-top: 7px;
5748
	margin-top: 7px;
4977
}
5749
}
-
 
5750
 
4978
.message-inner-dt > p {
5751
.message-inner-dt>p {
4979
	float: right;
5752
	float: right;
4980
	width: 60%;
5753
	width: 60%;
4981
	background-color: #e44d3a;
5754
	background-color: #e44d3a;
4982
	font-size: 14px;
5755
	font-size: 14px;
4983
	line-height: 22px;
5756
	line-height: 22px;
Línea 4987... Línea 5760...
4987
	-moz-border-radius: 15px;
5760
	-moz-border-radius: 15px;
4988
	-ms-border-radius: 15px;
5761
	-ms-border-radius: 15px;
4989
	-o-border-radius: 15px;
5762
	-o-border-radius: 15px;
4990
	border-radius: 15px;
5763
	border-radius: 15px;
4991
}
5764
}
-
 
5765
 
4992
.message-dt.st3 .message-inner-dt > p {
5766
.message-dt.st3 .message-inner-dt>p {
4993
	background-color: #efefef;
5767
	background-color: #efefef;
4994
	color: #686868;
5768
	color: #686868;
4995
	width: auto;
5769
	width: auto;
4996
	padding: 10px 15px;
5770
	padding: 10px 15px;
4997
	float: left;
5771
	float: left;
4998
}
5772
}
-
 
5773
 
4999
.message-dt.st3 .message-inner-dt > p img {
5774
.message-dt.st3 .message-inner-dt>p img {
5000
	float: right;
5775
	float: right;
5001
	position: relative;
5776
	position: relative;
5002
	top: 3px;
5777
	top: 3px;
5003
	padding-left: 5px;
5778
	padding-left: 5px;
5004
}
5779
}
-
 
5780
 
5005
.main-message-box.st3 .messg-usr-img {
5781
.main-message-box.st3 .messg-usr-img {
5006
	bottom: 13px;
5782
	bottom: 13px;
5007
}
5783
}
-
 
5784
 
5008
.messages-line {
5785
.messages-line {
5009
	float: left;
5786
	float: left;
5010
	width: 100%;
5787
	width: 100%;
5011
	height: 604px;
5788
	height: 604px;
5012
}
5789
}
Línea 5018... Línea 5795...
5018
	width: 100%;
5795
	width: 100%;
5019
	background-color: #f3f5f7;
5796
	background-color: #f3f5f7;
5020
	padding: 25px 20px 15px 20px;
5797
	padding: 25px 20px 15px 20px;
5021
	border: 1px solid #eeeeee;
5798
	border: 1px solid #eeeeee;
5022
}
5799
}
-
 
5800
 
5023
.message-send-area form {
5801
.message-send-area form {
5024
	float: left;
5802
	float: left;
5025
	width: 100%;
5803
	width: 100%;
5026
}
5804
}
-
 
5805
 
5027
.mf-field {
5806
.mf-field {
5028
	float: left;
5807
	float: left;
5029
	width: 100%;
5808
	width: 100%;
5030
}
5809
}
-
 
5810
 
5031
.mf-field input {
5811
.mf-field input {
5032
	float: left;
5812
	float: left;
5033
	width: 80%;
5813
	width: 80%;
5034
	background-color: #fff;
5814
	background-color: #fff;
5035
	color: #b2b2b2;
5815
	color: #b2b2b2;
5036
	font-size: 16px;
5816
	font-size: 16px;
5037
	padding: 0 15px;
5817
	padding: 0 15px;
5038
	border: 1px solid #e6e6e6;
5818
	border: 1px solid #e6e6e6;
5039
	height: 45px;
5819
	height: 45px;
5040
}
5820
}
-
 
5821
 
5041
.mf-field button {
5822
.mf-field button {
5042
	float: left;
5823
	float: left;
5043
	width: 17%;
5824
	width: 17%;
5044
	background-color: #e44d3a;
5825
	background-color: #e44d3a;
5045
	height: 45px;
5826
	height: 45px;
Línea 5048... Línea 5829...
5048
	font-weight: 600;
5829
	font-weight: 600;
5049
	border: 0;
5830
	border: 0;
5050
	margin-left: 15px;
5831
	margin-left: 15px;
5051
	cursor: pointer;
5832
	cursor: pointer;
5052
}
5833
}
-
 
5834
 
5053
.message-send-area form > ul {
5835
.message-send-area form>ul {
5054
	float: left;
5836
	float: left;
5055
	width: 100%;
5837
	width: 100%;
5056
	margin-top: 15px;
5838
	margin-top: 15px;
5057
}
5839
}
-
 
5840
 
5058
.message-send-area form > ul li {
5841
.message-send-area form>ul li {
5059
	display: inline-block;
5842
	display: inline-block;
5060
	margin-right: 20px;
5843
	margin-right: 20px;
5061
}
5844
}
-
 
5845
 
5062
.message-send-area form > ul li a {
5846
.message-send-area form>ul li a {
5063
	color: #b2b2b2;
5847
	color: #b2b2b2;
5064
	font-size: 18px;
5848
	font-size: 18px;
5065
}
5849
}
Línea 5066... Línea 5850...
5066
 
5850
 
Línea 5067... Línea 5851...
5067
 
5851
 
5068
/* ============== forum-links ============= */
5852
/* ============== forum-links ============= */
5069
 
5853
 
-
 
5854
.forum-sec {
5070
.forum-sec {
5855
	background-color: #fff;
5071
	background-color: #fff;
5856
}
5072
}
5857
 
5073
.forum-links {
5858
.forum-links {
-
 
5859
	float: left;
5074
	float: left;
5860
	width: 100%;
5075
	width: 100%;
5861
}
5076
}
5862
 
5077
.forum-links.active {
5863
.forum-links.active {
5078
	opacity: 1;
5864
	opacity: 1;
-
 
5865
	visibility: visible;
5079
	visibility: visible;
5866
	z-index: 9999;
5080
	z-index: 9999;
5867
}
5081
}
5868
 
5082
.forum-links ul li {
5869
.forum-links ul li {
5083
	display: inline-block;
5870
	display: inline-block;
5084
	padding: 20px 0;
5871
	padding: 20px 0;
-
 
5872
	margin-right: 45px;
5085
	margin-right: 45px;
5873
	border-bottom: 2px solid transparent;
5086
	border-bottom: 2px solid transparent;
5874
}
5087
}
5875
 
-
 
5876
.forum-links ul li.active {
5088
.forum-links ul li.active {
5877
	border-color: #e44d3a;
5089
	border-color:#e44d3a;
5878
}
5090
}
5879
 
-
 
5880
.forum-links ul li.active a {
5091
.forum-links ul li.active a {
5881
	color: #e44d3a;
5092
	color: #e44d3a;	
5882
}
5093
}
5883
 
5094
.forum-links ul li a {
5884
.forum-links ul li a {
5095
	display: inline-block;
5885
	display: inline-block;
5096
	color: #b2b2b2;
5886
	color: #b2b2b2;
-
 
5887
	font-size: 14px;
5097
	font-size: 14px;
5888
	font-weight: 600;
5098
	font-weight: 600;
5889
}
5099
}
5890
 
5100
.forum-links-btn {
5891
.forum-links-btn {
5101
	float: left;
5892
	float: left;
5102
	width: 100%;
5893
	width: 100%;
5103
	text-align: center;
5894
	text-align: center;
-
 
5895
	display: none;
5104
	display: none;
5896
	padding: 20px 0;
5105
	padding: 20px 0;
5897
}
5106
}
5898
 
5107
.forum-links-btn a {
5899
.forum-links-btn a {
5108
	color: #000;
5900
	color: #000;
Línea 5113... Línea 5905...
5113
/* ================ forum-page =============== */
5905
/* ================ forum-page =============== */
Línea 5114... Línea 5906...
5114
 
5906
 
5115
.forum-page {
5907
.forum-page {
5116
	padding: 50px 0;
5908
	padding: 50px 0;
-
 
5909
}
5117
}
5910
 
5118
.forum-questions-sec {
5911
.forum-questions-sec {
5119
	float: left;
5912
	float: left;
5120
	width: 100%;
5913
	width: 100%;
-
 
5914
}
5121
}
5915
 
5122
.forum-questions {
5916
.forum-questions {
5123
	float: left;
5917
	float: left;
5124
	width: 100%;
5918
	width: 100%;
5125
	background-color: #fff;
5919
	background-color: #fff;
-
 
5920
}
5126
}
5921
 
5127
.usr-question {
5922
.usr-question {
5128
	float: left;
5923
	float: left;
5129
	width: 100%;
5924
	width: 100%;
5130
	position: relative;
5925
	position: relative;
5131
	padding: 25px;
5926
	padding: 25px;
5132
	border-bottom: 1px solid #e5e5e5;
5927
	border-bottom: 1px solid #e5e5e5;
-
 
5928
}
5133
}
5929
 
5134
.usr_img {
5930
.usr_img {
5135
	float: left;
5931
	float: left;
5136
	width: 60px;
5932
	width: 60px;
-
 
5933
}
5137
}
5934
 
5138
.usr_img img {
5935
.usr_img img {
5139
	width: 100%;
5936
	width: 100%;
5140
	-webkit-border-radius: 100px;
5937
	-webkit-border-radius: 100px;
5141
	-moz-border-radius: 100px;
5938
	-moz-border-radius: 100px;
5142
	-ms-border-radius: 100px;
5939
	-ms-border-radius: 100px;
5143
	-o-border-radius: 100px;
5940
	-o-border-radius: 100px;
5144
	border-radius: 100px;
5941
	border-radius: 100px;
-
 
5942
}
5145
}
5943
 
5146
.usr_quest {
5944
.usr_quest {
5147
	float: left;
5945
	float: left;
5148
	width: 90%;
5946
	width: 90%;
5149
	padding-left: 15px;
5947
	padding-left: 15px;
-
 
5948
}
5150
}
5949
 
5151
.usr_quest > h3 {
5950
.usr_quest>h3 {
5152
	color: #000000;
5951
	color: #000000;
5153
	font-size: 17px;
5952
	font-size: 17px;
5154
	font-weight: 600;
5953
	font-weight: 600;
5155
	margin-bottom: 20px;
5954
	margin-bottom: 20px;
-
 
5955
}
5156
}
5956
 
5157
.forum-post-view .usr_quest > h3 {
5957
.forum-post-view .usr_quest>h3 {
5158
	margin-bottom: 10px;
5958
	margin-bottom: 10px;
-
 
5959
}
5159
}
5960
 
5160
.react-links {
5961
.react-links {
5161
	float: left;
5962
	float: left;
5162
	width: 100%;
5963
	width: 100%;
-
 
5964
}
5163
}
5965
 
5164
.react-links li {
5966
.react-links li {
5165
	display: inline-block;
5967
	display: inline-block;
5166
	margin-right: 30px;
5968
	margin-right: 30px;
-
 
5969
}
5167
}
5970
 
5168
.react-links li a {
5971
.react-links li a {
5169
	display: inline-block;
5972
	display: inline-block;
5170
	color: #b2b2b2;
5973
	color: #b2b2b2;
5171
	font-size: 14px;
5974
	font-size: 14px;
5172
	font-weight: 600;
5975
	font-weight: 600;
-
 
5976
}
5173
}
5977
 
5174
.react-links li a:hover {
5978
.react-links li a:hover {
5175
	color: #e44d3a;
5979
	color: #e44d3a;
-
 
5980
}
5176
}
5981
 
5177
.react-links li a i {
5982
.react-links li a i {
5178
	padding-right: 7px;
5983
	padding-right: 7px;
-
 
5984
}
5179
}
5985
 
5180
.react-links li:last-child {
5986
.react-links li:last-child {
5181
	margin-right: 0;
5987
	margin-right: 0;
Línea 5182... Línea 5988...
5182
}
5988
}
Línea 5186... Línea 5992...
5186
.quest-tags {
5992
.quest-tags {
5187
	float: left;
5993
	float: left;
5188
	width: 100%;
5994
	width: 100%;
5189
	margin-top: 20px;
5995
	margin-top: 20px;
5190
}
5996
}
-
 
5997
 
5191
.quest-tags li {
5998
.quest-tags li {
5192
	display: inline-block;
5999
	display: inline-block;
5193
	margin-right: 10px;
6000
	margin-right: 10px;
5194
}
6001
}
-
 
6002
 
5195
.quest-tags li a {
6003
.quest-tags li a {
5196
	display: inline-block;
6004
	display: inline-block;
5197
	color: #ffffff;
6005
	color: #ffffff;
5198
	background-color: #53d690;
6006
	background-color: #53d690;
5199
	-webkit-border-radius: 3px;
6007
	-webkit-border-radius: 3px;
Línea 5201... Línea 6009...
5201
	-ms-border-radius: 3px;
6009
	-ms-border-radius: 3px;
5202
	-o-border-radius: 3px;
6010
	-o-border-radius: 3px;
5203
	border-radius: 3px;
6011
	border-radius: 3px;
5204
	padding: 7px 25px;
6012
	padding: 7px 25px;
5205
}
6013
}
-
 
6014
 
5206
.quest-posted-time {
6015
.quest-posted-time {
5207
	position: absolute;
6016
	position: absolute;
5208
	bottom: 30px;
6017
	bottom: 30px;
5209
	right: 20px;
6018
	right: 20px;
5210
	color: #b2b2b2;
6019
	color: #b2b2b2;
5211
	font-size: 14px;
6020
	font-size: 14px;
5212
}
6021
}
-
 
6022
 
5213
.quest-posted-time i {
6023
.quest-posted-time i {
5214
	padding-right: 5px;
6024
	padding-right: 5px;
5215
}
6025
}
-
 
6026
 
5216
.pd-right-none {
6027
.pd-right-none {
5217
	padding-right: 0;
6028
	padding-right: 0;
5218
}
6029
}
-
 
6030
 
5219
/* =========== navigation ============ */
6031
/* =========== navigation ============ */
Línea 5220... Línea 6032...
5220
 
6032
 
5221
.pagination {
6033
.pagination {
5222
	float: left;
6034
	float: left;
5223
	width: 100%;
6035
	width: 100%;
5224
	background-color: #fff;
6036
	background-color: #fff;
5225
	padding: 13px 25px;
6037
	padding: 13px 25px;
-
 
6038
}
5226
}
6039
 
5227
.full-pagi {
6040
.full-pagi {
5228
	float: left;
6041
	float: left;
5229
	width: 100%;
6042
	width: 100%;
5230
	padding-right: 0;
6043
	padding-right: 0;
5231
	text-align: inherit;
6044
	text-align: inherit;
5232
	margin-top: 20px;
6045
	margin-top: 20px;
-
 
6046
}
5233
}
6047
 
5234
.pagination li {
6048
.pagination li {
5235
	padding: 0;
6049
	padding: 0;
5236
	margin-right: 10px;
6050
	margin-right: 10px;
-
 
6051
}
5237
}
6052
 
5238
.pagination li .page-link {
6053
.pagination li .page-link {
5239
	background-color: #e5e5e5;
6054
	background-color: #e5e5e5;
5240
	color: #b2b2b2;
6055
	color: #b2b2b2;
-
 
6056
}
5241
}
6057
 
5242
.pagination li .page-link.active {
6058
.pagination li .page-link.active {
5243
	background-color: #e44d3a;
6059
	background-color: #e44d3a;
5244
	color: #fff;
6060
	color: #fff;
5245
	border-color: transparent;
6061
	border-color: transparent;
-
 
6062
}
5246
}
6063
 
5247
.pvr {
6064
.pvr {
5248
	padding: .5rem 30px;
6065
	padding: .5rem 30px;
Línea 5258... Línea 6075...
5258
	font-size: 18px;
6075
	font-size: 18px;
5259
	font-weight: 600;
6076
	font-weight: 600;
5260
	border-bottom: 1px solid #e5e5e5;
6077
	border-bottom: 1px solid #e5e5e5;
5261
	padding: 25px 20px;
6078
	padding: 25px 20px;
5262
}
6079
}
-
 
6080
 
5263
.widget-user ul {
6081
.widget-user ul {
5264
	float: left;
6082
	float: left;
5265
	width: 100%;
6083
	width: 100%;
5266
	padding: 15px 0;
6084
	padding: 15px 0;
5267
}
6085
}
-
 
6086
 
5268
.widget-user ul li {
6087
.widget-user ul li {
5269
	float: left;
6088
	float: left;
5270
	width: 100%;
6089
	width: 100%;
5271
	padding: 15px 20px;
6090
	padding: 15px 20px;
5272
}
6091
}
-
 
6092
 
5273
.widget-user ul li .usr-msg-details {
6093
.widget-user ul li .usr-msg-details {
5274
	float: left;
6094
	float: left;
5275
	width: auto;
6095
	width: auto;
5276
}
6096
}
-
 
6097
 
5277
.widget-user ul li .usr-ms-img {
6098
.widget-user ul li .usr-ms-img {
5278
	width: 35px;
6099
	width: 35px;
5279
} 
6100
}
-
 
6101
 
5280
.widget-user ul li .usr-mg-info h3 {
6102
.widget-user ul li .usr-mg-info h3 {
5281
	font-size: 14px;
6103
	font-size: 14px;
5282
}
6104
}
-
 
6105
 
5283
.widget-user ul li .usr-mg-info p {
6106
.widget-user ul li .usr-mg-info p {
5284
	font-size: 12px;
6107
	font-size: 12px;
5285
}
6108
}
-
 
6109
 
5286
.widget-user ul li > span {
6110
.widget-user ul li>span {
5287
	color: #686868;
6111
	color: #686868;
5288
	font-size: 16px;
6112
	font-size: 16px;
5289
	float: right;
6113
	float: right;
5290
	margin-top: 10px;
6114
	margin-top: 10px;
5291
}
6115
}
-
 
6116
 
5292
.widget-user ul li > span img {
6117
.widget-user ul li>span img {
5293
	padding-right: 5px;
6118
	padding-right: 5px;
5294
}
6119
}
Línea 5295... Línea 6120...
5295
 
6120
 
Línea 5308... Línea 6133...
5308
	width: 100%;
6133
	width: 100%;
5309
	background-color: #fff;
6134
	background-color: #fff;
5310
	padding: 25px 25px 0 25px;
6135
	padding: 25px 25px 0 25px;
5311
	border-bottom: 1px solid #e5e5e5;
6136
	border-bottom: 1px solid #e5e5e5;
5312
}
6137
}
-
 
6138
 
5313
.forum-post-view .usr-question {
6139
.forum-post-view .usr-question {
5314
	border-bottom: 0;
6140
	border-bottom: 0;
5315
	padding: 0;
6141
	padding: 0;
5316
}
6142
}
-
 
6143
 
5317
.forum-post-view .usr_quest span {
6144
.forum-post-view .usr_quest span {
5318
	color: #b2b2b2;
6145
	color: #b2b2b2;
5319
	font-size: 14px;
6146
	font-size: 14px;
5320
	display: inline-block;
6147
	display: inline-block;
5321
	margin-bottom: 20px;
6148
	margin-bottom: 20px;
5322
}
6149
}
-
 
6150
 
5323
.forum-post-view .usr_quest span i {
6151
.forum-post-view .usr_quest span i {
5324
	padding-right: 7px;
6152
	padding-right: 7px;
5325
}
6153
}
-
 
6154
 
5326
.forum-post-view .quest-tags {
6155
.forum-post-view .quest-tags {
5327
	margin-bottom: 30px;
6156
	margin-bottom: 30px;
5328
}
6157
}
-
 
6158
 
5329
.forum-post-view .usr_quest > p {
6159
.forum-post-view .usr_quest>p {
5330
	float: left;
6160
	float: left;
5331
	width: 100%;
6161
	width: 100%;
5332
	color: #686868;
6162
	color: #686868;
5333
	font-size: 14px;
6163
	font-size: 14px;
5334
	line-height: 24px;
6164
	line-height: 24px;
5335
	margin-bottom: 40px;
6165
	margin-bottom: 40px;
5336
}
6166
}
-
 
6167
 
5337
.forum-post-view .comment-section {
6168
.forum-post-view .comment-section {
5338
	padding: 0;
6169
	padding: 0;
5339
}
6170
}
-
 
6171
 
5340
.forum-post-view .comment-section > h3 {
6172
.forum-post-view .comment-section>h3 {
5341
	float: left;
6173
	float: left;
5342
	width: 100%;
6174
	width: 100%;
5343
	color: #000000;
6175
	color: #000000;
5344
	font-size: 18px;
6176
	font-size: 18px;
5345
	font-weight: 600;
6177
	font-weight: 600;
5346
	border-bottom: 1px solid #e5e5e5;
6178
	border-bottom: 1px solid #e5e5e5;
5347
	padding-bottom: 15px;
6179
	padding-bottom: 15px;
5348
}
6180
}
-
 
6181
 
5349
.forum-post-view .comment-sec ul li {
6182
.forum-post-view .comment-sec ul li {
5350
	border-bottom: 1px solid #e5e5e5;
6183
	border-bottom: 1px solid #e5e5e5;
5351
	padding: 23px 0;
6184
	padding: 23px 0;
5352
}
6185
}
-
 
6186
 
5353
.forum-post-view .comment span {
6187
.forum-post-view .comment span {
5354
	margin-bottom: 10px;
6188
	margin-bottom: 10px;
5355
}
6189
}
-
 
6190
 
5356
.forum-post-view .comment-list {
6191
.forum-post-view .comment-list {
5357
	padding-bottom: 0;
6192
	padding-bottom: 0;
5358
	margin-bottom: -4px;
6193
	margin-bottom: -4px;
5359
}
6194
}
-
 
6195
 
5360
.forum-post-view .comment p {
6196
.forum-post-view .comment p {
5361
	margin: 0;
6197
	margin: 0;
5362
	margin-top: 5px;
6198
	margin-top: 5px;
5363
}
6199
}
-
 
6200
 
5364
.forum-post-view .comment h3 {
6201
.forum-post-view .comment h3 {
5365
	margin-bottom: 9px;
6202
	margin-bottom: 9px;
5366
}
6203
}
-
 
6204
 
5367
.forum-post-view .comment-sec ul li:last-child {
6205
.forum-post-view .comment-sec ul li:last-child {
5368
	border-bottom: 0;
6206
	border-bottom: 0;
5369
}
6207
}
Línea 5375... Línea 6213...
5375
	float: left;
6213
	float: left;
5376
	width: 100%;
6214
	width: 100%;
5377
	padding: 20px;
6215
	padding: 20px;
5378
	background-color: #fff;
6216
	background-color: #fff;
5379
}
6217
}
-
 
6218
 
5380
.post-comment-box h3 {
6219
.post-comment-box h3 {
5381
	float: left;
6220
	float: left;
5382
	width: 100%;
6221
	width: 100%;
5383
	color: #000000;
6222
	color: #000000;
5384
	font-size: 18px;
6223
	font-size: 18px;
5385
	font-weight: 600;
6224
	font-weight: 600;
5386
	margin-bottom: 30px;
6225
	margin-bottom: 30px;
5387
}
6226
}
-
 
6227
 
5388
.user-poster {
6228
.user-poster {
5389
	float: left;
6229
	float: left;
5390
	width: 100%;
6230
	width: 100%;
5391
}
6231
}
-
 
6232
 
5392
.usr-post-img {
6233
.usr-post-img {
5393
	float: left;
6234
	float: left;
5394
	width: 50px;
6235
	width: 50px;
5395
	margin-right: 15px;
6236
	margin-right: 15px;
5396
}
6237
}
-
 
6238
 
5397
.usr-post-img img {
6239
.usr-post-img img {
5398
	width: 100%;
6240
	width: 100%;
5399
	-webkit-border-radius: 100px;
6241
	-webkit-border-radius: 100px;
5400
	-moz-border-radius: 100px;
6242
	-moz-border-radius: 100px;
5401
	-ms-border-radius: 100px;
6243
	-ms-border-radius: 100px;
5402
	-o-border-radius: 100px;
6244
	-o-border-radius: 100px;
5403
	border-radius: 100px;
6245
	border-radius: 100px;
5404
}
6246
}
-
 
6247
 
5405
.post_comment_sec {
6248
.post_comment_sec {
5406
	float: left;
6249
	float: left;
5407
	width: 90%;
6250
	width: 90%;
5408
}
6251
}
-
 
6252
 
5409
.post_comment_sec form {
6253
.post_comment_sec form {
5410
	float: left;
6254
	float: left;
5411
	width: 100%;
6255
	width: 100%;
5412
}
6256
}
-
 
6257
 
5413
.post_comment_sec form textarea {
6258
.post_comment_sec form textarea {
5414
	float: left;
6259
	float: left;
5415
	width: 100%;
6260
	width: 100%;
5416
	height: 130px;
6261
	height: 130px;
5417
	border: 1px solid #dce2eb;
6262
	border: 1px solid #dce2eb;
5418
	padding: 15px;
6263
	padding: 15px;
5419
	resize: none;
6264
	resize: none;
5420
}
6265
}
-
 
6266
 
5421
.post_comment_sec form button {
6267
.post_comment_sec form button {
5422
	color: #ffffff;
6268
	color: #ffffff;
5423
	font-size: 14px;
6269
	font-size: 14px;
5424
	background-color: #e44d3a;
6270
	background-color: #e44d3a;
5425
	padding: 10px 25px;
6271
	padding: 10px 25px;
Línea 5437... Línea 6283...
5437
	width: 100%;
6283
	width: 100%;
5438
	background-color: #fff;
6284
	background-color: #fff;
5439
	margin-top: 20px;
6285
	margin-top: 20px;
5440
	padding: 12px 25px;
6286
	padding: 12px 25px;
5441
}
6287
}
-
 
6288
 
5442
.next-prev > a {
6289
.next-prev>a {
5443
	width: 90px;
6290
	width: 90px;
5444
	height: 35px;
6291
	height: 35px;
5445
	text-align: center;
6292
	text-align: center;
5446
	line-height: 35px;
6293
	line-height: 35px;
5447
	color: #b2b2b2;
6294
	color: #b2b2b2;
5448
	font-size: 14px;
6295
	font-size: 14px;
5449
	background-color: #e5e5e5;
6296
	background-color: #e5e5e5;
5450
}
6297
}
-
 
6298
 
5451
.next-prev > a:hover {
6299
.next-prev>a:hover {
5452
	color: #fff;
6300
	color: #fff;
5453
	background-color: #e44d3a;
6301
	background-color: #e44d3a;
5454
}
6302
}
-
 
6303
 
5455
.fl-left {
6304
.fl-left {
5456
	float: left;
6305
	float: left;
5457
}
6306
}
-
 
6307
 
5458
.fl-right {
6308
.fl-right {
5459
	float: right;
6309
	float: right;
5460
}
6310
}
Línea 5461... Línea 6311...
5461
 
6311
 
Línea 5462... Línea 6312...
5462
 
6312
 
5463
/* ========== widget-feat ========= */
6313
/* ========== widget-feat ========= */
5464
 
6314
 
-
 
6315
.widget-feat {
5465
.widget-feat {
6316
	padding: 25px 20px;
5466
	padding: 25px 20px;
6317
}
5467
}
6318
 
5468
.widget-feat ul {
6319
.widget-feat ul {
-
 
6320
	float: left;
5469
	float: left;
6321
	width: 100%;
5470
	width: 100%;
6322
}
5471
}
6323
 
5472
.widget-feat ul li {
6324
.widget-feat ul li {
5473
	float: left;
6325
	float: left;
-
 
6326
	width: 25%;
5474
	width: 25%;
6327
	text-align: center;
5475
	text-align: center;
6328
}
5476
}
6329
 
5477
.widget-feat ul li i {
6330
.widget-feat ul li i {
5478
	display: block;
6331
	display: block;
-
 
6332
	font-size: 18px;
5479
	font-size: 18px;
6333
	margin-bottom: 9px;
5480
	margin-bottom: 9px;
6334
}
5481
}
6335
 
5482
.widget-feat ul li span {
6336
.widget-feat ul li span {
5483
	display: block;
6337
	display: block;
5484
	color: #686868;
6338
	color: #686868;
-
 
6339
	font-size: 16px;
5485
	font-size: 16px;
6340
	font-weight: 500;
5486
	font-weight: 500;
6341
}
5487
}
6342
 
-
 
6343
.widget-feat ul li i.fa-heart {
5488
.widget-feat ul li i.fa-heart {
6344
	color: #53d690;
5489
	color: #53d690;
6345
}
5490
}
6346
 
-
 
6347
.widget-feat ul li i.fa-comment {
5491
.widget-feat ul li i.fa-comment {
6348
	color: #e44d3a;
5492
	color: #e44d3a;
6349
}
5493
}
6350
 
-
 
6351
.widget-feat ul li i.fa-share-alt {
5494
.widget-feat ul li i.fa-share-alt {
6352
	color: #51a5fb;
5495
	color: #51a5fb;
6353
}
5496
}
6354
 
Línea 5497... Línea 6355...
5497
.widget-feat ul li i.fa-eye {
6355
.widget-feat ul li i.fa-eye {
Línea 5498... Línea 6356...
5498
	color: #00b540;
6356
	color: #00b540;
5499
}
6357
}
5500
 
6358
 
5501
/* =============== ANIMATION LOADER =============== */
6359
/* =============== ANIMATION LOADER =============== */
5502
 
6360
 
5503
 
6361
 
5504
.spinner {
6362
.spinner {
5505
    margin: 0 auto 0;
6363
	margin: 0 auto 0;
5506
    width: 80px;
6364
	width: 80px;
5507
    text-align: center;
6365
	text-align: center;
5508
    height: 80px;
6366
	height: 80px;
5509
    border-radius: 100px;
6367
	border-radius: 100px;
5510
    background-color: #fff;
6368
	background-color: #fff;
5511
    line-height: 80px;
6369
	line-height: 80px;
5512
    border:1px solid #e1e1e1;
6370
	border: 1px solid #e1e1e1;
5513
    cursor: pointer;
6371
	cursor: pointer;
5514
}
6372
}
5515
 
6373
 
5516
.spinner > div {
6374
.spinner>div {
5517
  width: 15px;
6375
	width: 15px;
5518
  height: 15px;
6376
	height: 15px;
5519
  background-color: #b9b9b9;
6377
	background-color: #b9b9b9;
Línea 5520... Línea 6378...
5520
 
6378
 
5521
  border-radius: 100%;
6379
	border-radius: 100%;
5522
  display: inline-block;
6380
	display: inline-block;
5523
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
6381
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
Línea 5524... Línea 6382...
5524
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
6382
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
5525
}
6383
}
5526
 
6384
 
5527
.spinner .bounce1 {
6385
.spinner .bounce1 {
Línea 5528... Línea 6386...
5528
  -webkit-animation-delay: -0.32s;
6386
	-webkit-animation-delay: -0.32s;
-
 
6387
	animation-delay: -0.32s;
-
 
6388
}
-
 
6389
 
-
 
6390
.spinner .bounce2 {
5529
  animation-delay: -0.32s;
6391
	-webkit-animation-delay: -0.16s;
-
 
6392
	animation-delay: -0.16s;
-
 
6393
}
-
 
6394
 
5530
}
6395
@-webkit-keyframes sk-bouncedelay {
-
 
6396
 
5531
 
6397
	0%,
Línea 5532... Línea 6398...
5532
.spinner .bounce2 {
6398
	80%,
-
 
6399
	100% {
-
 
6400
		-webkit-transform: scale(0)
-
 
6401
	}
5533
  -webkit-animation-delay: -0.16s;
6402
 
5534
  animation-delay: -0.16s;
6403
	40% {
5535
}
6404
		-webkit-transform: scale(1.0)
-
 
6405
	}
-
 
6406
}
5536
 
6407
 
5537
@-webkit-keyframes sk-bouncedelay {
6408
@keyframes sk-bouncedelay {
5538
  0%, 80%, 100% { -webkit-transform: scale(0) }
6409
 
5539
  40% { -webkit-transform: scale(1.0) }
6410
	0%,
5540
}
6411
	80%,
Línea 5541... Línea 6412...
5541
 
6412
	100% {
5542
@keyframes sk-bouncedelay {
6413
		-webkit-transform: scale(0);
5543
  0%, 80%, 100% { 
6414
		transform: scale(0);
-
 
6415
	}
5544
    -webkit-transform: scale(0);
6416
 
5545
    transform: scale(0);
6417
	40% {
5546
  } 40% { 
6418
		-webkit-transform: scale(1.0);
5547
    -webkit-transform: scale(1.0);
6419
		transform: scale(1.0);
-
 
6420
	}
5548
    transform: scale(1.0);
6421
}
5549
  }
6422
 
5550
}
6423
 
5551
 
6424
 
5552
 
6425
.wordpressdevlp {
-
 
6426
	background-color: #fff;
5553
 
6427
}
5554
.wordpressdevlp{
6428
 
5555
	background-color: #fff;
6429
.bgclr {
5556
}
6430
	background-color: #fff;
5557
.bgclr{
6431
	margin-bottom: 15px;
-
 
6432
}
5558
	background-color: #fff;
6433
 
5559
	margin-bottom: 15px;
6434
.cadidatesbtn {
5560
}
6435
	position: absolute;
-
 
6436
	left: 0;
5561
.cadidatesbtn{
6437
	padding-top: 5px;
5562
	position: absolute;
6438
}
5563
	left: 0;
6439
 
5564
	padding-top: 5px;
6440
.cadidatesbtn button {
5565
}
6441
	background-color: #e44d3a;
5566
.cadidatesbtn button{
6442
	border: none;
5567
	background-color: #e44d3a;
6443
	margin-top: -3px;
5568
	border:none;
6444
}
-
 
6445
 
5569
	margin-top: -3px;
6446
.cadidatesbtn button:hover {
5570
}
6447
	background-color: #e44d3a;
5571
.cadidatesbtn button:hover{
6448
}
5572
	background-color: #e44d3a;
6449
 
5573
}
6450
.cadidatesbtn span {
5574
.cadidatesbtn span{ 
6451
	background-color: #bd2e1c;
-
 
6452
	color: #fff;
5575
	background-color: #bd2e1c;
6453
	margin-right: 10px;
5576
    color: #fff;
6454
	padding: .25em .5em;
5577
    margin-right: 10px;
6455
	font-weight: 600;
5578
    padding: .25em .5em;
6456
	font-size: 12px;
-
 
6457
}
5579
    font-weight: 600;
6458
 
5580
    font-size: 12px; 
6459
.wordpressdevlp i {
5581
}
6460
	color: #e86554;
5582
.wordpressdevlp i{
6461
	font-size: 18px;
5583
	color: #e86554;
6462
	font-weight: bold;
5584
	font-size: 18px;
6463
	padding-right: 5px;
5585
	font-weight: bold;
6464
}
5586
	padding-right: 5px;
6465
 
5587
}
6466
.wordpressdevlp h2 {
-
 
6467
	font-size: 18px;
5588
.wordpressdevlp h2{
6468
	font-weight: 600;
5589
	font-size: 18px;
6469
}
5590
	font-weight: 600;
6470
 
5591
}
6471
.cadidatesbtn i {
5592
.cadidatesbtn i{
6472
	color: #b2b2b2;
-
 
6473
	border: 1px solid #b2b2b2;
5593
	color: #b2b2b2;
6474
	font-size: 14px;
5594
    border: 1px solid #b2b2b2;
6475
	text-align: center;
5595
    font-size: 14px;
6476
	margin-left: 7px;
5596
    text-align: center;
6477
	border-radius: 3px;
-
 
6478
	padding: 10px;
5597
    margin-left: 7px;
6479
}
5598
    border-radius: 3px;
6480
 
5599
    padding: 10px;
6481
.cadidatesbtn i:hover {
5600
}
6482
	background-color: #e44d3a;
5601
.cadidatesbtn i:hover{
6483
	color: #fff;
-
 
6484
	border: 1px solid #e44d3a;
5602
	background-color: #e44d3a;
6485
}
5603
	color: #fff;
6486
 
5604
	border:1px solid #e44d3a;
6487
.inner {
-
 
6488
	border-bottom: 2px solid #e5e5e5;
5605
}
6489
	padding-bottom: 10px;
5606
.inner{
6490
}
5607
	border-bottom: 2px solid #e5e5e5;
6491
 
5608
	padding-bottom: 10px;
6492
.inner li a:hover {
-
 
6493
	color: #e44d3a;
5609
}
6494
	border-bottom: 2px solid #e44d3a;
5610
.inner li a:hover{
6495
	padding-bottom: 9px;
5611
	color: #e44d3a;
6496
}
5612
	border-bottom: 2px solid #e44d3a;
6497
 
5613
	padding-bottom: 9px;
6498
.inner li a {
-
 
6499
	color: #000000;
5614
}
6500
}
5615
.inner li a{
6501
 
5616
	color: #000000;
6502
.posttext {
5617
}
6503
	position: absolute;
5618
.posttext{
6504
	left: 0;
5619
	position: absolute;
6505
}
-
 
6506
 
5620
	left: 0;
6507
.deatile h3 {
5621
}
6508
	font-size: 14px;
5622
.deatile h3{
6509
	font-weight: bold;
5623
	font-size: 14px;
6510
	padding-bottom: 5px;
5624
	font-weight: bold;
6511
}
-
 
6512
 
5625
	padding-bottom: 5px;
6513
.clrbtn a {
5626
}
6514
	background-color: #e44d3a;
5627
.clrbtn a{
6515
	color: #fff;
5628
	background-color: #e44d3a;
6516
	padding: 5px 10px 5px 10px;
5629
    color: #fff;
6517
	margin-right: 15px;
-
 
6518
}
5630
    padding: 5px 10px 5px 10px;
6519
 
5631
    margin-right: 15px;
6520
.transpairentbtn a {
5632
}
6521
	color: #222;
-
 
6522
	border: 2px solid #f1f1f1;
5633
.transpairentbtn a{
6523
	padding: 5px 10px 5px 10px;
5634
	color: #222;
6524
}
5635
	border:2px solid #f1f1f1;
6525
 
5636
	padding: 5px 10px 5px 10px;
6526
.savetext h3 {
5637
}
6527
	font-size: 14px;
5638
.savetext h3{
6528
	font-weight: bold;
5639
	font-size: 14px;
6529
	padding-bottom: 5px;
-
 
6530
}
5640
	font-weight: bold;
6531
 
5641
	padding-bottom: 5px;
6532
.devepbtn .clrbtn {
5642
}
6533
	padding: 7px 20px;
-
 
6534
}
5643
.devepbtn .clrbtn{
6535
 
5644
	padding: 7px 20px;
6536
.devepbtn a {
5645
}
6537
	color: #666666;
5646
.devepbtn a{
6538
	border: 1px solid #b2b2b2;
-
 
6539
	padding: 7px 10px 7px 10px;
5647
	color: #666666;
6540
	border-radius: 3px;
5648
    border: 1px solid #b2b2b2;
6541
	margin-right: 5px;
5649
    padding: 7px 10px 7px 10px;
6542
}
5650
    border-radius: 3px;
6543
 
-
 
6544
.devepbtn a:hover i {
5651
    margin-right: 5px;
6545
	color: #fff;
5652
}
6546
}
5653
.devepbtn a:hover i{
6547
 
-
 
6548
.devepbtn a:hover {
5654
	color: #fff;
6549
	background-color: #e44d3a;
5655
}
6550
	color: #fff;
5656
.devepbtn a:hover{
6551
}
-
 
6552
 
5657
	background-color: #e44d3a;
6553
.rew-reply hr {
5658
	color: #fff;
6554
	margin-left: -20px;
5659
}
6555
	margin-right: -20px;
5660
.rew-reply hr{
6556
}
-
 
6557
 
5661
	margin-left: -20px;
6558
.rew-reply p {
5662
	margin-right: -20px;
6559
	padding-left: 20px;
5663
}
6560
}
5664
.rew-reply p{
6561
 
-
 
6562
.rew-reply ul {
5665
	padding-left: 20px;
6563
	padding-left: 20px;
5666
}
6564
}
5667
.rew-reply ul{
6565
 
-
 
6566
.devepbtn {
5668
	padding-left: 20px;
6567
	margin-top: 30px;
5669
}
6568
	padding-left: 20px;
5670
.devepbtn{
6569
}
5671
	margin-top: 30px;
6570
 
-
 
6571
.rep-thanks hr {
5672
	padding-left: 20px;
6572
	margin-right: -20px;
5673
}
6573
	margin-left: -20px;
5674
.rep-thanks hr{
6574
}
5675
	margin-right: -20px;
6575
 
5676
	margin-left: -20px;
6576
.profilecnd {
-
 
6577
	margin-bottom: 0px;
5677
}
6578
}
5678
.profilecnd{
6579
 
5679
	margin-bottom: 0px;
6580
.devepbtn i {
-
 
6581
	color: #b2b2b2;
5680
}
6582
	font-size: 14px;
5681
.devepbtn i{
6583
}
5682
	color: #b2b2b2;
6584
 
5683
	font-size: 14px;
6585
.appliedinfo {
5684
}
6586
	padding-left: 0;
5685
.appliedinfo{
6587
	padding-top: 20px !important;
Línea 5686... Línea 6588...
5686
	padding-left: 0;
6588
	padding-bottom: 10px;
-
 
6589
}
5687
	padding-top:20px!important;
6590
 
5688
	padding-bottom: 10px;
6591
.epi2 {
5689
}
6592
	padding: 0;
5690
.epi2{
6593
}
5691
	padding: 0;
6594
 
5692
}
6595
.review a {
5693
.review a{
6596
	line-height: 16px;
5694
	line-height: 16px;
6597
	font-size: 14px;
5695
    font-size: 14px;
6598
	text-decoration: none;
5696
    text-decoration: none;
6599
	font-weight: 500;
5697
    font-weight: 500;
6600
	margin-left: 15px;
Línea 5698... Línea 6601...
5698
    margin-left: 15px;
6601
 
5699
 
6602
}
5700
}
6603
 
5701
.add-pic-box {
6604
.add-pic-box {
5702
    display: inline-block;
6605
	display: inline-block;
5703
    color: #e44d3a;
6606
	color: #e44d3a;
Línea 5704... Línea 6607...
5704
    font-size: 16px;
6607
	font-size: 16px;
5705
    position: absolute;
6608
	position: absolute;
5706
    top: 30px;
6609
	top: 30px;
5707
    right: 0;
6610
	right: 0;
5708
    font-weight: 600;
6611
	font-weight: 600;
5709
    margin-right: 0;
6612
	margin-right: 0;
5710
	width: 100%;
6613
	width: 100%;
5711
}
6614
}
5712
 
6615
 
5713
.add-pic-box [type="file"] {
6616
.add-pic-box [type="file"] {
5714
	height: 0;
6617
	height: 0;
5715
	overflow: hidden;
6618
	overflow: hidden;
5716
	width: 0;
6619
	width: 0;
5717
	float: left;
6620
	float: left;
5718
}
6621
}
5719
 
6622
 
5720
.add-pic-box [type="file"] + label {
6623
.add-pic-box [type="file"]+label {
5721
	background: #fff;
6624
	background: #fff;
-
 
6625
	border: 2px solid #e44d3a;
5722
	border: 2px solid #e44d3a;
6626
	border-radius: 3px;
5723
	border-radius: 3px;
6627
	color: #e44d3a;
5724
	color: #e44d3a;
6628
	cursor: pointer;
5725
	cursor: pointer;
6629
	display: inline-block;
-
 
6630
	font-size: 15px;
5726
	display: inline-block;
6631
	font-weight: 600;
5727
	font-size:15px;
6632
	outline: none;
5728
	font-weight: 600;
6633
	padding: 12px 20px;
-
 
6634
	position: relative;
5729
	outline: none;
6635
	transition: all 0.3s;
5730
	padding: 12px 20px;
6636
	vertical-align: middle;
5731
	position: relative;
6637
	margin: 0;
5732
	transition: all 0.3s;
6638
	float: right;
-
 
6639
	text-transform: uppercase;
5733
	vertical-align: middle;
6640
}
5734
	margin: 0;
6641
 
5735
	float: right;
6642
.add-pic-box [type="file"]+label:hover {
-
 
6643
	background: #e44d3a;
5736
	text-transform: uppercase;
6644
	color: #fff;
5737
}
6645
}
5738
.add-pic-box [type="file"] + label:hover {
6646
 
-
 
6647
.noreview li i {
5739
	background: #e44d3a;
6648
	color: #b2b2b2;
5740
	color: #fff;
6649
}
5741
}
6650
 
5742
.noreview li i{
6651
.review-tb {
-
 
6652
	margin: 0 0 10px;
5743
	color: #b2b2b2;
6653
	padding-left: 20px;
5744
}
6654
}
5745
.review-tb{
6655
 
5746
	margin:0 0 10px;
6656
.noreview ul li i {
5747
	padding-left: 20px;
6657
	color: #b2b2b2;
-
 
6658
}
5748
}
6659
 
5749
.noreview ul li i{
6660
.mngdetl {
5750
	color: #b2b2b2;
6661
	border-bottom: none;
5751
}
6662
}
-
 
6663
 
5752
.mngdetl{
6664
.post-reply {
5753
	border-bottom: none;
6665
	padding-top: 0;
5754
}
6666
	padding-bottom: 0;
5755
.post-reply{
6667
}
5756
	padding-top: 0;
6668
 
-
 
6669
.activebidbtn i:hover {
5757
	padding-bottom:0;
6670
	background-color: #e44d3a;
5758
}
6671
	color: #fff;
5759
.activebidbtn i:hover{
6672
	border: none;
5760
	background-color: #e44d3a;
6673
}
Línea 5761... Línea 6674...
5761
	color: #fff;
6674
 
5762
	border:none;
6675
.reviewtitle h2 {
5763
}
6676
	font-size: 17px;
5764
.reviewtitle h2{
6677
	font-weight: 600;
5765
	font-size: 17px;
6678
}
5766
	font-weight: 600;
6679
 
5767
}
6680
.horiline {
5768
.horiline{
6681
	width: 118%;
5769
	    width: 118%;
6682
	position: relative;
5770
    position: relative;
6683
	left: -40px;
5771
    left: -40px;
6684
}
5772
}
6685
 
-
 
6686
.tahnks {
5773
.tahnks{
6687
	font-weight: 500;
5774
	font-weight: 500;
6688
	margin-top: 5px;
5775
    margin-top: 5px;
6689
}
-
 
6690
 
5776
}
6691
/*about-page*/
5777
 
6692
.banner span {
5778
/*about-page*/
6693
	position: absolute;
-
 
6694
	display: flex;
5779
.banner span {
6695
	background-color: #222;
5780
	position: absolute;
6696
	width: 100%;
5781
    display: flex;
6697
	opacity: 0.9;
5782
    background-color: #222;
6698
	justify-content: center;
5783
    width: 100%;
6699
	padding: 10px;
5784
    opacity: 0.9;
6700
	margin-top: 0;
-
 
6701
	color: #fff;
5785
    justify-content: center;
6702
}
5786
    padding: 10px;
6703
 
5787
    margin-top: 0;
6704
.innertitle {
-
 
6705
	margin-top: 130px;
5788
    color: #fff;
6706
}
5789
}
6707
 
5790
.innertitle{
6708
.Company-overview {
5791
	margin-top: 130px;
6709
	padding-bottom: 50px;
5792
}
6710
}
5793
.Company-overview{
6711
 
5794
	padding-bottom: 50px;
6712
.bennertext {
-
 
6713
	position: absolute;
5795
}
6714
	left: 20%;
5796
.bennertext{
6715
	right: 20%;
5797
	position: absolute;
6716
	text-align: center;
5798
	left: 20%;
6717
}
-
 
6718
 
5799
	right: 20%;
6719
.bannerimage img {
5800
	text-align: center;
6720
	height: 100%;
5801
}
6721
}
5802
.bannerimage img{
6722
 
5803
	height: 100%;
6723
.innertitle h2 {
5804
}
6724
	color: #fff;
-
 
6725
	font-size: 30px;
5805
.innertitle h2{
6726
	line-height: 32px;
5806
	color: #fff;
6727
	font-weight: 600;
5807
    font-size: 30px;
6728
	margin-bottom: 20px;
5808
    line-height: 32px;
6729
}
-
 
6730
 
5809
    font-weight: 600;
6731
.innertitle p {
5810
	margin-bottom: 20px;
6732
	color: #fff;
5811
}
6733
	font-size: 16px;
5812
.innertitle p {
6734
}
-
 
6735
 
5813
	color:#fff;
6736
.Company-overview h2 {
5814
	font-size: 16px;
6737
	padding-top: 100px;
5815
}
6738
	font-size: 24px;
5816
.Company-overview h2{
6739
	font-weight: 600;
5817
	padding-top: 100px;
6740
	padding-bottom: 12px;
-
 
6741
}
5818
	font-size: 24px;
6742
 
5819
	font-weight: 600;
6743
.Company-overview p {
5820
	padding-bottom: 12px;
6744
	font-size: 15px;
-
 
6745
	font-weight: 500;
5821
}
6746
}
5822
.Company-overview p {
6747
 
5823
	font-size: 15px;
6748
.Company-overview img {
5824
	font-weight: 500;	
6749
	float: right;
5825
}
6750
	padding-top: 25px;
-
 
6751
}
5826
.Company-overview img{
6752
 
5827
	float: right;
6753
.blog {
5828
	padding-top: 25px;
6754
	text-align: center;
5829
}
6755
	display: inline-block;
5830
.blog{
6756
	margin-bottom: 50px;
5831
	text-align: center;
6757
}
5832
	display: inline-block;
6758
 
5833
	margin-bottom: 50px;
6759
.blog img {
-
 
6760
	padding-bottom: 30px;
5834
}
6761
}
5835
.blog img{
6762
 
5836
	padding-bottom: 30px;
6763
.blog h2 {
5837
}
6764
	font-size: 18px;
-
 
6765
	font-weight: 600;
5838
.blog h2{
6766
	padding-bottom: 30px;
5839
	font-size: 18px;
6767
}
5840
	font-weight: 600;
6768
 
-
 
6769
.blog a {
5841
	padding-bottom: 30px;
6770
	background-color: #ff4500;
5842
}
6771
	color: #fff;
5843
.blog a{
6772
	padding: 7px 25px 7px 25px;
Línea 5844... Línea 6773...
5844
	background-color: #ff4500;
6773
	border-radius: 3px;
5845
    color: #fff;
6774
	font-size: 16px;
5846
    padding: 7px 25px 7px 25px;
6775
	font-weight: 500;
Línea 5870... Línea 6799...
5870
	border-top-left-radius: 3px;
6799
	border-top-left-radius: 3px;
5871
	border-top-right-radius: 0px;
6800
	border-top-right-radius: 0px;
5872
	border-bottom-left-radius: 3px;
6801
	border-bottom-left-radius: 3px;
5873
	border-bottom-right-radius: 0px;
6802
	border-bottom-right-radius: 0px;
5874
}
6803
}
-
 
6804
 
5875
.searchtitle{
6805
.searchtitle {
5876
	text-align: center;
6806
	text-align: center;
5877
}
6807
}
-
 
6808
 
5878
.searchtitle h2{
6809
.searchtitle h2 {
5879
	color: #fff;
6810
	color: #fff;
5880
	font-size: 30px;
6811
	font-size: 30px;
5881
	font-weight: 400;
6812
	font-weight: 400;
5882
	padding-bottom: 10px;
6813
	padding-bottom: 10px;
5883
}
6814
}
-
 
6815
 
5884
.modal-header h3{
6816
.modal-header h3 {
5885
	font-size: 18px;
6817
	font-size: 18px;
5886
}
6818
}
-
 
6819
 
5887
.search-container button {
6820
.search-container button {
5888
    padding: 8px 10px;
6821
	padding: 8px 10px;
5889
    text-align: center;
6822
	text-align: center;
5890
    margin-top: 8px;
6823
	margin-top: 8px;
5891
    margin-left: -3px;
6824
	margin-left: -3px;
5892
    margin-right: 18px;
6825
	margin-right: 18px;
5893
    background: #efefef;
6826
	background: #efefef;
5894
    font-size: 17px;
6827
	font-size: 17px;
5895
    border: none;
6828
	border: none;
5896
    cursor: pointer;
6829
	cursor: pointer;
5897
    height: 50px;
6830
	height: 50px;
5898
    width: 6%;
6831
	width: 6%;
5899
    border-bottom-right-radius: 3px;
6832
	border-bottom-right-radius: 3px;
5900
    border-top-right-radius: 3px;
6833
	border-top-right-radius: 3px;
5901
}
6834
}
-
 
6835
 
5902
.topsearch i{
6836
.topsearch i {
5903
	color: #e44d3a;
6837
	color: #e44d3a;
5904
}
6838
}
-
 
6839
 
5905
.dropdown-toggle::after {
6840
.dropdown-toggle::after {
5906
   position: absolute;
6841
	position: absolute;
5907
   right: 15px;
6842
	right: 15px;
5908
   color: #b2b2b2;
6843
	color: #b2b2b2;
5909
   top: 7px;
6844
	top: 7px;
5910
}
6845
}
-
 
6846
 
5911
.help-paddy{
6847
.help-paddy {
5912
	padding: 0!important;
6848
	padding: 0 !important;
5913
}
6849
}
-
 
6850
 
5914
.paddy{
6851
.paddy {
5915
	padding:20px;
6852
	padding: 20px;
5916
	float: left;
6853
	float: left;
5917
}
6854
}
-
 
6855
 
5918
.dropdown-menu {
6856
.dropdown-menu {
5919
    position: absolute;
6857
	position: absolute;
5920
    top: 100%;
6858
	top: 100%;
5921
    left: 0;
6859
	left: 0;
5922
    z-index: 1000;
6860
	z-index: 1000;
5923
    display: none;
6861
	display: none;
5924
    float: left;
6862
	float: left;
5925
    min-width: 10rem;
6863
	min-width: 10rem;
5926
    padding: .5rem 0;
6864
	padding: .5rem 0;
5927
    margin: .125rem 0 0;
6865
	margin: .125rem 0 0;
5928
    font-size: 1rem;
6866
	font-size: 1rem;
5929
    color: #212529;
6867
	color: #212529;
5930
    text-align: left;
6868
	text-align: left;
5931
    list-style: none;
6869
	list-style: none;
5932
    background-color: #fff;
6870
	background-color: #fff;
5933
    width:100%;
6871
	width: 100%;
5934
    background-clip: padding-box;
6872
	background-clip: padding-box;
5935
    border: none;
6873
	border: none;
5936
    border-radius: .25rem;
6874
	border-radius: .25rem;
5937
}
6875
}
-
 
6876
 
5938
.radio-form p{
6877
.radio-form p {
5939
	display: -webkit-inline-box
6878
	display: -webkit-inline-box
5940
}
6879
}
-
 
6880
 
5941
.dropdown a{
6881
.dropdown a {
5942
	color:#000000;
6882
	color: #000000;
5943
	font-size: 16px;
6883
	font-size: 16px;
5944
	font-weight: 400;
6884
	font-weight: 400;
5945
	padding: 0 20px;
6885
	padding: 0 20px;
5946
}
6886
}
-
 
6887
 
5947
.accountnone{
6888
.accountnone {
5948
	border:none;
6889
	border: none;
5949
}
6890
}
-
 
6891
 
5950
.helpforum{
6892
.helpforum {
5951
	background-color: #fff;
6893
	background-color: #fff;
5952
	padding: 15px 0;
6894
	padding: 15px 0;
5953
	box-shadow: 0px 2px #c6c6c6;
6895
	box-shadow: 0px 2px #c6c6c6;
5954
}
6896
}
-
 
6897
 
5955
.helpforum h3{
6898
.helpforum h3 {
5956
	font-size: 18px;
6899
	font-size: 18px;
5957
	font-weight: 600;
6900
	font-weight: 600;
5958
}
6901
}
-
 
6902
 
5959
.helpforum a{
6903
.helpforum a {
5960
	background-color: #e44d3a;
6904
	background-color: #e44d3a;
5961
	color: #fff;
6905
	color: #fff;
5962
	padding: 10px 15px 10px 15px;
6906
	padding: 10px 15px 10px 15px;
5963
    line-height: 4;
6907
	line-height: 4;
5964
	border-radius: 3px;
6908
	border-radius: 3px;
5965
}
6909
}
-
 
6910
 
5966
.helpforum p{
6911
.helpforum p {
5967
	line-height: 3;
6912
	line-height: 3;
5968
}
6913
}
-
 
6914
 
5969
.actionstitle h3{
6915
.actionstitle h3 {
5970
	font-size: 18px;
6916
	font-size: 18px;
5971
	font-weight: 400;
6917
	font-weight: 400;
5972
	color: #000;
6918
	color: #000;
5973
	padding-top: 30px;
6919
	padding-top: 30px;
5974
}
6920
}
-
 
6921
 
5975
.actionstitle img{
6922
.actionstitle img {
5976
	padding-right: 10px;
6923
	padding-right: 10px;
5977
}
6924
}
-
 
6925
 
5978
.actionstext a{
6926
.actionstext a {
5979
	font-size: 16px;
6927
	font-size: 16px;
5980
	font-weight: 500;
6928
	font-weight: 500;
5981
	color: #e44d3a;
6929
	color: #e44d3a;
5982
	line-height: 2;
6930
	line-height: 2;
5983
	display: block;
6931
	display: block;
5984
}
6932
}
-
 
6933
 
5985
.helpform{
6934
.helpform {
5986
	text-align: center;
6935
	text-align: center;
5987
	padding-top: 70px;
6936
	padding-top: 70px;
5988
}
6937
}
-
 
6938
 
5989
.helpform h3{
6939
.helpform h3 {
5990
	font-size: 18px;
6940
	font-size: 18px;
5991
	font-weight: 400;
6941
	font-weight: 400;
5992
	color: #e44d3a;
6942
	color: #e44d3a;
5993
	margin-bottom: 10px;
6943
	margin-bottom: 10px;
5994
}
6944
}
-
 
6945
 
5995
.helpform a {
6946
.helpform a {
5996
    background-color: #e44d3a;
6947
	background-color: #e44d3a;
5997
    color: #fff;
6948
	color: #fff;
5998
    padding: 10px 15px 10px 15px;
6949
	padding: 10px 15px 10px 15px;
5999
	border-radius: 3px;
6950
	border-radius: 3px;
6000
}
6951
}
-
 
6952
 
6001
.helpform p{
6953
.helpform p {
6002
	margin-bottom: 30px;
6954
	margin-bottom: 30px;
6003
}
6955
}
-
 
6956
 
6004
.helpform img {
6957
.helpform img {
6005
	float: unset;
6958
	float: unset;
6006
	padding-bottom: 10px;
6959
	padding-bottom: 10px;
6007
}
6960
}
-
 
6961
 
6008
.bookingsideber h3{
6962
.bookingsideber h3 {
6009
	color: #000;
6963
	color: #000;
6010
}
6964
}
-
 
6965
 
6011
.bookingsideber h3:active{
6966
.bookingsideber h3:active {
6012
	color: #e44d3a;
6967
	color: #e44d3a;
6013
}
6968
}
-
 
6969
 
6014
.helpforum h4{
6970
.helpforum h4 {
6015
	font-size: 16px;
6971
	font-size: 16px;
6016
	font-weight: 600;
6972
	font-weight: 600;
6017
}
6973
}
-
 
6974
 
6018
.bloktext{
6975
.bloktext {
6019
	padding-left: 25px;
6976
	padding-left: 25px;
6020
}
6977
}
-
 
6978
 
6021
.privacy{
6979
.privacy {
6022
	background-color: #fff;
6980
	background-color: #fff;
6023
	height: 850px;
6981
	height: 850px;
6024
}
6982
}
-
 
6983
 
6025
.privacydropd .dropdown-toggle::after {
6984
.privacydropd .dropdown-toggle::after {
6026
    float: right;
6985
	float: right;
6027
    vertical-align: .255em;
6986
	vertical-align: .255em;
6028
}
-
 
6029
.checkbox{
-
 
6030
	
-
 
6031
}
6987
}
-
 
6988
 
-
 
6989
.checkbox {}
-
 
6990
 
6032
.form-check {   
6991
.form-check {
6033
    padding-left: 0;
6992
	padding-left: 0;
6034
}
6993
}
-
 
6994
 
6035
.btns a{
6995
.btns a {
6036
	color: #000;
6996
	color: #000;
6037
	border:1px solid #e5e5e5;
6997
	border: 1px solid #e5e5e5;
6038
	padding: 10px 25px 10px 25px;
6998
	padding: 10px 25px 10px 25px;
6039
    margin-left: 15px;
6999
	margin-left: 15px;
6040
    border-radius: 5px;
7000
	border-radius: 5px;
6041
    font-weight: 600;
7001
	font-weight: 600;
6042
}
7002
}
-
 
7003
 
6043
.btns{
7004
.btns {
6044
	padding-top: 20px;
7005
	padding-top: 20px;
6045
}
7006
}
-
 
7007
 
6046
.btns a:hover {
7008
.btns a:hover {
6047
	background-color: #e44d3a;
7009
	background-color: #e44d3a;
6048
	color: #fff;
7010
	color: #fff;
6049
}
7011
}
-
 
7012
 
6050
.privacy h3 {
7013
.privacy h3 {
6051
	font-size: 18px;
7014
	font-size: 18px;
6052
	font-weight: 600;
7015
	font-weight: 600;
6053
	padding-top: 18px;
7016
	padding-top: 18px;
6054
	margin-bottom: 10px;
7017
	margin-bottom: 10px;
6055
}
7018
}
-
 
7019
 
6056
.privacy p {
7020
.privacy p {
6057
	padding-top: 0px;
7021
	padding-top: 0px;
6058
	display: inline-block;
7022
	display: inline-block;
6059
}
7023
}
-
 
7024
 
6060
.form-group {
7025
.form-group {
6061
    margin-bottom: 1rem;
7026
	margin-bottom: 1rem;
6062
    padding-top: 0px;
7027
	padding-top: 0px;
6063
}
7028
}
-
 
7029
 
6064
.privacy i{
7030
.privacy i {
6065
	float: right;
7031
	float: right;
6066
	color: #e44d3a;
7032
	color: #e44d3a;
6067
	font-size: 20px;
7033
	font-size: 20px;
6068
	font-weight: 600;
7034
	font-weight: 600;
6069
}
7035
}
-
 
7036
 
6070
.dropdown-menu input{
7037
.dropdown-menu input {
6071
	margin-right: 10px;
7038
	margin-right: 10px;
6072
	margin-top: 15px;
7039
	margin-top: 15px;
6073
}
7040
}
-
 
7041
 
6074
.dropdown-menu a{
7042
.dropdown-menu a {
6075
	padding: 10px 0 10px 40px;
7043
	padding: 10px 0 10px 40px;
6076
	margin-bottom: 10px;
7044
	margin-bottom: 10px;
6077
}
7045
}
-
 
7046
 
6078
.dropdown-menu form{
7047
.dropdown-menu form {
6079
	margin-bottom: 10px;
7048
	margin-bottom: 10px;
6080
	margin-top: 10px;
7049
	margin-top: 10px;
6081
}
7050
}
-
 
7051
 
6082
.privacydropd p {
7052
.privacydropd p {
6083
    margin-left: 20px;
7053
	margin-left: 20px;
6084
    margin-top: 5px;
7054
	margin-top: 5px;
6085
}
7055
}
-
 
7056
 
6086
.privabtns{
7057
.privabtns {
6087
	margin-top: 20px;
7058
	margin-top: 20px;
6088
}
7059
}
-
 
7060
 
6089
.privabtns{
7061
.privabtns {
6090
	padding-bottom:15px; 
7062
	padding-bottom: 15px;
6091
}
7063
}
-
 
7064
 
6092
.privabtns a{
7065
.privabtns a {
6093
	margin-right: 15px;
7066
	margin-right: 15px;
6094
	padding: 8px 25px;
7067
	padding: 8px 25px;
6095
	color: #000000;
7068
	color: #000000;
6096
	border:1px solid #e5e5e5;
7069
	border: 1px solid #e5e5e5;
6097
}
7070
}
-
 
7071
 
6098
.privabtns a:hover{
7072
.privabtns a:hover {
6099
    color: #fff;
7073
	color: #fff;
6100
    background-color: #e44d3a;
7074
	background-color: #e44d3a;
6101
}
7075
}
-
 
7076
 
6102
.privac{
7077
.privac {
6103
	background-color: #fff;
7078
	background-color: #fff;
6104
	height: 560px;
7079
	height: 560px;
6105
	padding-top: 20px;
7080
	padding-top: 20px;
6106
}
7081
}
-
 
7082
 
6107
.privac h3{
7083
.privac h3 {
6108
	font-size: 18px;
7084
	font-size: 18px;
6109
	font-weight: 600;
7085
	font-weight: 600;
6110
}
7086
}
-
 
7087
 
6111
.bids-detail ul{
7088
.bids-detail ul {
6112
	display: -webkit-inline-box;
7089
	display: -webkit-inline-box;
6113
}
7090
}
-
 
7091
 
6114
.bids-detail ul li{
7092
.bids-detail ul li {
6115
	margin-right: 30px;	
7093
	margin-right: 30px;
6116
}
7094
}
-
 
7095
 
6117
.bids-detail h3{
7096
.bids-detail h3 {
6118
	font-size: 16px;
7097
	font-size: 16px;
6119
	font-weight: 400;
7098
	font-weight: 400;
6120
}
7099
}
-
 
7100
 
6121
.bids-detail{
7101
.bids-detail {
6122
	background-color: #fff;
7102
	background-color: #fff;
6123
	padding: 20px;
7103
	padding: 20px;
6124
	margin-bottom: 25px;
7104
	margin-bottom: 25px;
6125
	box-shadow: 0px 2px #e4e4e4;
7105
	box-shadow: 0px 2px #e4e4e4;
6126
}
7106
}
-
 
7107
 
6127
.dropdown-menu.show {
7108
.dropdown-menu.show {
6128
    display: contents;
7109
	display: contents;
6129
}
7110
}
-
 
7111
 
6130
.postpaid:checked:after {
7112
.postpaid:checked:after {
6131
    content: "\f17b";
7113
	content: "\f17b";
6132
    font: normal normal normal 16px/1 "LineAwesome";
7114
	font: normal normal normal 16px/1 "LineAwesome";
6133
    font-weight: 600;
7115
	font-weight: 600;
6134
    border:1px solid #fff;
7116
	border: 1px solid #fff;
6135
    color: #ffffff;
7117
	color: #ffffff;
6136
    text-align: center;
7118
	text-align: center;
6137
    font-size: 12px;
7119
	font-size: 12px;
6138
    width: 100%;
7120
	width: 100%;
6139
    height: 100%;
7121
	height: 100%;
6140
    background: #e44d3a;
7122
	background: #e44d3a;
6141
    display: block;
7123
	display: block;
6142
    border-radius: 50%;
7124
	border-radius: 50%;
6143
    padding-top: 3px;
7125
	padding-top: 3px;
6144
}
7126
}
-
 
7127
 
6145
.postpaid:focus{
7128
.postpaid:focus {
6146
	border:1px solid #fff;
7129
	border: 1px solid #fff;
6147
	width: 25px;
7130
	width: 25px;
6148
	height: 25px;
7131
	height: 25px;
6149
}
7132
}
-
 
7133
 
6150
.postpaid {
7134
.postpaid {
6151
    -webkit-appearance: none;
7135
	-webkit-appearance: none;
6152
    content: '';
7136
	content: '';
6153
    width: 20px;
7137
	width: 20px;
6154
    height: 20px;
7138
	height: 20px;
6155
    border-radius: 50%;
7139
	border-radius: 50%;
6156
    border: 1px solid #5e5e5e;
7140
	border: 1px solid #5e5e5e;
6157
    outline: 0;
7141
	outline: 0;
6158
    margin-right: 5px;
7142
	margin-right: 5px;
6159
}
7143
}
-
 
7144
 
6160
.job-status-bar {
7145
.job-status-bar {
6161
	border-top:1px solid #e5e5e5;
7146
	border-top: 1px solid #e5e5e5;
6162
}
7147
}
Línea 6163... Línea 7148...
6163
 
7148
 
6164
.main-ws-sec .job-status-bar {
7149
.main-ws-sec .job-status-bar {}
6165
	
-
 
6166
}
7150
 
6167
.main-ws-sec .btm-line {
7151
.main-ws-sec .btm-line {
6168
    padding-bottom: 20px !important;
7152
	padding-bottom: 20px !important;
6169
    border-bottom: 1px solid #e5e5e5 !important;
7153
	border-bottom: 1px solid #e5e5e5 !important;
6170
	margin-bottom: 20px;
7154
	margin-bottom: 20px;
-
 
7155
}
6171
}
7156
 
6172
.job-status-bar hr {
7157
.job-status-bar hr {
6173
	margin:0 -40px;
7158
	margin: 0 -40px;
-
 
7159
}
6174
}
7160
 
6175
.reply-area{
7161
.reply-area {
6176
	padding-left: 55px; 
7162
	padding-left: 55px;
Línea 6177... Línea 7163...
6177
}
7163
}
6178
 
7164
 
6179
.reply-rply1 { 
7165
.reply-rply1 {
Línea 6180... Línea 7166...
6180
	margin: 24px 0;
7166
	margin: 24px 0;
6181
}
7167
}
6182
 
7168
 
-
 
7169
.reply-area p {
6183
.reply-area p{
7170
	padding-bottom: 10px;
6184
	padding-bottom: 10px;
7171
}
6185
}
7172
 
-
 
7173
.reply-area span {
6186
.reply-area span{
7174
	cursor: pointer;
6187
	cursor: pointer;
7175
}
6188
}
7176
 
-
 
7177
.reply-area span:hover {
6189
.reply-area span:hover{
7178
	color: #e44d3a;
6190
	color: #e44d3a;
7179
}
6191
}
7180
 
6192
.reply-area i{
7181
.reply-area i {
6193
	font-size: 16px;
7182
	font-size: 16px;
-
 
7183
	font-weight: 600;
6194
	font-weight: 600;
7184
	padding-right: 8px;
6195
	padding-right: 8px;
7185
}
6196
}
7186
 
6197
.comment-area .la-plus-circle{
7187
.comment-area .la-plus-circle {
6198
	display: block;
7188
	display: block;
6199
	text-align: center;
7189
	text-align: center;
-
 
7190
	font-size: 40px;
6200
	font-size: 40px;
7191
	color: #b2b2b2;
6201
	color: #b2b2b2;
7192
}
6202
}
7193
 
6203
.reply-area span{
7194
.reply-area span {
-
 
7195
	padding-top: 5px;
6204
	padding-top: 5px;
7196
	color: #b2b2b2;
6205
	color: #b2b2b2;
7197
}
6206
}
7198
 
6207
.comt span{
7199
.comt span {
-
 
7200
	font-size: 16px;
6208
	font-size: 16px;
7201
	color: #666666;
6209
	color: #666666;
7202
}
6210
}
7203
 
-
 
7204
.comt i {
6211
.comt i{
7205
	padding-right: 8px;
6212
	padding-right: 8px;
7206
}
6213
}
7207
 
6214
.postcomment .form-control{
7208
.postcomment .form-control {
6215
	width: 112%;
7209
	width: 112%;
6216
	margin-left: -50px;
7210
	margin-left: -50px;
-
 
7211
	background-color: #efefef;
6217
	background-color: #efefef;
7212
	border-radius: 3px;
6218
	border-radius: 3px;
7213
}
6219
}
7214
 
6220
.postcomment a{
7215
.postcomment a {
6221
	background-color: #e44d3a;
7216
	background-color: #e44d3a;
6222
    color: #fff;
7217
	color: #fff;
6223
    padding: 9px 25px 8px 25px;
7218
	padding: 9px 25px 8px 25px;
-
 
7219
	line-height: 37px;
6224
    line-height: 37px;
7220
	border-radius: 3px;
6225
    border-radius: 3px;
7221
}
6226
}
7222
 
-
 
7223
.postcomment {
6227
.postcomment{
7224
	padding-top: 30px;
6228
	padding-top: 30px;
7225
}
6229
}
7226
 
-
 
7227
.widget-about button:focus {
6230
.widget-about button:focus{
7228
	box-shadow: none;
6231
	box-shadow: none;
7229
}
6232
}
7230
 
-
 
7231
.widget-about button:hover {
6233
.widget-about button:hover{
7232
	background-color: #e44d3a;
6234
	background-color:  #e44d3a;
7233
}
6235
}
7234
 
6236
 .widget-about button{
7235
.widget-about button {
6237
 	background-color: #e44d3a;
7236
	background-color: #e44d3a;
6238
    border: none;
7237
	border: none;
-
 
7238
	padding: 12px 0;
6239
    padding: 12px 0;
7239
	width: 100%;
6240
    width: 100%;
7240
}
6241
}
7241
 
6242
.widget-about p{
7242
.widget-about p {
6243
	background-color: #e44d3a;
7243
	background-color: #e44d3a;
-
 
7244
	color: #fff;
6244
	color: #fff;
7245
	padding: 10px 0;
6245
	padding: 10px 0;
7246
}
6246
}
7247
 
-
 
7248
.widget-projectid {
6247
.widget-projectid{
7249
	padding: 15px;
6248
	padding: 15px;
7250
}
6249
}
7251
 
6250
.widget-projectid h3{
7252
.widget-projectid h3 {
6251
	padding-bottom: 7px;
7253
	padding-bottom: 7px;
-
 
7254
	font-size: 14px;
6252
	font-size: 14px;
7255
	font-weight: 600;
6253
	font-weight: 600;
7256
}
6254
}
7257
 
6255
.sd-title h4{
7258
.sd-title h4 {
6256
	margin-bottom: 5px;
7259
	margin-bottom: 5px;
6257
    font-size: 16px;
7260
	font-size: 16px;
-
 
7261
	font-weight: 600;
6258
    font-weight: 600;
7262
	line-height: 24px;
6259
    line-height: 24px;
7263
}
6260
}
7264
 
-
 
7265
.paymethd p {
6261
.paymethd  p{
7266
	color: #e44d3a;
6262
	color: #e44d3a;
7267
}
6263
}
7268
 
6264
.copylink p{
7269
.copylink p {
-
 
7270
	background-color: #efefef;
6265
	background-color: #efefef;
7271
	padding: 7px 0 8px 10px;
6266
	padding: 7px 0 8px 10px;
7272
}
6267
}
7273
 
6268
.copylink a{
7274
.copylink a {
6269
	background-color: #e44d3a;
7275
	background-color: #e44d3a;
6270
	color: #fff;
7276
	color: #fff;
-
 
7277
	padding: 10px 15px 10px 15px;
6271
    padding: 10px 15px 10px 15px;
7278
	border-radius: 4px;
6272
    border-radius: 4px;
7279
}
6273
}
7280
 
-
 
7281
.copylink span {
6274
.copylink span{
7282
	padding: 30px 0 20px;
6275
	padding:30px 0 20px;
7283
}
6276
}
7284
 
6277
.copylink i{
7285
.copylink i {
-
 
7286
	float: unset;
6278
	float: unset;
7287
	position: unset;
6279
	position: unset;
7288
}
6280
}
7289
 
6281
.copylink .la-facebook{
7290
.copylink .la-facebook {
-
 
7291
	background-color: #3b5998;
6282
	background-color: #3b5998;
7292
	color: #fff;
6283
	color: #fff;
7293
}
6284
}
7294
 
-
 
7295
.copylink .la-twitter {
6285
.copylink .la-twitter{
7296
	color: #1da1f2;
6286
	color: #1da1f2;
7297
}
6287
}
7298
 
6288
.copylink .la-pinterest-p{
7299
.copylink .la-pinterest-p {
6289
	background-color:#fff ;
7300
	background-color: #fff;
-
 
7301
	color: #c11628;
6290
	color:#c11628 ;
7302
	border-radius: 50%;
6291
	border-radius: 50%;
7303
}
6292
}
7304
 
-
 
7305
.copylink img {
6293
.copylink img{
7306
	padding-right: 10px;
6294
	padding-right: 10px;
7307
}
6295
}
7308
 
6296
.freelancerbiding{
7309
.freelancerbiding {
-
 
7310
	background-color: #fff;
6297
	background-color: #fff;
7311
	padding-top: 20px;
6298
	padding-top: 20px;
7312
}
6299
}
7313
 
6300
.freelancerbiding h3{
7314
.freelancerbiding h3 {
-
 
7315
	font-size: 18px;
6301
	font-size: 18px;
7316
	font-weight: 400;
6302
	font-weight: 400;
7317
}
6303
}
7318
 
-
 
7319
.repcent {
6304
.repcent{
7320
	text-align: left;
6305
	text-align: left;
7321
}
6306
}
7322
 
-
 
7323
.bidrit {
6307
.bidrit{
7324
	float: right;
6308
	float: right;
7325
}
6309
}
7326
 
-
 
7327
.repcent i {
6310
.repcent i{
7328
	padding-left: 5px;
6311
	padding-left: 5px;
7329
}
6312
}
7330
 
6313
.star{
7331
.star {
-
 
7332
	display: inline-flex;
6314
	display: inline-flex;
7333
	padding: 5px 0;
6315
	padding: 5px 0;
7334
}
6316
}
7335
 
-
 
7336
.star li i {
6317
.star li i{
7337
	color: #bfd337;
6318
	color: #bfd337;
7338
}
6319
}
7339
 
-
 
7340
.repcent span {
6320
.repcent span{
7341
	color: #51a5fb;
6321
	color: #51a5fb;
7342
}
6322
}
7343
 
-
 
7344
.repcent p {
6323
.repcent p{
7345
	padding-left: 7px;
6324
	padding-left: 7px;
7346
}
6325
}
7347
 
-
 
7348
.noreview ul li i {
6326
.noreview ul li i{
7349
	color: #b2b2b2;
6327
	color: #b2b2b2;
7350
}
6328
}
7351
 
6329
.paymethd .star li i {
7352
.paymethd .star li i {
-
 
7353
	position: unset;
6330
	position: unset;
7354
	font-size: 14px;
6331
	font-size: 14px;
7355
}
6332
}
7356
 
6333
.paymethd .star a{
7357
.paymethd .star a {
Línea 6334... Línea 7358...
6334
	color: #51a5fb;
7358
	color: #51a5fb;
6335
	padding-left: 12px;
7359
	padding-left: 12px;
6336
}
7360
}
6337
 
7361
 
-
 
7362
.modal-header {
6338
.modal-header{
7363
	background-color: #e44d3a;
6339
	background-color: #e44d3a;
7364
	display: block !important;
6340
	display: block!important;
7365
}
-
 
7366
 
6341
}
7367
.modal-body {
6342
.modal-body{
7368
	padding: 0;
6343
	padding: 0;
7369
}
6344
}
7370
 
-
 
7371
.notice {
6345
.notice{
7372
	background-color: #ddf3ff;
6346
	background-color: #ddf3ff;
7373
	padding: 15px;
6347
	padding: 15px;
7374
}
6348
}
7375
 
-
 
7376
.notice span {
6349
.notice span{
7377
	font-weight: 500;
6350
	font-weight: 500;
7378
	padding-right: 5px;
6351
	padding-right: 5px;
7379
}
-
 
7380
 
6352
}
7381
.innerbody {
6353
.innerbody{
7382
	padding: 15px;
6354
	padding: 15px;
7383
}
6355
}
7384
 
-
 
7385
.innerbody h3 {
6356
.innerbody h3{
7386
	font-size: 18px;
6357
	font-size: 18px;
7387
	font-weight: 600;
6358
	font-weight: 600;
7388
}
6359
}
7389
 
6360
.innerbody h4{
7390
.innerbody h4 {
6361
	font-weight: 600;
7391
	font-weight: 600;
-
 
7392
	font-size: 14px;
6362
	font-size: 14px;
7393
	margin-left: -15px;
6363
	margin-left: -15px;
7394
	float: left;
6364
	float: left;
7395
}
6365
}
7396
 
6366
.delivery .input-group select{
7397
.delivery .input-group select {
6367
	width: 150px;
7398
	width: 150px;
6368
    height: 50px!important;
7399
	height: 50px !important;
-
 
7400
	font-size: 19px;
6369
    font-size: 19px;
7401
	border: 1px solid #e5e5e5;
6370
    border: 1px solid #e5e5e5;
7402
	border-radius: 3px;
6371
    border-radius: 3px;
7403
}
6372
}
7404
 
6373
.input-group-prepend {
7405
.input-group-prepend {
6374
    background-color: #f3f3f3;
7406
	background-color: #f3f3f3;
6375
    color: #bfbfbf;
7407
	color: #bfbfbf;
-
 
7408
	text-align: center;
6376
    text-align: center;
7409
	line-height: 3;
6377
    line-height: 3;
7410
	border: 1px solid #e5e5e5;
6378
    border: 1px solid #e5e5e5;
7411
}
6379
}
7412
 
6380
.input-group-text { 
7413
.input-group-text {
6381
    color: #666666 !important;
7414
	color: #666666 !important;
-
 
7415
	background-color: #f5f5f5 !important;
6382
    background-color: #f5f5f5 !important;
7416
	border: 0px !important;
6383
	border: 0px !important;
7417
	border-radius: 3px !important;
6384
    border-radius: 3px !important;
7418
}
6385
}
7419
 
6386
.place-bid-form{
7420
.place-bid-form {
6387
	position: relative;
7421
	position: relative;
-
 
7422
	left: 20px;
6388
    left: 20px;
7423
	top: -15px;
6389
    top: -15px;
7424
	padding-bottom: 15px;
6390
    padding-bottom: 15px;
7425
}
6391
}
7426
 
-
 
7427
.place-bid-form .input-group input {
6392
.place-bid-form .input-group input{
7428
	width: 70px;
6393
	width: 70px;
7429
	border: 1px solid #e5e5e5;
6394
	border: 1px solid #e5e5e5;
7430
}
-
 
7431
 
6395
}
7432
.paydel {
6396
.paydel{
7433
	padding: 40px 0 0;
6397
	padding: 40px 0 0;
7434
}
6398
}
7435
 
-
 
7436
.beatcompitation {
6399
.beatcompitation{
7437
	background-color: #f3f3f3;
6400
	background-color: #f3f3f3;
7438
	padding: 15px;
6401
	padding: 15px;
7439
}
-
 
7440
 
6402
}
7441
.beatcompitation h3 {
6403
.beatcompitation h3{
7442
	font-weight: 500;
6404
	font-weight: 500;
7443
}
6405
}
7444
 
6406
.sponser i{
7445
.sponser i {
6407
	background-color: #e44d3a;
7446
	background-color: #e44d3a;
-
 
7447
	color: #fff;
6408
	color: #fff;
7448
	margin-right: 5px;
6409
	margin-right: 5px;
7449
	padding: 2px;
6410
	padding: 2px;
7450
}
6411
}
7451
 
6412
.sponser h2{
7452
.sponser h2 {
6413
	font-size: 18px;
7453
	font-size: 18px;
-
 
7454
	font-weight: 600;
6414
	font-weight: 600;
7455
	padding-top: 15px;
6415
	padding-top: 15px;
7456
	padding-bottom: 15px;
6416
	padding-bottom: 15px;
7457
}
-
 
7458
 
6417
}
7459
.sponser {
6418
.sponser{
7460
	padding: 15px;
6419
	padding:15px;
7461
}
6420
}
7462
 
6421
.modal-footer{
7463
.modal-footer {
-
 
7464
	display: block !important;
6422
	display: block!important;
7465
	border-top: none;
6423
	border-top: none;
7466
	padding-bottom: 30px;
6424
	padding-bottom: 30px;
7467
}
6425
}
7468
 
6426
.modal-footer button{
7469
.modal-footer button {
6427
	font-size: 15px;
7470
	font-size: 15px;
6428
	font-weight: 500;
7471
	font-weight: 500;
6429
	background-color: unset;
7472
	background-color: unset;
6430
	border:none;
7473
	border: none;
-
 
7474
	padding: 10px;
6431
	padding: 10px;
7475
	border: 1px solid #d2d2d2;
6432
	border:1px solid #d2d2d2;
7476
	border-radius: 3px;
6433
	border-radius: 3px;
7477
}
6434
}
7478
 
6435
.modal-footer button:hover{
7479
.modal-footer button:hover {
Línea 6436... Línea 7480...
6436
	background-color: #e44d3a;
7480
	background-color: #e44d3a;
6437
	color: #fff;
7481
	color: #fff;
6438
	border:1px solid #e44d3a;
7482
	border: 1px solid #e44d3a;
6439
}
7483
}
6440
 
7484
 
6441
.place-bid-btn {
7485
.place-bid-btn {
6442
	font-size: 15px;
7486
	font-size: 15px;
6443
	font-weight: 500;
7487
	font-weight: 500;
6444
	color: #fff !important;
7488
	color: #fff !important;
6445
	background-color: #e44d3a !important;
7489
	background-color: #e44d3a !important;
Línea 6446... Línea 7490...
6446
	border:none;
7490
	border: none;
6447
	padding: 10px;
7491
	padding: 10px;
6448
	border:1px solid #e44d3a;
7492
	border: 1px solid #e44d3a;
6449
	border-radius: 3px;
7493
	border-radius: 3px;
6450
}
7494
}
6451
 
7495
 
6452
.usy-dt .reply{
7496
.usy-dt .reply {
6453
	margin: 3px 0 0 10px;
7497
	margin: 3px 0 0 10px;
6454
	width: 360px;
7498
	width: 360px;
-
 
7499
	height: 40px;
6455
	height: 40px;
7500
	background-color: #efefef;
6456
	background-color: #efefef;
7501
	border: 1px solid #e5e5e5;
6457
	border:1px solid #e5e5e5;
7502
	padding-left: 10px;
6458
	padding-left: 10px;
7503
	border-radius: 3px;
6459
	border-radius: 3px;
7504
}
6460
}
7505
 
6461
.replybtn{
7506
.replybtn {
-
 
7507
	background-color: #e44d3a;
6462
	background-color: #e44d3a;
7508
	color: #fff;
6463
    color: #fff;
7509
	padding: 10px;
6464
    padding: 10px;
7510
	margin-left: 15px;
-
 
7511
	border-radius: 3px;
6465
    margin-left: 15px;
7512
}
6466
	border-radius: 3px;
7513
 
6467
}
7514
.replybtn:hover {
-
 
7515
	color: #fff;
6468
.replybtn:hover{
7516
}
6469
	color: #fff;
7517
 
6470
}
7518
.rewivew ul li {
6471
.rewivew ul li{
7519
	margin-right: 5px !important;
-
 
7520
}
6472
	margin-right: 5px!important;
7521
 
6473
}
7522
.security hr {
6474
.security hr{
7523
	margin-right: -15px;
6475
	margin-right: -15px;
7524
	margin-left: -15px;
6476
	margin-left: -15px;
7525
}
6477
}
7526
 
6478
.privacy .la-check{
7527
.privacy .la-check {
6479
	float: left;
7528
	float: left;
Línea 6480... Línea 7529...
6480
	font-size: 12px;
7529
	font-size: 12px;
-
 
7530
	margin: 5px 5px 0 0;
6481
	margin: 5px 5px 0 0;
7531
	padding: 3px;
6482
	padding: 3px;
7532
	background-color: #e44d3a;
6483
	background-color: #e44d3a;
7533
	color: #fff;
-
 
7534
	border-radius: 50%;
6484
	color: #fff;
7535
 
6485
	border-radius: 50%;
7536
}
6486
 
7537
 
-
 
7538
ul#myTab {
6487
}
7539
	border-bottom: 1px solid #e5e5e5;
6488
ul#myTab {
7540
}
6489
    border-bottom: 1px solid #e5e5e5;
7541
 
-
 
7542
.nav-tabs .nav-link {
6490
}
7543
	border: none;
6491
.nav-tabs .nav-link {
7544
}
6492
    border: none; 
7545
 
-
 
7546
.noborder {
6493
}    
7547
	border-bottom: none;
6494
.noborder{
7548
}
6495
	border-bottom: none;
7549
 
-
 
7550
.manbids {
6496
}
7551
	margin-bottom: 0 !important;
6497
.manbids{
7552
}
6498
	margin-bottom: 0 !important;
7553
 
6499
}
7554
.noreply {
6500
.noreply{
7555
	padding-top: 30px;
-
 
7556
}
6501
	padding-top: 30px;
7557
 
6502
}
7558
#my-bids .nav-tabs {
6503
#my-bids .nav-tabs {
7559
	margin-bottom: 20px;
6504
    margin-bottom: 20px;
7560
	margin-top: 7px;
6505
    margin-top: 7px;
7561
	padding-bottom: 0;
-
 
7562
}
6506
    padding-bottom: 0;
7563
 
6507
}
7564
#my-bids ul {
6508
#my-bids ul{
7565
	margin-bottom: 15px;
6509
	margin-bottom: 15px;
7566
	margin-top: 7px;
-
 
7567
	padding-bottom: 0;
6510
	margin-top: 7px;
7568
}
6511
	padding-bottom: 0;
7569
 
6512
}
7570
.savedjob-info p {
6513
.savedjob-info p{
7571
	color: #666666;
6514
	color: #666666;
7572
	margin-top: 5px;
-
 
7573
}
6515
	margin-top: 5px;
7574
 
6516
}
7575
#my-bids ul li a {
6517
#my-bids ul li a{
7576
	color: #000000;
-
 
7577
	font-size: 16px;
6518
	color: #000000;
7578
	font-weight: 500;
6519
	font-size: 16px; 
7579
}
6520
	font-weight: 500;
7580
 
-
 
7581
#my-bids li a:hover {
6521
}
7582
	color: #e44d3a;
6522
#my-bids  li a:hover{
7583
}
6523
	color: #e44d3a;
7584
 
6524
}
7585
#saved-jobs ul {
6525
#saved-jobs ul{
7586
	margin-bottom: 20px;
-
 
7587
}
6526
	margin-bottom: 20px;
7588
 
6527
}
7589
#saved-jobs ul li a {
6528
#saved-jobs ul li a{
7590
	color: #000000;
-
 
7591
	font-size: 16px;
6529
	color: #000000;
7592
	font-weight: 500;
6530
	font-size: 16px; 
7593
}
6531
	font-weight: 500;
7594
 
6532
}
7595
#saved-jobs li a:hover {
6533
#saved-jobs  li a:hover{
7596
	color: #e44d3a;
-
 
7597
}
6534
	color: #e44d3a;
7598
 
-
 
7599
.wordpressdevlp h2 {
6535
}
7600
	font-size: 18px;
6536
.wordpressdevlp h2 {
7601
	font-weight: 600;
6537
    font-size: 18px;
7602
	margin-bottom: 15px;
6538
    font-weight: 600;
7603
}
6539
    margin-bottom: 15px;
7604
 
-
 
7605
#saved-jobs .nav-tabs .nav-item.show .nav-link,
6540
}
7606
#saved-jobs .nav-tabs .nav-link.active {
-
 
7607
	background-color: inherit;
6541
#saved-jobs .nav-tabs .nav-item.show .nav-link, #saved-jobs .nav-tabs .nav-link.active {
7608
	color: #e44d3a !important;
6542
    background-color: inherit;
7609
	padding-bottom: 9px;
6543
    color: #e44d3a !important;
7610
	border-bottom: 2px solid #e44d3a !important;
6544
	padding-bottom: 9px;
7611
}
6545
	border-bottom: 2px solid #e44d3a !important;
7612
 
-
 
7613
#my-bids .nav-tabs .nav-item.show .nav-link,
6546
}
7614
#my-bids .nav-tabs .nav-link.active {
6547
#my-bids .nav-tabs .nav-item.show .nav-link, #my-bids .nav-tabs .nav-link.active {
7615
	background-color: inherit;
6548
    background-color: inherit;
7616
	color: #e44d3a !important;
6549
    color: #e44d3a !important;
7617
	padding-bottom: 9px;
-
 
7618
	border-bottom: 2px solid #e44d3a !important;
6550
	padding-bottom: 9px;
7619
}
6551
	border-bottom: 2px solid #e44d3a !important;
7620
 
6552
}
7621
.descptab li img {
6553
.descptab li img{
7622
	float: left !important;
6554
	float: left!important;
7623
	filter: inherit !important;
-
 
7624
}
6555
	filter: inherit!important;
7625
 
6556
}
7626
.bklink {
6557
.bklink{
7627
	border-bottom: none !important;
Línea 6558... Línea 7628...
6558
	border-bottom: none!important;
7628
	width: unset !important;
6559
	width: unset!important;
7629
	float: right !important;
6560
	float: right!important;
7630
}
6561
}
7631
 
6562
.bklik{
7632
.bklik {
6563
	border-bottom: none!important;
7633
	border-bottom: none !important;
-
 
7634
}
6564
}
7635
 
6565
 
7636
 
6566
 
7637
 
6567
 
7638
 
-
 
7639
/*////////////////////////////////////////My css////////////////////////////////
6568
 
7640
//////////////////////////////////////////////////////////////////////////////*/
6569
/*////////////////////////////////////////My css////////////////////////////////
7641
.savedjob-info li {
6570
//////////////////////////////////////////////////////////////////////////////*/
7642
	display: inline-block;
-
 
7643
	padding-left: 25px;
6571
.savedjob-info li{
7644
}
6572
	display: inline-block;
7645
 
6573
	padding-left: 25px;
7646
.savedjob-info h3 {
6574
}
7647
	font-size: 14px;
6575
.savedjob-info h3{
7648
	font-weight: 500;
-
 
7649
}
6576
	font-size: 14px;
7650
 
6577
	font-weight: 500;
7651
.settingjb ul li {
6578
}
7652
	margin-right: 25px !important;
-
 
7653
}
6579
.settingjb ul li{
7654
 
6580
	margin-right: 25px!important;
7655
.mangebid li {
6581
}
7656
	padding-left: 0;
-
 
7657
	padding-right: 20px;
6582
.mangebid li{
7658
	padding-top: 10px;
6583
	padding-left: 0;
7659
}
6584
	padding-right: 20px;
7660
 
6585
	padding-top: 10px;
7661
.bk-links.bklink li {
-
 
7662
	padding-right: 0;
6586
}
7663
}
6587
.bk-links.bklink li {
7664
 
6588
    padding-right: 0;
7665
.bidsbtn {
6589
}
7666
	position: relative;
-
 
7667
}
6590
.bidsbtn{
7668
 
6591
	position: relative;
7669
.biddersinfo li {
6592
}
7670
	padding-left: 0;
-
 
7671
	padding-right: 20px;
6593
.biddersinfo li{
7672
}
6594
	padding-left: 0;
7673
 
6595
	padding-right: 20px;
7674
#review {
-
 
7675
	background-color: #fff;
6596
}
7676
	margin-bottom: 40px;
6597
#review{
7677
}
6598
	background-color: #fff;
7678
 
-
 
7679
.starreview {
6599
	margin-bottom: 40px;
7680
	padding-left: 20px;
6600
}
7681
}
6601
.starreview{
7682
 
-
 
7683
.replytext {
6602
	padding-left: 20px;
7684
	padding-bottom: 20px;
6603
}
7685
}
6604
.replytext{
7686
 
-
 
7687
.starrevi {
6605
	padding-bottom: 20px;
7688
	padding-left: 20px;
6606
}
7689
}
6607
.starrevi {
7690
 
6608
	padding-left: 20px;
7691
.job-dt li a {
6609
}
7692
	background-color: #51a5fb;
6610
.job-dt li a{
7693
}
6611
	background-color: #51a5fb;
7694
 
6612
}
7695
.apply-jobbox {
6613
.apply-jobbox{
7696
	text-align: center;
-
 
7697
}
6614
	text-align: center;
7698
 
6615
}
7699
.apply-jobbox form input {
6616
.apply-jobbox form input{
7700
	width: 100%;
-
 
7701
	margin-top: 20px;
6617
	width: 100%;
7702
	padding: 10px;
6618
    margin-top: 20px;
7703
	color: #222;
6619
    padding: 10px;
7704
	border: 1px solid #e5e5e5;
6620
    color: #222;
7705
	border-radius: 3px;
6621
    border: 1px solid #e5e5e5;
7706
	font-size: 14px;
6622
    border-radius: 3px;
7707
}
-
 
7708
 
6623
    font-size: 14px;
7709
.apply-jobbox h3 {
6624
}
7710
	margin: 20px 0;
6625
.apply-jobbox h3{
7711
}
6626
	margin: 20px 0;
7712
 
6627
}
7713
.select-files {
6628
.select-files{
7714
	border: 1px solid #e5e5e5;
6629
	border: 1px solid #e5e5e5;
7715
	margin-top: 20px;
6630
    margin-top: 20px;
7716
	padding: 30px;
-
 
7717
	background: #efefef;
6631
    padding: 30px;
7718
}
6632
	background: #efefef;
7719
 
6633
}
7720
.select-files button {
6634
.select-files button{
7721
	margin-bottom: 20px;
-
 
7722
	background-color: transparent;
6635
	margin-bottom: 20px;
7723
	border: 1px solid #e5e5e5;
6636
    background-color: transparent;
7724
	padding: 10px 15px 10px 15px;
6637
    border: 1px solid #e5e5e5;
7725
	border-radius: 5px;
6638
    padding: 10px 15px 10px 15px;
7726
	font-weight: 600;
6639
    border-radius: 5px;
7727
}
6640
    font-weight: 600;
7728
 
6641
}
7729
.select-files button:hover {
6642
.select-files button:hover{
7730
	background-color: #e44d3a;
6643
	background-color: #e44d3a;
7731
	color: #fff;
6644
	color: #fff;
7732
}
-
 
7733
 
6645
}
7734
.close {
6646
.close{
7735
	position: absolute;
6647
	position: absolute;
7736
	right: -25px;
6648
    right: -25px;
7737
	top: -25px;
-
 
7738
	color: #fff;
6649
    top: -25px;
7739
	border: 1px solid !important;
6650
    color: #fff;
7740
	border-radius: 50%;
6651
    border: 1px solid!important;
7741
	height: 25px;
6652
    border-radius: 50%;
7742
	width: 25px;
6653
    height: 25px;
7743
}
6654
    width: 25px;
7744
 
-
 
7745
.mapouter iframe {
-
 
7746
	width: 100%;
-
 
7747
	height: 400px;
-
 
7748
}
-
 
7749
 
-
 
7750
.mapouter {
-
 
7751
	position: relative;
-
 
7752
	text-align: right;
-
 
7753
	height: 500px;
-
 
7754
	width: 100%;
-
 
7755
}
6655
}
7756
 
6656
.mapouter iframe{
7757
.gmap_canvas {
6657
	width:100%;
7758
	overflow: hidden;
6658
	 height:400px;
7759
	background: none !important;
6659
}
7760
}
6660
.mapouter{position:relative;text-align:right;height:500px;width:100%;}
7761
 
-
 
7762
.video-iframe {
6661
.gmap_canvas {overflow:hidden;background:none!important;}
7763
	width: 100%;
6662
.video-iframe{
7764
	height: 400px;
6663
	width:100%;
7765
}
-
 
7766
 
6664
	 height:400px;
7767
.custom-file-input {
6665
}
7768
	color: transparent;
6666
.custom-file-input {
7769
	opacity: 1;
6667
  color: transparent;
7770
	margin-left: 140px;
6668
  opacity: 1;
7771
	margin-bottom: 10px;
6669
  margin-left: 140px;
7772
}
6670
  margin-bottom: 10px;
7773
 
6671
}
7774
.custom-file-input::-webkit-file-upload-button {
6672
.custom-file-input::-webkit-file-upload-button {
7775
	visibility: hidden;
6673
  visibility: hidden;
7776
}
6674
}
7777
 
6675
.custom-file-input::before {
7778
.custom-file-input::before {
6676
  content: 'Select Files';
7779
	content: 'Select Files';
6677
  color: #fff;
7780
	color: #fff;
-
 
7781
	display: inline-block;
6678
  display: inline-block;
7782
	border: 1px solid #e5e5e5;
6679
  border: 1px solid #e5e5e5;
7783
	border-radius: 3px;
6680
  border-radius: 3px;
7784
	background: #e44d3a;
6681
  background: #e44d3a; 
7785
	font-weight: 500;
-
 
7786
	padding: 10px 15px;
6682
  font-weight: 500;
7787
	outline: none;
6683
  padding: 10px 15px;
7788
	white-space: nowrap;
6684
  outline: none;
7789
	-webkit-user-select: none;
-
 
7790
	cursor: pointer;
6685
  white-space: nowrap;
7791
}
6686
  -webkit-user-select: none;
7792
 
6687
  cursor: pointer;
7793
.custom-file-input:hover::before {
6688
}
7794
	background-color: #e44d3a;
-
 
7795
	color: #fff;
6689
.custom-file-input:hover::before {
7796
}
6690
  background-color: #e44d3a;
7797
 
6691
  color: #fff;
7798
.custom-file-input:active {
-
 
7799
	outline: 0;
6692
}
7800
}
6693
.custom-file-input:active {
7801
 
6694
  outline: 0;
7802
.custom-file-input:active::before {
-
 
7803
	background: #e44d3a;
6695
}
7804
	color: #fff;
6696
.custom-file-input:active::before {
7805
}
6697
  background: #e44d3a; 
7806
 
-
 
7807
.bids-time {
6698
  color: #fff;
7808
	float: right;
6699
}
7809
}
6700
.bids-time{
7810
 
6701
	float: right;
7811
.saved-post {
-
 
7812
	padding: 0;
6702
}
7813
}
6703
.saved-post{
7814
 
6704
	padding: 0;
7815
.saved-post p {
6705
}
7816
	padding-bottom: 20px;
-
 
7817
}
6706
.saved-post p{
7818
 
6707
	padding-bottom: 20px;
7819
.saved-info li {
6708
}
7820
	padding-right: 25px;
-
 
7821
	padding-left: 0;
6709
.saved-info li{
7822
}
6710
	padding-right:25px;
7823
 
6711
	padding-left: 0;
7824
.saved-btn {
-
 
7825
	padding: 0;
6712
}
7826
	margin-bottom: -12px;
6713
.saved-btn{
7827
}
6714
	padding: 0;
7828
 
-
 
7829
.applied-post {
6715
	margin-bottom: -12px;
7830
	padding: 0;
6716
}
7831
}
6717
.applied-post{
7832
 
-
 
7833
.post-bid {
6718
	padding: 0;
7834
	padding: 0 !important;
6719
}
7835
}
6720
.post-bid{
7836
 
6721
	padding: 0!important;
7837
.bidsbtn {
6722
}
7838
	padding-top: 0 !important;
-
 
7839
}
6723
.bidsbtn{
7840
 
6724
	padding-top:0!important;
7841
.active-bids {
6725
}
7842
	padding: 0;
Línea 6726... Línea 7843...
6726
.active-bids{
7843
}
6727
	padding:0;
7844
 
6728
}
7845
.activ-bidinfo li {
6729
.activ-bidinfo li{
7846
	padding-top: 10px;
6730
	padding-top: 10px;
7847
	padding-left: 0;
6731
	padding-left: 0;
7848
	padding-right: 25px;
Línea 6732... Línea 7849...
6732
	padding-right: 25px;	
7849
}
6733
}
7850
 
6734
.activebtn{
7851
.activebtn {
6735
	padding-left: 0;
7852
	padding-left: 0;
6736
}
7853
}
6737
 
7854
 
6738
.p-all {
7855
.p-all {
6739
	padding: 0px;
7856
	padding: 0px;
6740
	float: left;
7857
	float: left;
-
 
7858
	width: 100%;
6741
    width: 100%;
7859
	position: relative;
6742
    position: relative;
7860
}
6743
}
7861
 
6744
 
7862
.toggle-btn .custom-switch .custom-control-label::before {
6745
.toggle-btn .custom-switch .custom-control-label::before {
7863
	left: -2.25rem;
6746
    left: -2.25rem;
7864
	width: 70px;
6747
    width: 70px;
7865
	pointer-events: all;
6748
    pointer-events: all;
7866
	border-radius: 100px;
6749
    border-radius: 100px;
7867
	height: 30px;
6750
    height: 30px;
7868
	top: -1px;
6751
    top: -1px;
7869
	box-shadow: none;
6752
	box-shadow: none;
7870
}
-
 
7871
 
6753
}
7872
.toggle-btn .custom-control-label::before {
6754
.toggle-btn .custom-control-label::before {
7873
	position: absolute;
6755
    position: absolute;
7874
	top: .25rem;
6756
    top: .25rem;
7875
	left: -1.5rem;
6757
    left: -1.5rem;
7876
	display: block;
6758
    display: block;
7877
	width: 1rem;
6759
    width: 1rem;
7878
	height: 1rem;
-
 
7879
	pointer-events: none;
6760
    height: 1rem;
7880
	content: "";
6761
    pointer-events: none;
7881
	background-color: #fff;
6762
    content: "";
7882
	border: #e1e1e1 solid 2px;
6763
    background-color: #fff;
7883
}
6764
    border: #e1e1e1 solid 2px;
7884
 
6765
}
7885
.custom-control-input:checked~.custom-control-label::before {
6766
.custom-control-input:checked~.custom-control-label::before {
7886
	color: #fff;
6767
    color: #fff;
7887
	border-color: #e44d3a;
6768
    border-color: #e44d3a;
7888
	background-color: #e44d3a;
6769
    background-color: #e44d3a;
7889
	box-shadow: none;
6770
	box-shadow:none;
7890
	outline: none;
-
 
7891
}
6771
	outline:none;
7892
 
6772
}
7893
.toggle-btn .custom-switch .custom-control-label::after {
6773
.toggle-btn .custom-switch .custom-control-label::after {
7894
	top: calc(-1px + 2px);
6774
   top: calc(-1px + 2px);
7895
	left: calc(-36px + 2px);
6775
    left: calc(-36px + 2px);
7896
	width: calc(30px - 4px);
6776
    width: calc(30px - 4px);
7897
	height: calc(30px - 4px);
6777
    height: calc(30px - 4px);
7898
	background-color: #e1e1e1;
6778
    background-color: #e1e1e1;
7899
	border-radius: 100%;
6779
    border-radius: 100%;
7900
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
6780
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
7901
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-
 
7902
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
6781
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
7903
}
6782
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
7904
 
6783
}
7905
.toggle-btn .custom-control-label::after {
6784
.toggle-btn .custom-control-label::after {
7906
	position: absolute;
6785
    position: absolute;
7907
	top: .25rem;
-
 
7908
	left: -1.5rem;
6786
    top: .25rem;
7909
	display: block;
6787
    left: -1.5rem;
7910
	width: 0;
6788
    display: block;
7911
	height: 0;
6789
    width: 0;
7912
	content: "";
6790
    height: 0;
7913
	background: no-repeat 50%/50% 50%;
Línea 6791... Línea 7914...
6791
    content: "";
7914
}
6792
    background: no-repeat 50%/50% 50%;
7915
 
6793
}
7916
.toggle-btn .custom-control-label {
6794
.toggle-btn .custom-control-label {
7917
	position: initial;
6795
    position: initial;
7918
	margin-bottom: 0;
6796
    margin-bottom: 0;
7919
	vertical-align: top;
6797
    vertical-align: top;
7920
}
6798
}
7921
 
6799
.toggle-btn .custom-switch .custom-control-input:checked~.custom-control-label::after {
7922
.toggle-btn .custom-switch .custom-control-input:checked~.custom-control-label::after {