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