/* OPTIONS */

.option-information-text {
  opacity: 0.7;
  text-align: center;
  color: black;
  margin-bottom: 20px;
}
.option-information {
  opacity: 0.7;
  background: #c1f0c1;
  border: solid;
  border-color: #46d246;
  text-align: center;
  color: black;
}
.option-information .fa {
  margin-right: 10px;
  color: #46d246;
}
#ResultFilterCommande {
  margin-bottom: 25px !important;
}
.option_error {
  color: #ff0000;
  border: 1px solid #ff0000;
  margin: 10px 10px 20px 10px;
  padding: 10px;
  background-color: #fbe5e5;
}
.option_buttons {
  display: flex;
  margin-bottom: 20px;
}
.option_top,
.option_validate {
  display: flex;
}
.option_total,
.option_sort,
.button_options_validate {
  margin-left: auto;
}
.option_bottom td {
  text-align: right;
}
.option_datecomplete {
  display: flex;
  gap: 10px;
}
.options-module input {
  -webkit-text-fill-color: unset;
}
#option_checkall {
  border: none;
  padding: 0;
}
.options-module .order-products-details {
  background-color: #FFF;
}
.options-module .pdeleteProduct button {
  border: 0;
  background: transparent;
}
.option_option {
  margin-bottom: 20px;
}
.options-module .floatleft {
  float: left;
}
.options-module .floatright {
  float: right;
}
.option_sort input {
  border: none;
  padding: 0;
  margin: 0 6px;
}
.option_sort input.selected {
  border-bottom: 2px solid #000;
}
.options-module table {
  width: 100%;
}
.options-module table th {
  font-weight: bold;
}
.options-module table td,
.options-module table th {
  white-space: nowrap;
  padding: 5px;
}
.options-module .order-teaser:hover,
.options-module .ticket-teaser:hover {
  background-color: #F9F9F9;
  cursor: pointer;
}
.options-module .order-detail,
.options-module .ticket-detail {
  display: none;
}
.options-module .order-detail > td {
  padding: 5px 0 5px 40px;
}
.options-module .ticket-detail > td {
  padding: 25px 0 25px 40px;
}
.options-module .btn.btn-wallet {
  width: max-content;
}
.options-module .btn.btn-invoice:before,
.options-module .btn.btn-tickets:before,
.options-module .btn.btn-wallet:before {
  background: none repeat scroll 0 0 #000;
  content: "\f019";
}
.options-module .btn.btn-normal.btn-export:before {
  background: none repeat scroll 0 0 #000;
  content: "\f13a";
}
.options-module .btn.btn-invoice:before,
.options-module .btn.btn-tickets:before,
.options-module .btn.btn-wallet:before {
  border-radius: 3px !important;
  float: left;
  font-family: FontAwesome, Sans-serif;
  margin-right: 5px;
  text-align: center;
  text-indent: 0;
  width: 25px;
}
.options-module .btn.btn-invoice,
.options-module .btn.btn-tickets,
.options-module .btn.btn-wallet {
  background: none;
  background-color: #333;
  color: #FFFFFF;
  padding: 0 5px 0 0;
  line-height: 25px;
  box-shadow: none;
  border: none;
  height: 25px;
  text-shadow: none;
  font-size: 0.8rem;
}
.options-module a.btn.btn-invoice:focus,
.options-module a.btn.btn-tickets:focus,
.options-module a.btn.btn-invoice:hover,
.options-module a.btn.btn-tickets:hover,
.options-module a.btn.btn-wallet:hover,
.options-module a.btn.btn-gowento:focus {
  text-decoration: none;
  opacity: 0.8;
  background-color: #333 !important;
}
.options-module .center {
  text-align: center;
}
.options-module .left {
  text-align: left;
}
.options-module .right {
  text-align: right;
}
#ResultFilterCommande a {
  margin: auto;
  padding: 0 !important;
}
/* espace entre les boutons du tableau*/

.extension_Order table td a {
  margin: 5px 0;
}
.extension_Order table .order-detail {
  background-color: #f1f1f1;
}
/*================================================================================*/

/*================                  PHONES                        ================*/

/*================================================================================*/

@media (max-width: 768px) {
  .options-module .space-wrap {
    white-space: normal;
  }
  .options-module .btn-invoice,
  .options-module .btn-tickets,
  .options-module .btn-wallet {
    content: "";
  }
  .options-module .btn-invoice:before,
  .options-module .btn-tickets:before,
  .options-module .btn-wallet:before {
    padding: 0;
    margin: 0;
  }
  .order-teaser a.btn {
    display: block;
    width: 100%;
  }
  table.order th {
    width: 33%;
  }
}
/*================================================================================*/

/*================                  QRCode                        ================*/

/*================================================================================*/

.QRTable {
  width: 100%;
  text-align: center;
}
.paginate_disabled_next:before,
.paginate_disabled_previous:before,
.paginate_enabled_previous:before,
.paginate_enabled_next:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'FontAwesome', Sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  float: right;
  line-height: 1;
  color: #555;
}
/* Pagination nested */

.paginate_disabled_previous,
.paginate_enabled_previous {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
}
.paginate_disabled_next,
.paginate_enabled_next {
  height: 19px;
  float: right;
  cursor: pointer;
  *cursor: hand;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}
.paginate_disabled_next:before,
.paginate_disabled_previous:before,
.paginate_disabled_next,
.paginate_disabled_previous {
  color: #bbb !important;
  cursor: default;
}
.paginate_enabled_next:before,
.paginate_enabled_previous:before,
.paginate_enabled_next,
.paginate_enabled_previous {
  color: #bbb;
}
.paginate_disabled_next:before,
.paginate_enabled_next:before {
  margin-left: 5px;
  content: "\f054";
}
.paginate_disabled_previous:before,
.paginate_enabled_previous:before {
  float: left;
  margin-right: 5px;
  content: "\f053";
}
.paginate_enabled_next:before:hover,
.paginate_enabled_previous:before:hover.paginate_enabled_next:hover,
.paginate_enabled_previous:hover {
  color: red;
}
.top .dataTables_info {
  float: none;
}
.dataTables_info {
  bottom: 0;
  font-size: 90%;
  font-style: italic;
  color: #888;
  margin-left: 10px;
  text-align: center;
  margin-bottom: -20px;
  margin-top: 20px;
}
/* ************************************************************************************** */

/* Footer                                                                                 */

/* ************************************************************************************** */

.footer {
  background-color: #e4e7e8;
  border-top: 1px solid #d3d9da;
  bottom: 0;
  height: 41px;
  left: 0;
  line-height: 41px;
  position: fixed;
  width: 100%;
  padding: 0;
  z-index: 1000000000;
}
.footer > SPAN:first-child {
  margin-left: 8px;
}
.footer > SPAN {
  margin-left: 20px;
  font-size: 14px;
}
.footer .btn {
  float: right;
  margin-right: 8px;
}
.footer BUTTON {
  margin: 8px 0;
}
/* ************************************************************************************** */

/* Tableaux                                                                                 */

/* ************************************************************************************** */

.options-module table td {
  width: 16%;
}
.progressbar {
  background-color: #fff;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 0px;
  left: 0px;
}
.progress-center {
  height: 70px !important;
  padding: 5px;
  margin-top: 50vh;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 50px;
}
.progress-text {
  margin: 0px;
  text-align: center;
}
.progress-intern {
  height: 25px !important;
}
