
.center.all.ticket {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr,
.styled-table tfoot tr {
    background-color: var(--colorbackhmenu1);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.styled-table th,
.styled-table td {
    padding: 5px 15px;
}
.styled-table tbody tr {
    border-bottom: thin solid #dddddd;
    text-align: center;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.center {
text-align:center;
}

table.styled-table input {
    box-shadow: 0 0 5pt 0.2pt #d3d3d3;
}

.label-row {
    display: flex;
    flex-flaw: row nowrap;
    justify-content: space-between;
    max-width: 1000px;
    align-items: center;
    margin: 1em 0;
}

.betterlabels button {
  appearance: button;
  background-color: var(--colorbackhmenu1);
  background-image: none;
  border: 1px solid var(--colorbackhmenu1);
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0,var(--colorbackhmenu1) 4px 4px 0 1px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 1em 20px 10px 0;
  overflow: visible;
  padding: 8px 35px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.betterlabels button:focus {
  text-decoration: none;
}

.betterlabels button:hover {
  text-decoration: none;
}

.betterlabels button:active {
  box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
  outline: 0;
}

.betterlabels button:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

.betterlabels button:disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);

}

table.dataTable thead tr {
    color: #fff;
    background-color: var(--colorbackhmenu1);
}

@media (min-width: 768px) {
  .button-50 {
    padding: 12px 50px;
  }
}