@CHARSET "UTF-8";
.jqGrid {font-family: "Nanum Gothic", serif;width:100%;position:relative;}

.ui-jqgrid .ui-jqgrid-view {font-size:12px;}
.ui-jqgrid .ui-jqgrid-htable th {height:27px;}
.ui-jqgrid .ui-jqgrid-htable th div {line-height:22px; height: 22px;}
.ui-jqgrid .ui-th-div-ie {white-space: nowrap; zoom :1; height:22px;}

.ui-jqgrid tr.jqgrow td {padding: 4px 6px 4px 6px;}
.ui-jqgrid .ui-state-default {background: none;background-color: #f6f6f6;color: #777;}
.ui-jqgrid .loading {border: 0;border-bottom: 0;background: none;background-color: #fff;color: #777;}
.ui-jqgrid .ui-pg-input {height: 16px;text-align:center;}
.ui-jqgrid tr.ui-state-hover {background:none; background-color:#f5f5f5; color:#666; border: 1px solid #dbdbdb;}
.ui-jqgrid table.ui-pg-table td.ui-state-hover {border:0;padding-left:1px;padding-right:1px;}
/* .ui-jqgrid table {border-collapse: collapse;} */
.ui-jqgrid table.ui-jqgrid-btable {margin-bottom: 0.1px;/* empty row Data horizontal scrollbar */}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {border: 1px solid #dbdbdb;background: #fdfbe6;color: #666;}
.ui-state-true {background: #D9E5FF;}
.ui-state-false {background: #F15F5F;}
.ui-widget-content {/* border: 1px solid #dbdbdb; */background: #ffffff url("../../img/jquery.ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;color: #777;font-size: 12px;}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {background: #fff;}
.ui-jqgrid.ui-corner-all {border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
/*
.ui-jqgrid-btable .btn { background:#fb9555; color:#fff; font-weight:bold; font-size:11px; padding:0px 8px; display:inline-block; border-radius: 4px; width:100%; height:24px; line-height:24px }
.ui-jqgrid-btable .btn:hover {background:#e9680d;}
*/
.ui-jqgrid-btable .btn { font-weight:bold; font-size:11px; display:inline-block; border-radius: 4px; width:100%; color:#fff;  }
.ui-jqgrid-btable .btn:hover {  }
.ui-jqgrid tr.jqgrow td {text-overflow:ellipsis;}