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