._appicon{
	float: left;
}
._appicon::before{
    font-family: 'icomoon' !important;
    content: "\e91e";
    font-size: 96px;
	position: relative;
    top: -40px;
}

/* Hide icons from the Settings */
.icon.d-none.d-md-block{
	display: none !important;
}




/*
	App Icons for the main app repository
*/

._appicon_contacts::before{
    content: "\e91b";
	color: green;
}



/*
.oe_module_vignette:hover ._appicon_contacts::before{
	color: blue;
}

*/

.o_list_view .o_list_table td, .o_content .o_view_grid .table td {
    vertical-align: top !important;
}




