

/*ie 10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.left-menu-reports{
		width: auto;
	}
	
	.menu-reports li:hover > ul{
		display: inline-table;
	}
	
	.tab-content.active, .tab-detail-content.active{
  		/*display: block;*/
  		display: inline-block;
  		width: 100%;
	}
	
	.default-panel, .grid{
		/*display: table-row;*/
		/*display: list-item;*/
		display: inline-table;
		width: 100%;
	}
}