bootstrap-table.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  1. /**
  2. * @author Dustin Utecht
  3. * https://github.com/wenzhixin/bootstrap-table/
  4. */
  5. /* stylelint-disable annotation-no-unknown, max-line-length */
  6. /* stylelint-enable annotation-no-unknown, max-line-length */
  7. .bootstrap-table .fixed-table-toolbar::after {
  8. content: "";
  9. display: block;
  10. clear: both;
  11. }
  12. .bootstrap-table .fixed-table-toolbar .bs-bars,
  13. .bootstrap-table .fixed-table-toolbar .search,
  14. .bootstrap-table .fixed-table-toolbar .columns {
  15. position: relative;
  16. margin-top: 10px;
  17. margin-bottom: 10px;
  18. }
  19. .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
  20. display: inline-block;
  21. margin-left: -1px !important;
  22. }
  23. .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
  24. border-radius: 0;
  25. }
  26. .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
  27. border-top-left-radius: 4px;
  28. border-bottom-left-radius: 4px;
  29. }
  30. .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
  31. border-top-right-radius: 4px;
  32. border-bottom-right-radius: 4px;
  33. }
  34. .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  35. text-align: left;
  36. max-height: 300px;
  37. overflow: auto;
  38. -ms-overflow-style: scrollbar;
  39. z-index: 1001;
  40. }
  41. .bootstrap-table .fixed-table-toolbar .columns label {
  42. display: block;
  43. padding: 3px 20px;
  44. clear: both;
  45. font-weight: normal;
  46. line-height: 1.4286;
  47. }
  48. .bootstrap-table .fixed-table-toolbar .columns-left {
  49. margin-right: 5px;
  50. }
  51. .bootstrap-table .fixed-table-toolbar .columns-right {
  52. margin-left: 5px;
  53. }
  54. .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  55. right: 0;
  56. left: auto;
  57. }
  58. .bootstrap-table .fixed-table-container {
  59. position: relative;
  60. clear: both;
  61. }
  62. .bootstrap-table .fixed-table-container .table {
  63. width: 100%;
  64. margin-bottom: 0 !important;
  65. }
  66. .bootstrap-table .fixed-table-container .table th,
  67. .bootstrap-table .fixed-table-container .table td {
  68. vertical-align: middle;
  69. box-sizing: border-box;
  70. }
  71. .bootstrap-table .fixed-table-container .table thead th {
  72. vertical-align: bottom;
  73. padding: 0;
  74. margin: 0;
  75. }
  76. .bootstrap-table .fixed-table-container .table thead th:focus {
  77. outline: 0 solid transparent;
  78. }
  79. .bootstrap-table .fixed-table-container .table thead th.detail {
  80. width: 30px;
  81. }
  82. .bootstrap-table .fixed-table-container .table thead th .th-inner {
  83. padding: 0.75rem;
  84. vertical-align: bottom;
  85. overflow: hidden;
  86. text-overflow: ellipsis;
  87. white-space: nowrap;
  88. }
  89. .bootstrap-table .fixed-table-container .table thead th .sortable {
  90. cursor: pointer;
  91. background-position: right;
  92. background-repeat: no-repeat;
  93. padding-right: 30px !important;
  94. }
  95. .bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center {
  96. padding-left: 20px !important;
  97. padding-right: 20px !important;
  98. }
  99. .bootstrap-table .fixed-table-container .table thead th .both {
  100. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
  101. }
  102. .bootstrap-table .fixed-table-container .table thead th .asc {
  103. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
  104. }
  105. .bootstrap-table .fixed-table-container .table thead th .desc {
  106. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
  107. }
  108. .bootstrap-table .fixed-table-container .table tbody tr.selected td {
  109. background-color: #fafafa;
  110. }
  111. .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  112. text-align: center;
  113. }
  114. .bootstrap-table .fixed-table-container .table tbody tr .card-view {
  115. display: flex;
  116. }
  117. .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  118. font-weight: bold;
  119. display: inline-block;
  120. min-width: 30%;
  121. width: auto !important;
  122. text-align: left !important;
  123. }
  124. .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
  125. width: 100% !important;
  126. text-align: left !important;
  127. }
  128. .bootstrap-table .fixed-table-container .table .bs-checkbox {
  129. text-align: center;
  130. }
  131. .bootstrap-table .fixed-table-container .table .bs-checkbox label {
  132. margin-bottom: 0;
  133. }
  134. .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type="radio"],
  135. .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type="checkbox"] {
  136. margin: 0 auto !important;
  137. }
  138. .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  139. padding: 0.3rem;
  140. }
  141. .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  142. border-bottom: 1px solid #dbdbdb;
  143. }
  144. .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  145. border-top: 1px solid #dbdbdb;
  146. border-bottom: 1px solid #dbdbdb;
  147. }
  148. .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  149. border-left: 1px solid #dbdbdb;
  150. border-right: 1px solid #dbdbdb;
  151. }
  152. .bootstrap-table .fixed-table-container.fixed-height .table thead th {
  153. border-bottom: 1px solid #dbdbdb;
  154. }
  155. .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  156. border-bottom: 1px solid #32383e;
  157. }
  158. .bootstrap-table .fixed-table-container .fixed-table-header {
  159. overflow: hidden;
  160. }
  161. .bootstrap-table .fixed-table-container .fixed-table-body {
  162. overflow: auto auto;
  163. height: 100%;
  164. }
  165. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  166. align-items: center;
  167. background: #fff;
  168. display: flex;
  169. justify-content: center;
  170. position: absolute;
  171. bottom: 0;
  172. width: 100%;
  173. max-width: 100%;
  174. z-index: 1000;
  175. transition: visibility 0s, opacity 0.15s ease-in-out;
  176. opacity: 0;
  177. visibility: hidden;
  178. }
  179. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
  180. visibility: visible;
  181. opacity: 1;
  182. }
  183. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  184. align-items: baseline;
  185. display: flex;
  186. justify-content: center;
  187. }
  188. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  189. margin-right: 6px;
  190. }
  191. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  192. align-items: center;
  193. display: flex;
  194. justify-content: center;
  195. }
  196. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
  197. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
  198. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  199. content: "";
  200. animation-duration: 1.5s;
  201. animation-iteration-count: infinite;
  202. animation-name: loading;
  203. background: #363636;
  204. border-radius: 50%;
  205. display: block;
  206. height: 5px;
  207. margin: 0 4px;
  208. opacity: 0;
  209. width: 5px;
  210. }
  211. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  212. animation-delay: 0.3s;
  213. }
  214. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  215. animation-delay: 0.6s;
  216. }
  217. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  218. background: #363636;
  219. }
  220. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
  221. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
  222. .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  223. background: #fff;
  224. }
  225. .bootstrap-table .fixed-table-container .fixed-table-footer {
  226. overflow: hidden;
  227. }
  228. .bootstrap-table .fixed-table-pagination::after {
  229. content: "";
  230. display: block;
  231. clear: both;
  232. }
  233. .bootstrap-table .fixed-table-pagination > .pagination-detail,
  234. .bootstrap-table .fixed-table-pagination > .pagination {
  235. margin-top: 10px;
  236. margin-bottom: 10px;
  237. }
  238. .bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
  239. line-height: 34px;
  240. margin-right: 5px;
  241. }
  242. .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
  243. display: inline-block;
  244. }
  245. .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
  246. position: relative;
  247. display: inline-block;
  248. vertical-align: middle;
  249. }
  250. .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
  251. margin-bottom: 0;
  252. }
  253. .bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
  254. margin: 0;
  255. }
  256. .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
  257. color: #c8c8c8;
  258. }
  259. .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
  260. content: "\2B05";
  261. }
  262. .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
  263. content: "\27A1";
  264. }
  265. .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
  266. pointer-events: none;
  267. cursor: default;
  268. }
  269. .bootstrap-table.fullscreen {
  270. position: fixed;
  271. top: 0;
  272. left: 0;
  273. z-index: 1050;
  274. width: 100% !important;
  275. background: #fff;
  276. height: calc(100vh);
  277. overflow-y: scroll;
  278. }
  279. .bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
  280. padding: 0.5rem 1rem;
  281. }
  282. .bootstrap-table.bootstrap5 .float-left {
  283. float: left;
  284. }
  285. .bootstrap-table.bootstrap5 .float-right {
  286. float: right;
  287. }
  288. /* calculate scrollbar width */
  289. div.fixed-table-scroll-inner {
  290. width: 100%;
  291. height: 200px;
  292. }
  293. div.fixed-table-scroll-outer {
  294. top: 0;
  295. left: 0;
  296. visibility: hidden;
  297. width: 200px;
  298. height: 150px;
  299. overflow: hidden;
  300. }
  301. @keyframes loading {
  302. 0% {
  303. opacity: 0;
  304. }
  305. 50% {
  306. opacity: 1;
  307. }
  308. 100% {
  309. opacity: 0;
  310. }
  311. }
  312. @font-face {
  313. font-family: bootstrap-table;
  314. src: url("fonts/bootstrap-table.eot?gmdfsp");
  315. src: url("fonts/bootstrap-table.eot") format("embedded-opentype"), url("fonts/bootstrap-table.ttf") format("truetype"), url("fonts/bootstrap-table.woff") format("woff"), url("fonts/bootstrap-table.svg") format("svg");
  316. font-weight: normal;
  317. font-style: normal;
  318. font-display: block;
  319. }
  320. [class^="icon-"],
  321. [class*=" icon-"] {
  322. /* use !important to prevent issues with browser extensions that change fonts */
  323. font-family: bootstrap-table, sans-serif !important;
  324. speak: none;
  325. font-style: normal;
  326. font-weight: normal;
  327. font-variant: normal;
  328. text-transform: none;
  329. line-height: 1;
  330. /* Better Font Rendering =========== */
  331. -webkit-font-smoothing: antialiased;
  332. -moz-osx-font-smoothing: grayscale;
  333. }
  334. .icon-arrow-down-circle::before {
  335. content: "\e907";
  336. }
  337. .icon-arrow-up-circle::before {
  338. content: "\e908";
  339. }
  340. .icon-chevron-left::before {
  341. content: "\e900";
  342. }
  343. .icon-chevron-right::before {
  344. content: "\e901";
  345. }
  346. .icon-clock::before {
  347. content: "\e90c";
  348. }
  349. .icon-copy::before {
  350. content: "\e909";
  351. }
  352. .icon-download::before {
  353. content: "\e90d";
  354. }
  355. .icon-list::before {
  356. content: "\e902";
  357. }
  358. .icon-maximize::before {
  359. content: "\1f5ce";
  360. }
  361. .icon-minus::before {
  362. content: "\e90f";
  363. }
  364. .icon-move::before {
  365. content: "\e903";
  366. }
  367. .icon-plus::before {
  368. content: "\e90e";
  369. }
  370. .icon-printer::before {
  371. content: "\e90b";
  372. }
  373. .icon-refresh-cw::before {
  374. content: "\e904";
  375. }
  376. .icon-search::before {
  377. content: "\e90a";
  378. }
  379. .icon-toggle-right::before {
  380. content: "\e905";
  381. }
  382. .icon-trash-2::before {
  383. content: "\e906";
  384. }
  385. .icon-sort-amount-asc::before {
  386. content: "\ea4c";
  387. }
  388. .bootstrap-table * {
  389. box-sizing: border-box;
  390. }
  391. .bootstrap-table input.form-control,
  392. .bootstrap-table select.form-control,
  393. .bootstrap-table .btn {
  394. border-radius: 4px;
  395. background-color: #fff;
  396. border: 1px solid #ccc;
  397. padding: 9px 12px;
  398. }
  399. .bootstrap-table select.form-control {
  400. height: 35px;
  401. }
  402. .bootstrap-table .btn {
  403. outline: none;
  404. cursor: pointer;
  405. }
  406. .bootstrap-table .btn.active {
  407. background-color: #ebebeb;
  408. }
  409. .bootstrap-table .btn:focus, .bootstrap-table .btn:hover {
  410. background-color: whitesmoke;
  411. }
  412. .bootstrap-table .caret {
  413. display: inline-block;
  414. width: 0;
  415. height: 0;
  416. margin-left: 2px;
  417. vertical-align: middle;
  418. border-top: 4px dashed;
  419. border-top: 4px solid;
  420. border-right: 4px solid transparent;
  421. border-left: 4px solid transparent;
  422. }
  423. .bootstrap-table .detail-icon {
  424. text-decoration: none;
  425. color: #3679e4;
  426. }
  427. .bootstrap-table .detail-icon:hover {
  428. color: #154a9f;
  429. }
  430. .bootstrap-table .fixed-table-toolbar .columns,
  431. .bootstrap-table .fixed-table-toolbar .columns .btn-group {
  432. display: inline-block;
  433. }
  434. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child):not(:last-child),
  435. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child):not(:last-child) > .btn,
  436. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child):not(:last-child),
  437. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child):not(:last-child) > .btn {
  438. border-radius: 0;
  439. }
  440. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:last-child):not(.dropdown-toggle),
  441. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:last-child) > .btn,
  442. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:last-child):not(.dropdown-toggle),
  443. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:last-child) > .btn {
  444. border-top-right-radius: 0;
  445. border-bottom-right-radius: 0;
  446. border-right: none;
  447. }
  448. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child):not(.dropdown-toggle),
  449. .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child) > .btn,
  450. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child):not(.dropdown-toggle),
  451. .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child) > .btn {
  452. border-top-left-radius: 0;
  453. border-bottom-left-radius: 0;
  454. }
  455. .bootstrap-table .fixed-table-toolbar .columns label {
  456. padding: 5px 12px;
  457. }
  458. .bootstrap-table .fixed-table-toolbar .columns input[type="checkbox"] {
  459. vertical-align: middle;
  460. }
  461. .bootstrap-table .fixed-table-toolbar .columns .dropdown-divider {
  462. border-bottom: 1px solid #dbdbdb;
  463. }
  464. .bootstrap-table .fixed-table-toolbar .search .input-group .search-input {
  465. border-top-right-radius: 0;
  466. border-bottom-right-radius: 0;
  467. border-right: none;
  468. }
  469. .bootstrap-table .fixed-table-toolbar .search .input-group button[name="search"],
  470. .bootstrap-table .fixed-table-toolbar .search .input-group button[name="clearSearch"] {
  471. border-top-left-radius: 0;
  472. border-bottom-left-radius: 0;
  473. }
  474. .bootstrap-table .fixed-table-toolbar .search .input-group button[name="search"]:not(:last-child),
  475. .bootstrap-table .fixed-table-toolbar .search .input-group button[name="clearSearch"]:not(:last-child) {
  476. border-top-right-radius: 0;
  477. border-bottom-right-radius: 0;
  478. border-right: none;
  479. }
  480. .bootstrap-table .open.dropdown-menu {
  481. display: block;
  482. }
  483. .bootstrap-table .dropdown-menu-up .dropdown-menu {
  484. top: auto;
  485. bottom: 100%;
  486. }
  487. .bootstrap-table .dropdown-menu {
  488. display: none;
  489. background-color: #fff;
  490. position: absolute;
  491. right: 0;
  492. min-width: 120px;
  493. margin-top: 2px;
  494. border: 1px solid #ccc;
  495. border-radius: 4px;
  496. box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
  497. }
  498. .bootstrap-table .dropdown-menu .dropdown-item {
  499. color: #363636;
  500. text-decoration: none;
  501. display: block;
  502. padding: 5px 12px;
  503. white-space: nowrap;
  504. }
  505. .bootstrap-table .dropdown-menu .dropdown-item:hover {
  506. background-color: whitesmoke;
  507. }
  508. .bootstrap-table .dropdown-menu .dropdown-item.active {
  509. background-color: #3679e4;
  510. color: #fff;
  511. }
  512. .bootstrap-table .dropdown-menu .dropdown-item.active:hover {
  513. background-color: #1b5fcc;
  514. }
  515. .bootstrap-table .columns-left .dropdown-menu {
  516. left: 0;
  517. right: auto;
  518. }
  519. .bootstrap-table .pagination-detail {
  520. float: left;
  521. }
  522. .bootstrap-table .pagination-detail .dropdown-item {
  523. min-width: 45px;
  524. text-align: center;
  525. }
  526. .bootstrap-table table {
  527. border-collapse: collapse;
  528. }
  529. .bootstrap-table table th {
  530. text-align: inherit;
  531. }
  532. .bootstrap-table table.table-bordered thead tr th,
  533. .bootstrap-table table.table-bordered tbody tr td {
  534. border: 1px solid #dbdbdb;
  535. }
  536. .bootstrap-table table.table-bordered tbody tr td {
  537. padding: 0.75rem;
  538. }
  539. .bootstrap-table table.table-hover tbody tr:hover {
  540. background: #fafafa;
  541. }
  542. .bootstrap-table .float-left {
  543. float: left;
  544. }
  545. .bootstrap-table .float-right {
  546. float: right;
  547. }
  548. .bootstrap-table .pagination {
  549. padding: 0;
  550. align-items: center;
  551. display: flex;
  552. justify-content: center;
  553. text-align: center;
  554. list-style: none;
  555. }
  556. .bootstrap-table .pagination .page-item {
  557. border: 1px solid #dbdbdb;
  558. background-color: #fff;
  559. border-radius: 4px;
  560. margin: 2px;
  561. padding: 5px 2px;
  562. }
  563. .bootstrap-table .pagination .page-item:hover {
  564. background-color: whitesmoke;
  565. }
  566. .bootstrap-table .pagination .page-item .page-link {
  567. padding: 6px 12px;
  568. line-height: 1.4286;
  569. color: #363636;
  570. text-decoration: none;
  571. outline: none;
  572. }
  573. .bootstrap-table .pagination .page-item.active {
  574. background-color: #3679e4;
  575. border: 1px solid #206ae1;
  576. }
  577. .bootstrap-table .pagination .page-item.active .page-link {
  578. color: #fff;
  579. }
  580. .bootstrap-table .pagination .page-item.active:hover {
  581. background-color: #1b5fcc;
  582. }
  583. .bootstrap-table .pagination .btn-group {
  584. display: inline-block;
  585. }
  586. .bootstrap-table .pagination .btn-group .btn:not(:first-child):not(:last-child),
  587. .bootstrap-table .pagination .btn-group input:not(:first-child):not(:last-child) {
  588. border-radius: 0;
  589. }
  590. .bootstrap-table .pagination .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle),
  591. .bootstrap-table .pagination .btn-group input:first-child:not(:last-child):not(.dropdown-toggle) {
  592. border-top-right-radius: 0;
  593. border-bottom-right-radius: 0;
  594. }
  595. .bootstrap-table .pagination .btn-group .btn:last-child:not(:first-child),
  596. .bootstrap-table .pagination .btn-group input:last-child:not(:first-child) {
  597. border-top-left-radius: 0;
  598. border-bottom-left-radius: 0;
  599. }
  600. .bootstrap-table .pagination .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  601. border-top-left-radius: 0;
  602. border-bottom-left-radius: 0;
  603. }
  604. .bootstrap-table .filter-control {
  605. display: flex;
  606. }
  607. .bootstrap-table .page-jump-to input,
  608. .bootstrap-table .page-jump-to .btn {
  609. padding: 8px 12px;
  610. }
  611. .modal {
  612. position: fixed;
  613. display: none;
  614. top: 0;
  615. left: 0;
  616. bottom: 0;
  617. right: 0;
  618. }
  619. .modal.show {
  620. display: flex;
  621. }
  622. .modal .btn {
  623. border-radius: 4px;
  624. background-color: #fff;
  625. border: 1px solid #ccc;
  626. padding: 6px 12px;
  627. outline: none;
  628. cursor: pointer;
  629. }
  630. .modal .btn.active {
  631. border-color: black;
  632. }
  633. .modal .modal-background {
  634. position: fixed;
  635. top: 0;
  636. left: 0;
  637. bottom: 0;
  638. right: 0;
  639. z-index: 998;
  640. background-color: rgba(10, 10, 10, 0.86);
  641. }
  642. .modal .modal-content {
  643. position: relative;
  644. width: 600px;
  645. margin: 30px auto;
  646. z-index: 999;
  647. }
  648. .modal .modal-content .box {
  649. background-color: #fff;
  650. border-radius: 6px;
  651. display: block;
  652. padding: 1.25rem;
  653. }