/*-----------------------------------------------------------------------------------*/


/*  EMI Calculator Responsive Widget style sheet
/*-----------------------------------------------------------------------------------*/

#ecww-formwrapper {
	background: #EEE;
}

#ecww-formwrapper,
#ecww-summary,
#ecww-piechart {
	height: 311px;
	overflow: hidden;
}

#ecww-form {
	background: rgba(0, 62, 134, 0.7);
    padding: 4px 10px 0px 10px;
}

#ecww-summary,
#ecww-piechart {
	background: #FFF;
	border: 1px solid #EEE;
	border-top: 0 none;
}



.no-pad {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
	#ecww-summary,
	#ecww-piechart {
		border-left: 0 none;
		border-bottom: 1px solid #EEE;
		border-top: 1px solid #EEE;
	}
}

#ecww-header {
	margin: 2px 2px 0 1px;
	height: 40px;
	padding: 6px;
	/*border: 2px solid #0000ff;*/
	font-size: 28px;
	text-align: center;
	color: #ED3237;
	border-radius: 13px;
	font-weight: bold;
}

.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;
}

#ecww-monthlypayment,
#ecww-totalinterest,
#ecww-totalamount {
	padding: 23px 0;
	text-align: center;
	border-bottom: 1px dotted #DBDAD7;
}

#ecww-totalamount {
	border-bottom: 1px dotted #DBDAD7;
}

#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;
}

#ecww-monthlypayment p {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}

.glyphicon {
	width: 1.28571429em;
	text-align: center;
}

#ecww-more {
	/*background: #0000FF;*/
	font: normal 13px/1 Helvetica, Arial, Verdana, Sans-serif;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	width: 100%;
	clear: both;
	margin: 0;
	clear: both;
	float: left;
}

.btn-orange {
	background-color: #FFFF00;
	border-color: transparent;
	font-weight: 600;
	color: #000 !important;
}

.btn-lime {
	background-color: #00B0F0;
	border-color: transparent;
	color: #000 !important;
	font-weight: 600;
}