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