[MERGe] 7.0
[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   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: inline-block;
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   height: 100%;
1388 }
1389 .openerp .oe_application a {
1390   color: #7c7bad;
1391 }
1392 .openerp .oe_application a:hover {
1393   text-decoration: underline;
1394 }
1395 .openerp .oe_application > div {
1396   height: 100%;
1397 }
1398 .openerp .oe_application .oe_breadcrumb_item:not(:last-child) {
1399   max-width: 7em;
1400   white-space: nowrap;
1401   text-overflow: ellipsis;
1402 }
1403 .openerp .oe_application .oe_breadcrumb_title > * {
1404   display: inline-block;
1405   overflow: hidden;
1406 }
1407 .openerp .oe_view_manager .oe_view_manager_body {
1408   height: inherit;
1409 }
1410 .openerp .oe_view_manager .oe_view_manager_view_kanban {
1411   height: inherit;
1412 }
1413 .openerp .oe_view_manager table.oe_view_manager_header {
1414   border-collapse: separate;
1415   width: 100%;
1416   table-layout: fixed;
1417 }
1418 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row {
1419   clear: both;
1420   text-shadow: 0 1px 1px white;
1421 }
1422 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row:last-child td {
1423   padding-top: 0;
1424 }
1425 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row:first-child td {
1426   padding-top: 8px;
1427 }
1428 .openerp .oe_view_manager table.oe_view_manager_header .oe_view_manager_sidebar {
1429   margin: 0px auto;
1430   text-align: center;
1431 }
1432 .openerp .oe_view_manager table.oe_view_manager_header td {
1433   line-height: 26px;
1434 }
1435 .openerp .oe_view_manager table.oe_view_manager_header h2 {
1436   font-size: 18px;
1437   margin: 0;
1438   float: left;
1439 }
1440 .openerp .oe_view_manager table.oe_view_manager_header h2 a {
1441   color: #7c7bad;
1442 }
1443 .openerp .oe_view_manager table.oe_view_manager_header .oe_dropdown_menu {
1444   line-height: normal;
1445 }
1446 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group {
1447   display: inline-block;
1448   border: 1px solid #ababab;
1449   -moz-border-radius: 5px;
1450   -webkit-border-radius: 5px;
1451   border-radius: 5px;
1452 }
1453 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group li {
1454   float: left;
1455   border-right: 1px solid #ababab;
1456 }
1457 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group li:last-child {
1458   border: none;
1459 }
1460 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group a {
1461   color: #4c4c4c;
1462 }
1463 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group a:hover {
1464   text-decoration: none;
1465 }
1466 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group .active {
1467   background: #999999;
1468   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1469   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1470   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1471 }
1472 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group .active a {
1473   color: white;
1474   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1475 }
1476 .openerp .oe_view_manager table.oe_view_manager_header .oe_view_manager_buttons {
1477   white-space: nowrap;
1478 }
1479 .openerp .oe_view_manager .oe_view_manager_switch {
1480   padding: 0;
1481   margin: 0 0 0 8px;
1482 }
1483 .openerp .oe_view_manager .oe_view_manager_switch li {
1484   margin: 0;
1485   width: 24px;
1486   height: 24px;
1487   line-height: 16px;
1488   padding: 0;
1489   text-align: center;
1490   list-style-type: none;
1491 }
1492 .openerp .oe_view_manager .oe_view_manager_switch li a {
1493   position: relative;
1494 }
1495 .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 {
1496   padding: 2px;
1497   content: "i";
1498 }
1499 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_form:after {
1500   content: "m";
1501 }
1502 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_graph:after {
1503   font-family: "mnmliconsRegular" !important;
1504   font-size: 21px;
1505   font-weight: 300 !important;
1506   content: "}";
1507   top: -2px;
1508   position: relative;
1509 }
1510 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_gantt:after {
1511   font-family: "mnmliconsRegular" !important;
1512   font-size: 21px;
1513   font-weight: 300 !important;
1514   content: "y";
1515   top: -2px;
1516   position: relative;
1517 }
1518 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_calendar:after {
1519   content: "P";
1520 }
1521 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_kanban:after {
1522   content: "k";
1523 }
1524 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_diagram:after {
1525   content: "f";
1526 }
1527 .openerp .oe_list_pager {
1528   line-height: 26px;
1529 }
1530 .openerp .oe_pager_value {
1531   float: left;
1532   margin-right: 8px;
1533 }
1534 .openerp ul.oe_pager_group {
1535   padding: 0;
1536   margin: 0;
1537 }
1538 .openerp .oe_pager_group {
1539   float: left;
1540   height: 24px;
1541   line-height: 24px;
1542   display: inline-block;
1543   border: 1px solid #ababab;
1544   cursor: pointer;
1545   -moz-border-radius: 5px;
1546   -webkit-border-radius: 5px;
1547   border-radius: 5px;
1548 }
1549 .openerp .oe_pager_group li {
1550   height: 24px;
1551   line-height: 24px;
1552   padding: 0;
1553   margin: 0;
1554   list-style-type: none;
1555   float: left;
1556   border-right: 1px solid #ababab;
1557 }
1558 .openerp .oe_pager_group li:last-child {
1559   border: none;
1560 }
1561 .openerp .oe_pager_group a {
1562   color: #4c4c4c;
1563   padding: 0 8px;
1564 }
1565 .openerp .oe_pager_group a:hover {
1566   text-decoration: none;
1567 }
1568 .openerp .oe_pager_group .active {
1569   background: #999999;
1570   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1571   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1572   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1573 }
1574 .openerp .oe_pager_group .active a {
1575   color: white;
1576   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1577 }
1578 .openerp .oe_list_pager.oe_list_pager_single_page .oe_pager_group {
1579   display: none;
1580 }
1581 .openerp .oe_view_manager_current {
1582   height: 100%;
1583 }
1584 .openerp .oe_view_manager_current > .oe_view_manager_header {
1585   border-bottom: 1px solid #cacaca;
1586   background-color: #fcfcfc;
1587   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1588   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1589   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1590   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1591   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1592   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1593   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1594   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1595   box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1596 }
1597 .openerp .oe_view_manager_current > .oe_view_manager_header .oe_header_row td {
1598   padding: 8px;
1599 }
1600 .openerp .oe_view_manager_current > .oe_view_manager_header .oe_header_row:first-child td {
1601   padding-top: 8px;
1602 }
1603 .openerp .oe_view_manager_inline, .openerp .oe_view_manager_inlineview {
1604   height: 100%;
1605 }
1606 .openerp .oe_view_manager_inline > .oe_view_manager_header, .openerp .oe_view_manager_inlineview > .oe_view_manager_header {
1607   display: none;
1608 }
1609 .openerp .oe_popup_form > .oe_formview > .oe_form_pager {
1610   display: none !important;
1611 }
1612 .openerp .oe_popup_list_pager {
1613   float: right;
1614 }
1615 .openerp .oe_searchview {
1616   cursor: text;
1617   position: relative;
1618   float: right;
1619   padding: 1px 0;
1620   line-height: 18px;
1621   width: 400px;
1622   border: 1px solid #ababab;
1623   background: white;
1624   -moz-border-radius: 13px;
1625   -webkit-border-radius: 13px;
1626   border-radius: 13px;
1627   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1628   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1629   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1630 }
1631 .openerp .oe_searchview input, .openerp .oe_searchview textarea {
1632   padding: 3px;
1633   height: 14px;
1634   font-size: 12px;
1635   line-height: 18px;
1636 }
1637 .openerp .oe_searchview.oe_focused {
1638   border-color: #a6a6fe;
1639   -moz-box-shadow: 0 1px 2px #a6a6fe inset;
1640   -webkit-box-shadow: 0 1px 2px #a6a6fe inset;
1641   box-shadow: 0 1px 2px #a6a6fe inset;
1642 }
1643 .openerp .oe_searchview .oe_searchview_clear {
1644   cursor: pointer;
1645   position: absolute;
1646   top: 0;
1647   right: 18px;
1648   width: 15px;
1649   height: 100%;
1650   background: url(../img/search_reset.gif) center center no-repeat;
1651 }
1652 .openerp .oe_searchview .oe_searchview_unfold_drawer {
1653   position: absolute;
1654   top: 0;
1655   right: 0;
1656   height: 100%;
1657   padding: 0 7px 0 4px;
1658   color: #cccccc;
1659   cursor: pointer;
1660 }
1661 .openerp .oe_searchview .oe_searchview_unfold_drawer:hover {
1662   color: #999999;
1663 }
1664 .openerp .oe_searchview .oe_searchview_unfold_drawer:before {
1665   position: absolute;
1666   top: 10px;
1667   right: 7px;
1668   width: 0;
1669   height: 0;
1670   display: inline-block;
1671   content: "";
1672   vertical-align: top;
1673   border-top: 5px solid #4c4c4c;
1674   border-left: 5px solid transparent;
1675   border-right: 5px solid transparent;
1676   filter: alpha(opacity=50);
1677   opacity: 0.5;
1678 }
1679 .openerp .oe_searchview .oe_searchview_search {
1680   font-size: 1px;
1681   letter-spacing: -1px;
1682   color: transparent;
1683   font-weight: normal;
1684   -moz-box-shadow: none;
1685   -webkit-box-shadow: none;
1686   box-shadow: none;
1687   -moz-border-radius: 0;
1688   -webkit-border-radius: 0;
1689   border-radius: 0;
1690   position: absolute;
1691   left: 3px;
1692   top: 1px;
1693   padding: 0;
1694   border: none;
1695   background: transparent;
1696 }
1697 .openerp .oe_searchview .oe_searchview_search:before {
1698   font: 21px "mnmliconsRegular";
1699   content: "r";
1700   color: #a3a3a3;
1701 }
1702 .openerp .oe_searchview .oe_searchview_facets {
1703   min-height: 22px;
1704   margin-left: 15px;
1705 }
1706 .openerp .oe_searchview .oe_searchview_facets * {
1707   vertical-align: top;
1708   display: inline-block;
1709   line-height: 17px;
1710 }
1711 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1712   height: 18px;
1713   margin: 1px 0;
1714   font-size: 11px;
1715 }
1716 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1717   outline: none;
1718 }
1719 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input {
1720   padding: 0 0 0 6px;
1721   font-size: 12px;
1722   height: 16px;
1723   margin-top: 3px;
1724 }
1725 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input:focus {
1726   outline: none;
1727 }
1728 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1729   position: relative;
1730   cursor: pointer;
1731   padding: 0;
1732   -webkit-font-smoothing: auto;
1733 }
1734 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1735   border-color: #a6a6fe;
1736   -moz-box-shadow: 0 0 3px 1px #a6a6fe;
1737   -webkit-box-shadow: 0 0 3px 1px #a6a6fe;
1738   box-shadow: 0 0 3px 1px #a6a6fe;
1739 }
1740 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_values {
1741   background: #f0f0fa;
1742   -moz-border-radius: 0 3px 3px 0;
1743   -webkit-border-radius: 0 3px 3px 0;
1744   border-radius: 0 3px 3px 0;
1745 }
1746 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category, .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1747   height: 18px;
1748   padding: 0 4px;
1749 }
1750 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category {
1751   color: white;
1752   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1753 }
1754 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category.oe_i {
1755   font-size: 16px;
1756 }
1757 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1758   border-left: 1px solid #afafb6;
1759   text-shadow: 0 1px 1px white;
1760   color: #4c4c4c;
1761 }
1762 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value:last-child {
1763   padding-right: 16px;
1764 }
1765 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove {
1766   position: absolute;
1767   top: 3px;
1768   right: 3px;
1769   color: #8786b7;
1770   line-height: 8px;
1771   width: 12px;
1772   height: 12px;
1773   padding-top: 1px;
1774   text-align: center;
1775   font-weight: bold;
1776   cursor: pointer;
1777   text-shadow: 0 1px 1px white;
1778 }
1779 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove:hover {
1780   color: white;
1781   background: #8786b7;
1782   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1783   -moz-border-radius: 2px;
1784   -webkit-border-radius: 2px;
1785   border-radius: 2px;
1786 }
1787 .openerp .oe_searchview.oe_searchview_open_drawer .oe_searchview_drawer {
1788   display: block;
1789 }
1790 .openerp .oe_searchview .oe_searchview_drawer {
1791   position: absolute;
1792   z-index: 100;
1793   margin-top: 4px;
1794   top: 100%;
1795   right: -1px;
1796   background-color: white;
1797   min-width: 100%;
1798   display: none;
1799   border: 1px solid #afafb6;
1800   text-align: left;
1801   -moz-border-radius: 4px;
1802   -webkit-border-radius: 4px;
1803   border-radius: 4px;
1804   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1805   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1806   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1807 }
1808 .openerp .oe_searchview .oe_searchview_drawer > div {
1809   border-top: 1px solid #cccccc;
1810   margin: 0;
1811   padding: 8px;
1812 }
1813 .openerp .oe_searchview .oe_searchview_drawer > div:first-child {
1814   border-top: none;
1815   margin: 0;
1816 }
1817 .openerp .oe_searchview .oe_searchview_drawer h3 {
1818   margin: 8px 4px 4px 12px;
1819   color: #7c7bad;
1820   font-size: 13px;
1821 }
1822 .openerp .oe_searchview .oe_searchview_drawer h4, .openerp .oe_searchview .oe_searchview_drawer h4 * {
1823   margin: 0;
1824   cursor: pointer;
1825   font-weight: normal;
1826   display: inline-block;
1827 }
1828 .openerp .oe_searchview .oe_searchview_drawer h4:hover, .openerp .oe_searchview .oe_searchview_drawer h4 *:hover {
1829   background-color: #f0f0fa;
1830 }
1831 .openerp .oe_searchview .oe_searchview_drawer h4:before {
1832   content: "â–¸ ";
1833   color: #a3a3a3;
1834 }
1835 .openerp .oe_searchview .oe_searchview_drawer button {
1836   margin: 4px 0;
1837 }
1838 .openerp .oe_searchview .oe_searchview_drawer .button {
1839   border: none;
1840   background: transparent;
1841   padding: 0 2px;
1842   -moz-box-shadow: none;
1843   -webkit-box-shadow: none;
1844   box-shadow: none;
1845   -moz-border-radius: 0;
1846   -webkit-border-radius: 0;
1847   border-radius: 0;
1848 }
1849 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section {
1850   display: table;
1851   width: 100%;
1852 }
1853 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section > div {
1854   -webkit-box-sizing: border-box;
1855   -moz-box-sizing: border-box;
1856   -ms-box-sizing: border-box;
1857   box-sizing: border-box;
1858   display: table-cell;
1859   width: 50%;
1860 }
1861 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section ul {
1862   margin: 0 8px 8px;
1863   padding: 0;
1864   list-style: none;
1865 }
1866 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section li {
1867   list-style: none;
1868   padding: 2px 4px 2px 20px;
1869   line-height: 14px;
1870   color: inherit;
1871   cursor: pointer;
1872   position: relative;
1873 }
1874 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section li.oe_selected:before {
1875   content: "W";
1876   font-family: "entypoRegular" !important;
1877   font-size: 24px;
1878   font-weight: 300 !important;
1879   color: #a3a3a3;
1880   position: absolute;
1881   left: 4px;
1882   top: -2px;
1883 }
1884 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section li:hover {
1885   background-color: #f0f0fa;
1886 }
1887 .openerp .oe_searchview .oe_searchview_drawer form {
1888   margin-left: 12px;
1889 }
1890 .openerp .oe_searchview .oe_searchview_drawer form p {
1891   margin: 4px 0;
1892   line-height: 18px;
1893 }
1894 .openerp .oe_searchview .oe_searchview_drawer form button {
1895   margin: 0 0 8px 0;
1896 }
1897 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom {
1898   padding: 0 8px 8px 8px;
1899 }
1900 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom form {
1901   display: none;
1902 }
1903 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li {
1904   cursor: pointer;
1905   position: relative;
1906   line-height: 14px;
1907   padding: 2px 4px 2px 20px;
1908 }
1909 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li:hover {
1910   background-color: #f0f0fa;
1911 }
1912 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li button {
1913   position: absolute;
1914   top: 0;
1915   right: 5px;
1916 }
1917 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_dashboard form {
1918   display: none;
1919   margin-top: 2px;
1920 }
1921 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced form {
1922   display: none;
1923   margin-top: 8px;
1924 }
1925 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced button.oe_add_condition:before {
1926   content: "Z";
1927   font-family: "entypoRegular" !important;
1928   font-size: 24px;
1929   font-weight: 300 !important;
1930   margin-right: 4px;
1931 }
1932 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced ul {
1933   list-style: none;
1934   padding: 0;
1935 }
1936 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced li {
1937   cursor: pointer;
1938   position: relative;
1939   list-style: none;
1940   margin: 0;
1941   white-space: nowrap;
1942 }
1943 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced li:first-child .searchview_extended_prop_or {
1944   visibility: hidden;
1945 }
1946 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced .searchview_extended_prop_or {
1947   opacity: 0.5;
1948   margin-left: -14px;
1949 }
1950 .openerp .oe_searchview .oe_searchview_drawer .oe_opened h4:before {
1951   content: "â–¾ ";
1952   position: relative;
1953   top: -1px;
1954 }
1955 .openerp .oe_searchview .oe_searchview_drawer .oe_opened form {
1956   display: block;
1957 }
1958 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_delete, .openerp .oe_searchview .oe_searchview_drawer .searchview_extended_delete_prop {
1959   display: inline-block;
1960   width: 12px;
1961   height: 12px;
1962   line-height: 12px;
1963   padding: 1px;
1964   color: #8786b7;
1965   line-height: 8px;
1966   text-align: center;
1967   font-weight: bold;
1968   text-shadow: 0 1px 1px white;
1969 }
1970 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_delete:hover, .openerp .oe_searchview .oe_searchview_drawer .searchview_extended_delete_prop:hover {
1971   text-decoration: none;
1972   color: white;
1973   background: #8786b7;
1974   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1975   -moz-border-radius: 2px;
1976   -webkit-border-radius: 2px;
1977   border-radius: 2px;
1978 }
1979 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_delete {
1980   display: none;
1981   position: absolute;
1982   bottom: 1px;
1983   right: 4px;
1984 }
1985 .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 {
1986   display: inline-block;
1987 }
1988 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_public:after {
1989   content: ",";
1990   font-family: "entypoRegular" !important;
1991   font-size: 22px;
1992   font-weight: 300 !important;
1993   margin: 0 0 0 4px;
1994   padding: 0;
1995 }
1996 .openerp .oe_view_nocontent {
1997   padding: 15px;
1998   margin-top: 0;
1999   color: #777777;
2000   font-size: 125%;
2001   max-width: 700px;
2002 }
2003 .openerp .oe_view_nocontent .oe_view_nocontent_create {
2004   margin-top: 0;
2005   padding-top: 35px;
2006   color: #4c4c4c;
2007 }
2008 .openerp .oe_view_nocontent .oe_view_nocontent_create:before {
2009   content: "";
2010   display: inline-block;
2011   position: absolute;
2012   width: 70px;
2013   height: 80px;
2014   margin-left: -70px;
2015   margin-top: -50px;
2016   background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0px 0px;
2017 }
2018 .openerp .oe_view_nocontent > p {
2019   padding-left: 78px;
2020 }
2021 .openerp .oe_view_nocontent .oe_empty_custom_dashboard {
2022   background: transparent url(/web/static/src/img/graph_background.png) no-repeat 0 0;
2023   margin-top: -15px;
2024   padding: 100px 0 0 137px;
2025   min-height: 327px;
2026   margin-left: -15px;
2027 }
2028 .openerp .oe_view.oe_cannot_create .oe_view_nocontent_create {
2029   display: none;
2030 }
2031 .openerp .oe_formview {
2032   background: white;
2033 }
2034 .openerp .oe_form_dropdown_section {
2035   position: relative;
2036   display: inline-block;
2037 }
2038 .openerp .oe_form_invalid input, .openerp .oe_form_invalid select, .openerp .oe_form_invalid textarea {
2039   background-color: #ff6666 !important;
2040   border: 1px solid #dd0000 !important;
2041 }
2042 .openerp .oe_view_manager_current .oe_form_editable .oe_highlight {
2043   color: #404040;
2044   background: none;
2045 }
2046 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight {
2047   background-color: #efefef;
2048   background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
2049   background-image: -webkit-linear-gradient(top, #efefef, #d8d8d8);
2050   background-image: -moz-linear-gradient(top, #efefef, #d8d8d8);
2051   background-image: -ms-linear-gradient(top, #efefef, #d8d8d8);
2052   background-image: -o-linear-gradient(top, #efefef, #d8d8d8);
2053   background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
2054   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2055   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2056   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2057 }
2058 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight:active {
2059   background-color: #e3e3e3;
2060   background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6));
2061   background-image: -webkit-linear-gradient(top, #e3e3e3, #f6f6f6);
2062   background-image: -moz-linear-gradient(top, #e3e3e3, #f6f6f6);
2063   background-image: -ms-linear-gradient(top, #e3e3e3, #f6f6f6);
2064   background-image: -o-linear-gradient(top, #e3e3e3, #f6f6f6);
2065   background-image: linear-gradient(to bottom, #e3e3e3, #f6f6f6);
2066   -moz-box-shadow: none;
2067   -webkit-box-shadow: none;
2068   box-shadow: none;
2069 }
2070 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight:hover {
2071   background-color: #f6f6f6;
2072   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
2073   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
2074   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
2075   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
2076   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
2077   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
2078   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2079   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2080   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
2081 }
2082 .openerp .oe_form_invisible {
2083   display: none !important;
2084 }
2085 .openerp .oe_form_readonly .oe_edit_only, .openerp .oe_form_readonly .oe_form_field:empty {
2086   display: none !important;
2087 }
2088 .openerp .oe_form_readonly .oe_form .oe_form_field_date {
2089   width: auto;
2090 }
2091 .openerp .oe_form_nosheet {
2092   margin: 16px;
2093 }
2094 .openerp .oe_form_nosheet > header {
2095   margin: -16px -16px 0 -16px;
2096   padding: 0;
2097 }
2098 .openerp .oe_form_nosheet.oe_form_nomargin {
2099   margin: 0;
2100 }
2101 .openerp .oe_form_nosheet.oe_form_nomargin > header {
2102   margin: 0;
2103 }
2104 .openerp .oe_form_sheetbg {
2105   padding: 16px 0;
2106 }
2107 .openerp .oe_form_sheet_width {
2108   min-width: 650px;
2109   max-width: 860px;
2110   margin: 0 auto;
2111 }
2112 .openerp .oe_form_sheet {
2113   background: white;
2114   min-height: 330px;
2115   padding: 16px;
2116 }
2117 .openerp .oe_form_sheet .oe_list {
2118   overflow-x: auto;
2119 }
2120 .openerp .oe_application .oe_form_sheetbg {
2121   background: url(/web/static/src/img/form_sheetbg.png);
2122   border-bottom: 1px solid #dddddd;
2123 }
2124 .openerp .oe_application .oe_form_sheet {
2125   border: 1px solid #c8c8d3;
2126   -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
2127   -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
2128   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
2129 }
2130 .openerp .oe_application .oe_form_sheet .ui-tabs {
2131   margin: 0 -16px;
2132 }
2133 .openerp .oe_application .oe_form_sheet .oe_notebook_page {
2134   padding: 0 16px;
2135 }
2136 .openerp .oe_form header {
2137   position: relative;
2138   border-bottom: 1px solid #cacaca;
2139   padding-left: 2px;
2140   background-color: #fcfcfc;
2141   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2142   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2143   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2144   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2145   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2146   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2147 }
2148 .openerp .oe_form header > span {
2149   margin-left: 4px;
2150 }
2151 .openerp .oe_form header ul {
2152   display: inline-block;
2153   float: right;
2154 }
2155 .openerp .oe_form header .oe_button {
2156   margin: 3px 2px 1px;
2157 }
2158 .openerp .oe_form header .oe_button:first-child {
2159   margin-left: 6px;
2160 }
2161 .openerp .oe_form header .oe_tags {
2162   margin: 5px 0 0 5px;
2163   width: 400px;
2164   padding-bottom: 0;
2165 }
2166 .openerp .oe_form div.oe_chatter {
2167   box-sizing: border-box;
2168   min-width: 682px;
2169   max-width: 892px;
2170   margin: 0 auto;
2171   padding: 16px 16px 48px;
2172 }
2173 .openerp .oe_form div.oe_form_configuration p, .openerp .oe_form div.oe_form_configuration ul, .openerp .oe_form div.oe_form_configuration ol {
2174   color: #aaaaaa;
2175   max-width: 650px;
2176 }
2177 .openerp .oe_form div.oe_form_configuration label {
2178   min-width: 150px;
2179 }
2180 .openerp .oe_form div.oe_form_configuration .oe_form_group_cell_label {
2181   padding: 1px 0;
2182 }
2183 .openerp .oe_form div.oe_form_configuration .oe_form_group_cell div div {
2184   padding: 1px 0;
2185 }
2186 .openerp .oe_form .oe_subtotal_footer {
2187   width: 1% !important;
2188 }
2189 .openerp .oe_form .oe_subtotal_footer td.oe_form_group_cell {
2190   text-align: right;
2191   padding: 0 !important;
2192 }
2193 .openerp .oe_form .oe_subtotal_footer td.oe_form_group_cell_label {
2194   border-right: none;
2195 }
2196 .openerp .oe_form .oe_subtotal_footer .oe_subtotal_footer_separator {
2197   width: 108px;
2198   border-top: 1px solid #cacaca;
2199   margin-top: 4px;
2200   padding-top: 4px;
2201   font-weight: bold;
2202   font-size: 18px;
2203 }
2204 .openerp .oe_form .oe_subtotal_footer label:after {
2205   content: ":";
2206 }
2207 .openerp .oe_form .oe_subtotal_footer label.oe_subtotal_footer_separator {
2208   font-weight: bold !important;
2209   padding: 2px 11px 2px 0px !important;
2210 }
2211 .openerp .oe_form .oe_subtotal_footer label.oe_form_label_help {
2212   font-weight: normal;
2213 }
2214 .openerp .oe_form .oe_form_button {
2215   margin: 2px;
2216 }
2217 .openerp .oe_form td.oe_form_group_cell_label {
2218   border-right: 1px solid #dddddd;
2219   padding: 2px 0px;
2220 }
2221 .openerp .oe_form td.oe_form_group_cell_label label {
2222   line-height: 18px;
2223   display: block;
2224   min-width: 140px;
2225 }
2226 .openerp .oe_form td.oe_form_group_cell + .oe_form_group_cell {
2227   padding: 2px 0 2px 8px;
2228 }
2229 .openerp .oe_form .oe_form_group {
2230   width: 100%;
2231   margin: 9px 0 9px 0;
2232 }
2233 .openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {
2234   padding-left: 20px;
2235 }
2236 .openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
2237   font-weight: bold;
2238   white-space: nowrap;
2239   padding-right: 8px;
2240 }
2241 .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
2242   font-size: 80%;
2243   color: darkGreen;
2244   vertical-align: top;
2245   position: relative;
2246   top: -4px;
2247   padding: 0 2px;
2248 }
2249 .openerp .oe_horizontal_border {
2250   border-bottom: 1px solid black;
2251 }
2252 .openerp .oe_horizontal_separator {
2253   font-weight: bold;
2254   font-size: 20px;
2255   margin: 15px 0px 10px 0px;
2256   color: #7c7bad;
2257 }
2258 .openerp .oe_horizontal_separator:empty {
2259   height: 5px;
2260 }
2261 .openerp .oe_vertical_separator {
2262   border-left: 1px solid #666666;
2263   padding: 0 4px 0 4px;
2264 }
2265 .openerp .oe_form_field_progressbar {
2266   display: inline-block;
2267   min-width: 70px;
2268 }
2269 .openerp .oe_form_field_progressbar.ui-progressbar {
2270   height: 22px;
2271   font-size: 10px;
2272   -webkit-box-sizing: border-box;
2273   -moz-box-sizing: border-box;
2274   -ms-box-sizing: border-box;
2275   box-sizing: border-box;
2276   border: 1px solid #999999;
2277   -moz-border-radius: 3px;
2278   -webkit-border-radius: 3px;
2279   border-radius: 3px;
2280   background: white;
2281   min-width: 50px;
2282 }
2283 .openerp .oe_form_field_progressbar.ui-progressbar span {
2284   position: absolute;
2285   margin-left: 10px;
2286   font-weight: bold;
2287 }
2288 .openerp .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
2289   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
2290 }
2291 .openerp .oe_form .oe_form_field_text {
2292   width: 100%;
2293 }
2294 .openerp .oe_form .oe_form_field_char input,
2295 .openerp .oe_form .oe_form_field_url input,
2296 .openerp .oe_form .oe_form_field_email input,
2297 .openerp .oe_form .oe_form_field_text textarea,
2298 .openerp .oe_form .oe_form_field_selection select {
2299   width: 100%;
2300 }
2301 .openerp .oe_form .oe_form_field_text.oe_inline, .openerp .oe_form .oe_form_field_text.oe_inline > textarea {
2302   width: 500px;
2303 }
2304 .openerp .oe_form h1, .openerp .oe_form h2, .openerp .oe_form h3, .openerp .oe_form h4, .openerp .oe_form h5, .openerp .oe_form h6 {
2305   margin: 0 0 4px 0;
2306 }
2307 .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 {
2308   height: inherit !important;
2309   font-size: inherit;
2310 }
2311 .openerp .oe_form .oe_form_field {
2312   width: 100%;
2313   display: inline-block;
2314   padding: 2px 2px 2px 0px;
2315 }
2316 .openerp .oe_form .oe_form_field input {
2317   margin: 0px;
2318 }
2319 .openerp .oe_form input[type="text"], .openerp .oe_form input[type="password"], .openerp .oe_form input[type="file"], .openerp .oe_form select {
2320   height: 22px;
2321   padding-top: 2px;
2322 }
2323 .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 {
2324   -webkit-box-sizing: border-box;
2325   -moz-box-sizing: border-box;
2326   -ms-box-sizing: border-box;
2327   box-sizing: border-box;
2328   background: white;
2329   min-width: 60px;
2330   color: #1f1f1f;
2331 }
2332 .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] {
2333   background: #e5e5e5 !important;
2334   color: #666666;
2335 }
2336 .openerp .oe_form textarea[disabled] {
2337   border: none;
2338   padding-left: 8px;
2339   -moz-box-shadow: none;
2340   -webkit-box-shadow: none;
2341   box-shadow: none;
2342   -moz-border-radius: 0px;
2343   -webkit-border-radius: 0px;
2344   border-radius: 0px;
2345 }
2346 .openerp .oe_form textarea.oe_inline[disabled] {
2347   border-left: 8px solid #eeeeee;
2348 }
2349 .openerp .oe_form .oe_form_field_url button img {
2350   vertical-align: top;
2351 }
2352 .openerp .oe_form .oe_form_field_monetary,
2353 .openerp .oe_form .oe_form_field_date,
2354 .openerp .oe_form .oe_form_field_datetime {
2355   white-space: nowrap;
2356 }
2357 .openerp .oe_form .oe_form_field_boolean {
2358   padding-top: 4px;
2359   width: auto;
2360 }
2361 .openerp .oe_form .oe_datepicker_container {
2362   display: none;
2363 }
2364 .openerp .oe_form .oe_datepicker_root {
2365   display: inline-block;
2366 }
2367 .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]) {
2368   background-color: #d2d2ff !important;
2369 }
2370 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
2371   background-color: #ff6666 !important;
2372   border: 1px solid #dd0000 !important;
2373 }
2374 .openerp .oe_form .oe_input_icon {
2375   cursor: pointer;
2376   margin: 3px 0 0 -21px;
2377   vertical-align: top;
2378 }
2379 .openerp .oe_form .oe_input_icon_disabled {
2380   position: absolute;
2381   cursor: default;
2382   opacity: 0.5;
2383   filter: alpha(opacity=50);
2384   right: 5px;
2385   top: 3px;
2386 }
2387 .openerp .oe_form .oe_form_field_with_button.oe_no_button > .oe_button {
2388   display: none;
2389 }
2390 .openerp .oe_form .oe_form_field_with_button:not(.oe_no_button) > .oe_button {
2391   float: right;
2392   -moz-border-radius: 0;
2393   -webkit-border-radius: 0;
2394   border-radius: 0;
2395   border-bottom-left-radius: 0px;
2396   height: 22px;
2397 }
2398 .openerp .oe_form .oe_form_field_with_button input {
2399   width: 100%;
2400 }
2401 .openerp .oe_form .oe_form_field_with_button > div {
2402   position: relative;
2403   overflow: hidden;
2404 }
2405 .openerp .oe_form .oe_form_embedded_html {
2406   position: relative;
2407   width: 600px;
2408   margin-left: 130px;
2409   margin-top: 32px;
2410   margin-bottom: 32px;
2411   text-align: justify;
2412 }
2413 .openerp .oe_form_editable .oe_form .oe_form_field_integer input {
2414   width: 6em;
2415 }
2416 .openerp .oe_form_editable .oe_form .oe_form_field_float input {
2417   width: 7em;
2418 }
2419 .openerp .oe_form_editable .oe_form .oe_form_field_date input {
2420   width: 7.5em;
2421 }
2422 .openerp .oe_form_editable .oe_form .oe_form_field_datetime input {
2423   width: 11.5em;
2424 }
2425 .openerp .oe_hidden_input_file {
2426   position: relative;
2427 }
2428 .openerp .oe_hidden_input_file input.oe_form_binary_file {
2429   z-index: 0;
2430   line-height: 0;
2431   font-size: 12px;
2432   position: absolute;
2433   top: 1px;
2434   left: 0;
2435   right: 0;
2436   opacity: 0;
2437   filter: alpha(opacity=0);
2438   -ms-filter: "alpha(opacity=0)";
2439   margin: 0;
2440   padding: 0;
2441 }
2442 .openerp .oe_form .oe_form_field_image {
2443   padding: 0;
2444   position: relative;
2445   display: inline-block;
2446   width: auto;
2447   vertical-align: top;
2448 }
2449 .openerp .oe_form .oe_form_field_image .oe_form_field_image_controls {
2450   position: absolute;
2451   top: 1px;
2452   padding: 4px 0;
2453   width: 100%;
2454   display: none;
2455   text-align: center;
2456   color: #eeeeee;
2457   background: rgba(37, 37, 37, 0.9);
2458   -moz-border-radius: 3px 3px 0 0;
2459   -webkit-border-radius: 3px 3px 0 0;
2460   border-radius: 3px 3px 0 0;
2461   -webkit-box-sizing: border-box;
2462   -moz-box-sizing: border-box;
2463   -ms-box-sizing: border-box;
2464   box-sizing: border-box;
2465 }
2466 .openerp .oe_form .oe_form_field_image:hover .oe_form_field_image_controls {
2467   display: block;
2468 }
2469 .openerp .oe_fileupload {
2470   display: inline-block;
2471   clear: both;
2472   width: 100%;
2473 }
2474 .openerp .oe_fileupload .oe_add {
2475   float: left;
2476   position: relative;
2477   width: 100%;
2478   left: 2px;
2479   top: 7px;
2480   overflow: hidden;
2481 }
2482 .openerp .oe_fileupload .oe_add button {
2483   display: inline;
2484   height: 24px;
2485   font-size: 12px;
2486   line-height: 12px;
2487   vertical-align: middle;
2488 }
2489 .openerp .oe_fileupload .oe_add button.oe_attach {
2490   width: 24px;
2491   overflow: hidden;
2492   width: 24px;
2493   overflow: hidden;
2494   background: transparent;
2495   color: #7c7bad;
2496   box-shadow: none;
2497   border: none;
2498   text-shadow: none;
2499 }
2500 .openerp .oe_fileupload .oe_add button.oe_attach .oe_e {
2501   position: relative;
2502   top: -1px;
2503   left: -9px;
2504 }
2505 .openerp .oe_fileupload .oe_add input.oe_form_binary_file {
2506   display: inline-block;
2507   margin-left: -85px;
2508   height: 22px;
2509   width: 152px;
2510   margin-top: -24px;
2511   cursor: pointer;
2512 }
2513 .openerp .oe_fileupload .oe_add .oe_attach_label {
2514   color: #7c7bad;
2515   margin-left: -3px;
2516 }
2517 .openerp .oe_fileupload .oe_attachments {
2518   margin-bottom: 4px;
2519   margin-right: 0px;
2520   font-size: 12px;
2521   border-radius: 2px;
2522   border: solid 1px rgba(124, 123, 173, 0.14);
2523 }
2524 .openerp .oe_fileupload .oe_attachments .oe_attachment {
2525   padding: 2px;
2526   padding-left: 4px;
2527   padding-right: 4px;
2528 }
2529 .openerp .oe_fileupload .oe_attachments .oe_attachment .oe_e {
2530   font-size: 23px;
2531   margin-top: -5px;
2532 }
2533 .openerp .oe_fileupload .oe_attachments .oe_attachment .oe_e:hover {
2534   text-decoration: none;
2535 }
2536 .openerp .oe_fileupload .oe_attachments .oe_attachment:nth-child(odd) {
2537   background: white;
2538 }
2539 .openerp .oe_fileupload .oe_attachments .oe_attachment:nth-child(even) {
2540   background: #f4f5fa;
2541 }
2542 .openerp .oe_form_field_many2one td:first-child {
2543   position: relative;
2544 }
2545 .openerp .oe_form_field_many2one span.oe_m2o_drop_down_button {
2546   position: absolute;
2547   top: 2px;
2548   right: 0px;
2549 }
2550 .openerp .oe_form_field_many2one .oe_m2o_cm_button {
2551   line-height: 14px;
2552   float: right;
2553   padding-left: 2px;
2554 }
2555 .openerp .oe_form_field_many2one input {
2556   padding-right: 13px;
2557 }
2558 .openerp.ui-autocomplete li.oe_m2o_dropdown_option a {
2559   font-style: italic;
2560   padding-left: 2em;
2561 }
2562 .openerp.ui-autocomplete li:not(.oe_m2o_dropdown_option) + li.oe_m2o_dropdown_option {
2563   margin-top: 10px;
2564 }
2565 .openerp ul.oe_form_status, .openerp ul.oe_form_status_clickable {
2566   display: inline-block;
2567   margin: 0;
2568   padding: 0 18px 0 0;
2569 }
2570 .openerp ul.oe_form_status li, .openerp ul.oe_form_status_clickable li {
2571   display: inline-block;
2572   list-style-type: none;
2573   margin: 0 -18px 0 0;
2574   padding: 0;
2575   background-color: #fcfcfc;
2576   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2577   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2578   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2579   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2580   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2581   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2582 }
2583 .openerp ul.oe_form_status li:first-child .label, .openerp ul.oe_form_status_clickable li:first-child .label {
2584   border-left: 1px solid #cacaca;
2585   padding-left: 14px;
2586 }
2587 .openerp ul.oe_form_status li:last-child, .openerp ul.oe_form_status_clickable li:last-child {
2588   border-right: 1px solid #cacaca;
2589 }
2590 .openerp ul.oe_form_status li:last-child .label, .openerp ul.oe_form_status_clickable li:last-child .label {
2591   padding-right: 14px;
2592 }
2593 .openerp ul.oe_form_status li:last-child .arrow, .openerp ul.oe_form_status_clickable li:last-child .arrow {
2594   display: none;
2595 }
2596 .openerp ul.oe_form_status li .label, .openerp ul.oe_form_status_clickable li .label {
2597   color: #4c4c4c;
2598   text-shadow: 0 1px 1px #fcfcfc, 0 -1px 1px #dedede;
2599   padding: 7px;
2600   display: inline-block;
2601   padding-left: 24px;
2602   margin: 0;
2603   position: relative;
2604 }
2605 .openerp ul.oe_form_status li .arrow, .openerp ul.oe_form_status_clickable li .arrow {
2606   width: 17px;
2607   display: inline-block;
2608   vertical-align: top;
2609   overflow: hidden;
2610   margin-left: -5px;
2611 }
2612 .openerp ul.oe_form_status li .arrow span, .openerp ul.oe_form_status_clickable li .arrow span {
2613   position: relative;
2614   width: 24px;
2615   height: 24px;
2616   display: inline-block;
2617   margin-left: -12px;
2618   margin-top: 3px;
2619   box-shadow: -1px 1px 2px rgba(255, 255, 255, 0.2), inset -1px 1px 1px rgba(0, 0, 0, 0.2);
2620   background-color: #dedede;
2621   background: -moz-linear-gradient(135deg, #dedede, #fcfcfc);
2622   background: -o-linear-gradient(135deg, #fcfcfc, #dedede);
2623   background: -webkit-gradient(linear, left top, right bottom, from(#fcfcfc), to(#dedede));
2624   background: -ms-linear-gradient(top, #fcfcfc, #dedede);
2625   -moz-border-radius: 3px;
2626   -webkit-border-radius: 3px;
2627   border-radius: 3px;
2628   -webkit-transform: rotate(45deg);
2629   -moz-transform: rotate(45deg);
2630   -ms-transform: rotate(45deg);
2631   -o-transform: rotate(45deg);
2632   transform: rotate(45deg);
2633 }
2634 .openerp ul.oe_form_status li.oe_active, .openerp ul.oe_form_status_clickable li.oe_active {
2635   background-color: #729fcf;
2636   background-image: -webkit-gradient(linear, left top, left bottom, from(#729fcf), to(#3465a4));
2637   background-image: -webkit-linear-gradient(top, #729fcf, #3465a4);
2638   background-image: -moz-linear-gradient(top, #729fcf, #3465a4);
2639   background-image: -ms-linear-gradient(top, #729fcf, #3465a4);
2640   background-image: -o-linear-gradient(top, #729fcf, #3465a4);
2641   background-image: linear-gradient(to bottom, #729fcf, #3465a4);
2642 }
2643 .openerp ul.oe_form_status li.oe_active .arrow span, .openerp ul.oe_form_status_clickable li.oe_active .arrow span {
2644   background-color: #3465a4;
2645   background: -moz-linear-gradient(135deg, #3465a4, #729fcf);
2646   background: -o-linear-gradient(135deg, #729fcf, #3465a4);
2647   background: -webkit-gradient(linear, left top, right bottom, from(#729fcf), to(#3465a4));
2648   background: -ms-linear-gradient(top, #729fcf, #3465a4);
2649 }
2650 .openerp ul.oe_form_status li.oe_active .label, .openerp ul.oe_form_status_clickable li.oe_active .label {
2651   color: white;
2652   text-shadow: 0 1px 1px #729fcf, 0 -1px 1px #3465a4;
2653 }
2654 .openerp ul.oe_form_status_clickable li {
2655   cursor: pointer;
2656 }
2657 .openerp ul.oe_form_status_clickable li:hover {
2658   background-color: #e8e8e8;
2659   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca));
2660   background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca);
2661   background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca);
2662   background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca);
2663   background-image: -o-linear-gradient(top, #e8e8e8, #cacaca);
2664   background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);
2665 }
2666 .openerp ul.oe_form_status_clickable li:hover .label {
2667   text-shadow: 0 -1px 1px #fcfcfc, 0 1px 1px #dedede;
2668 }
2669 .openerp ul.oe_form_status_clickable li:hover .arrow span {
2670   background-color: #e8e8e8;
2671   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca));
2672   background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca);
2673   background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca);
2674   background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca);
2675   background-image: -o-linear-gradient(top, #e8e8e8, #cacaca);
2676   background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);
2677 }
2678 .openerp ul.oe_form_status_clickable li .label {
2679   color: #7c7bad;
2680 }
2681 .openerp ul.oe_form_status_clickable li.oe_active:hover {
2682   background-color: #4c85c2;
2683   background-image: -webkit-gradient(linear, left top, left bottom, from(#4c85c2), to(#284d7d));
2684   background-image: -webkit-linear-gradient(top, #4c85c2, #284d7d);
2685   background-image: -moz-linear-gradient(top, #4c85c2, #284d7d);
2686   background-image: -ms-linear-gradient(top, #4c85c2, #284d7d);
2687   background-image: -o-linear-gradient(top, #4c85c2, #284d7d);
2688   background-image: linear-gradient(to bottom, #4c85c2, #284d7d);
2689 }
2690 .openerp ul.oe_form_status_clickable li.oe_active:hover .label {
2691   text-shadow: 0 -1px 1px #729fcf, 0 1px 1px #3465a4;
2692 }
2693 .openerp ul.oe_form_status_clickable li.oe_active:hover .arrow span {
2694   background-color: #284d7d;
2695   background: -moz-linear-gradient(135deg, #284d7d, #4c85c2);
2696   background: -o-linear-gradient(135deg, #4c85c2, #284d7d);
2697   background: -webkit-gradient(linear, left top, right bottom, from(#4c85c2), to(#284d7d));
2698   background: -ms-linear-gradient(top, #4c85c2, #284d7d);
2699 }
2700 .openerp .oe_form .oe_form_field_one2many > .oe_view_manager .oe_list_pager_single_page {
2701   display: none;
2702 }
2703 .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 {
2704   display: none !important;
2705 }
2706 .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 {
2707   min-height: 132px;
2708 }
2709 .openerp .oe_form_field_one2many .oe_form_field_one2many_list_row_add, .openerp .oe_form_field_many2many .oe_form_field_one2many_list_row_add {
2710   font-weight: bold;
2711 }
2712 .openerp .oe_form_field_one2many .oe_list_content > thead, .openerp .oe_form_field_many2many .oe_list_content > thead {
2713   border-bottom: 1px;
2714 }
2715 .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) {
2716   background: transparent;
2717 }
2718 .openerp .oe_form_field_one2many .oe_list .oe_list_edit_row_save, .openerp .oe_form_field_many2many .oe_list .oe_list_edit_row_save {
2719   background: url(/web/static/src/img/iconset-b-remove.png) 50% 50% no-repeat;
2720 }
2721 .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 {
2722   visibility: hidden;
2723 }
2724 .openerp .oe_form_field_one2many > .oe_view_manager .oe_header_row_top, .openerp .oe_form_field_many2many > .oe_view_manager .oe_header_row_top {
2725   display: none;
2726 }
2727 .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 {
2728   padding: 0px 8px;
2729   line-height: 16px;
2730 }
2731 .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 {
2732   font-size: 13px;
2733 }
2734 .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 {
2735   height: auto;
2736   line-height: 16px;
2737 }
2738 .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 {
2739   height: auto;
2740   line-height: 16px;
2741 }
2742 .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 {
2743   visibility: hidden;
2744 }
2745 .openerp .oe_form_editable .oe_list_editable .oe_list_content td.oe_required {
2746   background-color: #d2d2ff;
2747 }
2748 .openerp .oe_form_editable .oe_list_editable .oe_list_content td.oe_readonly {
2749   background-color: #eeeeee;
2750 }
2751 .openerp .oe_list_editable .oe_list_content td.oe_list_field_cell {
2752   padding: 4px 6px 3px;
2753 }
2754 .openerp .oe_list.oe_list_editable.oe_editing .oe_edition .oe_list_field_cell:not(.oe_readonly) {
2755   color: transparent;
2756   text-shadow: none;
2757 }
2758 .openerp .oe_list.oe_list_editable.oe_editing .oe_edition .oe_list_field_cell:not(.oe_readonly) * {
2759   visibility: hidden;
2760 }
2761 .openerp .oe_list.oe_list_editable.oe_editing .oe_m2o_drop_down_button {
2762   top: 5px;
2763 }
2764 .openerp .oe_list.oe_list_editable.oe_editing .oe_m2o_cm_button {
2765   line-height: 19px;
2766 }
2767 .openerp .oe_list.oe_list_editable.oe_editing .oe_input_icon {
2768   margin-top: 5px;
2769 }
2770 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field {
2771   min-width: 0;
2772   max-width: none;
2773 }
2774 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field input, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field textarea {
2775   height: 27px;
2776   -moz-border-radius: 0;
2777   -webkit-border-radius: 0;
2778   border-radius: 0;
2779   border: 1px solid #aaaaff;
2780   margin: 0;
2781 }
2782 .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 {
2783   min-width: 0;
2784 }
2785 .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 {
2786   text-align: right;
2787   width: 100% !important;
2788 }
2789 .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 {
2790   width: 100% !important;
2791 }
2792 .openerp .oe_list_group_name {
2793   white-space: nowrap;
2794 }
2795 .openerp .oe_form .oe_form_field_many2many > .oe_list .oe_list_pager_single_page {
2796   display: none;
2797 }
2798 .openerp .oe_list_buttons .oe_alternative {
2799   visibility: hidden;
2800 }
2801 .openerp .oe_list_buttons .oe_list_save, .openerp .oe_list_buttons .oe_list_discard {
2802   display: none;
2803 }
2804 .openerp .oe_list_buttons.oe_editing .oe_list_add {
2805   display: none;
2806 }
2807 .openerp .oe_list_buttons.oe_editing .oe_list_save {
2808   display: inline-block;
2809 }
2810 .openerp .oe_list_buttons.oe_editing .oe_list_discard {
2811   display: inline;
2812 }
2813 .openerp .oe_list_buttons.oe_editing .oe_alternative {
2814   visibility: visible;
2815 }
2816 .openerp .oe_list.oe_cannot_edit .oe_list_header_handle, .openerp .oe_list.oe_cannot_edit .oe_list_field_handle {
2817   display: none !important;
2818   padding: 0 !important;
2819 }
2820 .openerp .oe_list.oe_cannot_delete .oe_list_record_delete {
2821   display: none !important;
2822 }
2823 .openerp .oe_list .oe_form .oe_form_nosheet {
2824   margin: 0;
2825   padding: 0;
2826   border: none;
2827 }
2828 .openerp .oe_list .oe_form .oe_form_field {
2829   width: auto;
2830   position: absolute;
2831   margin: 0 !important;
2832   padding: 0;
2833 }
2834 .openerp .oe_list .oe_form .oe_form_field_boolean {
2835   padding: 1px 6px 3px;
2836 }
2837 .openerp .oe_list .oe_list_content .oe_group_header {
2838   background-color: #fcfcfc;
2839   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2840   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2841   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2842   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2843   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2844   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2845 }
2846 .openerp .oe_list_content {
2847   width: 100%;
2848 }
2849 .openerp .oe_list_content td:first-child:after, .openerp .oe_list_content th:first-child:after {
2850   border-width: 0;
2851 }
2852 .openerp .oe_list_content td.oe_number {
2853   text-align: right !important;
2854   max-width: 100px;
2855 }
2856 .openerp .oe_list_content td.oe_list_field_date, .openerp .oe_list_content th.oe_list_header_date {
2857   min-width: 6em;
2858 }
2859 .openerp .oe_list_content > thead {
2860   border-bottom: 2px solid #cacaca;
2861   background: #eeeeee;
2862   vertical-align: top;
2863 }
2864 .openerp .oe_list_content td, .openerp .oe_list_content th {
2865   padding: 3px 6px;
2866   line-height: 18px;
2867 }
2868 .openerp .oe_list_content th.oe_sortable, .openerp .oe_list_content th.oe_sortable div {
2869   cursor: pointer;
2870 }
2871 .openerp .oe_list_content th.oe_sortable div {
2872   position: relative;
2873 }
2874 .openerp .oe_list_content th.oe_sortable div:after {
2875   position: absolute;
2876   right: 6px;
2877   content: "";
2878   margin-top: 7px;
2879   border-width: 0 4px 4px;
2880   border-style: solid;
2881   border-color: black transparent;
2882   visibility: hidden;
2883 }
2884 .openerp .oe_list_content th.sortup div:after {
2885   visibility: visible;
2886   filter: alpha(opacity=60);
2887   opacity: 0.6;
2888 }
2889 .openerp .oe_list_content .oe_list_header_many2many_tags {
2890   min-width: 70px;
2891 }
2892 .openerp .oe_list_content th.sortdown div:after {
2893   border-bottom: none;
2894   border-left: 4px solid transparent;
2895   border-right: 4px solid transparent;
2896   border-top: 4px solid black;
2897   visibility: visible;
2898   -moz-box-shadow: none;
2899   -webkit-box-shadow: none;
2900   box-shadow: none;
2901   filter: alpha(opacity=60);
2902   opacity: 0.6;
2903 }
2904 .openerp .oe_list_content > tbody {
2905   cursor: pointer;
2906 }
2907 .openerp .oe_list_content > tbody > tr {
2908   height: 27px;
2909   border-top: 1px solid #dddddd;
2910 }
2911 .openerp .oe_list_content > tbody > tr > td.oe_list_field_cell {
2912   padding: 3px 6px;
2913   white-space: pre-line;
2914 }
2915 .openerp .oe_list_content > tbody > tr > td > button, .openerp .oe_list_content > tbody > tr > th > button {
2916   border: none;
2917   background: transparent;
2918   padding: 0;
2919   -moz-box-shadow: none;
2920   -webkit-box-shadow: none;
2921   box-shadow: none;
2922 }
2923 .openerp .oe_list_content > tbody > tr > td.oe_list_checkbox:first-child, .openerp .oe_list_content > tbody > tr th.oe_list_checkbox:first-child {
2924   width: 17px;
2925 }
2926 .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 {
2927   border-width: 0;
2928 }
2929 .openerp .oe_list_content > tbody > tr > td.oe_list_field_boolean input {
2930   filter: alpha(opacity=50);
2931   opacity: 0.5;
2932 }
2933 .openerp .oe_list_content > tbody > tr:nth-child(odd) {
2934   background-color: #f0f0fa;
2935   background-color: #f0f0fa;
2936   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
2937   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
2938   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
2939   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
2940   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
2941   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
2942 }
2943 .openerp .oe_list_content > tfoot {
2944   border-top: 2px solid #cacaca;
2945   border-bottom: 1px solid #cacaca;
2946   background: #eeeeee;
2947   font-weight: bold;
2948 }
2949 .openerp .oe_list_content .numeric {
2950   text-align: right;
2951   width: 82px;
2952 }
2953 .openerp .oe_list_content .numeric input {
2954   text-align: right;
2955 }
2956 .openerp .oe_list_content th.oe_list_header_handle {
2957   font-size: 1px;
2958   overflow: hidden;
2959   text-indent: -9001px;
2960 }
2961 .openerp .oe_list_content td.oe_list_field_handle {
2962   width: 1em;
2963   padding: 0 !important;
2964   cursor: ns-resize;
2965 }
2966 .openerp .oe_list_content td.oe_list_field_handle .oe_list_handle {
2967   font-size: 1px;
2968   letter-spacing: -1px;
2969   color: transparent;
2970   font-weight: normal;
2971   margin-right: 7px;
2972 }
2973 .openerp .oe_list_content td.oe_list_field_handle .oe_list_handle:before {
2974   font: 18px "entypoRegular";
2975   content: "}";
2976   color: #e0e0e0;
2977 }
2978 .openerp .oe_list_content .oe_list_field_progressbar progress {
2979   width: 100%;
2980 }
2981 .openerp .tree_header {
2982   background-color: #f0f0f0;
2983   border-bottom: 1px solid #cacaca;
2984   color: #4c4c4c;
2985   padding: 5px;
2986   height: 25px;
2987 }
2988 .openerp .tree_header button {
2989   float: right;
2990   height: 27px;
2991   margin-right: 5px;
2992 }
2993 .openerp .oe-treeview-table {
2994   width: 100%;
2995   background-color: white;
2996   border-spacing: 0;
2997   color: #4c4c4c;
2998 }
2999 .openerp .oe-treeview-table th {
3000   padding: 10px;
3001   font-weight: bold;
3002   background-color: #f0f0f0;
3003   border-bottom: 2px solid #cacaca;
3004 }
3005 .openerp .oe-treeview-table td {
3006   cursor: pointer;
3007   vertical-align: middle;
3008   text-align: left;
3009   vertical-align: middle;
3010   height: 20px;
3011   padding-left: 4px;
3012   padding-right: 4px;
3013   border-right: 1px solid #e7e7e7;
3014 }
3015 .openerp .oe-treeview-table td.oe_number {
3016   text-align: right !important;
3017 }
3018 .openerp .oe-treeview-table tr {
3019   border-bottom: 1px solid #d6d6d6;
3020 }
3021 .openerp .oe-treeview-table tr:hover {
3022   background-color: #e7e7e7;
3023 }
3024 .openerp .oe-treeview-table span {
3025   font-size: 90%;
3026   font-weight: normal;
3027   white-space: nowrap;
3028   display: block;
3029 }
3030 .openerp .oe-treeview-table .treeview-tr.oe-treeview-first {
3031   background: transparent url(/web/static/src/img/expand.gif) 0 50% no-repeat;
3032 }
3033 .openerp .oe-treeview-table .oe_open .treeview-tr.oe-treeview-first {
3034   background-image: url(/web/static/src/img/collapse.gif);
3035 }
3036 .openerp .oe-treeview-table .treeview-tr.oe-treeview-first span, .openerp .oe-treeview-table .treeview-td.oe-treeview-first span {
3037   margin-left: 16px;
3038 }
3039 .openerp .oe_layout_debugging .oe_form_group {
3040   outline: 2px dashed green;
3041 }
3042 .openerp .oe_layout_debugging .oe_form_group_cell {
3043   outline: 1px solid blue;
3044 }
3045 .openerp .oe_layout_debugging .oe_form_group:hover, .openerp .oe_layout_debugging .oe_form_group_cell:hover {
3046   outline-color: red;
3047 }
3048 .openerp .oe_layout_debugging .oe_form_group_row_incomplete > td:last-child:after {
3049   content: "[Incomplete Row]";
3050   background: red;
3051   padding: 2px;
3052   font-weight: bold;
3053   color: white;
3054   float: right;
3055 }
3056 .openerp .oe_layout_debugging .oe_form_group_row_incomplete.oe_form_group_row_newline > td:last-child:after {
3057   content: "[newline]";
3058 }
3059 .openerp .oe_debug_view {
3060   float: left;
3061 }
3062 .openerp .oe_debug_view_log {
3063   font-size: 95%;
3064 }
3065 .openerp .oe_debug_view_log label {
3066   display: block;
3067   width: 49%;
3068   text-align: right;
3069   float: left;
3070   font-weight: bold;
3071   color: #000099;
3072 }
3073 .openerp .oe_debug_view_log span {
3074   display: block;
3075   width: 49%;
3076   float: right;
3077   color: #333333;
3078 }
3079
3080 .kitten-mode-activated {
3081   background-image: url(http://placekitten.com/g/1365/769);
3082   background-size: cover;
3083   background-attachment: fixed;
3084 }
3085 .kitten-mode-activated > * {
3086   opacity: 0.7;
3087 }
3088
3089 div.ui-widget-overlay {
3090   background: black;
3091   filter: alpha(opacity=30);
3092   opacity: 0.3;
3093 }
3094
3095 .ui-widget {
3096   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
3097   color: #4c4c4c;
3098   font-size: 13px;
3099 }
3100
3101 .ui-menu {
3102   padding: 2px 0;
3103   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3104   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3105   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3106   margin-top: 4px;
3107   border: 1px solid #afafb6;
3108 }
3109 .ui-menu .ui-menu-item {
3110   width: 100%;
3111   padding: 0;
3112 }
3113 .ui-menu .ui-menu-item a {
3114   padding: 1px 16px;
3115 }
3116 .ui-menu .ui-menu-item a.ui-corner-all {
3117   -moz-border-radius: 0;
3118   -webkit-border-radius: 0;
3119   border-radius: 0;
3120 }
3121 .ui-menu .ui-menu-item a.ui-state-active {
3122   background: #f0f0fa;
3123 }
3124 .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
3125   background: #7c7bad;
3126 }
3127
3128 .ui-corner-all {
3129   -moz-border-radius: 3px;
3130   -webkit-border-radius: 3px;
3131   border-radius: 3px;
3132 }
3133
3134 .openerp_ie .oe_form_field_boolean input {
3135   background: white;
3136 }
3137 .openerp_ie input[type='checkbox'] {
3138   border: none;
3139   background: none;
3140   box-shadow: none;
3141 }
3142 .openerp_ie .oe_logo img {
3143   border: none;
3144 }
3145 .openerp_ie .oe_header_row button.oe_highlight {
3146   padding-top: 0;
3147   padding-bottom: 0;
3148 }
3149 .openerp_ie .oe_view_manager_buttons button.oe_write_full {
3150   padding-top: 0;
3151   padding-bottom: 0;
3152 }
3153 .openerp_ie .oe_view_manager_buttons button.oe_highlight {
3154   padding-top: 0;
3155   padding-bottom: 0;
3156 }
3157 .openerp_ie .oe_view_manager_buttons button .oe_form_button_edit {
3158   padding-top: 0;
3159   padding-bottom: 0;
3160 }
3161 .openerp_ie .oe_view_manager_buttons button .oe_form_button_create {
3162   padding-top: 0;
3163   padding-bottom: 0;
3164 }
3165 .openerp_ie .oe_kanban_image {
3166   border: none;
3167 }
3168 .openerp_ie .oe_msg_icon {
3169   border: none;
3170 }
3171 .openerp_ie .oe_form header ul {
3172   height: 29px;
3173 }
3174 .openerp_ie .oe_attach {
3175   filter: none;
3176 }
3177 .openerp_ie .oe_link {
3178   filter: none;
3179 }
3180 .openerp_ie .oe_kanban_show_more {
3181   clear: both;
3182   text-align: center;
3183 }
3184 .openerp_ie.oe_kanban_grouped .oe_kanban_show_more .oe_button {
3185   width: 100%;
3186   padding: 3px 12px;
3187 }
3188 .openerp_ie .oe_form_buttons button {
3189   padding-top: 0;
3190   padding-bottom: 0;
3191 }
3192 .openerp_ie .oe_sidebar button {
3193   padding-top: 0;
3194   padding-bottom: 0;
3195 }
3196 .openerp_ie img {
3197   border: none;
3198 }
3199 .openerp_ie .oe_dropdown_arrow {
3200   line-height: 1.7em;
3201 }
3202 .openerp_ie .oe_form_buttons button, .openerp_ie .oe_view_manager_buttons button {
3203   line-height: 1.7em;
3204 }
3205 .openerp_ie .oe_form_buttons .oe_highlight, .openerp_ie .oe_view_manager_buttons .oe_highlight {
3206   line-height: 1.7em;
3207 }
3208 .openerp_ie .oe_topbar {
3209   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646060', endColorstr='#262626');
3210 }
3211 .openerp_ie .oe_popup_form {
3212   width: 99% !important;
3213 }
3214 .openerp_ie .oe_form_label {
3215   white-space: normal !important;
3216 }
3217 .openerp_ie ul.oe_form_status li, .openerp_ie ul.oe_form_status_clickable li {
3218   display: inline-block;
3219   clear: both;
3220 }
3221 .openerp_ie ul.oe_form_status li:last-child, .openerp_ie ul.oe_form_status_clickable li:last-child {
3222   overflow: hidden;
3223   border-right: 1px solid #cacaca;
3224 }
3225 .openerp_ie ul.oe_form_status li:last-child .label, .openerp_ie ul.oe_form_status_clickable li:last-child .label {
3226   padding-right: 14px;
3227   border-right: none;
3228 }
3229 .openerp_ie ul.oe_form_status li:last-child .arrow, .openerp_ie ul.oe_form_status_clickable li:last-child .arrow {
3230   display: inline-block;
3231   opacity: 0;
3232   filter: alpha(opacity=0);
3233   border: none;
3234   width: 0;
3235   border-right: none;
3236 }
3237 .openerp_ie ul.oe_form_status .label, .openerp_ie ul.oe_form_status_clickable .label {
3238   border-bottom: 1px solid #cacaca;
3239   background: transparent;
3240 }
3241 .openerp_ie ul.oe_form_status .arrow span, .openerp_ie ul.oe_form_status_clickable .arrow span {
3242   background-color: #fefefe !important;
3243 }
3244 .openerp_ie ul.oe_form_status li.oe_active .label, .openerp_ie ul.oe_form_status_clickable li.oe_active .label {
3245   border-bottom: 1px solid #729fcf;
3246 }
3247 .openerp_ie ul.oe_form_status li.oe_active .arrow span, .openerp_ie ul.oe_form_status_clickable li.oe_active .arrow span {
3248   background-color: #729fcf !important;
3249 }
3250 .openerp_ie .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
3251   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#D8D8D8');
3252 }
3253
3254 @media print {
3255   .openerp {
3256     text-shadow: none;
3257   }
3258   .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 {
3259     display: none !important;
3260   }
3261   .openerp .oe_list_content button, .openerp .oe_list_content input[type=checkbox] {
3262     visibility: hidden;
3263   }
3264   .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 {
3265     visibility: hidden;
3266   }
3267   .openerp a.oe_m2o_cm_button, .openerp a.oe_e {
3268     visibility: hidden;
3269   }
3270   .openerp .oe_form .oe_form_field_date img, .openerp .oe_form .oe_form_field_datetime img {
3271     visibility: hidden;
3272   }
3273   .openerp .oe_notebook > li.ui-tabs-selected {
3274     display: block;
3275   }
3276   .openerp .oe_application .oe_form_sheet, .openerp .oe_application .oe_form_sheetbg {
3277     border: 0px !important;
3278     box-shadow: 0px 0px 0px;
3279   }
3280   .openerp .oe_application .oe_form_sheet .oe_list, .openerp .oe_application .oe_form_sheetbg .oe_list {
3281     overflow-x: visible;
3282   }
3283   .openerp .oe_view_manager_current > .oe_view_manager_header {
3284     border: 0px !important;
3285     box-shadow: 0px 0px 0px;
3286   }
3287   .openerp .text-core .text-wrap .text-arrow {
3288     background: none;
3289   }
3290   .openerp .openerp div.oe_mail_wall {
3291     overflow: hidden !important;
3292   }
3293 }
3294
3295 .blockUI.blockOverlay {
3296   background-color: black;
3297   opacity: 0.6;
3298 }