@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:'Humana777';
	src:url('../fonts/Humana777/Humana777.eot');
	src:url('../fonts/Humana777/Humana777.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Humana777/Humana777.svg#Humana777') format('svg'),
		url('../fonts/Humana777/Humana777.woff') format('woff'),
		url('../fonts/Humana777/Humana777.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Humanist521BTLight';
	src:url('../fonts/Humanist521BTLight/Humanist521BTLight.eot');
	src:url('../fonts/Humanist521BTLight/Humanist521BTLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Humanist521BTLight/Humanist521BTLight.svg#Humanist521BTLight') format('svg'),
		url('../fonts/Humanist521BTLight/Humanist521BTLight.woff') format('woff'),
		url('../fonts/Humanist521BTLight/Humanist521BTLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Humanist777bt';
	src:url('../fonts/Humanist777bt/Humanist777bt.eot');
	src:url('../fonts/Humanist777bt/Humanist777bt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Humanist777bt/Humanist777bt.svg#Humanist777bt') format('svg'),
		url('../fonts/Humanist777bt/Humanist777bt.woff') format('woff'),
		url('../fonts/Humanist777bt/Humanist777bt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Humanist777BTBlackB';
	src:url('../fonts/Humanist777BTBlackB/Humanist777BTBlackB.eot');
	src:url('../fonts/Humanist777BTBlackB/Humanist777BTBlackB.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Humanist777BTBlackB/Humanist777BTBlackB.svg#Humanist777BTBlackB') format('svg'),
		url('../fonts/Humanist777BTBlackB/Humanist777BTBlackB.woff') format('woff'),
		url('../fonts/Humanist777BTBlackB/Humanist777BTBlackB.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* /custom fonts */
/* reset */

/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left; color:#FFF;font-size:18px;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */

/*end reset*/


/* header */
body{
padding:0;
margin:0;
 background-image: url("../admin/images/bg.png");
    background-repeat: no-repeat;

font-family: Humanist521BTLight;

}

h1,h2,h3,h4,h5,h6{
	margin:0;
	
}	
p{
	margin:0;

}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
	font-weight: 400;
}
.logo{
    float: left;
    height: 50px;
    padding: 00px 0px;
    font-size: 18px;
    line-height: 20px;
}
/***Custom css***/

#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Humanist521BTLight;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

h1 { text-align: center;}

header {margin: 10px;}

input { padding: 10px; width: 100%; font-size: 17px; font-family: Humanist521BTLight; border: 1px solid #aaaaaa;}

/* Mark input boxes that gets an error on validation: */
input.invalid { background-color: #ffdddd;}

/* Hide all steps by default: */
.tab { display: none;}

button {display: inline-block;color: #fff;background: #000;border-radius: 3px; border: none; padding: 5px 20px;font-size: 15px;
cursor: pointer; text-transform: uppercase;}

.col-sm-1.float-lt.txt-lt {padding-top: 11px;}
.thsearch {
font-size: 12px;
}
button:hover {opacity: 0.8;}

#prevBtn { background-color: #8d8d8d; margin-right: 20px;}

/* Make circles that indicate the steps of the form: */
.step { height: 15px; width: 15px; margin: 0 2px; background-color: #bbbbbb; border: none;   border-radius: 50%; display: inline-block; opacity: 0.5;}

.step.active { opacity: 1;}

/* Mark the steps that are finished and valid: */
.step.finish { background-color: #4CAF50;}
/***Custom css***/

.kaplogo{ padding:10px 10px 0px;  font-size:22px; color:#FFF;  text-align:center; font-family: 'Humanist777bt';}

.feedtext{ background-color:#000; padding: 6px 8px; font-size:18px; color:#FFF; width:44%; margin: 0 auto; text-align: center; font-family: 'Humanist521BTLight';}

.rigttxt{font-size:18px; color:#FFF}
textarea.form-control {
    height: auto;
    color: #000;
}

#content{margin-top:30px;}

.datedaay{ font-size:20px; color:#FFF;  text-align:center; margin-top:0px; clear:both; }

.datedaay1{ font-size:16px; color:#FFF;  text-align:center; margin-top:10px}

#starform{margin-top:20px;}

#starform1 { margin-top: 13px;}

form .stars { background: url("../images/stars.png") repeat-x 0 0; width: 150px; /* margin: 0 auto;*/  }

.form-required { margin-left: 5px; color: red;}
 
form .stars input[type="radio"] { position: absolute; opacity: 0; filter: alpha(opacity=0);}

form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%; }

form .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
form .stars label:hover ~ span {
  background-position: 0 -30px;
}
form .stars label.star-5:hover ~ span {
  width: 100% !important;
}
form .stars label.star-4:hover ~ span {
  width: 80% !important;
}
form .stars label.star-3:hover ~ span {
  width: 60% !important;
}
form .stars label.star-2:hover ~ span {
  width: 40% !important;
}
form .stars label.star-1:hover ~ span {
  width: 20% !important;
}


form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("../images/stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}
.form-control { border: 1px solid #000; /*width: 70%;*/ margin: 0 auto; width: 50%;}
textarea { resize: none;}
.buttons{ padding: 10px 0px; text-align:center; margin-bottom:20px;}
.buttons .button{display:inline-block; padding:5px 20px; color:#fff; background:#000; border-radius:5px;}
.foot{ 
  bottom: 0px;
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
 }

.loginmodal-container {
  padding: 20px;
  max-width: 350px;
  width: 100% !important;
  /*border:1px solid #000;*/
  margin: 0px auto;
  
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
 width: 40%;
display: block;
position: relative;
text-align: center;
margin: 10px auto;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #000000;
  border-top: 1px solid #000000;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.loginmodal-container input[type=email] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #000000;
  border-top: 1px solid #000000;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=date] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #000000;
  border-top: 1px solid #000000;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #000000;
  border-top: 1px solid #000000;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.loginmodal-container input[type=email]:hover{
  border: 1px solid #000000;
  border-top: 1px solid #000000;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal-container input[type=date]:hover{
  border: 1px solid #000000;
  border-top: 1px solid #000000;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #000;
  padding: 12px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #fabb20;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 1;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
.loginmodal-container input[type=text] {
    background-color: white;
   background-position: 10px 10px;
    background-repeat: no-repeat;
   
}
.loginmodal-container input[type=email] {
    background-color: white;
    
    background-position: 10px 10px;
    background-repeat: no-repeat;
    
}
.loginmodal-container input[type=date] {
    background-color: white;
    
    background-position: 10px 10px;
    background-repeat: no-repeat;
    
}
.fanncy-checkbox {display:none;}
.fanncy-checkbox + label {
    display: inline-block;
    background: url(../images/checkbox1.jpg) 0 0 no-repeat;
    padding-left: 35px;
    min-width: 1px;
    padding-bottom: 20px;
    padding-right: 10px;
	margin-top: 10px;
}
.fanncy-checkbox:checked + label{display:inline-block; background:url(../images/correct.jpg) 0 0 no-repeat;}

.left-sec{float: left; width: 25%;}

.centr-sec{float: left; width: 50%;}

.right-sec{float: left; width: 25%;}



.select-style {
    border: 1px solid #000;
    width: 100%;
    overflow: hidden;
    background:url(../images/icon-select.png) no-repeat 98% 50%;border-radius: 0;

margin-bottom: 10px;height: 43px;
background-color: #fff;
}

.select-style select {
font-family: Humanist521BTLight;
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;height: 43px;font-size: 16px;
}

.select-style select:focus {
    outline: none;
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFF;
  color: #000;
  text-align: center;
}



@media screen and (max-width: 767px) {
	.container { padding:0 20px; }
	.navbar-brand { float: none;}
	.navbar-brand > img { display: block; margin:0 auto;}
	.txt-cent1{text-align:center; margin-top:0px;}
	.datedaay {padding:2px; font-size: 14px;}
	.feedbacktop {margin-top: 1px;}
	.form-control {width: 100%;}
	.foot {bottom: -57px;height: 50px;left: 0; position: relative; right: 0;}
	.logo{ float:none;}
	.imglogo{ margin:0 auto;}
/*.kaplogo {margin-top: 5%;}*/
	.feedtext{width:69%; margin: 0 auto;}
	#content { margin-top: 3%;}
	.right-sec {float: left;width: 100%;text-align: center; position: relative; top: -12px;}
	.feedtext {font-size: 14px;}
	
}

@media screen and (max-width: 480px) {
.feedtext {font-size: 13px; padding: 6px 8px; width: 90%;}
.imglogo { margin: 10px auto; width: 70px;}
.kaplogo {font-size: 15px;}	

}

@media screen and (max-width: 360px) {
	.navbar-brand { float: none;}
	.navbar-brand > img { display: block; margin:0 auto;}
	.txt-cent1{text-align:center; margin-top:10px;font-size: 12px; }
	.datedaay {padding:0px; margin-top:0px;}
	.feedbacktop {margin-top: 1px;}
	.form-control {width: 100%;}
	.foot {bottom: -38px;height: 50px;left: 0;position: relative;right: 0;}
	.logo{ float:none;}
	.imglogo{ margin:0 auto;}
	.kaplogo {font-size: 14px;}
	.feedtext{width:90%;  margin: 0 auto; font-size: 12px; padding: 6px 8px;}
	#content { margin-top: 3%;}
	.imglogo { width: 55px;}
	
}

/* small device (sm) */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.container { max-width:800px; }
	.feedtext{width:60%;  margin: 0 auto;   }
}

/* medium device (md) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.container { max-width:1000px; }
	
}

/* large device (lg) */
@media screen and (min-width: 1200px) {
	.container { max-width:1000px; }
}
