/*-----------------------------------------------------------------------------------*/
/*  EMI Calculator Responsive Widget style sheet
/*-----------------------------------------------------------------------------------*/
#ecww-formwrapper{background:#EEE;}
#ecww-formwrapper,#ecww-summary,
#ecww-piechart{height:370px;overflow:hidden;}
#ecww-form{background:#EEE;padding:10px 20px;}
#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;padding-right:0;}

@media (min-width:768px) 
{#ecww-summary,#ecww-piechart{border-left:0 none;border-bottom:0 none;border-top:1px solid #EEE;}}
#ecww-header{
	    background: #cc7b3a url(../img/emicalculator.png) 50% 50% no-repeat;
    margin: -1px 0 0 -1px;
    height: 40px;
    padding: 9px 20px;
    border: 0 none;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;

}
.ecww-userinput{    width: 100%;
    padding: 12.9px;
    color: #444;
    background: #fff;
    border: 1px solid #ccc !important;
     margin: 0px 0px !important;
	border-radius: 5px;
		 ;  
    font-weight: 100;}
.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-glyphicon-time::before{content:'*';font-weight:700;font-size:16px;}
#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;line-height:20px;margin:0 auto;padding:0;}
#ecww-summary p{font-size:18px;line-height:27px;font-weight:700;margin:0 auto;padding:0; color: #cc7b3a;}
#ecww-monthlypayment p{font-size:24px;line-height:36px;font-weight:700;}.glyphicon{width:1.28571429em;text-align:center;}












