.ui-th-column-header { text-align: center;}
/* .ui-jqgrid-caption { text-align:center !important;}*/
.ui-jqgrid-caption { padding-left: 10px !important;}
/* padding da name coluna */
.ui-jqgrid .ui-jqgrid-htable th div {padding:0px !important;}
.ui-jqgrid .ui-jqgrid-htable th input{padding:0; margin:0;}
.ui-jqgrid .ui-jqgrid-hdiv{border-bottom:0 none ! important;}
body .ui-jqgrid .ui-state-default {border-right: 1px solid #ddd !important; border-top: 0 none !important; border-bottom: 1px solid #ddd !important; border-left: 0 none !important;}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{border-left: 0 none !important;}
.ui-jqgrid .ui-jqgrid-htable th div{height:auto !important;}
.ui-jqgrid {margin:10px !important; border-right: 0 none !important; }
.ui-jqgrid tr.jqgrow{border-left: 0 none !important; border-top: 0 none !important;}
.ui-jqgrid tr.jqgrow td{padding:8px 5px !important; overflow-wrap: break-word; word-break: break-word; word-wrap: break-word; white-space: pre-wrap;}
.ui-jqgrid .ui-jqgrid-bdiv{border-right: 1px solid #ddd !important; overflow-x: hidden !important;}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr{border-bottom: 0 none !important;}
body .ui-jqgrid .ui-corner-bottom{border-bottom: 0 none !important;}
.ui-jqgrid tr.jqgfirstrow{border:0 none !important;}
.ui-jqgrid-htable{border-color: #ddd;}


/*Rezise jqgrid*/
.ui-jqgrid > .ui-jqgrid-resize-mark,
body > .ui-jqgrid-resize-mark {
	width: 0;
	left: 0;
	cursor: col-resize;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
	position: absolute;
	top: 0;
	overflow: hidden;
	display: none;
	border-left-width: 1px;
	border-right-width: 1px;
	z-index: 99999;
}


.ui-jqgrid-bootstrap.ui-jqgrid-resize-mark {
	border: 1px solid #aaaaaa;
	background-color: #cccccc;
	color: #222222;
	font-weight: bold;
}