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

Revision 7414, 48.3 KB checked in by marcosw, 12 years ago (diff)

Ticket #3088 - Realização de merge da melhoria do MailArchiver?

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