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