Removed send email button in edit mode
[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   font-size: 12px;
157 }
158 .openerp .oe_bold {
159   font-weight: bold;
160 }
161 .openerp a.button:link, .openerp a.button:visited, .openerp button, .openerp input[type='submit'] {
162   display: inline-block;
163   border: 1px solid #ababab;
164   color: #404040;
165   margin: 0;
166   padding: 3px 12px;
167   font-size: 13px;
168   text-align: center;
169   background-color: #efefef;
170   background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
171   background-image: -webkit-linear-gradient(top, #efefef, #d8d8d8);
172   background-image: -moz-linear-gradient(top, #efefef, #d8d8d8);
173   background-image: -ms-linear-gradient(top, #efefef, #d8d8d8);
174   background-image: -o-linear-gradient(top, #efefef, #d8d8d8);
175   background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
176   -moz-border-radius: 3px;
177   -webkit-border-radius: 3px;
178   border-radius: 3px;
179   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
180   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
181   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
182   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
183   -webkit-font-smoothing: antialiased;
184   outline: none;
185 }
186 .openerp a.button:hover, .openerp button:hover, .openerp input[type='submit']:hover {
187   background-color: #f6f6f6;
188   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
189   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
190   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
191   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
192   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
193   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
194   cursor: pointer;
195 }
196 .openerp a.button:focus, .openerp button:focus, .openerp input[type='submit']:focus {
197   border: 1px solid #80bfff;
198   background-color: #f6f6f6;
199   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
200   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
201   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
202   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
203   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
204   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
205   -moz-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
206   -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
207   box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
208 }
209 .openerp a.button:active, .openerp a.button.active, .openerp button:active, .openerp button.active, .openerp input[type='submit']:active, .openerp input[type='submit'].active {
210   background: #e3e3e3;
211   background: -moz-linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
212   background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6)) #1b468f;
213   background: linear-gradient(top, #e3e3e3, #f6f6f6) #1b468f;
214   -moz-box-shadow: none;
215   -webkit-box-shadow: none;
216   box-shadow: none;
217 }
218 .openerp a.button.disabled, .openerp button:disabled, .openerp input[type='submit']:disabled {
219   background: #efefef !important;
220   border: 1px solid #d1d1d1 !important;
221   -moz-box-shadow: none !important;
222   -webkit-box-shadow: none !important;
223   box-shadow: none !important;
224   color: #aaaaaa !important;
225   cursor: default;
226   text-shadow: 0 1px 1px white !important;
227 }
228 .openerp button.primary {
229   color: white;
230   background-color: #dc5f59;
231   background-image: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
232   background-image: -webkit-linear-gradient(top, #dc5f59, #b33630);
233   background-image: -moz-linear-gradient(top, #dc5f59, #b33630);
234   background-image: -ms-linear-gradient(top, #dc5f59, #b33630);
235   background-image: -o-linear-gradient(top, #dc5f59, #b33630);
236   background-image: linear-gradient(to bottom, #dc5f59, #b33630);
237   -moz-box-shadow: none;
238   -webkit-box-shadow: none;
239   box-shadow: none;
240 }
241 .openerp button.primary:hover {
242   background-color: #df6b66;
243   background-image: -webkit-gradient(linear, left top, left bottom, from(#df6b66), to(#bf3a33));
244   background-image: -webkit-linear-gradient(top, #df6b66, #bf3a33);
245   background-image: -moz-linear-gradient(top, #df6b66, #bf3a33);
246   background-image: -ms-linear-gradient(top, #df6b66, #bf3a33);
247   background-image: -o-linear-gradient(top, #df6b66, #bf3a33);
248   background-image: linear-gradient(to bottom, #df6b66, #bf3a33);
249   -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
250   -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
251   box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
252 }
253 .openerp button.primary:active {
254   background-color: #b33630;
255   background-image: -webkit-gradient(linear, left top, left bottom, from(#b33630), to(#dc5f59));
256   background-image: -webkit-linear-gradient(top, #b33630, #dc5f59);
257   background-image: -moz-linear-gradient(top, #b33630, #dc5f59);
258   background-image: -ms-linear-gradient(top, #b33630, #dc5f59);
259   background-image: -o-linear-gradient(top, #b33630, #dc5f59);
260   background-image: linear-gradient(to bottom, #b33630, #dc5f59);
261   -moz-box-shadow: none;
262   -webkit-box-shadow: none;
263   box-shadow: none;
264 }
265 .openerp button.following {
266   color: white;
267   width: 120px;
268   background-color: #8a89ba;
269   background-image: -webkit-gradient(linear, left top, left bottom, from(#8a89ba), to(#807fb4));
270   background-image: -webkit-linear-gradient(top, #8a89ba, #807fb4);
271   background-image: -moz-linear-gradient(top, #8a89ba, #807fb4);
272   background-image: -ms-linear-gradient(top, #8a89ba, #807fb4);
273   background-image: -o-linear-gradient(top, #8a89ba, #807fb4);
274   background-image: linear-gradient(to bottom, #8a89ba, #807fb4);
275 }
276 .openerp button.unfollow {
277   display: none;
278   color: white;
279   width: 120px;
280   background-color: #dc5f59;
281   background-image: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
282   background-image: -webkit-linear-gradient(top, #dc5f59, #b33630);
283   background-image: -moz-linear-gradient(top, #dc5f59, #b33630);
284   background-image: -ms-linear-gradient(top, #dc5f59, #b33630);
285   background-image: -o-linear-gradient(top, #dc5f59, #b33630);
286   background-image: linear-gradient(to bottom, #dc5f59, #b33630);
287 }
288 .openerp .oe_loading {
289   display: none;
290   z-index: 100;
291   position: fixed;
292   top: 0;
293   right: 50%;
294   padding: 4px 12px;
295   background: #a61300;
296   color: white;
297   text-align: center;
298   border: 1px solid #990000;
299   border-top: none;
300   -moz-border-radius-bottomright: 8px;
301   -moz-border-radius-bottomleft: 8px;
302   border-bottom-right-radius: 8px;
303   border-bottom-left-radius: 8px;
304 }
305 .openerp .oe_notification {
306   z-index: 1050;
307 }
308 .openerp .oe_login {
309   background: url("/web/static/src/img/pattern.png") repeat;
310   text-align: center;
311   font-size: 14px;
312   height: 100%;
313 }
314 .openerp .oe_login li {
315   list-style-type: none;
316   padding-bottom: 4px;
317 }
318 .openerp .oe_login button {
319   float: right;
320   display: inline-block;
321   cursor: pointer;
322   padding: 6px 16px;
323   border: 1px solid #222222;
324   color: white;
325   margin: 0;
326   background-color: #b92020;
327   background-image: -webkit-gradient(linear, left top, left bottom, from(#b92020), to(#600606));
328   background-image: -webkit-linear-gradient(top, #b92020, #600606);
329   background-image: -moz-linear-gradient(top, #b92020, #600606);
330   background-image: -ms-linear-gradient(top, #b92020, #600606);
331   background-image: -o-linear-gradient(top, #b92020, #600606);
332   background-image: linear-gradient(to bottom, #b92020, #600606);
333   -moz-border-radius: 4px;
334   -webkit-border-radius: 4px;
335   border-radius: 4px;
336   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
337   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
338   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
339 }
340 .openerp .oe_login input, .openerp .oe_login select {
341   width: 252px;
342   font-family: "Lucida Grande", Helvetica, Verdana, Arial;
343   border: 1px solid #999999;
344   background: whitesmoke;
345   -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
346   -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
347   box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
348   -moz-border-radius: 3px;
349   -webkit-border-radius: 3px;
350   border-radius: 3px;
351 }
352 .openerp .oe_login input {
353   margin-bottom: 9px;
354   padding: 5px 6px;
355 }
356 .openerp .oe_login select {
357   padding: 1px;
358 }
359 .openerp .oe_login .oe_login_dbpane {
360   position: fixed;
361   top: 0;
362   right: 8px;
363   padding: 5px 10px;
364   color: #eeeeee;
365   border: solid 1px #333333;
366   background: #1e1e1e;
367   background: rgba(30, 30, 30, 0.94);
368   -moz-border-radius: 0 0 8px 8px;
369   -webkit-border-radius: 0 0 8px 8px;
370   border-radius: 0 0 8px 8px;
371 }
372 .openerp .oe_login .oe_login_dbpane input {
373   padding: 2px 4px;
374   margin: 4px 0;
375 }
376 .openerp .oe_login .oe_login_bottom {
377   position: absolute;
378   top: 50%;
379   left: 0;
380   right: 0;
381   bottom: 0;
382   text-shadow: 0 1px 1px #999999;
383   background-color: #b41616;
384   background-image: -webkit-gradient(linear, left top, left bottom, from(#b41616), to(#600606));
385   background-image: -webkit-linear-gradient(top, #b41616, #600606);
386   background-image: -moz-linear-gradient(top, #b41616, #600606);
387   background-image: -ms-linear-gradient(top, #b41616, #600606);
388   background-image: -o-linear-gradient(top, #b41616, #600606);
389   background-image: linear-gradient(to bottom, #b41616, #600606);
390 }
391 .openerp .oe_login .oe_login_pane {
392   position: absolute;
393   top: 50%;
394   left: 50%;
395   margin: -160px -166px;
396   border: solid 1px #333333;
397   background: #1e1e1e;
398   background: rgba(30, 30, 30, 0.94);
399   padding: 22px 32px;
400   color: #eeeeee;
401   text-align: left;
402   -moz-border-radius: 8px;
403   -webkit-border-radius: 8px;
404   border-radius: 8px;
405   -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
406   -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
407   box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
408 }
409 .openerp .oe_login .oe_login_pane h2 {
410   margin-top: 0;
411   font-size: 18px;
412 }
413 .openerp .oe_login .oe_login_logo {
414   position: absolute;
415   top: -70px;
416   left: 0;
417   width: 100%;
418   margin: 0 auto;
419   text-align: center;
420 }
421 .openerp .oe_login .oe_login_footer {
422   position: absolute;
423   bottom: -40px;
424   left: 0;
425   width: 100%;
426   text-align: center;
427 }
428 .openerp .oe_login .oe_login_footer a {
429   color: #eeeeee;
430   margin: 0 8px;
431 }
432 .openerp .oe_login .oe_login_footer a:hover {
433   text-decoration: underline;
434 }
435 .openerp .oe_login .oe_login_footer span {
436   font-weight: bold;
437   font-size: 16px;
438 }
439 .openerp .oe_login .oe_login_error_message {
440   display: none;
441   background-color: #b41616;
442   color: #eeeeee;
443   padding: 14px 18px;
444   margin-top: 15px;
445   text-align: center;
446   -moz-border-radius: 4px;
447   -webkit-border-radius: 4px;
448   border-radius: 4px;
449   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
450   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
451   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
452 }
453 .openerp .oe_login_invalid .oe_login_error_message {
454   display: inline-block;
455 }
456 .openerp .oe_database_manager {
457   background: white;
458   color: black;
459   text-align: left;
460 }
461 .openerp .oe_database_manager .oe_database_manager_menu {
462   color: black;
463 }
464 .openerp .oe_webclient {
465   width: 100%;
466   height: 100%;
467   border-spacing: 0px;
468 }
469 .openerp .oe_content_full_screen .oe_application {
470   top: 0;
471   left: 0;
472 }
473 .openerp .oe_content_full_screen .oe_topbar, .openerp .oe_content_full_screen .oe_leftbar {
474   display: none;
475 }
476 .openerp .oe_topbar {
477   width: 100%;
478   height: 31px;
479   border-top: solid 1px #d3d3d3;
480   background-color: #646060;
481   background-image: -webkit-gradient(linear, left top, left bottom, from(#646060), to(#262626));
482   background-image: -webkit-linear-gradient(top, #646060, #262626);
483   background-image: -moz-linear-gradient(top, #646060, #262626);
484   background-image: -ms-linear-gradient(top, #646060, #262626);
485   background-image: -o-linear-gradient(top, #646060, #262626);
486   background-image: linear-gradient(to bottom, #646060, #262626);
487 }
488 .openerp .oe_topbar .oe_topbar_item li {
489   float: left;
490 }
491 .openerp .oe_topbar .oe_topbar_item li a {
492   display: block;
493   padding: 5px 10px 7px;
494   line-height: 20px;
495   height: 20px;
496   color: #eeeeee;
497   vertical-align: top;
498   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
499 }
500 .openerp .oe_topbar .oe_topbar_item li a:hover {
501   background: #303030;
502   color: white;
503   -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
504   -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
505   box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
506 }
507 .openerp .oe_topbar .oe_topbar_item .oe_active {
508   background: #303030;
509   font-weight: bold;
510   color: white;
511   -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
512   -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
513   box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3) inset;
514 }
515 .openerp .oe_topbar .oe_topbar_avatar {
516   width: 24px;
517   height: 24px;
518   margin: -2px 2px 0 0;
519   -moz-border-radius: 3px;
520   -webkit-border-radius: 3px;
521   border-radius: 3px;
522 }
523 .openerp .oe_topbar .oe_topbar_avatar {
524   vertical-align: top;
525 }
526 .openerp .oe_topbar .oe_dropdown_toggle:after {
527   width: 0;
528   height: 0;
529   display: inline-block;
530   content: "&darr";
531   text-indent: -99999px;
532   vertical-align: top;
533   margin-top: 8px;
534   margin-left: 4px;
535   border-left: 4px solid transparent;
536   border-right: 4px solid transparent;
537   border-top: 4px solid white;
538   filter: alpha(opacity=50);
539   opacity: 0.5;
540 }
541 .openerp .oe_leftbar {
542   display: none;
543   width: 220px;
544   background: #f0eeee;
545   border-right: 1px solid #afafb6;
546   text-shadow: 0 1px 1px white;
547   padding-bottom: 16px;
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: 10px;
804   border: 1px solid lightgray;
805   padding: 2px 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: 100;
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   background: white;
1621   min-height: 330px;
1622   border: 1px solid #afafb6;
1623   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1624   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1625   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1626 }
1627 .openerp .oe_application .oe_form_sheet > .oe_form_group {
1628   margin: 8px 16px;
1629   width: 97%;
1630 }
1631 .openerp .oe_form_invisible {
1632   display: none !important;
1633 }
1634 .openerp .oe_form_editable .oe_form_editable_hidden {
1635   display: none !important;
1636 }
1637 .openerp .oe_form_readonly .oe_form_readonly_hidden, .openerp .oe_form_readonly .oe_form_field:empty {
1638   display: none !important;
1639 }
1640 .openerp .oe_form .oe_form_field_text {
1641   width: 100%;
1642 }
1643 .openerp .oe_form .oe_form_field_char input,
1644 .openerp .oe_form .oe_form_field_text textarea,
1645 .openerp .oe_form .oe_form_field_url input,
1646 .openerp .oe_form .oe_form_field_selection select {
1647   width: inherit;
1648 }
1649 .openerp .oe_form .oe_form_field_float input {
1650   width: 100px;
1651 }
1652 .openerp .oe_form h1 .oe_form_field_float input {
1653   width: 140px;
1654 }
1655 .openerp .oe_form h2 .oe_form_field_float input {
1656   width: 120px;
1657 }
1658 .openerp .oe_form h1, .openerp .oe_form h2, .openerp .oe_form h3, .openerp .oe_form h4, .openerp .oe_form h5, .openerp .oe_form h6 {
1659   margin: 0 0 4px 0;
1660 }
1661 .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 {
1662   height: inherit !important;
1663   font-size: inherit;
1664 }
1665 .openerp .oe_form_nosheet > *:not(.oe_form_topbar) {
1666   margin-left: 10px !important;
1667   margin-right: 10px !important;
1668 }
1669 .openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
1670   font-weight: bold;
1671   white-space: nowrap;
1672   padding-right: 8px;
1673 }
1674 .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
1675   font-size: 80%;
1676   color: darkGreen;
1677   vertical-align: top;
1678   position: relative;
1679   top: -4px;
1680   padding: 0 2px;
1681 }
1682 .openerp .oe_form .oe_form_field_text textarea {
1683   resize: vertical;
1684 }
1685 .openerp .oe_form .oe_form_field {
1686   width: 100%;
1687   display: inline-block;
1688   padding: 2px 2px 2px 0px;
1689   line-height: 18px;
1690 }
1691 .openerp .oe_form .oe_form_field input {
1692   margin: 0px;
1693 }
1694 .openerp .oe_form .oe_form_field_integer {
1695   width: 180px;
1696 }
1697 .openerp .oe_form .oe_form_field_float {
1698   width: 180px;
1699 }
1700 .openerp .oe_form .oe_form_field_date {
1701   width: 7em;
1702 }
1703 .openerp .oe_form .oe_form_field_datetime {
1704   width: 11em;
1705 }
1706 .openerp .oe_form .oe_form_inline {
1707   width: auto;
1708 }
1709 .openerp .oe_form input[type="text"],
1710 .openerp .oe_form input[type="password"],
1711 .openerp .oe_form input[type="file"],
1712 .openerp .oe_form select {
1713   height: 22px;
1714   padding-top: 2px;
1715 }
1716 .openerp .oe_form input[type="text"],
1717 .openerp .oe_form input[type="password"],
1718 .openerp .oe_form input[type="file"],
1719 .openerp .oe_form select,
1720 .openerp .oe_form textarea {
1721   -webkit-box-sizing: border-box;
1722   -moz-box-sizing: border-box;
1723   -ms-box-sizing: border-box;
1724   box-sizing: border-box;
1725   padding: 0 2px;
1726   border: 1px solid #999999;
1727   -moz-border-radius: 3px;
1728   -webkit-border-radius: 3px;
1729   border-radius: 3px;
1730   background: white;
1731   min-width: 70px;
1732   color: #1f1f1f;
1733 }
1734 .openerp .oe_form input[readonly],
1735 .openerp .oe_form select[readonly],
1736 .openerp .oe_form textarea[readonly],
1737 .openerp .oe_form input[disabled],
1738 .openerp .oe_form select[disabled] {
1739   background: #e5e5e5 !important;
1740   color: #666666;
1741 }
1742 .openerp .oe_form textarea[disabled] {
1743   border: none;
1744   border-left: 8px solid #eeeeee;
1745   padding-left: 8px;
1746   -moz-box-shadow: none;
1747   -webkit-box-shadow: none;
1748   box-shadow: none;
1749   -moz-border-radius: 0px;
1750   -webkit-border-radius: 0px;
1751   border-radius: 0px;
1752 }
1753 .openerp .oe_form .oe_form_field_many2one input,
1754 .openerp .oe_form .oe_form_field_binary input,
1755 .openerp .oe_form .oe_form_field_binary input,
1756 .openerp .oe_form .oe_form_field_url input {
1757   border-right: none;
1758   -webkit-border-top-right-radius: 0px;
1759   -webkit-border-bottom-right-radius: 0px;
1760   -moz-border-radius-topright: 0px;
1761   -moz-border-radius-bottomright: 0px;
1762   border-top-right-radius: 0px;
1763   border-bottom-right-radius: 0px;
1764 }
1765 .openerp .oe_form .oe_form_field_url button img {
1766   vertical-align: top;
1767 }
1768 .openerp .oe_form .oe_form_field_date,
1769 .openerp .oe_form .oe_form_field_datetime {
1770   white-space: nowrap;
1771 }
1772 .openerp .oe_form .oe_form_field_boolean {
1773   padding-top: 4px;
1774 }
1775 .openerp .oe_form .oe_form_field_many2manytags .text-wrap {
1776   width: 100% !important;
1777 }
1778 .openerp .oe_form .oe_form_field_many2manytags .text-wrap textarea {
1779   width: 100% !important;
1780 }
1781 .openerp .oe_form .oe_form_field_many2manytags .oe_form_field_many2manytags_box {
1782   border-radius: 2px;
1783   -webkit-box-sizing: border-box;
1784   -moz-box-sizing: border-box;
1785   -ms-box-sizing: border-box;
1786   box-sizing: border-box;
1787   position: relative;
1788   float: left;
1789   border: 1px solid #9daccc;
1790   background: #e2e6f0;
1791   color: black;
1792   padding: 0px 3px 0px 3px;
1793   margin: 0 2px 2px 0;
1794   height: 16px;
1795   font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
1796 }
1797 .openerp .oe_form .oe_form_field_many2manytags .text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
1798   font-style: italic;
1799   text-decoration: none;
1800 }
1801 .openerp .oe_form .oe_datepicker_container {
1802   display: none;
1803 }
1804 .openerp .oe_form .oe_datepicker_root {
1805   display: inline-block;
1806 }
1807 .openerp .oe_form .oe_form_required input, .openerp .oe_form .oe_form_required select, .openerp .oe_form .oe_form_required textarea {
1808   background-color: #d2d2ff !important;
1809 }
1810 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
1811   background-color: #ff6666 !important;
1812   border: 1px solid #dd0000 !important;
1813 }
1814 .openerp .oe_form .oe_input_icon {
1815   cursor: pointer;
1816   margin: 3px 0 0 -21px;
1817   vertical-align: top;
1818 }
1819 .openerp .oe_form .oe_input_icon_disabled {
1820   position: absolute;
1821   cursor: default;
1822   opacity: 0.5;
1823   filter: alpha(opacity=50);
1824   right: 5px;
1825   top: 3px;
1826 }
1827 .openerp .oe_form .oe_form_group_cell .oe_kanban_view {
1828   position: static;
1829 }
1830 .openerp .oe_form .oe_form_field_with_button input {
1831   width: 100%;
1832 }
1833 .openerp .oe_form .oe_form_field_with_button > .oe_button {
1834   float: right;
1835   -webkit-border-top-left-radius: 0px;
1836   -webkit-border-bottom-left-radius: 0px;
1837   -moz-border-radius-topleft: 0px;
1838   -moz-border-radius-bottomleft: 0px;
1839   border-top-left-radius: 0px;
1840   border-bottom-left-radius: 0px;
1841   height: 22px;
1842 }
1843 .openerp .oe_form .oe_form_field_with_button > div {
1844   position: relative;
1845   overflow: hidden;
1846 }
1847 .openerp .oe_form .oe_form_title {
1848   margin: 16px;
1849   float: left;
1850 }
1851 .openerp .oe_form .oe_form_title h1 {
1852   font-size: 22px;
1853 }
1854 .openerp .oe_form .oe_form_title h2 {
1855   font-size: 14px;
1856   font-weight: normal;
1857 }
1858 .openerp .oe_form .oe_form_title:after {
1859   content: ".";
1860   display: block;
1861   height: 0;
1862   clear: both;
1863   visibility: hidden;
1864 }
1865 .openerp .oe_form .oe_form_button_box {
1866   width: 400px;
1867   margin: 16px;
1868 }
1869 .openerp .oe_form .oe_form_button_box button {
1870   margin-left: 4px;
1871   float: right;
1872 }
1873 .openerp .oe_form .oe_form_group_cell .oe_kanban_view {
1874   position: static;
1875 }
1876 .openerp .oe_form .oe_form_button.oe_button {
1877   height: 22px;
1878   white-space: nowrap;
1879 }
1880 .openerp .oe_form .oe_form_button.oe_button span {
1881   position: relative;
1882   vertical-align: top;
1883 }
1884 .openerp .oe_form .oe_form_button > img {
1885   vertical-align: -3px;
1886   padding: 0 2px;
1887 }
1888 .openerp .oe_form .oe-binary-file-set {
1889   overflow: hidden;
1890   position: relative;
1891   display: inline-block;
1892   width: 45px;
1893   height: 30px;
1894 }
1895 .openerp .oe_form input.oe-binary-file {
1896   z-index: 0;
1897   line-height: 0;
1898   font-size: 12px;
1899   position: absolute;
1900   top: 1px;
1901   right: 10px;
1902   opacity: 0;
1903   filter: alpha(opacity=0);
1904   -ms-filter: "alpha(opacity=0)";
1905   margin: 0;
1906   padding: 0;
1907 }
1908 .openerp .oe_form .oe_form_field_image {
1909   padding: 0;
1910   position: relative;
1911   display: inline-block;
1912   width: auto;
1913   vertical-align: top;
1914 }
1915 .openerp .oe_form .oe_form_field_image .oe_form_field_image_controls {
1916   position: absolute;
1917   top: 1px;
1918   padding: 3px 0 0 0;
1919   margin: 0 1px;
1920   display: none;
1921   width: 99%;
1922   text-align: center;
1923   background: url(/web/static/src/img/form_sheetbg.png);
1924   border-bottom: 1px dotted black;
1925   -webkit-box-sizing: border-box;
1926   -moz-box-sizing: border-box;
1927   -ms-box-sizing: border-box;
1928   box-sizing: border-box;
1929 }
1930 .openerp .oe_form .oe_form_field_image:hover .oe_form_field_image_controls {
1931   display: block;
1932 }
1933 .openerp .oe_horizontal_border {
1934   border-bottom: 1px solid black;
1935 }
1936 .openerp .oe_horizontal_separator {
1937   font-weight: bold;
1938   font-size: 20px;
1939   margin: 20px 0px 10px 0px;
1940   color: #aaaabb;
1941 }
1942 .openerp .oe_horizontal_separator:empty {
1943   height: 5px;
1944 }
1945 .openerp .oe_vertical_separator {
1946   border-left: 1px solid #666666;
1947   padding: 0 4px 0 4px;
1948 }
1949 .openerp .oe_form_notebook {
1950   margin: 8px 0;
1951   padding: 0 8px;
1952   list-style: none;
1953   zoom: 1;
1954 }
1955 .openerp .oe_form_notebook:before, .openerp .oe_form_notebook:after {
1956   display: table;
1957   content: "";
1958   zoom: 1;
1959 }
1960 .openerp .oe_form_notebook:after {
1961   clear: both;
1962 }
1963 .openerp .oe_form_notebook > li {
1964   float: left;
1965 }
1966 .openerp .oe_form_notebook > li > a {
1967   display: block;
1968   color: #4c4c4c;
1969 }
1970 .openerp .oe_form_notebook {
1971   border-color: #dddddd;
1972   border-style: solid;
1973   border-width: 0 0 1px;
1974 }
1975 .openerp .oe_form_notebook > li {
1976   position: relative;
1977   margin-bottom: -1px;
1978 }
1979 .openerp .oe_form_notebook > li > a {
1980   padding: 0 12px;
1981   margin-right: 2px;
1982   line-height: 30px;
1983   border: 1px solid transparent;
1984   -moz-border-radius: 4px 4px 0 0;
1985   -webkit-border-radius: 4px 4px 0 0;
1986   border-radius: 4px 4px 0 0;
1987 }
1988 .openerp .oe_form_notebook > li > a:hover {
1989   text-decoration: none;
1990   background-color: #eeeeee;
1991   border-color: #eeeeee #eeeeee #dddddd;
1992 }
1993 .openerp .oe_form_notebook > li.ui-state-active > a, .openerp .oe_form_notebook > li.ui-state-active > a:hover {
1994   background-color: white;
1995   border: 1px solid #dddddd;
1996   border-bottom-color: transparent;
1997   cursor: default;
1998 }
1999 .openerp .oe_form_notebook_page {
2000   padding: 0;
2001 }
2002 .openerp div.ui-tabs {
2003   padding: 3px 0px 3px 0px;
2004 }
2005 .openerp .ui-tabs-hide {
2006   display: none;
2007 }
2008 .openerp .oe_form .oe_form_field_progressbar {
2009   display: inline-block;
2010   min-width: 70px;
2011 }
2012 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar {
2013   height: 22px;
2014   font-size: 10px;
2015   -webkit-box-sizing: border-box;
2016   -moz-box-sizing: border-box;
2017   -ms-box-sizing: border-box;
2018   box-sizing: border-box;
2019   border: 1px solid #999999;
2020   -moz-border-radius: 3px;
2021   -webkit-border-radius: 3px;
2022   border-radius: 3px;
2023   background: white;
2024   min-width: 50px;
2025 }
2026 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar span {
2027   position: absolute;
2028   margin-left: 10px;
2029   font-weight: bold;
2030 }
2031 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
2032   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
2033 }
2034 .openerp .oe_form .oe_view_manager_header2 td {
2035   padding: 0px 8px;
2036   line-height: 16px;
2037 }
2038 .openerp .oe_form .oe_view_manager_header2 td .oe_i {
2039   font-size: 13px;
2040 }
2041 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group {
2042   height: auto;
2043   line-height: 16px;
2044 }
2045 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group li {
2046   height: auto;
2047   line-height: 16px;
2048 }
2049 .openerp .oe_form .oe_form_avatar {
2050   float: left;
2051   margin: 16px 0 16px 16px;
2052 }
2053 .openerp .oe_form .oe_form_avatar img {
2054   height: 50px;
2055   -moz-border-radius: 3px;
2056   -webkit-border-radius: 3px;
2057   border-radius: 3px;
2058   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
2059   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
2060   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
2061   border: none;
2062 }
2063 .openerp .oe-select-create-popup-view-form > .oe_formview > .oe_form_pager {
2064   display: none !important;
2065 }
2066 .openerp .oe_form .oe_form_field_one2many > .oe_view_manager .oe_list_pager_single_page {
2067   display: none;
2068 }
2069 .openerp .oe_form .oe_form_field_many2many > .oe-listview .oe_list_pager_single_page {
2070   display: none;
2071 }
2072 .openerp .oe_form td.oe_form_group_cell_label {
2073   border-right: 1px solid #dddddd;
2074   padding: 2px 0px 2px 0px;
2075 }
2076 .openerp .oe_form td.oe_form_group_cell_label label {
2077   line-height: 18px;
2078   display: block;
2079   min-width: 120px;
2080 }
2081 .openerp .oe_form td.oe_form_group_cell + .oe_form_group_cell {
2082   padding-left: 8px;
2083 }
2084 .openerp .oe_form .oe_form_subtotal_footer {
2085   width: auto;
2086   float: right;
2087 }
2088 .openerp .oe_form .oe_form_subtotal_footer td.oe_form_group_cell {
2089   text-align: right;
2090   padding: 0;
2091 }
2092 .openerp .oe_form .oe_form_subtotal_footer td.oe_form_group_cell_label {
2093   border: none;
2094 }
2095 .openerp .oe_form .oe_form_subtotal_footer .oe_form_field {
2096   width: auto !important;
2097 }
2098 .openerp .oe_form .oe_form_subtotal_footer .oe_form_subtotal_footer_separator {
2099   border-top: 1px solid #cacaca;
2100   font-size: 120%;
2101   font-weight: bold;
2102 }
2103 .openerp .oe_form .oe_form_subtotal_footer label.oe_form_subtotal_footer_separator {
2104   font-weight: bold !important;
2105   padding: 2px 8px 2px 0px !important;
2106 }
2107 .openerp .oe-listview-content {
2108   width: 100%;
2109 }
2110 .openerp .oe-listview-content td:first-child, .openerp .oe-listview-content th:first-child {
2111   width: 17px;
2112 }
2113 .openerp .oe-listview-content td:first-child:after, .openerp .oe-listview-content th:first-child:after {
2114   border-width: 0;
2115 }
2116 .openerp .oe-listview-content > thead {
2117   border-bottom: 2px solid #cacaca;
2118   background: #eeeeee;
2119   vertical-align: top;
2120 }
2121 .openerp .oe-listview-content > thead th {
2122   position: relative;
2123 }
2124 .openerp .oe-listview-content td, .openerp .oe-listview-content th {
2125   padding: 3px 6px;
2126   line-height: 18px;
2127 }
2128 .openerp .oe-listview-content th:after {
2129   position: absolute;
2130   right: 6px;
2131   content: "";
2132   margin-top: 7px;
2133   border-width: 0 4px 4px;
2134   border-style: solid;
2135   border-color: black transparent;
2136   visibility: hidden;
2137 }
2138 .openerp .oe-listview-content th.sortup:after {
2139   visibility: visible;
2140   filter: alpha(opacity=60);
2141   opacity: 0.6;
2142 }
2143 .openerp .oe-listview-content th.sortdown:after {
2144   border-bottom: none;
2145   border-left: 4px solid transparent;
2146   border-right: 4px solid transparent;
2147   border-top: 4px solid black;
2148   visibility: visible;
2149   -moz-box-shadow: none;
2150   -webkit-box-shadow: none;
2151   box-shadow: none;
2152   filter: alpha(opacity=60);
2153   opacity: 0.6;
2154 }
2155 .openerp .oe-listview-content > tbody {
2156   cursor: pointer;
2157   background: white;
2158 }
2159 .openerp .oe-listview-content > tbody > tr {
2160   border-top: 1px solid #dddddd;
2161 }
2162 .openerp .oe-listview-content > tbody > tr > td.oe-field-cell {
2163   padding: 3px 6px;
2164 }
2165 .openerp .oe-listview-content > tbody > tr > td, .openerp .oe-listview-content > tbody > tr > th {
2166   line-height: 18px;
2167 }
2168 .openerp .oe-listview-content > tbody > tr > td > button, .openerp .oe-listview-content > tbody > tr > th > button {
2169   border: none;
2170   background: transparent;
2171   padding: 0;
2172   -moz-box-shadow: none;
2173   -webkit-box-shadow: none;
2174   box-shadow: none;
2175 }
2176 .openerp .oe-listview-content > tbody > tr > td.oe_list_checkbox:first-child, .openerp .oe-listview-content > tbody > tr th.oe_list_checkbox:first-child {
2177   width: 17px;
2178 }
2179 .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 {
2180   border-width: 0;
2181 }
2182 .openerp .oe-listview-content > tbody > tr > td.oe_number {
2183   text-align: right !important;
2184 }
2185 .openerp .oe-listview-content > tbody > tr:nth-child(odd) {
2186   background-color: #f0f0fa;
2187   background-color: #f0f0fa;
2188   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
2189   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
2190   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
2191   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
2192   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
2193   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
2194 }
2195 .openerp .oe-listview-content > tfoot {
2196   border-top: 2px solid #cacaca;
2197   border-bottom: 1px solid #cacaca;
2198   background: #eeeeee;
2199   font-weight: bold;
2200 }
2201 .openerp .oe-listview-content > tbody tr:hover td, .openerp .oe-listview-content tbody tr:hover th {
2202   background-color: #eeeeee;
2203   background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dedede));
2204   background-image: -webkit-linear-gradient(top, #eeeeee, #dedede);
2205   background-image: -moz-linear-gradient(top, #eeeeee, #dedede);
2206   background-image: -ms-linear-gradient(top, #eeeeee, #dedede);
2207   background-image: -o-linear-gradient(top, #eeeeee, #dedede);
2208   background-image: linear-gradient(to bottom, #eeeeee, #dedede);
2209 }
2210 .openerp .oe-listview-content .numeric {
2211   text-align: right;
2212   width: 82px;
2213 }
2214 .openerp .oe-listview-content .numeric input {
2215   text-align: right;
2216 }
2217 .openerp .oe_trad_field.touched {
2218   border: 1px solid green !important;
2219 }
2220 .openerp.oe_tooltip {
2221   font-size: 12px;
2222 }
2223 .openerp.oe_tooltip .oe_tooltip_string {
2224   color: #ffdd55;
2225   font-weight: bold;
2226   font-size: 13px;
2227 }
2228 .openerp.oe_tooltip .oe_tooltip_help {
2229   white-space: pre-wrap;
2230 }
2231 .openerp.oe_tooltip .oe_tooltip_technical {
2232   padding: 0 0 4px 0;
2233   margin: 5px 0 0 15px;
2234 }
2235 .openerp.oe_tooltip .oe_tooltip_technical li {
2236   list-style: circle;
2237 }
2238 .openerp.oe_tooltip .oe_tooltip_technical_title {
2239   font-weight: bold;
2240 }
2241 .openerp .oe_view_editor {
2242   width: 100%;
2243   border-collapse: collapse;
2244   margin-left: -12px;
2245   width: 100%;
2246   background-color: white;
2247   border-spacing: 0;
2248 }
2249 .openerp .oe_view_editor td {
2250   text-align: center;
2251   white-space: nowrap;
2252   border: 1px solid #d8d8d8;
2253   cursor: pointer;
2254   font-size: 90%;
2255 }
2256 .openerp .oe_view_editor_field td {
2257   border: 0px !important;
2258 }
2259 .openerp .oe_view_editor tr:hover {
2260   background-color: #ecebf2;
2261 }
2262 .openerp .oe_layout_debugging .oe_form_group {
2263   outline: 2px dashed green;
2264 }
2265 .openerp .oe_layout_debugging .oe_form_group_cell {
2266   outline: 1px solid blue;
2267 }
2268 .openerp .oe_layout_debugging .oe_form_group:hover, .openerp .oe_layout_debugging .oe_form_group_cell:hover {
2269   outline-color: red;
2270 }
2271 .openerp .oe_layout_debugging .oe_form_group_row_incomplete > td:last-child:after {
2272   content: "[Incomplete Row]";
2273   background: red;
2274   padding: 2px;
2275   font-weight: bold;
2276   color: white;
2277   float: right;
2278 }
2279 .openerp .oe_layout_debugging .oe_form_group_row_incomplete.oe_form_group_row_newline > td:last-child:after {
2280   content: "[newline]";
2281 }
2282 .openerp .oe_debug_view {
2283   float: left;
2284 }
2285 .openerp .oe_debug_view_log {
2286   font-size: 95%;
2287 }
2288 .openerp .oe_debug_view_log label {
2289   display: block;
2290   width: 49%;
2291   text-align: right;
2292   float: left;
2293   font-weight: bold;
2294   color: #000099;
2295 }
2296 .openerp .oe_debug_view_log span {
2297   display: block;
2298   width: 49%;
2299   float: right;
2300   color: #333333;
2301 }
2302
2303 .kitten-mode-activated {
2304   background-image: url(http://placekitten.com/g/1365/769);
2305   background-size: cover;
2306   background-attachment: fixed;
2307 }
2308 .kitten-mode-activated > * {
2309   opacity: 0.7;
2310 }
2311
2312 .openerp .oe_form_field_many2one td:first-child {
2313   position: relative;
2314 }
2315 .openerp .oe_form_field_many2one span.oe-m2o-drop-down-button {
2316   position: absolute;
2317   top: 3px;
2318   right: 2px;
2319 }