#gbox_gridReportLayout {
	width: 100% !important;
}

.ui-jqgrid {
	height: 100%;
}

.ui-jqgrid-view {
	height: 100% !important;						/* para falta de suporte */
	height: -webkit-calc(100% - 23px) !important;	/* para Chrome */
	height: -moz-calc(100% - 23px) !important;		/* para Firefox */
	height: calc(100% - 23px) !important;			/* para suporte nativo */
	width: 100% !important;
}

.ui-jqgrid-hdiv {
	width: 100% !important;
}

.ui-jqgrid-bdiv {
	height: 100% !important;						/* para falta de suporte */ 
	height: -webkit-calc(100% - 30px) !important;	/* para Chrome */
	height: -moz-calc(100% - 30px) !important;		/* para Firefox */
	height: calc(100% - 30px) !important;			/* para suporte nativo */
	width: 100% !important;
}

.ui-jqgrid-pager {
	width: 100% !important;
}

.ui-jqgrid img {
	border: none;
}

.ui-jqgrid .ui-jqgrid-bdiv {
	overflow-x: hidden;
}

/* Footer */
.ui-widget-content .footrow {
	background: #222222 url(../custom-theme/images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x;
	height: 30px;
}

input[name='nuReportReview'] {
	width: 80% !important;
}