source: trunk/expressoMail1_2/templates/default/main.css @ 7741

Revision 7741, 48.7 KB checked in by gustavo, 11 years ago (diff)

Ticket #3285 - Problema com os botoes da arvore de pastas e o Ticket #3286

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1body{overflow: hidden;}
2/* attachments list on message screen */
3.expressomail-attachments { background:#EEE; font-size:11px; width:100%; margin:0; padding:0;}
4.expressomail-attachments-label {display:block; float:left;}
5ul.expressomail-attachments-list { list-style:none; display:block; margin-left:40px;}
6ul.expressomail-attachments-list li {}
7.expressomail-attachments-link { font-size:11px;}
8
9textarea{
10    overflow:hidden;
11    height:auto;
12/*    width:18px;
13        resize: none;*/
14}
15a.rich{
16        padding : 5px;
17        cursor : pointer;
18        text-align: center;
19}
20button.adress_button {width: 47px; text-align: center;}
21span.ui-icon.expressomail-icon-read-confirmation { background-image: url(images/notification.gif) !important; background-position: 0px 0px; width: 24px; height: 24px;}
22span.ui-icon.expressomail-icon-save { background-image: url(images/disk.png) !important; background-position: 0px 2px; width: 16px; height: 16px; background-size: 13px;}
23span.ui-icon.expressomail-icon-signature { background-image: url(images/signature.gif) !important; background-position: 8px 2px; width: 24px; height: 24px; background-size: 13px;}
24span.ui-icon.expressomail-icon-encryption{ background-image: url(images/lock.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;}
25span.ui-icon.expressomail-icon-send { background-image: url(images/send.png) !important; background-position: -2px 2px; width: 25px; height: 16px; background-size: 19px;}
26span.ui-icon.expressomail-icon-save_and_send { background-image: url(images/save_and_send.png) !important; width: 25px; height: 16px; background-size: 17px;}
27span.ui-icon.expressomail-icon-important { background-image: url(images/important.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;}
28
29/* thumbs list on message screen */
30.expressomail-thumbs { font-size:11px; width:100%; max-width:100%; margin:20px 0 0 0; border-top:1px solid #AAA; float: left}
31.expressomail-thumbs-label {}
32.message_options {}
33.expressomail-thumbs span.message_tips { display:block; padding-left:18px; line-height:18px;height:18px; background-image: url(images/menu/ktip.png); background-repeat:no-repeat;}
34ul.expressomail-thumbs-list { list-style:none; margin:0; padding:0;}
35ul.expressomail-thumbs-list li {height:80px;  max-width:120px; max-height:80px; display:block; float:left; margin: 5px; padding:0;}
36ul.expressomail-thumbs-list li img {width:auto; height:100%; border: 2px solid #FDE7BC;}
37.expressomail-thumbs-link { font-size:11px;}
38.jcarousel-container { width: auto;}
39 
40
41
42/* todo o resto */
43table.expressomail-message-body {width:100%; height:100%;}
44table.table_message, div.table_message {
45background: #96b3d3; /* Old browsers */
46background: -moz-linear-gradient(top, #96b3d3 0%, #b4c9e4 30%, #d9e6ef 65%, #e2e9f1 70%, #e9f0f8 78%, #e8f1fa 83%, #dbe5ef 96%, #d9e3ed 100%); /* FF3.6+ */
47background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96b3d3), color-stop(30%,#b4c9e4), color-stop(65%,#d9e6ef), color-stop(70%,#e2e9f1), color-stop(78%,#e9f0f8), color-stop(83%,#e8f1fa), color-stop(96%,#dbe5ef), color-stop(100%,#d9e3ed)); /* Chrome,Safari4+ */
48background: -webkit-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Chrome10+,Safari5.1+ */
49background: -o-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Opera 11.10+ */
50background: -ms-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* IE10+ */
51background: linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* W3C */
52filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b3d3', endColorstr='#d9e3ed',GradientType=0 ); /* IE6-9 */
53}
54table.expressomail-message-body tr{vertical-align:top;}
55
56
57
58
59.table_message_options{
60        background-color: #000;
61       
62        /* Apenas para ie qualquer versao */
63        -moz-border-collapse: separate;
64        border-color: gray;
65
66    border-spacing: 0;
67    border-style: outset;
68    border-width: 0.01;
69    cursor: default;
70    padding: 1px;
71        -moz-border-radius: 3px;
72        -webkit-border-radius: 3px;
73       
74       
75}
76
77.table_message_options_ie{
78
79        border-collapse: collapse;
80        background-color: #000;
81        border-color: gray;
82    border-spacing: 0;
83    border-style: outset;
84    border-width: 1;
85    cursor: default;
86    padding: 1px;
87        -moz-border-radius: 3px;
88        -webkit-border-radius: 3px;
89       
90       
91}
92
93.table_message{
94        background-color: #000;
95       
96        /* Apenas para ie qualquer versao */
97        -moz-border-collapse: separate;
98        border-color: gray;
99        border-radius: 3px 3px 3px 3px;
100    border-spacing: 0;
101    border-style: outset;
102    border-width: 1px;
103    cursor: default;
104    padding: 1px;
105        -moz-border-radius: 3px;
106        -webkit-border-radius: 3px;
107       
108       
109}
110
111.div_message_scroll { background: none repeat scroll 0% 0% WHITE; overflow: auto; padding-right: 5px;}
112a.message-attach-link { margin-left: 20px;}
113
114.messagescol td label {padding-right:20px;}
115.messagescol td.message-general-options .checkbox {margin: 5px 5px 0 0;}
116
117.ui-dialog-dragging {
118        opacity:0.4;
119        filter:alpha(opacity=40); /* For IE8 and earlier */
120}
121
122.context-menu-item.icon-important { background-image: url(images/important.png); background-position: 6px 5px !important}
123.context-menu-item.icon-export { background-image: url(images/export.png); }
124.context-menu-item.icon-move { background-image: url(images/move.png); }
125.context-menu-item.icon-seen { background-image: url(images/seen.gif); }
126.context-menu-item.icon-unseen { background-image: url(images/unseen.gif); }
127.context-menu-item.icon-normal { background-image: url(images/door.png); }
128.context-menu-item.icon-followupflag { background-image: url(images/door.png); }
129.context-menu-item.icon-quick-add { background-image: url(images/vcard_add.png); }
130.context-menu-item.icon-delete-box{ background-image: url(images/user_delete.png); }
131.context-menu-item.icon-quick-search-contact{ background-image: url(images/zoom.png); }
132/* Airton. Adicionando o ícone da opção de arquivar do menu de contexto do expressoMail */
133.context-menu-item.icon-archive{ background-image: url(images/archive.png); }
134
135
136.context-menu-item.icon-search-mail { background-image: url(images/menu/search.png); }
137.context-menu-item.icon-filter { background-image: url(images/menu/filters.png); }
138.context-menu-item.icon-edit-folder { background-image: url(images/menu/editfolders.png); }
139.context-menu-item.icon-share-mailbox { background-image: url(images/menu/usersfolders.png); }
140.context-menu-item.icon-label { background-image: url(images/menu/usersfolders.png); }
141.context-menu-item.icon-tag { background-image: url(images/menu/tag.png); background-size: 12px; background-position: 6px 2px !important;}
142.context-menu-item.icon-empty-trash { background-image: url(images/menu/trash.png); }
143.context-menu-item.icon-queue { background-image: url(images/menu/queue.png); }
144.context-menu-item.icon-config { background-image: url(images/menu/config.png); }
145
146
147.ui-button-text-only .ui-button-text
148{
149        font-size: 0.9em;
150        padding: 0.1em 0.6em;
151}
152
153form.fileupload { margin: 14px 0 0 -13px; float: left; margin-bottom: -20px; }
154form.fileupload .files-list { margin-left: 5px; margin-top: -14px; padding: 0.2em 0.7em; }
155form.fileupload .files-list .delete-upload { top: 7px}
156
157div.attachments-list {
158        max-height: 130px;
159        overflow-y: auto;
160        padding-top: 5px;
161}
162
163form.fileupload .ui-button .ui-button-text { line-height: 2; }
164form.fileupload .ui-button { margin-left: 5px; }
165form.fileupload .message-add-original-att { margin-left: 0px; }
166.button.add.button-add-attachment{margin: -9px 0 0 8px;}
167.button.upload{margin-bottom: 4px;}
168div.fileupload-buttonbar{padding: 0.2em 0.5em }
169.archive-error{color: #F00;}
170
171.progress.in-progress{width: 100px; height: 12px;}
172
173.row.fileupload-buttonbar{margin-top: -14px; padding: 0.2em 0.7em;}
174
175.archive-attach.name{width: 310px;}
176.archive-attach.name label{display: block; position: absolute; left: 136px; top: 194px;}
177.size{min-width: 65px;}
178
179.message-attach.name{width: 200px;}
180.message-attach.size{margin:0 4px 0 4px;}
181.message-attach-error{color:red;}
182
183
184/* Estilos da tela de busca rápida de contatos */
185
186.expressomail-qs-container { font-size:11px;}
187.expressomail-qs-container legend { font-size:1.1em; font-weight: bold; }
188.expressomail-qs-container #accordion { margin: 5px;}
189.expressomail-qs-container fieldset, .expressomail-qs-container div {margin:0;}
190.expressomail-qs-container .ui-autocomplete-input { height:22px; width:200px; margin-right:-1px; }
191.expressomail-qs-container #wrap-progressbar { height:22px; width:122px;  float:left; }
192.expressomail-qs-container #wrap-progressbar #inner-progressbar { text-align:center; width:100px; }
193.expressomail-qs-container #wrap-progressbar #inner-progressbar span { font-size:10px; line-height:12px; }
194.expressomail-qs-container #wrap-progressbar #inner-progressbar #progressbar { width:100px; height:10px; }
195.expressomail-qs-container .clear {clear:both;}
196/*.expressomail-qs-container #fieldset1 label {width:495px;display:inline-block; border:4px solid #72A9D3;}*/
197.expressomail-qs-container fieldset { border:1px solid #AAA; border-radius:5px; margin:5px; }
198.expressomail-qs-container #ul {list-style:none; margin:0; padding:0;}
199.expressomail-qs-container #fieldset1 {color:#444;}
200.expressomail-qs-container #fieldset1 label {font-weight:bold; display:block;}
201
202.expressomail-qs-container #list-acc-users li, .expressomail-qs-container #search-result-users li {margin-right:5px;border-radius:3px;}
203.expressomail-qs-container #list-acc-mails li {margin-right:5px;padding-bottom:4px;border-radius:3px;}
204.expressomail-qs-container #list-acc-users li:hover, .expressomail-qs-container #list-acc-mails li:hover, .expressomail-qs-container #search-result-users li:hover {background-color:#DDD;}
205.expressomail-qs-container #list-acc-users li span.ui-icon, .expressomail-qs-container #list-acc-mails li span.ui-icon, .expressomail-qs-container #search-result-users li span.ui-icon {display:none; margin:2px;}
206.expressomail-qs-container #list-acc-users li input, .expressomail-qs-container #list-acc-mails li input, .expressomail-qs-container #search-result-users li input {margin-top:5px;}
207.expressomail-qs-container #list-acc-users li label, .expressomail-qs-container #list-acc-mails li label, .expressomail-qs-container #search-result-users li label {margin-top:-5px;}
208.expressomail-qs-container #list-acc-users li:hover span, .expressomail-qs-container #list-acc-mails li:hover span, .expressomail-qs-container #search-result-users li:hover span {display:inline;}
209.expressomail-qs-container #search-result-users li span.ui-icon {display:none;}
210.expressomail-qs-container .ui-icon {float:right;}
211.expressomail-qs-container #icon-bar1 .ui-icon {float:left; margin:0 3px;}
212.expressomail-qs-container #icon-bar1 span {float:left; margin:2px 3px 0 0;}
213.expressomail-qs-container .ui-icon-trash, .expressomail-qs-container .ui-icon-edit, .expressomail-qs-container .ui-icon-close, .expressomail-qs-container .ui-icon-plus, .expressomail-qs-container .ui-icon-pencil {background-color:#EEE;}
214.expressomail-qs-container .ui-icon-trash:hover, .expressomail-qs-container .ui-icon-edit:hover, .expressomail-qs-container .ui-icon-close:hover, .expressomail-qs-container .ui-icon-plus:hover, .expressomail-qs-container .ui-icon-pencil:hover {background-color:#BBB;}
215.expressomail-qs-container .ui-autocomplete-input {width:170px;}
216.expressomail-qs-container .ui-accordion .ui-accordion-content{padding:5px;}
217
218.expressomail-qs-container .foot-note {width:905px; padding:5px;margin-top:20px;border-top:1px solid #ddd;}
219.expressomail-qs-container .acc-list {font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-size:11px; color:#555; }
220.expressomail-qs-container .acc-list h3{font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-size:11px; color:#555; margin:0; padding:5px 3px; background-color:#fff;}
221.expressomail-qs-container .acc-list ul{ margin:5px 0;}
222.expressomail-qs-container .acc-list ul li{ border-radius:3px; padding:5px;}
223.expressomail-qs-container .acc-list ul li:hover {background-color:#DDD;}
224.expressomail-qs-container .acc-list ul li.active {background-color:#EB8F00;}
225.expressomail-qs-container .acc-list ul li strong {display:block;}
226.expressomail-qs-container .acc-list ul li em {display:block;}
227
228/*Específico do selectable*/
229.expressomail-qs-container #feedback { font-size: 1.4em; }
230.expressomail-qs-container #selectable .ui-selecting { background: #DDECF7; }
231/* #selectable .ui-selected { background: #F39814; color: white; }   Aqui eu troquei a cor de quando era selecionada a linha */
232.expressomail-qs-container #selectable .ui-selected { background: #72A9D3; color: white; }
233
234.expressomail-qs-container #selectable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
235.expressomail-qs-container ul#selectable { overflow: hidden; width: 444px; height: 250px;}
236.expressomail-qs-container ul#selectable li { width: 435px; overflow:hidden; }
237.expressomail-qs-container ul#selectable li.ui-selected { width: 100%;  }
238.expressomail-qs-container ul#selectable li div { width: 6000px; }
239.expressomail-qs-container .ui-button-icon-only { width: 1.2em; }
240.expressomail-qs-container .ui-icon { margin-left: -8px; }
241.expressomail-qs-container .ui-widget button { border: 0 solid; }
242
243.expressomail-qs-container .menu-control { float:right; margin-left:400px; position: absolute; z-index: 100; padding-top:5px;}
244.expressomail-qs-container .acc-list { width:444px;height:250px;float:left;border:1px solid #DDD;background-color:#EEE;border-radius:3px;margin-left:1px; margin: 10px 5px 5px 1px;}
245.expressomail-qs-container .details-container { width:300px;height:246px; float:right; margin: 5px 0;}
246
247.expressomail-qs-container .acc-list .demo {width:100%;margin-top:20px;}
248
249.dialog-modal.expressomail-qs-container  { height: 416px; padding:5px; }
250
251.ui-dialog .ui-dialog-buttonpane { padding: 0; border:none; margin: 0;}
252.expressomail-qs-container .menu-control .ui-button-text-only .ui-button-text { padding: 0.1em 0.6em; }
253
254/* search area definition */
255fieldset.search-field, fieldset.search-catalog-options {
256        border:1px solid #CFCFCF;
257        padding: 5px;
258}
259
260fieldset.search-field input, fieldset.search-catalog-options select{
261        display: inline-block;
262        border: none;
263        background-color: #FFF;
264}
265
266fieldset.search-field span {
267        display: inline-block;
268        margin:0 0 -3px 5px;
269}
270
271/* #search area definition */
272fieldset.search-field { max-width: 190px; width: 190px; margin: 0px; text-align: left; display: inline;}
273fieldset.search-field input { max-width: 165px; width: 165px; }
274
275fieldset.search-catalog-options { max-width: 124px; width: 120px; margin: 0px; text-align: left; display: inline;}
276fieldset.search-catalog-options select { max-width: 120px; width: 120px; }
277
278
279.ui-dialog .ui-dialog-titlebar-minimize {
280    height: 18px;
281    margin: -10px 0 0;
282    padding: 1px;
283    position: absolute;
284    right: 1.8em;
285    top: 50%;
286    width: 19px;
287}
288
289.ui-dialog-buttonpane .ui-button {
290        margin-top: 0;
291        padding-top: 0;
292}
293
294 
295.button-mod { margin-top: -2.5em; }
296
297/*print.css */
298
299.print-all-messages h1 { font-size: 1.35em; }
300.print-all-messages h2 { font-size: 1.05em; }
301.print-all-messages tbody { font-size: 0.95em; }
302.print-all-messages thead td { font-weight: bold; padding: 3px; border-bottom: solid 2px #999; }
303.print-all-messages tbody td { border-bottom: solid 1px #ccc; }
304.print-all-messages img { display: none; }
305.print-all-messages input { display: none; }
306
307/*main.css */
308pre{
309        white-space: pre-wrap !important; /* css-3 */
310        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
311        white-space: -pre-wrap !important; /* Opera 4-6 */
312        white-space: -o-pre-wrap !important; /* Opera 7 */
313        word-wrap: break-word !important; /* Internet Explorer 5.5+ */
314        font-family: monospace !important;     
315        /*font-size: 10pt !important;*/
316        font-size: 11px !important;
317}
318/** {
319        font-family: Verdana, Arial, Helvetica, sans-serif;     
320}*/
321
322.checkbox{
323        border:none !important;
324}
325
326textarea{
327        font-family: Verdana, Arial, Helvetica, sans-serif;
328        font-size: 13px;
329}
330
331.whiteSpace{
332        width: 2px;
333}
334
335.table_box{
336        width: 100%;
337        color: black;
338        background: #ffffff;
339        border-bottom: 1px solid #f4f8fb;
340        font-family: Verdana, Arial, Helvetica, sans-serif;;
341        font-size: 13px;
342        cursor: pointer;
343        table-layout: fixed;
344}
345
346
347
348
349.em_div_write_msg{
350        height: 0px;
351        background: transparent;
352        }
353
354/* begin class msgs */
355.td_msg{
356        border-width: 0px;     
357}
358
359.span-sender:hover{
360        text-decoration: underline;
361}
362
363
364.th_resizable {
365        padding-left: 3px !important;
366        border-left: solid 1px #999;
367        text-overflow: ellipsis;
368        overflow: hidden;
369        white-space: nowrap;
370}
371
372.td_resizable {
373        padding-left: 1px;
374        border: 0px;
375        border-left: solid 1px #dde1dd;
376        text-overflow: ellipsis;
377        overflow: hidden;
378        white-space: nowrap;
379        border-right-width: 0px !important;
380}
381
382.tr_msg_unread {       
383        font-weight:bold !important;
384}
385
386.table_box tr{
387        border:0; 
388        height: 20px;
389}
390
391.table-info-quota{
392        table-layout: fixed;
393}
394
395.td-info-quota{
396        white-space: nowrap;
397        overflow:       hidden;
398        text-overflow: ellipsis;       
399}
400
401.tr_msg_read {
402        color: #3f3f3f;
403        background-color: #ffffff;
404        -moz-user-select: none;
405}
406
407.tr_msg_read2 {
408        color: #3f3f3f;
409        background-color: #DEE8F0;
410        -moz-user-select: none;
411}
412
413.selected_msg{
414        background-color: #ffffcb;
415}
416.flagged_msg{
417        color: red;
418}
419
420.show_img_link{
421        width : 100%;
422        color: black;
423        font-weight: bold;
424        background-color: #ffc;
425        border-bottom:1px solid #cfcfcf;
426        cursor: pointer;                 
427        -moz-user-select: none;
428}
429/* end class msgs */
430
431.show_img_link:hover {
432        color: #000 !important;
433}
434
435.action_info_table {
436        border-spacing: 0px 0px;
437}
438.action_info_th {
439        font-family: Verdana, Arial, Helvetica, sans-serif;
440        font-size: 11px;
441        border-width: 0px 0px 0px 0px;
442        padding: 1px 10px 0px 10px;     
443        border-style: inset inset inset inset;
444        border-color: gray gray gray gray;
445        background-color: rgb(250, 209, 99);
446        -moz-border-radius: 6px 6px 6px 6px;
447}
448
449.message_header{
450        background-color: #ABC6E1;
451}
452
453.message_header td {
454        padding: 0px;
455}
456
457.table_message_ruler {
458        width: 10px;
459        border: none;
460        border-left: 1px dotted #88a;
461        display: none;
462        position: absolute;
463        z-index: 10;
464        height: 300px;
465}
466
467.table_message_header_box{
468        width: 100%;
469        color: black;
470        border-style: solid;
471        border-width: 0px;
472        border-collapse: collapse;
473        border-color: #bbbbbb;
474        font-family: Verdana,Arial,Helvetica,sans-serif;
475        font-size: 13px;       
476        cursor: pointer;
477        table-layout: fixed;
478}
479.font-menu {
480    color: #000;
481}
482
483.font-menu-sel {
484        color:#0000FF;
485}
486
487.font-menu, .font-menu-sel {
488    float: left;
489    clear: left;
490    overflow: hidden;
491    white-space: nowrap;
492    padding-left: 5px;
493    margin-right: 5px;
494    text-decoration: none;
495    text-align: center;
496}
497
498.menu-sel{   
499    text-decoration: none;
500    text-align: center;
501    color:#0000FF;
502    height: 20px;
503    width:220px;
504    background-color:#F7F7F7;
505    margin-bottom: 0px;
506    border: 1px solid #4a79b1;
507    border-bottom: 0px;
508    padding:0px 5px 0px 0px;
509    -moz-border-radius: 9px 9px 0px 0px;
510    -moz-user-select: none;
511    -webkit-border-radius: 9px 9px 0px 0px;
512    border-radius: 9px 9px 0px 0px;
513    cursor: pointer;
514 }
515 
516.menu{
517    text-decoration: none;
518    text-align: center;
519    height: 20px;       
520    width:220px;
521    background-color:#c8d7ea;
522    margin-bottom: 0px;
523    border: 1px solid #f4f7fc;
524    border-bottom: 1px solid #4a79b1;
525    padding:0px 5px 0px 0px;
526    -moz-border-radius: 9px 9px 0px 0px;
527    -moz-user-select: none;
528    -webkit-border-radius: 9px 9px 0px 0px;
529    border-radius: 9px 9px 0px 0px;
530    cursor: pointer;
531}
532
533.last_menu{
534        border-bottom: 1px solid #4a79b1;
535        -moz-border-radius: 0px 0px 0px 0px;
536}
537
538.table_top{
539        background-color: #FFFFFF;
540        padding:1px 1px 1px 1px;
541        height:16px;
542        cursor: default;
543        margin: 0px 0px 0px 0px;
544        border-width: 0px 1px 1px 1px;
545        border-style: outset outset outset outset;
546        border-color: black black black black; 
547}
548
549.tr_message_header{
550        background-color: #EEEEEE;
551        font-family: Verdana, Arial, Helvetica, sans-serif;
552        cursor: default;
553        border-style: none none none none;
554        -moz-border-radius: 0px 0px 0px 0px;
555}
556
557.tr_message_body{
558        background-color: #FFFFFF;
559        cursor: default;
560        -moz-border-radius: 9px 9px 9px 9px;
561}
562
563.message_body{
564        background-color: #FFFFFF;
565        cursor: default;
566        -moz-border-radius: 9px 9px 9px 9px;
567}
568
569.header_message_field{
570        font-weight: bold;
571}
572
573.suggestion_list{
574background: white;
575border: 1px solid;
576padding: 4px;
577}
578       
579.suggestion_list ul{
580padding: 0;
581margin: 0;
582list-style-type: none;
583}
584
585.suggestion_list a{
586text-decoration: none;
587color: navy;
588}
589
590.suggestion_list .selected{
591background: navy;
592color: white;
593}
594       
595       
596.suggestion_list .selected a{
597color: white;
598}
599
600#autosuggest{
601display: none;
602}
603
604div#tipDiv {
605  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
606  background-color:#EFEFEF; border:1px solid #337;
607  width:220px; padding:0px;
608  color:#000; font-size:11px; line-height:1.2;
609  cursor: pointer;
610}
611
612.richtext_toolbar {background-color: #C0C0C0;}
613.imagebutton {border: solid 2px #C0C0C0; background-color: #C0C0C0; float:left;}
614.select_richtext {float:left;}
615/*.image {position: relative; left: 1; top: 1; height:20; width:21; border:none;}*/
616/*.imagebutton_out: {border-style: solid 2px #C0C0C0;}*/
617/*.imagebutton_over: {border-style: outset 20px;}*/
618.sel_color{     border-width:1px;border-color:#FFFFFF;border-style:solid;cursor:pointer;}
619.unsel_color{border-width:1px;border-color:#BBBBBB;border-style:solid;}
620
621/* Conf tree    */
622.dtree {
623        font-family: Verdana, Arial, Helvetica, sans-serif;
624        font-size: 8px;
625        color: #000000;
626        /*white-space: nowrap;*/
627        background-color: #FFFFFF;
628
629}
630.dtree img {
631        border: 0px;
632        vertical-align: middle;
633
634}
635.dtree a {
636        font-family: Verdana, Arial, Helvetica, sans-serif;
637        color: #000000;
638        white-space: nowrap;   
639}
640.dtree table{
641        margin-top: 0%;
642        padding: 0px 0px 0px 0px;
643}
644.dtree td{
645        padding: 0px 0px 0px 0px;
646}
647
648.folderscol{
649        /*width: 18%;*/
650        width: 100%;
651        /*float: left;*/
652        /*padding: 0px 0px 0px 0px;*/
653}
654
655.messagescol{
656        /*padding-left: 18.5%;*/
657        /*width: 85%;*/
658        width: 100%;
659        /*float: left*/
660        /*margin-rigth: 0px;*/
661        padding: 0px 0px 0px 0px;
662}
663
664.menu-folders{
665        text-align: center;
666        text-decoration: none;
667        font: bold 12px Arial, Helvetica, sans-serif;
668        color: rgb(0, 102, 51);
669        width: 100%;
670        height: 20px;
671
672        border-right: 1px solid #000000;
673        border-left: 1px solid #000000;
674        border-top: 1px solid #000000; 
675        cursor: default;
676        -moz-border-radius: 9px 9px 0px 0px;
677}
678
679.content-menu{
680        padding: 0px 0px 0px 0px;
681        background-image: url(../../../phpgwapi/templates/default/images/bgBlockContent.jpg);
682}
683.content-menu-td {
684/*      border: 1px solid #f7f7f7;*/
685        margin-left: 5px;
686}
687
688.content-menu-td:hover{background-color: #ffffff; border: 1px solid #CCCCCC;}
689
690.content-folders {
691        width:162px;
692        padding: 0px 0px 0px 0px;
693        position: relative;
694        overflow: auto;
695       
696}
697
698
699/* Conf Filter  */
700.filter {
701        font-family: Arial, Helvetica, sans-serif;
702        font-size: 8px;
703        background-color : #FFFFFF;
704}
705.filter img {
706        border: 0px;
707        vertical-align: middle;
708}
709.filter a {
710        font-family: Arial, Helvetica, sans-serif;
711        color: #000000;
712        white-space: nowrap;
713}
714.message_options_trash {
715        background-image: url(images/page_white_delete.png);
716        background-repeat: no-repeat;
717        background-position:left center;
718        padding:0pt 6pt 1pt 14pt;
719}
720.message_options_move {
721        background-image: url(images/move.png);
722        background-repeat: no-repeat;
723        background-position:left center;
724        padding:0pt 6pt 1pt 14pt;
725}
726.message_options_print {
727        background-image: url(images/print.png);
728        background-repeat: no-repeat;
729        background-position:left center;
730        padding:0pt 6pt 1pt 14pt;
731}
732
733.message_options_export {
734        background-image: url(images/export.png);
735        background-repeat: no-repeat;
736        background-position:left center;
737        padding:0pt 6pt 1pt 14pt;
738}
739
740.message_options_import {
741        background-image: url(images/import.png);
742        background-repeat: no-repeat;
743        background-position:left center;
744        padding:0pt 6pt 1pt 14pt;
745}
746
747.message_options_inactive {
748         white-space: nowrap;
749         color: #999;
750        padding-right: 0 !important;
751}
752
753.message_options_active {
754        white-space: nowrap;
755        color: #990000;
756    font-weight: bold !important;
757        cursor: pointer;
758        padding-right: 0 !important;
759 }
760
761.message_options {
762        cursor: pointer;
763        color: #114fa4;
764/*      color: #2A64B0;*/
765        white-space: nowrap;
766        font-weight: bold;
767        padding-right: 0 !important;
768}
769
770.message_options_over {
771         cursor: pointer;
772         white-space: nowrap;
773         color: #FC6103;
774        /*text-decoration: underline;*/
775         font-weight: bold !important;
776        padding-right: 0 !important;
777}
778
779.reply_options {
780        cursor: pointer;
781        color: white;
782        white-space: nowrap;
783        font-weight: bold;
784}
785
786.reply_options_active {
787         cursor: pointer;
788         white-space: nowrap;
789         color: yellow;
790         text-decoration: underline;
791         font-weight: bold !important;
792}
793
794.class_search_div{
795        position: relative;
796        left: 12px;
797}
798
799.em_sidebox_menu {
800        position: relative;
801        left: 2px;
802        padding: 0px 13px 0px 0px;
803        font-weight: bold;
804        font-size: 10px;
805        color: #666666;
806        text-decoration: none;
807        white-space: nowrap;
808        font-family: sans-serif;
809}
810
811.em_div_sidebox_menu {
812        position: relative;
813        cursor: pointer;
814        left: 17px;
815}
816.catalog{
817        font-family: Arial, Helvetica, sans-serif;
818        font-size: 14px;
819        font-weight: bold;
820}
821
822div.quicksearchcontacts {
823        border-width: 1px;
824        border-style: solid;
825        broder-color: grey;
826        overflow: auto;
827        position: relative;
828        left: 10px;
829        height: 302px;
830        width: 577px;
831}
832
833table.quicksearchcontacts {
834        border-width: 0px 0px 0px 0px;
835        border-spacing: 0px;
836        background-color: white;
837        cursor: default;
838}
839
840tr.quicksearchcontacts_unselected {
841        background-color: white;
842}
843
844tr.quicksearchcontacts_selected {
845        background-color: #5598d7;
846        color: white;
847}
848
849td.quicksearchcontacts_cc {
850        border-style: none;
851}
852
853input.em_button_like_span {
854        border:0px none !important;
855        margin: 0px !important;
856        padding:0px !important;
857        color:#114fa4 !important;
858        background:transparent none repeat scroll 0% !important;
859        font-family:Arial,Helvetica,sans-serif !important;
860        font-size:11px !important;
861        height:15px !important;
862        font-weight: bold;
863}
864
865.l {
866        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
867}
868
869.sl {
870        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
871}
872.dsused {
873        background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif);
874}
875
876.divAppboxHeader{
877        font-style:italic;     
878        font-weight:normal;
879        font-variant: small-caps;       
880        color: #000066 !important;
881        font-size: 16px !important;
882        text-align: center;     
883        padding: 0px;
884}
885
886/* hack para o chrome */
887@media screen and (-webkit-min-device-pixel-ratio:0){
888        input[type="file"]{
889        background-color: #FFF;
890        border: 1px solid #e4e4e4;
891        height: 20px;
892        width: 350px;
893        vertical-align: middle;
894        }
895}
896
897.local-messages-search-warning {
898        cursor: pointer;
899        cursor: hand;
900        background: none repeat scroll 0% 0% rgb(255, 238, 187);
901        color: red;
902        line-height: 2em;
903        font-size: 1.2em;
904        text-align: center;
905}
906
907
908/*
909 * Este arquivo limpa o estilo para a nova agenda, .new-event-win.active sobrescrevendo o código CSS
910 * do Expresso.
911 * Deve ser removido quando o módulo Calendar não integrar mais a versão 2.x
912 */
913
914/* Eric Meyer's Reset Reloaded based
915 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
916 */
917/*
918.new-event-win.active applet, .new-event-win.active object, .new-event-win.active iframe, .new-event-win.active fieldset, .new-event-win.active div
919.new-event-win.active h1, .new-event-win.active h2, .new-event-win.active h3, .new-event-win.active h4, .new-event-win.active h5, .new-event-win.active h6, .new-event-win.active p, .new-event-win.active blockquote, .new-event-win.active pre,
920.new-event-win.active abbr, .new-event-win.active acronym, .new-event-win.active address, .new-event-win.active big, .new-event-win.active cite, .new-event-win.active code,
921.new-event-win.active del, .new-event-win.active dfn, .new-event-win.active em, .new-event-win.active font, .new-event-win.active img, .new-event-win.active ins, .new-event-win.active kbd, .new-event-win.active q, .new-event-win.active s, .new-event-win.active samp,
922.new-event-win.active small, .new-event-win.active strike, .new-event-win.active strong, .new-event-win.active sub, .new-event-win.active sup, .new-event-win.active tt, .new-event-win.active var,
923.new-event-win.active ol, .new-event-win.active ul,
924.new-event-win.active form, .new-event-win.active label, .new-event-win.active select,
925.new-event-win.active table, .new-event-win.active caption, .new-event-win.active tbody, .new-event-win.active tfoot, .new-event-win.active thead, .new-event-win.active tr, .new-event-win.active th, .new-event-win.active td {
926        margin: 0;
927        padding: 0;
928        border: 0;
929        outline: 0;
930        font-weight: inherit;
931        font-style: inherit;
932        /*font-size: 100%;*/
933        /*font-family: inherit;*/
934        /*vertical-align: baseline;*/
935/*      font-family: Arial,Helvetica,sans-serif;*/
936/*}*/
937.new-event-win.active:focus, .new-task-win.active:focus {
938        outline: 0;
939}
940.new-event-win.active body , .new-task-win.active body {
941        line-height: 1;
942        color: black;
943        background: white;
944}
945.new-event-win.active ol, .new-event-win.active ul , .new-task-win.active ol, .new-task-win.active ul {
946        list-style: none;
947        list-style-image : none;
948        padding-left : 5px;
949}
950
951.new-event-win.active table , .new-task-win.active table {
952        border-collapse: separate;
953        border-spacing: 0;
954}
955.new-event-win.active caption, .new-event-win.active th, .new-event-win.active td, .new-task-win.active caption, .new-task-win.active th, .new-task-win.active td {
956        /*text-align: left;*/
957        font-weight: normal;
958}
959.new-event-win.active blockquote:before, .new-event-win.active blockquote:after,
960.new-event-win.active q:before, .new-event-win.active q:after,
961.new-task-win.active blockquote:before, .new-task-win.active blockquote:after,
962.new-task-win.active q:before, .new-task-win.active q:after {
963        content: "";
964}
965.new-event-win.active blockquote, .new-event-win.active q ,
966.new-task-win.active blockquote, .new-task-win.active q
967{
968        quotes: "" "";
969}
970.new-event-win.active .mail.name-special, .new-event-win.active .name.name-special,
971.new-task-win.active .mail.name-special, .new-task-win.active .name.name-special
972{
973  padding: 0 0 0 35px;
974}
975
976.new-event-win.active .add-attendee-search.search-field ,
977.new-task-win.active .add-attendee-search.search-field
978{
979  width: 249px;
980 }
981 
982 .new-event-win.active #calendar_addevent_details4, .new-task-win.active #calendar_addtask _details4 {
983  margin: 10px 0 0 0;
984 }
985 
986 .new-event-win.active input, .new-task-win.active input{
987  color: #000;
988 }
989 
990 .new-event-win.active #calendar_addevent_details5 , .new-task-win.active #calendar_addtask_details5 {
991  margin: 10px 0 11px 0;
992 }
993
994 .new-event-win fieldset.tab-level2, .new-task-win fieldset.tab-level2 { padding: 0px 5px; min-height: 110px; max-height: 310px; overflow: hidden;}
995 
996.new-event-win.active select , .new-task-win.active select {
997    border: 1px solid #CFCFCF;
998    border-color: #CFCFCF;
999    color: #555;
1000    background-color: #FFF;
1001}
1002.new-event-win.active a:link, .new-event-win.active a:visited
1003.new-task-win.active a:link, .new-task-win.active a:visited
1004{
1005
1006    color: #2E6E9E;
1007}
1008
1009.new-event-win.active  dd, .new-event-win.active  dl, .new-event-win.active  dt,
1010.new-task-win.active  dd, .new-task-win.active  dl, .new-task-win.active  dt
1011{
1012        margin: 0;
1013}
1014/* azul.css */
1015/*body { background-color: #e9e9e9; }*/
1016
1017/*a:link,
1018a:visited
1019{ color: #000066; }*/
1020
1021/*a:hover,
1022a:active
1023{ color: #ff9933; }*/
1024
1025.new-event-win.active #divAppbox
1026.new-task-win.active #divAppbox
1027{
1028        overflow-x: auto;
1029        overflow-y: scroll;
1030}
1031
1032.new-event-win.active select
1033.new-task-win.active select
1034{ border-color: #CFCFCF; color: #555; padding-left:0px;}
1035
1036.qtip-wrapper fieldset{
1037        padding: 0;
1038        border: 0;
1039}
1040
1041.new-event-win.active .fc-event-skin {
1042        border-color: #36C !important;
1043        background-color: #36C !important;
1044        color: white !important;
1045}
1046
1047.fc-event-vert .fc-event-bg {
1048        display: block !important;
1049}
1050
1051.map-event{
1052
1053}
1054
1055#new_event_map .map-event .fc-event-inner.fc-event-skin{
1056        border-style: dashed !important;
1057        border-width: 2px !important;
1058        border-color: #36C !important;
1059        background-color: transparent !important;
1060}
1061
1062#new_event_map .map-event .fc-event-inner.fc-event-skin .fc-event-head, #new_event_map .map-event .fc-event-inner.fc-event-skin .fc-event-content{
1063        background-color: transparent !important;
1064        color: transparent !important;
1065}
1066
1067#new_event_map .map-event .ui-resizable-handle{
1068        display : block !important;
1069        color: black !important;
1070}
1071
1072div.new-event-win.active div.button-files-upload {margin: 15px 0 0 0;}
1073
1074fieldset.alarm{ 
1075    border: none !important;
1076    padding: 0px !important;
1077    margin: 0px !important;
1078}
1079
1080.new-task-win dl.block-add-attendee{
1081        width: 350px;
1082}
1083.new-task-win.active .add-attendee-search.search-field{
1084        width: 322px;
1085}
1086
1087.new-task-win .menu-container.footer-container{
1088        width: 774px;
1089}
1090
1091/*#divAppbox
1092{ background: #fff url( ../images/bgBlockContent.jpg ) repeat-x; border-color: #9c9c9c; }
1093
1094#divAppboxHeader
1095{ background: url( ../images/bgAppTitle.png ); border-color: #9c9c9c; color: #006; text-shadow: 0.2em 0.2em 3px #999; }
1096
1097#divAppIconBar
1098{ background: #fff url( ../images/background-icon-bar.png ) repeat-x; border-top-color: #9c9c9c; }
1099
1100#divAppTextBar
1101{ background-color: #fff; }
1102
1103#divGenTime
1104{ color: #f00; }
1105
1106#divMain
1107{ background: #fff; border-color: #7e7e7e; }
1108
1109#divPoweredBy
1110{ background: #fff; color: #999; }
1111
1112#divSideboxContainer
1113{ background: #fff; }
1114
1115#extraIcons
1116{ background: #eee; border-color: #7e7e7e; }
1117
1118#links_bar,
1119#user_info
1120{ color: #fff; }
1121
1122#tdAppbox
1123{ background-color: #fff; }
1124
1125#tdSidebox
1126{ background: #fff; }*/
1127
1128/*.conteudo
1129{ border-color: #4A79B1; color: #003; }
1130
1131.divSideboxHeader
1132{ background: #416faa; color: #fff; }
1133
1134.extraIconsRow
1135{ border-top-color: #ddd; }
1136
1137.greyLine
1138{ border-top-color: #7e7e7e; }
1139
1140.grid_email_class
1141{ border-bottom-color: #cfcfcf; }
1142
1143.image-menu
1144{ background: url( ../../../../phpgwapi/templates/default/images/folder_bg.png ); }
1145
1146.last_menu
1147{ border-bottom-color: #4a79b1; }
1148
1149.logo_expresso
1150{ background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.jpg ) no-repeat 0 3px; }
1151
1152.menu
1153{ background: #c8d7ea; border-color: #f4f7fc; border-bottom-color: #4a79b1; }
1154
1155.menu-sel
1156{ background-color: #f7f7f7; border-color: #4a79b1; color: #00f; }
1157
1158.menu-degrade
1159{ background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png ); }
1160
1161.navbar_but
1162{ background-image: url(../../../../phpgwapi/templates/default/images/back_app.png); }
1163
1164.navbar_butOver
1165{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over.png ); }
1166
1167.navbar_butOut
1168{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out.png ); }
1169
1170.tblHeadApp
1171{ border-color: #9c9c9c; }
1172
1173.textSidebox
1174{ border-top-color: #aaa; }
1175
1176.toolbar
1177{ background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo.png ); }
1178
1179.linha0,
1180.tr_msg_read
1181{ color: #3f3f3f; background: #fff; }
1182
1183.linha1,
1184.tr_msg_read2
1185{ color: #3f3f3f; background: #f4f8fb; }
1186
1187table.inboxElements th,
1188.table_elements_tr_header,
1189.info_tr_header,
1190.message_header
1191{
1192        background: #abc6e1;
1193}
1194
1195.prefTable
1196{
1197        background-color: #f4f8fb;
1198        margin: 0px 0px 10px 0px ;
1199        border: 1px solid #D3DCE3;
1200        border-top: 0px;
1201}*/
1202
1203
1204/*fixed bug on IE8*/
1205#content_folders .foldertree-skin-prognus span.selected {font-weight:bold !important; }
1206#content_folders .foldertree-skin-prognus span.inbox {}
1207#content_folders .foldertree-skin-prognus span.trash {;background-image: url(../../../prototype/modules/mail/img/mail-sprites.png); background-position: 0 -67px;}
1208#content_folders .foldertree-skin-prognus span.drafts {background-image: url(../../../prototype/modules/mail/img/mail-sprites.png); background-position: 0 -1121px;}
1209#content_folders .foldertree-skin-prognus span.spam {background-image: url(../../../prototype/modules/mail/img/mail-sprites.png); background-position: 0 -989px;}
1210#content_folders .foldertree-skin-prognus span.sent {background-image: url(../../../prototype/modules/mail/img/mail-sprites.png); background-position: 0 -1055px;}
1211#content_folders .foldertree-skin-prognus span.folder {display: block;padding-bottom: 1px;padding-left: 18px;padding-right: 0;padding-top: 1px; font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;}
1212#content_folders .treeview .closed {display:block;}
1213
1214.folders-loading {
1215        background: url(../../../prototype/modules/mail/img/loader.gif) !important;
1216        background-position: 0 0 !important;
1217        background-repeat : no-repeat !important;
1218}
1219
1220.draggin-box{
1221        cursor : pointer;
1222        background-color: #CDC5BF;
1223        float: left;
1224        width : auto;
1225        height: 16px;
1226        border:1px solid #333;
1227        text-align: right;
1228        z-index: 2000;
1229}
1230
1231.ui-draggin-default-image{
1232    float: left;
1233    text-align: right;
1234}
1235
1236.draggin-mail{
1237        float: left;
1238        background-image: url(../../../prototype/modules/mail/img/mail-sprites.png);
1239        background-position: 0 -1383px;
1240        background-repeat:no-repeat;
1241        color : red;
1242        text-align: right;
1243        font-weight : bold;
1244        padding-right : 5px;
1245        padding-left : 25px;   
1246        font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;
1247        font-size : 11px;
1248}
1249
1250.draggin-folder{
1251        float: left;
1252        background-image: url(../../../prototype/modules/mail/img/mail-sprites.png);
1253        background-position: 0 -923px;
1254        background-repeat:no-repeat;
1255        padding-left : 20px;
1256        color : red;
1257        text-align: right;
1258        font-weight : bold;
1259        padding-right : 5px;
1260}
1261
1262.collapse_folders_td{
1263        cursor : pointer;
1264        width: 12px;
1265        height:100%;
1266        border-radius : 5px;
1267        border-left : 1px solid #CCCCCC;
1268}
1269.collapse_folders_td.collapse_folders_td_over{
1270        border-left: 1px solid #1B75BB;
1271}
1272
1273.folder-over{
1274        border: 1px solid black;
1275}
1276
1277.floating-default{
1278    float: left;
1279    text-align: left;
1280}
1281
1282.collapse_folders_td .ui-icon.ui-icon-triangle-1-e{
1283        background-position: -37px -20px;
1284        width: 8px;
1285        height: 8px;
1286}
1287
1288.collapse_folders_td .ui-icon.ui-icon-triangle-1-w{
1289        width: 8px;
1290        height: 8px;
1291        background-position: -100px -20px;
1292}
1293
1294.float-menu{
1295        float: right;
1296        position: relative;
1297        border: 1px solid gray;
1298        border-radius: 3px;
1299        background-color: white;
1300        right: 5%;
1301}
1302
1303 button.expressomail-button-icon-ative{color:#E17009 !important; border: 1px solid #E17009 !important;background: none repeat scroll 0 0 #FFE1CC !important;}
1304 
1305.outoffice
1306{
1307    width: 295px; 
1308    height: 50px; 
1309    overflow: hidden;
1310}
1311       
1312.title-outoffice
1313{
1314        margin-left: 10px;
1315        font-family: verdana;
1316        font-size: 1.2em;
1317}
1318.outoffice span{
1319        margin: 5px;
1320}
1321
1322#detalhes_contato img{ margin-bottom: -4px;}
1323
1324 button.expressomail-button-icon-ative{color:#E17009 !important; border: 1px solid #E17009 !important;background: none repeat scroll 0 0 #FFE1CC !important;}
1325 
1326.box{
1327        background-color: #DFEFFC;
1328        border-radius: 5px;
1329        -moz-border-radius: 5px;
1330        border: 1px solid #ADD9ED;
1331        display: inline-block;
1332        cursor : pointer;
1333        margin-top : 1px;
1334        margin-right: 1px;
1335        outline : none;
1336        padding : 1px;
1337}
1338
1339
1340.box span{
1341        font-family: Verdana, Arial, Helvetica, sans-serif;
1342        font-size: 13px;
1343        color : #201b41;
1344        outline : none;
1345}
1346
1347.out-office-box{
1348        background-color: #dac407;
1349        border : 1px solid #837c3f !important;
1350}
1351
1352.out-office-box span{
1353        color: #837c3f;
1354}
1355
1356.email-area{
1357        border-radius: 5px;
1358        width: 98.5%;
1359        padding: 5px;
1360        border : 1px solid #BBBBBB;
1361        heigth : auto;
1362        max-height : 115px;
1363        overflow-y: auto;
1364        cursor: text;
1365}
1366.email-text{
1367        outline:none;
1368        width:15px;
1369        border : none;
1370        font-family: Verdana, Arial, Helvetica, sans-serif;
1371        font-size: 13px;
1372}
1373
1374.box-input{
1375        outline:none;
1376        border : none;
1377        font-family: Verdana, Arial, Helvetica, sans-serif;
1378        font-size: 13px;
1379        display : none;
1380        width: 40px;
1381}
1382
1383.hidden {
1384        display : none;
1385}
1386
1387.loading {
1388        background: url(../../../prototype/modules/mail/img/loader.gif) !important;
1389        background-position: 0 0 !important;
1390        background-repeat : no-repeat !important;
1391}
1392
1393.line-separator{
1394        background: url("images/linha.png") repeat-x scroll 0 8px transparent;
1395        clear : both;
1396}
1397
1398.box-draggable-hover{
1399        border : 1px solid #474747;
1400}
1401
1402.box-loading{
1403        background : url("../../../prototype/modules/mail/img/loading.gif") no-repeat !important;
1404        background-size: 17px auto !important;
1405}
1406
1407.box-info{
1408        background : url("images/information.png") no-repeat !important;
1409}
1410
1411input.required-fail{
1412        border-color : red;
1413}
1414
1415div.conteudo
1416{
1417        overflow: visible !important;
1418}
1419
1420div.conteudo div.new-msg-head-data div.att-box{
1421        background-color: #DFEFFC;
1422        border-radius: 5px;
1423        -moz-border-radius: 5px;
1424        border: 1px solid #ADD9ED;
1425        display: inline-block;
1426        cursor : pointer;
1427        margin-top : 3px;
1428        margin-right: 3px;
1429        outline : none;
1430        padding : 1px;
1431}
1432
1433
1434div.conteudo div.new-msg-head-data  div.att-box span.att-box-value{
1435        font-family: Verdana, Arial, Helvetica, sans-serif;
1436        font-size: 11px;
1437        color : #201b41;
1438        outline : none;
1439}
1440
1441div.conteudo div.new-msg-head-data div.att-box span.att-box-loading{
1442        background : url("../../../prototype/modules/mail/img/loading.gif") no-repeat !important;
1443        display: inline-block;
1444        background-size: 15px auto !important;
1445}
1446
1447div.conteudo div.new-msg-head-data div.att-box.invalid-email-box{
1448        background-color: #ea9aa0;
1449        border : 1px solid #540303 !important;
1450}
1451
1452div.new-msg-head-data div.email-area .invalid-email-box{
1453        color: #540303;
1454        background-color: #ea9aa0;
1455        border : 1px solid #540303 !important;
1456}
1457
1458div.new-msg-head-data div.email-area .box-selected{
1459        background-color : #BBBBBB;
1460}
1461
1462.fileupload_msg_tooltip{
1463    width: 99.7%;
1464    text-align: center;
1465    background: #DFEFFC;
1466    font-weight: bold;
1467    border-radius: 5px;
1468    height: 115px;
1469    line-height: 115px;
1470    font-size: larger;
1471}
1472
1473.fileupload_msg_tooltip.hover {
1474    background: #ADD9ED;
1475}
1476
1477.select-all-messages{
1478        min-height: 20px;
1479        font-size: 13px;
1480        font-family: Arial;
1481        white-space: nowrap;
1482        text-align: center;
1483}
1484.select-all-messages .select-link{
1485        text-decoration: underline !important;
1486}
1487
1488.none-selected{
1489        color: #9F9F9F;
1490}
1491.selected_shortcut_msg{
1492    color: white;
1493    background-color: #95A7FC;
1494}
1495
1496.current_selected_shortcut_msg{
1497    color: white;
1498    background-color: #5194d2;
1499}
1500
1501/*freeow*/
1502div.gray.alarmDeadline .button.delete
1503{
1504/*
1505        display: block;
1506        position: absolute;
1507        right: 19px;
1508        top: 50px;
1509        */
1510}
1511
1512/*div.gray.alarmDeadline ul.message-list{overflow: hidden;}*/
1513
1514/*div.gray.alarmDeadline ul.message-list li{ margin: 5px 0;}*/
1515
1516div.gray li{float: left; width: 253px;}
1517
1518div.gray li a.button.delete{float: right;}
1519
1520
1521.div-addtask #calendar_addtask_details1 .h1{
1522  width: 100%;
1523}
1524
1525.div-addtask #calendar_addtask_details2 textarea {
1526  width: 675px;
1527}
1528
1529.div-addtask .button-files-upload{width: 100%;}
1530.div-addtask fieldset.block-add-attendee .search-result-list, fieldset.block-add-activity .search-result-list{width: 330px;}
1531
1532.new-event-win div.div-addevent, .new-task-win div.div-addtask{width: 775px;}
1533
1534.calendar-addevent-details-txt-timezone, .calendar-addtask-details-txt-timezone{width: 212px;}
1535
1536.div-addtask #calendar_addtask_details1 .time-previsao { width: 40px; }
1537
1538.div-addtask #calendar_addtask_details1 .date-previsao{ width: 80px; }
1539
1540.div-addtask #calendar_addtask_details6{ width: 756px; }
1541.div-addtask #calendar_addtask_details1 .start-time{ width: 40px; }
1542.div-addtask #calendar_addtask_details1 .start-date{ width: 80px; }
1543.div-addtask #calendar_addtask_details1 .end-time{ width: 40px; }
1544.div-addtask #calendar_addtask_details1 .end-date{ width: 80px; }
1545.div-addtask #calendar_addtask_details1 .previsao-termino { margin: 0 0 0 20px; }
1546.div-addtask #calendar_addtask_details1 .subitem { margin: 5px; display: block;}
1547.div-addtask #calendar_addtask_details1 .subitem .span_done{ margin: 0 30px;}
1548.div-addtask #calendar_addtask_details1 .subitem .span_done img{position: relative; top:4px; width:16px; height:16px;}
1549.div-addtask #calendar_addtask_details1 .calendar_addevent_details_lnk_timezone { margin: 0 0 0 20px;}
1550.div-addtask #calendar_addtask_details1 .subitem .done { width: 45px;}
1551.div-addtask #calendar_addtask_details1 .ui-spinner-buttons{ top: -2px !important;}
1552
1553@-moz-document url-prefix() {.div-addtask #calendar_addtask_details1 .ui-spinner-buttons{ top: -14px !important;}}
1554
1555.div-addtask #calendar_addtask_details1 .ui-spinner-buttons .ui-spinner-up{height: 7px !important;}
1556.div-addtask #calendar_addtask_details1 .ui-spinner-buttons .ui-spinner-down{height: 8px !important;}
1557
1558.div-addtask #calendar_addtask_details1 .subitem .span_done.noAction{background-image: url("../../../prototype/modules/calendar/img/gray.png"); background-repeat: no-repeat; }
1559.div-addtask #calendar_addtask_details1 .subitem .span_done.inProcess{background-image: url("../../../prototype/modules/calendar/img/yellow.png"); background-repeat: no-repeat;}
1560.div-addtask #calendar_addtask_details1 .subitem .span_done.finished{background-image: url("../../../prototype/modules/calendar/img/green.png"); background-repeat: no-repeat;}
1561.div-addtask #calendar_addtask_details1 .subitem .span_done.canceled{background-image: url("../../../prototype/modules/calendar/img/red.png"); background-repeat: no-repeat;}
1562
1563#calendar_addtask_details4{margin: 0;}
1564#calendar_addtask_details5{margin: -2px 0 0 0;}
1565#calendar_addtask_details7{margin: 3px 0 0 0;}
1566.div-addtask #calendar_addtask_details1 .subitem .span_done label{position: relative; left: 28px;}
1567
1568.div-addtask fieldset#calendar_addtask_details5.tab-level2{ margin: 0 }
1569
1570.div-addtask  #calendar_addtask_details8 .parent {width: 746px; min-height: 208px; float: left;}
1571/*.div-addtask  #calendar_addtask_details8 .parent .child-top {width: 745px; height: 20px; background: #E8F4FD; border-left: 1px solid #CCC; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC;}*/
1572.div-addtask  #calendar_addtask_details8 .parent .child-top {width: 745px; height: 25px; background: #E8F4FD; border-left: 1px solid #CCC; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; border-top: 1px solid #CCC;}
1573.div-addtask  #calendar_addtask_details8 .parent .child-bottom {width: 745px; height: 208px; overflow: auto;  float: left; border-left: 1px solid #CCC; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC;}
1574.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each { height: 20px; }
1575.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each:hover { background: #FFF2F2; cursor: pointer;}
1576
1577.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .date-hour {overflow: hidden; width: 140px; float: left; height: 20px}
1578.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .date-hour span { margin: 8px; float: left; }
1579.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .user{overflow: hidden; width: 150px; float: left;  height: 20px; border-left: 1px solid #CCC; }
1580.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .user span{ margin: 8px; float: left; }
1581.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .attribute{overflow: hidden; width: 130px; float: left;  height: 20px; border-left: 1px solid #CCC; }
1582.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .attribute span{ margin: 8px; float: left; }
1583.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .beforeValue{overflow: hidden; width: 150px; float: left;  height: 20px; border-left: 1px solid #CCC; }
1584.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .beforeValue span{ margin: 8px; float: left; }
1585.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .afterValue{overflow: hidden; width: 150px; float: left;  height: 20px; border-left: 1px solid #CCC; }
1586.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .afterValue span{ margin: 8px; float: left; }
1587
1588.div-addtask  #calendar_addtask_details8 .parent .child-top .date-hour { width: 140px; float: left; background: #E8F4FD; height: 20px; text-align: center; }
1589.div-addtask  #calendar_addtask_details8 .parent .child-top .date-hour span{ display: block; padding: 6px; font-weight: bold; color: #2E6E9E; }
1590.div-addtask  #calendar_addtask_details8 .parent .child-top .user { width: 150px; float: left; background: #E8F4FD; height: 20px; font-weight: bold; color: #2E6E9E; text-align: center;}
1591.div-addtask  #calendar_addtask_details8 .parent .child-top .user span{display: block; padding: 6px;}
1592.div-addtask  #calendar_addtask_details8 .parent .child-top .attribute { width: 130px; float: left; background: #E8F4FD; height: 20px; font-weight: bold; color: #2E6E9E;  text-align: center;}
1593.div-addtask  #calendar_addtask_details8 .parent .child-top .attribute span{display: block; padding: 6px;}
1594.div-addtask  #calendar_addtask_details8 .parent .child-top .beforeValue { width: 150px; float: left; background: #E8F4FD; height: 20px; font-weight: bold; color: #2E6E9E;  text-align: center;}
1595.div-addtask  #calendar_addtask_details8 .parent .child-top .beforeValue span{display: block; padding: 6px; }
1596.div-addtask  #calendar_addtask_details8 .parent .child-top .afterValue { width: 150px; float: left; background: #E8F4FD; height: 20px; font-weight: bold; color: #2E6E9E;  text-align: center;}
1597.div-addtask  #calendar_addtask_details8 .parent .child-top .afterValue span{display: block; padding: 6px; }
1598
1599.new-message-input.email-text{
1600        resize: none;
1601        height: 16px;
1602        overflow: hidden;
1603        vertical-align: middle;
1604        cursor: text;
1605}
1606
1607/* Mail Archive */
1608.local-folder {
1609
1610}
1611
1612.local-connect {
1613        width: 16px;
1614        height: 16px;
1615        background: url("images/connect_delete.gif") no-repeat;
1616        display: inline-block;
1617        cursor: pointer;
1618}
1619
1620.expressomail-sprites-clip{
1621        background-image : url(images/mail-gifs.gif);
1622        background-position : 0 -238px;
1623        margin-left : 0;
1624        margin-top : 3px;
1625        background-repeat : no-repeat;
1626}
Note: See TracBrowser for help on using the repository browser.