body {
  font-size: 11px;
  color: #000000;
  margin: 0;
  padding: 0;
}
* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link,
a:visited {
  text-decoration: none;
  color: #074978;
}
a:hover {
  color: #999;
}
h1 {
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 14px;
  text-align: left;
  color: #999;
  padding: 20px 0 20px 0;
  margin: 0;
}
h2 nav {
  float: right;
  font-size: 12px;
  font-weight: normal;
}
h2 nav a.wide {
  margin: 0 10px;
}
h2 nav a img {
  margin-bottom: -3px;
}
h2 nav.switch a {
  margin: 0;
}
h2 nav.switch a:first-child {
  margin-left: 20px;
  border-radius: 20px 0 0 20px;
}
h2 nav.switch a:last-child {
  border-radius: 0 20px 20px 0;
}
h2.bottom {
  padding: 0 0 30px 0;
}
h2 nav  > *:not(span),
.paginate_active,
.paginate_button {
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  padding: 3px 10px;
  margin: 0 2px;
}
h2 nav a,
#bookingTable_paginate  > span  > span,
#ticketTable_paginate  > span  > span,
.paginate_button {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
}
h2 nav a:hover,
h2 nav img:hover,
h2 nav a.active,
.paginate_active,
.paginate_button:hover {
  background-color: #eee;
  cursor: pointer;
}
h2 nav input,
#bookingTable_filter  > input,
#customerTable_filter  > input,
#ticketTable_filter  > input,
#couponTable_filter  > input {
  margin: -5px 0 0 20px;
  color: #999;
  border-radius: 20px !important;
}
.paginate_active,
.paginate_button {
  font-size: 12px;
}
h3 {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin: 0;
}
fieldset {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin: 10px 0;
}
fieldset h3 {
  margin: -5px 0 20px 0;
  color: green;
}
fieldset h3 img {
  margin: 0 3px -3px 0;
}
fieldset div.input {
  float: left;
  width: 50%;
}
fieldset div.input label {
  width: 200px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
}
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.deleted {
  opacity: 0.4;
}
fieldset div.table > div.row.ticket {
  border-top: 3px double #ccc;
}
fieldset div.table > div.row {
  display: table-row;
}
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.headline {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background-color: #f9f9f9;
}
h4 {
  text-align: center;
  font-size: 10px;
  color: #999;
  margin: 5px 0;
  font-weight: normal;
}
h5 {
  font-size: 11px;
  margin: 5px 0;
}
fieldset h5 {
  margin-top: 20px;
}
section {
  margin: 0 auto;
  width: 90%;
}
section hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 15px 0;
  padding-top: 15px;
}
fieldset.details:first-of-type {
  min-height: 140px;
}
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 > div {
  float: left;
  line-height: 16px;
}
fieldset.details div.detail-content > div:nth-of-type(odd) {
  width: 15%;
  font-weight: bold;
}
fieldset.details div.detail-content > div:nth-of-type(even) {
  width: 35%;
}
fieldset.details div.spacer {
  margin-top: 20px;
}
fieldset.details div.full {
  clear: both;
  width: 100% !important;
}
fieldset.details a.action {
  float: right;
  position: relative;
  top: 0px;
  right: 160px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #f6f6f6;
  padding: 10px;
  margin-right: -150px;
  width: 120px;
}
fieldset.details a.action:nth-of-type(2) {
  top: 60px;
}
fieldset.details a.action:nth-of-type(3) {
  top: 120px;
}
fieldset.details a.action:hover {
  color: #aaa;
  background-color: #fafafa;
}
fieldset.details > strong {
  clear: both;
  line-height: 40px;
}
fieldset.details p {
  padding: 0 10px;
  font-size: 10px;
}
.wide {
  width: 100% !important;
}
input[type="text"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="tel"][disabled] {
  background-color: #f3f3f3;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  width: 200px;
  background-color: #fafafa;
  border: 1px solid #999;
  border-radius: 3px;
  color: #666;
  padding: 5px 10px;
  margin-right: 5px;
}
table.index input[type="text"] {
  width: 100px !important;
}
table.index tbody > tr.new > td {
  font-weight: bold;
}
tfoot input[type="text"] {
  width: 70px;
}
tfoot td {
  text-align: right;
}
input[type="number"] {
  text-align: right;
  width: 80px;
}
input[type="radio"] {
  margin-right: 7px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  background-color: white;
  color: #333;
}
textarea:not(.small) {
  width: 90%;
}
select {
  width: 222px;
  margin-right: 5px;
}
select.select_filter {
  width: auto;
}
input[type="submit"],
.btn {
  font-size: 1em;
  padding: 0.4em 0.6em;
  border: none;
  background: #666;
  color: white;
}
input[type="submit"]:link,
.btn:link,
input[type="submit"]:active,
.btn:active,
input[type="submit"]:visited,
.btn:visited {
  color: white;
}
input[type="submit"],
.btn-primary {
  color: #fff;
  background: #074978;
  float: right;
  margin-bottom: 50px;
  font-size: 1.3em;
}
.clear,
input[type="submit"]:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.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: 45px;
}
.ticketList div.row > div.cell img {
  margin: 3px 3px -3px 3px;
}
#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: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;
}
#billingEmployeeList > div.row > div.cell:first-of-type {
  width: auto;
}
.negativeValue div,
.negativeValue input {
  color: #cc0000;
}
#noEntry {
  font-style: italic;
  margin: 10px 20px;
}
#bookingEmployee > a {
  float: right;
  margin-top: -10px;
  padding-left: 20px;
  background: url('../img/add.png') no-repeat;
  height: 20px;
}
#bookingEmployee > div {
  clear: both;
}
#bookingEmployee > div > a {
  background: url('../img/delete.png') no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  display: inline-block;
  margin-left: -20px;
}
#bookingEmployee > div:first-of-type {
  display: none;
}
#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;
}
fieldset div.table  > div.row  > div.cell,
fieldset div.table  > div.row  > div.cell50 {
  display: table-cell;
  vertical-align: top;
}
#sumTable div.subsection,
#sumTable div.subsection-drinks {
  background-color: #ddd;
  font-weight: bold;
}
.input,
.input-add-coupon {
  line-height: 35px;
}
.input > *,
.input-add-coupon > * {
  line-height: normal;
}
.ticket-error {
  display: none;
  color: red;
  padding: 10px 0;
}
.time {
  line-height: 25px;
}
.time > select {
  width: 50px !important;
}
.inputInfo,
.inputError {
  position: relative;
  display: none;
  width: 16px;
  height: 16px;
  top: 3px;
  margin-left: 5px;
}
div.inputInfo {
  background: url('../img/info.png') no-repeat;
}
div.inputError {
  background: url('../img/error.png') no-repeat;
}
input.form-error {
  background-color: #ffcccc;
}
div.optionList {
  margin: 10px 50px 0 50px;
}
div.historyDetail {
  margin: 10px 0;
  padding: 10px;
}
div.historyDetail table {
  margin: 0;
}
div.historyDetail.active {
  border: 1px dotted #ccc;
  border-radius: 5px;
  background-color: #fcfcfc;
}
.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;
}
table {
  width: 100%;
  border-spacing: 0;
  margin: 10px 0;
}
th,
tfoot td {
  color: #999;
  text-align: left;
  background-color: #eee;
}
thead  > tr  > th:first-child,
tfoot td:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
thead  > tr  > th:last-child,
tfoot td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
thead th:last-of-type {
  background-image: none;
}
td,
th {
  padding: 5px 10px;
  vertical-align: top;
}
th a:hover {
  color: black;
}
th a.ascending {
  border-bottom: 1px dotted #333;
  color: #666;
}
th a.descending {
  border-top: 1px dotted #333;
  color: #666;
}
tbody > tr:hover td {
  background-color: #eee;
}
tbody > tr:hover img,
tbody > tr.active img {
  display: inline !important;
}
tbody td {
  line-height: 23px;
}
tbody td.small {
  padding: 5px 0 !important;
  color: #aaa;
}
tbody td:last-of-type img {
  display: none;
  margin: 5px 3px -5px 3px;
}
tr:nth-child(2n) td {
  background-color: #f9f9f9;
}
tbody:before,
tbody:after {
  display: block;
  content: "-";
  color: white;
  line-height: 10px;
}
tbody td.edit,
tbody td.editdd,
tbody td.editcb {
  cursor: pointer;
}
.clickTable td {
  cursor: pointer;
}
table.index:not(.clickTable) tbody td:last-of-type,
table.list tbody td:last-of-type {
  text-align: center;
  width: 70px;
}
header {
  background-color: #074978;
  height: 48px;
  color: white;
  padding: 12px 0 15px 15px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
}
header hr {
  clear: both;
  border: 0;
  height: 1px;
  margin-left: -15px;
  padding-top: 10px;
  border-bottom: 1px solid white;
}
header nav {
  position: absolute;
  right: 30px;
  top: 8px;
}
header nav a:link,
header nav a:visited {
  position: relative;
  color: #f6f6f6;
  font-size: 15px;
  margin-left: 10px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  padding: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
header nav a:hover {
  background-color: #5D7098;
  color: white;
  border-color: white;
}
header nav a.notification {
  color: red;
}
header nav span.notification {
  position: absolute;
  background-color: red;
  color: white;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  bottom: -10px;
  right: -11px;
  border-radius: 3px;
  border: 1px solid #aa0000;
  font-weight: bold;
}
#headerinfo {
  font-size: 12px;
  position: absolute;
  right: 30px;
  bottom: 13px;
}
#logo {
  float: left;
}
section:first-of-type {
  margin-top: 65px;
  padding-top: 10px;
}
#calendarFastdate {
  margin: -4px 0 0 10px;
}
#calendarweek {
  margin: 10px auto;
  height: 540px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 0;
}
#calendarweek > ul {
  position: absolute;
  list-style: none;
  float: left;
  margin-top: 15px;
  padding: 0;
  overflow: hidden;
  width: 90%;
}
#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;
}
#calendarweek > div h4 {
  padding: 0;
  margin: 0;
  height: 15px;
  color: #666;
}
#calendarweek > div h4 > small {
  display: block;
  color: #aaa;
}
#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.fa {
  position: absolute;
  right: 3px;
  bottom: 2px;
  width: auto;
  font-size: 16px;
  font-weight: bold;
}
#calendarweek > div > div > a span small {
  font-size: 8px;
  display: block;
}
#calendarweek > div:first-of-type {
  margin-left: 70px;
}
#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;
}
#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 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.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;
}
#calendarweek a  > div  > strong,
#calendarmonth a  > strong {
  display: block;
}
#addBooking {
  margin-left: 30px;
  color: #ff0000;
}
footer {
  height: 20px;
}
.open {
  display: none;
}
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;
  border-top: 1px solid white;
  border-left: 1px solid white;
  margin: 0;
}
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;
}
ul.ui-autocomplete li:first-child {
  border-top: none;
}
ul.ui-autocomplete li:last-child {
  border-bottom: none;
}
#ui-active-menuitem {
  background-color: #efefef;
  cursor: pointer;
}
#dialog-confirm {
  display: none;
}
li.ui-menu-item:hover,
.ui-tabs-active {
  background-color: #999;
  border: 1px solid #074978;
  border-radius: 3px;
  color: white;
}
.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);
}
#addBookingItem {
  display: none;
}
.removeBookingItem {
  float: right;
  margin: 7px 0 0 20px;
  cursor: pointer;
}
input.count {
  float: left;
  margin-right: 10px;
  width: 40px;
}
span.count {
  font-weight: bold;
}
.priceListHeadline {
  border-top: 1px solid #999 !important;
  border-bottom: 1px solid #999 !important;
  color: #999;
  background-color: #eee;
  padding: 5px;
}
.addBookingItemButton {
  float: right;
  margin: -27px 10px 0 0;
}
button.ui-dialog-titlebar-close > span.ui-button-text {
  font-weight: bold;
  display: inline !important;
}
.loader {
  background: url('../img/loader.gif') no-repeat #f9f9f9;
  background-position: 12px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 9999;
}
#statistics > div {
  float: left;
  width: 50%;
  max-width: 800px;
}
.customercomment {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 1080px) {
  div.input {
    width: 100% !important;
    float: none !important;
  }
}
#priceList input:read-only,
#ajaxPriceList input:read-only,
.billingList input:read-only {
  background-color: transparent;
  border-color: transparent;
}
input.priceListCount {
  width: 50px;
  text-align: center;
}
input.priceListCount:read-only {
  width: 50px;
}
#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;
}
#color {
  position: relative;
}
.colorpicker {
  display: none;
  position: absolute;
}
#couponTable tbody td:last-of-type img {
  display: block;
}
