ui.jqgrid-bootstrap.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925
  1. /*Grid*/
  2. .ui-jqgrid {
  3. position: relative;
  4. border: 1px solid #ddd; /*default*/
  5. -webkit-border-radius: 3px;
  6. -moz-border-radius: 3px;
  7. border-radius: 3px;
  8. }
  9. .ui-jqgrid .ui-jqgrid-view {
  10. position: relative;
  11. left:0;
  12. top: 0;
  13. padding: 0;
  14. }
  15. .ui-jqgrid .ui-common-table {}
  16. /* Caption*/
  17. .ui-jqgrid .ui-jqgrid-titlebar {
  18. font-weight: normal;
  19. min-height:37px;
  20. padding: 4px 8px;
  21. position: relative;
  22. margin-right: 2px;
  23. border-bottom: 1px solid #ddd; /*default*/
  24. }
  25. .ui-jqgrid .ui-jqgrid-caption {
  26. text-align: left;
  27. }
  28. .ui-jqgrid .ui-jqgrid-title {
  29. padding-top: 5px;
  30. vertical-align: middle;
  31. }
  32. .ui-jqgrid .ui-jqgrid-titlebar-close {
  33. color: inherit;
  34. position: absolute;
  35. top: 50%;
  36. margin: -10px 7px 0 0;
  37. padding: 1px;
  38. cursor:pointer;
  39. }
  40. .ui-jqgrid .ui-jqgrid-titlebar-close span {
  41. display: block;
  42. margin: 1px;
  43. }
  44. .ui-jqgrid .ui-jqgrid-titlebar-close:hover { }
  45. /* Header*/
  46. .ui-jqgrid .ui-jqgrid-hdiv {
  47. position: relative;
  48. margin: 0;
  49. padding: 0;
  50. overflow: hidden;
  51. }
  52. .ui-jqgrid .ui-jqgrid-hbox {
  53. float: left;
  54. padding-right: 20px;
  55. }
  56. .ui-jqgrid .ui-jqgrid-htable {
  57. margin-bottom: 0;
  58. table-layout: fixed;
  59. border-top:none;
  60. }
  61. .ui-jqgrid .ui-jqgrid-htable thead th {
  62. overflow : hidden;
  63. border-bottom : none;
  64. padding-right: 2px;
  65. }
  66. .ui-jqgrid .ui-jqgrid-htable thead th div {
  67. overflow: hidden;
  68. position:relative;
  69. }
  70. .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  71. overflow: hidden;
  72. white-space: nowrap;
  73. }
  74. .ui-th-column-header,
  75. .ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header {
  76. overflow: hidden;
  77. white-space: nowrap;
  78. }
  79. .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {}
  80. .ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {text-align: center; }
  81. .ui-first-th-ltr { }
  82. .ui-first-th-rtl { }
  83. .ui-jqgrid tr.jqg-first-row-header th {
  84. height:auto;
  85. border-top:none;
  86. padding-bottom: 0;
  87. padding-top: 0;
  88. border-bottom: none;
  89. padding-right: 2px;
  90. text-align: center;
  91. }
  92. .ui-jqgrid tr.jqg-second-row-header th,
  93. .ui-jqgrid tr.jqg-third--row-header th
  94. {
  95. border-top:none;
  96. text-align: center;
  97. }
  98. .ui-jqgrid .ui-th-div-ie {
  99. white-space: nowrap;
  100. zoom :1;
  101. height:17px;
  102. }
  103. .ui-jqgrid .ui-jqgrid-resize {
  104. height:20px !important;
  105. position: relative;
  106. cursor :e-resize;
  107. display: inline;
  108. overflow: hidden;
  109. }
  110. .ui-jqgrid .ui-grid-ico-sort {
  111. margin-left:5px;
  112. overflow:hidden;
  113. position:absolute;
  114. right: auto;
  115. font-size:12px;
  116. }
  117. .ui-jqgrid .ui-icon-asc {
  118. margin-top:-3px;
  119. }
  120. .ui-jqgrid .ui-icon-desc {
  121. margin-top:4px;
  122. }
  123. .ui-jqgrid .ui-i-asc {
  124. margin-top:0;
  125. }
  126. .ui-jqgrid .ui-i-desc {
  127. margin-top:0;
  128. margin-right:13px;
  129. }
  130. .ui-jqgrid .ui-single-sort-asc {
  131. margin-top:0;
  132. }
  133. .ui-jqgrid .ui-single-sort-desc {}
  134. .ui-jqgrid .ui-jqgrid-sortable {
  135. cursor:pointer;
  136. }
  137. .ui-jqgrid tr.ui-search-toolbar th { }
  138. .ui-jqgrid .ui-search-table td.ui-search-clear { }
  139. .ui-jqgrid tr.ui-search-toolbar td > input { }
  140. .ui-jqgrid tr.ui-search-toolbar select {}
  141. /* Body */
  142. .ui-jqgrid .table-bordered,
  143. .ui-jqgrid .table-bordered td,
  144. .ui-jqgrid .table-bordered th.ui-th-ltr
  145. {
  146. border-left:0px none !important;
  147. }
  148. .ui-jqgrid .table-bordered th.ui-th-rtl
  149. {
  150. border-right:0px none !important;
  151. }
  152. .ui-jqgrid .table-bordered tr.ui-row-rtl td
  153. {
  154. border-right:0px none !important;
  155. border-left: 1px solid #ddd !important;
  156. }
  157. div.tablediv > .table-bordered {
  158. border-left : 1px solid #ddd !important;
  159. }
  160. .ui-jqgrid .ui-jqgrid-bdiv table.table-bordered td {
  161. border-top: 0px none;
  162. }
  163. .ui-jqgrid .ui-jqgrid-bdiv {
  164. position: relative;
  165. margin: 0;
  166. padding:0;
  167. overflow: auto;
  168. text-align:left;
  169. }
  170. .ui-jqgrid .ui-jqgrid-btable {
  171. table-layout: fixed;
  172. border-left:none ;
  173. border-top:none;
  174. margin-bottom: 0px
  175. }
  176. .ui-jqgrid tr.jqgrow {
  177. outline-style: none;
  178. }
  179. .ui-jqgrid tr.jqgroup {
  180. outline-style: none;
  181. }
  182. .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
  183. overflow: hidden;
  184. white-space: pre;
  185. padding-right: 2px;
  186. }
  187. .ui-jqgrid tr.jqgfirstrow td {
  188. height:auto;
  189. border-top:none;
  190. padding-bottom: 0;
  191. padding-top: 0;
  192. border-bottom: none;
  193. padding-right: 2px;
  194. }
  195. .ui-jqgrid tr.jqgroup td {
  196. white-space: nowrap;
  197. }
  198. .ui-jqgrid tr.jqfoot td {
  199. white-space: nowrap;
  200. }
  201. .ui-jqgrid tr.ui-row-ltr td {}
  202. .ui-jqgrid tr.ui-row-rtl td {}
  203. .ui-jqgrid td.jqgrid-rownum { }
  204. .ui-jqgrid .ui-jqgrid-resize-mark {
  205. width:2px;
  206. left:0;
  207. background-color:#777;
  208. cursor: e-resize;
  209. cursor: col-resize;
  210. position:absolute;
  211. top:0;
  212. height:100px;
  213. overflow:hidden;
  214. display:none;
  215. border:0 none;
  216. z-index: 99999;
  217. }
  218. /* Footer */
  219. .ui-jqgrid .ui-jqgrid-sdiv {
  220. position: relative;
  221. margin: 0;
  222. padding: 0;
  223. overflow: hidden;
  224. border-left: 0 none !important;
  225. border-top : 0 none !important;
  226. border-right : 0 none !important;
  227. }
  228. .ui-jqgrid .ui-jqgrid-ftable {
  229. table-layout:fixed;
  230. margin-bottom:0;
  231. }
  232. .ui-jqgrid tr.footrow td {
  233. font-weight: bold;
  234. overflow: hidden;
  235. white-space:nowrap;
  236. padding-right: 2px;
  237. border-bottom: 0px none;
  238. }
  239. .ui-jqgrid tr.footrow-ltr td {
  240. text-align:left;
  241. }
  242. .ui-jqgrid tr.footrow-rtl td {
  243. text-align:right;
  244. }
  245. /* Pager*/
  246. .ui-jqgrid .ui-jqgrid-pager,
  247. .ui-jqgrid .ui-jqgrid-toppager
  248. {
  249. border-left-width: 0px;
  250. border-top: 1px solid #ddd;
  251. /*padding : 4px 0px;*/
  252. position: relative;
  253. /*height: auto; */
  254. white-space: nowrap;
  255. overflow: hidden;
  256. }
  257. .ui-jqgrid .ui-jqgrid-toppager {
  258. border-top-width :0;
  259. border-bottom : 1px solid #ddd;
  260. }
  261. .ui-jqgrid .ui-jqgrid-toppager .ui-pager-control,
  262. .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
  263. position: relative;
  264. border-left: 0;
  265. border-bottom: 0;
  266. border-top: 0;
  267. /*height: 30px;*/
  268. }
  269. .ui-jqgrid .ui-pg-table {
  270. position: relative;
  271. padding: 1px 0;
  272. width:auto;
  273. margin: 0;
  274. }
  275. .ui-jqgrid .ui-pg-table td {
  276. font-weight:normal;
  277. vertical-align:middle;
  278. /*padding:0px 6px;*/
  279. }
  280. .ui-jqgrid .ui-pager-control .ui-pager-table td {
  281. border-top : 0px none !important;
  282. min-height : 20px !important;
  283. }
  284. .ui-jqgrid .ui-pg-button {
  285. height:auto;
  286. }
  287. .ui-jqgrid .ui-paging-pager td {
  288. padding : 0 5px;
  289. }
  290. .ui-jqgrid .ui-pg-button span {
  291. display: block;
  292. margin: 0px 2px;
  293. float:left;
  294. }
  295. .ui-jqgrid .ui-pg-button:hover { }
  296. .ui-jqgrid .ui-disabled:hover {}
  297. .ui-jqgrid .ui-pg-input,
  298. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
  299. display: inline-block;
  300. height:auto;
  301. width: auto;
  302. font-size:.9em;
  303. margin:0;
  304. line-height: inherit;
  305. border: none;
  306. padding: 0px 3px
  307. }
  308. .ui-jqgrid .ui-pg-selbox,
  309. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
  310. font-size:.9em;
  311. line-height:inherit;
  312. display:block;
  313. height:22px;
  314. margin: 0;
  315. padding: 3px 0px 3px 3px;
  316. border:none;
  317. }
  318. .ui-jqgrid .ui-separator {
  319. height: 18px;
  320. border : none;
  321. border-left: 2px solid #ccc ; /*default*/
  322. }
  323. .ui-separator-li {
  324. height: 2px;
  325. border : none;
  326. border-top: 2px solid #ccc ; /*default*/
  327. margin: 0; padding: 0; width:100%
  328. }
  329. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div,
  330. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div
  331. {
  332. float:left;
  333. position:relative;
  334. }
  335. .ui-jqgrid .ui-jqgrid-pager .ui-pg-button,
  336. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button
  337. {
  338. cursor:pointer;
  339. }
  340. .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span,
  341. .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span
  342. {
  343. float:left;
  344. }
  345. .ui-jqgrid td input,
  346. .ui-jqgrid td select,
  347. .ui-jqgrid td textarea {
  348. margin: 0;
  349. }
  350. .ui-jqgrid td textarea {
  351. width:auto;
  352. height:auto;
  353. }
  354. .ui-jqgrid .ui-jqgrid-pager .ui-pager-table,
  355. .ui-jqgrid .ui-jqgrid-toppager .ui-pager-table
  356. {
  357. width:100%;
  358. table-layout:fixed;
  359. height:100%;
  360. }
  361. .ui-jqgrid .ui-jqgrid-pager .ui-paging-info,
  362. .ui-jqgrid .ui-jqgrid-toppager .ui-paging-info
  363. {
  364. font-weight: normal;
  365. height:auto;
  366. margin-top:3px;
  367. margin-right:4px;
  368. display: inline;
  369. }
  370. .ui-jqgrid .ui-jqgrid-pager .ui-paging-pager,
  371. .ui-jqgrid .ui-jqgrid-toppager .ui-paging-pager
  372. {
  373. table-layout:auto;
  374. height:100%;
  375. }
  376. .ui-jqgrid .ui-jqgrid-pager .navtable,
  377. .ui-jqgrid .ui-jqgrid-toppager .navtable
  378. {
  379. float:left;
  380. table-layout:auto;
  381. height:100%;
  382. }
  383. .ui-jqgrid .ui-jqgrid-pager .navtable td,
  384. .ui-jqgrid .ui-jqgrid-toppager .navtable td
  385. {
  386. padding : 0 5px;
  387. }
  388. /*Subgrid*/
  389. .ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
  390. display: block;
  391. }
  392. .ui-jqgrid .ui-subgrid {
  393. margin:0;
  394. padding:0;
  395. width:100%;
  396. }
  397. .ui-jqgrid .ui-subgrid table {
  398. table-layout: fixed;
  399. }
  400. .ui-jqgrid .ui-subgrid tr.ui-subtblcell td {}
  401. .ui-jqgrid .ui-subgrid td.subgrid-data {
  402. border-top: 0 none !important;
  403. }
  404. .ui-jqgrid .ui-subgrid td.subgrid-cell {
  405. vertical-align: middle
  406. }
  407. .ui-jqgrid a.ui-sghref {
  408. text-decoration: none;
  409. color : #010101; /*default*/
  410. }
  411. .ui-jqgrid .ui-th-subgrid {height:20px;}
  412. .tablediv > .row { margin: 0 0}
  413. /* loading */
  414. .ui-jqgrid .loading {
  415. position: absolute;
  416. top: 45%;
  417. left: 45%;
  418. width: auto;
  419. z-index:101;
  420. padding: 6px;
  421. margin: 5px;
  422. text-align: center;
  423. display: none;
  424. border: 1px solid #ddd; /*default*/
  425. font-size: 14px;
  426. background-color: #d9edf7;
  427. }
  428. .ui-jqgrid .jqgrid-overlay {
  429. display:none;
  430. z-index:100;
  431. }
  432. /* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
  433. * .jqgrid-overlay iframe {
  434. position:absolute;
  435. top:0;
  436. left:0;
  437. z-index:-1;
  438. }
  439. /* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
  440. /* end loading div */
  441. /* Toolbar */
  442. .ui-jqgrid .ui-userdata {
  443. padding: 4px 0px;
  444. overflow: hidden;
  445. min-height: 32px;
  446. }
  447. .ui-jqgrid .ui-userdata-top {
  448. border-left-width: 0px; /*default*/
  449. border-bottom: 1px solid #ddd;
  450. }
  451. .ui-jqgrid .ui-userdata-bottom {
  452. border-left-width: 0px; /*default*/
  453. border-top: 1px solid #ddd;
  454. }
  455. /*Modal Window */
  456. .ui-jqdialog { }
  457. .ui-jqdialog {
  458. display: none;
  459. width: 500px;
  460. position: absolute;
  461. /*padding: 5px; */
  462. overflow:visible;
  463. }
  464. .ui-jqdialog .ui-jqdialog-titlebar {
  465. padding: .1em .1em;
  466. min-height: 35px;
  467. }
  468. .ui-jqdialog .ui-jqdialog-title {
  469. margin: .3em 0 .2em;
  470. font-weight: bold;
  471. padding-left :6px;
  472. padding-right:6px;
  473. }
  474. .ui-jqdialog .ui-jqdialog-titlebar-close {
  475. position: absolute;
  476. top: 0%;
  477. margin: 3px 5px 0 0;
  478. padding: 8px;
  479. cursor:pointer;
  480. }
  481. .ui-jqdialog .ui-jqdialog-titlebar-close span { }
  482. .ui-jqdialog .ui-jqdialog-titlebar-close:hover,
  483. .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
  484. padding: 8px;
  485. }
  486. .ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
  487. border: 0;
  488. padding: .3em .2em;
  489. background: none;
  490. height:auto;
  491. }
  492. .ui-jqdialog .ui-jqconfirm {
  493. padding: .4em 1em;
  494. border-width:3px;
  495. position:absolute;
  496. bottom:10px;
  497. right:10px;
  498. overflow:visible;
  499. display:none;
  500. height:120px;
  501. width:220px;
  502. text-align:center;
  503. background-color: #fff;
  504. border-radius: 4px;
  505. -webkit-border-radius: 4px;
  506. -moz-border-radius: 4px;
  507. }
  508. .ui-jqdialog>.ui-resizable-se { }
  509. .ui-jqgrid>.ui-resizable-se { }
  510. /* end Modal window*/
  511. /* Form edit */
  512. .ui-jqdialog-content .FormGrid {
  513. margin: 0 8px 0 8px;
  514. overflow:auto;
  515. position:relative;
  516. }
  517. .ui-jqdialog-content .EditTable {
  518. width: 100%;
  519. margin-bottom:0;
  520. }
  521. .ui-jqdialog-content .DelTable {
  522. width: 100%;
  523. margin-bottom:0;
  524. }
  525. .EditTable td input,
  526. .EditTable td select,
  527. .EditTable td textarea {
  528. width: 98%;
  529. display: inline-block;
  530. }
  531. .EditTable td textarea {
  532. width:auto;
  533. height:auto;
  534. }
  535. .EditTable .FormData td {
  536. height:37px !important;
  537. }
  538. .ui-jqdialog-content td.EditButton {
  539. text-align: right;
  540. padding: 5px 5px 5px 0;
  541. }
  542. .ui-jqdialog-content td.navButton {
  543. text-align: center;
  544. border-left: 0 none;
  545. border-top: 0 none;
  546. border-right: 0 none;
  547. padding-bottom:5px;
  548. padding-top:5px;
  549. }
  550. .ui-jqdialog-content input.FormElement {
  551. padding: .5em .3em;
  552. margin-bottom: 5px
  553. }
  554. .ui-jqdialog-content select.FormElement {
  555. padding:.3em;
  556. margin-bottom: 3px;
  557. }
  558. .ui-jqdialog-content .data-line {
  559. padding-top:.1em;
  560. border: 0 none;
  561. }
  562. .ui-jqdialog-content .CaptionTD {
  563. vertical-align: middle;
  564. border: 0 none;
  565. padding: 2px;
  566. white-space: nowrap;
  567. }
  568. .ui-jqdialog-content .DataTD {
  569. padding: 2px;
  570. border: 0 none;
  571. vertical-align: top;
  572. }
  573. .ui-jqdialog-content .form-view-data {
  574. white-space:pre
  575. }
  576. .fm-button { }
  577. .fm-button-icon-left {
  578. margin-left: 4px;
  579. margin-right: 4px;
  580. }
  581. .fm-button-icon-right {
  582. margin-left: 4px;
  583. margin-right: 4px;
  584. }
  585. .fm-button-icon-left { }
  586. .fm-button-icon-right { }
  587. #nData, #pData {
  588. margin-left: 4px;
  589. margin-right: 4px;
  590. }
  591. #sData span, #cData span {
  592. margin-left: 5px;
  593. }
  594. /* End Eorm edit */
  595. /*.ui-jqgrid .edit-cell {}*/
  596. .ui-jqgrid .selected-row,
  597. div.ui-jqgrid .selected-row td {
  598. font-style : normal;
  599. }
  600. /* inline edit actions button*/
  601. .ui-inline-del, .ui-inline-cancel {
  602. margin-left: 14px;
  603. }
  604. .ui-jqgrid .inline-edit-cell {}
  605. /* Tree Grid */
  606. .ui-jqgrid .tree-wrap {
  607. float: left;
  608. position: relative;
  609. height: 18px;
  610. white-space: nowrap;
  611. overflow: hidden;
  612. }
  613. .ui-jqgrid .tree-minus {
  614. position: absolute;
  615. height: 18px;
  616. width: 18px;
  617. overflow: hidden;
  618. }
  619. .ui-jqgrid .tree-plus {
  620. position: absolute;
  621. height: 18px;
  622. width: 18px;
  623. overflow: hidden;
  624. }
  625. .ui-jqgrid .tree-leaf {
  626. position: absolute;
  627. height: 18px;
  628. width: 18px;
  629. overflow: hidden;
  630. }
  631. .ui-jqgrid .treeclick {
  632. cursor: pointer;
  633. }
  634. /* moda dialog */
  635. * iframe.jqm {
  636. position:absolute;
  637. top:0;
  638. left:0;
  639. z-index:-1;
  640. }
  641. /* width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
  642. .ui-jqgrid-dnd tr td {
  643. border-right-width: 1px;
  644. border-right-color: inherit;
  645. border-right-style: solid;
  646. height:20px
  647. }
  648. /* RTL Support */
  649. .ui-jqgrid .ui-jqgrid-caption-rtl {
  650. text-align: right;
  651. }
  652. .ui-jqgrid .ui-jqgrid-hbox-rtl {
  653. float: right;
  654. padding-left: 20px;
  655. }
  656. .ui-jqgrid .ui-jqgrid-resize-ltr {
  657. float: right;
  658. margin: -2px -2px -2px 0;
  659. height:100%;
  660. }
  661. .ui-jqgrid .ui-jqgrid-resize-rtl {
  662. float: left;
  663. margin: -2px -2px -2px -0px;
  664. }
  665. .ui-jqgrid .ui-sort-rtl {
  666. }
  667. .ui-jqgrid .tree-wrap-ltr {
  668. float: left;
  669. }
  670. .ui-jqgrid .tree-wrap-rtl {
  671. float: right;
  672. }
  673. .ui-jqgrid .ui-ellipsis {
  674. -moz-text-overflow:ellipsis;
  675. text-overflow:ellipsis;
  676. }
  677. /* Toolbar Search Menu. Nav menu */
  678. .ui-search-menu,
  679. .ui-nav-menu {
  680. position: absolute;
  681. padding: 2px 5px;
  682. z-index:99999;
  683. }
  684. .ui-search-menu.ui-menu .ui-menu-item,
  685. .ui-nav-menu.ui-menu .ui-menu-item
  686. {
  687. list-style-image: none;
  688. padding-right: 0;
  689. padding-left: 0;
  690. }
  691. .ui-search-menu.ui-menu .ui-menu-item a,
  692. .ui-nav-menu.ui-menu .ui-menu-item a
  693. {
  694. display: block;
  695. }
  696. .ui-search-menu.ui-menu .ui-menu-item a.g-menu-item:hover,
  697. .ui-nav-menu.ui-menu .ui-menu-item a.g-menu-item:hover
  698. {
  699. margin: -1px;
  700. font-weight: normal;
  701. }
  702. .ui-jqgrid .ui-search-table {
  703. padding: 0;
  704. border: 0 none;
  705. height:20px;
  706. width:100%;
  707. }
  708. .ui-jqgrid .ui-search-table .ui-search-oper {
  709. width:20px;
  710. }
  711. a.g-menu-item, a.soptclass, a.clearsearchclass {
  712. cursor: pointer;
  713. }
  714. .ui-jqgrid .ui-jqgrid-view input,
  715. .ui-jqgrid .ui-jqgrid-view select,
  716. .ui-jqgrid .ui-jqgrid-view textarea,
  717. .ui-jqgrid .ui-jqgrid-view button {
  718. /*font-size: 11px*/
  719. }
  720. .ui-jqgrid .ui-scroll-popup {
  721. width: 100px;
  722. }
  723. .ui-search-table select,
  724. .ui-search-table input
  725. {
  726. padding: 4px 3px;
  727. }
  728. .ui-disabled {
  729. opacity: .35;
  730. filter:Alpha(Opacity=35); /* support: IE8 */
  731. background-image: none;
  732. }
  733. .ui-overlay {
  734. position: fixed;
  735. top: 0;
  736. left: 0;
  737. width: 100%;
  738. height: 100%;
  739. background-color: rgba(0,0,0,0.5);
  740. opacity: .3;
  741. filter: Alpha(Opacity=30); /* support: IE8 */
  742. }
  743. .ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover,
  744. .ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover
  745. {
  746. background-color: #ddd;
  747. }
  748. .ui-jqgrid-corner {
  749. border-radius: 5px
  750. }
  751. .ui-resizable-handle {
  752. /*position: absolute;*/
  753. display: block;
  754. left :97%;
  755. }
  756. .ui-jqdialog .ui-resizable-se {
  757. width: 12px;
  758. height: 12px;
  759. right: -5px;
  760. bottom: -5px;
  761. background-position: 16px 16px;
  762. }
  763. .ui-resizable-se {
  764. cursor: se-resize;
  765. width: 12px;
  766. height: 12px;
  767. right: 1px;
  768. bottom: 1px;
  769. }
  770. .ui-top-corner {
  771. border-top-left-radius: 5px;
  772. border-top-right-radius: 5px;
  773. }
  774. .ui-bottom-corner {
  775. border-bottom-left-radius: 5px;
  776. border-bottom-right-radius: 5px;
  777. }
  778. .ui-search-table {
  779. margin-bottom: 0;
  780. }
  781. .ui-search-table .columns, .ui-search-table .operators {
  782. padding-right: 5px;
  783. }
  784. .opsel {
  785. float :left;
  786. width : 100px;
  787. margin-right : 5px;
  788. }
  789. .add-group, .add-rule, .delete-group {
  790. width: 14%;
  791. margin-right : 5px;
  792. }
  793. .delete-rule {
  794. width : 15px;
  795. }
  796. ul.ui-search-menu, ul.ui-nav-menu {
  797. list-style-type: none;
  798. }
  799. ul.ui-search-menu li a,
  800. ul.ui-nav-menu li a,
  801. .soptclass,
  802. .clearsearchclass {
  803. text-decoration: none;
  804. color : #010101;
  805. }
  806. ul.ui-search-menu li a:hover, ul.ui-nav-menu li a:hover, a.soptclass:hover, a.clearsearchclass:hover {
  807. background-color: #ddd;
  808. padding: 1px 1px;
  809. text-decoration: none;
  810. }
  811. ul.ui-search-menu li, ul.ui-nav-menu li {
  812. padding : 5px 5px;
  813. }
  814. .ui-menu-item hr {
  815. margin-bottom: 0px;
  816. margin-top:0px;
  817. }
  818. .searchFilter .ui-search-table td,
  819. .searchFilter .ui-search-table th
  820. {
  821. border-top: 0px none !important;
  822. }
  823. .searchFilter .queryresult {
  824. margin-bottom: 5px;
  825. }
  826. .searchFilter .queryresult tr td{
  827. border-top: 0px none;
  828. }
  829. .ui-search-label {
  830. padding-left: 5px;
  831. }
  832. .frozen-div, .frozen-bdiv {
  833. background-color: #fff;
  834. }
  835. /*
  836. .ui-jqgrid .ui-jqgrid-caption,
  837. .ui-jqgrid .ui-jqgrid-pager,
  838. .ui-jqgrid .ui-jqgrid-toppager,
  839. .ui-jqgrid .ui-jqgrid-htable thead th,
  840. .ui-jqgrid .ui-userdata-top,
  841. .ui-jqgrid .ui-userdata-bottom,
  842. .ui-jqgrid .ui-jqgrid-hdiv,
  843. .ui-jqdialog .ui-jqdialog-titlebar
  844. {
  845. background-image: none, linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
  846. background-repeat: repeat-x;
  847. border-color: #ccc;
  848. text-shadow: 0 1px 0 #fff;
  849. }
  850. */
  851. /* Column menu */
  852. .ui-jqgrid .ui-jqgrid-htable .colmenu {
  853. position:absolute;
  854. right:1px;
  855. height:100%;
  856. color : black;
  857. }
  858. .ui-jqgrid .ui-jqgrid-htable .colmenuspan {
  859. display:inline-block;
  860. }
  861. .ui-jqgrid .ui-jqgrid-htable .ui-th-div {
  862. height:17px;
  863. margin-top:5px;
  864. display:inine-block;
  865. }
  866. .column-menu, .ui-search-menu {
  867. padding: 10px 15px;
  868. }
  869. .column-menu .divider {
  870. background-color: #e5e5e5;
  871. height: 1px;
  872. padding:0 0;
  873. margin: 5px 0;
  874. overflow: hidden;
  875. }
  876. .ui-menu-item .ui-common-table .menu_icon {
  877. padding-right: 8px;
  878. }
  879. td.menu_text {
  880. width: auto;
  881. padding-left: 1px;
  882. white-space: nowrap;
  883. }
  884. #search_menu .ui-menu-item div {
  885. padding: 3px 0;
  886. white-space: nowrap;
  887. }
  888. #search_menu .search_buttons {
  889. display:inline-block;
  890. width:50%;
  891. padding: 3px 3px;
  892. }
  893. .search_buttons .btn-default:hover {
  894. padding-bottom: 6px;
  895. padding-top: 6px;
  896. }
  897. .search_buttons #bs_reset {
  898. margin-right: 3px;
  899. }
  900. .search_buttons #bs_search {
  901. margin-left: 3px;
  902. }