source: branches/2.4/expressoMail1_2/templates/default/main.css @ 7505

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