/*********************
* Multi - form
**********************/

.multiStepRegistration .req-text {
    /* text-align: right; */
    font-size: 12px;
    padding: 10px;
}
.multiStepRegistration a{
	color: #0369dd;
}
.multiStepRegistration .back-link {
	margin-top: 30px;
}
.multiStepRegistration a.btn-admin {
	color: #fff;
}
.multiStepRegistration p {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #354463;
  line-height: 1.3em;
  margin-top: 16px;
}
.stepwizard-row {
  display: table-row;
}
.multiStepRegistrationTop{
 /*  position: sticky;
  position: -webkit-sticky; */
  box-shadow: 0 7px 20px 0 #eff1f6!important;
  /* top: 0; */
  background-color: #fff;
  z-index: 4;
  width: 100%;
}
.multiStepRegistrationTop .head-multiStep{
	padding: 20px 0 0 20px;
    display: inline-block;
}
.stepwizard {
  display: table;
  width: 100%;
  margin: 10px 0 20px 0;
  position: relative;
}
.stepwizard-step button[disabled] {
  /*opacity: 1 !important;
  filter: alpha(opacity=100) !important;*/
}
.multiStepRegistration .stepwizard .btn.completed,
.multiStepRegistration .stepwizard .btn.btn-success{
  /* border: solid 2px #22d9a4;
  z-index: 2; */
  color: #fff;
  background-image: linear-gradient( 57deg, rgb(0, 177, 75) 13%, rgb(0, 211, 103) 86%);
}
.multiStepRegistration .stepwizard .btn.error{
  	color: #ffffff;
  	background-image: linear-gradient(50deg, #ffc402 17%, #ffdc00 82%);
  	border-color: transparent;
}
.multiStepRegistration .stepwizard .stepwizard-step .active{
    border: solid 2px #22d9a4;
}
.multiStepRegistration .stepwizard .stepwizard-step div{
    border: solid 2px transferent;
    z-index: 2;
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
}
.multiStepRegistration .stepwizard .btn{
	color: #354463;
  	background-color: #eff3fa;
}
.stepwizard-step-link {
  border-radius: 50%;
  position: relative;
  width: 48px;
  height: 48px;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #ffffff;
  padding: 6px;
  display: inline-block;
}
.stepwizard .btn.disabled, 
.stepwizard .btn[disabled], 
.stepwizard fieldset[disabled] .btn {
  opacity:1 !important;
  color: #354463;
  background-color: #eff3fa;
  background-image:none;
}
.stepwizard-row:before {
  top: 22px;
  bottom: 0;
  position: absolute;
  content:" ";
  width: 84%;
  margin-left: 8%;
  height: 2px;
  background-color: #eff3fa;
  z-index: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 14%;
}
.btn-circle {
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 4px 0;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 15px;
  font-weight: 600;
}
.multiStepRegistration .panel{
    box-shadow: none;
}
.multiStepRegistration .panel-title {
  padding: 8px 0;
  font-weight: 700;
  font-size: 18px;
}
.multiStepRegistration .panel-heading {
  cursor: pointer;
  box-shadow: none;
}
.multiStepRegistration .panel.disabled{
  cursor: default;
  opacity: 0.38;
}
.multiStepRegistration .panel.disabled .panel-heading{
  cursor: default !important;
}
.multiStepRegistration .panel-primary{
  	border: none;
}
.multiStepRegistration .panel-primary>.panel-heading{
    min-height: 40px;
    background-color: #eff3fa;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
    color: #354463;
    border-radius: 4px;
}

.multiStepRegistration .panel-heading :after {
  	font-size: 20px;
  	font-family: 'Glyphicons Halflings';
 	content:"\e082";
 	float: right; 
  	color: #919191;
}
.multiStepRegistration .panel-heading .collapsed:after {
	content:"\e081";
}
.multiStepRegistration .copy-address label{
	padding-bottom: 20px;
}
.multiStepRegistration .moreInfo{
	margin-left: 10px;
}
.multiStepRegistration .upload-btn-wrapper{
	margin-top: 20px;
}
.multiStepRegistration .divider{
	background-color: #cccccc;
    border: 0;
    color: #eee;
    height: 1px;
    margin: 12px 0;
    margin-bottom: 25px;
}
.multiStepRegistration .checkbox-head{
    font-size: 16px;
    font-weight: 700;
    color: #0369dd;
    margin-bottom: 10px;
}
/**
* Card header
*/
.multiStepRegistration .cardHeader{
	display: flex;
    justify-content: space-between;
	padding: 10px 0;
}
.multiStepRegistration  .cardHeader .moreInfo{
	margin-left: 0px;
}
.multiStepRegistration  .cardHeader img{
	vertical-align: text-top;
}
.multiStepRegistration .multiBtn{
    color: #0369dd;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
    border: 1px solid rgba(3, 105, 221, 0.5);
}
.multiStepRegistration .multiBtn.active{
	background-color: #0369dd;
    color: #fff;
}
.multiStepRegistration #termAndConditionsSelected{
    width: 22px;
    height: 22px;
    margin-left: -30px;
}
.termContainer .checkbox-inline{
    padding-left: 30px;
}
.termContainer img{
    margin-right: 5px;
}
.multiStepRegistration .multiBtn.disabled
{
	cursor: not-allowed;
}
.multiStepRegistration .multiBtnSecond{
	border-radius: 0 4px 4px 0;
	margin-left: -5px;
}
.multiStepRegistration .cardDetails{
	background-color: #0369dd;
	color: #fff;
	height: 64px;
	margin-bottom: 24px;
}
.multiStepRegistration .cardDetails h6{
	font-weight: bold;
    font-size: 18px;
    padding: 22px 10px;
}
.multiStepRegistration .cardType{
	margin: 20px 0;
}
.multiStepRegistration .cardType label{
	padding-left: 5px;
}
.multiStepRegistration .cardType .control-label{
	padding-left: 0px;
}
.multiStepRegistration .cardType .form-group{
	margin-bottom: 5px;
}
.multiStepRegistration .cardType p{
	padding-left: 20px;
    font-size: 14px;
    color: #6e7a93;
    line-height: 1.43;
    margin-top: 5px;
}
.multiStepRegistration .cardDetailsIndividual,
.multiStepRegistration .cardDetailsBulk{
	display: none;
}
.multiStepRegistration .cardDetailsIndividual.active,
.multiStepRegistration .cardDetailsBulk.active{
	display: block;
}
.multiStepRegistration .cardItem{
	padding: 20px;
	font-size: 15px;
	text-align: center;
	height: 83px;
	border-radius: 4px;
	-webkit-box-shadow: .5px 3px 10px 0 rgba(53,67,98,.1);
	box-shadow: .5px 3px 10px 0 rgba(53,67,98,.1);
	background-color: #fff;
	margin-left: 8px;
	color: #354463;
	margin-bottom: 10px;
	fill: #0369dd;
	cursor: pointer;
}
.multiStepRegistration .cardItem h4{
	display: inline-block;
}
.multiStepRegistration .cardItem .delete{
    padding-top: 12px;
    font-size: 14px;
    color: #97a2a8;
}
.multiStepRegistration .cardItem.active{
	background-color: #e5f0fc;
	color: #0369dd;
}
.multiStepRegistration .cardItem.error{
	color: #e02836;
}
.multiStepRegistration .cardItem .fa{
	margin-right: 15px;
}
.multiStepRegistration .cardDetailsList{
    max-height: 500px;
    overflow-y: auto;
}
.multiStepRegistration .cardTitle {
	text-align: center;
	color: #354463;
}
.multiStepRegistration .cardDetailsForm{
	border-left: 1px solid #ccc;
	padding-left: 20px;
	display: none;
}
.multiStepRegistration .cardDetailsForm.active{
	display: block;
}
.multiStepRegistration .termContainer{
	margin: 30px 10px;
}
.multiStepRegistration .finalBox{
	border-radius: 4px;
    border: 1.5px solid #cddae0;
    padding: 15px 20px;
    text-align: right;
    margin-top: 20px;
}
.otpSuccess .btn-admin-secondary{
	display:none;
}

.multiStepRegistration .paymentText{
 	margin-top: 0px;
    margin-bottom: 20px;
    font-size: 12px;
}   
.multiStepRegistration .paymentText:before {
    display: inline-block;
	content: '';
	-webkit-border-radius: 0.375rem;
	border-radius: 0.375rem;
	height: 0.75rem;
	width: 0.75rem;
	margin-right: 0.5rem;
	background-color: #6c6c6c;
}
.multiStepRegistration .faAvaialbleTxt{
	color: #008000;
}

.multiStepRegistration .inlineCheckBox label{
	margin: 0px 15px 5px 5px;
}
#faAvailabilityInput.success{
	background: url(../../images/retail/icon-tick.svg) no-repeat scroll 7px 7px;
	background-position: 95% ;
}
.fleetEnrollmentContainer .viewlist-header p.text-center{
	font-size:20px;
}
.fleetEnrollmentContainer .customerEnrolment-successWrapper {
	padding: 30px 30px 0 30px;
    border-bottom: 1px solid #c7c7c7;
}
.fleetEnrollmentContainer .customerEnrolment-successWrapper .glyphicon,
.fleetEnrollmentContainer .customerEnrolment-successWrapper .fas{
	padding-right:3px;
}
.fleetEnrollmentContainer .customerEnrolment-buttonWrapper .glyphicon{
	padding-right:6px;
}
.fleetEnrollmentContainer .customerEnrolment-successWrapper .customerEnrolment-kycStatus
{
	color: #FFA500;
}
.fleetEnrollmentContainer .customerEnrolment-successWrapper .kyc-warning-sign,
.fleetEnrollmentContainer .customerEnrolment-successWrapper .green-ok-sign
{
	width: 17px;
    margin-top: -3px;
    margin-right: 3px;
}
.multiStepRegistration .enrolment-card-upload-box {
	height: 110px;
    border: 1.2px dashed #0369dd;
    padding: 30px 0;
    display: block;
}
.multiStepRegistration #cardExcel-error {
	font-weight: 700;
}
.multiStepRegistration .enrolment-card-upload-box-text {
	width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.loyaltyAccounts label.error {
 position: absolute;
 top: 55px;
 left: 10px;
 }
 .loyaltyAccounts{
 margin-bottom:8px;
 }

 #kycDetailsForm .panfield:after {
     content: "";
     position: absolute;
     right: -31px;
     top: 10%;
     width: 30px;
     height: 30px;
 }

 #kycDetailsForm .panfield.inputError:after{
    background: url(../../images/icon-red-cross.svg) no-repeat 5px 3px / 20px;
 }

  #kycDetailsForm .panfield.inputSuccess:after{
     background: url(../../images/w_icon_green-tick-32.svg) no-repeat 5px 3px / 20px;
  }

 .panfield, #userSignUpForm .mobilefield{
       position: relative;
 }

 #kycDetailsForm .panfield.inputError #panNo, #userSignUpForm .mobilefield.inputError #userSignMob {
   border: 1.5px solid red;
   position: relative;
 }

 #userSignUpForm .mobilefield:after {
      content: "";
      position: absolute;
      right: 0%;
      top: 10%;
      width: 30px;
      height: 30px;
  }

  #userSignUpForm .mobilefield.inputError:after{
     background: url(../../images/info-icon-red.svg) no-repeat 5px 3px / 20px;
  }

.multiStepRegistration .panel-body div.pull-right {
     position: relative;
     display: flex;
     justify-content: end;
     width: 100%;
}
.multiStepRegistration .panel-body div.pull-right:before {
     content: "";
     height: 1px;
     width: 75%;
     top: 50%;
     left: -10px;
     position: absolute;
     background: #e4e4e4;
}
.multiStepRegistration .panel-body div.pull-right .formClear{
    margin-right:20px;
}
.multiStepRegistration #faIdCreationForm div.pull-right:before,.multiStepRegistration #paymentDetailsForm div.pull-right:before{
    width: 87%;
}
.multiStepRegistration #kycDetailsForm div.pull-right:before {
    width: 67%;
}
.paymentNote {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}