[IMP] improved css: min width of fields (mainly for editable lists)
[odoo/odoo.git] / addons / web / static / src / css / base.css
1 @charset "utf-8";
2 @font-face {
3   font-family: "mnmliconsRegular";
4   src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
5   src: url("/web/static/src/font/mnmliconsv21-webfont.woff") format("woff");
6   src: url("/web/static/src/font/mnmliconsv21-webfont.ttf") format("truetype");
7   src: url("/web/static/src/font/mnmliconsv21-webfont.svg") format("svg") active;
8   font-weight: normal;
9   font-style: normal;
10 }
11
12 @font-face {
13   font-family: "EntypoRegular";
14   src: url("/web/static/src/font/entypo-webfont.eot") format("eot");
15   src: url("/web/static/src/font/entypo-webfont.eot?#iefix") format("embedded-opentype");
16   src: url("/web/static/src/font/entypo-webfont.woff") format("woff");
17   src: url("/web/static/src/font/entypo-webfont.ttf") format("truetype");
18   src: url("/web/static/src/font/entypo-webfont.svg") format("svg") active;
19   font-weight: normal;
20   font-style: normal;
21 }
22
23 .openerp.openerp-web-client-container {
24   height: 100%;
25   position: relative;
26 }
27
28 .openerp {
29   padding: 0;
30   margin: 0;
31   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
32   color: #4c4c4c;
33   font-size: 13px;
34   background: white;
35   /* http://www.quirksmode.org/dom/inputfile.html
36    * http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
37    */
38 }
39 .openerp a {
40   text-decoration: none;
41 }
42 .openerp table {
43   padding: 0;
44   font-size: 13px;
45   border-collapse: collapse;
46 }
47 .openerp thead {
48   font-weight: bold;
49   background-color: #f0f0f0;
50 }
51 .openerp thead th {
52   border-right: 1px dotted #afafb6;
53 }
54 .openerp thead th:last-child {
55   border-right: none;
56 }
57 .openerp th, .openerp td {
58   padding: 0;
59   text-align: left;
60 }
61 .openerp th {
62   font-weight: bold;
63   vertical-align: middle;
64 }
65 .openerp td {
66   vertical-align: top;
67 }
68 .openerp .zebra tbody tr:nth-child(odd) td {
69   background-color: #f0f0fa;
70   background-color: #f0f0fa;
71   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
72   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
73   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
74   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
75   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
76   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
77 }
78 .openerp .zebra tbody tr:hover td {
79   background-color: #eeeeee;
80   background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dedede));
81   background-image: -webkit-linear-gradient(top, #eeeeee, #dedede);
82   background-image: -moz-linear-gradient(top, #eeeeee, #dedede);
83   background-image: -ms-linear-gradient(top, #eeeeee, #dedede);
84   background-image: -o-linear-gradient(top, #eeeeee, #dedede);
85   background-image: linear-gradient(to bottom, #eeeeee, #dedede);
86 }
87 .openerp .numeric {
88   text-align: right;
89   width: 82px;
90 }
91 .openerp .numeric input {
92   text-align: right;
93 }
94 .openerp ul, .openerp li, .openerp ol {
95   margin: 0;
96   padding: 0;
97 }
98 .openerp li {
99   list-style-type: none;
100 }
101 .openerp .oe_i {
102   font-family: "mnmliconsRegular" !important;
103   font-size: 21px;
104   font-weight: 300 !important;
105 }
106 .openerp .oe_e {
107   font-family: "entypoRegular" !important;
108   font-size: 34px;
109   font-weight: 300 !important;
110 }
111 .openerp .oe_left {
112   float: left;
113   margin-right: 8px;
114 }
115 .openerp .oe_right {
116   float: right;
117   margin-left: 8px;
118 }
119 .openerp .oe_text_right {
120   text-align: right;
121 }
122 .openerp .oe_clear {
123   clear: both;
124 }
125 .openerp .oe_wait {
126   cursor: wait;
127 }
128 .openerp .oe_fade {
129   color: #888888;
130 }
131 .openerp .oe_bold {
132   font-weight: bold;
133 }
134 .openerp a.button:link, .openerp a.button:visited, .openerp button, .openerp input[type='submit'] {
135   display: inline-block;
136   border: 1px solid #ababab;
137   color: #404040;
138   margin: 0;
139   padding: 4px 12px;
140   font-size: 13px;
141   text-align: center;
142   background-color: #efefef;
143   background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
144   background-image: -webkit-linear-gradient(top, #efefef, #d8d8d8);
145   background-image: -moz-linear-gradient(top, #efefef, #d8d8d8);
146   background-image: -ms-linear-gradient(top, #efefef, #d8d8d8);
147   background-image: -o-linear-gradient(top, #efefef, #d8d8d8);
148   background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
149   -moz-border-radius: 3px;
150   -webkit-border-radius: 3px;
151   border-radius: 3px;
152   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
153   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
154   -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
155   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
156   -webkit-font-smoothing: antialiased;
157   outline: none;
158 }
159 .openerp a.button:hover, .openerp button:hover, .openerp input[type='submit']:hover {
160   background-color: #f6f6f6;
161   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
162   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
163   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
164   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
165   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
166   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
167   cursor: pointer;
168 }
169 .openerp a.button:focus, .openerp button:focus, .openerp input[type='submit']:focus {
170   border: 1px solid #80bfff;
171   background-color: #f6f6f6;
172   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
173   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
174   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
175   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
176   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
177   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
178   -moz-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
179   -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
180   -box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
181 }
182 .openerp a.button:active, .openerp a.button.active, .openerp button:active, .openerp button.active, .openerp input[type='submit']:active, .openerp input[type='submit'].active {
183   background: #e3e3e3;
184   background: -moz-linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
185   background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6)) #1b468f;
186   background: linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
187   -moz-box-shadow: none;
188   -webkit-box-shadow: none;
189   -box-shadow: none;
190 }
191 .openerp a.button.disabled, .openerp button:disabled, .openerp input[type='submit']:disabled {
192   background: #efefef !important;
193   border: 1px solid #d1d1d1 !important;
194   -moz-box-shadow: none !important;
195   -webkit-box-shadow: none !important;
196   -box-shadow: none !important;
197   color: #aaaaaa !important;
198   cursor: default;
199   text-shadow: 0 1px 1px white !important;
200 }
201 .openerp button.primary {
202   color: white;
203   background-color: #dc5f59;
204   background-image: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
205   background-image: -webkit-linear-gradient(top, #dc5f59, #b33630);
206   background-image: -moz-linear-gradient(top, #dc5f59, #b33630);
207   background-image: -ms-linear-gradient(top, #dc5f59, #b33630);
208   background-image: -o-linear-gradient(top, #dc5f59, #b33630);
209   background-image: linear-gradient(to bottom, #dc5f59, #b33630);
210   -moz-box-shadow: none;
211   -webkit-box-shadow: none;
212   -box-shadow: none;
213 }
214 .openerp button.primary:hover {
215   background-color: #df6b66;
216   background-image: -webkit-gradient(linear, left top, left bottom, from(#df6b66), to(#bf3a33));
217   background-image: -webkit-linear-gradient(top, #df6b66, #bf3a33);
218   background-image: -moz-linear-gradient(top, #df6b66, #bf3a33);
219   background-image: -ms-linear-gradient(top, #df6b66, #bf3a33);
220   background-image: -o-linear-gradient(top, #df6b66, #bf3a33);
221   background-image: linear-gradient(to bottom, #df6b66, #bf3a33);
222   -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
223   -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
224   -box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
225 }
226 .openerp button.primary:active {
227   background-color: #b33630;
228   background-image: -webkit-gradient(linear, left top, left bottom, from(#b33630), to(#dc5f59));
229   background-image: -webkit-linear-gradient(top, #b33630, #dc5f59);
230   background-image: -moz-linear-gradient(top, #b33630, #dc5f59);
231   background-image: -ms-linear-gradient(top, #b33630, #dc5f59);
232   background-image: -o-linear-gradient(top, #b33630, #dc5f59);
233   background-image: linear-gradient(to bottom, #b33630, #dc5f59);
234   -moz-box-shadow: none;
235   -webkit-box-shadow: none;
236   -box-shadow: none;
237 }
238 .openerp button.following {
239   color: white;
240   width: 120px;
241   background-color: #8a89ba;
242   background-image: -webkit-gradient(linear, left top, left bottom, from(#8a89ba), to(#807fb4));
243   background-image: -webkit-linear-gradient(top, #8a89ba, #807fb4);
244   background-image: -moz-linear-gradient(top, #8a89ba, #807fb4);
245   background-image: -ms-linear-gradient(top, #8a89ba, #807fb4);
246   background-image: -o-linear-gradient(top, #8a89ba, #807fb4);
247   background-image: linear-gradient(to bottom, #8a89ba, #807fb4);
248 }
249 .openerp button.unfollow {
250   display: none;
251   color: white;
252   width: 120px;
253   background-color: #dc5f59;
254   background-image: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
255   background-image: -webkit-linear-gradient(top, #dc5f59, #b33630);
256   background-image: -moz-linear-gradient(top, #dc5f59, #b33630);
257   background-image: -ms-linear-gradient(top, #dc5f59, #b33630);
258   background-image: -o-linear-gradient(top, #dc5f59, #b33630);
259   background-image: linear-gradient(to bottom, #dc5f59, #b33630);
260 }
261 .openerp .oe_loading {
262   display: none;
263   z-index: 100;
264   position: fixed;
265   top: 0;
266   right: 50%;
267   padding: 4px 12px;
268   background: #a61300;
269   color: white;
270   text-align: center;
271   border: 1px solid #990000;
272   border-top: none;
273   -moz-border-radius-bottomright: 8px;
274   -moz-border-radius-bottomleft: 8px;
275   border-bottom-right-radius: 8px;
276   border-bottom-left-radius: 8px;
277 }
278 .openerp .oe_notification {
279   z-index: 1050;
280 }
281 .openerp .oe_login {
282   background: url("/web/static/src/img/pattern.png") repeat;
283   text-align: center;
284   font-size: 14px;
285   height: 100%;
286 }
287 .openerp .oe_login li {
288   list-style-type: none;
289   padding-bottom: 4px;
290 }
291 .openerp .oe_login button {
292   float: right;
293   display: inline-block;
294   cursor: pointer;
295   padding: 6px 16px;
296   border: 1px solid #222222;
297   color: white;
298   margin: 0;
299   background-color: #b92020;
300   background-image: -webkit-gradient(linear, left top, left bottom, from(#b92020), to(#600606));
301   background-image: -webkit-linear-gradient(top, #b92020, #600606);
302   background-image: -moz-linear-gradient(top, #b92020, #600606);
303   background-image: -ms-linear-gradient(top, #b92020, #600606);
304   background-image: -o-linear-gradient(top, #b92020, #600606);
305   background-image: linear-gradient(to bottom, #b92020, #600606);
306   -moz-border-radius: 4px;
307   -webkit-border-radius: 4px;
308   border-radius: 4px;
309   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
310   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
311   -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
312 }
313 .openerp .oe_login input, .openerp .oe_login select {
314   width: 252px;
315   font-family: "Lucida Grande", Helvetica, Verdana, Arial;
316   border: 1px solid #999999;
317   background: whitesmoke;
318   -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
319   -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
320   -box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
321   -moz-border-radius: 3px;
322   -webkit-border-radius: 3px;
323   border-radius: 3px;
324 }
325 .openerp .oe_login input {
326   margin-bottom: 9px;
327   padding: 5px 6px;
328 }
329 .openerp .oe_login select {
330   padding: 1px;
331 }
332 .openerp .oe_login .oe_login_dbpane {
333   position: fixed;
334   top: 0;
335   right: 8px;
336   padding: 5px 10px;
337   color: #eeeeee;
338   border: solid 1px #333333;
339   background: #1e1e1e;
340   background: rgba(30, 30, 30, 0.94);
341   -moz-border-radius: 0 0 8px 8px;
342   -webkit-border-radius: 0 0 8px 8px;
343   border-radius: 0 0 8px 8px;
344 }
345 .openerp .oe_login .oe_login_dbpane input {
346   padding: 2px 4px;
347   margin: 4px 0;
348 }
349 .openerp .oe_login .oe_login_bottom {
350   position: absolute;
351   top: 50%;
352   left: 0;
353   right: 0;
354   bottom: 0;
355   text-shadow: 0 1px 1px #999999;
356   background-color: #b41616;
357   background-image: -webkit-gradient(linear, left top, left bottom, from(#b41616), to(#600606));
358   background-image: -webkit-linear-gradient(top, #b41616, #600606);
359   background-image: -moz-linear-gradient(top, #b41616, #600606);
360   background-image: -ms-linear-gradient(top, #b41616, #600606);
361   background-image: -o-linear-gradient(top, #b41616, #600606);
362   background-image: linear-gradient(to bottom, #b41616, #600606);
363 }
364 .openerp .oe_login .oe_login_pane {
365   position: absolute;
366   top: 50%;
367   left: 50%;
368   margin: -160px -166px;
369   border: solid 1px #333333;
370   background: #1e1e1e;
371   background: rgba(30, 30, 30, 0.94);
372   padding: 22px 32px;
373   color: #eeeeee;
374   text-align: left;
375   -moz-border-radius: 8px;
376   -webkit-border-radius: 8px;
377   border-radius: 8px;
378   -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
379   -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
380   -box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
381 }
382 .openerp .oe_login .oe_login_pane h2 {
383   margin-top: 0;
384   font-size: 18px;
385 }
386 .openerp .oe_login .oe_login_logo {
387   position: absolute;
388   top: -70px;
389   left: 0;
390   width: 100%;
391   margin: 0 auto;
392   text-align: center;
393 }
394 .openerp .oe_login .oe_login_footer {
395   position: absolute;
396   bottom: -40px;
397   left: 0;
398   width: 100%;
399   text-align: center;
400 }
401 .openerp .oe_login .oe_login_footer a {
402   color: #eeeeee;
403   margin: 0 8px;
404 }
405 .openerp .oe_login .oe_login_footer a:hover {
406   text-decoration: underline;
407 }
408 .openerp .oe_login .oe_login_footer span {
409   font-weight: bold;
410   font-size: 16px;
411 }
412 .openerp .oe_login .oe_login_error_message {
413   display: none;
414   background-color: #b41616;
415   color: #eeeeee;
416   padding: 14px 18px;
417   margin-top: 15px;
418   text-align: center;
419   -moz-border-radius: 4px;
420   -webkit-border-radius: 4px;
421   border-radius: 4px;
422   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
423   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
424   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
425 }
426 .openerp .oe_login_invalid .oe_login_error_message {
427   display: inline-block;
428 }
429 .openerp .oe_database_manager {
430   background: white;
431   color: black;
432   text-align: left;
433 }
434 .openerp .oe_database_manager .oe_database_manager_menu {
435   color: black;
436 }
437 .openerp .oe_webclient {
438   width: 100%;
439   height: 100%;
440   border-spacing: 0px;
441 }
442 .openerp .oe_content_full_screen .oe_application {
443   top: 0;
444   left: 0;
445 }
446 .openerp .oe_content_full_screen .oe_topbar, .openerp .oe_content_full_screen .oe_leftbar {
447   display: none;
448 }
449 .openerp .oe_topbar {
450   width: 100%;
451   height: 31px;
452   border-top: solid 1px #d3d3d3;
453   background-color: #646060;
454   background-image: -webkit-gradient(linear, left top, left bottom, from(#646060), to(#262626));
455   background-image: -webkit-linear-gradient(top, #646060, #262626);
456   background-image: -moz-linear-gradient(top, #646060, #262626);
457   background-image: -ms-linear-gradient(top, #646060, #262626);
458   background-image: -o-linear-gradient(top, #646060, #262626);
459   background-image: linear-gradient(to bottom, #646060, #262626);
460 }
461 .openerp .oe_topbar .oe_topbar_item li {
462   float: left;
463 }
464 .openerp .oe_topbar .oe_topbar_item li a {
465   display: block;
466   padding: 5px 10px 7px;
467   line-height: 20px;
468   height: 20px;
469   color: #eeeeee;
470   vertical-align: top;
471   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
472 }
473 .openerp .oe_topbar .oe_topbar_item li a:hover {
474   background: #303030;
475   color: white;
476   -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
477   -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
478   -box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
479 }
480 .openerp .oe_topbar .oe_topbar_item .oe_active {
481   background: #303030;
482   font-weight: bold;
483   color: white;
484   -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
485   -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
486   -box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
487 }
488 .openerp .oe_topbar .oe_topbar_avatar {
489   width: 24px;
490   height: 24px;
491   margin: -2px 2px 0 0;
492   -moz-border-radius: 4px;
493   -webkit-border-radius: 4px;
494   border-radius: 4px;
495 }
496 .openerp .oe_topbar .oe_topbar_avatar {
497   vertical-align: top;
498 }
499 .openerp .oe_topbar .oe_dropdown_toggle:after {
500   width: 0;
501   height: 0;
502   display: inline-block;
503   content: "&darr";
504   text-indent: -99999px;
505   vertical-align: top;
506   margin-top: 8px;
507   margin-left: 4px;
508   border-left: 4px solid transparent;
509   border-right: 4px solid transparent;
510   border-top: 4px solid white;
511   filter: alpha(opacity=50);
512   opacity: 0.5;
513 }
514 .openerp .oe_leftbar {
515   width: 220px;
516   background: #f0eeee;
517   border-right: 1px solid #afafb6;
518   text-shadow: 0 1px 1px white;
519   padding-bottom: 16px;
520   line-height: 18px;
521 }
522 .openerp a.oe_logo {
523   width: 220px;
524   display: block;
525   text-align: center;
526   height: 70px;
527   line-height: 70px;
528 }
529 .openerp a.oe_logo img {
530   height: 40px;
531   width: 157px;
532   margin: 14px 0;
533 }
534 .openerp .oe_footer {
535   position: fixed;
536   bottom: 0;
537   padding: 4px 0;
538   background: #f0eeee;
539   width: 220px;
540   text-align: center;
541 }
542 .openerp .oe_footer a {
543   font-weight: 800;
544   font-family: serif;
545   font-size: 16px;
546   color: black;
547 }
548 .openerp .oe_footer a span {
549   color: #c81010;
550   font-style: italic;
551 }
552 .openerp .oe_user_menu {
553   float: right;
554   padding: 0;
555   margin: 0;
556 }
557 .openerp .oe_user_menu li {
558   list-style-type: none;
559   float: left;
560 }
561 .openerp .oe_user_menu .oe_dropdown {
562   position: relative;
563 }
564 .openerp .oe_user_menu .oe_dropdown_options {
565   float: left;
566   background: #333333;
567   background: rgba(37, 37, 37, 0.9);
568   display: none;
569   position: absolute;
570   top: 32px;
571   right: -1px;
572   border: 0;
573   z-index: 900;
574   margin-left: 0;
575   margin-right: 0;
576   padding: 6px 0;
577   zoom: 1;
578   border-color: #999999;
579   border-color: rgba(0, 0, 0, 0.2);
580   border-style: solid;
581   border-width: 0 1px 1px;
582   -moz-border-radius: 0 0 6px 6px;
583   -webkit-border-radius: 0 0 6px 6px;
584   border-radius: 0 0 6px 6px;
585   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
586   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
587   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
588   -webkit-background-clip: padding-box;
589   -moz-background-clip: padding-box;
590   background-clip: padding-box;
591 }
592 .openerp .oe_user_menu .oe_dropdown_options li {
593   float: none;
594   display: block;
595   background-color: none;
596 }
597 .openerp .oe_user_menu .oe_dropdown_options li a {
598   white-space: nowrap;
599   display: block;
600   padding: 4px 15px;
601   clear: both;
602   font-weight: normal;
603   line-height: 18px;
604   color: #eeeeee;
605 }
606 .openerp .oe_user_menu .oe_dropdown_options li a:hover {
607   background-color: #292929;
608   background-image: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#191919));
609   background-image: -webkit-linear-gradient(top, #292929, #191919);
610   background-image: -moz-linear-gradient(top, #292929, #191919);
611   background-image: -ms-linear-gradient(top, #292929, #191919);
612   background-image: -o-linear-gradient(top, #292929, #191919);
613   background-image: linear-gradient(to bottom, #292929, #191919);
614   -moz-box-shadow: none;
615   -webkit-box-shadow: none;
616   -box-shadow: none;
617 }
618 .openerp .oe_user_menu .oe_dropdown_options li hr {
619   border-top: 1px solid #999999;
620   border-bottom: 0;
621 }
622 .openerp .oe_systray > div {
623   float: left;
624   padding: 0 4px 0 4px;
625 }
626 .openerp .oe_systray {
627   float: right;
628 }
629 .openerp .oe_systray .oe_systray_dropdown {
630   position: relative;
631 }
632 .openerp .oe_systray .oe_systray_dropdown:hover .oe_systray_dropdown_options {
633   display: block;
634 }
635 .openerp .oe_systray .oe_systray_dropdown_options {
636   background: #333333;
637   background: rgba(37, 37, 37, 0.9);
638   display: none;
639   position: absolute;
640   z-index: 900;
641   border: 0;
642   margin-left: 0;
643   margin-right: 0;
644   padding: 6px 0;
645   border-color: #999999;
646   border-color: rgba(0, 0, 0, 0.2);
647   border-style: solid;
648   border-width: 0 1px 1px;
649   -moz-border-radius: 0 0 6px 6px;
650   -webkit-border-radius: 0 0 6px 6px;
651   border-radius: 0 0 6px 6px;
652   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
653   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
654   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
655   -webkit-background-clip: padding-box;
656   -moz-background-clip: padding-box;
657   background-clip: padding-box;
658 }
659 .openerp .oe_systray .oe_systray_dropdown_options li {
660   float: none;
661   display: block;
662   background-color: none;
663 }
664 .openerp .oe_systray .oe_systray_dropdown_options li a {
665   display: block;
666   padding: 4px 15px;
667   clear: both;
668   font-weight: normal;
669   line-height: 18px;
670   color: #eeeeee;
671 }
672 .openerp .oe_systray .oe_systray_dropdown_options li a:hover {
673   background-color: #292929;
674   background-image: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#191919));
675   background-image: -webkit-linear-gradient(top, #292929, #191919);
676   background-image: -moz-linear-gradient(top, #292929, #191919);
677   background-image: -ms-linear-gradient(top, #292929, #191919);
678   background-image: -o-linear-gradient(top, #292929, #191919);
679   background-image: linear-gradient(to bottom, #292929, #191919);
680   -moz-box-shadow: none;
681   -webkit-box-shadow: none;
682   -box-shadow: none;
683 }
684 .openerp .oe_menu {
685   float: left;
686   padding: 0;
687   margin: 0;
688 }
689 .openerp .oe_menu li {
690   float: left;
691 }
692 .openerp .oe_menu a {
693   display: block;
694   padding: 5px 10px 7px;
695   line-height: 20px;
696   height: 20px;
697   color: #eeeeee;
698   vertical-align: top;
699   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
700 }
701 .openerp .oe_menu a:hover {
702   background: #303030;
703   color: white;
704   -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
705   -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
706   -box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
707 }
708 .openerp .oe_menu .oe_active {
709   background: #303030;
710   font-weight: bold;
711   color: white;
712   -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
713   -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
714   -box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
715 }
716 .openerp .oe_menu_more_container {
717   position: relative;
718 }
719 .openerp .oe_menu_more_container .oe_menu_more {
720   position: absolute;
721   padding: 0;
722   background-color: #646060;
723   z-index: 1;
724   border: 1px solid black;
725   border-bottom-left-radius: 5px;
726   border-bottom-right-radius: 5px;
727 }
728 .openerp .oe_menu_more_container .oe_menu_more li {
729   float: none;
730 }
731 .openerp .oe_menu_more_container .oe_menu_more li a {
732   white-space: nowrap;
733 }
734 .openerp .oe_secondary_menu_section {
735   font-weight: bold;
736   margin-left: 8px;
737   color: #8a89ba;
738 }
739 .openerp .oe_secondary_submenu {
740   padding: 2px 0 8px 0;
741   margin: 0;
742   width: 100%;
743   display: inline-block;
744 }
745 .openerp .oe_secondary_submenu > li {
746   position: relative;
747   padding: 1px 0 1px 20px;
748 }
749 .openerp .oe_secondary_submenu > li a {
750   display: block;
751   color: #4c4c4c;
752   padding: 2px 4px 2px 0;
753 }
754 .openerp .oe_secondary_submenu > li .oe_menu_label {
755   position: absolute;
756   top: 1px;
757   right: 1px;
758   font-size: 10px;
759   background: #8a89ba;
760   color: white;
761   padding: 2px 4px;
762   margin: 1px 6px 0 0;
763   border: 1px solid lightGray;
764   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
765   -moz-border-radius: 4px;
766   -webkit-border-radius: 4px;
767   border-radius: 4px;
768   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
769   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
770   -box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
771 }
772 .openerp .oe_secondary_submenu .oe_menu_counter {
773   float: right;
774   background: #8a89ba;
775   color: #eeeeee;
776   font-size: 12px;
777   border: 1px solid lightgray;
778   padding: 0px 4px 0px 4px;
779   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
780   margin: 0px;
781   -moz-border-radius: 4px;
782   -webkit-border-radius: 4px;
783   border-radius: 4px;
784 }
785 .openerp .oe_secondary_submenu .oe_active {
786   background: #8a89ba;
787   border-top: 1px solid lightGray;
788   border-bottom: 1px solid lightGray;
789   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
790   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
791   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
792   -box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
793 }
794 .openerp .oe_secondary_submenu .oe_active a {
795   color: white;
796 }
797 .openerp .oe_secondary_submenu .oe_active .oe_menu_label {
798   background: #eeeeee;
799   color: #8a89ba;
800   text-shadow: 0 1px 1px white;
801   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
802   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
803   -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
804 }
805 .openerp .oe_secondary_submenu .oe_active .oe_menu_counter {
806   background: #eeeeee;
807   color: #8a89ba;
808 }
809 .openerp .oe_secondary_submenu .oe_menu_toggler:before {
810   width: 0;
811   height: 0;
812   display: inline-block;
813   content: "&darr";
814   text-indent: -99999px;
815   vertical-align: top;
816   margin-left: -12px;
817   margin-top: 4px;
818   margin-right: 4px;
819   border-top: 4px solid transparent;
820   border-bottom: 4px solid transparent;
821   border-left: 4px solid #4c4c4c;
822   filter: alpha(opacity=50);
823   opacity: 0.5;
824 }
825 .openerp .oe_secondary_submenu .oe_menu_opened:before {
826   margin-top: 6px;
827   margin-left: -16px;
828   margin-right: 4px;
829   border-left: 4px solid transparent;
830   border-right: 4px solid transparent;
831   border-top: 4px solid #4c4c4c;
832 }
833 .openerp .oe_application {
834   width: 100%;
835 }
836 .openerp .oe_application a {
837   color: #8a89ba;
838 }
839 .openerp .oe_application a:hover {
840   text-decoration: underline;
841 }
842 .openerp .oe-view-manager-header {
843   border-top: 1px solid #cacaca;
844   border-bottom: 1px solid #cacaca;
845   background-color: #fcfcfc;
846   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
847   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
848   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
849   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
850   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
851   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
852   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
853   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
854   -box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
855 }
856 .openerp .oe-view-manager-header h2 {
857   float: left;
858   font-size: 18px;
859   margin: 1px 0;
860 }
861 .openerp .oe-view-manager-header h2 a {
862   color: #8a89ba;
863 }
864 .openerp .oe-view-manager-header .buttons {
865   padding-right: 8px;
866 }
867 .openerp .oe-view-manager-header .buttons li {
868   float: left;
869   margin-right: 12px;
870 }
871 .openerp .oe-view-manager-header .filter {
872   vertical-align: top;
873 }
874 .openerp .oe-view-manager-header .filter li {
875   height: 24px;
876   line-height: 24px;
877   padding: 0 8px;
878 }
879 .openerp .oe-view-manager-header .header-row {
880   height: 26px;
881   line-height: 26px;
882   margin: 8px;
883   clear: both;
884   text-shadow: 0 1px 1px white;
885 }
886 .openerp .oe-view-manager-header .header-row .dropdown-toggle:after {
887   margin-top: 7px;
888   margin-left: 6px;
889   border-top-color: #404040;
890 }
891 .openerp .oe-view-manager-header .oe_vm_switch li {
892   padding-left: 1px;
893   text-align: center;
894   width: 24px;
895   height: 24px;
896   line-height: 24px;
897 }
898 .openerp .oe-view-manager-header .pagination li {
899   height: 24px;
900   line-height: 24px;
901   padding: 0 8px;
902 }
903 .openerp .oe-view-manager-header .button-group {
904   display: inline-block;
905   border: 1px solid #ababab;
906   -moz-border-radius: 5px;
907   -webkit-border-radius: 5px;
908   border-radius: 5px;
909 }
910 .openerp .oe-view-manager-header .button-group li {
911   float: left;
912   border-right: 1px solid #ababab;
913 }
914 .openerp .oe-view-manager-header .button-group li:last-child {
915   border: none;
916 }
917 .openerp .oe-view-manager-header .button-group a {
918   color: #4c4c4c;
919 }
920 .openerp .oe-view-manager-header .button-group a:hover {
921   text-decoration: none;
922 }
923 .openerp .oe-view-manager-header .button-group .active {
924   width: 100%;
925   background: #999999;
926   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
927   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
928   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
929   color: white;
930   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
931 }
932 .openerp .oe_view_manager_header {
933   width: 100%;
934   border-top: 1px solid #cacaca;
935   border-bottom: 1px solid #cacaca;
936   background-color: #fcfcfc;
937   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
938   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
939   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
940   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
941   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
942   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
943   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
944   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
945   -box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
946 }
947 .openerp .oe_view_manager_header .oe_header_row {
948   clear: both;
949   text-shadow: 0 1px 1px white;
950 }
951 .openerp .oe_view_manager_header .oe_header_row td {
952   padding: 8px;
953 }
954 .openerp .oe_view_manager_header .oe_header_row:last-child td {
955   padding-top: 0;
956 }
957 .openerp .oe_view_manager_header .oe_header_row:first-child td {
958   padding-top: 8px;
959 }
960 .openerp .oe_view_manager_header .oe_view_manager_sidebar {
961   margin: 0px auto;
962   width: 400px;
963   text-align: center;
964 }
965 .openerp .oe_view_manager_header td {
966   line-height: 26px;
967 }
968 .openerp .oe_view_manager_header h2 {
969   font-size: 18px;
970   margin: 0;
971   float: left;
972 }
973 .openerp .oe_view_manager_header h2 a {
974   color: #8a89ba;
975 }
976 .openerp .oe_view_manager_header .oe_button_group {
977   display: inline-block;
978   border: 1px solid #ababab;
979   -moz-border-radius: 5px;
980   -webkit-border-radius: 5px;
981   border-radius: 5px;
982 }
983 .openerp .oe_view_manager_header .oe_button_group li {
984   float: left;
985   border-right: 1px solid #ababab;
986 }
987 .openerp .oe_view_manager_header .oe_button_group li:last-child {
988   border: none;
989 }
990 .openerp .oe_view_manager_header .oe_button_group a {
991   color: #4c4c4c;
992 }
993 .openerp .oe_view_manager_header .oe_button_group a:hover {
994   text-decoration: none;
995 }
996 .openerp .oe_view_manager_header .oe_button_group .active {
997   background: #999999;
998   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
999   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1000   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1001 }
1002 .openerp .oe_view_manager_header .oe_button_group .active a {
1003   color: white;
1004   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1005 }
1006 .openerp .oe_view_manager_header .oe_view_manager_buttons {
1007   white-space: nowrap;
1008 }
1009 .openerp .oe_view_manager_pager {
1010   line-height: 26px;
1011 }
1012 .openerp .oe_pager_value {
1013   float: left;
1014   margin-right: 8px;
1015 }
1016 .openerp .oe_pager_group {
1017   float: left;
1018   height: 24px;
1019   line-height: 24px;
1020   display: inline-block;
1021   border: 1px solid #ababab;
1022   cursor: pointer;
1023   -moz-border-radius: 5px;
1024   -webkit-border-radius: 5px;
1025   border-radius: 5px;
1026 }
1027 .openerp .oe_pager_group li {
1028   height: 24px;
1029   line-height: 24px;
1030   padding: 0;
1031   float: left;
1032   border-right: 1px solid #ababab;
1033 }
1034 .openerp .oe_pager_group li:last-child {
1035   border: none;
1036 }
1037 .openerp .oe_pager_group a {
1038   color: #4c4c4c;
1039   padding: 0 8px;
1040 }
1041 .openerp .oe_pager_group a:hover {
1042   text-decoration: none;
1043 }
1044 .openerp .oe_pager_group .active {
1045   background: #999999;
1046   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1047   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1048   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1049 }
1050 .openerp .oe_pager_group .active a {
1051   color: white;
1052   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1053 }
1054 .openerp .oe_view_manager_switch li {
1055   text-align: center;
1056   width: 24px;
1057   height: 24px;
1058   line-height: 16px;
1059 }
1060 .openerp .oe_view_manager_switch li a {
1061   position: relative;
1062 }
1063 .openerp .oe_view_manager_switch .oe_vm_switch_list:after, .openerp .oe_view_manager_switch .oe_vm_switch_tree:after {
1064   padding: 2px;
1065   content: "i";
1066 }
1067 .openerp .oe_view_manager_switch .oe_vm_switch_graph:after {
1068   font-family: "mnmliconsRegular" !important;
1069   font-size: 21px;
1070   font-weight: 300 !important;
1071   content: "}";
1072   top: -2px;
1073   position: relative;
1074 }
1075 .openerp .oe_view_manager_switch .oe_vm_switch_gantt:after {
1076   font-family: "mnmliconsRegular" !important;
1077   font-size: 21px;
1078   font-weight: 300 !important;
1079   content: "y";
1080   top: -2px;
1081   position: relative;
1082 }
1083 .openerp .oe_view_manager_switch .oe_vm_switch_calendar:after {
1084   content: "P";
1085 }
1086 .openerp .oe_view_manager_switch .oe_vm_switch_kanban:after {
1087   content: "k";
1088 }
1089 .openerp .oe_view_manager_switch .oe_vm_switch_diagram:after {
1090   content: "f";
1091 }
1092 .openerp .oe_form_dropdown_section {
1093   position: relative;
1094   display: inline-block;
1095 }
1096 .openerp .oe_dropdown_toggle:after {
1097   width: 0;
1098   height: 0;
1099   display: inline-block;
1100   content: "&darr";
1101   text-indent: -99999px;
1102   vertical-align: top;
1103   border-left: 4px solid transparent;
1104   border-right: 4px solid transparent;
1105   border-top: 4px solid white;
1106   filter: alpha(opacity=50);
1107   opacity: 0.5;
1108   margin-top: 7px;
1109   margin-left: 6px;
1110   border-top-color: #404040;
1111 }
1112 .openerp .oe_dropdown_menu {
1113   display: none;
1114   position: absolute;
1115   top: 28px;
1116   left: 0px;
1117   padding: 8px;
1118   border: 1px solid #afafb6;
1119   width: 120px;
1120   overflow-x: hidden;
1121   z-index: 900;
1122   text-align: left;
1123   background: white;
1124   -moz-border-radius: 3px;
1125   -webkit-border-radius: 3px;
1126   border-radius: 3px;
1127   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1128   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1129   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1130 }
1131 .openerp .oe_dropdown_menu li {
1132   list-style-type: none;
1133   float: none;
1134   display: block;
1135   background-color: none;
1136 }
1137 .openerp .oe_dropdown_menu li a {
1138   display: block;
1139   padding: 3px 6px;
1140   clear: both;
1141   font-weight: normal;
1142   line-height: 14px;
1143   color: #4c4c4c;
1144   text-decoration: none;
1145   cursor: pointer;
1146 }
1147 .openerp .oe_dropdown_menu li a:hover {
1148   text-decoration: none;
1149   background-color: #f0f0fa;
1150   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
1151   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
1152   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
1153   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
1154   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
1155   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
1156   -moz-box-shadow: none;
1157   -webkit-box-shadow: none;
1158   -box-shadow: none;
1159 }
1160 .openerp .oe_sidebar {
1161   white-space: nowrap;
1162 }
1163 .openerp .oe_searchview {
1164   cursor: text;
1165   position: relative;
1166   float: right;
1167   padding-right: 20px;
1168   width: 410px;
1169   border: 1px solid #ababab;
1170   background: white;
1171   -moz-border-radius: 1em;
1172   -webkit-border-radius: 1em;
1173   border-radius: 1em;
1174   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1175   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1176   -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1177 }
1178 .openerp .oe_searchview.oe_focused {
1179   border-color: #a6a6fe;
1180   -moz-box-shadow: 0 1px 2px #a6a6fe inset;
1181   -webkit-box-shadow: 0 1px 2px #a6a6fe inset;
1182   -box-shadow: 0 1px 2px #a6a6fe inset;
1183 }
1184 .openerp .oe_searchview .oe_searchview_clear {
1185   cursor: pointer;
1186   position: absolute;
1187   top: 0;
1188   right: 22px;
1189   width: 15px;
1190   height: 100%;
1191   background: url(../img/attachments-close.png) center center no-repeat;
1192 }
1193 .openerp .oe_searchview .oe_searchview_unfold_drawer {
1194   position: absolute;
1195   top: 0;
1196   right: 0;
1197   height: 100%;
1198   line-height: 2.5em;
1199   padding: 0 7px 0 4px;
1200   color: #cccccc;
1201   cursor: pointer;
1202 }
1203 .openerp .oe_searchview .oe_searchview_unfold_drawer:hover {
1204   color: #999999;
1205 }
1206 .openerp .oe_searchview .oe_searchview_unfold_drawer:before {
1207   content: "â—€";
1208 }
1209 .openerp .oe_searchview .oe_searchview_facets:before {
1210   color: #cccccc;
1211   font-family: "mnmliconsRegular";
1212   content: "r";
1213   font-size: 150%;
1214   padding: 0 1px 0 3px;
1215   display: inline;
1216 }
1217 .openerp .oe_searchview .oe_searchview_facets * {
1218   vertical-align: top;
1219   display: inline-block;
1220   line-height: 26px;
1221 }
1222 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input, .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1223   height: 26px;
1224 }
1225 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input:focus, .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1226   outline: none;
1227 }
1228 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input {
1229   padding: 0 3px;
1230 }
1231 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1232   position: relative;
1233   cursor: pointer;
1234   border: 1px solid #afafb6;
1235   -moz-border-radius: 3px;
1236   -webkit-border-radius: 3px;
1237   border-radius: 3px;
1238   background: #8786b7;
1239   -webkit-font-smoothing: auto;
1240   padding-left: 1.1em;
1241   margin: 1px 0;
1242 }
1243 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1244   border-color: #a6a6fe;
1245   -moz-box-shadow: 0 0 3px 1px #a6a6fe;
1246   -webkit-box-shadow: 0 0 3px 1px #a6a6fe;
1247   -box-shadow: 0 0 3px 1px #a6a6fe;
1248 }
1249 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_values {
1250   background: #f0f0fa;
1251   -moz-border-radius: 0 3px 3px 0;
1252   -webkit-border-radius: 0 3px 3px 0;
1253   border-radius: 0 3px 3px 0;
1254 }
1255 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category, .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1256   height: 24px;
1257   padding: 1px 0.1em;
1258 }
1259 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category {
1260   color: white;
1261   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1262 }
1263 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1264   border-left: 1px solid #afafb6;
1265 }
1266 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove {
1267   position: absolute;
1268   top: 0;
1269   left: 2px;
1270   color: white;
1271 }
1272 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove:hover {
1273   color: #cccccc;
1274 }
1275 .openerp .oe_searchview.oe_searchview_open_drawer .oe_searchview_drawer {
1276   display: block;
1277 }
1278 .openerp .oe_searchview.oe_searchview_open_drawer .oe_searchview_unfold_drawer:before {
1279   content: "â–¼";
1280 }
1281 .openerp .oe_searchview .oe_searchview_drawer {
1282   position: absolute;
1283   z-index: 1;
1284   margin-top: 3px;
1285   top: 100%;
1286   right: 0;
1287   background-color: white;
1288   min-width: 100%;
1289   display: none;
1290   border: 1px solid #cccccc;
1291   text-align: left;
1292   padding-bottom: 0.5em;
1293   -moz-border-radius: 1em;
1294   -webkit-border-radius: 1em;
1295   border-radius: 1em;
1296 }
1297 .openerp .oe_searchview .oe_searchview_drawer > div {
1298   border-top: 1px solid #cccccc;
1299   margin: 3px 0;
1300 }
1301 .openerp .oe_searchview .oe_searchview_drawer > div:first-child {
1302   border-top: none;
1303   margin: 0;
1304 }
1305 .openerp .oe_searchview .oe_searchview_drawer h4, .openerp .oe_searchview .oe_searchview_drawer h4 * {
1306   margin: 0;
1307   cursor: pointer;
1308 }
1309 .openerp .oe_searchview .oe_searchview_drawer h4:before {
1310   content: "â–¸ ";
1311 }
1312 .openerp .oe_searchview .oe_searchview_drawer button, .openerp .oe_searchview .oe_searchview_drawer .button {
1313   border: none;
1314   background: transparent;
1315   padding: 0 2px;
1316   -moz-box-shadow: none;
1317   -webkit-box-shadow: none;
1318   -box-shadow: none;
1319   -moz-border-radius: 0;
1320   -webkit-border-radius: 0;
1321   border-radius: 0;
1322 }
1323 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters {
1324   display: table;
1325   width: 100%;
1326 }
1327 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters > div {
1328   -moz-box-sizing: border-box;
1329   -webkit-box-sizing: border-box;
1330   box-sizing: border-box;
1331   display: table-cell;
1332   width: 50%;
1333 }
1334 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters h3 {
1335   margin: 2px 4px 2px 8px;
1336   color: #8786b7;
1337 }
1338 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters ul {
1339   margin: 0 12px 3px;
1340   padding: 0;
1341   list-style: none;
1342 }
1343 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters li {
1344   list-style: none;
1345   padding: 3px 6px 3px 18px;
1346   line-height: 14px;
1347   color: inherit;
1348   cursor: pointer;
1349 }
1350 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters li.oe_selected {
1351   background: url(/web/static/src/img/icons/gtk-apply.png) left 2px no-repeat;
1352 }
1353 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters li:hover {
1354   background-color: #f0f0fa;
1355 }
1356 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom form {
1357   display: none;
1358 }
1359 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom form button {
1360   font-size: 1px;
1361   letter-spacing: -1px;
1362   color: transparent;
1363 }
1364 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom form button:before {
1365   font-family: "mnmliconsRegular";
1366   content: "S";
1367   font-size: 20px;
1368   color: #404040;
1369 }
1370 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li {
1371   cursor: pointer;
1372   position: relative;
1373   line-height: 1.2em;
1374   padding: 2px 20px 2px 25px;
1375 }
1376 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li.oe_searchview_custom_private {
1377   background: url(/web/static/src/img/icons/terp-locked.png) 5px center no-repeat;
1378 }
1379 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li:hover {
1380   background-color: #f0f0fa;
1381 }
1382 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li button {
1383   position: absolute;
1384   top: 0;
1385   right: 5px;
1386 }
1387 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced form {
1388   display: none;
1389 }
1390 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced button.oe_add_condition:before {
1391   content: "⊞ ";
1392 }
1393 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced button.oe_apply:before {
1394   content: "âš¡ ";
1395 }
1396 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced ul {
1397   list-style: none;
1398   padding: 0;
1399 }
1400 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced li {
1401   list-style: none;
1402   margin: 0;
1403   white-space: nowrap;
1404 }
1405 .openerp .oe_searchview .oe_searchview_drawer .oe_opened h4:before {
1406   content: "â–¾ ";
1407 }
1408 .openerp .oe_searchview .oe_searchview_drawer .oe_opened form {
1409   display: block;
1410 }
1411 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_delete, .openerp .oe_searchview .oe_searchview_drawer .searchview_extended_delete_prop {
1412   font-size: 1px;
1413   letter-spacing: -1px;
1414   color: transparent;
1415 }
1416 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_delete:before, .openerp .oe_searchview .oe_searchview_drawer .searchview_extended_delete_prop:before {
1417   font-family: "mnmliconsRegular";
1418   content: "d";
1419   font-size: 20px;
1420   color: #404040;
1421 }
1422 .openerp .oe_view_nocontent > img {
1423   float: left;
1424   margin: 1.5em;
1425 }
1426 .openerp .oe_view_nocontent > div {
1427   overflow: hidden;
1428   padding: 35px 0px 0px 0px;
1429   max-width: 700px;
1430   font-size: 125%;
1431 }
1432 .openerp .oe_view_topbar {
1433   border-bottom: 1px solid #cacaca;
1434   background-color: #fcfcfc;
1435   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1436   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1437   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1438   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1439   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1440   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1441   padding: 0 8px;
1442   line-height: 30px;
1443 }
1444 .openerp .oe_formview {
1445   background: white;
1446 }
1447 .openerp .oe_form_header {
1448   padding: 8px;
1449 }
1450 .openerp .oe_form_invalid input, .openerp .oe_form_invalid select, .openerp .oe_form_invalid textarea {
1451   background-color: #ff6666 !important;
1452   border: 1px solid #dd0000 !important;
1453 }
1454 .openerp .oe_form_button_save_dirty {
1455   color: white;
1456   background: #dc5f59;
1457   background: -moz-linear-gradient(#dc5f59, #b33630);
1458   background: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
1459   background: -webkit-linear-gradient(#dc5f59, #b33630);
1460   -moz-box-shadow: none;
1461   -webkit-box-shadow: none;
1462   -box-shadow: none;
1463   font-weight: bold;
1464 }
1465 .openerp .oe_form_button_save_dirty:hover {
1466   background: #ed6f6a;
1467 }
1468 .openerp .oe_form_topbar {
1469   border-bottom: 1px solid #cacaca;
1470   background-color: #fcfcfc;
1471   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1472   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1473   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1474   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1475   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1476   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1477   padding: 0 8px;
1478   line-height: 30px;
1479 }
1480 .openerp .oe_form_topbar button {
1481   font-size: 12px;
1482   height: 24px !important;
1483   line-height: 24px;
1484   vertical-align: top;
1485   padding: 0 10px;
1486   margin: 3px 4px 3px 0;
1487 }
1488 .openerp .oe_form_topbar button span.i {
1489   line-height: 20px;
1490   height: 24px;
1491 }
1492 .openerp .oe_form_topbar ul {
1493   height: 30px;
1494   padding: 0;
1495   margin: 0;
1496   text-shadow: 0 1px 1px white;
1497   border-left: 1px solid #cacaca;
1498   border-right: 1px solid #cacaca;
1499 }
1500 .openerp .oe_form_topbar ul li {
1501   padding: 0;
1502   margin: 0;
1503   float: left;
1504   vertical-align: top;
1505   border-right: 1px solid #cacaca;
1506   height: 30px;
1507   padding: 0 12px;
1508 }
1509 .openerp .oe_form_topbar ul li:first-child {
1510   border-left: 1px solid #cacaca;
1511 }
1512 .openerp .oe_form_topbar ul li a {
1513   color: #4c4c4c;
1514 }
1515 .openerp .oe_form_topbar ul li a:hover {
1516   color: black;
1517 }
1518 .openerp .oe_form_topbar .oe_form_steps img {
1519   margin: 0 8px;
1520   vertical-align: top;
1521 }
1522 .openerp .oe_form_topbar .oe_form_steps li {
1523   border-right: none;
1524   padding: 0;
1525 }
1526 .openerp .oe_form_topbar .oe_form_steps li:first-child {
1527   margin-left: 12px;
1528   border-left: none;
1529 }
1530 .openerp .oe_form_topbar .oe_form_steps li:last-child {
1531   margin-right: 12px;
1532 }
1533 .openerp .oe_form_topbar .oe_form_steps_active {
1534   font-weight: bold;
1535   color: #b33630;
1536 }
1537 .openerp .oe_form_topbar.oe_form_topbar_hifirst button:first-child, .openerp button.oe_form_button_hi {
1538   color: white;
1539   background: #dc5f59;
1540   background: -moz-linear-gradient(#dc5f59, #b33630);
1541   background: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
1542   background: -webkit-linear-gradient(#dc5f59, #b33630);
1543   -moz-box-shadow: none;
1544   -webkit-box-shadow: none;
1545   -box-shadow: none;
1546 }
1547 .openerp .oe_form_topbar.oe_form_topbar_hifirst button:first-child:hover, .openerp button.oe_form_button_hi:hover {
1548   background: #df6b66;
1549   background: -moz-linear-gradient(#df6b66, #bf3a33);
1550   background: -webkit-gradient(linear, left top, left bottom, from(#df6b66), to(#bf3a33));
1551   background: -webkit-linear-gradient(#df6b66, #bf3a33);
1552   -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1553   -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1554   -box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1555 }
1556 .openerp .oe_application .oe_form_sheetbg {
1557   background: url(/web/static/src/img/form_sheetbg.png);
1558   padding: 8px 0;
1559   border-bottom: 1px solid #dddddd;
1560 }
1561 .openerp .oe_application .oe_form_sheet_width, .openerp .oe_application .oe_form_bottom {
1562   min-width: 650px;
1563   max-width: 980px;
1564   margin: 0 auto;
1565 }
1566 .openerp .oe_application .oe_form_sheet {
1567   padding: 8px 8px 8px 8px;
1568   background: white;
1569   min-height: 420px;
1570   border: 1px solid #afafb6;
1571   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1572   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1573   -box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1574 }
1575 .openerp .oe_form .oe_form_group_cell {
1576   line-height: 18px;
1577   padding: 2px;
1578   height: 20px;
1579 }
1580 .openerp .oe_form .oe_form_group_cell > .oe_form_field_many2one,
1581 .openerp .oe_form .oe_form_group_cell > .oe_form_field_many2one input,
1582 .openerp .oe_form .oe_form_group_cell > .oe_form_field_char input,
1583 .openerp .oe_form .oe_form_group_cell > .oe_form_field_text textarea,
1584 .openerp .oe_form .oe_form_group_cell > .oe_form_field_email,
1585 .openerp .oe_form .oe_form_group_cell > .oe_form_field_email input,
1586 .openerp .oe_form .oe_form_group_cell > .oe_form_field_url,
1587 .openerp .oe_form .oe_form_group_cell > .oe_form_field_url input,
1588 .openerp .oe_form .oe_form_group_cell > .oe_form_field_float input,
1589 .openerp .oe_form .oe_form_group_cell > .oe_form_field_selection select,
1590 .openerp .oe_form .oe_form_group_cell > div > .oe_datepicker_root,
1591 .openerp .oe_form .oe_form_group_cell > div > .oe_datepicker_root > input.oe_datepicker_master {
1592   width: 100%;
1593 }
1594 .openerp .oe_form .oe_form_group_cell.oe_form_group_nested {
1595   padding: 0;
1596 }
1597 .openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
1598   font-weight: bold;
1599   white-space: nowrap;
1600   padding-right: 8px;
1601 }
1602 .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
1603   font-size: 80%;
1604   color: darkGreen;
1605   vertical-align: top;
1606   position: relative;
1607   top: -4px;
1608   padding: 0 2px;
1609 }
1610 .openerp .oe_form textarea {
1611   resize: vertical;
1612 }
1613 .openerp .oe_form input[type="text"],
1614 .openerp .oe_form input[type="password"],
1615 .openerp .oe_form input[type="file"],
1616 .openerp .oe_form select {
1617   height: 22px;
1618   padding-top: 2px;
1619 }
1620 .openerp .oe_form input[type="text"],
1621 .openerp .oe_form input[type="password"],
1622 .openerp .oe_form input[type="file"],
1623 .openerp .oe_form select,
1624 .openerp .oe_form textarea {
1625   -moz-box-sizing: border-box;
1626   -webkit-box-sizing: border-box;
1627   -ms-box-sizing: border-box;
1628   box-sizing: border-box;
1629   padding: 0 2px;
1630   margin: 0 2px;
1631   border: 1px solid #999999;
1632   -moz-border-radius: 3px;
1633   -webkit-border-radius: 3px;
1634   border-radius: 3px;
1635   background: white;
1636   min-width: 70px;
1637   color: #1f1f1f;
1638 }
1639 .openerp .oe_form input[readonly],
1640 .openerp .oe_form select[readonly],
1641 .openerp .oe_form textarea[readonly],
1642 .openerp .oe_form input[disabled],
1643 .openerp .oe_form select[disabled] {
1644   background: #e5e5e5 !important;
1645   color: #666666;
1646 }
1647 .openerp .oe_form textarea[disabled] {
1648   border: none;
1649   border-left: 8px solid #eeeeee;
1650   padding-left: 8px;
1651   -moz-box-shadow: none;
1652   -webkit-box-shadow: none;
1653   -box-shadow: none;
1654   -moz-border-radius: 0px;
1655   -webkit-border-radius: 0px;
1656   border-radius: 0px;
1657 }
1658 .openerp .oe_form .oe_form_field_many2one input,
1659 .openerp .oe_form .oe_form_field_binary input,
1660 .openerp .oe_form .oe_form_field_binary input,
1661 .openerp .oe_form .oe_form_field_email input,
1662 .openerp .oe_form .oe_form_field_url input {
1663   border-right: none;
1664   -webkit-border-top-right-radius: 0px;
1665   -webkit-border-bottom-right-radius: 0px;
1666   -moz-border-radius-topright: 0px;
1667   -moz-border-radius-bottomright: 0px;
1668   border-top-right-radius: 0px;
1669   border-bottom-right-radius: 0px;
1670 }
1671 .openerp .oe_form .oe_form_field_email button img,
1672 .openerp .oe_form .oe_form_field_url button img {
1673   vertical-align: top;
1674 }
1675 .openerp .oe_form .oe_form_field_date,
1676 .openerp .oe_form .oe_form_field_datetime {
1677   white-space: nowrap;
1678 }
1679 .openerp .oe_form .oe_form_field_boolean {
1680   padding-top: 4px;
1681 }
1682 .openerp .oe_form .oe_form_field_datetime input {
1683   min-width: 11em;
1684 }
1685 .openerp .oe_form .oe_form_field_many2manytags .text-wrap {
1686   width: 100% !important;
1687 }
1688 .openerp .oe_form .oe_form_field_many2manytags .text-wrap textarea {
1689   width: 100% !important;
1690 }
1691 .openerp .oe_form .oe_form_field_many2manytags .oe_form_field_many2manytags_box {
1692   border-radius: 2px;
1693   box-sizing: border-box;
1694   position: relative;
1695   float: left;
1696   border: 1px solid #9daccc;
1697   background: #e2e6f0;
1698   color: black;
1699   padding: 0px 3px 0px 3px;
1700   margin: 0 2px 2px 0;
1701   cursor: pointer;
1702   height: 16px;
1703   font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
1704 }
1705 .openerp .oe_form .oe_form_field_many2manytags .text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
1706   font-style: italic;
1707   text-decoration: none;
1708 }
1709 .openerp .oe_form .oe_datepicker_container {
1710   display: none;
1711 }
1712 .openerp .oe_form .oe_datepicker_root {
1713   display: inline-block;
1714 }
1715 .openerp .oe_form .oe_form_required input, .openerp .oe_form .oe_form_required select, .openerp .oe_form .oe_form_required textarea {
1716   background-color: #d2d2ff !important;
1717 }
1718 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
1719   background-color: #ff6666 !important;
1720   border: 1px solid #dd0000 !important;
1721 }
1722 .openerp .oe_form .oe_button.oe_field_button {
1723   display: block;
1724   -webkit-border-top-left-radius: 0px;
1725   -webkit-border-bottom-left-radius: 0px;
1726   -moz-border-radius-topleft: 0px;
1727   -moz-border-radius-bottomleft: 0px;
1728   border-top-left-radius: 0px;
1729   border-bottom-left-radius: 0px;
1730   margin-right: -1px;
1731   height: 22px;
1732 }
1733 .openerp .oe_form .oe_input_icon {
1734   cursor: pointer;
1735   margin: 3px 0 0 -21px;
1736   vertical-align: top;
1737 }
1738 .openerp .oe_form .oe_input_icon_disabled {
1739   position: absolute;
1740   cursor: default;
1741   opacity: 0.5;
1742   filter: alpha(opacity=50);
1743   right: 5px;
1744   top: 3px;
1745 }
1746 .openerp .oe_form .oe_form_group_cell .oe_kanban_view {
1747   position: static;
1748 }
1749 .openerp .oe_form .oe_form_button.oe_button {
1750   height: 22px;
1751   color: #4c4c4c;
1752 }
1753 .openerp .oe_form .oe_form_button.oe_button span {
1754   position: relative;
1755   vertical-align: top;
1756 }
1757 .openerp .oe_form .oe_form_button > img {
1758   vertical-align: -3px;
1759   padding: 0 2px;
1760 }
1761 .openerp .oe_form .oe_form_group_cell > .oe_form_button.oe_button {
1762   display: block;
1763   white-space: nowrap;
1764   min-width: 100%;
1765   width: 100%;
1766 }
1767 .openerp .oe_form .oe-binary-file-set {
1768   overflow: hidden;
1769   position: relative;
1770   width: 45px;
1771   height: 30px;
1772 }
1773 .openerp .oe_form input.oe-binary-file {
1774   z-index: 0;
1775   line-height: 0;
1776   font-size: 12px;
1777   position: absolute;
1778   top: 1px;
1779   right: 10px;
1780   opacity: 0;
1781   filter: alpha(opacity=0);
1782   -ms-filter: "alpha(opacity=0)";
1783   margin: 0;
1784   padding: 0;
1785 }
1786 .openerp .oe_horizontal_border {
1787   border-bottom: 1px solid black;
1788 }
1789 .openerp .oe_horizontal_separator {
1790   font-weight: bold;
1791   font-size: 20px;
1792   margin: 20px 0px 10px 0px;
1793   color: #aaaabb;
1794 }
1795 .openerp .oe_horizontal_separator:empty {
1796   height: 5px;
1797 }
1798 .openerp .oe_vertical_separator {
1799   border-left: 1px solid #666666;
1800   padding: 0 4px 0 4px;
1801 }
1802 .openerp .oe_form_notebook {
1803   margin: 8px 0;
1804   padding: 0 8px;
1805   list-style: none;
1806   zoom: 1;
1807 }
1808 .openerp .oe_form_notebook:before, .openerp .oe_form_notebook:after {
1809   display: table;
1810   content: "";
1811   zoom: 1;
1812 }
1813 .openerp .oe_form_notebook:after {
1814   clear: both;
1815 }
1816 .openerp .oe_form_notebook > li {
1817   float: left;
1818 }
1819 .openerp .oe_form_notebook > li > a {
1820   display: block;
1821   color: #4c4c4c;
1822 }
1823 .openerp .oe_form_notebook {
1824   border-color: #dddddd;
1825   border-style: solid;
1826   border-width: 0 0 1px;
1827 }
1828 .openerp .oe_form_notebook > li {
1829   position: relative;
1830   margin-bottom: -1px;
1831 }
1832 .openerp .oe_form_notebook > li > a {
1833   padding: 0 12px;
1834   margin-right: 2px;
1835   line-height: 30px;
1836   border: 1px solid transparent;
1837   -moz-border-radius: 4px 4px 0 0;
1838   -webkit-border-radius: 4px 4px 0 0;
1839   border-radius: 4px 4px 0 0;
1840 }
1841 .openerp .oe_form_notebook > li > a:hover {
1842   text-decoration: none;
1843   background-color: #eeeeee;
1844   border-color: #eeeeee #eeeeee #dddddd;
1845 }
1846 .openerp .oe_form_notebook > li.ui-state-active > a, .openerp .oe_form_notebook > li.ui-state-active > a:hover {
1847   background-color: white;
1848   border: 1px solid #dddddd;
1849   border-bottom-color: transparent;
1850   cursor: default;
1851 }
1852 .openerp .oe_form_notebook_page {
1853   padding: 0;
1854 }
1855 .openerp .ui-tabs-hide {
1856   display: none;
1857 }
1858 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar {
1859   height: 22px;
1860   font-size: 10px;
1861   -moz-box-sizing: border-box;
1862   -webkit-box-sizing: border-box;
1863   -ms-box-sizing: border-box;
1864   box-sizing: border-box;
1865   border: 1px solid #999999;
1866   -moz-border-radius: 3px;
1867   -webkit-border-radius: 3px;
1868   border-radius: 3px;
1869   background: white;
1870   min-width: 50px;
1871 }
1872 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar span {
1873   position: absolute;
1874   margin-left: 10px;
1875   font-weight: bold;
1876 }
1877 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
1878   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
1879 }
1880 .openerp .oe_form .oe_view_manager_header2 td {
1881   padding: 0px 8px;
1882   line-height: 16px;
1883 }
1884 .openerp .oe_form .oe_view_manager_header2 td .oe_i {
1885   font-size: 13px;
1886 }
1887 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group {
1888   height: auto;
1889   line-height: 16px;
1890 }
1891 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group li {
1892   height: auto;
1893   line-height: 16px;
1894 }
1895 .openerp .oe-select-create-popup-view-form > .oe_formview > .oe_form_pager {
1896   display: none;
1897 }
1898 .openerp .oe_form .oe_form_title, .openerp .oe_form .oe_form_title input {
1899   font-size: 20px;
1900   font-weight: bold;
1901   height: 30px;
1902 }
1903 .openerp .oe_form .oe_form_group_odd_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell:nth-child(odd),
1904 .openerp .oe_form .oe_form_group_label_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell_label {
1905   border-right: 1px solid #dddddd;
1906 }
1907 .openerp .oe_form .oe_form_group_odd_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell:nth-child(odd) label,
1908 .openerp .oe_form .oe_form_group_label_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell_label label {
1909   display: block;
1910   min-width: 120px;
1911 }
1912 .openerp .oe_form .oe_form_group_odd_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell,
1913 .openerp .oe_form .oe_form_group_label_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell {
1914   padding-left: 8px;
1915 }
1916 .openerp .oe_form .oe_form_subtotal_footer {
1917   float: right;
1918 }
1919 .openerp .oe_form .oe_form_subtotal_footer > div {
1920   text-align: right;
1921   padding: 3px;
1922 }
1923 .openerp .oe_form .oe_form_subtotal_footer label {
1924   font-weight: normal !important;
1925 }
1926 .openerp .oe_form .oe_form_subtotal_footer span {
1927   display: inline-block;
1928   min-width: 80px;
1929   text-align: right;
1930 }
1931 .openerp .oe_form .oe_form_subtotal_footer .oe_form_subtotal_footer_separator {
1932   border-top: 1px solid #cacaca;
1933   font-size: 120%;
1934   font-weight: bold;
1935 }
1936 .openerp .oe_form .oe_form_subtotal_footer .oe_form_subtotal_footer_separator label {
1937   font-weight: bold !important;
1938 }
1939 .openerp .oe-listview-content {
1940   width: 100%;
1941 }
1942 .openerp .oe-listview-content > thead {
1943   border-bottom: 2px solid #cacaca;
1944   background: #eeeeee;
1945   vertical-align: top;
1946 }
1947 .openerp .oe-listview-content > thead td, .openerp .oe-listview-content > thead th {
1948   padding: 3px 6px;
1949   line-height: 18px;
1950 }
1951 .openerp .oe-listview-content > thead th:after {
1952   content: "";
1953   float: right;
1954   margin-top: 7px;
1955   border-width: 0 4px 4px;
1956   border-style: solid;
1957   border-color: black transparent;
1958   visibility: hidden;
1959 }
1960 .openerp .oe-listview-content > thead th.sortup:after {
1961   visibility: visible;
1962   filter: alpha(opacity=60);
1963   opacity: 0.6;
1964 }
1965 .openerp .oe-listview-content > thead th.sortdown:after {
1966   border-bottom: none;
1967   border-left: 4px solid transparent;
1968   border-right: 4px solid transparent;
1969   border-top: 4px solid black;
1970   visibility: visible;
1971   -moz-box-shadow: none;
1972   -webkit-box-shadow: none;
1973   -box-shadow: none;
1974   filter: alpha(opacity=60);
1975   opacity: 0.6;
1976 }
1977 .openerp .oe-listview-content > tbody {
1978   cursor: pointer;
1979   background: white;
1980 }
1981 .openerp .oe-listview-content > tbody > tr {
1982   border-top: 1px solid #dddddd;
1983 }
1984 .openerp .oe-listview-content > tbody > tr > td.oe-field-cell {
1985   padding: 3px 6px;
1986 }
1987 .openerp .oe-listview-content > tbody > tr > td, .openerp .oe-listview-content > tbody > tr > th {
1988   line-height: 18px;
1989 }
1990 .openerp .oe-listview-content > tbody > tr > td > button, .openerp .oe-listview-content > tbody > tr > th > button {
1991   border: none;
1992   background: transparent;
1993   padding: 0;
1994   -moz-box-shadow: none;
1995   -webkit-box-shadow: none;
1996   -box-shadow: none;
1997 }
1998 .openerp .oe-listview-content > tbody > tr > td.oe_list_checkbox:first-child, .openerp .oe-listview-content > tbody > tr th.oe_list_checkbox:first-child {
1999   width: 17px;
2000 }
2001 .openerp .oe-listview-content > tbody > tr > td.oe_list_checkbox:first-child:after, .openerp .oe-listview-content > tbody > tr th.oe_list_checkbox:first-child:after {
2002   border-width: 0;
2003 }
2004 .openerp .oe-listview-content > tbody > tr > td.oe-number {
2005   text-align: right !important;
2006 }
2007 .openerp .oe-listview-content > tbody > tr:nth-child(odd) {
2008   background-color: #f0f0fa;
2009   background-color: #f0f0fa;
2010   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
2011   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
2012   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
2013   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
2014   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
2015   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
2016 }
2017 .openerp .oe-listview-content > tfoot {
2018   border-top: 2px solid #cacaca;
2019   border-bottom: 1px solid #cacaca;
2020   background: #eeeeee;
2021   font-weight: bold;
2022 }
2023 .openerp .oe-listview-content > tbody tr:hover td, .openerp .oe-listview-content tbody tr:hover th {
2024   background-color: #eeeeee;
2025   background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dedede));
2026   background-image: -webkit-linear-gradient(top, #eeeeee, #dedede);
2027   background-image: -moz-linear-gradient(top, #eeeeee, #dedede);
2028   background-image: -ms-linear-gradient(top, #eeeeee, #dedede);
2029   background-image: -o-linear-gradient(top, #eeeeee, #dedede);
2030   background-image: linear-gradient(to bottom, #eeeeee, #dedede);
2031 }
2032 .openerp .oe-listview-content .numeric {
2033   text-align: right;
2034   width: 82px;
2035 }
2036 .openerp .oe-listview-content .numeric input {
2037   text-align: right;
2038 }
2039 .openerp .oe_trad_field.touched {
2040   border: 1px solid green !important;
2041 }
2042 .openerp.oe_tooltip {
2043   font-size: 12px;
2044 }
2045 .openerp.oe_tooltip .oe_tooltip_string {
2046   color: #ffdd55;
2047   font-weight: bold;
2048   font-size: 13px;
2049 }
2050 .openerp.oe_tooltip .oe_tooltip_help {
2051   white-space: pre-wrap;
2052 }
2053 .openerp.oe_tooltip .oe_tooltip_technical {
2054   padding: 0 0 4px 0;
2055   margin: 5px 0 0 15px;
2056 }
2057 .openerp.oe_tooltip .oe_tooltip_technical li {
2058   list-style: circle;
2059 }
2060 .openerp.oe_tooltip .oe_tooltip_technical_title {
2061   font-weight: bold;
2062 }
2063 .openerp .oe_layout_debugging .oe_form_group {
2064   outline: 2px dashed green;
2065 }
2066 .openerp .oe_layout_debugging .oe_form_group_cell {
2067   outline: 1px solid blue;
2068 }
2069 .openerp .oe_layout_debugging .oe_form_group:hover, .openerp .oe_layout_debugging .oe_form_group_cell:hover {
2070   outline-color: red;
2071 }
2072 .openerp .oe_layout_debugging .oe_form_group_row_incomplete > td:last-child:after {
2073   content: "[Incomplete Row]";
2074   background: red;
2075   padding: 2px;
2076   font-weight: bold;
2077   color: white;
2078   float: right;
2079 }
2080 .openerp .oe_layout_debugging .oe_form_group_row_incomplete.oe_form_group_row_newline > td:last-child:after {
2081   content: "[newline]";
2082 }
2083 .openerp .oe_debug_view {
2084   float: left;
2085 }
2086 .openerp .oe_debug_view_log {
2087   font-size: 95%;
2088 }
2089 .openerp .oe_debug_view_log label {
2090   display: block;
2091   width: 49%;
2092   text-align: right;
2093   float: left;
2094   font-weight: bold;
2095   color: #000099;
2096 }
2097 .openerp .oe_debug_view_log span {
2098   display: block;
2099   width: 49%;
2100   float: right;
2101   color: #333333;
2102 }
2103
2104 .kitten-mode-activated {
2105   background-image: url(http://placekitten.com/g/1365/769);
2106   background-size: cover;
2107   background-attachment: fixed;
2108 }
2109 .kitten-mode-activated > * {
2110   opacity: 0.7;
2111 }
2112
2113 .openerp .oe_form_field_many2one td:first-child {
2114   position: relative;
2115 }
2116 .openerp .oe_form_field_many2one span.oe-m2o-drop-down-button {
2117   position: absolute;
2118   top: 3px;
2119   right: 2px;
2120 }