Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.68 KB | None | 0 0
  1. .rightPanel {
  2. position: relative;
  3. float: right;
  4. right: 0;
  5. padding: 20px 23px;
  6. border-radius: 4px;
  7. z-index: 2;
  8. animation: slideInRight 0.5s ease-in;
  9. }
  10.  
  11. .rightPanel .ant-select-selection--single,
  12. .searchCorpFilters .ant-select-selection--single {
  13. padding: 0px !important;
  14. margin-top: 0px !important;
  15. height: unset !important;
  16. /* margin-bottom: 10px; */
  17. }
  18.  
  19. .searchCorpFilters .ant-select-selection--single {
  20. width: 99.5%;
  21. }
  22.  
  23. .rightPanel .boSelectContainer,
  24. .searchCorpFilters .boSelectContainer {
  25. overflow: unset !important;
  26. }
  27.  
  28. .searchCorpFilters .boSelectIcon {
  29. margin: 7px 15px !important;
  30. }
  31.  
  32. .fixed {
  33. position: fixed !important;
  34. }
  35.  
  36. .f4InputCheckbox {
  37. color: #878787 !important;
  38. font-size: 13px;
  39. }
  40.  
  41. .fieldLabel {
  42. color: #bfbfbf;
  43. font-size: 10pt;
  44. }
  45.  
  46. .addToBookmarks {
  47. display: block;
  48. text-align: left;
  49. font-size: 10pt;
  50. margin-top: 8px;
  51. background: #fff;
  52. padding: 10px 15px;
  53. /* box-shadow: 0px 4px 9px 6px #f0f0f0; */
  54. box-shadow: 0px 3px 7px 5px #f3f3f3d4;
  55. /* font-family: 'Open Sans', sans-serif; */
  56. transition: 0.5s;
  57. width: 100%;
  58. cursor: pointer;
  59. }
  60.  
  61. .twoColRightPanel .addToBookmarks {
  62. width: calc(100% - 115px);
  63. }
  64.  
  65. .addToBookmarks:hover {
  66. box-shadow: 0px 0px 0px 6px #b9ead140;
  67. }
  68.  
  69. .addToBookmarks i {
  70. margin: 4px -28px;
  71. color: #a1d7ac;
  72. font-size: 10pt;
  73. position: absolute;
  74. }
  75.  
  76. .addToBookmarks span {
  77. color: #585858;
  78. font-weight: normal;
  79. font-size: 10pt;
  80. }
  81.  
  82. .suggestedLinks {
  83. margin: 0px auto 30px;
  84. padding: 14px 16px 18px;
  85. font-size: 10pt;
  86. color: #303030;
  87. /* background: #eeeeee; */
  88. background: #e4e4e4;
  89. /* border-top: 1px solid #d4d4d4; */
  90. width: 100%;
  91. }
  92.  
  93. .twoColRightPanel .suggestedLinks {
  94. width: calc(100% - 115px);
  95. }
  96.  
  97. .suggestedLinks span {
  98. font-family: "Open Sans", sans-serif;
  99. font-size: 10pt;
  100. color: #585858;
  101. }
  102.  
  103. .suggestedLinksItems {
  104. font-size: 11pt;
  105. margin-top: 5px;
  106. line-height: 16px;
  107. }
  108.  
  109. .suggestedLinksItems a {
  110. color: #2fbd8a;
  111. transition: 0.5s;
  112. }
  113.  
  114. .suggestedLinksItems a:hover {
  115. color: #198a62;
  116. }
  117.  
  118. .searchFilter {
  119. margin: auto;
  120. margin-top: 15px;
  121. margin-bottom: 9px;
  122. /* border-top: 1px solid #d4d4d4; */
  123. /* border-bottom: 1px solid #d4d4d4; */
  124. /* border-radius: 3px; */
  125. font-size: 14pt;
  126. background: #fff;
  127. color: #585858;
  128. padding: 10px 0px 10px;
  129. max-width: 100%;
  130. /* min-height: 305px; */
  131. /* max-height: 345px; */
  132. width: 100%;
  133. box-shadow: 0px 3px 7px 5px #f3f3f3d4;
  134. /* box-shadow: 0px 4px 9px 6px #f0f0f0; */
  135. /* overflow-Y: auto;
  136. overflow-x: hidden; */
  137. z-index: unset;
  138. position: relative;
  139. /* overflow: hidden; */
  140. }
  141.  
  142. /* .overflow-hidden {
  143. overflow: hidden;
  144. } */
  145.  
  146. .closeSearchFilter {
  147. float: right;
  148. margin-top: 3px;
  149. margin-right: 0px !important;
  150. cursor: pointer;
  151. }
  152.  
  153. .copyFromSearchFilter {
  154. position: absolute;
  155. right: 0;
  156. /* margin: -21px 23px; */
  157. /* margin: -21px 64px; */
  158. /* background: #888; */
  159. padding: 5px 8px;
  160. width: 28px;
  161. height: 28px;
  162. font-size: 11pt;
  163. border-radius: 2em;
  164. /* border: 1px solid #85c5af; */
  165. /* background: #fff; */
  166. color: #85c5af;
  167. transition: 0.5s;
  168. cursor: pointer;
  169. z-index: 3;
  170. display: none;
  171. }
  172.  
  173. .searchFilter:hover .copyFromSearchFilter {
  174. display: block;
  175. }
  176.  
  177. .showUseTempSelect {
  178. position: absolute;
  179. width: 290px;
  180. /* height: 43px; */
  181. right: 0;
  182. margin: -40px 0px;
  183. transition: 0.5s;
  184. }
  185.  
  186. .showUseTempSelect .ant-select-selection--single {
  187. height: 40px !important;
  188. border-radius: 0px;
  189. padding: 4px 30px 0px !important;
  190. background: #f6f6f6;
  191. }
  192.  
  193. .showUseTempSelect .bo-select-box {
  194. height: 40px !important;
  195. border-radius: 0px;
  196. padding: 4px 30px 0px !important;
  197. background: #f6f6f6;
  198. }
  199.  
  200. .showUseTempSelect .bo-select-box-rendered {
  201. margin: 8px 11px !important;
  202. }
  203.  
  204. .showUseTempSelect .bo-select-box-input-container input {
  205. background: transparent !important;
  206. }
  207.  
  208. .showUseTempSelect .bo-select-box-placeholder {
  209. width: 100% !important;
  210. }
  211.  
  212. .showUseTempSelect .ant-select-selection__placeholder {
  213. width: 200px !important;
  214. }
  215.  
  216. .showUseTempSelect .boSelectIcon {
  217. margin: 11px 15px !important;
  218. }
  219.  
  220. .initialSearchFilterContainer {
  221. transition: 0.5s;
  222. /* height: 365px; */
  223. max-width: 100%;
  224. margin: 0 auto 30px;
  225. }
  226.  
  227. .initialSearchFilterGroup {
  228. /* padding: 0px 4px; */
  229. padding: 15px 0px 0px;
  230. }
  231.  
  232. .searchFilterContainerAlt {
  233. /* position: absolute; */
  234. /* top: 0; */
  235. transition: 0.5s;
  236. /* height: 570px; */
  237. /* transform: translate(0px, -10px); */
  238. max-width: 100%;
  239. margin: 0px auto 30px;
  240. }
  241.  
  242. .searchFilterContainerAlt .searchFilter {
  243. /* max-height: 515px; */
  244. }
  245.  
  246. /* .searchFilterContainerAlt .searchFilterInputFieldSet {
  247. display: none;
  248. } */
  249.  
  250. .searchFilterContainerAlt .showMoreFilter {
  251. display: none;
  252. }
  253.  
  254. /* .searchFilterAltGroup {
  255. display: none;
  256. width: 285px;
  257. margin-top: 20px;
  258. padding: 0px 8px 1px;
  259. }
  260.  
  261. .searchFilterContainerAlt .searchFilterAltGroup {
  262. display: block;
  263. } */
  264.  
  265. .searchFilterContainerAlt .searchFilter {
  266. margin-bottom: 8px;
  267. }
  268.  
  269. .rightPanel .panel-default {
  270. border-color: #f5f5f5;
  271. border-radius: 0px;
  272. box-shadow: none;
  273. /* padding: 1px 1px; */
  274. margin-bottom: 0px;
  275. transition: 0.5s;
  276. border: none;
  277. border-bottom: 1px solid #f5f5f5;
  278. }
  279.  
  280. .initialSearchFilterGroup .panel-default:nth-child(2) {
  281. border-top: 1px solid #f5f5f5;
  282. }
  283.  
  284. .rightPanel .panel-default:hover {
  285. /* background: linear-gradient(to right, rgb(163, 216, 171), rgb(71, 145, 188)); */
  286. /* border: none; */
  287. }
  288.  
  289. .panelHeaderHover:hover .panel-heading {
  290. /* background: linear-gradient(to right, rgb(163, 216, 171), rgb(71, 145, 188));
  291. border: none; */
  292. background-color: #f9f9f9;
  293. }
  294.  
  295. .rightPanel .panel-heading {
  296. color: #a0a0a0;
  297. background-color: #ffffff;
  298. /* border-color: #f5f5f5; */
  299. border-radius: 0px;
  300. font-size: 13px;
  301. padding: 9px 18px;
  302. /* border-radius: 14px; */
  303. border: none;
  304. cursor: pointer;
  305. }
  306.  
  307. .panelHeaderBorder {
  308. border-bottom: 1px solid #fafafa !important;
  309. }
  310.  
  311. .rightPanel .panel-body {
  312. background: #fff;
  313. padding: 0px 15px 15px;
  314. }
  315.  
  316. .rightPanel .panel-heading i {
  317. float: right;
  318. margin: -14px 0px;
  319. cursor: pointer;
  320. color: #c3c3c3;
  321. }
  322.  
  323. .rightPanel .panel-title {
  324. font-size: 9pt;
  325. font-family: "Open Sans", sans-serif;
  326. }
  327.  
  328. .searchFilterInputFieldSet {
  329. padding: 0px 12px 10px;
  330. }
  331.  
  332. .searchFilterHeader {
  333. padding: 0px 16px 9px;
  334. font-size: 10pt;
  335. /* font-family: 'Open Sans', sans-serif; */
  336. border-bottom: 1px solid #f5f5f5;
  337. }
  338.  
  339. .searchFilter .searchFilterHeaderAlt {
  340. padding: 12px 16px;
  341. font-size: 10pt;
  342. font-family: "Open Sans", sans-serif;
  343. position: fixed;
  344. height: 40px;
  345. top: 0;
  346. margin-top: 56px;
  347. width: calc(25% - 46px);
  348. background: #fff;
  349. box-shadow: 0px 1px 1px 0px #f3f3f3;
  350. z-index: 3;
  351. }
  352.  
  353. .searchFilterHeader i,
  354. .searchFilterHeaderAlt i {
  355. margin-right: 12px;
  356. color: #7bc0b0;
  357. }
  358.  
  359. .searchFilterHeaderAlt .copyFromSearchFilter {
  360. margin: -15px 31px !important;
  361. }
  362.  
  363. .showMoreFilter {
  364. /* background: #eaeaea; */
  365. color: #afcbc4;
  366. font-size: 10pt;
  367. padding: 5px 15px 10px;
  368. text-align: right;
  369. border-radius: 1px;
  370. margin-bottom: 11px;
  371. font-family: "Open Sans", sans-serif;
  372. }
  373.  
  374. .showMoreFilter span {
  375. cursor: pointer;
  376. }
  377.  
  378. .showMoreFilter i {
  379. margin-left: 8px;
  380. color: #a5b1ae;
  381. }
  382.  
  383. .saveSearchTemplate {
  384. /* background: #eaeaea; */
  385. /* width: 272px; */
  386. color: #afcbc4;
  387. font-size: 10pt;
  388. padding: 9px 10px 0px 0px;
  389. text-align: right;
  390. border-radius: 1px;
  391. /* margin-top: -43px; */
  392. /* margin-bottom: 11px; */
  393. /* font-family: 'Open Sans', sans-serif; */
  394. background: #fff;
  395. /* position: absolute; */
  396. z-index: 2;
  397. width: 100%;
  398. display: inline-block;
  399. border-top: 1px solid #f5f5f5;
  400. }
  401.  
  402. .saveSearchTemplate a {
  403. cursor: pointer;
  404. color: #7ec2b0;
  405. }
  406.  
  407. .saveSearchTemplate span {
  408. font-weight: 500;
  409. }
  410.  
  411. .saveSearchTemplate i {
  412. margin-right: 8px;
  413. color: #a5b1ae;
  414. }
  415.  
  416. .searchFilterBtnDiv {
  417. /* padding: 27px 0px; */
  418. /* height: 30px; */
  419. /* width: 290px; */
  420. position: fixed;
  421. width: 290px;
  422. height: 45px;
  423. /* background: #f5f5f5; */
  424. bottom: 29px;
  425. /* right: 78px; */
  426. /* box-shadow: 0px -12px 7px 0px #f5f5f5; */
  427. margin: auto;
  428. transform: translateZ(0);
  429. z-index: 1;
  430. }
  431. .searchFilterBtn {
  432. border: none;
  433. position: fixed;
  434. left: 50%;
  435. bottom: -20px;
  436. box-shadow: 0px 32px 5px #fafafa, 0px -10px 5px #fafafa !important;
  437. width: 100%;
  438. color: #fff;
  439. border-radius: 5px;
  440. background: #38ce98;
  441. padding: 9px 0px;
  442. overflow: hidden;
  443. position: absolute;
  444. left: 50%;
  445. transform: translate(-50%, -50%);
  446. }
  447.  
  448. /* .searchFilterBtn:hover {
  449. background-position: 100% 0px;
  450. -moz-transition: all .4s ease-in-out;
  451. -o-transition: all .4s ease-in-out;
  452. -webkit-transition: all .4s ease-in-out;
  453. transition: all .4s ease-in-out;
  454. } */
  455.  
  456. .searchFilterBtn span {
  457. display: block;
  458. position: relative;
  459. z-index: 10;
  460. }
  461.  
  462. .searchFilterBtn:after,
  463. .searchFilterBtn:before {
  464. padding: 19px 0;
  465. content: "";
  466. position: absolute;
  467. top: 0;
  468. left: calc(-100% - 30px);
  469. height: calc(100% - 29px);
  470. width: calc(100% + 20px);
  471. color: #fff;
  472. border-radius: 2px;
  473. transform: skew(-25deg);
  474. }
  475.  
  476. .searchFilterBtn:after {
  477. background: #fff;
  478. transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  479. z-index: 0;
  480. opacity: 0.8;
  481. }
  482.  
  483. .searchFilterBtn:before {
  484. /* background: #b6d8dc; */
  485. background: #b5e1e5;
  486. z-index: 5;
  487. transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  488. }
  489.  
  490. .searchFilterBtn:hover:after {
  491. left: calc(0% - 10px);
  492. transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  493. }
  494.  
  495. .searchFilterBtn:hover:before {
  496. left: calc(0% - 10px);
  497. transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  498. }
  499.  
  500. .searchFilterInputGroup {
  501. position: relative;
  502. z-index: 1;
  503. display: inline-block;
  504. margin: 1em;
  505. max-width: 350px;
  506. width: calc(100% - 2em);
  507. vertical-align: top;
  508. }
  509.  
  510. .searchFilterInputLabel {
  511. width: 100%;
  512. text-align: left;
  513. position: absolute;
  514. bottom: 100%;
  515. pointer-events: none;
  516. overflow: hidden;
  517. padding: 0 1.25em;
  518. -webkit-transform: translate3d(0, 3em, 0);
  519. transform: translate3d(0, 3em, 0);
  520. -webkit-transition: -webkit-transform 0.25s;
  521. transition: transform 0.25s;
  522. -webkit-transition-timing-function: ease-in-out;
  523. transition-timing-function: ease-in-out;
  524. }
  525.  
  526. .searchFilterInputLabel span {
  527. color: #8b8c8b;
  528. padding: 0.25em 0;
  529. -webkit-transition: -webkit-transform 0.25s;
  530. transition: transform 0.25s;
  531. -webkit-transition-timing-function: ease-in-out;
  532. transition-timing-function: ease-in-out;
  533. position: relative;
  534. display: block;
  535. padding: 1.6em 0;
  536. width: 100%;
  537. }
  538.  
  539. .searchFilterInputLabel span::after {
  540. content: attr(data-content);
  541. position: absolute;
  542. font-weight: 800;
  543. bottom: 100%;
  544. left: 0;
  545. height: 100%;
  546. width: 100%;
  547. color: #a3d39c;
  548. padding: 0.25em 0;
  549. text-transform: uppercase;
  550. letter-spacing: 1px;
  551. font-size: 0.85em;
  552. }
  553.  
  554. .input {
  555. position: relative;
  556. z-index: 1;
  557. display: inline-block;
  558. margin: 13px 0px;
  559. /* max-width: 415px; */
  560. width: calc(100% - 3px);
  561. vertical-align: top;
  562. }
  563.  
  564. .input__field {
  565. position: relative;
  566. display: block;
  567. float: right;
  568. padding: 8px 15px;
  569. width: 60%;
  570. border: none;
  571. border-radius: 0;
  572. background: #f0f0f0;
  573. color: #9c9c9c;
  574. font-weight: 400;
  575. /* font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  576. -webkit-appearance: none;
  577. font-size: 12pt;
  578. }
  579.  
  580. .input__field:focus {
  581. outline: none;
  582. background-color: #fff;
  583. }
  584.  
  585. .input__label {
  586. display: inline-block;
  587. float: right;
  588. padding: 0 1em;
  589. width: 40%;
  590. color: #696969;
  591. font-weight: 300;
  592. font-size: 71.25%;
  593. -webkit-font-smoothing: antialiased;
  594. -moz-osx-font-smoothing: grayscale;
  595. -webkit-touch-callout: none;
  596. -webkit-user-select: none;
  597. -khtml-user-select: none;
  598. -moz-user-select: none;
  599. -ms-user-select: none;
  600. user-select: none;
  601. }
  602.  
  603. .input__label-content {
  604. position: relative;
  605. display: block;
  606. padding: 1.6em 0;
  607. width: 100%;
  608. }
  609.  
  610. /* Yoshiko */
  611. .input__field--yoshiko {
  612. width: 100%;
  613. background-color: #ffffff;
  614. border: 2px solid transparent;
  615. -webkit-transition: background-color 0.25s, border-color 0.25s,
  616. box-shadow 0.5s;
  617. transition: background-color 0.25s, border-color 0.25s, box-shadow 0.5s;
  618. /* box-shadow: 0px 1px 0px 0px #e0e0e0; */
  619. /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  620. box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
  621. border: solid 1px #ededed;
  622. border-radius: 3px;
  623. }
  624.  
  625. .input__label--yoshiko {
  626. width: 100%;
  627. text-align: left;
  628. position: absolute;
  629. bottom: 100%;
  630. pointer-events: none;
  631. overflow: hidden;
  632. padding: 0 1.25em;
  633. -webkit-transform: translate3d(0, 36px, 0);
  634. transform: translate3d(0, 36px, 0);
  635. -webkit-transition: -webkit-transform 0.25s;
  636. transition: transform 0.25s;
  637. -webkit-transition-timing-function: ease-in-out;
  638. transition-timing-function: ease-in-out;
  639. }
  640.  
  641. .input__label-content--yoshiko {
  642. color: #bfbfbf;
  643. padding: 0.25em 0;
  644. -webkit-transition: -webkit-transform 0.25s;
  645. transition: transform 0.25s;
  646. -webkit-transition-timing-function: ease-in-out;
  647. transition-timing-function: ease-in-out;
  648. }
  649.  
  650. .input__label-content--yoshiko::after {
  651. content: attr(data-content);
  652. position: absolute;
  653. font-weight: 400;
  654. bottom: 100%;
  655. left: 0;
  656. height: 100%;
  657. width: 100%;
  658. /* color: #9bdfae; */
  659. /* color: #4fad6a; */
  660. color: #77bc86;
  661. padding: 0.25em 0;
  662. /* text-transform: uppercase; */
  663. /* letter-spacing: 1px; */
  664. font-size: 10pt;
  665. }
  666.  
  667. .input__field--yoshiko:focus + .input__label--yoshiko,
  668. .input--filled .input__label--yoshiko {
  669. -webkit-transform: translate3d(0, 0, 0);
  670. transform: translate3d(0, 0, 0);
  671. margin: 0px;
  672. padding: 0px 4px;
  673. }
  674.  
  675. .input__field--yoshiko:focus
  676. + .input__label--yoshiko
  677. .input__label-content--yoshiko,
  678. .input--filled .input__label-content--yoshiko {
  679. -webkit-transform: translate3d(0, 100%, 0);
  680. transform: translate3d(0, 100%, 0);
  681. }
  682.  
  683. .input__field--yoshiko:focus + .input__field--yoshiko,
  684. .input--filled .input__field--yoshiko {
  685. background-color: transparent;
  686. /* border-color: #a3d39c; */
  687. }
  688.  
  689. .input--filled .input__label-content--yoshiko::after {
  690. /* color: #bfbfbf; */
  691. color: #77bc86 !important;
  692. }
  693.  
  694. .searchFilterInputField {
  695. width: 100%;
  696. background-color: #d0d1d0;
  697. border: 2px solid transparent;
  698. -webkit-transition: background-color 0.25s, border-color 0.25s;
  699. transition: background-color 0.25s, border-color 0.25s;
  700. }
  701.  
  702. .star label {
  703. box-shadow: 0px 0px 0px 0px rgba(161, 215, 172, 0.53);
  704. }
  705. .star label:after {
  706. content: "\f005";
  707. }
  708. .star input:checked + label {
  709. /* background-color: #fdc02f; */
  710. /* border-color: #fdc02f; */
  711. box-shadow: 0px 0px 0px 0.5em rgba(161, 215, 172, 0);
  712. }
  713. .star input:checked + label:after {
  714. color: #a1d7ac;
  715. }
  716.  
  717. .anim-icon {
  718. /* width: 1.9em;
  719. height: 1.9em; */
  720. /* margin: 20px; */
  721. margin: 0px 5px;
  722. width: 17px;
  723. height: 17px;
  724. font-size: 12pt;
  725. display: inline-block;
  726. position: relative;
  727. vertical-align: middle;
  728. z-index: 2;
  729. }
  730. .anim-icon input {
  731. display: none;
  732. }
  733. .anim-icon label {
  734. position: absolute;
  735. left: 0;
  736. top: 0;
  737. margin: 0px -7px;
  738. width: 100%;
  739. height: 100%;
  740. /* border: 0.1em solid #cccccc; */
  741. border-radius: 100%;
  742. display: block;
  743. font: normal normal normal 13px FontAwesome;
  744. color: transparent;
  745. font-size: inherit;
  746. text-rendering: auto;
  747. -webkit-font-smoothing: antialiased;
  748. cursor: pointer;
  749. }
  750. .anim-icon label:after {
  751. left: 0;
  752. top: 50%;
  753. margin-top: -0.5em;
  754. display: block;
  755. position: relative;
  756. text-align: center;
  757. }
  758. .anim-icon input:checked + label {
  759. animation: check-in 0.3s forwards;
  760. transition: background-color 0.1s 0.2s, box-shadow 1s;
  761. /* border-width: 0.1em; */
  762. /* border-style: solid; */
  763. }
  764. .anim-icon input:checked + label:after {
  765. animation: icon 0.3s forwards;
  766. }
  767.  
  768. @keyframes icon {
  769. 0% {
  770. margin-top: -0.5em;
  771. font-size: 1.5em;
  772. }
  773. 100% {
  774. font-size: 1em;
  775. opacity: 1;
  776. color: #a1d7ac;
  777. }
  778. }
  779. @keyframes check-in {
  780. 0% {
  781. left: 20%;
  782. top: 20%;
  783. width: 60%;
  784. height: 60%;
  785. }
  786. 80% {
  787. left: -5%;
  788. top: -5%;
  789. width: 110%;
  790. height: 110%;
  791. }
  792. 100% {
  793. left: 0;
  794. top: 0;
  795. width: 100%;
  796. height: 100%;
  797. }
  798. }
  799. @keyframes check {
  800. 0% {
  801. left: 5%;
  802. top: 5%;
  803. width: 90%;
  804. height: 90%;
  805. }
  806. 10% {
  807. left: 0;
  808. top: 0;
  809. width: 100%;
  810. height: 100%;
  811. }
  812. 80% {
  813. left: -5%;
  814. top: -5%;
  815. width: 110%;
  816. height: 110%;
  817. }
  818. 90% {
  819. left: 5%;
  820. top: 5%;
  821. width: 90%;
  822. height: 90%;
  823. }
  824. 100% {
  825. left: 0;
  826. top: 0;
  827. width: 100%;
  828. height: 100%;
  829. }
  830. }
  831.  
  832. .workflowIcons {
  833. float: left;
  834. }
  835. .rightPanel .pretty .state label {
  836. text-indent: 7px;
  837. min-width: 5px;
  838. margin-top: 1.5px;
  839. }
  840. .workflowIcons .pretty .state label:before,
  841. .workflowIcons .pretty .state label:after {
  842. border: none;
  843. }
  844. .rightPanel .f4InputCheckbox input + div {
  845. white-space: nowrap;
  846. text-overflow: ellipsis;
  847. overflow: hidden;
  848. }
  849.  
  850. .workflowProfControlChoice {
  851. float: left;
  852. margin-right: -26px;
  853. margin-bottom: 10px;
  854. padding: 9px 16px 8px;
  855. border-radius: 1px;
  856. width: 78px;
  857. height: 72px;
  858. font-size: 19pt;
  859. border: 1px solid;
  860. cursor: pointer;
  861. color: #bfbfbf !important;
  862. }
  863.  
  864. .workflowProfControlChoiceMain {
  865. float: left;
  866. margin-right: -26px;
  867. margin-bottom: 10px;
  868. padding: 11px 22px 8px;
  869. border-radius: 1px;
  870. width: 105px;
  871. height: 90px;
  872. font-size: 19pt;
  873. border: 1px solid;
  874. cursor: pointer;
  875. color: #bfbfbf !important;
  876. }
  877.  
  878. .workflowProfControlChoice:hover,
  879. .workflowProfControlChoiceMain:hover {
  880. /* border: none; */
  881. border-image: linear-gradient(to left, #9bd2ac 0%, #509eb8 100%) !important;
  882. border-image-slice: 1 !important;
  883. border-width: 1px !important;
  884. }
  885. .workflowColoredIcon {
  886. opacity: 0;
  887. transition: 0.5s;
  888. }
  889. .workflowGreyIcon {
  890. opacity: 1;
  891. transition: 0.5s;
  892. }
  893. .workflowProfControlChoice:hover .workflowColoredIcon,
  894. .workflowProfControlChoiceMain:hover .workflowColoredIcon {
  895. opacity: 1 !important;
  896. }
  897.  
  898. .workflowProfControlChoice:hover .workflowGreyIcon,
  899. .workflowProfControlChoiceMain:hover .workflowGreyIcon {
  900. opacity: 0 !important;
  901. }
  902.  
  903. .workflowIcons:hover .workflowProfControlChoiceText,
  904. .workflowIcons:hover .workflowProfControlChoiceTextMain {
  905. color: #0b311f;
  906. }
  907.  
  908. .workflowIcons .button--antiman::before {
  909. border: 1px solid #218e556e;
  910. }
  911.  
  912. .workflowIcons .button--antiman:hover::before {
  913. transform: scale3d(1.05, 1.05, 1);
  914. }
  915.  
  916. .workflowProfControlChoiceText {
  917. width: 62px;
  918. text-align: center;
  919. font-size: 9pt;
  920. line-height: 9px;
  921. float: left;
  922. margin: -28px 9px;
  923. color: #9a9a9a;
  924. font-weight: 400;
  925. cursor: pointer;
  926. transition: 0.5s;
  927. }
  928.  
  929. .workflowProfControlChoiceTextMain {
  930. width: 62px;
  931. text-align: center;
  932. font-size: 9pt;
  933. line-height: 9px;
  934. float: left;
  935. margin: -30px 23px;
  936. color: #9a9a9a;
  937. font-weight: 400;
  938. cursor: pointer;
  939. transition: 0.5s;
  940. }
  941.  
  942. .fullClientChoice {
  943. /* background: #c2e9db70; */
  944. /* color: #7dad94 !important; */
  945. }
  946.  
  947. .bankClientChoice {
  948. /* background: #b5e1e59c; */
  949. /* color: #78a3a7 !important; */
  950. }
  951.  
  952. .fullBankChoice {
  953. /* background: #a4dbc3a3; */
  954. /* color: #34805f !important; */
  955. padding: 9px 21px;
  956. }
  957.  
  958. .fullBankChoice2 {
  959. padding: 11px 32px;
  960. }
  961.  
  962. .workflowProfControlChoice i {
  963. -webkit-text-stroke: 0.3px white;
  964. }
  965.  
  966. .childCorpText {
  967. width: 200px;
  968. float: left;
  969. }
  970.  
  971. .childCorpSearch {
  972. float: right;
  973. width: 30px;
  974. height: 30px;
  975. font-size: 11pt;
  976. padding: 5px 8px;
  977. /* background: #888; */
  978. color: #81c3b0;
  979. border: 1px solid #81c3b0;
  980. border-radius: 2em;
  981. margin: 15px 13px;
  982. cursor: pointer;
  983. }
  984.  
  985. .multiSelectInstr {
  986. font-size: 8.5pt;
  987. color: #81af9b;
  988. padding-left: 1px;
  989. }
  990.  
  991. .wfProfileContainer {
  992. min-height: 115px;
  993. margin-top: 10px;
  994. overflow: hidden;
  995. }
  996.  
  997. .boDatePicker i.fa-calendar {
  998. color: rgb(179, 249, 200) !important;
  999. /* top: -5px !important;
  1000. left: -5px !important; */
  1001. top: -6px !important;
  1002. left: -18px !important;
  1003. }
  1004.  
  1005. .boDatePicker .fal.fa-calendar-alt {
  1006. color: rgb(109, 167, 124) !important;
  1007. /* top: -38px !important;
  1008. left: -5px !important; */
  1009. top: -6px !important;
  1010. left: -20px !important;
  1011. }
  1012.  
  1013. .boDatePicker .cal-to {
  1014. font-size: 12pt;
  1015. margin: 0px 3px;
  1016. }
  1017.  
  1018. .boDatePickerSingle i.fa-calendar {
  1019. /* color: rgb(179, 249, 200) !important; */
  1020. /* top: 31px !important; */
  1021. /* left: -22px !important; */
  1022. }
  1023.  
  1024. .boDatePickerSingle .fal.fa-calendar-alt {
  1025. /* color: rgb(109, 167, 124) !important; */
  1026. /* top: -2px !important; */
  1027. /* left: -22px !important; */
  1028. }
  1029.  
  1030. .boDatePickerSingle .cal-to {
  1031. font-size: 12pt;
  1032. margin: 0px 3px;
  1033. }
  1034.  
  1035. .rightPanel .boRadioBtn {
  1036. padding: 0px 0px 10px !important;
  1037. }
  1038.  
  1039. #searchFilterContainerId {
  1040. animation: slideInRight 0.5s ease-in;
  1041. }
  1042.  
  1043. .full-width-no-padding {
  1044. width: 100%;
  1045. padding: 0px;
  1046. }
  1047.  
  1048. .additional {
  1049. margin: 13px 10px 0px 0px;
  1050. padding: 0px 12px 0px;
  1051. }
  1052.  
  1053. #react-select-2--backspace-remove-message {
  1054. display: none;
  1055. }
  1056.  
  1057. .Select--multi .Select-value-label {
  1058. color: #636363;
  1059. }
  1060.  
  1061. .multi-value-image {
  1062. margin-top: -2px;
  1063. }
  1064.  
  1065. .multi-select-close:hover {
  1066. cursor: pointer;
  1067. }
  1068.  
  1069. .boDatePickerSingle i.fa-calendar {
  1070. /* color: rgb(179, 249, 200) !important; */
  1071. /* top: 31px !important; */
  1072. /* left: -22px !important; */
  1073. }
  1074.  
  1075. .boDatePickerSingle .fal.fa-calendar-alt {
  1076. /* color: rgb(109, 167, 124) !important; */
  1077. /* top: -2px !important; */
  1078. /* left: -22px !important; */
  1079. }
  1080.  
  1081. .boDatePickerSingle .cal-to {
  1082. font-size: 12pt;
  1083. margin: 0px 3px;
  1084. }
  1085.  
  1086. .sa {
  1087. margin-top: 20px;
  1088. }
  1089.  
  1090. .rightPanel .react-datepicker__input-container input {
  1091. border: none;
  1092. border: 1px solid #ededed;
  1093. border-radius: 3px;
  1094. padding: 5px 11px 5px 11px;
  1095. height: 34px;
  1096. width: 109px;
  1097. color: #aaa;
  1098. font-size: 11pt;
  1099. font-weight: 400;
  1100. margin-bottom: 4px;
  1101. font-weight: 400;
  1102. }
  1103.  
  1104. .rightPanel .wflw-filter-cal .fal.fa-calendar-alt {
  1105. color: rgb(109, 167, 124) !important;
  1106. top: -6px !important;
  1107. left: -20px !important;
  1108. }
  1109.  
  1110. .rightPanel .wflw-filter-cal .fas.fa-calendar {
  1111. color: rgb(179, 249, 200) !important;
  1112. top: -6px !important;
  1113. left: -20px !important;
  1114. }
  1115.  
  1116. .rightPanel .cal-div .wflw-filter-cal-icn {
  1117. position: absolute;
  1118. top: 20px;
  1119. left: 130px;
  1120. z-index: 0;
  1121. }
  1122.  
  1123. .rightPanel .react-datepicker__input-container input {
  1124. background: transparent;
  1125. cursor: pointer;
  1126. }
  1127.  
  1128. .rightPanel .react-datepicker-wrapper {
  1129. position: relative;
  1130. z-index: 1;
  1131. }
  1132.  
  1133. /* DatePicker Style - Single */
  1134. .rightPanelSingleDtPicker .wflw-filter-cal-icn {
  1135. position: absolute;
  1136. }
  1137.  
  1138. .rightPanelSingleDtPicker .wflw-filter-cal .fal.fa-calendar-alt {
  1139. color: rgb(109, 167, 124) !important;
  1140. top: 14px !important;
  1141. left: 1px !important;
  1142. }
  1143.  
  1144. .rightPanelSingleDtPicker .wflw-filter-cal .fas.fa-calendar {
  1145. color: rgb(179, 249, 200) !important;
  1146. top: 14px !important;
  1147. left: 1px !important;
  1148. }
  1149.  
  1150. @media (min-width: 1259px) and (min-height: 1079px) {
  1151. .searchFilterBtnDiv {
  1152. width: 274px !important;
  1153. }
  1154. }
  1155.  
  1156. @media (min-width: 1259px) and (min-height: 609px) and (max-height: 610px) {
  1157. .searchFilterBtnDiv {
  1158. width: 274px !important;
  1159. }
  1160. }
  1161.  
  1162. .rightPanel .f4TimePickerBetween .ant-time-picker {
  1163. width: 120px;
  1164. }
  1165.  
  1166. .rightPanel .f4TimePickerBetween .ant-time-picker-input {
  1167. border: 1px solid #ededed;
  1168. color: #b9b8b8;
  1169. font-size: 10.5pt;
  1170. }
  1171.  
  1172. .rightPanel .f4TimePickerBetween .ant-time-picker-input {
  1173. height: unset;
  1174. }
  1175.  
  1176. .rightPanel .f4TimePickerBetween .timePickerTo {
  1177. padding: 5px;
  1178. font-size: 10.5pt;
  1179. }
  1180.  
  1181. .rightPanel .f4TimePickerBetween .f4FormFieldLabel {
  1182. margin-left: 4px;
  1183. font-size: 10px;
  1184. font-weight: 400;
  1185. }
  1186.  
  1187. .rightPanel .f4TimePickerBetween {
  1188. margin-bottom: 13px;
  1189. }
  1190.  
  1191. .Select-control,
  1192. .searchFilter .tranconfigsearchcorp .react-autosuggest__input,
  1193. .searchFilter .react-datepicker__input-container input {
  1194. transition: 0.5s;
  1195. }
  1196.  
  1197. .searchFilter .input__field--yoshiko:hover,
  1198. .searchFilter .Select-control:hover,
  1199. .searchFilter .tranconfigsearchcorp .react-autosuggest__input:hover,
  1200. .searchFilter .react-datepicker__input-container input:hover {
  1201. box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
  1202. border: 1px solid #44b160 !important;
  1203. }
  1204.  
  1205. .tranconfigsearchcorp .react-autosuggest__suggestions-container--open {
  1206. left: 0px;
  1207. }
  1208.  
  1209. .searchFilterBtn:hover,
  1210. .searchFilterBtn:active,
  1211. .searchFilterBtn:focus {
  1212. left: 50% !important;
  1213. transform: translate(-50%, -50%) !important;
  1214. color: #fff !important;
  1215. border: none !important;
  1216. outline: none !important;
  1217. background: #38ce98 !important;
  1218. }
  1219.  
  1220. .searchFilter .groupcheckboxes-main {
  1221. display: flex;
  1222. }
  1223.  
  1224. .searchFilter .f4CheckboxMainContainer {
  1225. border: none !important;
  1226. padding: 10px 15px 0px 0px;
  1227. }
  1228.  
  1229. .searchFilter .f4CheckboxMainContainer:hover {
  1230. box-shadow: none;
  1231. border: none !important;
  1232. }
  1233.  
  1234. .searchFilter .modal-check-checkbox {
  1235. height: 20px;
  1236. width: 20px;
  1237. }
  1238.  
  1239. .searchFilter .modal-check-checkbox i {
  1240. font-size: 22px;
  1241. }
  1242. .searchFilterBtnDiv-fixed {
  1243. width: calc(25% - 46px);
  1244. right: 23px;
  1245. }
  1246.  
  1247. .searchFilterBtn-relative,
  1248. .searchFilterBtnDiv-relative {
  1249. width: 100%;
  1250. }
  1251.  
  1252. .twoColRightPanel .twoColManualUpload-download {
  1253. width: calc(100% - 115px) !important;
  1254. }
  1255.  
  1256. .rightPanel .Select--multi .Select-placeholder {
  1257. width: 100%;
  1258. }
  1259.  
  1260. .rightpanel-grpcheckboxes {
  1261. padding: 0px;
  1262. margin-bottom: 7px;
  1263. width: 100%;
  1264. display: flex;
  1265. flex-wrap: wrap;
  1266. }
  1267.  
  1268. .rightpanel-grpcheckboxes-block > .f4CheckboxNewMainContainer {
  1269. width: 100%;
  1270. }
  1271.  
  1272. .searchFilter .groupcheckboxes-main {
  1273. display: flex;
  1274. flex-wrap: wrap;
  1275. }
  1276.  
  1277. .searchFilter .f4CheckboxMainContainer {
  1278. border: none !important;
  1279. padding: 10px 15px 0px 0px;
  1280. }
  1281.  
  1282. .searchFilter .f4CheckboxMainContainer:hover {
  1283. box-shadow: none;
  1284. border: none !important;
  1285. }
  1286.  
  1287. .searchFilter .modal-check-checkbox {
  1288. height: 20px;
  1289. width: 20px;
  1290. }
  1291.  
  1292. .searchFilter .modal-check-checkbox i {
  1293. font-size: 22px;
  1294. }
  1295.  
  1296. .searchFilterBtn:hover,
  1297. .searchFilterBtn:active,
  1298. .searchFilterBtn:focus {
  1299. left: 50% !important;
  1300. transform: translate(-50%, -50%) !important;
  1301. color: #fff !important;
  1302. border: none !important;
  1303. outline: none !important;
  1304. background: #38ce98 !important;
  1305. }
  1306.  
  1307. .searchFilter .groupcheckboxes-main .icn-div {
  1308. bottom: -6px;
  1309. }
  1310.  
  1311. .searchFilter .rightpanel-inputrange input {
  1312. height: 15px !important;
  1313. padding: 15px;
  1314. color: #9c9c9c;
  1315. font-weight: 400;
  1316. font-size: 10.5pt !important;
  1317. }
  1318.  
  1319. .searchFilter .rightpanel-inputrange .inputrange-to {
  1320. font-size: 12pt;
  1321. color: #bfbfbf;
  1322. }
  1323.  
  1324. .searchFilter
  1325. .rightpanel-inputrange
  1326. .has-feedback
  1327. label
  1328. ~ .form-control-feedback {
  1329. font-size: 12px;
  1330. height: 20px;
  1331. width: 20px;
  1332. margin-top: -20px;
  1333. display: flex;
  1334. align-items: center;
  1335. /* text-align: center; */
  1336. justify-content: center;
  1337. }
  1338.  
  1339. .itemblocked-groupcheckboxes {
  1340. width: 100%;
  1341. }
  1342.  
  1343. /** new right panel css start **/
  1344. .searchfilter-container {
  1345. }
  1346.  
  1347. .searchfilter-container-alt {
  1348. }
  1349.  
  1350. .searchfilter-container:hover .copyFromSearchFilter {
  1351. display: flex;
  1352. }
  1353.  
  1354. .searchfilter-button {
  1355. height: 90px;
  1356. padding: 15px 0px;
  1357. position: fixed;
  1358. bottom: 0px;
  1359. z-index: 5;
  1360. width: calc(25% - 46px);
  1361. }
  1362.  
  1363. .searchfilter-button-alt {
  1364. position: relative;
  1365. width: 100%;
  1366. }
  1367.  
  1368. .searchfilter-panel {
  1369. font-size: 14pt;
  1370. background: #fff;
  1371. color: #585858;
  1372. width: 100%;
  1373. max-width: 100%;
  1374. box-shadow: 0px 3px 7px 5px #f3f3f3d4;
  1375. position: relative;
  1376. }
  1377.  
  1378. .searchfilter-hdr {
  1379. display: flex;
  1380. align-items: center;
  1381. height: 40px;
  1382. border-bottom: 1px solid #f5f5f5;
  1383. padding: 0px 16px;
  1384. font-size: 10pt;
  1385. position: relative;
  1386. }
  1387.  
  1388. .searchfilter-container-alt .searchfilter-hdr {
  1389. position: fixed;
  1390. background: #fff;
  1391. z-index: 9;
  1392. width: calc(25% - 46px);
  1393. margin-top: 58px;
  1394. top: 0px;
  1395. }
  1396.  
  1397. .searchfilter-hdr > span {
  1398. width: 100%;
  1399. }
  1400.  
  1401. .searchfilter-hdr > i {
  1402. margin-right: 12px;
  1403. color: #7bc0b0;
  1404. }
  1405.  
  1406. .searchfilter-hdr > i:nth-child(3) {
  1407. color: darkgrey !important;
  1408. margin: 0px !important;
  1409. cursor: pointer;
  1410. }
  1411.  
  1412. .searchfilter-initialgroup {
  1413. }
  1414.  
  1415. .searchfilter-fieldsset {
  1416. padding: 15px;
  1417. }
  1418.  
  1419. .searchfilter-initialgroup > div:nth-child(2) {
  1420. border-top: 1px solid #f5f5f5;
  1421. }
  1422.  
  1423. .searchfilter-buttonmain {
  1424. height: 90px;
  1425. }
  1426.  
  1427. .sf-fieldsitem {
  1428. margin: 10px 0px;
  1429. display: inline-block;
  1430. width: 100%;
  1431. }
  1432.  
  1433. .sf-copyfrom {
  1434. position: absolute;
  1435. right: 0px;
  1436. top: 50%;
  1437. transform: translate(0, -50%);
  1438. height: 100%;
  1439. display: flex;
  1440. align-items: center;
  1441. transition: 0.5s;
  1442. width: 45px;
  1443. padding: 0 5px;
  1444. z-index: 2;
  1445. overflow: hidden;
  1446. }
  1447.  
  1448. .sf-copyfrom-alt {
  1449. width: 100%;
  1450. }
  1451.  
  1452. .sf-copyfrom .f4FormFieldLabel {
  1453. display: none;
  1454. }
  1455.  
  1456. .sf-copyfrom .Select-control {
  1457. height: 40px;
  1458. margin: 0px;
  1459. }
  1460.  
  1461. .sf-copyfrom .Select-placeholder,
  1462. .sf-copyfrom .Select-input {
  1463. padding: 2px 13px 2px 35px !important;
  1464. margin: 0px;
  1465. width: 100px;
  1466. }
  1467.  
  1468. .sf-copyfrom-alt .showUseTempSelect {
  1469. display: block;
  1470. }
  1471.  
  1472. .sf-copyfrom-alt .copyFromSearchFilter {
  1473. display: flex;
  1474. }
  1475.  
  1476. .searchfilter-panel .f4CheckboxMainContainer {
  1477. border: none;
  1478. padding: 5px 0px;
  1479. margin: 0px;
  1480. }
  1481.  
  1482. .searchfilter-panel .f4CheckboxMainContainer:hover {
  1483. border: none !important;
  1484. box-shadow: none !important;
  1485. }
  1486.  
  1487. .searchfilter-panel .F4DatePickerBetweenEnhanced {
  1488. position: relative;
  1489. }
  1490.  
  1491. .searchfilter-panel .f4MultipleSelect .Select--multi .Select-placeholder {
  1492. width: 120px;
  1493. }
  1494.  
  1495. .searchfilter-panel
  1496. .f4MultipleSelect
  1497. .is-focused.Select--multi
  1498. .Select-placeholder {
  1499. width: 100%;
  1500. }
  1501.  
  1502. .searchfilter-container-alt .sf-copyfrom {
  1503. right: 30px;
  1504. }
  1505.  
  1506. .searchfilter-container-alt .sf-copyfrom-alt {
  1507. right: 0px;
  1508. }
  1509.  
  1510. .searchFilter .rightpanel-inputrange input {
  1511. height: 15px !important;
  1512. padding: 15px;
  1513. color: #9c9c9c;
  1514. font-weight: 400;
  1515. font-size: 10.5pt !important;
  1516. }
  1517.  
  1518. .searchfilter-panel .rightpanel-inputrange .inputrange-to {
  1519. font-size: 12pt;
  1520. color: #bfbfbf;
  1521. }
  1522.  
  1523. .searchfilter-panel
  1524. .rightpanel-inputrange
  1525. .has-feedback
  1526. label
  1527. ~ .form-control-feedback {
  1528. font-size: 12px;
  1529. height: 20px;
  1530. width: 20px;
  1531. margin-top: -20px;
  1532. display: flex;
  1533. align-items: center;
  1534. /* text-align: center; */
  1535. justify-content: center;
  1536. }
  1537.  
  1538. .itemblocked-groupcheckboxes {
  1539. width: 100%;
  1540. }
  1541.  
  1542. /** new right panel css end **/
  1543.  
  1544. /** expandable search filter css start**/
  1545. .showAllFilters {
  1546. font-size: 15px;
  1547. font-weight: 500;
  1548. height: 40px;
  1549. cursor: pointer;
  1550. position: relative;
  1551. width: 100%;
  1552. display: flex;
  1553. align-items: center;
  1554. justify-content: center;
  1555. color: #59ab8d;
  1556. padding-top: 4px;
  1557. }
  1558.  
  1559. .expandedSearchFilter {
  1560. position: fixed;
  1561. top: 0;
  1562. right: 0;
  1563. width: 35%;
  1564. height: 100%;
  1565. background: #fff;
  1566. z-index: 99;
  1567. overflow-y: auto;
  1568. }
  1569.  
  1570. .rightpanel-alt {
  1571. z-index: 999;
  1572. }
  1573.  
  1574. .expandedSearchFilterHeader {
  1575. font-size: 20px;
  1576. font-weight: 500;
  1577. position: relative;
  1578. display: flex;
  1579. width: 100%;
  1580. padding: 20px 33px 15px;
  1581. justify-content: left;
  1582. }
  1583.  
  1584. .expandedSearchFilter .searchfilter-initialgroup {
  1585. padding: 0 15px;
  1586. }
  1587.  
  1588. .expandedSearchFilterClose {
  1589. position: fixed;
  1590. z-index: 9;
  1591. width: 30px;
  1592. height: 30px;
  1593. border-radius: 50%;
  1594. color: #fff;
  1595. background: #65d0ab;
  1596. display: flex;
  1597. align-items: center;
  1598. justify-content: center;
  1599. font-size: 10pt;
  1600. right: calc(34% - 5px);
  1601. top: 15px;
  1602. box-shadow: 0 2px 4px #cecece;
  1603. cursor: pointer;
  1604. }
  1605.  
  1606. .expandedSearchFilter .f4CheckboxMainContainer {
  1607. border-bottom: 1px solid #f3f3f3;
  1608. border-radius: 0px;
  1609. padding: 10px 0px;
  1610. }
  1611.  
  1612. .expandedSearchFilter .modal-check-checkbox {
  1613. border: 2px solid #ddd;
  1614. height: 18px;
  1615. width: 18px;
  1616. }
  1617.  
  1618. .expandedSearchFilter .modal-check-lbl {
  1619. position: relative;
  1620. top: 3px;
  1621. }
  1622.  
  1623. .expandedSearchFilter
  1624. .groupcheckboxes-main
  1625. .checkbox-parentdiv:last-child
  1626. .f4CheckboxMainContainer {
  1627. border-bottom: none;
  1628. }
  1629.  
  1630. .expandedSearchFilter .right-group-checkboxes-flex .groupcheckboxes-main {
  1631. display: flex;
  1632. flex-wrap: wrap;
  1633. justify-content: space-between;
  1634. margin: 0px 0px 15px 0px;
  1635. }
  1636.  
  1637. .expandedSearchFilter .right-group-checkboxes-flex .checkbox-parentdiv {
  1638. width: 48%;
  1639. }
  1640.  
  1641. .expandedSearchFilter .f4CheckboxMainContainer:hover {
  1642. border-bottom: 1px solid #f3f3f3 !important;
  1643. }
  1644.  
  1645. .expandedSearchFilter
  1646. .right-group-checkboxes-flex.right-group-checkboxes-alt
  1647. .checkbox-parentdiv:nth-last-child(-n + 2)
  1648. .f4CheckboxMainContainer,
  1649. .expandedSearchFilter
  1650. .right-group-checkboxes-flex.right-group-checkboxes-alt
  1651. .checkbox-parentdiv:nth-last-child(-n + 2)
  1652. .f4CheckboxMainContainer:hover,
  1653. .expandedSearchFilter
  1654. .groupcheckboxes-main
  1655. .checkbox-parentdiv:last-child
  1656. .f4CheckboxMainContainer:hover {
  1657. border-bottom: none !important;
  1658. }
  1659.  
  1660. .expandedSearchFilter .panel-heading {
  1661. padding: 9px 15px;
  1662. }
  1663.  
  1664. .expandedSearchFilter .panel-title {
  1665. font-size: 11pt;
  1666. color: #6b6b6b;
  1667. }
  1668.  
  1669. .expandedSearchFilter .radioButtonIconContainer,
  1670. .searchfilter-fieldsset .radioButtonIconContainer {
  1671. width: 100%;
  1672. }
  1673.  
  1674. .expandedSearchFilter .input__field--yoshiko {
  1675. height: 41px;
  1676. }
  1677.  
  1678. .expandedSearchFilter .input__label-content--yoshiko {
  1679. padding: 0px;
  1680. margin: -2px 0px;
  1681. font-size: 14px;
  1682. }
  1683.  
  1684. .expandedSearchFilter .addCorporationSearchBtn {
  1685. /* display: flex;
  1686. align-items: center; */
  1687. width: 34px !important;
  1688. height: 34px !important;
  1689. top: 5px;
  1690. padding: 10px 9px !important;
  1691. }
  1692.  
  1693. .searchfilter-panel
  1694. > div
  1695. > .searchfilter-fieldsset
  1696. .displayopt-radio
  1697. .radioButtonIconItem {
  1698. height: 56px;
  1699. width: 63px;
  1700. border-radius: 3px;
  1701. }
  1702.  
  1703. .searchfilter-panel
  1704. > div
  1705. > .searchfilter-fieldsset
  1706. .displayopt-radio
  1707. .radioButtonIcon-iconCont {
  1708. padding: 9px 0px 0px;
  1709. }
  1710.  
  1711. .searchfilter-panel
  1712. > div
  1713. > .searchfilter-fieldsset
  1714. .displayopt-radio
  1715. .radioButtonIcon-icon {
  1716. height: 21px;
  1717. }
  1718.  
  1719. .expandedSearchFilterButton {
  1720. position: sticky;
  1721. width: 45%;
  1722. justify-content: center;
  1723. flex-wrap: wrap;
  1724. bottom: 10px;
  1725. z-index: 95;
  1726. float: right;
  1727. margin-right: 10px;
  1728. }
  1729.  
  1730. .expandedSearchFilterButton .searchFilterBtn {
  1731. position: relative;
  1732. height: 53px;
  1733. font-size: 17px;
  1734. padding: 17px;
  1735. }
  1736.  
  1737. .expandedSearchFilterButton .searchFilterBtn:before,
  1738. .expandedSearchFilterButton .searchFilterBtn:after {
  1739. height: calc(100%);
  1740. }
  1741.  
  1742. .expandedSearchFilter .react-datepicker__input-container input {
  1743. width: 100% !important;
  1744. padding: 5px 11px 0px 11px;
  1745. }
  1746.  
  1747. .expandedSearchFilter .f4DatePicker {
  1748. width: 177px !important;
  1749. }
  1750.  
  1751. .expandedSearchFilter .Select-control {
  1752. height: 41px;
  1753. }
  1754.  
  1755. .expandedSearchFilter .radioButtonIconItem {
  1756. border-radius: 5px;
  1757. width: 87px;
  1758. height: 84px;
  1759. }
  1760.  
  1761. .expandedSearchFilter .radioButtonIcon-icon {
  1762. height: 32px;
  1763. }
  1764.  
  1765. .expandedSearchFilter .radioButtonIcon-label {
  1766. padding: 5px;
  1767. font-size: 13px;
  1768. }
  1769.  
  1770. .expandedSearchFilter .Select--single > .Select-control .Select-value {
  1771. padding: 6px 10px !important;
  1772. }
  1773.  
  1774. .expandedSearchFilter .Select-input {
  1775. margin: -3px;
  1776. height: 35px !important;
  1777. padding-top: 0px !important;
  1778. }
  1779.  
  1780. .expandedSearchFilter .f4FormFieldLabel {
  1781. margin-bottom: 26px;
  1782. margin-left: 0px;
  1783. font-size: 14px !important;
  1784. }
  1785.  
  1786. .expandedSearchFilter .Select-arrow-zone {
  1787. padding: 11px 0px 0px;
  1788. }
  1789.  
  1790. .expandedSearchFilter .cal-div.first .react-datepicker,
  1791. .expandedSearchFilter .cal-div.first .react-datepicker__triangle {
  1792. margin-left: 0px;
  1793. }
  1794.  
  1795. .expandedSearchFilter .Select-placeholder {
  1796. padding: 0px 10px !important;
  1797. font-size: 14px;
  1798. margin-left: 5px;
  1799. }
  1800.  
  1801. .expandedSearchFilter .fieldLabel {
  1802. font-size: 11pt;
  1803. }
  1804.  
  1805. .expandedSearchFilter .icn-div {
  1806. bottom: -11px;
  1807. right: -16px;
  1808. }
  1809.  
  1810. .expandedSearchFilter .far.fa-check {
  1811. font-size: 27px;
  1812. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement