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

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

.program-frame {
	border: 2px solid #F4FAFB;
	padding: 0 5px;
}

.program-red {
	background-color: #FDF2F4;
}

.program-left .program-red {
	border-right: 5px solid #FCE6EA;
}

.program-right .program-red {
	border-left: 5px solid #FCE6EA;
}

.program-grey {
	background-color: #F4FAFB;
}

.program-left .program-grey {
	border-right: 5px solid #F4FAFB;
}

.program-right .program-grey {
	border-left: 5px solid #F4FAFB;
}

.program-title {
	color: #939598;
	font-family: 'Sailec-Bold', sans-serif;
	margin: 10px 0;
}

.program-description p:first-child {
	margin-top: 0;
}


input.custom-cbx ~ span.custom-cbx {
	background: white;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #C1C1C1;
}

.custom-cbx input[type=checkbox] {
	display: none;
}

span.custom-cbx:hover {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	border: 2px solid #B2B2B2 !important;
}

span.custom-cbx:active {
	background-color: #EBEBEB !important;
}

span.custom-cbx:focus {
	border: 2px solid #4D90FE !important;
	outline: none;
	appearence: none;
	-webkit-appearence: none;
	-moz-appearence: none;
}

input.custom-cbx:checked ~ span.custom-cbx {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsSAAALEgHS3X78AAABM0lEQVRIx2P4+fPnf3pihlELqYGnXtn+/+zLO/SxsOXcmv8M80L/iy5N/n/tzSPaWgizDIbdtjfTzkJ0y7TXFf5/8vE1bSzEZRlN4hCfZVS3kJBlVLWQGMuoZiGxllHFwrozK4i2DG7hpMtb/5efXEyyZSUnFqJYpr++BK9lYAvn39gH11B4fP7/Hz9/kGWZ6aaK/68+vydcllpsrkLRmHZkBkFLybUMbCFIoeXmahQDYg9M+v/tx3eqWwaPw/dfP/2331qHYlDEvv7/X75/o6plKKkUZKnXzjYUA72B/M/fv1LNMoxsATLcd1cHRglfAExM1LAMaz4ExR0oOJEtoJZlODM+yNLEQ1OpbhnekgaUNUBZBGaZzZZaii0jqmgDJRZQCgYlKro1omApdbSZOCgtBADmFB+79xvH1QAAAABJRU5ErkJggg==');
	background-position: top center;
	background-color: #FFF !important;
	border: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-left: 5px;
	margin-right: 2px;
}

div.custom-cbx {
	background: #F9F9F9;
	color: #000;
	display: inline-block;
	padding: 10px 12px 12px 12px;
	border: 1px solid #D3D3D3;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
	margin: 0 5px 5px 0;
}

div.custom-cbx label {
	padding-left: 0;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

.custom-cbx-holder {
	display: inline-block;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: -11px;
}

.custom-cbx-text {
	float: right;
	max-width: 90%;
}

#discountCodeLoading {
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	text-align: center;
}

#discountCodeLoading .lds-spinner {
	transform: translateY(-50%);
	top: 50%;
}

#block-paypal {
	position: absolute;
	background-color: transparent;
	width: 170px;
	height: 40px;
	z-index: 999;
	top: 0;
	left: 0;
}

#block-paypal:hover {
	cursor: pointer;
}

.eventTicketForm {
	position: relative;
}

.eventTicketForm .dropdown-toggle {
	border-radius: 30px;
}

.eventTicketForm .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 120px;
}

.eventTicketForm .salutationDropdown .bootstrap-select {
	padding-left: 15px;
}
.salutationDrop {
	width: 85%!important;
}

@media (max-width: 992px) {
	.event-ticket-page .navbarSpacer {
		height: 170px;
	}

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

.ticketOwnersList {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.ticketOwnersList li {
	position: relative;
	padding-left: 20px;
}

.ticketOwnersListNumber {
	font-weight: bold;
	padding-right: 10px;
	position: absolute;
	left: 0;
}


#DiscountCodeForm input[type=text][disabled] {
	background-color: #DEDEDE;
}

#checkDiscountCode[disabled]:hover {
	background-color: inherit;
	color: inherit;
	border-color: inherit;
}

#checkDiscountCode[disabled] {
	background-color: inherit;
	color: inherit;
	border-color: inherit;
}

/* ----------------------
LOADING ANIMATION
------------------------- */

.lds-spinner {
	color: #CCC;
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-spinner div {
	transform-origin: 32px 32px;
	animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: #CCC;
}

.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

.custom-cbx-text a {
	text-decoration: underline;
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.checkout-title {
	margin: 20px 0 20px 0;
	padding: 0 15px;
}

.payment-title {
	color: #555 !important;
	font-size: 25px !important;
}

#checkout-form .content.clearfix {
	overflow: visible;
}

.payment-container {
	width: 95%;
	height: 95%;
	padding: 2.5%;
	background-color: rgb(238, 238, 238);
	border-radius: 5px;
	margin: 0 auto;
}

/*!***/
/* * stripe custom styles*/
/* *!*/
/*.StripeElement {*/
/*  background-color: #FFF;*/
/*  border: 1px solid #CCC;*/
/*  border-radius: 30px;*/
/*  width: 100%;*/
/*  padding: 10px 6px 10px 15px;*/
/*  margin: 20px 0 0 0;*/
/*}*/

/*.StripeElement--focus {*/
/*  box-shadow: 0 1px 3px 0 #cfd7df;*/
/*}*/

/*.StripeElement--invalid {*/
/*  border-color: #fa755a;*/
/*}*/

/*.StripeElement--webkit-autofill {*/
/*  background-color: #fefde5 !important;*/
/*}*/

/*#card-errors {*/
/*  margin: 2px 10px;*/
/*  font-size: 13px;*/
/*}*/

/*.btn-stripe-wrapper {*/
/*  display: flex;*/
/*  justify-content: flex-end;*/
/*  padding: 0 2.5%;*/
/*}*/

/*.btn-stripe {*/
/*  background: #2184be;*/
/*  color: #fff;*/
/*  display: block;*/
/*  padding: .5em 2em;*/
/*  margin: .5em 0;*/
/*  text-decoration: none;*/
/*  -webkit-border-radius: 5px;*/
/*  -moz-border-radius: 5px;*/
/*  border-radius: 5px;*/
/*  border: none;*/
/*}*/

.spacingTopBot {
	padding-bottom: 100px;
	padding-top: 100px;
}