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