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