



.alert.newalert-success {
  padding: 15px;
  background-color: #1ebb1d; /*#1dbb79;  #0096FF;*/
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.14);
}



.alert.newalert-danger {
  padding: 15px;
  background-color: #ff0000; /*#1dbb79;  #0096FF;*/
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.14);
  position: fixed;
  width: 80%; /* Full width (cover the whole page) */
  /*min-height: 17%;  Full height (cover the whole page) */
  z-index: 10000000;
  top: 0;
  left: 0;
  right: 0;
  /* bottom: 0;*/
  cursor: pointer;
}

#alertmessage {
  position: relative;
  z-index: 1000;
  width: 95%;
  margin: 10px;
}

#msg-check .fa-check-circle {
  font-size: 40px;
}

#msg-check .fa-times-circle {
  font-size: 40px;
}

#inner-message .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

  #inner-message .text.text-1 {
    font-weight: 600;
    color: #333;
  }

#inner-message {
  margin: 10px auto;
}

#msg-check .msg-text {
  padding-left: 10px;
  display: inline-flex;
  font-size: 17px;
  font-weight: 500;
  vertical-align: inherit;
  margin-top: 10px;
}

  #msg-check .msg-text ul li {
    color: white;
    display: contents;
  }

.pclose {
  font-size: 11px !important;
  color: #fff;
  opacity: .9;
  text-shadow: none;
  /*position: inherit !important;*/
  right: -5px;
  top: 3px;
  float: right;
  /* padding-top: 75px;*/
}



.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.full-width .donation-w-bx {
  max-width: 650px !important;
}

.full-page:before {
  background-color: inherit;
}

p.text-danger {
  margin-bottom: 0px;
}


#filters-dropdown-fe.dropdown-content {
  top: 39px;
  left: 2px;
  width: 340px;
  z-index: 200;
}

  #filters-dropdown-fe.dropdown-content #ts-drop .caret {
    margin-top: 10px;
    position: absolute;
    right: 10px;
    top: 25%;
  }

.soldout_overlay {
  position: relative;
  width: 100%;
  background-color: #ef4444;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  margin: 40px 0px;
  z-index: 10;
}

  .soldout_overlay h2 {
    color: #ffffff !important;
  }

  .soldout_overlay p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
  }

  .soldout_overlay h2.ticks {
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    width: 260px;
    margin: 10px auto !important;
  }

  .soldout_overlay i.material-icons {
    position: relative;
    top: 3px;
  }

.t-sales {
  position: relative;
  top: -5px;
}

#finalise-order-design .panel-heading {
  /* background-color: #dfe8f1; Need to check with kelly */
}


#filters-dropdown.dropdown-content.sign-in-drop {
  top: 45px;
  right: 1.5em;
  left: unset;
  width: 300px;
  z-index: 200;
  background-color: rgba(255,255,255,0.97);
}


/*Rules for Questionnaires tab on the finalise order screen*/
.qtn-sales {
  border: solid 3px red;
}







/*Online sales design changes*/

.btn-bigger {
  font-size: 1em;
  letter-spacing: 0.1em !important;
}

.feature-event-slide h2 {
  text-transform: capitalize;
}

.btn .material-icons {
  font-size: 22px;
}
/*h1 {
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: 700 !important;
    background-color: transparent;
    padding: 0px;
    text-transform: inherit;
    border-bottom: 0px;
}*/
h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.6em;
}

h6 a {
  font-size: 17px; /*was font-size:20px; -- change for event venue -featured events*/
}

.finalise-event h6 a {
  font-size: 13px;
}

body, .btn {
  font-size: 14px;
}

body {
  overflow-x: hidden;
}

/*tbody {
    font-size: 16px;
}*/

.tile-details,
.venue-name,
.event-date,
.event-price-range,
.donation-date,
.merch-type,
.voucher-type,
.deal-date {
  display: block;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  color: #151515;
}

section {
  overflow: visible; /* set to visible, tooltip was being hidden */
  margin-bottom: 10px;
}

/*
.event-tile-img, .merch-tile-img, .voucher-tile-img{
    max-height: 250px;
    overflow: hidden;
}*/
/*Duplicate this rule in material dashboard to back end!*/
.event-tile, .donation-tile, .voucher-tile, .merch-tile, .deal-tile {
  padding: 0px 0px 40px 0px;
  text-align: left;
  margin: 0px;
  position: relative;
  height: 100%;
}

.event-tile-details, .voucher-tile-details, .merch-tile-details, .donation-tile-details, .deal-tile-details {
  padding: 0px;
}

.event-tile-btn, .voucher-tile-btn, .merch-tile-btn, .donation-tile-btn, .deal-tile-btn {
  padding: 0px;
}

  .event-tile-btn .btn.btn-info:hover,
  .voucher-tile-btn .btn.btn-info:hover,
  .merch-tile-btn .btn.btn-info:hover,
  .deal-tile-btn .btn.btn-info:hover,
  .donation-tile-btn .btn.btn-info:hover {
    margin: 0px !important;
  }

#cart .cart-box {
  box-shadow: 0 1px 1px 0 rgba(92, 92, 92, 0.14), 0 1px 1px -2px rgba(92, 92, 92, 0.2), 0 1px 3px 0 rgba(92, 92, 92, 0.12);
  border: solid 1px #333333;
  border-radius: 0px;
  display: inline-block;
  background-color: #fff;
  color: rgba(0,0,0, 0.87);
  padding: 0px 0px 10px 0px;
}

.cart-box h4 {
  font-size: 1.3em !important;
  color: #555 !important;
}

.cart-box .cart-heading h4 {
  color: #000000 !important;
}

/* .cart-box .cart-heading{ //Need to check with Kelly - duplicate class 
    background-color: #08447f;
    margin-bottom: 10px;
} */

.cart-box .cart-item h4 {
  font-size: 13px !important;
  margin: 0;
}

.event-price {
  font-size: 16px;
  margin-top: 12px;
}

.merch-price {
  font-size: 16px;
  margin-top: 0px;
}

.event-tile h2 span, .donation-tile h2 span, .voucher-tile h2 span, .merch-tile h2 span, .deal-tile h2 span {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #d75452;
  font-size: 13px;
  padding: 6px;
  border-radius: 1px;
  font-weight: 600;
}

  .event-tile h2 span.badge.featured,
  .donation-tile h2 span.badge.featured,
  .voucher-tile h2 span.badge.featured,
  .merch-tile h2 span.badge.featured,
  .deal-tile h2 span.badge.featured {
    position: absolute;
    left: unset;
    right: 0px;
    top: 0px;
    background: #ff7314;
    font-size: 13px;
    padding: 6px;
    border-radius: 1px;
    font-weight: 600;
    text-transform: uppercase;
  }

a.btn-favourite {
  background-color: rgb(58, 153, 216, 0.65);
}

.btn-favourite {
  position: absolute;
  right: 10px;
  top: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}

a.btn-favourite2 {
  background-color: rgb(255, 152, 0, 0.65);
}

.btn-favourite2 {
  position: absolute;
  right: 50px;
  top: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}

.table .btn-favourite2 {
  right: 40px;
}

.table a.btn-favourite {
  background-color: rgb(58, 153, 216, 0.8);
}

.table a.btn-favourite2 {
  background-color: rgb(255, 152, 0, 0.8);
}



a.btn-favourite2:hover {
  color: #563400;
}

.cal-box {
  border: solid 1px #eee;
  text-align: center;
  width: 55px;
  margin-right: 10px;
}

.cal-box-m {
  background: #d75452;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.cal-box-d {
  font-size: 23px;
  line-height: initial;
}

.cal-box-y {
  font-size: 12px;
}

#vouchertile-page section,
#dealtile-page section,
#merchtile-page section,
#dontile-page section {
  overflow: visible;
  max-width: 400px;
  margin: 1em auto;
  /* border: solid 2px #f2f2f2; */
  /* position: relative; */
}

  #vouchertile-page section:hover,
  #dealtile-page section:hover,
  #merchtile-page section:hover,
  #dontile-page section:hover {
    /* border: solid 2px #FF7314; */
    z-index: 1;
  }

.eventPreview ul {
  display: block;
  list-style-type: disc;
  padding: revert;
  line-height: unset;
  font: unset;
}

.eventPreview li {
  display: list-item;
  float: none;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
}

li {
  float: left;
  padding-top: 10px;
  padding-left: 5px;
}

  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

    li a:hover {
      background-color: #111;
    }

.modal-md {
  width: 700px;
}

/* START = ONLINE NEW STYLES Steve
-------------------------------------------------------------------------------------- */
/* Tickholder info */
#ticketholder-popup-sales .table-responsive, .table-responsive-cal {
  overflow-x: auto;
  overflow-y: hidden;
}

#ticketholder-popup-sales .table {
  min-width: 1000px;
}


/* Sticky ticket selection for Event Detail page  */
.sticky-ticket-selection {
  position: sticky;
  bottom: 10px;
  padding: 0px 15px 0px;
  z-index: 2;
  background-color: rgba(255,255,255,0.8);
}

/* Finalise order new style */
div#paypal-checkout-btn {
  width: 50% !important;
  margin-right: 0px !important;
  float: none !important;
}
/* Finalise order new style */

/* Promo code new style */
div.promo-container {
  width: 440px;
  max-width: 440px;
  margin: 0px auto 40px;
}
/* Promo code new style */

/* Side menu desgin */
#mySidenav div.sidenav-fix {
  overflow: visible;
  width: 250px;
  padding: 0px 15px;
}

  #mySidenav div.sidenav-fix a {
    padding-left: 0px;
    border-bottom: 1px dashed #f1f1f1;
    padding: 10px 0px;
    color: #555;
  }
/* Side menu desgin */

/* Event detailsession buttons fix */
.date-list .col-sm-6.margin-bottom-10:nth-child(odd) {
  clear: both;
}

/* Calendar fix = questionnaire */
div#onlineListingPage .bs-datepicker {
  top: -200px;
}

/* POP UP box styling */

#cancelModelBaseComponent .btn.btn-warning,
#cancelModelBaseComponent .btn.btn-warning:hover,
#cancelModelBaseComponent .btn.btn-warning:active,
#cancelModelBaseComponent .btn.btn-warning:focus {
  border: 1px solid #333 !important;
  color: #333;
  background-color: #ffffff !important;
  margin: 0px !important;
}

#cancelModelBaseComponent .btn.btn-success {
  border: 1px solid #d75452 !important;
  background-color: #d75452 !important;
}

  #cancelModelBaseComponent .btn.btn-success:hover,
  #cancelModelBaseComponent .btn.btn-success:active,
  #cancelModelBaseComponent .btn.btn-success:focus {
    border: 1px solid #CC3300 !important;
    background-color: #CC3300 !important;
  }

#cancelModelBaseComponent h5,
#cancelModalBase h5 {
  margin-bottom: 20px !important;
  font-size: 1.4em !important;
}

/* POP UP box styling */

/* New INPUT styling */

/* div#front-end-sales .form-group, 
div.row.sign-up-front-end .form-group, 
div#change-password .form-group, 
div.customer-info .form-group {
  padding-bottom: 35px;
}

div#finalise-order-design .form-group label.control-label,
div#front-end-sales .form-group label.control-label, 
div.row.sign-up-front-end .form-group label.control-label, 
div#change-password .form-group label.control-label, 
div.customer-info .form-group label.control-label {
  font-size: 18px;
  color: #999;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  transition: 0.3s ease all;
  top: 5px !important;
  left: 0px;
  will-change: left, top, contents;
}

div#front-end-sales .form-group label.col-sm-12.no-padding.control-label, 
div.row.sign-up-front-end .form-group label.col-sm-12.no-padding.control-label, 
div#change-password .form-group label.col-sm-12.no-padding.control-label, 
div.customer-info .form-group label.col-sm-12.no-padding.control-label {
  left: 15px;
}

div#front-end-sales .form-group.is-empty label.control-label, 
div.row.sign-up-front-end .form-group.is-empty label.control-label, 
div#change-password .form-group.is-empty label.control-label, 
div.customer-info .form-group.is-empty label.control-label {
  top: 5px !important;
}

div#front-end-sales .form-group:not(.is-empty) label.control-label, 
div.row.sign-up-front-end .form-group:not(.is-empty) label.control-label, 
div#change-password .form-group:not(.is-empty) label.control-label, 
div.customer-info .form-group:not(.is-empty) label.control-label,
div#front-end-sales .form-group.is-focused label.control-label, 
div.row.sign-up-front-end .form-group.is-focused label.control-label, 
div#change-password .form-group.is-focused label.control-label, 
div.customer-info .form-group.is-focused label.control-label {
  top: -22px !important;
  font-size: 14px;
}

div#finalise-order-design .form-group .form-control, 
div.row.sign-up-front-end .form-group .form-control, 
div#change-password .form-group .form-control, 
#login-screen .form-group .form-control, 
div.customer-info .form-group .form-control, 
div#front-end-sales .form-group .form-control, 
div#search-filter .input-group.cus-search .form-control {
  font-size: 18px;
  background-color: unset;
  border: none !important;
  border-bottom: solid 1px #cccccc !important;
  padding-left: 0px;
}

div#finalise-order-design .form-group .form-control:focus, 
div.row.sign-up-front-end .form-group .form-control:focus, 
div#change-password .form-group .form-control:focus, 
#login-screen .form-group .form-control:focus, 
div.customer-info .form-group .form-control:focus, 
div#front-end-sales .form-group .form-control:focus, 
div#search-filter .input-group.cus-search .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: solid 1px #ffbf93 !important;
}

div.row.sign-up-front-end .form-group .form-control::placeholder, 
div#change-password .form-group .form-control::placeholder, 
#login-screen .form-group .form-control::placeholder, 
div.customer-info .form-group .form-control::placeholder {
  font-size: 18px;
}

div#finalise-order-design .ts-drop-selected-item, 
div#front-end-sales .ts-drop-selected-item, 
div.row.sign-up-front-end .ts-drop-selected-item, 
div#change-password .ts-drop-selected-item, 
div.customer-info .ts-drop-selected-item  {
  border: none !important;
  border-bottom: solid 1px #cccccc !important;
}

div#finalise-order-design .ts-drop-selected-item .form-control, 
div#front-end-sales .ts-drop-selected-item .form-control, 
div.row.sign-up-front-end .ts-drop-selected-item .form-control, 
div#change-password .ts-drop-selected-item .form-control, 
div.customer-info .ts-drop-selected-item .form-control {
  border: none !important;
}

div#front-end-sales .customerfield-text-danger {
    position: absolute;
    top: 50px !important;
    padding-top: 0px;
} */

/*----------------------------------------------------*/

/* div#finalise-order-design  */
.form-group {
  padding-bottom: 20px;
}

  .form-group label.col-sm-12.no-padding.control-label {
    left: 15px;
  }

  .form-group label.control-label {
    color: #999;
    font-weight: 300;
    position: absolute;
    pointer-events: none;
    transition: 0.3s ease all;
    will-change: left, top, contents;
  }

  .form-group label.control-label,
  .form-group.is-focused label.control-label,
  .form-group.is-empty.has-error label.control-label {
    top: -22px !important;
    left: 0px;
    font-size: 12px;
  }

  .form-group.is-empty.country-dropdown label.control-label {
    top: -22px !important;
    font-size: 12px;
  }

  .form-group.is-empty label.control-label {
    top: 5px !important;
    left: 0px;
    font-size: 18px;
  }

  .form-group .form-control {
    font-size: 18px;
    background-color: unset !important;
    border: none; /*!important;*/
    border-bottom: solid 1px #cccccc; /*!important;*/
    padding-left: 0px;
  }

    .form-group .form-control:focus {
      box-shadow: none;
      border: none; /*!important;*/
      border-bottom: solid 1px #ffbf93; /*!important;*/
    }

    .form-group .form-control::placeholder {
      font-size: 18px;
    }

.ts-drop-selected-item {
  border: none !important;
  border-bottom: solid 1px #cccccc !important;
}

  .ts-drop-selected-item .form-control {
    border: none !important;
  }

.customerfield-text-danger {
  position: absolute;
  top: 49px !important;
  padding-top: 0px;
  font-size: 12px;
}

p.customerfield-text-danger.fix {
  top: 100px !important;
}

.item-selection.form-control,
.item-selection.form-control:focus {
  border-bottom: none !important;
}

/* div.form-group.clear.col-lg-4.col-md-4.col-sm-4.col-xs-4 div.dropdown button.form-control {*/  /*mobile change*/
  /*border-right: 1px solid #cccccc !important;*/
  /*border-bottom: unset;
}*/

div.form-group.clear.col-lg-4.col-md-4.col-sm-4.col-xs-4 div.dropdown button.form-control {
  border-right: 1px solid #cccccc !important;
 
}

div.form-group.col-lg-8.col-md-8.col-sm-8.col-xs-8 input.form-control {
  /*padding-left: 15px !important;*/
  padding-left: 17px !important;
}

.form-group p.input-fix {
  font-size: 12px;
  color: #999999;
  margin: 0px;
}

div.membership-label label.col-sm-12.no-padding.control-label.ng-star-inserted {
  left: 0px !important;
  top: -22px !important;
  font-size: 12px;
}

.input-overide {
  border: 1px solid #ccc !important;
  padding: 5px 10px !important
}

/*----------------------------------------------------*/

/* New INPUT styling */

div#divAddressNotFound {
  margin-top: 2px;
}

/* Search filter drop down */
div#search-filter span.selected-container-item {
  border: none !important;
}

div#search-filter div#ts-drop {
  border: solid 1px #dfe8f1;
}

/* IE alert */
.ie-alert {
  background-color: #000000 !important;
  padding: 0px 10% 10px !important;
  z-index: 9999 !important;
}

  .ie-alert h3 {
    color: #ffffff !important;
    font-weight: 600 !important;
  }

    .ie-alert h3 a {
      color: #ffffff !important;
      text-decoration: underline !important;
      cursor: pointer !important;
    }


/* Calendar dot centre fix */
.date {
  padding-top: 2px;
  /* right: 42%; */
  /* position: relative; */
  /* text-align: center; */
}

tr.calendar-week td {
  text-align: center;
  width: 64px !important;
  position: relative;
}

/* Sales membership details fields for multiple members = force to 100% */
div#member-detail-fields div.col-sm-6 {
  width: 100%;
  padding: 0px;
}

h4.warning {
  margin: 50px 100px;
  font-size: 22px !important;
  font-weight: 500 !important;
  text-align: center;
}

/* CK editor styles */
#onlineListingPage #ck-editor .text-highlight li a,
#onlineListingPage #ck-editor .text-description li a,
#onlineListingPage #donationfield li a {
  background-color: transparent;
  text-align: inherit;
  padding: 0px;
}



.ck-editor,
.ck-editor p,
.ck-editor a,
.ck-editor div,
.ck-editor span {
  line-height: unset;
  word-break: break-word !important;
}

  .ck-editor a,
  .ck-editor a:hover,
  .ck-editor a:active,
  .ck-editor a:focus {
    color: #0000EE;
    text-decoration: underline;
  }

  .ck-editor ul,
  .ck-editor ol {
    clear: both;
    line-height: inherit;
    margin-bottom: 10px;
    /*display: inline-block;* commentd by jitendra 1 sep */
  }

    .ck-editor ul li,
    .ck-editor ol li {
      padding: inherit;
      margin: inherit;
      float: inherit;
    }

.ck-editor-highlight ul,
.ck-editor-highlight ol {
  display: block;
}

.ck-editor-message ul,
.ck-editor-message ol,
div.swal2-content .ck-editor ul,
div.swal2-content .ck-editor ol {
  display: block;
}

.ck-editor ul {
  list-style-type: disc;
  padding-inline-start: 40px;
}

.ck-editor li {
  clear: both;
}

/* Online alert CK editor fix */

.swal2-content,
.swal2-content p,
.swal2-content a,
.swal2-content div,
.swal2-content span {
  line-height: unset;
  word-break: break-word !important;
}

  .swal2-content a,
  .swal2-content a:hover,
  .swal2-content a:active,
  .swal2-content a:focus {
    color: #0000EE;
    text-decoration: underline;
  }

  .swal2-content ul,
  .swal2-content ol {
    clear: both;
    line-height: inherit;
    margin-bottom: 10px;
    /*display: inline-block;* commentd by jitendra 1 sep */
  }

    .swal2-content ul li,
    .swal2-content ol li {
      padding: inherit;
      margin: inherit;
      float: inherit;
    }


div.swal2-content ul,
div.swal2-content ol {
  display: block;
}

.swal2-content ul {
  list-style-type: disc;
  padding-inline-start: 40px;
}

.swal2-content li {
  clear: both;
}

/* Online alert button fix */
.swal2-modal.swal2-show button {
  text-align: center;
  position: absolute;
  left: 40%;
  /* bottom: 10px; */
}

.swal2-modal {
  padding-bottom: 50px !important;
}

/* Online cross-sell rollover CK editor fix */

.popover-content,
.popover-content p,
.popover-content a,
.popover-content div,
.popover-content span {
  line-height: unset;
  word-break: break-word !important;
}

  .popover-content a,
  .popover-content a:hover,
  .popover-content a:active,
  .popover-content a:focus {
    color: #0000EE;
    text-decoration: underline;
  }

  .popover-content ul,
  .popover-content ol {
    clear: both;
    line-height: inherit;
    margin-bottom: 10px;
  }

div.popover-content ul,
div.popover-content ol {
  display: block;
}

.modal div.popover-content ul,
.modal div.popover-content ol,
.seatmap-popup div.popover-content ul,
.seatmap-popup div.popover-content ol {
  display: table;
}

.popover-content ul {
  list-style-type: disc;
  padding-inline-start: 40px;
}

.popover-content li {
  clear: both;
}

/* CK editor styles */
#onlineListingPage #ck-editor .text-highlight li a,
#onlineListingPage #ck-editor .text-description li a,
#onlineListingPage #donationfield li a {
  background-color: transparent;
  text-align: inherit;
  padding: 0px;
}

/* WAITLIST popup */
div #waitlist-popup div.col-sm-6 {
  width: 100%;
  padding: 0px;
}

div#waitlist-popup .form-group.clear.col-lg-4.col-md-4.col-sm-4.col-xs-4 {
  padding: 0px;
}

div#waitlist-popup .form-group.col-lg-8.col-md-8.col-sm-8.col-xs-8 {
  padding: 0px;
}

div#waitlist-popup label.col-sm-4.label-on-left.control-label {
  padding: 0px;
}
/* WAITLIST popup */

/* MEMBERSHIPS detail page */
ul.member-list {
  list-style: none;
  background: #fff;
  padding: 0px;
  border: solid 1px #ececec;
}

  ul.member-list li {
    display: inline-block;
    clear: both;
    border-bottom: solid 1px #e4e4e4;
    width: 100%;
    padding: 0px;
  }

    ul.member-list li a:hover {
      background-color: transparent;
    }

    ul.member-list li a {
      padding: 10px;
      color: #000;
      width: 100% !important;
      display: block;
      font-size: 14px;
      line-height: 20px;
      text-align: left;
      font-weight: 600;
    }

      ul.member-list li a span {
        font-size: 12px;
        font-weight: 200;
      }

    ul.member-list li i {
      font-size: 15px;
      color: #3a99d8;
      position: absolute;
      right: 25px;
    }

    ul.member-list li.chosen-item {
      background: #f1f1f1;
      border-left: 4px solid #333;
    }

    ul.member-list li:hover {
      background-color: #f1f1f1;
      border-left: 4px solid #333;
    }

/* ul.member-list li:last-child {
      border: none;
    } */
/* MEMBERSHIPS detail page */

.carousel-indicators li {
  float: none !important;
}

.soldoutsession {
  background: #e6e6e6;
  opacity: 0.6 !important;
  color: #999999 !important;
}

/* DEALS and DISCOUNTS */
.card-bx {
  padding: 10px;
  border: solid 1px #999999;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  min-height: 130px;
}

  /* .card-bx:hover {
  background-color: rgba(255,115,20,0.2);
} */

  .card-bx h2 {
    margin: 0px !important;
  }

  .card-bx .img-bx {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    text-align: center;
  }

    .card-bx .img-bx img {
      max-width: 100%;
      background: transparent;
    }

  .card-bx .dis-bx {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
  }

    .card-bx .dis-bx h2 {
      margin: 0px 0px 6px 0px;
      font-size: 16px;
    }

    .card-bx .dis-bx p {
      font-size: 12px;
      line-height: normal;
    }

.block-bx {
  /* background: #deefff; */
  border: 1px dashed #999;
  padding: 20px;
  height: 100%;
  clear: both;
}

  .block-bx .block-txt {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    /* border: solid 1px #ccc; */
  }

    .block-bx .block-txt:last-child {
      margin-bottom: 0px;
    }

    .block-bx .block-txt p {
      font-size: 14px;
      font-weight: normal;
      line-height: normal;
      margin-top: 10px;
    }

  .block-bx hr {
    border-top: solid 1px #08447f;
  }

hr.deals {
  margin: 15px !important;
  border: 0;
  border-top: 1px dashed #999 !important;
}

hr.dashed {
  margin: 0px 0px 15px !important;
  border: 0;
  border-top: 1px dashed #999 !important;
}

hr.multi-seat {
  margin: 10px 10px 0px !important;
  border: 0;
  border-top: 1px dashed #ccc !important;
}

.alternate-color {
  background-color: rgb(248,248,248) !important;
}

div#dealsanddiscounts-sales .subsflex-grid {
  display: grid;
  grid-template-columns: 49% 49%;
  /* grid-template-columns: repeat( auto-fit, minmax(380px,380px) ); */
  grid-template-rows: auto;
  align-content: stretch;
  grid-gap: 1em;
}

div#dealsanddiscounts-sales .subsflex-container {
  width: 100%;
  display: flex;
  position: relative;
}

  div#dealsanddiscounts-sales .subsflex-container:hover {
    background-color: rgba(255,115,20,0.2);
  }

div#dealsanddiscounts-sales .card-bx {
  padding: 10px;
  display: table;
  width: 100%;
  margin-bottom: 0px;
  border: none;
}

  div#dealsanddiscounts-sales .card-bx .img-bx {
    display: table-cell;
    vertical-align: top;
    width: 200px;
    text-align: center;
  }

div#dealsanddiscounts-sales .block-txt .img-bx {
  display: table-cell;
  vertical-align: top;
  width: 70px;
  text-align: center;
}

div#dealsanddiscounts-sales .card-bx .img-bx img {
  max-width: 100%;
  background: transparent;
}

div#dealsanddiscounts-sales .card-bx .dis-bx {
  display: block;
  padding: 0px 10px;
  vertical-align: top;
}

div#dealsanddiscounts-sales .card-bx .btn-bx {
  display: block;
  padding: 0px 10px;
  /* position: absolute; */
  bottom: 10px;
}

div#dealsanddiscounts-sales .card-bx .dis-bx h2 {
  margin: 0px 0px 6px 0px;
  font-size: 16px;
}

div#dealsanddiscounts-sales .card-bx .dis-bx p {
  font-size: 12px;
  line-height: normal;
}

div#dealsanddiscounts-sales .block-bx {
  padding: 0px;
  margin-bottom: 10px;
  background: #393939;
  border: none;
  color: #ffffff;
}

  div#dealsanddiscounts-sales .block-bx p {
    padding: 0px 10px;
  }

div#dealsanddiscounts-sales .dis-bx {
  display: table-cell;
  padding: 0px 10px;
  vertical-align: middle;
  text-align: left;
  word-break: break-word;
}

div#dealsanddiscounts-sales .block-bx .header-light {
  background-color: #dedede;
  text-align: center;
  padding: 15px 0px;
  position: relative;
  /* border-bottom: 1px dashed #999; */
  margin-bottom: 10px;
}

div#dealsanddiscounts-sales .block-bx .card-bx {
  background: #fff;
  position: relative;
  /* margin: 15px; */
}

div#dealsanddiscounts-sales .cart-mini-close {
  font-weight: 500;
  font-size: 23px;
  position: absolute;
  right: 8px;
  color: #000000 !important;
  top: 10px;
}

div#dealsanddiscounts-sales .block-bx .header-light h3 {
  color: #000;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin: 0px !important;
}

div#dealsanddiscounts-sales .block-bx .header-light .js-item-counter {
  /* position: absolute;
  right: 15px; */
  background: #393939;
  color: #fff;
  font-size: 18px;
  /* top: 12px; */
  padding: 5px;
  height: 35px;
  width: 35px;
  display: inline-block;
  line-height: 24px;
  border-radius: 10px;
}

div#dealsanddiscounts-sales .block-bx .block-txt {
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

  div#dealsanddiscounts-sales .block-bx .block-txt p {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-top: 10px;
  }

div#dealsanddiscounts-sales .block-bx hr {
  border-top: solid 1px #08447f;
}

div#dealsanddiscounts-sales p.js-selection-item-placeholder {
  text-align: center;
  font-weight: 300;
  margin: 0px;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}

div#dealsanddiscounts-checkout .panel .panel-heading i:hover {
  color: #FF7314 !important;
}

div#dealsanddiscounts-checkout .card-bx {
  display: table;
  padding: 10px;
  min-height: unset;
  border: none;
  background-color: #dedede;
  margin-bottom: 10px !important;
}

  div#dealsanddiscounts-checkout .card-bx .table {
    border: none;
  }

  /* div#subpackagescheckout .card-bx:hover {
    background-color: unset;
    } */

  div#dealsanddiscounts-checkout .card-bx .container {
    background-color: #ffffff;
    padding: 10px 0px;
  }

  div#dealsanddiscounts-checkout .card-bx .img-bx {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    width: auto;
  }

    div#dealsanddiscounts-checkout .card-bx .img-bx img {
      background: transparent;
    }

  div#dealsanddiscounts-checkout .card-bx .dis-bx {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
  }

    div#dealsanddiscounts-checkout .card-bx .dis-bx h2 {
      font-size: 16px;
    }

    div#dealsanddiscounts-checkout .card-bx .dis-bx h5 {
      margin: 0px 0px 5px 0px;
    }

    div#dealsanddiscounts-checkout .card-bx .dis-bx p {
      font-size: 12px;
      line-height: normal;
    }


div#dealsanddiscounts-checkout .card-bx-full .btn-bx {
  /*display: table-cell;
    vertical-align: middle;*/
  text-align: right;
}

  div#dealsanddiscounts-checkout .card-bx-full .btn-bx a {
    min-width: 200px;
  }

div#dealsanddiscounts-checkout .close {
  color: #000;
  font-size: 15px !important;
}

div#dealsanddiscounts-checkout .alternate-color {
  background-color: rgb(248,248,248) !important;
}

div#dealsanddiscounts-checkout a.expand-tickets {
  position: absolute;
  bottom: 0px;
  right: 15px;
}

/* DEALS and DISCOUNTS */

/* SUBS and PACKAGES master style */
div#subpackagesdetail tree-select span.form-control.selected-container-text,
div#subpackagescheckout-popup tree-select span.form-control.selected-container-text {
  border: solid 1px #dfe8f1;
  /* background: transparent; */
  padding-top: 8px;
  border-radius: 0px !important;
}

div#subpackagesdetail tree-select div.ts-drop-selected-item,
div#subpackagescheckout-popup tree-select div.ts-drop-selected-item {
  background-color: transparent !important;
  border: 1px solid rgb(222, 222, 222) !important;
  height: unset !important;
}

div#subpackagesdetail tree-select span.ui-select-placeholder,
div#subpackagescheckout-popup tree-select span.ui-select-placeholder {
  vertical-align: text-bottom;
  position: unset;
}

div#subpackagesdetail tree-select .dropdown.open .dropdown-menu,
div#subpackagescheckout-popup tree-select .dropdown.open .dropdown-menu {
  opacity: 1 !important;
  padding-top: 0px;
}

a.delete-package {
  position: absolute;
  right: 0px;
  letter-spacing: 0.75px;
  color: #ff7315 !important;
  text-decoration: underline;
}

h5.package-title {
  text-align: left;
  margin-top: 30px !important;
}

/* SUBS and PACKAGES flex plan */
div#subpackagesflexplan .subsflex-grid {
  display: grid;
  grid-template-columns: 49% 49%;
  /* grid-template-columns: repeat( auto-fit, minmax(380px,380px) ); */
  grid-template-rows: auto;
  align-content: stretch;
  grid-gap: 1em;
}

div#subpackagesflexplan .subsflex-container {
  width: 100%;
  display: flex;
  position: relative;
}

  div#subpackagesflexplan .subsflex-container:hover {
    background-color: rgba(255,115,20,0.2);
  }

div#subpackagesflexplan .card-bx {
  padding: 10px;
  display: table;
  width: 100%;
  margin-bottom: 0px;
  border: none;
}

  div#subpackagesflexplan .card-bx .img-bx {
    display: table-cell;
    vertical-align: top;
    width: 200px;
    text-align: center;
  }

div#subpackagesflexplan .block-txt .img-bx {
  display: table-cell;
  vertical-align: top;
  width: 70px;
  text-align: center;
}

div#subpackagesflexplan .card-bx .img-bx img {
  max-width: 100%;
  background: transparent;
}

div#subpackagesflexplan .card-bx .dis-bx {
  display: block;
  padding: 0px 10px;
  vertical-align: top;
}

div#subpackagesflexplan .card-bx .btn-bx {
  display: block;
  padding: 0px 10px;
  position: absolute;
  bottom: 10px;
}

div#subpackagesflexplan .card-bx .dis-bx h2 {
  margin: 0px 0px 6px 0px;
  font-size: 16px;
}

div#subpackagesflexplan .card-bx .dis-bx p {
  font-size: 12px;
  line-height: normal;
}

div#subpackagesflexplan .block-bx {
  padding: 0px;
  margin-bottom: 10px;
  background: #393939;
  border: none;
}

div#subpackagesflexplan .dis-bx {
  display: table-cell;
  padding: 0px 10px;
  vertical-align: middle;
  text-align: left;
}

div#subpackagesflexplan .block-bx .header-light {
  background-color: #dedede;
  text-align: center;
  padding: 15px 0px;
  position: relative;
  /* border-bottom: 1px dashed #999; */
  margin-bottom: 10px;
}

div#subpackagesflexplan .block-bx .card-bx {
  background: #fff;
  position: relative;
  /* margin: 15px; */
}

div#subpackagesflexplan .cart-mini-close {
  font-weight: 500;
  font-size: 23px;
  position: absolute;
  right: 8px;
  color: #000000 !important;
  top: 10px;
}

div#subpackagesflexplan .block-bx .header-light h3 {
  color: #000;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin: 0px !important;
}

div#subpackagesflexplan .block-bx .header-light .js-item-counter {
  /* position: absolute;
  right: 15px; */
  background: #393939;
  color: #fff;
  font-size: 18px;
  /* top: 12px; */
  padding: 5px;
  height: 35px;
  width: 35px;
  display: inline-block;
  line-height: 24px;
  border-radius: 10px;
}

div#subpackagesflexplan .block-bx .block-txt {
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

  div#subpackagesflexplan .block-bx .block-txt p {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-top: 10px;
  }

div#subpackagesflexplan .block-bx hr {
  border-top: solid 1px #08447f;
}

div#subpackagesflexplan p.js-selection-item-placeholder {
  text-align: center;
  font-weight: 300;
  margin: 0px;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}

.subsflex-container h5.deals-title {
  word-break: break-all;
}

/* SUBS and PACKAGES checkout */
div#subpackagescheckout .panel .panel-heading i:hover {
  color: #FF7314 !important;
}

div#subpackagescheckout .card-bx {
  display: table;
  padding: 10px;
  min-height: unset;
  border: none;
  background-color: #dedede;
}

  div#subpackagescheckout .card-bx .table {
    border: none;
  }

  /* div#subpackagescheckout .card-bx:hover {
  background-color: unset;
  } */

  div#subpackagescheckout .card-bx .container {
    background-color: #ffffff;
    padding: 10px 0px;
  }

  div#subpackagescheckout .card-bx .img-bx {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    width: auto;
  }

    div#subpackagescheckout .card-bx .img-bx img {
      background: transparent;
    }

  div#subpackagescheckout .card-bx .dis-bx {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
  }

    div#subpackagescheckout .card-bx .dis-bx h2 {
      font-size: 16px;
    }

    div#subpackagescheckout .card-bx .dis-bx h5 {
      margin: 0px 0px 5px 0px;
    }

    div#subpackagescheckout .card-bx .dis-bx p {
      font-size: 12px;
      line-height: normal;
    }


div#subpackagescheckout .card-bx-full .btn-bx {
  /*display: table-cell;
  vertical-align: middle;*/
  text-align: right;
}

  div#subpackagescheckout .card-bx-full .btn-bx a {
    min-width: 200px;
  }

div#subpackagescheckout .close {
  color: #000;
  font-size: 15px !important;
}

div#subpackagescheckout .alternate-color {
  background-color: rgb(248,248,248) !important;
}

div#subpackagescheckout a.expand-tickets {
  position: absolute;
  bottom: 0px;
  right: 15px;
}

/* SUBS and PACKAGES seatmap */
div#subpackagesseatmap div.tab-content {
  border: 1px solid #000;
}

div#subpackagesseatmap ul.nav.nav-tabs {
  background-color: #f1f1f1;
  margin-bottom: 10px !important;
}

  div#subpackagesseatmap ul.nav.nav-tabs li {
    padding: 0px;
    width: 50%;
  }

div#subpackagesseatmap ul.nav-tabs > li > a {
  color: #ffffff !important;
}

div#subpackagesseatmap div#key-filter {
  position: absolute;
  background-color: rgba(255,255,255, 0.9);
  right: 0;
  z-index: 1;
  width: unset;
  height: auto;
  text-align: center;
  padding: 10px;
}

/* SUBS and PACKAGES master style */

section.sold-out-event:hover {
  z-index: 9999;
}

/* SEAT MAP KEY and FILTER PRICE */
div#key-filter {
  position: absolute;
  background-color: rgba(255,255,255, 0.9);
  right: 0;
  z-index: 1;
  width: unset;
  height: auto;
  text-align: center;
  padding: 10px;
}

div#pricelevel-filter {
  width: 400px;
  margin: 0px auto;
}

p.venue-seatmap {
  margin: 5px 0px 20px;
  font-size: 16px;
}

/* SEAT MAP click popup */
.seat-map-popup {
  padding: 0px;
  background-color: #e6e6e6;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
}

.seat-map-tickettype {
  border-bottom: 1px dashed #e6e6e6;
  padding: 5px 0px;
}

.seat-map-image-container {
  overflow: hidden;
  max-height: 200px;
  background-color: #000;
  text-align: center;
}

  .seat-map-image-container img {
    height: 200px;
    object-fit: fill;
    width: auto;
  }

.border-right {
  border-right: 1px solid #cccccc;
  padding: 5px 0px;
}

.border-bottom {
  background-color: #cccccc;
  padding: 13px 0px;
}

.seatmap-popup {
  margin-top: -100px;
  margin-left: -100px;
  z-index: 3;
  bottom: auto !important;
  position: absolute;
  border: solid 1px #c8c8c8;
  background-color: white;
  min-width: 300px;
  max-width: 500px;
}

div#canvas-clickpopup span.price-level {
  font-size: 10px;
}

div#canvas-clickpopup button.btn.btn-text {
  font-size: 13px !important;
}

  div#canvas-clickpopup button.btn.btn-text:hover,
  div#canvas-clickpopup button.btn.btn-text:active,
  div#canvas-clickpopup button.btn.btn-text:focus {
    color: #ffffff;
  }

div#canvas-clickpopup div.family-pass {
  margin-bottom: 5px;
  background-color: grey;
  color: white;
  text-align: center;
}

  div#canvas-clickpopup div.family-pass span {
    font-size: 13px;
    text-transform: uppercase;
  }

div#canvas-clickpopup div.ticket-type {
  line-height: 16px;
}

  div#canvas-clickpopup div.ticket-type span.ticket-type-title {
    font-size: 13px;
    font-weight: bold;
    vertical-align: sub;
  }

/* SEAT MAP KEY and FILTER PRICE */

span.form-control.selected-container-item {
  overflow: overlay;
}

/* TICKET HOLDER info = finalise order */
div#finalise-order-qtn {
  padding-bottom: 20px;
}

  div#finalise-order-qtn li {
    text-align: left;
  }

    div#finalise-order-qtn li a {
      display: block;
      color: #000000;
      text-align: center;
      padding: 14px 0px 5px;
      text-decoration: none;
    }

      div#finalise-order-qtn li a:hover {
        color: #ff7315;
        background-color: unset !important;
      }

div#ticket-details {
  padding: 20px 0px 0px;
}

  div#ticket-details .row {
    border: none !important;
  }

  div#ticket-details .col-sm-12 {
    padding: 5px;
    background-color: #f7f7f7 !important;
    margin-bottom: 15px;
    padding-bottom: 0px !important;
  }

  div#ticket-details .col-sm-6 {
    padding: 0px 30px 15px 15px;
    background-color: unset !important;
  }

    div#ticket-details .col-sm-6:nth-child(odd) {
      clear: both;
    }
/* TICKET HOLDER info = finalise order */

/* DANGER text fixes = page / element specific */
div#voucher-gift-input .text-danger {
  color: #f44336;
  position: relative;
  top: 5px;
  font-weight: 500;
  left: 0px;
  line-height: 16px;
}
/* DANGER TEXT */
/* EVENT CALENDER footer */
table.table tfoot {
  background-color: #ffffff;
}
/* EVENT CALENDER footer */

/* Finalise order / Confirm order styles */
.margin-top-online {
  margin-top: 10px;
}

.col-sm-1.border-right {
  border-right: 1px solid #cccccc;
}

a.payment-gateway-error-box {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 18px;
  font-weight: 500 !important;
}

div.well.well-small p.help-text {
  font-size: 14px;
  font-weight: 500;
  padding-top: 15px !important;
}

ul#publicContactCountryDropdown li.bs-title-option.dropdown-item {
  width: 99%;
  padding-top: 0px;
  display: flex;
}

table#confirmed-total label {
  text-align: right !important;
}

.order-summary-box {
  border: 0px solid #cccccc;
  background-color: #f1f1f1;
  padding: 15px;
}

.transfer-close {
  position: absolute;
  top: -35px;
  right: 0px;
}
/* Finalise order / Confirm order styles */

div#toastmessage span {
  color: #000000 !important;
}

.continue-shopping {
  text-align: left;
}

.confirm-order-share {
  background-color: #f2f2f2;
  padding: 1px 10px 10px !important;
}

.relative {
  position: relative !important;
}

/* VENUE preview */
#venue-preview h3 {
  font-size: 26px !important;
  font-weight: 500 !important;
  text-align: center;
  padding-bottom: 20px;
}

#venue-preview {
  text-align: center;
}

  #venue-preview div.block {
    margin: 0px auto 10px;
  }

  #venue-preview .col-sm-6 {
    width: 100%;
  }
/* VENUE preview */

.saving-upsell {
  font-weight: 300;
  text-decoration: line-through;
  color: #000000 !important;
}

div#customerCollapseOne .draggableDiv {
  margin: 0px 0px 10px !important;
}

.table-new {
  border-collapse: collapse;
}

  .table-new > tbody > tr {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
  }

    .table-new > tbody > tr:last-child {
      background-color: #fff;
      border-bottom: 0px solid #e6e6e6;
    }

.subtotal-details {
  padding: 0px 16px 0px 0px;
  font-size: 16px;
  display: inline;
  position: relative;
  top: 10px;
}

div#front-end-sales {
  margin-top: -10px;
}

.filter-price {
  width: 100%;
  padding: 30px 0px 0px !important;
}

.view-key {
  width: 150px;
  padding: 10px 0px !important;
}

.promo-danger {
  position: unset;
}

/* CALENDAR Online */
.table > thead:first-child > tr:first-child > th.complex-table-b {
  border-bottom: 1px #000 solid !important;
  padding: 19px 0px !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  color: #000000; /*!important;*/
}

  .table > thead:first-child > tr:first-child > th.complex-table-b i {
    padding: 0px 20px !important;
    font-size: 30px !important;
    margin-top: -5px;
  }

.table > thead > tr.complex-table-s > th {
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  color: #999;
  padding: 16px 0px !important;
}

#complex-table .table > tfoot > tr > td {
  border-top: 1px #000 solid; /*!important;*/
}
/* CALENDAR Online */

.mobile-checkout-total {
  font-size: 16px;
  color: #000000 !important;
  position: absolute;
  right: 0px;
  top: 20px;
}

.mobile-checkout-timer {
  font-size: 13px;
  font-weight: 300;
  color: #000000 !important;
}

li.bs-title-option.dropdown-item.ng-star-inserted a {
  color: #000;
}

.onlineDropDownMobile {
  max-width: 250px;
  position: absolute;
  top: 40px;
  margin-left: 0.1em;
}

.onlineMyAccDropDownMobile {
  max-width: 250px;
  position: absolute;
  top: 40px;
  left: 0.2em;
}

.onlineDropDownCountry {
  /*max-width : 250px;*/
  width: 99%;
  position: absolute;
  top: 70px;
  margin-left: 0.1em;
}

.onlineMyAccDropDownCountry {
  max-width: 250px;
  position: absolute;
  top: 70px;
  left: -4.6em;
}


.footer-checkout {
  padding: 10px 0px 0px;
  font-size: 14px;
  width: 90%;
  margin: 0px auto;
}

/* Customer Billing & Mailing */
.section-title-line {
  /* border-top: 1px solid #000000; */
  color: #FF7314;
  font-size: 18px;
  font-weight: bold;
  /* line-height: 0; */
  padding: 20px 0px;
  text-align: left;
  margin: 10px auto;
  width: 96%;
}

  .section-title-line span {
    /*background: #fff;*/
    padding: 0px;
    font-size: 24px;
    color: #000000;
    font-weight: 400;
  }

/* COLLAPSE button */
a[aria-expanded="true"] .collapse-btn > i, a[aria-expanded="true"] .checkout-btn > i, a[aria-expanded="true"] .promo-btn > i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(00deg);
  transform: rotate(90deg);
}

.collapse-btn i, .checkout-btn i {
  position: absolute !important;
  right: 10px;
  top: 16px !important;
  font-size: 30px !important;
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}
/* COLLAPSE button */

#sales-list {
  /*padding: 50px 0px 0px 0px;*/
}

hr {
  padding: 0px !important;
  margin: 5px 0px !important;
  color: #cccccc !important;
}

#menu-container {
  padding: 0px;
}

  #menu-container li {
    padding: 1em 0px 1em 0px;
    margin: 0px 30px 0px 0px;
    box-sizing: border-box !important;
    height: 72px;
  }

    #menu-container li.active {
      border-bottom: 2px solid #000000;
    }

.menu-mobile {
  padding: 20px 15px;
}

.alert-container {
  background: #ffe3d0;
  margin: 0px !important;
  z-index: 99;
  position: relative;
}

.custom_alert {
  background: #ffffff !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ccc;
  color: #000 !important;
  font-size: 16px;
  padding: 15px 0px;
  font-weight: 300 !important;
  z-index: 0;
  width: 100%;
}

  .custom_alert button.close {
    color: #000;
    font-size: 27px !important;
    top: -4px;
    font-weight: 400;
    right: 0px;
  }

.btn.btn-black {
  background: #333;
  color: #fff;
}

.finalise-order table.table-bg {
  background-color: unset;
}

.finalise-order {
  background-color: #f2f2f2;
  padding-right: 30px;
}

.shadow {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5) !important;
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5) !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5) !important;
}

.item-selection {
  border: 0px !important;
  font-weight: 400 !important;
  font-size: 24px;
  padding: 0px !important;
  background-color: unset !important;
  position: absolute;
  top: -12px;
}

#ticket-select .table tr td.tt.ticket-table-padding {
  padding: 16px 10px 12px 10px !important;
}

.table-text-align {
  vertical-align: sub;
}

button.btn i.material-icons.big-icon,
a.btn i.material-icons.big-icon {
  font-size: 40px !important;
  color: #999999;
  position: relative;
  top: 0px;
}


  button.btn i.material-icons.big-icon:hover, button.btn i.material-icons.big-icon:active, button.btn i.material-icons.big-icon:focus,
  a.btn i.material-icons.big-icon:hover, a.btn i.material-icons.big-icon:active, a.btn i.material-icons.big-icon:focus {
    color: #ff7314;
  }

/* Event details */
.text-description {
  font-size: 1em;
  line-height: unset;
  text-align: left;
}

.text-highlight {
  font-size: 1em;
  line-height: initial;
  text-align: left;
}

  .text-description a,
  .text-description a:hover,
  .text-description a:active,
  .text-description a:focus,
  .text-highlight a,
  .text-highlight a:hover,
  .text-highlight a:active,
  .text-highlight a:focus {
    text-decoration: underline;
  }


  .text-description ul,
  .text-description ol,
  .text-highlight ul,
  .text-highlight ol {
    clear: both;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: unset;
  }

  .text-description ul,
  .text-highlight ul {
    list-style-type: disc;
    padding-inline-start: 40px;
  }

  .text-description li,
  .text-highlight li {
    clear: both;
    padding: unset;
    float: none;
  }

.details-calendar-table {
  width: 450px;
}

  .details-calendar-table table > tfoot {
    background-color: transparent;
  }

div#front-end-sales .table-new > tbody > tr,
div#front-end-sales .table-new > tbody > tr:last-child {
  background-color: transparent;
}

/* NEW ACCORDIAN menu = Ticket-selection */
div#ticket-select-menu,
div#seatmap-select-menu1,
div#seatmap-select-menu2 {
  background-color: #ff7314;
  margin: 15px 0px 0px 0px !important;
}

  div#ticket-select-menu .panel .panel-heading:hover, div#ticket-select-menu .panel .panel-heading:active, div#ticket-select-menu .panel .panel-heading:focus,
  div#seatmap-select-menu1 .panel .panel-heading:hover, div#seatmap-select-menu1 .panel .panel-heading:active, div#seatmap-select-menu1 .panel .panel-heading:focus,
  div#seatmap-select-menu2 .panel .panel-heading:hover, div#seatmap-select-menu2 .panel .panel-heading:active, div#seatmap-select-menu2 .panel .panel-heading:focus {
    background-color: #ff7314;
  }

  div#ticket-select-menu h5.panel-title,
  div#seatmap-select-menu1 h5.panel-title,
  div#seatmap-select-menu2 h5.panel-title {
    font-size: 16px !important;
    text-transform: capitalize;
    color: #ffffff;
    padding: 12px 16px !important;
    text-align: left;
  }

  div#ticket-select-menu .panel .panel-heading:hover h5, div#ticket-select-menu .panel .panel-heading:hover .material-icons,
  div#seatmap-select-menu1 .panel .panel-heading:hover h5, div#seatmap-select-menu1 .panel .panel-heading:hover .material-icons,
  div#seatmap-select-menu2 .panel .panel-heading:hover h5, div#seatmap-select-menu2 .panel .panel-heading:hover .material-icons {
    color: #fff !important;
  }

  div#ticket-select-menu .panel .panel-heading a[aria-expanded="true"] .panel-title,
  div#seatmap-select-menu1 .panel .panel-heading a[aria-expanded="true"] .panel-title,
  div#seatmap-select-menu2 .panel .panel-heading a[aria-expanded="true"] .panel-title {
    background-color: #ff7314;
    color: #ffffff !important;
    border-radius: 8px 8px 0px 0px !important;
    -moz-border-radius: 8px 8px 0px 0px !important;
    -webkit-border-radius: 8px 8px 0px 0px !important;
  }

  div#ticket-select-menu .panel .panel-body,
  div#seatmap-select-menu1 .panel .panel-body,
  div#seatmap-select-menu2 .panel .panel-body {
    border-radius: 0px 0px 8px 8px !important;
    -moz-border-radius: 0px 0px 8px 8px !important;
    -webkit-border-radius: 0px 0px 8px 8px !important;
  }

  div#ticket-select-menu .panel .panel-heading .panel-title .material-icons,
  div#seatmap-select-menu1 .panel .panel-heading .panel-title .material-icons,
  div#seatmap-select-menu2 .panel .panel-heading .panel-title .material-icons {
    font-size: 40px;
    color: #999999;
  }

  div#ticket-select-menu .panel .panel-heading a[aria-expanded="true"] .panel-title .material-icons,
  div#seatmap-select-menu1 .panel .panel-heading a[aria-expanded="true"] .panel-title .material-icons,
  div#seatmap-select-menu2 .panel .panel-heading a[aria-expanded="true"] .panel-title .material-icons {
    color: #ffffff !important;
  }

  div#ticket-select-menu .panel .panel-heading .material-icons.heading-icons,
  div#seatmap-select-menu1 .panel .panel-heading .material-icons.heading-icons,
  div#seatmap-select-menu2 .panel .panel-heading .material-icons.heading-icons {
    padding: 12px;
    font-size: 40px;
    color: rgba(0,0,0,0.2);
  }

  div#ticket-select-menu .panel .panel-heading a[aria-expanded="true"] .material-icons.heading-icons,
  div#seatmap-select-menu1 .panel .panel-heading a[aria-expanded="true"] .material-icons.heading-icons,
  div#seatmap-select-menu2 .panel .panel-heading a[aria-expanded="true"] .material-icons.heading-icons {
    color: rgba(255,255,255,0.4) !important;
  }

hr.line-break-details {
  margin: 20px 0px !important;
  border: 0;
  border-top: 1px solid #000;
}

hr.line-break-upsell {
  margin: 36px 0px 20px !important;
  border: 0;
  border-top: 1px solid #000;
}

hr.line-break-checkout {
  margin: 20px 0px !important;
  border: 0;
  border-top: 1px solid #ccc;
}

hr.line-break-checkout-input {
  width: 95%;
  /* margin: 30px auto !important; */
  border: 0;
  /* border-top: 1px solid #000000; */
}

div#imgCarousel {
  /*max-height: 400px;*/
  overflow: hidden;
}

.text-grey {
  color: #666666 !important;
}

.details-buy-now {
  padding-top: 40px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 10px solid rgba(0,0,0,0);
  height: 62px;
}

.details-view-select {
  background-color: #e6e6e6;
  width: 100%;
  border: 0px solid #ff7314 !important;
  margin: 0px auto 32px;
  border-radius: 0px !important;
}

.details-view-tab {
  width: 100%;
}

button i.h1-icon.material-icons {
  color: #ffffff;
}

.price-large {
  font-size: 24px !important;
}

b, strong {
  font-weight: 600;
}

.venue-label {
  color: #151515;
}

.btn-bottom-align {
  vertical-align: bottom;
  position: absolute;
  bottom: 0px; /*-30px;*/
  right: 0px;
}

button.btn.btn-bottom-align {
  font-size: 12px;
}

.input-padding-xs {
  padding: 0px 0px 0px 10px !important;
}

#headerBanner {
  width: 100%;
  /*padding: 10px 0px 0px 0px;*/
  background-color: #e6e6e6;
  padding-bottom: 5px;
}

.header-logo {
  width: 280px;
}

/* SHOPPING CART dropdown */
.cart-dropdown {
  right: 5em;
  top: 45px;
}

/* MY DETAILS */
#fe-user-nav {
  background-color: #ffffff;
  border-right: 1px solid #ccc;
  padding: 0px;
  height: 100%;
  margin-top: 10px;
}

  #fe-user-nav .nav {
    /* background-color: #FEEBC7; */
  }

    #fe-user-nav .nav > li > a {
      padding: 6px 7px !important;
    }

  #fe-user-nav a {
    color: #fff;
  }

  #fe-user-nav .nav-container {
    padding-top: 0px;
  }

  #fe-user-nav p {
    margin-bottom: 0px;
  }

  #fe-user-nav .fe-user-cat {
    font-size: 1.15em;
    font-weight: 600;
    /* background: #FF7314; */
    color: #fff !important;
    width: 100%;
  }

    #fe-user-nav .fe-user-cat .caret {
      position: absolute;
      right: 10px;
      top: 19px;
    }

    #fe-user-nav .fe-user-cat span.fa {
      min-width: 20px;
      text-align: center;
    }

    #fe-user-nav .fe-user-cat .nav-child {
      font-size: 14px;
      font-weight: 500;
    }

      #fe-user-nav .fe-user-cat .nav-child i.material-icons {
        vertical-align: sub;
        font-size: 16px;
        padding: 0px 10px;
      }

      #fe-user-nav .fe-user-cat .nav-child .active {
        font-weight: 600;
      }

      #fe-user-nav .fe-user-cat .nav-child > li > a {
        /* padding-left: 20px !important; */
        color: #555; /*!important;*/
        border-bottom: 1px solid #f1f1f1;
        margin-top: 5px;
        font-weight: 300;
        border-left: 4px solid #ffffff;
      }

        #fe-user-nav .fe-user-cat .nav-child > li > a:active,
        #fe-user-nav .fe-user-cat .nav-child > li > a:hover {
          color: #FF7314; /*!important;*/
          font-weight: 500;
          border-left: 4px solid #666;
        }

  #fe-user-nav .nav > li > a:focus,
  #fe-user-nav .nav > li > a:hover {
    background-color: #f1f1f1;
    color: #fff;
  }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

    .sidenav a:hover {
      color: #f1f1f1;
    }

  .sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 40px;
    margin-left: 50px;
  }

@media only screen and (max-width:1600px) {
  div#subpackagesflexplan .subsflex-grid,
  div#dealsanddiscounts-sales .subsflex-grid {
    grid-template-columns: 100%;
  }
}

@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:991px) {
  .card-body input.form-control, .card-body p.text-danger {
    width: 90%;
    margin: 0px auto;
  }

  .custom_alert {
    margin: 0px auto;
    width: 94%;
  }

  .collapse-key {
    display: none;
  }

  .finalise-order {
    padding-right: 15px;
  }

  .footer-checkout {
    font-size: 12px;
  }
}

/* STEVE MOBILE DESIGN */
@media only screen and (max-width:768px) {

  /* Mobile full width buttons */
  .mobile-buttons button.btn,
  .mobile-buttons button.btn:hover,
  .mobile-buttons button.btn:active,
  .mobile-buttons button.btn:focus,
  .mobile-buttons a.btn,
  .mobile-buttons a.btn:hover,
  .mobile-buttons a.btn:active,
  .mobile-buttons a.btn:focus {
    width: 100% !important;
    margin: 5px 0px !important;
  }

    .mobile-buttons button.btn.mobile-buttons-spacing,
    .mobile-buttons button.btn:hover.mobile-buttons-spacing,
    .mobile-buttons button.btn:active.mobile-buttons-spacing,
    .mobile-buttons button.btn:focus.mobile-buttons-spacing,
    .mobile-buttons a.btn.mobile-buttons-spacing,
    .mobile-buttons a.btn:hover.mobile-buttons-spacing,
    .mobile-buttons a.btn:active.mobile-buttons-spacing,
    .mobile-buttons a.btn:focus .mobile-buttons-spacing {
      margin-top: 30px !important;
    }

  /* Mobile full width buttons */

  .subtotal-details {
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
    display: block;
  }

  .text-description,
  .text-highlight {
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: left;
  }

  .modal-dialog.modal-resize {
    margin-left: auto;
    margin-right: auto;
  }

  div#pricelevel-filter {
    width: 300px;
  }

  /* .seatmap-overlay-canvas {
    width: 100% !important;
  } */

  /* IE alert */
  .ie-alert {
    padding: 10px 10% 10px !important;
  }

    .ie-alert h3 {
      font-size: 18px !important;
    }

  h4.warning {
    margin: 50px 20px;
    font-size: 18px !important;
  }

  div#subpackagesflexplan .card-bx .btn-bx {
    display: table-footer-group;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-bottom: 5px;
  }

  div#subpackagesflexplan .card-bx .img-bx,
  div#dealsanddiscounts-sales .card-bx .img-bx {
    width: 120px;
  }

  div#subpackagescheckout .card-bx-full .btn-bx a {
    width: 100%;
  }

  .seatmap-popup {
    margin: 0px;
    top: 10% !important;
    left: 0% !important;
    min-width: unset;
    width: 100%;
  }

  div#key-filter {
    left: 0;
    right: unset;
    width: 100%;
    height: 100% !important;
  }

  div#ticket-select-menu h5.panel-title,
  div#seatmap-select-menu1 h5.panel-title,
  div#seatmap-select-menu2 h5.panel-title {
    font-size: 13px !important;
    padding: 12px 0px !important;
  }

  div.search-title {
    text-align: center !important;
  }

  .modal-md {
    width: 90%;
    margin: 0px auto;
  }

  .modal-content {
    padding: 5px !important;
  }

  .margin-top-online {
    margin-top: 0px;
  }

  .continue-shopping {
    text-align: center;
    margin-top: 10px !important;
  }

  .confirm-order-share {
    margin-top: 40px;
  }

  /*.promo-danger {
    position: absolute;
  }*/

  .promo-success {
    position: absolute;
    top: 40px;
  }

  .table > thead:first-child > tr:first-child > th.complex-table-b i {
    padding: 0px 5px !important;
  }

  .section-title-line {
    width: 92%;
  }

    .section-title-line span {
      font-size: 16px;
    }

  section {
    margin-bottom: 50px;
  }

  .event-price {
    margin-top: 0px;
    text-align: right;
  }

  #sales-list {
    padding: 30px 0px 0px 0px;
  }

  .cart-dropdown {
    right: 1em;
  }

  .details-calendar-table {
    min-width: unset;
  }

  .input-padding-xs {
    padding: 0px 0px 0px 0px !important;
  }

  #headerBanner {
    padding: 10px 0px 0px 0px;
  }

  .header-logo {
    width: 200px
  }
}

/* Calendar mobile style */
@media only screen and (max-width:500px) {
  .details-calendar-table {
    width: 340px;
  }

  .calendar-dot {
    right: 21%;
  }

  .mfieldcolor {
    background-color: #FF7314;
    width: 30px;
    height: 34px;
    margin-top: 0px;
    float: right;
    margin-bottom: 2px;
  }

  .mflagfield {
    float: right;
    margin: 9px;
    margin-top: 13px !important;
    font-size: 23px;
    width: 11px;
    height: 17px !important;
    display: inline;
    border-top: 10px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }

  #msg-check .msg-text {
    padding-left: 10px;
    display: inline-grid;
    font-size: 17px;
    font-weight: 500;
    vertical-align: inherit;
  }

  /* New promo code style */
  div.promo-container {
    width: 320px;
    max-width: 320px;
  }

  /* New promo code style */

}
/* Calendar mobile style */

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

    .sidenav a {
      font-size: 18px;
    }


  .mfieldcolor {
    background-color: #FF7314;
    width: 30px;
    height: 34px;
    margin-top: 0px;
    float: right;
    margin-bottom: 2px;
  }

  .mflagfield {
    float: right;
    margin: 9px;
    margin-top: 13px !important;
    font-size: 23px;
    width: 11px;
    height: 17px !important;
    display: inline;
    border-top: 10px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }

  #msg-check .msg-text {
    padding-left: 10px;
    display: inline-grid;
    font-size: 17px;
    font-weight: 500;
    vertical-align: inherit;
  }
}

@media only screen and (max-width:420px) {

  hr.line-break-upsell {
    margin: 36px 0px 10px !important;
  }

  .details-calendar-table {
    width: 340px;
  }

  .calendar-dot {
    right: 21%;
  }

  .form-group.is-empty label.control-label {
    font-size: 16px;
  }

  .form-group .form-control {
    font-size: 16px;
  }

    .form-group .form-control::placeholder {
      font-size: 16px;
    }

  div#paypal-checkout-btn {
    width: 100% !important;
  }

  .mfieldcolor__m {
    background-color: #FF7314;
    width: 38px;
    height: 34px;
    margin-top: 0px;
    float: right;
    margin-bottom: 2px;
  }

  .mfieldcolor {
    background-color: #FF7314;
    width: 34px;
   /* width: 30px;*/
    height: 34px;
    margin-top: 0px;
    float: right;
    margin-bottom: 2px;
  }

  .mflagfield {
    float: right;
    margin: 9px;
    margin-top: 13px !important;
    font-size: 23px;
    width: 11px;
    height: 17px !important;
    display: inline;
    border-top: 10px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #ffffff;
  }

  #msg-check .msg-text {
    padding-left: 10px;
    display: inline-grid;
    font-size: 17px;
    font-weight: 500;
    vertical-align: inherit;
  }
}

@media screen and (max-width: 350px) {

  table > thead > tr > th {
    min-width: 40px !important;
  }

  .mfieldcolor {
    background-color: #FF7314;
    width: 30px;
    height: 34px;
    margin-top: 0px;
    float: right;
    margin-bottom: 2px;
  }

  .mflagfield {
    float: right;
    margin: 9px;
    margin-top: 13px !important;
    font-size: 23px;
    width: 11px;
    height: 17px !important;
    display: inline;
    border-top: 10px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #ffffff;
  }

  #msg-check .msg-text {
    padding-left: 10px;
    display: inline-grid;
    font-size: 17px;
    font-weight: 500;
    vertical-align: inherit;
  }
}

/* END = ONLINE NEW STYLES Steve
-------------------------------------------------------------------------------------- */

/*Sales screen - Grid Layout*/
@media (min-width: 620px) {
  #vouchertile-page main,
  #merchtile-page main,
  #dealtile-page main,
  #dontile-page main {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 1em;
  }

  #vouchertile-page section,
  #merchtile-page section,
  #dealtile-page section,
  #dontile-page section {
    break-inside: avoid;
    /*     max-width: 350px; */
  }
}

@media (min-width: 960px) {
  #vouchertile-page main,
  #dealtile-page main,
  #merchtile-page main,
  #dontile-page main {
    grid-template-columns: 32% 32% 32%;
  }
}

@media (min-width: 1350px) {
  #vouchertile-page main,
  #merchtile-page main,
  #dealtile-page main,
  #dontile-page main {
    grid-template-columns: 32% 32% 32%;
    ;
  }
}

#vouchertile-page .section-img,
#merchtile-page .section-img,
#dealtile-page .section-img,
#dontile-page .section-img {
  display: block;
  margin: 0 auto;
}

.voucher-tile button,
.merch-tile button,
.deal-tile button,
.donation-tile button {
  width: 100% !important;
}

th.upperCase {
  font-size: 15px !important;
}








/* in-flight clone */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  pointer-events: none;
}
/* high-performance display:none; helper */
.gu-hide {
  left: -9999px !important;
}
/* added to mirrorContainer (default = body) while dragging */
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
/* added to the source element while its mirror is dragged */
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}



#upsell-tile .img-responsive {
  max-height: 180px;
  overflow: hidden;
}

/*.upsell-msg{
    background-color:#dfe8f1;
    
}*/

.timer-cus {
  margin: 0px !important;
}

.tableLink {
  display: inline-block;
  margin-bottom: 10px;
}

.radio input[type=radio] {
  opacity: 1;
  height: 14px;
  width: 15px;
  overflow: hidden;
}

#finalise-order-qtn .badge.badge-danger,
#finalise-order-qtn .badge.badge-success {
  padding: 3px 15px;
  text-align: center;
  text-transform: uppercase;
}

#finalise-order-qtn .badge-danger {
  background-color: rgba(244,67,54,0.2);
  border: none;
  border-radius: 4px;
}

#finalise-order-qtn .badge-success {
  border: none;
  border-radius: 4px;
  position: relative;
  top: -2px;
}

#finalise-order-qtn h6 {
  font-weight: 700 !important
}

#onlineListingPage {
  background-size: 100%;
  background-repeat: repeat-y;
}
/*.PageImg {
  background: transparent !important;
}*/
.PageImg .card.Page {
  background: transparent;
}

#menu-container li a {
  color: currentColor;
}

#menu-container ul {
  font-size: 114.3%;
}


#menu-container li a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #ff7314;
}

.Page .card, .Page a, .Page h2, .Page .venue-label, .Page .event-date, .Page ul, #menu-container li a {
  color: currentColor;
}

.page_grid_list tbody, .page_grid_list h5, .page_grid_list span, .page_grid_list small, .page_grid_list a {
  font-size: 100% !important;
  color: currentColor;
}


#sales-list .event-tile, #sales-list .voucher-tile, #sales-list .merch-tile, #sales-list .deal-tile, #sales-list .donation-tile {
  /*margin-bottom: 15px;*/
  background: #fff;
}

.event-tile-details, .voucher-tile-details, .merch-tile-details, .deal-tile-details, .donation-tile-details {
  padding: 11px;
}

#onlineListingPage .PageImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.top_logo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 136px !important;
}

  .top_logo .btn.btn-text {
    color: currentColor;
  }

.logoimg {
  height: 70px;
  background-size: 100%;
  /*min-width: 251px;*/
  max-width: 251px;
  background-repeat: no-repeat;
}

.defaultlogoimg {
  background: url('../../../assets/img/ticketsearch-logo-login.png') no-repeat;
  height: 70px;
  background-size: 100%;
  min-width: 251px;
  max-width: 251px;
  background-repeat: no-repeat;
}
/*.event-sell .carousel img{max-height:300px;}*/


.atag {
  display: contents !important;
  padding: 0px;
  text-decoration: underline;
  color: black;
  cursor: pointer;
  background-color: transparent;
}

#ticketholder-popup-sales .checkbox-radios.radio.col-sm-8 {
  width: 100%;
}

section h2 {
  word-break: break-word;
}

.styles-refundSubHeader-x7DmI {
  background-color: orangered !important;
}

.styles-refundLabel-bC2AV input:checked + span::before {
  box-shadow: inset 0 0 0 0.5em orangered !important;
}

.styles-refundFeature-u6Oz2 i {
  color: orangered !important;
}

.tp-star__canvas {
  fill: orangered !important;
}

.tp-star__canvas--half {
  fill: orangered !important;
}

.imgtwitterx {
  width: 100%;
  height: auto;
  padding-right: 3px;
  padding-top: 3px;
  display: inline-block;
}

.a2a_kit {
  display: flex;
  justify-content: center;
  margin: 20px;
}


.x-icon-cricle-gray {
  height: 47px;
  background-color: #E7E8EA;
  border-radius: 50%;
  margin-right: 10px;
  width: 50px;
  display: inline-block;
  padding: 12px !important;
}

.x-icon-square-gray {
  height: 50px;
  background-color: #E7E8EA;
  margin-right: 10px;
  width: 50px;
  display: inline-block;
  padding: 13px !important;
}

.x-icon-square-black {
  height: 50px;
  border-radius: 0%;
  margin-right: 5px;
  width: 50px;
  display: inline-block;
}


/*#headerBanner {
  width: 100%;
}*/

/* Ensure the image fills its container */
/*#headerBanner .top_logo img {
    width: 100%;
    height: auto;
    object-fit: cover;*/ /* Ensure the image covers the entire container */
/*object-position: center;*/ /* Center the image */
/*}*/




/*#onlineListingPage {
  width: 100%;*/
/* display: flex;*/
/*justify-content: center;
  align-items: center;
}

  #onlineListingPage .top_logo {
    width: 100%;
    position: relative;*/ /* Ensure positioning context for the image */
/*overflow: hidden;*/ /* Hide any overflow */
/*justify-content: center;
    align-items: center;
  }*/

/* Media query for smaller devices */




/*@media only screen and (max-width: 480px) {
    #onlineListingPage .top_logo {
      background-size: 100% auto;
      min-height: 75px !important;
    }
    #onlineListingPage .defaultlogoimg {
      min-width: 175px !important;
      height:50px;
    }
  }

  
 


@media (max-width: 768px) {
  #onlineListingPage .top_logo {*/
/*  background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    min-height: 70px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;*/
/*}
}*/



#headerBanner {
  width: 100%; /* Make sure the div takes the full width of its container */
  /*height: 140px;*/ /* Adjust height as needed */
  background-size: 100% 100%; /* Stretch the image to cover the entire div */
  background-position: center; /* Center the image in the div */
  background-repeat: no-repeat; /* Prevent the image from repeating */
}

  #headerBanner.smallheader {
    width: 100%; /* Make sure the div takes the full width of its container */
    /*height: 65px; */
    background-size: 100% 100%; /* Stretch the image to cover the entire div */
    background-position: center; /* Center the image in the div */
    background-repeat: no-repeat; /* Prevent the image from repeating */
  }

@media (max-width: 600px) and (max-height: 850px) {
  #headerBanner {
    background-size: 100% 100%; /* Ensure the image still covers the div */
    /* height: 30px;*/ /* Adjust height as needed */
  }

    #headerBanner.smallheader {
      background-size: 100% 100%; /* Ensure the image still covers the div */
       height: 75px; /* Adjust height as needed */
    }

  h3.h3-box-office {
    font-size: 20px !important;
    font-weight: 400 !important;
  }

  #onlineListingPage .defaultlogoimg {
    min-width: 175px !important;
    /*height: 50px;*/
  }
  .container-fluid {
    background-size: 100% 80%;
  }
  .container-fluid:before
  {
      display:inline;
  }
  .container-fluid:after {
    display: inline;
  }

  .mfieldcolor {
    background-color: #FF7314;
    /*width: 38px;*/
    width: 33px;
    height: 35px;
    margin-top: -3px;
    float: right;
    margin-bottom: 2px;
  }
}

@media (max-width: 300px) and (max-height: 550px) {
  #headerBanner {
    background-size: 100% 100%; /* Ensure the image still covers the div */
    /* height: 30px;*/ /* Adjust height as needed */
  }

    #headerBanner.smallheader {
      background-size: 100% 100%; /* Ensure the image still covers the div */
       height: 75px; /* Adjust height as needed */
    }

  h3.h3-box-office {
    font-size: 17px !important;
    font-weight: 400 !important;
  }

  #onlineListingPage .defaultlogoimg {
    min-width: 175px !important;
  }
  .mfieldcolor {
    background-color: #FF7314;
    /*width: 38px;*/
    width: 33px;
    height: 35px;
    margin-top: -3px;
    float: right;
    margin-bottom: 2px;
  }
}

.form-group .form-control.mborder {
  border-left: solid 1px #cccccc !important;
}

/*.form-group .form-control.mborder {
  border: solid 1px #FF7314;
  height: 38px;
}

.mdborder {
  border: solid 1px #FF7314;
  min-width: 123px;
  height: 38px;
}

.form-group.has-field-error .form-control.mborder {
  border: solid 1px #CC3300;*/ /* New border color for error state */
/*}



.form-group.has-field-error .dropdown.mdborder .form-control {
  border: none;*/ /* Remove any existing border */
  /*border: solid 1px #CC3300;*/ /* Apply new border color for error state */
/*}

*/

.mdborder {
  
  min-width: 123px;

}
.ticketholdermd {
  min-width: 106px !important;
}
div.form-group.col-lg-8.col-md-8.col-sm-8.col-xs-8 input.form-control.ticketholdermt {
  padding-left: 28px !important;
}

.ticketholdermd.caret
{
    margin-left:6px !important
}

.ticketholdermt .input.form-control {
  padding-left: 28px !important; /* or any value you want */
}
.mfieldcolor {
  background-color: #FF7314;
  width: 38px;
  height: 38px;
  margin-top: -3px;
  float: right;
  margin-bottom: 2px;
}

.mflagfield {
  float: right;
  margin: 12px;
  margin-top: 15px !important;
  font-size: 23px;
  width: 11px;
  height: 17px !important;
  display: inline;
  border-top: 10px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #ffffff;
}
