/*-----------------------------------------------------------------------------------*/
/*	11.	EMI Calculator Styles
/*-----------------------------------------------------------------------------------*/

table { border-collapse: collapse; border-spacing: 0; }
#primary { color: #333; width: 985px; margin: 0 auto; }
.clear { clear: both }
#primary h1 { font-size: 14px; line-height: 16px; padding: 5px 0px; font-weight: normal; margin:1px 0px; font-family:Tahoma, Arial, Helvetica, sans-serif; }
#primary td { text-align:center; font-size:90%; font-family:Arial, Helvetica, sans-serif; padding:4px }
#favemical {
    /* background: none repeat scroll 0pt 0pt #e0e0e030; */
    border: 1px solid #f8e0ec;
    /* min-height: 440px; */
    padding: 25px 15px;
    border-radius: 8px;
    box-shadow: 1px 1px 50px -30px rgb(119 23 71 / 28%);
}
.favlamount span { width: 6px; height: 10px; }
.favlamount img { width: 6px; height: 10px; border: 0; }
.lint span { margin: 0pt 0pt 0pt 5px; }
#favemical div { margin-bottom: 5px; }
#favemical div.sep { padding-top: 5px; }
/*#favemical input[type="text"] { border: 1px solid rgb(221, 221, 221); background: none repeat scroll 0% 0% rgb(252, 252, 252); box-shadow: 1px 1px 4px rgb(244, 244, 244) inset; font-size: 12px; padding: 5px;}*/
#favemical input:focus { border-color: rgb(192, 192, 192); }
#favloanamount { 
    width: 100px !important;
    padding: 2px 10px ! important;
    text-align: right;
    border: 1px solid #f8e0ec;
    color: #605b5b;
    border-radius: 4px;
    height: 35px;}
#favloaninterest, #favloanterm { 
    width: 100px !important;
    padding: 2px 10px ! important;
    text-align: right;
    border: 1px solid #f8e0ec;
    color: #605b5b;
    border-radius: 4px;
    height: 35px;}
#favloanamountslider, #favloaninterestslider, #favloantermslider { border-radius:0px; margin-top:0px; }

/*#favtenurechoice {float: left; width: 500px; height: 20px; padding-top: 5px; margin: 0 0 0 5px;}*/
#loanyears, #loanmonths { padding: 0; margin: 0; border: 0; }

#favemipaysum { border:0px #f00 solid; min-height:90px !important;display: flex;
 position:relative; border:0px #ccc solid;    margin-top: 30px; }
#favemipaysum span { padding-left: 5px; }
#favemipay_data { clear: both; background: none repeat scroll 0 0 #F00; margin: 0 0 20px 0; text-align: center; }
#favemipay_data table { width: 100%; }
#favemipay_data table th { background: #EEE; border: 1px solid #DBDAD7; border-top: 0; }
#principalheader { background: #AA4643 !important; }
#interestheader { background: #2E58BC !important; }
#favemipay_data table td { border: 1px solid #DBDAD7; border-top: 0; }
#favemipay_data .currency { border-left: 0 !important; }
/*-- EMI Calculator Template --*/

.page-template-template-emicalculator-php #content-wrap { width: 780px; }
.page-template-template-emicalculator-php #content-top { width: 780px; }
.page-template-template-emicalculator-php #content-btm { width: 780px; }
.page-template-template-emicalculator-php #primary { width: 780px; }
.highcharts-container text tspan { background:url(indian-rupee.png) no-repeat; }
#favloanamount, #favloaninterest, #favloanterm{ transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;}
#favloanamount:focus, #favloaninterest:focus, #favloanterm:focus{box-shadow: none !important; 
	outline: none !important; border:1px solid #0a4b67 !important;}
.perct{color: #605b5b !important;font-weight: 700}

#favemical div {
    margin-bottom: 5px;
    display: flex;
    width: 100%;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: baseline;
}


@media(max-width: 540px){
	.perct,
	#favloanamount,
	#favloaninterest, 
	#favloanterm{font-size: 13px !important;}

	#favloanamount,
	#favloaninterest,
	#favloanterm{width: 85px !important}

	#favemipaysum span{font-size: 20px !important}
	#favemipaysum p{font-size: 12px !important}



}


