html {
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Open Sans", sans-serif;
  /* font-family: 'Source Sans Pro', sans-serif; */
  background-color: #fff;
}

body {
  margin: 0;
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Open Sans", sans-serif;
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
  color: #444444;
  text-align: left;
}

.h1,
h1 {
  font-size: 1.8em;
}

.h2,
h2 {
  font-size: 1.6em;
}

.h3,
h3 {
  font-size: 1.4em;
}

.h4,
h4 {
  font-size: 1.2em;
}

.h5,
h5 {
  font-size: 1.15em;
}

.h6,
h6 {
  font-size: 1.18em;
}

a {
  color: #1937a7;

}

a:hover {
  color: #2c3e50;
}

.center-align {
  margin: 0 auto;
}

.form-group-container {
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 15px;
  /* margin: 15px; */
  margin: 50px 15px;
}

.page-container {
  background: #fff;
  padding: 15px 0;
  margin: 120px 0 10px 0px;
}

.page-item-container {
  background: #fff;
  padding-top: 15px;
  margin-top: 40px;
}

.site-container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}

#nav {
  padding: 30px 0;
}

#nav a {
  font-weight: bold;
  color: #2c3e50;
}

/*-------------- form --------------  */

.add-button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-content {
  margin-bottom: 30px;
}

.form-control {
  margin-right: 60px;
  position: relative;
  border-radius: 0;
}

input:focus,
.btn:focus,
button,
button:focus {
  outline: none;
}

.btn {
  border-radius: 0.45em;
}



.quantity-select {
  padding-right: 20px;
  text-align: right;
  direction: rtl;
}

.default-btn-color {
  background: #1937a7;
  border-color: #1937a7;
  color: #ffffff;
}

.btn-red {
  background: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

.error-message {
  font-size: 0.85em;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 6px;
  color: #ffffff !important;
  padding: 6px;
  border-radius: 0.25rem;
  background-color: #dc3545;
}

.highlight {
  color: #dc3545;
}

.shipping-address {
  font-size: 0.9em;
}

.slide-up,
.slide-down,
.slide-up-input,
.slide-down-input,
.slide-up-boats-form,
.slide-down-boats-form,
.slide-up-form,
.slide-down-form,
.slide-up-large-form,
.slide-down-large-form {
  /* position: relative; 
    overflow: hidden;*/
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.slide-down,
.slide-down-input {
  /* height: auto; */
  max-height: 210px;
  opacity: 1;
}

.slide-down-boats-form,
.slide-down-form {
  max-height: 800px;
  opacity: 1;
}

.slide-down-large-form {
  max-height: 1300px;
  opacity: 1;
  overflow: visible;
}

.currency-icon {
  /* position: absolute; */
  display: inline-block;
  font-size: 1.1em;
  z-index: 100;
  color: #333333;
  top: 10px;
  left: 20px;
}

.currency-icon i {
  margin-right: 3px;
}

.form-control.input-currency {
  padding-left: 24px;
}

.remove-icon {
  color: #dc3545;
  font-size: 1.5em;
}

.login-btns .btn {
  width: 100%;
}

.add-btn {
  color: #ffffff;
}

.white {
  color: #ffffff;
}

.required-container {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold {
  font-weight: 600;
}

/* .table-head {
  font-size: 0.9em;
} */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

.table td,
.table th {
  padding: 0.75em;
  margin: 0;
  vertical-align: middle;
}

/*.table thead tr th, .table tbody tr td {
  margin: 0;
} */
.table-head-blue {
  background: #1937a7;
  color: #fff;
}

.radio__checkbox,
.check__checkbox {
  position: absolute;

  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 2px solid #333333;
  transition: all 0.15s ease;
  text-align: left;
}

.radio__checkbox {
  right: 65%;
  display: block;
  float: left;
}

.payment-options-item input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.payment-options-item label {
  cursor: pointer;
}

.payment-options-item input[type="radio"]:checked+label span.radio__checkbox:after,
.custom__checkbox input[type="checkbox"]:checked+label span.check__checkbox:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  /* display: inline-block; */
  content: "\f00c";
  padding-right: 0px;
  font-size: 1.5em;
  font-weight: 400;
  color: #333333;
  top: -2px;
  left: 0px;
}

.radio__checkbox+span,
.check__checkbox+span {
  float: left;
  margin-left: 6px;
}

.custom__checkbox {
  padding-bottom: 15px;
  padding-top: 15px;
}

.custom__checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.custom__checkbox label {
  cursor: pointer;
  width: 90%;
}

.check__checkbox {
  right: 0;
  display: block;
  float: right;
}

.check__checkbox {
  opacity: 1;
}

.total-payable,
.total-payable-footnote {
  font-size: 0.8em;
  clear: both;
  width: 100%;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.total-payable {
  font-weight: 600;
}

.total-payable-footnote {
  padding-top: 6px;
  font-weight: 100;
  font-size: 0.76em;
}

.payment-by {
  position: absolute;
  bottom: 20px;
  font-weight: 100;
  right: 15px;
  font-size: 0.75em;
}

.payment-form-content {
  margin-bottom: 20px;
}

.forgotten-password {
  margin-top: 15px;
  text-align: right;
  font-size: 0.85em;
  font-weight: 600;
  color: #1937a7;
}

.forgotten-password a {
  color: #1937a7;
}

.forgotten-password a:hover {
  color: #f76631;
}

.href-btn {
  color: #fff !important;
  cursor: pointer;
  text-decoration: none !important;
}

.small-button {
  text-align: right;
}

.buttons {
  margin-top: 5px;
}

.small-button a,
.buttons a {
  margin-right: 5px;
}


.btn-group-xs > .btn, .btn-xs {
	padding: .15rem .25rem;
	font-size: .8rem;
	line-height: 1.35;
	border-radius: .2rem;
}

.isOffScreen {
  left: -9999px;
  position: absolute;
}

.yes-no-container {
  display: inline-block;
}

.yes-no-container{
  margin-right: 5px;
  padding-right: 5px;
}

.yes-no-container input[type="radio"]:checked+label,
.btn-default-hover:hover {
  background-color: #1937a7;
  border: 2px solid #1937a7;
  color: #ffffff;
}


.btn-default-hover input[type="radio"]:checked {
  background-color: #1937a7;
}

.btn-default {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  min-width: 80px;
  text-align: center;
  background: #fff;
  color: #999999;
  /**/
}
/*-------------- /form --------------  */
/*-------------- layout --------------  */
.small-text{
  font-size: 0.85em;
}
.booking-reference span{
  display: block;
  clear: both;
}
.booking-reference, .seat-code{
  font-weight: 600;
  font-size: 0.9em;
  color: #bd2130;
}

.page-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.event-title{
  padding-bottom: 0;
  margin-bottom: 0;
}

.card-holder {
  margin-bottom: 15px;
}

.event-button-holder {
  margin-top: 15px;
}

.disclaimer {
  font-size: 0.9em;
}

.event-date {
  font-size: 1.4em;
  font-weight: 600;
  color: #1937a7;
  margin-bottom: 6px !important;
  display: block;
}

.event-time {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 8px !important;
  display: block;
}
.card-text .title{
  color: #1937a7;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}
.card-text .desc{
  margin-bottom: 6px;
  display: block;
}
.card-text{
  margin-top: 6px;
  margin-bottom: 6px;
}

.seat-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.seat-container .seat-item {
  flex: 1;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;

}

.seat-container .seat-item:nth-child(3) {
  margin-right: 18px;
}

.seat-container .seat-item:nth-child(7) {
  margin-right: 18px;
}

.seat-container .seat-item:last-child {
  margin-right: 0;
}

.max-seat-container {
  margin-right: 0;
  padding-right: 5px;
}

.seat-rows {
  margin-bottom: 15px;
}

.seat-rows:nth-child(4),
.seat-rows:nth-child(8) {
  margin-bottom: 60px;
}

.seat-main-info {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  height: 55px;
}

.seat-main-info .heading,
.seat-main-info .info {
  margin: 0;
}

.seat-main-info .heading {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
  text-align: center;
  color: #333;
  font-size: 0.9em;
}

.seat-main-info .info {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  text-align: center;
  color: #000;
  font-size: 1.12em;
}

.seat {
  position: relative;
}

.seat .seat-shape .text {
  font-weight: 600;
}

.seat-shape {
  top: 0;
  left: 0;
  position: absolute;
  /*  */
  /* font-size: 1.35em; */
  /* position: absolute; */
  border-radius: 10%;
  border: none;

  width: 26px;
  height: 26px;
  display: block;
  background: #ffffff;
  text-align: center;

}

.seat-circle {
  top: 0;
  left: 0;
  border-radius: 50%;
  border: none;
  font-size: 1.35em;
  width: 26px;
  height: 26px;
  background: #ffffff;
  line-height: 26px;
  position: absolute;
}

.seat .icon-holder {
  top: -0.3em;
  left: -0.3em;
  border: none;
  font-size: 1.35em;
  position: absolute;
  z-index: 15;
}

.seat .icon-holder .icon i {
  z-index: 18;
  position: absolute;
  font-size: 0.8em;
  left: 4px;
  top: 3px;
}

.seat .icon-holder .icon .badge {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
  background-color: #dc3545;
  display: block;
  border-radius: 50%;
  z-index: 16;
}

/* .seat .icon-holder .badge{
  position: absolute;
  top: 1em;
  left: 0;
  
}
.seat .icon-holder .badge::before{
  
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  background:#dc3545;
  color: #fff;
  display: inline-block;
  height:20px;
  width:20px;
  left: 0;
  top: 0;
  padding-top:4px;
  border-radius: 50%;
} */


/* .seat .text {
  position: absolute;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 0.85em;
  z-index: 9;
  text-transform: uppercase;
} */

.available,
a.seat:hover .available {
  border: 2px solid #03b761;
  background: #ffffff;
  color: #b4b4b4 !important;

}

/* .available .text{
  color: #000 !important;
} */
a.seat:hover .available {
  border: 2px solid #03b761;
  background: #03b761;
  color: #ffffff !important;
}

.unavailable,
a.seat:hover .unavailable {
  background: #eaeaea;
  border: 2px solid #eaeaea;
  color: #cccccc !important;
}

a.seat:hover .unavailable {
  cursor: default;
}

.reserved,
a.seat:hover .reserved {
  background: #eaeaea;
  border: 2px solid #eaeaea;
  color: #cccccc !important;
}

a.seat:hover .reserved {
  cursor: default;
}

.reserved-by-user {
  background: #a0d2eb;
  border: 2px solid #a0d2eb;
  color: #1937a7 !important;
}

a.seat:hover .reserved-by-user {
  border: 2px solid #1937a7;
  background: #1937a7;
  color: #ffffff !important;
}

/* a.seat:hover .reserved-by-user{

} */

.in-progress,
a.seat:hover .in-progress {
  border: 2px solid #03b761;
  background: #03b761;
  color: #fff !important;
}

a.seat:hover .in-progress {
  cursor: default;
}

.dialog-container {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
  margin: 0 auto;
  padding: 0;
  right: 0;
}

.dialog-container-content {
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 60px;
  width: 100vw;
  max-height: 100vh;
  overflow-y: auto;
}

.dialog-form {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  padding: 20px;
  text-align: left;
}

.dialog-form .title {
  padding-top: 8px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d1d1d1;
}

.center-dialog {
  margin: 0 auto;
}


.total-seats {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}

.seat-status-container {
  display: flex;
  justify-content: center;
}

.seat-status {
  margin-left: 10px;
  margin-right: 10px;

}

.seat-status .seat-icon {
  font-size: 1em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;

}

.seat-status .seat-icon-text {
  font-size: 0.75em;
  margin-left: 2px;
  font-weight: 600;
}



.view-seats-header {
  padding-top: 10px;
  background: #eaf8fb;
  border-bottom: 1px solid #333;
}

.view-seats-header h1 {
  color: #1b2036;
  font-weight: 600;
  font-size: 1.65em;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.confirm-booking-container {
  margin-bottom: 15px;
}

.red-text {
  color: #dc3545;
}

.error-message {
  font-size: 0.85em;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 6px;
  color: #ffffff !important;
  padding: 6px;
  border-radius: .25rem;
  background-color: #dc3545;
}

.error-text {
  font-size: 0.95em;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 6px;
  padding: 6px;
  color: #dc3545;
}

.date-time {
  padding-top: 6px;
  padding-bottom: 6px;
}

.bottom-buttons {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 15;
}

.bottom-buttons .button {
  margin-right: 8px;
}

.reserved-user {
  color: #1937a7;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 8px;
}

.main-dialog-container {
  background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 1090;
  opacity: 0;
  transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -webkit-transition: all 0.55s;
  visibility: hidden;
}

.main-dialog-container.show-dialog,
.show-dialog {
  opacity: 1;
  visibility: visible;
}
.main-dialog-container.hide-dialog,
.hide-dialog {
  opacity: 0;
}

/*-------------- /layout --------------  */


/*-------------- my-account --------------  */
my-account-item {
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-account-item a {
  color: #1937a7 !important;
  text-align: center;
  text-decoration: none;
}

.welcome-container {
  margin: 15px 0;
}

.my-account-item .href-btn,
.my-account-item a.href-btn,
.my-account-item a.href-btn:visited {
  color: #1937a7;
  cursor: pointer;
}

.my-account-item a.href-btn span,
.my-account-item a.href-btn {
  color: #1937a7;
}

.my-account-item a.href-btn:hover span,
.my-account-item a.href-btn:hover {
  color: #222;
}

.my-account-item a:hover {
  color: #222;
}

.my-account-item a span {
  display: block;
  clear: both;
  margin-top: 10px;
}

.my-account-item i {
  font-size: 3em;
  margin: 0 auto;

  display: block;
}

/*-------------- /my-account --------------  */

/*-------------- seats mobile --------------  */
/* @media only screen and (min-width: 480px) and (max-width: 768px)  {
  .seat-container .seat-item, .seat-shape {
    width: 26px;
    height: 26px;
  }
} */
@media (max-width: 768px) {
  .hide-on-sm {
    display: none;
  }

  .max-seat-container {
    margin: 20px auto;
    width: 600px;
    max-width: 600px;
  }

  .seat-container .seat-item,
  .seat-shape,
  .seat .seat-shape .text {
    width: 26px;
    height: 26px;
  }

  .seat .text {
    /* line-height: 26px;
    text-align: center;
    display: block; */
    font-size: 0.75em;
  }

  .seat-container .seat-item:nth-child(3) {
    margin-right: 18px;
  }

  .seat-container .seat-item:nth-child(7) {
    margin-right: 18px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .max-seat-container {
    margin: 20px auto;
    width: 800px;
    max-width: 800px;
  }

  .seat-container .seat-item,
  .seat-shape,
  .seat .seat-shape .text {
    width: 40px;
    height: 40px;
  }

  .seat .seat-shape .text {
    line-height: 40px;
    /* text-align: center;
    display: block; */
    font-size: 0.8em;
  }

  .seat-container .seat-item:nth-child(3) {
    margin-right: 30px;
  }

  .seat-container .seat-item:nth-child(7) {
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .max-seat-container {
    margin: 20px auto;
    width: 800px;
    max-width: 800px;
  }

  .seat-container .seat-item,
  .seat-shape,
  .seat .seat-shape .text {
    width: 40px;
    height: 40px;
  }

  .seat .seat-shape .text {
    line-height: 40px;
    /* text-align: center;
    display: block; */
    font-size: 0.8em;
  }

  .seat-container .seat-item:nth-child(3) {
    margin-right: 40px;
  }

  .seat-container .seat-item:nth-child(7) {
    margin-right: 40px;
  }

}

/*-------------- /seats mobile --------------  */