.eventbooker-calendar-table {
  table-layout: fixed;
  border-collapse: collapse; }
  .eventbooker-calendar-table td {
    border: 1px solid silver;
    overflow: hidden;
    vertical-align: top; }
  .eventbooker-calendar-table ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .eventbooker-calendar-table ul li {
      margin: 0;
      padding: 0; }

.table-fieldset {
  width: 100%;
  margin-bottom: 1em;
  table-layout: fixed; }
  .table-fieldset .event-title {
    font-size: 16px;
    font-weight: bold; }
  .table-fieldset .total-price {
    font-weight: bold; }
  .table-fieldset td {
    text-align: right;
    line-height: 1.5;
    vertical-align: top;
    padding-right: 5px; }
    .table-fieldset td label {
      margin: 0 !important;
      font: inherit !important;
      line-height: inherit !important; }
    .table-fieldset td .btn-group > label {
      font-size: 1rem !important; }
  .table-fieldset td.fieldset-label {
    text-align: left; }
  .table-fieldset.table-fieldset-detail td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: left;
    border-top: 1px solid #ccc; }
  .table-fieldset.table-fieldset-detail td.fieldset-legend {
    border-bottom: 0; }
  .table-fieldset.table-fieldset-detail td.price {
    text-align: right; }
  .table-fieldset.table-fieldset-detail tr.info td,
  .table-fieldset.table-fieldset-detail tr.table-fieldset-subitem td {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0.7em; }
  .table-fieldset td.table-fieldset-header {
    border-top: none;
    text-align: left;
    font-size: 12px;
    font-weight: bold; }
    .table-fieldset td.table-fieldset-header.price {
      text-align: right; }
  .table-fieldset td.table-fieldset-divider {
    height: 1px;
    border-bottom: 1px solid #ccc;
    padding-top: 1.5em; }
  .table-fieldset td.fieldset-legend {
    text-align: left;
    font-size: 12px;
    color: #666666;
    font-style: italic;
    padding-top: 1.5em; }
  .table-fieldset td.event-title {
    text-align: left; }
  .table-fieldset td.fieldset-input .iti,
  .table-fieldset td.fieldset-input .input-append,
  .table-fieldset td.fieldset-input .input-prepend,
  .table-fieldset td.fieldset-input select,
  .table-fieldset td.fieldset-input textarea,
  .table-fieldset td.fieldset-input input[type="text"],
  .table-fieldset td.fieldset-input input[type="password"],
  .table-fieldset td.fieldset-input input[type="datetime"],
  .table-fieldset td.fieldset-input input[type="datetime-local"],
  .table-fieldset td.fieldset-input input[type="date"],
  .table-fieldset td.fieldset-input input[type="month"],
  .table-fieldset td.fieldset-input input[type="time"],
  .table-fieldset td.fieldset-input input[type="week"],
  .table-fieldset td.fieldset-input input[type="number"],
  .table-fieldset td.fieldset-input input[type="email"],
  .table-fieldset td.fieldset-input input[type="url"],
  .table-fieldset td.fieldset-input input[type="search"],
  .table-fieldset td.fieldset-input input[type="tel"],
  .table-fieldset td.fieldset-input input[type="color"],
  .table-fieldset td.fieldset-input .uneditable-input {
    display: block;
    width: 100%;
    height: 2.2em;
    -moz-box-sixing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .table-fieldset td.fieldset-input textarea {
    min-height: 2.2em;
    height: auto; }
  .table-fieldset td.fieldset-input select[data-birthday-field] {
    display: inline; }
  .table-fieldset td.fieldset-input select[data-birthday-field-type="year"] {
    width: 30%; }
  .table-fieldset td.fieldset-input select[data-birthday-field-type="month"] {
    width: 50%; }
  .table-fieldset td.fieldset-input select[data-birthday-field-type="day"] {
    width: 20%; }
  .table-fieldset td.fieldset-input .input-append,
  .table-fieldset td.fieldset-input .input-prepend {
    height: auto;
    display: flex; }
    .table-fieldset td.fieldset-input .input-append > select,
    .table-fieldset td.fieldset-input .input-append > textarea,
    .table-fieldset td.fieldset-input .input-append > input[type="text"],
    .table-fieldset td.fieldset-input .input-append > input[type="password"],
    .table-fieldset td.fieldset-input .input-append > input[type="datetime"],
    .table-fieldset td.fieldset-input .input-append > input[type="datetime-local"],
    .table-fieldset td.fieldset-input .input-append > input[type="date"],
    .table-fieldset td.fieldset-input .input-append > input[type="month"],
    .table-fieldset td.fieldset-input .input-append > input[type="time"],
    .table-fieldset td.fieldset-input .input-append > input[type="week"],
    .table-fieldset td.fieldset-input .input-append > input[type="number"],
    .table-fieldset td.fieldset-input .input-append > input[type="email"],
    .table-fieldset td.fieldset-input .input-append > input[type="url"],
    .table-fieldset td.fieldset-input .input-append > input[type="search"],
    .table-fieldset td.fieldset-input .input-append > input[type="tel"],
    .table-fieldset td.fieldset-input .input-append > input[type="color"],
    .table-fieldset td.fieldset-input .input-append > .uneditable-input,
    .table-fieldset td.fieldset-input .input-prepend > select,
    .table-fieldset td.fieldset-input .input-prepend > textarea,
    .table-fieldset td.fieldset-input .input-prepend > input[type="text"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="password"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="datetime"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="datetime-local"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="date"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="month"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="time"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="week"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="number"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="email"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="url"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="search"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="tel"],
    .table-fieldset td.fieldset-input .input-prepend > input[type="color"],
    .table-fieldset td.fieldset-input .input-prepend > .uneditable-input {
      display: inline-block;
      flex: 1; }
  .table-fieldset .fieldset-info {
    text-align: left; }

.payment-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .payment-list button {
    padding: 15px 10px;
    margin: 0;
    display: block;
    width: auto;
    text-align: left;
    width: 100%;
    min-height: 60px;
    border: 1px solid silver;
    background-color: white;
    border-bottom-width: 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 120%;
    overflow: hidden; }
    .payment-list button > img {
      display: inline-block;
      max-width: 75%; }
  .payment-list button:hover {
    background-color: #eee; }
  .payment-list button:first-child {
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
  .payment-list button:last-child {
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-width: 1px; }

.btn-book-now {
  width: 12em; }

.subform-table-fieldset {
  margin-top: 1em;
  border-top: 1px solid #ccc;
  margin-bottom: 1em; }

.iti {
  margin-bottom: 9px; }

td.qr {
  text-align: center;
  padding: 1em 0; }

.add-to-wallet {
  display: inline-block;
  padding: 8px; }
  @media print, dompdf {
    .add-to-wallet {
      display: none; } }

table.qr-list {
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  border-spacing: 10px;
  border-collapse: separate; }
  table.qr-list td {
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc; }
  table.qr-list img {
    display: inline !important; }
  @media screen and (max-width: 767px) {
    table.qr-list {
      display: block; }
      table.qr-list tbody,
      table.qr-list tr {
        display: block;
        width: 100%; }
      table.qr-list td {
        display: block;
        margin: 10px auto;
        min-width: 160px;
        max-width: 100%;
        width: 50%; } }

.table-fieldset-phone-label {
  display: none; }

@media (max-width: 480px) {
  .table-fieldset-form thead,
  .table-fieldset-form tfoot,
  .table-fieldset-form .table-fieldset-header {
    display: none; }
  .table-fieldset-form tbody,
  .table-fieldset-form tr,
  .table-fieldset-form td {
    display: block; }
  .table-fieldset-detail thead,
  .table-fieldset-detail tfoot,
  .table-fieldset-detail .table-fieldset-header {
    display: none; }
  .table-fieldset-detail tbody,
  .table-fieldset-detail tr,
  .table-fieldset-detail td {
    display: block;
    border-top-width: 0 !important;
    text-align: left !important;
    clear: both;
    text-align: right !important;
    line-height: auto !important;
    padding-bottom: 0 !important; }
  .table-fieldset-detail td[title]:before {
    content: attr(title);
    float: left;
    text-align: left; }
  .table-fieldset-detail td:first-child {
    border-top-width: 1px !important; }
  .table-fieldset-detail tr:after {
    display: block;
    content: "";
    clear: both; }
  .table-fieldset-detail tr.info {
    margin-bottom: 0.7em; }
    .table-fieldset-detail tr.info td {
      text-align: left !important; }
  .table-fieldset-detail td.fieldset-label,
  .table-fieldset-detail td.fieldset-label + td {
    display: block;
    width: 49%;
    float: left;
    clear: none !important;
    border-top-width: 1px !important; }
  .table-fieldset-detail td.fieldset-label {
    text-align: left !important; } }

.btn-group.btn-group-yesno input[type="radio"] {
  display: none; }

.modal-dialog .modal-body > .iframe {
  width: 100%;
  height: 100%;
  max-height: none;
  border: 0 !important; }

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px !important;
  padding-left: 52px !important;
  margin-left: 0; }

.original-price {
  color: #999;
  text-decoration: line-through; }

.discounted-price {
  color: #c00;
  font-weight: bold; }
