New UI layout
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

list.page.css 9.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
  2. :root {
  3. --topNavHeight: 75px;
  4. --rtrWidth: 60px;
  5. --lftWidth: 275px;
  6. --tpMenuPad: 30px;
  7. --icnPadng: 10px 0px;
  8. --prmBgColor: rgb(244, 244, 221);
  9. --secdBgColor: #fafaf3;
  10. --secdSubColor: #f4f4f3;
  11. --lstPgArc: 15px;
  12. --frmIfrmeWidth: 500px;
  13. --frmIfrmeHeight: 550px;
  14. --frmIfrmeHeightPopUp: 80%;
  15. }
  16. a {
  17. color: #000 !important;
  18. text-decoration: none !important;
  19. }
  20. body {
  21. margin: 0px;
  22. padding: 0px;
  23. font-family: "Poppins", sans-serif;
  24. }
  25. ul,
  26. li {
  27. margin: 0px;
  28. padding: 0px;
  29. margin-left: 0px;
  30. margin-right: 0px;
  31. padding-left: 0px;
  32. padding-right: 0px;
  33. list-style: none;
  34. }
  35. .list-page {
  36. padding: 0px !important;
  37. display: flex;
  38. flex-direction: column;
  39. }
  40. .tp-bar {
  41. width: 100%;
  42. top: 0px;
  43. left: 0px;
  44. height: var(--topNavHeight);
  45. display: flex;
  46. flex-direction: row;
  47. list-style: none;
  48. align-items: center;
  49. padding-left: 0px !important;
  50. padding-right: 0px !important;
  51. z-index: 1;
  52. margin-bottom: 0px;
  53. position: fixed;
  54. }
  55. ul.tp-bar li {
  56. margin: 0px 16px;
  57. }
  58. li.logo-li {
  59. display: flex;
  60. flex-direction: row;
  61. align-items: center;
  62. width: calc(var(--lftWidth));
  63. margin-left: 0px !important;
  64. }
  65. .logo-li .logo-img {
  66. height: 50px;
  67. margin-left: 15px;
  68. padding: 8px;
  69. }
  70. .btm-bar {
  71. top: var(--topNavHeight);
  72. left: 0;
  73. width: 100%;
  74. height: calc(100vh - var(--topNavHeight));
  75. display: flex;
  76. flex-direction: row;
  77. position: fixed;
  78. }
  79. .lft-nav-bar {
  80. z-index: 1;
  81. position: fixed;
  82. left: 0;
  83. width: var(--lftWidth);
  84. height: calc(100vh - var(--topNavHeight));
  85. display: flex;
  86. flex-direction: row;
  87. }
  88. .lft-nav-bar .lft-nav-bar-1,
  89. .lft-nav-bar .lft-nav-bar-2 {
  90. list-style: none;
  91. margin-bottom: 0px !important;
  92. padding-left: 0px;
  93. }
  94. .lft-nav-bar-1 {
  95. padding: 0px 5px !important;
  96. width: var(--rtrWidth);
  97. display: flex;
  98. flex-direction: column;
  99. align-items: center;
  100. background-color: var(--prmBgColor);
  101. }
  102. .lft-nav-bar-1 li {
  103. margin: 4px 0px;
  104. }
  105. .lft-nav-bar-2 li {
  106. margin: 6px 0px;
  107. }
  108. .lft-nav-bar-2 li {
  109. font-size: 16px;
  110. padding: 0px 15px;
  111. }
  112. .lft-nav-bar-2 {
  113. width: calc(var(--lftWidth) - var(--rtrWidth));
  114. display: flex;
  115. flex-direction: column;
  116. background-color: var(--secdBgColor);
  117. transition: width 0.3s;
  118. }
  119. .rtr-nav-bar {
  120. display: none !important;
  121. position: fixed;
  122. right: 0;
  123. width: 0px;
  124. height: calc(100vh - var(--topNavHeight));
  125. background-color: var(--prmBgColor);
  126. list-style: none;
  127. display: flex;
  128. flex-direction: column;
  129. align-items: center;
  130. }
  131. .rtr-nav-bar span {
  132. margin: var(--icnPadng);
  133. }
  134. .ctr-lst-pge {
  135. position: fixed;
  136. overflow-y: hidden;
  137. z-index: 0;
  138. left: var(--lftWidth);
  139. right: 0px;
  140. height: calc(100vh - var(--topNavHeight));
  141. margin: 0px 20px;
  142. background-color: var(--secdSubColor);
  143. border-top-left-radius: var(--lstPgArc);
  144. border-top-right-radius: var(--lstPgArc);
  145. }
  146. .srch-bar {
  147. width: 35%;
  148. }
  149. .form-control#searchBar {
  150. padding: 10px;
  151. box-shadow: none;
  152. width: 100%;
  153. }
  154. .ml-auto {
  155. margin-left: auto !important;
  156. }
  157. .mr-auto {
  158. margin-right: auto !important;
  159. }
  160. .mt-auto {
  161. margin-top: auto !important;
  162. }
  163. .mb-auto {
  164. margin-bottom: auto !important;
  165. }
  166. .la,
  167. [class^="ri-"] {
  168. font-size: 1.2em;
  169. color: black;
  170. }
  171. .lft-nav-bar-2 [class^="ri-"] {
  172. font-size: 1.35em;
  173. color: black;
  174. }
  175. .icn-circle:hover {
  176. color: white;
  177. }
  178. .icn-circle {
  179. font-size: 12px;
  180. background-color: firebrick;
  181. color: white;
  182. padding: 8px;
  183. text-decoration: none;
  184. }
  185. .hdr {
  186. font-size: 16px;
  187. padding: 10px 5px;
  188. font-weight: 600;
  189. text-transform: capitalize;
  190. background-color: #e3e3e3;
  191. }
  192. .mnNvIcn,
  193. .mnNvIcn:focus {
  194. box-shadow: none !important;
  195. }
  196. .mnNvIcn-div {
  197. width: var(--rtrWidth);
  198. display: flex;
  199. justify-content: center;
  200. align-items: center;
  201. }
  202. .mnNvIcn {
  203. text-decoration: none;
  204. margin: 0px 5px;
  205. }
  206. .mnNvIcn:hover {
  207. /* background-color: var(--prmBgColor); */
  208. background-color: #e8eaed;
  209. padding: 3px 7px;
  210. border-radius: 50%;
  211. }
  212. .lft-nav-bar.lft-nav-bar-Wrap {
  213. width: var(--rtrWidth);
  214. transition: width 0.3s;
  215. }
  216. .lft-nav-bar.lft-nav-bar-Wrap .lft-nav-bar-2 {
  217. display: none;
  218. transition: display 0.3s;
  219. }
  220. .bdy-ul {
  221. height: 100%;
  222. overflow-y: scroll;
  223. }
  224. .ctr-lst-pge.lft-nav-bar-Wrap {
  225. left: var(--rtrWidth);
  226. transition: left 0.3s;
  227. }
  228. a.badge {
  229. font-size: 14px;
  230. font-weight: 500;
  231. color: inherit;
  232. text-decoration: none;
  233. }
  234. .badge.badge-soft-green,
  235. .badge.badge-soft-success {
  236. background: #e6fbf2;
  237. color: #00d67f;
  238. }
  239. /* scroll bar start here*/
  240. ::-webkit-scrollbar {
  241. width: 6px;
  242. }
  243. /* Track */
  244. ::-webkit-scrollbar-track {
  245. background: #f1f1f1;
  246. }
  247. /* Handle */
  248. ::-webkit-scrollbar-thumb {
  249. background: #888;
  250. }
  251. /* Handle on hover */
  252. ::-webkit-scrollbar-thumb:hover {
  253. background: #555;
  254. }
  255. /* Scroll bar End Here */
  256. .accordion-button::after {
  257. background-size: 0.9rem !important;
  258. }
  259. a[role="button"]:focus {
  260. box-shadow: none !important;
  261. }
  262. #notifi-list .item-li:first .accordion-button:not(.collapsed) {
  263. border-top-left-radius: var(--lstPgArc);
  264. border-top-right-radius: var(--lstPgArc);
  265. }
  266. input[type="checkbox"] {
  267. box-shadow: none !important;
  268. border-radius: 2px;
  269. }
  270. .snd-fd-biz {
  271. border-top: 1px solid rgba(0, 0, 0, 0.15);
  272. }
  273. .tp-bar li a {
  274. padding: 3px 7px;
  275. margin-top: 3px;
  276. }
  277. .nav-lft-item {
  278. padding: 3px 7px;
  279. display: flex;
  280. flex-direction: column;
  281. align-items: center;
  282. }
  283. .nav-lft-item span:nth-child(1) {
  284. padding: 3px 7px;
  285. }
  286. .nav-lft-item span:nth-child(2) {
  287. font-size: 13px;
  288. color: #000;
  289. font-weight: 400;
  290. }
  291. .tp-bar li a.nav-lft-item:hover {
  292. padding-bottom: 5px !important;
  293. padding: 8px;
  294. background-color: #e8eaed;
  295. border-radius: 50%;
  296. }
  297. button {
  298. box-shadow: none !important;
  299. }
  300. button:focus {
  301. box-shadow: none !important;
  302. }
  303. .plus {
  304. color: #000;
  305. margin-right: 8px;
  306. }
  307. .plus + span {
  308. margin-right: 8px;
  309. margin-bottom: 2px;
  310. }
  311. .create {
  312. display: flex !important;
  313. align-items: center;
  314. color: #000 !important;
  315. padding: 8px 8px !important;
  316. background-color: var(--prmBgColor) !important;
  317. border-color: var(--prmBgColor) !important;
  318. border-top-left-radius: 18px !important;
  319. border-bottom-left-radius: 18px !important;
  320. border-top-right-radius: 18px !important;
  321. border-bottom-right-radius: 18px !important;
  322. }
  323. .sub-nav-item {
  324. display: flex;
  325. align-items: center;
  326. padding: 4px 10px !important;
  327. font-size: 14px;
  328. text-decoration: none;
  329. color: #000;
  330. }
  331. .sub-nav-item.active,
  332. .sub-nav-item:hover {
  333. color: #000;
  334. background-color: var(--prmBgColor);
  335. border-top-left-radius: 16px;
  336. border-top-right-radius: 16px;
  337. border-bottom-left-radius: 16px;
  338. border-bottom-right-radius: 16px;
  339. }
  340. .sub-nav-item span {
  341. margin-right: 10px;
  342. }
  343. .nav-lft-item.active span:nth-child(1),
  344. .nav-lft-item:hover span:nth-child(1) {
  345. background-color: var(--secdBgColor);
  346. border-radius: 50%;
  347. padding: 3px 7px;
  348. }
  349. ul.ul-drpdown li {
  350. padding: 0px !important;
  351. }
  352. ul.hdr-ul {
  353. display: flex;
  354. flex-direction: row;
  355. align-items: center;
  356. background-color: var(--secdBgColor);
  357. border-top-left-radius: var(--lstPgArc);
  358. border-top-right-radius: var(--lstPgArc);
  359. height: 50px;
  360. }
  361. .chk-box-btn {
  362. background-color: unset;
  363. box-shadow: none;
  364. }
  365. ul.hdr-ul li {
  366. margin: 0px 8px;
  367. }
  368. .pggtn {
  369. padding: 0px 8px;
  370. display: flex;
  371. flex-direction: row;
  372. align-items: center;
  373. }
  374. .li-pgn {
  375. display: flex;
  376. flex-direction: row;
  377. align-items: center;
  378. margin-left: auto !important;
  379. }
  380. .pggtn .lss-than,
  381. .pggtn .grtr-than {
  382. margin: 0px 8px;
  383. }
  384. .nt-actve .la,
  385. .nt-actve [class^="ri-"] {
  386. color: #e3e3e3 !important;
  387. }
  388. .rtr-nav-bar .rtr-item {
  389. margin: 4px;
  390. padding: 6px 12px;
  391. }
  392. .rtr-nav-bar .rtr-item:hover {
  393. background-color: var(--secdBgColor);
  394. border-radius: 50%;
  395. padding: 6px 10px;
  396. }
  397. .frm-ifre {
  398. width: var(--frmIfrmeWidth);
  399. z-index: 1;
  400. background-color: #f3f3f3;
  401. position: absolute;
  402. bottom: 0px;
  403. margin-right: 1px;
  404. border: 1px solid #dadada;
  405. border-radius: 3px;
  406. }
  407. .frm-hdr {
  408. padding: 0px 10px;
  409. height: 40px;
  410. display: flex;
  411. flex-direction: row;
  412. align-items: center;
  413. }
  414. .frm-hdr .ctrl {
  415. margin-left: auto;
  416. height: 40px;
  417. display: flex;
  418. flex-direction: row;
  419. align-items: center;
  420. }
  421. .frm-hdr .ctrl .la {
  422. font-size: 16px;
  423. color: #000;
  424. }
  425. .frm-hdr .ctrl a {
  426. margin: 0px 8px;
  427. }
  428. .ld-frm-src {
  429. width: -webkit-fill-available;
  430. height: calc(var(--frmIfrmeHeight) - 42px);
  431. margin: 1px;
  432. }
  433. .wrap-iframe .ld-frm-src {
  434. margin: 0px !important;
  435. }
  436. #crte-btn-lst {
  437. height: 400px;
  438. overflow-y: scroll;
  439. }
  440. .wrap-iframe {
  441. display: flex;
  442. flex-direction: row;
  443. justify-content: center;
  444. align-items: center;
  445. position: absolute;
  446. top: 0px;
  447. z-index: 1;
  448. width: 100%;
  449. height: 100%;
  450. }
  451. [data-ispop_up="false"] .app-title-ifrm {
  452. width: 150px;
  453. white-space: nowrap;
  454. overflow: hidden;
  455. text-overflow: ellipsis;
  456. }
  457. .frm-ifre .frm-bdy {
  458. line-height: 0 !important;
  459. display: flex;
  460. flex-direction: row;
  461. }
  462. .ctrl-vrtl {
  463. display: flex;
  464. flex-direction: column;
  465. margin-left: -30px;
  466. z-index: 1;
  467. background-color: var(--prmBgColor);
  468. height: 100%;
  469. }
  470. .ctrl-vrtl a {
  471. margin: 5px;
  472. }
  473. .ChtAppIfrme {
  474. margin-left: var(--rtrWidth);
  475. height: calc(100vh - var(--topNavHeight));
  476. overflow: hidden;
  477. }
  478. .bdy-ul .accordion-button::after {
  479. margin-bottom: -8px;
  480. }
  481. .wrap-iframe + div .frm-ifre {
  482. z-index: 0 !important;
  483. }
  484. .t-sec-min {
  485. font-size: 14px;
  486. width: 10%;
  487. overflow: hidden;
  488. text-overflow: ellipsis;
  489. white-space: nowrap;
  490. text-align: right;
  491. }
  492. .w-mes {
  493. width: 90%;
  494. overflow: hidden;
  495. text-overflow: ellipsis;
  496. white-space: nowrap;
  497. }
  498. .apps-list {
  499. width: 360px;
  500. max-height: 450px;
  501. overflow-y: scroll;
  502. overflow-x: hidden;
  503. flex-wrap: wrap;
  504. }
  505. .appsBind {
  506. display: flex;
  507. flex-direction: column;
  508. margin: 8px !important;
  509. width: 70px;
  510. }
  511. .appsBind .appTitle {
  512. font-size: 14px;
  513. text-align: center;
  514. }