/*
*	Public Styles
*	@since 1.0
*/

/*
*	'Register Now' button
*/
.yikes-event-register-now-button {
	color: #ffffff !important;
	margin-bottom: 1em !important;
}


/*
*	Single Event Page styles
*/

.spots-remaining {
	font-weight: bold;
}

.visual-respresnetation-icons {}

/*
*	Registration Form Styles
*/
#yikes-events-registration-signup-form {
	display: inline-block;
}

#yikes-events-registration-signup-form .form-group {
	min-height: 75px;
}

#yikes-events-registration-signup-form .register-new-guest-button-section {
	min-height: auto;
}

#yikes-events-registration-signup-form .guest-title {
	padding-left: 15px;
	text-decoration: underline;
}

#yikes-events-registration-signup-form .remove-guest-btn {
	margin-top: 2em;
}

#yikes-events-registration-signup-form label {
	min-height: 73px;
}

#yikes-events-registration-signup-form input[type="text"],
#yikes-events-registration-signup-form input[type="email"],
#yikes-events-registration-signup-form select {
	padding: 5px;
}

.toggle-register-guests {
	margin-top: 1em;
	max-height: 40px;
	height: 40px;
}

.toggle-register-guests .register-guests-label {
	min-height: 40px !important;
	height: 40px !important;
}

#yikes-events-registration-signup-form label,
#yikes-events-registration-signup-form input[type="text"],
#yikes-events-registration-signup-form input[type="email"],
#yikes-events-registration-signup-form select {
	width: 100%;
	min-height: 28px;
}

#event-registration-form a.yikes-event-register-now-button {
	display: none;
}

.submit-registration-form-button {
	width: 100%;
	display: block;
}

.submit-registration-form-button-container {
	margin-top: 1em;
	width: 100%;
}

.yikes-events-registration-required-asterisk {
	font-weight: 500;
	color: #ff0000;
}

/*
*	Hidden Fields
*/
.guest-registration-container {
	display: none;
	height: 0px;
}

/* Preloader */
.easy-events-submission-preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*
*	Login Form - non-logged in users registering for an event
*/
#loginform,
#lostpasswordform,
#register-form,
#yikes-event-registration-login,
#yikes-event-user-registration-form {
	min-width: 300px;
	display: block;
	padding: 1em;
	border: 1px dotted grey;
}

#loginform label,
#loginform input,
#register-form label,
#register-form input,
#lostpasswordform label,
#lostpasswordform input,
#yikes-event-registration-login label,
#yikes-event-registration-login input,
#yikes-event-user-registration-form label,
#yikes-event-user-registration-form input {
	display: block;
	width: 100%;
	padding: 5px;
}

#yikes-event-user-registration-form {
	padding-bottom: 1.6em;
}

#yikes-event-user-registration-form label[for="user_email"] {
    margin-top: 10px;
}

p.yikes-event-user-registration-form-notice {
	font-style: italic;
    padding: 20px 0 10px;
    margin-bottom: 0;
}

#loginform #rememberme,
#yikes-event-registration-login #rememberme {
  display: inline;
	width: auto;
	padding: 0;
}

.login-registration-forms {
	display: inline-block;
	width: 100%;
	margin: .5em 0;
}

.event-registration-login-notice {
	display: block;
	margin-top: 1em;
}


/*
*	Login Form - forgot password
*/

#lostpasswordform .username {
	margin-bottom: 1em;
}

#lostpasswordform .alert {
	margin-bottom: 0;
}



/*
*	Login Form - reset password
*/

#resetpassform label {
	padding-right: 0.2em;
	text-align: right;
	width: 180px;
}

#resetpassform 	p.description {
	margin-top: 1em;
}

#resetpassform 	p.resetpass-submit {
	padding-left: 180px;
}

	.page-template-page-calendar #resetpassform-title {
		margin-top: 2em;
	}


/*
*	Watch an event styles
*/

	.lity {
		background: rgba(0, 0, 0, 0.65);
	}

	/*
	*	Popup Container
	*/
	.watch-event-button,
	.watch-event-button:visited,
	.join-waiting-list-button,
	.join-waiting-list-button:visited,
	.leave-waiting-list-button,
	.leave-waiting-list-button:visited,
	.stop-watching-event-button,
	.stop-watching-event-button:visited,
	.yikes-unregister-for-event,
	.yikes-unregister-for-event:visited,
	.action-buttons a,
	.action-buttons a:visited {
		color: #fff;
		margin-bottom: 1em !important;
	}

	#register-or-join-waiting-list-form > .modal-dialog {
		background-color: white;
	}
	#register-or-join-waiting-list-form .front-end-additional-questions {
		height: auto;
	}
	#register-or-join-waiting-list-form .required-field-empty {
		background-color: #ffd0d8;
	}

	.event-sold-out-notice {
		display: inline-block;
		padding: 6px 12px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		border-radius: 4px;
		background-color: #d9534f;
		border-color: #ac2925;
		color: #ffffff;
		margin-bottom: 1em;
	}

	#watch-event-form-popup,
	#event-unregister-popup,
	#remove-from-wait-list-popup,
	#remove-from-wait-list-modal,
	#edit-event-registration-details-popup,
	p.success-message {
		padding: 1em;
		max-width: 500px;
		background: #ffffff;
	}

		#edit-event-registration-details-popup {
			height: 600px;
			max-height: 600px;
			overflow-y: auto;
		}

		#event-unregister-popup .action-buttons,
		#remove-from-wait-list-modal .action-buttons,
		#remove-from-wait-list-popup .action-buttons {
			margin: 1.5em 0 .75em 0;
			padding: 0 1em;
		}

		p.success-message .fa-check {
			display: block;
			text-align: center;
			margin-bottom: .5em;
			font-size: 30px;
			color: #5DC55D;
		}

		#watch-event-form-popup h2,
		#remove-from-wait-list-modal h2,
		#event-unregister-popup h2,
		#remove-from-wait-list-popup h2,
		#edit-event-registration-details-popup h2 {
			margin-top: 0;
		}

		#watch-event-form-popup .watch-this-event-section,
		#register-or-join-waiting-list-form .watch-this-event-section {
			display: block;
			width: 100%;
			margin: 5px 0;
		}

			.watch-this-event-section.hidden-section {
				display: none !important;
			}

		#watch-event-form-popup label,
		#register-or-join-waiting-list-form label {
			display: block;
			width: 100%;
			margin-bottom: 3px;
		}

		#watch-event-form-popup input,
		#register-or-join-waiting-list-form input[type="email"],
		#register-or-join-waiting-list-form input[type="text"],
		#register-or-join-waiting-list-form select[name="country"] {
			display: block;
			width: 100%;
			padding: 5px;
			font-size: 20px;
		}

		#register-or-join-waiting-list-form input[type="text"],
		#register-or-join-waiting-list-form input[type="email"],
		#register-or-join-waiting-list-form select {
			min-height: 42px;
		}

		#watch-event-form-popup .submit-watch-event-form,
		#register-or-join-waiting-list-form .submit-join-waiting-list-form {
			display: block;
			width: 100%;
			margin: 15px 0;
			padding: .7em 0;
		}

/*
*	Guest registration section
*/
.register-new-guest-button-section {
	display: block;
	margin-bottom: 1em !important;
}

/*
*	Hidden Guest fields
*/
.guest-section {
	float: left;
	display: block;
	width: 100%;
}

.guest-section-hidden {
	display: none;
}

/**
*	Past Event Badge
*/
#single-events-top .past-event-badge {
	font-size: 15px;
	font-weight: 800;
	color: #ffffff;
	background: #EC6666;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	line-height: 2;
	padding: 5px 14px;
	margin: .5em 0;
}


#event-registration-table tr:hover {
	cursor: pointer;
}

#event-unregister-popup .unregister-modal-preloader,
#edit-event-registration-details-popup .edit-event-registration-details-preloader {
	position: absolute;
	margin: 0 auto;
	top: 45%;
	right: 0 ;
	left: 0;
	bottom: 0;
}

/**
*	Action Icons
*/
#event-registration-table a.yikes-unregister-for-event, #waiting-list-table a.leave-waiting-list-button {
	color: rgba(255, 50, 50, 0.39);
}

#event-registration-table a.yikes-unregister-for-event:hover, #waiting-list-table a.leave-waiting-list-button:hover {
	color: rgba(247, 65, 65, 0.7);
}

#event-registration-table a.edit-event-registration-details-popup-button {
	color: rgba(99, 163, 245, 0.66);
}

#event-registration-table a.edit-event-registration-details-popup-button:hover {
	color: rgb(72, 148, 245);
}

/**
*	Frontned Events Management
*/
a.disabled-bootstrap-tab,
a.disabled-bootstrap-tab:hover {
	background: #fff !important;
	opacity: .4 !important;
	color: #333 !important;
	border: none !important;
	box-shadow: none !important;
}


/**
*	Edit Details etc. buttons
*/
#registered-events .join-waiting-list-button,
#registered-events .leave-waiting-list-button,
#wait-list .join-waiting-list-button, {
	display: none;
}
