[FIX] web: add missing icon, add warning, fix deferred
[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 .oe-button-column {
1045   height: 30px;
1046 }
1047 .openerp .oe-view-manager-header .dropdown-menu li {
1048   position: relative;
1049 }
1050 .openerp .oe-view-manager-header .dropdown-menu li a {
1051   padding: 3px 25px;
1052 }
1053 .openerp .oe-view-manager-header .dropdown-menu .oe_searchview_custom_public a:after {
1054   font-family: FontAwesome;
1055   content: "";
1056   color: #666;
1057   margin-left: 3px;
1058 }
1059 .openerp .oe-view-manager-header .selected {
1060   display: block;
1061 }
1062 .openerp .oe-view-manager-header .selected a {
1063   font-weight: bold;
1064 }
1065 .openerp .oe-view-manager-header .selected a:before {
1066   font-family: FontAwesome;
1067   position: absolute;
1068   left: 6px;
1069   top: 3px;
1070   content: "";
1071 }
1072 .openerp .oe-view-manager-header .oe-right-toolbar {
1073   float: right;
1074 }
1075 .openerp .oe-view-manager-header .oe-right-toolbar > div {
1076   display: inline-block;
1077 }
1078 .openerp .oe-view-manager-header .row:first-child {
1079   padding-top: 3px;
1080   padding-bottom: 3px;
1081 }
1082 .openerp .oe-view-manager-header .row:last-child {
1083   padding-bottom: 10px;
1084 }
1085 .openerp .oe-view-manager-header .oe_tag {
1086   -moz-border-radius: 0px;
1087   -webkit-border-radius: 0px;
1088   border-radius: 0px;
1089 }
1090 .openerp .oe-view-manager-header .oe-view-title {
1091   font-size: 18px;
1092   padding-left: 0;
1093   margin: 0;
1094   background-color: #f0eeee;
1095 }
1096 .openerp .oe-view-manager-header .oe-view-title li {
1097   -moz-user-select: initial;
1098   -webkit-user-select: initial;
1099   user-select: initial;
1100 }
1101 .openerp .oe-view-manager-header .oe-view-manager-search-view {
1102   padding-top: 5px;
1103 }
1104 .openerp .oe-view-manager-header .oe-view-manager-switch button {
1105   width: 34px;
1106 }
1107 .openerp .oe-view-manager-header .oe-view-manager-switch .oe-vm-switch-kanban:before {
1108   content: "";
1109 }
1110 .openerp .oe-view-manager-header .oe-view-manager-switch .oe-vm-switch-list:before {
1111   content: "";
1112 }
1113 .openerp .oe-view-manager-header .oe-view-manager-switch .oe-vm-switch-form:before {
1114   content: "";
1115 }
1116 .openerp .oe-view-manager-header .oe-view-manager-switch .oe-vm-switch-graph:before {
1117   content: "";
1118 }
1119 .openerp .oe-view-manager-header .oe-view-manager-switch .oe-vm-switch-calendar:before {
1120   content: "";
1121 }
1122 .openerp .oe-view-manager-header .oe-view-manager-switch .oe-vm-switch-gantt:before {
1123   content: "";
1124 }
1125 .openerp .oe-view-manager-header .oe-view-manager-switch .oe-vm-switch-pivot:before {
1126   content: "";
1127 }
1128 .openerp .oe-view-manager-header .oe-view-manager-buttons {
1129   display: inline-block;
1130 }
1131 .openerp .oe-view-manager-header .oe-view-manager-buttons > div {
1132   display: none;
1133 }
1134 .openerp .oe-view-manager-header .oe-view-manager-sidebar {
1135   display: inline-block;
1136   float: right;
1137 }
1138 .openerp .oe-view-manager-header .oe-view-manager-sidebar .oe_form_binary_form {
1139   cursor: pointer;
1140 }
1141 .openerp .oe-view-manager-header .oe-view-manager-sidebar .oe_form_binary_form span {
1142   padding: 3px 20px;
1143 }
1144 .openerp .oe-view-manager-header .oe-view-manager-sidebar .oe_form_binary_form input.oe_form_binary_file {
1145   width: 100%;
1146 }
1147 .openerp .oe-view-manager-header .oe-view-manager-sidebar .oe_form_binary_form:hover {
1148   background-color: #f5f5f5;
1149 }
1150 .openerp .oe-view-manager-header .oe-view-manager-sidebar .oe_file_attachment {
1151   padding: 3px 20px;
1152   display: inline-block;
1153 }
1154 .openerp .oe-view-manager-header .oe-view-manager-sidebar .oe_sidebar_delete_item {
1155   padding: 0;
1156   display: inline-block;
1157 }
1158 .openerp .oe-view-manager-header .oe-view-manager-sidebar .dropdown-menu li a {
1159   width: 100%;
1160 }
1161 .openerp .oe-view-manager-header .oe_form_buttons {
1162   padding: 0;
1163 }
1164 .openerp .oe-view-manager-header .oe_form_buttons_view > button {
1165   float: left;
1166 }
1167 .openerp .oe-view-manager-header .oe_form_buttons_view > button:last-child {
1168   float: right;
1169   margin-left: 4px;
1170 }
1171 .openerp .oe-view-manager-header .oe-pager-buttons {
1172   min-height: 30px;
1173 }
1174 .openerp .oe_view_manager_inline > .oe-view-manager-header, .openerp .oe_view_manager_inlineview > .oe-view-manager-header {
1175   display: none;
1176 }
1177 .openerp .o-modal-header > div {
1178   margin-left: 45%;
1179 }
1180 .openerp .oe_popup_form {
1181   display: none;
1182 }
1183 .openerp .oe_popup_form .oe_formview .oe_form_pager {
1184   display: none !important;
1185 }
1186 .openerp .oe_popup_form table label {
1187   font-weight: normal;
1188 }
1189 .openerp .oe_popup_list_pager {
1190   float: right;
1191 }
1192 .openerp .oe_searchview {
1193   cursor: text;
1194   position: relative;
1195   display: none;
1196   height: auto;
1197   padding-top: 1px;
1198   padding-bottom: 1px;
1199 }
1200 .openerp .oe_searchview .oe_searchview_unfold_drawer {
1201   position: absolute;
1202   top: 8px;
1203   right: 5px;
1204   cursor: pointer;
1205 }
1206 .openerp .oe_searchview .oe_searchview_search {
1207   cursor: pointer;
1208   position: absolute;
1209   top: 8px;
1210   left: 5px;
1211 }
1212 .openerp .oe_searchview .oe_searchview_facets {
1213   min-height: 22px;
1214   margin: 2px 20px 0 0;
1215 }
1216 .openerp .oe_searchview .oe_searchview_facets * {
1217   vertical-align: top;
1218   display: inline-block;
1219   font-size: 100%;
1220 }
1221 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1222   margin: 1px 0;
1223   font-size: 11px;
1224 }
1225 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1226   outline: none;
1227 }
1228 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .label {
1229   -moz-border-radius: 0px;
1230   -webkit-border-radius: 0px;
1231   border-radius: 0px;
1232 }
1233 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input {
1234   padding: 2px 0 0 6px;
1235   font-size: 12px;
1236   height: 16px;
1237   -webkit-user-select: initial;
1238   -moz-user-select: initial;
1239   user-select: initial;
1240 }
1241 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input:focus {
1242   outline: none;
1243 }
1244 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_input:first-child {
1245   margin-left: 10px;
1246 }
1247 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet {
1248   position: relative;
1249   cursor: pointer;
1250   padding: 0;
1251   -webkit-font-smoothing: auto;
1252 }
1253 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet:focus {
1254   border-color: #a6a6fe;
1255   -moz-box-shadow: 0 0 3px 1px #a6a6fe;
1256   -webkit-box-shadow: 0 0 3px 1px #a6a6fe;
1257   box-shadow: 0 0 3px 1px #a6a6fe;
1258 }
1259 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_values {
1260   background: #f0f0fa;
1261 }
1262 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category, .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1263   padding: 0 4px;
1264 }
1265 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category {
1266   color: white;
1267   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1268 }
1269 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_category.oe_i {
1270   font-size: 16px;
1271 }
1272 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value {
1273   border-left: 1px solid #afafb6;
1274   color: #4C4C4C;
1275 }
1276 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value:last-child {
1277   padding-right: 16px;
1278 }
1279 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_value:first-child {
1280   border-left: none;
1281 }
1282 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove {
1283   position: absolute;
1284   top: 3px;
1285   right: 3px;
1286   color: #8786b7;
1287   line-height: 8px;
1288   width: 12px;
1289   height: 12px;
1290   padding-top: 1px;
1291   text-align: center;
1292   font-weight: bold;
1293   cursor: pointer;
1294   text-shadow: 0 1px 1px white;
1295 }
1296 .openerp .oe_searchview .oe_searchview_facets .oe_searchview_facet .oe_facet_remove:hover {
1297   color: white;
1298   background: #8786b7;
1299   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
1300   -moz-border-radius: 2px;
1301   -webkit-border-radius: 2px;
1302   border-radius: 2px;
1303 }
1304 .openerp .oe_searchview .oe-autocomplete {
1305   display: none;
1306   position: absolute;
1307   background-color: white;
1308   width: 400px;
1309   border: 1px solid #afafb6;
1310   z-index: 666;
1311   margin-top: 2px;
1312   cursor: default;
1313   -moz-border-radius: 3px;
1314   -webkit-border-radius: 3px;
1315   border-radius: 3px;
1316 }
1317 .openerp .oe_searchview .oe-autocomplete ul {
1318   list-style-type: none;
1319   padding-left: 0;
1320   margin: 5px 0px;
1321 }
1322 .openerp .oe_searchview .oe-autocomplete ul li {
1323   padding-left: 20px;
1324   text-shadow: 0 0 0 white;
1325 }
1326 .openerp .oe_searchview .oe-autocomplete ul li span:first-child {
1327   margin-right: 5px;
1328 }
1329 .openerp .oe_searchview .oe-autocomplete ul li span.oe-expand {
1330   cursor: pointer;
1331 }
1332 .openerp .oe_searchview .oe-autocomplete ul li.oe-indent {
1333   margin-left: 20px;
1334 }
1335 .openerp .oe_searchview .oe-autocomplete ul li.oe-selection-focus {
1336   background-color: #7c7bad;
1337   color: white;
1338 }
1339 .openerp .oe_searchview .oe-autocomplete ul li.oe-separator {
1340   margin-top: 2px;
1341   margin-bottom: 2px;
1342   border-top: 1px solid #afafb6;
1343 }
1344 .openerp .oe_searchview .oe-autocomplete ul li.oe-separator:last-child {
1345   display: none;
1346 }
1347 .openerp .oe-search-options a {
1348   padding-left: 25px;
1349   padding-right: 25px;
1350   width: 100%;
1351   -webkit-user-select: none;
1352   -moz-user-select: none;
1353   user-select: none;
1354 }
1355 .openerp .oe-search-options .oe-apply-filter {
1356   margin-left: 25px;
1357 }
1358 .openerp .oe-search-options .oe-add-filter-menu {
1359   display: none;
1360 }
1361 .openerp .oe-search-options .oe-add-condition {
1362   width: auto;
1363   margin-left: 10px;
1364   padding-left: 0;
1365   padding-right: 10px;
1366 }
1367 .openerp .oe-search-options .oe-group-selector {
1368   margin: 3px 25px;
1369   min-width: -webkit-calc(100% - 40px);
1370   min-width: calc(100% - 40px);
1371   max-width: 250px;
1372   width: auto;
1373 }
1374 .openerp .oe-search-options .divider {
1375   display: none;
1376 }
1377 .openerp .oe-search-options .filters-menu {
1378   overflow: auto;
1379   overflow-x: hidden;
1380 }
1381 .openerp .oe-search-options .filters-menu .divider {
1382   display: list-item;
1383 }
1384 .openerp .oe-search-options .closed-menu a:before {
1385   font-family: FontAwesome;
1386   position: absolute;
1387   left: 12px;
1388   top: 3px;
1389   content: "";
1390 }
1391 .openerp .oe-search-options .open-menu a:before {
1392   font-family: FontAwesome;
1393   position: absolute;
1394   left: 9px;
1395   top: 3px;
1396   content: "";
1397 }
1398 .openerp .oe-search-options .oe-select-group {
1399   margin: 3px 25px;
1400 }
1401 .openerp .oe-search-options .oe-add-group {
1402   display: none;
1403 }
1404 .openerp .oe-search-options .oe-save-name {
1405   display: none;
1406   margin: 3px 25px;
1407 }
1408 .openerp .oe-search-options .oe-save-name span {
1409   white-space: nowrap;
1410 }
1411 .openerp .oe-search-options .oe-save-name span input {
1412   margin-left: 0;
1413 }
1414 .openerp .oe-search-options .searchview_extended_prop_field {
1415   display: inline;
1416   width: -webkic-calc(100% - 20px);
1417   width: calc(100% - 20px);
1418 }
1419 .openerp .oe-search-options .searchview_extended_prop_op {
1420   margin: 3px 0;
1421   width: -webkit-calc(100% - 20px);
1422   width: calc(100% - 20px);
1423 }
1424 .openerp .oe-search-options .searchview_extended_delete_prop {
1425   float: right;
1426   display: inline;
1427   cursor: pointer;
1428 }
1429 .openerp .oe-search-options .searchview_extended_prop_value {
1430   width: -webkit-calc(100% - 20px);
1431   width: calc(100% - 20px);
1432 }
1433 .openerp .oe-search-options .searchview_extended_prop_value > select, .openerp .oe-search-options .searchview_extended_prop_value > input {
1434   width: -webkit-calc(100% - 20px);
1435   width: calc(100% - 20px);
1436 }
1437 .openerp .oe-search-options .searchview_extended_prop_value .oe_datepicker_main {
1438   width: -webkit-calc(100% - 20px);
1439   width: calc(100% - 20px);
1440 }
1441 .openerp .oe-search-options .searchview_extended_prop_value .oe_datepicker_master {
1442   width: 100%;
1443 }
1444 .openerp .oe-search-options .searchview_extended_prop_value .fa-calendar {
1445   margin-left: -21px;
1446   cursor: pointer;
1447 }
1448 .openerp .oe-search-options span.remove-filter {
1449   position: absolute;
1450   top: 6px;
1451   right: 10px;
1452   cursor: pointer;
1453 }
1454 .openerp .oe-search-options .dropdown-menu > li {
1455   position: relative;
1456   white-space: nowrap;
1457 }
1458 .openerp .oe-search-options .dropdown-menu li.oe-filter-condition {
1459   white-space: normal;
1460   padding-left: 25px;
1461   padding-right: 10px;
1462   margin-bottom: 5px;
1463 }
1464 .openerp .oe-search-options .dropdown-menu li.oe-filter-condition .o-or-filter {
1465   display: none;
1466 }
1467 .openerp .oe-search-options .dropdown-menu li.oe-filter-condition + li.oe-filter-condition {
1468   margin-top: 10px;
1469 }
1470 .openerp .oe-search-options .dropdown-menu li.oe-filter-condition + li.oe-filter-condition .o-or-filter {
1471   display: block;
1472 }
1473 .openerp .oe-search-options .dropdown-menu .o-or-filter {
1474   position: absolute;
1475   left: 5px;
1476   top: 5px;
1477 }
1478 .openerp .oe-search-options a {
1479   display: inline-block;
1480 }
1481 .openerp input.oe-save-name {
1482   width: auto;
1483 }
1484 .openerp .oe_pager_value {
1485   display: inline-block;
1486 }
1487 .openerp .oe_view_nocontent {
1488   padding: 15px;
1489   margin-top: 0;
1490   color: #777777;
1491   font-size: 125%;
1492   max-width: 700px;
1493 }
1494 .openerp .oe_view_nocontent .oe_view_nocontent_create {
1495   margin-top: 0;
1496   padding-top: 35px;
1497   color: #4c4c4c;
1498 }
1499 .openerp .oe_view_nocontent .oe_view_nocontent_create:before {
1500   content: "";
1501   display: inline-block;
1502   position: absolute;
1503   width: 70px;
1504   height: 80px;
1505   margin-left: -70px;
1506   margin-top: -50px;
1507   background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0px 0px;
1508 }
1509 .openerp .oe_view_nocontent > p {
1510   padding-left: 78px;
1511 }
1512 .openerp .oe_view_nocontent .oe_empty_custom_dashboard {
1513   background: transparent url(/web/static/src/img/graph_background.png) no-repeat 0 0;
1514   margin-top: -15px;
1515   padding: 100px 0 0 137px;
1516   min-height: 327px;
1517   margin-left: -15px;
1518 }
1519 .openerp .oe_view.oe_cannot_create .oe_view_nocontent_create {
1520   display: none;
1521 }
1522 .openerp .oe_formview {
1523   background: white;
1524 }
1525 .openerp .oe_form_dropdown_section {
1526   position: relative;
1527   display: inline-block;
1528 }
1529 .openerp .oe_form_invalid input, .openerp .oe_form_invalid select, .openerp .oe_form_invalid textarea {
1530   background-color: #F66 !important;
1531   border: 1px solid #D00 !important;
1532 }
1533 .openerp .oe_view_manager_current .oe_form_editable .oe_highlight {
1534   color: #404040;
1535   background: none;
1536 }
1537 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight {
1538   background-color: #e3e3e3;
1539   background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
1540   background-image: -webkit-linear-gradient(top, #efefef, #d8d8d8);
1541   background-image: -moz-linear-gradient(top, #efefef, #d8d8d8);
1542   background-image: -ms-linear-gradient(top, #efefef, #d8d8d8);
1543   background-image: -o-linear-gradient(top, #efefef, #d8d8d8);
1544   background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
1545   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1546   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1547   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1548 }
1549 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight:active {
1550   background-color: #ececec;
1551   background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f6f6f6));
1552   background-image: -webkit-linear-gradient(top, #e3e3e3, #f6f6f6);
1553   background-image: -moz-linear-gradient(top, #e3e3e3, #f6f6f6);
1554   background-image: -ms-linear-gradient(top, #e3e3e3, #f6f6f6);
1555   background-image: -o-linear-gradient(top, #e3e3e3, #f6f6f6);
1556   background-image: linear-gradient(to bottom, #e3e3e3, #f6f6f6);
1557   -moz-box-shadow: none;
1558   -webkit-box-shadow: none;
1559   box-shadow: none;
1560 }
1561 .openerp .oe_view_manager_current .oe_form_editable button.oe_highlight:hover {
1562   background-color: #ececec;
1563   background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3));
1564   background-image: -webkit-linear-gradient(top, #f6f6f6, #e3e3e3);
1565   background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
1566   background-image: -ms-linear-gradient(top, #f6f6f6, #e3e3e3);
1567   background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
1568   background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
1569   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1570   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1571   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
1572 }
1573 .openerp .oe_form_invisible {
1574   display: none !important;
1575 }
1576 .openerp .oe_form_editable .oe_read_only {
1577   display: none !important;
1578 }
1579 .openerp .oe_form_readonly .oe_edit_only, .openerp .oe_form_readonly .oe_form_field:empty {
1580   display: none !important;
1581 }
1582 .openerp .oe_form_readonly .oe_form .oe_form_field_date {
1583   width: auto;
1584 }
1585 .openerp .oe_form_readonly .oe_form_field_boolean.boolean {
1586   position: relative;
1587   top: -20px;
1588   width: 14px;
1589   height: 14px;
1590   z-index: 10000;
1591   backgroundColor: "#fff";
1592   opacity: 0;
1593 }
1594 .openerp .oe_form_nosheet {
1595   margin: 16px;
1596 }
1597 .openerp .oe_form_nosheet > header {
1598   margin: -16px -16px 0 -16px;
1599   padding: 0;
1600 }
1601 .openerp .oe_form_nosheet.oe_form_nomargin {
1602   margin: 0;
1603 }
1604 .openerp .oe_form_nosheet.oe_form_nomargin > header {
1605   margin: 0;
1606 }
1607 .openerp .oe_form_sheetbg {
1608   padding: 16px 0;
1609 }
1610 .openerp .oe_form_sheet_width {
1611   min-width: 650px;
1612   max-width: 860px;
1613   margin: 0 auto;
1614 }
1615 .openerp .oe_form_sheet {
1616   background: white;
1617   min-height: 330px;
1618   padding: 16px;
1619 }
1620 .openerp .oe_form_sheet .oe_list {
1621   overflow-x: auto;
1622 }
1623 .openerp .oe_application .oe_form_sheetbg {
1624   background: url(/web/static/src/img/form_sheetbg.png);
1625   border-bottom: 1px solid #ddd;
1626 }
1627 .openerp .oe_application .oe_form_sheetbg .oe_subtotal_footer label {
1628   font-weight: bold;
1629 }
1630 .openerp .oe_application .oe_form_sheetbg table label {
1631   font-weight: normal;
1632 }
1633 .openerp .oe_application .oe_form_sheet {
1634   border: 1px solid #c8c8d3;
1635   -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
1636   -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
1637   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
1638 }
1639 .openerp .oe_application .oe_form_sheet .ui-tabs {
1640   margin: 0 -16px;
1641 }
1642 .openerp .oe_application .oe_form_sheet .oe_notebook_page {
1643   padding: 0 16px;
1644 }
1645 .openerp .oe_form > :not(.oe_form_nosheet) header, .openerp .oe_form > .oe_form_nosheet header {
1646   padding-left: 2px;
1647 }
1648 .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) {
1649   display: inline-block;
1650   float: right;
1651 }
1652 .openerp .oe_form > :not(.oe_form_nosheet) header .oe_button, .openerp .oe_form > .oe_form_nosheet header .oe_button {
1653   margin: 3px 2px 1px;
1654 }
1655 .openerp .oe_form > :not(.oe_form_nosheet) header .oe_button:first-child, .openerp .oe_form > .oe_form_nosheet header .oe_button:first-child {
1656   margin-left: 6px;
1657 }
1658 .openerp .oe_form header {
1659   border-bottom: 1px solid #cacaca;
1660   padding-left: 2px;
1661   background-color: #ededed;
1662   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
1663   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
1664   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
1665   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
1666   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
1667   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
1668 }
1669 .openerp .oe_form header > span {
1670   margin-left: 4px;
1671 }
1672 .openerp .oe_form header .oe_tags {
1673   margin: 5px 0 0 5px;
1674   width: 400px;
1675   padding-bottom: 0;
1676 }
1677 .openerp .oe_form div.oe_chatter {
1678   box-sizing: border-box;
1679   min-width: 682px;
1680   max-width: 892px;
1681   margin: 0 auto;
1682   padding: 16px 16px 48px;
1683 }
1684 .openerp .oe_form div.oe_form_configuration p, .openerp .oe_form div.oe_form_configuration ul, .openerp .oe_form div.oe_form_configuration ol {
1685   color: #aaa;
1686   max-width: 650px;
1687 }
1688 .openerp .oe_form div.oe_form_configuration label {
1689   min-width: 150px;
1690 }
1691 .openerp .oe_form div.oe_form_configuration .oe_form_group_cell_label {
1692   padding: 1px 0;
1693 }
1694 .openerp .oe_form div.oe_form_configuration .oe_form_group_cell div div {
1695   padding: 1px 0;
1696 }
1697 .openerp .oe_form .oe_subtotal_footer {
1698   width: 1% !important;
1699 }
1700 .openerp .oe_form .oe_subtotal_footer td.oe_form_group_cell {
1701   text-align: right;
1702   padding: 0 !important;
1703 }
1704 .openerp .oe_form .oe_subtotal_footer td.oe_form_group_cell_label {
1705   border-right: none;
1706 }
1707 .openerp .oe_form .oe_subtotal_footer .oe_subtotal_footer_separator {
1708   min-width: 108px;
1709   border-top: 1px solid #cacaca;
1710   margin-top: 4px;
1711   padding-top: 4px;
1712   font-weight: bold;
1713   font-size: 18px;
1714 }
1715 .openerp .oe_form .oe_subtotal_footer label:after {
1716   content: ":";
1717 }
1718 .openerp .oe_form .oe_subtotal_footer label.oe_subtotal_footer_separator {
1719   font-weight: bold !important;
1720   padding: 2px 11px 2px 0px !important;
1721 }
1722 .openerp .oe_form .oe_subtotal_footer label.oe_form_label_help {
1723   font-weight: normal !important;
1724 }
1725 .openerp .oe_form .oe_form_box_info {
1726   background: #fe9;
1727   border-bottom: 1px solid #cb6;
1728   padding: 4px;
1729 }
1730 .openerp .oe_form .oe_form_box_info > p {
1731   margin: auto;
1732 }
1733 .openerp .oe_form .oe_form_box_warning {
1734   background: #bd362f;
1735   border-bottom: 1px solid #900;
1736   padding: 4px;
1737 }
1738 .openerp .oe_form .oe_form_box_warning * {
1739   color: white;
1740   text-shadow: none;
1741 }
1742 .openerp .oe_form .oe_form_box_warning > p {
1743   margin: auto;
1744 }
1745 .openerp .oe_form .oe_form_button {
1746   margin: 2px;
1747 }
1748 .openerp .oe_form td.oe_form_group_cell_label {
1749   border-right: 1px solid #ddd;
1750   padding: 2px 0px;
1751 }
1752 .openerp .oe_form td.oe_form_group_cell_label label {
1753   line-height: 18px;
1754   display: block;
1755   min-width: 150px;
1756   font-weight: bold !important;
1757 }
1758 .openerp .oe_form td.oe_form_group_cell + .oe_form_group_cell {
1759   padding: 2px 0 2px 8px;
1760 }
1761 .openerp .oe_form .oe_form_group {
1762   width: 100%;
1763   margin: 9px 0 9px 0;
1764 }
1765 .openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {
1766   padding-left: 20px;
1767 }
1768 .openerp .oe_form .oe_form_label_help[for], .openerp .oe_form .oe_form_label[for] {
1769   white-space: nowrap;
1770   padding-right: 8px;
1771 }
1772 .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
1773   font-size: 80%;
1774   color: darkGreen;
1775   vertical-align: top;
1776   position: relative;
1777   top: -4px;
1778   padding: 0 2px;
1779 }
1780 .openerp .oe_horizontal_border {
1781   border-bottom: 1px solid black;
1782 }
1783 .openerp .oe_horizontal_separator {
1784   font-weight: bold;
1785   font-size: 20px;
1786   margin: 15px 0px 10px 0px;
1787   color: #7C7BAD;
1788 }
1789 .openerp .oe_horizontal_separator:empty {
1790   height: 5px;
1791 }
1792 .openerp .oe_vertical_separator {
1793   border-left: 1px solid #666;
1794   padding: 0 4px 0 4px;
1795 }
1796 .openerp .oe_form_field_progressbar {
1797   display: inline-block;
1798   min-width: 70px;
1799 }
1800 .openerp .oe_form_field_progressbar.ui-progressbar {
1801   height: 22px;
1802   font-size: 10px;
1803   -webkit-box-sizing: border-box;
1804   -moz-box-sizing: border-box;
1805   -ms-box-sizing: border-box;
1806   box-sizing: border-box;
1807   border: 1px solid #999;
1808   -moz-border-radius: 3px;
1809   -webkit-border-radius: 3px;
1810   border-radius: 3px;
1811   background: white;
1812   min-width: 50px;
1813 }
1814 .openerp .oe_form_field_progressbar.ui-progressbar span {
1815   position: absolute;
1816   margin-left: 10px;
1817   font-weight: bold;
1818 }
1819 .openerp .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
1820   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
1821 }
1822 .openerp .oe_form .oe_form_field_text {
1823   width: 100%;
1824 }
1825 .openerp .oe_form .oe_form_field_text .oe_form_text_content {
1826   text-overflow: ellipsis;
1827   display: inline-block;
1828   white-space: pre-wrap;
1829   overflow-x: hidden;
1830   width: 100%;
1831 }
1832 .openerp .oe_form .oe_form_field_char input,
1833 .openerp .oe_form .oe_form_field_url input,
1834 .openerp .oe_form .oe_form_field_email input,
1835 .openerp .oe_form .oe_form_field_text textarea,
1836 .openerp .oe_form .oe_form_field_selection select {
1837   width: 100%;
1838 }
1839 .openerp .oe_form .oe_notebook_page .oe_form_field_text textarea {
1840   min-height: 96px;
1841 }
1842 .openerp .oe_form .oe_form_field_text.oe_inline, .openerp .oe_form .oe_form_field_text.oe_inline > textarea {
1843   width: 500px;
1844 }
1845 .openerp .oe_form h1, .openerp .oe_form h2, .openerp .oe_form h3, .openerp .oe_form h4, .openerp .oe_form h5, .openerp .oe_form h6 {
1846   margin: 0 0 4px 0;
1847 }
1848 .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 {
1849   height: inherit !important;
1850   font-size: inherit;
1851 }
1852 .openerp .oe_form .oe_title h1, .openerp .oe_form h1 {
1853   font-weight: bold;
1854   font-size: 2em;
1855 }
1856 .openerp .oe_form h2 {
1857   font-size: 1.5em;
1858 }
1859 .openerp .oe_form label {
1860   font-weight: bold;
1861   margin-bottom: 0px;
1862   display: inline;
1863 }
1864 .openerp .oe_form .oe_form_field {
1865   width: 100%;
1866   display: inline-block;
1867   padding: 2px 2px 2px 0px;
1868   vertical-align: top;
1869 }
1870 .openerp .oe_form .oe_form_field input {
1871   margin: 0px;
1872 }
1873 .openerp .oe_form input[type="text"], .openerp .oe_form input[type="password"], .openerp .oe_form input[type="file"], .openerp .oe_form select {
1874   height: 22px;
1875   padding-top: 2px;
1876 }
1877 .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 {
1878   -webkit-box-sizing: border-box;
1879   -moz-box-sizing: border-box;
1880   -ms-box-sizing: border-box;
1881   box-sizing: border-box;
1882   background: white;
1883   min-width: 60px;
1884   color: #1f1f1f;
1885   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
1886 }
1887 .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] {
1888   background: #E5E5E5 !important;
1889   color: #666;
1890 }
1891 .openerp .oe_form textarea[disabled] {
1892   border: none;
1893   padding-left: 8px;
1894   -moz-box-shadow: none;
1895   -webkit-box-shadow: none;
1896   box-shadow: none;
1897   -moz-border-radius: 0px;
1898   -webkit-border-radius: 0px;
1899   border-radius: 0px;
1900   color: #4c4c4c;
1901 }
1902 .openerp .oe_form textarea.oe_inline[disabled] {
1903   border-left: 8px solid #eee;
1904 }
1905 .openerp .oe_form .oe_form_field_url button img {
1906   vertical-align: top;
1907 }
1908 .openerp .oe_form .oe_form_field_monetary,
1909 .openerp .oe_form .oe_form_field_date,
1910 .openerp .oe_form .oe_form_field_datetime {
1911   white-space: nowrap;
1912 }
1913 .openerp .oe_form .oe_form_field_boolean {
1914   width: auto;
1915 }
1916 .openerp .oe_form .oe_datepicker_root {
1917   display: inline-block;
1918 }
1919 .openerp .oe_form .oe_datepicker_root .datepickerbutton {
1920   margin-left: 5px;
1921   cursor: pointer;
1922 }
1923 .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]) {
1924   background-color: #D2D2FF !important;
1925 }
1926 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
1927   background-color: #F66 !important;
1928   border: 1px solid #D00 !important;
1929 }
1930 .openerp .oe_form .oe_input_icon {
1931   cursor: pointer;
1932   margin: 3px 0 0 -21px;
1933   vertical-align: top;
1934 }
1935 .openerp .oe_form .oe_input_icon_disabled {
1936   position: absolute;
1937   cursor: default;
1938   opacity: 0.5;
1939   filter: alpha(opacity=50);
1940   right: 5px;
1941   top: 3px;
1942 }
1943 .openerp .oe_form .oe_form_field_with_button.oe_no_button > .oe_button {
1944   display: none;
1945 }
1946 .openerp .oe_form .oe_form_field_with_button:not(.oe_no_button) > .oe_button {
1947   float: right;
1948   -moz-border-radius: 0;
1949   -webkit-border-radius: 0;
1950   border-radius: 0;
1951   border-bottom-left-radius: 0px;
1952   height: 22px;
1953 }
1954 .openerp .oe_form .oe_form_field_with_button input {
1955   width: 100%;
1956 }
1957 .openerp .oe_form .oe_form_field_with_button > div {
1958   position: relative;
1959   overflow: hidden;
1960 }
1961 .openerp .oe_form .oe_form_embedded_html {
1962   position: relative;
1963   width: 100%;
1964   margin: auto;
1965   overflow: auto;
1966   text-align: justify;
1967 }
1968 .openerp .oe_form .oe_form_field_html .oe_input_icon {
1969   float: right;
1970   margin: 4px 7px;
1971 }
1972 .openerp .oe_form_editable .oe_form .oe_form_field_integer input {
1973   width: 6em;
1974 }
1975 .openerp .oe_form_editable .oe_form .oe_form_field_float input {
1976   width: 7em;
1977 }
1978 .openerp .oe_form_editable .oe_form .oe_form_field_date input {
1979   width: 100px;
1980 }
1981 .openerp .oe_form_editable .oe_form .oe_form_field_datetime input {
1982   width: 150px;
1983 }
1984 .openerp .oe_hidden_input_file {
1985   position: relative;
1986 }
1987 .openerp .oe_hidden_input_file input.oe_form_binary_file {
1988   z-index: 0;
1989   line-height: 0;
1990   font-size: 12px;
1991   position: absolute;
1992   top: 1px;
1993   left: 0;
1994   right: 0;
1995   opacity: 0;
1996   filter: alpha(opacity=0);
1997   -ms-filter: "alpha(opacity=0)";
1998   margin: 0;
1999   padding: 0;
2000 }
2001 .openerp .oe_form .oe_form_field_binary {
2002   display: inline-block;
2003 }
2004 .openerp .oe_form .oe_form_field_image {
2005   padding: 0;
2006   position: relative;
2007   display: inline-block;
2008   width: auto;
2009   vertical-align: top;
2010 }
2011 .openerp .oe_form .oe_form_field_image .oe_form_field_image_controls {
2012   position: absolute;
2013   top: 1px;
2014   padding: 6px 0;
2015   width: 100%;
2016   display: none;
2017   text-align: center;
2018   color: #eee;
2019   background: rgba(37, 37, 37, 0.9);
2020   -moz-border-radius: 3px 3px 0 0;
2021   -webkit-border-radius: 3px 3px 0 0;
2022   border-radius: 3px 3px 0 0;
2023   -webkit-box-sizing: border-box;
2024   -moz-box-sizing: border-box;
2025   -ms-box-sizing: border-box;
2026   box-sizing: border-box;
2027 }
2028 .openerp .oe_form .oe_form_field_image:hover .oe_form_field_image_controls {
2029   display: block;
2030 }
2031 .openerp .oe_form .oe_form_field_image img {
2032   max-width: 256px;
2033   max-height: 256px;
2034 }
2035 .openerp .oe_fileupload {
2036   display: inline-block;
2037   clear: both;
2038   width: 100%;
2039   margin-bottom: -15px;
2040 }
2041 .openerp .oe_fileupload .oe_add {
2042   float: left;
2043   position: relative;
2044   width: 100%;
2045   left: 2px;
2046   margin: 9px 0;
2047   overflow: hidden;
2048 }
2049 .openerp .oe_fileupload .oe_add button {
2050   display: inline;
2051   height: 24px;
2052   font-size: 12px;
2053   line-height: 12px;
2054   vertical-align: middle;
2055 }
2056 .openerp .oe_fileupload .oe_add button.oe_attach {
2057   width: 24px;
2058   background: transparent;
2059   color: #7C7BAD;
2060   box-shadow: none;
2061   border: none;
2062   text-shadow: none;
2063 }
2064 .openerp .oe_fileupload .oe_add button.oe_attach .oe_e {
2065   position: relative;
2066   top: -10px;
2067   left: -9px;
2068 }
2069 .openerp .oe_fileupload .oe_add input.oe_form_binary_file {
2070   display: inline-block;
2071   margin-left: -85px;
2072   height: 22px;
2073   width: 152px;
2074   margin-top: -24px;
2075   cursor: pointer;
2076 }
2077 .openerp .oe_fileupload .oe_add .oe_attach_label {
2078   color: #7C7BAD;
2079   margin-left: -3px;
2080 }
2081 .openerp .oe_fileupload .oe_attachments {
2082   margin-bottom: 4px;
2083   margin-right: 0px;
2084   font-size: 12px;
2085   border-radius: 2px;
2086   border: solid 1px rgba(124, 123, 173, 0.14);
2087 }
2088 .openerp .oe_fileupload .oe_attachments .oe_attachment {
2089   padding: 2px;
2090   padding-left: 4px;
2091   padding-right: 4px;
2092 }
2093 .openerp .oe_fileupload .oe_attachments .oe_attachment .oe_e {
2094   font-size: 23px;
2095   margin-top: -5px;
2096 }
2097 .openerp .oe_fileupload .oe_attachments .oe_attachment .oe_e:hover {
2098   text-decoration: none;
2099 }
2100 .openerp .oe_fileupload .oe_attachments .oe_attachment:nth-child(odd) {
2101   background: white;
2102 }
2103 .openerp .oe_fileupload .oe_attachments .oe_attachment:nth-child(even) {
2104   background: #F4F5FA;
2105 }
2106 .openerp .oe_form_field_many2one {
2107   display: inline-block;
2108 }
2109 .openerp .oe_form_field_many2one td:first-child {
2110   position: relative;
2111 }
2112 .openerp .oe_form_field_many2one span.oe_m2o_drop_down_button {
2113   position: absolute;
2114   top: 2px;
2115   right: 0px;
2116 }
2117 .openerp .oe_form_field_many2one .oe_m2o_cm_button {
2118   line-height: 14px;
2119   float: right;
2120   padding-left: 2px;
2121 }
2122 .openerp .oe_form_field_many2one input {
2123   padding-right: 13px;
2124 }
2125 .openerp.ui-autocomplete li.oe_m2o_dropdown_option a {
2126   font-style: italic;
2127   padding-left: 2em;
2128 }
2129 .openerp.ui-autocomplete li:not(.oe_m2o_dropdown_option) + li.oe_m2o_dropdown_option {
2130   margin-top: 10px;
2131 }
2132 .openerp ul.oe_form_status, .openerp ul.oe_form_status_clickable {
2133   display: inline-block;
2134   margin: 0;
2135   padding: 0 18px 0 0;
2136 }
2137 .openerp ul.oe_form_status li, .openerp ul.oe_form_status_clickable li {
2138   display: inline-block;
2139   list-style-type: none;
2140   margin: 0 -18px 0 0;
2141   padding: 0;
2142   background-color: #ededed;
2143   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2144   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2145   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2146   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2147   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2148   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2149 }
2150 .openerp ul.oe_form_status li:first-child > .label, .openerp ul.oe_form_status_clickable li:first-child > .label {
2151   border-left: 1px solid #cacaca;
2152   padding-left: 14px;
2153 }
2154 .openerp ul.oe_form_status li:last-child, .openerp ul.oe_form_status_clickable li:last-child {
2155   border-right: 1px solid #cacaca;
2156 }
2157 .openerp ul.oe_form_status li:last-child > .label, .openerp ul.oe_form_status_clickable li:last-child > .label {
2158   padding-right: 14px;
2159 }
2160 .openerp ul.oe_form_status li:last-child > .arrow, .openerp ul.oe_form_status_clickable li:last-child > .arrow {
2161   display: none;
2162 }
2163 .openerp ul.oe_form_status li > .label, .openerp ul.oe_form_status_clickable li > .label {
2164   color: #4c4c4c;
2165   text-shadow: 0 1px 1px #fcfcfc, 0 -1px 1px #dedede;
2166   padding: 7px;
2167   display: inline-block;
2168   padding-left: 24px;
2169   margin: 0;
2170   position: relative;
2171   line-height: normal;
2172   font-size: 100%;
2173   font-weight: normal;
2174 }
2175 .openerp ul.oe_form_status li > .arrow, .openerp ul.oe_form_status_clickable li > .arrow {
2176   width: 17px;
2177   height: 30px;
2178   display: inline-block;
2179   vertical-align: top;
2180   overflow: hidden;
2181   margin-left: -5px;
2182 }
2183 .openerp ul.oe_form_status li > .arrow span, .openerp ul.oe_form_status_clickable li > .arrow span {
2184   position: relative;
2185   width: 24px;
2186   height: 24px;
2187   display: inline-block;
2188   margin-left: -12px;
2189   margin-top: 3px;
2190   box-shadow: -1px 1px 2px rgba(255, 255, 255, 0.2), inset -1px 1px 1px rgba(0, 0, 0, 0.2);
2191   background-color: #dedede;
2192   background: -moz-linear-gradient(135deg, #dedede, #fcfcfc);
2193   background: -o-linear-gradient(135deg, #fcfcfc, #dedede);
2194   background: -webkit-gradient(linear, left top, right bottom, from(#fcfcfc), to(#dedede));
2195   background: -ms-linear-gradient(top, #fcfcfc, #dedede);
2196   -moz-border-radius: 3px;
2197   -webkit-border-radius: 3px;
2198   border-radius: 3px;
2199   -webkit-transform: rotate(45deg);
2200   -moz-transform: rotate(45deg);
2201   -ms-transform: rotate(45deg);
2202   -o-transform: rotate(45deg);
2203   transform: rotate(45deg);
2204 }
2205 .openerp ul.oe_form_status ul.oe_dropdown_menu, .openerp ul.oe_form_status_clickable ul.oe_dropdown_menu {
2206   display: none;
2207   padding: 0;
2208   min-width: 0;
2209 }
2210 .openerp ul.oe_form_status ul.oe_dropdown_menu.oe_opened, .openerp ul.oe_form_status_clickable ul.oe_dropdown_menu.oe_opened {
2211   display: block;
2212 }
2213 .openerp ul.oe_form_status ul.oe_dropdown_menu li, .openerp ul.oe_form_status_clickable ul.oe_dropdown_menu li {
2214   margin: 0;
2215   width: 100%;
2216 }
2217 .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 {
2218   padding-left: 14px;
2219 }
2220 .openerp ul.oe_form_status li.oe_active, .openerp ul.oe_form_status_clickable li.oe_active {
2221   background-color: #5382b9;
2222   background-image: -webkit-gradient(linear, left top, left bottom, from(#729fcf), to(#3465a4));
2223   background-image: -webkit-linear-gradient(top, #729fcf, #3465a4);
2224   background-image: -moz-linear-gradient(top, #729fcf, #3465a4);
2225   background-image: -ms-linear-gradient(top, #729fcf, #3465a4);
2226   background-image: -o-linear-gradient(top, #729fcf, #3465a4);
2227   background-image: linear-gradient(to bottom, #729fcf, #3465a4);
2228 }
2229 .openerp ul.oe_form_status li.oe_active > .arrow span, .openerp ul.oe_form_status_clickable li.oe_active > .arrow span {
2230   background-color: #3465a4;
2231   background: -moz-linear-gradient(135deg, #3465a4, #729fcf);
2232   background: -o-linear-gradient(135deg, #729fcf, #3465a4);
2233   background: -webkit-gradient(linear, left top, right bottom, from(#729fcf), to(#3465a4));
2234   background: -ms-linear-gradient(top, #729fcf, #3465a4);
2235 }
2236 .openerp ul.oe_form_status li.oe_active > .label, .openerp ul.oe_form_status_clickable li.oe_active > .label {
2237   color: white;
2238   text-shadow: 0 1px 1px #729fcf, 0 -1px 1px #3465a4;
2239 }
2240 .openerp ul.oe_form_status_clickable li {
2241   cursor: pointer;
2242 }
2243 .openerp ul.oe_form_status_clickable li:hover {
2244   background-color: #d9d9d9;
2245   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca));
2246   background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca);
2247   background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca);
2248   background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca);
2249   background-image: -o-linear-gradient(top, #e8e8e8, #cacaca);
2250   background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);
2251 }
2252 .openerp ul.oe_form_status_clickable li:hover > .label {
2253   text-shadow: 0 -1px 1px #fcfcfc, 0 1px 1px #dedede;
2254 }
2255 .openerp ul.oe_form_status_clickable li:hover > .arrow span {
2256   background-color: #d9d9d9;
2257   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cacaca));
2258   background-image: -webkit-linear-gradient(top, #e8e8e8, #cacaca);
2259   background-image: -moz-linear-gradient(top, #e8e8e8, #cacaca);
2260   background-image: -ms-linear-gradient(top, #e8e8e8, #cacaca);
2261   background-image: -o-linear-gradient(top, #e8e8e8, #cacaca);
2262   background-image: linear-gradient(to bottom, #e8e8e8, #cacaca);
2263 }
2264 .openerp ul.oe_form_status_clickable li > .label {
2265   color: #7C7BAD;
2266 }
2267 .openerp ul.oe_form_status_clickable li.oe_active:hover {
2268   background-color: #3a699f;
2269   background-image: -webkit-gradient(linear, left top, left bottom, from(#4c85c2), to(#284d7d));
2270   background-image: -webkit-linear-gradient(top, #4c85c2, #284d7d);
2271   background-image: -moz-linear-gradient(top, #4c85c2, #284d7d);
2272   background-image: -ms-linear-gradient(top, #4c85c2, #284d7d);
2273   background-image: -o-linear-gradient(top, #4c85c2, #284d7d);
2274   background-image: linear-gradient(to bottom, #4c85c2, #284d7d);
2275 }
2276 .openerp ul.oe_form_status_clickable li.oe_active:hover > .label {
2277   text-shadow: 0 -1px 1px #729fcf, 0 1px 1px #3465a4;
2278 }
2279 .openerp ul.oe_form_status_clickable li.oe_active:hover > .arrow span {
2280   background-color: #284d7d;
2281   background: -moz-linear-gradient(135deg, #284d7d, #4c85c2);
2282   background: -o-linear-gradient(135deg, #4c85c2, #284d7d);
2283   background: -webkit-gradient(linear, left top, right bottom, from(#4c85c2), to(#284d7d));
2284   background: -ms-linear-gradient(top, #4c85c2, #284d7d);
2285 }
2286 .openerp .oe_form .oe_form_field_one2many > .oe_view_manager .oe_list_pager_single_page {
2287   display: none;
2288 }
2289 .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 {
2290   display: none !important;
2291 }
2292 .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 {
2293   min-height: 132px;
2294 }
2295 .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 {
2296   font-weight: bold;
2297 }
2298 .openerp .oe_form_field_one2many .oe_list_content > thead, .openerp .oe_form_field_many2many .oe_list_content > thead {
2299   border-bottom: 1px;
2300 }
2301 .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) {
2302   background: transparent;
2303 }
2304 .openerp .oe_form_field_one2many .oe_list .oe_list_edit_row_save, .openerp .oe_form_field_many2many .oe_list .oe_list_edit_row_save {
2305   background: url(/web/static/src/img/iconset-b-remove.png) 50% 50% no-repeat;
2306 }
2307 .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 {
2308   visibility: hidden;
2309 }
2310 .openerp .oe_form_field_one2many > .oe_view_manager .oe_header_row_top, .openerp .oe_form_field_many2many > .oe_view_manager .oe_header_row_top {
2311   display: none;
2312 }
2313 .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 {
2314   padding: 0px 8px;
2315   line-height: 16px;
2316 }
2317 .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 {
2318   font-size: 13px;
2319 }
2320 .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 {
2321   height: auto;
2322   line-height: 16px;
2323 }
2324 .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 {
2325   height: auto;
2326   line-height: 16px;
2327 }
2328 .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 {
2329   visibility: hidden;
2330 }
2331 .openerp .oe_form_editable .oe_list_editable .oe_list_content td.oe_required {
2332   background-color: #d2d2ff;
2333 }
2334 .openerp .oe_form_editable .oe_list_editable .oe_list_content td.oe_readonly {
2335   background-color: #eee;
2336 }
2337 .openerp .oe_list_editable .oe_list_content td.oe_list_field_cell {
2338   padding: 4px 6px 3px;
2339 }
2340 .openerp .oe_list.oe_list_editable.oe_editing .oe_edition .oe_list_field_cell {
2341   color: transparent;
2342   text-shadow: none;
2343 }
2344 .openerp .oe_list.oe_list_editable.oe_editing .oe_edition .oe_list_field_cell * {
2345   visibility: hidden;
2346 }
2347 .openerp .oe_list.oe_list_editable.oe_editing .oe_m2o_drop_down_button {
2348   top: 5px;
2349 }
2350 .openerp .oe_list.oe_list_editable.oe_editing .oe_m2o_cm_button {
2351   line-height: 19px;
2352 }
2353 .openerp .oe_list.oe_list_editable.oe_editing .oe_input_icon {
2354   margin-top: 5px;
2355 }
2356 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field {
2357   min-width: 0;
2358   max-width: none;
2359 }
2360 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_list_field_handle {
2361   color: transparent;
2362 }
2363 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_readonly {
2364   padding: 4px 6px 3px;
2365   text-align: left;
2366 }
2367 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field input, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field textarea {
2368   height: 27px;
2369   -moz-border-radius: 0;
2370   -webkit-border-radius: 0;
2371   border-radius: 0;
2372   border: 1px solid #aaf;
2373   margin: 0;
2374 }
2375 .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 {
2376   min-width: 0;
2377 }
2378 .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 {
2379   padding: 6px 0px 0px;
2380   text-align: right;
2381 }
2382 .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 {
2383   padding: 0px 6px;
2384 }
2385 .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 {
2386   width: 100% !important;
2387   text-align: right;
2388 }
2389 .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 {
2390   width: 100% !important;
2391 }
2392 .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_reference {
2393   display: table;
2394 }
2395 .openerp .oe_list_group_name {
2396   white-space: nowrap;
2397 }
2398 .openerp .oe_form .oe_form_field_many2many > .oe_list .oe_list_pager_single_page {
2399   display: none;
2400 }
2401 .openerp .oe_list_buttons .oe_alternative {
2402   visibility: hidden;
2403 }
2404 .openerp .oe_list_buttons .oe_list_save, .openerp .oe_list_buttons .oe_list_discard {
2405   display: none;
2406 }
2407 .openerp .oe_list_buttons.oe_editing .oe_list_add {
2408   display: none;
2409 }
2410 .openerp .oe_list_buttons.oe_editing .oe_list_save {
2411   display: inline-block;
2412 }
2413 .openerp .oe_list_buttons.oe_editing .oe_list_discard {
2414   display: inline;
2415 }
2416 .openerp .oe_list_buttons.oe_editing .oe_alternative {
2417   visibility: visible;
2418 }
2419 .openerp .oe_list.oe_cannot_edit .oe_list_header_handle, .openerp .oe_list.oe_cannot_edit .oe_list_field_handle {
2420   display: none !important;
2421   padding: 0 !important;
2422 }
2423 .openerp .oe_list.oe_cannot_delete .oe_list_record_delete {
2424   display: none !important;
2425 }
2426 .openerp .oe_list .oe_form .oe_form_nosheet {
2427   margin: 0;
2428   padding: 0;
2429   border: none;
2430 }
2431 .openerp .oe_list .oe_form .oe_form_field {
2432   width: auto;
2433   position: absolute;
2434   margin: 0 !important;
2435   padding: 0;
2436 }
2437 .openerp .oe_list .oe_form .oe_form_field_boolean input {
2438   margin: 1px 0 0 10px !important;
2439 }
2440 .openerp .oe_list .oe_list_content .oe_group_header {
2441   background-color: #ededed;
2442   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dedede));
2443   background-image: -webkit-linear-gradient(top, #fcfcfc, #dedede);
2444   background-image: -moz-linear-gradient(top, #fcfcfc, #dedede);
2445   background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
2446   background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
2447   background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
2448 }
2449 .openerp .oe_list_content {
2450   width: 100%;
2451 }
2452 .openerp .oe_list_content td:first-child:after, .openerp .oe_list_content th:first-child:after {
2453   border-width: 0;
2454 }
2455 .openerp .oe_list_content td.oe_number {
2456   text-align: right !important;
2457   max-width: 100px;
2458 }
2459 .openerp .oe_list_content td.oe_list_field_date, .openerp .oe_list_content th.oe_list_header_date {
2460   min-width: 6em;
2461 }
2462 .openerp .oe_list_content > thead {
2463   border-bottom: 2px solid #cacaca;
2464   background: #eee;
2465   vertical-align: top;
2466 }
2467 .openerp .oe_list_content td, .openerp .oe_list_content th {
2468   padding: 3px 6px;
2469   line-height: 18px;
2470 }
2471 .openerp .oe_list_content th.oe_sortable, .openerp .oe_list_content th.oe_sortable div {
2472   cursor: pointer;
2473 }
2474 .openerp .oe_list_content th.oe_sortable div {
2475   position: relative;
2476 }
2477 .openerp .oe_list_content th.oe_sortable div:after {
2478   margin-right: 6px;
2479   content: "";
2480   margin-top: 7px;
2481   border-width: 0 4px 4px;
2482   border-style: solid;
2483   border-color: #000 transparent;
2484   visibility: hidden;
2485 }
2486 .openerp .oe_list_content th.sortup div:after {
2487   float: right;
2488   visibility: visible;
2489   filter: alpha(opacity=60);
2490   opacity: 0.6;
2491 }
2492 .openerp .oe_list_content .oe_list_header_many2many_tags {
2493   min-width: 70px;
2494 }
2495 .openerp .oe_list_content th.sortdown div:after {
2496   float: right;
2497   border-bottom: none;
2498   border-left: 4px solid transparent;
2499   border-right: 4px solid transparent;
2500   border-top: 4px solid #000;
2501   visibility: visible;
2502   -moz-box-shadow: none;
2503   -webkit-box-shadow: none;
2504   box-shadow: none;
2505   filter: alpha(opacity=60);
2506   opacity: 0.6;
2507 }
2508 .openerp .oe_list_content > tbody {
2509   cursor: pointer;
2510 }
2511 .openerp .oe_list_content > tbody > tr {
2512   height: 27px;
2513   border-top: 1px solid #ddd;
2514 }
2515 .openerp .oe_list_content > tbody > tr > td.oe_list_field_cell {
2516   padding: 3px 6px;
2517   white-space: pre-line;
2518 }
2519 .openerp .oe_list_content > tbody > tr > td > button, .openerp .oe_list_content > tbody > tr > th > button {
2520   border: none;
2521   background: transparent;
2522   padding: 0;
2523 }
2524 .openerp .oe_list_content > tbody > tr > td > button.btn_txt, .openerp .oe_list_content > tbody > tr > th > button.btn_txt {
2525   border: 1px solid rgba(0, 0, 0, 0.4);
2526   background: #e3e3e3;
2527   padding: 3px 12px;
2528 }
2529 .openerp .oe_list_content > tbody > tr > td.oe_list_checkbox:first-child, .openerp .oe_list_content > tbody > tr th.oe_list_checkbox:first-child {
2530   width: 17px;
2531 }
2532 .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 {
2533   border-width: 0;
2534 }
2535 .openerp .oe_list_content > tbody > tr > td.oe_list_field_boolean input {
2536   filter: alpha(opacity=50);
2537   opacity: 0.5;
2538 }
2539 .openerp .oe_list_content > tbody > tr:nth-child(odd) {
2540   background-color: #f0f0fa;
2541   background-color: #efeff8;
2542   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0fa), to(#eeeef6));
2543   background-image: -webkit-linear-gradient(top, #f0f0fa, #eeeef6);
2544   background-image: -moz-linear-gradient(top, #f0f0fa, #eeeef6);
2545   background-image: -ms-linear-gradient(top, #f0f0fa, #eeeef6);
2546   background-image: -o-linear-gradient(top, #f0f0fa, #eeeef6);
2547   background-image: linear-gradient(to bottom, #f0f0fa, #eeeef6);
2548 }
2549 .openerp .oe_list_content > tfoot {
2550   border-top: 2px solid #cacaca;
2551   border-bottom: 1px solid #cacaca;
2552   background: #eee;
2553   font-weight: bold;
2554 }
2555 .openerp .oe_list_content .numeric {
2556   text-align: right;
2557   width: 82px;
2558 }
2559 .openerp .oe_list_content .numeric input {
2560   text-align: right;
2561 }
2562 .openerp .oe_list_content th.oe_list_header_handle {
2563   font-size: 1px;
2564   overflow: hidden;
2565   text-indent: -9001px;
2566 }
2567 .openerp .oe_list_content td.oe_list_field_handle {
2568   width: 1em;
2569   padding: 0 !important;
2570   cursor: ns-resize;
2571 }
2572 .openerp .oe_list_content td.oe_list_field_handle .oe_list_handle {
2573   font-size: 1px;
2574   letter-spacing: -1px;
2575   color: transparent;
2576   text-shadow: none;
2577   font-weight: normal;
2578   margin-right: 7px;
2579 }
2580 .openerp .oe_list_content td.oe_list_field_handle .oe_list_handle:before {
2581   font: 18px "entypoRegular";
2582   content: "}";
2583   color: #E0E0E0;
2584 }
2585 .openerp .oe_list_content .oe_list_field_progressbar progress {
2586   width: 100%;
2587 }
2588 .openerp .tree_header {
2589   background-color: #f0f0f0;
2590   border-bottom: 1px solid #cacaca;
2591   color: #4c4c4c;
2592   padding: 5px;
2593   height: 25px;
2594 }
2595 .openerp .tree_header button {
2596   float: right;
2597   height: 27px;
2598   margin-right: 5px;
2599 }
2600 .openerp .oe-treeview-table {
2601   width: 100%;
2602   background-color: white;
2603   border-spacing: 0;
2604   color: #4c4c4c;
2605 }
2606 .openerp .oe-treeview-table th {
2607   padding: 10px;
2608   font-weight: bold;
2609   background-color: #f0f0f0;
2610   border-bottom: 2px solid #cacaca;
2611 }
2612 .openerp .oe-treeview-table td {
2613   cursor: pointer;
2614   vertical-align: middle;
2615   text-align: left;
2616   vertical-align: middle;
2617   height: 20px;
2618   padding-left: 4px;
2619   padding-right: 4px;
2620   border-right: 1px solid #e7e7e7;
2621 }
2622 .openerp .oe-treeview-table td.oe_number {
2623   text-align: right !important;
2624 }
2625 .openerp .oe-treeview-table tr {
2626   border-bottom: 1px solid #d6d6d6;
2627 }
2628 .openerp .oe-treeview-table tr:hover {
2629   background-color: #e7e7e7;
2630 }
2631 .openerp .oe-treeview-table span {
2632   font-size: 90%;
2633   font-weight: normal;
2634   white-space: nowrap;
2635   display: block;
2636 }
2637 .openerp .oe-treeview-table .treeview-tr.oe-treeview-first {
2638   background: transparent url(/web/static/src/img/expand.gif) 0 50% no-repeat;
2639 }
2640 .openerp .oe-treeview-table .oe_open .treeview-tr.oe-treeview-first {
2641   background-image: url(/web/static/src/img/collapse.gif);
2642 }
2643 .openerp .oe-treeview-table .treeview-tr.oe-treeview-first span, .openerp .oe-treeview-table .treeview-td.oe-treeview-first span {
2644   margin-left: 16px;
2645 }
2646 .openerp .oe_layout_debugging .oe_form_group {
2647   outline: 2px dashed green;
2648 }
2649 .openerp .oe_layout_debugging .oe_form_group_cell {
2650   outline: 1px solid blue;
2651 }
2652 .openerp .oe_layout_debugging .oe_form_group:hover, .openerp .oe_layout_debugging .oe_form_group_cell:hover {
2653   outline-color: red;
2654 }
2655 .openerp .oe_layout_debugging .oe_form_group_row_incomplete > td:last-child:after {
2656   content: "[Incomplete Row]";
2657   background: red;
2658   padding: 2px;
2659   font-weight: bold;
2660   color: white;
2661   float: right;
2662 }
2663 .openerp .oe_layout_debugging .oe_form_group_row_incomplete.oe_form_group_row_newline > td:last-child:after {
2664   content: "[newline]";
2665 }
2666 .openerp .oe_debug_view {
2667   float: left;
2668   margin-top: 5px;
2669   width: auto;
2670 }
2671 .openerp .oe_debug_view_log {
2672   font-size: 95%;
2673   line-height: 1.2em;
2674 }
2675 .openerp .oe_navbar .dropdown-menu {
2676   font-size: 13px;
2677   padding: 4px 0;
2678   background: #333333 !important;
2679   background: rgba(37, 37, 37, 0.9) !important;
2680   border-color: #999999;
2681   border-color: rgba(0, 0, 0, 0.2);
2682   background-color: #414141;
2683   text-shadow: none;
2684   background-color: #454343;
2685   background-image: -webkit-gradient(linear, left top, left bottom, from(#646060), to(#262626));
2686   background-image: -webkit-linear-gradient(top, #646060, #262626);
2687   background-image: -moz-linear-gradient(top, #646060, #262626);
2688   background-image: -ms-linear-gradient(top, #646060, #262626);
2689   background-image: -o-linear-gradient(top, #646060, #262626);
2690   background-image: linear-gradient(to bottom, #646060, #262626);
2691   -moz-border-radius: 3px;
2692   -webkit-border-radius: 3px;
2693   border-radius: 3px;
2694 }
2695 .openerp .oe_navbar .dropdown-menu li a, .openerp .oe_navbar .dropdown-menu li a:hover, .openerp .oe_navbar .dropdown-menu li a:focus {
2696   color: #eeeeee;
2697 }
2698 .openerp .oe_view_manager_new .oe_form_nosheet {
2699   margin-top: 8px;
2700 }
2701 .openerp .oe_view_manager_new .oe_form_nosheet .oe_form_label {
2702   font-weight: normal;
2703 }
2704 .openerp .nav-pills li > a {
2705   padding: 6px 4px 2px 18px;
2706   color: #4c4c4c;
2707 }
2708 .openerp .nav-pills .nav-stacked > li > ul {
2709   padding-left: 16px;
2710 }
2711 .openerp .nav-pills > li.active > a, .openerp a.list-group-item.active > a {
2712   background-color: #7c7bad;
2713   color: white;
2714   border-radius: 0;
2715 }
2716 .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 {
2717   background-color: #7c7bad;
2718 }
2719 .openerp .nav-pills > li.active .badge, .openerp a.list-group-item.active .badge {
2720   background-color: white;
2721   color: #7c7bad;
2722   text-shadow: none;
2723 }
2724 .openerp .badge {
2725   font-weight: normal;
2726   font-size: 11px;
2727   background-color: #7c7bad;
2728 }
2729 .openerp h1, .openerp h2 {
2730   font-weight: bold;
2731 }
2732 .openerp h3 {
2733   font-size: 1.17em;
2734   font-weight: bold;
2735 }
2736 .openerp p {
2737   display: block;
2738   -webkit-margin-before: 1em;
2739   -webkit-margin-after: 1em;
2740   -webkit-margin-start: 0px;
2741   -webkit-margin-end: 0px;
2742 }
2743 .openerp pre {
2744   background-color: #FFFFFF;
2745   border: none;
2746   padding: 10px 0 3px 0;
2747 }
2748 .openerp h5 {
2749   font-weight: bold;
2750   font-size: smaller;
2751 }
2752 .openerp .oe_form .oe_subtype label, .openerp .oe_subtype label {
2753   font-weight: normal;
2754 }
2755 .openerp .oe_msg_subtype_check {
2756   margin: 3px 3px 0 !important;
2757 }
2758
2759 .jqstooltip {
2760   height: auto !important;
2761   width: auto !important;
2762   padding: 0;
2763 }
2764
2765 @-moz-document url-prefix() {
2766   .openerp .oe_form_field_many2one .oe_m2o_cm_button {
2767     line-height: 18px;
2768   }
2769   .openerp .oe_webclient .oe_star_on, .openerp .oe_webclient .oe_star_off {
2770     top: 0px;
2771   }
2772 }
2773 .kitten-mode-activated {
2774   background-size: cover;
2775   background-attachment: fixed;
2776 }
2777 .kitten-mode-activated > * {
2778   opacity: 0.7;
2779 }
2780
2781 .loading-kitten {
2782   -moz-border-radius: 15px;
2783   -webkit-border-radius: 15px;
2784   border-radius: 15px;
2785   -moz-box-shadow: 0 0 5px 5px #999;
2786   -webkit-box-shadow: 0 0 5px 5px #999;
2787   box-shadow: 0 0 5px 5px #999;
2788 }
2789
2790 div.ui-widget-overlay {
2791   background: black;
2792   filter: alpha(opacity=30);
2793   opacity: 0.3;
2794 }
2795
2796 .ui-widget {
2797   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
2798   color: #4c4c4c;
2799   font-size: 13px;
2800 }
2801
2802 .ui-menu {
2803   padding: 2px 0;
2804   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
2805   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
2806   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
2807   margin-top: 4px;
2808   border: 1px solid #afafb6;
2809 }
2810 .ui-menu .ui-menu-item {
2811   width: 100%;
2812   padding: 0;
2813 }
2814 .ui-menu .ui-menu-item a {
2815   padding: 1px 16px;
2816 }
2817 .ui-menu .ui-menu-item a.ui-corner-all {
2818   -moz-border-radius: 0;
2819   -webkit-border-radius: 0;
2820   border-radius: 0;
2821 }
2822 .ui-menu .ui-menu-item a.ui-state-active {
2823   background: #f0f0fa;
2824 }
2825 .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
2826   background: #7C7BAD;
2827 }
2828
2829 .ui-corner-all {
2830   -moz-border-radius: 3px;
2831   -webkit-border-radius: 3px;
2832   border-radius: 3px;
2833 }
2834
2835 .openerp .db_option_table td {
2836   padding-bottom: 10px !important;
2837 }
2838
2839 body.oe_single_form {
2840   background: #eee url(/web/static/src/img/form_sheetbg.png);
2841   height: 100%;
2842 }
2843 body.oe_single_form .oe_single_form_logo {
2844   padding: 10px;
2845   text-align: center;
2846   margin-bottom: 10px;
2847 }
2848 body.oe_single_form .oe_single_form_footer {
2849   position: absolute;
2850   bottom: -30px;
2851   right: 0px;
2852   width: 100%;
2853   text-align: center;
2854 }
2855 body.oe_single_form .oe_single_form_container {
2856   padding: 10px;
2857   position: absolute;
2858   left: 50%;
2859   top: 50%;
2860   width: 400px;
2861   /* Set margins to offset 50% of the w/h */
2862   margin-top: -200px;
2863   margin-left: -200px;
2864 }
2865
2866 .openerp_ie .placeholder {
2867   color: #afafb6 !important;
2868   font-style: italic !important;
2869 }
2870 .openerp_ie .oe_form_binary_file {
2871   width: 80px;
2872 }
2873 .openerp_ie .oe_form_field_boolean input {
2874   background: #fff;
2875 }
2876 .openerp_ie .db_option_table .oe_form_field_selection {
2877   width: auto;
2878 }
2879 .openerp_ie input[type='checkbox'] {
2880   border: none;
2881   background: none;
2882   box-shadow: none;
2883 }
2884 .openerp_ie .oe_logo img {
2885   border: none;
2886 }
2887 .openerp_ie .oe_header_row button.oe_highlight {
2888   padding-top: 0;
2889   padding-bottom: 0;
2890 }
2891 .openerp_ie .oe_view_manager_view_kanban {
2892   display: table-cell;
2893 }
2894 .openerp_ie .oe_view_manager_buttons button.oe_write_full {
2895   padding-top: 0;
2896   padding-bottom: 0;
2897 }
2898 .openerp_ie .oe_view_manager_buttons button.oe_highlight {
2899   padding-top: 0;
2900   padding-bottom: 0;
2901 }
2902 .openerp_ie .oe_view_manager_buttons button .oe_form_button_edit {
2903   padding-top: 0;
2904   padding-bottom: 0;
2905 }
2906 .openerp_ie .oe_view_manager_buttons button .oe_form_button_create {
2907   padding-top: 0;
2908   padding-bottom: 0;
2909 }
2910 .openerp_ie .oe_kanban_image {
2911   border: none;
2912 }
2913 .openerp_ie .oe_msg_icon {
2914   border: none;
2915 }
2916 .openerp_ie .oe_form header ul {
2917   height: 29px;
2918 }
2919 .openerp_ie .oe_attach {
2920   filter: none;
2921 }
2922 .openerp_ie .oe_link {
2923   filter: none;
2924 }
2925 .openerp_ie .oe_kanban_show_more {
2926   clear: both;
2927   text-align: center;
2928 }
2929 .openerp_ie.oe_kanban_grouped .oe_kanban_show_more .oe_button {
2930   width: 100%;
2931   padding: 3px 12px;
2932 }
2933 .openerp_ie .oe_form_buttons button {
2934   padding-top: 0;
2935   padding-bottom: 0;
2936 }
2937 .openerp_ie .oe_sidebar button {
2938   padding-top: 0;
2939   padding-bottom: 0;
2940 }
2941 .openerp_ie img {
2942   border: none;
2943 }
2944 .openerp_ie .oe_dropdown_arrow {
2945   line-height: 1.7em;
2946 }
2947 .openerp_ie .oe_form_buttons button, .openerp_ie .oe_view_manager_buttons button {
2948   line-height: 1.7em;
2949 }
2950 .openerp_ie .oe_form_buttons .oe_highlight, .openerp_ie .oe_view_manager_buttons .oe_highlight {
2951   line-height: 1.7em;
2952 }
2953 .openerp_ie .oe_topbar {
2954   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646060', endColorstr='#262626');
2955 }
2956 .openerp_ie .ui-state-error, .openerp_ie .ui-widget-content .ui-state-error, .openerp_ie .ui-widget-header .ui-state-error {
2957   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
2958 }
2959 .openerp_ie .oe_popup_form {
2960   width: 99% !important;
2961 }
2962 .openerp_ie .oe_form_label {
2963   white-space: normal !important;
2964 }
2965 .openerp_ie ul.oe_form_status li, .openerp_ie ul.oe_form_status_clickable li {
2966   display: inline-block;
2967   clear: both;
2968 }
2969 .openerp_ie ul.oe_form_status li:last-child, .openerp_ie ul.oe_form_status_clickable li:last-child {
2970   overflow: hidden;
2971   border-right: 1px solid #cacaca;
2972 }
2973 .openerp_ie ul.oe_form_status li:last-child > .label, .openerp_ie ul.oe_form_status_clickable li:last-child > .label {
2974   padding-right: 14px;
2975   border-right: none;
2976 }
2977 .openerp_ie ul.oe_form_status li:last-child > .arrow, .openerp_ie ul.oe_form_status_clickable li:last-child > .arrow {
2978   display: inline-block;
2979   opacity: 0;
2980   filter: alpha(opacity=0);
2981   border: none;
2982   width: 0;
2983   border-right: none;
2984 }
2985 .openerp_ie ul.oe_form_status li > .label, .openerp_ie ul.oe_form_status_clickable li > .label {
2986   border-bottom: 1px solid #cacaca;
2987   background: transparent;
2988 }
2989 .openerp_ie ul.oe_form_status li > .arrow span, .openerp_ie ul.oe_form_status_clickable li > .arrow span {
2990   background-color: #eeeeee !important;
2991 }
2992 .openerp_ie ul.oe_form_status li.oe_active > .label, .openerp_ie ul.oe_form_status_clickable li.oe_active > .label {
2993   border-bottom: 1px solid #729fcf;
2994 }
2995 .openerp_ie ul.oe_form_status li.oe_active > .arrow span, .openerp_ie ul.oe_form_status_clickable li.oe_active > .arrow span {
2996   background-color: #729fcf !important;
2997 }
2998 .openerp_ie .oe_webclient {
2999   height: auto !important;
3000 }
3001
3002 @media print {
3003   .openerp {
3004     text-shadow: none;
3005   }
3006   .openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div > .oe_view_manager_body {
3007     overflow: visible;
3008   }
3009   .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 {
3010     display: none !important;
3011   }
3012   .openerp .oe_list_content button, .openerp .oe_list_content input[type=checkbox] {
3013     visibility: hidden;
3014   }
3015   .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 {
3016     visibility: hidden;
3017   }
3018   .openerp a.oe_m2o_cm_button, .openerp a.oe_e {
3019     visibility: hidden;
3020   }
3021   .openerp .oe_form .oe_form_field_date img, .openerp .oe_form .oe_form_field_datetime img {
3022     visibility: hidden;
3023   }
3024   .openerp .oe_notebook > li.ui-tabs-selected {
3025     display: block;
3026   }
3027   .openerp .oe_application .oe_form_sheet, .openerp .oe_application .oe_form_sheetbg {
3028     border: 0px !important;
3029     box-shadow: 0px 0px 0px;
3030   }
3031   .openerp .oe_application .oe_form_sheet .oe_list, .openerp .oe_application .oe_form_sheetbg .oe_list {
3032     overflow-x: visible;
3033   }
3034   .openerp .oe_view_manager_current > .oe_view_manager_header {
3035     border: 0px !important;
3036     box-shadow: 0px 0px 0px;
3037   }
3038   .openerp .text-core .text-wrap .text-arrow {
3039     background: none;
3040   }
3041   .openerp .openerp div.oe_mail_wall {
3042     overflow: hidden !important;
3043   }
3044
3045   .openerp.openerp_webclient_container {
3046     overflow: visible;
3047   }
3048 }
3049 .tooltip {
3050   padding: 0;
3051   margin: 0;
3052   font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
3053   color: #4c4c4c;
3054   font-size: 12px;
3055   background: white;
3056   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
3057   background-color: transparent;
3058   z-index: 1800;
3059 }
3060 .tooltip .tooltip-inner {
3061   text-align: left !important;
3062   max-width: 350px;
3063 }
3064 .tooltip .tooltip-inner .oe_tooltip_string {
3065   color: #FD5;
3066   font-weight: bold;
3067   font-size: 13px;
3068 }
3069 .tooltip .tooltip-inner .oe_tooltip_help {
3070   white-space: pre-wrap;
3071 }
3072 .tooltip .tooltip-inner .oe_tooltip_technical {
3073   padding: 0 0 4px 0;
3074   margin: 5px 0 0 15px;
3075 }
3076 .tooltip .tooltip-inner .oe_tooltip_technical li {
3077   list-style: circle;
3078 }
3079 .tooltip .tooltip-inner .oe_tooltip_technical_title {
3080   font-weight: bold;
3081 }
3082 .tooltip .tooltip-inner .oe_tooltip_close {
3083   margin: -5px 0 0 2px;
3084   cursor: default;
3085   float: right;
3086   color: white;
3087 }
3088 .tooltip .tooltip-inner .oe_tooltip_close:hover {
3089   color: #999;
3090   cursor: pointer;
3091 }
3092 .tooltip .tooltip-inner .oe_tooltip_message {
3093   max-width: 310px;
3094 }
3095
3096 .ui-icon {
3097   width: 18px;
3098   height: 18px;
3099 }
3100
3101 .modal .modal-header button.close {
3102   border: none;
3103   background: none;
3104   padding: 1px;
3105   height: 18px;
3106   font-size: 20px;
3107 }
3108 .modal .modal-body {
3109   overflow: auto;
3110   padding: 0;
3111 }
3112 .modal .modal-body .oe_application {
3113   width: 100%;
3114 }
3115 .modal .modal-body .oe_popup_list {
3116   display: none;
3117   min-height: 150px;
3118 }
3119 .modal .modal-body .oe-view-manager {
3120   min-height: 150px;
3121 }
3122 .modal .modal-body .oe_form_sheetbg .oe_form_sheet {
3123   padding: 0;
3124 }
3125 .modal .modal-footer {
3126   text-align: left;
3127 }
3128 .modal .oe_button {
3129   margin: 0 4px 0 0;
3130 }
3131 .modal .oe_act_window.modal-body {
3132   padding: 0;
3133 }
3134 .modal .oe-view-manager-content > div {
3135   position: static !important;
3136 }
3137
3138 @media (min-width: 768px) {
3139   .modal .modal-body {
3140     max-height: -webkit-calc(100vh - 170px);
3141     max-height: calc(100vh - 170px);
3142   }
3143 }
3144 .ui-datepicker {
3145   z-index: 1500 !important;
3146 }
3147
3148 input[type="radio"], input[type="checkbox"] {
3149   margin-right: 4px;
3150   margin-left: 4px;
3151 }
3152
3153 .blockUI.blockOverlay {
3154   background-color: black;
3155   opacity: 0.6;
3156 }
3157
3158 /* ---- EDITOR TOUR ---- {{{ */
3159 div.tour-backdrop {
3160   z-index: 2009;
3161 }
3162
3163 .popover.tour.orphan .arrow {
3164   display: none;
3165 }
3166 .popover.tour .popover-navigation {
3167   padding: 9px 14px;
3168 }
3169 .popover.tour .popover-navigation *[data-role="end"] {
3170   float: right;
3171 }
3172 .popover.tour .popover-navigation *[data-role="next"], .popover.tour .popover-navigation *[data-role="end"] {
3173   cursor: pointer;
3174 }
3175
3176 .popover.fixed {
3177   position: fixed;
3178 }
3179
3180 .tour-backdrop {
3181   position: fixed;
3182   top: 0;
3183   right: 0;
3184   bottom: 0;
3185   left: 0;
3186   z-index: 1100;
3187   background-color: #000;
3188   opacity: 0.8;
3189 }
3190
3191 body {
3192   overflow: hidden;
3193 }
3194
3195 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
3196   .oe-view-manager-content > div {
3197     position: absolute !important;
3198   }
3199   .oe-view-manager-content .oe-view-manager-content > div {
3200     position: relative !important;
3201   }
3202 }