/*-----------------------------------------------------------------------------------*/
/*  EMI Calculator Responsive Widget style sheet
/*-----------------------------------------------------------------------------------*/
#ecww-formwrapper{background:#EEE;}
#ecww-formwrapper,#ecww-summary,#ecww-piechart{height:auto;overflow:hidden!important;}
#ecww-form{background:#EEE;padding:10px 20px!important;}
#ecww-summary,#ecww-piechart{background:#FFF;border:1px solid #EEE;border-top:0 none;}
#ecww-piechart{border-bottom:0 none!important;}
.no-pad{padding-left:0!important;padding-right:0!important;}

@media (min-width:768px) {
	#ecww-summary,#ecww-piechart{border-left:0 none;border-bottom:0 none;border-top:1px solid #EEE;}
}
#ecww-header{background:#333 url(../img/emicalculator.png) 50% 50% no-repeat;margin:-1px 0 0 -1px!important;height:40px!important;text-indent:-9999px;padding:0!important;border:0 none;}
.ecww-inline-input-group{overflow:hidden;}
.ecww-tenure-choice{float:right;margin-left:10px;}
.ecww-percent-sign{font-weight:700;font-size:16px;}

.glyphicon-rupee::before{content:'₹';font-weight:700;font-size:16px;}
.glyphicon-percent::before{content:'%';font-weight:700;font-size:16px;}
.glyphicon-time:before{content:"Time";font-weight:700;font-size:10px;}


#ecww-monthlypayment,#ecww-totalinterest,#ecww-totalamount{padding:18px 0;text-align:center;border-bottom:1px dotted #DBDAD7;}
#ecww-totalamount{border-bottom:0 none;}
#ecww-summary h4{color:#888;font-size:14px!important;line-height:20px!important;margin:0 auto!important;padding:0!important;}
#ecww-summary p{font-size:18px!important;line-height:27px!important;font-weight:700;margin:0 auto!important;padding:0!important;}
#ecww-monthlypayment p{font-size:24px!important;line-height:36px!important;font-weight:700;}
.glyphicon{width:1.28571429em;text-align:center;}