﻿/* ESCAPEALL BOOKING WIDGET STYLES */

.bootstrap .fa{
	font-weight:normal;
	font: normal normal normal 14px/1 FontAwesome;
}
.bootstrap .service-selection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	flex-direction: row;
}

.bootstrap .service-selection li {
    font-size: 13px;
    margin-bottom: 5px;
    padding: 10px 10px;
    margin-right: 5px;
	max-width: 130px;
	padding: 5px 5px;
}
.bootstrap .service-selection li span{
     height: 3em;
    display: inline-block;
    overflow: hidden;
}

.bootstrap .form-group{
	width: 100%;
}

.bootstrap .panel-default>.panel-heading {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}

.bootstrap .panel-default {
    border-color: #000;
  	background-color: #333333;
  	color: #fff;
}

.bootstrap .list-group-item-selected {
    color: #fff;
    background-color: #000;
}

.bootstrap .list-group-item-success {
    color: #fff;
    background-color: #efc138;
    border-color: #efc138;
}

.bootstrap .service-selection .list-group-item:last-child {
    margin-bottom: 5px;
}

.list-group-item {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.bootstrap .service-selection .service-selection-li-with-image {
    max-width: 200px;
}
@media screen and (max-width: 600px) {
  .bootstrap .service-selection .service-selection-li-with-image {
    max-width: 140px;
}
}
.bootstrap .modal{
z-index: 100000;
}
.escapeall{
	text-align: center;
    margin-bottom: 10px;
	font-size: 16px;
    font-family: sans-serif;
	color:#fff;
}

.escapeall a{
color:#fff!important;
text-decoration:none;

}
.escapeall a span{
color:#ff9c00!important;
}
.bootstrap {
    background-color: transparent;
}
.bootstrap h4, .bootstrap .h4 {
    font-size: 18px;
    color: #fff;
}

.bootstrap li.player-selection-li.selected-player-li {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.bootstrap li.selected-week-day {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.bootstrap .service-time-slot-selection .list-group-item.list-group-item-selected{
    color: #fff;
    background-color: #000;
    cursor: pointer;
}
.bootstrap .list-group-item-selected {
    color: #fff;
    background-color: #000;
}
.bootstrap ul.service-time-slot-selection li:not(.disabled) .service-time-line .offer {
    color: #000;
}
.bootstrap .choose-player-panel .input-group-addon{
	border-color: #000;
    background: #000;
    color: #fff;
}

.bootstrap .choose-player-panel .player-selection-select{
	border-color: #000;
}

/* removes choice for player selection */
.bootstrap .player-selection-col{
	display:none;
}
/*stretch day selection to full width */
.bootstrap .row:nth-child(2) .col-md-6 {
	width:100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.bootstrap ul.service-time-slot-selection li .service-time-line {
    text-decoration: none;
}
.payment-info{
	display:none!important;
}

/* fix direction days */
.list-group.day-selection-horizontal {
    flex-direction: row;
}

.bootstrap .service-time-selection-panel .services-in-columns .service-row{
    min-width: 130px;
}

/* round date buttons */
.date-li {
  border-radius: 0.3em !important;
}

/* set height of escape room name to 3 lines */
.service-name-p {
  min-height: 3em !important;
  font-family: Montserrat, sans-serif;
}

/* alternate colors of escape rooms */
div.row.services-in-columns > div:nth-child(even) {
  background-color: #262626 !important;
}

.service-row {
  padding: 30px 5px !important;
}

.bootstrap .service-time-selection-panel .panel-body {
  padding: 0 15px;
}

/* Override text in added-reservation box */
.added-reservation {
  color: #000 !important;
}

/* Remove exclamation mark icon, not sure what it is */
.alert-reservation-added::after {
	display: none;
}

/* Format name of escape room in added-reservation box */
.service-name {
	font-weight: 600;
	text-decoration: underline;
}
/* Format date and time of reservation of escape room in added-reservation box */
.date-time {
	font-style: italic;
}

/* change background-color dropdown in add-reservation box */
/* conflicts with scss !important from theme, fixed with added specificity */
.input-group select option {
  background-color: #fff !important;
}

/* remove promotion codes for the time being 
.promotion-code-row {
  display: none;
}
*/

/* change "promotioncode" to "voucher / cadeaubon"  */
.control-label[for="PromoCode"] {
	visibility: hidden;
}


.control-label[for="PromoCode"]::before {
	visibility: visible;
	content: "Vouchercode";
	
}

.service-time-line .offer {
	display: none;
}


/* Fix margin-issue totale waarde */
.booking-total-value > .row {
	margin-left: 0px !important;
}

/* Add space after totale waarde */
.booking-total-value .control-label:after {
	content: "\00a0";
} 


.bootstrap .fa fa-magic:before {
		 content: "\f0d6" !important; 
}

@media (hover: hover) {
	.bootstrap .list-group-item-success:not(.pending-confirmation):not(.not-selectable):hover {
		color: #fff;
		background-color: #000;
	}
	.bootstrap li.player-selection-li:not(.adding-reservation):hover, .bootstrap li.player-selection-li:focus {
		border-color: #000;
		background-color: #000;
		color: #fff;
	}
	.bootstrap .date-li:not(.past-date):not(.adding-reservation):hover {
		border-color: #000;
		background-color: #000;
		color: #fff;
	}
	
	.bootstrap .service-time-slot-selection .list-group-item.list-group-item-selected:hover, .bootstrap .service-time-slot-selection .list-group-item.list-group-item-selected:focus {
		color: #fff;
		background-color: #000;
		cursor: pointer;
	}
	.bootstrap .list-group-item-success:not(.pending-confirmation):not(.not-selectable):hover {
		color: #fff;
		background-color: #000;
	}
}

.bootstrap textarea.form-control{
	    background-color: transparent;
    color: #fff;
}
.bootstrap .services-in-columns ul.service-time-slot-selection li {
    min-width: 125px;
}
.bootstrap .alert-product-added {
    background-color: transparent;
}