@charset "utf-8";
/* CSS Document */

/*  ragistration form wrapper  */

.registrationform {
  width: 80%;
  margin: 0 auto;
  padding: 30px 5%;
  border: 1px solid #e8e8e8;
}

.registrationform h3 {
  font-family: "BentonSans";
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 24px;
  line-height: 36px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.registrationform h5 u {
  color: #ed2024;
  display: block;
  /*margin-bottom: 5px;*/
}
.registrationform h6 {
  text-align: left;
  color: #000 !important;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.registrationform h4 {
  font-family: "BentonSans";
  margin: 0 auto 15px auto;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1568b6;
}
.registrationform h5 {
  font-family: "BentonSans";
  margin: 25px auto 0px auto;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
}
.registrationform label {
  display: block;
  width: 100%;
  color: #333;
  /*letter-spacing: 0.5px;
	text-transform: uppercase;*/
  font-size: 16px;
  padding: 0 0 0 0px;
}
.registrationform label span {
  color: #ff0000;
}
.registrationform p {
  color: #333;
  font-weight: bold;
  padding: 0;
}

.registrationform input[type="text"],
.registrationform textarea {
  width: 100%;
  border: 0;
  box-shadow: none;
  /* padding: 12px 3%; */
  padding: 12px 15px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000;
  /* background: #e8e8e8 !important; */
  background: #f5f8fa !important;
  border: 1px solid #d1d3e2;
  border-radius: 3px;
  display: inline-block;
}
.registrationform select {
  width: 100%;
  /* border: 0px; */
  box-shadow: none;
  /* border-radius: 5px; */
  /*padding: 6px 3%;*/
  padding: 1%;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.5px;
  /*color: #000;*/
  color: #666666;
  /*background: #e8e8e8 !important;*/
  background: #f5f8fa !important;
  border: 1px solid #d1d3e2;
  border-radius: 3px;
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  /*appearance: none;
	position:relative;
	z-index:1;
	display:inline-block;*/
  /*background: transparent;
	
	-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
	
	*/
}
/*.registrationform select:after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background: #34495e;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}*/

/*.registrationform input:after {
	display: table !important;
	clear: both !important;
	content: "" !important;
	width: 80% !important;
	height: 10px !important;
	margin: -10px auto !important;
	background: #253c91 !important;
}*/

.registrationform input.error,
.registrationform select.error {
  border: 2px solid #eaf0f6;
}

.registrationform input[type="checkbox"] {
  width: auto;
  padding: 0;
  margin: 10px;
}
.registrationform input[type="checkbox"].error {
  border: 1px solid #eaf0f6 !important;
}

.registrationformedit input.error,
.registrationformedit select.error {
  border: 2px solid #eaf0f6;
}

.registrationformedit input[type="checkbox"] {
  width: auto;
  padding: 0;
  margin: 10px;
}
.registrationformedit input[type="checkbox"].error {
  border: 1px solid #eaf0f6 !important;
}

.registrationform button {
  width: 140px;
  margin: 20px auto 0 auto;
  display: block;
  border: 0px;
  box-shadow: none;
  border-radius: 5px;
  padding: 12px 0;
  line-height: 20px;
  font-family: "BentonSans";
  font-size: 16px;
  color: #fff;
  background: #1568b6;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.registrationform button:hover {
  background: #000;
}

.registrationformedit {
  width: 100%;
  margin: 0 auto;
  padding: 10px 2%;
}

.regformcolmain {
  display: table;
  content: "";
  width: 100%;
  clear: both;
  margin: 15px 0;
}
.regformcol1 {
  float: left;
  display: block;
  width: 48%;
}
.regformcol2 {
  float: right;
  display: block;
  width: 48%;
}
.regformcol3 {
  float: left;
  display: block;
  width: 30%;
  margin: 0 0 0 0;
}
.regformcol4 {
  float: left;
  display: inline-block;
  width: 48%;
}

.regformcol5 {
  float: right;
  display: inline-block;
  width: 48%;
}

.formadd button {
  width: 50px !important;
  margin: 20px auto 0 auto;
  display: block;
  border: 0px;
  box-shadow: none;
  border-radius: 5px;
  padding: 12px 0;
  line-height: 20px;
  color: #fff;
  background: #1568b6;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.formadd button a:hover {
  background: #000;
}

.upload-box {
  width: 95%;
  padding: 55px 55px;
  margin: 0 auto;
}
.upload {
  border: dashed 2px #cfcfcf;
  background: #fff !important;
  margin: 0 auto;
}

.upload img {
  cursor: pointer;
}

.upload-box p {
  padding-top: 10px;
  color: #333333;
  font-size: 14px;
}
.upload-box h6 {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
.upload-box h6 span a {
  color: #1568b6;
  font-size: 16px;
}

.registrationform input .box {
  font-size: 11px;
}

.error {
  color: #ed2024 !important;
  text-transform: capitalize !important;
  display: block;
}

.regformcolmain1 {
  margin-top: 30px;
}
.regformcolmain2 {
  display: table;
  content: "";
  width: 100%;
  clear: both;
  margin: 5px 0;
}
.regformcolmain3 {
  margin: 10px 0;
}
.registrationformedit input,
select {
  border: none;
  border-bottom: 1px solid rgba(122, 122, 122, 0.1);
  width: 100%;
}

.ragformcolmain {
  display: table;
  content: "";
  width: 100%;
  clear: both;
  margin: 15px 0;
}
.regformcolmainform {
  display: table;
  content: "";
  width: 100%;
  clear: both;
  margin: 0;
}
.regformcolmainform span {
  display: block;
}

/*  End  */

@media only screen and (max-width: 1440px) {
  .registrationform h3 {
    margin: 0 auto 20px auto;
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1100px) {
  .registrationform h3 {
    width: 100%;
    margin: 0 auto 20px auto;
    font-size: 20px;
    line-height: 24px;
  }

  .registrationform {
    width: 90%;
  }
}

@media only screen and (max-width: 650px) {
  .registrationform h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .regformcolmain {
    margin: 0px 0;
  }
  .regformcol1 {
    float: none;
    display: block;
    width: 100%;
    margin: 15px 0;
  }
  .regformcol2,
  .regformcol3,
  .regformcol4 {
    float: none;
    display: block;
    width: 100%;
    margin: 15px 0;
  }
}

@media only screen and (max-width: 450px) {
  .regformcol2,
  .regformcol3,
  .regformcol4 {
    float: none;
    display: block;
    width: 100%;
    margin: 15px 0;
  }
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-bottom: 1px solid #0095da;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 9999;
}
.registrationform input[type="text"],
.registrationform textarea {
  width: 100%;
  border: 0;
  box-shadow: none;
  /* padding: 12px 3%; */
  padding: 12px 15px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000;
  /* background: #e8e8e8 !important; */
  background: #f5f8fa !important;
  border: 1px solid #d1d3e2;
  border-radius: 3px;
  display: inline-block;
}

.duplicate_highlight{
  background: #e2f0fa !important;
  border-bottom: 1px solid #000000 !important;
}

.registrationform p {
  color: #333;
  font-weight: bold;
  padding: 0;
}
.upload-box p {
  padding-top: 10px;
  font-weight: bold;
  color: #989898;
  font-size: 14px;
}
