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