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