Site.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017
  1. .print.a {
  2. font-weight: 100
  3. }
  4. body {
  5. height: 100vh;
  6. }
  7. .no-select {
  8. -webkit-user-select: none;
  9. -moz-user-select: none;
  10. -ms-user-select: none;
  11. user-select: none;
  12. }
  13. .breadcrumb {
  14. padding: 0 15px;
  15. list-style: none;
  16. height: 50px;
  17. line-height: 50px;
  18. background: transparent;
  19. margin-bottom: 0;
  20. display: inline-block;
  21. }
  22. .breadcrumb li a {
  23. color: #666
  24. }
  25. .breadcrumb li a.active {
  26. color: #3c3c3c
  27. }
  28. .breadcrumb > li + li:before {
  29. content: "\00a0>\00a0";
  30. }
  31. .iconfont {
  32. font: normal normal normal 14px/1 "iconfont";
  33. min-width: 14px;
  34. padding-right: 3px;
  35. }
  36. .content-wrapper {
  37. min-height: calc(100vh - 101px) !important;
  38. padding: 6px;
  39. background: #f5f5f5;
  40. }
  41. .main-header .logo {
  42. font-size: 18px;
  43. transition: color .6s linear;
  44. background: #563d7c !important;
  45. color: #eee !important;
  46. border-right: none !important;
  47. font-weight: 600;
  48. }
  49. .main-header .logo:hover {
  50. color: #fff;
  51. }
  52. .main-header .logo .logo-mini {
  53. background: #563d7c;
  54. }
  55. .main-header li.user-header {
  56. background: #563d7c !important;
  57. }
  58. .sidebar-collapse .main-sidebar,
  59. .sidebar-mini.sidebar-collapse .main-sidebar {
  60. transition: transform 1s linear;
  61. }
  62. .spinner > div > div {
  63. background: #563d7c none repeat scroll 0 0 !important;
  64. }
  65. .blockUI.blockOverlay,
  66. .modal-backdrop.in {
  67. background-color: #583d9c;
  68. background-color: rgba(88, 61, 156,.4);
  69. z-index: 1040;
  70. opacity: .3;
  71. cursor: wait;
  72. }
  73. .table-box {
  74. padding: 5px;
  75. }
  76. .btn-toolbar {
  77. /*background: #ecf0f5;*/
  78. background: #563d7c;
  79. margin: 0;
  80. padding: 6px 5px 5px 5px;
  81. border: 1px solid #563d7c;
  82. border-bottom: none;
  83. border-radius: 4px 4px 0 0;
  84. }
  85. .custom-file {
  86. position: relative;
  87. z-index: 2;
  88. width: 100%;
  89. position: relative;
  90. display: inline-block;
  91. width: 100%;
  92. height: 30px;
  93. margin-bottom: 0;
  94. border: 1px solid #aaa;
  95. border-radius: 3px;
  96. }
  97. .custom-file .custom-file-input {
  98. z-index: 2;
  99. width: 100%;
  100. height: 30px;
  101. margin: 0;
  102. opacity: 0;
  103. }
  104. .custom-file .custom-file-label {
  105. position: absolute;
  106. font-size: 12px;
  107. font-weight: 600;
  108. top: 0;
  109. right: 0;
  110. left: 0;
  111. z-index: 1;
  112. height: 28px;
  113. padding: 0 1.15rem;
  114. line-height: 30px;
  115. color: #495057;
  116. background-color: #fff;
  117. color: #aaa;
  118. border-color: #666;
  119. border-radius: 3px;
  120. text-align: left;
  121. }
  122. .custom-file-label::after {
  123. position: absolute;
  124. float: left;
  125. top: 0;
  126. right: 0;
  127. bottom: 0;
  128. z-index: 3;
  129. display: block;
  130. height: 28px;
  131. padding: 0 25px;
  132. line-height: 28px;
  133. color: #495057;
  134. content: "浏览";
  135. border: 1px solid #583d9c;
  136. cursor: pointer;
  137. background-color: #f4f5f8;
  138. border-left: 1px solid #ebedf2;
  139. border-radius: 0 3px 3px 0;
  140. }
  141. .custom-file-input:lang(en) ~ .custom-file-label::after {
  142. content: "浏览";
  143. background: #583d9c;
  144. color: #eef;
  145. }
  146. .modal {
  147. overflow-y: auto !important;
  148. }
  149. .modal-content {
  150. border: none;
  151. border-radius: 4px;
  152. }
  153. .modal-header .close {
  154. margin-top: 0;
  155. color: #eee;
  156. opacity: .7;
  157. }
  158. /*.modal-dialog-centered {
  159. min-height: calc(100% - (6.75rem * 2));
  160. }*/
  161. .modal-dialog {
  162. transition: margin-top 0.5s linear;
  163. border-radius: 4px;
  164. }
  165. .modal-header {
  166. padding: 7px 10px;
  167. /*padding: .8rem 1rem;*/
  168. background-color: #583d9c;
  169. font-size: 18px;
  170. color: #fff;
  171. letter-spacing: 1px;
  172. }
  173. .modal-title-span {
  174. color: inherit;
  175. }
  176. .modal-body {
  177. padding: .5rem 1rem;
  178. color: #3c3c3c
  179. }
  180. .modal-footer {
  181. padding: 10px 20px;
  182. }
  183. .modal-footer .save-btn {
  184. background-color: #583d9c !important;
  185. border: 1px solid #583d9c !important;
  186. }
  187. .modal-body .input-group-addon {
  188. border-color: #aaa;
  189. }
  190. .modal-body .input-group > .input-group-addon:last-of-type {
  191. color: #fff;
  192. cursor: pointer;
  193. background: #583d9c;
  194. border-radius: 0 4px 4px 0;
  195. }
  196. .form-group-sm > div {
  197. margin-bottom: 1.5rem;
  198. }
  199. .form-control {
  200. border: 1px solid #aaa;
  201. border-radius: 4px;
  202. }
  203. .form-control:focus, .form-control:active {
  204. border-color: #583d9c;
  205. box-shadow: none;
  206. }
  207. .help-block {
  208. font-size: 80%;
  209. color: #583d9c;
  210. cursor: none;
  211. }
  212. .swal2-popup.swal2-modal.swal2-noanimation {
  213. top: -100px;
  214. }
  215. .select2 .select2-container--default .select2-selection--single {
  216. height: 31px;
  217. font-size: 0.875rem;
  218. color: inherit;
  219. /*color: #212529;*/
  220. }
  221. .select2-container--default .select2-selection--single .select2-selection__rendered {
  222. color: inherit;
  223. line-height: 28px;
  224. /*padding: 0 10px;*/
  225. margin-left: -10px;
  226. margin-top: 0;
  227. }
  228. .select2-container--default .select2-results__option--highlighted[aria-selected] {
  229. background: #583d9c;
  230. border-radius: 2px;
  231. }
  232. .select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[aria-selected="true"]:hover {
  233. font-size: 14px;
  234. background: #fff;
  235. color: #583d9c;
  236. font-weight: 600;
  237. }
  238. .select2-container--default .select2-selection--multiple .select2-selection__choice {
  239. background: #583d9c;
  240. border: 1px solid #563d7c;
  241. color: #fff;
  242. }
  243. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  244. color: #eee;
  245. }
  246. form .select2.select2-container > .selection > .select2-selection {
  247. font-size: 12px;
  248. background: #fff;
  249. border: 1px solid #aaa;
  250. border-radius: 3px;
  251. padding: 0 10px;
  252. }
  253. .pr {
  254. padding-right: 1rem !important
  255. }
  256. .pl {
  257. padding-left: 1rem !important
  258. }
  259. .mr {
  260. margin-right: 3.5rem !important;
  261. }
  262. .iwb-label {
  263. font-weight: 500;
  264. padding: .25rem .5rem;
  265. /*font-size: .875rem;*/
  266. margin-bottom: 0;
  267. }
  268. .iwb-label-required::before {
  269. content: "*";
  270. color: red;
  271. padding-right: 5px;
  272. }
  273. input:not(.KeyWords).error, textarea.error, select.error + .select2 > .selection > .select2-selection {
  274. background: rgb(251, 227, 228) !important;
  275. border: 1px solid #fbc2c4 !important;
  276. color: red !important;
  277. }
  278. /*input.form-control.error::placeholder {
  279. color: #f01;
  280. }*/
  281. input:not(.KeyWords).valid, textarea.valid, select.valid + .select2 > .selection > .select2-selection {
  282. border: 1px solid #A4E4B9 !important;
  283. color: #3c3c3c !important;
  284. background: #008000 !important;
  285. background: rgba(0, 128, 0,.1) !important;
  286. }
  287. label.error {
  288. color: red;
  289. margin-bottom: 0;
  290. font-size: 12px;
  291. font-weight: 700;
  292. position: absolute;
  293. bottom: 5px;
  294. right: 25px;
  295. z-index: 5
  296. }
  297. .label {
  298. padding: 2px 6px;
  299. font-weight: 500;
  300. border-radius: 2px;
  301. }
  302. .help-label {
  303. padding-left: 15px;
  304. display: block;
  305. margin-top: 5px;
  306. margin-bottom: -5px;
  307. color: #58ACFA;
  308. font-size: 10px;
  309. }
  310. .btn-group-sm > .btn-default {
  311. background: #f5f5f5;
  312. border: 1px solid #DDDDDD;
  313. border-radius: 4px;
  314. padding: 3px 8px;
  315. color: #563d7c;
  316. font-weight: 600;
  317. }
  318. .btn-group-sm > .btn-default:hover, .btn-group-sm > .btn-default:active, .btn-group-sm > .btn-default:focus {
  319. color: #563d7c;
  320. background-color: #D1DCF9;
  321. border-color: #ddd;
  322. }
  323. .btn-group-sm > .btn.disabled, .btn-group-sm > .btn[disabled], .btn-group-sm > fieldset[disabled] .btn {
  324. background: #f5f5f5;
  325. opacity: .85;
  326. }
  327. .td-ellipsis {
  328. width: 100%;
  329. word-break: keep-all; /* 不换行 */
  330. white-space: nowrap; /* 不换行 */
  331. overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
  332. /* 当对象内文本溢出时显示省略标记(...) ;需与overflow:hidden;一起使用*/
  333. -o-text-overflow: ellipsis;
  334. -icab-text-overflow: ellipsis;
  335. -khtml-text-overflow: ellipsis;
  336. -moz-text-overflow: ellipsis;
  337. -webkit-text-overflow: ellipsis;
  338. text-overflow: ellipsis;
  339. }
  340. .viewer-container {
  341. z-index: 100000 !important;
  342. max-height: 100vh;
  343. }
  344. .tool-radio {
  345. display: inline-block;
  346. margin-left: 10px;
  347. }
  348. .tool-radio [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  349. padding-left: 25px;
  350. font-size: 1.5rem;
  351. color: #dad9db;
  352. }
  353. .tool-radio [type="radio"]:not(:checked) + label::before, [type="radio"]:not(:checked) + label::after {
  354. border: 2px solid #fff;
  355. }
  356. [type="checkbox"] + label {
  357. padding-left: 25px;
  358. height: 0;
  359. line-height: 0;
  360. font-weight: normal;
  361. margin-bottom: 0;
  362. }
  363. [type="checkbox"].filled-in:not(:checked) + label::after {
  364. top: -10px;
  365. width: 20px;
  366. height: 20px;
  367. background: #FFFFFF;
  368. border: 1px solid #CCCCCC;
  369. border-radius: 2px;
  370. }
  371. [type="checkbox"]:checked.filled-in + label::before {
  372. top: -11px;
  373. left: 1px;
  374. width: 8px;
  375. height: 15px;
  376. border-right: 2px solid #fff !important;
  377. border-bottom: 2px solid #fff !important;
  378. }
  379. [type="checkbox"]:checked.filled-in + label::after {
  380. top: -10px;
  381. width: 20px;
  382. height: 20px;
  383. border: 2px solid #563d7c;
  384. background-color: #583d9c;
  385. z-index: 0;
  386. }
  387. .iwb-bootstrap-table [type="checkbox"] + label {
  388. padding-left: 15px;
  389. }
  390. .iwb-bootstrap-table [type="checkbox"].filled-in:not(:checked) + label::after {
  391. top: -12px;
  392. width: 15px;
  393. height: 15px;
  394. background: #FFFFFF;
  395. border: 1px solid #CCCCCC;
  396. border-radius: 2px;
  397. }
  398. .iwb-bootstrap-table [type="checkbox"]:checked.filled-in + label::before {
  399. top: -12px;
  400. left: 1px;
  401. width: 6px;
  402. height: 10px;
  403. border-right: 2px solid #583d9c !important;
  404. border-bottom: 2px solid #583d9c !important;
  405. }
  406. .iwb-bootstrap-table [type="checkbox"]:checked.filled-in + label::after {
  407. top: -12px;
  408. width: 15px;
  409. height: 15px;
  410. border: 2px solid #563d7c;
  411. background-color: #fff;
  412. }
  413. .iwb-bootstrap-table .bootstrap-table {
  414. z-index: 0;
  415. /*border: 1px solid #563d7c;*/
  416. border-radius: 0 0 4px 4px;
  417. background: #ecf0f5;
  418. }
  419. .iwb-bootstrap-table .bootstrap-table .table thead > tr > th {
  420. border-left-color: #ccc;
  421. }
  422. .iwb-bootstrap-table .table-hover > tbody > tr:hover {
  423. background-color: #f2f2f2;
  424. color: #583d9c;
  425. }
  426. .iwb-bootstrap-table .bootstrap-table .table:not(.table-condensed) > tbody > tr > td {
  427. padding: 0 4px;
  428. cursor: pointer;
  429. font-size: 12px;
  430. line-height: 23.5px;
  431. }
  432. .iwb-bootstrap-table .bootstrap-table .table:not(.table-condensed) > tbody > tr.selected > td {
  433. color: #fff;
  434. background: #583d9c
  435. }
  436. .iwb-bootstrap-table .fixed-table-container {
  437. border-radius: 0;
  438. /*border: 1px solid #563d7c;
  439. border-right: none;
  440. border-left: none;*/
  441. }
  442. .iwb-bootstrap-table .fixed-table-container tbody td .th-inner, .iwb-bootstrap-table .fixed-table-container thead th .th-inner {
  443. padding: 0;
  444. /*color: #fff;
  445. background: #563d7c;*/
  446. color: #563d7c;
  447. /*background: #d1dcf9;*/
  448. background-color: #d1dcf9;
  449. line-height: 30px;
  450. height: 30px;
  451. }
  452. .iwb-bootstrap-table .fixed-table-container tbody td.bs-checkbox, .iwb-bootstrap-table .fixed-table-container thead th.bs-checkbox {
  453. max-width: 28px;
  454. min-width: 28px;
  455. }
  456. .iwb-bootstrap-table .fixed-table-pagination {
  457. background: #d1dcf9;
  458. border-radius: 0 0 4px 4px;
  459. }
  460. .iwb-bootstrap-table .fixed-table-pagination .pagination-detail {
  461. margin-right: 10px;
  462. color: #563d7c;
  463. font-weight: 600;
  464. }
  465. .iwb-bootstrap-table .fixed-table-pagination .pagination-detail,
  466. .iwb-bootstrap-table .fixed-table-pagination div.pagination {
  467. margin-top: 4px;
  468. margin-bottom: 0;
  469. }
  470. .iwb-bootstrap-table .fixed-table-pagination .pagination-info {
  471. line-height: 24px;
  472. }
  473. .iwb-bootstrap-table .fixed-table-pagination .page-list > .dropup > .btn {
  474. border-color: #563d7c;
  475. padding: 1px 6px;
  476. color: #fff;
  477. background: #563d7c;
  478. }
  479. .iwb-bootstrap-table .fixed-table-pagination .page-list > .dropup > .btn:hover {
  480. border-color: #563d7c;
  481. background: #583d9c;
  482. }
  483. .iwb-bootstrap-table .page-list .dropdown-menu > .active > a,
  484. .iwb-bootstrap-table .page-list .dropdown-menu > .active > a:focus,
  485. .iwb-bootstrap-table .page-list .dropdown-menu > .active > a:hover {
  486. color: #fff;
  487. text-decoration: none;
  488. background-color: #563d7c;
  489. outline: 0;
  490. }
  491. .iwb-bootstrap-table .page-list .dropdown-menu > li > a:focus,
  492. .iwb-bootstrap-table .page-list .dropdown-menu > li > a:hover {
  493. color: #563d7c;
  494. text-decoration: none;
  495. background-color: #eee;
  496. }
  497. .iwb-bootstrap-table .fixed-table-pagination .pagination {
  498. margin-left: 10px;
  499. }
  500. .iwb-bootstrap-table .fixed-table-pagination .pagination a {
  501. color: #563d7c;
  502. padding: 1px 10px;
  503. line-height: 1.428571429;
  504. }
  505. .iwb-bootstrap-table .pagination > .active > a,
  506. .iwb-bootstrap-table .pagination > .active > a:focus,
  507. .iwb-bootstrap-table .pagination > .active > a:hover,
  508. .iwb-bootstrap-table .pagination > .active > span,
  509. .iwb-bootstrap-table .pagination > .active > span:focus,
  510. .iwb-bootstrap-table .pagination > .active > span:hover {
  511. color: #fff;
  512. border-color: #563d7c;
  513. background: #583d9c;
  514. }
  515. .iwb-bootstrap-table .pagination > li > a:focus,
  516. .iwb-bootstrap-table .pagination > li > a:hover,
  517. .iwb-bootstrap-table .pagination > li > span:focus,
  518. .iwb-bootstrap-table .pagination > li > span:hover {
  519. z-index: 2;
  520. color: #563d7c;
  521. background-color: #eee;
  522. border-color: #ddd;
  523. }
  524. .table-action {
  525. color: #563d7c;
  526. margin: 0 8px;
  527. font-size: 14px;
  528. }
  529. .selected > td > .table-action {
  530. color: #ddd;
  531. margin: 0 8px;
  532. font-size: 14px;
  533. }
  534. .table-action.warning {
  535. color: #F0985D;
  536. }
  537. .table-action:hover {
  538. cursor: pointer;
  539. border-bottom: 2px solid #fff;
  540. padding-bottom: 2px;
  541. }
  542. #SearchBox {
  543. position: absolute;
  544. width: 100%;
  545. z-index: 2;
  546. max-width: 300px;
  547. right: 0;
  548. }
  549. .KeyField + .select2-container--default .select2-selection--single {
  550. border-right: 0 !important;
  551. border-top-right-radius: 0 !important;
  552. border-bottom-right-radius: 0 !important;
  553. /*margin-right: -1px;*/
  554. font-size: 14px;
  555. height: 26px;
  556. }
  557. .KeyWords + .select2-container--default .select2-selection--single {
  558. border-top-left-radius: 0 !important;
  559. border-bottom-left-radius: 0 !important;
  560. margin-left: -5px !important;
  561. font-size: 14px;
  562. height: 26px;
  563. }
  564. .KeyField + .select2-container--default .select2-selection--single .select2-selection__rendered,
  565. .KeyWords + .select2-container--default .select2-selection--single .select2-selection__rendered {
  566. margin-top: 0;
  567. font-size: 12px;
  568. line-height: 26px;
  569. }
  570. .search-unit {
  571. font-size: 0;
  572. position: relative;
  573. }
  574. .ExpType {
  575. display: none;
  576. }
  577. .KeyWords {
  578. height: 26px;
  579. border-radius: 0 4px 4px 0 !important;
  580. /*padding-left: 8px;*/
  581. font-size: 12px;
  582. }
  583. .search-btn {
  584. position: absolute;
  585. top: 0;
  586. right: 0;
  587. z-index: 2;
  588. padding: 4px 6px;
  589. }
  590. #search-multi.panel-group {
  591. margin-bottom: 0;
  592. }
  593. #search-multi .panel-heading {
  594. height: 26px;
  595. padding: 0 50px 0 20px;
  596. position: relative;
  597. background: transparent;
  598. }
  599. #search-multi .panel-title {
  600. line-height: 26px;
  601. }
  602. #search-multi .panel-title > a {
  603. width: 100%;
  604. display: block;
  605. color: #583d9c;
  606. font-size: 12px;
  607. font-weight: 600;
  608. }
  609. #search-multi .collapse {
  610. width: 100%;
  611. background: #fff;
  612. border: 1px solid #ddd;
  613. border-radius: 0 0 4px 4px;
  614. border-top: none;
  615. top: 24px;
  616. }
  617. #search-multi .collapse.in {
  618. position: absolute;
  619. z-index: 2;
  620. left: 0;
  621. top: 24px;
  622. background: #fff;
  623. }
  624. #search-multi .panel-default {
  625. height: 26px;
  626. }
  627. #search-multi .panel-default > .panel-heading + .panel-collapse > .panel-body {
  628. border-top: transparent;
  629. background: #fff;
  630. }
  631. #search-multi .search-unit input {
  632. border-radius: 0 !important;
  633. }
  634. #search-multi .search-unit .select2-container--default .select2-selection--single {
  635. border-radius: 0;
  636. height: 26px;
  637. margin-left: 0 !important;
  638. }
  639. #search-multi .search-unit .KeyField + .select2-container--default .select2-selection--single {
  640. border-right: 0;
  641. }
  642. #search-multi .search-unit .keyWords + .select2-container--default .select2-selection--multiple {
  643. border-radius: 0;
  644. height: 26px;
  645. }
  646. #search-multi .search-unit .input-group {
  647. margin-bottom: 10px;
  648. }
  649. #search-multi .search-unit .input-group .input-group-addon {
  650. height: 26px;
  651. padding: 0 6px;
  652. border-radius: 0;
  653. color: #eee;
  654. border-color: #583d9c;
  655. background-color: #583d9c;
  656. min-width: 70px;
  657. text-align: right;
  658. border-top-left-radius: 3px !important;
  659. border-bottom-left-radius: 3px !important;
  660. }
  661. #search-multi .search-unit .input-group input,
  662. #search-multi .search-unit .select2-container--default .select2-selection--single {
  663. /*width: calc(100% - 90px);*/
  664. height: 28px;
  665. color: #583d9c;
  666. border-color: #583d9c;
  667. border-top-right-radius: 3px !important;
  668. border-bottom-right-radius: 3px !important;
  669. padding: 0 10px;
  670. }
  671. #search-multi .search-icon {
  672. position: absolute;
  673. color: #583d9c;
  674. right: 10px;
  675. top: 0;
  676. padding: 0;
  677. line-height: 26px;
  678. cursor: pointer;
  679. }
  680. #search-multi .search-icon:hover {
  681. color: #583d9c;
  682. }
  683. #search-multi .search-button {
  684. width: 100%;
  685. text-align: center;
  686. color: #eee;
  687. border: 1px solid #583d9c;
  688. background-color: #583d9c;
  689. height: 26px;
  690. line-height: 26px;
  691. display: inline-block;
  692. margin-bottom: 0;
  693. font-size: 14px;
  694. font-weight: 400;
  695. text-align: center;
  696. white-space: nowrap;
  697. vertical-align: middle;
  698. -ms-touch-action: manipulation;
  699. touch-action: manipulation;
  700. cursor: pointer;
  701. background-image: none;
  702. border-radius: 4px;
  703. }
  704. #search-multi .search-button:hover {
  705. color: #fff;
  706. }
  707. .search-unit .select2.select2-container > .selection > .select2-selection {
  708. color: #583d9c
  709. }
  710. .search-unit .form-control {
  711. height: 26px;
  712. color: #583d9c;
  713. border: 1px solid #583d9c;
  714. }
  715. /*.search-unit select.form-control {
  716. }*/
  717. .search-unit .form-control:focus, .form-control:active {
  718. color: #583d9c;
  719. box-shadow: none;
  720. }
  721. .search-unit .input-group .input-group-addon {
  722. border: #583d9c;
  723. height: 26px;
  724. color: #583d9c;
  725. font-weight: 600;
  726. padding: 0 10px;
  727. border: 1px solid #583d9c;
  728. border-left: none;
  729. border-right: none;
  730. }
  731. .search-unit .select2.select2-container > .selection > .select2-selection {
  732. border: 1px solid #563d7c;
  733. }
  734. #left-hidden {
  735. display: block !important;
  736. z-index: 10010;
  737. position: fixed;
  738. right: -450px;
  739. width: calc(450px - 50px);
  740. top: 0;
  741. bottom: 0;
  742. background: rgba(69, 65, 78, 0.3);
  743. transition: all 0.8s ease;
  744. box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.5);
  745. padding: 5px;
  746. }
  747. .m-quick-sidebar-overlay {
  748. position: fixed;
  749. top: 0;
  750. left: 0;
  751. bottom: 0;
  752. right: 0;
  753. overflow: hidden;
  754. z-index: 1000;
  755. background: rgba(0, 0, 0, 0.2);
  756. }
  757. .fixed-table-container thead th .both {
  758. background-image: url('/content/Images/sort.png');
  759. }
  760. .fixed-table-container thead th .asc {
  761. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
  762. }
  763. .fixed-table-container thead th .desc {
  764. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
  765. }
  766. .select2-container--open .select2-dropdown {
  767. z-index: 10000;
  768. }
  769. .label.label-iwb {
  770. color: #fff;
  771. background: #563d7c;
  772. }
  773. .iwb-flash {
  774. animation: fade 1.5s infinite ease-in-out;
  775. }
  776. .iwb-flash2 {
  777. animation: fade .8s infinite ease-in-out;
  778. }
  779. @keyframes fade {
  780. 0% {
  781. opacity: 0.2;
  782. filter: alpha(opacity=20);
  783. transform: scale(0.8)
  784. }
  785. 40% {
  786. opacity: 1;
  787. filter: alpha(opacity=50);
  788. transform: scale(1.1)
  789. }
  790. 60% {
  791. opacity: 1;
  792. filter: alpha(opacity=50);
  793. transform: scale(1.1)
  794. }
  795. 100% {
  796. opacity: 0.2;
  797. filter: alpha(opacity=20);
  798. transform: scale(0.8)
  799. }
  800. }
  801. .jumpto input {
  802. width: 50px;
  803. height: 25px;
  804. }
  805. .jumpto button {
  806. width: 50px;
  807. height: 20px;
  808. line-height: 10px;
  809. padding: 3px;
  810. margin-bottom: 3px;
  811. }
  812. /* Iwb Checkbox Radio ========================== */
  813. .iwb-radio, .iwb-checkbox {
  814. display: inline-block;
  815. position: relative;
  816. padding-left: 30px;
  817. margin-bottom: 10px;
  818. cursor: pointer;
  819. font-size: 1rem;
  820. -webkit-transition: all 0.3s;
  821. transition: all 0.3s;
  822. cursor: pointer;
  823. }
  824. .iwb-radio > input, .iwb-checkbox > input {
  825. position: absolute;
  826. z-index: -1;
  827. opacity: 0;
  828. filter: alpha(opacity=0);
  829. }
  830. .iwb-radio > span, .iwb-checkbox > span {
  831. border-radius: 3px;
  832. background: none;
  833. position: absolute;
  834. top: 1px;
  835. left: 0;
  836. height: 18px;
  837. width: 18px;
  838. }
  839. .iwb-radio > span {
  840. border-radius: 10px;
  841. }
  842. .iwb-radio > span:after, .iwb-checkbox > span:after {
  843. content: '';
  844. position: absolute;
  845. display: none;
  846. }
  847. .iwb-radio input:checked ~ span, .iwb-checkbox input:checked ~ span {
  848. -webkit-transition: all 0.3s;
  849. transition: all 0.3s;
  850. background: none;
  851. }
  852. .iwb-radio input:checked ~ span:after, .iwb-checkbox input:checked ~ span:after {
  853. display: block;
  854. }
  855. .iwb-radio > span, .iwb-checkbox > span {
  856. color: #005f61;
  857. border: 1px solid;
  858. }
  859. .iwb-checkbox input:checked ~ span:after {
  860. top: 50%;
  861. left: 50%;
  862. margin-left: -2px;
  863. margin-top: -6px;
  864. width: 5px;
  865. height: 10px;
  866. border-color: inherit;
  867. border-style: solid;
  868. border-width: 0 2px 2px 0 !important;
  869. -webkit-transform: rotate(45deg);
  870. transform: rotate(45deg);
  871. }
  872. .iwb-radio input:checked ~ span:after {
  873. top: 20%;
  874. left: 20%;
  875. /* margin-left: -2px;
  876. margin-top: -6px;*/
  877. width: 10px;
  878. height: 10px;
  879. border-color: inherit;
  880. border-style: none;
  881. background: #ccc;
  882. border-radius: 5px;
  883. }
  884. /* Iwb Checkbox Radio end========================== */