.hidden{
	display: none !important;
}
.ls_progress{
	background-color: #0e90d2;
	height: 15px;
	width: 2px;
	border-radius: 2px;
	 display: inline-block;
}
.ls_progress_title{
	height: 15px;
	width: 20%;
	 display: inline;
}
.aui input,.aui input[type=text]{
	height: 16px;
	line-height: 15px;
}
.aui input.large-ipt{
	width: 95%;
}
	
#survey_title{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border-top:1px solid #f0f0f0;
	border-bottom : 1px solid #f0f0f0;
	margin-bottom: 3px;
	padding: 15px 10px;
}

#survey_desc{
	font-size: 12px;
	border-top:1px solid #f0f0f0;
	border-bottom : 1px solid #f0f0f0;
	margin-bottom: 3px;
	padding: 5px 10px;
	color: #12718F;
}
.aui #survey_container ul{
	margin : 0 ;
}
.aui #survey_container ul > li {
	border-top:1px solid #f0f0f0;
	border-bottom : 1px solid #f0f0f0;
	list-style: decimal inside none;
	margin-bottom: 3px;
}

.aui #survey_container ul > li .question_title{
	font-size: 15px;
	font-weight: 600;
	color: #2a7a41;
	background-color: #ddd;
	padding: 3px 10px;
}
.aui #survey_container ul > li .question_answer_container{
	padding: 3px 10px;
}

.aui #survey_container ul > li label {
   line-height: 26px;
}
.survey-btn-group{
	padding:2px;
}

/*  mobile alert */
.malert{
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding:100px 0 ;
}

.malert_success{
	color: #488f06;
}
.malert-main{
	  font-size: 20px;
	  margin: 20px 0 ;
}

.modal {
	width: 70% !important;
	margin: auto !important;
	top: 200px !important;
}