.ui-jqgrid thead tr {
	border-bottom: solid 3px;
}

.ui-jqgrid .ui-jqgrid-htable thead th {
	text-align: center;
	padding-left: 2px;
	padding-right: 0;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
	height: 1.3rem;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pager-table, .ui-jqgrid .ui-jqgrid-toppager .ui-pager-table {
	height: inherit;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
	padding: 0.25rem 2px;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow.active td {
	background-color: #FFF6E7;
	color: #A52A2A;
	border-color: #D4D0C8;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow.success td {
	background-color: #FFF6E7;
	color: #A52A2A;
	border-color: #D4D0C8;
}

/*hide Action button on small screen -- the button looks bad*/
.ui-pg-table button.dropdownmenu {
	display: none;
}

.catalog-item-search .ui-jqgrid {
	margin-top: 8px;
	margin-bottom: 8px;
}

	.catalog-item-search .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
		white-space: pre-wrap;
	}

.catalog-item-search .ui-jqgrid-pager {
	display: none;
}
/*mdb-admin css override*/
table.ui-jqgrid-btable td a {
	margin: 0 !important;
}

.ui-jqgrid [type="checkbox"]:not(:checked),
.ui-jqgrid [type="checkbox"]:checked {
	position: relative;
	cursor: pointer;
	opacity: 1;
	pointer-events: all;
}

/*bootstrap alert*/
.ui-jqgrid .alert {
	margin-bottom: 0;
}
