.css-my-bookings p {
  display: none;
}

.em-booking-form span.input-group {
  margin-left: 20px;
}

.em-booking-submit {
  background-color: #b6006c;
  border: none;
  border-radius: 0px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
  padding: 10px 15px;
}

.em-booking-submit:hover {
  background-color: #2d7d9e;
  border: none;
}

.em-booking-submit:disabled {
  background-color: #ccc;
  border: none;
}

.em-booking-submit-fake {
  cursor: pointer;
  display: inline-block;
}

.em-booking-form input[type="email"],
.em-booking-form input[type="password"],
.em-booking-form input[type="text"],
.em-booking-form select:not(.em-ticket-select),
.em-booking-form textarea
{
  border: solid 1px #e5e5e5 !important;
  min-height: 49px;
  padding: 0.5em !important;
}

.em-booking-form label {
  width: 200px;
}

.em-booking-form label ~ input[type="email"],
.em-booking-form label ~ input[type="password"],
.em-booking-form label ~ input[type="text"],
.em-booking-form select:not(.em-ticket-select)
{
  width: 330px;
}

@media only screen and (min-width: 992px) {
  .em-booking-form label ~ input[type="email"],
  .em-booking-form label ~ input[type="password"],
  .em-booking-form label ~ input[type="text"],
  .em-booking-form label {
    display: inline-block;
  }
}

.em-booking-form span.input-group {
  display: inline-block;
}

.em-booking-form-details {
  width: 100%;
}

div.em-booking-message-error {
  margin-bottom: 30px;
}

div#em-loading {
  position: fixed;
}

.em-date-input-loc {
  border: solid 1px #e5e5e5 !important;
}

.em-form-required {
  color: #b6006c;
}

.em-ticket {
  display: none;
}

.em-tickets td, .em-tickets th {
  padding-right: 30px;
}

.em-tickets td {
  padding-bottom: 20px;
}

.em-tickets th {
  padding-bottom: 10px;
}

.event-post-content {
  margin-top: 60px;
}

.event-post-content-additional-attendee-heading {
  background-color: #f9edf4;
  margin-top: 20px;
  padding: 5px;
  width: 100%;
}

.event-post-content-date-time {
  align-items: flex-start;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.event-post-content-description {
  margin: 40px 0;
}

.event-post-content-icon {
  height: auto;
  margin-top: 5px;
  margin-right: 20px;
  width: 25px;
}

.event-post-content-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0;
  min-height: 200px;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .event-post-content-image {
    min-height: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .event-post-content-image {
    min-height: 400px;
  }
}

.event-post-content-image-grid {
  margin: 40px 0;
  width: 100%;
}

.event-post-content-image-grid-column {
  flex: 33.33%;
  padding: 0 3px;
}

.event-post-content-image-grid-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3px;
}

.event-post-content-image-grid-image {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.event-post-content-location {
  align-items: flex-start;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

.event-post-content-location-details {
  display: flex;
  flex-direction: column;
}

.events-list-category-filter {
  margin-bottom: 30px;
}

.events-list-container {
  display: flex;
  flex-wrap: wrap;
}

.events-list-event {
  background-color: #b6006c;
  border-radius: 4px;
  color: white;
  flex-basis: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 20px;
}

@media only screen and (min-width: 576px) {
  .events-list-event {
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
  }

  .events-list-event:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .events-list-event {
    flex-basis: calc(33% - 10px);
  }

  .events-list-event:nth-child(2n) {
    margin-right: 20px;
  }

  .events-list-event:nth-child(3n) {
    margin-right: 0;
  }
}

.events-list-event a,
.events-list-event a:link,
.events-list-event a:visited,
.events-list-event a:hover,
.events-list-event a:active,
.events-list-event a:focus
{
  color: white !important;
  font-weight: bold !important;
}

.events-list-event-date-time,
.events-list-event-location,
.events-list-event-name
{
  margin: 10px 0;
}

.events-list-event-name {
  font-size: 22px;
  margin: 30px 0;
}

.events-list-event-thumbnail-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 20px;
  min-height: 200px;
  width: 100%;
}

.events-table td, .events-table th {
  padding-bottom: 30px !important;
}

@media only screen and (min-width: 992px) {
  .events-table td:nth-of-type(1) {
    min-width: 300px;
  }
}

.events-table td:nth-of-type(2) a {
  font-weight: bold;
}

.events-table th {
  padding-top: 30px !important;
}

.input-field-thankq-contact-daytimePhone,
.input-field-thankq-eventBooking-additionalAttendees
{
  display: none !important;
}

.loading-image-large {
  height: 150px;
  width: 150px;
}

.modal {
  min-height: 200px;
  min-width: 200px;
}

.modal-background {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  left: 0;
  min-height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999999;
}

.organisation-add-new {
  color: #2d7d9e;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}

.organisation-loading::after {
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
  background-size: 50px;
  content: '';
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  width: 50px;
}

.organisation-not-chosen {
  color: red !important;
}

[role="alertdialog"],
[role="dialog"] {
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #000;
  background-color: #fff;
  min-height: 100vh;
}

@media screen and (min-width: 768px) {
  [role="alertdialog"],
  [role="dialog"] {
    position: absolute;
    top: 2rem;
    left: 50vw; /* move to the middle of the screen (assumes relative parent is the body/viewport) */
    transform: translateX(
      -50%
    ); /* move backwards 50% of this element's width */

    min-width: calc(640px - (15px * 2)); /* == breakpoint - left+right margin */
    min-height: auto;
    box-shadow: 0 19px 38px rgb(0 0 0 / 12%), 0 15px 12px rgb(0 0 0 / 22%);
  }
}

.ui-autocomplete {
  max-height: 250px;
  overflow-y: scroll;
}
