.form-elements {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: -60px;
}
.form-box {
	float: left;
	width: 500px;
	background-color: #f9f9f9;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-shadow: 0 0 5px #3598db;
}
.form-header {
	float: left;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
}
.form-header-logo {
	float: left;
	height: 40px;
	width: auto;
    margin-left: 10px;
    margin-top: 10px;
}
.form-header-logo > img {
	float: left;
	height: 100%;
}
.form-header-close {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-right: 10px;
}
.form-header-close > a {
	float: left;
	width: 40px;
	height: 40px;
	background-color: #CCC;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 25px;
	cursor: pointer;
    transition: 0.5s;
}
.form-header-close > a:hover {
	background-color: #215374;
}


.form-box > form {
	float: left;
	width: 400px;
	margin: 0;
	margin-bottom: 50px;
}
.form-title {
	float: left;
	width: 100%;
	background-color: #CCC;
	border-radius: 0 0 46px 46px;
	box-shadow: 0px 2px 4px 0 #888;
	margin-bottom: 5px;
	background: linear-gradient(#CCC,#888);
}
.form-title > p {
	font-size: 16px;
	color: #383838;
	font-weight: 500;
}


.form-row {
	float: left;
	width: 100%;
	height: 40px;
	background-color: #FFFFFF;
	border-radius: 5px;
	/* margin-bottom: 5px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*overflow: hidden;*/
	border: 1px solid #f8f8f8;
	border-bottom: 0;
}
.form-row > i {
	float: left;
	width: 40px;
	height: 40px;
	background-color: #CCC;
	background-color: #FF5722;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px 0px 0px 5px;
}
.form-row > input {
	float: left;
	padding: 0 10px;
	width: calc(100% - 60px);
	border: 0;
	border-radius: 0px 5px 5px 0;
	color: #555;
	font-size: 16px;
	font-weight: 300;
	font-family: inherit;
	height: 40px;
}
.form-row > input:focus {
	color: #000000;
	outline: none;
}
.form-row > select {
	float: left;
	width: calc(100% - 40px);
	height: 40px;
	padding: 10px;
	border-style: hidden;
	font-size: 16px;
	font-weight: 300;
	font-family: inherit;
	border-radius: 0px 5px 5px 0;
}
.form-row > select:focus {
    outline: none;
}
input.shared-row {
	width: calc(50% - 40px);
}
.iti {
	width: calc(100% - 80px);
    height: 40px;
	margin-right: auto;
}
.iti input {
    float: left;
    width: 100%;
    height: 40px;
    border: 0;
    color: #555;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
    outline: none;
}

.form-row > button {
	float: left;
	width: 48%;
    width: 49.3%;
	border: 0;
	height: 40px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400 !important;
	font-family: inherit;
    cursor: pointer;
    transition: 0.5s;
}
.form-row > button:hover {
    background-color: #215374;
	background-color: #FF5722;
    color: #FFF;
}



.form-initial-hidden-input {display:none;}
.form-text-left {text-align: left;}
.form-text-right {text-align: right;}
.form-text-justify {text-align: justify;}
.form-text-center {text-align: center;}
.no-background {background-color: transparent !important;}
.auto-height {height: auto !important;}
.flex-w-center {justify-content: center !important;}

.form-row.no-background.auto-height.alert-info-error, .form-row.no-background.auto-height.inv-message.alert-inv-message {
    margin-top: 0;
}
.form-row.no-background.auto-height.alert-info-error > p, .form-row.no-background.auto-height.inv-message.alert-inv-message > p {
	text-align: center;
	margin: 0;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	min-height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 300;
	font-size: 12px;
	flex-wrap: wrap;
	align-content: center;
}
.alert-info-message {
	background-color: #008CBA20;
}
.alert-warning-message {
	background-color: #F0000020;
}
.alert-success-message {
	background-color: #00FF0020;
}

.form-billing {
	float: left;
}
.form-general {
	float: left;
}

.form-row > a {
	float: left;
	width: 40px;
	height: 40px;
	font-size: 20px;
	display: none;
	cursor: pointer;
}
.form-row > a > i {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-row > a.phone-error {
	color: tomato;
}
.form-row > a.phone-valid {
	color: #009565;
}

.btn-add-participants {
	float: left;
	width: 100%;
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #555;
}

.btn-add-participants-container {
	float: left;
	width: 100%;
  }
  .btn-add-participants > span {
	margin-right: 5px;
  }
  .btn-add-participants:hover {
	background-color: #CCCCCC50;
	border-radius: 5px;
	color: #383;
  }

  .pop-up {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.96);
	z-index: 1;
	display: none;
}

.pop-up-container {
	float: left;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
}
  .pop-up-container > form {
	float: left;
	width: 320px;
	margin-top: 30px;
}

input[name=form_participant_phone] {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
}


.load-participants {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
  }
  .load-participants > .form-row {
	float: left;
	width: 300px;
  }
  .participants-container {
	float: left;
	width: 320px;
  }
  .participants-container > .form-row {
	min-height: 60px;
  }
  .participants-container button {
	float: left;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	cursor: pointer;
}

#add-participants-area-button {
	display: none;
}

.form-row.no-background.auto-height.load-participants > .participants-container {
	width: 100%;
	font-size: 12px;
  }
  .form-row.no-background.auto-height.load-participants > .participants-container > button {
	display: none;
  }

  .pop-up-container.form-result-message {
	align-items: center;
}


.pop-up-message {
	display: none;
}
.form-result-message-container > i {
	font-size: 50px;
}

.form-result-message-container {
	float: left;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  }
  .form-result-message-container > p {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
  
.form-result-message-container > p > span {
	float: left;
	width: 100%;
  }
  .form-result-message-container > p > a {
	float: left;
	padding: 10px;
	background-color: #CCC;
	border-radius: 5px;
	color: #000;
	font-weight: 500;
	margin-top: 10px;
  }

.warning {
	color: rgb(255, 165, 0) !important;
}
.error {
	color: rgb(255, 99, 71) !important;
}
.success {
	color: rgb(60, 179, 113) !important;
}
.sending {
    color: #008CBA !important;
}
#form-load-participants > .form-row.alert-info-error {
	width: 100%;
}
#form-load-participants {
	display: none;
}

@media screen and (max-width: 500px) {
	.form-box {
		width: 100%;
		border-radius: 0;
		box-shadow: unset;
	}
	.form-box > form {
		width: 90%;
	}
	.form-elements {
		margin-top: 0;
	}	
	.form-result-message-container {
		width: 90%;
	}
}