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

Revision 7456, 48.2 KB checked in by fernando, 12 years ago (diff)

Ticket #3088 - Removido o botão do MailArchiver? Admin da lista de pastas locais, para o menu Ferramentas

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