[IMP] changed height to min-height in body
[odoo/odoo.git] / addons / web / static / src / css / base.css
1 @charset "utf-8";
2 @font-face {
3   font-family: "mnmliconsRegular";
4   src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
5   src: url("/web/static/src/font/mnmliconsv21-webfont.woff") format("woff");
6   src: url("/web/static/src/font/mnmliconsv21-webfont.ttf") format("truetype");
7   src: url("/web/static/src/font/mnmliconsv21-webfont.svg") format("svg") active;
8   font-weight: normal;
9   font-style: normal;
10 }
11
12 @font-face {
13   font-family: "EntypoRegular";
14   src: url("/web/static/src/font/entypo-webfont.eot") format("eot");
15   src: url("/web/static/src/font/entypo-webfont.eot?#iefix") format("embedded-opentype");
16   src: url("/web/static/src/font/entypo-webfont.woff") format("woff");
17   src: url("/web/static/src/font/entypo-webfont.ttf") format("truetype");
18   src: url("/web/static/src/font/entypo-webfont.svg") format("svg") active;
19   font-weight: normal;
20   font-style: normal;
21 }
22
23 .openerp {
24   padding: 0;
25   margin: 0;
26   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
27   color: #4c4c4c;
28   font-size: 13px;
29   background: white;
30   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
31   /* http://www.quirksmode.org/dom/inputfile.html
32    * http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
33    */
34 }
35 .openerp.openerp_webclient_container {
36   min-height: 100%;
37 }
38 .openerp :-moz-placeholder {
39   color: #afafb6 !important;
40   font-style: italic !important;
41 }
42 .openerp ::-webkit-input-placeholder {
43   color: #afafb6 !important;
44   font-style: italic !important;
45 }
46 .openerp :-ms-input-placeholder {
47   color: #afafb6 !important;
48   font-style: italic !important;
49 }
50 .openerp a {
51   text-decoration: none;
52   cursor: pointer !important;
53 }
54 .openerp table {
55   padding: 0;
56   border-collapse: collapse;
57 }
58 .openerp thead {
59   font-weight: bold;
60   background-color: #f0f0f0;
61 }
62 .openerp thead th {
63   border-left: 1px solid #dfdfdf;
64 }
65 .openerp thead th:first-child {
66   border-left: none;
67 }
68 .openerp thead th.null {
69   border-left: none;
70 }
71 .openerp th, .openerp td {
72   padding: 0;
73   text-align: left;
74 }
75 .openerp th {
76   font-weight: bold;
77   vertical-align: middle;
78 }
79 .openerp td {
80   vertical-align: top;
81 }
82 .openerp .zebra tbody tr:nth-child(odd) td {
83   background-color: #f0f0fa;
84   background-color: #f0f0fa;
85   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
86   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
87   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
88   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
89   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
90   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
91 }
92 .openerp .zebra tbody tr:hover td {
93   background-color: #eeeeee;
94   background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dedede));
95   background-image: -webkit-linear-gradient(top, #eeeeee, #dedede);
96   background-image: -moz-linear-gradient(top, #eeeeee, #dedede);
97   background-image: -ms-linear-gradient(top, #eeeeee, #dedede);
98   background-image: -o-linear-gradient(top, #eeeeee, #dedede);
99   background-image: linear-gradient(to bottom, #eeeeee, #dedede);
100 }
101 .openerp input, .openerp textarea, .openerp select {
102   padding: 2px 4px;
103   border: 1px solid #cccccc;
104   -moz-border-radius: 3px;
105   -webkit-border-radius: 3px;
106   border-radius: 3px;
107   background: white;
108 }
109 .openerp img {
110   vertical-align: middle;
111 }
112 .openerp h4 {
113   margin: 4px 0;
114 }
115 .openerp a.button:link, .openerp a.button:visited, .openerp button, .openerp input[type='submit'], .openerp .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
116   display: inline-block;
117   border: 1px solid rgba(0, 0, 0, 0.4);
118   color: #4c4c4c;
119   margin: 0;
120   padding: 3px 12px;
121   font-size: 13px;
122   text-align: center;
123   background-color: #efefef;
124   background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
125   background-image: -webkit-linear-gradient(top, #efefef, #d8d8d8);
126   background-image: -moz-linear-gradient(top, #efefef, #d8d8d8);
127   background-image: -ms-linear-gradient(top, #efefef, #d8d8d8);
128   background-image: -o-linear-gradient(top, #efefef, #d8d8d8);
129   background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
130   -moz-border-radius: 3px;
131   -webkit-border-radius: 3px;
132   border-radius: 3px;
133   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
134   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
135   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
136   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
137   -webkit-font-smoothing: antialiased;
138   outline: none;
139 }
140 .openerp a.button:hover, .openerp button:hover, .openerp input[type='submit']:hover, .openerp .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover {
141   background-color: #f6f6f6;
142   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
143   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
144   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
145   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
146   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
147   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
148   cursor: pointer;
149   background-position: 0;
150 }
151 .openerp a.button:focus, .openerp button:focus, .openerp input[type='submit']:focus, .openerp .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-focus {
152   border: 1px solid #80bfff;
153   background-position: 0;
154   background-color: #f6f6f6;
155   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
156   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
157   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
158   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
159   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
160   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
161   -moz-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
162   -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
163   box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
164 }
165 .openerp a.button:active, .openerp a.button.active, .openerp button:active, .openerp button.active, .openerp input[type='submit']:active, .openerp input[type='submit'].active, .openerp .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-active {
166   background-color: #e3e3e3;
167   background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6));
168   background-image: -webkit-linear-gradient(top, #e3e3e3, #f6f6f6);
169   background-image: -moz-linear-gradient(top, #e3e3e3, #f6f6f6);
170   background-image: -ms-linear-gradient(top, #e3e3e3, #f6f6f6);
171   background-image: -o-linear-gradient(top, #e3e3e3, #f6f6f6);
172   background-image: linear-gradient(to bottom, #e3e3e3, #f6f6f6);
173   -moz-box-shadow: none;
174   -webkit-box-shadow: none;
175   box-shadow: none;
176 }
177 .openerp a.button.disabled, .openerp button:disabled, .openerp input[type='submit']:disabled {
178   background: #efefef !important;
179   border: 1px solid #d1d1d1 !important;
180   -moz-box-shadow: none !important;
181   -webkit-box-shadow: none !important;
182   box-shadow: none !important;
183   color: #aaaaaa !important;
184   cursor: default;
185   text-shadow: 0 1px 1px white !important;
186 }
187 .openerp .ui-widget-content a {
188   color: #7c7bad;
189 }
190 .openerp .oe_bounce_container {
191   display: inline-block;
192 }
193 .openerp .text-tag .text-button {
194   height: auto !important;
195   min-height: 16px;
196 }
197 .openerp .ui-tabs {
198   position: static;
199 }
200 .openerp.ui-dialog {
201   display: none;
202   padding: 6px;
203   background-color: rgba(60, 60, 60, 0.7);
204   border: 1px solid;
205   border-color: #888888 #555555 #444444;
206   -moz-border-radius: 8px;
207   -webkit-border-radius: 8px;
208   border-radius: 8px;
209   -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
210   -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
211   box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
212   -webkit-background-clip: padding-box;
213   -moz-background-clip: padding-box;
214   background-clip: padding-box;
215 }
216 .openerp.ui-dialog .ui-dialog-content {
217   padding: 0;
218 }
219 .openerp.ui-dialog .ui-dialog-titlebar, .openerp.ui-dialog .ui-dialog-content, .openerp.ui-dialog .ui-dialog-buttonpane {
220   padding: 16px;
221 }
222 .openerp.ui-dialog .ui-dialog-titlebar {
223   border-bottom: 1px solid #cacaca;
224   -moz-border-radius: 2px 2px 0 0;
225   -webkit-border-radius: 2px 2px 0 0;
226   border-radius: 2px 2px 0 0;
227   background-color: #fcfcfc;
228   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
229   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
230   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
231   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
232   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
233   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
234 }
235 .openerp.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
236   margin: 0;
237   padding: 0;
238 }
239 .openerp.ui-dialog .ui-widget-header {
240   border: none;
241 }
242 .openerp.ui-dialog .ui-dialog-content {
243   background: white;
244 }
245 .openerp.ui-dialog .ui-dialog-buttonpane {
246   border-top: 1px solid #e0e0e0;
247   background: #f5f7f9;
248   margin: 0;
249   -moz-border-radius: 0 0 2px 2px;
250   -webkit-border-radius: 0 0 2px 2px;
251   border-radius: 0 0 2px 2px;
252 }
253 .openerp.ui-dialog .ui-dialog-buttonpane button {
254   margin: 0 4px 0 0;
255 }
256 .openerp.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
257   float: left;
258 }
259 .openerp.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
260   margin-right: 4px;
261 }
262 .openerp.ui-dialog .ui-dialog-titlebar-close {
263   padding: 0;
264 }
265 .openerp.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
266   display: none;
267 }
268 .openerp.ui-dialog .ui-dialog-titlebar-close:before {
269   content: "×";
270   font-size: 18px;
271   font-weight: bold;
272   line-height: 16px;
273   color: black;
274   text-shadow: 0 1px 0 white;
275   padding: 0;
276   cursor: pointer;
277   background: transparent;
278   border: 0;
279 }
280 .openerp.ui-dialog .ui-dialog-titlebar-close:before:hover {
281   color: black;
282   text-decoration: none;
283 }
284 .openerp.ui-dialog .oe_about {
285   background-color: white;
286   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKUlEQVQIHWO8e/fufwYsgAUkJigoiCIF5DMyoYggcUiXgNnBiGQKmAkARpcEQeriln4AAAAASUVORK5CYII=);
287   -moz-border-radius: 0 0 2px 2px;
288   -webkit-border-radius: 0 0 2px 2px;
289   border-radius: 0 0 2px 2px;
290 }
291 .openerp.ui-dialog .oe_about a {
292   color: #7c7bad;
293 }
294 .openerp.ui-dialog .oe_about a:hover {
295   text-decoration: underline;
296 }
297 .openerp.ui-dialog .oe_about a:focus {
298   outline: none;
299 }
300 .openerp.ui-dialog .oe_about .oe_logo {
301   margin-left: -6px;
302 }
303 .openerp.ui-dialog .oe_about .oe_bottom {
304   position: absolute;
305   top: 50%;
306   left: 0;
307   right: 0;
308   bottom: 0;
309   text-shadow: 0 1px 1px #999999;
310   background-color: #b41616;
311   background-image: -webkit-gradient(linear, left top, left bottom, from(#b41616), to(#600606));
312   background-image: -webkit-linear-gradient(top, #b41616, #600606);
313   background-image: -moz-linear-gradient(top, #b41616, #600606);
314   background-image: -ms-linear-gradient(top, #b41616, #600606);
315   background-image: -o-linear-gradient(top, #b41616, #600606);
316   background-image: linear-gradient(to bottom, #b41616, #600606);
317   color: #eeeeee;
318   padding: 0 16px;
319   -moz-border-radius: 0 0 2px 2px;
320   -webkit-border-radius: 0 0 2px 2px;
321   border-radius: 0 0 2px 2px;
322 }
323 .openerp.ui-dialog .oe_about .oe_bottom a {
324   color: #eeeeee;
325 }
326 .openerp.ui-dialog.oe_act_window .ui-dialog-content {
327   padding: 0px;
328 }
329 .openerp .modal-backdrop {
330   position: fixed;
331   top: 0;
332   right: 0;
333   bottom: 0;
334   left: 0;
335   z-index: 1040;
336   background-color: black;
337   filter: alpha(opacity=30);
338   opacity: 0.3;
339 }
340 .openerp .oe_i {
341   font-family: "mnmliconsRegular" !important;
342   font-size: 21px;
343   font-weight: 300 !important;
344 }
345 .openerp .oe_e {
346   font-family: "entypoRegular" !important;
347   font-size: 34px;
348   font-weight: 300 !important;
349 }
350 .openerp .oe_left {
351   float: left;
352   margin-right: 8px;
353 }
354 .openerp .oe_right {
355   float: right;
356   margin-left: 8px;
357 }
358 .openerp .oe_text_right {
359   text-align: right;
360 }
361 .openerp .oe_clear {
362   clear: both;
363 }
364 .openerp .oe_wait {
365   cursor: wait;
366 }
367 .openerp .oe_fade {
368   color: #888888;
369   font-weight: normal;
370 }
371 .openerp .oe_bold {
372   font-weight: bold;
373 }
374 .openerp .oe_inline {
375   width: auto !important;
376 }
377 .openerp .oe_highlight {
378   color: white;
379   background: #dc5f59;
380 }
381 .openerp button.oe_highlight {
382   background-color: #df3f3f;
383   background-image: -webkit-gradient(linear, left top, left bottom, from(#df3f3f), to(#a21a1a));
384   background-image: -webkit-linear-gradient(top, #df3f3f, #a21a1a);
385   background-image: -moz-linear-gradient(top, #df3f3f, #a21a1a);
386   background-image: -ms-linear-gradient(top, #df3f3f, #a21a1a);
387   background-image: -o-linear-gradient(top, #df3f3f, #a21a1a);
388   background-image: linear-gradient(to bottom, #df3f3f, #a21a1a);
389   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
390   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
391   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
392 }
393 .openerp button.oe_highlight:hover {
394   background-color: #e25858;
395   background-image: -webkit-gradient(linear, left top, left bottom, from(#e25858), to(#ab1b1b));
396   background-image: -webkit-linear-gradient(top, #e25858, #ab1b1b);
397   background-image: -moz-linear-gradient(top, #e25858, #ab1b1b);
398   background-image: -ms-linear-gradient(top, #e25858, #ab1b1b);
399   background-image: -o-linear-gradient(top, #e25858, #ab1b1b);
400   background-image: linear-gradient(to bottom, #e25858, #ab1b1b);
401 }
402 .openerp button.oe_highlight:active {
403   background-color: #c52020;
404   background-image: -webkit-gradient(linear, left top, left bottom, from(#c52020), to(#d22323));
405   background-image: -webkit-linear-gradient(top, #c52020, #d22323);
406   background-image: -moz-linear-gradient(top, #c52020, #d22323);
407   background-image: -ms-linear-gradient(top, #c52020, #d22323);
408   background-image: -o-linear-gradient(top, #c52020, #d22323);
409   background-image: linear-gradient(to bottom, #c52020, #d22323);
410 }
411 .openerp .oe_background_grey {
412   background: #eeeeee !important;
413 }
414 .openerp .oe_form_dirty .oe_highlight_on_dirty {
415   color: white;
416   background: #dc5f59;
417   font-weight: bold;
418 }
419 .openerp .oe_form_dirty button.oe_highlight_on_dirty {
420   background-color: #dc5f59;
421   background-image: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
422   background-image: -webkit-linear-gradient(top, #dc5f59, #b33630);
423   background-image: -moz-linear-gradient(top, #dc5f59, #b33630);
424   background-image: -ms-linear-gradient(top, #dc5f59, #b33630);
425   background-image: -o-linear-gradient(top, #dc5f59, #b33630);
426   background-image: linear-gradient(to bottom, #dc5f59, #b33630);
427   -moz-box-shadow: none;
428   -webkit-box-shadow: none;
429   box-shadow: none;
430 }
431 .openerp .oe_form_dirty button.oe_highlight_on_dirty:hover {
432   background: #ed6f6a;
433 }
434 .openerp .oe_title {
435   width: 50%;
436   float: left;
437 }
438 .openerp .oe_title:after {
439   content: ".";
440   display: block;
441   height: 0;
442   clear: both;
443   visibility: hidden;
444 }
445 .openerp .oe_button_box {
446   width: 270px;
447   text-align: right;
448 }
449 .openerp .oe_button_box button {
450   margin: 4px;
451 }
452 .openerp .oe_avatar > img {
453   max-height: 90px;
454   max-width: 90px;
455   -moz-border-radius: 3px;
456   -webkit-border-radius: 3px;
457   border-radius: 3px;
458   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
459   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
460   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
461   border: none;
462   margin-bottom: 10px;
463 }
464 .openerp .oe_avatar + div {
465   margin-left: 5px;
466 }
467 .openerp .oe_image_small > img {
468   max-width: 50px;
469   max-height: 50px;
470 }
471 .openerp .oe_image_medium > img {
472   max-width: 180px;
473   max-height: 180px;
474 }
475 .openerp .oe_button.oe_link {
476   border: none;
477   padding: 0;
478   margin: 0;
479   background: none;
480   -moz-border-radius: 0;
481   -webkit-border-radius: 0;
482   border-radius: 0;
483   -moz-box-shadow: none;
484   -webkit-box-shadow: none;
485   box-shadow: none;
486 }
487 .openerp .oe_button.oe_link img {
488   display: none;
489 }
490 .openerp .oe_button.oe_link span {
491   border: none;
492   padding: 0;
493   margin: 0;
494   background: none;
495   -moz-border-radius: 0;
496   -webkit-border-radius: 0;
497   border-radius: 0;
498   -moz-box-shadow: none;
499   -webkit-box-shadow: none;
500   box-shadow: none;
501   color: #7c7bad;
502   font-weight: bold;
503 }
504 .openerp .oe_button.oe_link span:hover {
505   text-decoration: underline;
506 }
507 .openerp .oe_webclient .oe_star_on, .openerp .oe_webclient .oe_star_off {
508   color: #cccccc;
509   text-shadow: 0 0 2px black;
510   vertical-align: top;
511   position: relative;
512   top: -5px;
513 }
514 .openerp .oe_webclient .oe_star_on:hover, .openerp .oe_webclient .oe_star_off:hover {
515   text-decoration: none;
516 }
517 .openerp .oe_webclient .oe_star_on {
518   color: gold;
519 }
520 .openerp p.oe_grey {
521   max-width: 650px;
522 }
523 .openerp .oe_grey {
524   color: #aaaaaa;
525 }
526 .openerp .oe_tag {
527   border: 1px solid #afafb6;
528   font-size: 11px;
529   padding: 2px 4px;
530   margin: 0 2px 2px 0;
531   -moz-border-radius: 3px;
532   -webkit-border-radius: 3px;
533   border-radius: 3px;
534   background: #f0f0fa;
535   color: #4c4c4c;
536 }
537 .openerp .oe_tag_dark {
538   background: #7c7bad;
539   color: #eeeeee;
540 }
541 .openerp .oe_tags {
542   margin-bottom: 1px;
543 }
544 .openerp .oe_tags.oe_inline {
545   min-width: 250px;
546 }
547 .openerp .oe_tags .text-wrap {
548   width: 100% !important;
549 }
550 .openerp .oe_tags .text-wrap textarea {
551   width: 100% !important;
552 }
553 .openerp .oe_tags .text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
554   font-style: italic;
555   text-decoration: none;
556 }
557 .openerp.oe_tooltip {
558   font-size: 12px;
559 }
560 .openerp.oe_tooltip .oe_tooltip_string {
561   color: #ffdd55;
562   font-weight: bold;
563   font-size: 13px;
564 }
565 .openerp.oe_tooltip .oe_tooltip_help {
566   white-space: pre-wrap;
567 }
568 .openerp.oe_tooltip .oe_tooltip_technical {
569   padding: 0 0 4px 0;
570   margin: 5px 0 0 15px;
571 }
572 .openerp.oe_tooltip .oe_tooltip_technical li {
573   list-style: circle;
574 }
575 .openerp.oe_tooltip .oe_tooltip_technical_title {
576   font-weight: bold;
577 }
578 .openerp.oe_tooltip .oe_tooltip_close {
579   margin: -5px 0 0 2px;
580   cursor: default;
581   float: right;
582   color: white;
583 }
584 .openerp.oe_tooltip .oe_tooltip_close:hover {
585   color: #999999;
586   cursor: pointer;
587 }
588 .openerp.oe_tooltip .oe_tooltip_message {
589   max-width: 310px;
590 }
591 .openerp .oe_notebook {
592   margin: 8px 0;
593   padding: 0 16px;
594   list-style: none;
595   zoom: 1;
596 }
597 .openerp .oe_notebook.ui-corner-all {
598   -moz-border-radius: 0;
599   -webkit-border-radius: 0;
600   border-radius: 0;
601 }
602 .openerp .oe_notebook:before, .openerp .oe_notebook:after {
603   display: table;
604   content: "";
605   zoom: 1;
606 }
607 .openerp .oe_notebook:after {
608   clear: both;
609 }
610 .openerp .oe_notebook > li {
611   float: left;
612 }
613 .openerp .oe_notebook > li > a {
614   display: block;
615   color: gray;
616 }
617 .openerp .oe_notebook > li.ui-tabs-active > a {
618   color: #4c4c4c;
619 }
620 .openerp .oe_notebook {
621   border-color: #dddddd;
622   border-style: solid;
623   border-width: 0 0 1px;
624 }
625 .openerp .oe_notebook > li {
626   position: relative;
627 }
628 .openerp .oe_notebook > li > a {
629   padding: 0 12px;
630   margin-right: 2px;
631   line-height: 30px;
632   border: 1px solid transparent;
633   -moz-border-radius: 4px 4px 0 0;
634   -webkit-border-radius: 4px 4px 0 0;
635   border-radius: 4px 4px 0 0;
636 }
637 .openerp .oe_notebook > li > a:hover {
638   text-decoration: none;
639   background-color: #eeeeee;
640   border-color: #eeeeee #eeeeee #dddddd;
641 }
642 .openerp .oe_notebook > li.ui-state-active > a, .openerp .oe_notebook > li.ui-state-active > a:hover {
643   background-color: white;
644   border: 1px solid #dddddd;
645   border-bottom-color: transparent;
646   cursor: default;
647 }
648 .openerp .oe_notebook_page {
649   padding: 0;
650 }
651 .openerp div.ui-tabs {
652   padding: 3px 0px 3px 0px;
653 }
654 .openerp .ui-tabs-hide {
655   display: none;
656 }
657 .openerp .oe_dropdown, .openerp .oe_dropdown_hover, .openerp .oe_dropdown_toggle {
658   position: relative;
659   cursor: pointer;
660 }
661 .openerp .oe_dropdown_toggle {
662   color: #4c4c4c;
663   font-weight: normal;
664 }
665 .openerp .oe_dropdown_hover:hover .oe_dropdown_menu, .openerp .oe_dropdown_menu.oe_opened {
666   display: block;
667 }
668 .openerp .oe_dropdown_menu {
669   display: none;
670   position: absolute;
671   top: 26px;
672   left: 0;
673   z-index: 3;
674   margin: 0;
675   padding: 0;
676   border: 1px solid #afafb6;
677   background: white;
678   padding: 4px 0;
679   min-width: 140px;
680   text-align: left;
681   -moz-border-radius: 3px;
682   -webkit-border-radius: 3px;
683   border-radius: 3px;
684   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
685   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
686   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
687 }
688 .openerp .oe_dropdown_menu > li {
689   list-style-type: none;
690   float: none;
691   display: block;
692   position: relative;
693   margin: 0;
694   padding: 2px 8px;
695 }
696 .openerp .oe_dropdown_menu > li:hover {
697   background-color: #f0f0fa;
698   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
699   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
700   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
701   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
702   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
703   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
704   -moz-box-shadow: none;
705   -webkit-box-shadow: none;
706   box-shadow: none;
707 }
708 .openerp .oe_dropdown_menu > li > a {
709   white-space: nowrap;
710   display: block;
711   color: #4c4c4c;
712   text-decoration: none;
713   width: 200px;
714   text-overflow: ellipsis;
715   overflow: hidden;
716 }
717 .openerp .oe_dropdown_menu > li > a:hover {
718   text-decoration: none;
719 }
720 .openerp .oe_dropdown_arrow:after {
721   width: 0;
722   height: 0;
723   display: inline-block;
724   content: "&darr";
725   text-indent: -99999px;
726   vertical-align: top;
727   margin-top: 8px;
728   margin-left: 3px;
729   border-left: 4px solid transparent;
730   border-right: 4px solid transparent;
731   border-top: 4px solid #404040;
732   filter: alpha(opacity=50);
733   opacity: 0.5;
734 }
735 .openerp .oe_sidebar {
736   white-space: nowrap;
737 }
738 .openerp .oe_sidebar .oe_dropdown_menu .oe_sidebar_add_attachment {
739   height: 20px;
740   cursor: pointer;
741   padding-left: 6px;
742   margin-top: 6px;
743 }
744 .openerp .oe_sidebar .oe_dropdown_menu .oe_sidebar_add_attachment span {
745   font-weight: bold;
746 }
747 .openerp .oe_sidebar .oe_dropdown_menu .oe_sidebar_add_attachment .oe_hidden_input_file {
748   width: 200px;
749 }
750 .openerp .oe_sidebar .oe_dropdown_menu .oe_sidebar_add_attachment:hover {
751   background-color: #f0f0fa;
752   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
753   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
754   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
755   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
756   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
757   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
758   -moz-box-shadow: none;
759   -webkit-box-shadow: none;
760   box-shadow: none;
761 }
762 .openerp .oe_sidebar .oe_dropdown_menu li .oe_sidebar_delete_item {
763   position: absolute;
764   top: 4px;
765   right: 4px;
766   display: none;
767   width: 12px;
768   height: 12px;
769   padding: 1px;
770   color: #8786b7;
771   line-height: 8px;
772   text-align: center;
773   font-weight: bold;
774   text-shadow: 0 1px 1px white;
775 }
776 .openerp .oe_sidebar .oe_dropdown_menu li .oe_sidebar_delete_item:hover {
777   text-decoration: none;
778   color: white;
779   background: #8786b7;
780   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
781   -moz-border-radius: 2px;
782   -webkit-border-radius: 2px;
783   border-radius: 2px;
784 }
785 .openerp .oe_sidebar .oe_dropdown_menu li:hover .oe_sidebar_delete_item {
786   display: inline-block;
787 }
788 .openerp .oe_loading {
789   display: none;
790   z-index: 100;
791   position: fixed;
792   top: 0;
793   right: 50%;
794   padding: 4px 12px;
795   background: #a61300;
796   color: white;
797   text-align: center;
798   border: 1px solid #990000;
799   border-top: none;
800   -moz-border-radius-bottomright: 8px;
801   -moz-border-radius-bottomleft: 8px;
802   border-bottom-right-radius: 8px;
803   border-bottom-left-radius: 8px;
804 }
805 .openerp .oe_notification {
806   z-index: 1050;
807 }
808 .openerp .oe_webclient_timezone_notification a {
809   color: white;
810   text-decoration: underline;
811 }
812 .openerp .oe_webclient_timezone_notification p {
813   margin-top: 1em;
814 }
815 .openerp .oe_webclient_timezone_notification dt {
816   font-weight: bold;
817 }
818 .openerp .oe_timezone_systray span {
819   margin-top: 1px;
820   background-color: #f6cf3b;
821 }
822 .openerp .oe_dialog_warning {
823   width: 100%;
824 }
825 .openerp .oe_dialog_warning p {
826   text-align: center;
827 }
828 .openerp .oe_dialog_icon {
829   padding: 5px;
830   width: 32px;
831 }
832 .openerp .oe_login {
833   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKUlEQVQIHWO8e/fufwYsgAUkJigoiCIF5DMyoYggcUiXgNnBiGQKmAkARpcEQeriln4AAAAASUVORK5CYII=);
834   text-align: center;
835   font-size: 14px;
836   height: 100%;
837 }
838 .openerp .oe_login ul, .openerp .oe_login li {
839   margin: 0;
840   list-style-type: none;
841   padding: 0 0 4px 0;
842 }
843 .openerp .oe_login button {
844   cursor: pointer;
845   padding: 6px 16px;
846   border: 1px solid #222222;
847   color: white;
848   margin: 0;
849   background-color: #b92020;
850   background-image: -webkit-gradient(linear, left top, left bottom, from(#b92020), to(#600606));
851   background-image: -webkit-linear-gradient(top, #b92020, #600606);
852   background-image: -moz-linear-gradient(top, #b92020, #600606);
853   background-image: -ms-linear-gradient(top, #b92020, #600606);
854   background-image: -o-linear-gradient(top, #b92020, #600606);
855   background-image: linear-gradient(to bottom, #b92020, #600606);
856   -moz-border-radius: 4px;
857   -webkit-border-radius: 4px;
858   border-radius: 4px;
859   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
860   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
861   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
862 }
863 .openerp .oe_login input, .openerp .oe_login select {
864   width: 252px;
865   font-family: "Lucida Grande", Helvetica, Verdana, Arial;
866   border: 1px solid #999999;
867   background: whitesmoke;
868   -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
869   -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
870   box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
871   -moz-border-radius: 3px;
872   -webkit-border-radius: 3px;
873   border-radius: 3px;
874 }
875 .openerp .oe_login input {
876   margin-bottom: 9px;
877   padding: 5px 6px;
878 }
879 .openerp .oe_login select {
880   padding: 1px;
881 }
882 .openerp .oe_login .oe_login_dbpane {
883   position: fixed;
884   top: 0;
885   right: 8px;
886   padding: 5px 10px;
887   color: #eeeeee;
888   border: solid 1px #333333;
889   background: #1e1e1e;
890   background: rgba(30, 30, 30, 0.94);
891   -moz-border-radius: 0 0 8px 8px;
892   -webkit-border-radius: 0 0 8px 8px;
893   border-radius: 0 0 8px 8px;
894 }
895 .openerp .oe_login .oe_login_dbpane input {
896   padding: 2px 4px;
897   margin: 4px 0;
898 }
899 .openerp .oe_login .oe_login_bottom {
900   position: absolute;
901   top: 50%;
902   left: 0;
903   right: 0;
904   bottom: 0;
905   text-shadow: 0 1px 1px #999999;
906   background-color: #b41616;
907   background-image: -webkit-gradient(linear, left top, left bottom, from(#b41616), to(#600606));
908   background-image: -webkit-linear-gradient(top, #b41616, #600606);
909   background-image: -moz-linear-gradient(top, #b41616, #600606);
910   background-image: -ms-linear-gradient(top, #b41616, #600606);
911   background-image: -o-linear-gradient(top, #b41616, #600606);
912   background-image: linear-gradient(to bottom, #b41616, #600606);
913 }
914 .openerp .oe_login .oe_login_pane {
915   position: absolute;
916   top: 50%;
917   left: 50%;
918   margin: -160px -166px;
919   border: solid 1px #333333;
920   background: #1e1e1e;
921   background: rgba(30, 30, 30, 0.94);
922   padding: 22px 32px;
923   color: #eeeeee;
924   text-align: left;
925   -moz-border-radius: 8px;
926   -webkit-border-radius: 8px;
927   border-radius: 8px;
928   -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
929   -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
930   box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
931 }
932 .openerp .oe_login .oe_login_pane h2 {
933   margin-top: 0;
934   font-size: 18px;
935 }
936 .openerp .oe_login .oe_login_logo {
937   position: absolute;
938   top: -70px;
939   left: 0;
940   width: 100%;
941   margin: 0 auto;
942   text-align: center;
943 }
944 .openerp .oe_login .oe_login_footer {
945   position: absolute;
946   bottom: -40px;
947   left: 0;
948   width: 100%;
949   text-align: center;
950 }
951 .openerp .oe_login .oe_login_footer a {
952   color: #eeeeee;
953   margin: 0 8px;
954 }
955 .openerp .oe_login .oe_login_footer a:hover {
956   text-decoration: underline;
957 }
958 .openerp .oe_login .oe_login_footer span {
959   font-weight: bold;
960   font-size: 16px;
961 }
962 .openerp .oe_login .oe_login_error_message {
963   display: none;
964   background-color: #b41616;
965   color: #eeeeee;
966   padding: 14px 18px;
967   margin-top: 15px;
968   text-align: center;
969   -moz-border-radius: 4px;
970   -webkit-border-radius: 4px;
971   border-radius: 4px;
972   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
973   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
974   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
975 }
976 .openerp .oe_login_invalid .oe_login_error_message {
977   display: inline-block;
978 }
979 .openerp .oe_database_manager {
980   background: white;
981   color: black;
982   text-align: left;
983 }
984 .openerp .oe_database_manager .oe_database_manager_menu {
985   color: black;
986 }
987 .openerp .oe_webclient {
988   width: 100%;
989   height: 100%;
990   border-spacing: 0px;
991 }
992 .openerp .oe_content_full_screen .oe_application {
993   top: 0;
994   left: 0;
995 }
996 .openerp .oe_content_full_screen .oe_topbar, .openerp .oe_content_full_screen .oe_leftbar {
997   display: none;
998 }
999 .openerp .oe_topbar {
1000   width: 100%;
1001   height: 32px;
1002   background-color: #414141;
1003   background-color: #646060;
1004   background-image: -webkit-gradient(linear, left top, left bottom, from(#646060), to(#262626));
1005   background-image: -webkit-linear-gradient(top, #646060, #262626);
1006   background-image: -moz-linear-gradient(top, #646060, #262626);
1007   background-image: -ms-linear-gradient(top, #646060, #262626);
1008   background-image: -o-linear-gradient(top, #646060, #262626);
1009   background-image: linear-gradient(to bottom, #646060, #262626);
1010 }
1011 .openerp .oe_topbar .oe_topbar_anonymous_login {
1012   background-color: #dc5f59;
1013   color: #eeeeee;
1014   background-color: #fc8787;
1015   background-image: -webkit-gradient(linear, left top, left bottom, from(#fc8787), to(maroon));
1016   background-image: -webkit-linear-gradient(top, #fc8787, maroon);
1017   background-image: -moz-linear-gradient(top, #fc8787, maroon);
1018   background-image: -ms-linear-gradient(top, #fc8787, maroon);
1019   background-image: -o-linear-gradient(top, #fc8787, maroon);
1020   background-image: linear-gradient(to bottom, #fc8787, maroon);
1021 }
1022 .openerp .oe_topbar .oe_topbar_anonymous_login a {
1023   display: block;
1024   padding: 5px 10px 7px;
1025   line-height: 20px;
1026   height: 20px;
1027   text-decoration: none;
1028   color: white;
1029   background: transparent;
1030   -webkit-transition: all 0.2s ease-out;
1031   -moz-transition: all 0.2s ease-out;
1032   -ms-transition: all 0.2s ease-out;
1033   -o-transition: all 0.2s ease-out;
1034   transition: all 0.2s ease-out;
1035 }
1036 .openerp .oe_topbar .oe_topbar_anonymous_login a:hover {
1037   background: rgba(0, 0, 0, 0.1);
1038   color: white;
1039   text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
1040   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1041   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1042   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1043 }
1044 .openerp .oe_topbar .oe_topbar_item {
1045   display: block;
1046   padding: 5px 10px 7px;
1047   line-height: 20px;
1048   height: 20px;
1049   text-decoration: none;
1050   color: #eeeeee;
1051   vertical-align: top;
1052   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
1053   -webkit-transition: all 0.2s ease-out;
1054   -moz-transition: all 0.2s ease-out;
1055   -ms-transition: all 0.2s ease-out;
1056   -o-transition: all 0.2s ease-out;
1057   transition: all 0.2s ease-out;
1058 }
1059 .openerp .oe_topbar .oe_topbar_item:hover {
1060   background: rgba(0, 0, 0, 0.2);
1061   text-shadow: black 0px 0px 3px;
1062   color: white;
1063   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
1064   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
1065   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
1066 }
1067 .openerp .oe_topbar .oe_topbar_avatar {
1068   width: 24px;
1069   height: 24px;
1070   margin: -2px 2px 0 0;
1071   -moz-border-radius: 3px;
1072   -webkit-border-radius: 3px;
1073   border-radius: 3px;
1074 }
1075 .openerp .oe_topbar .oe_topbar_avatar {
1076   vertical-align: top;
1077 }
1078 .openerp .oe_topbar .oe_dropdown_arrow:after {
1079   border-top: 4px solid white;
1080 }
1081 .openerp .oe_topbar .oe_dropdown_menu {
1082   top: 32px;
1083   background: #333333;
1084   background: rgba(37, 37, 37, 0.9);
1085   border-color: #999999;
1086   border-color: rgba(0, 0, 0, 0.2);
1087   border-style: solid;
1088   border-width: 0 1px 1px;
1089   -moz-border-radius: 0 0 6px 6px;
1090   -webkit-border-radius: 0 0 6px 6px;
1091   border-radius: 0 0 6px 6px;
1092   -webkit-background-clip: padding-box;
1093   -moz-background-clip: padding-box;
1094   background-clip: padding-box;
1095 }
1096 .openerp .oe_topbar .oe_dropdown_menu li {
1097   float: none;
1098   padding: 3px 12px;
1099 }
1100 .openerp .oe_topbar .oe_dropdown_menu li a {
1101   color: #eeeeee;
1102 }
1103 .openerp .oe_topbar .oe_dropdown_menu li:hover {
1104   background-color: #292929;
1105   background-image: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#191919));
1106   background-image: -webkit-linear-gradient(top, #292929, #191919);
1107   background-image: -moz-linear-gradient(top, #292929, #191919);
1108   background-image: -ms-linear-gradient(top, #292929, #191919);
1109   background-image: -o-linear-gradient(top, #292929, #191919);
1110   background-image: linear-gradient(to bottom, #292929, #191919);
1111   -moz-box-shadow: none;
1112   -webkit-box-shadow: none;
1113   box-shadow: none;
1114 }
1115 .openerp .oe_topbar .oe_topbar_name {
1116   max-width: 150px;
1117   overflow: hidden;
1118   display: inline-block;
1119   max-height: 100%;
1120   text-overflow: ellipsis;
1121   white-space: nowrap;
1122 }
1123 .openerp .oe_menu {
1124   float: left;
1125   padding: 0;
1126   margin: 0;
1127   font-size: 13px;
1128 }
1129 .openerp .oe_menu > li {
1130   list-style-type: none;
1131   padding: 0;
1132   margin: 0;
1133   float: left;
1134   display: block;
1135   color: #eeeeee;
1136 }
1137 .openerp .oe_menu > li > a {
1138   display: block;
1139   padding: 5px 10px 7px;
1140   line-height: 20px;
1141   height: 20px;
1142   text-decoration: none;
1143   color: #eeeeee;
1144   vertical-align: top;
1145   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
1146   -webkit-transition: all 0.2s ease-out;
1147   -moz-transition: all 0.2s ease-out;
1148   -ms-transition: all 0.2s ease-out;
1149   -o-transition: all 0.2s ease-out;
1150   transition: all 0.2s ease-out;
1151 }
1152 .openerp .oe_menu > li > a:hover {
1153   background: rgba(0, 0, 0, 0.2);
1154   text-shadow: black 0px 0px 3px;
1155   color: white;
1156   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
1157   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
1158   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
1159 }
1160 .openerp .oe_menu > li > .oe_active {
1161   background: rgba(0, 0, 0, 0.3);
1162   text-shadow: black 0px 0px 3px;
1163   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
1164   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
1165   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
1166 }
1167 .openerp .oe_user_menu {
1168   float: right;
1169   padding: 0;
1170   margin: 0;
1171 }
1172 .openerp .oe_user_menu li {
1173   list-style-type: none;
1174   float: left;
1175 }
1176 .openerp .oe_user_menu .oe_dropdown_menu {
1177   right: -1px;
1178 }
1179 .openerp .oe_systray > div {
1180   float: left;
1181   padding: 0 4px 0 4px;
1182 }
1183 .openerp .oe_systray {
1184   float: right;
1185 }
1186 .openerp .oe_leftbar {
1187   display: none;
1188   width: 220px;
1189   background: #f0eeee;
1190   border-right: 1px solid #afafb6;
1191   text-shadow: 0 1px 1px white;
1192   padding-bottom: 16px;
1193 }
1194 .openerp a.oe_logo {
1195   position: relative;
1196   width: 220px;
1197   display: block;
1198   text-align: center;
1199 }
1200 .openerp a.oe_logo img {
1201   margin: 14px 0;
1202   border: 0;
1203 }
1204 .openerp a.oe_logo .oe_logo_edit {
1205   margin: 14px 0;
1206   position: absolute;
1207   top: 1px;
1208   padding: 4px;
1209   width: 100%;
1210   display: none;
1211   text-align: center;
1212   color: #eeeeee;
1213   background: rgba(37, 37, 37, 0.9);
1214   -webkit-box-sizing: border-box;
1215   -moz-box-sizing: border-box;
1216   -ms-box-sizing: border-box;
1217   box-sizing: border-box;
1218 }
1219 .openerp a.oe_logo:hover .oe_logo_edit_admin {
1220   display: block;
1221 }
1222 .openerp .oe_footer {
1223   position: fixed;
1224   bottom: 0;
1225   padding: 4px 0;
1226   background: #f0eeee;
1227   width: 220px;
1228   text-align: center;
1229 }
1230 .openerp .oe_footer a {
1231   font-weight: bold;
1232   color: black;
1233 }
1234 .openerp .oe_footer a span {
1235   color: #c81010;
1236 }
1237 .openerp .oe_secondary_menu_section {
1238   font-weight: bold;
1239   margin-left: 8px;
1240   color: #7c7bad;
1241 }
1242 .openerp .oe_secondary_submenu {
1243   padding: 2px 0 8px 0;
1244   margin: 0;
1245   width: 100%;
1246   display: inline-block;
1247 }
1248 .openerp .oe_secondary_submenu li {
1249   position: relative;
1250   margin: 0;
1251   padding: 1px 0 1px 20px !important;
1252   list-style-type: none;
1253 }
1254 .openerp .oe_secondary_submenu li a {
1255   display: block;
1256   color: #4c4c4c;
1257   padding: 2px 4px 2px 0;
1258 }
1259 .openerp .oe_secondary_submenu li .oe_menu_label {
1260   position: absolute;
1261   top: 1px;
1262   right: 1px;
1263   font-size: 10px;
1264   background: #7c7bad;
1265   color: white;
1266   padding: 2px 4px;
1267   margin: 1px 6px 0 0;
1268   border: 1px solid lightGray;
1269   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
1270   -moz-border-radius: 4px;
1271   -webkit-border-radius: 4px;
1272   border-radius: 4px;
1273   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
1274   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
1275   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
1276 }
1277 .openerp .oe_secondary_submenu .oe_menu_counter {
1278   float: right;
1279   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
1280   margin: 1px;
1281   padding: 1px 4px;
1282   border: none;
1283 }
1284 .openerp .oe_secondary_submenu .oe_menu_counter:hover {
1285   cursor: pointer;
1286   -webkit-transform: scale(1.1);
1287   -moz-transform: scale(1.1);
1288   -ms-transform: scale(1.1);
1289   -o-transform: scale(1.1);
1290   transform: scale(1.1);
1291 }
1292 .openerp .oe_secondary_submenu .oe_active {
1293   border-top: 1px solid lightGray;
1294   border-bottom: 1px solid #dedede;
1295   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
1296   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(40, 40, 40, 0.2);
1297   -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(40, 40, 40, 0.2);
1298   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(40, 40, 40, 0.2);
1299   background: #7c7bad;
1300 }
1301 .openerp .oe_secondary_submenu .oe_active a {
1302   color: white;
1303 }
1304 .openerp .oe_secondary_submenu .oe_active .oe_menu_label {
1305   background: #eeeeee;
1306   color: #7c7bad;
1307   text-shadow: 0 1px 1px white;
1308   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
1309   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
1310   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
1311 }
1312 .openerp .oe_secondary_submenu .oe_active .oe_menu_counter {
1313   background: #eeeeee;
1314   color: #7c7bad;
1315   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
1316   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
1317   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
1318 }
1319 .openerp .oe_secondary_submenu .oe_menu_toggler:before {
1320   width: 0;
1321   height: 0;
1322   display: inline-block;
1323   content: "&darr";
1324   text-indent: -99999px;
1325   vertical-align: top;
1326   margin-left: -12px;
1327   margin-top: 4px;
1328   margin-right: 4px;
1329   border-top: 4px solid transparent;
1330   border-bottom: 4px solid transparent;
1331   border-left: 4px solid #4c4c4c;
1332   filter: alpha(opacity=50);
1333   opacity: 0.5;
1334 }
1335 .openerp .oe_secondary_submenu .oe_menu_opened:before {
1336   margin-top: 6px;
1337   margin-left: -16px;
1338   margin-right: 4px;
1339   border-left: 4px solid transparent;
1340   border-right: 4px solid transparent;
1341   border-top: 4px solid #4c4c4c;
1342 }
1343 .openerp .oe_about {
1344   background-color: white;
1345   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKUlEQVQIHWO8e/fufwYsgAUkJigoiCIF5DMyoYggcUiXgNnBiGQKmAkARpcEQeriln4AAAAASUVORK5CYII=);
1346   -moz-border-radius: 0 0 2px 2px;
1347   -webkit-border-radius: 0 0 2px 2px;
1348   border-radius: 0 0 2px 2px;
1349 }
1350 .openerp .oe_about a {
1351   color: #7c7bad;
1352 }
1353 .openerp .oe_about a:hover {
1354   text-decoration: underline;
1355 }
1356 .openerp .oe_about a:focus {
1357   outline: none;
1358 }
1359 .openerp .oe_about .oe_logo {
1360   margin-left: -6px;
1361 }
1362 .openerp .oe_about .oe_bottom {
1363   position: absolute;
1364   top: 50%;
1365   left: 0;
1366   right: 0;
1367   bottom: 0;
1368   text-shadow: 0 1px 1px #999999;
1369   background-color: #b41616;
1370   background-image: -webkit-gradient(linear, left top, left bottom, from(#b41616), to(#600606));
1371   background-image: -webkit-linear-gradient(top, #b41616, #600606);
1372   background-image: -moz-linear-gradient(top, #b41616, #600606);
1373   background-image: -ms-linear-gradient(top, #b41616, #600606);
1374   background-image: -o-linear-gradient(top, #b41616, #600606);
1375   background-image: linear-gradient(to bottom, #b41616, #600606);
1376   color: #eeeeee;
1377   padding: 0 16px;
1378   -moz-border-radius: 0 0 2px 2px;
1379   -webkit-border-radius: 0 0 2px 2px;
1380   border-radius: 0 0 2px 2px;
1381 }
1382 .openerp .oe_about .oe_bottom a {
1383   color: #eeeeee;
1384 }
1385 .openerp .oe_application {
1386   width: 100%;
1387 }
1388 .openerp .oe_application a {
1389   color: #7c7bad;
1390 }
1391 .openerp .oe_application a:hover {
1392   text-decoration: underline;
1393 }
1394 .openerp .oe_application > div {
1395   height: 100%;
1396 }
1397 .openerp .oe_application .oe_breadcrumb_item:not(:last-child) {
1398   max-width: 7em;
1399   white-space: nowrap;
1400   text-overflow: ellipsis;
1401 }
1402 .openerp .oe_application .oe_breadcrumb_title > * {
1403   display: inline-block;
1404   overflow: hidden;
1405 }
1406 .openerp .oe_view_manager .oe_view_manager_body {
1407   height: inherit;
1408 }
1409 .openerp .oe_view_manager .oe_view_manager_view_kanban {
1410   height: inherit;
1411 }
1412 .openerp .oe_view_manager table.oe_view_manager_header {
1413   border-collapse: separate;
1414   width: 100%;
1415   table-layout: fixed;
1416 }
1417 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row {
1418   clear: both;
1419   text-shadow: 0 1px 1px white;
1420 }
1421 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row:last-child td {
1422   padding-top: 0;
1423 }
1424 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row:first-child td {
1425   padding-top: 8px;
1426 }
1427 .openerp .oe_view_manager table.oe_view_manager_header .oe_view_manager_sidebar {
1428   margin: 0px auto;
1429   text-align: center;
1430 }
1431 .openerp .oe_view_manager table.oe_view_manager_header td {
1432   line-height: 26px;
1433 }
1434 .openerp .oe_view_manager table.oe_view_manager_header h2 {
1435   font-size: 18px;
1436   margin: 0;
1437   float: left;
1438 }
1439 .openerp .oe_view_manager table.oe_view_manager_header h2 a {
1440   color: #7c7bad;
1441 }
1442 .openerp .oe_view_manager table.oe_view_manager_header .oe_dropdown_menu {
1443   line-height: normal;
1444 }
1445 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group {
1446   display: inline-block;
1447   border: 1px solid #ababab;
1448   -moz-border-radius: 5px;
1449   -webkit-border-radius: 5px;
1450   border-radius: 5px;
1451 }
1452 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group li {
1453   float: left;
1454   border-right: 1px solid #ababab;
1455 }
1456 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group li:last-child {
1457   border: none;
1458 }
1459 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group a {
1460   color: #4c4c4c;
1461 }
1462 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group a:hover {
1463   text-decoration: none;
1464 }
1465 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group .active {
1466   background: #999999;
1467   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1468   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1469   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1470 }
1471 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group .active a {
1472   color: white;
1473   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1474 }
1475 .openerp .oe_view_manager table.oe_view_manager_header .oe_view_manager_buttons {
1476   white-space: nowrap;
1477 }
1478 .openerp .oe_view_manager .oe_view_manager_switch {
1479   padding: 0;
1480   margin: 0 0 0 8px;
1481 }
1482 .openerp .oe_view_manager .oe_view_manager_switch li {
1483   margin: 0;
1484   width: 24px;
1485   height: 24px;
1486   line-height: 16px;
1487   padding: 0;
1488   text-align: center;
1489   list-style-type: none;
1490 }
1491 .openerp .oe_view_manager .oe_view_manager_switch li a {
1492   position: relative;
1493 }
1494 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_list:after, .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_tree:after {
1495   padding: 2px;
1496   content: "i";
1497 }
1498 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_form:after {
1499   content: "m";
1500 }
1501 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_graph:after {
1502   font-family: "mnmliconsRegular" !important;
1503   font-size: 21px;
1504   font-weight: 300 !important;
1505   content: "}";
1506   top: -2px;
1507   position: relative;
1508 }
1509 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_gantt:after {
1510   font-family: "mnmliconsRegular" !important;
1511   font-size: 21px;
1512   font-weight: 300 !important;
1513   content: "y";
1514   top: -2px;
1515   position: relative;
1516 }
1517 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_calendar:after {
1518   content: "P";
1519 }
1520 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_kanban:after {
1521   content: "k";
1522 }
1523 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_diagram:after {
1524   content: "f";
1525 }
1526 .openerp .oe_list_pager {
1527   line-height: 26px;
1528 }
1529 .openerp .oe_pager_value {
1530   float: left;
1531   margin-right: 8px;
1532 }
1533 .openerp ul.oe_pager_group {
1534   padding: 0;
1535   margin: 0;
1536 }
1537 .openerp .oe_pager_group {
1538   float: left;
1539   height: 24px;
1540   line-height: 24px;
1541   display: inline-block;
1542   border: 1px solid #ababab;
1543   cursor: pointer;
1544   -moz-border-radius: 5px;
1545   -webkit-border-radius: 5px;
1546   border-radius: 5px;
1547 }
1548 .openerp .oe_pager_group li {
1549   height: 24px;
1550   line-height: 24px;
1551   padding: 0;
1552   margin: 0;
1553   list-style-type: none;
1554   float: left;
1555   border-right: 1px solid #ababab;
1556 }
1557 .openerp .oe_pager_group li:last-child {
1558   border: none;
1559 }
1560 .openerp .oe_pager_group a {
1561   color: #4c4c4c;
1562   padding: 0 8px;
1563 }
1564 .openerp .oe_pager_group a:hover {
1565   text-decoration: none;
1566 }
1567 .openerp .oe_pager_group .active {
1568   background: #999999;
1569   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1570   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1571   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1572 }
1573 .openerp .oe_pager_group .active a {
1574   color: white;
1575   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1576 }
1577 .openerp .oe_list_pager.oe_list_pager_single_page .oe_pager_group {
1578   display: none;
1579 }
1580 .openerp .oe_view_manager_current {
1581   height: 100%;
1582 }
1583 .openerp .oe_view_manager_current > .oe_view_manager_header {
1584   border-bottom: 1px solid #cacaca;
1585   background-color: #fcfcfc;
1586   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1587   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1588   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1589   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1590   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1591   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1592   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1593   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1594   box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1595 }
1596 .openerp .oe_view_manager_current > .oe_view_manager_header .oe_header_row td {
1597   padding: 8px;
1598 }
1599 .openerp .oe_view_manager_current > .oe_view_manager_header .oe_header_row:first-child td {
1600   padding-top: 8px;
1601 }
1602 .openerp .oe_view_manager_inline, .openerp .oe_view_manager_inlineview {
1603   height: 100%;
1604 }
1605 .openerp .oe_view_manager_inline > .oe_view_manager_header, .openerp .oe_view_manager_inlineview > .oe_view_manager_header {
1606   display: none;
1607 }
1608 .openerp .oe_popup_form > .oe_formview > .oe_form_pager {
1609   display: none !important;
1610 }
1611 .openerp .oe_popup_list_pager {
1612   float: right;
1613 }
1614 .openerp .oe_searchview {
1615   cursor: text;
1616   position: relative;
1617   float: right;
1618   padding: 1px 0;
1619   line-height: 18px;
1620   width: 400px;
1621   border: 1px solid #ababab;
1622   background: white;
1623   -moz-border-radius: 13px;
1624   -webkit-border-radius: 13px;
1625   border-radius: 13px;
1626   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1627   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1628   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1629 }
1630 .openerp .oe_searchview input, .openerp .oe_searchview textarea {
1631   padding: 3px;
1632   height: 14px;
1633   font-size: 12px;
1634   line-height: 18px;
1635 }
1636 .openerp .oe_searchview.oe_focused {
1637   border-color: #a6a6fe;
1638   -moz-box-shadow: 0 1px 2px #a6a6fe inset;
1639   -webkit-box-shadow: 0 1px 2px #a6a6fe inset;
1640   box-shadow: 0 1px 2px #a6a6fe inset;
1641 }
1642 .openerp .oe_searchview .oe_searchview_clear {
1643   cursor: pointer;
1644   position: absolute;
1645   top: 0;
1646   right: 18px;
1647   width: 15px;
1648   height: 100%;
1649   background: url(../img/search_reset.gif) center center no-repeat;
1650 }
1651 .openerp .oe_searchview .oe_searchview_unfold_drawer {
1652   position: absolute;
1653   top: 0;
1654   right: 0;
1655   height: 100%;
1656   padding: 0 7px 0 4px;
1657   color: #cccccc;
1658   cursor: pointer;
1659 }
1660 .openerp .oe_searchview .oe_searchview_unfold_drawer:hover {
1661   color: #999999;
1662 }
1663 .openerp .oe_searchview .oe_searchview_unfold_drawer:before {
1664   position: absolute;
1665   top: 10px;
1666   right: 7px;
1667   width: 0;
1668   height: 0;
1669   display: inline-block;
1670   content: "";
1671   vertical-align: top;
1672   border-top: 5px solid #4c4c4c;
1673   border-left: 5px solid transparent;
1674   border-right: 5px solid transparent;
1675   filter: alpha(opacity=50);
1676   opacity: 0.5;
1677 }
1678 .openerp .oe_searchview .oe_searchview_search {
1679   font-size: 1px;
1680   letter-spacing: -1px;
1681   color: transparent;
1682   font-weight: normal;
1683   -moz-box-shadow: none;
1684   -webkit-box-shadow: none;
1685   box-shadow: none;
1686   -moz-border-radius: 0;
1687   -webkit-border-radius: 0;
1688   border-radius: 0;
1689   position: absolute;
1690   left: 3px;
1691   top: 1px;
1692   padding: 0;
1693   border: none;
1694   background: transparent;
1695 }
1696 .openerp .oe_searchview .oe_searchview_search:before {
1697   font: 21px "mnmliconsRegular";
1698   content: "r";
1699   color: #a3a3a3;
1700 }
1701 .openerp .oe_searchview .oe_searchview_facets {
1702   min-height: 22px;
1703   margin-left: 15px;
1704 }
1705 .openerp .oe_searchview .oe_searchview_facets * {
1706   vertical-align: top;
1707   display: inline-block;
1708   line-height: 17px;
1709 }
1710 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1711   height: 18px;
1712   margin: 1px 0;
1713   font-size: 11px;
1714 }
1715 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1716   outline: none;
1717 }
1718 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input {
1719   padding: 0 0 0 6px;
1720   font-size: 12px;
1721   height: 16px;
1722   margin-top: 3px;
1723 }
1724 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input:focus {
1725   outline: none;
1726 }
1727 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1728   position: relative;
1729   cursor: pointer;
1730   padding: 0;
1731   -webkit-font-smoothing: auto;
1732 }
1733 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1734   border-color: #a6a6fe;
1735   -moz-box-shadow: 0 0 3px 1px #a6a6fe;
1736   -webkit-box-shadow: 0 0 3px 1px #a6a6fe;
1737   box-shadow: 0 0 3px 1px #a6a6fe;
1738 }
1739 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_values {
1740   background: #f0f0fa;
1741   -moz-border-radius: 0 3px 3px 0;
1742   -webkit-border-radius: 0 3px 3px 0;
1743   border-radius: 0 3px 3px 0;
1744 }
1745 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category, .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1746   height: 18px;
1747   padding: 0 4px;
1748 }
1749 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category {
1750   color: white;
1751   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1752 }
1753 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category.oe_i {
1754   font-size: 16px;
1755 }
1756 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1757   border-left: 1px solid #afafb6;
1758   text-shadow: 0 1px 1px white;
1759   color: #4c4c4c;
1760 }
1761 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value:last-child {
1762   padding-right: 16px;
1763 }
1764 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove {
1765   position: absolute;
1766   top: 3px;
1767   right: 3px;
1768   color: #8786b7;
1769   line-height: 8px;
1770   width: 12px;
1771   height: 12px;
1772   padding-top: 1px;
1773   text-align: center;
1774   font-weight: bold;
1775   cursor: pointer;
1776   text-shadow: 0 1px 1px white;
1777 }
1778 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove:hover {
1779   color: white;
1780   background: #8786b7;
1781   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1782   -moz-border-radius: 2px;
1783   -webkit-border-radius: 2px;
1784   border-radius: 2px;
1785 }
1786 .openerp .oe_searchview.oe_searchview_open_drawer .oe_searchview_drawer {
1787   display: block;
1788 }
1789 .openerp .oe_searchview .oe_searchview_drawer {
1790   position: absolute;
1791   z-index: 100;
1792   margin-top: 4px;
1793   top: 100%;
1794   right: -1px;
1795   background-color: white;
1796   min-width: 100%;
1797   display: none;
1798   border: 1px solid #afafb6;
1799   text-align: left;
1800   -moz-border-radius: 4px;
1801   -webkit-border-radius: 4px;
1802   border-radius: 4px;
1803   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1804   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1805   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1806 }
1807 .openerp .oe_searchview .oe_searchview_drawer > div {
1808   border-top: 1px solid #cccccc;
1809   margin: 0;
1810   padding: 8px;
1811 }
1812 .openerp .oe_searchview .oe_searchview_drawer > div:first-child {
1813   border-top: none;
1814   margin: 0;
1815 }
1816 .openerp .oe_searchview .oe_searchview_drawer h3 {
1817   margin: 8px 4px 4px 12px;
1818   color: #7c7bad;
1819   font-size: 13px;
1820 }
1821 .openerp .oe_searchview .oe_searchview_drawer h4, .openerp .oe_searchview .oe_searchview_drawer h4 * {
1822   margin: 0;
1823   cursor: pointer;
1824   font-weight: normal;
1825   display: inline-block;
1826 }
1827 .openerp .oe_searchview .oe_searchview_drawer h4:hover, .openerp .oe_searchview .oe_searchview_drawer h4 *:hover {
1828   background-color: #f0f0fa;
1829 }
1830 .openerp .oe_searchview .oe_searchview_drawer h4:before {
1831   content: "â–¸ ";
1832   color: #a3a3a3;
1833 }
1834 .openerp .oe_searchview .oe_searchview_drawer button {
1835   margin: 4px 0;
1836 }
1837 .openerp .oe_searchview .oe_searchview_drawer .button {
1838   border: none;
1839   background: transparent;
1840   padding: 0 2px;
1841   -moz-box-shadow: none;
1842   -webkit-box-shadow: none;
1843   box-shadow: none;
1844   -moz-border-radius: 0;
1845   -webkit-border-radius: 0;
1846   border-radius: 0;
1847 }
1848 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section {
1849   display: table;
1850   width: 100%;
1851 }
1852 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section > div {
1853   -webkit-box-sizing: border-box;
1854   -moz-box-sizing: border-box;
1855   -ms-box-sizing: border-box;
1856   box-sizing: border-box;
1857   display: table-cell;
1858   width: 50%;
1859 }
1860 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section ul {
1861   margin: 0 8px 8px;
1862   padding: 0;
1863   list-style: none;
1864 }
1865 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section li {
1866   list-style: none;
1867   padding: 2px 4px 2px 20px;
1868   line-height: 14px;
1869   color: inherit;
1870   cursor: pointer;
1871   position: relative;
1872 }
1873 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section li.oe_selected:before {
1874   content: "W";
1875   font-family: "entypoRegular" !important;
1876   font-size: 24px;
1877   font-weight: 300 !important;
1878   color: #a3a3a3;
1879   position: absolute;
1880   left: 4px;
1881   top: -2px;
1882 }
1883 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section li:hover {
1884   background-color: #f0f0fa;
1885 }
1886 .openerp .oe_searchview .oe_searchview_drawer form {
1887   margin-left: 12px;
1888 }
1889 .openerp .oe_searchview .oe_searchview_drawer form p {
1890   margin: 4px 0;
1891   line-height: 18px;
1892 }
1893 .openerp .oe_searchview .oe_searchview_drawer form button {
1894   margin: 0 0 8px 0;
1895 }
1896 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom {
1897   padding: 0 8px 8px 8px;
1898 }
1899 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom form {
1900   display: none;
1901 }
1902 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li {
1903   cursor: pointer;
1904   position: relative;
1905   line-height: 14px;
1906   padding: 2px 4px 2px 20px;
1907 }
1908 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li:hover {
1909   background-color: #f0f0fa;
1910 }
1911 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li button {
1912   position: absolute;
1913   top: 0;
1914   right: 5px;
1915 }
1916 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_dashboard form {
1917   display: none;
1918   margin-top: 2px;
1919 }
1920 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced form {
1921   display: none;
1922   margin-top: 8px;
1923 }
1924 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced button.oe_add_condition:before {
1925   content: "Z";
1926   font-family: "entypoRegular" !important;
1927   font-size: 24px;
1928   font-weight: 300 !important;
1929   margin-right: 4px;
1930 }
1931 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced ul {
1932   list-style: none;
1933   padding: 0;
1934 }
1935 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced li {
1936   cursor: pointer;
1937   position: relative;
1938   list-style: none;
1939   margin: 0;
1940   white-space: nowrap;
1941 }
1942 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced li:first-child .searchview_extended_prop_or {
1943   visibility: hidden;
1944 }
1945 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced .searchview_extended_prop_or {
1946   opacity: 0.5;
1947   margin-left: -14px;
1948 }
1949 .openerp .oe_searchview .oe_searchview_drawer .oe_opened h4:before {
1950   content: "â–¾ ";
1951   position: relative;
1952   top: -1px;
1953 }
1954 .openerp .oe_searchview .oe_searchview_drawer .oe_opened form {
1955   display: block;
1956 }
1957 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_delete, .openerp .oe_searchview .oe_searchview_drawer .searchview_extended_delete_prop {
1958   display: inline-block;
1959   width: 12px;
1960   height: 12px;
1961   line-height: 12px;
1962   padding: 1px;
1963   color: #8786b7;
1964   line-height: 8px;
1965   text-align: center;
1966   font-weight: bold;
1967   text-shadow: 0 1px 1px white;
1968 }
1969 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_delete:hover, .openerp .oe_searchview .oe_searchview_drawer .searchview_extended_delete_prop:hover {
1970   text-decoration: none;
1971   color: white;
1972   background: #8786b7;
1973   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1974   -moz-border-radius: 2px;
1975   -webkit-border-radius: 2px;
1976   border-radius: 2px;
1977 }
1978 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_delete {
1979   display: none;
1980   position: absolute;
1981   bottom: 1px;
1982   right: 4px;
1983 }
1984 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_private:hover .oe_searchview_custom_delete, .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_public:hover .oe_searchview_custom_delete {
1985   display: inline-block;
1986 }
1987 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_public:after {
1988   content: ",";
1989   font-family: "entypoRegular" !important;
1990   font-size: 22px;
1991   font-weight: 300 !important;
1992   margin: 0 0 0 4px;
1993   padding: 0;
1994 }
1995 .openerp .oe_view_nocontent {
1996   padding: 15px;
1997   margin-top: 0;
1998   color: #777777;
1999   font-size: 125%;
2000   max-width: 700px;
2001 }
2002 .openerp .oe_view_nocontent .oe_view_nocontent_create {
2003   margin-top: 0;
2004   padding-top: 35px;
2005   color: #4c4c4c;
2006 }
2007 .openerp .oe_view_nocontent .oe_view_nocontent_create:before {
2008   content: "";
2009   display: inline-block;
2010   position: absolute;
2011   width: 70px;
2012   height: 80px;
2013   margin-left: -70px;
2014   margin-top: -50px;
2015   background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0px 0px;
2016 }
2017 .openerp .oe_view_nocontent > p {
2018   padding-left: 78px;
2019 }
2020 .openerp .oe_view_nocontent .oe_empty_custom_dashboard {
2021   background: transparent url(/web/static/src/img/graph_background.png) no-repeat 0 0;
2022   margin-top: -15px;
2023   padding: 100px 0 0 137px;
2024   min-height: 327px;
2025   margin-left: -15px;
2026 }
2027 .openerp .oe_view.oe_cannot_create .oe_view_nocontent_create {
2028   display: none;
2029 }
2030 .openerp .oe_formview {
2031   background: white;
2032 }
2033 .openerp .oe_form_dropdown_section {
2034   position: relative;
2035   display: inline-block;
2036 }
2037 .openerp .oe_form_invalid input, .openerp .oe_form_invalid select, .openerp .oe_form_invalid textarea {
2038   background-color: #ff6666 !important;
2039   border: 1px solid #dd0000 !important;
2040 }
2041 .openerp .oe_view_manager_current .oe_form_editable .oe_highlight {
2042   color: #404040;
2043   background: none;
2044 }
2045 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight {
2046   background-color: #efefef;
2047   background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
2048   background-image: -webkit-linear-gradient(top, #efefef, #d8d8d8);
2049   background-image: -moz-linear-gradient(top, #efefef, #d8d8d8);
2050   background-image: -ms-linear-gradient(top, #efefef, #d8d8d8);
2051   background-image: -o-linear-gradient(top, #efefef, #d8d8d8);
2052   background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
2053   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2054   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2055   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2056 }
2057 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight:active {
2058   background-color: #e3e3e3;
2059   background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6));
2060   background-image: -webkit-linear-gradient(top, #e3e3e3, #f6f6f6);
2061   background-image: -moz-linear-gradient(top, #e3e3e3, #f6f6f6);
2062   background-image: -ms-linear-gradient(top, #e3e3e3, #f6f6f6);
2063   background-image: -o-linear-gradient(top, #e3e3e3, #f6f6f6);
2064   background-image: linear-gradient(to bottom, #e3e3e3, #f6f6f6);
2065   -moz-box-shadow: none;
2066   -webkit-box-shadow: none;
2067   box-shadow: none;
2068 }
2069 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight:hover {
2070   background-color: #f6f6f6;
2071   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
2072   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
2073   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
2074   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
2075   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
2076   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
2077   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2078   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2079   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2080 }
2081 .openerp .oe_form_invisible {
2082   display: none !important;
2083 }
2084 .openerp .oe_form_readonly .oe_edit_only, .openerp .oe_form_readonly .oe_form_field:empty {
2085   display: none !important;
2086 }
2087 .openerp .oe_form_readonly .oe_form .oe_form_field_date {
2088   width: auto;
2089 }
2090 .openerp .oe_form_nosheet {
2091   margin: 16px;
2092 }
2093 .openerp .oe_form_nosheet > header {
2094   margin: -16px -16px 0 -16px;
2095   padding: 0;
2096 }
2097 .openerp .oe_form_nosheet.oe_form_nomargin {
2098   margin: 0;
2099 }
2100 .openerp .oe_form_nosheet.oe_form_nomargin > header {
2101   margin: 0;
2102 }
2103 .openerp .oe_form_sheetbg {
2104   padding: 16px 0;
2105 }
2106 .openerp .oe_form_sheet_width {
2107   min-width: 650px;
2108   max-width: 860px;
2109   margin: 0 auto;
2110 }
2111 .openerp .oe_form_sheet {
2112   background: white;
2113   min-height: 330px;
2114   padding: 16px;
2115 }
2116 .openerp .oe_form_sheet .oe_list {
2117   overflow-x: auto;
2118 }
2119 .openerp .oe_application .oe_form_sheetbg {
2120   background: url(/web/static/src/img/form_sheetbg.png);
2121   border-bottom: 1px solid #dddddd;
2122 }
2123 .openerp .oe_application .oe_form_sheet {
2124   border: 1px solid #c8c8d3;
2125   -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
2126   -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
2127   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
2128 }
2129 .openerp .oe_application .oe_form_sheet .ui-tabs {
2130   margin: 0 -16px;
2131 }
2132 .openerp .oe_application .oe_form_sheet .oe_notebook_page {
2133   padding: 0 16px;
2134 }
2135 .openerp .oe_form header {
2136   position: relative;
2137   border-bottom: 1px solid #cacaca;
2138   padding-left: 2px;
2139   background-color: #fcfcfc;
2140   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2141   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2142   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2143   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2144   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2145   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2146 }
2147 .openerp .oe_form header > span {
2148   margin-left: 4px;
2149 }
2150 .openerp .oe_form header ul {
2151   display: inline-block;
2152   float: right;
2153 }
2154 .openerp .oe_form header .oe_button {
2155   margin: 3px 2px 1px;
2156 }
2157 .openerp .oe_form header .oe_button:first-child {
2158   margin-left: 6px;
2159 }
2160 .openerp .oe_form header .oe_tags {
2161   margin: 5px 0 0 5px;
2162   width: 400px;
2163   padding-bottom: 0;
2164 }
2165 .openerp .oe_form div.oe_chatter {
2166   box-sizing: border-box;
2167   min-width: 682px;
2168   max-width: 892px;
2169   margin: 0 auto;
2170   padding: 16px 16px 48px;
2171 }
2172 .openerp .oe_form div.oe_form_configuration p, .openerp .oe_form div.oe_form_configuration ul, .openerp .oe_form div.oe_form_configuration ol {
2173   color: #aaaaaa;
2174   max-width: 650px;
2175 }
2176 .openerp .oe_form div.oe_form_configuration label {
2177   min-width: 150px;
2178 }
2179 .openerp .oe_form div.oe_form_configuration .oe_form_group_cell_label {
2180   padding: 1px 0;
2181 }
2182 .openerp .oe_form div.oe_form_configuration .oe_form_group_cell div div {
2183   padding: 1px 0;
2184 }
2185 .openerp .oe_form .oe_subtotal_footer {
2186   width: 1% !important;
2187 }
2188 .openerp .oe_form .oe_subtotal_footer td.oe_form_group_cell {
2189   text-align: right;
2190   padding: 0 !important;
2191 }
2192 .openerp .oe_form .oe_subtotal_footer td.oe_form_group_cell_label {
2193   border-right: none;
2194 }
2195 .openerp .oe_form .oe_subtotal_footer .oe_subtotal_footer_separator {
2196   width: 108px;
2197   border-top: 1px solid #cacaca;
2198   margin-top: 4px;
2199   padding-top: 4px;
2200   font-weight: bold;
2201   font-size: 18px;
2202 }
2203 .openerp .oe_form .oe_subtotal_footer label:after {
2204   content: ":";
2205 }
2206 .openerp .oe_form .oe_subtotal_footer label.oe_subtotal_footer_separator {
2207   font-weight: bold !important;
2208   padding: 2px 11px 2px 0px !important;
2209 }
2210 .openerp .oe_form .oe_subtotal_footer label.oe_form_label_help {
2211   font-weight: normal;
2212 }
2213 .openerp .oe_form .oe_form_button {
2214   margin: 2px;
2215 }
2216 .openerp .oe_form td.oe_form_group_cell_label {
2217   border-right: 1px solid #dddddd;
2218   padding: 2px 0px;
2219 }
2220 .openerp .oe_form td.oe_form_group_cell_label label {
2221   line-height: 18px;
2222   display: block;
2223   min-width: 140px;
2224 }
2225 .openerp .oe_form td.oe_form_group_cell + .oe_form_group_cell {
2226   padding: 2px 0 2px 8px;
2227 }
2228 .openerp .oe_form .oe_form_group {
2229   width: 100%;
2230   margin: 9px 0 9px 0;
2231 }
2232 .openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {
2233   padding-left: 20px;
2234 }
2235 .openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
2236   font-weight: bold;
2237   white-space: nowrap;
2238   padding-right: 8px;
2239 }
2240 .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
2241   font-size: 80%;
2242   color: darkGreen;
2243   vertical-align: top;
2244   position: relative;
2245   top: -4px;
2246   padding: 0 2px;
2247 }
2248 .openerp .oe_horizontal_border {
2249   border-bottom: 1px solid black;
2250 }
2251 .openerp .oe_horizontal_separator {
2252   font-weight: bold;
2253   font-size: 20px;
2254   margin: 15px 0px 10px 0px;
2255   color: #7c7bad;
2256 }
2257 .openerp .oe_horizontal_separator:empty {
2258   height: 5px;
2259 }
2260 .openerp .oe_vertical_separator {
2261   border-left: 1px solid #666666;
2262   padding: 0 4px 0 4px;
2263 }
2264 .openerp .oe_form_field_progressbar {
2265   display: inline-block;
2266   min-width: 70px;
2267 }
2268 .openerp .oe_form_field_progressbar.ui-progressbar {
2269   height: 22px;
2270   font-size: 10px;
2271   -webkit-box-sizing: border-box;
2272   -moz-box-sizing: border-box;
2273   -ms-box-sizing: border-box;
2274   box-sizing: border-box;
2275   border: 1px solid #999999;
2276   -moz-border-radius: 3px;
2277   -webkit-border-radius: 3px;
2278   border-radius: 3px;
2279   background: white;
2280   min-width: 50px;
2281 }
2282 .openerp .oe_form_field_progressbar.ui-progressbar span {
2283   position: absolute;
2284   margin-left: 10px;
2285   font-weight: bold;
2286 }
2287 .openerp .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
2288   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
2289 }
2290 .openerp .oe_form .oe_form_field_text {
2291   width: 100%;
2292 }
2293 .openerp .oe_form .oe_form_field_char input,
2294 .openerp .oe_form .oe_form_field_url input,
2295 .openerp .oe_form .oe_form_field_email input,
2296 .openerp .oe_form .oe_form_field_text textarea,
2297 .openerp .oe_form .oe_form_field_selection select {
2298   width: 100%;
2299 }
2300 .openerp .oe_form .oe_form_field_text.oe_inline, .openerp .oe_form .oe_form_field_text.oe_inline > textarea {
2301   width: 500px;
2302 }
2303 .openerp .oe_form h1, .openerp .oe_form h2, .openerp .oe_form h3, .openerp .oe_form h4, .openerp .oe_form h5, .openerp .oe_form h6 {
2304   margin: 0 0 4px 0;
2305 }
2306 .openerp .oe_form h1 input, .openerp .oe_form h2 input, .openerp .oe_form h3 input, .openerp .oe_form h4 input, .openerp .oe_form h5 input, .openerp .oe_form h6 input {
2307   height: inherit !important;
2308   font-size: inherit;
2309 }
2310 .openerp .oe_form .oe_form_field {
2311   width: 100%;
2312   display: inline-block;
2313   padding: 2px 2px 2px 0px;
2314 }
2315 .openerp .oe_form .oe_form_field input {
2316   margin: 0px;
2317 }
2318 .openerp .oe_form input[type="text"], .openerp .oe_form input[type="password"], .openerp .oe_form input[type="file"], .openerp .oe_form select {
2319   height: 22px;
2320   padding-top: 2px;
2321 }
2322 .openerp .oe_form input[type="text"], .openerp .oe_form input[type="password"], .openerp .oe_form input[type="file"], .openerp .oe_form select, .openerp .oe_form textarea {
2323   -webkit-box-sizing: border-box;
2324   -moz-box-sizing: border-box;
2325   -ms-box-sizing: border-box;
2326   box-sizing: border-box;
2327   background: white;
2328   min-width: 60px;
2329   color: #1f1f1f;
2330 }
2331 .openerp .oe_form input[readonly], .openerp .oe_form select[readonly], .openerp .oe_form textarea[readonly], .openerp .oe_form input[disabled], .openerp .oe_form select[disabled] {
2332   background: #e5e5e5 !important;
2333   color: #666666;
2334 }
2335 .openerp .oe_form textarea[disabled] {
2336   border: none;
2337   padding-left: 8px;
2338   -moz-box-shadow: none;
2339   -webkit-box-shadow: none;
2340   box-shadow: none;
2341   -moz-border-radius: 0px;
2342   -webkit-border-radius: 0px;
2343   border-radius: 0px;
2344 }
2345 .openerp .oe_form textarea.oe_inline[disabled] {
2346   border-left: 8px solid #eeeeee;
2347 }
2348 .openerp .oe_form .oe_form_field_url button img {
2349   vertical-align: top;
2350 }
2351 .openerp .oe_form .oe_form_field_monetary,
2352 .openerp .oe_form .oe_form_field_date,
2353 .openerp .oe_form .oe_form_field_datetime {
2354   white-space: nowrap;
2355 }
2356 .openerp .oe_form .oe_form_field_boolean {
2357   padding-top: 4px;
2358   width: auto;
2359 }
2360 .openerp .oe_form .oe_datepicker_container {
2361   display: none;
2362 }
2363 .openerp .oe_form .oe_datepicker_root {
2364   display: inline-block;
2365 }
2366 .openerp .oe_form .oe_form_required input:not([disabled]):not([readonly]), .openerp .oe_form .oe_form_required select:not([disabled]):not([readonly]), .openerp .oe_form .oe_form_required textarea:not([disabled]):not([readonly]) {
2367   background-color: #d2d2ff !important;
2368 }
2369 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
2370   background-color: #ff6666 !important;
2371   border: 1px solid #dd0000 !important;
2372 }
2373 .openerp .oe_form .oe_input_icon {
2374   cursor: pointer;
2375   margin: 3px 0 0 -21px;
2376   vertical-align: top;
2377 }
2378 .openerp .oe_form .oe_input_icon_disabled {
2379   position: absolute;
2380   cursor: default;
2381   opacity: 0.5;
2382   filter: alpha(opacity=50);
2383   right: 5px;
2384   top: 3px;
2385 }
2386 .openerp .oe_form .oe_form_field_with_button.oe_no_button > .oe_button {
2387   display: none;
2388 }
2389 .openerp .oe_form .oe_form_field_with_button:not(.oe_no_button) > .oe_button {
2390   float: right;
2391   -moz-border-radius: 0;
2392   -webkit-border-radius: 0;
2393   border-radius: 0;
2394   border-bottom-left-radius: 0px;
2395   height: 22px;
2396 }
2397 .openerp .oe_form .oe_form_field_with_button input {
2398   width: 100%;
2399 }
2400 .openerp .oe_form .oe_form_field_with_button > div {
2401   position: relative;
2402   overflow: hidden;
2403 }
2404 .openerp .oe_form .oe_form_embedded_html {
2405   position: relative;
2406   width: 600px;
2407   margin-left: 130px;
2408   margin-top: 32px;
2409   margin-bottom: 32px;
2410   text-align: justify;
2411 }
2412 .openerp .oe_form_editable .oe_form .oe_form_field_integer input {
2413   width: 6em;
2414 }
2415 .openerp .oe_form_editable .oe_form .oe_form_field_float input {
2416   width: 7em;
2417 }
2418 .openerp .oe_form_editable .oe_form .oe_form_field_date input {
2419   width: 7.5em;
2420 }
2421 .openerp .oe_form_editable .oe_form .oe_form_field_datetime input {
2422   width: 11.5em;
2423 }
2424 .openerp .oe_hidden_input_file {
2425   position: relative;
2426 }
2427 .openerp .oe_hidden_input_file input.oe_form_binary_file {
2428   z-index: 0;
2429   line-height: 0;
2430   font-size: 12px;
2431   position: absolute;
2432   top: 1px;
2433   left: 0;
2434   right: 0;
2435   opacity: 0;
2436   filter: alpha(opacity=0);
2437   -ms-filter: "alpha(opacity=0)";
2438   margin: 0;
2439   padding: 0;
2440 }
2441 .openerp .oe_form .oe_form_field_image {
2442   padding: 0;
2443   position: relative;
2444   display: inline-block;
2445   width: auto;
2446   vertical-align: top;
2447 }
2448 .openerp .oe_form .oe_form_field_image .oe_form_field_image_controls {
2449   position: absolute;
2450   top: 1px;
2451   padding: 4px 0;
2452   width: 100%;
2453   display: none;
2454   text-align: center;
2455   color: #eeeeee;
2456   background: rgba(37, 37, 37, 0.9);
2457   -moz-border-radius: 3px 3px 0 0;
2458   -webkit-border-radius: 3px 3px 0 0;
2459   border-radius: 3px 3px 0 0;
2460   -webkit-box-sizing: border-box;
2461   -moz-box-sizing: border-box;
2462   -ms-box-sizing: border-box;
2463   box-sizing: border-box;
2464 }
2465 .openerp .oe_form .oe_form_field_image:hover .oe_form_field_image_controls {
2466   display: block;
2467 }
2468 .openerp .oe_fileupload {
2469   display: inline-block;
2470   clear: both;
2471   width: 100%;
2472 }
2473 .openerp .oe_fileupload .oe_add {
2474   float: left;
2475   position: relative;
2476   width: 100%;
2477   left: 2px;
2478   top: 7px;
2479   overflow: hidden;
2480 }
2481 .openerp .oe_fileupload .oe_add button {
2482   display: inline;
2483   height: 24px;
2484   font-size: 12px;
2485   line-height: 12px;
2486   vertical-align: middle;
2487 }
2488 .openerp .oe_fileupload .oe_add button.oe_attach {
2489   width: 24px;
2490   overflow: hidden;
2491   width: 24px;
2492   overflow: hidden;
2493   background: transparent;
2494   color: #7c7bad;
2495   box-shadow: none;
2496   border: none;
2497   text-shadow: none;
2498 }
2499 .openerp .oe_fileupload .oe_add button.oe_attach .oe_e {
2500   position: relative;
2501   top: -1px;
2502   left: -9px;
2503 }
2504 .openerp .oe_fileupload .oe_add input.oe_form_binary_file {
2505   display: inline-block;
2506   margin-left: -85px;
2507   height: 22px;
2508   width: 152px;
2509   margin-top: -24px;
2510   cursor: pointer;
2511 }
2512 .openerp .oe_fileupload .oe_add .oe_attach_label {
2513   color: #7c7bad;
2514   margin-left: -3px;
2515 }
2516 .openerp .oe_fileupload .oe_attachments {
2517   margin-bottom: 4px;
2518   margin-right: 0px;
2519   font-size: 12px;
2520   border-radius: 2px;
2521   border: solid 1px rgba(124, 123, 173, 0.14);
2522 }
2523 .openerp .oe_fileupload .oe_attachments .oe_attachment {
2524   padding: 2px;
2525   padding-left: 4px;
2526   padding-right: 4px;
2527 }
2528 .openerp .oe_fileupload .oe_attachments .oe_attachment .oe_e {
2529   font-size: 23px;
2530   margin-top: -5px;
2531 }
2532 .openerp .oe_fileupload .oe_attachments .oe_attachment .oe_e:hover {
2533   text-decoration: none;
2534 }
2535 .openerp .oe_fileupload .oe_attachments .oe_attachment:nth-child(odd) {
2536   background: white;
2537 }
2538 .openerp .oe_fileupload .oe_attachments .oe_attachment:nth-child(even) {
2539   background: #f4f5fa;
2540 }
2541 .openerp .oe_form_field_many2one td:first-child {
2542   position: relative;
2543 }
2544 .openerp .oe_form_field_many2one span.oe_m2o_drop_down_button {
2545   position: absolute;
2546   top: 2px;
2547   right: 0px;
2548 }
2549 .openerp .oe_form_field_many2one .oe_m2o_cm_button {
2550   line-height: 14px;
2551   float: right;
2552   padding-left: 2px;
2553 }
2554 .openerp .oe_form_field_many2one input {
2555   padding-right: 13px;
2556 }
2557 .openerp.ui-autocomplete li.oe_m2o_dropdown_option a {
2558   font-style: italic;
2559   padding-left: 2em;
2560 }
2561 .openerp.ui-autocomplete li:not(.oe_m2o_dropdown_option) + li.oe_m2o_dropdown_option {
2562   margin-top: 10px;
2563 }
2564 .openerp ul.oe_form_status, .openerp ul.oe_form_status_clickable {
2565   display: inline-block;
2566   margin: 0;
2567   padding: 0 18px 0 0;
2568 }
2569 .openerp ul.oe_form_status li, .openerp ul.oe_form_status_clickable li {
2570   display: inline-block;
2571   list-style-type: none;
2572   margin: 0 -18px 0 0;
2573   padding: 0;
2574   background-color: #fcfcfc;
2575   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2576   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2577   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2578   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2579   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2580   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2581 }
2582 .openerp ul.oe_form_status li:first-child .label, .openerp ul.oe_form_status_clickable li:first-child .label {
2583   border-left: 1px solid #cacaca;
2584   padding-left: 14px;
2585 }
2586 .openerp ul.oe_form_status li:last-child, .openerp ul.oe_form_status_clickable li:last-child {
2587   border-right: 1px solid #cacaca;
2588 }
2589 .openerp ul.oe_form_status li:last-child .label, .openerp ul.oe_form_status_clickable li:last-child .label {
2590   padding-right: 14px;
2591 }
2592 .openerp ul.oe_form_status li:last-child .arrow, .openerp ul.oe_form_status_clickable li:last-child .arrow {
2593   display: none;
2594 }
2595 .openerp ul.oe_form_status li .label, .openerp ul.oe_form_status_clickable li .label {
2596   color: #4c4c4c;
2597   text-shadow: 0 1px 1px #fcfcfc, 0 -1px 1px #dedede;
2598   padding: 7px;
2599   display: inline-block;
2600   padding-left: 24px;
2601   margin: 0;
2602   position: relative;
2603 }
2604 .openerp ul.oe_form_status li .arrow, .openerp ul.oe_form_status_clickable li .arrow {
2605   width: 17px;
2606   display: inline-block;
2607   vertical-align: top;
2608   overflow: hidden;
2609   margin-left: -5px;
2610 }
2611 .openerp ul.oe_form_status li .arrow span, .openerp ul.oe_form_status_clickable li .arrow span {
2612   position: relative;
2613   width: 24px;
2614   height: 24px;
2615   display: inline-block;
2616   margin-left: -12px;
2617   margin-top: 3px;
2618   box-shadow: -1px 1px 2px rgba(255, 255, 255, 0.2), inset -1px 1px 1px rgba(0, 0, 0, 0.2);
2619   background-color: #dedede;
2620   background: -moz-linear-gradient(135deg, #dedede, #fcfcfc);
2621   background: -o-linear-gradient(135deg, #fcfcfc, #dedede);
2622   background: -webkit-gradient(linear, left top, right bottom, from(#fcfcfc), to(#dedede));
2623   background: -ms-linear-gradient(top, #fcfcfc, #dedede);
2624   -moz-border-radius: 3px;
2625   -webkit-border-radius: 3px;
2626   border-radius: 3px;
2627   -webkit-transform: rotate(45deg);
2628   -moz-transform: rotate(45deg);
2629   -ms-transform: rotate(45deg);
2630   -o-transform: rotate(45deg);
2631   transform: rotate(45deg);
2632 }
2633 .openerp ul.oe_form_status li.oe_active, .openerp ul.oe_form_status_clickable li.oe_active {
2634   background-color: #729fcf;
2635   background-image: -webkit-gradient(linear, left top, left bottom, from(#729fcf), to(#3465a4));
2636   background-image: -webkit-linear-gradient(top, #729fcf, #3465a4);
2637   background-image: -moz-linear-gradient(top, #729fcf, #3465a4);
2638   background-image: -ms-linear-gradient(top, #729fcf, #3465a4);
2639   background-image: -o-linear-gradient(top, #729fcf, #3465a4);
2640   background-image: linear-gradient(to bottom, #729fcf, #3465a4);
2641 }
2642 .openerp ul.oe_form_status li.oe_active .arrow span, .openerp ul.oe_form_status_clickable li.oe_active .arrow span {
2643   background-color: #3465a4;
2644   background: -moz-linear-gradient(135deg, #3465a4, #729fcf);
2645   background: -o-linear-gradient(135deg, #729fcf, #3465a4);
2646   background: -webkit-gradient(linear, left top, right bottom, from(#729fcf), to(#3465a4));
2647   background: -ms-linear-gradient(top, #729fcf, #3465a4);
2648 }
2649 .openerp ul.oe_form_status li.oe_active .label, .openerp ul.oe_form_status_clickable li.oe_active .label {
2650   color: white;
2651   text-shadow: 0 1px 1px #729fcf, 0 -1px 1px #3465a4;
2652 }
2653 .openerp ul.oe_form_status_clickable li {
2654   cursor: pointer;
2655 }
2656 .openerp ul.oe_form_status_clickable li:hover {
2657   background-color: #e8e8e8;
2658   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca));
2659   background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca);
2660   background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca);
2661   background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca);
2662   background-image: -o-linear-gradient(top, #e8e8e8, #cacaca);
2663   background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);
2664 }
2665 .openerp ul.oe_form_status_clickable li:hover .label {
2666   text-shadow: 0 -1px 1px #fcfcfc, 0 1px 1px #dedede;
2667 }
2668 .openerp ul.oe_form_status_clickable li:hover .arrow span {
2669   background-color: #e8e8e8;
2670   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca));
2671   background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca);
2672   background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca);
2673   background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca);
2674   background-image: -o-linear-gradient(top, #e8e8e8, #cacaca);
2675   background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);
2676 }
2677 .openerp ul.oe_form_status_clickable li .label {
2678   color: #7c7bad;
2679 }
2680 .openerp ul.oe_form_status_clickable li.oe_active:hover {
2681   background-color: #4c85c2;
2682   background-image: -webkit-gradient(linear, left top, left bottom, from(#4c85c2), to(#284d7d));
2683   background-image: -webkit-linear-gradient(top, #4c85c2, #284d7d);
2684   background-image: -moz-linear-gradient(top, #4c85c2, #284d7d);
2685   background-image: -ms-linear-gradient(top, #4c85c2, #284d7d);
2686   background-image: -o-linear-gradient(top, #4c85c2, #284d7d);
2687   background-image: linear-gradient(to bottom, #4c85c2, #284d7d);
2688 }
2689 .openerp ul.oe_form_status_clickable li.oe_active:hover .label {
2690   text-shadow: 0 -1px 1px #729fcf, 0 1px 1px #3465a4;
2691 }
2692 .openerp ul.oe_form_status_clickable li.oe_active:hover .arrow span {
2693   background-color: #284d7d;
2694   background: -moz-linear-gradient(135deg, #284d7d, #4c85c2);
2695   background: -o-linear-gradient(135deg, #4c85c2, #284d7d);
2696   background: -webkit-gradient(linear, left top, right bottom, from(#4c85c2), to(#284d7d));
2697   background: -ms-linear-gradient(top, #4c85c2, #284d7d);
2698 }
2699 .openerp .oe_form .oe_form_field_one2many > .oe_view_manager .oe_list_pager_single_page {
2700   display: none;
2701 }
2702 .openerp .oe_form_field_one2many > .oe_view_manager .oe_list_pager_single_page, .openerp .oe_form_field_many2many > .oe_view_manager .oe_list_pager_single_page {
2703   display: none !important;
2704 }
2705 .openerp .oe_form_field_one2many > .oe_view_manager .oe_view_manager_view_list, .openerp .oe_form_field_many2many > .oe_view_manager .oe_view_manager_view_list {
2706   min-height: 132px;
2707 }
2708 .openerp .oe_form_field_one2many .oe_form_field_one2many_list_row_add, .openerp .oe_form_field_many2many .oe_form_field_one2many_list_row_add {
2709   font-weight: bold;
2710 }
2711 .openerp .oe_form_field_one2many .oe_list_content > thead, .openerp .oe_form_field_many2many .oe_list_content > thead {
2712   border-bottom: 1px;
2713 }
2714 .openerp .oe_form_field_one2many .oe_list_content > tbody tr:nth-child(odd), .openerp .oe_form_field_many2many .oe_list_content > tbody tr:nth-child(odd) {
2715   background: transparent;
2716 }
2717 .openerp .oe_form_field_one2many .oe_list .oe_list_edit_row_save, .openerp .oe_form_field_many2many .oe_list .oe_list_edit_row_save {
2718   background: url(/web/static/src/img/iconset-b-remove.png) 50% 50% no-repeat;
2719 }
2720 .openerp .oe_form_field_one2many .oe_list .oe_list_edit_row_save:before, .openerp .oe_form_field_many2many .oe_list .oe_list_edit_row_save:before {
2721   visibility: hidden;
2722 }
2723 .openerp .oe_form_field_one2many > .oe_view_manager .oe_header_row_top, .openerp .oe_form_field_many2many > .oe_view_manager .oe_header_row_top {
2724   display: none;
2725 }
2726 .openerp .oe_form_field_one2many > .oe_view_manager .oe_view_manager_header2 td, .openerp .oe_form_field_many2many > .oe_view_manager .oe_view_manager_header2 td {
2727   padding: 0px 8px;
2728   line-height: 16px;
2729 }
2730 .openerp .oe_form_field_one2many > .oe_view_manager .oe_view_manager_header2 td .oe_i, .openerp .oe_form_field_many2many > .oe_view_manager .oe_view_manager_header2 td .oe_i {
2731   font-size: 13px;
2732 }
2733 .openerp .oe_form_field_one2many > .oe_view_manager .oe_view_manager_header2 td .oe_pager_group, .openerp .oe_form_field_many2many > .oe_view_manager .oe_view_manager_header2 td .oe_pager_group {
2734   height: auto;
2735   line-height: 16px;
2736 }
2737 .openerp .oe_form_field_one2many > .oe_view_manager .oe_view_manager_header2 td .oe_pager_group li, .openerp .oe_form_field_many2many > .oe_view_manager .oe_view_manager_header2 td .oe_pager_group li {
2738   height: auto;
2739   line-height: 16px;
2740 }
2741 .openerp .oe_form_field_one2many .oe_list_buttons.oe_editing .oe_list_save, .openerp .oe_form_field_many2many .oe_list_buttons.oe_editing .oe_list_save {
2742   visibility: hidden;
2743 }
2744 .openerp .oe_form_editable .oe_list_editable .oe_list_content td.oe_required {
2745   background-color: #d2d2ff;
2746 }
2747 .openerp .oe_form_editable .oe_list_editable .oe_list_content td.oe_readonly {
2748   background-color: #eeeeee;
2749 }
2750 .openerp .oe_list_editable .oe_list_content td.oe_list_field_cell {
2751   padding: 4px 6px 3px;
2752 }
2753 .openerp .oe_list.oe_list_editable.oe_editing .oe_edition .oe_list_field_cell:not(.oe_readonly) {
2754   color: transparent;
2755   text-shadow: none;
2756 }
2757 .openerp .oe_list.oe_list_editable.oe_editing .oe_edition .oe_list_field_cell:not(.oe_readonly) * {
2758   visibility: hidden;
2759 }
2760 .openerp .oe_list.oe_list_editable.oe_editing .oe_m2o_drop_down_button {
2761   top: 5px;
2762 }
2763 .openerp .oe_list.oe_list_editable.oe_editing .oe_m2o_cm_button {
2764   line-height: 19px;
2765 }
2766 .openerp .oe_list.oe_list_editable.oe_editing .oe_input_icon {
2767   margin-top: 5px;
2768 }
2769 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field {
2770   min-width: 0;
2771   max-width: none;
2772 }
2773 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field input, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field textarea {
2774   height: 27px;
2775   -moz-border-radius: 0;
2776   -webkit-border-radius: 0;
2777   border-radius: 0;
2778   border: 1px solid #aaaaff;
2779   margin: 0;
2780 }
2781 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field input, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field textarea, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field select {
2782   min-width: 0;
2783 }
2784 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_float input, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_view_integer input {
2785   text-align: right;
2786   width: 100% !important;
2787 }
2788 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_datetime input.oe_datepicker_master, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_date input.oe_datepicker_master {
2789   width: 100% !important;
2790 }
2791 .openerp .oe_list_group_name {
2792   white-space: nowrap;
2793 }
2794 .openerp .oe_form .oe_form_field_many2many > .oe_list .oe_list_pager_single_page {
2795   display: none;
2796 }
2797 .openerp .oe_list_buttons .oe_alternative {
2798   visibility: hidden;
2799 }
2800 .openerp .oe_list_buttons .oe_list_save, .openerp .oe_list_buttons .oe_list_discard {
2801   display: none;
2802 }
2803 .openerp .oe_list_buttons.oe_editing .oe_list_add {
2804   display: none;
2805 }
2806 .openerp .oe_list_buttons.oe_editing .oe_list_save {
2807   display: inline-block;
2808 }
2809 .openerp .oe_list_buttons.oe_editing .oe_list_discard {
2810   display: inline;
2811 }
2812 .openerp .oe_list_buttons.oe_editing .oe_alternative {
2813   visibility: visible;
2814 }
2815 .openerp .oe_list.oe_cannot_edit .oe_list_header_handle, .openerp .oe_list.oe_cannot_edit .oe_list_field_handle {
2816   display: none !important;
2817   padding: 0 !important;
2818 }
2819 .openerp .oe_list.oe_cannot_delete .oe_list_record_delete {
2820   display: none !important;
2821 }
2822 .openerp .oe_list .oe_form .oe_form_nosheet {
2823   margin: 0;
2824   padding: 0;
2825   border: none;
2826 }
2827 .openerp .oe_list .oe_form .oe_form_field {
2828   width: auto;
2829   position: absolute;
2830   margin: 0 !important;
2831   padding: 0;
2832 }
2833 .openerp .oe_list .oe_form .oe_form_field_boolean {
2834   padding: 1px 6px 3px;
2835 }
2836 .openerp .oe_list .oe_list_content .oe_group_header {
2837   background-color: #fcfcfc;
2838   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2839   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2840   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2841   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2842   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2843   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2844 }
2845 .openerp .oe_list_content {
2846   width: 100%;
2847 }
2848 .openerp .oe_list_content td:first-child:after, .openerp .oe_list_content th:first-child:after {
2849   border-width: 0;
2850 }
2851 .openerp .oe_list_content td.oe_number {
2852   text-align: right !important;
2853   max-width: 100px;
2854 }
2855 .openerp .oe_list_content td.oe_list_field_date, .openerp .oe_list_content th.oe_list_header_date {
2856   min-width: 6em;
2857 }
2858 .openerp .oe_list_content > thead {
2859   border-bottom: 2px solid #cacaca;
2860   background: #eeeeee;
2861   vertical-align: top;
2862 }
2863 .openerp .oe_list_content td, .openerp .oe_list_content th {
2864   padding: 3px 6px;
2865   line-height: 18px;
2866 }
2867 .openerp .oe_list_content th.oe_sortable, .openerp .oe_list_content th.oe_sortable div {
2868   cursor: pointer;
2869 }
2870 .openerp .oe_list_content th.oe_sortable div {
2871   position: relative;
2872 }
2873 .openerp .oe_list_content th.oe_sortable div:after {
2874   position: absolute;
2875   right: 6px;
2876   content: "";
2877   margin-top: 7px;
2878   border-width: 0 4px 4px;
2879   border-style: solid;
2880   border-color: black transparent;
2881   visibility: hidden;
2882 }
2883 .openerp .oe_list_content th.sortup div:after {
2884   visibility: visible;
2885   filter: alpha(opacity=60);
2886   opacity: 0.6;
2887 }
2888 .openerp .oe_list_content th.sortdown div:after {
2889   border-bottom: none;
2890   border-left: 4px solid transparent;
2891   border-right: 4px solid transparent;
2892   border-top: 4px solid black;
2893   visibility: visible;
2894   -moz-box-shadow: none;
2895   -webkit-box-shadow: none;
2896   box-shadow: none;
2897   filter: alpha(opacity=60);
2898   opacity: 0.6;
2899 }
2900 .openerp .oe_list_content > tbody {
2901   cursor: pointer;
2902 }
2903 .openerp .oe_list_content > tbody > tr {
2904   height: 27px;
2905   border-top: 1px solid #dddddd;
2906 }
2907 .openerp .oe_list_content > tbody > tr > td.oe_list_field_cell {
2908   padding: 3px 6px;
2909   white-space: pre-line;
2910 }
2911 .openerp .oe_list_content > tbody > tr > td > button, .openerp .oe_list_content > tbody > tr > th > button {
2912   border: none;
2913   background: transparent;
2914   padding: 0;
2915   -moz-box-shadow: none;
2916   -webkit-box-shadow: none;
2917   box-shadow: none;
2918 }
2919 .openerp .oe_list_content > tbody > tr > td.oe_list_checkbox:first-child, .openerp .oe_list_content > tbody > tr th.oe_list_checkbox:first-child {
2920   width: 17px;
2921 }
2922 .openerp .oe_list_content > tbody > tr > td.oe_list_checkbox:first-child:after, .openerp .oe_list_content > tbody > tr th.oe_list_checkbox:first-child:after {
2923   border-width: 0;
2924 }
2925 .openerp .oe_list_content > tbody > tr > td.oe_list_field_boolean input {
2926   filter: alpha(opacity=50);
2927   opacity: 0.5;
2928 }
2929 .openerp .oe_list_content > tbody > tr:nth-child(odd) {
2930   background-color: #f0f0fa;
2931   background-color: #f0f0fa;
2932   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
2933   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
2934   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
2935   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
2936   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
2937   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
2938 }
2939 .openerp .oe_list_content > tfoot {
2940   border-top: 2px solid #cacaca;
2941   border-bottom: 1px solid #cacaca;
2942   background: #eeeeee;
2943   font-weight: bold;
2944 }
2945 .openerp .oe_list_content .numeric {
2946   text-align: right;
2947   width: 82px;
2948 }
2949 .openerp .oe_list_content .numeric input {
2950   text-align: right;
2951 }
2952 .openerp .oe_list_content th.oe_list_header_handle {
2953   font-size: 1px;
2954   overflow: hidden;
2955   text-indent: -9001px;
2956 }
2957 .openerp .oe_list_content td.oe_list_field_handle {
2958   width: 1em;
2959   padding: 0 !important;
2960   cursor: ns-resize;
2961 }
2962 .openerp .oe_list_content td.oe_list_field_handle .oe_list_handle {
2963   font-size: 1px;
2964   letter-spacing: -1px;
2965   color: transparent;
2966   font-weight: normal;
2967   margin-right: 7px;
2968 }
2969 .openerp .oe_list_content td.oe_list_field_handle .oe_list_handle:before {
2970   font: 18px "entypoRegular";
2971   content: "}";
2972   color: #e0e0e0;
2973 }
2974 .openerp .oe_list_content .oe_list_field_progressbar progress {
2975   width: 100%;
2976 }
2977 .openerp .tree_header {
2978   background-color: #f0f0f0;
2979   border-bottom: 1px solid #cacaca;
2980   color: #4c4c4c;
2981   padding: 5px;
2982   height: 25px;
2983 }
2984 .openerp .tree_header button {
2985   float: right;
2986   height: 27px;
2987   margin-right: 5px;
2988 }
2989 .openerp .oe-treeview-table {
2990   width: 100%;
2991   background-color: white;
2992   border-spacing: 0;
2993   color: #4c4c4c;
2994 }
2995 .openerp .oe-treeview-table th {
2996   padding: 10px;
2997   font-weight: bold;
2998   background-color: #f0f0f0;
2999   border-bottom: 2px solid #cacaca;
3000 }
3001 .openerp .oe-treeview-table td {
3002   cursor: pointer;
3003   vertical-align: middle;
3004   text-align: left;
3005   vertical-align: middle;
3006   height: 20px;
3007   padding-left: 4px;
3008   padding-right: 4px;
3009   border-right: 1px solid #e7e7e7;
3010 }
3011 .openerp .oe-treeview-table td.oe_number {
3012   text-align: right !important;
3013 }
3014 .openerp .oe-treeview-table tr {
3015   border-bottom: 1px solid #d6d6d6;
3016 }
3017 .openerp .oe-treeview-table tr:hover {
3018   background-color: #e7e7e7;
3019 }
3020 .openerp .oe-treeview-table span {
3021   font-size: 90%;
3022   font-weight: normal;
3023   white-space: nowrap;
3024   display: block;
3025 }
3026 .openerp .oe-treeview-table .treeview-tr.oe-treeview-first {
3027   background: transparent url(/web/static/src/img/expand.gif) 0 50% no-repeat;
3028 }
3029 .openerp .oe-treeview-table .oe_open .treeview-tr.oe-treeview-first {
3030   background-image: url(/web/static/src/img/collapse.gif);
3031 }
3032 .openerp .oe-treeview-table .treeview-tr.oe-treeview-first span, .openerp .oe-treeview-table .treeview-td.oe-treeview-first span {
3033   margin-left: 16px;
3034 }
3035 .openerp .oe_layout_debugging .oe_form_group {
3036   outline: 2px dashed green;
3037 }
3038 .openerp .oe_layout_debugging .oe_form_group_cell {
3039   outline: 1px solid blue;
3040 }
3041 .openerp .oe_layout_debugging .oe_form_group:hover, .openerp .oe_layout_debugging .oe_form_group_cell:hover {
3042   outline-color: red;
3043 }
3044 .openerp .oe_layout_debugging .oe_form_group_row_incomplete > td:last-child:after {
3045   content: "[Incomplete Row]";
3046   background: red;
3047   padding: 2px;
3048   font-weight: bold;
3049   color: white;
3050   float: right;
3051 }
3052 .openerp .oe_layout_debugging .oe_form_group_row_incomplete.oe_form_group_row_newline > td:last-child:after {
3053   content: "[newline]";
3054 }
3055 .openerp .oe_debug_view {
3056   float: left;
3057 }
3058 .openerp .oe_debug_view_log {
3059   font-size: 95%;
3060 }
3061 .openerp .oe_debug_view_log label {
3062   display: block;
3063   width: 49%;
3064   text-align: right;
3065   float: left;
3066   font-weight: bold;
3067   color: #000099;
3068 }
3069 .openerp .oe_debug_view_log span {
3070   display: block;
3071   width: 49%;
3072   float: right;
3073   color: #333333;
3074 }
3075
3076 .kitten-mode-activated {
3077   background-image: url(http://placekitten.com/g/1365/769);
3078   background-size: cover;
3079   background-attachment: fixed;
3080 }
3081 .kitten-mode-activated > * {
3082   opacity: 0.7;
3083 }
3084
3085 div.ui-widget-overlay {
3086   background: black;
3087   filter: alpha(opacity=30);
3088   opacity: 0.3;
3089 }
3090
3091 .ui-widget {
3092   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
3093   color: #4c4c4c;
3094   font-size: 13px;
3095 }
3096
3097 .ui-menu {
3098   padding: 2px 0;
3099   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3100   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3101   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3102   margin-top: 4px;
3103   border: 1px solid #afafb6;
3104 }
3105 .ui-menu .ui-menu-item {
3106   width: 100%;
3107   padding: 0;
3108 }
3109 .ui-menu .ui-menu-item a {
3110   padding: 1px 16px;
3111 }
3112 .ui-menu .ui-menu-item a.ui-corner-all {
3113   -moz-border-radius: 0;
3114   -webkit-border-radius: 0;
3115   border-radius: 0;
3116 }
3117 .ui-menu .ui-menu-item a.ui-state-active {
3118   background: #f0f0fa;
3119 }
3120 .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
3121   background: #7c7bad;
3122 }
3123
3124 .ui-corner-all {
3125   -moz-border-radius: 3px;
3126   -webkit-border-radius: 3px;
3127   border-radius: 3px;
3128 }
3129
3130 .openerp_ie .oe_form_field_boolean input {
3131   background: white;
3132 }
3133 .openerp_ie input[type='checkbox'] {
3134   border: none;
3135   background: none;
3136   box-shadow: none;
3137 }
3138 .openerp_ie .oe_logo img {
3139   border: none;
3140 }
3141 .openerp_ie .oe_header_row button.oe_highlight {
3142   padding-top: 0;
3143   padding-bottom: 0;
3144 }
3145 .openerp_ie .oe_view_manager_buttons button.oe_write_full {
3146   padding-top: 0;
3147   padding-bottom: 0;
3148 }
3149 .openerp_ie .oe_view_manager_buttons button.oe_highlight {
3150   padding-top: 0;
3151   padding-bottom: 0;
3152 }
3153 .openerp_ie .oe_view_manager_buttons button .oe_form_button_edit {
3154   padding-top: 0;
3155   padding-bottom: 0;
3156 }
3157 .openerp_ie .oe_view_manager_buttons button .oe_form_button_create {
3158   padding-top: 0;
3159   padding-bottom: 0;
3160 }
3161 .openerp_ie .oe_kanban_image {
3162   border: none;
3163 }
3164 .openerp_ie .oe_msg_icon {
3165   border: none;
3166 }
3167 .openerp_ie .oe_form header ul {
3168   height: 29px;
3169 }
3170 .openerp_ie .oe_attach {
3171   filter: none;
3172 }
3173 .openerp_ie .oe_link {
3174   filter: none;
3175 }
3176 .openerp_ie .oe_kanban_show_more {
3177   clear: both;
3178   text-align: center;
3179 }
3180 .openerp_ie.oe_kanban_grouped .oe_kanban_show_more .oe_button {
3181   width: 100%;
3182   padding: 3px 12px;
3183 }
3184 .openerp_ie .oe_form_buttons button {
3185   padding-top: 0;
3186   padding-bottom: 0;
3187 }
3188 .openerp_ie .oe_sidebar button {
3189   padding-top: 0;
3190   padding-bottom: 0;
3191 }
3192 .openerp_ie img {
3193   border: none;
3194 }
3195 .openerp_ie .oe_dropdown_arrow {
3196   line-height: 1.7em;
3197 }
3198 .openerp_ie .oe_form_buttons button, .openerp_ie .oe_view_manager_buttons button {
3199   line-height: 1.7em;
3200 }
3201 .openerp_ie .oe_form_buttons .oe_highlight, .openerp_ie .oe_view_manager_buttons .oe_highlight {
3202   line-height: 1.7em;
3203 }
3204 .openerp_ie .oe_topbar {
3205   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646060', endColorstr='#262626');
3206 }
3207 .openerp_ie .oe_popup_form {
3208   width: 99% !important;
3209 }
3210 .openerp_ie .oe_form_label {
3211   white-space: normal !important;
3212 }
3213 .openerp_ie ul.oe_form_status li, .openerp_ie ul.oe_form_status_clickable li {
3214   display: inline-block;
3215   clear: both;
3216 }
3217 .openerp_ie ul.oe_form_status li:last-child, .openerp_ie ul.oe_form_status_clickable li:last-child {
3218   overflow: hidden;
3219   border-right: 1px solid #cacaca;
3220 }
3221 .openerp_ie ul.oe_form_status li:last-child .label, .openerp_ie ul.oe_form_status_clickable li:last-child .label {
3222   padding-right: 14px;
3223   border-right: none;
3224 }
3225 .openerp_ie ul.oe_form_status li:last-child .arrow, .openerp_ie ul.oe_form_status_clickable li:last-child .arrow {
3226   display: inline-block;
3227   opacity: 0;
3228   filter: alpha(opacity=0);
3229   border: none;
3230   width: 0;
3231   border-right: none;
3232 }
3233 .openerp_ie ul.oe_form_status .label, .openerp_ie ul.oe_form_status_clickable .label {
3234   border-bottom: 1px solid #cacaca;
3235   background: transparent;
3236 }
3237 .openerp_ie ul.oe_form_status .arrow span, .openerp_ie ul.oe_form_status_clickable .arrow span {
3238   background-color: #fefefe !important;
3239 }
3240 .openerp_ie ul.oe_form_status li.oe_active .label, .openerp_ie ul.oe_form_status_clickable li.oe_active .label {
3241   border-bottom: 1px solid #729fcf;
3242 }
3243 .openerp_ie ul.oe_form_status li.oe_active .arrow span, .openerp_ie ul.oe_form_status_clickable li.oe_active .arrow span {
3244   background-color: #729fcf !important;
3245 }
3246 .openerp_ie .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
3247   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#D8D8D8');
3248 }
3249
3250 @media print {
3251   .openerp {
3252     text-shadow: none;
3253   }
3254   .openerp .oe_header_row, .openerp ul.oe_header, .openerp div.oe_mail_thread_action, .openerp .oe_mail_recthread_actions, .openerp .oe_button_box, .openerp .oe_form button, .openerp button.oe_invite, .openerp .oe_form header, .openerp .openerp .oe_notebook > li.ui-state-default, .openerp .oe_topbar, .openerp .oe_leftbar, .openerp .oe_loading {
3255     display: none !important;
3256   }
3257   .openerp .oe_list_content button, .openerp .oe_list_content input[type=checkbox] {
3258     visibility: hidden;
3259   }
3260   .openerp .tree_header button, .openerp .oe_mail .oe_mail_thread_msg .oe_mail_unread, .openerp .oe_mail_fetch_more, .openerp .oe_m2o_drop_down_button img, .openerp .oe_form_field_one2many_list_row_add {
3261     visibility: hidden;
3262   }
3263   .openerp a.oe_m2o_cm_button, .openerp a.oe_e {
3264     visibility: hidden;
3265   }
3266   .openerp .oe_form .oe_form_field_date img, .openerp .oe_form .oe_form_field_datetime img {
3267     visibility: hidden;
3268   }
3269   .openerp .oe_notebook > li.ui-tabs-selected {
3270     display: block;
3271   }
3272   .openerp .oe_application .oe_form_sheet, .openerp .oe_application .oe_form_sheetbg {
3273     border: 0px !important;
3274     box-shadow: 0px 0px 0px;
3275   }
3276   .openerp .oe_application .oe_form_sheet .oe_list, .openerp .oe_application .oe_form_sheetbg .oe_list {
3277     overflow-x: visible;
3278   }
3279   .openerp .oe_view_manager_current > .oe_view_manager_header {
3280     border: 0px !important;
3281     box-shadow: 0px 0px 0px;
3282   }
3283   .openerp .text-core .text-wrap .text-arrow {
3284     background: none;
3285   }
3286   .openerp .openerp div.oe_mail_wall {
3287     overflow: hidden !important;
3288   }
3289 }
3290 .blockUI.blockOverlay {
3291   background-color: black;
3292   opacity: 0.6;
3293 }