@import url('https://fonts.googleapis.com/css2?family=Jura&display=swap');
body {
  color: var(--bs-black);
  font-family: 'Jura', sans-serif;
}
body:not(.facturation.role_superadmin, .produits.role_superadmin) .layout-page > div {
  background-color: var(--bs-body-bg);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 600;
}
thead, tbody, tfoot, tr, td, th {
  border-color: #d9dee3;
}
table.dataTable td.dt-control::before {
  background-color: var(--bs-purple);
}
h5 span.rouge {
  color: var(--bs-purple);
}
h5 span.petit {
  font-size: 1rem;
  font-weight: normal;
}

.authentication-wrapper.authentication-basic .authentication-inner::before,
.light-style .authentication-wrapper.authentication-basic .authentication-inner::after {
  background: transparent;
}

input:autofill {
  background: #fff;
}

#infoMessage .alert,
#infoMessage .errors {
  position: relative;
  padding: 0.9375rem 0.9375rem 0.1rem 0.9375rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.375rem;
}
#infoMessage .errors {
  background-color: #d7f5fc;
  border-color: #b3edf9;
  color: var(--bs-primary);
}

.error {
  color: var(--bs-red);
  display: none;
}

.app-brand-text.demo {
  font-style: italic;
  text-transform: unset;
}

.avatar i {
  font-size: 40px;
}

.card-header h5,
h5.card-header {
  font-weight: 700;
}

.btn {
  padding: 0.27rem 0.7rem;
}
card-body:not(.form_recherche) button[type=submit] {
  float: right;
}

.griser,
.griser a,
.griser input {
  color: var(--over-color-gris);
}

/* DataTable */
/*.table-container {
  max-height: 600px;
  height: 100%;
  overflow: auto;
}*//*
.table-container #DataTables_Table_0_length,
.table-container #DataTables_Table_0_info,
.table-container #DataTables_Table_0_paginate,
.table-container #DataTables_Table_0_filter,
.table-container #DataTables_Table_1_length,
.table-container #DataTables_Table_1_info,
.table-container #DataTables_Table_1_paginate,
.table-container #DataTables_Table_1_filter {
  display: inline-block;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.table-container #DataTables_Table_0_info,
.table-container #DataTables_Table_1_info {
  padding-bottom: 8px;
}
.table-container #DataTables_Table_0_paginate,
.table-container #DataTables_Table_0_filter,
.table-container #DataTables_Table_1_paginate,
.table-container #DataTables_Table_1_filter {
  float: right;
}*/
.table-container .dt-buttons {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.table-container .dt-buttons button {
  background-color: transparent;
  border: 1px solid #d9dee3;
  color: var(--bs-dark);
}
:not(.btn-group):not(.input-group) > .btn-group > .btn:not([class*="btn-outline-"]):first-child,
:not(.btn-group):not(.input-group) > .btn-group > .btn:not([class*="btn-outline-"]):last-of-type {
  border-right-color: #d9dee3;
  border-left-color: #d9dee3;
}
.table-container .dt-buttons button:hover {
  background-color: var(--bs-purple);
  color: #fff;
}
/*body:not(.etatdecompte):not(.encaissements):not(.rapports_comptes_a_recevoir):not(.rapports_pertes):not(.rapports_bris) .table-container th:last-child {
  max-width: 55px;
}
body.etatdecompte .table-container th:last-child {
  max-width: 200px;
}*/
/*.table-container td:last-child {
  text-align: center;
}*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  border: 1px solid #d9dee3;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #697a8d;
  border-color: #d9dee3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  cursor: default;
  border-color: #d9dee3;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: not-allowed;
  border-color: #d9dee3;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #6c7293;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  cursor: not-allowed;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 0;
}


.dataTables_wrapper .dataTable thead .sorting::before, .dataTables_wrapper .dataTable thead .sorting_asc::before, .dataTables_wrapper .dataTable thead .sorting_desc::before, .dataTables_wrapper .dataTable thead .sorting_asc_disabled::before, .dataTables_wrapper .dataTable thead .sorting_desc_disabled::before,
.dataTables_wrapper .dataTable thead .sorting::after, .dataTables_wrapper .dataTable thead .sorting_asc::after, .dataTables_wrapper .dataTable thead .sorting_desc::after, .dataTables_wrapper .dataTable thead .sorting_asc_disabled::after, .dataTables_wrapper .dataTable thead .sorting_desc_disabled::after {
  content: "";
}
table.dataTable thead .sorting_asc {
  /*background-image: url("/YourImageFolder/sort_asc.png")*/
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%237a1b17'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 12px;
  background-repeat: no-repeat;
  background-color: transparent;
}
table.dataTable thead .sorting_desc {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%237a1b17'><polygon points='50,50 100,100 0,100'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 6px;
  background-repeat: no-repeat;
  background-color: transparent;
}
table.dataTable thead .sorting {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%236c7293'><polygon points='50,0 100,50 50,100 0,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-color: transparent;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%232A3038'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 12px;
  background-repeat: no-repeat;
  background-color: transparent;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%232A3038'><polygon points='50,50 100,100 0,100'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 6px;
  background-repeat: no-repeat;
  background-color: transparent;
}

.table-border-bottom-0 tr:last-child td, .table-border-bottom-0 tr:last-child th {
  border-bottom-width: 1px;
}

#DataTables_Table_0_length select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
/*.btn-default {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
}
.btn-default:hover {
  color: #fff;
  background-color: var(--over-color-gris);
  border-color: var(--over-color-gris);
  transform: translateY(-1px);
}*/
/* / DataTable */

.container-xxl {
  position: relative;
}
.bt_ajouter,
.bt_fusion,
.bt_ajouter_interets {
  position: absolute;
  top: 35px;
  right: 25px;
}
.bt_fusion,
.bt_ajouter_interets {
  right: 125px;
}

.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  color: var(--bs-body-color);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 32px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}


#menu_burger {
  background-color: rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: saturate(200%) blur(6px);
  backdrop-filter: saturate(200%) blur(6px);
  border-radius: 0.375rem;
  box-shadow: 0 0 0.375rem 0.25rem rgba(161, 172, 184, 0.15);
  margin: 0.75rem 1rem -22px auto;
  padding: 0 0.25rem;
  z-index: 1075;
}
#menu_burger .nav-link {
  padding: 0;
}

.dataTables_scrollBody {
  min-height: 200px;
}

.select2-container--open {
  z-index: 9999;
}
#modalAjouterProduits #quantite,
#modalAjouterProduits #prix {
  width: 120px;
}

.btn-close.btn_close_custom {
  color: #fff;
  position: absolute;
  top: -8px;
  border-radius: 0.375rem;
  padding: 0.45rem;
  background-size: 0.625em;
  transition: all 0.23s ease 0.1s;
  background-color: #ff3e1d;
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(255, 62, 29, 0.4);
  right: 2px;
  z-index: 999;
}
.btn-close.btn_close_custom:hover, 
.btn-close.btn_close_custom:focus, 
.btn-close.btn_close_custom:active {
  opacity: 1;
  outline: none;
}
.modal_titre_modif,
.modal_bt_modif,
.bt_commande_a_verifier,
.bt_commande_pret_cueillette,
.bt_soumission_a_verifier,
.bt_soumission_envoyer {
  display: none;
}

.floating_box {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
}
.floating_box input {
  display: inline-block;
  width: 115px;
}
.floating_box button {
  float: none;
  margin-bottom: 2px;
}
.ui-datepicker {
  z-index: 9999 !important;
}
/* foncir le texte */
.dataTables_wrapper,
table.dataTable td, 
table.dataTable th,
.form-label, 
.col-form-label,
.card-body,
.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.form-select,
.form-control,
.form-control:focus,
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: var(--bs-black);
}
.card-subtitle {
  color: var(--bs-dark) !important;
}
/*#form_commande .card {
  height: 95%;
}*/
.card-body > .row {
  height: 100%;
}
.card-img4x3 {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
}
.card-img4x3 img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}
.bt_delete_produit_from_commande {
    z-index: 99;
}

.table_datatable,
.table_datatable_desc,
.table_datatable_commandes,
.table_datatable_soumissions,
.table_datatable_compagnies,
.table_datatable_clients,
.table_calendrier,
.table_datatable_categories,
.table_datatable_produits,
.table_datatable_facturation,
.table_datatable_interets,
.table_datatable_encaissements,
.table_datatable_depots,
.table_datatable_rapport_sommaire_encaissees,
.table_datatable_rapport_sommaire_recevoir,
.table_datatable_rapports_pertes_bris {
  background-color: #fff;
}
.table_datatable_commandes th:nth-child(2),
.table_datatable_commandes td:nth-child(2),
.table_datatable_commandes th:nth-child(9),
.table_datatable_commandes td:nth-child(9) {
  text-align: center;
}
.table_datatable_commandes th:nth-child(10),
.table_datatable_commandes td:nth-child(10) {
  text-align: right;
}
body.role_superadmin .table_datatable_commandes td:nth-child(10)::after {
  content: " $";
}
body.role_admin .table_datatable_commandes td:nth-child(9)::after {
  content: " $";
}
.table_datatable_depots td:nth-child(4)::after {
  content: " $";
}
.table_datatable_depots table td:nth-child(4)::after {
  content: "";
}
.table_datatable_rapport_sommaire td:nth-child(6)::after,
.table_datatable_rapport_sommaire td:nth-child(7)::after,
.table_datatable_rapport_sommaire td:nth-child(8)::after,
.table_datatable_rapport_sommaire td:nth-child(9)::after,
.table_datatable_rapport_sommaire td:nth-child(10)::after {
  content: " $";
}
.table_datatable_rapports_pertes_bris td:nth-child(8)::after {
  content: " $";
}
body.role_superadmin .table_datatable_soumissions td:nth-child(10)::after,
body.role_superadmin .table_datatable_soumissions td:nth-child(11)::after {
  content: " $";
}
body.role_admin .table_datatable_soumissions td:nth-child(9)::after {
  content: " $";
}
.table_datatable_rapport_sommaire_recevoir td:nth-child(7)::after,
.table_datatable_rapport_sommaire_recevoir td:nth-child(8)::after,
.table_datatable_rapport_sommaire_recevoir td:nth-child(9)::after,
.table_datatable_rapport_sommaire_recevoir td:nth-child(10)::after,
.table_datatable_rapport_sommaire_recevoir td:nth-child(11)::after,
.table_datatable_rapport_sommaire_recevoir td:nth-child(12)::after,
.table_datatable_rapport_sommaire_recevoir td td:nth-child(3)::after,
.table_datatable_rapport_sommaire_recevoir td td:nth-child(4)::after,
.table_datatable_rapport_sommaire_recevoir td td:nth-child(5)::after,
.table_datatable_rapport_sommaire_recevoir td td:nth-child(6)::after {
  content: " $";
}
.table_datatable_rapport_sommaire_recevoir th:nth-child(7),
.table_datatable_rapport_sommaire_recevoir th:nth-child(8),
.table_datatable_rapport_sommaire_recevoir th:nth-child(9),
.table_datatable_rapport_sommaire_recevoir th:nth-child(10),
.table_datatable_rapport_sommaire_recevoir th:nth-child(11),
.table_datatable_rapport_sommaire_recevoir th:nth-child(12),
.table_datatable_rapport_sommaire_recevoir td:nth-child(7),
.table_datatable_rapport_sommaire_recevoir td:nth-child(8),
.table_datatable_rapport_sommaire_recevoir td:nth-child(9),
.table_datatable_rapport_sommaire_recevoir td:nth-child(10),
.table_datatable_rapport_sommaire_recevoir td:nth-child(11),
.table_datatable_rapport_sommaire_recevoir td:nth-child(12),
.table_datatable_rapport_sommaire_recevoir td td:nth-child(3),
.table_datatable_rapport_sommaire_recevoir td td:nth-child(4),
.table_datatable_rapport_sommaire_recevoir td td:nth-child(5),
.table_datatable_rapport_sommaire_recevoir td td:nth-child(6),
.table_datatable_rapport_sommaire_recevoir td td:nth-child(7) {
  text-align: right;
}
.dropdown-menu > li.active:not(.disabled) > a:not(.dropdown-item) {
  display: block;
}

.text-muted {
  color: var(--bs-black) !important;
  font-size: 1rem;
}

.bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next {
  color: var(--bs-black);
}
.bg-menu-theme .menu-header {
  color:  var(--bs-dark);
}

.photo_retour_visualiser {
  margin: 0 auto;
  width: 50%;
}
.photo_retour_visualiser img {
  border-radius: 0.5rem;
  width: 100%;
}

.table_calendrier td {
  width: 9%;
}
/*.table_calendrier td:first-child {
  width: 90px;
}*/
.table_calendrier td:nth-child(7),
.table_calendrier td:nth-child(8) {
  width: 23%;
}
.table_calendrier span.heure_tri {
  display: none;
}

/* *** Factures *** */
.table_detail_facture_top,
.table_detail_notedecredit_top,
.table_detail_interets_top {
  border: 1px solid var(--bs-secondary);
  vertical-align: top;
}
.table_detail_facture_top #date_facture,
.table_detail_notedecredit_top #date_facture,
.table_detail_interets_top #date_facture {
  padding-top: 0;
  padding-bottom: 0;
}
.table_detail_facture_top tr:first-child td:nth-child(1),
.table_detail_notedecredit_top tr:first-child td:nth-child(1),
.table_detail_interets_top tr:first-child td:nth-child(1) {
  width: 180px;
}
.table_detail_facture_top tr:first-child td:nth-child(2),
.table_detail_notedecredit_top tr:first-child td:nth-child(2),
.table_detail_interets_top tr:first-child td:nth-child(2) {
  width: 20%;
}
.table_detail_facture_top tr:first-child td:nth-child(3),
.table_detail_notedecredit_top tr:first-child td:nth-child(3),
.table_detail_interets_top tr:first-child td:nth-child(3) {
  width: 180px;
}
.table_detail_facture_top tr:first-child td:nth-child(5),
.table_detail_notedecredit_top tr:first-child td:nth-child(5),
.table_detail_interets_top tr:first-child td:nth-child(5) {
  width: 65px;
}
.table_detail_facture_top tr:first-child td:last-child,
.table_detail_notedecredit_top tr:first-child td:last-child,
.table_detail_interets_top tr:first-child td:last-child {
  width: 132px;
}
.table_commande_produits .table_commande_produits tr:first-child th:nth-child(1),
.table_commande_produits .table_commande_produits tr:first-child th:nth-child(3),
.table_commande_produits .table_commande_produits tr:first-child th:nth-child(5) {
  text-align: left;
}
.table_commande_produits .table_commande_produits tr:first-child th:nth-child(2),
.table_commande_produits .table_commande_produits tr:first-child th:nth-child(5) {
  text-align: center;
}
.table_commande_produits .table_commande_produits tr:first-child th:nth-child(6),
.table_commande_produits .table_commande_produits tr:first-child th:last-child {
  text-align: right;
}
.detail_clients{
  line-height: 16px;
  font-size: 13px;
}
.detail_projet,
.detail_compagnie {
  font-weight: bold;
}

.tooltip-inner img  {
  width: 75px;
}
/*.modal-footer {
  justify-content: space-between;
}*/

#modalProlongation .loading_icon {
  margin-left: 20px;
}

.total_avant_taxes {
  font-weight: bold;
}
.table {
  color: var(--bs-black);
}
/*.table_detail_notedecredit_top,
.table_detail_notedecredit_top td,
.table_detail_facture_top,
.table_detail_facture_top td {
  border: 1px solid #000;
}*/
.notedecredit_ligne table,
.interets_ligne table {
  width: 100%;
}
.notedecredit_form [type=text]:not(.notedecredit_autre):not(.facture_note),
.interets_form [type=text]:not(.interets_autre) {
  text-align: right;
}
.form_etatdecompte tfoot tr,
.form_etatdecompte tfoot td {
  font-weight: bold;
  border: 0;
}
.detail_produit table {
  margin: 0 0 0 auto;
}
.detail_produit #prix_total,
.detail_produit #prix_valeur_neuf,
.detail_produit #prix_location,
.form_facture #frais_livraison_sortie,
.form_facture #frais_livraison_retour,
.form_facture #frais_montage,
.form_facture #frais_demontage,
.form_facture #commande_montage,
.form_facture #commande_demontage {
  max-width: 85px;
}
.form_facture .input-group {
  display: inline-flex;
  width: auto;
}

.bt_retour_produits i {
  font-size: 30px;
}
.commandes_produits_retour h5 {
  font-weight: bold;
  margin: 0;
}
.table_voir_detail_retour {
  border-collapse: collapse;
}
table.table_voir_detail_retour, .table_voir_detail_retour th, .table_voir_detail_retour td {
  border: 1px solid var(--bs-purple);
}
.table_voir_detail_retour th, .table_voir_detail_retour td {
  padding: 10px;
}
.table_voir_detail_retour th {
  background-color: var(--bs-purple);
  color: var(--bs-body-bg);
}
.table_voir_detail_retour td:first-child {
  width: 50px;
}
.table_voir_detail_retour .card-img4x3 {
  max-width: 200px;
}
.detail_bilan {
  text-align: center;
}
.detail_bilan .toast {
  margin: 0 auto;
  width: fit-content;
}
.detail_bilan .toast .fw-semibold {
  text-transform: capitalize;
}

.table_datatable_depots thead tr th:nth-child(1) {
  width: 50px;
}

#form_dates {
  margin: 1.5rem auto 0;
}
#form_dates form {
  width: 100%;
}
#form_dates form .input-group {
  width: 96%;
}
#form_dates form .date_calendrier {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
#form_dates form input[type=submit] {
  margin-top: 3px;
}
@media only screen and (max-width: 1199px) {
  #form_dates {
    display: none;
  }
}

.body_empty {
  background-color: #fff;
}

.table_imprimer {
  border: 1px solid #000;
  margin: 0 auto;
  width: 500px;
}
.table_imprimer td {
  padding: 10px;
}

.badge .bx {
  vertical-align: sub;
  font-size: 1rem;
  line-height: 0.75rem;
}


/* marker.js - pour que le menu du thème soit en-dessous du popup de marker.js */
.layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-menu {
  z-index: 999;
}
/* ouvrir le popup de marker.js toujours centré dans la fenêtre, même si on a scrollé */
.__markerjs2_ {
  position: fixed !important;
}


.menu-vertical .menu-inner > .menu-item {
  position: relative;
}
.menu-vertical .menu-item .menu-link {
  padding-right: 35px;
}
a.a_add {
  position: absolute;
  right: 15px;
  top: 8px;
}

/* Cacher les X pour supprimer l'image quand on génère le relevé (c'est dans le retour de la commande qu'on set les surplus) */
#form_commande_releve .bt_delete_surplus_from_commande {
  display: none;
}




@media print {

  .card-img-top {
    max-width: 226px;
  }

}


.layout-menu,
.menu_burger {
  z-index: 900;
}
.menu_burger {
  color: white;
  border-radius: 10px;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 17px;
  display: none;
  background: #888;
  position: fixed;
  right: 4px;
  top: 4px;
}
@media only screen and (max-width: 1199px) {
  .layout-menu {
    display: none;
  }
  .menu_burger {
    display: block;
  }
}

.projets_form #modalCompagnieAdd .modal-title,
.projets_form #modalClientAdd .modal-title,
.projets_form #modalCompagnieAdd .modal-body .btn-outline-secondary,
.projets_form #modalClientAdd .modal-body .btn-outline-secondary,
.commandes_form #modalClientAdd .modal-title,
.commandes_form #modalClientAdd .modal-body .btn-outline-secondary,
.soumissions_form #modalClientAdd .modal-title,
.soumissions_form #modalClientAdd .modal-body .btn-outline-secondary {
    display: none;
}
.projets_form #modalCompagnieAdd .container-xxl,
.projets_form #modalClientAdd .container-xxl,
.commandes_form #modalClientAdd .container-xxl,
.soumissions_form #modalClientAdd .container-xxl {
    padding: 0 !important;
}


.table_ultrawide td {
  width: 450px;
  min-width: 450px;
  max-width: 450px;
  vertical-align: top;
  padding: 15px;
}

.produit_retour_avant_apres {
  position: relative;
}
.produit_retour_avant_apres .produit_retour_avant,
.produit_retour_avant_apres .produit_retour_apres {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
}
.produit_retour_avant_apres .produit_retour_avant {
  top: -25px;
}


.qte_par_ligne {
  text-align: center;
  width: 70px;
}