/* no styles required */
.modal-footer{
    text-align: left !important;
}
.explainQuestions{
    padding: 0 24px;
}
.elimDiv .spacer{
    /*display: None;*/
}
.elimDiv h4{
    font-size: 16px;
}
.clearfixMobile{
    clear: both;
}
.healthQ{
	text-align:center;
}
.eSignBlock{
	background-color: #f3f9fc;
	padding: 5px 15px;
	
}
.agreeSingleDiv {
	margin: auto;
	width: 140px;
}
.agreeSingleDiv label{
	display: none;
}
	
.paymentBtn .buttonState{
padding:8px 10px 0px 0px;
height: 42px;
font-size: 15px;
border-radius: 4px;
background:	#f3f9fc;
color: #333;
border: solid 1px #abb6ba;
margin: 8px;
}


.paymentBtn .buttonState:hover{
border: 2px solid #333;
}
.paymentBtn span span{
    padding: 4px 6px 10px 18px;
    font-weight: 400;
    font-size: 16px;
}

.paymentBtn .buttonState.active{
	background: #07639D;
	color: #fff;	
}

.paymentBtn .active span span{
	background: url('../../uploads/00001289/agree-check.svg');
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 8px;
	
}
.paymentBtn.agreeBtn .buttonState.strm-bs-pos-2{
background:	#fff;
color: #333;
border: none;
}
.paymentBtn.agreeBtn .buttonState.strm-bs-pos-1.active{
	background: #07639D;
	color: #fff;
	
}
.paymentBtn.agreeBtn .buttonState.strm-bs-pos-2.active{
	background: #616a6d;
	color: #fff;
	border: solid 1px #333;
}
.paymentBtn.agreeBtn .strm-bs-pos-1.active span span{
	background: url('../../uploads/00001289/agree-check.svg');
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 8px;
}
.paymentBtn.agreeBtn .strm-bs-pos-2.active span span{
background: url('../../uploads/00001289/disagree-cross.svg');
	background-size: 15px 15px;
background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 8px;
}

@media (min-width: 980px) {
.healthQ{
	text-align:left;
}
}

@media (min-width: 980px) {
.clearfixMobile{
    clear: none;
}
}
