[MERGE] forward port of branch saas-5 up to adf07a9
[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 }
998 .openerp .oe_leftbar > div {
999   height: 100%;
1000   display: table;
1001   width: 220px;
1002   position: relative;
1003 }
1004 .openerp .oe_leftbar > div a.oe_logo {
1005   display: table-row;
1006   text-align: center;
1007 }
1008 .openerp .oe_leftbar > div a.oe_logo img {
1009   margin: 14px 0;
1010   border: 0;
1011 }
1012 .openerp .oe_leftbar > div a.oe_logo .oe_logo_edit {
1013   margin: 14px 0;
1014   position: absolute;
1015   top: 1px;
1016   padding: 4px;
1017   width: 100%;
1018   display: none;
1019   text-align: center;
1020   color: #eeeeee;
1021   background: rgba(37, 37, 37, 0.9);
1022   -webkit-box-sizing: border-box;
1023   -moz-box-sizing: border-box;
1024   -ms-box-sizing: border-box;
1025   box-sizing: border-box;
1026 }
1027 .openerp .oe_leftbar > div a.oe_logo:hover .oe_logo_edit_admin {
1028   display: block;
1029 }
1030 .openerp .oe_leftbar > div > div {
1031   display: table-row;
1032   height: 100%;
1033 }
1034 .openerp .oe_leftbar > div > div > div {
1035   position: relative;
1036   height: 100%;
1037 }
1038 .openerp .oe_leftbar > div > div > div > div.oe_secondary_menus_container {
1039   position: absolute;
1040   position: static\9;
1041   top: 0;
1042   bottom: 0;
1043   left: 0;
1044   right: 0;
1045   overflow-x: hidden;
1046   overflow-y: auto;
1047 }
1048 .openerp .oe_leftbar > div .oe_footer {
1049   background: #f0eeee;
1050   text-align: center;
1051 }
1052 .openerp .oe_leftbar > div .oe_footer a {
1053   font-weight: bold;
1054   color: black;
1055 }
1056 .openerp .oe_leftbar > div .oe_footer a span {
1057   color: #a24689;
1058 }
1059 .openerp .oe_secondary_menu_section {
1060   font-weight: bold;
1061   margin-left: 8px;
1062   color: #7c7bad;
1063 }
1064 .openerp .oe_secondary_submenu {
1065   margin-bottom: 10px !important;
1066   line-height: 1.1em;
1067   margin-top: 3px;
1068 }
1069 .openerp .oe_secondary_submenu .oe_menu_text {
1070   white-space: nowrap;
1071   overflow: hidden;
1072   display: inline-block;
1073   text-overflow: ellipsis;
1074   max-width: 85%;
1075   margin-top: 1px;
1076 }
1077 .openerp .oe_secondary_submenu .badge:hover {
1078   cursor: pointer;
1079   -webkit-transform: scale(1.1);
1080   -moz-transform: scale(1.1);
1081   -ms-transform: scale(1.1);
1082   -o-transform: scale(1.1);
1083   transform: scale(1.1);
1084 }
1085 .openerp .oe_secondary_submenu .oe_menu_toggler:before {
1086   width: 0;
1087   height: 0;
1088   display: inline-block;
1089   content: "&darr";
1090   text-indent: -99999px;
1091   vertical-align: top;
1092   margin-left: -12px;
1093   margin-top: 4px;
1094   margin-right: 4px;
1095   border-top: 4px solid transparent;
1096   border-bottom: 4px solid transparent;
1097   border-left: 4px solid #4c4c4c;
1098   filter: alpha(opacity=50);
1099   opacity: 0.5;
1100 }
1101 .openerp .oe_secondary_submenu .oe_menu_opened:before {
1102   margin-top: 6px;
1103   margin-left: -16px;
1104   margin-right: 4px;
1105   border-left: 4px solid transparent;
1106   border-right: 4px solid transparent;
1107   border-top: 4px solid #4c4c4c;
1108 }
1109 .openerp .oe_secondary_submenu .oe_secondary_submenu li {
1110   margin-left: 20px;
1111 }
1112 .openerp .oe_about {
1113   background-color: white;
1114   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKUlEQVQIHWO8e/fufwYsgAUkJigoiCIF5DMyoYggcUiXgNnBiGQKmAkARpcEQeriln4AAAAASUVORK5CYII=);
1115   -moz-border-radius: 0 0 2px 2px;
1116   -webkit-border-radius: 0 0 2px 2px;
1117   border-radius: 0 0 2px 2px;
1118 }
1119 .openerp .oe_about a {
1120   color: #7c7bad;
1121 }
1122 .openerp .oe_about a:hover {
1123   text-decoration: underline;
1124 }
1125 .openerp .oe_about a:focus {
1126   outline: none;
1127 }
1128 .openerp .oe_about .oe_logo {
1129   margin-left: -6px;
1130 }
1131 .openerp .oe_about .oe_bottom {
1132   text-shadow: 0 1px 1px #999999;
1133   background-color: #8a0e0e;
1134   background-image: -webkit-gradient(linear, left top, left bottom, from(#b41616), to(#600606));
1135   background-image: -webkit-linear-gradient(top, #b41616, #600606);
1136   background-image: -moz-linear-gradient(top, #b41616, #600606);
1137   background-image: -ms-linear-gradient(top, #b41616, #600606);
1138   background-image: -o-linear-gradient(top, #b41616, #600606);
1139   background-image: linear-gradient(to bottom, #b41616, #600606);
1140   color: #eeeeee;
1141   padding: 0 16px;
1142   -moz-border-radius: 0 0 2px 2px;
1143   -webkit-border-radius: 0 0 2px 2px;
1144   border-radius: 0 0 2px 2px;
1145 }
1146 .openerp .oe_about .oe_bottom a {
1147   color: #eeeeee;
1148 }
1149 .openerp a.oe_form_uri:hover {
1150   text-decoration: underline;
1151 }
1152 .openerp .oe_application {
1153   width: 100%;
1154   height: 100%;
1155 }
1156 .openerp .oe_application a {
1157   color: #7c7bad;
1158 }
1159 .openerp .oe_application > div {
1160   position: relative;
1161   height: 100%;
1162 }
1163 .openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper {
1164   display: table-row;
1165   height: 100%;
1166 }
1167 .openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div {
1168   position: relative;
1169   height: 100%;
1170 }
1171 .openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div > .oe_view_manager_body {
1172   position: absolute;
1173   position: static\9;
1174   top: 0;
1175   bottom: 0;
1176   left: 0;
1177   right: 0;
1178   overflow: auto;
1179 }
1180 .openerp .oe_application .oe_breadcrumb_item:not(:last-child) {
1181   max-width: 7em;
1182   white-space: nowrap;
1183   text-overflow: ellipsis;
1184 }
1185 .openerp .oe_application .oe_breadcrumb_title > * {
1186   display: inline-block;
1187   overflow: hidden;
1188   font-weight: bold;
1189 }
1190 .openerp .oe_view_manager {
1191   display: table;
1192   height: inherit;
1193   width: 100%;
1194 }
1195 .openerp .oe_view_manager .oe_view_manager_view_kanban:not(:empty) {
1196   height: 100%;
1197 }
1198 .openerp .oe_view_manager[data-view-type=kanban] .oe_view_manager_body {
1199   display: table-row;
1200 }
1201 .openerp .oe_view_manager table.oe_view_manager_header {
1202   border-collapse: separate;
1203   width: 100%;
1204   table-layout: fixed;
1205 }
1206 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row {
1207   clear: both;
1208   text-shadow: 0 1px 1px white;
1209 }
1210 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row:last-child td {
1211   padding-top: 0;
1212 }
1213 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row:first-child td {
1214   padding-top: 8px;
1215 }
1216 .openerp .oe_view_manager table.oe_view_manager_header .oe_view_manager_sidebar {
1217   margin: 0px auto;
1218   text-align: center;
1219 }
1220 .openerp .oe_view_manager table.oe_view_manager_header .oe_view_manager_sidebar .oe_dropdown_arrow:after {
1221   opacity: 0.9;
1222 }
1223 .openerp .oe_view_manager table.oe_view_manager_header td {
1224   line-height: 26px;
1225 }
1226 .openerp .oe_view_manager table.oe_view_manager_header h2 {
1227   font-size: 18px;
1228   margin: 0;
1229   float: left;
1230   line-height: 30px;
1231 }
1232 .openerp .oe_view_manager table.oe_view_manager_header h2 a {
1233   color: #7c7bad;
1234 }
1235 .openerp .oe_view_manager table.oe_view_manager_header .oe_dropdown_menu {
1236   line-height: normal;
1237 }
1238 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group {
1239   display: inline-block;
1240   border: 1px solid #ababab;
1241   -moz-border-radius: 5px;
1242   -webkit-border-radius: 5px;
1243   border-radius: 5px;
1244 }
1245 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group li {
1246   float: left;
1247   border-right: 1px solid #ababab;
1248 }
1249 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group li:last-child {
1250   border: none;
1251 }
1252 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group a {
1253   color: #4c4c4c;
1254 }
1255 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group a:hover {
1256   text-decoration: none;
1257 }
1258 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group .active {
1259   background: #999999;
1260   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1261   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1262   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1263 }
1264 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group .active a {
1265   color: white;
1266   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1267 }
1268 .openerp .oe_view_manager table.oe_view_manager_header .oe_view_manager_buttons {
1269   white-space: nowrap;
1270 }
1271 .openerp .oe_view_manager .oe_view_manager_switch {
1272   padding: 0;
1273   margin: 0 0 0 8px;
1274 }
1275 .openerp .oe_view_manager .oe_view_manager_switch li {
1276   margin: 0;
1277   width: 24px;
1278   height: 24px;
1279   line-height: 16px;
1280   padding: 0;
1281   text-align: center;
1282   list-style-type: none;
1283 }
1284 .openerp .oe_view_manager .oe_view_manager_switch li a {
1285   position: relative;
1286 }
1287 .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 {
1288   padding: 2px;
1289   content: "i";
1290 }
1291 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_form:after {
1292   content: "m";
1293 }
1294 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_graph:after {
1295   font-family: "mnmliconsRegular" !important;
1296   font-size: 21px;
1297   font-weight: 300 !important;
1298   content: "}";
1299   top: -2px;
1300   position: relative;
1301 }
1302 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_gantt:after {
1303   font-family: "mnmliconsRegular" !important;
1304   font-size: 21px;
1305   font-weight: 300 !important;
1306   content: "y";
1307   top: -2px;
1308   position: relative;
1309 }
1310 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_calendar:after {
1311   content: "P";
1312 }
1313 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_kanban:after {
1314   content: "k";
1315 }
1316 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_diagram:after {
1317   content: "f";
1318 }
1319 .openerp .oe_list_pager {
1320   line-height: 26px;
1321 }
1322 .openerp .oe_pager_value {
1323   float: left;
1324   margin-right: 8px;
1325 }
1326 .openerp ul.oe_pager_group {
1327   padding: 0;
1328   margin: 0;
1329 }
1330 .openerp .oe_pager_group {
1331   float: left;
1332   height: 24px;
1333   line-height: 24px;
1334   display: inline-block;
1335   border: 1px solid #ababab;
1336   cursor: pointer;
1337   -moz-border-radius: 5px;
1338   -webkit-border-radius: 5px;
1339   border-radius: 5px;
1340 }
1341 .openerp .oe_pager_group li {
1342   height: 24px;
1343   line-height: 24px;
1344   padding: 0;
1345   margin: 0;
1346   list-style-type: none;
1347   float: left;
1348   border-right: 1px solid #ababab;
1349 }
1350 .openerp .oe_pager_group li:last-child {
1351   border: none;
1352 }
1353 .openerp .oe_pager_group a {
1354   color: #4c4c4c;
1355   padding: 0 8px;
1356 }
1357 .openerp .oe_pager_group a:hover {
1358   text-decoration: none;
1359 }
1360 .openerp .oe_pager_group .active {
1361   background: #999999;
1362   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1363   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1364   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1365 }
1366 .openerp .oe_pager_group .active a {
1367   color: white;
1368   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1369 }
1370 .openerp .oe_list_pager.oe_list_pager_single_page .oe_pager_group {
1371   display: none;
1372 }
1373 .openerp .oe_view_manager_current {
1374   height: 100%;
1375 }
1376 .openerp .oe_view_manager_current > .oe_view_manager_header {
1377   border-bottom: 1px solid #cacaca;
1378   background-color: #ededed;
1379   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1380   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1381   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1382   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1383   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1384   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1385   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1386   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1387   box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1388 }
1389 .openerp .oe_view_manager_current > .oe_view_manager_header .oe_header_row td {
1390   padding: 8px;
1391 }
1392 .openerp .oe_view_manager_current > .oe_view_manager_header .oe_header_row:first-child td {
1393   padding-top: 8px;
1394 }
1395 .openerp .oe_view_manager_inline, .openerp .oe_view_manager_inlineview {
1396   height: 100%;
1397 }
1398 .openerp .oe_view_manager_inline > .oe_view_manager_header, .openerp .oe_view_manager_inlineview > .oe_view_manager_header {
1399   display: none;
1400 }
1401 .openerp .oe_popup_form .oe_formview .oe_form_pager {
1402   display: none !important;
1403 }
1404 .openerp .oe_popup_form table label {
1405   font-weight: normal;
1406 }
1407 .openerp .oe_popup_list_pager {
1408   float: right;
1409 }
1410 .openerp .oe_searchview {
1411   cursor: text;
1412   position: relative;
1413   float: right;
1414   padding: 1px 0;
1415   line-height: 18px;
1416   min-width: 400px;
1417   border: 1px solid #ababab;
1418   background: white;
1419   -moz-border-radius: 13px;
1420   -webkit-border-radius: 13px;
1421   border-radius: 13px;
1422   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1423   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1424   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1425 }
1426 .openerp .oe_searchview input, .openerp .oe_searchview textarea {
1427   padding: 3px;
1428   height: 14px;
1429   font-size: 12px;
1430   line-height: 18px;
1431 }
1432 .openerp .oe_searchview input:not([type]), .openerp .oe_searchview input[type="text"], .openerp .oe_searchview input[type="number"] {
1433   width: 156px;
1434   height: 22px;
1435 }
1436 .openerp .oe_searchview input[type="checkbox"] {
1437   margin: 3px 3px 3px 4px;
1438 }
1439 .openerp .oe_searchview select {
1440   margin: 2px 4px 2px 0;
1441 }
1442 .openerp .oe_searchview.oe_focused {
1443   border-color: #a6a6fe;
1444   -moz-box-shadow: 0 1px 2px #a6a6fe inset;
1445   -webkit-box-shadow: 0 1px 2px #a6a6fe inset;
1446   box-shadow: 0 1px 2px #a6a6fe inset;
1447 }
1448 .openerp .oe_searchview .oe_searchview_clear {
1449   cursor: pointer;
1450   position: absolute;
1451   top: 0;
1452   right: 18px;
1453   width: 15px;
1454   height: 24px;
1455   background: url(../img/search_reset.gif) center center no-repeat;
1456 }
1457 .openerp .oe_searchview .oe_searchview_unfold_drawer {
1458   position: absolute;
1459   top: 0;
1460   right: 0;
1461   height: 24px;
1462   padding: 0 7px 0 4px;
1463   color: #cccccc;
1464   cursor: pointer;
1465 }
1466 .openerp .oe_searchview .oe_searchview_unfold_drawer:hover {
1467   color: #999999;
1468 }
1469 .openerp .oe_searchview .oe_searchview_unfold_drawer:before {
1470   position: absolute;
1471   top: 10px;
1472   right: 7px;
1473   width: 0;
1474   height: 0;
1475   display: inline-block;
1476   content: "";
1477   vertical-align: top;
1478   border-top: 5px solid #4c4c4c;
1479   border-left: 5px solid transparent;
1480   border-right: 5px solid transparent;
1481   filter: alpha(opacity=50);
1482   opacity: 0.5;
1483 }
1484 .openerp .oe_searchview .oe_searchview_search {
1485   font-size: 1px;
1486   letter-spacing: -1px;
1487   color: transparent;
1488   text-shadow: none;
1489   font-weight: normal;
1490   -moz-box-shadow: none;
1491   -webkit-box-shadow: none;
1492   box-shadow: none;
1493   -moz-border-radius: 0;
1494   -webkit-border-radius: 0;
1495   border-radius: 0;
1496   position: absolute;
1497   left: 3px;
1498   top: 1px;
1499   padding: 0;
1500   border: none;
1501   background: transparent;
1502 }
1503 .openerp .oe_searchview .oe_searchview_search:before {
1504   font: 21px "mnmliconsRegular";
1505   content: "r";
1506   color: #a3a3a3;
1507 }
1508 .openerp .oe_searchview .oe_searchview_facets {
1509   min-height: 22px;
1510   margin: 0 35px 0 15px;
1511 }
1512 .openerp .oe_searchview .oe_searchview_facets * {
1513   vertical-align: top;
1514   display: inline-block;
1515   line-height: 17px;
1516 }
1517 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1518   margin: 1px 0;
1519   font-size: 11px;
1520 }
1521 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1522   outline: none;
1523 }
1524 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input {
1525   padding: 0 0 0 6px;
1526   font-size: 12px;
1527   height: 16px;
1528   margin-top: 3px;
1529 }
1530 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input:focus {
1531   outline: none;
1532 }
1533 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1534   position: relative;
1535   cursor: pointer;
1536   padding: 0;
1537   -webkit-font-smoothing: auto;
1538 }
1539 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1540   border-color: #a6a6fe;
1541   -moz-box-shadow: 0 0 3px 1px #a6a6fe;
1542   -webkit-box-shadow: 0 0 3px 1px #a6a6fe;
1543   box-shadow: 0 0 3px 1px #a6a6fe;
1544 }
1545 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_values {
1546   background: #f0f0fa;
1547   -moz-border-radius: 0 3px 3px 0;
1548   -webkit-border-radius: 0 3px 3px 0;
1549   border-radius: 0 3px 3px 0;
1550 }
1551 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category, .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1552   padding: 0 4px;
1553 }
1554 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category {
1555   color: white;
1556   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1557 }
1558 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category.oe_i {
1559   font-size: 16px;
1560 }
1561 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1562   border-left: 1px solid #afafb6;
1563   text-shadow: 0 1px 1px white;
1564   color: #4c4c4c;
1565 }
1566 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value:last-child {
1567   padding-right: 16px;
1568 }
1569 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove {
1570   position: absolute;
1571   top: 3px;
1572   right: 3px;
1573   color: #8786b7;
1574   line-height: 8px;
1575   width: 12px;
1576   height: 12px;
1577   padding-top: 1px;
1578   text-align: center;
1579   font-weight: bold;
1580   cursor: pointer;
1581   text-shadow: 0 1px 1px white;
1582 }
1583 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove:hover {
1584   color: white;
1585   background: #8786b7;
1586   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1587   -moz-border-radius: 2px;
1588   -webkit-border-radius: 2px;
1589   border-radius: 2px;
1590 }
1591 .openerp .oe_searchview_drawer_container {
1592   overflow: auto;
1593 }
1594 .openerp .oe_searchview_drawer {
1595   display: none;
1596   width: 100%;
1597   cursor: default;
1598   display: none;
1599   overflow: hidden;
1600   border-bottom: 1px solid #afafb6;
1601   text-align: left;
1602   padding: 8px 0;
1603 }
1604 .openerp .oe_searchview_drawer .badge {
1605   font-size: 12px;
1606   line-height: 12px;
1607 }
1608 .openerp .oe_searchview_drawer > div:first-child {
1609   border: none;
1610   padding-left: 0;
1611 }
1612 .openerp .oe_searchview_drawer > div:first-child li:hover:not(.badge) {
1613   background-color: #f0f0fa;
1614 }
1615 .openerp .oe_searchview_drawer .col-md-5 {
1616   padding-left: 0;
1617 }
1618 .openerp .oe_searchview_drawer dl {
1619   margin-bottom: 0;
1620 }
1621 .openerp .oe_searchview_drawer dt {
1622   color: #7c7bad;
1623   font-size: 13px;
1624   line-height: 24px;
1625 }
1626 .openerp .oe_searchview_drawer dd {
1627   line-height: 24px;
1628   font-size: 13px;
1629   padding-top: 3px;
1630 }
1631 .openerp .oe_searchview_drawer h4, .openerp .oe_searchview_drawer h4 * {
1632   margin: 0 0 0 2px;
1633   padding-left: 20px;
1634   cursor: pointer;
1635   font-weight: normal;
1636   display: inline-block;
1637 }
1638 .openerp .oe_searchview_drawer h4:hover, .openerp .oe_searchview_drawer h4 *:hover {
1639   background-color: #f0f0fa;
1640 }
1641 .openerp .oe_searchview_drawer h4:before {
1642   content: "â–¸ ";
1643   color: #a3a3a3;
1644 }
1645 .openerp .oe_searchview_drawer button {
1646   margin: 4px 0;
1647 }
1648 .openerp .oe_searchview_drawer .button {
1649   border: none;
1650   background: transparent;
1651   padding: 0 2px;
1652   -moz-box-shadow: none;
1653   -webkit-box-shadow: none;
1654   box-shadow: none;
1655   -moz-border-radius: 0;
1656   -webkit-border-radius: 0;
1657   border-radius: 0;
1658 }
1659 .openerp .oe_searchview_drawer .oe_searchview_section ul {
1660   margin: 0 8px;
1661   padding: 0;
1662   list-style: none;
1663   display: inline;
1664 }
1665 .openerp .oe_searchview_drawer .oe_searchview_section li {
1666   display: inline-block;
1667   cursor: pointer;
1668   position: relative;
1669   margin-right: 8px;
1670 }
1671 .openerp .oe_searchview_drawer .oe_searchview_section li > span {
1672   display: inline-block;
1673   max-width: 250px;
1674   text-overflow: ellipsis;
1675   vertical-align: bottom;
1676   overflow: hidden;
1677 }
1678 .openerp .oe_searchview_drawer form {
1679   margin-left: 12px;
1680 }
1681 .openerp .oe_searchview_drawer form p {
1682   margin: 4px 0;
1683   line-height: 18px;
1684 }
1685 .openerp .oe_searchview_drawer form button {
1686   margin: 0 0 8px -3px;
1687 }
1688 .openerp .oe_searchview_drawer .oe_searchview_savefilter form {
1689   display: none;
1690 }
1691 .openerp .oe_searchview_drawer .oe_searchview_custom {
1692   display: none;
1693 }
1694 .openerp .oe_searchview_drawer .oe_searchview_custom li {
1695   cursor: pointer;
1696   position: relative;
1697   line-height: 14px;
1698   margin-right: 0;
1699 }
1700 .openerp .oe_searchview_drawer .oe_searchview_custom li button {
1701   position: absolute;
1702   top: 0;
1703   right: 5px;
1704 }
1705 .openerp .oe_searchview_drawer .oe_searchview_custom li a {
1706   margin-left: 10px;
1707   position: inherit;
1708   visibility: hidden;
1709   display: inline-block;
1710 }
1711 .openerp .oe_searchview_drawer .oe_searchview_custom li span:hover:not(.badge) {
1712   background-color: #f0f0fa;
1713 }
1714 .openerp .oe_searchview_drawer .oe_searchview_custom li:hover a {
1715   visibility: visible;
1716 }
1717 .openerp .oe_searchview_drawer .oe_searchview_custom label {
1718   font-weight: normal;
1719 }
1720 .openerp .oe_searchview_drawer .oe_searchview_dashboard form {
1721   display: none;
1722   margin-top: 2px;
1723 }
1724 .openerp .oe_searchview_drawer .oe_searchview_advanced {
1725   overflow: auto;
1726 }
1727 .openerp .oe_searchview_drawer .oe_searchview_advanced form {
1728   display: none;
1729   margin-top: 8px;
1730 }
1731 .openerp .oe_searchview_drawer .oe_searchview_advanced button.oe_add_condition:before {
1732   content: "Z";
1733   font-family: "entypoRegular" !important;
1734   font-size: 24px;
1735   font-weight: 300 !important;
1736   margin-right: 4px;
1737 }
1738 .openerp .oe_searchview_drawer .oe_searchview_advanced ul {
1739   list-style: none;
1740   padding: 0;
1741 }
1742 .openerp .oe_searchview_drawer .oe_searchview_advanced li {
1743   position: relative;
1744   list-style: none;
1745   margin: 0;
1746   white-space: nowrap;
1747 }
1748 .openerp .oe_searchview_drawer .oe_searchview_advanced li:first-child .searchview_extended_prop_or {
1749   visibility: hidden;
1750   margin-left: -14px;
1751 }
1752 .openerp .oe_searchview_drawer .oe_searchview_advanced .searchview_extended_prop_or {
1753   opacity: 0.5;
1754   margin-left: -14px;
1755 }
1756 .openerp .oe_searchview_drawer .oe_opened h4:before {
1757   content: "â–¾ ";
1758   position: relative;
1759   top: -1px;
1760 }
1761 .openerp .oe_searchview_drawer .oe_opened form {
1762   display: block;
1763 }
1764 .openerp .oe_searchview_drawer .oe_searchview_custom_delete, .openerp .oe_searchview_drawer .searchview_extended_delete_prop {
1765   display: inline-block;
1766   width: 12px;
1767   height: 12px;
1768   line-height: 12px;
1769   padding: 1px;
1770   color: #8786b7;
1771   line-height: 8px;
1772   text-align: center;
1773   font-weight: bold;
1774   text-shadow: 0 1px 1px white;
1775 }
1776 .openerp .oe_searchview_drawer .oe_searchview_custom_delete:hover, .openerp .oe_searchview_drawer .searchview_extended_delete_prop:hover {
1777   text-decoration: none;
1778   color: white;
1779   background: #8786b7;
1780   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1781   -moz-border-radius: 2px;
1782   -webkit-border-radius: 2px;
1783   border-radius: 2px;
1784 }
1785 .openerp .oe_searchview_drawer .oe_searchview_custom_delete {
1786   display: none;
1787   position: absolute;
1788   bottom: 1px;
1789   right: 4px;
1790 }
1791 .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 {
1792   display: inline-block;
1793 }
1794 .openerp .oe_searchview_drawer .oe_searchview_custom_public:after {
1795   content: ",";
1796   font-family: "entypoRegular" !important;
1797   font-size: 22px;
1798   font-weight: 300 !important;
1799   margin: 0 0 0 4px;
1800   padding: 0;
1801 }
1802 .openerp .oe_view_nocontent {
1803   padding: 15px;
1804   margin-top: 0;
1805   color: #777777;
1806   font-size: 125%;
1807   max-width: 700px;
1808 }
1809 .openerp .oe_view_nocontent .oe_view_nocontent_create {
1810   margin-top: 0;
1811   padding-top: 35px;
1812   color: #4c4c4c;
1813 }
1814 .openerp .oe_view_nocontent .oe_view_nocontent_create:before {
1815   content: "";
1816   display: inline-block;
1817   position: absolute;
1818   width: 70px;
1819   height: 80px;
1820   margin-left: -70px;
1821   margin-top: -50px;
1822   background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0px 0px;
1823 }
1824 .openerp .oe_view_nocontent > p {
1825   padding-left: 78px;
1826 }
1827 .openerp .oe_view_nocontent .oe_empty_custom_dashboard {
1828   background: transparent url(/web/static/src/img/graph_background.png) no-repeat 0 0;
1829   margin-top: -15px;
1830   padding: 100px 0 0 137px;
1831   min-height: 327px;
1832   margin-left: -15px;
1833 }
1834 .openerp .oe_view.oe_cannot_create .oe_view_nocontent_create {
1835   display: none;
1836 }
1837 .openerp .oe_formview {
1838   background: white;
1839 }
1840 .openerp .oe_form_dropdown_section {
1841   position: relative;
1842   display: inline-block;
1843 }
1844 .openerp .oe_form_invalid input, .openerp .oe_form_invalid select, .openerp .oe_form_invalid textarea {
1845   background-color: #ff6666 !important;
1846   border: 1px solid #dd0000 !important;
1847 }
1848 .openerp .oe_view_manager_current .oe_form_editable .oe_highlight {
1849   color: #404040;
1850   background: none;
1851 }
1852 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight {
1853   background-color: #e3e3e3;
1854   background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
1855   background-image: -webkit-linear-gradient(top, #efefef, #d8d8d8);
1856   background-image: -moz-linear-gradient(top, #efefef, #d8d8d8);
1857   background-image: -ms-linear-gradient(top, #efefef, #d8d8d8);
1858   background-image: -o-linear-gradient(top, #efefef, #d8d8d8);
1859   background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
1860   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1861   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1862   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1863 }
1864 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight:active {
1865   background-color: #ececec;
1866   background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6));
1867   background-image: -webkit-linear-gradient(top, #e3e3e3, #f6f6f6);
1868   background-image: -moz-linear-gradient(top, #e3e3e3, #f6f6f6);
1869   background-image: -ms-linear-gradient(top, #e3e3e3, #f6f6f6);
1870   background-image: -o-linear-gradient(top, #e3e3e3, #f6f6f6);
1871   background-image: linear-gradient(to bottom, #e3e3e3, #f6f6f6);
1872   -moz-box-shadow: none;
1873   -webkit-box-shadow: none;
1874   box-shadow: none;
1875 }
1876 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight:hover {
1877   background-color: #ececec;
1878   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
1879   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
1880   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
1881   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
1882   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
1883   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
1884   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1885   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1886   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1887 }
1888 .openerp .oe_form_invisible {
1889   display: none !important;
1890 }
1891 .openerp .oe_form_editable .oe_read_only {
1892   display: none !important;
1893 }
1894 .openerp .oe_form_readonly .oe_edit_only, .openerp .oe_form_readonly .oe_form_field:empty {
1895   display: none !important;
1896 }
1897 .openerp .oe_form_readonly .oe_form .oe_form_field_date {
1898   width: auto;
1899 }
1900 .openerp .oe_form_readonly .oe_form_field_boolean.boolean {
1901   position: relative;
1902   top: -20px;
1903   width: 14px;
1904   height: 14px;
1905   z-index: 10000;
1906   backgroundColor: "#fff";
1907   opacity: 0;
1908 }
1909 .openerp .oe_form_nosheet {
1910   margin: 16px;
1911 }
1912 .openerp .oe_form_nosheet > header {
1913   margin: -16px -16px 0 -16px;
1914   padding: 0;
1915 }
1916 .openerp .oe_form_nosheet.oe_form_nomargin {
1917   margin: 0;
1918 }
1919 .openerp .oe_form_nosheet.oe_form_nomargin > header {
1920   margin: 0;
1921 }
1922 .openerp .oe_form_sheetbg {
1923   padding: 16px 0;
1924 }
1925 .openerp .oe_form_sheet_width {
1926   min-width: 650px;
1927   max-width: 860px;
1928   margin: 0 auto;
1929 }
1930 .openerp .oe_form_sheet {
1931   background: white;
1932   min-height: 330px;
1933   padding: 16px;
1934 }
1935 .openerp .oe_form_sheet .oe_list {
1936   overflow-x: auto;
1937 }
1938 .openerp .oe_application .oe_form_sheetbg {
1939   background: url(/web/static/src/img/form_sheetbg.png);
1940   border-bottom: 1px solid #dddddd;
1941 }
1942 .openerp .oe_application .oe_form_sheetbg .oe_subtotal_footer label {
1943   font-weight: bold;
1944 }
1945 .openerp .oe_application .oe_form_sheetbg table label {
1946   font-weight: normal;
1947 }
1948 .openerp .oe_application .oe_form_sheet {
1949   border: 1px solid #c8c8d3;
1950   -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
1951   -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
1952   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
1953 }
1954 .openerp .oe_application .oe_form_sheet .ui-tabs {
1955   margin: 0 -16px;
1956 }
1957 .openerp .oe_application .oe_form_sheet .oe_notebook_page {
1958   padding: 0 16px;
1959 }
1960 .openerp .oe_form > :not(.oe_form_nosheet) header {
1961   padding-left: 2px;
1962 }
1963 .openerp .oe_form > :not(.oe_form_nosheet) header ul:not(.oe_tooltip_technical):not(.oe_dropdown_menu) {
1964   display: inline-block;
1965   float: right;
1966 }
1967 .openerp .oe_form > :not(.oe_form_nosheet) header .oe_button {
1968   margin: 3px 2px 1px;
1969 }
1970 .openerp .oe_form > :not(.oe_form_nosheet) header .oe_button:first-child {
1971   margin-left: 6px;
1972 }
1973 .openerp .oe_form header {
1974   border-bottom: 1px solid #cacaca;
1975   padding-left: 2px;
1976   background-color: #ededed;
1977   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1978   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1979   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1980   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1981   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1982   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1983 }
1984 .openerp .oe_form header > span {
1985   margin-left: 4px;
1986 }
1987 .openerp .oe_form header .oe_tags {
1988   margin: 5px 0 0 5px;
1989   width: 400px;
1990   padding-bottom: 0;
1991 }
1992 .openerp .oe_form div.oe_chatter {
1993   box-sizing: border-box;
1994   min-width: 682px;
1995   max-width: 892px;
1996   margin: 0 auto;
1997   padding: 16px 16px 48px;
1998 }
1999 .openerp .oe_form div.oe_form_configuration p, .openerp .oe_form div.oe_form_configuration ul, .openerp .oe_form div.oe_form_configuration ol {
2000   color: #aaaaaa;
2001   max-width: 650px;
2002 }
2003 .openerp .oe_form div.oe_form_configuration label {
2004   min-width: 150px;
2005 }
2006 .openerp .oe_form div.oe_form_configuration .oe_form_group_cell_label {
2007   padding: 1px 0;
2008 }
2009 .openerp .oe_form div.oe_form_configuration .oe_form_group_cell div div {
2010   padding: 1px 0;
2011 }
2012 .openerp .oe_form .oe_subtotal_footer {
2013   width: 1% !important;
2014 }
2015 .openerp .oe_form .oe_subtotal_footer td.oe_form_group_cell {
2016   text-align: right;
2017   padding: 0 !important;
2018 }
2019 .openerp .oe_form .oe_subtotal_footer td.oe_form_group_cell_label {
2020   border-right: none;
2021 }
2022 .openerp .oe_form .oe_subtotal_footer .oe_subtotal_footer_separator {
2023   width: 108px;
2024   border-top: 1px solid #cacaca;
2025   margin-top: 4px;
2026   padding-top: 4px;
2027   font-weight: bold;
2028   font-size: 18px;
2029 }
2030 .openerp .oe_form .oe_subtotal_footer label:after {
2031   content: ":";
2032 }
2033 .openerp .oe_form .oe_subtotal_footer label.oe_subtotal_footer_separator {
2034   font-weight: bold !important;
2035   padding: 2px 11px 2px 0px !important;
2036 }
2037 .openerp .oe_form .oe_subtotal_footer label.oe_form_label_help {
2038   font-weight: normal !important;
2039 }
2040 .openerp .oe_form .oe_form_box_info {
2041   background: #ffee99;
2042   border-bottom: 1px solid #ccbb66;
2043   padding: 4px;
2044 }
2045 .openerp .oe_form .oe_form_box_info > p {
2046   margin: auto;
2047 }
2048 .openerp .oe_form .oe_form_box_warning {
2049   background: #bd362f;
2050   border-bottom: 1px solid #990000;
2051   padding: 4px;
2052 }
2053 .openerp .oe_form .oe_form_box_warning * {
2054   color: white;
2055   text-shadow: none;
2056 }
2057 .openerp .oe_form .oe_form_box_warning > p {
2058   margin: auto;
2059 }
2060 .openerp .oe_form .oe_form_button {
2061   margin: 2px;
2062 }
2063 .openerp .oe_form td.oe_form_group_cell_label {
2064   border-right: 1px solid #dddddd;
2065   padding: 2px 0px;
2066 }
2067 .openerp .oe_form td.oe_form_group_cell_label label {
2068   line-height: 18px;
2069   display: block;
2070   min-width: 150px;
2071   font-weight: bold !important;
2072 }
2073 .openerp .oe_form td.oe_form_group_cell + .oe_form_group_cell {
2074   padding: 2px 0 2px 8px;
2075 }
2076 .openerp .oe_form .oe_form_group {
2077   width: 100%;
2078   margin: 9px 0 9px 0;
2079 }
2080 .openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {
2081   padding-left: 20px;
2082 }
2083 .openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
2084   white-space: nowrap;
2085   padding-right: 8px;
2086 }
2087 .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
2088   font-size: 80%;
2089   color: darkgreen;
2090   vertical-align: top;
2091   position: relative;
2092   top: -4px;
2093   padding: 0 2px;
2094 }
2095 .openerp .oe_horizontal_border {
2096   border-bottom: 1px solid black;
2097 }
2098 .openerp .oe_horizontal_separator {
2099   font-weight: bold;
2100   font-size: 20px;
2101   margin: 15px 0px 10px 0px;
2102   color: #7c7bad;
2103 }
2104 .openerp .oe_horizontal_separator:empty {
2105   height: 5px;
2106 }
2107 .openerp .oe_vertical_separator {
2108   border-left: 1px solid #666666;
2109   padding: 0 4px 0 4px;
2110 }
2111 .openerp .oe_form_field_progressbar {
2112   display: inline-block;
2113   min-width: 70px;
2114 }
2115 .openerp .oe_form_field_progressbar.ui-progressbar {
2116   height: 22px;
2117   font-size: 10px;
2118   -webkit-box-sizing: border-box;
2119   -moz-box-sizing: border-box;
2120   -ms-box-sizing: border-box;
2121   box-sizing: border-box;
2122   border: 1px solid #999999;
2123   -moz-border-radius: 3px;
2124   -webkit-border-radius: 3px;
2125   border-radius: 3px;
2126   background: white;
2127   min-width: 50px;
2128 }
2129 .openerp .oe_form_field_progressbar.ui-progressbar span {
2130   position: absolute;
2131   margin-left: 10px;
2132   font-weight: bold;
2133 }
2134 .openerp .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
2135   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
2136 }
2137 .openerp .oe_form .oe_form_field_text {
2138   width: 100%;
2139 }
2140 .openerp .oe_form .oe_form_field_text .oe_form_text_content {
2141   text-overflow: ellipsis;
2142   display: inline-block;
2143   white-space: pre-wrap;
2144   overflow-x: hidden;
2145   width: 100%;
2146 }
2147 .openerp .oe_form .oe_form_field_char input,
2148 .openerp .oe_form .oe_form_field_url input,
2149 .openerp .oe_form .oe_form_field_email input,
2150 .openerp .oe_form .oe_form_field_text textarea,
2151 .openerp .oe_form .oe_form_field_selection select {
2152   width: 100%;
2153 }
2154 .openerp .oe_form .oe_notebook_page .oe_form_field_text textarea {
2155   min-height: 96px;
2156 }
2157 .openerp .oe_form .oe_form_field_text.oe_inline, .openerp .oe_form .oe_form_field_text.oe_inline > textarea {
2158   width: 500px;
2159 }
2160 .openerp .oe_form h1, .openerp .oe_form h2, .openerp .oe_form h3, .openerp .oe_form h4, .openerp .oe_form h5, .openerp .oe_form h6 {
2161   margin: 0 0 4px 0;
2162 }
2163 .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 {
2164   height: inherit !important;
2165   font-size: inherit;
2166 }
2167 .openerp .oe_form .oe_title h1, .openerp .oe_form h1 {
2168   font-weight: bold;
2169   font-size: 2em;
2170 }
2171 .openerp .oe_form h2 {
2172   font-size: 1.5em;
2173 }
2174 .openerp .oe_form label {
2175   font-weight: bold;
2176   margin-bottom: 0px;
2177   display: inline;
2178 }
2179 .openerp .oe_form .oe_form_field {
2180   width: 100%;
2181   display: inline-block;
2182   padding: 2px 2px 2px 0px;
2183   vertical-align: top;
2184 }
2185 .openerp .oe_form .oe_form_field input {
2186   margin: 0px;
2187 }
2188 .openerp .oe_form input[type="text"], .openerp .oe_form input[type="password"], .openerp .oe_form input[type="file"], .openerp .oe_form select {
2189   height: 22px;
2190   padding-top: 2px;
2191 }
2192 .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 {
2193   -webkit-box-sizing: border-box;
2194   -moz-box-sizing: border-box;
2195   -ms-box-sizing: border-box;
2196   box-sizing: border-box;
2197   background: white;
2198   min-width: 60px;
2199   color: #1f1f1f;
2200   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
2201 }
2202 .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] {
2203   background: #e5e5e5 !important;
2204   color: #666666;
2205 }
2206 .openerp .oe_form textarea[disabled] {
2207   border: none;
2208   padding-left: 8px;
2209   -moz-box-shadow: none;
2210   -webkit-box-shadow: none;
2211   box-shadow: none;
2212   -moz-border-radius: 0px;
2213   -webkit-border-radius: 0px;
2214   border-radius: 0px;
2215   color: #4c4c4c;
2216 }
2217 .openerp .oe_form textarea.oe_inline[disabled] {
2218   border-left: 8px solid #eeeeee;
2219 }
2220 .openerp .oe_form .oe_form_field_url button img {
2221   vertical-align: top;
2222 }
2223 .openerp .oe_form .oe_form_field_monetary,
2224 .openerp .oe_form .oe_form_field_date,
2225 .openerp .oe_form .oe_form_field_datetime {
2226   white-space: nowrap;
2227 }
2228 .openerp .oe_form .oe_form_field_boolean {
2229   width: auto;
2230 }
2231 .openerp .oe_form .oe_datepicker_container {
2232   display: none;
2233 }
2234 .openerp .oe_form .oe_datepicker_root {
2235   display: inline-block;
2236 }
2237 .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]) {
2238   background-color: #d2d2ff !important;
2239 }
2240 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
2241   background-color: #ff6666 !important;
2242   border: 1px solid #dd0000 !important;
2243 }
2244 .openerp .oe_form .oe_input_icon {
2245   cursor: pointer;
2246   margin: 3px 0 0 -21px;
2247   vertical-align: top;
2248 }
2249 .openerp .oe_form .oe_input_icon_disabled {
2250   position: absolute;
2251   cursor: default;
2252   opacity: 0.5;
2253   filter: alpha(opacity=50);
2254   right: 5px;
2255   top: 3px;
2256 }
2257 .openerp .oe_form .oe_form_field_with_button.oe_no_button > .oe_button {
2258   display: none;
2259 }
2260 .openerp .oe_form .oe_form_field_with_button:not(.oe_no_button) > .oe_button {
2261   float: right;
2262   -moz-border-radius: 0;
2263   -webkit-border-radius: 0;
2264   border-radius: 0;
2265   border-bottom-left-radius: 0px;
2266   height: 22px;
2267 }
2268 .openerp .oe_form .oe_form_field_with_button input {
2269   width: 100%;
2270 }
2271 .openerp .oe_form .oe_form_field_with_button > div {
2272   position: relative;
2273   overflow: hidden;
2274 }
2275 .openerp .oe_form .oe_form_embedded_html {
2276   position: relative;
2277   width: 100%;
2278   margin: auto;
2279   overflow: auto;
2280   text-align: justify;
2281 }
2282 .openerp .oe_form .oe_form_field_html .oe_input_icon {
2283   float: right;
2284   margin: 4px 7px;
2285 }
2286 .openerp .oe_form_editable .oe_form .oe_form_field_integer input {
2287   width: 6em;
2288 }
2289 .openerp .oe_form_editable .oe_form .oe_form_field_float input {
2290   width: 7em;
2291 }
2292 .openerp .oe_form_editable .oe_form .oe_form_field_date input {
2293   width: 100px;
2294 }
2295 .openerp .oe_form_editable .oe_form .oe_form_field_datetime input {
2296   width: 150px;
2297 }
2298 .openerp .oe_hidden_input_file {
2299   position: relative;
2300 }
2301 .openerp .oe_hidden_input_file input.oe_form_binary_file {
2302   z-index: 0;
2303   line-height: 0;
2304   font-size: 12px;
2305   position: absolute;
2306   top: 1px;
2307   left: 0;
2308   right: 0;
2309   opacity: 0;
2310   filter: alpha(opacity=0);
2311   -ms-filter: "alpha(opacity=0)";
2312   margin: 0;
2313   padding: 0;
2314 }
2315 .openerp .oe_form .oe_form_field_binary {
2316   display: inline-block;
2317 }
2318 .openerp .oe_form .oe_form_field_image {
2319   padding: 0;
2320   position: relative;
2321   display: inline-block;
2322   width: auto;
2323   vertical-align: top;
2324 }
2325 .openerp .oe_form .oe_form_field_image .oe_form_field_image_controls {
2326   position: absolute;
2327   top: 1px;
2328   padding: 4px 0;
2329   width: 100%;
2330   display: none;
2331   text-align: center;
2332   color: #eeeeee;
2333   background: rgba(37, 37, 37, 0.9);
2334   -moz-border-radius: 3px 3px 0 0;
2335   -webkit-border-radius: 3px 3px 0 0;
2336   border-radius: 3px 3px 0 0;
2337   -webkit-box-sizing: border-box;
2338   -moz-box-sizing: border-box;
2339   -ms-box-sizing: border-box;
2340   box-sizing: border-box;
2341 }
2342 .openerp .oe_form .oe_form_field_image:hover .oe_form_field_image_controls {
2343   display: block;
2344 }
2345 .openerp .oe_fileupload {
2346   display: inline-block;
2347   clear: both;
2348   width: 100%;
2349   margin-bottom: -15px;
2350 }
2351 .openerp .oe_fileupload .oe_add {
2352   float: left;
2353   position: relative;
2354   width: 100%;
2355   left: 2px;
2356   margin: 9px 0;
2357   overflow: hidden;
2358 }
2359 .openerp .oe_fileupload .oe_add button {
2360   display: inline;
2361   height: 24px;
2362   font-size: 12px;
2363   line-height: 12px;
2364   vertical-align: middle;
2365 }
2366 .openerp .oe_fileupload .oe_add button.oe_attach {
2367   width: 24px;
2368   background: transparent;
2369   color: #7c7bad;
2370   box-shadow: none;
2371   border: none;
2372   text-shadow: none;
2373 }
2374 .openerp .oe_fileupload .oe_add button.oe_attach .oe_e {
2375   position: relative;
2376   top: -10px;
2377   left: -9px;
2378 }
2379 .openerp .oe_fileupload .oe_add input.oe_form_binary_file {
2380   display: inline-block;
2381   margin-left: -85px;
2382   height: 22px;
2383   width: 152px;
2384   margin-top: -24px;
2385   cursor: pointer;
2386 }
2387 .openerp .oe_fileupload .oe_add .oe_attach_label {
2388   color: #7c7bad;
2389   margin-left: -3px;
2390 }
2391 .openerp .oe_fileupload .oe_attachments {
2392   margin-bottom: 4px;
2393   margin-right: 0px;
2394   font-size: 12px;
2395   border-radius: 2px;
2396   border: solid 1px rgba(124, 123, 173, 0.14);
2397 }
2398 .openerp .oe_fileupload .oe_attachments .oe_attachment {
2399   padding: 2px;
2400   padding-left: 4px;
2401   padding-right: 4px;
2402 }
2403 .openerp .oe_fileupload .oe_attachments .oe_attachment .oe_e {
2404   font-size: 23px;
2405   margin-top: -5px;
2406 }
2407 .openerp .oe_fileupload .oe_attachments .oe_attachment .oe_e:hover {
2408   text-decoration: none;
2409 }
2410 .openerp .oe_fileupload .oe_attachments .oe_attachment:nth-child(odd) {
2411   background: white;
2412 }
2413 .openerp .oe_fileupload .oe_attachments .oe_attachment:nth-child(even) {
2414   background: #f4f5fa;
2415 }
2416 .openerp .oe_form_field_many2one {
2417   display: inline-block;
2418 }
2419 .openerp .oe_form_field_many2one td:first-child {
2420   position: relative;
2421 }
2422 .openerp .oe_form_field_many2one span.oe_m2o_drop_down_button {
2423   position: absolute;
2424   top: 2px;
2425   right: 0px;
2426 }
2427 .openerp .oe_form_field_many2one .oe_m2o_cm_button {
2428   line-height: 14px;
2429   float: right;
2430   padding-left: 2px;
2431 }
2432 .openerp .oe_form_field_many2one input {
2433   padding-right: 13px;
2434 }
2435 .openerp.ui-autocomplete li.oe_m2o_dropdown_option a {
2436   font-style: italic;
2437   padding-left: 2em;
2438 }
2439 .openerp.ui-autocomplete li:not(.oe_m2o_dropdown_option) + li.oe_m2o_dropdown_option {
2440   margin-top: 10px;
2441 }
2442 .openerp ul.oe_form_status, .openerp ul.oe_form_status_clickable {
2443   display: inline-block;
2444   margin: 0;
2445   padding: 0 18px 0 0;
2446 }
2447 .openerp ul.oe_form_status li, .openerp ul.oe_form_status_clickable li {
2448   display: inline-block;
2449   list-style-type: none;
2450   margin: 0 -18px 0 0;
2451   padding: 0;
2452   background-color: #ededed;
2453   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2454   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2455   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2456   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2457   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2458   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2459 }
2460 .openerp ul.oe_form_status li:first-child > .label, .openerp ul.oe_form_status_clickable li:first-child > .label {
2461   border-left: 1px solid #cacaca;
2462   padding-left: 14px;
2463 }
2464 .openerp ul.oe_form_status li:last-child, .openerp ul.oe_form_status_clickable li:last-child {
2465   border-right: 1px solid #cacaca;
2466 }
2467 .openerp ul.oe_form_status li:last-child > .label, .openerp ul.oe_form_status_clickable li:last-child > .label {
2468   padding-right: 14px;
2469 }
2470 .openerp ul.oe_form_status li:last-child > .arrow, .openerp ul.oe_form_status_clickable li:last-child > .arrow {
2471   display: none;
2472 }
2473 .openerp ul.oe_form_status li > .label, .openerp ul.oe_form_status_clickable li > .label {
2474   color: #4c4c4c;
2475   text-shadow: 0 1px 1px #fcfcfc, 0 -1px 1px #dedede;
2476   padding: 7px;
2477   display: inline-block;
2478   padding-left: 24px;
2479   margin: 0;
2480   position: relative;
2481   line-height: normal;
2482   font-size: 100%;
2483   font-weight: normal;
2484 }
2485 .openerp ul.oe_form_status li > .arrow, .openerp ul.oe_form_status_clickable li > .arrow {
2486   width: 17px;
2487   height: 30px;
2488   display: inline-block;
2489   vertical-align: top;
2490   overflow: hidden;
2491   margin-left: -5px;
2492 }
2493 .openerp ul.oe_form_status li > .arrow span, .openerp ul.oe_form_status_clickable li > .arrow span {
2494   position: relative;
2495   width: 24px;
2496   height: 24px;
2497   display: inline-block;
2498   margin-left: -12px;
2499   margin-top: 3px;
2500   box-shadow: -1px 1px 2px rgba(255, 255, 255, 0.2), inset -1px 1px 1px rgba(0, 0, 0, 0.2);
2501   background-color: #dedede;
2502   background: -moz-linear-gradient(135deg, #dedede, #fcfcfc);
2503   background: -o-linear-gradient(135deg, #fcfcfc, #dedede);
2504   background: -webkit-gradient(linear, left top, right bottom, from(#fcfcfc), to(#dedede));
2505   background: -ms-linear-gradient(top, #fcfcfc, #dedede);
2506   -moz-border-radius: 3px;
2507   -webkit-border-radius: 3px;
2508   border-radius: 3px;
2509   -webkit-transform: rotate(45deg);
2510   -moz-transform: rotate(45deg);
2511   -ms-transform: rotate(45deg);
2512   -o-transform: rotate(45deg);
2513   transform: rotate(45deg);
2514 }
2515 .openerp ul.oe_form_status ul.oe_dropdown_menu, .openerp ul.oe_form_status_clickable ul.oe_dropdown_menu {
2516   display: none;
2517   padding: 0;
2518   min-width: 0;
2519 }
2520 .openerp ul.oe_form_status ul.oe_dropdown_menu.oe_opened, .openerp ul.oe_form_status_clickable ul.oe_dropdown_menu.oe_opened {
2521   display: block;
2522 }
2523 .openerp ul.oe_form_status ul.oe_dropdown_menu li, .openerp ul.oe_form_status_clickable ul.oe_dropdown_menu li {
2524   margin: 0;
2525   width: 100%;
2526 }
2527 .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 {
2528   padding-left: 14px;
2529 }
2530 .openerp ul.oe_form_status li.oe_active, .openerp ul.oe_form_status_clickable li.oe_active {
2531   background-color: #5382b9;
2532   background-image: -webkit-gradient(linear, left top, left bottom, from(#729fcf), to(#3465a4));
2533   background-image: -webkit-linear-gradient(top, #729fcf, #3465a4);
2534   background-image: -moz-linear-gradient(top, #729fcf, #3465a4);
2535   background-image: -ms-linear-gradient(top, #729fcf, #3465a4);
2536   background-image: -o-linear-gradient(top, #729fcf, #3465a4);
2537   background-image: linear-gradient(to bottom, #729fcf, #3465a4);
2538 }
2539 .openerp ul.oe_form_status li.oe_active > .arrow span, .openerp ul.oe_form_status_clickable li.oe_active > .arrow span {
2540   background-color: #3465a4;
2541   background: -moz-linear-gradient(135deg, #3465a4, #729fcf);
2542   background: -o-linear-gradient(135deg, #729fcf, #3465a4);
2543   background: -webkit-gradient(linear, left top, right bottom, from(#729fcf), to(#3465a4));
2544   background: -ms-linear-gradient(top, #729fcf, #3465a4);
2545 }
2546 .openerp ul.oe_form_status li.oe_active > .label, .openerp ul.oe_form_status_clickable li.oe_active > .label {
2547   color: white;
2548   text-shadow: 0 1px 1px #729fcf, 0 -1px 1px #3465a4;
2549 }
2550 .openerp ul.oe_form_status_clickable li {
2551   cursor: pointer;
2552 }
2553 .openerp ul.oe_form_status_clickable li:hover {
2554   background-color: #d9d9d9;
2555   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca));
2556   background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca);
2557   background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca);
2558   background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca);
2559   background-image: -o-linear-gradient(top, #e8e8e8, #cacaca);
2560   background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);
2561 }
2562 .openerp ul.oe_form_status_clickable li:hover > .label {
2563   text-shadow: 0 -1px 1px #fcfcfc, 0 1px 1px #dedede;
2564 }
2565 .openerp ul.oe_form_status_clickable li:hover > .arrow span {
2566   background-color: #d9d9d9;
2567   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca));
2568   background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca);
2569   background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca);
2570   background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca);
2571   background-image: -o-linear-gradient(top, #e8e8e8, #cacaca);
2572   background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);
2573 }
2574 .openerp ul.oe_form_status_clickable li > .label {
2575   color: #7c7bad;
2576 }
2577 .openerp ul.oe_form_status_clickable li.oe_active:hover {
2578   background-color: #3a699f;
2579   background-image: -webkit-gradient(linear, left top, left bottom, from(#4c85c2), to(#284d7d));
2580   background-image: -webkit-linear-gradient(top, #4c85c2, #284d7d);
2581   background-image: -moz-linear-gradient(top, #4c85c2, #284d7d);
2582   background-image: -ms-linear-gradient(top, #4c85c2, #284d7d);
2583   background-image: -o-linear-gradient(top, #4c85c2, #284d7d);
2584   background-image: linear-gradient(to bottom, #4c85c2, #284d7d);
2585 }
2586 .openerp ul.oe_form_status_clickable li.oe_active:hover > .label {
2587   text-shadow: 0 -1px 1px #729fcf, 0 1px 1px #3465a4;
2588 }
2589 .openerp ul.oe_form_status_clickable li.oe_active:hover > .arrow span {
2590   background-color: #284d7d;
2591   background: -moz-linear-gradient(135deg, #284d7d, #4c85c2);
2592   background: -o-linear-gradient(135deg, #4c85c2, #284d7d);
2593   background: -webkit-gradient(linear, left top, right bottom, from(#4c85c2), to(#284d7d));
2594   background: -ms-linear-gradient(top, #4c85c2, #284d7d);
2595 }
2596 .openerp .oe_form .oe_form_field_one2many > .oe_view_manager .oe_list_pager_single_page {
2597   display: none;
2598 }
2599 .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 {
2600   display: none !important;
2601 }
2602 .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 {
2603   min-height: 132px;
2604 }
2605 .openerp .oe_form_field_one2many .oe_form_field_one2many_list_row_add, .openerp .oe_form_field_many2many .oe_form_field_one2many_list_row_add {
2606   font-weight: bold;
2607 }
2608 .openerp .oe_form_field_one2many .oe_list_content > thead, .openerp .oe_form_field_many2many .oe_list_content > thead {
2609   border-bottom: 1px;
2610 }
2611 .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) {
2612   background: transparent;
2613 }
2614 .openerp .oe_form_field_one2many .oe_list .oe_list_edit_row_save, .openerp .oe_form_field_many2many .oe_list .oe_list_edit_row_save {
2615   background: url(/web/static/src/img/iconset-b-remove.png) 50% 50% no-repeat;
2616 }
2617 .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 {
2618   visibility: hidden;
2619 }
2620 .openerp .oe_form_field_one2many > .oe_view_manager .oe_header_row_top, .openerp .oe_form_field_many2many > .oe_view_manager .oe_header_row_top {
2621   display: none;
2622 }
2623 .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 {
2624   padding: 0px 8px;
2625   line-height: 16px;
2626 }
2627 .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 {
2628   font-size: 13px;
2629 }
2630 .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 {
2631   height: auto;
2632   line-height: 16px;
2633 }
2634 .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 {
2635   height: auto;
2636   line-height: 16px;
2637 }
2638 .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 {
2639   visibility: hidden;
2640 }
2641 .openerp .oe_form_editable .oe_list_editable .oe_list_content td.oe_required {
2642   background-color: #d2d2ff;
2643 }
2644 .openerp .oe_form_editable .oe_list_editable .oe_list_content td.oe_readonly {
2645   background-color: #eeeeee;
2646 }
2647 .openerp .oe_list_editable .oe_list_content td.oe_list_field_cell {
2648   padding: 4px 6px 3px;
2649 }
2650 .openerp .oe_list.oe_list_editable.oe_editing .oe_edition .oe_list_field_cell:not(.oe_readonly) {
2651   color: transparent;
2652   text-shadow: none;
2653 }
2654 .openerp .oe_list.oe_list_editable.oe_editing .oe_edition .oe_list_field_cell:not(.oe_readonly) * {
2655   visibility: hidden;
2656 }
2657 .openerp .oe_list.oe_list_editable.oe_editing .oe_m2o_drop_down_button {
2658   top: 5px;
2659 }
2660 .openerp .oe_list.oe_list_editable.oe_editing .oe_m2o_cm_button {
2661   line-height: 19px;
2662 }
2663 .openerp .oe_list.oe_list_editable.oe_editing .oe_input_icon {
2664   margin-top: 5px;
2665 }
2666 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field {
2667   min-width: 0;
2668   max-width: none;
2669 }
2670 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field input, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field textarea {
2671   height: 27px;
2672   -moz-border-radius: 0;
2673   -webkit-border-radius: 0;
2674   border-radius: 0;
2675   border: 1px solid #aaaaff;
2676   margin: 0;
2677 }
2678 .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 {
2679   min-width: 0;
2680 }
2681 .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 {
2682   text-align: right;
2683   width: 100% !important;
2684 }
2685 .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 {
2686   width: 100% !important;
2687 }
2688 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_reference {
2689   display: table;
2690 }
2691 .openerp .oe_list_group_name {
2692   white-space: nowrap;
2693 }
2694 .openerp .oe_form .oe_form_field_many2many > .oe_list .oe_list_pager_single_page {
2695   display: none;
2696 }
2697 .openerp .oe_list_buttons .oe_alternative {
2698   visibility: hidden;
2699 }
2700 .openerp .oe_list_buttons .oe_list_save, .openerp .oe_list_buttons .oe_list_discard {
2701   display: none;
2702 }
2703 .openerp .oe_list_buttons.oe_editing .oe_list_add {
2704   display: none;
2705 }
2706 .openerp .oe_list_buttons.oe_editing .oe_list_save {
2707   display: inline-block;
2708 }
2709 .openerp .oe_list_buttons.oe_editing .oe_list_discard {
2710   display: inline;
2711 }
2712 .openerp .oe_list_buttons.oe_editing .oe_alternative {
2713   visibility: visible;
2714 }
2715 .openerp .oe_list.oe_cannot_edit .oe_list_header_handle, .openerp .oe_list.oe_cannot_edit .oe_list_field_handle {
2716   display: none !important;
2717   padding: 0 !important;
2718 }
2719 .openerp .oe_list.oe_cannot_delete .oe_list_record_delete {
2720   display: none !important;
2721 }
2722 .openerp .oe_list .oe_form .oe_form_nosheet {
2723   margin: 0;
2724   padding: 0;
2725   border: none;
2726 }
2727 .openerp .oe_list .oe_form .oe_form_field {
2728   width: auto;
2729   position: absolute;
2730   margin: 0 !important;
2731   padding: 0;
2732 }
2733 .openerp .oe_list .oe_form .oe_form_field_boolean input {
2734   margin: 1px 0 0 10px !important;
2735 }
2736 .openerp .oe_list .oe_list_content .oe_group_header {
2737   background-color: #ededed;
2738   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2739   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2740   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2741   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2742   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2743   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2744 }
2745 .openerp .oe_list_content {
2746   width: 100%;
2747 }
2748 .openerp .oe_list_content td:first-child:after, .openerp .oe_list_content th:first-child:after {
2749   border-width: 0;
2750 }
2751 .openerp .oe_list_content td.oe_number {
2752   text-align: right !important;
2753   max-width: 100px;
2754 }
2755 .openerp .oe_list_content td.oe_list_field_date, .openerp .oe_list_content th.oe_list_header_date {
2756   min-width: 6em;
2757 }
2758 .openerp .oe_list_content > thead {
2759   border-bottom: 2px solid #cacaca;
2760   background: #eeeeee;
2761   vertical-align: top;
2762 }
2763 .openerp .oe_list_content td, .openerp .oe_list_content th {
2764   padding: 3px 6px;
2765   line-height: 18px;
2766 }
2767 .openerp .oe_list_content th.oe_sortable, .openerp .oe_list_content th.oe_sortable div {
2768   cursor: pointer;
2769 }
2770 .openerp .oe_list_content th.oe_sortable div {
2771   position: relative;
2772 }
2773 .openerp .oe_list_content th.oe_sortable div:after {
2774   margin-right: 6px;
2775   content: "";
2776   margin-top: 7px;
2777   border-width: 0 4px 4px;
2778   border-style: solid;
2779   border-color: black transparent;
2780   visibility: hidden;
2781 }
2782 .openerp .oe_list_content th.sortup div:after {
2783   float: right;
2784   visibility: visible;
2785   filter: alpha(opacity=60);
2786   opacity: 0.6;
2787 }
2788 .openerp .oe_list_content .oe_list_header_many2many_tags {
2789   min-width: 70px;
2790 }
2791 .openerp .oe_list_content th.sortdown div:after {
2792   float: right;
2793   border-bottom: none;
2794   border-left: 4px solid transparent;
2795   border-right: 4px solid transparent;
2796   border-top: 4px solid black;
2797   visibility: visible;
2798   -moz-box-shadow: none;
2799   -webkit-box-shadow: none;
2800   box-shadow: none;
2801   filter: alpha(opacity=60);
2802   opacity: 0.6;
2803 }
2804 .openerp .oe_list_content > tbody {
2805   cursor: pointer;
2806 }
2807 .openerp .oe_list_content > tbody > tr {
2808   height: 27px;
2809   border-top: 1px solid #dddddd;
2810 }
2811 .openerp .oe_list_content > tbody > tr > td.oe_list_field_cell {
2812   padding: 3px 6px;
2813   white-space: pre-line;
2814 }
2815 .openerp .oe_list_content > tbody > tr > td > button, .openerp .oe_list_content > tbody > tr > th > button {
2816   border: none;
2817   background: transparent;
2818   padding: 0;
2819 }
2820 .openerp .oe_list_content > tbody > tr > td > button.btn_txt, .openerp .oe_list_content > tbody > tr > th > button.btn_txt {
2821   border: 1px solid rgba(0, 0, 0, 0.4);
2822   background: #e3e3e3;
2823   padding: 3px 12px;
2824 }
2825 .openerp .oe_list_content > tbody > tr > td.oe_list_checkbox:first-child, .openerp .oe_list_content > tbody > tr th.oe_list_checkbox:first-child {
2826   width: 17px;
2827 }
2828 .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 {
2829   border-width: 0;
2830 }
2831 .openerp .oe_list_content > tbody > tr > td.oe_list_field_boolean input {
2832   filter: alpha(opacity=50);
2833   opacity: 0.5;
2834 }
2835 .openerp .oe_list_content > tbody > tr:nth-child(odd) {
2836   background-color: #f0f0fa;
2837   background-color: #efeff8;
2838   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
2839   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
2840   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
2841   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
2842   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
2843   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
2844 }
2845 .openerp .oe_list_content > tfoot {
2846   border-top: 2px solid #cacaca;
2847   border-bottom: 1px solid #cacaca;
2848   background: #eeeeee;
2849   font-weight: bold;
2850 }
2851 .openerp .oe_list_content .numeric {
2852   text-align: right;
2853   width: 82px;
2854 }
2855 .openerp .oe_list_content .numeric input {
2856   text-align: right;
2857 }
2858 .openerp .oe_list_content th.oe_list_header_handle {
2859   font-size: 1px;
2860   overflow: hidden;
2861   text-indent: -9001px;
2862 }
2863 .openerp .oe_list_content td.oe_list_field_handle {
2864   width: 1em;
2865   padding: 0 !important;
2866   cursor: ns-resize;
2867 }
2868 .openerp .oe_list_content td.oe_list_field_handle .oe_list_handle {
2869   font-size: 1px;
2870   letter-spacing: -1px;
2871   color: transparent;
2872   text-shadow: none;
2873   font-weight: normal;
2874   margin-right: 7px;
2875 }
2876 .openerp .oe_list_content td.oe_list_field_handle .oe_list_handle:before {
2877   font: 18px "entypoRegular";
2878   content: "}";
2879   color: #e0e0e0;
2880 }
2881 .openerp .oe_list_content .oe_list_field_progressbar progress {
2882   width: 100%;
2883 }
2884 .openerp .tree_header {
2885   background-color: #f0f0f0;
2886   border-bottom: 1px solid #cacaca;
2887   color: #4c4c4c;
2888   padding: 5px;
2889   height: 25px;
2890 }
2891 .openerp .tree_header button {
2892   float: right;
2893   height: 27px;
2894   margin-right: 5px;
2895 }
2896 .openerp .oe-treeview-table {
2897   width: 100%;
2898   background-color: white;
2899   border-spacing: 0;
2900   color: #4c4c4c;
2901 }
2902 .openerp .oe-treeview-table th {
2903   padding: 10px;
2904   font-weight: bold;
2905   background-color: #f0f0f0;
2906   border-bottom: 2px solid #cacaca;
2907 }
2908 .openerp .oe-treeview-table td {
2909   cursor: pointer;
2910   vertical-align: middle;
2911   text-align: left;
2912   vertical-align: middle;
2913   height: 20px;
2914   padding-left: 4px;
2915   padding-right: 4px;
2916   border-right: 1px solid #e7e7e7;
2917 }
2918 .openerp .oe-treeview-table td.oe_number {
2919   text-align: right !important;
2920 }
2921 .openerp .oe-treeview-table tr {
2922   border-bottom: 1px solid #d6d6d6;
2923 }
2924 .openerp .oe-treeview-table tr:hover {
2925   background-color: #e7e7e7;
2926 }
2927 .openerp .oe-treeview-table span {
2928   font-size: 90%;
2929   font-weight: normal;
2930   white-space: nowrap;
2931   display: block;
2932 }
2933 .openerp .oe-treeview-table .treeview-tr.oe-treeview-first {
2934   background: transparent url(/web/static/src/img/expand.gif) 0 50% no-repeat;
2935 }
2936 .openerp .oe-treeview-table .oe_open .treeview-tr.oe-treeview-first {
2937   background-image: url(/web/static/src/img/collapse.gif);
2938 }
2939 .openerp .oe-treeview-table .treeview-tr.oe-treeview-first span, .openerp .oe-treeview-table .treeview-td.oe-treeview-first span {
2940   margin-left: 16px;
2941 }
2942 .openerp .oe_layout_debugging .oe_form_group {
2943   outline: 2px dashed green;
2944 }
2945 .openerp .oe_layout_debugging .oe_form_group_cell {
2946   outline: 1px solid blue;
2947 }
2948 .openerp .oe_layout_debugging .oe_form_group:hover, .openerp .oe_layout_debugging .oe_form_group_cell:hover {
2949   outline-color: red;
2950 }
2951 .openerp .oe_layout_debugging .oe_form_group_row_incomplete > td:last-child:after {
2952   content: "[Incomplete Row]";
2953   background: red;
2954   padding: 2px;
2955   font-weight: bold;
2956   color: white;
2957   float: right;
2958 }
2959 .openerp .oe_layout_debugging .oe_form_group_row_incomplete.oe_form_group_row_newline > td:last-child:after {
2960   content: "[newline]";
2961 }
2962 .openerp .oe_debug_view {
2963   float: left;
2964 }
2965 .openerp .oe_debug_view_log {
2966   font-size: 95%;
2967   line-height: 1.2em;
2968 }
2969 .openerp .navbar {
2970   min-height: 32px;
2971   margin-bottom: 0px;
2972   border: none;
2973   z-index: 1;
2974   position: static;
2975   background-color: #414141;
2976   background-color: #454343;
2977   background-image: -webkit-gradient(linear, left top, left bottom, from(#646060), to(#262626));
2978   background-image: -webkit-linear-gradient(top, #646060, #262626);
2979   background-image: -moz-linear-gradient(top, #646060, #262626);
2980   background-image: -ms-linear-gradient(top, #646060, #262626);
2981   background-image: -o-linear-gradient(top, #646060, #262626);
2982   background-image: linear-gradient(to bottom, #646060, #262626);
2983 }
2984 .openerp .navbar-default .navbar-nav li a:hover, .openerp .navbar-default .navbar-nav li a:focus {
2985   background: rgba(0, 0, 0, 0.3);
2986 }
2987 .openerp .navbar-default .navbar-nav .open > a, .openerp .navbar-default .navbar-nav a:hover, .openerp .navbar-default .navbar-nav a:focus {
2988   background: rgba(0, 0, 0, 0.3) !important;
2989 }
2990 .openerp .navbar-default .navbar-nav .dropdown > a .caret {
2991   border-top-color: #777777 !important;
2992   border-bottom-color: #777777 !important;
2993 }
2994 .openerp .navbar-nav li a {
2995   padding: 4px 32px 4px 12px;
2996 }
2997 .openerp .oe_navbar .dropdown-menu {
2998   font-size: 13px;
2999   padding: 4px 0;
3000   background: #333333 !important;
3001   background: rgba(37, 37, 37, 0.9) !important;
3002   border-color: #999999;
3003   border-color: rgba(0, 0, 0, 0.2);
3004   background-color: #414141;
3005   text-shadow: none;
3006   background-color: #454343;
3007   background-image: -webkit-gradient(linear, left top, left bottom, from(#646060), to(#262626));
3008   background-image: -webkit-linear-gradient(top, #646060, #262626);
3009   background-image: -moz-linear-gradient(top, #646060, #262626);
3010   background-image: -ms-linear-gradient(top, #646060, #262626);
3011   background-image: -o-linear-gradient(top, #646060, #262626);
3012   background-image: linear-gradient(to bottom, #646060, #262626);
3013   -moz-border-radius: 3px;
3014   -webkit-border-radius: 3px;
3015   border-radius: 3px;
3016 }
3017 .openerp .oe_navbar .dropdown-menu li a, .openerp .oe_navbar .dropdown-menu li a:hover, .openerp .oe_navbar .dropdown-menu li a:focus {
3018   color: #eeeeee;
3019 }
3020 .openerp .oe_view_manager_new .oe_form_nosheet {
3021   margin-top: 8px;
3022 }
3023 .openerp .oe_view_manager_new .oe_form_nosheet .oe_form_label {
3024   font-weight: normal;
3025 }
3026 .openerp .nav li > a {
3027   padding: 3px 4px 2px 18px;
3028   color: #4c4c4c;
3029 }
3030 .openerp .nav nav-pills.nav-stacked > li > ul {
3031   padding-left: 16px;
3032 }
3033 .openerp .nav-pills > li.active > a, .openerp a.list-group-item.active > a {
3034   background-color: #7c7bad;
3035   color: white;
3036   border-radius: 0;
3037 }
3038 .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 {
3039   background-color: #7c7bad;
3040 }
3041 .openerp .nav-pills > li.active .badge, .openerp a.list-group-item.active .badge {
3042   background-color: white;
3043   color: #7c7bad;
3044   text-shadow: none;
3045 }
3046 .openerp .badge {
3047   font-weight: normal;
3048   font-size: 11px;
3049   background-color: #7c7bad;
3050 }
3051 .openerp button, .openerp body {
3052   line-height: normal;
3053 }
3054 .openerp h1, .openerp h2 {
3055   font-weight: bold;
3056 }
3057 .openerp h3 {
3058   font-size: 1.17em;
3059   font-weight: bold;
3060 }
3061 .openerp p {
3062   display: block;
3063   -webkit-margin-before: 1em;
3064   -webkit-margin-after: 1em;
3065   -webkit-margin-start: 0px;
3066   -webkit-margin-end: 0px;
3067 }
3068 .openerp pre {
3069   background-color: white;
3070   border: none;
3071   padding: 10px 0 3px 0;
3072 }
3073 .openerp h5 {
3074   font-weight: bold;
3075   font-size: smaller;
3076 }
3077 .openerp .oe_form .oe_subtype label, .openerp .oe_subtype label {
3078   font-weight: normal;
3079 }
3080 .openerp .oe_msg_subtype_check {
3081   margin: 3px 3px 0 !important;
3082 }
3083
3084 .jqstooltip {
3085   height: auto !important;
3086   width: auto !important;
3087   padding: 0;
3088 }
3089
3090 @-moz-document url-prefix() {
3091   .openerp .oe_searchview .oe_searchview_search {
3092     top: -1px;
3093   }
3094   .openerp .oe_form_field_many2one .oe_m2o_cm_button {
3095     line-height: 18px;
3096   }
3097   .openerp .oe_webclient .oe_star_on, .openerp .oe_webclient .oe_star_off {
3098     top: 0px;
3099   }
3100 }
3101
3102 .kitten-mode-activated {
3103   background-size: cover;
3104   background-attachment: fixed;
3105 }
3106 .kitten-mode-activated > * {
3107   opacity: 0.7;
3108 }
3109
3110 .loading-kitten {
3111   -moz-border-radius: 15px;
3112   -webkit-border-radius: 15px;
3113   border-radius: 15px;
3114   -moz-box-shadow: 0 0 5px 5px #999999;
3115   -webkit-box-shadow: 0 0 5px 5px #999999;
3116   box-shadow: 0 0 5px 5px #999999;
3117 }
3118
3119 div.ui-widget-overlay {
3120   background: black;
3121   filter: alpha(opacity=30);
3122   opacity: 0.3;
3123 }
3124
3125 .ui-widget {
3126   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
3127   color: #4c4c4c;
3128   font-size: 13px;
3129 }
3130
3131 .ui-menu {
3132   padding: 2px 0;
3133   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3134   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3135   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3136   margin-top: 4px;
3137   border: 1px solid #afafb6;
3138 }
3139 .ui-menu .ui-menu-item {
3140   width: 100%;
3141   padding: 0;
3142 }
3143 .ui-menu .ui-menu-item a {
3144   padding: 1px 16px;
3145 }
3146 .ui-menu .ui-menu-item a.ui-corner-all {
3147   -moz-border-radius: 0;
3148   -webkit-border-radius: 0;
3149   border-radius: 0;
3150 }
3151 .ui-menu .ui-menu-item a.ui-state-active {
3152   background: #f0f0fa;
3153 }
3154 .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
3155   background: #7c7bad;
3156 }
3157
3158 .ui-corner-all {
3159   -moz-border-radius: 3px;
3160   -webkit-border-radius: 3px;
3161   border-radius: 3px;
3162 }
3163
3164 .openerp .db_option_table td {
3165   padding-bottom: 10px !important;
3166 }
3167
3168 body.oe_single_form {
3169   background: #eeeeee url(/web/static/src/img/form_sheetbg.png);
3170   height: 100%;
3171 }
3172 body.oe_single_form .oe_single_form_logo {
3173   padding: 10px;
3174   text-align: center;
3175   margin-bottom: 10px;
3176 }
3177 body.oe_single_form .oe_single_form_footer {
3178   position: absolute;
3179   bottom: -30px;
3180   right: 0px;
3181   width: 100%;
3182   text-align: center;
3183 }
3184 body.oe_single_form .oe_single_form_container {
3185   padding: 10px;
3186   position: absolute;
3187   left: 50%;
3188   top: 50%;
3189   width: 400px;
3190   /* Set margins to offset 50% of the w/h */
3191   margin-top: -200px;
3192   margin-left: -200px;
3193 }
3194
3195 .openerp_ie .placeholder {
3196   color: #afafb6 !important;
3197   font-style: italic !important;
3198 }
3199 .openerp_ie .oe_form_binary_file {
3200   width: 80px;
3201 }
3202 .openerp_ie .oe_form_field_boolean input {
3203   background: white;
3204 }
3205 .openerp_ie .db_option_table .oe_form_field_selection {
3206   width: auto;
3207 }
3208 .openerp_ie input[type='checkbox'] {
3209   border: none;
3210   background: none;
3211   box-shadow: none;
3212 }
3213 .openerp_ie .oe_logo img {
3214   border: none;
3215 }
3216 .openerp_ie .oe_header_row button.oe_highlight {
3217   padding-top: 0;
3218   padding-bottom: 0;
3219 }
3220 .openerp_ie .oe_view_manager_view_kanban {
3221   display: table-cell;
3222 }
3223 .openerp_ie .oe_view_manager_buttons button.oe_write_full {
3224   padding-top: 0;
3225   padding-bottom: 0;
3226 }
3227 .openerp_ie .oe_view_manager_buttons button.oe_highlight {
3228   padding-top: 0;
3229   padding-bottom: 0;
3230 }
3231 .openerp_ie .oe_view_manager_buttons button .oe_form_button_edit {
3232   padding-top: 0;
3233   padding-bottom: 0;
3234 }
3235 .openerp_ie .oe_view_manager_buttons button .oe_form_button_create {
3236   padding-top: 0;
3237   padding-bottom: 0;
3238 }
3239 .openerp_ie .oe_kanban_image {
3240   border: none;
3241 }
3242 .openerp_ie .oe_msg_icon {
3243   border: none;
3244 }
3245 .openerp_ie .oe_form header ul {
3246   height: 29px;
3247 }
3248 .openerp_ie .oe_attach {
3249   filter: none;
3250 }
3251 .openerp_ie .oe_link {
3252   filter: none;
3253 }
3254 .openerp_ie .oe_kanban_show_more {
3255   clear: both;
3256   text-align: center;
3257 }
3258 .openerp_ie.oe_kanban_grouped .oe_kanban_show_more .oe_button {
3259   width: 100%;
3260   padding: 3px 12px;
3261 }
3262 .openerp_ie .oe_form_buttons button {
3263   padding-top: 0;
3264   padding-bottom: 0;
3265 }
3266 .openerp_ie .oe_sidebar button {
3267   padding-top: 0;
3268   padding-bottom: 0;
3269 }
3270 .openerp_ie img {
3271   border: none;
3272 }
3273 .openerp_ie .oe_dropdown_arrow {
3274   line-height: 1.7em;
3275 }
3276 .openerp_ie .oe_form_buttons button, .openerp_ie .oe_view_manager_buttons button {
3277   line-height: 1.7em;
3278 }
3279 .openerp_ie .oe_form_buttons .oe_highlight, .openerp_ie .oe_view_manager_buttons .oe_highlight {
3280   line-height: 1.7em;
3281 }
3282 .openerp_ie .oe_topbar {
3283   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646060', endColorstr='#262626');
3284 }
3285 .openerp_ie .ui-state-error, .openerp_ie .ui-widget-content .ui-state-error, .openerp_ie .ui-widget-header .ui-state-error {
3286   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3287 }
3288 .openerp_ie .oe_popup_form {
3289   width: 99% !important;
3290 }
3291 .openerp_ie .oe_form_label {
3292   white-space: normal !important;
3293 }
3294 .openerp_ie ul.oe_form_status li, .openerp_ie ul.oe_form_status_clickable li {
3295   display: inline-block;
3296   clear: both;
3297 }
3298 .openerp_ie ul.oe_form_status li:last-child, .openerp_ie ul.oe_form_status_clickable li:last-child {
3299   overflow: hidden;
3300   border-right: 1px solid #cacaca;
3301 }
3302 .openerp_ie ul.oe_form_status li:last-child > .label, .openerp_ie ul.oe_form_status_clickable li:last-child > .label {
3303   padding-right: 14px;
3304   border-right: none;
3305 }
3306 .openerp_ie ul.oe_form_status li:last-child > .arrow, .openerp_ie ul.oe_form_status_clickable li:last-child > .arrow {
3307   display: inline-block;
3308   opacity: 0;
3309   filter: alpha(opacity=0);
3310   border: none;
3311   width: 0;
3312   border-right: none;
3313 }
3314 .openerp_ie ul.oe_form_status li > .label, .openerp_ie ul.oe_form_status_clickable li > .label {
3315   border-bottom: 1px solid #cacaca;
3316   background: transparent;
3317 }
3318 .openerp_ie ul.oe_form_status li > .arrow span, .openerp_ie ul.oe_form_status_clickable li > .arrow span {
3319   background-color: #eeeeee !important;
3320 }
3321 .openerp_ie ul.oe_form_status li.oe_active > .label, .openerp_ie ul.oe_form_status_clickable li.oe_active > .label {
3322   border-bottom: 1px solid #729fcf;
3323 }
3324 .openerp_ie ul.oe_form_status li.oe_active > .arrow span, .openerp_ie ul.oe_form_status_clickable li.oe_active > .arrow span {
3325   background-color: #729fcf !important;
3326 }
3327 }
3328 .openerp_ie .oe_webclient {
3329   height: auto !important;
3330
3331 @media print {
3332   .openerp {
3333     text-shadow: none;
3334   }
3335   .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 {
3336     display: none !important;
3337   }
3338   .openerp .oe_list_content button, .openerp .oe_list_content input[type=checkbox] {
3339     visibility: hidden;
3340   }
3341   .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 {
3342     visibility: hidden;
3343   }
3344   .openerp a.oe_m2o_cm_button, .openerp a.oe_e {
3345     visibility: hidden;
3346   }
3347   .openerp .oe_form .oe_form_field_date img, .openerp .oe_form .oe_form_field_datetime img {
3348     visibility: hidden;
3349   }
3350   .openerp .oe_notebook > li.ui-tabs-selected {
3351     display: block;
3352   }
3353   .openerp .oe_application .oe_form_sheet, .openerp .oe_application .oe_form_sheetbg {
3354     border: 0px !important;
3355     box-shadow: 0px 0px 0px;
3356   }
3357   .openerp .oe_application .oe_form_sheet .oe_list, .openerp .oe_application .oe_form_sheetbg .oe_list {
3358     overflow-x: visible;
3359   }
3360   .openerp .oe_view_manager_current > .oe_view_manager_header {
3361     border: 0px !important;
3362     box-shadow: 0px 0px 0px;
3363   }
3364   .openerp .text-core .text-wrap .text-arrow {
3365     background: none;
3366   }
3367   .openerp .openerp div.oe_mail_wall {
3368     overflow: hidden !important;
3369   }
3370 }
3371 .tooltip {
3372   padding: 0;
3373   margin: 0;
3374   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
3375   color: #4c4c4c;
3376   font-size: 12px;
3377   background: white;
3378   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
3379   background-color: transparent;
3380 }
3381 .tooltip .tooltip-inner {
3382   text-align: left !important;
3383   max-width: 350px;
3384 }
3385 .tooltip .tooltip-inner .oe_tooltip_string {
3386   color: #ffdd55;
3387   font-weight: bold;
3388   font-size: 13px;
3389 }
3390 .tooltip .tooltip-inner .oe_tooltip_help {
3391   white-space: pre-wrap;
3392 }
3393 .tooltip .tooltip-inner .oe_tooltip_technical {
3394   padding: 0 0 4px 0;
3395   margin: 5px 0 0 15px;
3396 }
3397 .tooltip .tooltip-inner .oe_tooltip_technical li {
3398   list-style: circle;
3399 }
3400 .tooltip .tooltip-inner .oe_tooltip_technical_title {
3401   font-weight: bold;
3402 }
3403 .tooltip .tooltip-inner .oe_tooltip_close {
3404   margin: -5px 0 0 2px;
3405   cursor: default;
3406   float: right;
3407   color: white;
3408 }
3409 .tooltip .tooltip-inner .oe_tooltip_close:hover {
3410   color: #999999;
3411   cursor: pointer;
3412 }
3413 .tooltip .tooltip-inner .oe_tooltip_message {
3414   max-width: 310px;
3415 }
3416
3417 .ui-icon {
3418   width: 18px;
3419   height: 18px;
3420 }
3421
3422 .modal .modal-header button.close {
3423   border: none;
3424   background: none;
3425   padding: 1px;
3426   height: 18px;
3427   font-size: 20px;
3428 }
3429 .modal .modal-footer {
3430   text-align: left;
3431 }
3432 .modal .oe_button {
3433   margin: 0 4px 0 0;
3434 }
3435 .modal .oe_act_window.modal-body {
3436   padding: 0;
3437 }
3438
3439 .ui-datepicker {
3440   z-index: 1500 !important;
3441 }
3442
3443 input[type="radio"], input[type="checkbox"] {
3444   margin-right: 4px;
3445   margin-left: 4px;
3446 }
3447
3448 .blockUI.blockOverlay {
3449   background-color: black;
3450   opacity: 0.6;
3451 }
3452
3453 body {
3454   overflow: auto;
3455 }