ui.jqgrid-bootstrap4.css 21 KB

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