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