@charset "utf-8";
/* CSS Document */

/*  ragistration form wrapper  */

.regheader{
	height: 65vh;
	display: flex!important;
	align-items: center;
}
.regheader .idxheaderlogo{
	width: 36%;
}
.regheader .idxctrAddwrapper{
	margin-top: 95px;
}
.ragistrationform {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	letter-spacing:0;
	color:#fff;
	position: absolute;
	top: -334px;
	padding: 25px 40px;
	border-radius: 4px;
}
.ragistrationform label, .ragistrationform label span{
	color: #000000!important;
}
.ragistrationform h2{
	color: #2A2A2A;
}
.awardform{
	color: #000;
}
.awardform h4{
	font-weight: 500;
	margin: 0 auto 15px;
	font-size: 18px;
	line-height: 24px;
	color: #ed1c24;
}
.awardform hr{
	background-color: #000000!important;
}
.awardform .form-control{
	background: #f4f4f4 !important;
	border: 2px solid #d8d8d8;
} 
.awardform select{
	appearance: auto;
}
.awardform input.error, .awardform select.error, .awardform textarea.error {
	border: 2px solid #ff0000;
}

.awardform input[type="checkbox"] {
	width: auto;
	padding: 0;
	margin: 10px;
}
.awardform input[type="checkbox"].error {
	border: 1px solid #ff0000 !important;
}
.awardform, .sposorshipform{
	width: 65%;
	margin: 0 auto;
	padding: 0 0;
	letter-spacing: 0;
}
.awardform h1{
	margin-bottom: 30px;
}
.idxform .form-control{
	background-color: #ffffff;
	border: 1px solid #748EE9;
	border-radius: 2px;
	padding: 8px 1.05rem;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
}
#marketingDiv{
	border-top: 1px solid #C8C8C8;
	padding-top: 1.5rem;
	position: relative;
}
#marketingDiv .form-label{
	font-size: 12px;
	line-height: 13px;
	color: #231F20!important;
}
#marketing-error{
	position: absolute;
	top: 4px;
}
.formHeader{
	border-bottom: 1px solid #C8C8C8;
	margin-bottom: 21px;
}

.idxform h3 {
	font-weight:900;
	width: 100%;
	margin: 0 auto 25px auto;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing:0;
	color:#3f69bd;
}
.idxform h3 u {
	color: #ed1c24;
	display: block;
	margin-bottom: 5px;
}


.idxform h4 {
  font-weight:500;
	margin: 0 auto 15px auto;
	font-size: 18px;
	line-height: 24px;
	color:  #ed1c24;
}
.idxform h5 {
  font-weight:900;
	margin: 0px auto 23px auto;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}
.idxform h6 {
  font-weight:900;
	margin: 25px auto 0px auto;
	font-size: 22px;
	line-height: 22px;
	color: #ed1c24;
	text-align:center;
	text-transform:uppercase;
}
.idxform label {
	display: block;
	width: 100%;
	font-weight:500;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 0.75rem;
	letter-spacing:0;
	color:#ffffff;
}
.idxform label span {
	color: #ffffff;
}
.idxform input.error, .idxform select.error, .idxform textarea.error {
	border: 2px solid #ff0000;
}

.idxform input[type="checkbox"] {
	width: auto;
	padding: 0;
	margin: 10px;
}
.idxform input[type="checkbox"].error {
	border: 1px solid #ff0000 !important;
}

.ragistrationform button {
	width: 100%;
	margin: 13px auto 0 auto;
	display: block;
	border: 0px;
	box-shadow: none;
	border-radius: 5px;
	padding: 24px 0;
	line-height: 17px;
	font-weight:500;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	letter-spacing: 0;
	text-transform:none;
	box-sizing: border-box;
	height: 66px;
}
.ragistrationform button:hover {
	background: #000000;
	color:#ffffff;
	border: 1px solid #fff;
}
.ragistrationform .error {
	color: #ff0000 !important;
	text-transform: capitalize !important;
}
.error {
	color: #ff0000 !important;
	text-transform: capitalize !important;
}

/*  End  */


@media only screen and (max-width: 1440px){
	
	.ragistrationform{
		top: -235px;
	}
	.regheader{
		height: 70vh;
	}
	.idxform label{
		font-size: 13px;
	}
	.idxform .form-control{
		padding: 8px 1.05rem;
		font-size: 14px;
	}
	/*.idxform h2{
		margin-bottom: 20px!important;
	}*/
}




@media only screen and (max-width: 1100px){
	
	.awardform, .sposorshipform{
		width: 90%;
	}
}

@media only screen and (max-width: 1280px){
	/*.regheader{
		height: 50vh;
	}*/
}

@media only screen and (max-width: 650px){
	
	.idxform h3 {
		font-size: 16px;
		line-height: 22px;
	}
	
	.idxform h3 a {
		display:block;
		padding:10px 0px;
		border-radius:60px;
	}
	.idxform .form-control{
		font-size: 12px;
	line-height: 12px;
	}
}








input:focus,
select:focus, 
textarea:focus {
	box-shadow: 0 0 5px #007eca;
	border: 1px solid #007eca;
	background: #C90205;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	position: relative;
	z-index: 9999;
}

#rd_business-error, #rd_plans-error, #ctiprovider-error {
	min-height: 30px;
	width: 200px;
	font-size: 12px;
}

#reasonerror {
	font-size: 12px;
	color: #ff0000 !important;
}



/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #b1b1b1; 
display:inline-block !important;
width:auto !important;
float:right;
}
.rating label span {
	display: block;
	font-size: 14px;
	text-align: center;
	margin-top: -5px;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #fbd400;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #fbd400;  } 


@media only screen and (max-width: 800px){
	
	.ragistrationform {
		width: 100%;
		position: relative;
		top: 0;
		padding: 20px;
	}
	.regheader{
		height: auto;
	}
	.regheader .idxctrAddwrapper{
		margin-top: 40px;
	}
}


