/* css used in both form userend and backend */
.linear-box {
    width: 100px;   
    margin: 5px;   
}
.linear-box label {
    width: 100px;

/*     display:block;
    text-align: center; */
}
.linear-box input {
    width: 100px;
    display: block;
    margin: 0px auto;
}
.linear-label {
    margin-top : 15px;
}
.survey-page {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ecef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.survey-page-submit{
background-color: #e9ecef;
}
.start_survey {
	margin: 12% auto;
}
label:not(.form-check-label):not(.custom-file-label) {
	font-weight: 700;
}
/* i.fa.fa-calendar {
	position: absolute;
	right: 20px;
	top: 15px;
} */
.question__type {
	cursor: auto;
}

.survey-logo{
    position: absolute;
    top: 5px;   
}
.survey-logo .survey-form-logo {
    max-height: 60px;
}

.login-logo .survey-form-logo {
     max-width:90px;   
}
.survey-logo{
    position: absolute;
    top: 5px;
}

.login-logo .survey-form-logo {
     max-width:90px;   
}

.survey-logo .survey-form-logo {
    max-height: 60px;
}

.login-logo .client-logo {
     max-width:90px;   
}

.survey-logo .client-logo {
    max-height: 60px;
}

.btn-disabled {
	color: #9f9f9f !important;
	cursor: not-allowed;	
}
div#ui-datepicker-div {
    z-index: 9999 !important;
}

.errors ul {
    margin: 0 !important;
    padding: 0  !important;
}
button.close {
    margin-top: -25px;
    color: #fff !important;
    opacity: 0.8 !important;
    font-size: 25px;
}
.edit-attach-upload img, .client-form img {
    max-height: 150px;
}
form.client-form img {
    max-height: 150px;
}