/*
 * Common, merge into sf-global.css or sf-bricks.css
 */
.brick-inscription {
  float: none;
  overflow: hidden;
}
.headless-modal {
  border: 1px solid #ddd;
  padding: 5%;
  background-color: #fff;
  border-radius: 0;
  border-top: 5px solid #fed30f;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.modal-content .btn.pull-right {
  margin: 0;
}
.btn-group-sm>.btn,
.btn-sm,
.btn-sm.btn-action,
.btn-sm.btn-theme {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: 10px;
}
.table-striped tr td {
  padding: 8px;
}
.top-navigation.navbar {
  z-index: 1010;
}
.top-navigation.navbar-default .navbar-nav ul {
  padding-left: 0;
}
.no-padding {
  padding: 0 !important;
}
.basket-container .customization-preview svg {
  width:  85%;
  height: 85%;
}
.basket-container .btn-group {
  float: right;
}
.basket-container .btn-group .btn {
  margin-left: 10px;
}
.login-form-footer .loadable-content {
  clear: inherit;
}
.loadable-content > .btn {
  min-width: 70px;
}
.loadable-table {
  display: block;
}
.table thead {
  background: none;
}
.table thead tr {
  border-bottom: 1px solid #ccc;
}
.powered-stripe img {
  width: 100px;
  float: right;
}

.powered-sagepay img {
    height: 40px;
    float: right;
}

.faq p {
  text-align: justify;
}


/*
 * Common
 */
.action-link {
  cursor: pointer;
}
.no-data {
  font-weight: normal !important;
  text-align: center;
}
.loadable-content {
  clear: both;
}
.loading-animation-container {
  z-index: 999 !important;
}
.modal-header .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 1;
  filter: alpha(opacity=1);
}

.table-pagination {
  display: block;
}


/*
 * Booking steps
 */
.booking-steps {
  text-align: center;
  margin-bottom: 15px;
}
.booking-steps ul.pref-btns li a {
  padding: 10px;
}


/*
 * Select products
 */
.brick-container {
  background: #f9f9f9;
}
.brick-container .alert {
  clear: both;
  margin: 5px;
  padding: 10px;
}
.brick-container .sold-out {
  display: inline-block;
  color: #d23d41;
  font-weight: bold;
  font-size: 19px;
}
@media screen and (max-width: 63.236em) {
  .brick-container .sold-out {
    display: block;
  }
}

.brick-container .product.name.qeop {
  color: #DF1C6E;
}
.brick-container .product.name.teamgb {
  color: #004981;
}
.brick-container .product.name.paragb {
  color: #E21B23;
}

/*
 * Customize product
 */
.extra-description {
  white-space: pre-line;
}
.brick-title .btn-group {
  margin: 10px;
  float: right;
}
.brick-title .btn {
  float: none;
}
.customization-preview > .no-template {
  display: block;
  width: 250px;
  margin: 30px auto;
  padding: 15px;
  font-weight: 500;
  text-align: center;
  color: white;
  background: #ff6666;
}


/*
 * Payment centre
 */
.label-container div {
  margin-bottom: 20px;
}


/*
 * Booking confirmation
 */
.booking-pending {
  text-align: center;
  padding-top: 15px;
}


/*
 * My bookings list
 */
td.status-AUTHORISED {
  box-shadow: inset 5px 0 0 0 #15bf81 !important;
}
td.status-CANCELLED {
  box-shadow: inset 5px 0 0 0 #ff6666 !important;
}
td.status-PENDING,
td.status-SOFT_PENCIL,
td.status-HARD_PENCIL {
  box-shadow: inset 5px 0 0 0 #d3d3d3 !important;
}


/*
 * Table key
 */
.table-key {
  padding-top: 12px;
  padding-bottom: 15px;
}
.table-key ul {
  margin-bottom: 0;
  text-align: center;
}
.table-key ul li {
  display: inline-block;
  margin-right: 17px;
  font-size: 15px;
}
.table-key li span {
  float: left;
  line-height: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
.table-key li div {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
.table-key li div.authorised {
  background-color: #15bf81;
}
.table-key li div.cancelled {
  background-color: #ff6666;
}
.table-key li div.pending {
  background-color: #d3d3d3;
}
