body {
  font-size: 11px;
  color: #000000;
  margin: 0;
  padding: 120px 0 0 0;
  background: white;
}
* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link,
a:visited {
  text-decoration: none;
  color: #074978;
}
a:hover {
  color: #999;
}
a.action {
  margin: 0 5px;
  font-size: 15px;
}
a.action:hover {
  color: #000000;
}
h1 {
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 18px;
  text-align: left;
  color: #666;
  padding: 20px 0;
  margin: 0;
}
h2.bottom {
  padding: 0 0 30px 0;
}
h3 {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin: 0;
}
h4 {
  text-align: center;
  font-size: 10px;
  color: #999;
  margin: 5px 0;
  font-weight: normal;
}
h5 {
  font-size: 11px;
  margin: 5px 0;
}
main > section,
main > header,
main > footer {
  margin: 0 auto;
  width: 90%;
}
main > footer {
  justify-content: center !important;
}
main > header,
main > footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
main > header h2,
main > footer h2 {
  padding: 0;
}
main > header > div,
main > footer > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
main > header > div nav,
main > footer > div nav {
  font-weight: normal;
  text-align: right;
}
main > header > div nav a,
main > footer > div nav a,
main > header > div nav > *:not(span),
main > footer > div nav > *:not(span) {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  padding: 7px 15px;
  display: inline-block;
  margin: 2px;
}
main > header > div nav a.wide,
main > footer > div nav a.wide,
main > header > div nav > *:not(span).wide,
main > footer > div nav > *:not(span).wide {
  margin: 0 10px;
}
main > header > div nav a img,
main > footer > div nav a img,
main > header > div nav > *:not(span) img,
main > footer > div nav > *:not(span) img {
  margin-bottom: -3px;
}
main > header > div nav a:hover,
main > footer > div nav a:hover,
main > header > div nav > *:not(span):hover,
main > footer > div nav > *:not(span):hover,
main > header > div nav a.active,
main > footer > div nav a.active,
main > header > div nav > *:not(span).active,
main > footer > div nav > *:not(span).active {
  cursor: pointer;
  opacity: 1;
  color: #074978;
  border: 1px solid #999;
  background-color: #eee;
}
main > header > div nav a i.bi,
main > footer > div nav a i.bi,
main > header > div nav > *:not(span) i.bi,
main > footer > div nav > *:not(span) i.bi {
  font-size: 130%;
}
main > header > div nav a.deleteEntry,
main > footer > div nav a.deleteEntry,
main > header > div nav > *:not(span).deleteEntry,
main > footer > div nav > *:not(span).deleteEntry {
  background-color: white;
  color: #f33;
  border-color: #f33;
}
main > header > div nav a.deleteEntry:hover,
main > footer > div nav a.deleteEntry:hover,
main > header > div nav > *:not(span).deleteEntry:hover,
main > footer > div nav > *:not(span).deleteEntry:hover {
  background-color: #f33;
  color: white;
}
main > header > div nav input,
main > footer > div nav input {
  margin: -5px 0 0 20px;
  color: #999;
  border-radius: 20px !important;
}
main > header > div nav.switch a,
main > footer > div nav.switch a {
  margin: 0;
}
main > header > div nav.switch a:first-child,
main > footer > div nav.switch a:first-child {
  margin-left: 20px;
  border-radius: 20px 0 0 20px;
}
main > header > div nav.switch a:last-child,
main > footer > div nav.switch a:last-child {
  border-radius: 0 20px 20px 0;
}
hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 15px 0;
  padding-top: 15px;
}
.clear {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body > header {
  color: #f6f6f6;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}
body > header > div {
  background-color: #074978;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
}
body > header > div:last-of-type {
  justify-content: right;
  backdrop-filter: saturate(180%) blur(15px);
  background-color: transparent;
  color: #074978;
  border-bottom: 1px solid #074978;
}
body > header > div #logo {
  height: 35px;
  margin-right: 30px;
}
body > header > div nav a:link,
body > header > div nav a:visited {
  position: relative;
  display: inline-block;
  color: #f6f6f6;
  font-size: 23px;
  margin: 5px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  padding: 3px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  opacity: 0.7;
}
body > header > div nav a:hover {
  opacity: 1;
  color: white;
  border-color: white;
}
body > header > div nav a.notification {
  color: red;
}
body > header > div nav span.notification {
  position: absolute;
  background-color: red;
  color: white;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  bottom: -7px;
  right: -7px;
  border-radius: 3px;
  border: 1px solid #aa0000;
  font-weight: bold;
}
body > header #headerinfo {
  font-size: 12px;
  margin-right: 10px;
}
footer {
  height: 20px;
}
fieldset {
  border: 0;
  border-radius: 3px;
  background-color: #fafafa;
  padding: 20px;
  margin: 10px 0;
}
fieldset.details:first-of-type {
  min-height: 100px;
}
fieldset.details h3 {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}
fieldset.details div.detail-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #999;
  /*            .detail-grid > div {
                line-height: 16px;


                &:nth-of-type(even) {
                    width: 35%;
                }
            }*/
}
fieldset.details div.detail-content:last-of-type {
  border-bottom: 0;
}
fieldset.details div.detail-content.unconfirmed {
  color: #aaa;
}
fieldset.details div.detail-content.unconfirmed div > a:link,
fieldset.details div.detail-content.unconfirmed div > a:visited {
  color: #aaa;
}
fieldset.details div.detail-content .detail-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 2fr;
  gap: 10px 20px;
  width: 100%;
  max-width: 650px;
}
fieldset.details div.detail-content .detail-grid.full {
  max-width: none;
}
fieldset.details div.detail-content .detail-grid div.new-line {
  grid-column-start: 1;
}
fieldset.details div.detail-content .detail-grid div.full {
  grid-column: 1 / span 4;
}
fieldset.details div.detail-content .detail-grid div.spacer {
  grid-column: 1 / span 4;
  padding-top: 10px;
}
fieldset.details div.detail-content .detail-grid div.label,
fieldset.details div.detail-content .detail-grid div h4 {
  font-weight: bold;
  text-align: left;
  color: inherit;
  margin-top: 0;
}
fieldset.details div.detail-content .detail-grid div.hint {
  grid-column: 1 / span 4;
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px solid #999;
  background: #f3f3f3;
  padding: 10px;
  gap: 10px;
  margin: 10px 0;
}
fieldset.details div.detail-content .detail-grid div.hint i {
  align-self: center;
  font-size: 180%;
  margin: 0 25px;
  color: #cccc11;
}
fieldset.details div.detail-content .detail-grid div.hint p {
  margin: 0;
  padding: 0;
}
fieldset.details div.detail-content .detail-grid div ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  gap: 0 30px;
  text-align: center;
}
fieldset.details div.detail-content .detail-grid div ul i.bi {
  margin-right: 5px;
  font-size: 1.2em;
}
fieldset.details div.detail-content nav {
  display: flex;
  flex-direction: column;
  justify-items: right;
  flex-wrap: wrap;
}
fieldset.details a.action {
  display: flex;
  align-items: center;
  margin: 5px;
  padding: 15px 20px;
  font-size: 1em;
  background-color: #f6f6f6;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #d6d6d6;
}
fieldset.details a.action:hover {
  color: #aaa;
  background-color: #fafafa;
}
fieldset.details a.action i {
  margin-right: 10px;
}
fieldset.details > strong {
  clear: both;
  line-height: 40px;
}
fieldset.details p {
  padding: 0 10px;
  font-size: 10px;
}
fieldset.grid {
  display: grid;
  grid-template-columns: 1fr 50px;
}
fieldset.grid input[type='radio'] {
  width: 10px;
}
fieldset h3 {
  color: #22aa22;
  text-align: left;
  padding: 20px 0 0 0;
  font-size: 1.2em;
}
fieldset h3 i {
  margin: 0 5px;
}
fieldset h5 {
  margin-top: 20px;
}
fieldset div.input {
  float: left;
  width: 50%;
}
fieldset div.input label,
fieldset div.input span.label {
  width: 200px;
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
}
fieldset div.input.radio > div {
  display: inline-block;
}
fieldset div.input.radio label {
  width: auto;
}
fieldset div.input.wide {
  width: 100% !important;
}
fieldset strong.option {
  clear: both;
  display: block;
  margin: 40px 0 10px 10px;
}
fieldset div.table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
fieldset div.table > div.row {
  display: table-row;
}
fieldset div.table > div.row.deleted {
  opacity: 0.4;
}
fieldset div.table > div.row.ticket {
  border-top: 3px double #ccc;
}
fieldset div.table > div.row.headline {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background-color: #fafafa;
}
fieldset div.table > div.row > div.cell,
fieldset div.table > div.row > div.cell50 {
  display: table-cell;
  vertical-align: top;
}
fieldset div.table > div.row > div.cell50 {
  padding: 10px 30px;
  width: 45%;
}
fieldset div.table > div.row > div.cell50:nth-child(2n+1) {
  border-right: 1px solid #ccc;
  padding-left: 0;
}
fieldset div.table > div.row > div.cell50 select[name='catering_menu'] {
  width: 100%;
}
.input,
.input-add-coupon {
  line-height: 40px;
}
.input > *,
.input-add-coupon > * {
  line-height: normal;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="time"],
textarea,
select {
  width: 200px;
  background-color: #f3f3f3;
  border: 1px solid #999;
  border-radius: 3px;
  color: #666;
  padding: 5px 10px;
  margin-right: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
textarea:focus,
select:focus,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
textarea:hover,
select:hover {
  background-color: white;
  color: #333;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
textarea[disabled],
select[disabled] {
  background-color: #e9e9e9;
}
input[type="text"].form-error,
input[type="password"].form-error,
input[type="email"].form-error,
input[type="number"].form-error,
input[type="tel"].form-error,
input[type="time"].form-error,
textarea.form-error,
select.form-error {
  background-color: #ffcccc;
}
input[type="checkbox"] {
  /*        width: 20px;
        height: 20px;
        margin: 7px;*/
  vertical-align: middle;
  appearance: none;
  background-color: #dfe1e4;
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 25px;
  margin: 0;
  position: relative;
  width: 40px;
  cursor: default;
}
input[type="checkbox"],
input[type="checkbox"]::after {
  transition: all 100ms ease-out;
}
input[type="checkbox"]::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  position: absolute;
  top: 3px;
}
input[type="checkbox"]:hover {
  background-color: #c9cbcd;
  transition-duration: 0s;
}
input[type="checkbox"]:checked {
  background-color: #074978;
}
input[type="checkbox"]:checked::after {
  background-color: #fff;
  left: 18px;
}
input[type="checkbox"]:checked:hover {
  background-color: #535db3;
}
input[type="checkbox"]:focus:not(.focus-visible) {
  outline: 0;
}
input[type="number"],
input[type="time"] {
  text-align: right;
  width: 80px;
}
input[type="radio"] {
  margin-right: 7px;
}
input[type="submit"],
input.btn {
  font-size: 1em;
  background: #666;
  color: white;
  padding: 10px 20px;
  width: 100%;
  max-width: 800px;
  border: 0;
  border-radius: 10px;
  opacity: 0.8;
}
input[type="submit"]:link,
input.btn:link,
input[type="submit"]:active,
input.btn:active,
input[type="submit"]:visited,
input.btn:visited {
  color: white;
}
input[type="submit"]:hover,
input.btn:hover {
  opacity: 1;
}
input[type="submit"]:after,
input.btn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input[type="submit"],
input.btn-primary {
  color: #fff;
  background: #074978;
  margin-bottom: 50px;
  font-size: 1.3em;
}
input.count {
  float: left;
  margin-right: 10px;
  width: 40px;
}
input.priceListCount {
  width: 50px;
  text-align: center;
}
input.priceListCount:read-only {
  width: 50px;
}
input.autocomplete {
  width: 180px;
  padding-right: 30px;
}
.input .radio-toggle {
  --text: #003f66;
  --text-hover: #074978;
  --text-active: #FFFFFF;
  --border-width: 0.125em;
  position: relative;
  border-radius: 999em;
  overflow: hidden;
  width: 420px;
  display: flex;
  flex-direction: row;
}
.input .radio-toggle > * {
  flex: 0 0 33.33%;
}
.input .radio-toggle:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: var(--border-width) solid #074978;
  border-radius: 999em;
  pointer-events: none;
}
.input .radio-toggle input {
  display: none;
}
.input .radio-toggle span:has(input:checked) label {
  background-color: #074978;
  color: var(--text-active);
}
.input .radio-toggle span:has(input:checked) label:before {
  opacity: 1;
}
.input .radio-toggle span:has(input:disabled) label {
  background-color: #e9e9e9;
  color: #666;
}
.input .radio-toggle span:has(input:disabled) label:before {
  opacity: 1;
}
.input .radio-toggle label {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-out;
  color: var(--text);
}
.input .radio-toggle label:hover {
  color: var(--text-hover);
}
.input .radio-toggle label:last-of-type {
  border-left: var(--border-width) solid #074978;
}
.trumbowyg-box {
  width: 95% !important;
}
.autocomplete-icon {
  display: inline-block;
  position: relative;
  left: -30px;
  font-size: 14px;
  color: #999;
}
.autocomplete-icon.active::before {
  content: "\f130";
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
textarea:not(.small) {
  width: 90%;
}
select {
  width: 222px;
  margin-right: 5px;
}
span.count {
  font-weight: bold;
}
.inputInfo,
.inputError {
  position: relative;
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  font-size: 16px;
  color: #074978;
  line-height: 1.1em;
}
.inputError {
  color: #f11;
}
.time > select {
  width: 50px !important;
}
.ticket-error {
  display: none;
  color: #f11;
  padding: 10px 0;
}
.submit {
  text-align: center;
}
table {
  width: 100%;
  border-spacing: 0;
  margin: 10px 0;
}
table thead > tr table thead > th:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
table thead > tr table thead > th:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
table thead th:last-of-type {
  background-image: none;
}
table th {
  color: #999;
  text-align: left;
  background-color: #eee;
  padding: 5px 10px;
  vertical-align: top;
}
table th a:hover {
  color: black;
}
table th a.ascending {
  border-bottom: 1px dotted #333;
  color: #666;
}
table th a.descending {
  border-top: 1px dotted #333;
  color: #666;
}
table tfoot td {
  color: #999;
  text-align: left;
  background-color: #eee;
}
table tfoot td:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
table tfoot td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
table td {
  padding: 5px 10px;
  vertical-align: top;
}
table tbody:before,
table tbody:after {
  display: block;
  content: "-";
  color: white;
  line-height: 10px;
}
table tbody > tr:hover td {
  background-color: #eee;
}
table tbody > tr.active img {
  display: inline !important;
}
table tbody td {
  line-height: 23px;
}
table tbody td.small {
  padding: 5px 0 !important;
  color: #aaa;
}
table tbody td.edit,
table tbody td.editdd,
table tbody td.editcb {
  cursor: pointer;
}
table tbody i.bi {
  margin-right: 5px;
  font-size: 1.2em;
}
table tr:nth-child(2n) td {
  background-color: #fafafa;
}
table.list tbody td:last-of-type {
  text-align: center;
  width: 70px;
}
table.clickTable td {
  cursor: pointer;
}
.dt-container div.dt-processing {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.dt-container div.dt-processing > div {
  position: relative;
  top: 40%;
}
.dt-container table.dataTable {
  margin-top: 20px !important;
  background: white;
}
.dt-container table.dataTable thead th {
  border: none;
}
.dt-container table.dataTable thead th.actions {
  width: 100px;
}
.dt-container table.dataTable thead th.small {
  width: 50px;
}
.dt-container table.dataTable .dt-type-numeric,
.dt-container table.dataTable .dt-type-date {
  text-align: left;
}
.dt-container table.dataTable .dt-type-numeric div.dt-column-header,
.dt-container table.dataTable .dt-type-date div.dt-column-header,
.dt-container table.dataTable .dt-type-numeric div.dt-column-footer,
.dt-container table.dataTable .dt-type-date div.dt-column-footer {
  flex-direction: row !important;
}
.dt-container table.dataTable tbody td {
  min-width: 100px;
}
.dt-container table.dataTable tbody td i.bi {
  font-size: 15px;
}
.dt-container table.dataTable tbody td i.bi.bi-check-circle-fill {
  color: #3d3;
}
.dt-container table.dataTable tbody td i.bi.bi-x-circle-fill {
  color: #f33;
}
.dt-container table.dataTable tbody > tr.new > td {
  font-weight: bold;
}
.dt-container table.dataTable tfoot th {
  border: none;
}
.dt-container table.dataTable tfoot select,
.dt-container table.dataTable tfoot input {
  width: auto;
}
.dt-container table.dataTable input[type="text"] {
  width: 100px !important;
}
main section > .dt-container {
  top: -55px;
  margin-bottom: -40px;
}
.dataTables_filter  > input {
  margin: -5px 0 0 20px;
  color: #999;
  border-radius: 20px !important;
}
.paginate_active,
.paginate_button {
  font-size: 12px;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  padding: 3px 10px;
  margin: 0 2px;
}
.paginate_active:hover,
.paginate_button:hover {
  background-color: #eee;
  cursor: pointer;
}
#bookingTable_paginate  > span  > span,
#ticketTable_paginate  > span  > span {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
}
#priceList,
#ajaxPriceList,
.billingList,
.ticketList {
  position: relative;
}
#priceList div.cell,
#ajaxPriceList div.cell,
.billingList div.cell,
.ticketList div.cell {
  padding: 5px 10px;
  position: relative;
}
#priceList div.cell div.input,
#ajaxPriceList div.cell div.input,
.billingList div.cell div.input,
.ticketList div.cell div.input {
  float: none;
  width: auto;
}
#priceList #priceListEmpty,
#ajaxPriceList #priceListEmpty,
.billingList #priceListEmpty,
.ticketList #priceListEmpty {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  display: table-caption;
}
#priceList > div.row > div.cell:first-of-type,
#ajaxPriceList > div.row > div.cell:first-of-type,
.billingList > div.row > div.cell:first-of-type {
  width: 60px;
}
#priceList > div.row > div.cell:last-of-type,
#ajaxPriceList > div.row > div.cell:last-of-type,
.billingList > div.row > div.cell:last-of-type {
  width: 150px;
  text-align: right;
}
#priceList > div.row:last-of-type div,
#ajaxPriceList > div.row:last-of-type div,
.billingList > div.row:last-of-type div,
#priceList > div.row.sum div,
#ajaxPriceList > div.row.sum div,
.billingList > div.row.sum div {
  font-weight: bold;
  border-top: 1px solid #999 !important;
  border-bottom: 1px solid #999 !important;
  color: #999;
  background-color: #eee;
  text-align: right;
}
#priceList > div.row:last-of-type > div.cell,
#ajaxPriceList > div.row:last-of-type > div.cell,
.billingList > div.row:last-of-type > div.cell {
  padding: 5px;
}
#priceList input[type='number']:read-only,
#ajaxPriceList input[type='number']:read-only,
.billingList input[type='number']:read-only {
  background-color: transparent;
  border-color: transparent;
}
#billingEmployeeList  > div.row > div.cell:first-of-type {
  width: auto;
}
.billingList > strong {
  padding: 20px 0 5px 0;
  display: inline-block;
}
.billingList .singleValue {
  display: none;
}
.ticketList div.row  > div.cell {
  padding: 0 3px;
  line-height: 24px;
}
.ticketList div.row  > div.cell:last-of-type {
  width: 60px;
}
.ticketList div.row  > div.cell img {
  margin: 3px 3px -3px 3px;
}
.priceListHeadline {
  border-top: 1px solid #999 !important;
  border-bottom: 1px solid #999 !important;
  color: #999;
  background-color: #eee;
  padding: 8px;
}
.addBookingItemButton {
  float: right;
  margin: -5px 10px 0 0;
}
.removeBookingItem {
  float: right;
  margin: 7px 0 0 20px;
  cursor: pointer;
  font-size: 1.4em;
  color: #f11;
}
.negativeValue div,
.negativeValue input {
  color: #cc0000;
}
#noEntry {
  font-style: italic;
  margin: 10px 20px;
}
#bookingEmployee > a {
  float: right;
  margin-top: -10px;
  padding-left: 20px;
  height: 20px;
}
#bookingEmployee > div {
  clear: both;
}
#bookingEmployee > div:first-of-type {
  display: none;
}
#bookingEmployee > div > a {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  display: inline-block;
  margin-left: -20px;
}
#sumTable div.subsection,
#sumTable div.subsection-drinks {
  background-color: #ddd;
  font-weight: bold;
}
#tour-price-list tr.tour-price-form td {
  text-align: left !important;
  background-color: #eee !important;
  padding: 0 20% 30px;
}
#tour-price-list tr.tour-price-form td h3 {
  clear: both;
  padding-top: 30px;
}
#tour-price-list tbody tr.tour-price-form:nth-of-type(2) .tour-price-date {
  display: none;
}
#tour-price-list tbody tr:not(.tour-price-form):nth-of-type(1) .tour-price-delete {
  display: none;
}
.calendar {
  position: relative;
}
#calendarFastdate {
  margin: -4px 0 0 10px;
}
#calendarmonth  > div  > div  > span,
#calendarweek  > div  > div  > span,
.inputInfo  > span,
.inputError  > span {
  color: white;
  background: #666;
  display: none;
  padding: 10px;
  position: absolute;
  z-index: 9999;
  border-radius: 8px;
  text-align: left;
  font-size: 10px;
  width: 200px;
}
#calendarweek {
  margin: 10px auto;
  height: 540px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
}
#calendarweek > ul {
  position: absolute;
  list-style: none;
  float: left;
  margin-top: 15px;
  padding: 0;
  overflow: hidden;
}
#calendarweek > ul li {
  height: 14px;
  font-size: 8px;
  color: #aaa;
  width: 3000px;
  padding: 15px 0 0 30px;
  border-bottom: 1px solid #eee;
}
#calendarweek > ul li:nth-child(2n+1) {
  border-bottom: 1px solid #ddd;
}
#calendarweek > div {
  float: left;
  width: 13%;
  text-align: center;
  height: inherit;
  position: relative;
  border-left: 1px solid #ddd;
  padding: 10px 0;
}
#calendarweek > div:first-of-type {
  margin-left: 70px;
}
#calendarweek > div h4 {
  padding: 0;
  margin: 0;
  height: 15px;
  color: #666;
}
#calendarweek > div h4 > small {
  display: block;
  color: #aaa;
}
#calendarweek > div.highlight {
  background-color: rgba(150, 150, 150, 0.2);
}
#calendarweek > div.highlight h4 {
  font-weight: bold;
}
#calendarweek > div.today {
  background-color: rgba(220, 220, 220, 0.2);
}
#calendarweek > div.today h4 {
  font-weight: bold;
}
#calendarweek > div > div > div.location {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 100%;
  display: block;
}
#calendarweek > div > div > a {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
#calendarweek > div > div > a div {
  color: white;
  display: inline-block;
  font-size: 9px;
  width: 80%;
  margin-top: 5px;
  overflow: hidden;
}
#calendarweek > div > div > a div.bi {
  position: absolute;
  right: 3px;
  bottom: 2px;
  font-size: 16px;
  width: auto;
}
#calendarweek > div > div > a div.bi.bi-emoji-smile-fill {
  color: #22aa22;
}
#calendarweek > div > div > a span small {
  font-size: 8px;
  display: block;
}
a #calendarweek > div #calendarweek > strong {
  display: block;
}
#calendarmonth {
  overflow: hidden;
}
#calendarmonth > ul {
  width: 100%;
  display: block;
  margin: 20px 0 10px 0;
  padding: 0 0 10px 0;
}
#calendarmonth > ul > li {
  width: 14%;
  float: left;
  text-align: center;
  font-size: 10px;
  list-style: none;
}
#calendarmonth > div {
  width: 14%;
  float: left;
  border: 1px solid #eee;
  height: 120px;
  font-size: 10px;
  position: relative;
  color: #aaa;
  background-color: white;
}
#calendarmonth > div.today {
  background-color: #f0f0f0 !important;
  color: black;
}
#calendarmonth > div.active {
  background-color: #fafafa;
}
#calendarmonth > div.topleft {
  border-top-left-radius: 10px;
}
#calendarmonth > div.topright {
  border-top-right-radius: 10px;
}
#calendarmonth > div.bottomleft {
  border-bottom-left-radius: 10px;
}
#calendarmonth > div.bottomright {
  border-bottom-right-radius: 10px;
}
#calendarmonth > div a {
  min-height: 9px;
  display: block;
  text-decoration: none;
  line-height: 10px;
  width: 95%;
  overflow: hidden;
  font-size: 8px;
  color: white;
  margin: 1px 0;
  padding: 1px 8px;
  white-space: nowrap;
  border-radius: 6px;
}
#calendarmonth > div a > strong {
  display: block;
}
#addBooking {
  margin-left: 30px;
  color: #ff0000;
}
.message {
  width: 400px;
  margin: 10px auto;
  text-align: center;
  padding: 10px;
  background-color: #3D5078;
  border: 1px solid #074978;
  box-shadow: 5px 5px 10px #999;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}
.message.error {
  background-color: #aa3333;
}
.customercomment {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
}
ul.ui-autocomplete {
  background-color: white;
  border: 1px solid gray;
  margin-left: 3px;
  margin-top: -4px;
  border-radius: 5px;
}
ul.ui-autocomplete li {
  list-style: none;
  margin: 0;
}
ul.ui-autocomplete li > div.ui-menu-item-wrapper {
  padding: 10px;
}
ul.ui-autocomplete li > div.ui-menu-item-wrapper.ui-state-active {
  background-color: #f3f3f3;
  color: inherit;
  border-color: #ddd;
}
ul.ui-autocomplete li a {
  border: none !important;
  text-decoration: none !important;
  padding: 2px;
  display: block;
  color: black;
}
ul.ui-autocomplete li img {
  margin-right: 4px;
}
.ui-datepicker-div {
  z-index: 15;
}
#ui-active-menuitem {
  background-color: #efefef;
  cursor: pointer;
}
.ui-dialog {
  border: 1px solid #999;
  border-radius: 10px;
  background-color: white;
}
.ui-dialog-titlebar {
  color: white;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
  background-image: -webkit-linear-gradient(top, #ccc, #999);
  background-image: -moz-linear-gradient(top, #ccc, #999);
}
button.ui-dialog-titlebar-close  > span.ui-button-text {
  font-weight: bold;
  display: inline !important;
}
.ui-dialog {
  display: none;
}
.ui-dialog .ui-dialog-buttonpane button.ui-button:first-of-type {
  color: #fff;
  background: #074978;
}
#addBookingItem {
  display: none;
}
.loader {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  background-color: white;
  top: 0;
  left: 0;
}
#statistics  > div {
  float: left;
  width: 50%;
  max-width: 800px;
}
div.optionList {
  margin: 10px 50px 0 50px;
}
div.historyDetail {
  margin: 10px 0;
  padding: 10px;
}
div.historyDetail.active {
  border: 1px dotted #ccc;
  border-radius: 5px;
  background-color: #fcfcfc;
}
div.historyDetail table {
  margin: 0;
}
.open {
  display: none;
}
#color {
  position: relative;
}
.colorpicker {
  display: none;
  position: absolute;
}
#couponTable tbody td:last-of-type img {
  display: block;
}
.trumbowyg-button-pane {
  z-index: 1 !important;
}
@media screen and (max-width: 1023px) {
  div.input {
    width: 100% !important;
    float: none !important;
  }
  header #logo {
    display: none;
  }
  fieldset.details div.detail-content nav {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
  }
}
