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