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.

375 lines
16KB

  1. /* STRUCTURE */
  2. body{font-size: 0.9rem;}
  3. [class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open , [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover {background:rgba(255,255,255,.1); }
  4. .align-center{text-align: center;}
  5. .align-left{text-align: left;}
  6. .align-right{text-align: right;}
  7. .hidden{display: none;}
  8. .select2-container--default .select2-results__option[aria-disabled=true] {
  9. display: none;
  10. }
  11. .field-collection-item-action {
  12. font-size: 2rem;
  13. font-weight: bold;
  14. margin-left: 4px;
  15. width: 7%;
  16. text-align: center;
  17. display:inline-block;
  18. line-height: 2.2rem;
  19. }
  20. .field-collection-item-row .form-control {
  21. width: 92%; float: left;
  22. }
  23. .card-tools h5{margin-bottom: 0px;}
  24. a.link-as-text{color:#333;}
  25. .badge{font-size: 90%;}
  26. /***************************************** ADMIN SIDEBAR ***************************************/
  27. .main-sidebar p{font-size: 0.8rem;}
  28. .main-sidebar .sidebar{padding-left: 0px; padding-right: 0px; padding-top: 114px;}
  29. .main-sidebar .nav-link{padding: .4rem .5rem .4rem .7rem;}
  30. body#pdl-body .wrapper .main-sidebar{bottom: 0; float: none; height: 110vh; left: 0; position: fixed; top: 0;}
  31. body#pdl-body .wrapper .sidebar{height: 100%;}
  32. body#pdl-body .wrapper .sidebar nav{padding-bottom: 40px;}
  33. body#pdl-body .wrapper .content-wrapper{margin-top: 0; padding-top: 57px;}
  34. .sidebar{overflow-y: auto;}
  35. #lc-flash-messages{display: none;}
  36. .main-sidebar .logo-long{padding: 8px 0; text-align: center;}
  37. .main-sidebar .logo-long img{height: 40px; display: inline-block;}
  38. .sidebar-collapse .main-sidebar .logo-long span{display: none;}
  39. .sidebar-collapse .main-sidebar:hover .logo-long span{display: inline-block;}
  40. .table.datatable-simple .highlight{background: var(--teal);}
  41. .datatable-field-search.small{width: 50px;}
  42. .dataTables_length, .dataTables_filter{padding: .75rem 1.25rem 0.25rem;}
  43. table.fixedHeader-floating{margin-top: 0px !important;}
  44. table th.sorting_asc, table th.sorting_desc{border-top:2px solid var(--success);}
  45. .card-body table.lc-table-list th.filtered{border-top:2px solid var(--primary);}
  46. /*.card-body table.lc-table-list th{border-top:3px solid var(--success);}*/
  47. table th.filtered{border-top:2px solid var(--primary);}
  48. .card-body table.lc-table-list th.sorted, table th.sorting_asc, table th.sorting_desc{border-top:2px solid var(--success);}
  49. .card-body table.lc-table-list th.sorted.filtered{border-top:0px; position: relative;}
  50. .card-body table.lc-table-list th.sorted.filtered:after{ content: ''; height: 2px; position: absolute; left: 0; width: 100%; right: 0; top: -1px; background: linear-gradient(to right, var(--success) 0%, var(--success) 50%, var(--primary) 50%, var(--primary) 100%);}
  51. .lc-table-list thead a{color: #212529}
  52. .table-filters-line th {font-weight: 400; position: relative;}
  53. .table-filters-line th input{}
  54. #list_filter_id{width: 60px;}
  55. .lc-table-list .date-range{width: 130px;}
  56. th.actions, td.actions{white-space: nowrap; text-align: right;}
  57. .table td, .table th{padding: 0.35rem;}
  58. .delivery-field .form-group{display: inline-block; margin-bottom: 0px; margin-right: 15px;}
  59. .delivery-field .form-group .form-control{width: 150px;}
  60. table th input{width: 100%;}
  61. table th .select2-container--default .select2-selection--single{padding:0.3rem 0.4rem; }
  62. /************************ LOGIN PAGE *********************/
  63. .login-logo{display: block; margin: auto;}
  64. /************************ form error *********************/
  65. .form-sent .form-control:invalid{border-color: #dc3545; padding-right: 2.25rem; 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");background-repeat: no-repeat;background-position: center right calc(.375em + .1875rem); background-size: calc(.75em + .375rem) calc(.75em + .375rem);}
  66. .form-sent select.form-control:invalid + .select2 .select2-selection{border-color: #dc3545; }
  67. .form-sent select.form-control:invalid + .select2 .select2-selection b{border-color: #dc3545 transparent transparent transparent;}
  68. /*CUSTOM Checkbox
  69. /* Customize the label (the container) */
  70. .form-check-label {display: block; position: relative; padding-left: 26px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
  71. /* Hide the browser's default checkbox */
  72. .form-check-label input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
  73. /* Create a custom checkbox */
  74. .form-check{padding-left: 0px;}
  75. .form-sent .form-check-label input:invalid ~ .checkmark { border-color: #dc3545;}
  76. .form-check-label input:disabled ~ .checkmark {display: none}
  77. .form-check-label input ~ .checkmark { position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color: #eee;border: 1px solid var(--primary);}
  78. .form-check-label.big input ~ .checkmark { height: 21px; width: 21px; }
  79. .form-check-label input[type="checkbox"] ~ .checkmark {top: 2px;}
  80. .form-check-label input[type="radio"] ~ .checkmark { top:3px; border-radius: 50%;}
  81. .form-check-label:hover input ~ .checkmark { background-color: #ccc;}
  82. /* When the checkbox is checked, add a blue background */
  83. .form-check-label input:checked ~ .checkmark {background-color: var(--primary);}
  84. /* Create the checkmark/indicator (hidden when not checked) */
  85. .form-check-label .checkmark:after { content: ""; position: absolute; display: none;}
  86. /* Show the checkmark when checked */
  87. .form-check-label input:checked ~ .checkmark:after {display: block;}
  88. /* Style the checkmark/indicator */
  89. .form-check-label .checkmark:after {left: 7px; top: 3px; width: 6px; height: 11px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
  90. .form-check-label input[type="checkbox"] ~ .checkmark:after {left: 6px; top: 2px; width: 6px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
  91. .form-check-label input[type="radio"] ~ .checkmark:after {top: 4px; left: 4px; width: 8px; height: 8px; border-radius: 50%; background: white;}
  92. .form-check-label.big input[type="checkbox"] ~ .checkmark:after {left: 7px; top: 3px; width: 6px; height: 11px;}
  93. /* Create a custom radio button */
  94. .product-categories .parent .form-group.field-checkbox .form-check-label{padding-left: 0px; font-style: italic;}
  95. .product-categories .children .form-group.field-checkbox{margin-left: 20px}
  96. .product-categories .form-group{margin-bottom: 0.15rem;}
  97. .lc-deleted-field{display: none;}
  98. .lc-offline-field{opacity: 0.5}
  99. .lc-offline-field label::after{content:' [hors ligne]'}
  100. /* Général */
  101. .btn.action-save{float: right; margin-left: 10px;}
  102. .button-action a.float-right{margin-left: 10px;}
  103. .input-group-text {
  104. padding: 0.250rem .75rem ;
  105. }
  106. .col-form-label{font-weight: bold;}
  107. #toast-container.toast-top-right{top:60px}
  108. /* SIDEBAR */
  109. .main-header.navbar{padding: 0; min-height: 57px; }
  110. .lc-navbar li{border-left: 1px solid #e0e0e0; padding: 0.5rem 1.5rem;}
  111. .lc-navbar li label{margin-bottom: 0; vertical-align: middle; font-weight: normal !important;}
  112. #switch-merchant {
  113. min-width: 170px ;
  114. }
  115. /*************************** PAGINATION *******************************/
  116. .pagination{justify-content: center;}
  117. .disabled .page-link{color: #343a40;}
  118. .disabled .page-link:hover, .page-link.current:hover{background-color: #fff; cursor: default;}
  119. /* Sortable */
  120. .ui-sortable-helper{ display: table;}
  121. .ui-state-highlight{background: #eee}
  122. .lc-sortable div:last-child{display: none;}
  123. /* Ckfinder */
  124. /*
  125. .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
  126. .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;}
  127. .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; }
  128. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
  129. .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;}
  130. .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}
  131. */
  132. /* VUES JS */
  133. .nav-item .btn {padding-right: 15px; position: relative;}
  134. .nav-item .btn .invalid-form{display: none; position: absolute; top: -7px;right: -6px; color: #dc3545; background: #fff; border-radius: 10px;font-size: 1.2rem;}
  135. .nav-item.has-invalid .btn .invalid-form{display: inline-block; z-index: 2;}
  136. /* ProductFamily */
  137. .field-unit-quantity{border-bottom: 2px dotted #eee; padding-bottom: 10px; margin-bottom: 20px;}
  138. .field-reduction-apply{border-top: 2px dotted #eee; padding-top: 10px; margin-top: 20px;}
  139. .new-productfamily #nav-params,
  140. .edit-productfamily #nav-params {
  141. margin-bottom: 30px ;
  142. }
  143. .new-productfamily #nav-params .btn,
  144. .edit-productfamily #nav-params .btn {
  145. margin-left: 20px ;
  146. }
  147. .new-productfamily #product-categories .row,
  148. .edit-productfamily #product-categories .row {
  149. padding: 10px ;
  150. }
  151. .new-productfamily #product-categories .form-group,
  152. .edit-productfamily #product-categories .form-group {
  153. width: 100% ;
  154. padding: 4px ;
  155. }
  156. .new-productfamily #product-categories .children,
  157. .edit-productfamily #product-categories .children {
  158. margin-left: 20px ;
  159. width: 100% ;
  160. }
  161. .new-productfamily ul.products,
  162. .edit-productfamily ul.products {
  163. padding: 0px ;
  164. list-style-type: none ;
  165. }
  166. .new-productfamily ul.products li.product,
  167. .edit-productfamily ul.products li.product {
  168. padding: 0px ;
  169. margin-bottom: 20px ;
  170. position: relative ;
  171. }
  172. .new-productfamily ul.products li.add,
  173. .edit-productfamily ul.products li.add {
  174. text-align: right ;
  175. }
  176. .autoresize textarea{height: auto; min-height: 38px;}
  177. .field-price .input-group.buyingPrice input,.field-price .input-group.buyingPrice .input-group-text{font-weight: bold; border-color: #222 }
  178. .field-price .input-group.buyingPriceByRefUnit input,.field-price .input-group.buyingPriceByRefUnit .input-group-text{font-weight: bold; border-color: #222 }
  179. .field-price .input-group.priceWithTax input,.field-price .input-group.priceWithTax .input-group-text{font-weight: bold; border-color: #222 }
  180. .field-price .input-group.priceByRefUnitWithTax input,.field-price .input-group.priceByRefUnitWithTax .input-group-text{font-weight: bold; border-color: #222 }
  181. .input-group.multiplyingFactor input,.input-group.multiplyingFactor .input-group-text{font-weight: bold; border-color: #222 }
  182. .layout-ajax {
  183. #edit-productfamily-form {
  184. .card-sections {
  185. width: 100%;
  186. position: fixed;
  187. left: 0px;
  188. top: 0px;
  189. z-index: 10;
  190. }
  191. .form {
  192. padding-top: 50px;
  193. }
  194. .card-footer {
  195. display: none;
  196. }
  197. .in-advanced-editing-table {
  198. .form {
  199. padding-top: 0px ;
  200. }
  201. .card-sections,
  202. .row-note {
  203. display: none;
  204. }
  205. }
  206. }
  207. }
  208. /* ORDER */
  209. .table-order-summary{width: 100%;}
  210. .order-product-item.redelivery{background: rgba(18, 104, 253, 0.38) !important;}
  211. /*.select2-container--bootstrap .select2-selection{max-width: none;}*/
  212. /*.order-product-item{margin: 15px 0; padding: 0;}*/
  213. /* Product */
  214. .product-form-modal{display: none;}
  215. .product-form.modal .form-check-label{font-style: italic; color: #666; text-align: left;}
  216. .products-collection-table .inherited{color: #888; font-style: italic; font-weight: initial;}
  217. .products-collection-table td{position: relative;}
  218. .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{padding-left: 0.35rem;}
  219. .products-collection-table .btn-empty-field{position: absolute; right: 3px; font-size: 0.7rem; top: 5px; padding: 0px;}
  220. #lc-product-family-edit .products-collection-table {table-layout:fixed;/* background-clip: padding-box;*/ border-collapse: collapse;}
  221. #lc-product-family-edit .products-collection-table th{font-size:13px; border-left: 1px solid #dee2e6; border-top: 1px solid #dee2e6; text-align: center; border-bottom: 2px solid #dee2e6; position: relative;}
  222. #lc-product-family-edit .products-collection-table tfoot th{border-top: 2px solid #dee2e6;}
  223. #lc-product-family-edit .products-collection-table th span {white-space: initial;}
  224. #lc-product-family-edit .products-collection-table th:last-child{border-right: 1px solid #dee2e6;}
  225. #lc-product-family-edit .products-collection-table td{border-left: 1px solid #dee2e6; text-align: center; font-size: 13px; border-bottom: 1px solid #dee2e6;}
  226. #lc-product-family-edit .products-collection-table td:last-child{border-right: 1px solid #dee2e6; white-space: nowrap; }
  227. #lc-product-family-edit .btn-add-product {float: right;}
  228. #lc-product-family-edit .inherited {color: #888; font-style: italic; font-weight: initial;}
  229. #lc-product-family-edit .products-collection-table td .value {min-width: 80%; margin: auto; min-height: 35px; cursor: pointer;}
  230. #lc-product-family-edit .products-collection-table td .modal {text-align: left;}
  231. table.products-collection-table th.main-info, td.buyingPrice, td.multiplyingFactor, td.priceWithTax{background: #eeeeee; background-clip: padding-box; text-decoration: underline;}
  232. table.products-collection-table tr.disabled{opacity: 0.5}
  233. .table-striped tbody .tr-sep{border-top: 2px solid #888; }
  234. /* DeliveryZone */
  235. #autocomplete-cities {
  236. position: relative ;
  237. }
  238. #autocomplete-cities .ui-autocomplete {
  239. left: 30% ;
  240. top: 41px ;
  241. margin-left: 18px ;
  242. }
  243. .head-reminders{margin-top: 15px;}
  244. /* TABLEAU DE BORD */
  245. .todo-list > li{position: relative;}
  246. .todo-list > li .text{margin-left: 30px;}
  247. .todo-list > li .tools {position: absolute; top: 4px; right: 15px; }
  248. #addTicketMessageForm{margin-top: 30px; border-top:2px dotted #eee; padding-top: 30px}
  249. #dashboard .list-btn-statistic{display: flex; flex-wrap: wrap; justify-content: center;}
  250. #dashboard .btn-statistic{ width: 120px; height: 70px; text-align: center; border: 1px solid black; line-height: 1rem; }
  251. #dashboard .btn-statistic small{margin-bottom: 10px; display: block;}
  252. #dashboard .btn-statistic .value{display: block;}
  253. #dashboard #range_date_interval {margin-bottom: 20px;}
  254. #dashboard #range_date_interval label{float: left; margin-right: 20px;}
  255. #dashboard #range_date_interval .form-check{float: left; margin-right: 10px;}
  256. #dashboard .table-condensed .btn, #dashboard .table-condensed .btn-sm{white-space: nowrap;}
  257. /* Tickets */
  258. #ticket-list {
  259. .btn-sm {
  260. display: block ;
  261. }
  262. }
  263. #toast-container { width: 350px;}
  264. .toast{float: right}
  265. #toast-container:before:hover {
  266. opacity:1;
  267. cursor:pointer;
  268. }
  269. #toast-close-all {
  270. border:0;
  271. position: absolute;
  272. pointer-events: auto;
  273. z-index: 999999999999999999999;
  274. background: #BD362F;
  275. border-radius: 3px;
  276. color:#fff;
  277. opacity:0.8;
  278. top: 2px;
  279. width: 50px;
  280. height: 50px;
  281. font-size: 30px;
  282. left: 0px;
  283. text-align: center;
  284. -webkit-text-shadow: 0 1px 0 #fff;
  285. text-shadow: 0 1px 0 #fff;
  286. -moz-box-shadow: 0 0 12px #999;
  287. -webkit-box-shadow: 0 0 12px #999;
  288. box-shadow: 0 0 12px #999;
  289. }