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

Revision 7491, 48.2 KB checked in by eduardow, 11 years ago (diff)

Ticket #3180 - Reposicionamento de botões no Expresso Mail

  • 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        left: 17px;
811}
812.catalog{
813        font-family: Arial, Helvetica, sans-serif;
814        font-size: 14px;
815        font-weight: bold;
816}
817
818div.quicksearchcontacts {
819        border-width: 1px;
820        border-style: solid;
821        broder-color: grey;
822        overflow: auto;
823        position: relative;
824        left: 10px;
825        height: 302px;
826        width: 577px;
827}
828
829table.quicksearchcontacts {
830        border-width: 0px 0px 0px 0px;
831        border-spacing: 0px;
832        background-color: white;
833        cursor: default;
834}
835
836tr.quicksearchcontacts_unselected {
837        background-color: white;
838}
839
840tr.quicksearchcontacts_selected {
841        background-color: #5598d7;
842        color: white;
843}
844
845td.quicksearchcontacts_cc {
846        border-style: none;
847}
848
849input.em_button_like_span {
850        border:0px none !important;
851        margin: 0px !important;
852        padding:0px !important;
853        color:#114fa4 !important;
854        background:transparent none repeat scroll 0% !important;
855        font-family:Arial,Helvetica,sans-serif !important;
856        font-size:11px !important;
857        height:15px !important;
858        font-weight: bold;
859}
860
861.l {
862        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
863}
864
865.sl {
866        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
867}
868.dsused {
869        background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif);
870}
871
872.divAppboxHeader{
873        font-style:italic;     
874        font-weight:normal;
875        font-variant: small-caps;       
876        color: #000066 !important;
877        font-size: 16px !important;
878        text-align: center;     
879        padding: 0px;
880}
881
882/* hack para o chrome */
883@media screen and (-webkit-min-device-pixel-ratio:0){
884        input[type="file"]{
885        background-color: #FFF;
886        border: 1px solid #e4e4e4;
887        height: 20px;
888        width: 350px;
889        vertical-align: middle;
890        }
891}
892
893.local-messages-search-warning {
894        cursor: pointer;
895        cursor: hand;
896        background: none repeat scroll 0% 0% rgb(255, 238, 187);
897        color: red;
898        line-height: 2em;
899        font-size: 1.2em;
900        text-align: center;
901}
902
903
904/*
905 * Este arquivo limpa o estilo para a nova agenda, .new-event-win.active sobrescrevendo o código CSS
906 * do Expresso.
907 * Deve ser removido quando o módulo Calendar não integrar mais a versão 2.x
908 */
909
910/* Eric Meyer's Reset Reloaded based
911 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
912 */
913/*
914.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
915.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,
916.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,
917.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,
918.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,
919.new-event-win.active ol, .new-event-win.active ul,
920.new-event-win.active form, .new-event-win.active label, .new-event-win.active select,
921.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 {
922        margin: 0;
923        padding: 0;
924        border: 0;
925        outline: 0;
926        font-weight: inherit;
927        font-style: inherit;
928        /*font-size: 100%;*/
929        /*font-family: inherit;*/
930        /*vertical-align: baseline;*/
931/*      font-family: Arial,Helvetica,sans-serif;*/
932/*}*/
933.new-event-win.active:focus, .new-task-win.active:focus {
934        outline: 0;
935}
936.new-event-win.active body , .new-task-win.active body {
937        line-height: 1;
938        color: black;
939        background: white;
940}
941.new-event-win.active ol, .new-event-win.active ul , .new-task-win.active ol, .new-task-win.active ul {
942        list-style: none;
943        list-style-image : none;
944        padding-left : 5px;
945}
946
947.new-event-win.active table , .new-task-win.active table {
948        border-collapse: separate;
949        border-spacing: 0;
950}
951.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 {
952        /*text-align: left;*/
953        font-weight: normal;
954}
955.new-event-win.active blockquote:before, .new-event-win.active blockquote:after,
956.new-event-win.active q:before, .new-event-win.active q:after,
957.new-task-win.active blockquote:before, .new-task-win.active blockquote:after,
958.new-task-win.active q:before, .new-task-win.active q:after {
959        content: "";
960}
961.new-event-win.active blockquote, .new-event-win.active q ,
962.new-task-win.active blockquote, .new-task-win.active q
963{
964        quotes: "" "";
965}
966.new-event-win.active .mail.name-special, .new-event-win.active .name.name-special,
967.new-task-win.active .mail.name-special, .new-task-win.active .name.name-special
968{
969  padding: 0 0 0 35px;
970}
971
972.new-event-win.active .add-attendee-search.search-field ,
973.new-task-win.active .add-attendee-search.search-field
974{
975  width: 249px;
976 }
977 
978 .new-event-win.active #calendar_addevent_details4, .new-task-win.active #calendar_addtask _details4 {
979  margin: 10px 0 0 0;
980 }
981 
982 .new-event-win.active input, .new-task-win.active input{
983  color: #000;
984 }
985 
986 .new-event-win.active #calendar_addevent_details5 , .new-task-win.active #calendar_addtask_details5 {
987  margin: 10px 0 11px 0;
988 }
989
990 .new-event-win fieldset.tab-level2, .new-task-win fieldset.tab-level2 { padding: 0px 5px; min-height: 110px; max-height: 310px; overflow: hidden;}
991 
992.new-event-win.active select , .new-task-win.active select {
993    border: 1px solid #CFCFCF;
994    border-color: #CFCFCF;
995    color: #555;
996    background-color: #FFF;
997}
998.new-event-win.active a:link, .new-event-win.active a:visited
999.new-task-win.active a:link, .new-task-win.active a:visited
1000{
1001
1002    color: #2E6E9E;
1003}
1004
1005.new-event-win.active  dd, .new-event-win.active  dl, .new-event-win.active  dt,
1006.new-task-win.active  dd, .new-task-win.active  dl, .new-task-win.active  dt
1007{
1008        margin: 0;
1009}
1010/* azul.css */
1011/*body { background-color: #e9e9e9; }*/
1012
1013/*a:link,
1014a:visited
1015{ color: #000066; }*/
1016
1017/*a:hover,
1018a:active
1019{ color: #ff9933; }*/
1020
1021.new-event-win.active #divAppbox
1022.new-task-win.active #divAppbox
1023{
1024        overflow-x: auto;
1025        overflow-y: scroll;
1026}
1027
1028.new-event-win.active select
1029.new-task-win.active select
1030{ border-color: #CFCFCF; color: #555; padding-left:0px;}
1031
1032.qtip-wrapper fieldset{
1033        padding: 0;
1034        border: 0;
1035}
1036
1037.new-event-win.active .fc-event-skin {
1038        border-color: #36C !important;
1039        background-color: #36C !important;
1040        color: white !important;
1041}
1042
1043.fc-event-vert .fc-event-bg {
1044        display: block !important;
1045}
1046
1047.map-event{
1048
1049}
1050
1051#new_event_map .map-event .fc-event-inner.fc-event-skin{
1052        border-style: dashed !important;
1053        border-width: 2px !important;
1054        border-color: #36C !important;
1055        background-color: transparent !important;
1056}
1057
1058#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{
1059        background-color: transparent !important;
1060        color: transparent !important;
1061}
1062
1063#new_event_map .map-event .ui-resizable-handle{
1064        display : block !important;
1065        color: black !important;
1066}
1067
1068div.new-event-win.active div.button-files-upload {margin: 15px 0 0 0;}
1069
1070fieldset.alarm{ 
1071    border: none !important;
1072    padding: 0px !important;
1073    margin: 0px !important;
1074}
1075
1076.new-task-win dl.block-add-attendee{
1077        width: 350px;
1078}
1079.new-task-win.active .add-attendee-search.search-field{
1080        width: 322px;
1081}
1082
1083.new-task-win .menu-container.footer-container{
1084        width: 774px;
1085}
1086
1087/*#divAppbox
1088{ background: #fff url( ../images/bgBlockContent.jpg ) repeat-x; border-color: #9c9c9c; }
1089
1090#divAppboxHeader
1091{ background: url( ../images/bgAppTitle.png ); border-color: #9c9c9c; color: #006; text-shadow: 0.2em 0.2em 3px #999; }
1092
1093#divAppIconBar
1094{ background: #fff url( ../images/background-icon-bar.png ) repeat-x; border-top-color: #9c9c9c; }
1095
1096#divAppTextBar
1097{ background-color: #fff; }
1098
1099#divGenTime
1100{ color: #f00; }
1101
1102#divMain
1103{ background: #fff; border-color: #7e7e7e; }
1104
1105#divPoweredBy
1106{ background: #fff; color: #999; }
1107
1108#divSideboxContainer
1109{ background: #fff; }
1110
1111#extraIcons
1112{ background: #eee; border-color: #7e7e7e; }
1113
1114#links_bar,
1115#user_info
1116{ color: #fff; }
1117
1118#tdAppbox
1119{ background-color: #fff; }
1120
1121#tdSidebox
1122{ background: #fff; }*/
1123
1124/*.conteudo
1125{ border-color: #4A79B1; color: #003; }
1126
1127.divSideboxHeader
1128{ background: #416faa; color: #fff; }
1129
1130.extraIconsRow
1131{ border-top-color: #ddd; }
1132
1133.greyLine
1134{ border-top-color: #7e7e7e; }
1135
1136.grid_email_class
1137{ border-bottom-color: #cfcfcf; }
1138
1139.image-menu
1140{ background: url( ../../../../phpgwapi/templates/default/images/folder_bg.png ); }
1141
1142.last_menu
1143{ border-bottom-color: #4a79b1; }
1144
1145.logo_expresso
1146{ background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.jpg ) no-repeat 0 3px; }
1147
1148.menu
1149{ background: #c8d7ea; border-color: #f4f7fc; border-bottom-color: #4a79b1; }
1150
1151.menu-sel
1152{ background-color: #f7f7f7; border-color: #4a79b1; color: #00f; }
1153
1154.menu-degrade
1155{ background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png ); }
1156
1157.navbar_but
1158{ background-image: url(../../../../phpgwapi/templates/default/images/back_app.png); }
1159
1160.navbar_butOver
1161{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over.png ); }
1162
1163.navbar_butOut
1164{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out.png ); }
1165
1166.tblHeadApp
1167{ border-color: #9c9c9c; }
1168
1169.textSidebox
1170{ border-top-color: #aaa; }
1171
1172.toolbar
1173{ background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo.png ); }
1174
1175.linha0,
1176.tr_msg_read
1177{ color: #3f3f3f; background: #fff; }
1178
1179.linha1,
1180.tr_msg_read2
1181{ color: #3f3f3f; background: #f4f8fb; }
1182
1183table.inboxElements th,
1184.table_elements_tr_header,
1185.info_tr_header,
1186.message_header
1187{
1188        background: #abc6e1;
1189}
1190
1191.prefTable
1192{
1193        background-color: #f4f8fb;
1194        margin: 0px 0px 10px 0px ;
1195        border: 1px solid #D3DCE3;
1196        border-top: 0px;
1197}*/
1198
1199
1200/*fixed bug on IE8*/
1201#content_folders .foldertree-skin-prognus span.selected {font-weight:bold !important; }
1202#content_folders .foldertree-skin-prognus span.inbox {}
1203#content_folders .foldertree-skin-prognus span.trash {;background-image: url(../../../prototype/modules/mail/img/bin.png);}
1204#content_folders .foldertree-skin-prognus span.drafts {background-image: url(../../../prototype/modules/mail/img/folder_page_white.png);}
1205#content_folders .foldertree-skin-prognus span.spam {background-image: url(../../../prototype/modules/mail/img/folder_delete.png);}
1206#content_folders .foldertree-skin-prognus span.sent {background-image: url(../../../prototype/modules/mail/img/folder_go.png);}
1207#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;}
1208#content_folders .treeview .closed {display:block;}
1209
1210.folders-loading {
1211        background: url(../../../prototype/modules/mail/img/loader.gif) !important;
1212        background-position: 0 0 !important;
1213        background-repeat : no-repeat !important;
1214}
1215
1216.draggin-box{
1217        cursor : pointer;
1218        background-color: #CDC5BF;
1219        float: left;
1220        width : auto;
1221        height: 16px;
1222        border:1px solid #333;
1223        text-align: right;
1224        z-index: 2000;
1225}
1226
1227.ui-draggin-default-image{
1228    float: left;
1229    text-align: right;
1230}
1231
1232.draggin-mail{
1233        float: left;
1234        background-image: url(../../../prototype/modules/mail/img/move.png);
1235        background-position: 0px 0px;
1236        background-repeat:no-repeat;
1237        color : red;
1238        text-align: right;
1239        font-weight : bold;
1240        padding-right : 5px;
1241        padding-left : 25px;   
1242        font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;
1243        font-size : 11px;
1244}
1245
1246.draggin-folder{
1247        float: left;
1248        background-image: url(../../../prototype/modules/mail/img/folder.png);
1249        background-position: 0px 0px;
1250        background-repeat:no-repeat;
1251        padding-left : 20px;
1252        color : red;
1253        text-align: right;
1254        font-weight : bold;
1255        padding-right : 5px;
1256}
1257
1258.collapse_folders_td{
1259        cursor : pointer;
1260        width: 12px;
1261        height:100%;
1262        border-radius : 5px;
1263        border-left : 1px solid #CCCCCC;
1264}
1265.collapse_folders_td.collapse_folders_td_over{
1266        border-left: 1px solid #1B75BB;
1267}
1268
1269.folder-over{
1270        border: 1px solid black;
1271}
1272
1273.floating-default{
1274    float: left;
1275    text-align: left;
1276}
1277
1278.collapse_folders_td .ui-icon.ui-icon-triangle-1-e{
1279        background-position: -37px -20px;
1280        width: 8px;
1281        height: 8px;
1282}
1283
1284.collapse_folders_td .ui-icon.ui-icon-triangle-1-w{
1285        width: 8px;
1286        height: 8px;
1287        background-position: -100px -20px;
1288}
1289
1290.float-menu{
1291        position:absolute;
1292        text-align: left;
1293}
1294
1295 button.expressomail-button-icon-ative{color:#E17009 !important; border: 1px solid #E17009 !important;background: none repeat scroll 0 0 #FFE1CC !important;}
1296 
1297.outoffice
1298{
1299    width: 295px; 
1300    height: 50px; 
1301    overflow: hidden;
1302}
1303       
1304.title-outoffice
1305{
1306        margin-left: 10px;
1307        font-family: verdana;
1308        font-size: 1.2em;
1309}
1310.outoffice span{
1311        margin: 5px;
1312}
1313
1314#detalhes_contato img{ margin-bottom: -4px;}
1315
1316 button.expressomail-button-icon-ative{color:#E17009 !important; border: 1px solid #E17009 !important;background: none repeat scroll 0 0 #FFE1CC !important;}
1317 
1318.box{
1319        background-color: #DFEFFC;
1320        border-radius: 5px;
1321        -moz-border-radius: 5px;
1322        border: 1px solid #ADD9ED;
1323        display: inline-block;
1324        cursor : pointer;
1325        margin-top : 1px;
1326        margin-right: 1px;
1327        outline : none;
1328        padding : 1px;
1329}
1330
1331
1332.box span{
1333        font-family: Verdana, Arial, Helvetica, sans-serif;
1334        font-size: 13px;
1335        color : #201b41;
1336        outline : none;
1337}
1338
1339.out-office-box{
1340        background-color: #dac407;
1341        border : 1px solid #837c3f !important;
1342}
1343
1344.out-office-box span{
1345        color: #837c3f;
1346}
1347
1348.email-area{
1349        border-radius: 5px;
1350        width: 98.5%;
1351        padding: 5px;
1352        border : 1px solid #BBBBBB;
1353        heigth : auto;
1354        max-height : 115px;
1355        overflow-y: auto;
1356        cursor: text;
1357}
1358.email-text{
1359        outline:none;
1360        width:15px;
1361        border : none;
1362        font-family: Verdana, Arial, Helvetica, sans-serif;
1363        font-size: 13px;
1364}
1365
1366.box-input{
1367        outline:none;
1368        border : none;
1369        font-family: Verdana, Arial, Helvetica, sans-serif;
1370        font-size: 13px;
1371        display : none;
1372        width: 40px;
1373}
1374
1375.hidden {
1376        display : none;
1377}
1378
1379.loading {
1380        background: url(../../../prototype/modules/mail/img/loader.gif) !important;
1381        background-position: 0 0 !important;
1382        background-repeat : no-repeat !important;
1383}
1384
1385.line-separator{
1386        background: url("images/linha.png") repeat-x scroll 0 8px transparent;
1387        clear : both;
1388}
1389
1390.box-draggable-hover{
1391        border : 1px solid #474747;
1392}
1393
1394.box-loading{
1395        background : url("../../../prototype/modules/mail/img/loading.gif") no-repeat !important;
1396        background-size: 17px auto !important;
1397}
1398
1399.box-info{
1400        background : url("images/information.png") no-repeat !important;
1401}
1402
1403input.required-fail{
1404        border-color : red;
1405}
1406
1407div.conteudo div.new-msg-head-data div.att-box{
1408        background-color: #DFEFFC;
1409        border-radius: 5px;
1410        -moz-border-radius: 5px;
1411        border: 1px solid #ADD9ED;
1412        display: inline-block;
1413        cursor : pointer;
1414        margin-top : 3px;
1415        margin-right: 3px;
1416        outline : none;
1417        padding : 1px;
1418}
1419
1420
1421div.conteudo div.new-msg-head-data  div.att-box span.att-box-value{
1422        font-family: Verdana, Arial, Helvetica, sans-serif;
1423        font-size: 11px;
1424        color : #201b41;
1425        outline : none;
1426}
1427
1428div.conteudo div.new-msg-head-data div.att-box span.att-box-loading{
1429        background : url("../../../prototype/modules/mail/img/loading.gif") no-repeat !important;
1430        display: inline-block;
1431        background-size: 15px auto !important;
1432}
1433
1434div.conteudo div.new-msg-head-data div.att-box.invalid-email-box{
1435        background-color: #ea9aa0;
1436        border : 1px solid #540303 !important;
1437}
1438
1439div.new-msg-head-data div.email-area .invalid-email-box{
1440        color: #540303;
1441        background-color: #ea9aa0;
1442        border : 1px solid #540303 !important;
1443}
1444
1445div.new-msg-head-data div.email-area .box-selected{
1446        background-color : #BBBBBB;
1447}
1448
1449.fileupload_msg_tooltip{
1450    width: 99.7%;
1451    text-align: center;
1452    background: #DFEFFC;
1453    font-weight: bold;
1454    border-radius: 5px;
1455    height: 115px;
1456    line-height: 115px;
1457    font-size: larger;
1458}
1459
1460.fileupload_msg_tooltip.hover {
1461    background: #ADD9ED;
1462}
1463
1464.select-all-messages{
1465        min-height: 20px;
1466        font-size: 13px;
1467        font-family: Arial;
1468        white-space: nowrap;
1469        text-align: center;
1470}
1471.select-all-messages .select-link{
1472        text-decoration: underline !important;
1473}
1474
1475.none-selected{
1476        color: #9F9F9F;
1477}
1478.selected_shortcut_msg{
1479    color: white;
1480    background-color: #95A7FC;
1481}
1482
1483.current_selected_shortcut_msg{
1484    color: white;
1485    background-color: #5194d2;
1486}
1487
1488/*freeow*/
1489div.gray.alarmDeadline .button.delete
1490{
1491/*
1492        display: block;
1493        position: absolute;
1494        right: 19px;
1495        top: 50px;
1496        */
1497}
1498
1499/*div.gray.alarmDeadline ul.message-list{overflow: hidden;}*/
1500
1501/*div.gray.alarmDeadline ul.message-list li{ margin: 5px 0;}*/
1502
1503div.gray li{float: left; width: 253px;}
1504
1505div.gray li a.button.delete{float: right;}
1506
1507
1508.div-addtask #calendar_addtask_details1 .h1{
1509  width: 100%;
1510}
1511
1512.div-addtask #calendar_addtask_details2 textarea {
1513  width: 675px;
1514}
1515
1516.div-addtask .button-files-upload{width: 100%;}
1517.div-addtask fieldset.block-add-attendee .search-result-list, fieldset.block-add-activity .search-result-list{width: 330px;}
1518
1519.new-event-win div.div-addevent, .new-task-win div.div-addtask{width: 775px;}
1520
1521.calendar-addevent-details-txt-timezone, .calendar-addtask-details-txt-timezone{width: 212px;}
1522
1523.div-addtask #calendar_addtask_details1 .time-previsao { width: 40px; }
1524
1525.div-addtask #calendar_addtask_details1 .date-previsao{ width: 80px; }
1526
1527.div-addtask #calendar_addtask_details6{ width: 756px; }
1528.div-addtask #calendar_addtask_details1 .start-time{ width: 40px; }
1529.div-addtask #calendar_addtask_details1 .start-date{ width: 80px; }
1530.div-addtask #calendar_addtask_details1 .end-time{ width: 40px; }
1531.div-addtask #calendar_addtask_details1 .end-date{ width: 80px; }
1532.div-addtask #calendar_addtask_details1 .previsao-termino { margin: 0 0 0 20px; }
1533.div-addtask #calendar_addtask_details1 .subitem { margin: 5px; display: block;}
1534.div-addtask #calendar_addtask_details1 .subitem .span_done{ margin: 0 30px;}
1535.div-addtask #calendar_addtask_details1 .subitem .span_done img{position: relative; top:4px; width:16px; height:16px;}
1536.div-addtask #calendar_addtask_details1 .calendar_addevent_details_lnk_timezone { margin: 0 0 0 20px;}
1537.div-addtask #calendar_addtask_details1 .subitem .done { width: 45px;}
1538.div-addtask #calendar_addtask_details1 .ui-spinner-buttons{ top: -2px !important;}
1539
1540@-moz-document url-prefix() {.div-addtask #calendar_addtask_details1 .ui-spinner-buttons{ top: -14px !important;}}
1541
1542.div-addtask #calendar_addtask_details1 .ui-spinner-buttons .ui-spinner-up{height: 7px !important;}
1543.div-addtask #calendar_addtask_details1 .ui-spinner-buttons .ui-spinner-down{height: 8px !important;}
1544
1545.div-addtask #calendar_addtask_details1 .subitem .span_done.noAction{background-image: url("../../../prototype/modules/calendar/img/gray.png"); background-repeat: no-repeat; }
1546.div-addtask #calendar_addtask_details1 .subitem .span_done.inProcess{background-image: url("../../../prototype/modules/calendar/img/yellow.png"); background-repeat: no-repeat;}
1547.div-addtask #calendar_addtask_details1 .subitem .span_done.finished{background-image: url("../../../prototype/modules/calendar/img/green.png"); background-repeat: no-repeat;}
1548.div-addtask #calendar_addtask_details1 .subitem .span_done.canceled{background-image: url("../../../prototype/modules/calendar/img/red.png"); background-repeat: no-repeat;}
1549
1550#calendar_addtask_details4{margin: 0;}
1551#calendar_addtask_details5{margin: -2px 0 0 0;}
1552#calendar_addtask_details7{margin: 3px 0 0 0;}
1553.div-addtask #calendar_addtask_details1 .subitem .span_done label{position: relative; left: 28px;}
1554
1555.div-addtask fieldset#calendar_addtask_details5.tab-level2{ margin: 0 }
1556
1557.div-addtask  #calendar_addtask_details8 .parent {width: 746px; min-height: 208px; float: left;}
1558/*.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;}*/
1559.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;}
1560.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;}
1561.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each { height: 20px; }
1562.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each:hover { background: #FFF2F2; cursor: pointer;}
1563
1564.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .date-hour {overflow: hidden; width: 140px; float: left; height: 20px}
1565.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .date-hour span { margin: 8px; float: left; }
1566.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; }
1567.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .user span{ margin: 8px; float: left; }
1568.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; }
1569.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .attribute span{ margin: 8px; float: left; }
1570.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; }
1571.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .beforeValue span{ margin: 8px; float: left; }
1572.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; }
1573.div-addtask  #calendar_addtask_details8 .parent .child-bottom .child-bottom-each .afterValue span{ margin: 8px; float: left; }
1574
1575.div-addtask  #calendar_addtask_details8 .parent .child-top .date-hour { width: 140px; float: left; background: #E8F4FD; height: 20px; text-align: center; }
1576.div-addtask  #calendar_addtask_details8 .parent .child-top .date-hour span{ display: block; padding: 6px; font-weight: bold; color: #2E6E9E; }
1577.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;}
1578.div-addtask  #calendar_addtask_details8 .parent .child-top .user span{display: block; padding: 6px;}
1579.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;}
1580.div-addtask  #calendar_addtask_details8 .parent .child-top .attribute span{display: block; padding: 6px;}
1581.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;}
1582.div-addtask  #calendar_addtask_details8 .parent .child-top .beforeValue span{display: block; padding: 6px; }
1583.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;}
1584.div-addtask  #calendar_addtask_details8 .parent .child-top .afterValue span{display: block; padding: 6px; }
1585
1586.new-message-input.email-text{
1587        resize: none;
1588        height: 16px;
1589        overflow: hidden;
1590        vertical-align: middle;
1591        cursor: text;
1592}
1593
1594/* Mail Archive */
1595.local-folder {
1596
1597}
1598
1599.local-connect {
1600        width: 16px;
1601        height: 16px;
1602        background: url("images/connect_delete.gif") no-repeat;
1603        display: inline-block;
1604        cursor: pointer;
1605}
Note: See TracBrowser for help on using the repository browser.