[ADD] form <header, footer, h1, h2, ... > + editable/readonly hidden classes
[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 header {
1469   position: relative;
1470   border-bottom: 1px solid #cacaca;
1471   background-color: #fcfcfc;
1472   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1473   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1474   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1475   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1476   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1477   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1478   padding: 0 8px;
1479   line-height: 30px;
1480 }
1481 .openerp header button {
1482   font-size: 12px;
1483   height: 24px !important;
1484   line-height: 24px;
1485   vertical-align: top;
1486   padding: 0 10px;
1487   margin: 3px 4px 3px 0;
1488 }
1489 .openerp header button span.i {
1490   line-height: 20px;
1491   height: 24px;
1492 }
1493 .openerp header ul {
1494   height: 30px;
1495   padding: 0;
1496   margin: 0;
1497   text-shadow: 0 1px 1px white;
1498   border-left: 1px solid #cacaca;
1499   border-right: 1px solid #cacaca;
1500 }
1501 .openerp header ul li {
1502   padding: 0;
1503   margin: 0;
1504   float: left;
1505   vertical-align: top;
1506   border-right: 1px solid #cacaca;
1507   height: 30px;
1508   padding: 0 12px;
1509 }
1510 .openerp header ul li:first-child {
1511   border-left: 1px solid #cacaca;
1512 }
1513 .openerp header ul li a {
1514   color: #4c4c4c;
1515 }
1516 .openerp header ul li a:hover {
1517   color: black;
1518 }
1519 .openerp header .oe_form_steps {
1520   display: inline-block;
1521   position: absolute;
1522   right: 0;
1523 }
1524 .openerp header .oe_form_steps img {
1525   margin: 0 8px;
1526   vertical-align: top;
1527 }
1528 .openerp header .oe_form_steps li {
1529   border-right: none;
1530   padding: 0;
1531 }
1532 .openerp header .oe_form_steps li:first-child {
1533   margin-left: 12px;
1534   border-left: none;
1535 }
1536 .openerp header .oe_form_steps li:last-child {
1537   margin-right: 12px;
1538 }
1539 .openerp header .oe_form_steps_active {
1540   font-weight: bold;
1541   color: #b33630;
1542 }
1543 .openerp header.oe_form_topbar_hifirst button:first-child, .openerp button.oe_form_button_hi {
1544   color: white;
1545   background: #dc5f59;
1546   background: -moz-linear-gradient(#dc5f59, #b33630);
1547   background: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
1548   background: -webkit-linear-gradient(#dc5f59, #b33630);
1549   -moz-box-shadow: none;
1550   -webkit-box-shadow: none;
1551   -box-shadow: none;
1552 }
1553 .openerp header.oe_form_topbar_hifirst button:first-child:hover, .openerp button.oe_form_button_hi:hover {
1554   background: #df6b66;
1555   background: -moz-linear-gradient(#df6b66, #bf3a33);
1556   background: -webkit-gradient(linear, left top, left bottom, from(#df6b66), to(#bf3a33));
1557   background: -webkit-linear-gradient(#df6b66, #bf3a33);
1558   -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1559   -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1560   -box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1561 }
1562 .openerp .oe_application .oe_form_sheetbg {
1563   background: url(/web/static/src/img/form_sheetbg.png);
1564   padding: 8px 0;
1565   border-bottom: 1px solid #dddddd;
1566 }
1567 .openerp .oe_application .oe_form_sheet_width, .openerp .oe_application footer {
1568   min-width: 650px;
1569   max-width: 980px;
1570   margin: 0 auto;
1571 }
1572 .openerp .oe_application .oe_form_sheet {
1573   padding: 8px 8px 8px 8px;
1574   background: white;
1575   min-height: 420px;
1576   border: 1px solid #afafb6;
1577   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1578   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1579   -box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1580 }
1581 .openerp .oe_form_editable .oe_form_editable_hidden {
1582   display: none;
1583 }
1584 .openerp .oe_form_readonly .oe_form_readonly_hidden {
1585   display: none;
1586 }
1587 .openerp .oe_form .oe_form_group_cell {
1588   line-height: 18px;
1589   padding: 2px;
1590   height: 20px;
1591 }
1592 .openerp .oe_form .oe_form_group_cell > .oe_form_field_many2one,
1593 .openerp .oe_form .oe_form_group_cell > .oe_form_field_many2one input,
1594 .openerp .oe_form .oe_form_group_cell > .oe_form_field_char input,
1595 .openerp .oe_form .oe_form_group_cell > .oe_form_field_text textarea,
1596 .openerp .oe_form .oe_form_group_cell > .oe_form_field_email,
1597 .openerp .oe_form .oe_form_group_cell > .oe_form_field_email input,
1598 .openerp .oe_form .oe_form_group_cell > .oe_form_field_url,
1599 .openerp .oe_form .oe_form_group_cell > .oe_form_field_url input,
1600 .openerp .oe_form .oe_form_group_cell > .oe_form_field_float input,
1601 .openerp .oe_form .oe_form_group_cell > .oe_form_field_selection select,
1602 .openerp .oe_form .oe_form_group_cell > .oe_form_field_progressbar,
1603 .openerp .oe_form .oe_form_group_cell > span > .oe_datepicker_root,
1604 .openerp .oe_form .oe_form_group_cell > span > .oe_datepicker_root > input.oe_datepicker_master {
1605   width: 100%;
1606 }
1607 .openerp .oe_form h1, .openerp .oe_form h2, .openerp .oe_form h3, .openerp .oe_form h4, .openerp .oe_form h5, .openerp .oe_form h6 {
1608   margin: 0 0 4px 0;
1609 }
1610 .openerp .oe_form h1 input, .openerp .oe_form h2 input, .openerp .oe_form h3 input, .openerp .oe_form h4 input, .openerp .oe_form h5 input, .openerp .oe_form h6 input {
1611   height: inherit !important;
1612   font-size: inherit;
1613 }
1614 .openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
1615   font-weight: bold;
1616   white-space: nowrap;
1617   padding-right: 8px;
1618 }
1619 .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
1620   font-size: 80%;
1621   color: darkGreen;
1622   vertical-align: top;
1623   position: relative;
1624   top: -4px;
1625   padding: 0 2px;
1626 }
1627 .openerp .oe_form h2 input {
1628   font-size: 20px;
1629   font-weight: bold;
1630   height: 30px;
1631 }
1632 .openerp .oe_form textarea {
1633   resize: vertical;
1634 }
1635 .openerp .oe_form input[type="text"],
1636 .openerp .oe_form input[type="password"],
1637 .openerp .oe_form input[type="file"],
1638 .openerp .oe_form select {
1639   height: 22px;
1640   padding-top: 2px;
1641 }
1642 .openerp .oe_form input[type="text"],
1643 .openerp .oe_form input[type="password"],
1644 .openerp .oe_form input[type="file"],
1645 .openerp .oe_form select,
1646 .openerp .oe_form textarea {
1647   -moz-box-sizing: border-box;
1648   -webkit-box-sizing: border-box;
1649   -ms-box-sizing: border-box;
1650   box-sizing: border-box;
1651   padding: 0 2px;
1652   margin: 0 2px;
1653   border: 1px solid #999999;
1654   -moz-border-radius: 3px;
1655   -webkit-border-radius: 3px;
1656   border-radius: 3px;
1657   background: white;
1658   min-width: 70px;
1659   color: #1f1f1f;
1660 }
1661 .openerp .oe_form input[readonly],
1662 .openerp .oe_form select[readonly],
1663 .openerp .oe_form textarea[readonly],
1664 .openerp .oe_form input[disabled],
1665 .openerp .oe_form select[disabled] {
1666   background: #e5e5e5 !important;
1667   color: #666666;
1668 }
1669 .openerp .oe_form textarea[disabled] {
1670   border: none;
1671   border-left: 8px solid #eeeeee;
1672   padding-left: 8px;
1673   -moz-box-shadow: none;
1674   -webkit-box-shadow: none;
1675   -box-shadow: none;
1676   -moz-border-radius: 0px;
1677   -webkit-border-radius: 0px;
1678   border-radius: 0px;
1679 }
1680 .openerp .oe_form .oe_form_field_many2one input,
1681 .openerp .oe_form .oe_form_field_binary input,
1682 .openerp .oe_form .oe_form_field_binary input,
1683 .openerp .oe_form .oe_form_field_email input,
1684 .openerp .oe_form .oe_form_field_url input {
1685   border-right: none;
1686   -webkit-border-top-right-radius: 0px;
1687   -webkit-border-bottom-right-radius: 0px;
1688   -moz-border-radius-topright: 0px;
1689   -moz-border-radius-bottomright: 0px;
1690   border-top-right-radius: 0px;
1691   border-bottom-right-radius: 0px;
1692 }
1693 .openerp .oe_form .oe_form_field_email button img,
1694 .openerp .oe_form .oe_form_field_url button img {
1695   vertical-align: top;
1696 }
1697 .openerp .oe_form .oe_form_field_date,
1698 .openerp .oe_form .oe_form_field_datetime {
1699   white-space: nowrap;
1700 }
1701 .openerp .oe_form .oe_form_field_boolean {
1702   padding-top: 4px;
1703 }
1704 .openerp .oe_form .oe_form_field_datetime input {
1705   min-width: 11em;
1706 }
1707 .openerp .oe_form .oe_form_field_many2manytags .text-wrap {
1708   width: 100% !important;
1709 }
1710 .openerp .oe_form .oe_form_field_many2manytags .text-wrap textarea {
1711   width: 100% !important;
1712 }
1713 .openerp .oe_form .oe_form_field_many2manytags .oe_form_field_many2manytags_box {
1714   border-radius: 2px;
1715   box-sizing: border-box;
1716   position: relative;
1717   float: left;
1718   border: 1px solid #9daccc;
1719   background: #e2e6f0;
1720   color: black;
1721   padding: 0px 3px 0px 3px;
1722   margin: 0 2px 2px 0;
1723   cursor: pointer;
1724   height: 16px;
1725   font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
1726 }
1727 .openerp .oe_form .oe_form_field_many2manytags .text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
1728   font-style: italic;
1729   text-decoration: none;
1730 }
1731 .openerp .oe_form .oe_datepicker_container {
1732   display: none;
1733 }
1734 .openerp .oe_form .oe_datepicker_root {
1735   display: inline-block;
1736 }
1737 .openerp .oe_form .oe_form_required input, .openerp .oe_form .oe_form_required select, .openerp .oe_form .oe_form_required textarea {
1738   background-color: #d2d2ff !important;
1739 }
1740 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
1741   background-color: #ff6666 !important;
1742   border: 1px solid #dd0000 !important;
1743 }
1744 .openerp .oe_form .oe_input_icon {
1745   cursor: pointer;
1746   margin: 3px 0 0 -21px;
1747   vertical-align: top;
1748 }
1749 .openerp .oe_form .oe_input_icon_disabled {
1750   position: absolute;
1751   cursor: default;
1752   opacity: 0.5;
1753   filter: alpha(opacity=50);
1754   right: 5px;
1755   top: 3px;
1756 }
1757 .openerp .oe_form .oe_form_group_cell .oe_kanban_view {
1758   position: static;
1759 }
1760 .openerp .oe_form .oe_form_field_with_button {
1761   display: inline-block;
1762 }
1763 .openerp .oe_form .oe_form_field_with_button > .oe_button {
1764   float: right;
1765   -webkit-border-top-left-radius: 0px;
1766   -webkit-border-bottom-left-radius: 0px;
1767   -moz-border-radius-topleft: 0px;
1768   -moz-border-radius-bottomleft: 0px;
1769   border-top-left-radius: 0px;
1770   border-bottom-left-radius: 0px;
1771   margin-right: -1px;
1772   height: 22px;
1773 }
1774 .openerp .oe_form .oe_form_field_with_button > div {
1775   position: relative;
1776   overflow: hidden;
1777 }
1778 .openerp .oe_form .oe_form_field_with_button > div > input {
1779   line-height: 23px;
1780   margin-right: 0;
1781 }
1782 .openerp .oe_form .oe_form_group_cell .oe_kanban_view {
1783   position: static;
1784 }
1785 .openerp .oe_form .oe_form_button.oe_button {
1786   height: 22px;
1787   color: #4c4c4c;
1788 }
1789 .openerp .oe_form .oe_form_button.oe_button span {
1790   position: relative;
1791   vertical-align: top;
1792 }
1793 .openerp .oe_form .oe_form_button > img {
1794   vertical-align: -3px;
1795   padding: 0 2px;
1796 }
1797 .openerp .oe_form .oe_form_group_cell > .oe_form_button.oe_button {
1798   display: block;
1799   white-space: nowrap;
1800   min-width: 100%;
1801   width: 100%;
1802 }
1803 .openerp .oe_form .oe-binary-file-set {
1804   overflow: hidden;
1805   position: relative;
1806   display: inline-block;
1807   width: 45px;
1808   height: 30px;
1809 }
1810 .openerp .oe_form input.oe-binary-file {
1811   z-index: 0;
1812   line-height: 0;
1813   font-size: 12px;
1814   position: absolute;
1815   top: 1px;
1816   right: 10px;
1817   opacity: 0;
1818   filter: alpha(opacity=0);
1819   -ms-filter: "alpha(opacity=0)";
1820   margin: 0;
1821   padding: 0;
1822 }
1823 .openerp .oe_form .oe_binary_image {
1824   display: inline-block;
1825 }
1826 .openerp .oe_horizontal_border {
1827   border-bottom: 1px solid black;
1828 }
1829 .openerp .oe_horizontal_separator {
1830   font-weight: bold;
1831   font-size: 20px;
1832   margin: 20px 0px 10px 0px;
1833   color: #aaaabb;
1834 }
1835 .openerp .oe_horizontal_separator:empty {
1836   height: 5px;
1837 }
1838 .openerp .oe_vertical_separator {
1839   border-left: 1px solid #666666;
1840   padding: 0 4px 0 4px;
1841 }
1842 .openerp .oe_form_notebook {
1843   margin: 8px 0;
1844   padding: 0 8px;
1845   list-style: none;
1846   zoom: 1;
1847 }
1848 .openerp .oe_form_notebook:before, .openerp .oe_form_notebook:after {
1849   display: table;
1850   content: "";
1851   zoom: 1;
1852 }
1853 .openerp .oe_form_notebook:after {
1854   clear: both;
1855 }
1856 .openerp .oe_form_notebook > li {
1857   float: left;
1858 }
1859 .openerp .oe_form_notebook > li > a {
1860   display: block;
1861   color: #4c4c4c;
1862 }
1863 .openerp .oe_form_notebook {
1864   border-color: #dddddd;
1865   border-style: solid;
1866   border-width: 0 0 1px;
1867 }
1868 .openerp .oe_form_notebook > li {
1869   position: relative;
1870   margin-bottom: -1px;
1871 }
1872 .openerp .oe_form_notebook > li > a {
1873   padding: 0 12px;
1874   margin-right: 2px;
1875   line-height: 30px;
1876   border: 1px solid transparent;
1877   -moz-border-radius: 4px 4px 0 0;
1878   -webkit-border-radius: 4px 4px 0 0;
1879   border-radius: 4px 4px 0 0;
1880 }
1881 .openerp .oe_form_notebook > li > a:hover {
1882   text-decoration: none;
1883   background-color: #eeeeee;
1884   border-color: #eeeeee #eeeeee #dddddd;
1885 }
1886 .openerp .oe_form_notebook > li.ui-state-active > a, .openerp .oe_form_notebook > li.ui-state-active > a:hover {
1887   background-color: white;
1888   border: 1px solid #dddddd;
1889   border-bottom-color: transparent;
1890   cursor: default;
1891 }
1892 .openerp .oe_form_notebook_page {
1893   padding: 0;
1894 }
1895 .openerp .ui-tabs-hide {
1896   display: none;
1897 }
1898 .openerp .oe_form .oe_form_field_progressbar {
1899   display: inline-block;
1900   min-width: 70px;
1901 }
1902 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar {
1903   height: 22px;
1904   font-size: 10px;
1905   -moz-box-sizing: border-box;
1906   -webkit-box-sizing: border-box;
1907   -ms-box-sizing: border-box;
1908   box-sizing: border-box;
1909   border: 1px solid #999999;
1910   -moz-border-radius: 3px;
1911   -webkit-border-radius: 3px;
1912   border-radius: 3px;
1913   background: white;
1914   min-width: 50px;
1915 }
1916 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar span {
1917   position: absolute;
1918   margin-left: 10px;
1919   font-weight: bold;
1920 }
1921 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
1922   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
1923 }
1924 .openerp .oe_form .oe_view_manager_header2 td {
1925   padding: 0px 8px;
1926   line-height: 16px;
1927 }
1928 .openerp .oe_form .oe_view_manager_header2 td .oe_i {
1929   font-size: 13px;
1930 }
1931 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group {
1932   height: auto;
1933   line-height: 16px;
1934 }
1935 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group li {
1936   height: auto;
1937   line-height: 16px;
1938 }
1939 .openerp .oe-select-create-popup-view-form > .oe_formview > .oe_form_pager {
1940   display: none;
1941 }
1942 .openerp .oe_form td.oe_form_group_cell_label {
1943   border-right: 1px solid #dddddd;
1944 }
1945 .openerp .oe_form td.oe_form_group_cell_label label {
1946   display: block;
1947   min-width: 120px;
1948 }
1949 .openerp .oe_form td.oe_form_group_cell_label + .oe_form_group_cell {
1950   padding-left: 8px;
1951 }
1952 .openerp .oe_form .oe_form_subtotal_footer {
1953   float: right;
1954 }
1955 .openerp .oe_form .oe_form_subtotal_footer > div {
1956   text-align: right;
1957   padding: 3px;
1958 }
1959 .openerp .oe_form .oe_form_subtotal_footer label {
1960   font-weight: normal !important;
1961 }
1962 .openerp .oe_form .oe_form_subtotal_footer span {
1963   display: inline-block;
1964   min-width: 80px;
1965   text-align: right;
1966 }
1967 .openerp .oe_form .oe_form_subtotal_footer .oe_form_subtotal_footer_separator {
1968   border-top: 1px solid #cacaca;
1969   font-size: 120%;
1970   font-weight: bold;
1971 }
1972 .openerp .oe_form .oe_form_subtotal_footer .oe_form_subtotal_footer_separator label {
1973   font-weight: bold !important;
1974 }
1975 .openerp .oe-listview-content {
1976   width: 100%;
1977 }
1978 .openerp .oe-listview-content > thead {
1979   border-bottom: 2px solid #cacaca;
1980   background: #eeeeee;
1981   vertical-align: top;
1982 }
1983 .openerp .oe-listview-content > thead td, .openerp .oe-listview-content > thead th {
1984   padding: 3px 6px;
1985   line-height: 18px;
1986 }
1987 .openerp .oe-listview-content > thead th:after {
1988   content: "";
1989   float: right;
1990   margin-top: 7px;
1991   border-width: 0 4px 4px;
1992   border-style: solid;
1993   border-color: black transparent;
1994   visibility: hidden;
1995 }
1996 .openerp .oe-listview-content > thead th.sortup:after {
1997   visibility: visible;
1998   filter: alpha(opacity=60);
1999   opacity: 0.6;
2000 }
2001 .openerp .oe-listview-content > thead th.sortdown:after {
2002   border-bottom: none;
2003   border-left: 4px solid transparent;
2004   border-right: 4px solid transparent;
2005   border-top: 4px solid black;
2006   visibility: visible;
2007   -moz-box-shadow: none;
2008   -webkit-box-shadow: none;
2009   -box-shadow: none;
2010   filter: alpha(opacity=60);
2011   opacity: 0.6;
2012 }
2013 .openerp .oe-listview-content > tbody {
2014   cursor: pointer;
2015   background: white;
2016 }
2017 .openerp .oe-listview-content > tbody > tr {
2018   border-top: 1px solid #dddddd;
2019 }
2020 .openerp .oe-listview-content > tbody > tr > td.oe-field-cell {
2021   padding: 3px 6px;
2022 }
2023 .openerp .oe-listview-content > tbody > tr > td, .openerp .oe-listview-content > tbody > tr > th {
2024   line-height: 18px;
2025 }
2026 .openerp .oe-listview-content > tbody > tr > td > button, .openerp .oe-listview-content > tbody > tr > th > button {
2027   border: none;
2028   background: transparent;
2029   padding: 0;
2030   -moz-box-shadow: none;
2031   -webkit-box-shadow: none;
2032   -box-shadow: none;
2033 }
2034 .openerp .oe-listview-content > tbody > tr > td.oe_list_checkbox:first-child, .openerp .oe-listview-content > tbody > tr th.oe_list_checkbox:first-child {
2035   width: 17px;
2036 }
2037 .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 {
2038   border-width: 0;
2039 }
2040 .openerp .oe-listview-content > tbody > tr > td.oe_number {
2041   text-align: right !important;
2042 }
2043 .openerp .oe-listview-content > tbody > tr:nth-child(odd) {
2044   background-color: #f0f0fa;
2045   background-color: #f0f0fa;
2046   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
2047   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
2048   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
2049   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
2050   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
2051   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
2052 }
2053 .openerp .oe-listview-content > tfoot {
2054   border-top: 2px solid #cacaca;
2055   border-bottom: 1px solid #cacaca;
2056   background: #eeeeee;
2057   font-weight: bold;
2058 }
2059 .openerp .oe-listview-content > tbody tr:hover td, .openerp .oe-listview-content tbody tr:hover th {
2060   background-color: #eeeeee;
2061   background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dedede));
2062   background-image: -webkit-linear-gradient(top, #eeeeee, #dedede);
2063   background-image: -moz-linear-gradient(top, #eeeeee, #dedede);
2064   background-image: -ms-linear-gradient(top, #eeeeee, #dedede);
2065   background-image: -o-linear-gradient(top, #eeeeee, #dedede);
2066   background-image: linear-gradient(to bottom, #eeeeee, #dedede);
2067 }
2068 .openerp .oe-listview-content .numeric {
2069   text-align: right;
2070   width: 82px;
2071 }
2072 .openerp .oe-listview-content .numeric input {
2073   text-align: right;
2074 }
2075 .openerp .oe_trad_field.touched {
2076   border: 1px solid green !important;
2077 }
2078 .openerp.oe_tooltip {
2079   font-size: 12px;
2080 }
2081 .openerp.oe_tooltip .oe_tooltip_string {
2082   color: #ffdd55;
2083   font-weight: bold;
2084   font-size: 13px;
2085 }
2086 .openerp.oe_tooltip .oe_tooltip_help {
2087   white-space: pre-wrap;
2088 }
2089 .openerp.oe_tooltip .oe_tooltip_technical {
2090   padding: 0 0 4px 0;
2091   margin: 5px 0 0 15px;
2092 }
2093 .openerp.oe_tooltip .oe_tooltip_technical li {
2094   list-style: circle;
2095 }
2096 .openerp.oe_tooltip .oe_tooltip_technical_title {
2097   font-weight: bold;
2098 }
2099 .openerp .oe_layout_debugging .oe_form_group {
2100   outline: 2px dashed green;
2101 }
2102 .openerp .oe_layout_debugging .oe_form_group_cell {
2103   outline: 1px solid blue;
2104 }
2105 .openerp .oe_layout_debugging .oe_form_group:hover, .openerp .oe_layout_debugging .oe_form_group_cell:hover {
2106   outline-color: red;
2107 }
2108 .openerp .oe_layout_debugging .oe_form_group_row_incomplete > td:last-child:after {
2109   content: "[Incomplete Row]";
2110   background: red;
2111   padding: 2px;
2112   font-weight: bold;
2113   color: white;
2114   float: right;
2115 }
2116 .openerp .oe_layout_debugging .oe_form_group_row_incomplete.oe_form_group_row_newline > td:last-child:after {
2117   content: "[newline]";
2118 }
2119 .openerp .oe_debug_view {
2120   float: left;
2121 }
2122 .openerp .oe_debug_view_log {
2123   font-size: 95%;
2124 }
2125 .openerp .oe_debug_view_log label {
2126   display: block;
2127   width: 49%;
2128   text-align: right;
2129   float: left;
2130   font-weight: bold;
2131   color: #000099;
2132 }
2133 .openerp .oe_debug_view_log span {
2134   display: block;
2135   width: 49%;
2136   float: right;
2137   color: #333333;
2138 }
2139
2140 .kitten-mode-activated {
2141   background-image: url(http://placekitten.com/g/1365/769);
2142   background-size: cover;
2143   background-attachment: fixed;
2144 }
2145 .kitten-mode-activated > * {
2146   opacity: 0.7;
2147 }
2148
2149 .openerp .oe_form_field_many2one td:first-child {
2150   position: relative;
2151 }
2152 .openerp .oe_form_field_many2one span.oe-m2o-drop-down-button {
2153   position: absolute;
2154   top: 3px;
2155   right: 2px;
2156 }