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