
.checkout-badge{
	background-color:var(--bravo-red);
	color:white;
	padding:0px 5px;
	border-radius:50%;
}

/* Checkout fields */

.msg-help-block{
	margin-top:-10px !important;
	margin-bottom:10px !important;
}

div.control .msg-help-block.text-danger{
	margin-top:10px !important;
	margin-bottom:10px !important;
}

.control-section{
	margin-bottom:20px;
}

.control-label label, .control-label .label{
	display:inline-block;
	margin-bottom:0.5rem;
}

.tr-form-field-help p{
	margin:0.5rem 0 0;
	color:#666;
	font-size:90%;
}

select.is-invalid + span.select2 .select2-selection{
	border: 1px solid var(--bravo-red) !important;
}

.custom-checkbox .custom-control-label::before{
	border-radius:0 !important;
    top: .25rem;
}
.custom-control-label:after {
    top: .75rem !important;
}

#finish_rent_dialog .custom-control-label:after {
    top: 4px !important;
}

#consumer_organization {
	display: none;
}

.custom-control-input:checked~.custom-control-label::before{
	border-color: var(--bravo-green) !important;
	background-color: var(--bravo-green) !important;
}

.terms-checkbox{
	height:auto;	
}
.terms-checkbox label{
	line-height:auto;	
}

.terms-overflow .terms-checkbox{
	line-height: 1 !important;
}

.terms-overflow .terms-checkbox label{
	line-height: 1 !important;
}

/* Coupon */

.coupon_error {
    font-weight: bold;
    color: var(--bravo-red);
	line-height:38px;
	margin-bottom:0;
}

/* Checkout */

.checkout_no_items_msg{
	text-align:center;
	width:100%;
	height:97px;
	line-height:97px;
    border: 1px solid #e0e0e0;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

/* cartBooking */

#cartBookingContainer{
	width:100%;
	background-color:#FFF; 
	margin-bottom:20px;
}

#checkoutContainer .custom-checkbox .custom-control-label::before {
    top: 2px!important;
}

#checkoutContainer .custom-control-label::after {
    top: 2px!important;
}

@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {

	#checkoutContainer .bravo-table td,
	#cartBookingContainer .bravo-table td {
	   padding-left: 6px;
	   padding-top: 36px;
	}

}

/* seatBooking */

#seatBookingContainer{
	background-color:#FFF;
	position:relative;
	top:0;
	bottom:0;
	right:0;
	left:0;
	min-height:50px;
	margin-bottom:20px;
    border: 1px solid #e0e0e0;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

#seatBookingContainer .figure-element[data-svg]:hover,
#seatBookingContainer .seat-element:hover{
	fill-opacity:1;
	opacity:1;
	cursor:pointer;
	fill:var(--bravo-green);
	stroke:var(--bravo-green);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#seatBookingContainer .seat-element.IN_CART{
	fill:var(--bravo-yellow);
	stroke:var(--bravo-yellow);
	cursor:not-allowed;
}

#seatBookingContainer .seat-element.IN_MY_CART{
	fill:var(--bravo-yellow);
	stroke:var(--bravo-yellow);
}

#seatBookingContainer .seat-element.BOOKED{
	fill:#aab2bd;
	stroke:#aab2bd;
	cursor:not-allowed;
}

#seatBookingContainer .seat-element.RESERVED{
	fill:#a0d468;
	stroke:#a0d468;
	cursor:not-allowed;
}

.booking-back-button {
	border-radius:0px !important;
	display:block !important;
	width:100%;
	text-align:center;
	border:0px !important;
	background-color:#DDD !important;
	box-shadow:none !important;
	cursor:pointer;
}
.booking-back-button.disabled {
/*
  cursor: not-allowed;
  background:#DDD;
  color:#a0a5aa!important;
  text-shadow:0 1px 0 #fff!important;
	*/
	display: none !important;
}

.booking-back-button:not(.disabled):hover {
	background-color:#363b3f !important;
	color:#FFF !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.seats_pick_a_day_msg{
	text-align:center;
	width:100%;
	padding: 20px;
}

/* ticketBooking */

#ticketBookingContainer{
	width:100%;
	min-height:50px; 
	background-color:#FFF; 
	margin-bottom:20px;
}

#ticketBookingContainer .tickets-headline{
	background-color:#E6E9EE !important;
	padding:10px !important;
	font-weight:bold !important;
	line-height:34px !important;
}

.tickets_pick_a_day_msg{
	text-align:center;
	width:100%;
	padding: 20px;
    border: 1px solid #e0e0e0;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

/* Bravo Cart */

.bravo-table thead.countdown th { 
	background: var(--bravo-red);
	text-align:center;
	color:#FFF;
}

/* Bravo Table */

#checkoutTable{
	line-height:39px;
}

table.bravo-table{
	margin-bottom:0;
	width:100%;
	border:1px solid #e0e0e0;
	border-collapse:collapse;
	border-spacing:0;
	padding:10px;
}
table.bravo-table thead{
	display:table-header-group;
	border-color:inherit;
}
table.bravo-table tbody{
	display:table-row-group;
	vertical-align:middle;
	border-color:inherit;
}
table.bravo-table tfoot{
	display:table-row-group;
	vertical-align:middle;
	border-color:inherit;
	background-color:#ffffff;
}
table.bravo-table tfoot td{
	height:55px;
}
table.bravo-table th{
	background-color:#ffffff;
	font-weight: 600;/*42MOD*/
    font-size: 14px;/*42MOD*/
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	height:55px;
}
table.bravo-table tr{
	display:table-row;
	vertical-align:inherit;
	border:1px solid #e0e0e0;
	min-height:55px;
}
table.bravo-table td{
	display:table-cell;
	vertical-align:inherit;
	padding: 10px;
}

table.bravo-table tr.child-row{
	border-left:2px solid #4FCEAE;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.bravo-table { 
	  	width: 100%; 
	}

	.bravo-table.responsive, .bravo-table.responsive tfoot, .bravo-table.responsive thead, .bravo-table.responsive tbody, .bravo-table.responsive th, .bravo-table.responsive td, .bravo-table.responsive tr { 
		display: block; 
	}
	
	.bravo-table.responsive thead:not(.countdown) tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.bravo-table.responsive tr { 	
    	box-shadow: 0 1px 1px rgba(0,0,0,.04);
 	}
	
	.bravo-table.responsive td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	.bravo-table.responsive td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		content: attr(data-column);
		color: #000;
		font-weight: bold;
	}
	
	.bravo-table.responsive .clean-cart-btn, .bravo-table.responsive .continue-cart-btn{
		width:100%;
		margin-bottom:5px;
	}
	
	.rmx10{
		margin-right:10px;
		margin-left:10px;
	}
	
}

/* info Container */

.bravo-event-info {width:100%;min-height:50px; margin-bottom:20px;border: 1px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0,0,0,.04);}
.bravo-event-info .bravo_box_header{ height:45px; background-color:#000; padding:10px;}
.bravo-event-info .bravo_box_header h3{ color:#FFF; padding:0; margin:0; font-size:15px; text-transform:uppercase; line-height:25px;}
.bravo-event-info .bravo_box_body{ min-height:auto; background-color:#FFF; padding:10px;}
.bravo-event-info .bravo_box_body p{ margin-bottom:0;}

/*--ADDTOCALENDAR--*/

.addtocalendar-wrapper{
	width:100%;
}

.addtocalendar {
    position: relative;
}

.addtocalendar var{
    display: none;
}

.atcb-link {
    display: block;
    outline: none !important;
    cursor: pointer;
}

.atcb-link:after{
	font-family:'Font Awesome 5 Free';
	content:"\f107";
	padding-left:10px;
}


.atcb-link,
.atcb-link:hover,
.atcb-link:active,
.atcb-link:focus
{
    margin: 0;
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background: #999999;
    border-radius: none;
    zoom: 1;
}

.atcb-list{ 
	visibility:hidden;
	opacity:0;
	list-style:none; 
	padding:0;	
	position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 900;
    border: 1px solid #dfe2e6;
    border-radius: none;
	background-color:#FFF;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.atcb-item,
.atcb-item-link
{
    color: #999;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 10px;
}

.atcb-item:hover{
    background-color: #EEE;
}
.atcb-item:hover .atcb-item-link{
	color:#999;
}

.atcb-link:hover+.atcb-list, .atcb-list:hover{
	visibility:visible;
	opacity:1;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.atcb-item.ical a::before{
	font-family: 'themify';
	content:"\e744";
	padding-right:10px;
}

.atcb-item.google a::before{
	font-family:'Font Awesome 5 Brands';
	content:"\f1a0";
	padding-right:10px;
}

.atcb-item.outlook a::before{
	font-family: 'themify';
	content:"\e754";
	padding-right:10px;
}

.atcb-item.outlookonline a::before{
	font-family:'themify';
	content:"\e733";
	padding-right:10px;
}

.atcb-item.yahoo a::before{
	font-family:'themify';
	content:"\e748";
	padding-right:10px;
}

/* bravo-alert */

.bravo-alert{
	width:100%;
	border:1px solid #000;
	line-height: 28px;
	margin:30px auto;
	padding:24px;
}

.bravo-alert.-green{
	border: none;
	color:#FFF;
	background-color:var(--bravo-green);
}

.bravo-alert.-blue{
	border: none;
	color:#FFF;
	background-color:var(--bravo-blue);
}

.bravo-alert.-yellow{
	border: none;
	color:#FFF;
	background-color:var(--bravo-yellow);
}

.bravo-alert.-red{
	border: none;
	color:#FFF;
	background-color:var(--bravo-red);
}

/* BTN */

.btn-rounded{
	border-radius: 2rem !important;
	-webkit-border-radius: 2rem !important;
	-moz-border-radius: 2rem !important;
}

.btn-rounded.remove-from-cart-ticket-btn,
.btn-rounded.add-to-cart-ticket-btn,
.btn-rounded.remove-from-cart-btn{
	width: 30px !important;
	height: 30px !important;
	padding: 6px 0px !important;
	font-size: 12px !important;
	line-height: 12px !important;
}

/*CHECKBOX IS INVALID*/

.custom-checkbox .invalid-feedback{
	margin-top: -10px;
}

/* BRAVO ENTITY MAP */

#bravo_entity_map{
	min-height: 450px;
	width: 100%;
}
