html, body{
	height: 100%;
	overflow: hidden;
}

#if-md,
#if-md-mt,
#if-md-detail{
	height: 100%;
}
#if-md-mt{
	border: 1px solid #e0e0e0;
	border-left: 0;
	border-top: 0;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	position:relative;
}
#if-md-detail{
	background-color: #fafafa;
	padding: 40px;
	overflow: auto;
}


/***************************************
BOOTGRID OVERWRITE
***************************************/
.bootgrid-header,
.bootgrid-footer{
	background-color: #f0f0f0;
	margin: 0;
	padding: 5px;
	font-size: 12px;
}
.bootgrid-header *{
	font-size: 12px;
}
.bootgrid-footer{
	line-height: 100%;
	height: 40px;
	bottom: 0;
	width:100%;
	overflow: hidden;
}
.bootgrid-footer .pagination a{
}
.bootgrid-footer .infoBar{
	color: #777;
	display: block;
	line-height: 30px;
}
.bootgrid-table-wrap{
	height: calc(100% - 85px);
	overflow: auto;
	font-size: 11px;
}
.bootgrid-table{
	margin: 0;
}


/*****************************
MOVIL, RESPONSIVE
*****************************/
@media (max-width: 768px)
{
	#if-md-detail{
		padding: 20px;
		position: absolute;
		top:0; left: 1000px;
		z-index: 10;
		width: 100%;
		display: none;
	}
}