/* .pop-form {
	position: fixed;
	left: 50%;
	top: 30%;
	margin-left: -185px;
	width: 370px;
	z-index: 2;
	background-color: #AA99AA;
	opacity: 0.9;
} */

.pop-form {
	position: fixed;
	left: 50%;
	top: 30%;
	margin-left: -187px;
	width: 370px;
	z-index: 2;
	background-color: #ffffff; /*rgb(215, 241, 253);*/
	opacity: 0.95;
	border-radius: 5px;
	padding: 0px;
}

.form-shadow {
	/* margin: 5px; */
	padding: 12px;
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: block;
	/* border: double; */
}

.form-caption {
	background: #03a9f4;
	color: #ffffff;
	/* box-shadow: 0 2px 4px rgba(0,0,0,.4); */
	font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
	/* background-image: linear-gradient(rgb(30, 199, 255), rgb(3, 169, 244)); */
	/* text-shadow: 1px 1px 3px #004060; */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.form-caption-text {
	padding: 12px;
	line-height: 34px;
	font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 120%;
	/* background-image: linear-gradient(rgb(30, 199, 255), rgb(3, 169, 244)); */
	/* text-shadow: 1px 1px 3px #004060; */
}

.form-caption-button {
	/* background: #607d8b; */
	/* background: #2080a0; */
	/* background-image: linear-gradient(#3090c0, #2080a0); */
	background-image: linear-gradient(rgba(3, 169, 244, 0.8), #0288d1);
	/* background-image: linear-gradient(rgba(169, 80, 3, 0.8), rgba(169, 60, 3, 1)); */
	color: #ffffff;
	float: right;
	margin: 0px;
	font-size: 115%;
	padding: 2px 7px 3px 7px;
}

.form-button {
	/* background: #607d8b; */
	/* background: #2080a0; */
	background-image: linear-gradient(rgba(3, 169, 244, 0.8), #0288d1);
	color: #ffffff;
	line-height: 1.5;
}

/* .form-button:hover,
.form-caption-button:hover {
	-webkit-box-shadow: 0px 0px 3px 1px #f10900;
	-moz-box-shadow: 0px 0px 3px 1px #f10900;
	box-shadow: 0px 0px 3px 1px #f10900;
} */

.form-group {
	display: block;
	margin-bottom: 0px;
}

.form-time {
	width: 49%;
	display: inline-block;
}

.width-hundred {
	width: 100% !important;
}

.width-20 {
	width: 20% !important;
	display: inline-block;
}

.width-30 {
	width: 30% !important;
	display: inline-block;
}

.width-35 {
	width: 34% !important;
	display: inline-block;
}

.width-40 {
	width: 37% !important;
	display: inline-block;
}

.width-50 {
	width: 49% !important;
	display: inline-block;
}

.width-60 {
	width: 62% !important;
	display: inline-block;
}

.width-80 {
	width: 72% !important;
	display: inline-block;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

hr {
	display: block;
	unicode-bidi: isolate;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	margin-inline-start: auto;
	margin-inline-end: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.form-text {
	/* padding: 12px; */
	font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 85%;
	/* background-image: linear-gradient(rgb(30, 199, 255), rgb(3, 169, 244)); */
	/* text-shadow: 1px 1px 3px #004060; */
}

#phone_confirm_form {
	z-index: 3;
}
