You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

985 lines
23KB

  1. @charset "UTF-8";
  2. /* STRUCTURE */
  3. /* line 3, ../../sass/backend/custom.scss */
  4. body {
  5. font-size: 0.9rem;
  6. }
  7. /* line 4, ../../sass/backend/custom.scss */
  8. [class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open, [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover {
  9. background: rgba(255, 255, 255, 0.1);
  10. }
  11. /* line 6, ../../sass/backend/custom.scss */
  12. .align-center {
  13. text-align: center;
  14. }
  15. /* line 7, ../../sass/backend/custom.scss */
  16. .align-left {
  17. text-align: left;
  18. }
  19. /* line 8, ../../sass/backend/custom.scss */
  20. .align-right {
  21. text-align: right;
  22. }
  23. /* line 10, ../../sass/backend/custom.scss */
  24. .hidden {
  25. display: none;
  26. }
  27. /* line 12, ../../sass/backend/custom.scss */
  28. .select2-container--default .select2-results__option[aria-disabled=true] {
  29. display: none;
  30. }
  31. /* line 16, ../../sass/backend/custom.scss */
  32. .field-collection-item-action {
  33. font-size: 2rem;
  34. font-weight: bold;
  35. margin-left: 4px;
  36. width: 7%;
  37. text-align: center;
  38. display: inline-block;
  39. line-height: 2.2rem;
  40. }
  41. /* line 25, ../../sass/backend/custom.scss */
  42. .field-collection-item-row .form-control {
  43. width: 92%;
  44. float: left;
  45. }
  46. /* line 30, ../../sass/backend/custom.scss */
  47. .card-tools h5 {
  48. margin-bottom: 0px;
  49. }
  50. /* line 32, ../../sass/backend/custom.scss */
  51. a.link-as-text {
  52. color: #333;
  53. }
  54. /* line 34, ../../sass/backend/custom.scss */
  55. .badge {
  56. font-size: 90%;
  57. }
  58. /***************************************** ADMIN SIDEBAR ***************************************/
  59. /* line 37, ../../sass/backend/custom.scss */
  60. .main-sidebar p {
  61. font-size: 0.8rem;
  62. }
  63. /* line 38, ../../sass/backend/custom.scss */
  64. .main-sidebar .sidebar {
  65. padding-left: 0px;
  66. padding-right: 0px;
  67. padding-top: 114px;
  68. }
  69. /* line 39, ../../sass/backend/custom.scss */
  70. .main-sidebar .nav-link {
  71. padding: .4rem .5rem .4rem .7rem;
  72. }
  73. /* line 41, ../../sass/backend/custom.scss */
  74. body#pdl-body .wrapper .main-sidebar {
  75. bottom: 0;
  76. float: none;
  77. height: 110vh;
  78. left: 0;
  79. position: fixed;
  80. top: 0;
  81. }
  82. /* line 42, ../../sass/backend/custom.scss */
  83. body#pdl-body .wrapper .sidebar {
  84. height: 100%;
  85. }
  86. /* line 43, ../../sass/backend/custom.scss */
  87. body#pdl-body .wrapper .sidebar nav {
  88. padding-bottom: 40px;
  89. }
  90. /* line 44, ../../sass/backend/custom.scss */
  91. body#pdl-body .wrapper .content-wrapper {
  92. margin-top: 0;
  93. padding-top: 57px;
  94. }
  95. /* line 45, ../../sass/backend/custom.scss */
  96. .sidebar {
  97. overflow-y: auto;
  98. }
  99. /* line 48, ../../sass/backend/custom.scss */
  100. #lc-flash-messages {
  101. display: none;
  102. }
  103. /* line 50, ../../sass/backend/custom.scss */
  104. .main-sidebar .logo-long {
  105. padding: 8px 0;
  106. text-align: center;
  107. }
  108. /* line 51, ../../sass/backend/custom.scss */
  109. .main-sidebar .logo-long img {
  110. height: 40px;
  111. display: inline-block;
  112. }
  113. /* line 52, ../../sass/backend/custom.scss */
  114. .sidebar-collapse .main-sidebar .logo-long span {
  115. display: none;
  116. }
  117. /* line 53, ../../sass/backend/custom.scss */
  118. .sidebar-collapse .main-sidebar:hover .logo-long span {
  119. display: inline-block;
  120. }
  121. /* line 55, ../../sass/backend/custom.scss */
  122. .table.datatable-simple .highlight {
  123. background: var(--teal);
  124. }
  125. /* line 56, ../../sass/backend/custom.scss */
  126. .datatable-field-search.small {
  127. width: 50px;
  128. }
  129. /* line 58, ../../sass/backend/custom.scss */
  130. .dataTables_length, .dataTables_filter {
  131. padding: .75rem 1.25rem 0.25rem;
  132. }
  133. /* line 60, ../../sass/backend/custom.scss */
  134. table.fixedHeader-floating {
  135. margin-top: 0px !important;
  136. }
  137. /* line 61, ../../sass/backend/custom.scss */
  138. table th.sorting_asc, table th.sorting_desc {
  139. border-top: 2px solid var(--success);
  140. }
  141. /* line 62, ../../sass/backend/custom.scss */
  142. .card-body table.lc-table-list th.filtered {
  143. border-top: 2px solid var(--primary);
  144. }
  145. /*.card-body table.lc-table-list th{border-top:3px solid var(--success);}*/
  146. /* line 64, ../../sass/backend/custom.scss */
  147. table th.filtered {
  148. border-top: 2px solid var(--primary);
  149. }
  150. /* line 65, ../../sass/backend/custom.scss */
  151. .card-body table.lc-table-list th.sorted, table th.sorting_asc, table th.sorting_desc {
  152. border-top: 2px solid var(--success);
  153. }
  154. /* line 66, ../../sass/backend/custom.scss */
  155. .card-body table.lc-table-list th.sorted.filtered {
  156. border-top: 0px;
  157. position: relative;
  158. }
  159. /* line 67, ../../sass/backend/custom.scss */
  160. .card-body table.lc-table-list th.sorted.filtered:after {
  161. content: '';
  162. height: 2px;
  163. position: absolute;
  164. left: 0;
  165. width: 100%;
  166. right: 0;
  167. top: -1px;
  168. background: linear-gradient(to right, var(--success) 0%, var(--success) 50%, var(--primary) 50%, var(--primary) 100%);
  169. }
  170. /* line 70, ../../sass/backend/custom.scss */
  171. .lc-table-list thead a {
  172. color: #212529;
  173. }
  174. /* line 71, ../../sass/backend/custom.scss */
  175. .table-filters-line th {
  176. font-weight: 400;
  177. position: relative;
  178. }
  179. /* line 73, ../../sass/backend/custom.scss */
  180. #list_filter_id {
  181. width: 60px;
  182. }
  183. /* line 74, ../../sass/backend/custom.scss */
  184. .lc-table-list .date-range {
  185. width: 130px;
  186. }
  187. /* line 76, ../../sass/backend/custom.scss */
  188. th.actions, td.actions {
  189. white-space: nowrap;
  190. text-align: right;
  191. }
  192. /* line 78, ../../sass/backend/custom.scss */
  193. .table td, .table th {
  194. padding: 0.35rem;
  195. }
  196. /* line 79, ../../sass/backend/custom.scss */
  197. .delivery-field .form-group {
  198. display: inline-block;
  199. margin-bottom: 0px;
  200. margin-right: 15px;
  201. }
  202. /* line 80, ../../sass/backend/custom.scss */
  203. .delivery-field .form-group .form-control {
  204. width: 150px;
  205. }
  206. /* line 82, ../../sass/backend/custom.scss */
  207. table th input {
  208. width: 100%;
  209. }
  210. /* line 83, ../../sass/backend/custom.scss */
  211. table th .select2-container--default .select2-selection--single {
  212. padding: 0.3rem 0.4rem;
  213. }
  214. /************************ LOGIN PAGE *********************/
  215. /* line 86, ../../sass/backend/custom.scss */
  216. .login-logo {
  217. display: block;
  218. margin: auto;
  219. }
  220. /************************ form error *********************/
  221. /* line 89, ../../sass/backend/custom.scss */
  222. .form-sent .form-control:invalid {
  223. border-color: #dc3545;
  224. padding-right: 2.25rem;
  225. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  226. background-repeat: no-repeat;
  227. background-position: center right calc(.375em + .1875rem);
  228. background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  229. }
  230. /* line 90, ../../sass/backend/custom.scss */
  231. .form-sent select.form-control:invalid + .select2 .select2-selection {
  232. border-color: #dc3545;
  233. }
  234. /* line 91, ../../sass/backend/custom.scss */
  235. .form-sent select.form-control:invalid + .select2 .select2-selection b {
  236. border-color: #dc3545 transparent transparent transparent;
  237. }
  238. /*CUSTOM Checkbox
  239. /* Customize the label (the container) */
  240. /* line 96, ../../sass/backend/custom.scss */
  241. .form-check-label {
  242. display: block;
  243. position: relative;
  244. padding-left: 26px;
  245. cursor: pointer;
  246. -webkit-user-select: none;
  247. -moz-user-select: none;
  248. -ms-user-select: none;
  249. user-select: none;
  250. }
  251. /* Hide the browser's default checkbox */
  252. /* line 98, ../../sass/backend/custom.scss */
  253. .form-check-label input {
  254. position: absolute;
  255. opacity: 0;
  256. cursor: pointer;
  257. height: 0;
  258. width: 0;
  259. }
  260. /* Create a custom checkbox */
  261. /* line 101, ../../sass/backend/custom.scss */
  262. .form-check {
  263. padding-left: 0px;
  264. }
  265. /* line 103, ../../sass/backend/custom.scss */
  266. .form-sent .form-check-label input:invalid ~ .checkmark {
  267. border-color: #dc3545;
  268. }
  269. /* line 104, ../../sass/backend/custom.scss */
  270. .form-check-label input:disabled ~ .checkmark {
  271. display: none;
  272. }
  273. /* line 105, ../../sass/backend/custom.scss */
  274. .form-check-label input ~ .checkmark {
  275. position: absolute;
  276. top: 0;
  277. left: 0;
  278. height: 18px;
  279. width: 18px;
  280. background-color: #eee;
  281. border: 1px solid var(--primary);
  282. }
  283. /* line 106, ../../sass/backend/custom.scss */
  284. .form-check-label.big input ~ .checkmark {
  285. height: 21px;
  286. width: 21px;
  287. }
  288. /* line 107, ../../sass/backend/custom.scss */
  289. .form-check-label input[type="checkbox"] ~ .checkmark {
  290. top: 2px;
  291. }
  292. /* line 108, ../../sass/backend/custom.scss */
  293. .form-check-label input[type="radio"] ~ .checkmark {
  294. top: 3px;
  295. border-radius: 50%;
  296. }
  297. /* line 109, ../../sass/backend/custom.scss */
  298. .form-check-label:hover input ~ .checkmark {
  299. background-color: #ccc;
  300. }
  301. /* When the checkbox is checked, add a blue background */
  302. /* line 111, ../../sass/backend/custom.scss */
  303. .form-check-label input:checked ~ .checkmark {
  304. background-color: var(--primary);
  305. }
  306. /* Create the checkmark/indicator (hidden when not checked) */
  307. /* line 113, ../../sass/backend/custom.scss */
  308. .form-check-label .checkmark:after {
  309. content: "";
  310. position: absolute;
  311. display: none;
  312. }
  313. /* Show the checkmark when checked */
  314. /* line 115, ../../sass/backend/custom.scss */
  315. .form-check-label input:checked ~ .checkmark:after {
  316. display: block;
  317. }
  318. /* Style the checkmark/indicator */
  319. /* line 117, ../../sass/backend/custom.scss */
  320. .form-check-label .checkmark:after {
  321. left: 7px;
  322. top: 3px;
  323. width: 6px;
  324. height: 11px;
  325. border: solid white;
  326. border-width: 0 3px 3px 0;
  327. -webkit-transform: rotate(45deg);
  328. -ms-transform: rotate(45deg);
  329. transform: rotate(45deg);
  330. }
  331. /* line 118, ../../sass/backend/custom.scss */
  332. .form-check-label input[type="checkbox"] ~ .checkmark:after {
  333. left: 6px;
  334. top: 2px;
  335. width: 6px;
  336. height: 10px;
  337. border: solid white;
  338. border-width: 0 3px 3px 0;
  339. -webkit-transform: rotate(45deg);
  340. -ms-transform: rotate(45deg);
  341. transform: rotate(45deg);
  342. }
  343. /* line 119, ../../sass/backend/custom.scss */
  344. .form-check-label input[type="radio"] ~ .checkmark:after {
  345. top: 4px;
  346. left: 4px;
  347. width: 8px;
  348. height: 8px;
  349. border-radius: 50%;
  350. background: white;
  351. }
  352. /* line 121, ../../sass/backend/custom.scss */
  353. .form-check-label.big input[type="checkbox"] ~ .checkmark:after {
  354. left: 7px;
  355. top: 3px;
  356. width: 6px;
  357. height: 11px;
  358. }
  359. /* Create a custom radio button */
  360. /* line 125, ../../sass/backend/custom.scss */
  361. .product-categories .parent .form-group.field-checkbox .form-check-label {
  362. padding-left: 0px;
  363. font-style: italic;
  364. }
  365. /* line 126, ../../sass/backend/custom.scss */
  366. .product-categories .children .form-group.field-checkbox {
  367. margin-left: 20px;
  368. }
  369. /* line 127, ../../sass/backend/custom.scss */
  370. .product-categories .form-group {
  371. margin-bottom: 0.15rem;
  372. }
  373. /* line 128, ../../sass/backend/custom.scss */
  374. .lc-deleted-field {
  375. display: none;
  376. }
  377. /* line 129, ../../sass/backend/custom.scss */
  378. .lc-offline-field {
  379. opacity: 0.5;
  380. }
  381. /* line 130, ../../sass/backend/custom.scss */
  382. .lc-offline-field label::after {
  383. content: ' [hors ligne]';
  384. }
  385. /* Général */
  386. /* line 136, ../../sass/backend/custom.scss */
  387. .btn.action-save {
  388. float: right;
  389. margin-left: 10px;
  390. }
  391. /* line 137, ../../sass/backend/custom.scss */
  392. .button-action a.float-right {
  393. margin-left: 10px;
  394. }
  395. /* line 139, ../../sass/backend/custom.scss */
  396. .input-group-text {
  397. padding: 0.25rem 0.75rem;
  398. }
  399. /* line 143, ../../sass/backend/custom.scss */
  400. .col-form-label {
  401. font-weight: bold;
  402. }
  403. /* line 145, ../../sass/backend/custom.scss */
  404. #toast-container.toast-top-right {
  405. top: 60px;
  406. }
  407. /* SIDEBAR */
  408. /* line 148, ../../sass/backend/custom.scss */
  409. .main-header.navbar {
  410. padding: 0;
  411. min-height: 57px;
  412. }
  413. /* line 149, ../../sass/backend/custom.scss */
  414. .lc-navbar li {
  415. border-left: 1px solid #e0e0e0;
  416. padding: 0.5rem 1.5rem;
  417. }
  418. /* line 150, ../../sass/backend/custom.scss */
  419. .lc-navbar li label {
  420. margin-bottom: 0;
  421. vertical-align: middle;
  422. font-weight: normal !important;
  423. }
  424. /* line 152, ../../sass/backend/custom.scss */
  425. #switch-merchant {
  426. min-width: 170px;
  427. }
  428. /*************************** PAGINATION *******************************/
  429. /* line 156, ../../sass/backend/custom.scss */
  430. .pagination {
  431. justify-content: center;
  432. }
  433. /* line 157, ../../sass/backend/custom.scss */
  434. .disabled .page-link {
  435. color: #343a40;
  436. }
  437. /* line 158, ../../sass/backend/custom.scss */
  438. .disabled .page-link:hover, .page-link.current:hover {
  439. background-color: #fff;
  440. cursor: default;
  441. }
  442. /* Sortable */
  443. /* line 163, ../../sass/backend/custom.scss */
  444. .ui-sortable-helper {
  445. display: table;
  446. }
  447. /* line 164, ../../sass/backend/custom.scss */
  448. .ui-state-highlight {
  449. background: #eee;
  450. }
  451. /* line 165, ../../sass/backend/custom.scss */
  452. .lc-sortable div:last-child {
  453. display: none;
  454. }
  455. /* Ckfinder */
  456. /*
  457. .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
  458. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap{position:relative; : 100%; height: 139px; display: flex; align-items: center; justify-content: center; background: #eee; background-size: contain;}
  459. .lc-ckfinder-wrap .lc-ckfinder-illu{width: 100%; height: 100%; background-size: contain; position: absolute; top: 0; left: 0;z-index: 1; background-repeat: no-repeat; background-position: center center; }
  460. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
  461. .lc-ckfinder-wrap .lc-ckfinder-remove{border: 0px; font-size: 1.8rem; position: absolute;z-index: 2; color:#dc3545; top: -20px; right: -20px; background: 0; display: none;}
  462. .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}
  463. */
  464. /* VUES JS */
  465. /* line 180, ../../sass/backend/custom.scss */
  466. .nav-item .btn {
  467. padding-right: 15px;
  468. position: relative;
  469. }
  470. /* line 181, ../../sass/backend/custom.scss */
  471. .nav-item .btn .invalid-form {
  472. display: none;
  473. position: absolute;
  474. top: -7px;
  475. right: -6px;
  476. color: #dc3545;
  477. background: #fff;
  478. border-radius: 10px;
  479. font-size: 1.2rem;
  480. }
  481. /* line 182, ../../sass/backend/custom.scss */
  482. .nav-item.has-invalid .btn .invalid-form {
  483. display: inline-block;
  484. z-index: 2;
  485. }
  486. /* ProductFamily */
  487. /* line 187, ../../sass/backend/custom.scss */
  488. .field-unit-quantity {
  489. border-bottom: 2px dotted #eee;
  490. padding-bottom: 10px;
  491. margin-bottom: 20px;
  492. }
  493. /* line 188, ../../sass/backend/custom.scss */
  494. .field-reduction-apply {
  495. border-top: 2px dotted #eee;
  496. padding-top: 10px;
  497. margin-top: 20px;
  498. }
  499. /* line 190, ../../sass/backend/custom.scss */
  500. .new-productfamily #nav-params,
  501. .edit-productfamily #nav-params {
  502. margin-bottom: 30px;
  503. }
  504. /* line 195, ../../sass/backend/custom.scss */
  505. .new-productfamily #nav-params .btn,
  506. .edit-productfamily #nav-params .btn {
  507. margin-left: 20px;
  508. }
  509. /* line 200, ../../sass/backend/custom.scss */
  510. .new-productfamily #product-categories .row,
  511. .edit-productfamily #product-categories .row {
  512. padding: 10px;
  513. }
  514. /* line 205, ../../sass/backend/custom.scss */
  515. .new-productfamily #product-categories .form-group,
  516. .edit-productfamily #product-categories .form-group {
  517. width: 100%;
  518. padding: 4px;
  519. }
  520. /* line 211, ../../sass/backend/custom.scss */
  521. .new-productfamily #product-categories .children,
  522. .edit-productfamily #product-categories .children {
  523. margin-left: 20px;
  524. width: 100%;
  525. }
  526. /* line 217, ../../sass/backend/custom.scss */
  527. .new-productfamily ul.products,
  528. .edit-productfamily ul.products {
  529. padding: 0px;
  530. list-style-type: none;
  531. }
  532. /* line 223, ../../sass/backend/custom.scss */
  533. .new-productfamily ul.products li.product,
  534. .edit-productfamily ul.products li.product {
  535. padding: 0px;
  536. margin-bottom: 20px;
  537. position: relative;
  538. }
  539. /* line 230, ../../sass/backend/custom.scss */
  540. .new-productfamily ul.products li.add,
  541. .edit-productfamily ul.products li.add {
  542. text-align: right;
  543. }
  544. /* line 235, ../../sass/backend/custom.scss */
  545. .autoresize textarea {
  546. height: auto;
  547. min-height: 38px;
  548. }
  549. /* line 237, ../../sass/backend/custom.scss */
  550. .field-price .input-group.buyingPrice input, .field-price .input-group.buyingPrice .input-group-text {
  551. font-weight: bold;
  552. border-color: #222;
  553. }
  554. /* line 238, ../../sass/backend/custom.scss */
  555. .field-price .input-group.buyingPriceByRefUnit input, .field-price .input-group.buyingPriceByRefUnit .input-group-text {
  556. font-weight: bold;
  557. border-color: #222;
  558. }
  559. /* line 239, ../../sass/backend/custom.scss */
  560. .field-price .input-group.priceWithTax input, .field-price .input-group.priceWithTax .input-group-text {
  561. font-weight: bold;
  562. border-color: #222;
  563. }
  564. /* line 240, ../../sass/backend/custom.scss */
  565. .field-price .input-group.priceByRefUnitWithTax input, .field-price .input-group.priceByRefUnitWithTax .input-group-text {
  566. font-weight: bold;
  567. border-color: #222;
  568. }
  569. /* line 241, ../../sass/backend/custom.scss */
  570. .input-group.multiplyingFactor input, .input-group.multiplyingFactor .input-group-text {
  571. font-weight: bold;
  572. border-color: #222;
  573. }
  574. /* line 245, ../../sass/backend/custom.scss */
  575. .layout-ajax #edit-productfamily-form .card-sections {
  576. width: 100%;
  577. position: fixed;
  578. left: 0px;
  579. top: 0px;
  580. z-index: 10;
  581. }
  582. /* line 253, ../../sass/backend/custom.scss */
  583. .layout-ajax #edit-productfamily-form .form {
  584. padding-top: 50px;
  585. }
  586. /* line 257, ../../sass/backend/custom.scss */
  587. .layout-ajax #edit-productfamily-form .card-footer {
  588. display: none;
  589. }
  590. /* line 262, ../../sass/backend/custom.scss */
  591. .layout-ajax #edit-productfamily-form .in-advanced-editing-table .form {
  592. padding-top: 0px;
  593. }
  594. /* line 265, ../../sass/backend/custom.scss */
  595. .layout-ajax #edit-productfamily-form .in-advanced-editing-table .card-sections,
  596. .layout-ajax #edit-productfamily-form .in-advanced-editing-table .row-note {
  597. display: none;
  598. }
  599. /* ORDER */
  600. /* line 275, ../../sass/backend/custom.scss */
  601. .table-order-summary {
  602. width: 100%;
  603. }
  604. /* line 278, ../../sass/backend/custom.scss */
  605. .order-product-item.redelivery {
  606. background: rgba(18, 104, 253, 0.38) !important;
  607. }
  608. /*.select2-container--bootstrap .select2-selection{max-width: none;}*/
  609. /*.order-product-item{margin: 15px 0; padding: 0;}*/
  610. /* Product */
  611. /* line 283, ../../sass/backend/custom.scss */
  612. .product-form-modal {
  613. display: none;
  614. }
  615. /* line 284, ../../sass/backend/custom.scss */
  616. .product-form.modal .form-check-label {
  617. font-style: italic;
  618. color: #666;
  619. text-align: left;
  620. }
  621. /* line 285, ../../sass/backend/custom.scss */
  622. .products-collection-table .inherited {
  623. color: #888;
  624. font-style: italic;
  625. font-weight: initial;
  626. }
  627. /* line 286, ../../sass/backend/custom.scss */
  628. .products-collection-table td {
  629. position: relative;
  630. }
  631. /* line 287, ../../sass/backend/custom.scss */
  632. .card-body.p-0 .products-collection-table tbody > tr > td:first-of-type, .card-body.p-0 .products-collection-table tbody > tr > th:first-of-type, .card-body.p-0 .products-collection-table thead > tr > td:first-of-type, .card-body.p-0 .products-collection-table thead > tr > th:first-of-type {
  633. padding-left: 0.35rem;
  634. }
  635. /* line 288, ../../sass/backend/custom.scss */
  636. .products-collection-table .btn-empty-field {
  637. position: absolute;
  638. right: 3px;
  639. font-size: 0.7rem;
  640. top: 5px;
  641. padding: 0px;
  642. }
  643. /* line 289, ../../sass/backend/custom.scss */
  644. #lc-product-family-edit .products-collection-table {
  645. table-layout: fixed;
  646. /* background-clip: padding-box;*/
  647. border-collapse: collapse;
  648. }
  649. /* line 290, ../../sass/backend/custom.scss */
  650. #lc-product-family-edit .products-collection-table th {
  651. font-size: 13px;
  652. border-left: 1px solid #dee2e6;
  653. border-top: 1px solid #dee2e6;
  654. text-align: center;
  655. border-bottom: 2px solid #dee2e6;
  656. position: relative;
  657. }
  658. /* line 291, ../../sass/backend/custom.scss */
  659. #lc-product-family-edit .products-collection-table tfoot th {
  660. border-top: 2px solid #dee2e6;
  661. }
  662. /* line 292, ../../sass/backend/custom.scss */
  663. #lc-product-family-edit .products-collection-table th span {
  664. white-space: initial;
  665. }
  666. /* line 293, ../../sass/backend/custom.scss */
  667. #lc-product-family-edit .products-collection-table th:last-child {
  668. border-right: 1px solid #dee2e6;
  669. }
  670. /* line 294, ../../sass/backend/custom.scss */
  671. #lc-product-family-edit .products-collection-table td {
  672. border-left: 1px solid #dee2e6;
  673. text-align: center;
  674. font-size: 13px;
  675. border-bottom: 1px solid #dee2e6;
  676. }
  677. /* line 295, ../../sass/backend/custom.scss */
  678. #lc-product-family-edit .products-collection-table td:last-child {
  679. border-right: 1px solid #dee2e6;
  680. white-space: nowrap;
  681. }
  682. /* line 296, ../../sass/backend/custom.scss */
  683. #lc-product-family-edit .btn-add-product {
  684. margin: 20px 0;
  685. float: right;
  686. }
  687. /* line 297, ../../sass/backend/custom.scss */
  688. #lc-product-family-edit .inherited {
  689. color: #888;
  690. font-style: italic;
  691. font-weight: initial;
  692. }
  693. /* line 298, ../../sass/backend/custom.scss */
  694. #lc-product-family-edit .products-collection-table td .value {
  695. min-width: 80%;
  696. margin: auto;
  697. min-height: 35px;
  698. cursor: pointer;
  699. }
  700. /* line 299, ../../sass/backend/custom.scss */
  701. #lc-product-family-edit .products-collection-table td .modal {
  702. text-align: left;
  703. }
  704. /* line 300, ../../sass/backend/custom.scss */
  705. table.products-collection-table th.main-info, td.buyingPrice, td.multiplyingFactor, td.priceWithTax {
  706. background: #eeeeee;
  707. background-clip: padding-box;
  708. text-decoration: underline;
  709. }
  710. /* line 302, ../../sass/backend/custom.scss */
  711. table.products-collection-table tr.disabled {
  712. opacity: 0.5;
  713. }
  714. /* line 303, ../../sass/backend/custom.scss */
  715. .table-striped tbody .tr-sep {
  716. border-top: 2px solid #888;
  717. }
  718. /* DeliveryZone */
  719. /* line 307, ../../sass/backend/custom.scss */
  720. #autocomplete-cities {
  721. position: relative;
  722. }
  723. /* line 311, ../../sass/backend/custom.scss */
  724. #autocomplete-cities .ui-autocomplete {
  725. left: 30%;
  726. top: 41px;
  727. margin-left: 18px;
  728. }
  729. /* line 317, ../../sass/backend/custom.scss */
  730. .head-reminders {
  731. margin-top: 15px;
  732. }
  733. /* TABLEAU DE BORD */
  734. /* line 320, ../../sass/backend/custom.scss */
  735. .todo-list > li {
  736. position: relative;
  737. }
  738. /* line 321, ../../sass/backend/custom.scss */
  739. .todo-list > li .text {
  740. margin-left: 30px;
  741. }
  742. /* line 322, ../../sass/backend/custom.scss */
  743. .todo-list > li .tools {
  744. position: absolute;
  745. top: 4px;
  746. right: 15px;
  747. }
  748. /* line 324, ../../sass/backend/custom.scss */
  749. #addTicketMessageForm {
  750. margin-top: 30px;
  751. border-top: 2px dotted #eee;
  752. padding-top: 30px;
  753. }
  754. /* line 326, ../../sass/backend/custom.scss */
  755. #dashboard .list-btn-statistic {
  756. display: flex;
  757. flex-wrap: wrap;
  758. justify-content: center;
  759. }
  760. /* line 327, ../../sass/backend/custom.scss */
  761. #dashboard .btn-statistic {
  762. width: 120px;
  763. height: 70px;
  764. text-align: center;
  765. border: 1px solid black;
  766. line-height: 1rem;
  767. }
  768. /* line 328, ../../sass/backend/custom.scss */
  769. #dashboard .btn-statistic small {
  770. margin-bottom: 10px;
  771. display: block;
  772. }
  773. /* line 329, ../../sass/backend/custom.scss */
  774. #dashboard .btn-statistic .value {
  775. display: block;
  776. }
  777. /* line 331, ../../sass/backend/custom.scss */
  778. #dashboard #range_date_interval {
  779. margin-bottom: 20px;
  780. }
  781. /* line 332, ../../sass/backend/custom.scss */
  782. #dashboard #range_date_interval label {
  783. float: left;
  784. margin-right: 20px;
  785. }
  786. /* line 333, ../../sass/backend/custom.scss */
  787. #dashboard #range_date_interval .form-check {
  788. float: left;
  789. margin-right: 10px;
  790. }
  791. /* line 334, ../../sass/backend/custom.scss */
  792. #dashboard .table-condensed .btn, #dashboard .table-condensed .btn-sm {
  793. white-space: nowrap;
  794. }
  795. /* Tickets */
  796. /* line 340, ../../sass/backend/custom.scss */
  797. #ticket-list .btn-sm {
  798. display: block;
  799. }
  800. /* line 346, ../../sass/backend/custom.scss */
  801. #toast-container {
  802. width: 350px;
  803. }
  804. /* line 347, ../../sass/backend/custom.scss */
  805. .toast {
  806. float: right;
  807. }
  808. /* line 349, ../../sass/backend/custom.scss */
  809. #toast-container:before:hover {
  810. opacity: 1;
  811. cursor: pointer;
  812. }
  813. /* line 353, ../../sass/backend/custom.scss */
  814. #toast-close-all {
  815. border: 0;
  816. position: absolute;
  817. pointer-events: auto;
  818. z-index: 999999999999999999999;
  819. background: #BD362F;
  820. border-radius: 3px;
  821. color: #fff;
  822. opacity: 0.8;
  823. top: 2px;
  824. width: 50px;
  825. height: 50px;
  826. font-size: 30px;
  827. left: 0px;
  828. text-align: center;
  829. -webkit-text-shadow: 0 1px 0 #fff;
  830. text-shadow: 0 1px 0 #fff;
  831. -moz-box-shadow: 0 0 12px #999;
  832. -webkit-box-shadow: 0 0 12px #999;
  833. box-shadow: 0 0 12px #999;
  834. }