body {
  font-size: 14px;
}

.ml-5px {
  margin-left: 5px;
}

.conteneurFB.bottom-right {
  bottom: 1em;
  right: 0em;
}

.conteneurFB.top-right {
  top: 2.75em;
  right: 0em;
}

.conteneurFB {
  position: fixed;
  z-index: 100;
  background: #E9E9E9;
  /* width: 10em; */
  padding: 0.25em;
  padding-right: 1em;
  float: right;
  box-shadow: rgba(100, 100, 100, 0.4) 0px 5px 5px 1px;
  border-radius: 4px 0px 0px 4px;
}

.fb {
  margin-left: 0.4em;
  margin-top: 4px;
  margin-bottom: 2px;
}

.time_container_calendrier {
  display: flex;
}

.bootbox-padgroup-editor > .modal-dialog {
  width: 100% !important;
  max-width: 935px !important;
}

.product.pad {
  margin: 0px;
  margin-bottom: 10px;
  cursor: pointer;
  min-height: 90px;
  width: 80px;
}

.product.pad-2x {
  width: 170px;
}

.product.pad .pad-title {
  color: white;
  font-size: 14px;
  text-shadow: #000 0px 1px 3px;
  text-align: center;
}

.product.pad .details {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

/*.select2-container--bootstrap-5{
    width: 100% !important;
}*/
.form-floating.has-error .select2-container .select2-selection {
  border-color: #D15E5E !important;
}
.form-floating .select2-container:not(.select2-container--bootstrap-5) .select2-selection--single {
  min-height: 58px;
  padding: 25px 5px;
  font-size: inherit;
}
.form-floating .select2-container--bootstrap-5 {
  width: 100% !important;
  z-index: inherit;
}
.form-floating .select2-container--bootstrap-5 .select2-selection--single {
  min-height: 58px;
  padding: 25px 5px;
  font-size: inherit;
}

.form-floating .selectize-control {
  padding: inherit !important;
  /* min-height: calc(3.5rem + 50px); */
  height: inherit;
}

.form-floating .selectize-control.multi {
  padding: inherit !important;
  /* min-height: calc(3.5rem + 50px); */
  height: inherit;
}

.form-floating .selectize-input {
  border: none;
  padding-top: 24px !important;
  background: transparent !important;
}

.form-floating .selectize-control.single .selectize-input:after {
  display: none;
}

.form-floating .select2-container.form-select {
  padding: 0px;
}
.form-floating .select2-container.form-select .select2-choice, .form-floating .select2-container.form-select .select2-choices {
  min-height: 58px;
  padding-top: 25px !important;
  border: none;
  background: none;
}
.form-floating .select2-container.form-select .select2-choice .select2-arrow, .form-floating .select2-container.form-select .select2-choices .select2-arrow {
  display: none;
}
.form-floating .select2-container.form-control {
  padding: 0px;
  /* min-height: 58px; */
}
.form-floating .select2-container.form-control .select2-choice {
  min-height: 58px;
  /*top: -25px;*/
  padding-top: 25px !important;
}

.form-floating > label {
  color: grey;
  text-align: center;
}

#controle_caisse_right_table tbody tr {
  vertical-align: middle;
}

.input-group .select2-container {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.card .card-header[data-bs-toggle=collapse] .collapse-indicator {
  transition: 0.3s transform ease-in-out;
}
.card .card-header[data-bs-toggle=collapse].collapsed .collapse-indicator {
  transform: rotate(90deg);
}

.wire-loading {
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.5;
  position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 999;
}

.wire-loading span {
  position: absolute;
  top: 100px;
}

.table-bg-red {
  background-color: #FCE4D6 !important;
}

.table-bg-blue {
  background-color: #DDEBF7 !important;
}

.table-bg-yellow {
  background-color: #FFF2CC !important;
}

.disable-element {
  pointer-events: none;
}
.disable-element label.btn {
  opacity: 0.2;
}

.card-table table {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.card-table table tr {
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}
.card-table table th, .card-table table td {
  padding: 10px;
  text-align: center;
}
.card-table table th {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .card-table table {
    border: 0;
  }
  .card-table table thead {
    display: none;
  }
  .card-table table tr {
    margin-bottom: 20px;
    display: block;
    border-bottom: 2px solid #ddd;
    box-shadow: 2px 2px 1px #dadada;
  }
  .card-table table td {
    display: block;
    text-align: right;
    font-size: 13px;
  }
  .card-table table td:last-child {
    border-bottom: 0;
  }
  .card-table table td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .card-table tbody {
    line-height: 0 !important;
  }
}

/* Shop v3, calendrier */
.visuel-editor .preview-filter-img {
  object-fit: cover;
}
.visuel-editor .visuel-editor-thumbnail-selector input {
  display: none;
}
.visuel-editor .visuel-editor-thumbnail-selector .visuel-editor-thumbnail-selector-input-container {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: solid 1px lightgrey;
  border-radius: 10px;
}
.visuel-editor .visuel-editor-thumbnail-selector .visuel-editor-thumbnail-selector-input-container.active {
  border: solid 4px #86B7FE;
  opacity: 1;
}
.visuel-editor .visuel-editor-thumbnail-selector .visuel-editor-thumbnail-selector-input-container:hover span {
  display: flex;
}
.visuel-editor .visuel-editor-thumbnail-selector .visuel-editor-thumbnail-selector-input-container span {
  background: black;
  color: white;
  position: absolute;
  text-align: center;
  width: calc(100% - 10px);
  margin: 5px;
  /* padding: 5px; */
  border-radius: 5px;
  align-items: center;
  /* margin-left: 5px; */
  /* margin-bottom: 5px; */
  /* word-break: break-word; */
  font-size: 0.7em;
  /* bottom: 0px; */
  justify-content: center;
  opacity: 0.8;
  height: calc(100% - 10px);
  display: none;
}
.visuel-editor .visuel-editor-thumbnail-selector .visuel-editor-thumbnail-selector-input-container img {
  height: 75px;
  width: 75px;
  padding: 0px;
  border-radius: 10px;
  object-fit: contain;
  background: white;
}
.visuel-editor .visuel-editor-thumbnail-selector .visuel-editor-thumbnail-selector-input-container.visuel-editor-themes-selector img {
  height: 300px;
  width: 300px;
}
.visuel-editor .visuel-editor-stages-thumbnails input {
  display: none;
}
.visuel-editor .visuel-editor-stages-thumbnails .visuel-editor-stage-thumbnail {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: solid 1px lightgrey;
  border-radius: 10px;
}
.visuel-editor .visuel-editor-stages-thumbnails .visuel-editor-stage-thumbnail:hover span {
  display: flex;
}
.visuel-editor .visuel-editor-stages-thumbnails .visuel-editor-stage-thumbnail span {
  background: black;
  color: white;
  position: absolute;
  text-align: center;
  width: calc(100% - 10px);
  margin: 5px;
  /* padding: 5px; */
  border-radius: 5px;
  align-items: center;
  /* margin-left: 5px; */
  /* margin-bottom: 5px; */
  /* word-break: break-word; */
  font-size: 0.7em;
  /* bottom: 0px; */
  justify-content: center;
  opacity: 0.8;
  height: calc(100% - 10px);
  display: none;
}
.visuel-editor .visuel-editor-stages-thumbnails .visuel-editor-stage-thumbnail img {
  height: 75px;
  width: 75px;
  padding: 0px;
  border-radius: 10px;
  object-fit: cover;
}
.visuel-editor .visuel-editor-stages-thumbnails .visuel-editor-stage-thumbnail-container.active .visuel-editor-stage-thumbnail {
  border: solid 4px #86B7FE;
  opacity: 1;
}
.visuel-editor .visuel-editor-add-pics-card, .visuel-editor .visuel-editor-themes-selector-card, .visuel-editor .visuel-editor-tools-card, .visuel-editor .visuel-editor-add-produit-card, .visuel-editor .boite-outils, .visuel-editor .visuel-editor-shapes-card {
  border: none;
}
.visuel-editor .visuel-editor-add-pics-card .card-header, .visuel-editor .visuel-editor-themes-selector-card .card-header, .visuel-editor .visuel-editor-tools-card .card-header, .visuel-editor .visuel-editor-add-produit-card .card-header, .visuel-editor .boite-outils .card-header, .visuel-editor .visuel-editor-shapes-card .card-header {
  border: none;
  color: #5291CE;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: none;
}
.visuel-editor .visuel-editor-add-pics-card .card-body, .visuel-editor .visuel-editor-themes-selector-card .card-body, .visuel-editor .visuel-editor-tools-card .card-body, .visuel-editor .visuel-editor-add-produit-card .card-body, .visuel-editor .boite-outils .card-body, .visuel-editor .visuel-editor-shapes-card .card-body {
  background-color: #F5F5F5;
  border-radius: 10px;
  box-shadow: 0px 0px 8px lightgrey;
}
.visuel-editor .visuel-editor-themes-selector input {
  display: none;
}
.visuel-editor .visuel-editor-themes-selector .visuel-editor-thumbnail-selector-input-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: solid 1px lightgrey;
  border-radius: 10px;
}
.visuel-editor .visuel-editor-themes-selector .visuel-editor-thumbnail-selector-input-container:hover span {
  display: flex;
}
.visuel-editor .visuel-editor-themes-selector .visuel-editor-thumbnail-selector-input-container span {
  background: black;
  color: white;
  position: absolute;
  text-align: center;
  width: calc(100% - 10px);
  margin: 5px;
  /* padding: 5px; */
  border-radius: 5px;
  align-items: center;
  /* margin-left: 5px; */
  /* margin-bottom: 5px; */
  /* word-break: break-word; */
  font-size: 0.7em;
  /* bottom: 0px; */
  justify-content: center;
  opacity: 0.8;
  height: calc(100% - 10px);
  display: none;
}
.visuel-editor .visuel-editor-themes-selector .visuel-editor-thumbnail-selector-input-container img {
  width: 280px;
  height: auto;
  max-height: 280px;
  padding: 0px;
  border-radius: 10px;
}
.visuel-editor .visuel-editor-themes-selector .visuel-products-selector-thumbnail-container.active .visuel-products-selector-thumbnail {
  border: solid 4px #86B7FE;
  opacity: 1;
}
.visuel-editor .visuel-editor-drag-items span {
  width: fit-content;
  width: -webkit-fit-content;
}
.visuel-editor .visuel-editor-drag-items span img {
  height: 130px;
  padding: 4px;
}
.visuel-editor .visuel-editor-drag-items span .delete-btn-upload-img {
  top: -49px;
  right: 9px;
  padding: 0;
  text-shadow: 0 0 4px white;
}
.visuel-editor .visuel-editor-shapes-card img {
  object-fit: scale-down;
  height: 75px;
  width: 75px;
}
@media (min-width: 1300px) {
  .visuel-editor .sidebar-left-visuel-editor {
    max-width: 340px;
  }
  .visuel-editor .sidebar-right-visuel-editor {
    max-width: 340px;
  }
}

.lvwtable-actions-container .dropdown-menu {
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
}

.cardOptionsClient {
  width: 250px;
  height: 260px;
  border-radius: 20px;
  border: none;
  background: #f0f0f0;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}

.iconOptionsClient {
  font-size: 150px;
  padding-top: 10px;
}

.btnServicesClient {
  padding: 15px 20px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  z-index: 1;
}

.btnServicesClient::after,
.btnServicesClient::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}

.btnServicesClient::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #28282d;
  border-radius: 10px;
}

.btnServicesClient::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #85BA3E;
  backdrop-filter: blur(5px);
  border-radius: 50px;
}

.btnServicesClient:hover {
  background-color: #85BA3E;
}

.btnServicesClient:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.btnServicesClient:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.btnServicesClient:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

.table-truncated-3 tbody tr td > span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

td div.line-ellipsis {
  max-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
td div.line-ellipsis.line-ellipsis-3 {
  max-height: 3em;
}
td div.line-ellipsis.line-ellipsis-2 {
  max-height: 2em;
}

.linline-ellipsise_ellipsis > * {
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.linline-ellipsise_ellipsis > *.line-ellipsis-3 {
  max-height: 3em;
}
.linline-ellipsise_ellipsis > *.line-ellipsis-2 {
  max-height: 2em;
}

td div.ellipse {
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}

.ellipse > * {
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}

td div.ellipse-medium {
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}

.ellipse-medium > * {
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}

.form-floating:has(> .selectized.is-invalid) {
  border: solid 1px #dc3545;
  border-radius: 5px;
}

.selectize-control:has(> .selectize-input.disabled) {
  background-color: #e9ecef !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 1;
}

.portedocuments-drop-zone {
  border: dashed 1px black;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
}

.portedocuments-drop-zone .dz-size {
  position: relative;
  top: -24px;
  background-color: white;
  opacity: 0.75;
}

.portedocuments-drop-zone .dz-progress {
  position: relative;
  top: -24px;
}
.portedocuments-drop-zone .dz-progress .dz-upload {
  height: 3px;
  background-color: dodgerblue;
  display: block;
}

.form-control.selectize-control {
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: white;
}

*[data-bs-toggle=collapse] {
  cursor: pointer;
}

.custom-collapse {
  display: block;
}
.custom-collapse:not(.show) {
  height: 80px;
  /* mask-image: linear-gradient(to bottom, black 0%, transparent 100%); */
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  overflow: hidden;
}

.bootbox-pad-editor > .modal-dialog {
  width: 100% !important;
  max-width: 800px !important;
}

.logistique-editor-produits-table-container.all-zones [data-lvwtable-key=entree_stock_qte_saisie], .logistique-editor-produits-table-container.all-zones [data-lvwtable-key=entree_stock_mt] {
  display: none !important;
}
.logistique-editor-produits-table-container:not(.all-zones) [data-lvwtable-key=entree_stock_qte_saisie_sum], .logistique-editor-produits-table-container:not(.all-zones) [data-lvwtable-key=entree_stock_mt_sum] {
  display: none !important;
}

@keyframes pulsesj {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.sj-breadcrumb .etape {
  text-align: center;
}
.sj-breadcrumb .etape.active {
  margin: 0 20px;
  padding: 5px 18px;
  border-radius: 5px;
}
.sj-breadcrumb .etape.active div {
  animation: pulsesj 1.5s infinite;
  font-weight: bold;
}
.sj-breadcrumb .etape.active ~ .etape {
  color: grey;
}

.input-group > .ct-wrapper {
  flex: 1 1 auto;
}

.btn-check-green-red {
  background-color: rgba(255, 0, 0, 0.2705882353) !important;
}
.btn-check-green-red:hover {
  background-color: rgba(255, 0, 0, 0.6588235294) !important;
}

.btn-check:checked + .btn-check-green-red {
  background-color: green !important;
}

select.w-100 + .select2-container--bootstrap-5 {
  width: 100% !important;
}

/*# sourceMappingURL=common.css.map */
