Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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