/* -- Basket block for testing -- */
#basketMaintenance .modal-dialog.modal-lg {
  width: 60vw;
}
#basketMaintenance .modal-body {
  height: 80vh !important;
  max-height: 80vh !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
img.membership {
  width: 200px;
}
.modal-backdrop.in {
  opacity: 0.5 !important;
}
#dinnerDiet .modal-body {
  background: url(/cisiweb2/image/events/30dinner/pearl.jpg);
}
#dinnerDiet h2 {
  font-family: "Century Gothic";
  color: #9b8293;
}
#dinnerDiet .btn-primary {
  background: #9b8293;
  border-color: #9b8293;
}
/* -------- */

/* Conference basket fix */
.basketItemWrapper86850456 .eventDate,
.basketItemWrapper86850456 .eventTime,
.basketItemWrapper86850456 .eventVenue,
.basketItemWrapper86850454 .eventDate,
.basketItemWrapper86850454 .eventTime,
.basketItemWrapper86850454 .eventVenue,
.basketItemWrapper86850458 .eventDate,
.basketItemWrapper86850458 .eventTime,
.basketItemWrapper86850458 .eventVenue,
.basketItemWrapper86850457 .eventDate,
.basketItemWrapper86850457 .eventTime,
.basketItemWrapper86850457 .eventVenue,
.basketItemWrapper86850455 .eventDate,
.basketItemWrapper86850455 .eventTime,
.basketItemWrapper86850455 .eventVenue {
  display: none;
}

/* global basket */
.basketLink::before {
  font-family: "Glyphicons Halflings";
  content: "\e116";
  font-size: 13px;
  margin-right: 6px;
}
.signedInLink::before {
  font-family: "Glyphicons Halflings";
  content: "\e008";
  font-size: 13px;
  margin-right: 6px;
}
.signInAndSignOutAndBasketContainer .pullDown .mainBar .signedInLink {
  margin-right: 15px;
}
.signInAndSignOutAndBasketContainer .pullDown .mainBar .basketLink {
  margin-right: 10px;
}
.signInAndSignOutAndBasketContainer .pullDown .mainBar .registerLink {
  margin: 5px 20px 5px 0;
}
.signInLink::after {
  content: " / ";
}
.signInLink::before {
  font-family: "Glyphicons Halflings";
  content: "\e008";
  font-size: 13px;
  margin-right: 6px;
}
.signInAndSignOutAndBasketContainer .pullDown .mainBar .signInLink {
  margin: 5px 0 5px 5px;
}
/* ----- */

.basketItemsHeader {
  font-weight: 500;
  margin-bottom: 10px;
}
.basketItemWrapper {
  padding: 20px 0px;
}
.basketDetails .basketItemWrapper:nth-child(even) {
  background: #f0f0f0 none repeat scroll 0 0;
}
.basketDetails .basketItemWrapper:nth-child(odd) {
  background: #f8f8f8 none repeat scroll 0 0;
}

.showDeleteConfirm {
  display: inline;
  font-size: 13px;
  cursor: pointer;
}

.deleteConfirmationWrapper {
  clear: both;
  float: right;
  margin-right: 0;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.deleteConfirmationLabel {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.deleteItem {
  margin-right: 10px;
}
.basketItemWrapper .col-xs-2 {
  /*	height: auto;*/
}
#basketItems {
  font-size: 13px;
  font-weight: 400;
}
.itemLabel {
  padding: 0 0 0 10px;
  /*width: 66%;*/
  /*height: auto;*/
}
/*.itemLabel > div {
    width: 80%;
}*/
.mainWrapper .deleteIcon {
  width: 20px;
  margin: -2px 0 0 0;
  display: inline;
}
#basketSubTotals {
  font-weight: 500;
  margin-top: 30px;
  text-align: right;
}
#basketTotal {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  text-align: right;
}
.addToBasket {
  background: #5ec017 none repeat scroll 0 0;
  border: 1px solid #5ec017;
  color: #fff;
  font-size: 20px;
  /*font-family: raleway;*/
}
.addToBasket:hover {
  background: #58b216;
  border: 1px solid #58b216;
  color: #ffffff;
}

#basketTotal .addToBasket {
  margin-top: 30px;
  width: 100%;
}
.mainWrapper .productType {
  display: none;
}
.priceFigure {
  display: inline-block;
}
.deleteText {
  display: none;
}
.basketDetails .col-xs-2,
.basketDetails .col-xs-3 {
  padding: 0px 10px 0px 0px;
  text-align: right;
}
.basketDetails .col-xs-3 {
  width: 24%; /* Bodge because of some unusal padding, needed at the moment until we can redo the layout */
}
.qty .selectButton.dropdown-toggle {
  min-width: 45px;
  /*	width: 50px !important;*/
}
/*.qty .cisiFieldWrapper.selectWrapper {
    float: none;
    padding: 0;
	margin-left:-11px;
}*/
.selectWrapper .dropdown-toggle .caret,
.multiselectWrapper .dropdown-toggle .caret {
  right: 6px;
}
.selectButton {
  padding: 6px; /* !important;*/
}
/*.qty .btn-group {
    width: 60px !important;
}
.qty .dropdown-menu {
	min-width:100% !important;
}*/
.discountedItemText {
  color: #5ec017;
  font-size: 12px;
  font-weight: 400;
  /*margin-left: 10px;*/
}
.discountedPrice {
  color: #afafaf;
  text-decoration: line-through;
}
.memberPriceNote {
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0px 0px 100px;
  color: #5ec017;
}
#browseShopSection img:hover {
  outline: 8px solid #23adad;
}
.itemText {
  display: inline-block;
}
.eventDate,
.eventTime,
.eventVenue,
.effectiveDate {
  display: inline-block;
  margin-right: 10px;
  color: #999999;
}

#checkoutDetail .eventDate,
#checkoutDetail .eventTime {
  /*display: block;*/
  /*display: inline-block;*/
  margin-left: 10px;
  font-size: 11px;
}
#checkoutDetail .eventTitle {
  display: block;
  font-size: 11px;
  color: #666666;
}
#checkoutDetail .eventVenue {
  margin-left: 10px;
}
#checkoutConfirmation .eventDate {
  margin-left: 10px;
}
.itemDescription {
  display: block;
}
.postageLabel .glyphicon {
  font-size: 13px;
  color: #666;
  cursor: pointer;
}
.convertedPrice {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-left: -50px;
}
.convertedPrice .glyphicon {
  color: #666;
  font-size: 13px;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .mainWrapper .productType {
    margin-right: 20px;
    width: 70px;
    display: inline;
    vertical-align: top;
  }
  .basketItemWrapper {
    padding: 30px 0px;
  }
  .priceFigure {
    display: inline-block;
    width: 60px;
  }
  .showDeleteConfirm {
    display: inline-block;
    margin-left: 0px;
  }
  .itemLabel {
    padding: 0 0 0 30px;
    /*height: 70px;*/
    /*width: 66.6667%;*/
  }
  .price {
    display: inline;
    /*width:99%;*/
  }
  #basketSubTotals {
    font-weight: 400;
    text-align: right;
  }
  #basketTotal {
    font-size: 20px;
    font-weight: 400;
    text-align: right;
  }
  #basketItems {
    font-size: 14px;
  }
  .basketItemWrapper .col-xs-2 {
    /*height: 70px;*/
  }
  .itemLabel {
    /*height: 70px;*/
  }
  /*.deleteText {
		display: inline;
	}*/
  .basketDetails .col-xs-2,
  .basketDetails .col-xs-3 {
    padding: 0px 15px;
    text-align: right;
  }
  .mainWrapper .deleteIcon {
    width: 20px;
  }
  .deleteConfirmationWrapper {
    text-align: right;
    margin-right: 40px;
  }
  .qty .selectButton.dropdown-toggle {
    min-width: 60px;
  }
  .selectWrapper .dropdown-toggle .caret,
  .multiselectWrapper .dropdown-toggle .caret {
    right: 12px;
  }
  .selectButton {
    padding: 6px 25px 6px 12px !important;
  }
  .itemText {
    width: calc(100% - 90px);
  }
}

@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
  .showDeleteConfirm {
    margin-left: 70px;
  }
}

.GSTLabel {
  padding: 0px 9px;
}

.GSTPrice {
  padding: 0px 15px;
}

.container.fullContainer {
  margin-top: 40px;
}
