Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
@import '../../global/_variables'; // global variables.
2
@import '../../global/components/_mixins'; // global mixings.
3
 
4
/***
5
Inbox Page
6
***/
7
.inbox {
8
  margin-bottom: 20px;
9
}
10
 
11
.inbox .inbox {
12
  margin-bottom: 0px;
13
}
14
 
15
.inbox .tab-content {
16
  overflow: inherit;
17
}
18
 
19
.inbox .inbox-loading {
20
  display: none;
21
  font-size: 22px;
22
  font-weight: 300;
23
}
24
 
25
/*Imbox Menu*/
26
.inbox .inbox-nav {
27
  margin: 0;
28
  padding: 0;
29
  list-style: none;
30
}
31
 
32
.inbox .inbox-nav li {
33
  position: relative;
34
}
35
 
36
.inbox .inbox-nav li a {
37
  color: #4d82a3;
38
  display: block;
39
  font-size: 15px;
40
  border-left: none;
41
  text-align: left !important;
42
  padding: 8px 14px;
43
  margin-bottom: 1px;
44
  background: #f4f9fd;
45
}
46
 
47
.inbox .inbox-nav li.active a,
48
.inbox .inbox-nav li.active:hover a {
49
  color: #fff;
50
  border-left: none;
51
  background: #169ef4 !important;
52
  text-decoration: none;
53
}
54
 
55
.inbox .inbox-nav li.active b {
56
  top: 12px;
57
  right: -6px;
58
  width: 6px;
59
  position: absolute;
60
  display: inline-block;
61
  border-top: 6px solid transparent;
62
  border-bottom: 6px solid transparent;
63
  border-left: 6px solid #169ef4;
64
}
65
 
66
.inbox .inbox-nav li:hover a {
67
  color: #4d82a3;
68
  background: #eef4f7 !important;
69
  text-decoration: none;
70
}
71
 
72
.inbox .inbox-nav li.compose-btn a {
73
  color: #fff;
74
  text-shadow: none;
75
  text-align: center;
76
  margin-bottom: 18px;
77
  background: #35aa47;
78
}
79
 
80
.inbox .inbox-nav li.compose-btn i,
81
.inbox .inbox-nav li.compose-btn:hover i {
82
  top: 1px;
83
  color: #fff;
84
  font-size: 15px;
85
  position: relative;
86
  background: none !important;
87
}
88
 
89
.inbox .inbox-nav li.compose-btn a:hover {
90
  background-color: #1d943b !important;
91
}
92
 
93
/*Inbox Content*/
94
.inbox .inbox-header {
95
  overflow: hidden;
96
}
97
 
98
.inbox .inbox-header h1 {
99
  margin: 0;
100
  color: #666;
101
  margin-bottom: 10px;
102
}
103
 
104
.inbox .pagination-control {
105
  text-align: right;
106
}
107
 
108
.inbox .pagination-control .pagination-info {
109
  display: inline-block;
110
  padding-right: 10px;
111
  font-size: 14px;
112
  line-height: 14px;
113
}
114
 
115
.inbox tr {
116
  color: #777;
117
  font-size: 13px;
118
}
119
 
120
.inbox tr label {
121
  display: inline-block;
122
  margin-bottom: 0;
123
}
124
 
125
.inbox tr.unread td{
126
  font-weight: 600;
127
}
128
 
129
.inbox td i.icon-paper-clip {
130
  top: 2px;
131
  color: #d8e0e5;
132
  font-size: 17px;
133
  position: relative;
134
}
135
 
136
.inbox tr i.icon-star,
137
.inbox tr i.icon-trash {
138
  cursor: pointer;
139
}
140
 
141
.inbox tr i.icon-star {
142
  color: #eceef0;
143
}
144
 
145
.inbox tr i.icon-star:hover {
146
  color: #fd7b12;
147
}
148
 
149
.inbox tr i.inbox-started {
150
  color: #fd7b12;
151
}
152
 
153
.inbox .table th,
154
.inbox .table td {
155
  border: none;
156
}
157
 
158
.inbox .table th {
159
  background: #eef4f7;
160
  border-bottom: solid 5px #fff;
161
}
162
 
163
.inbox th.text-right {
164
  text-align: right;
165
}
166
 
167
.inbox th label.inbox-select-all {
168
  color: #828f97;
169
  font-size: 13px;
170
  padding: 1px 4px 0;
171
}
172
 
173
.inbox ul.inbox-nav {
174
  margin-bottom: 0;
175
}
176
 
177
.inbox ul.inbox-nav li {
178
  padding: 0;
179
}
180
 
181
.inbox ul.inbox-nav li span {
182
  color: #828f97;
183
  font-size: 12px;
184
  margin-right: 10px;
185
}
186
 
187
.inbox ul.inbox-nav i {
188
  color: #fff;
189
  padding: 1px 0;
190
  font-size: 15px;
191
  cursor: pointer;
192
  background: #d0dde4 !important;
193
}
194
 
195
.inbox ul.inbox-nav i:hover {
196
  background: #169ef4 !important;
197
}
198
 
199
.inbox td.text-right {
200
  width: 100px;
201
  text-align: right;
202
}
203
 
204
.inbox td.inbox-small-cells {
205
  width: 10px;
206
}
207
 
208
.inbox .table-hover tbody tr:hover>td,
209
.inbox .table-hover tbody tr:hover>th,
210
.inbox .table-striped tbody>tr:nth-child(odd)>td,
211
.inbox .table-striped tbody>tr:nth-child(odd)>th {
212
  background: #f8fbfd;
213
  cursor: pointer;
214
}
215
 
216
.inbox .table-hover tbody tr:hover>td,
217
.inbox .table-hover tbody tr:hover>th {
218
  background: #eef4f7;
219
}
220
 
221
/*Inbox Drafts*/
222
.inbox .inbox-drafts {
223
  padding: 8px 0;
224
  text-align: center;
225
  border-top: solid 1px #eee;
226
  border-bottom: solid 1px #eee;
227
}
228
 
229
/*Inbox View*/
230
.inbox-view-header {
231
  margin-bottom: 20px;
232
}
233
 
234
.inbox-view-header h1 {
235
  color: #666;
236
  font-size: 22px;
237
  line-height: 24px;
238
  margin-bottom: 0 !important;
239
}
240
 
241
.inbox-view-header h1 a {
242
  top: -2px;
243
  color: #fff;
244
  cursor: pointer;
245
  font-size: 13px;
246
  padding: 2px 7px;
247
  line-height: 16px;
248
  position: relative;
249
  background: #b0bcc4;
250
  display: inline-block;
251
}
252
 
253
.inbox-view-header h1 a:hover {
254
  background: #aab5bc;
255
  text-decoration: none;
256
}
257
 
258
.inbox-view-header i.icon-print {
259
  color: #94a4ab;
260
  cursor: pointer;
261
  font-size: 14px;
262
  display: inline-block;
263
  padding: 6px 8px !important;
264
  background: #edf1f4 !important;
265
}
266
 
267
.inbox-view-header i.icon-print:hover {
268
  background: #e7ebef !important;
269
}
270
 
271
.inbox-view-info {
272
  color: #666;
273
  padding: 5px 0;
274
  margin-bottom: 10px;
275
  border-top: solid 1px #eee;
276
  border-bottom: solid 1px #eee;
277
}
278
 
279
.inbox-view-info strong {
280
  color: #666;
281
  margin: 0 10px 0 5px;
282
}
283
 
284
.inbox-view-info .inbox-info-btn {
285
  text-align: right;
286
}
287
 
288
.inbox-view-info .inbox-info-btn ul {
289
  text-align: left;
290
}
291
 
292
.inbox-view-info button {
293
  top: 2px;
294
  color: #94a4ab;
295
  font-size: 13px;
296
  margin-left: 4px;
297
  padding: 3px 10px;
298
  position: relative;
299
  background: #edf1f4;
300
}
301
 
302
.inbox-view-info button:hover {
303
  color: #94a4ab;
304
  background: #e7ebef;
305
}
306
 
307
.inbox-view {
308
  color: #666;
309
  padding: 15px 0 0;
310
}
311
 
312
.inbox-view a {
313
  color: #169ce9;
314
}
315
 
316
.inbox-attached {
317
  line-height: 16px;
318
}
319
 
320
.inbox-attached a {
321
  margin: 0 2px;
322
}
323
 
324
.inbox-attached img {
325
  height: auto;
326
  max-width: 250px;
327
  margin-bottom: 5px;
328
}
329
 
330
.inbox-attached span {
331
  margin-right: 3px;
332
}
333
 
334
.inbox-attached strong {
335
  color: #555;
336
  display: block;
337
  font-size: 13px;
338
}
339
 
340
.inbox-attached .margin-bottom-25 {
341
  margin-bottom: 25px;
342
}
343
 
344
.inbox-attached .margin-bottom-15 {
345
  margin-bottom: 15px;
346
}
347
 
348
 
349
/*Inbox Compose*/
350
.inbox-compose {
351
  margin-top: 1px;
352
  border: solid 1px #eee;
353
}
354
 
355
.inbox-compose-btn {
356
  padding: 8px 4px;
357
  background: #f0f6fa;
358
}
359
 
360
.inbox-compose-attachment {
361
  padding: 8px 8px;
362
}
363
 
364
.inbox-compose-attachment .btn {
365
  padding: 4px 10px;
366
}
367
 
368
.inbox-compose-btn button {
369
  color: #fff;
370
  font-size: 14px;
371
  margin-left: 4px;
372
  padding: 4px 10px;
373
  background: #c0cfdd;
374
}
375
 
376
.inbox-compose-btn button:hover {
377
  color: #fff;
378
  background: #4d90fe;
379
}
380
 
381
.inbox-compose-btn button i {
382
  margin-right: 3px;
383
}
384
 
385
.inbox-compose .inbox-form-group {
386
  margin-bottom: 0;
387
  position: relative;
388
  border-bottom: solid 1px #eee;
389
}
390
 
391
.inbox-compose .controls {
392
  margin-left: 85px;
393
}
394
 
395
.inbox-compose .inbox-form-group > label {
396
  width: 80px;
397
  float: left;
398
  color: #979797;
399
  text-align: right;
400
}
401
 
402
.inbox-compose .controls > input {
403
  border: none !important;
404
}
405
.inbox-compose .controls-to {
406
  padding-right: 55px;
407
}
408
 
409
.inbox-compose .controls-cc {
410
  padding-right: 20px;
411
}
412
 
413
.inbox-compose .controls-bcc {
414
  padding-right: 20px;
415
}
416
 
417
.inbox-compose .inbox-form-group a.close {
418
  top: 13px;
419
  right: 10px;
420
  position: absolute;
421
}
422
 
423
.inbox-compose .mail-to .inbox-cc-bcc {
424
  display: inline-block;
425
  top: 7px;
426
  right: 10px;
427
  color: #979797;
428
  font-size: 14px;
429
  cursor: pointer;
430
  position: absolute;
431
}
432
 
433
.inbox-compose .mail-to .inbox-bcc {
434
  margin-left: 5px;
435
}
436
 
437
.inbox-compose .mail-to inbox-cc:hover,
438
.inbox-compose .mail-to inbox-bcc:hover {
439
  color: #777;
440
}
441
 
442
.inbox-compose .wysihtml5 {
443
  padding: 0px !important;
444
  margin: 0px !important;
445
  border: 0 !important;
446
}
447
 
448
.inbox-compose .wysihtml5-sandbox {
449
  padding: 0px !important;
450
  margin: 0px !important;
451
  display: block !important;
452
  border: 0 !important;
453
  margin-top: 5px;
454
  width: 100% !important;
455
  border-left: none;
456
  border-right: none;
457
  border-color: #eee;
458
}
459
 
460
.inbox-compose .wysihtml5-toolbar {
461
  border: 0;
462
  border-bottom: 1px solid #eee;
463
}
464
 
465
.inbox-compose .wysihtml5-toolbar > li {
466
  height: 34px;
467
  margin-right: 0;
468
  margin-bottom: 0;
469
}
470
 
471
.inbox-compose .wysihtml5-toolbar > li > a,
472
.inbox-compose .wysihtml5-toolbar > li > div > a {
473
  background: #fff;
474
 
475
  &:hover {
476
    background: #f1f1f1;
477
    border-radius: 0;
478
  }
479
}
480
 
481
.inbox-compose .wysihtml5-toolbar .dropdown.open .dropdown-toggle,
482
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
483
  background: #eee !important;
484
}
485
 
486
@media (max-width: 480px) {
487
 
488
  .inbox-compose .inbox-form-group > label {
489
    margin-top: 7px;
490
  }
491
 
492
}