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