[FIX] Fix trunk-fp
[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_label_help[for], .openerp .oe_form .oe_form_label[for] {
1595   font-weight: bold;
1596   white-space: nowrap;
1597   padding-right: 8px;
1598 }
1599 .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
1600   font-size: 80%;
1601   color: darkGreen;
1602   vertical-align: top;
1603   position: relative;
1604   top: -4px;
1605   padding: 0 2px;
1606 }
1607 .openerp .oe_form h2 input {
1608   font-size: 20px;
1609   font-weight: bold;
1610   height: 30px;
1611 }
1612 .openerp .oe_form textarea {
1613   resize: vertical;
1614 }
1615 .openerp .oe_form input[type="text"],
1616 .openerp .oe_form input[type="password"],
1617 .openerp .oe_form input[type="file"],
1618 .openerp .oe_form select {
1619   height: 22px;
1620   padding-top: 2px;
1621 }
1622 .openerp .oe_form input[type="text"],
1623 .openerp .oe_form input[type="password"],
1624 .openerp .oe_form input[type="file"],
1625 .openerp .oe_form select,
1626 .openerp .oe_form textarea {
1627   -moz-box-sizing: border-box;
1628   -webkit-box-sizing: border-box;
1629   -ms-box-sizing: border-box;
1630   box-sizing: border-box;
1631   padding: 0 2px;
1632   margin: 0 2px;
1633   border: 1px solid #999999;
1634   -moz-border-radius: 3px;
1635   -webkit-border-radius: 3px;
1636   border-radius: 3px;
1637   background: white;
1638   min-width: 70px;
1639   color: #1f1f1f;
1640 }
1641 .openerp .oe_form input[readonly],
1642 .openerp .oe_form select[readonly],
1643 .openerp .oe_form textarea[readonly],
1644 .openerp .oe_form input[disabled],
1645 .openerp .oe_form select[disabled] {
1646   background: #e5e5e5 !important;
1647   color: #666666;
1648 }
1649 .openerp .oe_form textarea[disabled] {
1650   border: none;
1651   border-left: 8px solid #eeeeee;
1652   padding-left: 8px;
1653   -moz-box-shadow: none;
1654   -webkit-box-shadow: none;
1655   -box-shadow: none;
1656   -moz-border-radius: 0px;
1657   -webkit-border-radius: 0px;
1658   border-radius: 0px;
1659 }
1660 .openerp .oe_form .oe_form_field_many2one input,
1661 .openerp .oe_form .oe_form_field_binary input,
1662 .openerp .oe_form .oe_form_field_binary input,
1663 .openerp .oe_form .oe_form_field_email input,
1664 .openerp .oe_form .oe_form_field_url input {
1665   border-right: none;
1666   -webkit-border-top-right-radius: 0px;
1667   -webkit-border-bottom-right-radius: 0px;
1668   -moz-border-radius-topright: 0px;
1669   -moz-border-radius-bottomright: 0px;
1670   border-top-right-radius: 0px;
1671   border-bottom-right-radius: 0px;
1672 }
1673 .openerp .oe_form .oe_form_field_email button img,
1674 .openerp .oe_form .oe_form_field_url button img {
1675   vertical-align: top;
1676 }
1677 .openerp .oe_form .oe_form_field_date,
1678 .openerp .oe_form .oe_form_field_datetime {
1679   white-space: nowrap;
1680 }
1681 .openerp .oe_form .oe_form_field_boolean {
1682   padding-top: 4px;
1683 }
1684 .openerp .oe_form .oe_form_field_datetime input {
1685   min-width: 11em;
1686 }
1687 .openerp .oe_form .oe_form_field_many2manytags .text-wrap {
1688   width: 100% !important;
1689 }
1690 .openerp .oe_form .oe_form_field_many2manytags .text-wrap textarea {
1691   width: 100% !important;
1692 }
1693 .openerp .oe_form .oe_form_field_many2manytags .oe_form_field_many2manytags_box {
1694   border-radius: 2px;
1695   box-sizing: border-box;
1696   position: relative;
1697   float: left;
1698   border: 1px solid #9daccc;
1699   background: #e2e6f0;
1700   color: black;
1701   padding: 0px 3px 0px 3px;
1702   margin: 0 2px 2px 0;
1703   cursor: pointer;
1704   height: 16px;
1705   font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
1706 }
1707 .openerp .oe_form .oe_form_field_many2manytags .text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
1708   font-style: italic;
1709   text-decoration: none;
1710 }
1711 .openerp .oe_form .oe_datepicker_container {
1712   display: none;
1713 }
1714 .openerp .oe_form .oe_datepicker_root {
1715   display: inline-block;
1716 }
1717 .openerp .oe_form .oe_form_required input, .openerp .oe_form .oe_form_required select, .openerp .oe_form .oe_form_required textarea {
1718   background-color: #d2d2ff !important;
1719 }
1720 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
1721   background-color: #ff6666 !important;
1722   border: 1px solid #dd0000 !important;
1723 }
1724 .openerp .oe_form .oe_button.oe_field_button {
1725   display: block;
1726   -webkit-border-top-left-radius: 0px;
1727   -webkit-border-bottom-left-radius: 0px;
1728   -moz-border-radius-topleft: 0px;
1729   -moz-border-radius-bottomleft: 0px;
1730   border-top-left-radius: 0px;
1731   border-bottom-left-radius: 0px;
1732   margin-right: -1px;
1733   height: 22px;
1734 }
1735 .openerp .oe_form .oe_input_icon {
1736   cursor: pointer;
1737   margin: 3px 0 0 -21px;
1738   vertical-align: top;
1739 }
1740 .openerp .oe_form .oe_input_icon_disabled {
1741   position: absolute;
1742   cursor: default;
1743   opacity: 0.5;
1744   filter: alpha(opacity=50);
1745   right: 5px;
1746   top: 3px;
1747 }
1748 .openerp .oe_form .oe_form_group_cell .oe_kanban_view {
1749   position: static;
1750 }
1751 .openerp .oe_form .oe_form_button.oe_button {
1752   height: 22px;
1753   color: #4c4c4c;
1754 }
1755 .openerp .oe_form .oe_form_button.oe_button span {
1756   position: relative;
1757   vertical-align: top;
1758 }
1759 .openerp .oe_form .oe_form_button > img {
1760   vertical-align: -3px;
1761   padding: 0 2px;
1762 }
1763 .openerp .oe_form .oe_form_group_cell > .oe_form_button.oe_button {
1764   display: block;
1765   white-space: nowrap;
1766   min-width: 100%;
1767   width: 100%;
1768 }
1769 .openerp .oe_form .oe-binary-file-set {
1770   overflow: hidden;
1771   position: relative;
1772   display: inline-block;
1773   width: 45px;
1774   height: 30px;
1775 }
1776 .openerp .oe_form input.oe-binary-file {
1777   z-index: 0;
1778   line-height: 0;
1779   font-size: 12px;
1780   position: absolute;
1781   top: 1px;
1782   right: 10px;
1783   opacity: 0;
1784   filter: alpha(opacity=0);
1785   -ms-filter: "alpha(opacity=0)";
1786   margin: 0;
1787   padding: 0;
1788 }
1789 .openerp .oe_horizontal_border {
1790   border-bottom: 1px solid black;
1791 }
1792 .openerp .oe_horizontal_separator {
1793   font-weight: bold;
1794   font-size: 20px;
1795   margin: 20px 0px 10px 0px;
1796   color: #aaaabb;
1797 }
1798 .openerp .oe_horizontal_separator:empty {
1799   height: 5px;
1800 }
1801 .openerp .oe_vertical_separator {
1802   border-left: 1px solid #666666;
1803   padding: 0 4px 0 4px;
1804 }
1805 .openerp .oe_form_notebook {
1806   margin: 8px 0;
1807   padding: 0 8px;
1808   list-style: none;
1809   zoom: 1;
1810 }
1811 .openerp .oe_form_notebook:before, .openerp .oe_form_notebook:after {
1812   display: table;
1813   content: "";
1814   zoom: 1;
1815 }
1816 .openerp .oe_form_notebook:after {
1817   clear: both;
1818 }
1819 .openerp .oe_form_notebook > li {
1820   float: left;
1821 }
1822 .openerp .oe_form_notebook > li > a {
1823   display: block;
1824   color: #4c4c4c;
1825 }
1826 .openerp .oe_form_notebook {
1827   border-color: #dddddd;
1828   border-style: solid;
1829   border-width: 0 0 1px;
1830 }
1831 .openerp .oe_form_notebook > li {
1832   position: relative;
1833   margin-bottom: -1px;
1834 }
1835 .openerp .oe_form_notebook > li > a {
1836   padding: 0 12px;
1837   margin-right: 2px;
1838   line-height: 30px;
1839   border: 1px solid transparent;
1840   -moz-border-radius: 4px 4px 0 0;
1841   -webkit-border-radius: 4px 4px 0 0;
1842   border-radius: 4px 4px 0 0;
1843 }
1844 .openerp .oe_form_notebook > li > a:hover {
1845   text-decoration: none;
1846   background-color: #eeeeee;
1847   border-color: #eeeeee #eeeeee #dddddd;
1848 }
1849 .openerp .oe_form_notebook > li.ui-state-active > a, .openerp .oe_form_notebook > li.ui-state-active > a:hover {
1850   background-color: white;
1851   border: 1px solid #dddddd;
1852   border-bottom-color: transparent;
1853   cursor: default;
1854 }
1855 .openerp .oe_form_notebook_page {
1856   padding: 0;
1857 }
1858 .openerp .ui-tabs-hide {
1859   display: none;
1860 }
1861 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar {
1862   height: 22px;
1863   font-size: 10px;
1864   -moz-box-sizing: border-box;
1865   -webkit-box-sizing: border-box;
1866   -ms-box-sizing: border-box;
1867   box-sizing: border-box;
1868   border: 1px solid #999999;
1869   -moz-border-radius: 3px;
1870   -webkit-border-radius: 3px;
1871   border-radius: 3px;
1872   background: white;
1873   min-width: 50px;
1874 }
1875 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar span {
1876   position: absolute;
1877   margin-left: 10px;
1878   font-weight: bold;
1879 }
1880 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
1881   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
1882 }
1883 .openerp .oe_form .oe_view_manager_header2 td {
1884   padding: 0px 8px;
1885   line-height: 16px;
1886 }
1887 .openerp .oe_form .oe_view_manager_header2 td .oe_i {
1888   font-size: 13px;
1889 }
1890 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group {
1891   height: auto;
1892   line-height: 16px;
1893 }
1894 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group li {
1895   height: auto;
1896   line-height: 16px;
1897 }
1898 .openerp .oe-select-create-popup-view-form > .oe_formview > .oe_form_pager {
1899   display: none;
1900 }
1901 .openerp .oe_form .oe_form_group_odd_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell:nth-child(odd),
1902 .openerp .oe_form .oe_form_group_label_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell_label {
1903   border-right: 1px solid #dddddd;
1904 }
1905 .openerp .oe_form .oe_form_group_odd_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell:nth-child(odd) label,
1906 .openerp .oe_form .oe_form_group_label_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell_label label {
1907   display: block;
1908   min-width: 120px;
1909 }
1910 .openerp .oe_form .oe_form_group_odd_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell,
1911 .openerp .oe_form .oe_form_group_label_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell {
1912   padding-left: 8px;
1913 }
1914 .openerp .oe_form .oe_form_subtotal_footer {
1915   float: right;
1916 }
1917 .openerp .oe_form .oe_form_subtotal_footer > div {
1918   text-align: right;
1919   padding: 3px;
1920 }
1921 .openerp .oe_form .oe_form_subtotal_footer label {
1922   font-weight: normal !important;
1923 }
1924 .openerp .oe_form .oe_form_subtotal_footer span {
1925   display: inline-block;
1926   min-width: 80px;
1927   text-align: right;
1928 }
1929 .openerp .oe_form .oe_form_subtotal_footer .oe_form_subtotal_footer_separator {
1930   border-top: 1px solid #cacaca;
1931   font-size: 120%;
1932   font-weight: bold;
1933 }
1934 .openerp .oe_form .oe_form_subtotal_footer .oe_form_subtotal_footer_separator label {
1935   font-weight: bold !important;
1936 }
1937 .openerp .oe-listview-content {
1938   width: 100%;
1939 }
1940 .openerp .oe-listview-content > thead {
1941   border-bottom: 2px solid #cacaca;
1942   background: #eeeeee;
1943   vertical-align: top;
1944 }
1945 .openerp .oe-listview-content > thead td, .openerp .oe-listview-content > thead th {
1946   padding: 3px 6px;
1947   line-height: 18px;
1948 }
1949 .openerp .oe-listview-content > thead th:after {
1950   content: "";
1951   float: right;
1952   margin-top: 7px;
1953   border-width: 0 4px 4px;
1954   border-style: solid;
1955   border-color: black transparent;
1956   visibility: hidden;
1957 }
1958 .openerp .oe-listview-content > thead th.sortup:after {
1959   visibility: visible;
1960   filter: alpha(opacity=60);
1961   opacity: 0.6;
1962 }
1963 .openerp .oe-listview-content > thead th.sortdown:after {
1964   border-bottom: none;
1965   border-left: 4px solid transparent;
1966   border-right: 4px solid transparent;
1967   border-top: 4px solid black;
1968   visibility: visible;
1969   -moz-box-shadow: none;
1970   -webkit-box-shadow: none;
1971   -box-shadow: none;
1972   filter: alpha(opacity=60);
1973   opacity: 0.6;
1974 }
1975 .openerp .oe-listview-content > tbody {
1976   cursor: pointer;
1977   background: white;
1978 }
1979 .openerp .oe-listview-content > tbody > tr {
1980   border-top: 1px solid #dddddd;
1981 }
1982 .openerp .oe-listview-content > tbody > tr > td.oe-field-cell {
1983   padding: 3px 6px;
1984 }
1985 .openerp .oe-listview-content > tbody > tr > td, .openerp .oe-listview-content > tbody > tr > th {
1986   line-height: 18px;
1987 }
1988 .openerp .oe-listview-content > tbody > tr > td > button, .openerp .oe-listview-content > tbody > tr > th > button {
1989   border: none;
1990   background: transparent;
1991   padding: 0;
1992   -moz-box-shadow: none;
1993   -webkit-box-shadow: none;
1994   -box-shadow: none;
1995 }
1996 .openerp .oe-listview-content > tbody > tr > td.oe_list_checkbox:first-child, .openerp .oe-listview-content > tbody > tr th.oe_list_checkbox:first-child {
1997   width: 17px;
1998 }
1999 .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 {
2000   border-width: 0;
2001 }
2002 .openerp .oe-listview-content > tbody > tr > td.oe-number {
2003   text-align: right !important;
2004 }
2005 .openerp .oe-listview-content > tbody > tr:nth-child(odd) {
2006   background-color: #f0f0fa;
2007   background-color: #f0f0fa;
2008   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
2009   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
2010   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
2011   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
2012   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
2013   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
2014 }
2015 .openerp .oe-listview-content > tfoot {
2016   border-top: 2px solid #cacaca;
2017   border-bottom: 1px solid #cacaca;
2018   background: #eeeeee;
2019   font-weight: bold;
2020 }
2021 .openerp .oe-listview-content > tbody tr:hover td, .openerp .oe-listview-content tbody tr:hover th {
2022   background-color: #eeeeee;
2023   background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dedede));
2024   background-image: -webkit-linear-gradient(top, #eeeeee, #dedede);
2025   background-image: -moz-linear-gradient(top, #eeeeee, #dedede);
2026   background-image: -ms-linear-gradient(top, #eeeeee, #dedede);
2027   background-image: -o-linear-gradient(top, #eeeeee, #dedede);
2028   background-image: linear-gradient(to bottom, #eeeeee, #dedede);
2029 }
2030 .openerp .oe-listview-content .numeric {
2031   text-align: right;
2032   width: 82px;
2033 }
2034 .openerp .oe-listview-content .numeric input {
2035   text-align: right;
2036 }
2037 .openerp .oe_trad_field.touched {
2038   border: 1px solid green !important;
2039 }
2040 .openerp.oe_tooltip {
2041   font-size: 12px;
2042 }
2043 .openerp.oe_tooltip .oe_tooltip_string {
2044   color: #ffdd55;
2045   font-weight: bold;
2046   font-size: 13px;
2047 }
2048 .openerp.oe_tooltip .oe_tooltip_help {
2049   white-space: pre-wrap;
2050 }
2051 .openerp.oe_tooltip .oe_tooltip_technical {
2052   padding: 0 0 4px 0;
2053   margin: 5px 0 0 15px;
2054 }
2055 .openerp.oe_tooltip .oe_tooltip_technical li {
2056   list-style: circle;
2057 }
2058 .openerp.oe_tooltip .oe_tooltip_technical_title {
2059   font-weight: bold;
2060 }
2061 .openerp .oe_layout_debugging .oe_form_group {
2062   outline: 2px dashed green;
2063 }
2064 .openerp .oe_layout_debugging .oe_form_group_cell {
2065   outline: 1px solid blue;
2066 }
2067 .openerp .oe_layout_debugging .oe_form_group:hover, .openerp .oe_layout_debugging .oe_form_group_cell:hover {
2068   outline-color: red;
2069 }
2070 .openerp .oe_layout_debugging .oe_form_group_row_incomplete > td:last-child:after {
2071   content: "[Incomplete Row]";
2072   background: red;
2073   padding: 2px;
2074   font-weight: bold;
2075   color: white;
2076   float: right;
2077 }
2078 .openerp .oe_layout_debugging .oe_form_group_row_incomplete.oe_form_group_row_newline > td:last-child:after {
2079   content: "[newline]";
2080 }
2081 .openerp .oe_debug_view {
2082   float: left;
2083 }
2084 .openerp .oe_debug_view_log {
2085   font-size: 95%;
2086 }
2087 .openerp .oe_debug_view_log label {
2088   display: block;
2089   width: 49%;
2090   text-align: right;
2091   float: left;
2092   font-weight: bold;
2093   color: #000099;
2094 }
2095 .openerp .oe_debug_view_log span {
2096   display: block;
2097   width: 49%;
2098   float: right;
2099   color: #333333;
2100 }
2101
2102 .kitten-mode-activated {
2103   background-image: url(http://placekitten.com/g/1365/769);
2104   background-size: cover;
2105   background-attachment: fixed;
2106 }
2107 .kitten-mode-activated > * {
2108   opacity: 0.7;
2109 }
2110
2111 .openerp .oe_form_field_many2one td:first-child {
2112   position: relative;
2113 }
2114 .openerp .oe_form_field_many2one span.oe-m2o-drop-down-button {
2115   position: absolute;
2116   top: 3px;
2117   right: 2px;
2118 }