jqgrid.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. /*Grid*/.ui-jqgrid{position: relative;}
  2. .ui-jqgrid .ui-jqgrid-view{position: relative;left:0;top: 0;padding: 0;font-size:11px;}
  3. /* caption*/.ui-jqgrid .ui-jqgrid-titlebar{padding: .3em .2em .2em .3em;position: relative;font-size: 12px;border-left: 0 none;border-right: 0 none;border-top: 0 none;}
  4. .ui-jqgrid .ui-jqgrid-caption{text-align: left;}
  5. .ui-jqgrid .ui-jqgrid-title{}
  6. .ui-jqgrid .ui-jqgrid-titlebar-close{position: absolute;top: 50%;width: 19px;margin: -10px 0 0 0;padding: 1px;height:18px;cursor:pointer;}
  7. .ui-jqgrid .ui-jqgrid-titlebar-close span{display: block;margin: 1px;}
  8. .ui-jqgrid .ui-jqgrid-titlebar-close:hover{padding: 0;}
  9. /* header*/.ui-jqgrid .ui-jqgrid-hdiv{position: relative;margin: 0;padding: 0;overflow-x: hidden;border-left: 0 none !important;border-top : 0 none !important;border-right : 0 none !important;}
  10. .ui-jqgrid .ui-jqgrid-hbox{float: left;padding-right: 20px;}
  11. .ui-jqgrid .ui-jqgrid-htable{table-layout:fixed;margin:0;}
  12. .ui-jqgrid .ui-jqgrid-htable th{height:28px;line-height:18px;padding: 0 2px 0 5px;}
  13. .ui-jqgrid .ui-jqgrid-htable th div{overflow: hidden;position:relative;}
  14. .ui-jqgrid .ui-jqgrid-htable th .cbox{margin-left:-3px;margin-bottom:1px;vertical-align: middle;}
  15. .ui-jqgrid .ui-jqgrid-htable th .ui-th-div-ie input{margin-left:-3px;margin-bottom:6px;vertical-align: middle;}
  16. .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{overflow: hidden;border-top : 0 none;border-bottom : 0 none;}
  17. .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr{border-left : 0 none;}
  18. .ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl{border-right : 0 none;}
  19. .ui-first-th-ltr{border-right: 1px solid;}
  20. .ui-first-th-rtl{border-left: 1px solid;}
  21. .ui-jqgrid .ui-th-div-ie{white-space: nowrap;zoom :1;height:17px;}
  22. .ui-jqgrid .ui-jqgrid-resize{height:20px !important;position: relative;cursor :e-resize;display: inline;overflow: hidden;}
  23. .ui-jqgrid .ui-grid-ico-sort{overflow:hidden;position:absolute;display:inline;cursor: pointer !important;}
  24. .ui-jqgrid .ui-icon-asc{margin-top:-3px;height:12px;}
  25. .ui-jqgrid .ui-icon-desc{margin-top:3px;height:12px;}
  26. .ui-jqgrid .ui-i-asc{margin-top:0;height:16px;}
  27. .ui-jqgrid .ui-i-desc{margin-top:0;margin-left:13px;height:16px;}
  28. .ui-jqgrid .ui-jqgrid-sortable{cursor:pointer;}
  29. .ui-jqgrid tr.ui-search-toolbar th{border-top-width: 1px !important;border-top-color: inherit !important;border-top-style: ridge !important}
  30. tr.ui-search-toolbar input{margin: 1px 0 0 0}
  31. tr.ui-search-toolbar select{margin: 1px 0 0 0}
  32. /* body*/.ui-jqgrid .ui-jqgrid-bdiv{position: relative;margin: 0;padding:0;overflow: auto;text-align:left;}
  33. .ui-jqgrid .ui-jqgrid-btable{table-layout:fixed;margin:0;outline-style: none;margin-bottom:1px;}
  34. .ui-jqgrid tr.jqgrow{outline-style: none;}
  35. .ui-jqgrid tr.jqgroup{outline-style: none;}
  36. .ui-jqgrid tr.jqgrow td{font-weight: normal;overflow: hidden;white-space: pre;height: 22px;padding: 0 2px 0 2px;border-bottom: 1px solid #ccc;}
  37. .ui-jqgrid tr.jqgrow td .cbox{vertical-align: middle;padding-bottom:3px;}
  38. .subgrid-data tr.jqgfirstrow td{border:none;}
  39. .ui-jqgrid tr.jqgfirstrow td{padding: 0 2px 0 2px;border-right-width: 1px;border-right-style: solid;}
  40. .ui-jqgrid tr.jqgroup td{font-weight: normal;overflow: hidden;white-space: pre;height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px;border-bottom-color: inherit;border-bottom-style: solid;}
  41. .ui-jqgrid tr.jqfoot td{font-weight: bold;overflow: hidden;white-space: pre;height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px;border-bottom-color: inherit;border-bottom-style: solid;}
  42. .ui-jqgrid tr.ui-row-ltr td{text-align:left;border-right-width: 0px;border-right-color: #ccc;border-right-style: solid;}
  43. .ui-jqgrid tr.ui-row-rtl td{text-align:right;border-left-width: 1px;border-left-color: inherit;border-left-style: solid;}
  44. .ui-jqgrid td.jqgrid-rownum{padding: 0 2px 0 2px;margin: 0;border: 0 none;cursor:pointer;}
  45. .ui-jqgrid .ui-jqgrid-resize-mark{width:2px;left:0;background-color:#777;cursor: e-resize;cursor: col-resize;position:absolute;top:0;height:100px;overflow:hidden;display:none;border:0 none;z-index: 99999;}
  46. /* footer*/.ui-jqgrid .ui-jqgrid-sdiv{position: relative;margin: 0;padding: 0;overflow: hidden;border-left: 0 none !important;border-top : 0 none !important;border-right : 0 none !important;}
  47. .ui-jqgrid .ui-jqgrid-ftable{table-layout:fixed;margin-bottom:0;}
  48. .ui-jqgrid tr.footrow td{overflow: hidden;white-space:nowrap;height: 24px;line-height: 25px;padding: 0 2px 0 2px;border-top-width: 1px;border-top-color: inherit;border-top-style: solid;}
  49. .ui-jqgrid tr.footrow-ltr {
  50. border-left:0px !important;
  51. border-right:0px !important;
  52. border-bottom:0px !important;
  53. }
  54. .ui-jqgrid tr.footrow-ltr td{text-align:left;border-right-width: 0px;border-right-color: inherit;border-right-style: solid;}
  55. .ui-jqgrid tr.footrow-rtl td{text-align:right;border-left-width: 1px;border-left-color: inherit;border-left-style: solid;}
  56. /* Pager*/.ui-jqgrid .ui-jqgrid-pager{border-left: 0 none !important;border-right: 0 none !important;border-bottom: 0 none !important;margin: 0 !important;padding: 0 !important;position: relative;height: 25px;white-space: nowrap;overflow: hidden;font-size:11px;}
  57. .ui-jqgrid .ui-pager-control{position: relative;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;-khtml-user-select: none;user-select: none;}
  58. .ui-jqgrid .ui-pg-table{position: relative;padding-bottom:2px;width:auto;margin: 0;}
  59. .ui-jqgrid .ui-pg-table td{font-weight:normal;vertical-align:middle;padding:1px;}
  60. /*.ui-jqgrid .ui-pg-button{height:19px !important;}*/.ui-jqgrid .ui-pg-button span{display: block;margin: 1px;float:left;}
  61. .ui-jqgrid .ui-pg-button:hover{padding: 0;}
  62. .ui-jqgrid .ui-state-disabled:hover{padding:1px;}
  63. .ui-jqgrid .ui-pg-input{height:20px;font-size:.8em;margin: 0;}
  64. .ui-jqgrid .ui-pg-selbox{font-size:.8em;line-height:20px;display:block;height:20px;margin: 0;}
  65. .ui-jqgrid .ui-separator{height: 18px;border-left: 1px solid #ccc ;border-right: 1px solid #ccc ;margin: 1px;float: right;}
  66. .ui-jqgrid .ui-paging-info{font-weight: normal;height:19px;margin-top:3px;margin-right:4px;}
  67. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div{padding:1px 0;float:left;position:relative;}
  68. .ui-jqgrid .ui-jqgrid-pager .ui-pg-button{cursor:pointer;}
  69. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon{float:left;margin:0 2px;}
  70. .ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea{margin: 0;}
  71. .ui-jqgrid td textarea{width:auto;height:auto;}
  72. .ui-jqgrid .ui-jqgrid-toppager{border-left: 0 none !important;border-right: 0 none !important;border-top: 0 none !important;margin: 0 !important;padding: 0 !important;position: relative;height: 25px !important;white-space: nowrap;overflow: hidden;}
  73. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div{padding:1px 0;float:left;position:relative;}
  74. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button{cursor:pointer;}
  75. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon{float:left;margin:0 2px;}
  76. /*subgrid*/.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span{display: block;}
  77. .ui-jqgrid .ui-subgrid{margin:0;padding:0;width:100%;}
  78. .ui-jqgrid .ui-subgrid table{table-layout: fixed;}
  79. .ui-jqgrid .ui-subgrid tr.ui-subtblcell td{height:18px;border-right-width: 1px;border-right-color: inherit;border-right-style: solid;border-bottom-width: 1px;border-bottom-color: inherit;border-bottom-style: solid;}
  80. .ui-jqgrid .ui-subgrid td.subgrid-data{border-top: 0 none !important;padding:10px;padding-bottom:9px;border: 1px solid #ccc;}
  81. .ui-jqgrid .ui-subgrid td.subgrid-data .ui-widget-content{border: 1px solid #ccc;}
  82. .ui-jqgrid .ui-subgrid td.subgrid-cell{border-width: 0 1px 1px 0;border-bottom: 1px solid #ccc;border-right:0px;}
  83. .ui-jqgrid .ui-th-subgrid{height:20px;}
  84. /* loading*/.ui-jqgrid .loading{position: absolute;top: 45%;left: 45%;width: auto;z-index:101;padding: 6px;margin: 5px;text-align: center;font-weight: bold;display: none;border-width: 2px !important;font-size:11px;}
  85. .ui-jqgrid .jqgrid-overlay{display:none;z-index:100;}
  86. /* IE * html .jqgrid-overlay{width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
  87. * .jqgrid-overlay iframe{position:absolute;top:0;left:0;z-index:-1;}
  88. /* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*//* end loading div*//* toolbar*/.ui-jqgrid .ui-userdata{border-left: 0 none;border-right: 0 none;height : 21px;overflow: hidden;}
  89. /*Modal Window*/.ui-jqdialog{display: none;width: 300px;position: absolute;padding: .2em;font-size:11px;overflow:visible;}
  90. .ui-jqdialog .ui-jqdialog-titlebar{padding: .3em .2em;position: relative;}
  91. .ui-jqdialog .ui-jqdialog-title{margin: .1em 0 .2em;}
  92. .ui-jqdialog .ui-jqdialog-titlebar-close{position: absolute;top: 50%;width: 19px;margin: -10px 0 0 0;padding: 1px;height: 18px;cursor:pointer;}
  93. .ui-jqdialog .ui-jqdialog-titlebar-close span{display: block;margin: 1px;}
  94. .ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus{padding: 0;}
  95. .ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content{border: 0;padding: .3em .2em;background: none;height:auto;}
  96. .ui-jqdialog .ui-jqconfirm{padding: .4em 1em;border-width:3px;position:absolute;bottom:10px;right:10px;overflow:visible;display:none;height:80px;width:220px;text-align:center;}
  97. .ui-jqdialog>.ui-resizable-se{bottom: -3px;right: -3px}
  98. .ui-jqgrid>.ui-resizable-se{bottom: -3px;right: -3px}
  99. /* end Modal window*//* Form edit*/.ui-jqdialog-content .FormGrid{margin: 0;}
  100. .ui-jqdialog-content .EditTable{width: 100%;margin-bottom:0;}
  101. .ui-jqdialog-content .DelTable{width: 100%;margin-bottom:0;}
  102. .EditTable td input, .EditTable td select, .EditTable td textarea{margin: 0;}
  103. .EditTable td textarea{width:auto;height:auto;}
  104. .ui-jqdialog-content td.EditButton{text-align: right;border-top: 0 none;border-left: 0 none;border-right: 0 none;padding-bottom:5px;padding-top:5px;}
  105. .ui-jqdialog-content td.navButton{text-align: center;border-left: 0 none;border-top: 0 none;border-right: 0 none;padding-bottom:5px;padding-top:5px;}
  106. .ui-jqdialog-content input.FormElement{padding:.3em}
  107. .ui-jqdialog-content select.FormElement{padding:.3em}
  108. .ui-jqdialog-content .data-line{padding-top:.1em;border: 0 none;}
  109. .ui-jqdialog-content .CaptionTD{vertical-align: middle;border: 0 none;padding: 2px;white-space: nowrap;}
  110. .ui-jqdialog-content .DataTD{padding: 2px;border: 0 none;vertical-align: top;}
  111. .ui-jqdialog-content .form-view-data{white-space:pre}
  112. .fm-button{display: inline-block;margin:0 4px 0 0;padding: .4em .5em;text-decoration:none !important;cursor:pointer;position: relative;text-align: center;zoom: 1;}
  113. .fm-button-icon-left{padding-left: 1.9em;}
  114. .fm-button-icon-right{padding-right: 1.9em;}
  115. .fm-button-icon-left .ui-icon{right: auto;left: .2em;margin-left: 0;position: absolute;top: 50%;margin-top: -8px;}
  116. .fm-button-icon-right .ui-icon{left: auto;right: .2em;margin-left: 0;position: absolute;top: 50%;margin-top: -8px;}
  117. #nData, #pData{float: left;margin:3px;padding: 0;width: 15px;}
  118. /* End Eorm edit*//*.ui-jqgrid .edit-cell{}*/.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td{font-style : normal;border-left: 0 none;}
  119. /* inline edit actions button*/.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span,
  120. .ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span{margin: -1px;}
  121. /* Tree Grid*/.ui-jqgrid .tree-wrap{float: left;position: relative;height: 18px;white-space: nowrap;overflow: hidden;}
  122. .ui-jqgrid .tree-minus{position: absolute;height: 18px;width: 18px;overflow: hidden;}
  123. .ui-jqgrid .tree-plus{position: absolute;height: 18px;width: 18px;overflow: hidden;}
  124. .ui-jqgrid .tree-leaf{position: absolute;height: 18px;width: 18px;overflow: hidden;}
  125. .ui-jqgrid .treeclick{cursor: pointer;margin-top:4px;}
  126. /* moda dialog*/
  127. * iframe.jqm{position:absolute;top:0;left:0;z-index:-1;}
  128. /* width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/.ui-jqgrid-dnd tr td{border-right-width: 1px;border-right-color: inherit;border-right-style: solid;height:20px}
  129. /* RTL Support*/.ui-jqgrid .ui-jqgrid-caption-rtl{text-align: right;}
  130. .ui-jqgrid .ui-jqgrid-hbox-rtl{float: right;padding-left: 20px;}
  131. .ui-jqgrid .ui-jqgrid-resize-ltr{float: right;margin: -2px -2px -2px 0;}
  132. .ui-jqgrid .ui-jqgrid-resize-rtl{float: left;margin: -2px 0 -1px -3px;}
  133. .ui-jqgrid .ui-sort-rtl{left:0;}
  134. .ui-jqgrid .tree-wrap-ltr{float: left;}
  135. .ui-jqgrid .tree-wrap-rtl{float: right;}
  136. .ui-jqgrid .ui-ellipsis{-moz-text-overflow:ellipsis;text-overflow:ellipsis;}
  137. /* Toolbar Search Menu*/.ui-search-menu{position: absolute;padding: 2px 5px;}
  138. .ui-jqgrid .ui-search-table{padding: 0;border: 0 none;height:20px;width:100%;}
  139. .ui-jqgrid .ui-search-table .ui-search-oper{width:20px;}
  140. a.g-menu-item, a.soptclass, a.clearsearchclass{cursor: pointer;}
  141. .ui-jqgrid .ui-search-table .ui-search-input>input,
  142. .ui-jqgrid .ui-search-table .ui-search-input>select{display: block;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
  143. .ui-jqgrid .ui-jqgrid-view input,
  144. .ui-jqgrid .ui-jqgrid-view select,
  145. .ui-jqgrid .ui-jqgrid-view textarea,
  146. .ui-jqgrid .ui-jqgrid-view button{font-size: 11px}
  147. .editable{border:none;padding:0px;margin:0px;height:20px;line-height:20px;width:100%;font-family:΢ÈíÑźÚ,ËÎÌå,Arial,Helvetica,Verdana,sans-serif;font-size:9pt;color:#000000;}
  148. .ui-subgrid td:first-child{border-bottom: 1px solid #ccc;}
  149. .operating span{display: inline-block;margin: 0 5px;cursor: pointer;}
  150. .operating i{color: #676a6c;}
  151. .ui-state-highlight .operating i{color: #fff;}
  152. .subgrid-data{position: relative;}
  153. .subgridtoolbar{position: absolute;top: 11px;left: 12px;z-index: 99;height: 35px;line-height: 35px;}
  154. .nav-pills > li > a{position: relative;display: block;padding: 0px 10px;cursor:pointer;}
  155. .nav-pills > li > a:hover{color:#337ab7}
  156. /* jqGrid*/.ui-jqgrid{-moz-box-sizing: content-box;}
  157. .ui-jqgrid-btable{border-collapse: separate;margin-bottom:1px;/*border-right: 1px solid #ccc;*/}
  158. .ui-jqgrid-htable{border-collapse: separate;}
  159. .ui-jqgrid i{width:14px;}
  160. .ui-jqgrid-titlebar{height: 32px;line-height: 32px;color: #676a6c;background-color: #F9F9F9;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}
  161. .ui-jqgrid .ui-jqgrid-title{white-space: nowrap;font-weight: bold;padding-left: 5px;}
  162. .ui-jqgrid .ui-jqgrid-titlebar{position: relative;border-left: 0px solid;border-right: 0px solid;border-top: 0px solid;}
  163. .ui-widget-header{background: none;background-image: none;background-color: #fff;text-transform: uppercase;border-top-left-radius: 0px;border-top-right-radius: 0px;}
  164. .ui-jqgrid tr.ui-row-ltr td{border-right: 1px solid #ccc;background-color: inherit;}
  165. .ui-jqgrid tr.ui-row-ltr td:last-child{border-right: 1px solid #ccc;}
  166. .ui-jqgrid tr.ui-row-ltr .td-last-child{border-right: 1px solid #ccc;}
  167. .ui-jqgrid tr.ui-row-ltr i.fa-toggle-on {
  168. color:#449d44;
  169. font-size:14pt;vertical-align:middle;margin-top:-1px;
  170. }
  171. .ui-jqgrid tr.ui-row-ltr i.fa-toggle-off {
  172. color:#aaa;font-size:14pt; vertical-align: middle;margin-top:-1px;
  173. }
  174. .ui-search-toolbar input[type="text"]{font-size: 12px;height: 15px;border: 1px solid #CCCCCC;border-radius: 0px;}
  175. .ui-state-default,
  176. .ui-widget-content .ui-state-default,
  177. .ui-widget-header .ui-state-default{background: #fff;border: 1px solid #ccc;line-height: 15px;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}
  178. .ui-widget-content{box-sizing: content-box;}
  179. .ui-icon-triangle-1-n{background-position: 1px -16px;}
  180. .ui-jqgrid tr.ui-search-toolbar th{border-top-width: 0px !important;border-top-color: inherit !important;border-top-style: ridge !important;}
  181. .ui-state-hover,
  182. .ui-widget-content .ui-state-hover,
  183. .ui-state-focus,
  184. .ui-widget-content .ui-state-focus,
  185. .ui-widget-header .ui-state-focus{background: #eee;border-collapse: separate;}
  186. .ui-state-highlight,
  187. .ui-widget-content .ui-state-highlight,
  188. .ui-widget-header .ui-state-highlight{background: #337ab7;color:#fff;}
  189. .ui-state-active,
  190. .ui-widget-content .ui-state-active,
  191. .ui-widget-header .ui-state-active{border: 1px solid #ccc;background: #ffffff;font-weight: normal;color: #212121;}
  192. .ui-jqgrid .ui-pg-input{font-size: inherit;width: 50px;border: 1px solid #CCCCCC;height: 15px;}
  193. .ui-jqgrid .ui-pg-selbox{display: block;font-size: 1em;height: 25px;line-height: 18px;margin: 0;width: auto;}
  194. .ui-jqgrid .ui-pager-control{position: relative;}
  195. .ui-pg-table .navtable .ui-corner-all{border-radius: 0px;}
  196. .ui-jqgrid .ui-pg-button:hover{padding: 1px;border: 0px;}
  197. .ui-jqgrid .loading{position: absolute;top: 45%;left: 45%;width: auto;height: auto;z-index: 101;padding: 6px;margin: 5px;text-align: center;font-weight: bold;display: none;border-width: 2px !important;font-size: 11px;}
  198. .ui-jqgrid .form-control{height: 10px;width: auto;display: inline;padding: 10px 12px;}
  199. .ui-corner-all,
  200. .ui-corner-top,
  201. .ui-corner-left,
  202. .ui-corner-tl{border-top-left-radius: 0;}
  203. .ui-corner-all,
  204. .ui-corner-top,
  205. .ui-corner-right,ui-jqgrid-hbox
  206. .ui-corner-tr{border-top-right-radius: 0;}
  207. .ui-corner-all,
  208. .ui-corner-bottom,
  209. .ui-corner-left,
  210. .ui-corner-bl{border-bottom-left-radius: 0;}
  211. .ui-corner-all,
  212. .ui-corner-bottom,
  213. .ui-corner-right,
  214. .ui-corner-br{border-bottom-right-radius: 0;}
  215. .ui-widget-content{border: 1px solid #ccc;}
  216. .ui-jqgrid .ui-jqgrid-titlebar{padding: 0;}
  217. .ui-jqgrid .ui-jqgrid-titlebar{border-bottom: 1px solid #ccc;}
  218. .ui-jqgrid tr.jqgrow td{font-weight: normal;overflow: hidden;white-space: pre;line-height:25px;height: 25px;padding: 0 5px 0 5px;}
  219. .ui-jqdialog .ui-jqdialog-titlebar{padding: 10px 10px;}
  220. .ui-jqdialog .ui-jqdialog-title{float: none !important;}
  221. .ui-jqdialog > .ui-resizable-se{position: absolute;}
  222. .ui-jqgrid td.jqgrid-rownum{padding: 0 3px 0 3px;margin: 0;border: 0 none;cursor:pointer;}
  223. /* Pager*/.ui-jqgrid .ui-jqgrid-pager{border-left: 0 none !important;border-right: 0 none !important;border-bottom: 0 none !important;margin: 0px;padding: 0 !important;position: relative;height: 25px;white-space: nowrap;overflow: hidden;}
  224. .ui-jqgrid .ui-pager-control{position: relative;}
  225. .ui-jqgrid .ui-pg-table{width:auto;margin: 0;margin-left:2px;margin-top:1px;}
  226. .ui-jqgrid .ui-pg-table td{text-align:center;overflow:hidden;}
  227. .ui-pg-table .ui-state-hover{background: #ffffff;}
  228. .ui-jqgrid .ui-pg-button{width:30px;}
  229. .ui-jqgrid .ui-pg-button span{display: block;float:left;margin: 0;}
  230. .ui-jqgrid .ui-state-disabled:hover{padding:1px;}
  231. .ui-jqgrid .ui-pg-input{font-weight: normal;border: 1px solid #ccc;margin: 0 4px;padding-right: 2px;width: 30px;height: 20px;line-height:10px;text-align:center;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;}
  232. .ui-jqgrid .ui-pg-selbox{border: 1px solid #ccc;margin: 0px 6px;width: auto;height: 20px;border-radius: 5px;}
  233. .ui-jqgrid .ui-separator{float:left;display:block;height:18px;margin-left:2px;margin-right:2px;overflow:hidden;border-left:1px solid #ccc;border-right:1px solid #fff;}
  234. .ui-jqgrid .ui-paging-info{font-weight: normal;height:19px;margin-top:4px;margin-right:4px;}
  235. .ui-jqgrid .ui-jqgrid-pager{margin: 0;border-width: 1px 0 0 0;border-style: solid;height: 28px;border-color: #ccc;background: #fff;padding-top:1px;}
  236. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div{padding:1px 0;float:left;position:relative;}
  237. .ui-jqgrid .ui-jqgrid-pager .ui-pg-button{cursor:pointer;}
  238. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon{float:left;margin:0 2px;}
  239. .ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea{margin: 0;}
  240. .ui-jqgrid td textarea{width:auto;height:auto;}
  241. .ui-jqgrid .ui-jqgrid-toppager{border-left: 0 none !important;border-right: 0 none !important;border-top: 0 none !important;margin: 0 !important;padding: 0 !important;position: relative;height: 25px !important;white-space: nowrap;overflow: hidden;}
  242. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div{padding:1px 0;float:left;position:relative;}
  243. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button{cursor:pointer;}
  244. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon{float:left;margin:0 2px;}
  245. .ui-jqgrid .edit_items{position:absolute;right:0;width:18px;height:28px;padding-left:1px;line-height:20px;cursor:pointer;display:none;}
  246. .ui-jqgrid font{color:red;}