[FIX] Fix back kanban view in o2m
[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   position: relative;
1070   list-style-type: none;
1071   float: none;
1072   display: block;
1073   background-color: none;
1074 }
1075 .openerp .oe_dropdown_menu li:hover {
1076   background-color: #f0f0fa;
1077   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
1078   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
1079   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
1080   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
1081   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
1082   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
1083   -moz-box-shadow: none;
1084   -webkit-box-shadow: none;
1085   box-shadow: none;
1086 }
1087 .openerp .oe_dropdown_menu li a {
1088   display: block;
1089   padding: 3px 6px;
1090   clear: both;
1091   font-weight: normal;
1092   line-height: 14px;
1093   color: #4c4c4c;
1094   text-decoration: none;
1095   cursor: pointer;
1096 }
1097 .openerp .oe_dropdown_menu li a:hover {
1098   text-decoration: none;
1099 }
1100 .openerp .oe_dropdown_menu li .oe_sidebar_delete_item {
1101   position: absolute;
1102   bottom: 1px;
1103   right: 4px;
1104   display: none;
1105   width: 12px;
1106   height: 12px;
1107   line-height: 12px;
1108   padding: 1px;
1109   color: #8786b7;
1110   line-height: 8px;
1111   text-align: center;
1112   font-weight: bold;
1113   text-shadow: 0 1px 1px white;
1114 }
1115 .openerp .oe_dropdown_menu li .oe_sidebar_delete_item:hover {
1116   text-decoration: none;
1117   color: white;
1118   background: #8786b7;
1119   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1120   -moz-border-radius: 2px;
1121   -webkit-border-radius: 2px;
1122   border-radius: 2px;
1123 }
1124 .openerp .oe_dropdown_menu li:hover .oe_sidebar_delete_item {
1125   display: inline-block;
1126 }
1127 .openerp .oe_sidebar {
1128   white-space: nowrap;
1129 }
1130 .openerp .oe_sidebar .oe_dropdown_menu li {
1131   padding-right: 16px;
1132 }
1133 .openerp .oe_sidebar .oe_sidebar_add_attachment {
1134   cursor: pointer;
1135   padding-left: 6px;
1136   margin-top: 6px;
1137 }
1138 .openerp .oe_sidebar .oe_sidebar_add_attachment span {
1139   font-weight: bold;
1140 }
1141 .openerp .oe_sidebar .oe_sidebar_add_attachment .oe_hidden_input_file {
1142   width: 200px;
1143 }
1144 .openerp .oe_sidebar .oe_sidebar_add_attachment:hover {
1145   background-color: #f0f0fa;
1146   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
1147   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
1148   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
1149   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
1150   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
1151   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
1152   -moz-box-shadow: none;
1153   -webkit-box-shadow: none;
1154   box-shadow: none;
1155 }
1156 .openerp .oe_searchview {
1157   cursor: text;
1158   position: relative;
1159   float: right;
1160   padding: 1px 0;
1161   line-height: 18px;
1162   width: 480px;
1163   border: 1px solid #ababab;
1164   background: white;
1165   -moz-border-radius: 13px;
1166   -webkit-border-radius: 13px;
1167   border-radius: 13px;
1168   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1169   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1170   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1171 }
1172 .openerp .oe_searchview input, .openerp .oe_searchview textarea {
1173   padding: 3px;
1174   height: 14px;
1175   font-size: 11px;
1176   line-height: 18px;
1177   border: 1px solid #cccccc;
1178   -moz-border-radius: 3px;
1179   -webkit-border-radius: 3px;
1180   border-radius: 3px;
1181 }
1182 .openerp .oe_searchview.oe_focused {
1183   border-color: #a6a6fe;
1184   -moz-box-shadow: 0 1px 2px #a6a6fe inset;
1185   -webkit-box-shadow: 0 1px 2px #a6a6fe inset;
1186   box-shadow: 0 1px 2px #a6a6fe inset;
1187 }
1188 .openerp .oe_searchview .oe_searchview_clear {
1189   cursor: pointer;
1190   position: absolute;
1191   top: 0;
1192   right: 18px;
1193   width: 15px;
1194   height: 100%;
1195   background: url(../img/search_reset.gif) center center no-repeat;
1196 }
1197 .openerp .oe_searchview .oe_searchview_unfold_drawer {
1198   position: absolute;
1199   top: 0;
1200   right: 0;
1201   height: 100%;
1202   padding: 0 7px 0 4px;
1203   color: #cccccc;
1204   cursor: pointer;
1205 }
1206 .openerp .oe_searchview .oe_searchview_unfold_drawer:hover {
1207   color: #999999;
1208 }
1209 .openerp .oe_searchview .oe_searchview_unfold_drawer:before {
1210   position: absolute;
1211   top: 10px;
1212   right: 7px;
1213   width: 0;
1214   height: 0;
1215   display: inline-block;
1216   content: "";
1217   vertical-align: top;
1218   border-top: 5px solid #4c4c4c;
1219   border-left: 5px solid transparent;
1220   border-right: 5px solid transparent;
1221   filter: alpha(opacity=50);
1222   opacity: 0.5;
1223 }
1224 .openerp .oe_searchview .oe_searchview_facets {
1225   min-height: 22px;
1226 }
1227 .openerp .oe_searchview .oe_searchview_facets:before {
1228   color: #cccccc;
1229   font-family: "mnmliconsRegular";
1230   content: "r";
1231   font-size: 130%;
1232   display: inline;
1233   position: relative;
1234   left: 6px;
1235   top: 2px;
1236   color: #a3a3a3;
1237   padding-right: 4px;
1238 }
1239 .openerp .oe_searchview .oe_searchview_facets * {
1240   vertical-align: top;
1241   display: inline-block;
1242   line-height: 17px;
1243 }
1244 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input, .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1245   height: 18px;
1246   margin: 1px 0;
1247   font-size: 11px;
1248 }
1249 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input:focus, .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1250   outline: none;
1251 }
1252 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input {
1253   padding: 0 3px;
1254 }
1255 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1256   position: relative;
1257   cursor: pointer;
1258   border: 1px solid #afafb6;
1259   -moz-border-radius: 3px;
1260   -webkit-border-radius: 3px;
1261   border-radius: 3px;
1262   background: #8786b7;
1263   -webkit-font-smoothing: auto;
1264 }
1265 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1266   border-color: #a6a6fe;
1267   -moz-box-shadow: 0 0 3px 1px #a6a6fe;
1268   -webkit-box-shadow: 0 0 3px 1px #a6a6fe;
1269   box-shadow: 0 0 3px 1px #a6a6fe;
1270 }
1271 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_values {
1272   background: #f0f0fa;
1273   -moz-border-radius: 0 3px 3px 0;
1274   -webkit-border-radius: 0 3px 3px 0;
1275   border-radius: 0 3px 3px 0;
1276 }
1277 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category, .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1278   height: 18px;
1279   padding: 0 4px;
1280 }
1281 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category {
1282   color: white;
1283   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1284 }
1285 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category.oe_i {
1286   font-size: 16px;
1287 }
1288 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1289   border-left: 1px solid #afafb6;
1290   text-shadow: 0 1px 1px white;
1291 }
1292 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value:last-child {
1293   padding-right: 16px;
1294 }
1295 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove {
1296   position: absolute;
1297   top: 3px;
1298   right: 3px;
1299   color: #8786b7;
1300   line-height: 8px;
1301   width: 12px;
1302   height: 12px;
1303   text-align: center;
1304   font-weight: bold;
1305   cursor: pointer;
1306   text-shadow: 0 1px 1px white;
1307 }
1308 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove:hover {
1309   color: white;
1310   background: #8786b7;
1311   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1312   -moz-border-radius: 2px;
1313   -webkit-border-radius: 2px;
1314   border-radius: 2px;
1315 }
1316 .openerp .oe_searchview.oe_searchview_open_drawer .oe_searchview_drawer {
1317   display: block;
1318 }
1319 .openerp .oe_searchview .oe_searchview_drawer {
1320   position: absolute;
1321   z-index: 1;
1322   margin-top: 4px;
1323   top: 100%;
1324   right: -1px;
1325   background-color: white;
1326   min-width: 100%;
1327   display: none;
1328   border: 1px solid #afafb6;
1329   text-align: left;
1330   -moz-border-radius: 4px;
1331   -webkit-border-radius: 4px;
1332   border-radius: 4px;
1333   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1334   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1335   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1336 }
1337 .openerp .oe_searchview .oe_searchview_drawer > div {
1338   border-top: 1px solid #cccccc;
1339   margin: 0;
1340   padding: 8px;
1341 }
1342 .openerp .oe_searchview .oe_searchview_drawer > div:first-child {
1343   border-top: none;
1344   margin: 0;
1345 }
1346 .openerp .oe_searchview .oe_searchview_drawer h3 {
1347   margin: 8px 4px 4px 12px;
1348   color: #8786b7;
1349   font-size: 13px;
1350 }
1351 .openerp .oe_searchview .oe_searchview_drawer h4, .openerp .oe_searchview .oe_searchview_drawer h4 * {
1352   margin: 0;
1353   cursor: pointer;
1354   font-weight: normal;
1355   display: inline-block;
1356 }
1357 .openerp .oe_searchview .oe_searchview_drawer h4:hover, .openerp .oe_searchview .oe_searchview_drawer h4 *:hover {
1358   background-color: #f0f0fa;
1359 }
1360 .openerp .oe_searchview .oe_searchview_drawer h4:before {
1361   content: "â–¸ ";
1362   color: #a3a3a3;
1363 }
1364 .openerp .oe_searchview .oe_searchview_drawer button {
1365   margin: 4px 0;
1366 }
1367 .openerp .oe_searchview .oe_searchview_drawer .button {
1368   border: none;
1369   background: transparent;
1370   padding: 0 2px;
1371   -moz-box-shadow: none;
1372   -webkit-box-shadow: none;
1373   box-shadow: none;
1374   -moz-border-radius: 0;
1375   -webkit-border-radius: 0;
1376   border-radius: 0;
1377 }
1378 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section {
1379   display: table;
1380   width: 100%;
1381 }
1382 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section > div {
1383   -webkit-box-sizing: border-box;
1384   -moz-box-sizing: border-box;
1385   -ms-box-sizing: border-box;
1386   box-sizing: border-box;
1387   display: table-cell;
1388   width: 50%;
1389 }
1390 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section ul {
1391   margin: 0 8px 8px;
1392   padding: 0;
1393   list-style: none;
1394 }
1395 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section li {
1396   list-style: none;
1397   padding: 2px 4px 2px 20px;
1398   line-height: 14px;
1399   color: inherit;
1400   cursor: pointer;
1401   position: relative;
1402 }
1403 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section li.oe_selected:before {
1404   content: "W";
1405   font-family: "entypoRegular" !important;
1406   font-size: 24px;
1407   font-weight: 300 !important;
1408   color: #a3a3a3;
1409   position: absolute;
1410   left: 4px;
1411   top: -2px;
1412 }
1413 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section li:hover {
1414   background-color: #f0f0fa;
1415 }
1416 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section form {
1417   margin-left: 12px;
1418 }
1419 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section form p {
1420   margin: 4px 0;
1421   line-height: 18px;
1422 }
1423 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_section form button {
1424   margin: 0 0 8px 0;
1425 }
1426 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom {
1427   padding: 0 8px 8px 8px;
1428 }
1429 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom form {
1430   display: none;
1431 }
1432 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li {
1433   cursor: pointer;
1434   position: relative;
1435   line-height: 14px;
1436   padding: 2px 4px 2px 20px;
1437 }
1438 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li:hover {
1439   background-color: #f0f0fa;
1440 }
1441 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom li button {
1442   position: absolute;
1443   top: 0;
1444   right: 5px;
1445 }
1446 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced form {
1447   display: none;
1448   margin-top: 8px;
1449 }
1450 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced button.oe_add_condition:before {
1451   content: "Z";
1452   font-family: "entypoRegular" !important;
1453   font-size: 24px;
1454   font-weight: 300 !important;
1455   margin-right: 4px;
1456 }
1457 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced ul {
1458   list-style: none;
1459   padding: 0;
1460 }
1461 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced li {
1462   position: relative;
1463   list-style: none;
1464   margin: 0;
1465   white-space: nowrap;
1466 }
1467 .openerp .oe_searchview .oe_searchview_drawer .oe_opened h4:before {
1468   content: "â–¾ ";
1469   position: relative;
1470   top: -1px;
1471 }
1472 .openerp .oe_searchview .oe_searchview_drawer .oe_opened form {
1473   display: block;
1474 }
1475 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_delete, .openerp .oe_searchview .oe_searchview_drawer .searchview_extended_delete_prop {
1476   display: inline-block;
1477   width: 12px;
1478   height: 12px;
1479   line-height: 12px;
1480   padding: 1px;
1481   color: #8786b7;
1482   line-height: 8px;
1483   text-align: center;
1484   font-weight: bold;
1485   text-shadow: 0 1px 1px white;
1486 }
1487 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_delete:hover, .openerp .oe_searchview .oe_searchview_drawer .searchview_extended_delete_prop:hover {
1488   text-decoration: none;
1489   color: white;
1490   background: #8786b7;
1491   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1492   -moz-border-radius: 2px;
1493   -webkit-border-radius: 2px;
1494   border-radius: 2px;
1495 }
1496 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_delete {
1497   display: none;
1498   position: absolute;
1499   bottom: 1px;
1500   right: 4px;
1501 }
1502 .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 {
1503   display: inline-block;
1504 }
1505 .openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom_public:after {
1506   content: ",";
1507   font-family: "entypoRegular" !important;
1508   font-size: 22px;
1509   font-weight: 300 !important;
1510   margin: 0 0 0 4px;
1511   padding: 0;
1512 }
1513 .openerp .oe_view_nocontent > img {
1514   float: left;
1515   margin: 1.5em;
1516 }
1517 .openerp .oe_view_nocontent > div {
1518   overflow: hidden;
1519   padding: 35px 0px 0px 0px;
1520   max-width: 700px;
1521   font-size: 125%;
1522 }
1523 .openerp .oe_view_topbar {
1524   border-bottom: 1px solid #cacaca;
1525   background-color: #fcfcfc;
1526   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1527   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1528   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1529   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1530   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1531   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1532   padding: 0 8px;
1533   line-height: 30px;
1534 }
1535 .openerp .oe_formview {
1536   background: white;
1537 }
1538 .openerp .oe_form_header {
1539   padding: 8px;
1540 }
1541 .openerp .oe_form_invalid input, .openerp .oe_form_invalid select, .openerp .oe_form_invalid textarea {
1542   background-color: #ff6666 !important;
1543   border: 1px solid #dd0000 !important;
1544 }
1545 .openerp .oe_form_button_save_dirty {
1546   color: white;
1547   background: #dc5f59;
1548   background-color: #dc5f59;
1549   background-image: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
1550   background-image: -webkit-linear-gradient(top, #dc5f59, #b33630);
1551   background-image: -moz-linear-gradient(top, #dc5f59, #b33630);
1552   background-image: -ms-linear-gradient(top, #dc5f59, #b33630);
1553   background-image: -o-linear-gradient(top, #dc5f59, #b33630);
1554   background-image: linear-gradient(to bottom, #dc5f59, #b33630);
1555   -moz-box-shadow: none;
1556   -webkit-box-shadow: none;
1557   box-shadow: none;
1558   font-weight: bold;
1559 }
1560 .openerp .oe_form_button_save_dirty:hover {
1561   background: #ed6f6a;
1562 }
1563 .openerp .oe_form header {
1564   position: relative;
1565   border-bottom: 1px solid #cacaca;
1566   background-color: #fcfcfc;
1567   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1568   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1569   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1570   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1571   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1572   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1573   padding: 0 8px;
1574   line-height: 30px;
1575 }
1576 .openerp .oe_form header button {
1577   font-size: 12px;
1578   float: left;
1579   height: 24px !important;
1580   line-height: 24px;
1581   vertical-align: top;
1582   padding: 0 10px;
1583   margin: 3px 4px 3px 0;
1584 }
1585 .openerp .oe_form header button span.i {
1586   line-height: 20px;
1587   height: 24px;
1588 }
1589 .openerp .oe_form header ul {
1590   height: 30px;
1591   padding: 0;
1592   margin: 0;
1593   text-shadow: 0 1px 1px white;
1594   border-left: 1px solid #cacaca;
1595   border-right: 1px solid #cacaca;
1596 }
1597 .openerp .oe_form header ul li {
1598   padding: 0;
1599   margin: 0;
1600   float: left;
1601   vertical-align: top;
1602   border-right: 1px solid #cacaca;
1603   height: 30px;
1604   padding: 0 12px;
1605 }
1606 .openerp .oe_form header ul li:first-child {
1607   border-left: 1px solid #cacaca;
1608 }
1609 .openerp .oe_form header ul li a {
1610   color: #4c4c4c;
1611 }
1612 .openerp .oe_form header ul li a:hover {
1613   color: black;
1614 }
1615 .openerp .oe_form header .oe_form_steps {
1616   display: inline-block;
1617   float: right;
1618 }
1619 .openerp .oe_form header .oe_form_steps img {
1620   margin: 0 8px;
1621   vertical-align: top;
1622 }
1623 .openerp .oe_form header .oe_form_steps li {
1624   border-right: none;
1625   padding: 0;
1626 }
1627 .openerp .oe_form header .oe_form_steps li:first-child {
1628   margin-left: 12px;
1629   border-left: none;
1630 }
1631 .openerp .oe_form header .oe_form_steps li:last-child {
1632   margin-right: 12px;
1633 }
1634 .openerp .oe_form header .oe_form_steps_active {
1635   font-weight: bold;
1636   color: #b33630;
1637 }
1638 .openerp .oe_form_readonly button.oe_form_button_hi {
1639   color: white;
1640   background: #dc5f59;
1641   background-color: #dc5f59;
1642   background-image: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
1643   background-image: -webkit-linear-gradient(top, #dc5f59, #b33630);
1644   background-image: -moz-linear-gradient(top, #dc5f59, #b33630);
1645   background-image: -ms-linear-gradient(top, #dc5f59, #b33630);
1646   background-image: -o-linear-gradient(top, #dc5f59, #b33630);
1647   background-image: linear-gradient(to bottom, #dc5f59, #b33630);
1648   -moz-box-shadow: none;
1649   -webkit-box-shadow: none;
1650   box-shadow: none;
1651 }
1652 .openerp .oe_form_readonly button.oe_form_button_hi:hover {
1653   background: #df6b66;
1654   background-color: #df6b66;
1655   background-image: -webkit-gradient(linear, left top, left bottom, from(#df6b66), to(#bf3a33));
1656   background-image: -webkit-linear-gradient(top, #df6b66, #bf3a33);
1657   background-image: -moz-linear-gradient(top, #df6b66, #bf3a33);
1658   background-image: -ms-linear-gradient(top, #df6b66, #bf3a33);
1659   background-image: -o-linear-gradient(top, #df6b66, #bf3a33);
1660   background-image: linear-gradient(to bottom, #df6b66, #bf3a33);
1661   -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1662   -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1663   box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
1664 }
1665 .openerp .oe_application .oe_form_sheetbg {
1666   background: url(/web/static/src/img/form_sheetbg.png);
1667   padding: 8px 0;
1668   border-bottom: 1px solid #dddddd;
1669 }
1670 .openerp .oe_application .oe_form_sheet_width, .openerp .oe_application footer {
1671   min-width: 650px;
1672   max-width: 960px;
1673   margin: 0 auto;
1674 }
1675 .openerp .oe_application .oe_form_sheet {
1676   padding: 18px;
1677   background: white;
1678   min-height: 330px;
1679   border: 1px solid #afafb6;
1680   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1681   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1682   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
1683 }
1684 .openerp .oe_form_invisible {
1685   display: none !important;
1686 }
1687 .openerp .oe_form_editable .oe_form_editable_hidden {
1688   display: none !important;
1689 }
1690 .openerp .oe_form_readonly .oe_form_readonly_hidden, .openerp .oe_form_readonly .oe_form_field:empty {
1691   display: none !important;
1692 }
1693 .openerp .oe_form .oe_form_field_text {
1694   width: 100%;
1695 }
1696 .openerp .oe_form .oe_form_field_char input,
1697 .openerp .oe_form .oe_form_field_text textarea,
1698 .openerp .oe_form .oe_form_field_url input,
1699 .openerp .oe_form .oe_form_field_selection select {
1700   width: inherit;
1701 }
1702 .openerp .oe_form .oe_form_field_float input {
1703   width: 100px;
1704 }
1705 .openerp .oe_form h1 .oe_form_field_float input {
1706   width: 140px;
1707 }
1708 .openerp .oe_form h2 .oe_form_field_float input {
1709   width: 120px;
1710 }
1711 .openerp .oe_form h1, .openerp .oe_form h2, .openerp .oe_form h3, .openerp .oe_form h4, .openerp .oe_form h5, .openerp .oe_form h6 {
1712   margin: 0 0 4px 0;
1713 }
1714 .openerp .oe_form h1 input, .openerp .oe_form h2 input, .openerp .oe_form h3 input, .openerp .oe_form h4 input, .openerp .oe_form h5 input, .openerp .oe_form h6 input {
1715   height: inherit !important;
1716   font-size: inherit;
1717 }
1718 .openerp .oe_form_nosheet > *:not(.oe_form_topbar) {
1719   margin-left: 10px !important;
1720   margin-right: 10px !important;
1721 }
1722 .openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
1723   font-weight: bold;
1724   white-space: nowrap;
1725   padding-right: 8px;
1726 }
1727 .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
1728   font-size: 80%;
1729   color: darkGreen;
1730   vertical-align: top;
1731   position: relative;
1732   top: -4px;
1733   padding: 0 2px;
1734 }
1735 .openerp .oe_form .oe_form_field_text textarea {
1736   resize: vertical;
1737 }
1738 .openerp .oe_form .oe_form_field {
1739   width: 100%;
1740   display: inline-block;
1741   padding: 2px 2px 2px 0px;
1742   line-height: 18px;
1743 }
1744 .openerp .oe_form .oe_form_field input {
1745   margin: 0px;
1746 }
1747 .openerp .oe_form .oe_form_field_integer {
1748   width: 180px;
1749 }
1750 .openerp .oe_form .oe_form_field_float {
1751   width: 180px;
1752 }
1753 .openerp .oe_form .oe_form_field_date {
1754   width: 7em;
1755 }
1756 .openerp .oe_form .oe_form_field_datetime {
1757   width: 11em;
1758 }
1759 .openerp .oe_form .oe_form_inline {
1760   width: auto;
1761 }
1762 .openerp .oe_form input[type="text"],
1763 .openerp .oe_form input[type="password"],
1764 .openerp .oe_form input[type="file"],
1765 .openerp .oe_form select {
1766   height: 22px;
1767   padding-top: 2px;
1768 }
1769 .openerp .oe_form input[type="text"],
1770 .openerp .oe_form input[type="password"],
1771 .openerp .oe_form input[type="file"],
1772 .openerp .oe_form select,
1773 .openerp .oe_form textarea {
1774   -webkit-box-sizing: border-box;
1775   -moz-box-sizing: border-box;
1776   -ms-box-sizing: border-box;
1777   box-sizing: border-box;
1778   padding: 0 2px;
1779   border: 1px solid #999999;
1780   -moz-border-radius: 3px;
1781   -webkit-border-radius: 3px;
1782   border-radius: 3px;
1783   background: white;
1784   min-width: 70px;
1785   color: #1f1f1f;
1786 }
1787 .openerp .oe_form input[readonly],
1788 .openerp .oe_form select[readonly],
1789 .openerp .oe_form textarea[readonly],
1790 .openerp .oe_form input[disabled],
1791 .openerp .oe_form select[disabled] {
1792   background: #e5e5e5 !important;
1793   color: #666666;
1794 }
1795 .openerp .oe_form textarea[disabled] {
1796   border: none;
1797   border-left: 8px solid #eeeeee;
1798   padding-left: 8px;
1799   -moz-box-shadow: none;
1800   -webkit-box-shadow: none;
1801   box-shadow: none;
1802   -moz-border-radius: 0px;
1803   -webkit-border-radius: 0px;
1804   border-radius: 0px;
1805 }
1806 .openerp .oe_form .oe_form_field_many2one input,
1807 .openerp .oe_form .oe_form_field_binary input,
1808 .openerp .oe_form .oe_form_field_binary input,
1809 .openerp .oe_form .oe_form_field_email input,
1810 .openerp .oe_form .oe_form_field_url input {
1811   border-right: none;
1812   -webkit-border-top-right-radius: 0px;
1813   -webkit-border-bottom-right-radius: 0px;
1814   -moz-border-radius-topright: 0px;
1815   -moz-border-radius-bottomright: 0px;
1816   border-top-right-radius: 0px;
1817   border-bottom-right-radius: 0px;
1818 }
1819 .openerp .oe_form .oe_form_field_email button img,
1820 .openerp .oe_form .oe_form_field_url button img {
1821   vertical-align: top;
1822 }
1823 .openerp .oe_form .oe_form_field_date,
1824 .openerp .oe_form .oe_form_field_datetime {
1825   white-space: nowrap;
1826 }
1827 .openerp .oe_form .oe_form_field_boolean {
1828   padding-top: 4px;
1829 }
1830 .openerp .oe_form .oe_form_field_many2manytags .text-wrap {
1831   width: 100% !important;
1832 }
1833 .openerp .oe_form .oe_form_field_many2manytags .text-wrap textarea {
1834   width: 100% !important;
1835 }
1836 .openerp .oe_form .oe_form_field_many2manytags .oe_form_field_many2manytags_box {
1837   border-radius: 2px;
1838   -webkit-box-sizing: border-box;
1839   -moz-box-sizing: border-box;
1840   -ms-box-sizing: border-box;
1841   box-sizing: border-box;
1842   position: relative;
1843   float: left;
1844   border: 1px solid #9daccc;
1845   background: #e2e6f0;
1846   color: black;
1847   padding: 0px 3px 0px 3px;
1848   margin: 0 2px 2px 0;
1849   height: 16px;
1850   font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
1851 }
1852 .openerp .oe_form .oe_form_field_many2manytags .text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
1853   font-style: italic;
1854   text-decoration: none;
1855 }
1856 .openerp .oe_form .oe_datepicker_container {
1857   display: none;
1858 }
1859 .openerp .oe_form .oe_datepicker_root {
1860   display: inline-block;
1861 }
1862 .openerp .oe_form .oe_form_required input, .openerp .oe_form .oe_form_required select, .openerp .oe_form .oe_form_required textarea {
1863   background-color: #d2d2ff !important;
1864 }
1865 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
1866   background-color: #ff6666 !important;
1867   border: 1px solid #dd0000 !important;
1868 }
1869 .openerp .oe_form .oe_input_icon {
1870   cursor: pointer;
1871   margin: 3px 0 0 -21px;
1872   vertical-align: top;
1873 }
1874 .openerp .oe_form .oe_input_icon_disabled {
1875   position: absolute;
1876   cursor: default;
1877   opacity: 0.5;
1878   filter: alpha(opacity=50);
1879   right: 5px;
1880   top: 3px;
1881 }
1882 .openerp .oe_form .oe_form_field_one2many .oe_kanban_view {
1883   position: static;
1884 }
1885 .openerp .oe_form .oe_form_field_with_button input {
1886   width: 100%;
1887 }
1888 .openerp .oe_form .oe_form_field_with_button > .oe_button {
1889   float: right;
1890   -webkit-border-top-left-radius: 0px;
1891   -webkit-border-bottom-left-radius: 0px;
1892   -moz-border-radius-topleft: 0px;
1893   -moz-border-radius-bottomleft: 0px;
1894   border-top-left-radius: 0px;
1895   border-bottom-left-radius: 0px;
1896   height: 22px;
1897 }
1898 .openerp .oe_form .oe_form_field_with_button > div {
1899   position: relative;
1900   overflow: hidden;
1901 }
1902 .openerp .oe_form .oe_form_title {
1903   width: 55%;
1904 }
1905 .openerp .oe_form .oe_form_title:after {
1906   content: ".";
1907   display: block;
1908   height: 0;
1909   clear: both;
1910   visibility: hidden;
1911 }
1912 .openerp .oe_form .oe_form_button_box {
1913   width: 200px;
1914   text-align: center;
1915 }
1916 .openerp .oe_form .oe_form_group {
1917   margin: 5px 0px 5px 0px;
1918 }
1919 .openerp .oe_form .oe_form_group_cell .oe_kanban_view {
1920   position: static;
1921 }
1922 .openerp .oe_form .oe_form_button.oe_button {
1923   height: 22px;
1924   white-space: nowrap;
1925 }
1926 .openerp .oe_form .oe_form_button.oe_button span {
1927   position: relative;
1928   vertical-align: top;
1929 }
1930 .openerp .oe_form .oe_form_button > img {
1931   vertical-align: -3px;
1932   padding: 0 2px;
1933 }
1934 .openerp .oe_hidden_input_file {
1935   overflow: hidden;
1936   position: relative;
1937   display: inline-block;
1938   width: 45px;
1939   height: 30px;
1940 }
1941 .openerp .oe_hidden_input_file input.oe-binary-file {
1942   z-index: 0;
1943   line-height: 0;
1944   font-size: 12px;
1945   position: absolute;
1946   top: 1px;
1947   right: 10px;
1948   opacity: 0;
1949   filter: alpha(opacity=0);
1950   -ms-filter: "alpha(opacity=0)";
1951   margin: 0;
1952   padding: 0;
1953 }
1954 .openerp .oe_form .oe_form_field_image {
1955   padding: 0;
1956   position: relative;
1957   display: inline-block;
1958   width: auto;
1959   vertical-align: top;
1960 }
1961 .openerp .oe_form .oe_form_field_image > img {
1962   min-width: 100px;
1963 }
1964 .openerp .oe_form .oe_form_field_image .oe_form_field_image_controls {
1965   position: absolute;
1966   top: 1px;
1967   padding: 3px 0 0 0;
1968   margin: 0 1px;
1969   display: none;
1970   width: 99%;
1971   text-align: center;
1972   background: url(/web/static/src/img/form_sheetbg.png);
1973   border-bottom: 1px dotted black;
1974   -webkit-box-sizing: border-box;
1975   -moz-box-sizing: border-box;
1976   -ms-box-sizing: border-box;
1977   box-sizing: border-box;
1978 }
1979 .openerp .oe_form .oe_form_field_image:hover .oe_form_field_image_controls {
1980   display: block;
1981 }
1982 .openerp .oe_horizontal_border {
1983   border-bottom: 1px solid black;
1984 }
1985 .openerp .oe_horizontal_separator {
1986   font-weight: bold;
1987   font-size: 20px;
1988   margin: 20px 0px 10px 0px;
1989   color: #aaaabb;
1990 }
1991 .openerp .oe_horizontal_separator:empty {
1992   height: 5px;
1993 }
1994 .openerp .oe_vertical_separator {
1995   border-left: 1px solid #666666;
1996   padding: 0 4px 0 4px;
1997 }
1998 .openerp .oe_form_notebook {
1999   margin: 8px 0;
2000   padding: 0 8px;
2001   list-style: none;
2002   zoom: 1;
2003 }
2004 .openerp .oe_form_notebook:before, .openerp .oe_form_notebook:after {
2005   display: table;
2006   content: "";
2007   zoom: 1;
2008 }
2009 .openerp .oe_form_notebook:after {
2010   clear: both;
2011 }
2012 .openerp .oe_form_notebook > li {
2013   float: left;
2014 }
2015 .openerp .oe_form_notebook > li > a {
2016   display: block;
2017   color: #4c4c4c;
2018 }
2019 .openerp .oe_form_notebook {
2020   border-color: #dddddd;
2021   border-style: solid;
2022   border-width: 0 0 1px;
2023 }
2024 .openerp .oe_form_notebook > li {
2025   position: relative;
2026   margin-bottom: -1px;
2027 }
2028 .openerp .oe_form_notebook > li > a {
2029   padding: 0 12px;
2030   margin-right: 2px;
2031   line-height: 30px;
2032   border: 1px solid transparent;
2033   -moz-border-radius: 4px 4px 0 0;
2034   -webkit-border-radius: 4px 4px 0 0;
2035   border-radius: 4px 4px 0 0;
2036 }
2037 .openerp .oe_form_notebook > li > a:hover {
2038   text-decoration: none;
2039   background-color: #eeeeee;
2040   border-color: #eeeeee #eeeeee #dddddd;
2041 }
2042 .openerp .oe_form_notebook > li.ui-state-active > a, .openerp .oe_form_notebook > li.ui-state-active > a:hover {
2043   background-color: white;
2044   border: 1px solid #dddddd;
2045   border-bottom-color: transparent;
2046   cursor: default;
2047 }
2048 .openerp .oe_form_notebook_page {
2049   padding: 0;
2050 }
2051 .openerp div.ui-tabs {
2052   padding: 3px 0px 3px 0px;
2053 }
2054 .openerp .ui-tabs-hide {
2055   display: none;
2056 }
2057 .openerp .oe_form .oe_form_field_progressbar {
2058   display: inline-block;
2059   min-width: 70px;
2060 }
2061 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar {
2062   height: 22px;
2063   font-size: 10px;
2064   -webkit-box-sizing: border-box;
2065   -moz-box-sizing: border-box;
2066   -ms-box-sizing: border-box;
2067   box-sizing: border-box;
2068   border: 1px solid #999999;
2069   -moz-border-radius: 3px;
2070   -webkit-border-radius: 3px;
2071   border-radius: 3px;
2072   background: white;
2073   min-width: 50px;
2074 }
2075 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar span {
2076   position: absolute;
2077   margin-left: 10px;
2078   font-weight: bold;
2079 }
2080 .openerp .oe_form .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
2081   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
2082 }
2083 .openerp .oe_form .oe_view_manager_header2 td {
2084   padding: 0px 8px;
2085   line-height: 16px;
2086 }
2087 .openerp .oe_form .oe_view_manager_header2 td .oe_i {
2088   font-size: 13px;
2089 }
2090 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group {
2091   height: auto;
2092   line-height: 16px;
2093 }
2094 .openerp .oe_form .oe_view_manager_header2 td .oe_pager_group li {
2095   height: auto;
2096   line-height: 16px;
2097 }
2098 .openerp .oe-select-create-popup-view-form > .oe_formview > .oe_form_pager {
2099   display: none !important;
2100 }
2101 .openerp .oe_form .oe_form_field_one2many > .oe_view_manager .oe_list_pager_single_page {
2102   display: none;
2103 }
2104 .openerp .oe_form .oe_form_field_many2many > .oe-listview .oe_list_pager_single_page {
2105   display: none;
2106 }
2107 .openerp .oe_form td.oe_form_group_cell_label {
2108   border-right: 1px solid #dddddd;
2109   padding: 2px 0px 2px 0px;
2110 }
2111 .openerp .oe_form td.oe_form_group_cell_label label {
2112   line-height: 18px;
2113   display: block;
2114   min-width: 120px;
2115 }
2116 .openerp .oe_form td.oe_form_group_cell + .oe_form_group_cell {
2117   padding-left: 8px;
2118 }
2119 .openerp .oe_form .oe_form_subtotal_footer {
2120   width: auto;
2121   float: right;
2122 }
2123 .openerp .oe_form .oe_form_subtotal_footer td.oe_form_group_cell {
2124   text-align: right;
2125   padding: 0;
2126 }
2127 .openerp .oe_form .oe_form_subtotal_footer td.oe_form_group_cell_label {
2128   border: none;
2129 }
2130 .openerp .oe_form .oe_form_subtotal_footer .oe_form_field {
2131   width: auto !important;
2132 }
2133 .openerp .oe_form .oe_form_subtotal_footer .oe_form_subtotal_footer_separator {
2134   border-top: 1px solid #cacaca;
2135   font-size: 120%;
2136   font-weight: bold;
2137 }
2138 .openerp .oe_form .oe_form_subtotal_footer label.oe_form_subtotal_footer_separator {
2139   font-weight: bold !important;
2140   padding: 2px 8px 2px 0px !important;
2141 }
2142 .openerp .oe-listview-content {
2143   width: 100%;
2144 }
2145 .openerp .oe-listview-content td:first-child, .openerp .oe-listview-content th:first-child {
2146   width: 17px;
2147 }
2148 .openerp .oe-listview-content td:first-child:after, .openerp .oe-listview-content th:first-child:after {
2149   border-width: 0;
2150 }
2151 .openerp .oe-listview-content > thead {
2152   border-bottom: 2px solid #cacaca;
2153   background: #eeeeee;
2154   vertical-align: top;
2155 }
2156 .openerp .oe-listview-content > thead th {
2157   position: relative;
2158 }
2159 .openerp .oe-listview-content td, .openerp .oe-listview-content th {
2160   padding: 3px 6px;
2161   line-height: 18px;
2162 }
2163 .openerp .oe-listview-content th:after {
2164   position: absolute;
2165   right: 6px;
2166   content: "";
2167   margin-top: 7px;
2168   border-width: 0 4px 4px;
2169   border-style: solid;
2170   border-color: black transparent;
2171   visibility: hidden;
2172 }
2173 .openerp .oe-listview-content th.sortup:after {
2174   visibility: visible;
2175   filter: alpha(opacity=60);
2176   opacity: 0.6;
2177 }
2178 .openerp .oe-listview-content th.sortdown:after {
2179   border-bottom: none;
2180   border-left: 4px solid transparent;
2181   border-right: 4px solid transparent;
2182   border-top: 4px solid black;
2183   visibility: visible;
2184   -moz-box-shadow: none;
2185   -webkit-box-shadow: none;
2186   box-shadow: none;
2187   filter: alpha(opacity=60);
2188   opacity: 0.6;
2189 }
2190 .openerp .oe-listview-content > tbody {
2191   cursor: pointer;
2192   background: white;
2193 }
2194 .openerp .oe-listview-content > tbody > tr {
2195   border-top: 1px solid #dddddd;
2196 }
2197 .openerp .oe-listview-content > tbody > tr > td.oe-field-cell {
2198   padding: 3px 6px;
2199 }
2200 .openerp .oe-listview-content > tbody > tr > td, .openerp .oe-listview-content > tbody > tr > th {
2201   line-height: 18px;
2202 }
2203 .openerp .oe-listview-content > tbody > tr > td > button, .openerp .oe-listview-content > tbody > tr > th > button {
2204   border: none;
2205   background: transparent;
2206   padding: 0;
2207   -moz-box-shadow: none;
2208   -webkit-box-shadow: none;
2209   box-shadow: none;
2210 }
2211 .openerp .oe-listview-content > tbody > tr > td.oe_list_checkbox:first-child, .openerp .oe-listview-content > tbody > tr th.oe_list_checkbox:first-child {
2212   width: 17px;
2213 }
2214 .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 {
2215   border-width: 0;
2216 }
2217 .openerp .oe-listview-content > tbody > tr > td.oe_number {
2218   text-align: right !important;
2219 }
2220 .openerp .oe-listview-content > tbody > tr:nth-child(odd) {
2221   background-color: #f0f0fa;
2222   background-color: #f0f0fa;
2223   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
2224   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
2225   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
2226   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
2227   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
2228   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
2229 }
2230 .openerp .oe-listview-content > tfoot {
2231   border-top: 2px solid #cacaca;
2232   border-bottom: 1px solid #cacaca;
2233   background: #eeeeee;
2234   font-weight: bold;
2235 }
2236 .openerp .oe-listview-content > tbody tr:hover td, .openerp .oe-listview-content tbody tr:hover th {
2237   background-color: #eeeeee;
2238   background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dedede));
2239   background-image: -webkit-linear-gradient(top, #eeeeee, #dedede);
2240   background-image: -moz-linear-gradient(top, #eeeeee, #dedede);
2241   background-image: -ms-linear-gradient(top, #eeeeee, #dedede);
2242   background-image: -o-linear-gradient(top, #eeeeee, #dedede);
2243   background-image: linear-gradient(to bottom, #eeeeee, #dedede);
2244 }
2245 .openerp .oe-listview-content .numeric {
2246   text-align: right;
2247   width: 82px;
2248 }
2249 .openerp .oe-listview-content .numeric input {
2250   text-align: right;
2251 }
2252 .openerp .oe_trad_field.touched {
2253   border: 1px solid green !important;
2254 }
2255 .openerp.oe_tooltip {
2256   font-size: 12px;
2257 }
2258 .openerp.oe_tooltip .oe_tooltip_string {
2259   color: #ffdd55;
2260   font-weight: bold;
2261   font-size: 13px;
2262 }
2263 .openerp.oe_tooltip .oe_tooltip_help {
2264   white-space: pre-wrap;
2265 }
2266 .openerp.oe_tooltip .oe_tooltip_technical {
2267   padding: 0 0 4px 0;
2268   margin: 5px 0 0 15px;
2269 }
2270 .openerp.oe_tooltip .oe_tooltip_technical li {
2271   list-style: circle;
2272 }
2273 .openerp.oe_tooltip .oe_tooltip_technical_title {
2274   font-weight: bold;
2275 }
2276 .openerp .oe_view_editor {
2277   width: 100%;
2278   border-collapse: collapse;
2279   margin-left: -12px;
2280   width: 100%;
2281   background-color: white;
2282   border-spacing: 0;
2283 }
2284 .openerp .oe_view_editor td {
2285   text-align: center;
2286   white-space: nowrap;
2287   border: 1px solid #d8d8d8;
2288   cursor: pointer;
2289   font-size: 90%;
2290 }
2291 .openerp .oe_view_editor_field td {
2292   border: 0px !important;
2293 }
2294 .openerp .oe_view_editor tr:hover {
2295   background-color: #ecebf2;
2296 }
2297 .openerp .oe_layout_debugging .oe_form_group {
2298   outline: 2px dashed green;
2299 }
2300 .openerp .oe_layout_debugging .oe_form_group_cell {
2301   outline: 1px solid blue;
2302 }
2303 .openerp .oe_layout_debugging .oe_form_group:hover, .openerp .oe_layout_debugging .oe_form_group_cell:hover {
2304   outline-color: red;
2305 }
2306 .openerp .oe_layout_debugging .oe_form_group_row_incomplete > td:last-child:after {
2307   content: "[Incomplete Row]";
2308   background: red;
2309   padding: 2px;
2310   font-weight: bold;
2311   color: white;
2312   float: right;
2313 }
2314 .openerp .oe_layout_debugging .oe_form_group_row_incomplete.oe_form_group_row_newline > td:last-child:after {
2315   content: "[newline]";
2316 }
2317 .openerp .oe_debug_view {
2318   float: left;
2319 }
2320 .openerp .oe_debug_view_log {
2321   font-size: 95%;
2322 }
2323 .openerp .oe_debug_view_log label {
2324   display: block;
2325   width: 49%;
2326   text-align: right;
2327   float: left;
2328   font-weight: bold;
2329   color: #000099;
2330 }
2331 .openerp .oe_debug_view_log span {
2332   display: block;
2333   width: 49%;
2334   float: right;
2335   color: #333333;
2336 }
2337
2338 .kitten-mode-activated {
2339   background-image: url(http://placekitten.com/g/1365/769);
2340   background-size: cover;
2341   background-attachment: fixed;
2342 }
2343 .kitten-mode-activated > * {
2344   opacity: 0.7;
2345 }
2346
2347 .openerp .oe_form_field_many2one td:first-child {
2348   position: relative;
2349 }
2350 .openerp .oe_form_field_many2one span.oe-m2o-drop-down-button {
2351   position: absolute;
2352   top: 3px;
2353   right: 2px;
2354 }