
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.content-left {
    float: left;
    width: 663px;
    background: #fff;
}

input, label, select, button, textarea p {
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: middle;
    white-space: normal;
    line-height: 1;
}

p{
     margin: 0;
     padding: 0;
}

.bank-interest-container h1
{
	font-size:20px;
	font-weight:bold;
	padding: 10px 0 0;
	margin:0;
}
.bank-interest-calculator
{
	border:solid thin #d7d6d6;
	background:#ebebeb;
	padding: 15px 10px;
	margin:10px 0 0;
}
.bank-interest-calculator-block
{
	float:left;
	margin:0 5px 0 0;
}
.bank-interest-calculator-block-block
{
	margin:0;
}
.bank-interest-calculator-block input[type="text"],.bank-interest-calculator-block select
{
	outline:none;
/*	box-sizing: border-box;
*/    font-size: 14px;
    padding: 10px;
    border:solid thin #d7d6d6;    
    height: 40px;
    float: left;
    color:#666666
}
.bank-interest-calculator-block #fd_amount {
    height: 18px;
    width: 100px;
}
.bank-interest-calculator-block #interest_rate
{
	width: 120px;
    height: 18px;
}
.bank-interest-calculator-block #period
{
	width:100px;
    height: 18px;
}
.bank-interest-calculator-block #period_type
{
	width:100px;    
	border-left: none;
}
.bank-interest-calculator-block #frequency
{
	width:137px;
}
.bank-interest-calculator-block-submit
{
	display: block;
	text-align: center;
	margin: 15px 0 0;
}
.bank-interest-calculator-block-submit input[type="button"]
{
	color:#fff;
	font-size:16px;
	background:#d95b46;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
	cursor:pointer;
}
.bank-interest-container-text
{
	font-size:15px;
	padding:10px 0 0;
    line-height: 20px;
}

.bank-interest-container-text p
{
	padding-bottom: 10px;
}

.bank-interest-container h3
{
	font-size:16px;
	padding:15px 0 10px;
	margin:0;
}
.bank-interest-container h3 i
{
	font-size:12px;
	font-weight:normal;
}



.bank-interest-container-table-list
{
	padding: 10px 0 0;
}
.bank-interest-container-table-list table,.bank-interest-container-table-list table tr th,.bank-interest-container-table-list table tr td
{
	border: 1px solid #d7d6d6;
}
.bank-interest-container-table-list table
{
	width:100%;    
	height: 100%;
	table-layout: fixed;
	border-collapse:collapse; 
}
.bank-interest-container-table-list table th
{
	font-size:14px;
	font-weight:bold;
	background: #e6e6e6;
	padding: 3px 0;
}


.bank-interest-container-table-list table tr td
{
	text-align:left;
	padding: 5px 10px;
	font-size: 14px;
}

.bank-interest-container-table-list table tr:nth-child(even) td
{
	background: #f6f6f6;
}
.bank-interest-container-table-list table tr:nth-child(odd)
{
	background: #eeeeee;
}
.bank-interest-container-table-list table tr td a
{
	text-decoration: none;
	color:#0066cc;
}


/**** bank fd comparision **/
.bank-interest-calculator-block #amount
{
	width:230px;
	margin:0 5px 0 0;
}
.bank-interest-calculator-block #fd-period,.bank-interest-calculator-block #type
{
	width:140px;
	margin:0 5px 0 0;
}

.bank-interest-calculator-block input[type="button"] {
  background: none repeat scroll 0 0 #D95B46;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 5px;
  padding: 0px 5px;
  width: 80px;
  height: 40px;
}

/*** fd result page ***/
.bank-interest-calculator-inputs-result-block
{
	width:33.32%;
	float:left;
}
.bank-interest-calculator-inputs-result-block span
{
	display: block;
	text-align: center;
}
.res-heading
{
	font-size: 14px;
	font-weight:bold;
	padding:5px 0;
}
.res-value
{
	background:#dae1ed;
	padding: 8px 10px;
	font-weight:bold;
	font-size: 16px;
    width: 145px;
    margin: auto;
    border: solid thin #cccccc;
}
.bank-interest-calculator-inputs-result
{
    padding: 0 0 10px;
    border-bottom: solid thin #ccc;
}



/*** fd calculator **/
.bank-fd-calculator
{
	background:#ebebeb;
	padding: 20px;
	border:solid thin #d7d6d6;
	margin:10px 0;
}
.bank-fd-calculator-block
{
	padding:8px 0;
}
.bank-fd-calculator-block-text
{
	width:30%;
	text-align: right;
	font-size:14px;
	font-weight:bold;
	float:left;
	margin: 10px 0;
}
.bank-fd-calculator-block-input
{
	float:left;
	margin:0 0 0 20px;
}
.bank-fd-calculator-block-input input[type="text"],.bank-fd-calculator-block-input select
{
	width:320px;
	height:39px;
	border:solid thin #d7d6d6;
	box-sizing: border-box;
	font-size: 14px;
	padding: 0 10px;
	color:#666666;
}
.bank-fd-calculator-block-input #period
{
	width:225px;float:left;
}
.bank-fd-calculator-block-input #period_type
{
	float:left;
	width:95px;
	height:39px;
	border:solid thin #d7d6d6;
	padding: 5px 10px;
	box-sizing: border-box;
	border-left:none;
}
.bank-fd-calculator-block-input input[type="button"] {
  border-radius: 4px;
  background:#d95b46;
  width: 320px;
  height: 39px;
  color:#fff;
  font-weight: bold;
  font-size: 20px;
  cursor:pointer;
}
.bank-interest-container-table-list table tr td.table-center
{
	text-align: center;
}
#fd_amount_words
{
    color: #636363;
    font-size: 16px;
}
.result_count_text
{
    color: #777777;
    font-size: 16px;
    padding-bottom: 5px;
}




/*** RD Styles **/


.bank-rd-calculator {
    background: #ebebeb;
    padding: 20px;
    border: solid thin #d7d6d6;
    margin: 10px 0;
}
.bank-rd-calculator-block {
    padding: 8px 0;
}
.bank-rd-calculator-block-text {
    width: 30%;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin: 10px 0;
}
.bank-rd-calculator-block-input {
    float: left;
    margin: 0 0 0 20px;
}
.bank-rd-calculator-block-input input[type="text"], .bank-rd-calculator-block-input select {
    width: 296px;
    height: 39px;
    border: solid thin #d7d6d6;
    font-size: 14px;
    padding: 0 10px;
    color: #666666;
    box-sizing: content-box;
}

.bank-rd-calculator-block-input input[type="button"] {
    border-radius: 4px;
    background: #d95b46;
    width: 320px;
    height: 39px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.bank-interest-container-table-list-rd table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 20px 0 0;
}
.bank-interest-container-table-list-rd table, .bank-interest-container-table-list-rd table tr th, .bank-interest-container-table-list-rd table tr td {
    border: 1px solid #d7d6d6;
}
.bank-interest-container-table-list-rd table th {
    font-size: 14px;
    font-weight: bold;
    background: #e6e6e6;
    padding: 10px 0;
}
.bank-interest-container-table-list-rd table tr td {
    text-align: left;
    padding: 5px 10px;
    font-size: 14px;
    height: 38px;
}
.bank-interest-container-table-list-rd table tr td.table-center {
    text-align: center;
}
.bank-interest-container-table-list-rd table tr td a {
    text-decoration: none;
    color: #0066CC;
}
#rd_amount_words
{
    color: #636363;
    font-size: 16px;
}
.bank-interest-sub-head{
     font-weight: bold;
     padding-top: 1% !important;
}
.bank-interest-list{
    margin: 1% 1% 1% 5%;
}
.bank-interest-container-text .gr-content-block p{
     padding-bottom: 0;
}
.bank-interest-container-text .gr-content-block{
     padding-top: 0;
}
