/******************************************************************************
 * 在庫管理 jQueryカスタマイズCSS
 ******************************************************************************/

.ui-jqgrid {position: relative; font-size:12px;}

/* ------ class:.thmb_jqgrid ------ */
/* jqgridの画像設定 */
.thumb_jqgrid img{
	margin:0px;
	padding:0px;
	border:0px;
}

/* jqgridのヘッダの高さを自動設定 */
.ui-jqgrid .ui-jqgrid-htable th div {
    height:auto;
    overflow:hidden;
    padding-right:4px;
    padding-top:2px;
    position:relative;
    vertical-align:text-top;
    white-space:normal !important;
}

/* jqgrid 行のゼブラカラー1 */
.ui-jqgrid-btable .ui-row-ltr{
}
/* jqgrid 行のゼブラカラー2 */
.ui-jqgrid-btable .ui-priority-secondary{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
