restyling of kanban vignette
[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   display: block;
599   padding: 4px 15px;
600   clear: both;
601   font-weight: normal;
602   line-height: 18px;
603   color: #eeeeee;
604 }
605 .openerp .oe_user_menu .oe_dropdown_options li a:hover {
606   background-color: #292929;
607   background-image: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#191919));
608   background-image: -webkit-linear-gradient(top, #292929, #191919);
609   background-image: -moz-linear-gradient(top, #292929, #191919);
610   background-image: -ms-linear-gradient(top, #292929, #191919);
611   background-image: -o-linear-gradient(top, #292929, #191919);
612   background-image: linear-gradient(to bottom, #292929, #191919);
613   -moz-box-shadow: none;
614   -webkit-box-shadow: none;
615   -box-shadow: none;
616 }
617 .openerp .oe_user_menu .oe_dropdown_options li hr {
618   border-top: 1px solid #999999;
619   border-bottom: 0;
620 }
621 .openerp .oe_systray > div {
622   float: left;
623   padding: 0 4px 0 4px;
624 }
625 .openerp .oe_systray {
626   float: right;
627 }
628 .openerp .oe_systray .oe_systray_dropdown {
629   position: relative;
630 }
631 .openerp .oe_systray .oe_systray_dropdown:hover .oe_systray_dropdown_options {
632   display: block;
633 }
634 .openerp .oe_systray .oe_systray_dropdown_options {
635   background: #333333;
636   background: rgba(37, 37, 37, 0.9);
637   display: none;
638   position: absolute;
639   z-index: 900;
640   border: 0;
641   margin-left: 0;
642   margin-right: 0;
643   padding: 6px 0;
644   border-color: #999999;
645   border-color: rgba(0, 0, 0, 0.2);
646   border-style: solid;
647   border-width: 0 1px 1px;
648   -moz-border-radius: 0 0 6px 6px;
649   -webkit-border-radius: 0 0 6px 6px;
650   border-radius: 0 0 6px 6px;
651   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
652   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
653   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
654   -webkit-background-clip: padding-box;
655   -moz-background-clip: padding-box;
656   background-clip: padding-box;
657 }
658 .openerp .oe_systray .oe_systray_dropdown_options li {
659   float: none;
660   display: block;
661   background-color: none;
662 }
663 .openerp .oe_systray .oe_systray_dropdown_options li a {
664   display: block;
665   padding: 4px 15px;
666   clear: both;
667   font-weight: normal;
668   line-height: 18px;
669   color: #eeeeee;
670 }
671 .openerp .oe_systray .oe_systray_dropdown_options li a:hover {
672   background-color: #292929;
673   background-image: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#191919));
674   background-image: -webkit-linear-gradient(top, #292929, #191919);
675   background-image: -moz-linear-gradient(top, #292929, #191919);
676   background-image: -ms-linear-gradient(top, #292929, #191919);
677   background-image: -o-linear-gradient(top, #292929, #191919);
678   background-image: linear-gradient(to bottom, #292929, #191919);
679   -moz-box-shadow: none;
680   -webkit-box-shadow: none;
681   -box-shadow: none;
682 }
683 .openerp .oe_menu {
684   float: left;
685   padding: 0;
686   margin: 0;
687 }
688 .openerp .oe_menu li {
689   float: left;
690 }
691 .openerp .oe_menu a {
692   display: block;
693   padding: 5px 10px 7px;
694   line-height: 20px;
695   height: 20px;
696   color: #eeeeee;
697   vertical-align: top;
698   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
699 }
700 .openerp .oe_menu a:hover {
701   background: #303030;
702   color: white;
703   -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
704   -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
705   -box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
706 }
707 .openerp .oe_menu .oe_active {
708   background: #303030;
709   font-weight: bold;
710   color: white;
711   -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
712   -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
713   -box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
714 }
715 .openerp .oe_menu_more_container {
716   position: relative;
717 }
718 .openerp .oe_menu_more_container .oe_menu_more {
719   position: absolute;
720   padding: 0;
721   background-color: #646060;
722   z-index: 1;
723   border: 1px solid black;
724   border-bottom-left-radius: 5px;
725   border-bottom-right-radius: 5px;
726 }
727 .openerp .oe_menu_more_container .oe_menu_more li {
728   float: none;
729 }
730 .openerp .oe_menu_more_container .oe_menu_more li a {
731   white-space: nowrap;
732 }
733 .openerp .oe_secondary_menu_section {
734   font-weight: bold;
735   margin-left: 8px;
736   color: #8a89ba;
737 }
738 .openerp .oe_secondary_submenu {
739   padding: 2px 0 8px 0;
740   margin: 0;
741   width: 100%;
742   display: inline-block;
743 }
744 .openerp .oe_secondary_submenu > li {
745   position: relative;
746   padding: 1px 0 1px 20px;
747 }
748 .openerp .oe_secondary_submenu > li a {
749   display: block;
750   color: #4c4c4c;
751   padding: 2px 4px 2px 0;
752 }
753 .openerp .oe_secondary_submenu > li .oe_menu_label {
754   position: absolute;
755   top: 1px;
756   right: 1px;
757   font-size: 10px;
758   background: #8a89ba;
759   color: white;
760   padding: 2px 4px;
761   margin: 1px 6px 0 0;
762   border: 1px solid lightGray;
763   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
764   -moz-border-radius: 4px;
765   -webkit-border-radius: 4px;
766   border-radius: 4px;
767   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
768   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
769   -box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
770 }
771 .openerp .oe_secondary_submenu .oe_menu_counter {
772   float: right;
773   background: #8a89ba;
774   color: #eeeeee;
775   font-size: 12px;
776   border: 1px solid lightgray;
777   padding: 0px 4px 0px 4px;
778   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
779   margin: 0px;
780   -moz-border-radius: 4px;
781   -webkit-border-radius: 4px;
782   border-radius: 4px;
783 }
784 .openerp .oe_secondary_submenu .oe_active {
785   background: #8a89ba;
786   border-top: 1px solid lightGray;
787   border-bottom: 1px solid lightGray;
788   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
789   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
790   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
791   -box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
792 }
793 .openerp .oe_secondary_submenu .oe_active a {
794   color: white;
795 }
796 .openerp .oe_secondary_submenu .oe_active .oe_menu_label {
797   background: #eeeeee;
798   color: #8a89ba;
799   text-shadow: 0 1px 1px white;
800   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
801   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
802   -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
803 }
804 .openerp .oe_secondary_submenu .oe_active .oe_menu_counter {
805   background: #eeeeee;
806   color: #8a89ba;
807 }
808 .openerp .oe_secondary_submenu .oe_menu_toggler:before {
809   width: 0;
810   height: 0;
811   display: inline-block;
812   content: "&darr";
813   text-indent: -99999px;
814   vertical-align: top;
815   margin-left: -12px;
816   margin-top: 4px;
817   margin-right: 4px;
818   border-top: 4px solid transparent;
819   border-bottom: 4px solid transparent;
820   border-left: 4px solid #4c4c4c;
821   filter: alpha(opacity=50);
822   opacity: 0.5;
823 }
824 .openerp .oe_secondary_submenu .oe_menu_opened:before {
825   margin-top: 6px;
826   margin-left: -16px;
827   margin-right: 4px;
828   border-left: 4px solid transparent;
829   border-right: 4px solid transparent;
830   border-top: 4px solid #4c4c4c;
831 }
832 .openerp .oe_application {
833   width: 100%;
834 }
835 .openerp .oe_application a {
836   color: #8a89ba;
837 }
838 .openerp .oe_application a:hover {
839   text-decoration: underline;
840 }
841 .openerp .oe-view-manager-header {
842   border-top: 1px solid #cacaca;
843   border-bottom: 1px solid #cacaca;
844   background-color: #fcfcfc;
845   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
846   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
847   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
848   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
849   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
850   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
851   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
852   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
853   -box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
854 }
855 .openerp .oe-view-manager-header h2 {
856   float: left;
857   font-size: 18px;
858   margin: 1px 0;
859 }
860 .openerp .oe-view-manager-header h2 a {
861   color: #8a89ba;
862 }
863 .openerp .oe-view-manager-header .buttons {
864   padding-right: 8px;
865 }
866 .openerp .oe-view-manager-header .buttons li {
867   float: left;
868   margin-right: 12px;
869 }
870 .openerp .oe-view-manager-header .filter {
871   vertical-align: top;
872 }
873 .openerp .oe-view-manager-header .filter li {
874   height: 24px;
875   line-height: 24px;
876   padding: 0 8px;
877 }
878 .openerp .oe-view-manager-header .header-row {
879   height: 26px;
880   line-height: 26px;
881   margin: 8px;
882   clear: both;
883   text-shadow: 0 1px 1px white;
884 }
885 .openerp .oe-view-manager-header .header-row .dropdown-toggle:after {
886   margin-top: 7px;
887   margin-left: 6px;
888   border-top-color: #404040;
889 }
890 .openerp .oe-view-manager-header .oe_vm_switch li {
891   padding-left: 1px;
892   text-align: center;
893   width: 24px;
894   height: 24px;
895   line-height: 24px;
896 }
897 .openerp .oe-view-manager-header .pagination li {
898   height: 24px;
899   line-height: 24px;
900   padding: 0 8px;
901 }
902 .openerp .oe-view-manager-header .button-group {
903   display: inline-block;
904   border: 1px solid #ababab;
905   -moz-border-radius: 5px;
906   -webkit-border-radius: 5px;
907   border-radius: 5px;
908 }
909 .openerp .oe-view-manager-header .button-group li {
910   float: left;
911   border-right: 1px solid #ababab;
912 }
913 .openerp .oe-view-manager-header .button-group li:last-child {
914   border: none;
915 }
916 .openerp .oe-view-manager-header .button-group a {
917   color: #4c4c4c;
918 }
919 .openerp .oe-view-manager-header .button-group a:hover {
920   text-decoration: none;
921 }
922 .openerp .oe-view-manager-header .button-group .active {
923   width: 100%;
924   background: #999999;
925   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
926   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
927   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
928   color: white;
929   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
930 }
931 .openerp .oe_view_manager_header {
932   width: 100%;
933   border-top: 1px solid #cacaca;
934   border-bottom: 1px solid #cacaca;
935   background-color: #fcfcfc;
936   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
937   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
938   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
939   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
940   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
941   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
942   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
943   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
944   -box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
945 }
946 .openerp .oe_view_manager_header .oe_header_row {
947   clear: both;
948   text-shadow: 0 1px 1px white;
949 }
950 .openerp .oe_view_manager_header .oe_header_row td {
951   padding: 8px;
952 }
953 .openerp .oe_view_manager_header .oe_header_row:last-child td {
954   padding-top: 0;
955 }
956 .openerp .oe_view_manager_header .oe_header_row:first-child td {
957   padding-top: 8px;
958 }
959 .openerp .oe_view_manager_header .oe_view_manager_sidebar {
960   margin: 0px auto;
961   width: 400px;
962   text-align: center;
963 }
964 .openerp .oe_view_manager_header td {
965   line-height: 26px;
966 }
967 .openerp .oe_view_manager_header h2 {
968   font-size: 18px;
969   margin: 0;
970   float: left;
971 }
972 .openerp .oe_view_manager_header h2 a {
973   color: #8a89ba;
974 }
975 .openerp .oe_view_manager_header .oe_button_group {
976   display: inline-block;
977   border: 1px solid #ababab;
978   -moz-border-radius: 5px;
979   -webkit-border-radius: 5px;
980   border-radius: 5px;
981 }
982 .openerp .oe_view_manager_header .oe_button_group li {
983   float: left;
984   border-right: 1px solid #ababab;
985 }
986 .openerp .oe_view_manager_header .oe_button_group li:last-child {
987   border: none;
988 }
989 .openerp .oe_view_manager_header .oe_button_group a {
990   color: #4c4c4c;
991 }
992 .openerp .oe_view_manager_header .oe_button_group a:hover {
993   text-decoration: none;
994 }
995 .openerp .oe_view_manager_header .oe_button_group .active {
996   background: #999999;
997   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
998   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
999   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1000 }
1001 .openerp .oe_view_manager_header .oe_button_group .active a {
1002   color: white;
1003   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1004 }
1005 .openerp .oe_view_manager_header .oe_view_manager_buttons {
1006   white-space: nowrap;
1007 }
1008 .openerp .oe_view_manager_pager {
1009   line-height: 26px;
1010 }
1011 .openerp .oe_pager_value {
1012   float: left;
1013   margin-right: 8px;
1014 }
1015 .openerp .oe_pager_group {
1016   float: left;
1017   height: 24px;
1018   line-height: 24px;
1019   display: inline-block;
1020   border: 1px solid #ababab;
1021   cursor: pointer;
1022   -moz-border-radius: 5px;
1023   -webkit-border-radius: 5px;
1024   border-radius: 5px;
1025 }
1026 .openerp .oe_pager_group li {
1027   height: 24px;
1028   line-height: 24px;
1029   padding: 0;
1030   float: left;
1031   border-right: 1px solid #ababab;
1032 }
1033 .openerp .oe_pager_group li:last-child {
1034   border: none;
1035 }
1036 .openerp .oe_pager_group a {
1037   color: #4c4c4c;
1038   padding: 0 8px;
1039 }
1040 .openerp .oe_pager_group a:hover {
1041   text-decoration: none;
1042 }
1043 .openerp .oe_pager_group .active {
1044   background: #999999;
1045   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1046   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1047   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1048 }
1049 .openerp .oe_pager_group .active a {
1050   color: white;
1051   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1052 }
1053 .openerp .oe_view_manager_switch li {
1054   text-align: center;
1055   width: 24px;
1056   height: 24px;
1057   line-height: 16px;
1058 }
1059 .openerp .oe_view_manager_switch li a {
1060   position: relative;
1061 }
1062 .openerp .oe_view_manager_switch .oe_vm_switch_list:after, .openerp .oe_view_manager_switch .oe_vm_switch_tree:after {
1063   padding: 2px;
1064   content: "i";
1065 }
1066 .openerp .oe_view_manager_switch .oe_vm_switch_graph:after {
1067   font-family: "mnmliconsRegular" !important;
1068   font-size: 21px;
1069   font-weight: 300 !important;
1070   content: "}";
1071   top: -2px;
1072   position: relative;
1073 }
1074 .openerp .oe_view_manager_switch .oe_vm_switch_gantt:after {
1075   font-family: "mnmliconsRegular" !important;
1076   font-size: 21px;
1077   font-weight: 300 !important;
1078   content: "y";
1079   top: -2px;
1080   position: relative;
1081 }
1082 .openerp .oe_view_manager_switch .oe_vm_switch_calendar:after {
1083   content: "P";
1084 }
1085 .openerp .oe_view_manager_switch .oe_vm_switch_kanban:after {
1086   content: "k";
1087 }
1088 .openerp .oe_view_manager_switch .oe_vm_switch_diagram:after {
1089   content: "f";
1090 }
1091 .openerp .oe_form_dropdown_section {
1092   position: relative;
1093   display: inline-block;
1094 }
1095 .openerp .oe_dropdown_toggle:after {
1096   width: 0;
1097   height: 0;
1098   display: inline-block;
1099   content: "&darr";
1100   text-indent: -99999px;
1101   vertical-align: top;
1102   border-left: 4px solid transparent;
1103   border-right: 4px solid transparent;
1104   border-top: 4px solid white;
1105   filter: alpha(opacity=50);
1106   opacity: 0.5;
1107   margin-top: 7px;
1108   margin-left: 6px;
1109   border-top-color: #404040;
1110 }
1111 .openerp .oe_dropdown_menu {
1112   display: none;
1113   position: absolute;
1114   top: 28px;
1115   left: 0px;
1116   padding: 8px;
1117   border: 1px solid #afafb6;
1118   width: 120px;
1119   overflow-x: hidden;
1120   z-index: 900;
1121   text-align: left;
1122   background: white;
1123   -moz-border-radius: 3px;
1124   -webkit-border-radius: 3px;
1125   border-radius: 3px;
1126   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1127   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1128   -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1129 }
1130 .openerp .oe_dropdown_menu li {
1131   list-style-type: none;
1132   float: none;
1133   display: block;
1134   background-color: none;
1135 }
1136 .openerp .oe_dropdown_menu li a {
1137   display: block;
1138   padding: 3px 6px;
1139   clear: both;
1140   font-weight: normal;
1141   line-height: 14px;
1142   color: #4c4c4c;
1143   text-decoration: none;
1144   cursor: pointer;
1145 }
1146 .openerp .oe_dropdown_menu li a:hover {
1147   text-decoration: none;
1148   background-color: #f0f0fa;
1149   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
1150   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
1151   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
1152   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
1153   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
1154   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
1155   -moz-box-shadow: none;
1156   -webkit-box-shadow: none;
1157   -box-shadow: none;
1158 }
1159 .openerp .oe_sidebar {
1160   white-space: nowrap;
1161 }
1162 .openerp .oe_searchview {
1163   position: relative;
1164   float: right;
1165 }
1166 .openerp .oe_searchview .VS-search .VS-search-box {
1167   min-height: 0;
1168   padding: 0;
1169   width: 480px;
1170   border: 1px solid #ababab;
1171   -moz-border-radius: 13px;
1172   -webkit-border-radius: 13px;
1173   border-radius: 13px;
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 .VS-search .VS-icon {
1179   top: 6px;
1180 }
1181 .openerp .oe_searchview .VS-search .VS-icon-search {
1182   left: 2px;
1183   top: 3px;
1184   height: 18px;
1185   width: 18px;
1186 }
1187 .openerp .oe_searchview .VS-search .VS-search-inner {
1188   margin: 0 40px 0 17px;
1189   padding: 1px 0;
1190   font-size: 13px;
1191 }
1192 .openerp .oe_searchview .VS-search .VS-search-inner input {
1193   font-size: inherit;
1194   line-height: inherit;
1195   height: auto;
1196   padding: 0;
1197 }
1198 .openerp .oe_searchview .VS-search .VS-search-inner .VS-input-width-tester {
1199   font-size: inherit;
1200   padding: 0;
1201 }
1202 .openerp .oe_searchview .VS-search .VS-search-inner .search_input {
1203   margin-left: 0;
1204   height: 22px;
1205 }
1206 .openerp .oe_searchview .VS-search .VS-search-inner .search_input input, .openerp .oe_searchview .VS-search .VS-search-inner .search_input .VS-input-width-tester {
1207   height: inherit;
1208   margin: 0;
1209 }
1210 .openerp .oe_searchview .VS-search .VS-search-inner .search_facet {
1211   padding: 0;
1212   margin: 1px 0;
1213   border: 1px solid #afafb6;
1214   -moz-border-radius: 3px;
1215   -webkit-border-radius: 3px;
1216   border-radius: 3px;
1217   background: #f0f0fa;
1218   height: 18px;
1219 }
1220 .openerp .oe_searchview .VS-search .VS-search-inner .search_facet.is_selected {
1221   border-color: #a6a6fe;
1222   -moz-box-shadow: 0 0 3px 1px #a6a6fe;
1223   -webkit-box-shadow: 0 0 3px 1px #a6a6fe;
1224   -box-shadow: 0 0 3px 1px #a6a6fe;
1225 }
1226 .openerp .oe_searchview .VS-search .VS-search-inner .search_facet.is_selected .category {
1227   margin-left: 0;
1228 }
1229 .openerp .oe_searchview .VS-search .VS-search-inner .search_facet.is_selected .VS-icon-cancel {
1230   filter: alpha(opacity=100);
1231   opacity: 1;
1232   background-position: center 0;
1233 }
1234 .openerp .oe_searchview .VS-search .VS-search-inner .search_facet .category {
1235   padding: 0 4px 0 14px;
1236   color: white;
1237   background: #8786b7;
1238   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1239   font-weight: normal;
1240   text-transform: none;
1241   height: 18px;
1242   line-height: 18px;
1243   font-size: inherit;
1244 }
1245 .openerp .oe_searchview .VS-search .VS-search-inner .search_facet .search_facet_input_container {
1246   border-left: 1px solid #afafb6;
1247   height: 18px;
1248   line-height: 18px;
1249   padding: 0 4px;
1250   cursor: pointer;
1251 }
1252 .openerp .oe_searchview .VS-search .VS-search-inner .search_facet .search_facet_remove {
1253   left: 1px;
1254   top: 3px;
1255 }
1256 .openerp .oe_searchview .VS-search .VS-icon-cancel {
1257   right: 24px;
1258 }
1259 .openerp .oe_searchview .VS-search .oe_vs_unfold_drawer {
1260   position: absolute;
1261   top: 0;
1262   right: 0;
1263   height: 100%;
1264   line-height: 23px;
1265   padding: 0 7px 0 4px;
1266   color: #4c4c4c;
1267   cursor: pointer;
1268 }
1269 .openerp .oe_searchview .VS-search .oe_vs_unfold_drawer:before {
1270   position: absolute;
1271   top: 9px;
1272   right: 8px;
1273   width: 0;
1274   height: 0;
1275   display: inline-block;
1276   content: "";
1277   vertical-align: top;
1278   border-top: 5px solid #4c4c4c;
1279   border-left: 5px solid transparent;
1280   border-right: 5px solid transparent;
1281   filter: alpha(opacity=50);
1282   opacity: 0.5;
1283 }
1284 .openerp .oe_searchview.oe_searchview_open_drawer .oe_searchview_drawer {
1285   display: block;
1286 }
1287 .openerp .oe_searchview .oe_searchview_drawer {
1288   position: absolute;
1289   z-index: 1;
1290   top: 100%;
1291   right: 0;
1292   background-color: white;
1293   width: 480px;
1294   display: none;
1295   border: 1px solid #cccccc;
1296   text-align: left;
1297 }
1298 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters {
1299   display: table;
1300   width: 100%;
1301 }
1302 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters > div {
1303   -moz-box-sizing: border-box;
1304   -webkit-box-sizing: border-box;
1305   box-sizing: border-box;
1306   display: table-cell;
1307   width: 50%;
1308 }
1309 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters h3 {
1310   margin: 2px 4px 2px 8px;
1311   color: #8786b7;
1312 }
1313 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters ul {
1314   margin: 0 12px 3px;
1315   padding: 0;
1316   list-style: none;
1317 }
1318 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters li {
1319   list-style: none;
1320   padding: 3px 6px;
1321   height: 14px;
1322   color: inherit;
1323   cursor: pointer;
1324 }
1325 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_filters li:hover {
1326   background-color: #f0f0fa;
1327 }
1328 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced h4 {
1329   border-top: 1px solid #cccccc;
1330   margin: 5px 0 3px;
1331   cursor: pointer;
1332 }
1333 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced h4:before {
1334   content: "â–¸ ";
1335 }
1336 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced div {
1337   display: none;
1338 }
1339 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced button.oe_add_condition:before {
1340   content: "⊞ ";
1341 }
1342 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced button.oe_apply:before {
1343   content: "âš¡ ";
1344 }
1345 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced ul {
1346   list-style: none;
1347   padding: 0;
1348 }
1349 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced li {
1350   list-style: none;
1351   margin: 0;
1352 }
1353 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced.oe_opened h4:before {
1354   content: "â–¾ ";
1355 }
1356 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced.oe_opened div {
1357   display: block;
1358 }
1359 .openerp .oe_view_nocontent > img {
1360   float: left;
1361   margin: 1.5em;
1362 }
1363 .openerp .oe_view_nocontent > div {
1364   overflow: hidden;
1365   padding: 35px 0px 0px 0px;
1366   max-width: 700px;
1367   font-size: 125%;
1368 }
1369 .openerp .oe_view_topbar {
1370   border-bottom: 1px solid #cacaca;
1371   background-color: #fcfcfc;
1372   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1373   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1374   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1375   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1376   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1377   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1378   padding: 0 8px;
1379   line-height: 30px;
1380 }
1381 .openerp .oe_formview {
1382   background: white;
1383 }
1384 .openerp .oe_form_header {
1385   padding: 8px;
1386 }
1387 .openerp .oe_form_invalid input, .openerp .oe_form_invalid select, .openerp .oe_form_invalid textarea {
1388   background-color: #ff6666 !important;
1389   border: 1px solid #dd0000 !important;
1390 }
1391 .openerp .oe_form_button_save_dirty {
1392   color: white;
1393   background: #dc5f59;
1394   background: -moz-linear-gradient(#dc5f59, #b33630);
1395   background: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
1396   background: -webkit-linear-gradient(#dc5f59, #b33630);
1397   -moz-box-shadow: none;
1398   -webkit-box-shadow: none;
1399   -box-shadow: none;
1400   font-weight: bold;
1401 }
1402 .openerp .oe_form_button_save_dirty:hover {
1403   background: #ed6f6a;
1404 }
1405 .openerp .oe_form_topbar {
1406   border-bottom: 1px solid #cacaca;
1407   background-color: #fcfcfc;
1408   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1409   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1410   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1411   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1412   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1413   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1414   padding: 0 8px;
1415   line-height: 30px;
1416 }
1417 .openerp .oe_form_topbar button {
1418   font-size: 12px;
1419   height: 24px !important;
1420   line-height: 24px;
1421   vertical-align: top;
1422   padding: 0 10px;
1423   margin: 3px 4px 3px 0;
1424 }
1425 .openerp .oe_form_topbar button span.i {
1426   line-height: 20px;
1427   height: 24px;
1428 }
1429 .openerp .oe_form_topbar ul {
1430   height: 30px;
1431   padding: 0;
1432   margin: 0;
1433   text-shadow: 0 1px 1px white;
1434   border-left: 1px solid #cacaca;
1435   border-right: 1px solid #cacaca;
1436 }
1437 .openerp .oe_form_topbar ul li {
1438   padding: 0;
1439   margin: 0;
1440   float: left;
1441   vertical-align: top;
1442   border-right: 1px solid #cacaca;
1443   height: 30px;
1444   padding: 0 12px;
1445 }
1446 .openerp .oe_form_topbar ul li:first-child {
1447   border-left: 1px solid #cacaca;
1448 }
1449 .openerp .oe_form_topbar ul li a {
1450   color: #4c4c4c;
1451 }
1452 .openerp .oe_form_topbar ul li a:hover {
1453   color: black;
1454 }
1455 .openerp .oe_form_topbar .oe_form_steps img {
1456   margin: 0 8px;
1457   vertical-align: top;
1458 }
1459 .openerp .oe_form_topbar .oe_form_steps li {
1460   border-right: none;
1461   padding: 0;
1462 }
1463 .openerp .oe_form_topbar .oe_form_steps li:first-child {
1464   margin-left: 12px;
1465   border-left: none;
1466 }
1467 .openerp .oe_form_topbar .oe_form_steps li:last-child {
1468   margin-right: 12px;
1469 }
1470 .openerp .oe_form_topbar .oe_form_steps_active {
1471   font-weight: bold;
1472   color: #b33630;
1473 }
1474 .openerp .oe_form_topbar.oe_form_topbar_hifirst button:first-child, .openerp button.oe_form_button_hi {
1475   color: white;
1476   background: #dc5f59;
1477   background: -moz-linear-gradient(#dc5f59, #b33630);
1478   background: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
1479   background: -webkit-linear-gradient(#dc5f59, #b33630);
1480   -moz-box-shadow: none;
1481   -webkit-box-shadow: none;
1482   -box-shadow: none;
1483 }
1484 .openerp .oe_form_topbar.oe_form_topbar_hifirst button:first-child:hover, .openerp button.oe_form_button_hi:hover {
1485   background: #df6b66;
1486   background: -moz-linear-gradient(#df6b66, #bf3a33);
1487   background: -webkit-gradient(linear, left top, left bottom, from(#df6b66), to(#bf3a33));
1488   background: -webkit-linear-gradient(#df6b66, #bf3a33);
1489   -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1490   -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1491   -box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1492 }
1493 .openerp .oe_application .oe_form_sheetbg {
1494   background: url(/web/static/src/img/form_sheetbg.png);
1495   padding: 8px 0;
1496   border-bottom: 1px solid #dddddd;
1497 }
1498 .openerp .oe_application .oe_form_sheet_width, .openerp .oe_application .oe_form_bottom {
1499   min-width: 650px;
1500   max-width: 980px;
1501   margin: 0 auto;
1502 }
1503 .openerp .oe_application .oe_form_sheet {
1504   padding: 8px 8px 8px 8px;
1505   background: white;
1506   min-height: 420px;
1507   border: 1px solid #afafb6;
1508   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1509   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1510   -box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1511 }
1512 .openerp .oe_form .oe_form_group_cell {
1513   line-height: 18px;
1514   padding: 2px;
1515   height: 20px;
1516 }
1517 .openerp .oe_form .oe_form_group_cell > .oe_form_field_many2one,
1518 .openerp .oe_form .oe_form_group_cell > .oe_form_field_many2one input,
1519 .openerp .oe_form .oe_form_group_cell > .oe_form_field_char input,
1520 .openerp .oe_form .oe_form_group_cell > .oe_form_field_text textarea,
1521 .openerp .oe_form .oe_form_group_cell > .oe_form_field_email,
1522 .openerp .oe_form .oe_form_group_cell > .oe_form_field_email input,
1523 .openerp .oe_form .oe_form_group_cell > .oe_form_field_url,
1524 .openerp .oe_form .oe_form_group_cell > .oe_form_field_url input,
1525 .openerp .oe_form .oe_form_group_cell > .oe_form_field_float input,
1526 .openerp .oe_form .oe_form_group_cell > .oe_form_field_selection select,
1527 .openerp .oe_form .oe_form_group_cell > div > .oe_datepicker_root,
1528 .openerp .oe_form .oe_form_group_cell > div > .oe_datepicker_root > input.oe_datepicker_master {
1529   width: 100%;
1530 }
1531 .openerp .oe_form .oe_form_group_cell.oe_form_group_nested {
1532   padding: 0;
1533 }
1534 .openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
1535   font-weight: bold;
1536   white-space: nowrap;
1537   padding-right: 8px;
1538 }
1539 .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
1540   font-size: 80%;
1541   color: darkGreen;
1542   vertical-align: top;
1543   position: relative;
1544   top: -4px;
1545   padding: 0 2px;
1546 }
1547 .openerp .oe_form textarea {
1548   resize: vertical;
1549 }
1550 .openerp .oe_form input[type="text"],
1551 .openerp .oe_form input[type="password"],
1552 .openerp .oe_form input[type="file"],
1553 .openerp .oe_form select {
1554   height: 22px;
1555   padding-top: 2px;
1556 }
1557 .openerp .oe_form input[type="text"],
1558 .openerp .oe_form input[type="password"],
1559 .openerp .oe_form input[type="file"],
1560 .openerp .oe_form select,
1561 .openerp .oe_form textarea {
1562   -moz-box-sizing: border-box;
1563   -webkit-box-sizing: border-box;
1564   -ms-box-sizing: border-box;
1565   box-sizing: border-box;
1566   padding: 0 2px;
1567   margin: 0 2px;
1568   border: 1px solid #999999;
1569   -moz-border-radius: 3px;
1570   -webkit-border-radius: 3px;
1571   border-radius: 3px;
1572   background: white;
1573   min-width: 90px;
1574   color: #1f1f1f;
1575 }
1576 .openerp .oe_form input[readonly],
1577 .openerp .oe_form select[readonly],
1578 .openerp .oe_form textarea[readonly],
1579 .openerp .oe_form input[disabled],
1580 .openerp .oe_form select[disabled] {
1581   background: #e5e5e5 !important;
1582   color: #666666;
1583 }
1584 .openerp .oe_form textarea[disabled] {
1585   border: none;
1586   border-left: 8px solid #eeeeee;
1587   padding-left: 8px;
1588   -moz-box-shadow: none;
1589   -webkit-box-shadow: none;
1590   -box-shadow: none;
1591   -moz-border-radius: 0px;
1592   -webkit-border-radius: 0px;
1593   border-radius: 0px;
1594 }
1595 .openerp .oe_form .oe_form_field_many2one input,
1596 .openerp .oe_form .oe_form_field_binary input,
1597 .openerp .oe_form .oe_form_field_binary input,
1598 .openerp .oe_form .oe_form_field_email input,
1599 .openerp .oe_form .oe_form_field_url input {
1600   border-right: none;
1601   -webkit-border-top-right-radius: 0px;
1602   -webkit-border-bottom-right-radius: 0px;
1603   -moz-border-radius-topright: 0px;
1604   -moz-border-radius-bottomright: 0px;
1605   border-top-right-radius: 0px;
1606   border-bottom-right-radius: 0px;
1607 }
1608 .openerp .oe_form .oe_form_field_email button img,
1609 .openerp .oe_form .oe_form_field_url button img {
1610   vertical-align: top;
1611 }
1612 .openerp .oe_form .oe_form_field_translatable,
1613 .openerp .oe_form .oe_form_field_many2one,
1614 .openerp .oe_form .oe_form_field_date,
1615 .openerp .oe_form .oe_form_field_datetime {
1616   white-space: nowrap;
1617 }
1618 .openerp .oe_form .oe_form_field_boolean {
1619   padding-top: 4px;
1620 }
1621 .openerp .oe_form .oe_form_field_datetime input {
1622   min-width: 11em;
1623 }
1624 .openerp .oe_form .oe_form_field_many2manytags .text-wrap {
1625   width: 100% !important;
1626 }
1627 .openerp .oe_form .oe_form_field_many2manytags .text-wrap textarea {
1628   width: 100% !important;
1629 }
1630 .openerp .oe_form .oe_form_field_many2manytags .oe_form_field_many2manytags_box {
1631   border-radius: 2px;
1632   box-sizing: border-box;
1633   position: relative;
1634   float: left;
1635   border: 1px solid #9daccc;
1636   background: #e2e6f0;
1637   color: black;
1638   padding: 0px 3px 0px 3px;
1639   margin: 0 2px 2px 0;
1640   cursor: pointer;
1641   height: 16px;
1642   font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
1643 }
1644 .openerp .oe_form .oe_form_field_many2manytags .text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
1645   font-style: italic;
1646   text-decoration: none;
1647 }
1648 .openerp .oe_form .oe_datepicker_container {
1649   display: none;
1650 }
1651 .openerp .oe_form .oe_datepicker_root {
1652   display: inline-block;
1653 }
1654 .openerp .oe_form .oe_form_required input, .openerp .oe_form .oe_form_required select, .openerp .oe_form .oe_form_required textarea {
1655   background-color: #d2d2ff !important;
1656 }
1657 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
1658   background-color: #ff6666 !important;
1659   border: 1px solid #dd0000 !important;
1660 }
1661 .openerp .oe_form .oe_button.oe_field_button {
1662   display: block;
1663   -webkit-border-top-left-radius: 0px;
1664   -webkit-border-bottom-left-radius: 0px;
1665   -moz-border-radius-topleft: 0px;
1666   -moz-border-radius-bottomleft: 0px;
1667   border-top-left-radius: 0px;
1668   border-bottom-left-radius: 0px;
1669   margin-right: -1px;
1670   height: 22px;
1671 }
1672 .openerp .oe_form .oe_input_icon {
1673   cursor: pointer;
1674   margin: 3px 0 0 -21px;
1675   vertical-align: top;
1676 }
1677 .openerp .oe_form .oe_input_icon_disabled {
1678   position: absolute;
1679   cursor: default;
1680   opacity: 0.5;
1681   filter: alpha(opacity=50);
1682   right: 5px;
1683   top: 3px;
1684 }
1685 .openerp .oe_form .oe_form_button.oe_button {
1686   height: 22px;
1687   color: #4c4c4c;
1688 }
1689 .openerp .oe_form .oe_form_button.oe_button span {
1690   position: relative;
1691   vertical-align: top;
1692 }
1693 .openerp .oe_form .oe_form_button > img {
1694   vertical-align: -3px;
1695   padding: 0 2px;
1696 }
1697 .openerp .oe_form .oe_form_group_cell > .oe_form_button.oe_button {
1698   display: block;
1699   white-space: nowrap;
1700   min-width: 100%;
1701   width: 100%;
1702 }
1703 .openerp .oe_form .oe-binary-file-set {
1704   overflow: hidden;
1705   position: relative;
1706   width: 45px;
1707   height: 30px;
1708 }
1709 .openerp .oe_form input.oe-binary-file {
1710   z-index: 0;
1711   line-height: 0;
1712   font-size: 12px;
1713   position: absolute;
1714   top: 1px;
1715   right: 10px;
1716   opacity: 0;
1717   filter: alpha(opacity=0);
1718   -ms-filter: "alpha(opacity=0)";
1719   margin: 0;
1720   padding: 0;
1721 }
1722 .openerp .oe_horizontal_border {
1723   border-bottom: 1px solid black;
1724 }
1725 .openerp .oe_horizontal_separator {
1726   font-weight: bold;
1727   font-size: 16px;
1728   margin: 4px 0;
1729 }
1730 .openerp .oe_horizontal_separator:empty {
1731   height: 5px;
1732 }
1733 .openerp .oe_vertical_separator {
1734   border-left: 1px solid #666666;
1735   padding: 0 4px 0 4px;
1736 }
1737 .openerp .oe_form_notebook {
1738   margin: 8px 0;
1739   padding: 0 8px;
1740   list-style: none;
1741   zoom: 1;
1742 }
1743 .openerp .oe_form_notebook:before, .openerp .oe_form_notebook:after {
1744   display: table;
1745   content: "";
1746   zoom: 1;
1747 }
1748 .openerp .oe_form_notebook:after {
1749   clear: both;
1750 }
1751 .openerp .oe_form_notebook > li {
1752   float: left;
1753 }
1754 .openerp .oe_form_notebook > li > a {
1755   display: block;
1756   color: #4c4c4c;
1757 }
1758 .openerp .oe_form_notebook {
1759   border-color: #dddddd;
1760   border-style: solid;
1761   border-width: 0 0 1px;
1762 }
1763 .openerp .oe_form_notebook > li {
1764   position: relative;
1765   margin-bottom: -1px;
1766 }
1767 .openerp .oe_form_notebook > li > a {
1768   padding: 0 12px;
1769   margin-right: 2px;
1770   line-height: 30px;
1771   border: 1px solid transparent;
1772   -moz-border-radius: 4px 4px 0 0;
1773   -webkit-border-radius: 4px 4px 0 0;
1774   border-radius: 4px 4px 0 0;
1775 }
1776 .openerp .oe_form_notebook > li > a:hover {
1777   text-decoration: none;
1778   background-color: #eeeeee;
1779   border-color: #eeeeee #eeeeee #dddddd;
1780 }
1781 .openerp .oe_form_notebook > li.ui-state-active > a, .openerp .oe_form_notebook > li.ui-state-active > a:hover {
1782   background-color: white;
1783   border: 1px solid #dddddd;
1784   border-bottom-color: transparent;
1785   cursor: default;
1786 }
1787 .openerp .oe_form_notebook_page {
1788   padding: 0;
1789 }
1790 .openerp .ui-tabs-hide {
1791   display: none;
1792 }
1793 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar {
1794   height: 22px;
1795   font-size: 10px;
1796   -moz-box-sizing: border-box;
1797   -webkit-box-sizing: border-box;
1798   -ms-box-sizing: border-box;
1799   box-sizing: border-box;
1800   border: 1px solid #999999;
1801   -moz-border-radius: 3px;
1802   -webkit-border-radius: 3px;
1803   border-radius: 3px;
1804   background: white;
1805   min-width: 90px;
1806 }
1807 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar span {
1808   position: absolute;
1809   margin-left: 10px;
1810   font-weight: bold;
1811 }
1812 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
1813   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
1814 }
1815 .openerp .oe_form .oe_view_manager_header2 td {
1816   padding: 0px 8px;
1817   line-height: 16px;
1818 }
1819 .openerp .oe_form .oe_view_manager_header2 td .oe_i {
1820   font-size: 13px;
1821 }
1822 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group {
1823   height: auto;
1824   line-height: 16px;
1825 }
1826 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group li {
1827   height: auto;
1828   line-height: 16px;
1829 }
1830 .openerp .oe-select-create-popup-view-form > .oe_formview > .oe_form_pager {
1831   display: none;
1832 }
1833 .openerp .oe_form .oe_form_title, .openerp .oe_form .oe_form_title input {
1834   font-size: 20px;
1835   font-weight: bold;
1836   height: 30px;
1837 }
1838 .openerp .oe_form .oe_form_group_odd_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell:nth-child(odd),
1839 .openerp .oe_form .oe_form_group_label_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell_label {
1840   border-right: 1px solid #dddddd;
1841 }
1842 .openerp .oe_form .oe_form_group_odd_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell:nth-child(odd) label,
1843 .openerp .oe_form .oe_form_group_label_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell_label label {
1844   display: block;
1845   min-width: 120px;
1846 }
1847 .openerp .oe_form .oe_form_group_odd_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell,
1848 .openerp .oe_form .oe_form_group_label_border > tbody > tr.oe_form_group_row > td.oe_form_group_cell {
1849   padding-left: 8px;
1850 }
1851 .openerp .oe_form .oe_form_subtotal_footer {
1852   float: right;
1853 }
1854 .openerp .oe_form .oe_form_subtotal_footer > div {
1855   text-align: right;
1856   padding: 3px;
1857 }
1858 .openerp .oe_form .oe_form_subtotal_footer label {
1859   font-weight: normal !important;
1860 }
1861 .openerp .oe_form .oe_form_subtotal_footer span {
1862   display: inline-block;
1863   min-width: 80px;
1864   text-align: right;
1865 }
1866 .openerp .oe_form .oe_form_subtotal_footer .oe_form_subtotal_footer_separator {
1867   border-top: 1px solid #cacaca;
1868   font-size: 120%;
1869   font-weight: bold;
1870 }
1871 .openerp .oe_form .oe_form_subtotal_footer .oe_form_subtotal_footer_separator label {
1872   font-weight: bold !important;
1873 }
1874 .openerp .oe-listview-content {
1875   width: 100%;
1876 }
1877 .openerp .oe-listview-content > thead {
1878   border-bottom: 2px solid #cacaca;
1879   background: #eeeeee;
1880   vertical-align: top;
1881 }
1882 .openerp .oe-listview-content > thead td, .openerp .oe-listview-content > thead th {
1883   padding: 3px 6px;
1884   line-height: 18px;
1885 }
1886 .openerp .oe-listview-content > thead th:after {
1887   content: "";
1888   float: right;
1889   margin-top: 7px;
1890   border-width: 0 4px 4px;
1891   border-style: solid;
1892   border-color: black transparent;
1893   visibility: hidden;
1894 }
1895 .openerp .oe-listview-content > thead th.sortup:after {
1896   visibility: visible;
1897   filter: alpha(opacity=60);
1898   opacity: 0.6;
1899 }
1900 .openerp .oe-listview-content > thead th.sortdown:after {
1901   border-bottom: none;
1902   border-left: 4px solid transparent;
1903   border-right: 4px solid transparent;
1904   border-top: 4px solid black;
1905   visibility: visible;
1906   -moz-box-shadow: none;
1907   -webkit-box-shadow: none;
1908   -box-shadow: none;
1909   filter: alpha(opacity=60);
1910   opacity: 0.6;
1911 }
1912 .openerp .oe-listview-content > tbody {
1913   cursor: pointer;
1914   background: white;
1915 }
1916 .openerp .oe-listview-content > tbody > tr {
1917   border-top: 1px solid #dddddd;
1918 }
1919 .openerp .oe-listview-content > tbody > tr > td, .openerp .oe-listview-content > tbody > tr > th {
1920   padding: 3px 6px;
1921   line-height: 18px;
1922 }
1923 .openerp .oe-listview-content > tbody > tr > td > button, .openerp .oe-listview-content > tbody > tr > th > button {
1924   border: none;
1925   background: transparent;
1926   padding: 0;
1927   -moz-box-shadow: none;
1928   -webkit-box-shadow: none;
1929   -box-shadow: none;
1930 }
1931 .openerp .oe-listview-content > tbody > tr > td.oe_list_checkbox:first-child, .openerp .oe-listview-content > tbody > tr th.oe_list_checkbox:first-child {
1932   width: 17px;
1933 }
1934 .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 {
1935   border-width: 0;
1936 }
1937 .openerp .oe-listview-content > tbody > tr > td.oe-number {
1938   text-align: right !important;
1939 }
1940 .openerp .oe-listview-content > tbody > tr:nth-child(odd) {
1941   background-color: #f0f0fa;
1942   background-color: #f0f0fa;
1943   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
1944   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
1945   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
1946   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
1947   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
1948   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
1949 }
1950 .openerp .oe-listview-content > tfoot {
1951   border-top: 2px solid #cacaca;
1952   border-bottom: 1px solid #cacaca;
1953   background: #eeeeee;
1954   font-weight: bold;
1955 }
1956 .openerp .oe-listview-content > tbody tr:hover td, .openerp .oe-listview-content tbody tr:hover th {
1957   background-color: #eeeeee;
1958   background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dedede));
1959   background-image: -webkit-linear-gradient(top, #eeeeee, #dedede);
1960   background-image: -moz-linear-gradient(top, #eeeeee, #dedede);
1961   background-image: -ms-linear-gradient(top, #eeeeee, #dedede);
1962   background-image: -o-linear-gradient(top, #eeeeee, #dedede);
1963   background-image: linear-gradient(to bottom, #eeeeee, #dedede);
1964 }
1965 .openerp .oe-listview-content .numeric {
1966   text-align: right;
1967   width: 82px;
1968 }
1969 .openerp .oe-listview-content .numeric input {
1970   text-align: right;
1971 }
1972 .openerp .oe_trad_field.touched {
1973   border: 1px solid green !important;
1974 }
1975 .openerp.oe_tooltip {
1976   font-size: 12px;
1977 }
1978 .openerp.oe_tooltip .oe_tooltip_string {
1979   color: #ffdd55;
1980   font-weight: bold;
1981   font-size: 13px;
1982 }
1983 .openerp.oe_tooltip .oe_tooltip_help {
1984   white-space: pre-wrap;
1985 }
1986 .openerp.oe_tooltip .oe_tooltip_technical {
1987   padding: 0 0 4px 0;
1988   margin: 5px 0 0 15px;
1989 }
1990 .openerp.oe_tooltip .oe_tooltip_technical li {
1991   list-style: circle;
1992 }
1993 .openerp.oe_tooltip .oe_tooltip_technical_title {
1994   font-weight: bold;
1995 }
1996 .openerp .oe_layout_debugging .oe_form_group {
1997   outline: 2px dashed green;
1998 }
1999 .openerp .oe_layout_debugging .oe_form_group_cell {
2000   outline: 1px solid blue;
2001 }
2002 .openerp .oe_layout_debugging .oe_form_group:hover, .openerp .oe_layout_debugging .oe_form_group_cell:hover {
2003   outline-color: red;
2004 }
2005 .openerp .oe_layout_debugging .oe_form_group_row_incomplete > td:last-child:after {
2006   content: "[Incomplete Row]";
2007   background: red;
2008   padding: 2px;
2009   font-weight: bold;
2010   color: white;
2011   float: right;
2012 }
2013 .openerp .oe_layout_debugging .oe_form_group_row_incomplete.oe_form_group_row_newline > td:last-child:after {
2014   content: "[newline]";
2015 }
2016 .openerp .oe_debug_view {
2017   float: left;
2018 }
2019 .openerp .oe_debug_view_log {
2020   font-size: 95%;
2021 }
2022 .openerp .oe_debug_view_log label {
2023   display: block;
2024   width: 49%;
2025   text-align: right;
2026   float: left;
2027   font-weight: bold;
2028   color: #000099;
2029 }
2030 .openerp .oe_debug_view_log span {
2031   display: block;
2032   width: 49%;
2033   float: right;
2034   color: #333333;
2035 }
2036
2037 .openerp .oe_form_field_many2one td:first-child {
2038   position: relative;
2039 }
2040 .openerp .oe_form_field_many2one span.oe-m2o-drop-down-button {
2041   position: absolute;
2042   top: 3px;
2043   right: 2px;
2044 }