[MERGE] Merge with trunk upto revision no 1400.
[odoo/odoo.git] / addons / web / static / src / css / base.css
1 /* TODO: separate openerp web client page css from openerp views css */
2 body.openerp {
3     padding: 0;
4     margin: 0;
5     height: 100%;
6     min-width: 1000px;
7     overflow-y: scroll;
8     font-size: 80%;
9 }
10
11 body.openerp, .openerp textarea, .openerp input, .openerp select, .openerp option, .openerp button, .openerp .ui-widget {
12     font-family: Ubuntu, Helvetica, sans-serif;
13 }
14
15 .oe_box {
16     border: 1px solid #aaf;
17     padding: 2px;
18     margin: 2px;
19 }
20
21 #oe_header h2 {
22     margin: 2px 0;
23 }
24
25 #oe_errors pre {
26     margin: 0;
27 }
28
29 .openerp .oe-number {
30     text-align: right !important;
31 }
32 .openerp .oe_hide {
33     display: none !important;
34 }
35
36 /* STATES */
37 .openerp .on_logged,
38 .openerp .db_options_row {
39     display: none;
40 }
41
42 /* Loading */
43 .loading {
44     cursor: wait;
45 }
46 .openerp .loading {
47     display: none;
48     z-index: 100;
49     position: fixed;
50     top: 0;
51     right: 50%;
52     padding: 4px 12px;
53     background: #A61300;
54     color: white;
55     text-align: center;
56     border: 1px solid #900;
57     border-top: none;
58     -moz-border-radius-bottomright: 8px;
59     -moz-border-radius-bottomleft: 8px;
60     border-bottom-right-radius: 8px;
61     border-bottom-left-radius: 8px;
62 }
63 .openerp .oe_notification {
64     z-index: 1001;
65     display: none;
66 }
67 .openerp .oe_notification * {
68     color: white;
69 }
70
71 /* Login */
72 .openerp .login {
73     display: none;
74 }
75 .openerp .login form {
76     float: left;
77     width: 420px;
78     margin-left: 40px;
79     margin-bottom: 60px;
80 }
81 .openerp .login fieldset {
82     padding-bottom: 5px;
83     min-width: 100px;
84     margin-top: 60px;
85     border-radius: 10px;
86     -moz-border-radius: 10px;
87     -webkit-border-radius: 10px;
88 }
89 .openerp .login fieldset legend {
90     padding: 4px;
91 }
92 .openerp .login .oe_box2 {
93     padding: 5px 5px 20px 5px;
94 }
95 .openerp .login .oe_box2 table {
96     width: 100%;
97     border:none;
98 }
99 .openerp .login .oe_box2 td {
100     padding: 3px;
101     text-align: right;
102 }
103 .openerp .login .oe_box2 td input,
104 .openerp .login .oe_box2 td select {
105     width: 100%;
106 }
107 .openerp .login .oe_box2 td.oe_remember {
108     text-align:left;
109 }
110 .openerp .login .oe_box2 td.oe_remember input {
111     width: inherit;
112 }
113 .openerp .login .oe_login_right_pane {
114     padding:70px 35px 5px 10px;
115     min-width: 200px;
116     margin-left: 500px;
117 }
118 .openerp .login .login_error_message {
119     display: none;
120     background-color: #9A0404;
121     border-radius: 3px;
122     -moz-border-radius: 3px;
123     -webkit-border-radius: 3px;
124     color: white;
125     font-size: 16px;
126     font-weight: bold;
127     padding: 5px;
128     margin-top: 5px;
129     text-align: center;
130 }
131 .openerp .login .login_invalid .login_error_message {
132     display: block;
133 }
134
135 .openerp.login-mode .login-container {
136     height: 100%;
137 }
138 .openerp.login-mode .login {
139     display: block;
140 }
141 .openerp.login-mode .menu,
142 .openerp.login-mode .secondary_menu,
143 .openerp.login-mode .oe-application,
144 .openerp.login-mode .db_options_row {
145     display: none;
146 }
147
148 /* Database */
149 .openerp.database_block .db_options_row {
150     height: 100%;
151     display: table-row;
152 }
153
154 .openerp.database_block .menu,
155 .openerp.database_block .secondary_menu,
156 .openerp.database_block .oe-application,
157 .openerp.database_block .login-container {
158     display: none;
159 }
160
161 .db_container {
162     width: 196px;
163     background: #666666;
164 }
165
166 ul.db_options li {
167     padding: 5px 0 10px 5px;
168     background: #949292; /* Old browsers */
169     background: -moz-linear-gradient(top, #949292 30%, #6d6b6b 95%, #282828 100%); /* FF3.6+ */
170     background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#949292), color-stop(95%,#6d6b6b), color-stop(100%,#282828)); /* Chrome,Safari4+ */
171     background: -webkit-linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* Chrome10+,Safari5.1+ */
172     background: -o-linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* Opera11.10+ */
173     background: -ms-linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* IE10+ */
174     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
175     background: linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* W3C */
176     /* for ie9 */
177     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#5B5A5A',GradientType=0 ); /* IE6-9 */
178     border: none;
179     /* overriding jquery ui */
180     -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
181     display: block;
182     font-weight: bold;
183     text-transform: uppercase;
184     margin: 1px;
185     color: #EEEEEE;
186     cursor: pointer;
187     width: 196px;
188     font-size: 12px;
189 }
190
191 .db_option_table {
192     border: 1px solid #5A5858;
193     padding: 5px;
194     -moz-border-radius: 10px;
195 }
196
197 table.db_option_table input.required {
198     background-color: #D2D2FF !important;
199 }
200
201 .db_option_table input[type="text"], .db_option_table input[type="password"], .db_option_table select {
202     width: 300px;
203 }
204
205 .option_string {
206     font-weight: bold;
207     color: #555;
208     width: 100%;
209     text-align: center;
210     padding: 10px 0;
211     font-size: large;
212 }
213
214 label.error {
215     float: none;
216     color: red;
217     padding-left: .5em;
218     vertical-align: top;
219 }
220
221 /* Main*/
222 .openerp .main_table {
223     width: 100%;
224     height: 100%;
225     background: #f0eeee;
226 }
227 .openerp .oe-application-container {
228     width: 100%;
229     height: 100%;
230 }
231
232 /* Menu */
233 .openerp .menu {
234     height: 34px;
235     background: #cc4e45; /* Old browsers */
236     background: -moz-linear-gradient(top, #cc4e45 0%, #b52d20 8%, #7a211a 100%); /* FF3.6+ */
237     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc4e45), color-stop(8%,#b52d20), color-stop(100%,#7a211a)); /* Chrome,Safari4+ */
238     background: -webkit-linear-gradient(top, #cc4e45 0%,#b52d20 8%,#7a211a 100%); /* Chrome10+,Safari5.1+ */
239     background: -o-linear-gradient(top, #cc4e45 0%,#b52d20 8%,#7a211a 100%); /* Opera11.10+ */
240     background: -ms-linear-gradient(top, #cc4e45 0%,#b52d20 8%,#7a211a 100%); /* IE10+ */
241     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC4E45', endColorstr='#7A211A',GradientType=0 ); /* IE6-9 */
242     background: linear-gradient(top, #cc4e45 0%,#b52d20 8%,#7a211a 100%); /* W3C */
243 }
244 .openerp .menu td {
245     text-align: center;
246     padding:0;
247 }
248 .openerp .menu a {
249     display:block;
250     min-width: 60px;
251     height: 20px;
252     margin: 3px 2px;
253     padding: 0 8px;
254
255     background: #bd5e54; /* Old browsers */
256     background: -moz-linear-gradient(top, #bd5e54 0%, #90322a 60%); /* FF3.6+ */
257     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd5e54), color-stop(60%,#90322a)); /* Chrome,Safari4+ */
258     background: -webkit-linear-gradient(top, #bd5e54 0%,#90322a 60%); /* Chrome10+,Safari5.1+ */
259     background: -o-linear-gradient(top, #bd5e54 0%,#90322a 60%); /* Opera11.10+ */
260     background: -ms-linear-gradient(top, #bd5e54 0%,#90322a 60%); /* IE10+ */
261     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BD5E54', endColorstr='#90322A',GradientType=0 ); /* IE6-9 */
262     background: linear-gradient(top, #bd5e54 0%,#90322a 60%); /* W3C */
263
264     border: 1px solid #6E2A24;
265     border-radius: 4px;
266     -moz-border-radius: 4px;
267     -webkit-border-radius: 4px;
268
269     color: #eee;
270     text-shadow: #222 0 1px 0;
271     text-decoration: none;
272     text-transform: uppercase;
273     line-height: 20px;
274     font-weight: bold;
275     font-size: 85%;
276
277     white-space: nowrap;
278 }
279 .openerp .menu a:hover,
280 .openerp .menu a:focus,
281 .openerp .menu a.active {
282     background: #c6c6c6; /* Old browsers */
283     background: -moz-linear-gradient(top, #c6c6c6 0%, #5c5c5c 7%, #969595 86%); /* FF3.6+ */
284     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(7%,#5c5c5c), color-stop(86%,#969595)); /* Chrome,Safari4+ */
285     background: -webkit-linear-gradient(top, #c6c6c6 0%,#5c5c5c 7%,#969595 86%); /* Chrome10+,Safari5.1+ */
286     background: -o-linear-gradient(top, #c6c6c6 0%,#5c5c5c 7%,#969595 86%); /* Opera11.10+ */
287     background: -ms-linear-gradient(top, #c6c6c6 0%,#5c5c5c 7%,#969595 86%); /* IE10+ */
288     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C6C6C6', endColorstr='#969595',GradientType=0 ); /* IE6-9 */
289     background: linear-gradient(top, #c6c6c6 0%,#5c5c5c 7%,#969595 86%); /* W3C */
290     /* for ie */
291     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#969595',GradientType=0 ); /* IE6-9 */
292     color: #fff;
293 }
294 /* Secondary Menu */
295 .openerp .secondary_menu .oe_toggle_secondary_menu {
296     position: absolute;
297     cursor: pointer;
298     border-left: 1px solid #282828;
299     width: 21px;
300     height: 21px;
301     z-index: 10;
302     background: transparent;
303     color: white;
304     text-shadow: 0 1px 0 #333;
305     text-align: center;
306     font-size: 18px;
307     line-height: 18px;
308     right: 0;
309 }
310 .openerp .secondary_menu.oe_folded .oe_toggle_secondary_menu {
311     position: static;
312     border-left: none;
313     border-bottom: 1px solid #282828;
314     width: 21px;
315     height: 21px;
316     background: #818181;
317 }
318 .openerp .secondary_menu.oe_folded .oe_toggle_secondary_menu span.oe_menu_fold {
319     display: none;
320 }
321 .openerp .secondary_menu.oe_unfolded .oe_toggle_secondary_menu span.oe_menu_unfold {
322     display: none;
323 }
324 .openerp .secondary_menu {
325     width: 200px;
326     min-width: 200px;
327     border-right: 1px solid #3C3C3C;
328     border-bottom: 1px solid #5A5858;
329     background: #5A5858;
330     vertical-align: top;
331     height: 100%;
332     display: block;
333     position: relative;
334 }
335 .openerp .secondary_menu.oe_folded {
336     width: 20px;
337     min-width: 20px;
338     position: static;
339 }
340 .openerp .secondary_menu.oe_folded .oe_secondary_menu.active {
341     position: absolute;
342     z-index: 100;
343     border: 4px solid #585858;
344     border: 4px solid rgba(88, 88, 88, .5);
345     border-radius: 4px;
346     min-width: 200px;
347 }
348 .openerp .secondary_menu a {
349     display: block;
350     padding: 0 5px 2px 5px;
351     line-height: 20px;
352     text-decoration: none;
353     white-space: nowrap;
354     color: white;
355     text-shadow: 0 1px 0 #333;
356 }
357 .openerp .oe_secondary_submenu {
358     background: #5A5858;
359 }
360 .openerp .secondary_menu a.oe_secondary_menu_item {
361     background: #949292; /* Old browsers */
362     background: -moz-linear-gradient(top, #949292 0%, #6d6b6b 87%, #282828 99%); /* FF3.6+ */
363     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949292), color-stop(87%,#6d6b6b), color-stop(99%,#282828)); /* Chrome,Safari4+ */
364     background: -webkit-linear-gradient(top, #949292 0%,#6d6b6b 87%,#282828 99%); /* Chrome10+,Safari5.1+ */
365     background: -o-linear-gradient(top, #949292 0%,#6d6b6b 87%,#282828 99%); /* Opera11.10+ */
366     background: -ms-linear-gradient(top, #949292 0%,#6d6b6b 87%,#282828 99%); /* IE10+ */
367     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
368     background: linear-gradient(top, #949292 0%,#6d6b6b 87%,#282828 99%); /* W3C */
369     /* for ie9 */
370     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#5B5A5A',GradientType=0 ); /* IE6-9 */
371     white-space: nowrap;
372     color: white;
373     text-shadow: 0 1px 0 #333;
374 }
375 .openerp a.oe_secondary_submenu_item:hover,
376 .openerp a.oe_secondary_submenu_item.leaf.active {
377     display: block;
378     background: #ffffff; /* Old browsers */
379     background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 11%, #afafaf 86%, #333333 91%, #5a5858 96%); /* FF3.6+ */
380     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(11%,#d8d8d8), color-stop(86%,#afafaf), color-stop(91%,#333333), color-stop(96%,#5a5858)); /* Chrome,Safari4+ */
381     background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 11%,#afafaf 86%,#333333 91%,#5a5858 96%); /* Chrome10+,Safari5.1+ */
382     background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 11%,#afafaf 86%,#333333 91%,#5a5858 96%); /* Opera11.10+ */
383     background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 11%,#afafaf 86%,#333333 91%,#5a5858 96%); /* IE10+ */
384     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#5A5858',GradientType=0 ); /* IE6-9 */
385     background: linear-gradient(top, #ffffff 0%,#d8d8d8 11%,#afafaf 86%,#333333 91%,#5a5858 96%); /* W3C */
386     padding: 0 5px 2px 5px;
387     line-height: 20px;
388     color: #3f3d3d;
389     text-decoration: none;
390     text-shadow: #fff 0 1px 0;
391 }
392 .openerp a.oe_secondary_submenu_item.submenu.opened span:before {
393     content: "\25be";
394 }
395 .openerp a.oe_secondary_submenu_item.submenu span:before {
396     content: "\25b8";
397 }
398
399 /* Header */
400 .openerp .header {
401     height: 65px;
402     background: url("/web/static/src/img/header-background.png") repeat-x scroll left top transparent;
403     color: #FFFFFF;
404     letter-spacing: 0.5px;
405     text-shadow: 0 1px 0 #333333;
406 }
407 .openerp .company_logo_link {
408     display: block;
409     float: left;
410     height: 63px;
411     width: 200px;
412     border: 1px solid white;
413     border-right-color: black;
414     border-bottom-color: black;
415     background: #FFFFFF;
416     background: -moz-linear-gradient(top, #FFFFFF 0%, #CECECE 100%);
417     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#CECECE));
418     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CECECE',GradientType=0 );
419 }
420 .openerp .company_logo {
421     margin-top: 7px;
422     margin-left: 10px;
423     display: block;
424     background: url(/web/static/src/img/logo.png);
425     width:180px;
426     height:46px;
427 }
428 .openerp .header_title {
429     float: left;
430     font-size: 100%;
431     margin: 0;
432     padding: 4px 10px;
433     text-shadow: 0 1px 0 #111111;
434 }
435 .openerp .header_title small {
436     color: #ccc;
437     font-size: 90%;
438     font-weight: normal;
439 }
440 .openerp .header_corner {
441     float: right;
442 }
443 .openerp .header_corner .block {
444     float: left;
445     height: 34px;
446     line-height: 34px;
447     /*background: url(../images/top-sep-a.png) no-repeat;*/
448     border-left: 1px solid #6a6a6a;
449     background: #828282;
450     background: -moz-linear-gradient(top, #828282 0%, #4D4D4D 100%);
451     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(100%,#4D4D4D));
452     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#4D4D4D',GradientType=0 );
453 }
454 .openerp .header_corner .block a {
455     display: block;
456     color: white;
457     text-decoration: none;
458     padding: 0 10px;
459 }
460 .openerp .header_corner .block a:hover {
461     background: #929292;
462     background: -moz-linear-gradient(top, #929292 0%, #4D4D4D 100%);
463     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#929292), color-stop(100%,#4D4D4D));
464     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#4D4D4D',GradientType=0 );
465 }
466 .openerp .header_corner ul.block {
467     /*float: left;*/
468     list-style: none;
469     height: 34px;
470     margin: 0;
471     padding: 0 0 0 2px;
472     /*background: url(../images/top-sep-a.png) no-repeat;*/
473     line-height: 33px;
474     /*font-size: 1em;*/
475     /*text-transform: uppercase;*/
476 }
477 .openerp .header_corner ul.block li {
478     float: left;
479 }
480 .openerp .header_corner ul.block li a {
481     padding: 0 5px;
482     position: relative;
483     line-height: 32px;
484 }
485 .openerp .header_corner ul.block li a img {
486     vertical-align: middle;
487 }
488 .openerp .header_corner ul.block li a small {
489     position: absolute;
490     right: 0;
491     top: 5px;
492     padding: 1px 4px 2px;
493     background: rgba(0, 0, 0, 0.75);
494     border-radius: 7px;
495     -moz-border-radius: 7px;
496     -webkit-border-radius: 7px;
497     line-height: 1em;
498     font-weight: bold;
499 }
500
501 /* Footer */
502 .openerp div.oe_footer {
503     background: none repeat scroll 0 0 #CCCCCC;
504     overflow: hidden;
505     padding: 5px 0;
506     position: relative;
507     -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
508     -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
509     box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
510 }
511 .openerp div.oe_footer p.oe_footer_powered {
512     left: 50%;
513     margin: 0;
514     padding: 0 15px;
515     color: #666666;
516     font-weight: bold;
517     font-size: 0.8em;
518     text-align: center;
519 }
520 .openerp div.oe_footer p.oe_footer_powered a {
521     text-decoration: none;
522     color: #666666;
523 }
524
525 /* Main Application */
526 .openerp .oe-main-content,
527 .openerp .oe-application {
528     padding: 0;
529     height: 100%;
530 }
531
532 .openerp h2.oe_view_title {
533     font-size: 175%;
534     font-weight: normal;
535     margin: 2px 0;
536     color: #252424;
537     text-shadow: white 0 1px 0;
538 }
539
540 /* View Manager */
541 .openerp .oe_vm_switch {
542     float: right;
543 }
544
545 /* SearchView */
546 .openerp .filter_label, .openerp .filter_icon {
547     border: 1px solid #666;
548     border-left-width: 0;
549     background: #F0F0F0;
550     background: -moz-linear-gradient(top, #F0F0F0 0%, #C0C0C0 100%);
551     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(100%,#C0C0C0));
552     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#C0C0C0',GradientType=0 );
553 }
554 .openerp .filter_label:hover, .openerp .filter_icon:hover {
555     background: #F0F0F0;
556     background: -moz-linear-gradient(top, #F0F0F0 0%, #A1A7CE 100%);
557     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(100%,#A1A7CE));
558     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#A1A7CE',GradientType=0 );
559 }
560 .openerp .filter_label:active, .openerp .filter_icon:active {
561     background: #AAAAAA;
562     background: -moz-linear-gradient(top, #999999 0%, #EEEEEE 100%);
563     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#EEEEEE));
564     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#EEEEEE',GradientType=0 );
565 }
566 .openerp .filter_label.enabled, .openerp .filter_icon.enabled {
567     background: #AAAAAA;
568 }
569 .openerp .filter_icon {
570     height: 22px;
571     padding: 1px 2px 0 2px;
572     margin: 0;
573     vertical-align: bottom;
574 }
575 .openerp .filter_label {
576     font-weight: bold;
577     text-transform: uppercase;
578     text-shadow: #EEE 0 1px 0;
579     color: #4C4C4C;
580     white-space: nowrap;
581     min-height: 40px;
582     min-width: 75px;
583     padding: 2px 4px;
584     margin: 0;
585 }
586 .openerp .filter_label_group {
587     padding-right: 0.4em;
588     white-space: nowrap;
589 }
590 .openerp .filter_label_group button:first-child {
591     border-left: 1px solid #666;
592     -webkit-border-top-left-radius: 7px;
593     -webkit-border-bottom-left-radius: 7px;
594     -moz-border-radius-topleft: 7px;
595     -moz-border-radius-bottomleft: 7px;
596     border-top-left-radius: 7px;
597     border-bottom-left-radius: 7px;
598 }
599 .openerp .filter_label_group button:last-child {
600     -webkit-border-top-right-radius: 7px;
601     -webkit-border-bottom-right-radius: 7px;
602     -moz-border-radius-topright: 7px;
603     -moz-border-radius-bottomright: 7px;
604     border-top-right-radius: 7px;
605     border-bottom-right-radius: 7px;
606 }
607
608 .openerp .searchview_group_string {
609     display: block;
610     color: #7D7979;
611     font-weight: bold;
612     padding: 2px 0 2px 10px;
613     margin-top: 4px;
614     text-decoration: none;
615 }
616 .openerp .searchview_group_string:hover {
617     background-color: #ccc;
618 }
619 .openerp .searchview_group.folded .searchview_group_string {
620     background: url("/web/static/src/img/ui/group-folded.png") no-repeat scroll 0 50%;
621 }
622 .openerp .searchview_group.folded .searchview_group_content {
623     display: none;
624 }
625 .openerp .searchview_group.expanded .searchview_group_string {
626     background: url("/web/static/src/img/ui/group-expanded.png") no-repeat scroll 0 50%;
627 }
628 .openerp .searchview_group.expanded .searchview_group_content {
629     display: block;
630 }
631 .openerp .searchview_group_content {
632     padding-left: 10px;
633 }
634
635 .openerp .searchview_extended_group {
636     padding: 3px;
637     margin: 2px;
638 }
639
640 .openerp .searchview_extended_group .oe_adv_filters_and {
641     border-bottom: 1px solid #8E8E8E;
642     text-align: center;
643     margin-top: -10px;
644 }
645 .openerp .searchview_extended_group .oe_adv_filters_and span {
646     background: #F0EEEE;
647     position: relative;
648     top: 0.5em;
649     padding: 0 1em 0 1em;
650     color: #8E8E8E;
651 }
652
653 .openerp .searchview_extended_group.last_group .oe_adv_filters_and {
654     display: none;
655 }
656
657 .openerp .oe_search-view-custom-filter-btn span {
658     background: url(/web/static/src/img/icons/gtk-add.png) repeat-y;
659     padding-left: 18px;
660 }
661
662 .openerp .searchview_extended_add_proposition span {
663     font-size: 0.9em;
664     background: url(/web/static/src/img/icons/gtk-add.png) repeat-y;
665     padding-left: 18px;
666 }
667
668 .openerp .searchview_extended_delete_group {
669     float:right;
670     display: none;
671 }
672
673 .openerp .searchview_extended_delete_prop {
674     text-decoration: none;
675 }
676
677 .openerp .searchview_extended_delete_group span,
678 .openerp .searchview_extended_delete_prop span {
679     font-size: 0.9em;
680     background: url(/web/static/src/img/icons/gtk-close.png) repeat-y;
681     padding-left: 18px;
682 }
683 /* List */
684 .openerp .oe-listview table {
685     clear: right;
686     width: 100%;
687     border-spacing: 0;
688     border: 1px solid silver;
689 }
690
691 .openerp .oe-listview thead table {
692     width: 100%;
693     border:  none;
694 }
695 .openerp .oe-listview tr.odd {
696     background-color: #f3f3f3;
697 }
698 .openerp .oe-listview tbody tr:hover {
699     background-color: #ecebf2;
700 }
701 .openerp .oe-listview tbody tr:hover {
702     background-color: #eae9f0;
703 }
704 .openerp .oe-listview thead table tr,
705 .openerp .oe-listview thead table tr:hover {
706     background: none;
707 }
708
709 .openerp .oe-listview td,
710 .openerp .oe-listview th {
711     vertical-align: middle;
712     text-align: left;
713 }
714 .openerp .oe-listview td.oe-record-delete {
715     text-align: right;
716 }
717 .openerp .oe-listview th.oe-sortable {
718     cursor: pointer;
719 }
720 .openerp .oe-listview th.oe-sortable .ui-icon {
721     height: 1em;
722     display: inline;
723     display: inline-block;
724 }
725
726 .openerp .oe-listview .oe-field-cell {
727     cursor: pointer;
728 }
729 .openerp .oe-listview .oe-field-cell progress {
730     width: 100%;
731 }
732 .openerp .oe-listview .oe-field-cell button {
733     margin: 0;
734     padding: 0;
735     border: none;
736     background: none;
737     width: 16px;
738 }
739 .openerp .oe-listview .oe-field-cell button:active {
740     opacity: 0.5;
741 }
742 .openerp .oe-listview .oe-field-cell button img {
743     cursor: pointer;
744 }
745 .openerp .oe-listview .oe-field-cell button img:hover {
746     opacity: 0.75;
747 }
748
749 .openerp .oe-listview th.oe-actions {
750     text-align: left;
751     white-space: nowrap;
752 }
753 .openerp .oe-listview th.oe-list-pager {
754     text-align: right;
755     white-space: nowrap;
756 }
757 .openerp .oe-list-pager .oe-pager-state {
758     cursor: pointer;
759 }
760
761 .openerp .oe-listview .oe-group-name {
762     padding-right: 1em;
763 }
764 .openerp .oe-listview .oe-group-name,
765 .openerp .oe-listview .oe-group-pagination {
766     white-space: nowrap;
767 }
768
769 .openerp .oe-listview tfoot td {
770     padding: 3px 3px 0;
771 }
772 .openerp .oe-listview .oe-list-footer {
773     text-align: center;
774     white-space: nowrap;
775 }
776 .openerp .oe-listview .oe-list-footer span {
777     margin: 0 1em;
778 }
779 .openerp .oe-listview .oe-list-footer progress {
780     vertical-align:-10% !important;
781     width: 100%;
782 }
783
784 /** list rounded corners
785
786     rounded corners are a pain on tables: need to round not only table, but
787     also on the first and last children of the first and last row
788  */
789 .openerp .oe-listview table.oe-listview-content {
790     -webkit-border-radius: 7px;
791     -moz-border-radius: 7px;
792     border-radius: 7px;
793 }
794 .openerp .oe-listview table.oe-listview-content thead tr:first-child th:first-child {
795     -webkit-border-top-left-radius: 7px;
796     -moz-border-radius-topleft: 7px;
797     border-top-left-radius: 7px;
798 }
799 .openerp .oe-listview table.oe-listview-content thead tr:first-child th:last-child {
800     -webkit-border-top-right-radius: 7px;
801     -moz-border-radius-topright: 7px;
802     border-top-right-radius: 7px;
803 }
804 .openerp .oe-listview table.oe-listview-content tfoot tr:last-child th:first-child,
805 .openerp .oe-listview table.oe-listview-content tfoot tr:last-child td:first-child,
806 .openerp .oe-listview table.oe-listview-content tbody:last-child tr:last-child th:first-child {
807     -webkit-border-bottom-left-radius: 7px;
808     -moz-border-radius-bottomleft: 7px;
809     border-bottom-left-radius: 7px;
810 }
811 .openerp .oe-listview table.oe-listview-content tfoot tr:last-child th:last-child,
812 .openerp .oe-listview table.oe-listview-content tfoot tr:last-child td:last-child,
813 .openerp .oe-listview table.oe-listview-content tbody:last-child tr:last-child td:last-child {
814     -webkit-border-bottom-right-radius: 7px;
815     -moz-border-radius-bottomright: 7px;
816     border-bottom-right-radius: 7px;
817 }
818
819 /* Notebook */
820 .openerp .oe_form_notebook {
821     padding: 0;
822     background: none;
823     border-width: 0;
824 }
825 .openerp .oe_form_notebook ul.ui-tabs-nav {
826     padding-left: 0;
827     background: transparent;
828     border-width: 0 0 1px 0;
829     border-radius: 0;
830     -moz-border-radius: 0;
831     -webkit-border-radius: 0;
832     line-height: 0.5em;
833 }
834 .openerp .oe_form_notebook ul.ui-tabs-nav li {
835     font-weight: bold;
836 }
837 .openerp .oe_form_notebook .ui-tabs-panel {
838     background: #f9f9f9;
839     border-width: 0 1px 1px 1px;
840 }
841 .openerp .oe_form_notebook .ui-tabs-selected {
842     background: #f9f9f9;
843 }
844
845 /* Form */
846 .openerp .oe_frame.oe_forms {
847     clear: both;
848 }
849 .openerp table.oe_frame {
850     color: #4c4c4c;
851 }
852 .openerp td.oe_form_frame_cell {
853     padding: 2px;
854     position: relative;
855 }
856 .openerp td.oe_form_frame_cell.oe_form_group {
857     padding: 0;
858 }
859 .openerp .required.error {
860     border: 1px solid #900;
861 }
862 .openerp .oe_form_buttons, .openerp .oe_list_buttons {
863     float: left;
864 }
865 .openerp .oe_form_pager, .openerp .oe_list_pager {
866     float: right;
867 }
868
869 .openerp label.oe_label_help, .openerp label.oe_label {
870     display: block;
871 }
872 .openerp label.oe_label_help {
873     cursor: help;
874 }
875
876 .openerp .oe_forms label.oe_label, .openerp .oe_forms label.oe_label_help {
877     margin: 3px 0 0 10px;
878 }
879 .openerp label.oe_label_help span {
880     font-size: 80%;
881     color: darkgreen;
882     vertical-align:top;
883     position: relative;
884     top: -4px;
885     padding: 0 2px;
886 }
887 .openerp .oe_align_left {
888     text-align: left;
889 }
890 .openerp .oe_align_right {
891     text-align: right;
892 }
893 .openerp .oe_align_center {
894     text-align: center;
895 }
896 .openerp .oe_forms .oe_form_paragraph {
897     margin: 3px 0 0 0;
898 }
899
900 /* Inputs */
901 .openerp .oe_forms input[type="text"], .openerp .oe_forms input[type="password"], .openerp .oe_forms select, .openerp .oe_forms textarea {
902     -moz-box-sizing: border-box;
903     -webkit-box-sizing: border-box;
904     -ms-box-sizing: border-box;
905     box-sizing: border-box;
906     padding: 0 2px 0 2px;
907     border: 1px solid #999;
908     -moz-border-radius: 3px;
909     -webkit-border-radius: 3px;
910     border-radius: 3px;
911     background: white;
912     min-width: 90px;
913     color: #1f1f1f;
914 }
915 .openerp .oe_forms textarea {
916     resize:vertical;
917 }
918 .openerp .oe_forms input[type="text"], .openerp .oe_forms input[type="password"], .openerp .oe_forms select, .openerp .oe_forms .button {
919     height: 22px;
920 }
921 .openerp .oe_forms input.field_datetime {
922     min-width: 11em;
923 }
924 .openerp .oe_forms.oe_frame .oe_datepicker_root {
925     width: 100%;
926 }
927 .openerp .oe_forms .button {
928     color: #4c4c4c;
929     white-space: nowrap;
930 }
931 .openerp .oe_forms .button span {
932     position: relative;
933     vertical-align: top;
934 }
935 .openerp .oe_input_icon {
936     position: absolute;
937     cursor: pointer;
938     right: 5px;
939     top: 3px;
940 }
941 .openerp .oe_datepicker_root {
942     position: relative;
943     display: inline-block;
944 }
945 .openerp .oe_datepicker_root input[type="text"] {
946     min-width: 160px;
947 }
948 .openerp .oe_input_icon_disabled {
949     position: absolute;
950     cursor: default;
951     opacity: 0.5;
952     filter:alpha(opacity=50);
953     right: 5px;
954     top: 5px;
955 }
956 .openerp img.oe_field_translate {
957     margin-left: -21px;
958     vertical-align: top;
959     cursor: pointer;
960     position: relative;
961     top: 4px;
962 }
963 .openerp .oe_trad_field.touched {
964     border: 1px solid green !important;
965 }
966
967 /* http://www.quirksmode.org/dom/inputfile.html
968  * http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
969  */
970 .openerp .oe-binary-file-set {
971     overflow: hidden;
972     position: relative;
973 }
974 .openerp input.oe-binary-file {
975     z-index: 0;
976     line-height: 0;
977     font-size: 50px;
978     position: absolute;
979     /* Should be adjusted for all browsers */
980     top: -2px;
981     left: -700px;
982     opacity: 0;
983     filter: alpha(opacity = 0);
984     -ms-filter: "alpha(opacity=0)";
985     margin: 0;
986     padding:0;
987 }
988
989 /* Widgets */
990 .openerp .separator {
991     border: 0 solid #666;
992 }
993 .openerp .separator.horizontal {
994    font-weight: bold;
995     border-bottom-width: 1px;
996     margin: 3px 4px 3px 1px;
997     height: 15px;
998 }
999 .openerp .oe_form_frame_cell.oe_form_separator_vertical {
1000     border-left: 1px solid #666;
1001 }
1002 .openerp td.required input, .openerp td.required select {
1003     background-color: #D2D2FF !important;
1004 }
1005 .openerp td.invalid input, .openerp td.invalid select, .openerp td.invalid textarea {
1006     background-color: #F66 !important;
1007     border: 1px solid #D00 !important;
1008 }
1009 .openerp div.oe-progressbar span {
1010     position: absolute;
1011     margin-left: 10px;
1012     margin-top: 5px;
1013     font-weight: bold;
1014 }
1015
1016 /* jQuery UI override */
1017 .openerp .ui-widget {
1018     font-size: 1em;
1019 }
1020 .openerp .oe_form_field_progressbar .ui-progressbar {
1021     height: 22px;
1022     font-size: 10px;
1023     -moz-box-sizing: border-box;
1024     -webkit-box-sizing: border-box;
1025     -ms-box-sizing: border-box;
1026     box-sizing: border-box;
1027     border: 1px solid #999;
1028     -moz-border-radius: 3px;
1029     -webkit-border-radius: 3px;
1030     border-radius: 3px;
1031     background: white;
1032     min-width: 90px;
1033 }
1034
1035 /* Sidebar */
1036 .openerp .view-manager-main-table {
1037     margin: 0;
1038     width:100%;
1039     border-collapse:collapse;
1040     height:100%;
1041 }
1042
1043 .openerp .view-manager-main-table tbody {
1044     vertical-align: top;
1045 }
1046
1047 .openerp .view-manager-main-content {
1048     width: 100%;
1049 }
1050 .openerp .oe-view-manager-header {
1051     overflow: auto;
1052 }
1053 .openerp .oe-view-manager-header h2 {
1054     float: left;
1055 }
1056 .openerp .oe-view-manager-header blockquote {
1057     display: none;
1058     font-size: 85%;
1059     margin: 0;
1060     background: #fff;
1061     border-bottom: 1px solid #CECBCB;
1062     padding: 1px 10px;
1063     color: #4C4C4C;
1064 }
1065 .openerp .oe-view-manager-header blockquote p {
1066     margin: 0;
1067     padding: 6px 1px 4px;
1068 }
1069 .openerp .oe-view-manager-header blockquote div {
1070     text-align: right;
1071 }
1072 .openerp .oe-view-manager-header blockquote div button {
1073     border: none;
1074     background: none;
1075     padding: 0 4px;
1076     margin: 0;
1077     display: inline;
1078     text-decoration: underline;
1079     color: inherit;
1080 }
1081 .openerp .oe-view-manager-logs {
1082     clear: both;
1083     font-size: 85%;
1084     margin: 0.25em 0;
1085     background: #fff;
1086     padding: 0 10px;
1087     color: #4C4C4C;
1088     list-style: none;
1089 }
1090 .openerp .oe-view-manager-logs li:before {
1091     content: '→ ';
1092 }
1093 .openerp .oe-view-manager-logs a {
1094     text-decoration: none;
1095     color: inherit;
1096 }
1097
1098 .openerp .view-manager-main-sidebar {
1099     width: 180px;
1100     padding: 0;
1101     margin: 0;
1102 }
1103
1104 .openerp .sidebar-main-div {
1105     height: 100%;
1106     border-left: 1px solid #D2CFCF;
1107 }
1108
1109 .openerp .sidebar-content {
1110     padding: 0;
1111     margin: 0;
1112     width: 180px;
1113     height: 100%;
1114     font-size: 0.9em;
1115 }
1116
1117 .openerp .closed-sidebar .sidebar-content {
1118     width: 22px;
1119 }
1120
1121 .openerp .closed-sidebar .sidebar-content {
1122     display: none;
1123 }
1124
1125 .openerp .sidebar-main-div a {
1126     color: #555;
1127     text-decoration: none;
1128 }
1129
1130 .openerp .sidebar-main-div a:hover {
1131     color: black;
1132 }
1133
1134 .openerp .oe-sidebar-attachments-toolbar {
1135     margin: 4px 0 0 4px;
1136 }
1137 .openerp .oe-sidebar-attachments-items {
1138     clear: both;
1139     padding-top: 5px !important;
1140 }
1141 .openerp .oe-sidebar-attachments-items li {
1142     position: relative;
1143     padding: 0 0 3px 10px !important;
1144 }
1145 .openerp .oe-sidebar-attachments-items li:hover {
1146     background: #ddd;
1147 }
1148 .openerp .oe-sidebar-attachments-link {
1149     display: block;
1150     margin-right: 15px;
1151     overflow: hidden;
1152 }
1153 .openerp .oe-sidebar-attachment-delete {
1154     position: absolute;
1155     right: 2px;
1156     top: 1px;
1157     overflow: hidden;
1158     width: 15px;
1159     height: 15px;
1160     padding: 1px;
1161     border-radius: 7px;
1162     -moz-border-radius: 7px;
1163     -webkit-border-radius: 7px;
1164 }
1165 .openerp .oe-sidebar-attachment-delete:hover {
1166     background-color: white;
1167 }
1168
1169 .openerp .view-manager-main-sidebar h2 {
1170     margin:0;
1171     font-size: 1.15em;
1172     color: #8E8E8E;
1173     text-shadow: white 0 1px 0;
1174     padding-left: 10px;
1175     padding-right: 21px;
1176     height: 21px;
1177
1178     background: #ffffff; /* Old browsers */
1179     background: -moz-linear-gradient(top, #ffffff 0%, #ebe9e9 100%); /* FF3.6+ */
1180     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebe9e9)); /* Chrome,Safari4+ */
1181     background: -webkit-linear-gradient(top, #ffffff 0%,#ebe9e9 100%); /* Chrome10+,Safari5.1+ */
1182     background: -o-linear-gradient(top, #ffffff 0%,#ebe9e9 100%); /* Opera11.10+ */
1183     background: -ms-linear-gradient(top, #ffffff 0%,#ebe9e9 100%); /* IE10+ */
1184     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBE9E9',GradientType=0 ); /* IE6-9 */
1185     background: linear-gradient(top, #ffffff 0%,#ebe9e9 100%); /* W3C */
1186
1187     border: 1px solid #D2CFCF;
1188     border-right-width: 0;
1189     border-left-width: 0;
1190 }
1191
1192 .openerp .view-manager-main-sidebar ul {
1193     list-style-type: none;
1194     margin: 0;
1195     padding: 0;
1196     display: block;
1197 }
1198
1199 .openerp .view-manager-main-sidebar li {
1200     display: block;
1201     padding: 3px 3px 3px 10px;
1202 }
1203
1204 .openerp .toggle-sidebar {
1205     cursor: pointer;
1206     border: 1px solid #D2CFCF;
1207     display: block;
1208     background: url(/web/static/src/img/toggle-a-bg.png);
1209     width: 21px;
1210     height: 21px;
1211     z-index: 10;
1212 }
1213 .openerp .open-sidebar .toggle-sidebar {
1214     margin-left: 158px;
1215     background-position: 21px 0;
1216     position: absolute;
1217 }
1218 .openerp .closed-sidebar .toggle-sidebar {
1219     border-left: none;
1220 }
1221 .openerp li.oe_sidebar_print {
1222     padding-left: 20px;
1223     background: 1px 3px url(/web/static/src/img/icons/gtk-print.png) no-repeat;
1224 }
1225
1226 .openerp.kitten-mode-activated .main_table {
1227     background: url(http://placekitten.com/g/1500/800) repeat;
1228 }
1229
1230 .openerp.kitten-mode-activated .header {
1231     background: url(http://placekitten.com/g/211/65) repeat;
1232 }
1233
1234 .openerp.kitten-mode-activated .secondary_menu {
1235     background: url(http://placekitten.com/g/212/100) repeat;
1236 }
1237
1238 .openerp.kitten-mode-activated .menu {
1239     background: #828282;
1240     background: -moz-linear-gradient(top, #828282 0%, #4D4D4D 100%);
1241     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(100%,#4D4D4D));
1242     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#4D4D4D',GradientType=0 );
1243 }
1244 .openerp.kitten-mode-activated .menu a {
1245     background: none;
1246 }
1247 .openerp.kitten-mode-activated .menu span {
1248     background: none;
1249 }
1250 .openerp.kitten-mode-activated .sidebar-content li a,
1251 .openerp.kitten-mode-activated .oe-application .view-manager-main-content h2.oe_view_title,
1252 .openerp.kitten-mode-activated .oe-application .view-manager-main-content a.searchview_group_string,
1253 .openerp.kitten-mode-activated .oe-application .view-manager-main-content label  {
1254     color: white;
1255 }
1256 .openerp.kitten-mode-activated .menu,
1257 .openerp.kitten-mode-activated .header_corner,
1258 .openerp.kitten-mode-activated .header_title,
1259 .openerp.kitten-mode-activated .secondary_menu div,
1260 .openerp.kitten-mode-activated .oe-application,
1261 .openerp.kitten-mode-activated .oe_footer,
1262 .openerp.kitten-mode-activated .loading,
1263 .openerp.kitten-mode-activated .ui-dialog {
1264     opacity:0.8;
1265     filter:alpha(opacity=80);
1266 }
1267 .openerp.kitten-mode-activated .header .company_logo {
1268     background: url(http://placekitten.com/g/180/46);
1269 }
1270 .openerp.kitten-mode-activated .loading {
1271     background: #828282;
1272     border-color: #828282;
1273 }
1274
1275 .openerp .oe-m2o {
1276     padding-right: 20px;
1277     white-space: nowrap;
1278 }
1279 .openerp .oe_forms .oe-m2o input[type="text"] {
1280     padding-right: 20px;
1281 }
1282 .openerp .oe-m2o-drop-down-button {
1283     margin-left: -23px;
1284 }
1285 .openerp .oe-m2o-drop-down-button img,
1286 .openerp .oe-m2o-cm-button img {
1287     margin-bottom: -4px;
1288     cursor: pointer;
1289 }
1290 .openerp .oe-m2o-cm-button img {
1291     margin-left: 4px;
1292 }
1293 .openerp .oe-m2o-disabled-cm {
1294     color: grey;
1295 }
1296 .parent_top {
1297     vertical-align: text-top;
1298 }
1299
1300 .openerp .oe-dialog-warning p {
1301     padding-left: 1em;
1302     font-size: 1.2em;
1303     font-weight: bold;
1304 }
1305
1306 .openerp .dhx_mini_calendar {
1307     -moz-box-shadow: none;
1308     -khtml-box-shadow: none;
1309     -webkit-box-shadow: none;
1310     box-shadow: none;
1311 }
1312 .openerp .oe-treeview-table {
1313     width: 100%;
1314 }
1315 .treeview-tr, .treeview-td {
1316     cursor: pointer;
1317     vertical-align: top;
1318     text-align: left;
1319 }
1320 .treeview-tr span, .treeview-td span {
1321     display: block;
1322 }
1323 .treeview-tr:first-of-type {
1324     background: transparent url(/web/static/src/img/expand.gif) 0 50% no-repeat;
1325 }
1326 .oe-open .treeview-tr:first-of-type {
1327     background-image: url(/web/static/src/img/collapse.gif);
1328 }
1329 .treeview-tr:first-of-type span,
1330 .treeview-td:first-of-type span {
1331     margin-left: 16px;
1332 }
1333
1334 .treeview-header {
1335     text-align: left;
1336     vertical-align: top;
1337 }
1338 /* Shortcuts*/
1339 .oe-shortcut-toggle {
1340     height: 20px;
1341     padding: 0;
1342     width: 24px;
1343     cursor: pointer;
1344     display: block;
1345     background: url(/web/static/src/img/add-shortcut.png) no-repeat bottom;
1346     float: left;
1347 }
1348 .oe-shortcut-remove{
1349     background: url(/web/static/src/img/remove-shortcut.png) no-repeat bottom;
1350 }
1351 /* ================ */
1352 .oe-shortcuts {
1353     position: absolute;
1354
1355     margin: 0;
1356     padding: 6px 15px;
1357     top: 37px;
1358     left: 197px;
1359     right: 0;
1360     height: 17px;
1361     line-height: 1.2;
1362 }
1363 .oe-shortcuts ul {
1364     display: block;
1365     overflow: hidden;
1366     list-style: none;
1367     white-space: nowrap;
1368     padding: 0;
1369     margin: 0;
1370 }
1371 .oe-shortcuts li {
1372     cursor: pointer;
1373     display: -moz-inline-stack;
1374     display: inline-block;
1375     display: inline; /*IE7 */
1376     color: #fff;
1377     text-align: center;
1378     border-left: 1px solid #909090;
1379     padding: 4px;
1380     font-size: 90%;
1381     font-weight: normal;
1382 }
1383 .oe-shortcuts li:first-child {
1384     border-left: none;
1385     padding-left: 0;
1386 }
1387
1388 ul.oe-arrow-list {
1389     padding-left: 1.1em;
1390     margin: 0;
1391     white-space: nowrap;
1392 }
1393 ul.oe-arrow-list li {
1394     display: inline-block;
1395     margin-left: -1em;
1396 }
1397 ul.oe-arrow-list li span {
1398     vertical-align: top;
1399     display: inline-block;
1400     border-width:1em;
1401     border-style:solid;
1402     border-color: #DEDEDE;
1403     line-height:0em;
1404 }
1405 ul.oe-arrow-list .oe-arrow-list-before {
1406     border-left-color: rgba(0,0,0,0);
1407     border-right-width:0;
1408 }
1409 ul.oe-arrow-list .oe-arrow-list-after {
1410     border-color: rgba(0,0,0,0);
1411     border-left-color: #DEDEDE;
1412     border-right-width:0;
1413 }
1414 ul.oe-arrow-list li.oe-arrow-list-selected span {
1415     border-color: #B5B9FF;
1416 }
1417 ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-before {
1418     border-left-color: rgba(0,0,0,0);
1419 }
1420 ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-after {
1421     border-color: rgba(0,0,0,0);
1422     border-left-color: #B5B9FF;
1423 }
1424 .openerp .oe_view_editor {
1425     border-collapse: collapse;
1426     padding: 0;
1427     align: left;
1428     width: 100%;
1429 }
1430 .openerp .oe_view_editor_colum{
1431     font-size: 90%;
1432     font-weight: normal;
1433     padding: 0;
1434     border-bottom: 1px solid #CFCCCC;
1435 }
1436 .openerp .oe_view_editor_row:hover{
1437     background-color: #F3F3F3;
1438 }
1439 .openerp .oe_view_editor_tree_grid{
1440     text-align: left;
1441     white-space: nowrap;
1442     border-collapse: collapse;
1443     width: 100%;
1444 }
1445 .openerp .oe_view_editor_tree_grid a:hover {
1446     color: blue;
1447 }
1448 .openerp .oe_view_editor_tree_grid a {
1449     display: block;
1450 }