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