[IMP] Use radio widget in various views
[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 #oe_main_menu_navbar {
24   min-height: 34px;
25   z-index: 1001;
26   border-radius: 0;
27 }
28 #oe_main_menu_navbar li a, #oe_main_menu_navbar li button {
29   padding: 4px 8px 4px 8px;
30   margin-top: 2px;
31   font-size: 13px;
32 }
33 #oe_main_menu_navbar .oe_topbar_avatar {
34   max-height: 18px;
35   width: auto;
36 }
37
38 #oe_main_menu_navbar.navbar {
39   margin-bottom: 0px;
40 }
41
42 .oe_systray {
43   margin-right: 0px !important;
44 }
45
46 .oe_notification {
47   z-index: 1600;
48 }
49
50 .oe_webclient_timezone_notification a {
51   color: white;
52   text-decoration: underline;
53 }
54 .oe_webclient_timezone_notification p {
55   margin-top: 1em;
56 }
57 .oe_webclient_timezone_notification dt {
58   font-weight: bold;
59 }
60
61 .oe_timezone_systray span {
62   margin-top: 1px;
63   background-color: #f6cf3b;
64 }
65
66 .navbar .oe_topbar_name {
67   max-width: 150px;
68   display: inline-block;
69   height: 15px;
70   text-overflow: ellipsis;
71   white-space: nowrap;
72   overflow: hidden;
73 }
74
75 .openerp {
76   padding: 0;
77   margin: 0;
78   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
79   color: #4c4c4c;
80   font-size: 13px;
81   background: white;
82   /* http://www.quirksmode.org/dom/inputfile.html
83    * http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
84    */
85 }
86 .openerp.openerp_webclient_container {
87   height: calc(100% - 34px);
88 }
89 @media (max-width: 768px) {
90   .openerp.openerp_webclient_container {
91     height: calc(100% - 52px);
92   }
93 }
94 .openerp :-moz-placeholder {
95   color: #afafb6 !important;
96   font-style: italic !important;
97 }
98 .openerp ::-webkit-input-placeholder {
99   color: #afafb6 !important;
100   font-style: italic !important;
101 }
102 .openerp :-ms-input-placeholder {
103   color: #afafb6 !important;
104   font-style: italic !important;
105 }
106 .openerp a {
107   text-decoration: none;
108   cursor: pointer !important;
109 }
110 .openerp table {
111   padding: 0;
112   border-collapse: collapse;
113 }
114 .openerp thead {
115   font-weight: bold;
116   background-color: #f0f0f0;
117 }
118 .openerp thead th {
119   border-left: 1px solid #dfdfdf;
120 }
121 .openerp thead th:first-child {
122   border-left: none;
123 }
124 .openerp thead th.null {
125   border-left: none;
126 }
127 .openerp th, .openerp td {
128   padding: 0;
129   text-align: left;
130 }
131 .openerp th {
132   font-weight: bold;
133   vertical-align: middle;
134 }
135 .openerp td {
136   vertical-align: top;
137 }
138 .openerp .oe_title {
139   float: left;
140 }
141 .openerp .oe_title:after {
142   content: ".";
143   display: block;
144   height: 0;
145   clear: both;
146   visibility: hidden;
147 }
148 .openerp .oe_form_group {
149   clear: both;
150 }
151 .openerp .zebra tbody tr:nth-child(odd) td {
152   background-color: #f0f0fa;
153   background-color: #efeff8;
154   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
155   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
156   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
157   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
158   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
159   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
160 }
161 .openerp .zebra tbody tr:hover td {
162   background-color: #e6e6e6;
163   background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dedede));
164   background-image: -webkit-linear-gradient(top, #eeeeee, #dedede);
165   background-image: -moz-linear-gradient(top, #eeeeee, #dedede);
166   background-image: -ms-linear-gradient(top, #eeeeee, #dedede);
167   background-image: -o-linear-gradient(top, #eeeeee, #dedede);
168   background-image: linear-gradient(to bottom, #eeeeee, #dedede);
169 }
170 .openerp input, .openerp textarea, .openerp select {
171   padding: 2px 4px;
172   border: 1px solid #cccccc;
173   -moz-border-radius: 3px;
174   -webkit-border-radius: 3px;
175   border-radius: 3px;
176   background: white;
177 }
178 .openerp img {
179   vertical-align: middle;
180 }
181 .openerp h4 {
182   margin: 4px 0;
183   font-weight: bold;
184   font-size: inherit;
185 }
186 .openerp a.button:link, .openerp a.button:visited, .openerp button, .openerp .oe_button, .openerp input[type='submit'] {
187   display: inline-block;
188   border: 1px solid rgba(0, 0, 0, 0.4);
189   color: #4c4c4c;
190   margin: 0;
191   padding: 3px 12px;
192   font-size: 13px;
193   text-align: center;
194   background-color: #e3e3e3;
195   background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
196   background-image: -webkit-linear-gradient(top, #efefef, #d8d8d8);
197   background-image: -moz-linear-gradient(top, #efefef, #d8d8d8);
198   background-image: -ms-linear-gradient(top, #efefef, #d8d8d8);
199   background-image: -o-linear-gradient(top, #efefef, #d8d8d8);
200   background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
201   -moz-border-radius: 3px;
202   -webkit-border-radius: 3px;
203   border-radius: 3px;
204   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
205   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
206   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
207   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
208   -webkit-font-smoothing: antialiased;
209   outline: none;
210 }
211 .openerp a.button:hover, .openerp button:hover, .openerp .oe_button:hover, .openerp input[type='submit']:hover {
212   background-color: #ececec;
213   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
214   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
215   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
216   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
217   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
218   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
219   cursor: pointer;
220   background-position: 0;
221 }
222 .openerp a.button:focus, .openerp button:focus, .openerp .oe_button:focus, .openerp input[type='submit']:focus {
223   border: 1px solid #80bfff;
224   background-position: 0;
225   background-color: #ececec;
226   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
227   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
228   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
229   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
230   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
231   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
232   -moz-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
233   -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
234   box-shadow: 0 0 3px #80bfff, 0 1px 1px rgba(255, 255, 255, 0.8) inset;
235 }
236 .openerp a.button:active, .openerp a.button.active, .openerp button:active, .openerp .oe_button:active, .openerp .oe_button.active, .openerp input[type='submit']:active, .openerp input[type='submit'].active {
237   background-color: #ececec;
238   background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6));
239   background-image: -webkit-linear-gradient(top, #e3e3e3, #f6f6f6);
240   background-image: -moz-linear-gradient(top, #e3e3e3, #f6f6f6);
241   background-image: -ms-linear-gradient(top, #e3e3e3, #f6f6f6);
242   background-image: -o-linear-gradient(top, #e3e3e3, #f6f6f6);
243   background-image: linear-gradient(to bottom, #e3e3e3, #f6f6f6);
244   -moz-box-shadow: none;
245   -webkit-box-shadow: none;
246   box-shadow: none;
247 }
248 .openerp a.button.disabled, .openerp button:disabled, .openerp .oe_button:disabled, .openerp input[type='submit']:disabled {
249   background: #efefef !important;
250   border: 1px solid #d1d1d1 !important;
251   -moz-box-shadow: none !important;
252   -webkit-box-shadow: none !important;
253   box-shadow: none !important;
254   color: #aaaaaa !important;
255   cursor: default;
256   text-shadow: 0 1px 1px white !important;
257 }
258 .openerp .ui-widget-content a {
259   color: #7c7bad;
260 }
261 .openerp .oe_bounce_container {
262   display: inline-block;
263 }
264 .openerp .text-tag .text-button {
265   height: auto !important;
266   min-height: 16px;
267 }
268 .openerp .ui-tabs {
269   position: static;
270 }
271 .openerp .oe_i {
272   font-family: "mnmliconsRegular" !important;
273   font-size: 21px;
274   font-weight: 300 !important;
275 }
276 .openerp .oe_e {
277   font-family: "entypoRegular" !important;
278   font-size: 34px;
279   font-weight: 300 !important;
280   line-height: 100%;
281 }
282 .openerp .oe_left {
283   float: left;
284   margin-right: 8px;
285   width: 305px;
286 }
287 .openerp .oe_right {
288   float: right;
289   margin-left: 8px;
290 }
291 .openerp .oe_text_center {
292   text-align: center;
293 }
294 .openerp .oe_text_left {
295   text-align: left;
296 }
297 .openerp .oe_text_right {
298   text-align: right;
299 }
300 .openerp .oe_clear {
301   clear: both;
302 }
303 .openerp .oe_wait {
304   cursor: wait;
305 }
306 .openerp .oe_fade {
307   color: #888888;
308   font-weight: normal;
309 }
310 .openerp .oe_bold {
311   font-weight: bold;
312 }
313 .openerp .oe_inline {
314   width: auto !important;
315 }
316 .openerp .oe_highlight {
317   color: white;
318   background: #dc5f59;
319 }
320 .openerp button.oe_highlight {
321   background-color: #c02c2c;
322   background-image: -webkit-gradient(linear, left top, left bottom, from(#df3f3f), to(#a21a1a));
323   background-image: -webkit-linear-gradient(top, #df3f3f, #a21a1a);
324   background-image: -moz-linear-gradient(top, #df3f3f, #a21a1a);
325   background-image: -ms-linear-gradient(top, #df3f3f, #a21a1a);
326   background-image: -o-linear-gradient(top, #df3f3f, #a21a1a);
327   background-image: linear-gradient(to bottom, #df3f3f, #a21a1a);
328   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
329   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
330   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
331 }
332 .openerp button.oe_highlight:hover {
333   background-color: #c63939;
334   background-image: -webkit-gradient(linear, left top, left bottom, from(#e25858), to(#ab1b1b));
335   background-image: -webkit-linear-gradient(top, #e25858, #ab1b1b);
336   background-image: -moz-linear-gradient(top, #e25858, #ab1b1b);
337   background-image: -ms-linear-gradient(top, #e25858, #ab1b1b);
338   background-image: -o-linear-gradient(top, #e25858, #ab1b1b);
339   background-image: linear-gradient(to bottom, #e25858, #ab1b1b);
340 }
341 .openerp button.oe_highlight:active {
342   background-color: #cb2121;
343   background-image: -webkit-gradient(linear, left top, left bottom, from(#c52020), to(#d22323));
344   background-image: -webkit-linear-gradient(top, #c52020, #d22323);
345   background-image: -moz-linear-gradient(top, #c52020, #d22323);
346   background-image: -ms-linear-gradient(top, #c52020, #d22323);
347   background-image: -o-linear-gradient(top, #c52020, #d22323);
348   background-image: linear-gradient(to bottom, #c52020, #d22323);
349 }
350 .openerp .oe_background_grey {
351   background: #eeeeee !important;
352 }
353 .openerp .oe_form_dirty .oe_highlight_on_dirty {
354   color: white;
355   background: #dc5f59;
356   font-weight: bold;
357 }
358 .openerp .oe_form_dirty button.oe_highlight_on_dirty {
359   background-color: #c74a44;
360   background-image: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
361   background-image: -webkit-linear-gradient(top, #dc5f59, #b33630);
362   background-image: -moz-linear-gradient(top, #dc5f59, #b33630);
363   background-image: -ms-linear-gradient(top, #dc5f59, #b33630);
364   background-image: -o-linear-gradient(top, #dc5f59, #b33630);
365   background-image: linear-gradient(to bottom, #dc5f59, #b33630);
366   -moz-box-shadow: none;
367   -webkit-box-shadow: none;
368   box-shadow: none;
369 }
370 .openerp .oe_form_dirty button.oe_highlight_on_dirty:hover {
371   background: #ed6f6a;
372 }
373 .openerp .oe_warning_redirect {
374   border: none !important;
375   padding: 0 !important;
376   margin-left: 20px !important;
377   background: #f5f7f9 !important;
378   box-shadow: none !important;
379 }
380 .openerp .oe_warning_redirect:hover {
381   text-decoration: underline !important;
382 }
383 .openerp .oe_stat_button {
384   font-weight: normal;
385   width: 132px !important;
386   height: 40px;
387   color: #666666;
388   margin: 0px -1px -1px 0px;
389   padding: 0;
390   border: 1px solid #dddddd;
391   border-radius: 0;
392   box-shadow: none;
393   background: white;
394 }
395 .openerp .oe_stat_button > div {
396   display: table-cell;
397   vertical-align: middle;
398   text-align: left;
399   padding: 0;
400   line-height: 120%;
401 }
402 .openerp .oe_stat_button .stat_button_icon {
403   color: #7c7bad;
404   font-size: 24px;
405   padding: 0px 3px;
406   width: 37px;
407   text-align: center;
408 }
409 .openerp .oe_stat_button .oe_form_field_percent_pie {
410   width: 42px;
411 }
412 .openerp .oe_stat_button .oe_form_field_bar_chart {
413   width: 42px;
414 }
415 .openerp .oe_stat_button svg {
416   width: 38px;
417   height: 38px;
418   display: inline;
419   vertical-align: middle;
420 }
421 .openerp .oe_stat_button:hover {
422   background: #7c7bad;
423   color: white;
424 }
425 .openerp .oe_stat_button:hover .fa {
426   color: white;
427 }
428 .openerp .oe_button_box {
429   width: 400px;
430   text-align: right;
431 }
432 .openerp .oe_button_box .oe_stat_button {
433   display: inline-table;
434 }
435 .openerp .oe_avatar > img {
436   max-height: 90px;
437   max-width: 90px;
438   -moz-border-radius: 3px;
439   -webkit-border-radius: 3px;
440   border-radius: 3px;
441   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
442   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
443   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
444   border: none;
445   margin-bottom: 10px;
446 }
447 .openerp .oe_avatar + div {
448   margin-left: 5px;
449 }
450 .openerp .oe_image_small > img {
451   max-width: 50px;
452   max-height: 50px;
453 }
454 .openerp .oe_image_medium > img {
455   max-width: 180px;
456   max-height: 180px;
457 }
458 .openerp .oe_button.oe_link {
459   border: none;
460   padding: 0;
461   margin: 0;
462   background: none;
463   -moz-border-radius: 0;
464   -webkit-border-radius: 0;
465   border-radius: 0;
466   -moz-box-shadow: none;
467   -webkit-box-shadow: none;
468   box-shadow: none;
469 }
470 .openerp .oe_button.oe_link img {
471   display: inline-block;
472 }
473 .openerp .oe_button.oe_link span {
474   border: none;
475   padding: 0;
476   margin: 0;
477   background: none;
478   -moz-border-radius: 0;
479   -webkit-border-radius: 0;
480   border-radius: 0;
481   -moz-box-shadow: none;
482   -webkit-box-shadow: none;
483   box-shadow: none;
484   color: #7c7bad;
485   font-weight: bold;
486 }
487 .openerp .oe_button.oe_link span:hover {
488   text-decoration: underline;
489 }
490 .openerp .oe_webclient .oe_star_on, .openerp .oe_webclient .oe_star_off {
491   color: #cccccc;
492   text-shadow: 0 0 2px black;
493   vertical-align: top;
494   position: relative;
495   top: -8px;
496 }
497 .openerp .oe_webclient .oe_star_on:hover, .openerp .oe_webclient .oe_star_off:hover {
498   text-decoration: none;
499 }
500 .openerp .oe_webclient .oe_star_on {
501   color: gold;
502 }
503 .openerp p.oe_grey {
504   max-width: 650px;
505 }
506 .openerp .oe_grey {
507   color: #aaaaaa;
508 }
509 .openerp .oe_error_detail hr {
510   display: block;
511   -webkit-margin-before: 0.5em;
512   -webkit-margin-after: 0.5em;
513   -webkit-margin-start: auto;
514   -webkit-margin-end: auto;
515   border-style: inset;
516   border-width: 1px;
517 }
518 .openerp .oe_kanban_status {
519   position: relative;
520   display: inline-block;
521   height: 12px;
522   width: 12px;
523   -moz-border-radius: 6px;
524   -webkit-border-radius: 6px;
525   border-radius: 6px;
526   background-position: center center;
527   background-image: -webkit-radial-gradient(circle, #eeeeee 0%, #cccccc 40%, #bbbbbb 100%);
528   background-image: -moz-radial-gradient(#eeeeee 0%, #cccccc 40%, #bbbbbb 100%);
529   background-image: -ms-radial-gradient(#eeeeee 0%, #cccccc 40%, #bbbbbb 100%);
530   background-image: radial-gradient(circle, #eeeeee 0%, #cccccc 40%, #bbbbbb 100%);
531 }
532 .openerp .oe_kanban_status_green {
533   background: green;
534   background-position: center center;
535   background-image: -webkit-radial-gradient(circle, #55dd55 0%, #44aa44 40%, #339933 100%);
536   background-image: -moz-radial-gradient(#55dd55 0%, #44aa44 40%, #339933 100%);
537   background-image: -ms-radial-gradient(#55dd55 0%, #44aa44 40%, #339933 100%);
538   background-image: radial-gradient(circle, #55dd55 0%, #44aa44 40%, #339933 100%);
539 }
540 .openerp .oe_kanban_status_red {
541   background: red;
542   background-position: center center;
543   background-image: -webkit-radial-gradient(circle, #ee7777 0%, #cc3333 40%, #bb0808 100%);
544   background-image: -moz-radial-gradient(#ee7777 0%, #cc3333 40%, #bb0808 100%);
545   background-image: -ms-radial-gradient(#ee7777 0%, #cc3333 40%, #bb0808 100%);
546   background-image: radial-gradient(circle, #ee7777 0%, #cc3333 40%, #bb0808 100%);
547 }
548 .openerp .btn-group.kanban_state {
549   padding-top: 8px;
550   margin-right: 4px !important;
551 }
552 .openerp .btn-group.kanban_state .dropdown-menu {
553   min-width: 100%;
554   padding-right: 10px !important;
555 }
556 .openerp .btn-group.kanban_state .dropdown-menu li a, .openerp .btn-group.kanban_state .dropdown-menu li a:hover, .openerp .btn-group.kanban_state .dropdown-menu li a:focus {
557   padding-left: 5px;
558   padding-right: 0px;
559 }
560 .openerp .btn-group.kanban_state a {
561   color: #333333;
562 }
563 .openerp .oe_tag {
564   border: 1px solid #afafb6;
565   font-size: 11px;
566   padding: 2px 4px;
567   margin: 0 2px 2px 0;
568   -moz-border-radius: 3px;
569   -webkit-border-radius: 3px;
570   border-radius: 3px;
571   background: #f0f0fa;
572   color: #4c4c4c;
573 }
574 .openerp .oe_tag_dark {
575   background: #7c7bad;
576   color: #eeeeee;
577 }
578 .openerp .oe_form_field_radio.oe_horizontal {
579   white-space: nowrap;
580 }
581 .openerp .oe_form_field_radio.oe_horizontal label {
582   display: inline-block;
583   text-align: center;
584   height: 16px;
585 }
586 .openerp .oe_form_field_radio.oe_vertical label {
587   display: inline-block;
588   margin-left: 20px;
589 }
590 .openerp .oe_form_field_radio .oe_radio_input {
591   border: 2px solid transparent;
592   display: inline-block;
593   height: 12px;
594   width: 12px;
595   vertical-align: top;
596   border-radius: 10px;
597   margin: 1px 0;
598   position: absolute;
599 }
600 .openerp .oe_form_field_radio.oe_form_required.oe_form_invalid .oe_radio_input {
601   border-color: red;
602 }
603 .openerp .oe_tags {
604   margin-bottom: 1px;
605 }
606 .openerp .oe_tags.oe_inline {
607   min-width: 250px;
608 }
609 .openerp .oe_tags .text-wrap {
610   width: 100% !important;
611 }
612 .openerp .oe_tags .text-wrap textarea {
613   width: 100% !important;
614 }
615 .openerp .oe_tags .text-core {
616   min-height: 22px;
617 }
618 .openerp .oe_tags .text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
619   font-style: italic;
620   text-decoration: none;
621 }
622 .openerp .oe_notebook {
623   margin: 8px 0;
624   padding: 0 16px;
625   list-style: none;
626   zoom: 1;
627 }
628 .openerp .oe_notebook.ui-corner-all {
629   -moz-border-radius: 0;
630   -webkit-border-radius: 0;
631   border-radius: 0;
632 }
633 .openerp .oe_notebook:before, .openerp .oe_notebook:after {
634   display: table;
635   content: "";
636   zoom: 1;
637 }
638 .openerp .oe_notebook:after {
639   clear: both;
640 }
641 .openerp .oe_notebook > li {
642   float: left;
643 }
644 .openerp .oe_notebook > li > a {
645   display: block;
646   color: gray;
647 }
648 .openerp .oe_notebook > li.ui-tabs-active > a {
649   color: #4c4c4c;
650 }
651 .openerp .oe_notebook {
652   border-color: #dddddd;
653   border-style: solid;
654   border-width: 0 0 1px;
655 }
656 .openerp .oe_notebook > li {
657   position: relative;
658 }
659 .openerp .oe_notebook > li > a {
660   padding: 0 12px;
661   margin-right: 2px;
662   line-height: 30px;
663   border: 1px solid transparent;
664   -moz-border-radius: 4px 4px 0 0;
665   -webkit-border-radius: 4px 4px 0 0;
666   border-radius: 4px 4px 0 0;
667 }
668 .openerp .oe_notebook > li > a:hover {
669   text-decoration: none;
670   background-color: #eeeeee;
671   border-color: #eeeeee #eeeeee #dddddd;
672 }
673 .openerp .ui-tabs .oe_notebook.ui-tabs-nav li.ui-tabs-active {
674   border-bottom: none;
675   padding-bottom: 1px;
676 }
677 .openerp .oe_notebook > li.ui-state-active > a, .openerp .oe_notebook > li.ui-state-active > a:hover {
678   background-color: white;
679   border: 1px solid #dddddd;
680   border-bottom-color: transparent;
681   cursor: default;
682 }
683 .openerp .oe_notebook_page {
684   padding: 0;
685 }
686 .openerp .oe_notebook_page > label:not([for]) {
687   font-weight: normal !important;
688 }
689 .openerp div.ui-tabs {
690   padding: 3px 0px 3px 0px;
691 }
692 .openerp .ui-tabs-hide {
693   display: none;
694 }
695 .openerp .oe_dropdown, .openerp .oe_dropdown_hover, .openerp .oe_dropdown_toggle {
696   position: relative;
697   cursor: pointer;
698 }
699 .openerp .oe_dropdown_toggle {
700   color: #2b2b2b;
701   font-weight: normal;
702 }
703 .openerp .oe_dropdown_hover:hover .oe_dropdown_menu, .openerp .oe_dropdown_menu.oe_opened {
704   display: block;
705 }
706 .openerp .oe_dropdown_menu {
707   display: none;
708   position: absolute;
709   z-index: 3;
710   margin: 0;
711   border: 1px solid #afafb6;
712   background: white;
713   padding: 4px 0;
714   min-width: 140px;
715   text-align: left;
716   -moz-border-radius: 3px;
717   -webkit-border-radius: 3px;
718   border-radius: 3px;
719   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
720   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
721   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
722 }
723 .openerp .oe_dropdown_menu > li {
724   list-style-type: none;
725   float: none;
726   display: block;
727   position: relative;
728   margin: 0;
729   padding: 2px 8px;
730 }
731 .openerp .oe_dropdown_menu > li:hover {
732   background-color: #efeff8;
733   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
734   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
735   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
736   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
737   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
738   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
739   -moz-box-shadow: none;
740   -webkit-box-shadow: none;
741   box-shadow: none;
742 }
743 .openerp .oe_dropdown_menu > li > a {
744   white-space: nowrap;
745   display: block;
746   color: #4c4c4c;
747   text-decoration: none;
748 }
749 .openerp .oe_dropdown_menu > li > a:hover {
750   text-decoration: none;
751 }
752 .openerp .oe_dropdown_arrow:after {
753   width: 0;
754   height: 0;
755   display: inline-block;
756   content: "&darr";
757   text-indent: -99999px;
758   vertical-align: top;
759   margin-top: 8px;
760   margin-left: 3px;
761   border-left: 4px solid transparent;
762   border-right: 4px solid transparent;
763   border-top: 4px solid #404040;
764   filter: alpha(opacity=50);
765   opacity: 0.5;
766 }
767 .openerp .oe_sidebar {
768   white-space: nowrap;
769 }
770 .openerp .oe_sidebar .oe_dropdown_menu .oe_sidebar_add_attachment {
771   height: 20px;
772   cursor: pointer;
773   padding-left: 6px;
774   margin-top: 6px;
775 }
776 .openerp .oe_sidebar .oe_dropdown_menu .oe_sidebar_add_attachment span {
777   font-weight: bold;
778 }
779 .openerp .oe_sidebar .oe_dropdown_menu .oe_sidebar_add_attachment .oe_hidden_input_file {
780   width: 200px;
781 }
782 .openerp .oe_sidebar .oe_dropdown_menu .oe_sidebar_add_attachment:hover {
783   background-color: #efeff8;
784   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
785   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
786   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
787   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
788   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
789   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
790   -moz-box-shadow: none;
791   -webkit-box-shadow: none;
792   box-shadow: none;
793 }
794 .openerp .oe_sidebar .oe_dropdown_menu li .oe_sidebar_delete_item {
795   position: absolute;
796   top: 4px;
797   right: 4px;
798   display: none;
799   width: 12px;
800   height: 12px;
801   padding: 1px;
802   color: #8786b7;
803   line-height: 8px;
804   text-align: center;
805   font-weight: bold;
806   text-shadow: 0 1px 1px white;
807 }
808 .openerp .oe_sidebar .oe_dropdown_menu li .oe_sidebar_delete_item:hover {
809   text-decoration: none;
810   color: white;
811   background: #8786b7;
812   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
813   -moz-border-radius: 2px;
814   -webkit-border-radius: 2px;
815   border-radius: 2px;
816 }
817 .openerp .oe_sidebar .oe_dropdown_menu li:hover .oe_sidebar_delete_item {
818   display: inline-block;
819 }
820 .openerp .oe_loading {
821   display: none;
822   z-index: 1001;
823   position: fixed;
824   top: 0;
825   right: 50%;
826   padding: 4px 12px;
827   background: #a61300;
828   color: white;
829   text-align: center;
830   border: 1px solid #990000;
831   border-top: none;
832   -moz-border-radius-bottomright: 8px;
833   -moz-border-radius-bottomleft: 8px;
834   border-bottom-right-radius: 8px;
835   border-bottom-left-radius: 8px;
836 }
837 .openerp .oe_dialog_warning {
838   width: 100%;
839 }
840 .openerp .oe_dialog_warning p {
841   text-align: center;
842 }
843 .openerp .oe_dialog_icon {
844   padding: 5px;
845   width: 32px;
846 }
847 .openerp .oe_database_manager {
848   background: white;
849   color: black;
850   text-align: left;
851 }
852 .openerp .oe_database_manager .oe_database_manager_menu {
853   color: black;
854 }
855 .openerp .oe_webclient {
856   width: 100%;
857   height: 100%;
858   border-spacing: 0px;
859 }
860 .openerp .oe_content_full_screen .oe_application {
861   top: 0;
862   left: 0;
863 }
864 .openerp .oe_content_full_screen .oe_topbar, .openerp .oe_content_full_screen .oe_leftbar {
865   display: none;
866 }
867 .openerp .oe_leftbar {
868   display: none;
869   width: 220px;
870   background: #f0eeee;
871   border-right: 1px solid #afafb6;
872   text-shadow: none;
873 }
874 .openerp .oe_leftbar > div {
875   height: 100%;
876   display: table;
877   width: 220px;
878   position: relative;
879 }
880 .openerp .oe_leftbar > div a.oe_logo {
881   display: table-row;
882   text-align: center;
883 }
884 .openerp .oe_leftbar > div a.oe_logo img {
885   margin: 14px 0;
886   border: 0;
887 }
888 .openerp .oe_leftbar > div a.oe_logo .oe_logo_edit {
889   margin: 14px 0;
890   position: absolute;
891   top: 1px;
892   padding: 4px;
893   width: 100%;
894   display: none;
895   text-align: center;
896   color: #eeeeee;
897   background: rgba(37, 37, 37, 0.9);
898   -webkit-box-sizing: border-box;
899   -moz-box-sizing: border-box;
900   -ms-box-sizing: border-box;
901   box-sizing: border-box;
902 }
903 .openerp .oe_leftbar > div a.oe_logo:hover .oe_logo_edit_admin {
904   display: block;
905 }
906 .openerp .oe_leftbar > div > div {
907   display: table-row;
908   height: 100%;
909 }
910 .openerp .oe_leftbar > div > div > div {
911   position: relative;
912   height: 100%;
913 }
914 .openerp .oe_leftbar > div > div > div > div.oe_secondary_menus_container {
915   position: absolute;
916   position: static\9;
917   top: 0;
918   bottom: 0;
919   left: 0;
920   right: 0;
921   overflow-x: hidden;
922   overflow-y: auto;
923 }
924 .openerp .oe_leftbar > div .oe_footer {
925   background: #f0eeee;
926   text-align: center;
927 }
928 .openerp .oe_leftbar > div .oe_footer a {
929   font-weight: bold;
930   color: black;
931 }
932 .openerp .oe_leftbar > div .oe_footer a span {
933   color: #a24689;
934 }
935 .openerp .oe_secondary_menu_section {
936   font-weight: bold;
937   margin-left: 8px;
938   color: #7c7bad;
939 }
940 .openerp .oe_secondary_submenu {
941   margin-bottom: 10px !important;
942   line-height: 1.1em;
943   margin-top: 3px;
944 }
945 .openerp .oe_secondary_submenu .oe_menu_text {
946   white-space: nowrap;
947   overflow: hidden;
948   display: inline-block;
949   text-overflow: ellipsis;
950   max-width: 85%;
951   margin-top: 1px;
952 }
953 .openerp .oe_secondary_submenu .badge:hover {
954   cursor: pointer;
955   -webkit-transform: scale(1.1);
956   -moz-transform: scale(1.1);
957   -ms-transform: scale(1.1);
958   -o-transform: scale(1.1);
959   transform: scale(1.1);
960 }
961 .openerp .oe_secondary_submenu .oe_menu_toggler:before {
962   width: 0;
963   height: 0;
964   display: inline-block;
965   content: "&darr";
966   text-indent: -99999px;
967   vertical-align: top;
968   margin-left: -12px;
969   margin-top: 4px;
970   margin-right: 4px;
971   border-top: 4px solid transparent;
972   border-bottom: 4px solid transparent;
973   border-left: 4px solid #4c4c4c;
974   filter: alpha(opacity=50);
975   opacity: 0.5;
976 }
977 .openerp .oe_secondary_submenu .oe_menu_opened:before {
978   margin-top: 6px;
979   margin-left: -16px;
980   margin-right: 4px;
981   border-left: 4px solid transparent;
982   border-right: 4px solid transparent;
983   border-top: 4px solid #4c4c4c;
984 }
985 .openerp .oe_secondary_submenu .oe_secondary_submenu li {
986   margin-left: 20px;
987 }
988 .openerp .oe_about {
989   background-color: white;
990   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKUlEQVQIHWO8e/fufwYsgAUkJigoiCIF5DMyoYggcUiXgNnBiGQKmAkARpcEQeriln4AAAAASUVORK5CYII=);
991   -moz-border-radius: 0 0 2px 2px;
992   -webkit-border-radius: 0 0 2px 2px;
993   border-radius: 0 0 2px 2px;
994 }
995 .openerp .oe_about a {
996   color: #7c7bad;
997 }
998 .openerp .oe_about a:hover {
999   text-decoration: underline;
1000 }
1001 .openerp .oe_about a:focus {
1002   outline: none;
1003 }
1004 .openerp .oe_about .oe_logo {
1005   margin-left: -6px;
1006 }
1007 .openerp .oe_about .oe_bottom {
1008   text-shadow: 0 1px 1px #999999;
1009   background-color: #8a0e0e;
1010   background-image: -webkit-gradient(linear, left top, left bottom, from(#b41616), to(#600606));
1011   background-image: -webkit-linear-gradient(top, #b41616, #600606);
1012   background-image: -moz-linear-gradient(top, #b41616, #600606);
1013   background-image: -ms-linear-gradient(top, #b41616, #600606);
1014   background-image: -o-linear-gradient(top, #b41616, #600606);
1015   background-image: linear-gradient(to bottom, #b41616, #600606);
1016   color: #eeeeee;
1017   padding: 0 16px;
1018   -moz-border-radius: 0 0 2px 2px;
1019   -webkit-border-radius: 0 0 2px 2px;
1020   border-radius: 0 0 2px 2px;
1021 }
1022 .openerp .oe_about .oe_bottom a {
1023   color: #eeeeee;
1024 }
1025 .openerp a.oe_form_uri:hover {
1026   text-decoration: underline;
1027 }
1028 .openerp .oe_application {
1029   width: 100%;
1030   height: 100%;
1031 }
1032 .openerp .oe_application a {
1033   color: #7c7bad;
1034 }
1035 .openerp .oe_application > div {
1036   position: relative;
1037   height: 100%;
1038 }
1039 .openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper {
1040   display: table-row;
1041   height: 100%;
1042 }
1043 .openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div {
1044   position: relative;
1045   height: 100%;
1046 }
1047 .openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div > .oe_view_manager_body {
1048   position: absolute;
1049   position: static\9;
1050   top: 0;
1051   bottom: 0;
1052   left: 0;
1053   right: 0;
1054   overflow: auto;
1055 }
1056 .openerp .oe_application .oe_breadcrumb_item:not(:last-child) {
1057   max-width: 7em;
1058   white-space: nowrap;
1059   text-overflow: ellipsis;
1060 }
1061 .openerp .oe_application .oe_breadcrumb_title > * {
1062   display: inline-block;
1063   overflow: hidden;
1064   font-weight: bold;
1065 }
1066 .openerp .oe_view_manager {
1067   display: table;
1068   height: inherit;
1069   width: 100%;
1070 }
1071 .openerp .oe_view_manager .oe_view_manager_view_kanban:not(:empty) {
1072   height: 100%;
1073 }
1074 .openerp .oe_view_manager[data-view-type=kanban] .oe_view_manager_body {
1075   display: table-row;
1076 }
1077 .openerp .oe_view_manager table.oe_view_manager_header {
1078   border-collapse: separate;
1079   width: 100%;
1080   table-layout: fixed;
1081 }
1082 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row {
1083   clear: both;
1084   text-shadow: 0 1px 1px white;
1085 }
1086 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row:last-child td {
1087   padding-top: 0;
1088 }
1089 .openerp .oe_view_manager table.oe_view_manager_header .oe_header_row:first-child td {
1090   padding-top: 8px;
1091 }
1092 .openerp .oe_view_manager table.oe_view_manager_header .oe_view_manager_sidebar {
1093   margin: 0px auto;
1094   text-align: center;
1095 }
1096 .openerp .oe_view_manager table.oe_view_manager_header .oe_view_manager_sidebar .oe_dropdown_arrow:after {
1097   opacity: 0.9;
1098 }
1099 .openerp .oe_view_manager table.oe_view_manager_header td {
1100   line-height: 26px;
1101 }
1102 .openerp .oe_view_manager table.oe_view_manager_header h2 {
1103   font-size: 18px;
1104   margin: 0;
1105   float: left;
1106   line-height: 30px;
1107 }
1108 .openerp .oe_view_manager table.oe_view_manager_header h2 a {
1109   color: #7c7bad;
1110 }
1111 .openerp .oe_view_manager table.oe_view_manager_header .oe_dropdown_menu {
1112   line-height: normal;
1113 }
1114 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group {
1115   display: inline-block;
1116   border: 1px solid #ababab;
1117   -moz-border-radius: 5px;
1118   -webkit-border-radius: 5px;
1119   border-radius: 5px;
1120 }
1121 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group li {
1122   float: left;
1123   border-right: 1px solid #ababab;
1124 }
1125 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group li:last-child {
1126   border: none;
1127 }
1128 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group a {
1129   color: #4c4c4c;
1130 }
1131 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group a:hover {
1132   text-decoration: none;
1133 }
1134 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group .active {
1135   background: #999999;
1136   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1137   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1138   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1139 }
1140 .openerp .oe_view_manager table.oe_view_manager_header .oe_button_group .active a {
1141   color: white;
1142   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1143 }
1144 .openerp .oe_view_manager table.oe_view_manager_header .oe_view_manager_buttons {
1145   white-space: nowrap;
1146 }
1147 .openerp .oe_view_manager .oe_view_manager_switch {
1148   padding: 0;
1149   margin: 0 0 0 8px;
1150 }
1151 .openerp .oe_view_manager .oe_view_manager_switch li {
1152   margin: 0;
1153   width: 24px;
1154   height: 24px;
1155   line-height: 16px;
1156   padding: 0;
1157   text-align: center;
1158   list-style-type: none;
1159 }
1160 .openerp .oe_view_manager .oe_view_manager_switch li a {
1161   position: relative;
1162 }
1163 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_list:after, .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_tree:after {
1164   padding: 2px;
1165   content: "i";
1166 }
1167 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_form:after {
1168   content: "m";
1169 }
1170 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_graph:after {
1171   font-family: "mnmliconsRegular" !important;
1172   font-size: 21px;
1173   font-weight: 300 !important;
1174   content: "}";
1175   top: -2px;
1176   position: relative;
1177 }
1178 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_gantt:after {
1179   font-family: "mnmliconsRegular" !important;
1180   font-size: 21px;
1181   font-weight: 300 !important;
1182   content: "y";
1183   top: -2px;
1184   position: relative;
1185 }
1186 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_calendar:after {
1187   content: "P";
1188 }
1189 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_kanban:after {
1190   content: "k";
1191 }
1192 .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_diagram:after {
1193   content: "f";
1194 }
1195 .openerp .oe_list_pager {
1196   line-height: 26px;
1197 }
1198 .openerp .oe_pager_value {
1199   float: left;
1200   margin-right: 8px;
1201 }
1202 .openerp ul.oe_pager_group {
1203   padding: 0;
1204   margin: 0;
1205 }
1206 .openerp .oe_pager_group {
1207   float: left;
1208   height: 24px;
1209   line-height: 24px;
1210   display: inline-block;
1211   border: 1px solid #ababab;
1212   cursor: pointer;
1213   -moz-border-radius: 5px;
1214   -webkit-border-radius: 5px;
1215   border-radius: 5px;
1216 }
1217 .openerp .oe_pager_group li {
1218   height: 24px;
1219   line-height: 24px;
1220   padding: 0;
1221   margin: 0;
1222   list-style-type: none;
1223   float: left;
1224   border-right: 1px solid #ababab;
1225 }
1226 .openerp .oe_pager_group li:last-child {
1227   border: none;
1228 }
1229 .openerp .oe_pager_group a {
1230   color: #4c4c4c;
1231   padding: 0 8px;
1232 }
1233 .openerp .oe_pager_group a:hover {
1234   text-decoration: none;
1235 }
1236 .openerp .oe_pager_group .active {
1237   background: #999999;
1238   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1239   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1240   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
1241 }
1242 .openerp .oe_pager_group .active a {
1243   color: white;
1244   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
1245 }
1246 .openerp .oe_list_pager.oe_list_pager_single_page .oe_pager_group {
1247   display: none;
1248 }
1249 .openerp .oe_view_manager_current {
1250   height: 100%;
1251 }
1252 .openerp .oe_view_manager_current > .oe_view_manager_header {
1253   border-bottom: 1px solid #cacaca;
1254   background-color: #ededed;
1255   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1256   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1257   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1258   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1259   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1260   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1261   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1262   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1263   box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 9px rgba(0, 0, 0, 0.1);
1264 }
1265 .openerp .oe_view_manager_current > .oe_view_manager_header .oe_header_row td {
1266   padding: 8px;
1267 }
1268 .openerp .oe_view_manager_current > .oe_view_manager_header .oe_header_row:first-child td {
1269   padding-top: 8px;
1270 }
1271 .openerp .oe_view_manager_inline, .openerp .oe_view_manager_inlineview {
1272   height: 100%;
1273 }
1274 .openerp .oe_view_manager_inline > .oe_view_manager_header, .openerp .oe_view_manager_inlineview > .oe_view_manager_header {
1275   display: none;
1276 }
1277 .openerp .oe_popup_form .oe_formview .oe_form_pager {
1278   display: none !important;
1279 }
1280 .openerp .oe_popup_form table label {
1281   font-weight: normal;
1282 }
1283 .openerp .oe_popup_list_pager {
1284   float: right;
1285 }
1286 .openerp .oe_searchview {
1287   cursor: text;
1288   position: relative;
1289   float: right;
1290   padding: 1px 0;
1291   line-height: 18px;
1292   min-width: 400px;
1293   border: 1px solid #ababab;
1294   background: white;
1295   -moz-border-radius: 13px;
1296   -webkit-border-radius: 13px;
1297   border-radius: 13px;
1298   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1299   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1300   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
1301 }
1302 .openerp .oe_searchview input, .openerp .oe_searchview textarea {
1303   padding: 3px;
1304   height: 14px;
1305   font-size: 12px;
1306   line-height: 18px;
1307 }
1308 .openerp .oe_searchview input:not([type]), .openerp .oe_searchview input[type="text"], .openerp .oe_searchview input[type="number"] {
1309   width: 156px;
1310   height: 22px;
1311 }
1312 .openerp .oe_searchview input[type="checkbox"] {
1313   margin: 3px 3px 3px 4px;
1314 }
1315 .openerp .oe_searchview select {
1316   margin: 2px 4px 2px 0;
1317 }
1318 .openerp .oe_searchview.oe_focused {
1319   border-color: #a6a6fe;
1320   -moz-box-shadow: 0 1px 2px #a6a6fe inset;
1321   -webkit-box-shadow: 0 1px 2px #a6a6fe inset;
1322   box-shadow: 0 1px 2px #a6a6fe inset;
1323 }
1324 .openerp .oe_searchview .oe_searchview_clear {
1325   cursor: pointer;
1326   position: absolute;
1327   top: 0;
1328   right: 18px;
1329   width: 15px;
1330   height: 24px;
1331   background: url(../img/search_reset.gif) center center no-repeat;
1332 }
1333 .openerp .oe_searchview .oe_searchview_unfold_drawer {
1334   position: absolute;
1335   top: 0;
1336   right: 0;
1337   height: 24px;
1338   padding: 0 7px 0 4px;
1339   color: #cccccc;
1340   cursor: pointer;
1341 }
1342 .openerp .oe_searchview .oe_searchview_unfold_drawer:hover {
1343   color: #999999;
1344 }
1345 .openerp .oe_searchview .oe_searchview_unfold_drawer:before {
1346   position: absolute;
1347   top: 10px;
1348   right: 7px;
1349   width: 0;
1350   height: 0;
1351   display: inline-block;
1352   content: "";
1353   vertical-align: top;
1354   border-top: 5px solid #4c4c4c;
1355   border-left: 5px solid transparent;
1356   border-right: 5px solid transparent;
1357   filter: alpha(opacity=50);
1358   opacity: 0.5;
1359 }
1360 .openerp .oe_searchview .oe_searchview_search {
1361   font-size: 1px;
1362   letter-spacing: -1px;
1363   color: transparent;
1364   text-shadow: none;
1365   font-weight: normal;
1366   -moz-box-shadow: none;
1367   -webkit-box-shadow: none;
1368   box-shadow: none;
1369   -moz-border-radius: 0;
1370   -webkit-border-radius: 0;
1371   border-radius: 0;
1372   position: absolute;
1373   left: 3px;
1374   top: 1px;
1375   padding: 0;
1376   border: none;
1377   background: transparent;
1378 }
1379 .openerp .oe_searchview .oe_searchview_search:before {
1380   font: 21px "mnmliconsRegular";
1381   content: "r";
1382   color: #a3a3a3;
1383 }
1384 .openerp .oe_searchview .oe_searchview_facets {
1385   min-height: 22px;
1386   margin: 0 35px 0 15px;
1387 }
1388 .openerp .oe_searchview .oe_searchview_facets * {
1389   vertical-align: top;
1390   display: inline-block;
1391   line-height: 17px;
1392 }
1393 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1394   margin: 1px 0;
1395   font-size: 11px;
1396 }
1397 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1398   outline: none;
1399 }
1400 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input {
1401   padding: 0 0 0 6px;
1402   font-size: 12px;
1403   height: 16px;
1404   margin-top: 3px;
1405 }
1406 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input:focus {
1407   outline: none;
1408 }
1409 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1410   position: relative;
1411   cursor: pointer;
1412   padding: 0;
1413   -webkit-font-smoothing: auto;
1414 }
1415 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1416   border-color: #a6a6fe;
1417   -moz-box-shadow: 0 0 3px 1px #a6a6fe;
1418   -webkit-box-shadow: 0 0 3px 1px #a6a6fe;
1419   box-shadow: 0 0 3px 1px #a6a6fe;
1420 }
1421 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_values {
1422   background: #f0f0fa;
1423   -moz-border-radius: 0 3px 3px 0;
1424   -webkit-border-radius: 0 3px 3px 0;
1425   border-radius: 0 3px 3px 0;
1426 }
1427 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category, .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1428   padding: 0 4px;
1429 }
1430 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category {
1431   color: white;
1432   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1433 }
1434 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category.oe_i {
1435   font-size: 16px;
1436 }
1437 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1438   border-left: 1px solid #afafb6;
1439   text-shadow: 0 1px 1px white;
1440   color: #4c4c4c;
1441 }
1442 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value:last-child {
1443   padding-right: 16px;
1444 }
1445 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove {
1446   position: absolute;
1447   top: 3px;
1448   right: 3px;
1449   color: #8786b7;
1450   line-height: 8px;
1451   width: 12px;
1452   height: 12px;
1453   padding-top: 1px;
1454   text-align: center;
1455   font-weight: bold;
1456   cursor: pointer;
1457   text-shadow: 0 1px 1px white;
1458 }
1459 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove:hover {
1460   color: white;
1461   background: #8786b7;
1462   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1463   -moz-border-radius: 2px;
1464   -webkit-border-radius: 2px;
1465   border-radius: 2px;
1466 }
1467 .openerp .oe_searchview .oe-autocomplete {
1468   display: none;
1469   position: absolute;
1470   width: 300px;
1471   background-color: white;
1472   border: 1px solid #afafb6;
1473   z-index: 666;
1474   margin-top: 2px;
1475   cursor: default;
1476   -moz-border-radius: 3px;
1477   -webkit-border-radius: 3px;
1478   border-radius: 3px;
1479   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1480   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1481   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
1482 }
1483 .openerp .oe_searchview .oe-autocomplete ul {
1484   list-style-type: none;
1485   padding-left: 0;
1486   margin: 5px 0px;
1487 }
1488 .openerp .oe_searchview .oe-autocomplete ul li {
1489   padding-left: 20px;
1490   text-shadow: 0 0 0 white;
1491 }
1492 .openerp .oe_searchview .oe-autocomplete ul li span:first-child {
1493   margin-right: 5px;
1494 }
1495 .openerp .oe_searchview .oe-autocomplete ul li span.oe-expand {
1496   cursor: pointer;
1497 }
1498 .openerp .oe_searchview .oe-autocomplete ul li.oe-indent {
1499   margin-left: 20px;
1500 }
1501 .openerp .oe_searchview .oe-autocomplete ul li.oe-selection-focus {
1502   background-color: #7c7bad;
1503   color: white;
1504 }
1505 .openerp .oe_searchview .oe-autocomplete ul li.oe-separator {
1506   margin-top: 2px;
1507   margin-bottom: 2px;
1508   border-top: 1px solid #afafb6;
1509 }
1510 .openerp .oe_searchview .oe-autocomplete ul li.oe-separator:last-child {
1511   display: none;
1512 }
1513 .openerp .oe_searchview_drawer_container {
1514   overflow: auto;
1515 }
1516 .openerp .oe_searchview_drawer {
1517   display: none;
1518   width: 100%;
1519   cursor: default;
1520   display: none;
1521   overflow: hidden;
1522   border-bottom: 1px solid #afafb6;
1523   text-align: left;
1524   padding: 8px 0;
1525 }
1526 .openerp .oe_searchview_drawer .badge {
1527   font-size: 12px;
1528   line-height: 12px;
1529 }
1530 .openerp .oe_searchview_drawer > div:first-child {
1531   border: none;
1532   padding-left: 0;
1533 }
1534 .openerp .oe_searchview_drawer > div:first-child li:hover:not(.badge) {
1535   background-color: #f0f0fa;
1536 }
1537 .openerp .oe_searchview_drawer .col-md-5 {
1538   padding-left: 0;
1539 }
1540 .openerp .oe_searchview_drawer dl {
1541   margin-bottom: 0;
1542 }
1543 .openerp .oe_searchview_drawer dt {
1544   color: #7c7bad;
1545   font-size: 13px;
1546   line-height: 24px;
1547 }
1548 .openerp .oe_searchview_drawer dd {
1549   line-height: 24px;
1550   font-size: 13px;
1551   padding-top: 3px;
1552 }
1553 .openerp .oe_searchview_drawer h4, .openerp .oe_searchview_drawer h4 * {
1554   margin: 0 0 0 2px;
1555   padding-left: 20px;
1556   cursor: pointer;
1557   font-weight: normal;
1558   display: inline-block;
1559 }
1560 .openerp .oe_searchview_drawer h4:hover, .openerp .oe_searchview_drawer h4 *:hover {
1561   background-color: #f0f0fa;
1562 }
1563 .openerp .oe_searchview_drawer h4:before {
1564   content: "â–¸ ";
1565   color: #a3a3a3;
1566 }
1567 .openerp .oe_searchview_drawer button {
1568   margin: 4px 0;
1569 }
1570 .openerp .oe_searchview_drawer .button {
1571   border: none;
1572   background: transparent;
1573   padding: 0 2px;
1574   -moz-box-shadow: none;
1575   -webkit-box-shadow: none;
1576   box-shadow: none;
1577   -moz-border-radius: 0;
1578   -webkit-border-radius: 0;
1579   border-radius: 0;
1580 }
1581 .openerp .oe_searchview_drawer .oe_searchview_section ul {
1582   margin: 0 8px;
1583   padding: 0;
1584   list-style: none;
1585   display: inline;
1586 }
1587 .openerp .oe_searchview_drawer .oe_searchview_section li {
1588   display: inline-block;
1589   cursor: pointer;
1590   position: relative;
1591   margin-right: 8px;
1592 }
1593 .openerp .oe_searchview_drawer .oe_searchview_section li > span {
1594   display: inline-block;
1595   max-width: 250px;
1596   text-overflow: ellipsis;
1597   vertical-align: bottom;
1598   overflow: hidden;
1599 }
1600 .openerp .oe_searchview_drawer form {
1601   margin-left: 12px;
1602 }
1603 .openerp .oe_searchview_drawer form p {
1604   margin: 4px 0;
1605   line-height: 18px;
1606 }
1607 .openerp .oe_searchview_drawer form button {
1608   margin: 0 0 8px -3px;
1609 }
1610 .openerp .oe_searchview_drawer .oe_searchview_savefilter form {
1611   display: none;
1612 }
1613 .openerp .oe_searchview_drawer .oe_searchview_custom {
1614   display: none;
1615 }
1616 .openerp .oe_searchview_drawer .oe_searchview_custom li {
1617   cursor: pointer;
1618   position: relative;
1619   line-height: 14px;
1620   margin-right: 0;
1621 }
1622 .openerp .oe_searchview_drawer .oe_searchview_custom li button {
1623   position: absolute;
1624   top: 0;
1625   right: 5px;
1626 }
1627 .openerp .oe_searchview_drawer .oe_searchview_custom li a {
1628   margin-left: 10px;
1629   position: inherit;
1630   visibility: hidden;
1631   display: inline-block;
1632 }
1633 .openerp .oe_searchview_drawer .oe_searchview_custom li span:hover:not(.badge) {
1634   background-color: #f0f0fa;
1635 }
1636 .openerp .oe_searchview_drawer .oe_searchview_custom li:hover a {
1637   visibility: visible;
1638 }
1639 .openerp .oe_searchview_drawer .oe_searchview_custom label {
1640   font-weight: normal;
1641 }
1642 .openerp .oe_searchview_drawer .oe_searchview_dashboard form {
1643   display: none;
1644   margin-top: 2px;
1645 }
1646 .openerp .oe_searchview_drawer .oe_searchview_advanced {
1647   overflow: auto;
1648 }
1649 .openerp .oe_searchview_drawer .oe_searchview_advanced form {
1650   display: none;
1651   margin-top: 8px;
1652 }
1653 .openerp .oe_searchview_drawer .oe_searchview_advanced button.oe_add_condition:before {
1654   content: "Z";
1655   font-family: "entypoRegular" !important;
1656   font-size: 24px;
1657   font-weight: 300 !important;
1658   margin-right: 4px;
1659 }
1660 .openerp .oe_searchview_drawer .oe_searchview_advanced ul {
1661   list-style: none;
1662   padding: 0;
1663 }
1664 .openerp .oe_searchview_drawer .oe_searchview_advanced li {
1665   position: relative;
1666   list-style: none;
1667   margin: 0;
1668   white-space: nowrap;
1669 }
1670 .openerp .oe_searchview_drawer .oe_searchview_advanced li:first-child .searchview_extended_prop_or {
1671   visibility: hidden;
1672   margin-left: -14px;
1673 }
1674 .openerp .oe_searchview_drawer .oe_searchview_advanced .searchview_extended_prop_or {
1675   opacity: 0.5;
1676   margin-left: -14px;
1677 }
1678 .openerp .oe_searchview_drawer .oe_opened h4:before {
1679   content: "â–¾ ";
1680   position: relative;
1681   top: -1px;
1682 }
1683 .openerp .oe_searchview_drawer .oe_opened form {
1684   display: block;
1685 }
1686 .openerp .oe_searchview_drawer .oe_searchview_custom_delete, .openerp .oe_searchview_drawer .searchview_extended_delete_prop {
1687   display: inline-block;
1688   width: 12px;
1689   height: 12px;
1690   line-height: 12px;
1691   padding: 1px;
1692   color: #8786b7;
1693   line-height: 8px;
1694   text-align: center;
1695   font-weight: bold;
1696   text-shadow: 0 1px 1px white;
1697 }
1698 .openerp .oe_searchview_drawer .oe_searchview_custom_delete:hover, .openerp .oe_searchview_drawer .searchview_extended_delete_prop:hover {
1699   text-decoration: none;
1700   color: white;
1701   background: #8786b7;
1702   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1703   -moz-border-radius: 2px;
1704   -webkit-border-radius: 2px;
1705   border-radius: 2px;
1706 }
1707 .openerp .oe_searchview_drawer .oe_searchview_custom_delete {
1708   display: none;
1709   position: absolute;
1710   bottom: 1px;
1711   right: 4px;
1712 }
1713 .openerp .oe_searchview_drawer .oe_searchview_custom_private:hover .oe_searchview_custom_delete, .openerp .oe_searchview_drawer .oe_searchview_custom_public:hover .oe_searchview_custom_delete {
1714   display: inline-block;
1715 }
1716 .openerp .oe_searchview_drawer .oe_searchview_custom_public:after {
1717   content: ",";
1718   font-family: "entypoRegular" !important;
1719   font-size: 22px;
1720   font-weight: 300 !important;
1721   margin: 0 0 0 4px;
1722   padding: 0;
1723 }
1724 .openerp .oe_view_nocontent {
1725   padding: 15px;
1726   margin-top: 0;
1727   color: #777777;
1728   font-size: 125%;
1729   max-width: 700px;
1730 }
1731 .openerp .oe_view_nocontent .oe_view_nocontent_create {
1732   margin-top: 0;
1733   padding-top: 35px;
1734   color: #4c4c4c;
1735 }
1736 .openerp .oe_view_nocontent .oe_view_nocontent_create:before {
1737   content: "";
1738   display: inline-block;
1739   position: absolute;
1740   width: 70px;
1741   height: 80px;
1742   margin-left: -70px;
1743   margin-top: -50px;
1744   background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0px 0px;
1745 }
1746 .openerp .oe_view_nocontent > p {
1747   padding-left: 78px;
1748 }
1749 .openerp .oe_view_nocontent .oe_empty_custom_dashboard {
1750   background: transparent url(/web/static/src/img/graph_background.png) no-repeat 0 0;
1751   margin-top: -15px;
1752   padding: 100px 0 0 137px;
1753   min-height: 327px;
1754   margin-left: -15px;
1755 }
1756 .openerp .oe_view.oe_cannot_create .oe_view_nocontent_create {
1757   display: none;
1758 }
1759 .openerp .oe_formview {
1760   background: white;
1761 }
1762 .openerp .oe_form_dropdown_section {
1763   position: relative;
1764   display: inline-block;
1765 }
1766 .openerp .oe_form_invalid input, .openerp .oe_form_invalid select, .openerp .oe_form_invalid textarea {
1767   background-color: #ff6666 !important;
1768   border: 1px solid #dd0000 !important;
1769 }
1770 .openerp .oe_view_manager_current .oe_form_editable .oe_highlight {
1771   color: #404040;
1772   background: none;
1773 }
1774 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight {
1775   background-color: #e3e3e3;
1776   background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
1777   background-image: -webkit-linear-gradient(top, #efefef, #d8d8d8);
1778   background-image: -moz-linear-gradient(top, #efefef, #d8d8d8);
1779   background-image: -ms-linear-gradient(top, #efefef, #d8d8d8);
1780   background-image: -o-linear-gradient(top, #efefef, #d8d8d8);
1781   background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
1782   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1783   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1784   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1785 }
1786 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight:active {
1787   background-color: #ececec;
1788   background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6));
1789   background-image: -webkit-linear-gradient(top, #e3e3e3, #f6f6f6);
1790   background-image: -moz-linear-gradient(top, #e3e3e3, #f6f6f6);
1791   background-image: -ms-linear-gradient(top, #e3e3e3, #f6f6f6);
1792   background-image: -o-linear-gradient(top, #e3e3e3, #f6f6f6);
1793   background-image: linear-gradient(to bottom, #e3e3e3, #f6f6f6);
1794   -moz-box-shadow: none;
1795   -webkit-box-shadow: none;
1796   box-shadow: none;
1797 }
1798 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight:hover {
1799   background-color: #ececec;
1800   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
1801   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
1802   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
1803   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
1804   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
1805   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
1806   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1807   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1808   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1809 }
1810 .openerp .oe_form_invisible {
1811   display: none !important;
1812 }
1813 .openerp .oe_form_editable .oe_read_only {
1814   display: none !important;
1815 }
1816 .openerp .oe_form_readonly .oe_edit_only, .openerp .oe_form_readonly .oe_form_field:empty {
1817   display: none !important;
1818 }
1819 .openerp .oe_form_readonly .oe_form .oe_form_field_date {
1820   width: auto;
1821 }
1822 .openerp .oe_form_readonly .oe_form_field_boolean.boolean {
1823   position: relative;
1824   top: -20px;
1825   width: 14px;
1826   height: 14px;
1827   z-index: 10000;
1828   backgroundColor: "#fff";
1829   opacity: 0;
1830 }
1831 .openerp .oe_form_nosheet {
1832   margin: 16px;
1833 }
1834 .openerp .oe_form_nosheet > header {
1835   margin: -16px -16px 0 -16px;
1836   padding: 0;
1837 }
1838 .openerp .oe_form_nosheet.oe_form_nomargin {
1839   margin: 0;
1840 }
1841 .openerp .oe_form_nosheet.oe_form_nomargin > header {
1842   margin: 0;
1843 }
1844 .openerp .oe_form_sheetbg {
1845   padding: 16px 0;
1846 }
1847 .openerp .oe_form_sheet_width {
1848   min-width: 650px;
1849   max-width: 860px;
1850   margin: 0 auto;
1851 }
1852 .openerp .oe_form_sheet {
1853   background: white;
1854   min-height: 330px;
1855   padding: 16px;
1856 }
1857 .openerp .oe_form_sheet .oe_list {
1858   overflow-x: auto;
1859 }
1860 .openerp .oe_application .oe_form_sheetbg {
1861   background: url(/web/static/src/img/form_sheetbg.png);
1862   border-bottom: 1px solid #dddddd;
1863 }
1864 .openerp .oe_application .oe_form_sheetbg .oe_subtotal_footer label {
1865   font-weight: bold;
1866 }
1867 .openerp .oe_application .oe_form_sheetbg table label {
1868   font-weight: normal;
1869 }
1870 .openerp .oe_application .oe_form_sheet {
1871   border: 1px solid #c8c8d3;
1872   -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
1873   -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
1874   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
1875 }
1876 .openerp .oe_application .oe_form_sheet .ui-tabs {
1877   margin: 0 -16px;
1878 }
1879 .openerp .oe_application .oe_form_sheet .oe_notebook_page {
1880   padding: 0 16px;
1881 }
1882 .openerp .oe_form > :not(.oe_form_nosheet) header {
1883   padding-left: 2px;
1884 }
1885 .openerp .oe_form > :not(.oe_form_nosheet) header ul:not(.oe_tooltip_technical):not(.oe_dropdown_menu) {
1886   display: inline-block;
1887   float: right;
1888 }
1889 .openerp .oe_form > :not(.oe_form_nosheet) header .oe_button {
1890   margin: 3px 2px 1px;
1891 }
1892 .openerp .oe_form > :not(.oe_form_nosheet) header .oe_button:first-child {
1893   margin-left: 6px;
1894 }
1895 .openerp .oe_form header {
1896   border-bottom: 1px solid #cacaca;
1897   padding-left: 2px;
1898   background-color: #ededed;
1899   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1900   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1901   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1902   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1903   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1904   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1905 }
1906 .openerp .oe_form header > span {
1907   margin-left: 4px;
1908 }
1909 .openerp .oe_form header .oe_tags {
1910   margin: 5px 0 0 5px;
1911   width: 400px;
1912   padding-bottom: 0;
1913 }
1914 .openerp .oe_form div.oe_chatter {
1915   box-sizing: border-box;
1916   min-width: 682px;
1917   max-width: 892px;
1918   margin: 0 auto;
1919   padding: 16px 16px 48px;
1920 }
1921 .openerp .oe_form div.oe_form_configuration p, .openerp .oe_form div.oe_form_configuration ul, .openerp .oe_form div.oe_form_configuration ol {
1922   color: #aaaaaa;
1923   max-width: 650px;
1924 }
1925 .openerp .oe_form div.oe_form_configuration label {
1926   min-width: 150px;
1927 }
1928 .openerp .oe_form div.oe_form_configuration .oe_form_group_cell_label {
1929   padding: 1px 0;
1930 }
1931 .openerp .oe_form div.oe_form_configuration .oe_form_group_cell div div {
1932   padding: 1px 0;
1933 }
1934 .openerp .oe_form .oe_subtotal_footer {
1935   width: 1% !important;
1936 }
1937 .openerp .oe_form .oe_subtotal_footer td.oe_form_group_cell {
1938   text-align: right;
1939   padding: 0 !important;
1940 }
1941 .openerp .oe_form .oe_subtotal_footer td.oe_form_group_cell_label {
1942   border-right: none;
1943 }
1944 .openerp .oe_form .oe_subtotal_footer .oe_subtotal_footer_separator {
1945   width: 108px;
1946   border-top: 1px solid #cacaca;
1947   margin-top: 4px;
1948   padding-top: 4px;
1949   font-weight: bold;
1950   font-size: 18px;
1951 }
1952 .openerp .oe_form .oe_subtotal_footer label:after {
1953   content: ":";
1954 }
1955 .openerp .oe_form .oe_subtotal_footer label.oe_subtotal_footer_separator {
1956   font-weight: bold !important;
1957   padding: 2px 11px 2px 0px !important;
1958 }
1959 .openerp .oe_form .oe_subtotal_footer label.oe_form_label_help {
1960   font-weight: normal !important;
1961 }
1962 .openerp .oe_form .oe_form_box_info {
1963   background: #ffee99;
1964   border-bottom: 1px solid #ccbb66;
1965   padding: 4px;
1966 }
1967 .openerp .oe_form .oe_form_box_info > p {
1968   margin: auto;
1969 }
1970 .openerp .oe_form .oe_form_box_warning {
1971   background: #bd362f;
1972   border-bottom: 1px solid #990000;
1973   padding: 4px;
1974 }
1975 .openerp .oe_form .oe_form_box_warning * {
1976   color: white;
1977   text-shadow: none;
1978 }
1979 .openerp .oe_form .oe_form_box_warning > p {
1980   margin: auto;
1981 }
1982 .openerp .oe_form .oe_form_button {
1983   margin: 2px;
1984 }
1985 .openerp .oe_form td.oe_form_group_cell_label {
1986   border-right: 1px solid #dddddd;
1987   padding: 2px 0px;
1988 }
1989 .openerp .oe_form td.oe_form_group_cell_label label {
1990   line-height: 18px;
1991   display: block;
1992   min-width: 150px;
1993   font-weight: bold !important;
1994 }
1995 .openerp .oe_form td.oe_form_group_cell + .oe_form_group_cell {
1996   padding: 2px 0 2px 8px;
1997 }
1998 .openerp .oe_form .oe_form_group {
1999   width: 100%;
2000   margin: 9px 0 9px 0;
2001 }
2002 .openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {
2003   padding-left: 20px;
2004 }
2005 .openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
2006   white-space: nowrap;
2007   padding-right: 8px;
2008 }
2009 .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
2010   font-size: 80%;
2011   color: darkgreen;
2012   vertical-align: top;
2013   position: relative;
2014   top: -4px;
2015   padding: 0 2px;
2016 }
2017 .openerp .oe_horizontal_border {
2018   border-bottom: 1px solid black;
2019 }
2020 .openerp .oe_horizontal_separator {
2021   font-weight: bold;
2022   font-size: 20px;
2023   margin: 15px 0px 10px 0px;
2024   color: #7c7bad;
2025 }
2026 .openerp .oe_horizontal_separator:empty {
2027   height: 5px;
2028 }
2029 .openerp .oe_vertical_separator {
2030   border-left: 1px solid #666666;
2031   padding: 0 4px 0 4px;
2032 }
2033 .openerp .oe_form_field_progressbar {
2034   display: inline-block;
2035   min-width: 70px;
2036 }
2037 .openerp .oe_form_field_progressbar.ui-progressbar {
2038   height: 22px;
2039   font-size: 10px;
2040   -webkit-box-sizing: border-box;
2041   -moz-box-sizing: border-box;
2042   -ms-box-sizing: border-box;
2043   box-sizing: border-box;
2044   border: 1px solid #999999;
2045   -moz-border-radius: 3px;
2046   -webkit-border-radius: 3px;
2047   border-radius: 3px;
2048   background: white;
2049   min-width: 50px;
2050 }
2051 .openerp .oe_form_field_progressbar.ui-progressbar span {
2052   position: absolute;
2053   margin-left: 10px;
2054   font-weight: bold;
2055 }
2056 .openerp .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
2057   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
2058 }
2059 .openerp .oe_form .oe_form_field_text {
2060   width: 100%;
2061 }
2062 .openerp .oe_form .oe_form_field_text .oe_form_text_content {
2063   text-overflow: ellipsis;
2064   display: inline-block;
2065   white-space: pre-wrap;
2066   overflow-x: hidden;
2067   width: 100%;
2068 }
2069 .openerp .oe_form .oe_form_field_char input,
2070 .openerp .oe_form .oe_form_field_url input,
2071 .openerp .oe_form .oe_form_field_email input,
2072 .openerp .oe_form .oe_form_field_text textarea,
2073 .openerp .oe_form .oe_form_field_selection select {
2074   width: 100%;
2075 }
2076 .openerp .oe_form .oe_notebook_page .oe_form_field_text textarea {
2077   min-height: 96px;
2078 }
2079 .openerp .oe_form .oe_form_field_text.oe_inline, .openerp .oe_form .oe_form_field_text.oe_inline > textarea {
2080   width: 500px;
2081 }
2082 .openerp .oe_form h1, .openerp .oe_form h2, .openerp .oe_form h3, .openerp .oe_form h4, .openerp .oe_form h5, .openerp .oe_form h6 {
2083   margin: 0 0 4px 0;
2084 }
2085 .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 {
2086   height: inherit !important;
2087   font-size: inherit;
2088 }
2089 .openerp .oe_form .oe_title h1, .openerp .oe_form h1 {
2090   font-weight: bold;
2091   font-size: 2em;
2092 }
2093 .openerp .oe_form h2 {
2094   font-size: 1.5em;
2095 }
2096 .openerp .oe_form label {
2097   font-weight: bold;
2098   margin-bottom: 0px;
2099   display: inline;
2100 }
2101 .openerp .oe_form .oe_form_field {
2102   width: 100%;
2103   display: inline-block;
2104   padding: 2px 2px 2px 0px;
2105   vertical-align: top;
2106 }
2107 .openerp .oe_form .oe_form_field input {
2108   margin: 0px;
2109 }
2110 .openerp .oe_form input[type="text"], .openerp .oe_form input[type="password"], .openerp .oe_form input[type="file"], .openerp .oe_form select {
2111   height: 22px;
2112   padding-top: 2px;
2113 }
2114 .openerp .oe_form input[type="text"], .openerp .oe_form input[type="password"], .openerp .oe_form input[type="file"], .openerp .oe_form select, .openerp .oe_form textarea {
2115   -webkit-box-sizing: border-box;
2116   -moz-box-sizing: border-box;
2117   -ms-box-sizing: border-box;
2118   box-sizing: border-box;
2119   background: white;
2120   min-width: 60px;
2121   color: #1f1f1f;
2122   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
2123 }
2124 .openerp .oe_form input[readonly], .openerp .oe_form select[readonly], .openerp .oe_form textarea[readonly], .openerp .oe_form input[disabled], .openerp .oe_form select[disabled] {
2125   background: #e5e5e5 !important;
2126   color: #666666;
2127 }
2128 .openerp .oe_form textarea[disabled] {
2129   border: none;
2130   padding-left: 8px;
2131   -moz-box-shadow: none;
2132   -webkit-box-shadow: none;
2133   box-shadow: none;
2134   -moz-border-radius: 0px;
2135   -webkit-border-radius: 0px;
2136   border-radius: 0px;
2137   color: #4c4c4c;
2138 }
2139 .openerp .oe_form textarea.oe_inline[disabled] {
2140   border-left: 8px solid #eeeeee;
2141 }
2142 .openerp .oe_form .oe_form_field_url button img {
2143   vertical-align: top;
2144 }
2145 .openerp .oe_form .oe_form_field_monetary,
2146 .openerp .oe_form .oe_form_field_date,
2147 .openerp .oe_form .oe_form_field_datetime {
2148   white-space: nowrap;
2149 }
2150 .openerp .oe_form .oe_form_field_boolean {
2151   width: auto;
2152 }
2153 .openerp .oe_form .oe_datepicker_container {
2154   display: none;
2155 }
2156 .openerp .oe_form .oe_datepicker_root {
2157   display: inline-block;
2158 }
2159 .openerp .oe_form .oe_form_required input:not([disabled]):not([readonly]), .openerp .oe_form .oe_form_required select:not([disabled]):not([readonly]), .openerp .oe_form .oe_form_required textarea:not([disabled]):not([readonly]) {
2160   background-color: #d2d2ff !important;
2161 }
2162 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
2163   background-color: #ff6666 !important;
2164   border: 1px solid #dd0000 !important;
2165 }
2166 .openerp .oe_form .oe_input_icon {
2167   cursor: pointer;
2168   margin: 3px 0 0 -21px;
2169   vertical-align: top;
2170 }
2171 .openerp .oe_form .oe_input_icon_disabled {
2172   position: absolute;
2173   cursor: default;
2174   opacity: 0.5;
2175   filter: alpha(opacity=50);
2176   right: 5px;
2177   top: 3px;
2178 }
2179 .openerp .oe_form .oe_form_field_with_button.oe_no_button > .oe_button {
2180   display: none;
2181 }
2182 .openerp .oe_form .oe_form_field_with_button:not(.oe_no_button) > .oe_button {
2183   float: right;
2184   -moz-border-radius: 0;
2185   -webkit-border-radius: 0;
2186   border-radius: 0;
2187   border-bottom-left-radius: 0px;
2188   height: 22px;
2189 }
2190 .openerp .oe_form .oe_form_field_with_button input {
2191   width: 100%;
2192 }
2193 .openerp .oe_form .oe_form_field_with_button > div {
2194   position: relative;
2195   overflow: hidden;
2196 }
2197 .openerp .oe_form .oe_form_embedded_html {
2198   position: relative;
2199   width: 100%;
2200   margin: auto;
2201   overflow: auto;
2202   text-align: justify;
2203 }
2204 .openerp .oe_form .oe_form_field_html .oe_input_icon {
2205   float: right;
2206   margin: 4px 7px;
2207 }
2208 .openerp .oe_form_editable .oe_form .oe_form_field_integer input {
2209   width: 6em;
2210 }
2211 .openerp .oe_form_editable .oe_form .oe_form_field_float input {
2212   width: 7em;
2213 }
2214 .openerp .oe_form_editable .oe_form .oe_form_field_date input {
2215   width: 100px;
2216 }
2217 .openerp .oe_form_editable .oe_form .oe_form_field_datetime input {
2218   width: 150px;
2219 }
2220 .openerp .oe_hidden_input_file {
2221   position: relative;
2222 }
2223 .openerp .oe_hidden_input_file input.oe_form_binary_file {
2224   z-index: 0;
2225   line-height: 0;
2226   font-size: 12px;
2227   position: absolute;
2228   top: 1px;
2229   left: 0;
2230   right: 0;
2231   opacity: 0;
2232   filter: alpha(opacity=0);
2233   -ms-filter: "alpha(opacity=0)";
2234   margin: 0;
2235   padding: 0;
2236 }
2237 .openerp .oe_form .oe_form_field_binary {
2238   display: inline-block;
2239 }
2240 .openerp .oe_form .oe_form_field_image {
2241   padding: 0;
2242   position: relative;
2243   display: inline-block;
2244   width: auto;
2245   vertical-align: top;
2246 }
2247 .openerp .oe_form .oe_form_field_image .oe_form_field_image_controls {
2248   position: absolute;
2249   top: 1px;
2250   padding: 6px 0;
2251   width: 100%;
2252   display: none;
2253   text-align: center;
2254   color: #eeeeee;
2255   background: rgba(37, 37, 37, 0.9);
2256   -moz-border-radius: 3px 3px 0 0;
2257   -webkit-border-radius: 3px 3px 0 0;
2258   border-radius: 3px 3px 0 0;
2259   -webkit-box-sizing: border-box;
2260   -moz-box-sizing: border-box;
2261   -ms-box-sizing: border-box;
2262   box-sizing: border-box;
2263 }
2264 .openerp .oe_form .oe_form_field_image:hover .oe_form_field_image_controls {
2265   display: block;
2266 }
2267 .openerp .oe_fileupload {
2268   display: inline-block;
2269   clear: both;
2270   width: 100%;
2271   margin-bottom: -15px;
2272 }
2273 .openerp .oe_fileupload .oe_add {
2274   float: left;
2275   position: relative;
2276   width: 100%;
2277   left: 2px;
2278   margin: 9px 0;
2279   overflow: hidden;
2280 }
2281 .openerp .oe_fileupload .oe_add button {
2282   display: inline;
2283   height: 24px;
2284   font-size: 12px;
2285   line-height: 12px;
2286   vertical-align: middle;
2287 }
2288 .openerp .oe_fileupload .oe_add button.oe_attach {
2289   width: 24px;
2290   background: transparent;
2291   color: #7c7bad;
2292   box-shadow: none;
2293   border: none;
2294   text-shadow: none;
2295 }
2296 .openerp .oe_fileupload .oe_add button.oe_attach .oe_e {
2297   position: relative;
2298   top: -10px;
2299   left: -9px;
2300 }
2301 .openerp .oe_fileupload .oe_add input.oe_form_binary_file {
2302   display: inline-block;
2303   margin-left: -85px;
2304   height: 22px;
2305   width: 152px;
2306   margin-top: -24px;
2307   cursor: pointer;
2308 }
2309 .openerp .oe_fileupload .oe_add .oe_attach_label {
2310   color: #7c7bad;
2311   margin-left: -3px;
2312 }
2313 .openerp .oe_fileupload .oe_attachments {
2314   margin-bottom: 4px;
2315   margin-right: 0px;
2316   font-size: 12px;
2317   border-radius: 2px;
2318   border: solid 1px rgba(124, 123, 173, 0.14);
2319 }
2320 .openerp .oe_fileupload .oe_attachments .oe_attachment {
2321   padding: 2px;
2322   padding-left: 4px;
2323   padding-right: 4px;
2324 }
2325 .openerp .oe_fileupload .oe_attachments .oe_attachment .oe_e {
2326   font-size: 23px;
2327   margin-top: -5px;
2328 }
2329 .openerp .oe_fileupload .oe_attachments .oe_attachment .oe_e:hover {
2330   text-decoration: none;
2331 }
2332 .openerp .oe_fileupload .oe_attachments .oe_attachment:nth-child(odd) {
2333   background: white;
2334 }
2335 .openerp .oe_fileupload .oe_attachments .oe_attachment:nth-child(even) {
2336   background: #f4f5fa;
2337 }
2338 .openerp .oe_form_field_many2one {
2339   display: inline-block;
2340 }
2341 .openerp .oe_form_field_many2one td:first-child {
2342   position: relative;
2343 }
2344 .openerp .oe_form_field_many2one span.oe_m2o_drop_down_button {
2345   position: absolute;
2346   top: 2px;
2347   right: 0px;
2348 }
2349 .openerp .oe_form_field_many2one .oe_m2o_cm_button {
2350   line-height: 14px;
2351   float: right;
2352   padding-left: 2px;
2353 }
2354 .openerp .oe_form_field_many2one input {
2355   padding-right: 13px;
2356 }
2357 .openerp.ui-autocomplete li.oe_m2o_dropdown_option a {
2358   font-style: italic;
2359   padding-left: 2em;
2360 }
2361 .openerp.ui-autocomplete li:not(.oe_m2o_dropdown_option) + li.oe_m2o_dropdown_option {
2362   margin-top: 10px;
2363 }
2364 .openerp ul.oe_form_status, .openerp ul.oe_form_status_clickable {
2365   display: inline-block;
2366   margin: 0;
2367   padding: 0 18px 0 0;
2368 }
2369 .openerp ul.oe_form_status li, .openerp ul.oe_form_status_clickable li {
2370   display: inline-block;
2371   list-style-type: none;
2372   margin: 0 -18px 0 0;
2373   padding: 0;
2374   background-color: #ededed;
2375   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2376   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2377   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2378   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2379   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2380   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2381 }
2382 .openerp ul.oe_form_status li:first-child > .label, .openerp ul.oe_form_status_clickable li:first-child > .label {
2383   border-left: 1px solid #cacaca;
2384   padding-left: 14px;
2385 }
2386 .openerp ul.oe_form_status li:last-child, .openerp ul.oe_form_status_clickable li:last-child {
2387   border-right: 1px solid #cacaca;
2388 }
2389 .openerp ul.oe_form_status li:last-child > .label, .openerp ul.oe_form_status_clickable li:last-child > .label {
2390   padding-right: 14px;
2391 }
2392 .openerp ul.oe_form_status li:last-child > .arrow, .openerp ul.oe_form_status_clickable li:last-child > .arrow {
2393   display: none;
2394 }
2395 .openerp ul.oe_form_status li > .label, .openerp ul.oe_form_status_clickable li > .label {
2396   color: #4c4c4c;
2397   text-shadow: 0 1px 1px #fcfcfc, 0 -1px 1px #dedede;
2398   padding: 7px;
2399   display: inline-block;
2400   padding-left: 24px;
2401   margin: 0;
2402   position: relative;
2403   line-height: normal;
2404   font-size: 100%;
2405   font-weight: normal;
2406 }
2407 .openerp ul.oe_form_status li > .arrow, .openerp ul.oe_form_status_clickable li > .arrow {
2408   width: 17px;
2409   height: 30px;
2410   display: inline-block;
2411   vertical-align: top;
2412   overflow: hidden;
2413   margin-left: -5px;
2414 }
2415 .openerp ul.oe_form_status li > .arrow span, .openerp ul.oe_form_status_clickable li > .arrow span {
2416   position: relative;
2417   width: 24px;
2418   height: 24px;
2419   display: inline-block;
2420   margin-left: -12px;
2421   margin-top: 3px;
2422   box-shadow: -1px 1px 2px rgba(255, 255, 255, 0.2), inset -1px 1px 1px rgba(0, 0, 0, 0.2);
2423   background-color: #dedede;
2424   background: -moz-linear-gradient(135deg, #dedede, #fcfcfc);
2425   background: -o-linear-gradient(135deg, #fcfcfc, #dedede);
2426   background: -webkit-gradient(linear, left top, right bottom, from(#fcfcfc), to(#dedede));
2427   background: -ms-linear-gradient(top, #fcfcfc, #dedede);
2428   -moz-border-radius: 3px;
2429   -webkit-border-radius: 3px;
2430   border-radius: 3px;
2431   -webkit-transform: rotate(45deg);
2432   -moz-transform: rotate(45deg);
2433   -ms-transform: rotate(45deg);
2434   -o-transform: rotate(45deg);
2435   transform: rotate(45deg);
2436 }
2437 .openerp ul.oe_form_status ul.oe_dropdown_menu, .openerp ul.oe_form_status_clickable ul.oe_dropdown_menu {
2438   display: none;
2439   padding: 0;
2440   min-width: 0;
2441 }
2442 .openerp ul.oe_form_status ul.oe_dropdown_menu.oe_opened, .openerp ul.oe_form_status_clickable ul.oe_dropdown_menu.oe_opened {
2443   display: block;
2444 }
2445 .openerp ul.oe_form_status ul.oe_dropdown_menu li, .openerp ul.oe_form_status_clickable ul.oe_dropdown_menu li {
2446   margin: 0;
2447   width: 100%;
2448 }
2449 .openerp ul.oe_form_status ul.oe_dropdown_menu li span.label, .openerp ul.oe_form_status_clickable ul.oe_dropdown_menu li span.label {
2450   padding-left: 14px;
2451 }
2452 .openerp ul.oe_form_status li.oe_active, .openerp ul.oe_form_status_clickable li.oe_active {
2453   background-color: #5382b9;
2454   background-image: -webkit-gradient(linear, left top, left bottom, from(#729fcf), to(#3465a4));
2455   background-image: -webkit-linear-gradient(top, #729fcf, #3465a4);
2456   background-image: -moz-linear-gradient(top, #729fcf, #3465a4);
2457   background-image: -ms-linear-gradient(top, #729fcf, #3465a4);
2458   background-image: -o-linear-gradient(top, #729fcf, #3465a4);
2459   background-image: linear-gradient(to bottom, #729fcf, #3465a4);
2460 }
2461 .openerp ul.oe_form_status li.oe_active > .arrow span, .openerp ul.oe_form_status_clickable li.oe_active > .arrow span {
2462   background-color: #3465a4;
2463   background: -moz-linear-gradient(135deg, #3465a4, #729fcf);
2464   background: -o-linear-gradient(135deg, #729fcf, #3465a4);
2465   background: -webkit-gradient(linear, left top, right bottom, from(#729fcf), to(#3465a4));
2466   background: -ms-linear-gradient(top, #729fcf, #3465a4);
2467 }
2468 .openerp ul.oe_form_status li.oe_active > .label, .openerp ul.oe_form_status_clickable li.oe_active > .label {
2469   color: white;
2470   text-shadow: 0 1px 1px #729fcf, 0 -1px 1px #3465a4;
2471 }
2472 .openerp ul.oe_form_status_clickable li {
2473   cursor: pointer;
2474 }
2475 .openerp ul.oe_form_status_clickable li:hover {
2476   background-color: #d9d9d9;
2477   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca));
2478   background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca);
2479   background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca);
2480   background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca);
2481   background-image: -o-linear-gradient(top, #e8e8e8, #cacaca);
2482   background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);
2483 }
2484 .openerp ul.oe_form_status_clickable li:hover > .label {
2485   text-shadow: 0 -1px 1px #fcfcfc, 0 1px 1px #dedede;
2486 }
2487 .openerp ul.oe_form_status_clickable li:hover > .arrow span {
2488   background-color: #d9d9d9;
2489   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca));
2490   background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca);
2491   background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca);
2492   background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca);
2493   background-image: -o-linear-gradient(top, #e8e8e8, #cacaca);
2494   background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);
2495 }
2496 .openerp ul.oe_form_status_clickable li > .label {
2497   color: #7c7bad;
2498 }
2499 .openerp ul.oe_form_status_clickable li.oe_active:hover {
2500   background-color: #3a699f;
2501   background-image: -webkit-gradient(linear, left top, left bottom, from(#4c85c2), to(#284d7d));
2502   background-image: -webkit-linear-gradient(top, #4c85c2, #284d7d);
2503   background-image: -moz-linear-gradient(top, #4c85c2, #284d7d);
2504   background-image: -ms-linear-gradient(top, #4c85c2, #284d7d);
2505   background-image: -o-linear-gradient(top, #4c85c2, #284d7d);
2506   background-image: linear-gradient(to bottom, #4c85c2, #284d7d);
2507 }
2508 .openerp ul.oe_form_status_clickable li.oe_active:hover > .label {
2509   text-shadow: 0 -1px 1px #729fcf, 0 1px 1px #3465a4;
2510 }
2511 .openerp ul.oe_form_status_clickable li.oe_active:hover > .arrow span {
2512   background-color: #284d7d;
2513   background: -moz-linear-gradient(135deg, #284d7d, #4c85c2);
2514   background: -o-linear-gradient(135deg, #4c85c2, #284d7d);
2515   background: -webkit-gradient(linear, left top, right bottom, from(#4c85c2), to(#284d7d));
2516   background: -ms-linear-gradient(top, #4c85c2, #284d7d);
2517 }
2518 .openerp .oe_form .oe_form_field_one2many > .oe_view_manager .oe_list_pager_single_page {
2519   display: none;
2520 }
2521 .openerp .oe_form_field_one2many > .oe_view_manager .oe_list_pager_single_page, .openerp .oe_form_field_many2many > .oe_view_manager .oe_list_pager_single_page {
2522   display: none !important;
2523 }
2524 .openerp .oe_form_field_one2many > .oe_view_manager .oe_view_manager_view_list, .openerp .oe_form_field_many2many > .oe_view_manager .oe_view_manager_view_list {
2525   min-height: 132px;
2526 }
2527 .openerp .oe_form_field_one2many .oe_form_field_one2many_list_row_add, .openerp .oe_form_field_many2many .oe_form_field_one2many_list_row_add {
2528   font-weight: bold;
2529 }
2530 .openerp .oe_form_field_one2many .oe_list_content > thead, .openerp .oe_form_field_many2many .oe_list_content > thead {
2531   border-bottom: 1px;
2532 }
2533 .openerp .oe_form_field_one2many .oe_list_content > tbody tr:nth-child(odd), .openerp .oe_form_field_many2many .oe_list_content > tbody tr:nth-child(odd) {
2534   background: transparent;
2535 }
2536 .openerp .oe_form_field_one2many .oe_list .oe_list_edit_row_save, .openerp .oe_form_field_many2many .oe_list .oe_list_edit_row_save {
2537   background: url(/web/static/src/img/iconset-b-remove.png) 50% 50% no-repeat;
2538 }
2539 .openerp .oe_form_field_one2many .oe_list .oe_list_edit_row_save:before, .openerp .oe_form_field_many2many .oe_list .oe_list_edit_row_save:before {
2540   visibility: hidden;
2541 }
2542 .openerp .oe_form_field_one2many > .oe_view_manager .oe_header_row_top, .openerp .oe_form_field_many2many > .oe_view_manager .oe_header_row_top {
2543   display: none;
2544 }
2545 .openerp .oe_form_field_one2many > .oe_view_manager .oe_view_manager_header2 td, .openerp .oe_form_field_many2many > .oe_view_manager .oe_view_manager_header2 td {
2546   padding: 0px 8px;
2547   line-height: 16px;
2548 }
2549 .openerp .oe_form_field_one2many > .oe_view_manager .oe_view_manager_header2 td .oe_i, .openerp .oe_form_field_many2many > .oe_view_manager .oe_view_manager_header2 td .oe_i {
2550   font-size: 13px;
2551 }
2552 .openerp .oe_form_field_one2many > .oe_view_manager .oe_view_manager_header2 td .oe_pager_group, .openerp .oe_form_field_many2many > .oe_view_manager .oe_view_manager_header2 td .oe_pager_group {
2553   height: auto;
2554   line-height: 16px;
2555 }
2556 .openerp .oe_form_field_one2many > .oe_view_manager .oe_view_manager_header2 td .oe_pager_group li, .openerp .oe_form_field_many2many > .oe_view_manager .oe_view_manager_header2 td .oe_pager_group li {
2557   height: auto;
2558   line-height: 16px;
2559 }
2560 .openerp .oe_form_field_one2many .oe_list_buttons.oe_editing .oe_list_save, .openerp .oe_form_field_many2many .oe_list_buttons.oe_editing .oe_list_save {
2561   visibility: hidden;
2562 }
2563 .openerp .oe_form_editable .oe_list_editable .oe_list_content td.oe_required {
2564   background-color: #d2d2ff;
2565 }
2566 .openerp .oe_form_editable .oe_list_editable .oe_list_content td.oe_readonly {
2567   background-color: #eeeeee;
2568 }
2569 .openerp .oe_list_editable .oe_list_content td.oe_list_field_cell {
2570   padding: 4px 6px 3px;
2571 }
2572 .openerp .oe_list.oe_list_editable.oe_editing .oe_edition .oe_list_field_cell {
2573   color: transparent;
2574   text-shadow: none;
2575 }
2576 .openerp .oe_list.oe_list_editable.oe_editing .oe_edition .oe_list_field_cell * {
2577   visibility: hidden;
2578 }
2579 .openerp .oe_list.oe_list_editable.oe_editing .oe_m2o_drop_down_button {
2580   top: 5px;
2581 }
2582 .openerp .oe_list.oe_list_editable.oe_editing .oe_m2o_cm_button {
2583   line-height: 19px;
2584 }
2585 .openerp .oe_list.oe_list_editable.oe_editing .oe_input_icon {
2586   margin-top: 5px;
2587 }
2588 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field {
2589   min-width: 0;
2590   max-width: none;
2591 }
2592 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_list_field_handle {
2593   color: transparent;
2594 }
2595 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_readonly {
2596   padding: 4px 6px 3px;
2597   text-align: left;
2598 }
2599 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field input, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field textarea {
2600   height: 27px;
2601   -moz-border-radius: 0;
2602   -webkit-border-radius: 0;
2603   border-radius: 0;
2604   border: 1px solid #aaaaff;
2605   margin: 0;
2606 }
2607 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field input, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field textarea, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field select {
2608   min-width: 0;
2609 }
2610 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_float.oe_readonly, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_view_integer.oe_readonly {
2611   padding: 6px 0px 0px;
2612   text-align: right;
2613   max-width: 100px;
2614 }
2615 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_float input, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_view_integer input {
2616   width: 100% !important;
2617   text-align: right;
2618 }
2619 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_datetime input.oe_datepicker_master, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_date input.oe_datepicker_master {
2620   width: 100% !important;
2621 }
2622 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_reference {
2623   display: table;
2624 }
2625 .openerp .oe_list_group_name {
2626   white-space: nowrap;
2627 }
2628 .openerp .oe_form .oe_form_field_many2many > .oe_list .oe_list_pager_single_page {
2629   display: none;
2630 }
2631 .openerp .oe_list_buttons .oe_alternative {
2632   visibility: hidden;
2633 }
2634 .openerp .oe_list_buttons .oe_list_save, .openerp .oe_list_buttons .oe_list_discard {
2635   display: none;
2636 }
2637 .openerp .oe_list_buttons.oe_editing .oe_list_add {
2638   display: none;
2639 }
2640 .openerp .oe_list_buttons.oe_editing .oe_list_save {
2641   display: inline-block;
2642 }
2643 .openerp .oe_list_buttons.oe_editing .oe_list_discard {
2644   display: inline;
2645 }
2646 .openerp .oe_list_buttons.oe_editing .oe_alternative {
2647   visibility: visible;
2648 }
2649 .openerp .oe_list.oe_cannot_edit .oe_list_header_handle, .openerp .oe_list.oe_cannot_edit .oe_list_field_handle {
2650   display: none !important;
2651   padding: 0 !important;
2652 }
2653 .openerp .oe_list.oe_cannot_delete .oe_list_record_delete {
2654   display: none !important;
2655 }
2656 .openerp .oe_list .oe_form .oe_form_nosheet {
2657   margin: 0;
2658   padding: 0;
2659   border: none;
2660 }
2661 .openerp .oe_list .oe_form .oe_form_field {
2662   width: auto;
2663   position: absolute;
2664   margin: 0 !important;
2665   padding: 0;
2666 }
2667 .openerp .oe_list .oe_form .oe_form_field_boolean input {
2668   margin: 1px 0 0 10px !important;
2669 }
2670 .openerp .oe_list .oe_list_content .oe_group_header {
2671   background-color: #ededed;
2672   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2673   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2674   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2675   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2676   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2677   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2678 }
2679 .openerp .oe_list_content {
2680   width: 100%;
2681 }
2682 .openerp .oe_list_content td:first-child:after, .openerp .oe_list_content th:first-child:after {
2683   border-width: 0;
2684 }
2685 .openerp .oe_list_content td.oe_number {
2686   text-align: right !important;
2687   max-width: 100px;
2688 }
2689 .openerp .oe_list_content td.oe_list_field_date, .openerp .oe_list_content th.oe_list_header_date {
2690   min-width: 6em;
2691 }
2692 .openerp .oe_list_content > thead {
2693   border-bottom: 2px solid #cacaca;
2694   background: #eeeeee;
2695   vertical-align: top;
2696 }
2697 .openerp .oe_list_content td, .openerp .oe_list_content th {
2698   padding: 3px 6px;
2699   line-height: 18px;
2700 }
2701 .openerp .oe_list_content th.oe_sortable, .openerp .oe_list_content th.oe_sortable div {
2702   cursor: pointer;
2703 }
2704 .openerp .oe_list_content th.oe_sortable div {
2705   position: relative;
2706 }
2707 .openerp .oe_list_content th.oe_sortable div:after {
2708   margin-right: 6px;
2709   content: "";
2710   margin-top: 7px;
2711   border-width: 0 4px 4px;
2712   border-style: solid;
2713   border-color: black transparent;
2714   visibility: hidden;
2715 }
2716 .openerp .oe_list_content th.sortup div:after {
2717   float: right;
2718   visibility: visible;
2719   filter: alpha(opacity=60);
2720   opacity: 0.6;
2721 }
2722 .openerp .oe_list_content .oe_list_header_many2many_tags {
2723   min-width: 70px;
2724 }
2725 .openerp .oe_list_content th.sortdown div:after {
2726   float: right;
2727   border-bottom: none;
2728   border-left: 4px solid transparent;
2729   border-right: 4px solid transparent;
2730   border-top: 4px solid black;
2731   visibility: visible;
2732   -moz-box-shadow: none;
2733   -webkit-box-shadow: none;
2734   box-shadow: none;
2735   filter: alpha(opacity=60);
2736   opacity: 0.6;
2737 }
2738 .openerp .oe_list_content > tbody {
2739   cursor: pointer;
2740 }
2741 .openerp .oe_list_content > tbody > tr {
2742   height: 27px;
2743   border-top: 1px solid #dddddd;
2744 }
2745 .openerp .oe_list_content > tbody > tr > td.oe_list_field_cell {
2746   padding: 3px 6px;
2747   white-space: pre-line;
2748 }
2749 .openerp .oe_list_content > tbody > tr > td > button, .openerp .oe_list_content > tbody > tr > th > button {
2750   border: none;
2751   background: transparent;
2752   padding: 0;
2753 }
2754 .openerp .oe_list_content > tbody > tr > td > button.btn_txt, .openerp .oe_list_content > tbody > tr > th > button.btn_txt {
2755   border: 1px solid rgba(0, 0, 0, 0.4);
2756   background: #e3e3e3;
2757   padding: 3px 12px;
2758 }
2759 .openerp .oe_list_content > tbody > tr > td.oe_list_checkbox:first-child, .openerp .oe_list_content > tbody > tr th.oe_list_checkbox:first-child {
2760   width: 17px;
2761 }
2762 .openerp .oe_list_content > tbody > tr > td.oe_list_checkbox:first-child:after, .openerp .oe_list_content > tbody > tr th.oe_list_checkbox:first-child:after {
2763   border-width: 0;
2764 }
2765 .openerp .oe_list_content > tbody > tr > td.oe_list_field_boolean input {
2766   filter: alpha(opacity=50);
2767   opacity: 0.5;
2768 }
2769 .openerp .oe_list_content > tbody > tr:nth-child(odd) {
2770   background-color: #f0f0fa;
2771   background-color: #efeff8;
2772   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
2773   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
2774   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
2775   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
2776   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
2777   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
2778 }
2779 .openerp .oe_list_content > tfoot {
2780   border-top: 2px solid #cacaca;
2781   border-bottom: 1px solid #cacaca;
2782   background: #eeeeee;
2783   font-weight: bold;
2784 }
2785 .openerp .oe_list_content .numeric {
2786   text-align: right;
2787   width: 82px;
2788 }
2789 .openerp .oe_list_content .numeric input {
2790   text-align: right;
2791 }
2792 .openerp .oe_list_content th.oe_list_header_handle {
2793   font-size: 1px;
2794   overflow: hidden;
2795   text-indent: -9001px;
2796 }
2797 .openerp .oe_list_content td.oe_list_field_handle {
2798   width: 1em;
2799   padding: 0 !important;
2800   cursor: ns-resize;
2801 }
2802 .openerp .oe_list_content td.oe_list_field_handle .oe_list_handle {
2803   font-size: 1px;
2804   letter-spacing: -1px;
2805   color: transparent;
2806   text-shadow: none;
2807   font-weight: normal;
2808   margin-right: 7px;
2809 }
2810 .openerp .oe_list_content td.oe_list_field_handle .oe_list_handle:before {
2811   font: 18px "entypoRegular";
2812   content: "}";
2813   color: #e0e0e0;
2814 }
2815 .openerp .oe_list_content .oe_list_field_progressbar progress {
2816   width: 100%;
2817 }
2818 .openerp .tree_header {
2819   background-color: #f0f0f0;
2820   border-bottom: 1px solid #cacaca;
2821   color: #4c4c4c;
2822   padding: 5px;
2823   height: 25px;
2824 }
2825 .openerp .tree_header button {
2826   float: right;
2827   height: 27px;
2828   margin-right: 5px;
2829 }
2830 .openerp .oe-treeview-table {
2831   width: 100%;
2832   background-color: white;
2833   border-spacing: 0;
2834   color: #4c4c4c;
2835 }
2836 .openerp .oe-treeview-table th {
2837   padding: 10px;
2838   font-weight: bold;
2839   background-color: #f0f0f0;
2840   border-bottom: 2px solid #cacaca;
2841 }
2842 .openerp .oe-treeview-table td {
2843   cursor: pointer;
2844   vertical-align: middle;
2845   text-align: left;
2846   vertical-align: middle;
2847   height: 20px;
2848   padding-left: 4px;
2849   padding-right: 4px;
2850   border-right: 1px solid #e7e7e7;
2851 }
2852 .openerp .oe-treeview-table td.oe_number {
2853   text-align: right !important;
2854 }
2855 .openerp .oe-treeview-table tr {
2856   border-bottom: 1px solid #d6d6d6;
2857 }
2858 .openerp .oe-treeview-table tr:hover {
2859   background-color: #e7e7e7;
2860 }
2861 .openerp .oe-treeview-table span {
2862   font-size: 90%;
2863   font-weight: normal;
2864   white-space: nowrap;
2865   display: block;
2866 }
2867 .openerp .oe-treeview-table .treeview-tr.oe-treeview-first {
2868   background: transparent url(/web/static/src/img/expand.gif) 0 50% no-repeat;
2869 }
2870 .openerp .oe-treeview-table .oe_open .treeview-tr.oe-treeview-first {
2871   background-image: url(/web/static/src/img/collapse.gif);
2872 }
2873 .openerp .oe-treeview-table .treeview-tr.oe-treeview-first span, .openerp .oe-treeview-table .treeview-td.oe-treeview-first span {
2874   margin-left: 16px;
2875 }
2876 .openerp .oe_layout_debugging .oe_form_group {
2877   outline: 2px dashed green;
2878 }
2879 .openerp .oe_layout_debugging .oe_form_group_cell {
2880   outline: 1px solid blue;
2881 }
2882 .openerp .oe_layout_debugging .oe_form_group:hover, .openerp .oe_layout_debugging .oe_form_group_cell:hover {
2883   outline-color: red;
2884 }
2885 .openerp .oe_layout_debugging .oe_form_group_row_incomplete > td:last-child:after {
2886   content: "[Incomplete Row]";
2887   background: red;
2888   padding: 2px;
2889   font-weight: bold;
2890   color: white;
2891   float: right;
2892 }
2893 .openerp .oe_layout_debugging .oe_form_group_row_incomplete.oe_form_group_row_newline > td:last-child:after {
2894   content: "[newline]";
2895 }
2896 .openerp .oe_debug_view {
2897   float: left;
2898 }
2899 .openerp .oe_debug_view_log {
2900   font-size: 95%;
2901   line-height: 1.2em;
2902 }
2903 .openerp .oe_navbar .dropdown-menu {
2904   font-size: 13px;
2905   padding: 4px 0;
2906   background: #333333 !important;
2907   background: rgba(37, 37, 37, 0.9) !important;
2908   border-color: #999999;
2909   border-color: rgba(0, 0, 0, 0.2);
2910   background-color: #414141;
2911   text-shadow: none;
2912   background-color: #454343;
2913   background-image: -webkit-gradient(linear, left top, left bottom, from(#646060), to(#262626));
2914   background-image: -webkit-linear-gradient(top, #646060, #262626);
2915   background-image: -moz-linear-gradient(top, #646060, #262626);
2916   background-image: -ms-linear-gradient(top, #646060, #262626);
2917   background-image: -o-linear-gradient(top, #646060, #262626);
2918   background-image: linear-gradient(to bottom, #646060, #262626);
2919   -moz-border-radius: 3px;
2920   -webkit-border-radius: 3px;
2921   border-radius: 3px;
2922 }
2923 .openerp .oe_navbar .dropdown-menu li a, .openerp .oe_navbar .dropdown-menu li a:hover, .openerp .oe_navbar .dropdown-menu li a:focus {
2924   color: #eeeeee;
2925 }
2926 .openerp .oe_view_manager_new .oe_form_nosheet {
2927   margin-top: 8px;
2928 }
2929 .openerp .oe_view_manager_new .oe_form_nosheet .oe_form_label {
2930   font-weight: normal;
2931 }
2932 .openerp .nav-pills li > a {
2933   padding: 6px 4px 2px 18px;
2934   color: #4c4c4c;
2935 }
2936 .openerp .nav-pills .nav-stacked > li > ul {
2937   padding-left: 16px;
2938 }
2939 .openerp .nav-pills > li.active > a, .openerp a.list-group-item.active > a {
2940   background-color: #7c7bad;
2941   color: white;
2942   border-radius: 0;
2943 }
2944 .openerp .nav-pills > li.active a:hover, .openerp .nav-pills > li.active a:focus, .openerp a.list-group-item.active a:hover, .openerp a.list-group-item.active a:focus {
2945   background-color: #7c7bad;
2946 }
2947 .openerp .nav-pills > li.active .badge, .openerp a.list-group-item.active .badge {
2948   background-color: white;
2949   color: #7c7bad;
2950   text-shadow: none;
2951 }
2952 .openerp .badge {
2953   font-weight: normal;
2954   font-size: 11px;
2955   background-color: #7c7bad;
2956 }
2957 .openerp button, .openerp body {
2958   line-height: normal;
2959 }
2960 .openerp h1, .openerp h2 {
2961   font-weight: bold;
2962 }
2963 .openerp h3 {
2964   font-size: 1.17em;
2965   font-weight: bold;
2966 }
2967 .openerp p {
2968   display: block;
2969   -webkit-margin-before: 1em;
2970   -webkit-margin-after: 1em;
2971   -webkit-margin-start: 0px;
2972   -webkit-margin-end: 0px;
2973 }
2974 .openerp pre {
2975   background-color: white;
2976   border: none;
2977   padding: 10px 0 3px 0;
2978 }
2979 .openerp h5 {
2980   font-weight: bold;
2981   font-size: smaller;
2982 }
2983 .openerp .oe_form .oe_subtype label, .openerp .oe_subtype label {
2984   font-weight: normal;
2985 }
2986 .openerp .oe_msg_subtype_check {
2987   margin: 3px 3px 0 !important;
2988 }
2989
2990 .jqstooltip {
2991   height: auto !important;
2992   width: auto !important;
2993   padding: 0;
2994 }
2995
2996 @-moz-document url-prefix() {
2997   .openerp .oe_searchview .oe_searchview_search {
2998     top: -1px;
2999   }
3000   .openerp .oe_form_field_many2one .oe_m2o_cm_button {
3001     line-height: 18px;
3002   }
3003   .openerp .oe_webclient .oe_star_on, .openerp .oe_webclient .oe_star_off {
3004     top: 0px;
3005   }
3006 }
3007
3008 .kitten-mode-activated {
3009   background-size: cover;
3010   background-attachment: fixed;
3011 }
3012 .kitten-mode-activated > * {
3013   opacity: 0.7;
3014 }
3015
3016 .loading-kitten {
3017   -moz-border-radius: 15px;
3018   -webkit-border-radius: 15px;
3019   border-radius: 15px;
3020   -moz-box-shadow: 0 0 5px 5px #999999;
3021   -webkit-box-shadow: 0 0 5px 5px #999999;
3022   box-shadow: 0 0 5px 5px #999999;
3023 }
3024
3025 div.ui-widget-overlay {
3026   background: black;
3027   filter: alpha(opacity=30);
3028   opacity: 0.3;
3029 }
3030
3031 .ui-widget {
3032   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
3033   color: #4c4c4c;
3034   font-size: 13px;
3035 }
3036
3037 .ui-menu {
3038   padding: 2px 0;
3039   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3040   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3041   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
3042   margin-top: 4px;
3043   border: 1px solid #afafb6;
3044 }
3045 .ui-menu .ui-menu-item {
3046   width: 100%;
3047   padding: 0;
3048 }
3049 .ui-menu .ui-menu-item a {
3050   padding: 1px 16px;
3051 }
3052 .ui-menu .ui-menu-item a.ui-corner-all {
3053   -moz-border-radius: 0;
3054   -webkit-border-radius: 0;
3055   border-radius: 0;
3056 }
3057 .ui-menu .ui-menu-item a.ui-state-active {
3058   background: #f0f0fa;
3059 }
3060 .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
3061   background: #7c7bad;
3062 }
3063
3064 .ui-corner-all {
3065   -moz-border-radius: 3px;
3066   -webkit-border-radius: 3px;
3067   border-radius: 3px;
3068 }
3069
3070 .openerp .db_option_table td {
3071   padding-bottom: 10px !important;
3072 }
3073
3074 body.oe_single_form {
3075   background: #eeeeee url(/web/static/src/img/form_sheetbg.png);
3076   height: 100%;
3077 }
3078 body.oe_single_form .oe_single_form_logo {
3079   padding: 10px;
3080   text-align: center;
3081   margin-bottom: 10px;
3082 }
3083 body.oe_single_form .oe_single_form_footer {
3084   position: absolute;
3085   bottom: -30px;
3086   right: 0px;
3087   width: 100%;
3088   text-align: center;
3089 }
3090 body.oe_single_form .oe_single_form_container {
3091   padding: 10px;
3092   position: absolute;
3093   left: 50%;
3094   top: 50%;
3095   width: 400px;
3096   /* Set margins to offset 50% of the w/h */
3097   margin-top: -200px;
3098   margin-left: -200px;
3099 }
3100
3101 .openerp_ie .placeholder {
3102   color: #afafb6 !important;
3103   font-style: italic !important;
3104 }
3105 .openerp_ie .oe_form_binary_file {
3106   width: 80px;
3107 }
3108 .openerp_ie .oe_form_field_boolean input {
3109   background: white;
3110 }
3111 .openerp_ie .db_option_table .oe_form_field_selection {
3112   width: auto;
3113 }
3114 .openerp_ie input[type='checkbox'] {
3115   border: none;
3116   background: none;
3117   box-shadow: none;
3118 }
3119 .openerp_ie .oe_logo img {
3120   border: none;
3121 }
3122 .openerp_ie .oe_header_row button.oe_highlight {
3123   padding-top: 0;
3124   padding-bottom: 0;
3125 }
3126 .openerp_ie .oe_view_manager_view_kanban {
3127   display: table-cell;
3128 }
3129 .openerp_ie .oe_view_manager_buttons button.oe_write_full {
3130   padding-top: 0;
3131   padding-bottom: 0;
3132 }
3133 .openerp_ie .oe_view_manager_buttons button.oe_highlight {
3134   padding-top: 0;
3135   padding-bottom: 0;
3136 }
3137 .openerp_ie .oe_view_manager_buttons button .oe_form_button_edit {
3138   padding-top: 0;
3139   padding-bottom: 0;
3140 }
3141 .openerp_ie .oe_view_manager_buttons button .oe_form_button_create {
3142   padding-top: 0;
3143   padding-bottom: 0;
3144 }
3145 .openerp_ie .oe_kanban_image {
3146   border: none;
3147 }
3148 .openerp_ie .oe_msg_icon {
3149   border: none;
3150 }
3151 .openerp_ie .oe_form header ul {
3152   height: 29px;
3153 }
3154 .openerp_ie .oe_attach {
3155   filter: none;
3156 }
3157 .openerp_ie .oe_link {
3158   filter: none;
3159 }
3160 .openerp_ie .oe_kanban_show_more {
3161   clear: both;
3162   text-align: center;
3163 }
3164 .openerp_ie.oe_kanban_grouped .oe_kanban_show_more .oe_button {
3165   width: 100%;
3166   padding: 3px 12px;
3167 }
3168 .openerp_ie .oe_form_buttons button {
3169   padding-top: 0;
3170   padding-bottom: 0;
3171 }
3172 .openerp_ie .oe_sidebar button {
3173   padding-top: 0;
3174   padding-bottom: 0;
3175 }
3176 .openerp_ie img {
3177   border: none;
3178 }
3179 .openerp_ie .oe_dropdown_arrow {
3180   line-height: 1.7em;
3181 }
3182 .openerp_ie .oe_form_buttons button, .openerp_ie .oe_view_manager_buttons button {
3183   line-height: 1.7em;
3184 }
3185 .openerp_ie .oe_form_buttons .oe_highlight, .openerp_ie .oe_view_manager_buttons .oe_highlight {
3186   line-height: 1.7em;
3187 }
3188 .openerp_ie .oe_topbar {
3189   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646060', endColorstr='#262626');
3190 }
3191 .openerp_ie .ui-state-error, .openerp_ie .ui-widget-content .ui-state-error, .openerp_ie .ui-widget-header .ui-state-error {
3192   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3193 }
3194 .openerp_ie .oe_popup_form {
3195   width: 99% !important;
3196 }
3197 .openerp_ie .oe_form_label {
3198   white-space: normal !important;
3199 }
3200 .openerp_ie ul.oe_form_status li, .openerp_ie ul.oe_form_status_clickable li {
3201   display: inline-block;
3202   clear: both;
3203 }
3204 .openerp_ie ul.oe_form_status li:last-child, .openerp_ie ul.oe_form_status_clickable li:last-child {
3205   overflow: hidden;
3206   border-right: 1px solid #cacaca;
3207 }
3208 .openerp_ie ul.oe_form_status li:last-child > .label, .openerp_ie ul.oe_form_status_clickable li:last-child > .label {
3209   padding-right: 14px;
3210   border-right: none;
3211 }
3212 .openerp_ie ul.oe_form_status li:last-child > .arrow, .openerp_ie ul.oe_form_status_clickable li:last-child > .arrow {
3213   display: inline-block;
3214   opacity: 0;
3215   filter: alpha(opacity=0);
3216   border: none;
3217   width: 0;
3218   border-right: none;
3219 }
3220 .openerp_ie ul.oe_form_status li > .label, .openerp_ie ul.oe_form_status_clickable li > .label {
3221   border-bottom: 1px solid #cacaca;
3222   background: transparent;
3223 }
3224 .openerp_ie ul.oe_form_status li > .arrow span, .openerp_ie ul.oe_form_status_clickable li > .arrow span {
3225   background-color: #eeeeee !important;
3226 }
3227 .openerp_ie ul.oe_form_status li.oe_active > .label, .openerp_ie ul.oe_form_status_clickable li.oe_active > .label {
3228   border-bottom: 1px solid #729fcf;
3229 }
3230 .openerp_ie ul.oe_form_status li.oe_active > .arrow span, .openerp_ie ul.oe_form_status_clickable li.oe_active > .arrow span {
3231   background-color: #729fcf !important;
3232 }
3233 .openerp_ie .oe_webclient {
3234   height: auto !important;
3235 }
3236
3237 @media print {
3238   .openerp {
3239     text-shadow: none;
3240   }
3241   .openerp .oe_header_row, .openerp ul.oe_header, .openerp div.oe_mail_thread_action, .openerp .oe_mail_recthread_actions, .openerp .oe_button_box, .openerp .oe_form button, .openerp button.oe_invite, .openerp .oe_form header, .openerp .openerp .oe_notebook > li.ui-state-default, .openerp .oe_topbar, .openerp .oe_leftbar, .openerp .oe_loading {
3242     display: none !important;
3243   }
3244   .openerp .oe_list_content button, .openerp .oe_list_content input[type=checkbox] {
3245     visibility: hidden;
3246   }
3247   .openerp .tree_header button, .openerp .oe_mail .oe_mail_thread_msg .oe_mail_unread, .openerp .oe_mail_fetch_more, .openerp .oe_m2o_drop_down_button img, .openerp .oe_form_field_one2many_list_row_add {
3248     visibility: hidden;
3249   }
3250   .openerp a.oe_m2o_cm_button, .openerp a.oe_e {
3251     visibility: hidden;
3252   }
3253   .openerp .oe_form .oe_form_field_date img, .openerp .oe_form .oe_form_field_datetime img {
3254     visibility: hidden;
3255   }
3256   .openerp .oe_notebook > li.ui-tabs-selected {
3257     display: block;
3258   }
3259   .openerp .oe_application .oe_form_sheet, .openerp .oe_application .oe_form_sheetbg {
3260     border: 0px !important;
3261     box-shadow: 0px 0px 0px;
3262   }
3263   .openerp .oe_application .oe_form_sheet .oe_list, .openerp .oe_application .oe_form_sheetbg .oe_list {
3264     overflow-x: visible;
3265   }
3266   .openerp .oe_view_manager_current > .oe_view_manager_header {
3267     border: 0px !important;
3268     box-shadow: 0px 0px 0px;
3269   }
3270   .openerp .text-core .text-wrap .text-arrow {
3271     background: none;
3272   }
3273   .openerp .openerp div.oe_mail_wall {
3274     overflow: hidden !important;
3275   }
3276 }
3277 .tooltip {
3278   padding: 0;
3279   margin: 0;
3280   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
3281   color: #4c4c4c;
3282   font-size: 12px;
3283   background: white;
3284   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
3285   background-color: transparent;
3286   z-index: 1800;
3287 }
3288 .tooltip .tooltip-inner {
3289   text-align: left !important;
3290   max-width: 350px;
3291 }
3292 .tooltip .tooltip-inner .oe_tooltip_string {
3293   color: #ffdd55;
3294   font-weight: bold;
3295   font-size: 13px;
3296 }
3297 .tooltip .tooltip-inner .oe_tooltip_help {
3298   white-space: pre-wrap;
3299 }
3300 .tooltip .tooltip-inner .oe_tooltip_technical {
3301   padding: 0 0 4px 0;
3302   margin: 5px 0 0 15px;
3303 }
3304 .tooltip .tooltip-inner .oe_tooltip_technical li {
3305   list-style: circle;
3306 }
3307 .tooltip .tooltip-inner .oe_tooltip_technical_title {
3308   font-weight: bold;
3309 }
3310 .tooltip .tooltip-inner .oe_tooltip_close {
3311   margin: -5px 0 0 2px;
3312   cursor: default;
3313   float: right;
3314   color: white;
3315 }
3316 .tooltip .tooltip-inner .oe_tooltip_close:hover {
3317   color: #999999;
3318   cursor: pointer;
3319 }
3320 .tooltip .tooltip-inner .oe_tooltip_message {
3321   max-width: 310px;
3322 }
3323
3324 .ui-icon {
3325   width: 18px;
3326   height: 18px;
3327 }
3328
3329 .modal .modal-header button.close {
3330   border: none;
3331   background: none;
3332   padding: 1px;
3333   height: 18px;
3334   font-size: 20px;
3335 }
3336 .modal .modal-footer {
3337   text-align: left;
3338 }
3339 .modal .oe_button {
3340   margin: 0 4px 0 0;
3341 }
3342 .modal .oe_act_window.modal-body {
3343   padding: 0;
3344 }
3345
3346 .ui-datepicker {
3347   z-index: 1500 !important;
3348 }
3349
3350 input[type="radio"], input[type="checkbox"] {
3351   margin-right: 4px;
3352   margin-left: 4px;
3353 }
3354
3355 .blockUI.blockOverlay {
3356   background-color: black;
3357   opacity: 0.6;
3358 }
3359
3360 /* ---- EDITOR TOUR ---- {{{ */
3361 div.tour-backdrop {
3362   z-index: 2009;
3363 }
3364
3365 .popover.tour.orphan .arrow {
3366   display: none;
3367 }
3368 .popover.tour .popover-navigation {
3369   padding: 9px 14px;
3370 }
3371 .popover.tour .popover-navigation *[data-role="end"] {
3372   float: right;
3373 }
3374 .popover.tour .popover-navigation *[data-role="next"], .popover.tour .popover-navigation *[data-role="end"] {
3375   cursor: pointer;
3376 }
3377
3378 .popover.fixed {
3379   position: fixed;
3380 }
3381
3382 .tour-backdrop {
3383   position: fixed;
3384   top: 0;
3385   right: 0;
3386   bottom: 0;
3387   left: 0;
3388   z-index: 1100;
3389   background-color: black;
3390   opacity: 0.8;
3391 }
3392
3393 body {
3394   overflow: auto;
3395 }