html {
  font-family: "Roboto", sans-serif;
}
body {
  margin: 0;
}
table {
  border-collapse: collapse;
}
.order_check input[type="checkbox"],
#table_header input[type="checkbox"] {
  width: 25px;
  outline: none;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid white;
}
.order_check input[type="checkbox"]:checked,
#table_header input[type="checkbox"]:checked {
  background: #e83c69 !important;
}
#login-body {
  background: #404040;
}
#commandes {
  width: 85%;
  text-align: center;
}
#commandes .order_delay::before {
  content: "";
  display: block;
  height: 15px;
}
#quotation {
  width: 88%;
  text-align: center;
}
.button {
  width: 60%;
  height: 20%;
  margin: 0 auto;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 10px;
  border: solid 1px #dac00a;
  background: radial-gradient(#fff600, #ffd400);
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
@media screen and (min-width: 1600px) {
  .button {
    height: 12%;
  }
}
@media screen and (max-width: 1400px) {
  #commandes {
    width: 80%;
  }
  #quotation {
    width: 80%;
  }
  #rightButtonsBloc {
    width: 15% !important;
  }
  #panel_buttons {
  }
  #color_sample {
  }
  #commandes .order {
    border-left: 0 !important;
  }
  #message-not-seen {
    width: 14% !important;
  }
}
#quotation .quotation {
  background-color: #e83c69;
  border: 2px solid #e9e9e9;
  font-weight: 600;
  color: #2c2c2c;
  border-right: 50px solid white;
}
#quotation #table_header {
  background: #404040;
  border-left: 30px solid #404040;
  color: white;
}
#quotation tbody {
  display: table-row-group;
  vertical-align: middle;
}

#quotation tr {
  background-position-y: center;
  background-repeat: no-repeat !important;
  background-size: 130px !important;
}

#commandes #table_header {
  background: #404040;
  border-left: 30px solid #404040;
  color: white;
}
#commandes #table_header th {
  padding-top: 5px;
  font-weight: 100;
  text-transform: capitalize;
}
tr[data-priority="high"][data-boutique_name="JS2"] {
  background-color: #6c757d;
  color: white !important;
}
tr[data-priority="medium"][data-boutique_name="JS2"] {
  background-color: #e83c69;
}
tr[data-priority="high"][data-boutique_name="JSPRO"] {
  background-color: #464646;
  color: white !important;
}

#color_sample {
  margin-bottom: 20px;

  width: 90%;

  padding-bottom: 10px;

  border: solid 2px gray;

  background: rgb(201 198 198);

  margin-left: 5%;
}
#color_sample p {
  margin: 0;
  bottom: 10px;
  position: relative;
  z-index: 1;
  background: #7d7d7d;
  width: 50%;
  margin-left: 5%;
  text-align: center;
  color: white;
}
#color_sample > div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#color_sample > div div {
  border-radius: 5px;
  height: 30px;
  font-weight: bold;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#high {
  background-color: #6c757d;
  color: white;
}
#high[data-boutique_name="JSPRO"] {
  background-color: #464646;
  color: white;
}
#medium {
  background-color: #e83c69;
  color: white;
}
#low {
  background-color: white;
}
#commandes .order {
  border: 2px solid #e9e9e9;
  font-weight: 600;
  position: relative;
  color: #2c2c2c;
  border-right: 0 solid white;
}
#commandes .order .bg-noir {
  width: 0;
}
.text_orange {
  color: rgb(170, 120, 26);
}
.text_red {
  color: rgb(172, 0, 0);
}
.bg-noir {
  background: #404040;
  color: white;
  font-weight: 600;
  font-size: 1.3rem;
}
.etatcommande {
  border-radius: 10px;
  display: inline-block;
  padding: 5px 5px 3px 5px;
  width: 70%;
  font-size: 0.9rem;
  color: rgb(82, 82, 82);
  text-transform: uppercase;
}
.order[data-currentstate="48"] .etatcommande {
  color: white;
}
.order[data-currentstate="4"] {
  display: none;
}
.mini_icon_csv_JS2,
.mini_icon_csv_JSPRO,
.mini_icon_dxf_JSPRO,
.mini_icon_dxf_JS2,
.mini_icon_bl,
.mini_icon_pdf,
.mini_icon_dxfor_JS2,
.mini_icon_dxfor_JSPRO {
  display: inline-flex;
  cursor: pointer;
  padding: 12px 8px 9px 8px;
  border-radius: 50%;
  border: 3px solid #b8b8b8;
  margin-left: 5px;
  align-items: center;
  height: 18px;
  justify-content: right;
}
.mini_icon_csv_JSPRO,
.mini_icon_csv_JS2 {
  border: solid 3px #8a2be1;
  background: #c391f0;
}
.mini_icon_dxf_JSPRO,
.mini_icon_dxf_JS2 {
  border: solid 3px #26a868;
  background: #25cb69;
}
.mini_icon_dxfor_JSPRO,
.mini_icon_dxfor_JS2 {
  border: solid 3px #8a2be1;
  background: #c391f0;
  width: auto;
  border-radius: 10px;
}
.mini_icon_pdf {
  border: solid 3px #ff8201;
  background: #ffb400;
}
.mini_icon_bl {
  border: solid 3px #4e9ce6;
  background: #7cb9e8;
}
.address {
  padding: 5px 0;
  max-width: 190px;
}
tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
tbody tr:first-child td:first-child .bg-noir {
  border-top-left-radius: 10px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
tbody tr:first-child td:last-child {
  border-top-left-radius: 10px;
}
tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.order_check {
  height: 100%;
  vertical-align: middle;
}
.order_check input {
  vertical-align: middle;
}
#sous_traitant_name {
  text-align: center;
  background: #404040;
  /* margin-bottom: 40px; */
  line-height: 1.3;
  color: #ffffff;
  font-size: 10pt;
}
#panel_buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 40%;
}
#panel_buttons .button {
  align-content: start;
  width: 90%;
  height: 90px;
}
#button_logout_label {
  background: #939393;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  height: unset;
  color: white;
  border: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 10pt;
}
#button_parametrer_label {
  order: 3;
  background: transparent;
  border: none;
  border-radius: 0;
  font-weight: 600;
  color: #404040;
  height: 93% !important;
  margin-bottom: 0;
}
.state_3 {
  cursor: pointer;
}
#button_logout {
  display: none;
}
#rightButtonsBloc {
  width: 12%;
  height: 100%;
  position: fixed;
  right: 0;
  background: #eaeaea;
}
.button_icon {
  width: 100%;
  height: 46%;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-x: center;
  display: inline-flex;
  background-position-y: bottom;
}
#button_massUpOrderState {
  background: #ffb400;
  border: 3px solid #ff8201;
}
#button_massbl {
  border: solid 3px #4e9ce6;
  background: #7cb9e8;
}
#button_massdxf {
  border: solid 3px #26a868;
  background: #25cb69;
}
#button_massCSV {
  border: solid 3px #8a2be1;
  background: #c391f0;
}
#button_massdxf span,
#button_massbl span,
#button_massUpOrderState span {
  color: white;
  text-align: center;
}
.mini_button span {
  font-weight: 500;
}
.button span {
  width: 100%;
  height: 50%;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#pdf {
  background: #e9e9e9 !important;
  border: 3px solid #808080 !important;
}
#delivery {
  background: #7cb9e8 !important;
  border: 3px solid #4e9ce6 !important;
}
#dxf {
  background: #25cb69 !important;
  border: 3px solid #2dab6c !important;
  position: relative;
}
#dxf img {
  position: absolute;
  bottom: 5;
  right: 5;
  border-radius: 50%;
  border: 2px solid white;
  max-width: 20;
  background-color: #01c1c1;
}
#dxfor {
  background: #c391f0 !important;
  border: 3px solid #8a2be1 !important;
}
#order_state_up {
  background: #ffb400 !important;
  border: 3px solid #ff8201 !important;
}
#order_standby {
  background: #ff0011 !important;
  border: 3px solid #8f000a !important;
}
#orderstandby {
  background: #ff0011 !important;
  border: 3px solid #8f000a !important;
  border-radius: 10px;
  padding: 6px 0 8px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

#order_state_up[data-hide="1"] {
  display: none;
}
#order_state_minus {
  background: #ff3434 !important;
  border: 3px solid #ff0000 !important;
}
#button_responsable_commande div {
  border-radius: 10px;
}
#entete_middle_bloc {
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  padding-bottom: 10px;
  padding-top: 15px;
  color: white;
  background-color: #5f5f5f;
}
#colis_up {
  background: #25cb68 !important;
  border: 2px solid #26a868 !important;
  color: #fff;
}
#colis_down {
  background: #ed1c24 !important;
  border: 2px solid #ba1b21 !important;
  color: #fff;
}
#colis_up a,
#colis_down a {
  display: flex;
  align-items: center;
}
#icon_order_state_up_label {
  color: #fff !important;
}

#colis_up:active,
#colis_down:active,
#printLabel:active,
.button:active,
#pdf:active,
#delivery:active,
#invoice:active,
#dxf:active,
#order_state_up:active,
#order_state_minus:active {
  transition: all 0.2s;
  transform: scale(0.95);
  opacity: 1;
  border-radius: 5px;
  border: solid 2px #ffec05;
}

#order_standby {
  transition: all 0.2s;
  transform: scale(0.95);
  opacity: 1;
  border-radius: 5px;
  border: solid 2px #800008;
}

#content,
#login_form {
  display: flex;
}

#button_printer {
  background-image: url("./img/pdf.png");
}

#button_massdxf .button_icon {
  background-image: url("./img/folder.png");
}

#button_admin,
#button_parametrer {
  background-image: url("./img/icon_param.png");
}
#button_admin {
  height: 25px;
  position: absolute;
  width: 25px;
  display: inline-block;
  background-size: contain;
  right: 5px;
  top: 5px;
  mix-blend-mode: screen;
}
#button_upOrderState {
  background-image: url(./img/icon_uparrow_white.png);
}
#button_print {
  background-image: url(./img/pdf.png);
}

#order_detailBloc {
  position: fixed;
  white-space: normal;
  width: 50%;
  top: 23.2%;
  overflow: scroll;
  overflow-x: hidden;
  border-radius: 10px;
  left: 25%;
  color: white;
  background: #404040;
  max-height: 40%;
}
#order_detailBloc_title {
  width: 100%;
  top: 0;
  border-bottom: 2px solid white;
  display: block;
  font-size: 1.3rem;
  left: 0;
  padding-bottom: 10px;
  text-align: center;
  padding-top: 20px;
  font-weight: 600;
  color: white;
}

#order_detailBloc ul {
  padding: 20px 45px;
}

#order_detailBloc li {
  line-height: 2;
}

#icon_print,
#icon_dxf,
#icon_order_state_up {
  margin-top: 22px !important;
}

#icon_dxf_label b,
#icon_print_label b,
#icon_order_state_up_label b {
  font-size: 1.1rem;
}

tr:nth-child(1):hover {
  background: initial;
  height: initial;
}
#bottomBloc,
#topBloc {
  display: inline-block;
  position: fixed;
  height: 20%;
  left: 0;
  bottom: 0;
  background: #404040;
  z-index: 3;
  display: flex;
}
#topBloc,
#bottomBloc {
  height: 275px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  z-index: 5;
}
#topBloc {
  top: 0;
  border-top: none;
  border-bottom: solid 1px gold;
}
#topBloc a,
#bottomBloc a {
  text-decoration: none;
  height: 100%;
  width: 100%;
}

#middleBloc {
  display: inline-block;
  width: 100%;
}
#topBlocHided,
#bottomBlocHided,
#middleBlocHided {
  height: 0;
  border: none;
  content: "";
  display: none;
}
.img_miniature {
  max-height: 85%;
  max-width: 85%;
  cursor: pointer;
  background: white;
  padding: 5px;
}
#loading {
  background: url("./img/load.gif");
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#printLabel #loading {
  position: relative;
  background-color: rgba(171, 151, 9, 0.45);
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin-top: 0;
}
#global_loading {
  background: url("./img/global_load.gif");
  position: fixed;
  width: 65px;
  height: 65px;
  right: 0;
  bottom: -10px;
  z-index: 20;
  background-size: contain;
}
.product {
  width: 320px;
  border: dashed 3px transparent;
  display: flex;
  position: relative;
  text-align: center;
  z-index: 1;
  bottom: 0;
  left: 108px;
  align-items: center;
  background-color: white;
  margin: 5px;
  justify-content: center;
  min-width: 10%;
}
.weight {
  top: 0;
}
.product[data-selected="true"] .img_miniature {
  border: dashed 3px #ffb31c;
  border-radius: 10px;
}
.product:first-of-type {
  margin-left: 7%;
}
.colis_label {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: inline-block;
  padding: 7px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 10px;
  color: white;
  text-align: center;
  left: 120px;
  width: 90px;
  top: 90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.check_icon {
  background: url("./img/check.png");
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center;
  opacity: 0;
  background-repeat: no-repeat;
  top: 56%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
}
.check_icon[data-visible="true"] {
  opacity: 1;
}
.product .weight,
.product .quantity,
.product .dimensions {
  position: absolute;
  display: inline-block;
  opacity: 1;
  font-weight: 700;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.weight {
  background: rgba(14, 80, 177, 0.5);
  right: 0;
  padding: 2px;
  border-radius: 0 0 0 10px;
}
.quantity {
  background: rgba(255, 0, 0, 0.5);
  width: 30px;
  left: 0;
  top: 0;
  padding: 2px;
  border-radius: 0 0 10px 0;
}
.dimensions {
  background: rgba(11, 105, 0, 0.5);
  left: 0;
  bottom: 0;
  padding: 2px 4px 0px 2px;
  border-radius: 0 10px 0 0;
}
#closeBloc {
  position: fixed;
  right: 0px;
  bottom: 210px;
  background: #ed1c24;
  color: #fff;
  width: 50px;
  text-align: center;
  z-index: 22;
  padding-top: 15px;
  height: 35px;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  cursor: pointer;
}
#closeBloc {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  bottom: initial;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
.font-weight-bold {
  font-weight: bold;
}
.text-white {
  color: #fff;
}
.gros-titre {
  color: #fff;
  font-weight: bold;
  font-size: 70px;
}
.icon-gros-titre {
  margin-right: 10px;
}
#package_form {
  width: 40%;
  margin: 0 auto 0 7%;
  margin-top: 3%;
}
#package_form label {
  display: inline-block;
  font-size: 18px;
}
#package_form input[disabled] {
  color: lightgray;
}
#package_form input {
  width: 15%;
  border-radius: 15px;
  height: 100%;
  text-align: center;
  font-size: 25px;
  padding: 7px 10px 5px 10px;
  background: #fff;
  box-sizing: border-box;
  border: 0;
  color: #404040;
}
#package_form table {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
}
#package_form td {
  padding-right: 12px;
}
#package_form input[type="number"] {
  width: 100%;
  border: solid 2px gray;
  text-align: right;
}
#package_form input[type="text"] {
  width: 100%;
  font-size: 25px;
  text-align: right;
  border: solid 2px gray;
  padding: 7px 10px 5px 10px;
  box-sizing: border-box;
}
#package_form input[type="submit"] {
  cursor: pointer;
  height: 185px;
  width: 200px;
  font-size: 24px;
  position: absolute;
  right: 10%;
  top: 25%;
  background: radial-gradient(#2cb52c, #017b01);
  border: solid 20px #017b01;
  font-family: Tahoma;
  border-right: solid 10px #017b01;
  border-left: solid 10px #017b01;
  border-top: solid 5px #017b01;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  white-space: normal;
  display: none;
}
#package_form_fret {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#package_form_fret .fret_message {
  display: inline-flex;
  width: 90%;
  justify-content: center;
  align-items: center;
  border: 2px;
  border-style: dashed;
  background: lightgray;
  height: 120px;
  color: black;
  padding: 15px;
}
#package_form_fret .fret_message_button {
  display: inline-flex;
  width: 60%;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  color: black;
  padding: 5px;
  border: solid 3px #ff8201;
  background: #ffb400;
  border-radius: 5px;
  height: 70px;
}
#package_form_fret #printLabel {
  width: 250px;
  margin-top: 30px;
  border: solid 3px #ff8201;
  background: #ffb400;
  border-radius: 5px;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin: 20px auto;
  text-decoration: none;
  transition: all 0.3s;
}
#package_form_fret #printLabel #icon_print_label {
  height: auto;
}
#package_form_fret #printLabel #icon_print {
  height: 60px;
  width: 100%;
}

#login_form input[type="submit"] {
  background: #ffb31c;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  padding: 15px 0 12px 0;
}
#login_form {
  display: block;
}
#login_form form {
  width: 400px;
  margin: auto;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 20px;
}
#login_form label {
  width: 10%;
  font-family: Tahoma;
  display: inline-block;
  text-align: left;
}

#login_form input {
  border-radius: 10px;
  border: none;
  margin: 7px 0;
  background: #f3f3f3;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px;
}
#login_form input[type="email"],
#login_form input[type="password"] {
  border: 2px solid #404040;
}
#login_form .one-champs label,
#login_form .one-champs input {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#login_form .one-champs label {
  color: #404040;
  font-weight: bold;
}
#login_form #title {
  font-size: 30px;
  text-align: center;
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 25vh;
}
#delivery,
#invoice,
#pdf,
#dxf,
#nodxf,
#order_state_up,
#dxfor,
#order_state_minus,
#order_standby {
  width: 185px;
  border-radius: 10px;
  padding: 15px 10px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s;
}
#colis_up,
#colis_down,
#printLabel {
  width: 100%;
  border: solid 3px rgb(255, 224, 4);
  background: #f9d600;
  border-radius: 10px;
  padding-top: 0;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-bottom: 5%;
  margin-left: 0;
  text-decoration: none;
  transition: all 0.3s;
}
#colis_down_hidden {
  display: none;
}

a {
  text-decoration: none;
}
#nodxf {
  border: solid 3px rgb(206, 206, 206);
  background: #ffffff;
}
#icon_print {
  background: url(./img/pdf.png);
  background-position: 50%;
  background-repeat: no-repeat;
}
#icon_dxf {
  background: url(./img/folder.png);
  background-position: 50%;
  background-repeat: no-repeat;
}
#icon_order_state_up {
  background: url(./img/plus-icon.png);
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: 30px !important;
}
#icon_order_state_up_lock {
  background: url(./img/unlock.png);
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: 45px !important;
}
#icon_order_state_minus {
  background: url(./img/lock.png);
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: 35px !important;
}
#orderstandby #icon_order_state_minus {
  width: 70px;
}
#colis_down #icon_order_state_up {
  background: url(./img/minus-icon.png);
  background-size: 40px !important;
}

#printLabel {
  background: #ffb31c;
  border: 2px solid #ff8201;
  padding: 10px 0 15px 0;
}
#printLabel #icon_print {
  width: 100%;
  background-size: 40px;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
#printLabel #icon_print_label {
  text-align: center;
  font-weight: bold;
}

#icon_print,
#icon_dxf,
#icon_order_state_up,
#icon_order_state_minus,
#icon_order_state_up_lock {
  width: 100%;
  height: 40px;
  background-size: contain;
  margin: 0 !important;
}
#icon_print_label,
#icon_dxf_label,
#icon_order_state_up_label {
  color: black;
  margin-top: 0;
  display: block;
  text-align: left;
  text-decoration: none;
}

#button_responsable_commande {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  overflow-x: scroll;
}
#button_responsable_commande #invoice {
  border: solid 3px #8a2be1;
  background: #c391f0;
}
#button_responsable_commande #icon_print_label,
#button_responsable_commande #icon_dxf_label,
#button_responsable_commande #icon_order_state_up,
#button_responsable_commande #icon_order_state_minus {
  margin-top: 5px;
}
#button_preparateurs_commande {
  display: block;
  position: absolute;
  right: 75px;
  top: 0;
  width: 300px;
  padding-top: 6%;
  text-align: center;
}
#button_preparateurs_commande #icon_order_state_up {
  width: 25%;
}
#button_preparateurs_commande #icon_order_state_up_label {
  font-weight: bold;
}
#nbPaquetTotal div {
  font-size: 15pt;
}
#rightArrow,
#leftArrow {
  position: fixed;
  height: 100px;
  z-index: 21;
  width: 90px;
  bottom: 65px;
  background-image: url(/img/arrow_right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 8px;
  background-color: rgb(99, 99, 99);
  display: block;
  border-radius: 100px;
  border: solid 10px rgb(97, 95, 95);
}
#rightArrow {
  right: 8px;
  left: initial;
}
#leftArrow {
  display: none;
  transform: rotate(180deg);
}
#topBloc #rightArrow,
#topBloc #leftArrow,
#topBloc #closeBloc {
  top: 0;
  bottom: initial;
}
#adminForm {
  height: 100%;

  width: 100%;

  min-height: 100%;
}
#messageBloc {
  position: fixed;
  z-index: 20;
  width: 50%;
  bottom: 50px;
  text-align: center;
  border: solid 1px black;
  padding: 45px;
  background: #ffb31c;
  margin-left: 25%;
  font-size: 18pt;
  border-radius: 10px;
  font-weight: bold;
  opacity: 0;
  color: black;
  animation-name: messageBlocAppear;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 7s;
}
@keyframes messageBlocAppear {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.bar {
  width: 95%;
  margin-left: 2%;
  height: 35px;
  border: 1px solid #000000;
  border-radius: 10px;
  background-image: repeating-linear-gradient(
    -45deg,
    #fff803,
    #ffd60a 11px,
    #4a4a4a 10px,
    #737373 20px /* determines size */
  );
  background-size: 28px 28px;
  animation: move 0.3s linear infinite;
  text-align: right;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}

.actions .state_2 {
  display: none;
}
.unlocked .mini_icon_chat {
  display: none;
}
.order[data-need_validation="1"] .actions div[class*="state_"] {
  display: none;
}
#numVersion {
  position: fixed;
  right: 5px;
  bottom: 5px;
  text-align: right;
  z-index: -1;
}
#numVersion .type_environnement.upcoming {
  color: gold;
}
#numVersion .type_environnement.current {
  color: white;
}
#numVersion .type_environnement.production {
  color: green;
}
#numVersion .type_environnement.dev {
  color: lightblue;
}
#colis_loading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.6);
  z-index: 998;
}
.hidden {
  display: none;
}

#commandes tr {
  background-position-y: center;
  background-repeat: no-repeat !important;
  background-size: 130px !important;
}
#commandes tr.wood input[type="checkbox"] {
  background: #dec9ac;
}
#commandes tr.metal input[type="checkbox"] {
  background: #6e6e6e;
}
input[name="package_content"] {
  padding-right: 25px !important;
}

#topBloc #order_detailBloc_title {
  bottom: 0;
  top: initial;
}
#topBloc #order_detailBloc {
  background: linear-gradient(#4c4c4c, #888888);
  top: 27.3%;
  padding-top: initial;
}
#fondNoir {
  transition: display 1s, visibility 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.23);
}
#search_input {
  width: 90%;
  margin-left: 5%;
  border: solid 1px;
  border-radius: 3px;
  font-family: Tahoma;
  background: linear-gradient(white, #b5b5b5);
  color: #404040;
  padding: 8px;
  margin-bottom: 15px;
}

#msgFiltreActif {
  font-size: smaller;
  color: rgb(255 255 255);
  font-weight: bold;
  border: solid 2px rgb(0, 0, 0);
  position: absolute;
  bottom: -20px;
  width: 90%;
  background: rgb(238 88 25);
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
#maintenance_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: darkgray url(img/maintenance.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
#maintenance_block {
  padding: 25px;
  background-color: #ff9800;
  border-radius: 5px;
  color: #2b1800;
  opacity: 0.83;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-top: 20%;
  font-size: x-large;
  box-shadow: 0px 6px 20px 5px;
}
.choices {
  display: flex;
  margin-top: 20px;
}

@media (max-width: 1366px) {
  #topBloc,
  #bottomBloc {
    height: 200px;
  }
  .flip-card {
    width: 80%;
    bottom: 205px;
    left: 10%;
  }
  #delivery,
  #invoice,
  #pdf,
  #dxf,
  #nodxf,
  #order_state_up,
  #order_state_minus,
  #order_standby {
    width: 180px;
    margin-top: 35px;
    margin-left: 30px;
    font-size: 11pt;
  }
  #order_detailBloc {
    top: initial;
    bottom: 200px;
  }
  #rightArrow,
  #leftArrow {
    height: 70px;
    width: 70px;
    bottom: 50px;
  }
  .img_miniature {
    height: 180px;
    width: 180px;
  }
  .colis_label {
    top: 50px;
  }
  #package_form_fret .fret_message {
    height: 90px;
  }
  #show_infos {
    bottom: 200px !important;
  }
}
@media screen and (max-width: 700px) {
  /* Ici du code s'appliquant aux ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©crans de moins de 700 pixels de large */
  #login_form form {
    text-align: center;
    margin: auto;
    max-width: 900px;
    min-width: 320px;
    padding-top: 20%;
    margin-bottom: 170px;
  }
  #login_form label {
    width: 30%;
    text-align: center;
    word-wrap: wrap;
  }
  #login_form input {
    display: block;
    width: 90%;
    margin-bottom: 10px;
  }
  #login_form input[type="submit"] {
    margin: auto;
    margin-left: 80px;
    font-size: 16px;
    height: 40px;
    width: 50%;
    z-index: 1;
  }
  #login_form #title {
    font-size: 18px;
    color: white;
  }
  #messageBloc {
    padding: 3px;
    font-size: 16px;
  }
  #rightButtonsBloc {
    display: none;
  }
  .etatcommande {
    padding: 3px;
    font-size: 14px;
  }

  .order th:nth-child(0),
  .order th:nth-child(1),
  .order th:nth-child(3),
  .order th:nth-child(8),
  .order th:nth-child(10),
  .order td:nth-child(0),
  .order td:nth-child(1),
  .order td:nth-child(3),
  .order td:nth-child(8),
  .order td:nth-child(10),
  #table_header th:nth-child(0),
  #table_header th:nth-child(1),
  #table_header th:nth-child(3),
  #table_header th:nth-child(8),
  #table_header th:nth-child(10),
  #table_header td:nth-child(0),
  #table_header td:nth-child(1),
  #table_header td:nth-child(3),
  #table_header td:nth-child(8),
  #table_header td:nth-child(10) {
    display: none;
  }
  th:nth-child(9),
  .actions {
    display: none;
  }
  #delivery,
  #invoice,
  #pdf,
  #dxf,
  #nodxf,
  #order_state_up,
  #order_state_minus {
    display: none;
  }
  #order_detailBloc,
  #bottomBloc,
  #middleBloc {
    display: none;
  }
  #fondNoir {
    display: none !important;
  }
  #commandes {
    width: 100%;
  }
  #numVersion {
    display: none;
  }
  #commandes tr {
    background-size: 120px !important;
  }

  #commandes .order {
    border-left: 0;
    border-right: 0;
  }
  #commandes #table_header {
    border-left: 0;
  }
  #commandes tbody {
    border-left: 15px solid white;
  }
  .etatcommande {
    width: 16px;
    text-indent: -9999px;
  }
  h3 {
    margin-bottom: 5px;
  }
  .bg-noir {
    font-size: 1rem;
  }
  td {
    font-size: 0.8rem;
  }
  .addr {
    width: 75px;
  }
  #StatsDisplay {
    display: none !important;
  }
}

div.forwardingChoice_explanation {
  text-align: center;
  color: #fff;
  padding: 33px;
  font-size: 20px;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 75px;
}

#forwardingChoice_modal .button {
  background: #e9e9e9 !important;
  border: 3px solid #808080 !important;
  padding: 15px;
  width: 250px;
}

#forwardingChoice_modal .button span {
  display: block;
  height: auto;
  margin-top: 5px;
}

#forwardingChoice_modal .button_icon {
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position-x: center;
  display: inline-flex;
  background-position-y: center;
}

#forwardingChoice_modal #icon_order_state_up {
  background: url("./img/icon_param.png");
  background-size: 50px !important;
}

#forwardingChoice_modal .choices {
  margin-top: 20px;
  width: 75%;
  margin: 0 auto;
}

/* Settings */
#administration,
#utilisateurs {
  height: 88%;
  width: 50%;
  margin: 0 auto;
  text-align: left;
  border: solid 1px black;
  padding: 10px;
  background: #b1b1b1;
  color: black;
  font-size: 12pt;
  margin-top: 10px;
}
#utilisateurs {
  text-align: center;
}
#administration input,
#administration select,
#utilisateurs input {
  background: linear-gradient(white, darkgray);
  height: 35px;
  color: black;
  border: solid 1px #a2a2a2;
  border-radius: 10px;
  width: 96%;
  font-family: Tahoma;
  font-size: 12pt;
  text-indent: 7px;
}
#utilisateurs input {
  width: 121px;
  text-align: center;
  margin: 30px;
  text-indent: 0;
}
#utilisateurs tr:nth-child(1n) {
  background: #e6e6e6;
  color: black;
  height: 80px;
}
#utilisateurs tr:nth-child(2n) {
  background: #cccccc;
  color: black;
  height: 80px;
}
#utilisateurs tr:last-child {
  background: initial;
  color: black;
  height: 80px;
}
#administration input[type="submit"] {
  width: 50%;
  height: 40px;
  display: inline-table;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(#f1ce0c, #e0e019);
  color: black;
  border: solid 1px #9c8509;
}
#administration select {
  width: 70%;
}
#administration option {
  color: black;
}
#administration td {
  width: 50%;
  padding-left: 5%;
  padding-top: 3px;
  padding-bottom: 3px;
}
#administration th,
#utilisateurs th {
  background: rgb(103, 103, 103);
  height: 30px;
  color: white;
  padding: 3px;
  padding-left: 1%;
}

#StatsDisplay {
  width: 90%;
  padding-bottom: 10px;
  border: solid 2px gray;
  background: rgb(201 198 198);
  margin-left: 5%;
}

#StatsDisplay p {
  text-align: center;
  margin: 0;
  bottom: 10px;
  position: relative;
  z-index: 1;
  background: #7d7d7d;
  width: 50%;
  margin-left: 5%;
  text-align: center;
  color: white;
}
#StatsDisplay #locked {
  background: #f09191;
  border: 2px solid #e12b2b;
}
#StatsDisplay #locked .position-relative {
}
#StatsDisplay .position-relative img {
  display: none;
}
#StatsDisplay #locked .position-relative span {
  color: white;
}
#StatsDisplay #locked .position-relative img {
  display: block;
  width: 55px;
}
#StatsDisplay h3 {
  font-size: 1rem;
}
#StatsDisplay div {
  display: flex;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#StatsDisplay div span {
  color: rgb(82, 82, 82);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 30px;
  font-weight: bold;
  width: 30px;
}
#StatsDisplay #paiement {
  background: #90e4b2;
  border: 2px solid #25cb69;
}
#StatsDisplay #verification {
  background: #00ffff;
  border: 2px solid #009595;
}
#StatsDisplay #preparation {
  background: #ffd87d;
  border: 2px solid #ffb400;
}
#StatsDisplay #expedition {
  background: #c391f0;
  border: 2px solid #8a2be1;
}
#DailyStatsDisplay {
  display: flex;
  position: fixed;
  flex-direction: row;
  justify-content: space-between;
  right: 0.1%;
  bottom: 25%;
  z-index: 1;
  width: 11.8%;
  height: 30px;
}
#DailyStatsDisplay > div {
  position: absolute;
  bottom: 20%;
}
#DailyStatsDisplay > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(82, 82, 82);
  border-radius: 35px;
  height: 100%;
  width: 30%;
  margin: 5px;
}
#DailyStatsDisplay > #paiement_jour {
  background: #90e4b2;
  border: 2px solid #25cb69;
}
#DailyStatsDisplay > #preparation_jour {
  background: #ffd87d;
  border: 2px solid #ffb400;
}
#DailyStatsDisplay > #expedition_jour {
  background: #c391f0;
  border: 2px solid #8a2be1;
}
@-webkit-keyframes filterAnimation {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-moz-keyframes filterAnimation {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes filterAnimation {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
@media screen and (max-width: 1400px) {
  .flip-card {
    top: 10px !important;
  }
}
.flip-card {
  position: fixed;
  z-index: 20;
  bottom: 300px;
  border-radius: 10px;
  background-color: transparent;
  width: 60%;
  height: 450px;
  perspective: 1000px;
  left: 20%;
}
.flip-card.hidden {
  height: 0;
  border: none;
  content: "";
  display: none;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  background: #404040;
  border: 1px solid #f1f1f1;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card.flipped .flip-card-back {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: rgba(150, 150, 150);
  color: black;
}

/* Style the back side */
.flip-card.flipped .flip-card-back {
  background-color: rgba(150, 150, 150, 0.486);
  color: white;
  transform: rotateY(180deg);
  backface-visibility: visible;
}
.special_code {
  height: 50px;
  font-size: 20pt;
  text-align: center;
}
input[type="number"]::-webkit-inner-spin-button.special_code,
input[type="number"]::-webkit-outer-spin-button.special_code {
  -webkit-appearance: none;
  margin: 0;
}
#forwardingChoice_modal .mini_button {
  background: #ffffff !important;
  border: 3px solid #717171 !important;
  padding: 15px;
  width: 150px;
  color: black;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container > div {
  background-color: lightgray;
  border-radius: 20px;
  padding: 3px;
  user-select: none;
}

#loading_dowload {
  background-image: url("./img/load.gif") !important;
}

#shop_choice {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: rgb(82, 82, 82);
  width: 90%;
  margin-left: 5%;
  margin-bottom: 15px;
}
#shop_choice > img {
  align-items: center;
  border-radius: 50%;
  width: 48px;
  box-shadow: 7px 6px 28px 1px rgba(0, 0, 0, 0.24);
  transition: 0.2s all;
}
.clicked {
  transform: scale(0.88);
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}

.step_state,
.boutique {
  width: 0;
}

.order[data-file_type=""] .step_state > img {
  display: none;
}
.order[data-has_pliage="1"] .pliage {
  background-color: #dfdfdfdf;
}
.pliage img {
  width: 15px;
}
.order[data-has_pliage="0"] .pliage img {
  display: none;
}

.boutique > img,
.order[data-file_type="dxf/step"] .step_state > img,
.order[data-file_type="step"] .step_state > img {
  border-radius: 50%;
  border: 2px solid white;
  max-width: 35px;
}

.order[data-step_state] .step_state > img {
  background-color: #01c1c1;
}
.file {
  writing-mode: vertical-rl;
  cursor: default;
}
.file[data-file_type="dxf"] {
  background-color: rgb(240, 248, 255);
}
.file[data-file_type="step"] {
  background-color: rgb(201, 223, 255);
}
.file[data-file_type="dxf/step"] {
  background-color: rgb(255, 197, 255);
}
.file > div {
  text-transform: uppercase;
  transform: rotate(180deg);
  font-size: 0.7rem;
  color: black;
}

ul li.order_line {
  list-style: none;
}

ul li.order_line span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(/img/step_state_ready.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -25px;
  top: 5px;
  position: relative;
}

ul li.order_line.error span {
  background-image: url(/img/step_state_error.png);
}
ul li.order_line.sync span {
  background-image: url(/img/step_state_sync.png);
  background-color: #01c1c1;
  border-radius: 50%;
}
ul li.order_line.ok span {
  background-image: url(/img/step_state_ok.png);
}

ul li.order_line.ready span {
  background-image: url(/img/step_state_ready.png);
}

#flex-column {
  display: flex;
  flex-direction: column;
}
#flex-column > .product {
  height: 45% !important;
  width: 140px;
}
#flex-column .product:first-of-type {
  margin-left: 5px;
}
.img_arrow_weight {
  height: 40px;
  border-radius: 25%;
  border: 2px solid #5f5f5f;
  margin-left: -5px;
  background-color: #fff700;
}
.img_palette {
  height: 32px;
  border-radius: 25%;
  border: 2px solid #5f5f5f;
  margin-left: -5px;
  padding: 5px;
  background-color: #ffffff;
}

#palette.palette-selected .img_palette {
  background-color: #fff700;
}

#order_state_up.verification_state {
  background-color: #678aff !important;
  border: 3px solid #1d51ff !important;
}
.additional_css {
  position: fixed !important;
  top: initial !important;
}

.chat_box {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 480px;
  padding: 50px 50px 0 50px;
  display: flex;
  flex-direction: column-reverse;
}

.chat_opener {
  display: inline-block;
}

.content-chat {
  background-color: #404040;
  color: white;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 0;
  width: 80%;
  text-align: left;
}

.position_right .content-chat {
  margin-left: auto;
  background-color: #fff;
  color: #404040;
}

.author-chat {
  margin: 5px 0 20px 0;
  text-align: left;
}

.position_right .author-chat {
  text-align: right;
}

.chat-text {
  background-color: #f3f3f3;
  padding: 20px;
}

#button_message {
  background-color: #ffb400;
  display: inline-block;
  padding: 13px 20px;
  margin-top: 10px;
  cursor: pointer;
  margin-left: auto;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

#message_macdo {
  width: calc(100% - 20px);
  border-radius: 10px;
}

.flip-card.chat {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  margin: auto;
}

.flip-card.chat #middleBloc {
  height: 100%;
}

.flip-card.chat .chat-card-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
}

.logo-unlocked,
.logo-locked {
  width: 40px;
  right: -43px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.locked {
  display: none;
}

.img-lock,
.img-unlock {
  display: none;
  width: 30px;
  cursor: pointer;
  margin: auto;
  transition: all 0.3s ease-in-out;
}

.order:hover .logo-unlocked .img-lock {
  display: block;
}

.logo-locked:hover .img-lock {
  display: none;
}

.logo-locked:hover .img-unlock {
  display: block;
}

.logo-locked .img-lock {
  display: block;
}

.mini_icon_chat {
  cursor: pointer;
  background: white;
  padding: 12px 8px 9px 8px;
  border-radius: 50%;
  border: 3px solid #b8b8b8;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: right;
  height: 18px;
}

.order[data-new_message="1"] .mini_icon_chat:after,
#message-not-seen:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation: pulse 2s infinite;
  background-color: #25cb69;
  border: 3px solid #ffffff;
  margin-right: -10px;
  margin-left: -10px;
}

#message-not-seen:before {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
}

.mini_icon_csv_JS2 img,
.mini_icon_csv_JSPRO img,
.mini_icon_dxf_JSPRO img,
.mini_icon_dxf_JS2 img,
.mini_icon_bl img,
.mini_icon_pdf img,
.mini_icon_dxfor_JS2 img,
.mini_icon_chat img {
  width: 25px;
  height: 23px;
}

#message-not-seen {
  background-color: white;
  border-radius: 10px;
  width: 90%;
  margin-left: 5%;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}

#message-not-seen img {
  margin-right: 10px;
  padding: 10px 7px 10px 10px;
  background-color: #404040;
  border-radius: 10px 0 0 10px;
}

.tag_list,
.list-tags {
  display: flex;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
  background-color: #e9e9e9;
}

.tag_list_no_tag {
  display: flex;
  background-color: #e9e9e9;
  padding: 20px;
  flex-direction: column;
  align-items: center;
}

.tag_list_no_tag span {
  margin-bottom: 7px;
}

.add-tags {
  margin-bottom: 10px;
}

.one-tag,
.add-tags,
.error_tag_selected {
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  margin: 5px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  box-shadow: 1px 1px 4px -2px grey;
}

.one-tag {
  cursor: initial !important;
}

.list-tags .add-tags,
.list-tags .error_tag_selected {
  padding: 0;
  display: flex;
  align-items: center;
  align-self: stretch;
}

.list-tags .add-tags span,
.list-tags .error_tag_selected span {
  background: #f3f3f3;
  padding: 0 10px;
  display: flex;
  font-size: 23px;
  height: 100%;
  align-items: center;
  border-radius: 0 10px 10px 0;
}

.list-tags .add-tags p,
.list-tags .error_tag_selected p {
  padding: 0 12px 0 15px;
}

.list-tags .error_tag_selected span {
  background-color: #979797;
}

.error_tag_selected {
  background-color: #5f5f5f;
  color: white;
  position: relative;
}

.error_tag_selected:after {
  content: "";
  width: 20px;
  position: absolute;
  height: 20px;
  left: -8px;
  border-radius: 50%;
  background-color: #25cb69;
  top: -8px;
}

.addTags {
  padding: 0 15px;
  background-color: #25cb69;
  border-radius: 10px;
  font-weight: bold;
  font-size: 28px;
  margin: 5px;
  color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.return-chat {
  padding: 9px;
  background: #ffb400;
  font-weight: bold;
  cursor: pointer;
}

#new_tag_name {
  margin: 13px 0;
  padding: 7px 10px;
  border: 0;
  border-radius: 10px 0 0 10px;
}

#add_new_tag {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#add_new_tag_button {
  margin: 13px 0;
  background-color: #f3f3f3;
  padding: 10px 13px;
  border-radius: 0 10px 10px 0;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

#add_new_tag_text {
  margin-top: 11px;
  display: block;
  font-weight: bold;
  color: white;
  margin-bottom: -8px;
}

#add_new_tag_button.add {
  background-color: #25cb69;
  color: white;
}

#button_stats {
  height: 25px;
  position: absolute;
  width: 25px;
  display: inline-block;
  background-size: contain;
  left: 5px;
  top: 5px;
  mix-blend-mode: screen;
}

#button_stats img {
  width: 25px;
  margin-top: 2px;
  margin-left: 2px;
  cursor: pointer;
}

#stats {
  width: 100%;
}

#stats .order_delay {
  display: flex;
  margin: 10px;
  background: #f3f3f3;
  width: 87%;
  flex-basis: unset;
  flex-wrap: wrap;
  flex-direction: row;
}

#stats .order_delay tr:first-child {
  display: flex;
  align-items: center;
}

#stats .title_column_stat {
  padding: 0 15px;
  margin-right: 10px;
  width: 100%;
}

#stats .title_column_stat h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 8px;
  margin-left: -7px;
}

.order-stat {
  display: flex;
  margin: 10px 5px;
  border-radius: 10px;
}

.order-stat td {
  display: flex;
  border: 3px solid #404040;
  background-color: white;
  border-radius: 10px;
  align-items: center;
}

.order-stat span {
  background-color: #404040;
  border-radius: 7px;
  color: white;
  font-weight: bold;
  font-size: 19px;
  padding: 10px 12px;
}

.order-stat img {
  width: 29px;
  margin: 6px 7px 0 7px;
  cursor: pointer;
}

#all-edit-tags {
  display: flex;
  background-color: #e9e9e9;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  align-items: start;
  flex-wrap: wrap;
}

.admin_tag {
  background-color: #5f5f5f;
  color: white;
  font-weight: bold;
  margin: 10px;
  display: flex;
  position: relative;
  border-radius: 10px;
}

.admin_tag p {
  text-transform: uppercase;
  margin: 10px 0;
}

.admin_tag > div:first-child {
  padding: 0 12px 0 15px;
}

.delete-tag {
  position: absolute;
  top: -7px;
  left: -7px;
  cursor: pointer;
}

.delete-tag img {
  width: 20px;
}

.action_all_tags {
  background-color: #979797;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 10px 10px 0;
}

.action_all_tags img {
  width: 15px;
  margin-top: 2px;
  padding: 0 10px;
  cursor: pointer;
}

#change_tag_name {
  display: flex;
}

#change_tag_name div {
  background-color: #ffb400;
  margin: 13px 0;
  padding: 5px 8px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}

#change_tag_name input,
#change_tag_name div {
  margin-top: 0;
}

#change_tag_name img {
  width: 15px;
}

.order .actions {
  text-align: center;
  padding-right: 15px;
  max-width: 100px;
}
@media screen and (max-width: 1800px) {
  .order .actions {
  }
  .order .actions div {
    text-align: center;
  }
}

@media screen and (max-width: 1600px) {
  .status {
    width: 150px;
  }
}
@media screen and (max-width: 1600px) {
  .address {
    width: 150px;
    font-size: 11pt;
  }
  .chat_box {
    max-height: 350px !important;
  }
}

.d-block {
  display: block;
}

#reportrange {
  background: #fff;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ccc;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.no_orders {
  position: absolute;
  top: 50%;
  left: 45%;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: larger;
  font-weight: bold;
  width: 88%;
  transform: translate(-50%, -45%);
}
.no_orders div {
  padding-top: 30px;
}

.order[data-late=""] .late {
  display: none;
}
.late {
  color: rgb(82, 82, 82);
  background-color: #ffb911 !important;
  border-radius: 50%;
  border: 2px solid #cf9200;
  padding: 6px;
  font-size: 80%;
  margin-right: -25px;
  margin-left: 25px;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
}
.late span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.date-addr {
  position: relative;
  top: -10px;
}

.order[data-late=""] .date-addr {
  top: 0;
}

.display_infos {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: white;
  opacity: 0.8;
  white-space: normal;
  justify-content: center;
  width: 100%;
  height: 60%;
  font-weight: bold;
}

#show_infos {
  z-index: 999;
  position: fixed;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 25px;
  bottom: 275px;
  background: #404040;
  display: flex;
  align-items: center;
}
#show_infos span {
  margin-right: 15px;
  color: white;
}

#toggle {
  display: none;
}

.toggle_infos {
  display: inline-block;
  width: 60px;
  height: 34px;
  background-color: #ccc;
  border-radius: 34px;
  cursor: pointer;
}

.toggle_infos:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 4px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.2s;
}

#toggle:checked + label {
  background-color: #2196f3;
}

#toggle:checked + label:after {
  transform: translateX(26px);
}
#bottom_right_panel {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 45px;
}
