Proyectos de Subversion LeadersLinked - Backend

Rev

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

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