c75fe786543520a549e7c377080e013fc5e9b05a
[odoo/odoo.git] / addons / web / static / src / css / base.css
1 /* TODO: separate openerp web client page css from openerp views css */
2 body.openerp {
3     padding: 0;
4     margin: 0;
5     height: 100%;
6     min-width: 1000px;
7     overflow-y: scroll;
8     font-size: 80%;
9 }
10
11 body.openerp, .openerp textarea, .openerp input, .openerp select, .openerp option, .openerp button, .openerp .ui-widget {
12     font-family: Ubuntu, Helvetica, sans-serif;
13 }
14
15 .oe_box {
16     border: 1px solid #aaf;
17     padding: 2px;
18     margin: 2px;
19 }
20
21 #oe_header h2 {
22     margin: 2px 0;
23 }
24
25 #oe_errors pre {
26     margin: 0;
27 }
28
29 .openerp .oe-number {
30     text-align: right !important;
31 }
32 .openerp .oe_hide {
33     display: none !important;
34 }
35
36 /* STATES */
37 .openerp .on_logged,
38 .openerp .db_options_row {
39     display: none;
40 }
41
42 /* Loading */
43 .openerp .loading {
44     display: none;
45     z-index: 100;
46     position: fixed;
47     top: 0;
48     right: 50%;
49     padding: 4px 12px;
50     background: #A61300;
51     color: white;
52     text-align: center;
53     border: 1px solid #900;
54     border-top: none;
55     -moz-border-radius-bottomright: 8px;
56     -moz-border-radius-bottomleft: 8px;
57     border-bottom-right-radius: 8px;
58     border-bottom-left-radius: 8px;
59 }
60 .openerp .oe_notification {
61     z-index: 1001;
62     display: none;
63 }
64 .openerp .oe_notification * {
65     color: white;
66 }
67
68 /* Login */
69 .openerp .login {
70     display: none;
71 }
72 .openerp .login form {
73     float: left;
74     width: 420px;
75     margin-left: 40px;
76     margin-bottom: 60px;
77 }
78 .openerp .login fieldset {
79     padding-bottom: 5px;
80     min-width: 100px;
81     margin-top: 60px;
82     border-radius: 10px;
83     -moz-border-radius: 10px;
84     -webkit-border-radius: 10px;
85 }
86 .openerp .login fieldset legend {
87     padding: 4px;
88 }
89 .openerp .login .oe_box2 {
90     padding: 5px 5px 20px 5px;
91 }
92 .openerp .login .oe_box2 table {
93     width: 100%;
94     border:none;
95 }
96 .openerp .login .oe_box2 td {
97     padding: 3px;
98     text-align: right;
99 }
100 .openerp .login .oe_box2 td input,
101 .openerp .login .oe_box2 td select {
102     width: 100%;
103 }
104 .openerp .login .oe_box2 td.oe_remember {
105     text-align:left;
106 }
107 .openerp .login .oe_box2 td.oe_remember input {
108     width: inherit;
109 }
110 .openerp .login .oe_login_right_pane {
111     padding:70px 35px 5px 10px;
112     min-width: 200px;
113     margin-left: 500px;
114 }
115 .openerp .login .login_error_message {
116     display: none;
117     background-color: #9A0404;
118     border-radius: 3px;
119     -moz-border-radius: 3px;
120     -webkit-border-radius: 3px;
121     color: white;
122     font-size: 16px;
123     font-weight: bold;
124     padding: 5px;
125     margin-top: 5px;
126     text-align: center;
127 }
128 .openerp .login.login_invalid .login_error_message {
129     display: block;
130 }
131
132 .openerp.login-mode .login-container {
133     height: 100%;
134 }
135 .openerp.login-mode .login {
136     display: block;
137 }
138 .openerp.login-mode .menu,
139 .openerp.login-mode .secondary_menu,
140 .openerp.login-mode .oe-application,
141 .openerp.login-mode .db_options_row {
142     display: none;
143 }
144
145 /* Database */
146 .openerp.database_block .db_options_row {
147     height: 100%;
148     display: table-row;
149 }
150
151 .openerp.database_block .menu,
152 .openerp.database_block .secondary_menu,
153 .openerp.database_block .oe-application,
154 .openerp.database_block .login-container {
155     display: none;
156 }
157
158 .db_container {
159     width: 15%;
160     background: #666666;
161 }
162
163 ul.db_options li {
164     padding: 5px 0 10px 5px;
165     background: #949292; /* Old browsers */
166     background: -moz-linear-gradient(top, #949292 30%, #6d6b6b 95%, #282828 100%); /* FF3.6+ */
167     background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#949292), color-stop(95%,#6d6b6b), color-stop(100%,#282828)); /* Chrome,Safari4+ */
168     background: -webkit-linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* Chrome10+,Safari5.1+ */
169     background: -o-linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* Opera11.10+ */
170     background: -ms-linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* IE10+ */
171     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
172     background: linear-gradient(top, #949292 30%,#6d6b6b 95%,#282828 100%); /* W3C */
173     /* for ie9 */
174     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#5B5A5A',GradientType=0 ); /* IE6-9 */
175     border: none;
176     /* overriding jquery ui */
177     -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
178     display: block;
179     font-weight: bold;
180     text-transform: uppercase;
181     margin: 1px;
182     color: #EEEEEE;
183     cursor: pointer;
184     width: 196px;
185     font-size: 12px;
186 }
187
188 .db_option_table {
189     border: 1px solid #5A5858;
190     padding: 5px;
191     -moz-border-radius: 10px;
192 }
193
194 table.db_option_table input.required {
195     background-color: #D2D2FF !important;
196 }
197
198 .db_option_table input[type="text"], .db_option_table input[type="password"], .db_option_table select {
199     width: 300px;
200 }
201
202 .option_string {
203     font-weight: bold;
204     color: #555;
205     width: 100%;
206     text-align: center;
207     padding: 10px 0;
208     font-size: large;
209 }
210
211 label.error {
212     float: none;
213     color: red;
214     padding-left: .5em;
215     vertical-align: top;
216 }
217
218 /* Main*/
219 .openerp .main_table {
220     width: 100%;
221     height: 100%;
222     background: #f0eeee;
223 }
224 .openerp .oe-application-container {
225     height: 100%;
226 }
227
228 /* Menu */
229 .openerp .menu {
230     height: 34px;
231     background: #cc4e45; /* Old browsers */
232     background: -moz-linear-gradient(top, #cc4e45 0%, #b52d20 8%, #7a211a 100%); /* FF3.6+ */
233     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc4e45), color-stop(8%,#b52d20), color-stop(100%,#7a211a)); /* Chrome,Safari4+ */
234     background: -webkit-linear-gradient(top, #cc4e45 0%,#b52d20 8%,#7a211a 100%); /* Chrome10+,Safari5.1+ */
235     background: -o-linear-gradient(top, #cc4e45 0%,#b52d20 8%,#7a211a 100%); /* Opera11.10+ */
236     background: -ms-linear-gradient(top, #cc4e45 0%,#b52d20 8%,#7a211a 100%); /* IE10+ */
237     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC4E45', endColorstr='#7A211A',GradientType=0 ); /* IE6-9 */
238     background: linear-gradient(top, #cc4e45 0%,#b52d20 8%,#7a211a 100%); /* W3C */
239 }
240 .openerp .menu td {
241     text-align: center;
242     padding:0;
243 }
244 .openerp .menu a {
245     display:block;
246     min-width: 60px;
247     height: 20px;
248     margin: 3px 2px;
249     padding: 0 8px;
250
251     background: #bd5e54; /* Old browsers */
252     background: -moz-linear-gradient(top, #bd5e54 0%, #90322a 60%); /* FF3.6+ */
253     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd5e54), color-stop(60%,#90322a)); /* Chrome,Safari4+ */
254     background: -webkit-linear-gradient(top, #bd5e54 0%,#90322a 60%); /* Chrome10+,Safari5.1+ */
255     background: -o-linear-gradient(top, #bd5e54 0%,#90322a 60%); /* Opera11.10+ */
256     background: -ms-linear-gradient(top, #bd5e54 0%,#90322a 60%); /* IE10+ */
257     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BD5E54', endColorstr='#90322A',GradientType=0 ); /* IE6-9 */
258     background: linear-gradient(top, #bd5e54 0%,#90322a 60%); /* W3C */
259
260     border: 1px solid #6E2A24;
261     border-radius: 4px;
262     -moz-border-radius: 4px;
263     -webkit-border-radius: 4px;
264
265     color: #eee;
266     text-shadow: #222 0 1px 0;
267     text-decoration: none;
268     text-transform: uppercase;
269     line-height: 20px;
270     font-weight: bold;
271     font-size: 85%;
272
273     white-space: nowrap;
274 }
275 .openerp .menu a:hover,
276 .openerp .menu a:focus,
277 .openerp .menu a.active {
278     background: #c6c6c6; /* Old browsers */
279     background: -moz-linear-gradient(top, #c6c6c6 0%, #5c5c5c 7%, #969595 86%); /* FF3.6+ */
280     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(7%,#5c5c5c), color-stop(86%,#969595)); /* Chrome,Safari4+ */
281     background: -webkit-linear-gradient(top, #c6c6c6 0%,#5c5c5c 7%,#969595 86%); /* Chrome10+,Safari5.1+ */
282     background: -o-linear-gradient(top, #c6c6c6 0%,#5c5c5c 7%,#969595 86%); /* Opera11.10+ */
283     background: -ms-linear-gradient(top, #c6c6c6 0%,#5c5c5c 7%,#969595 86%); /* IE10+ */
284     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C6C6C6', endColorstr='#969595',GradientType=0 ); /* IE6-9 */
285     background: linear-gradient(top, #c6c6c6 0%,#5c5c5c 7%,#969595 86%); /* W3C */
286     /* for ie */
287     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#969595',GradientType=0 ); /* IE6-9 */
288     color: #fff;
289 }
290 /* Secondary Menu */
291 .openerp .secondary_menu .oe_toggle_secondary_menu {
292     position: absolute;
293     cursor: pointer;
294     border-left: 1px solid #282828;
295     width: 21px;
296     height: 21px;
297     z-index: 10;
298     background: transparent;
299     color: white;
300     text-shadow: 0 1px 0 #333;
301     text-align: center;
302     font-size: 18px;
303     line-height: 14px;
304     right: 0;
305 }
306 .openerp .secondary_menu.oe_folded .oe_toggle_secondary_menu {
307     position: static;
308     border-left: none;
309     border-bottom: 1px solid #282828;
310     width: 21px;
311     height: 21px;
312     background: #818181;
313 }
314 .openerp .secondary_menu.oe_folded .oe_toggle_secondary_menu span.oe_menu_fold {
315     display: none;
316 }
317 .openerp .secondary_menu.oe_unfolded .oe_toggle_secondary_menu span.oe_menu_unfold {
318     display: none;
319 }
320 .openerp .secondary_menu {
321     width: 200px;
322     min-width: 200px;
323     border-right: 1px solid #3C3C3C;
324     border-bottom: 1px solid #5A5858;
325     background: #5A5858;
326     vertical-align: top;
327     height: 100%;
328     position: relative;
329 }
330 .openerp .secondary_menu.oe_folded {
331     width: 20px;
332     min-width: 20px;
333     position: static;
334 }
335 .openerp .secondary_menu.oe_folded .oe_secondary_menu.active {
336     position: absolute;
337     z-index: 100;
338     border: 4px solid #585858;
339     border: 4px solid rgba(88, 88, 88, .5);
340     border-radius: 4px;
341     min-width: 200px;
342 }
343 .openerp .secondary_menu a {
344     display: block;
345     padding: 0 5px 2px 5px;
346     line-height: 20px;
347     text-decoration: none;
348     white-space: nowrap;
349     color: white;
350     text-shadow: 0 1px 0 #333;
351 }
352 .openerp .oe_secondary_submenu {
353     background: #5A5858;
354 }
355 .openerp .secondary_menu a.oe_secondary_menu_item {
356     background: #949292; /* Old browsers */
357     background: -moz-linear-gradient(top, #949292 0%, #6d6b6b 87%, #282828 99%); /* FF3.6+ */
358     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949292), color-stop(87%,#6d6b6b), color-stop(99%,#282828)); /* Chrome,Safari4+ */
359     background: -webkit-linear-gradient(top, #949292 0%,#6d6b6b 87%,#282828 99%); /* Chrome10+,Safari5.1+ */
360     background: -o-linear-gradient(top, #949292 0%,#6d6b6b 87%,#282828 99%); /* Opera11.10+ */
361     background: -ms-linear-gradient(top, #949292 0%,#6d6b6b 87%,#282828 99%); /* IE10+ */
362     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
363     background: linear-gradient(top, #949292 0%,#6d6b6b 87%,#282828 99%); /* W3C */
364     /* for ie9 */
365     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#5B5A5A',GradientType=0 ); /* IE6-9 */
366     white-space: nowrap;
367     color: white;
368     text-shadow: 0 1px 0 #333;
369 }
370 .openerp a.oe_secondary_submenu_item:hover,
371 .openerp a.oe_secondary_submenu_item.leaf.active {
372     display: block;
373     background: #ffffff; /* Old browsers */
374     background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 11%, #afafaf 86%, #333333 91%, #5a5858 96%); /* FF3.6+ */
375     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(11%,#d8d8d8), color-stop(86%,#afafaf), color-stop(91%,#333333), color-stop(96%,#5a5858)); /* Chrome,Safari4+ */
376     background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 11%,#afafaf 86%,#333333 91%,#5a5858 96%); /* Chrome10+,Safari5.1+ */
377     background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 11%,#afafaf 86%,#333333 91%,#5a5858 96%); /* Opera11.10+ */
378     background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 11%,#afafaf 86%,#333333 91%,#5a5858 96%); /* IE10+ */
379     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#5A5858',GradientType=0 ); /* IE6-9 */
380     background: linear-gradient(top, #ffffff 0%,#d8d8d8 11%,#afafaf 86%,#333333 91%,#5a5858 96%); /* W3C */
381     padding: 0 5px 2px 5px;
382     line-height: 20px;
383     color: #3f3d3d;
384     text-decoration: none;
385     text-shadow: #fff 0 1px 0;
386 }
387 .openerp a.oe_secondary_submenu_item.submenu.opened span:before {
388     content: "\25be";
389 }
390 .openerp a.oe_secondary_submenu_item.submenu span:before {
391     content: "\25b8";
392 }
393
394 /* Header */
395 .openerp .header {
396     height: 65px;
397     background: url("/web/static/src/img/header-background.png") repeat-x scroll left top transparent;
398     color: #FFFFFF;
399     letter-spacing: 0.5px;
400     text-shadow: 0 1px 0 #333333;
401 }
402 .openerp .company_logo_link {
403     display: block;
404     float: left;
405     height: 63px;
406     width: 200px;
407     border: 1px solid white;
408     border-right-color: black;
409     border-bottom-color: black;
410     background: #FFFFFF;
411     background: -moz-linear-gradient(top, #FFFFFF 0%, #CECECE 100%);
412     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#CECECE));
413     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CECECE',GradientType=0 );
414 }
415 .openerp .company_logo {
416     margin-top: 7px;
417     margin-left: 10px;
418     display: block;
419     background: url(/web/static/src/img/logo.png);
420     width:180px;
421     height:46px;
422 }
423 .openerp .header_title {
424     float: left;
425     font-size: 100%;
426     margin: 0;
427     padding: 4px 10px;
428     text-shadow: 0 1px 0 #111111;
429 }
430 .openerp .header_title small {
431     color: #ccc;
432     font-size: 90%;
433     font-weight: normal;
434 }
435 .openerp .header_corner {
436     float: right;
437 }
438 .openerp .header_corner .block {
439     float: left;
440     height: 34px;
441     line-height: 34px;
442     /*background: url(../images/top-sep-a.png) no-repeat;*/
443     border-left: 1px solid #6a6a6a;
444     background: #828282;
445     background: -moz-linear-gradient(top, #828282 0%, #4D4D4D 100%);
446     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(100%,#4D4D4D));
447     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#4D4D4D',GradientType=0 );
448 }
449 .openerp .header_corner .block a {
450     display: block;
451     color: white;
452     text-decoration: none;
453     padding: 0 10px;
454 }
455 .openerp .header_corner .block a:hover {
456     background: #929292;
457     background: -moz-linear-gradient(top, #929292 0%, #4D4D4D 100%);
458     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#929292), color-stop(100%,#4D4D4D));
459     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#4D4D4D',GradientType=0 );
460 }
461 .openerp .header_corner ul.block {
462     /*float: left;*/
463     list-style: none;
464     height: 34px;
465     margin: 0;
466     padding: 0 0 0 2px;
467     /*background: url(../images/top-sep-a.png) no-repeat;*/
468     line-height: 33px;
469     /*font-size: 1em;*/
470     /*text-transform: uppercase;*/
471 }
472 .openerp .header_corner ul.block li {
473     float: left;
474 }
475 .openerp .header_corner ul.block li a {
476     padding: 0 5px;
477     position: relative;
478     line-height: 32px;
479 }
480 .openerp .header_corner ul.block li a img {
481     vertical-align: middle;
482 }
483 .openerp .header_corner ul.block li a small {
484     position: absolute;
485     right: 0;
486     top: 5px;
487     padding: 1px 4px 2px;
488     background: rgba(0, 0, 0, 0.75);
489     border-radius: 7px;
490     -moz-border-radius: 7px;
491     -webkit-border-radius: 7px;
492     line-height: 1em;
493     font-weight: bold;
494 }
495
496 /* Footer */
497 .openerp div.oe_footer {
498     background: none repeat scroll 0 0 #CCCCCC;
499     overflow: hidden;
500     padding: 5px 0;
501     position: relative;
502     -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
503     -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
504     box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
505 }
506 .openerp div.oe_footer p.oe_footer_powered {
507     left: 50%;
508     margin: 0;
509     padding: 0 15px;
510     color: #666666;
511     font-weight: bold;
512     font-size: 0.8em;
513     text-align: center;
514 }
515 .openerp div.oe_footer p.oe_footer_powered a {
516     text-decoration: none;
517     color: #666666;
518 }
519
520 /* Main Application */
521 .openerp .oe-main-content,
522 .openerp .oe-application {
523     padding: 0;
524     height: 100%;
525 }
526
527 .openerp h2.oe_view_title {
528     font-size: 175%;
529     font-weight: normal;
530     margin: 2px 0;
531     color: #252424;
532     text-shadow: white 0 1px 0;
533 }
534
535 /* View Manager */
536 .openerp .oe_vm_switch {
537     float: right;
538 }
539
540 /* SearchView */
541 .openerp .filter_label, .openerp .filter_icon {
542     border: 1px solid #666;
543     border-left-width: 0;
544     background: #F0F0F0;
545     background: -moz-linear-gradient(top, #F0F0F0 0%, #C0C0C0 100%);
546     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(100%,#C0C0C0));
547     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#C0C0C0',GradientType=0 );
548 }
549 .openerp .filter_label:hover, .openerp .filter_icon:hover {
550     background: #F0F0F0;
551     background: -moz-linear-gradient(top, #F0F0F0 0%, #A1A7CE 100%);
552     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(100%,#A1A7CE));
553     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#A1A7CE',GradientType=0 );
554 }
555 .openerp .filter_label:active, .openerp .filter_icon:active {
556     background: #AAAAAA;
557     background: -moz-linear-gradient(top, #999999 0%, #EEEEEE 100%);
558     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#EEEEEE));
559     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#EEEEEE',GradientType=0 );
560 }
561 .openerp .filter_label.enabled, .openerp .filter_icon.enabled {
562     background: #AAAAAA;
563 }
564 .openerp .filter_icon {
565     height: 22px;
566     padding: 1px 2px 0 2px;
567     margin: 0;
568     vertical-align: bottom;
569 }
570 .openerp .filter_label {
571     font-weight: bold;
572     text-transform: uppercase;
573     text-shadow: #EEE 0 1px 0;
574     color: #4C4C4C;
575     white-space: nowrap;
576     min-height: 40px;
577     min-width: 75px;
578     padding: 2px 4px;
579     margin: 0;
580 }
581 .openerp .filter_label_group {
582     padding-right: 0.4em;
583     white-space: nowrap;
584 }
585 .openerp .filter_label_group button:first-child {
586     border-left: 1px solid #666;
587     -webkit-border-top-left-radius: 7px;
588     -webkit-border-bottom-left-radius: 7px;
589     -moz-border-radius-topleft: 7px;
590     -moz-border-radius-bottomleft: 7px;
591     border-top-left-radius: 7px;
592     border-bottom-left-radius: 7px;
593 }
594 .openerp .filter_label_group button:last-child {
595     -webkit-border-top-right-radius: 7px;
596     -webkit-border-bottom-right-radius: 7px;
597     -moz-border-radius-topright: 7px;
598     -moz-border-radius-bottomright: 7px;
599     border-top-right-radius: 7px;
600     border-bottom-right-radius: 7px;
601 }
602
603 .openerp .searchview_group_string {
604     display: block;
605     color: #7D7979;
606     font-weight: bold;
607     padding: 2px 0 2px 10px;
608     margin-top: 4px;
609     text-decoration: none;
610 }
611 .openerp .searchview_group_string:hover {
612     background-color: #ccc;
613 }
614 .openerp .searchview_group.folded .searchview_group_string {
615     background: url("/web/static/src/img/ui/group-folded.png") no-repeat scroll 0 50%;
616 }
617 .openerp .searchview_group.folded .searchview_group_content {
618     display: none;
619 }
620 .openerp .searchview_group.expanded .searchview_group_string {
621     background: url("/web/static/src/img/ui/group-expanded.png") no-repeat scroll 0 50%;
622 }
623 .openerp .searchview_group.expanded .searchview_group_content {
624     display: block;
625 }
626 .openerp .searchview_group_content {
627     padding-left: 10px;
628 }
629
630 .openerp .searchview_extended_group {
631     padding: 3px;
632     margin: 2px;
633 }
634
635 .openerp .searchview_extended_group .oe_adv_filters_and {
636     border-bottom: 1px solid #8E8E8E;
637     text-align: center;
638     margin-top: -10px;
639 }
640 .openerp .searchview_extended_group .oe_adv_filters_and span {
641     background: #F0EEEE;
642     position: relative;
643     top: 0.5em;
644     padding: 0 1em 0 1em;
645     color: #8E8E8E;
646 }
647
648 .openerp .searchview_extended_group.last_group .oe_adv_filters_and {
649     display: none;
650 }
651
652 .openerp .oe_search-view-custom-filter-btn span {
653     background: url(/web/static/src/img/icons/gtk-add.png) repeat-y;
654     padding-left: 18px;
655 }
656
657 .openerp .searchview_extended_add_proposition span {
658     font-size: 0.9em;
659     background: url(/web/static/src/img/icons/gtk-add.png) repeat-y;
660     padding-left: 18px;
661 }
662
663 .openerp .searchview_extended_delete_group {
664     float:right;
665     display: none;
666 }
667
668 .openerp .searchview_extended_delete_prop {
669     text-decoration: none;
670 }
671
672 .openerp .searchview_extended_delete_group span,
673 .openerp .searchview_extended_delete_prop span {
674     font-size: 0.9em;
675     background: url(/web/static/src/img/icons/gtk-close.png) repeat-y;
676     padding-left: 18px;
677 }
678 /* List */
679 .openerp .oe-listview table {
680     clear: right;
681     width: 100%;
682     border-spacing: 0;
683     border: 1px solid silver;
684 }
685
686 .openerp .oe-listview thead table {
687     width: 100%;
688     border:  none;
689 }
690 .openerp .oe-listview tr.odd {
691     background-color: #f3f3f3;
692 }
693 .openerp .oe-listview tbody tr:hover {
694     background-color: #ecebf2;
695 }
696 .openerp .oe-listview tbody tr:hover {
697     background-color: #eae9f0;
698 }
699 .openerp .oe-listview thead table tr,
700 .openerp .oe-listview thead table tr:hover {
701     background: none;
702 }
703
704 .openerp .oe-listview td,
705 .openerp .oe-listview th {
706     vertical-align: middle;
707     text-align: left;
708 }
709 .openerp .oe-listview td.oe-record-delete {
710     text-align: right;
711 }
712 .openerp .oe-listview th.oe-sortable {
713     cursor: pointer;
714 }
715 .openerp .oe-listview th.oe-sortable .ui-icon {
716     height: 1em;
717     display: inline;
718     display: inline-block;
719 }
720
721 .openerp .oe-listview .oe-field-cell {
722     cursor: pointer;
723 }
724 .openerp .oe-listview .oe-field-cell button {
725     padding: 0;
726     border: none;
727     background: none;
728     width: 100%;
729 }
730 .openerp .oe-listview .oe-field-cell button:active {
731     opacity: 0.5;
732 }
733 .openerp .oe-listview .oe-field-cell button img {
734     cursor: pointer;
735 }
736 .openerp .oe-listview .oe-field-cell button img:hover {
737     opacity: 0.75;
738 }
739
740 .openerp .oe-listview th.oe-actions {
741     text-align: left;
742     white-space: nowrap;
743 }
744 .openerp .oe-listview th.oe-list-pager {
745     text-align: right;
746     white-space: nowrap;
747 }
748 .openerp .oe-list-pager .oe-pager-state {
749     cursor: pointer;
750 }
751
752 .openerp .oe-listview .oe-group-name {
753     padding-right: 1em;
754 }
755 .openerp .oe-listview .oe-group-name,
756 .openerp .oe-listview .oe-group-pagination {
757     white-space: nowrap;
758 }
759
760 .openerp .oe-listview tfoot td {
761     padding: 3px 3px 0;
762 }
763 .openerp .oe-listview .oe-list-footer {
764     text-align: center;
765     white-space: nowrap;
766 }
767 .openerp .oe-listview .oe-list-footer span {
768     margin: 0 1em;
769 }
770
771 /** list rounded corners
772
773     rounded corners are a pain on tables: need to round not only table, but
774     also on the first and last children of the first and last row
775  */
776 .openerp .oe-listview table.oe-listview-content {
777     -webkit-border-radius: 7px;
778     -moz-border-radius: 7px;
779     border-radius: 7px;
780 }
781 .openerp .oe-listview table.oe-listview-content thead tr:first-child th:first-child {
782     -webkit-border-top-left-radius: 7px;
783     -moz-border-radius-topleft: 7px;
784     border-top-left-radius: 7px;
785 }
786 .openerp .oe-listview table.oe-listview-content thead tr:first-child th:last-child {
787     -webkit-border-top-right-radius: 7px;
788     -moz-border-radius-topright: 7px;
789     border-top-right-radius: 7px;
790 }
791 .openerp .oe-listview table.oe-listview-content tfoot td:first-child,
792 .openerp .oe-listview table.oe-listview-content tbody:last-child tr:last-child th:first-child {
793     -webkit-border-bottom-left-radius: 7px;
794     -moz-border-radius-bottomleft: 7px;
795     border-bottom-left-radius: 7px;
796 }
797 .openerp .oe-listview table.oe-listview-content tfoot td:last-child,
798 .openerp .oe-listview table.oe-listview-content tbody:last-child tr:last-child td:last-child {
799     -webkit-border-bottom-right-radius: 7px;
800     -moz-border-radius-bottomright: 7px;
801     border-bottom-right-radius: 7px;
802 }
803
804 /* Notebook */
805 .openerp .oe_form_notebook {
806     padding: 0;
807     background: none;
808     border-width: 0;
809 }
810 .openerp .oe_form_notebook ul.ui-tabs-nav {
811     padding-left: 0;
812     background: transparent;
813     border-width: 0 0 1px 0;
814     border-radius: 0;
815     -moz-border-radius: 0;
816     -webkit-border-radius: 0;
817     line-height: 0.5em;
818 }
819 .openerp .oe_form_notebook ul.ui-tabs-nav li {
820     font-weight: bold;
821 }
822 .openerp .oe_form_notebook .ui-tabs-panel {
823     background: #f9f9f9;
824     border-width: 0 1px 1px 1px;
825 }
826 .openerp .oe_form_notebook .ui-tabs-selected {
827     background: #f9f9f9;
828 }
829
830 /* Form */
831 .openerp table.oe_frame td {
832     color: #4c4c4c;
833 }
834 .openerp td.oe_form_frame_cell {
835     padding: 2px;
836     position: relative;
837 }
838 .openerp td.oe_form_frame_cell.oe_form_group {
839     padding: 0;
840 }
841 .openerp .required.error {
842     border: 1px solid #900;
843 }
844 .openerp .oe_form_buttons, .openerp .oe_list_buttons {
845     float: left;
846 }
847 .openerp .oe_form_pager, .openerp .oe_list_pager {
848     float: right;
849 }
850
851 .openerp label.oe_label_help, .openerp label.oe_label {
852     display: block;
853 }
854 .openerp label.oe_label_help {
855     cursor: help;
856 }
857
858 .openerp .oe_form_field label.oe_label, .openerp .oe_form_field label.oe_label_help {
859     text-align: right;
860     margin: 3px 0 0 10px;
861 }
862 .openerp label.oe_label_help span {
863     font-size: 80%;
864     color: darkgreen;
865     vertical-align:top;
866     position: relative;
867     top: -4px;
868     padding: 0 2px;
869 }
870
871 /* Inputs */
872 .openerp .oe_forms input[type="text"], .openerp .oe_forms input[type="password"], .openerp .oe_forms select, .openerp .oe_forms textarea {
873     -moz-box-sizing: border-box;
874     -webkit-box-sizing: border-box;
875     -ms-box-sizing: border-box;
876     box-sizing: border-box;
877     padding: 0 2px 0 2px;
878     border: 1px solid #999;
879     -moz-border-radius: 3px;
880     -webkit-border-radius: 3px;
881     border-radius: 3px;
882     background: white;
883     min-width: 90px;
884     color: #1f1f1f;
885 }
886 .openerp .oe_forms textarea {
887     resize:vertical;
888 }
889 .openerp .oe_forms input[type="text"], .openerp .oe_forms input[type="password"], .openerp .oe_forms select, .openerp .oe_forms .button {
890     height: 22px;
891 }
892 .openerp .oe_forms input.field_datetime {
893     min-width: 11em;
894 }
895 .openerp .oe_forms.oe_frame .oe_datepicker_root {
896     width: 100%;
897 }
898 .openerp .oe_forms .button {
899     color: #4c4c4c;
900     white-space: nowrap;
901 }
902 .openerp .oe_forms .button span {
903     position: relative;
904     vertical-align: top;
905 }
906 .openerp .oe_input_icon {
907     position: absolute;
908     cursor: pointer;
909     right: 5px;
910     top: 3px;
911 }
912 .openerp .oe_datepicker_root {
913     position: relative;
914     display: inline-block;
915 }
916 .openerp .oe_datepicker_root input[type="text"] {
917     min-width: 160px;
918 }
919 .openerp .oe_input_icon_disabled {
920     position: absolute;
921     cursor: default;
922     opacity: 0.5;
923     filter:alpha(opacity=50);
924     right: 5px;
925     top: 5px;
926 }
927 .openerp img.oe_field_translate {
928     margin-left: -21px;
929     vertical-align: top;
930     cursor: pointer;
931     position: relative;
932     top: 4px;
933 }
934 .openerp .oe_trad_field.touched {
935     border: 1px solid green !important;
936 }
937
938 /* http://www.quirksmode.org/dom/inputfile.html
939  * http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
940  */
941 .openerp .oe-binary-file-set {
942     overflow: hidden;
943     position: relative;
944 }
945 .openerp input.oe-binary-file {
946     z-index: 2;
947     line-height: 0;
948     font-size: 50px;
949     position: absolute;
950     /* Should be adjusted for all browsers */
951     top: -2px;
952     left: -700px;
953     opacity: 0;
954     filter: alpha(opacity = 0);
955     -ms-filter: "alpha(opacity=0)";
956     margin: 0;
957     padding:0;
958 }
959
960 /* Widgets */
961 .openerp .separator {
962     border: 0 solid #666;
963 }
964 .openerp .separator.horizontal {
965    font-weight: bold;
966     border-bottom-width: 1px;
967     margin: 3px 4px 3px 1px;
968     height: 15px;
969 }
970 .openerp .oe_form_frame_cell.oe_form_separator_vertical {
971     border-left: 1px solid #666;
972 }
973 .openerp td.required input, .openerp td.required select {
974     background-color: #D2D2FF !important;
975 }
976 .openerp td.invalid input, .openerp td.invalid select, .openerp td.invalid textarea {
977     background-color: #F66 !important;
978     border: 1px solid #D00 !important;
979 }
980 .openerp div.oe-progressbar span {
981     position: absolute;
982     margin-left: 10px;
983     margin-top: 5px;
984     font-weight: bold;
985 }
986
987 /* jQuery UI override */
988 .openerp .ui-widget {
989     font-size: 1em;
990 }
991 .openerp .oe_form_field_progressbar .ui-progressbar {
992     height: 22px;
993     font-size: 10px;
994     -moz-box-sizing: border-box;
995     -webkit-box-sizing: border-box;
996     -ms-box-sizing: border-box;
997     box-sizing: border-box;
998     border: 1px solid #999;
999     -moz-border-radius: 3px;
1000     -webkit-border-radius: 3px;
1001     border-radius: 3px;
1002     background: white;
1003     min-width: 90px;
1004 }
1005
1006 /* Sidebar */
1007 .openerp .view-manager-main-table {
1008     margin: 0;
1009     width:100%;
1010     border-collapse:collapse;
1011     height:100%;
1012 }
1013
1014 .openerp .view-manager-main-table tbody {
1015     vertical-align: top;
1016 }
1017
1018 .openerp .view-manager-main-content {
1019     width: 100%;
1020 }
1021 .openerp .oe-view-manager-header {
1022     overflow: auto;
1023 }
1024 .openerp .oe-view-manager-header h2 {
1025     float: left;
1026 }
1027 .openerp .oe-view-manager-header blockquote {
1028     display: none;
1029     font-size: 85%;
1030     margin: 0;
1031     background: #fff;
1032     border-bottom: 1px solid #CECBCB;
1033     padding: 1px 10px;
1034     color: #4C4C4C;
1035 }
1036 .openerp .oe-view-manager-header blockquote p {
1037     margin: 0;
1038     padding: 6px 1px 4px;
1039 }
1040 .openerp .oe-view-manager-header blockquote div {
1041     text-align: right;
1042 }
1043 .openerp .oe-view-manager-header blockquote div button {
1044     border: none;
1045     background: none;
1046     padding: 0 4px;
1047     margin: 0;
1048     display: inline;
1049     text-decoration: underline;
1050     color: inherit;
1051 }
1052 .openerp .oe-view-manager-logs {
1053     clear: both;
1054     font-size: 85%;
1055     margin: 0.25em 0;
1056     background: #fff;
1057     padding: 0 10px;
1058     color: #4C4C4C;
1059     list-style: none;
1060 }
1061 .openerp .oe-view-manager-logs li:before {
1062     content: '→ ';
1063 }
1064 .openerp .oe-view-manager-logs a {
1065     text-decoration: none;
1066     color: inherit;
1067 }
1068
1069 .openerp .view-manager-main-sidebar {
1070     width: 180px;
1071     padding: 0;
1072     margin: 0;
1073 }
1074
1075 .openerp .sidebar-main-div {
1076     height: 100%;
1077     border-left: 1px solid #D2CFCF;
1078 }
1079
1080 .openerp .sidebar-content {
1081     padding: 0;
1082     margin: 0;
1083     width: 180px;
1084     height: 100%;
1085     font-size: 0.9em;
1086 }
1087
1088 .openerp .closed-sidebar .sidebar-content {
1089     width: 22px;
1090 }
1091
1092 .openerp .closed-sidebar .sidebar-content {
1093     display: none;
1094 }
1095
1096 .openerp .sidebar-main-div a {
1097     color: #555;
1098     text-decoration: none;
1099 }
1100
1101 .openerp .sidebar-main-div a:hover {
1102     color: black;
1103 }
1104
1105 .openerp .oe-sidebar-attachments-toolbar {
1106     margin: 4px 0 0 4px;
1107 }
1108 .openerp .oe-sidebar-attachments-items {
1109     clear: both;
1110     padding-top: 5px !important;
1111 }
1112 .openerp .oe-sidebar-attachments-items li {
1113     position: relative;
1114     padding: 0 0 3px 10px !important;
1115 }
1116 .openerp .oe-sidebar-attachments-items li:hover {
1117     background: #ddd;
1118 }
1119 .openerp .oe-sidebar-attachments-link {
1120     display: block;
1121     margin-right: 15px;
1122     overflow: hidden;
1123 }
1124 .openerp .oe-sidebar-attachment-delete {
1125     position: absolute;
1126     right: 2px;
1127     top: 1px;
1128     overflow: hidden;
1129     width: 15px;
1130     height: 15px;
1131     padding: 1px;
1132     border-radius: 7px;
1133     -moz-border-radius: 7px;
1134     -webkit-border-radius: 7px;
1135 }
1136 .openerp .oe-sidebar-attachment-delete:hover {
1137     background-color: white;
1138 }
1139
1140 .openerp .view-manager-main-sidebar h2 {
1141     margin:0;
1142     font-size: 1.15em;
1143     color: #8E8E8E;
1144     text-shadow: white 0 1px 0;
1145     padding-left: 10px;
1146     padding-right: 21px;
1147     height: 21px;
1148
1149     background: #ffffff; /* Old browsers */
1150     background: -moz-linear-gradient(top, #ffffff 0%, #ebe9e9 100%); /* FF3.6+ */
1151     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebe9e9)); /* Chrome,Safari4+ */
1152     background: -webkit-linear-gradient(top, #ffffff 0%,#ebe9e9 100%); /* Chrome10+,Safari5.1+ */
1153     background: -o-linear-gradient(top, #ffffff 0%,#ebe9e9 100%); /* Opera11.10+ */
1154     background: -ms-linear-gradient(top, #ffffff 0%,#ebe9e9 100%); /* IE10+ */
1155     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBE9E9',GradientType=0 ); /* IE6-9 */
1156     background: linear-gradient(top, #ffffff 0%,#ebe9e9 100%); /* W3C */
1157
1158     border: 1px solid #D2CFCF;
1159     border-right-width: 0;
1160     border-left-width: 0;
1161 }
1162
1163 .openerp .view-manager-main-sidebar ul {
1164     list-style-type: none;
1165     margin: 0;
1166     padding: 0;
1167     display: block;
1168 }
1169
1170 .openerp .view-manager-main-sidebar li {
1171     display: block;
1172     padding: 3px 3px 3px 10px;
1173 }
1174
1175 .openerp .toggle-sidebar {
1176     cursor: pointer;
1177     border: 1px solid #D2CFCF;
1178     display: block;
1179     background: url(/web/static/src/img/toggle-a-bg.png);
1180     width: 21px;
1181     height: 21px;
1182     z-index: 10;
1183 }
1184 .openerp .open-sidebar .toggle-sidebar {
1185     margin-left: 158px;
1186     background-position: 21px 0;
1187     position: absolute;
1188 }
1189 .openerp .closed-sidebar .toggle-sidebar {
1190     border-left: none;
1191 }
1192 .openerp li.oe_sidebar_print {
1193     padding-left: 20px;
1194     background: 1px 3px url(/web/static/src/img/icons/gtk-print.png) no-repeat;
1195 }
1196
1197 .openerp.kitten-mode-activated .main_table {
1198     background: url(http://placekitten.com/g/1500/800) repeat;
1199 }
1200
1201 .openerp.kitten-mode-activated .header {
1202     background: url(http://placekitten.com/g/211/65) repeat;
1203 }
1204
1205 .openerp.kitten-mode-activated .secondary_menu {
1206     background: url(http://placekitten.com/g/212/100) repeat;
1207 }
1208
1209 .openerp.kitten-mode-activated .menu {
1210     background: #828282;
1211     background: -moz-linear-gradient(top, #828282 0%, #4D4D4D 100%);
1212     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(100%,#4D4D4D));
1213     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#4D4D4D',GradientType=0 );
1214 }
1215 .openerp.kitten-mode-activated .menu a {
1216     background: none;
1217 }
1218 .openerp.kitten-mode-activated .menu span {
1219     background: none;
1220 }
1221 .openerp.kitten-mode-activated .sidebar-content li a,
1222 .openerp.kitten-mode-activated .oe-application .view-manager-main-content h2.oe_view_title,
1223 .openerp.kitten-mode-activated .oe-application .view-manager-main-content a.searchview_group_string,
1224 .openerp.kitten-mode-activated .oe-application .view-manager-main-content label  {
1225     color: white;
1226 }
1227 .openerp.kitten-mode-activated .menu,
1228 .openerp.kitten-mode-activated .header_corner,
1229 .openerp.kitten-mode-activated .header_title,
1230 .openerp.kitten-mode-activated .secondary_menu div,
1231 .openerp.kitten-mode-activated .oe-application,
1232 .openerp.kitten-mode-activated .oe_footer,
1233 .openerp.kitten-mode-activated .loading,
1234 .openerp.kitten-mode-activated .ui-dialog {
1235     opacity:0.8;
1236     filter:alpha(opacity=80);
1237 }
1238 .openerp.kitten-mode-activated .header .company_logo {
1239     background: url(http://placekitten.com/g/180/46);
1240 }
1241 .openerp.kitten-mode-activated .loading {
1242     background: #828282;
1243     border-color: #828282;
1244 }
1245
1246 .openerp .oe-m2o {
1247     padding-right: 20px;
1248     white-space: nowrap;
1249 }
1250 .openerp .oe_forms .oe-m2o input[type="text"] {
1251     padding-right: 20px;
1252 }
1253 .openerp .oe-m2o-drop-down-button {
1254     margin-left: -23px;
1255 }
1256 .openerp .oe-m2o-drop-down-button img,
1257 .openerp .oe-m2o-cm-button img {
1258     margin-bottom: -4px;
1259     cursor: pointer;
1260 }
1261 .openerp .oe-m2o-cm-button img {
1262     margin-left: 4px;
1263 }
1264 .openerp .oe-m2o-disabled-cm {
1265     color: grey;
1266 }
1267 .parent_top {
1268     vertical-align: text-top;
1269 }
1270
1271 .openerp .oe-dialog-warning p {
1272     padding-left: 1em;
1273     font-size: 1.2em;
1274     font-weight: bold;
1275 }
1276
1277 .openerp .dhx_mini_calendar {
1278     -moz-box-shadow: none;
1279     -khtml-box-shadow: none;
1280     -webkit-box-shadow: none;
1281     box-shadow: none;
1282 }
1283 .openerp .oe-treeview-table {
1284     width: 100%;
1285 }
1286 .treeview-tr, .treeview-td {
1287     cursor: pointer;
1288     vertical-align: top;
1289     text-align: left;
1290 }
1291 .treeview-tr span, .treeview-td span {
1292     display: block;
1293 }
1294 .treeview-tr:first-of-type {
1295     background: transparent url(/web/static/src/img/expand.gif) 0 50% no-repeat;
1296 }
1297 .oe-open .treeview-tr:first-of-type {
1298     background-image: url(/web/static/src/img/collapse.gif);
1299 }
1300 .treeview-tr:first-of-type span,
1301 .treeview-td:first-of-type span {
1302     margin-left: 16px;
1303 }
1304
1305 .treeview-header {
1306     text-align: left;
1307     vertical-align: top;
1308 }
1309 /* Shortcuts*/
1310 .oe-shortcut-toggle {
1311     height: 20px;
1312     padding: 0;
1313     width: 24px;
1314     cursor: pointer;
1315     display: block;
1316     background: url(/web/static/src/img/add-shortcut.png) no-repeat bottom;
1317     float: left;
1318 }
1319 .oe-shortcut-remove{
1320     background: url(/web/static/src/img/remove-shortcut.png) no-repeat bottom;
1321 }
1322 /* ================ */
1323 .oe-shortcuts {
1324     position: absolute;
1325
1326     margin: 0;
1327     padding: 6px 15px;
1328     top: 37px;
1329     left: 197px;
1330     right: 0;
1331     height: 17px;
1332     line-height: 1.2;
1333 }
1334 .oe-shortcuts ul {
1335     display: block;
1336     overflow: hidden;
1337     list-style: none;
1338     white-space: nowrap;
1339     padding: 0;
1340     margin: 0;
1341 }
1342 .oe-shortcuts li {
1343     cursor: pointer;
1344     display: -moz-inline-stack;
1345     display: inline-block;
1346     display: inline; /*IE7 */
1347     color: #fff;
1348     text-align: center;
1349     border-left: 1px solid #909090;
1350     padding: 4px;
1351     font-size: 90%;
1352     font-weight: normal;
1353 }
1354 .oe-shortcuts li:first-child {
1355     border-left: none;
1356     padding-left: 0;
1357 }
1358
1359 ul.oe-arrow-list {
1360     padding-left: 0.5em;
1361     margin: 0;
1362 }
1363 ul.oe-arrow-list li {
1364     display: inline-block;
1365     margin-left: -0.5em;
1366 }
1367 ul.oe-arrow-list li span {
1368     vertical-align: top;
1369     display: inline-block;
1370     border-width:1em;
1371     border-style:solid;
1372     border-color: white;
1373     line-height:0em;
1374 }
1375 ul.oe-arrow-list .oe-arrow-list-before {
1376     border-left-color: rgba(0,0,0,0);
1377     border-right-width:0;
1378 }
1379 ul.oe-arrow-list .oe-arrow-list-after {
1380     border-color: rgba(0,0,0,0);
1381     border-left-color: white;
1382     border-right-width:0;
1383 }
1384 ul.oe-arrow-list li.oe-arrow-list-selected span {
1385     border-color: #CFCCCC;
1386 }
1387 ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-before {
1388     border-left-color: rgba(0,0,0,0);
1389 }
1390 ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-after {
1391     border-color: rgba(0,0,0,0);
1392     border-left-color: #CFCCCC;
1393 }