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

Revision 7667, 48.7 KB checked in by angelo, 11 years ago (diff)

Ticket #3243 - Barra de botoes some ao enviar nova mensagem no Chrome

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