#content-modal .modal-white-wrapper .modal-header {
	border-bottom:none;
	position: relative;
	padding-top:5px;
	padding-bottom:5px;
}
#content-modal .modal-white-wrapper .modal-header .modal-title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1em;
	
}
#content-modal .modal-white-wrapper .modal-header .close {
	margin: 0;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
#content-modal .modal-body {
	background-image:url("/resources/img/products/angiography/interventional-cardiology/alphenix-evolve/modal-bg-alphenix-evolve.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	xxxmin-height: 500px
}
#content-modal .inquiry-form-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
/*#content-modal .inquiry-form-wrap {
	position:absolute;
	xxxxbackground-color: rgba(0,255,0,.5);
	top: 10%;
  xxxtransform: translateY(-75%);
	left: 0;
	right: 0;
	padding: 15px;
}*/
@media (max-width: 992px) {
	#content-modal .modal-body {
	background-position: center right;
}
	#content-modal .inquiry-form-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
	/*#content-modal .modal-body {
	min-height: inherit;
}*/
	/*#content-modal .inquiry-form-wrap {
	position:inherit;
		top: 0;
		xxxtransform: none;
}*/
}
@media (max-width: 767px) {
}
#content-modal .inquiry-form-wrap h1 {
	font-size: 26px;
	line-height: 29px;
	margin-bottom:20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.75); 
}
#content-modal .inquiry-form-wrap p {
	font-size:14px !important;
	line-height:18px;
	margin-bottom:14px;
	color: rgb(255,255,255)!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.75); 
}

p.inquiry-disclaimer {
	background-color: rgb(204,0,0);
	padding: 5px 10px;
}

.inquiry-form-wrap hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.inquiry-form-wrap .well {
	background-color: transparent;
	padding:10px 10px 0 10px;
	margin-top: 10px;
	margin-bottom: 0;
}
.inquiry-form {
	margin-top:30px;
}
.inquiry-form .form-control::-moz-placeholder {
 	color: rgb(50,50,50);
}
.inquiry-form .form-control:-ms-input-placeholder {
 	color: rgb(50,50,50);
}
.inquiry-form .form-control::-webkit-input-placeholder {
 	color: rgb(50,50,50);
}
.inquiry-form .form-control::placeholder {
 	color: rgb(50,50,50);
}
.inquiry-form .form-group {
	margin-bottom: 0;
}
.inquiry-form .radio-inline {
	color: rgb(255,255,255);
    text-shadow: 1px 1px 1px rgba(0,0,0,.75); 
}
.inquiry-form .has-error .form-control {
    background-color: rgba(255,230,230,.75);
    border-color: rgb(255,0,0);
}
.inquiry-form .form-group .help-block {
	margin-bottom: 0;
	margin-top: 0;
	min-height: 18px;
}
.inquiry-form .form-group .help-block ul {
	margin-bottom: 0!important;
	margin-top: 0!important;
}
.inquiry-form .form-group .with-errors ul li {
	background-color: transparent;
	font-size: 11px;
	color: rgb(255,0,0);
	border: none;
	padding: 0;
	padding-top: 2px;
}
.inquiry-form .btn-submit {
	width: 100%;
	background-color: rgb(255,0,0);
	color: rgb(255,255,255);
	margin-top:5px;
}
@media (max-width: 1199px) {}
@media (max-width: 767px) {
.radio-inline {
	margin-bottom: 15px;
}
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
