.ticking-info-wrap .ticking-info .ticking-info-type{
	display: flex;
	flex-direction: column;
	/*position: relative;*/
}


.error-msg{
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	background-color: #f8d7da;
	color: #721c24;
	border-color: #f5c6cb;
}


.captcha-container{
	position: relative;
    display: inline-block;
    padding: 5px;
    float: left;
    width: 50%;
}


input[name=captcha_text]{
	position: absolute;
    margin-left: 10px;
	padding: 10px 20px;
	border: none;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	line-height: 26px;
	background: #fff;
	font-size: 16px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	height: 50px;
}

.form-group.has-error .input-wrapper {
	border: 1px solid #DC2329;
}
.form-group.has-error span.error {
	color: #DC2329;
}


/******** FB Container ********/
.fb-modal, .appleid-modal{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1000;
	height: 100%;
}


.fb-dialog, .appleid-dialog{
	margin-top: 0;
	margin-bottom: 0;
	height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.fb-body, .appleid-body{
	position: relative;
	-moz-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
}


.fb-content, .appleid-content{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: .3rem;
	outline: 0;
}


.fb-header, .appleid-header{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #e9ecef;
}


.fb-title, .appleid-title{
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 0;
}


.fb-body, .appleid-body{
	position: relative;
	-moz-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
}


.fb-footer, .appleid-footer{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	padding: 15px;
	border-top: 1px solid #e9ecef;
}


.fb-footer>:not(:first-child), .appleid-footer>:not(:first-child){
	margin-left: .25rem;
}

.fb-footer>:not(:last-child), .appleid-footer>:not(:last-child){
	margin-right: 0.25rem;
}


.fb-form-group, .appleid-form-group{
	display: block;
	margin-bottom: 1rem;
}

.fb-form-group label, .appleid-form-group label{
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.fb-form-control, .appleid-form-control{
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	background-color: #FFF;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	overflow: visible;
	margin: 0;
}


.fb-btn, .appleid-btn{
	min-width: 152px;
    padding-top: 3px;
    line-height: 50px;
    display: block;
    padding-left: 30px;
    position: relative;
    text-align: left;
}


.fb-btn-danger, .appleid-btn-danger{
	color: #fff;
    background-color: #A4A4A4;
    border-color: #A4A4A4;
}


.fb-btn-success, .appleid-btn-success{
	color: #fff;
    background-color: #08564D;
    border-color: #08564D;
    display: inline-block;
    margin: 10px 5px;
    padding-right: 68px;
}

.fb-email-msg, .appleid-email-msg{
	display: none;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: red;
}

.hide{
	display: none !important;
}

.appleid-small-title {
    padding-bottom: 5px;
}
.appleid-desc {
    padding-bottom: 10px;
}
#appleid-signin rect {
    ry: 0%;
}
#appleid-signin text {
    font-size: 8px;
    font-family: 'akkuratStd', Arial, sans-serif, applied-button-font-0;
}
.login-appleid-btn {
    background: #000;
    color: #fff;
    max-width: 300px;
}
.login-appleid-btn span{
    background: #2f2e2e;
}
.login-appleid-btn.max-width {
    max-width: 300px;
}
.login-appleid-btn:hover {
    color: #fff;
    background: #1d1a1a;
}

@media (min-width: 576px){
	.fb-dialog, .appleid-dialog{
		max-width: 500px;
		margin: 30px auto;
	}
}

.share-btn-wrapper {
  width: 215px;
}
#forgot-pwd-popup .popup {
	background: #232323;
}
#forgot-pwd-popup .popup-title {
	margin-bottom: 25px;
}
#forgot-pwd-popup .close-btn {
	margin-top: 25px;
}
#forgot-pwd-popup .close-btn .arr-button {
	display: inline-block;
}
#forgot-pwd-popup .input-group {
	display: inline-block;
	position: relative;
}
#forgot-pwd-popup .input-group > input {
	height: 44px;
	font-size: 14px;
	line-height: 1em;
	vertical-align: middle;
	padding-left: 35px;
	padding-right: 15px;
	border: 1px solid #ddd;
}
#forgot-pwd-popup .input-group > .input-icon {
	position: absolute;
	left: 12px;
	bottom: 50%;
	transform: translate(0, 50%);
}
#forgot-pwd-popup .actions {
	margin-top: 25px;
	position: absolute;
  right: 0;
  bottom: 0;
}
#forgot-pwd-popup .actions .arr-button {
	display: inline-block;
}

#sending-wrap.popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*
  right: auto;
  bottom: auto;*/
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 10000;
}

#sending-wrap.popup-wrap .center-popup,
#crazyad-wrap.popup-wrap .center-popup {
  position: static;
}

.loading_screen {
    text-align: center;
}
#seatplan-session-error .popup
{
	background: #232323;
}
#seatplan-session-error .actions
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#seatplan-session-error .actions .arr-button
{
	margin-right: 10px;
}
#seatplan-session-error .popup
{
	padding-top: 15px;
}
@media only screen and (max-width: 1024px)
{
	#seatplan-session-error .actions
	{
		justify-content: center;
	}
	#seatplan-session-error .actions .arr-button
	{
		width: 100%;
		display: inline-block;
	}
}
@media only screen and (max-width: 1024px) {
	#step3-contact-info .l-span7 input {
		border: 1px solid #BDBDBD;
	}
}

.line_btn {
	padding: 13.9px 59.5px;
}


#forgot-pwd-popup .popup .popup-contnet{
	padding-left: 185px;
}
#forgot-pwd-popup .form-group .error {
	padding-left: 5px;
}
@media only screen and (max-width: 1024px) {
	#forgot-pwd-popup .actions {
		position: relative;
	}
	#forgot-pwd-popup .popup .popup-contnet{
		padding-left: 40px;
		text-align: center;
	}
	#forgot-pwd-popup .form-group .error {
		display: block;
		padding-top: 5px;
	}
}
