/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * No deletion without permission, or be held responsible to law.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
.jqgrid-red-font{color:#FF0000;}

.jqgrid-yellow-font{color:#ffc107;}

.jqgrid-red-background{background-color:#FF7575;}

.jqgrid-yellow-background{background-color:#FFFF66;}

/* jqgrid 表头自动换行 */ 
.ui-jqgrid .ui-jqgrid-htable th div{white-space: normal !important;height: auto !important;}
/* jqgrid 行数据自动换行*/
.ui-jqgrid tr.jqgrow td { white-space: normal !important; word-break: break-all; }