/*-----------------------------------------------------------------------------------*/
/*	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 rgb(252, 252, 252);
  border: 0px solid #ccc;
  padding: 10px;
}
.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: 10px;
}
#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: 115px !important;
    padding: 2px 10px ! important;
    text-align: right;
    border: 1px solid #dddddd;
    color: #333;
    border-radius: 4px;
    font-weight: 600;
    float: right;
}
#favloaninterest,
#favloanterm {
  width: 100px !important;
  padding: 2px 10px !important;
  text-align: right;
  border: 1px solid #dddddd;
  color: #605b5b;
  border-radius: 4px;
  font-weight: 700;
  float: right;
}
#favloanamountslider,
#favloaninterestslider,
#favloantermslider {
  border-radius: 0px;
  margin-top: 10px;
}

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

#favemipaysum {
  background: none repeat scroll 0pt 0pt #fff;
  border: 0px #f00 solid;
  min-height: 100px !important;
  position: relative;
  border: 0px #ccc solid;
}
#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;
}

.perct {
  color: #605b5b !important;
  font-weight: 700;
}

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

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

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