input[type="text"] {
  background-color: #e5e9ed;
  border: 0px !important;
  font-size: 13px;
}

.form-control:focus {
  color: inherit !important;
  background-color: #e5e9ed;
  border: 0px solid #86b7fe;
  outline: 0;
  box-shadow: none !important;
}

label {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 13px;
}

div#bond-calculator {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #efefef;
  display: flex;      
  padding: 3%;
  border-radius: 3px;
  box-sizing: border-box;	
}

div#bond-calculator .col-left {
  width: 46%;
  margin-right: 4%;
}

div#bond-calculator .col-right {
  width: 50%;
}

div.rcurrency:before {
  content: "R";
  color: gray;
  font-family: "Roboto";
  position: relative;
  top: 11px;
  padding-left: 10px;
  font-size: 13px !important;
  font-weight: 500;
}

div.rpercent:before {
  content: "%";
  color: gray;
  font-family: "Roboto";
  position: relative;
  top: 11px;
  padding-right: 5px;
  font-size: 13px !important;
  font-weight: 500;
}        

.col-md-6, .form-input {
  display: flex;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-width: 100px;
  width: 100%;
  background-color: #e5e9ed;
  border: solid 0.6px rgba(208, 208, 208, 0.5) !important;
  box-shadow: 0px 0px 0px #888888;
  color: #212529 !important;
  font-size: 13px !important;
  font-weight: 500;
  font-family: 'Roboto' !important;
  margin: 0px 0px 15px;
  height: 43px;
  box-sizing: border-box !important;
}

div#numberofyears input[type=radio].buttonCheckbox {
  display: none;
}     

div#numberofyears input[type=radio].buttonCheckbox+label {
  background: #fff;
  min-width: 40px;
  width: 40px;
  margin: 10px 0 0 3px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dadbdc;
  border-radius: 4px;
  color: #8f9194;
  white-space: nowrap;
  padding: 0 5px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}        

div#numberofyears input[type=radio].buttonCheckbox:checked+label {
  background: #226EBF;
  color: #fff;
  border: 1px solid #2065ae;  
}

button#calculateButton {
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  appearance: button;
  border: 0 !important;
  height: 50px;
  border-radius: 3px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto' !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: normal !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  margin-bottom: 0px !important;
  padding: 15px 25px !important;
  white-space: pre-wrap;
  box-sizing: border-box;
}     

/* Bond Repayment Calculator */
div#bond-repayment-result {
  width: 70%;
  margin: 0 auto;
  margin-top: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 10px;
}

div#bond-repayment-result h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  font-family: 'Titillium Web';
  color: #343434;  
}

div#bond-repayment-result h4 {
  color: #515151;
  text-transform: uppercase;   
  font-size: 22px;
}

div#bond-repayment-result p {
  font-family: 'Roboto';
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0px !important;
}

div#bond-repayment-result table td p {
  margin-bottom: 0px;
}

h3.monthlyrepayment {
  font-size: 35px;
  white-space: nowrap;
  color: #004C36;
}

p.disclaimer {
  font-size: 11px !important; 
  color: gray !important; 
  margin: auto 0 !important;
  font-family: 'Roboto' !important;
}

h3#monthlyrepayment:before {
  content: 'R';
}

p#loan-value:before, p#total-interest:before, p#total-repayment:before, p#monthlyrepayment:before {
  content: 'R';
}

p#total-repayment {	
  font-weight: 600 !important;
}

div.interest-summary {
  width: 100%;  
}

div.interest-summary-p {
  font-size: 12px;
  color: gray;
  font-family: "Roboto";
  font-weight: normal !important;
}

div.card-result {
  margin-bottom: 25px;    
}

p.result-title-p {
  color: gray !important;
  font-weight: 300 !important;
  margin-bottom: 0px;
}

table.result p.result-title {
  font-size: 13px !important;
  font-family: "Roboto" !important;
  padding-bottom: 6px !important;
}

p.result-value {
  color: #004C36 !important;
  font-weight: 300 !important;
  line-height: 1.5em !important;
  text-align: left;
  padding-top: 0px !important;
  font-size: 13px !important;
  font-family: "Roboto" !important;
  padding-bottom: 6px !important;
}

.monthlyrepaymentdiv {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

p#monthlyrepayment {
  color: #004C36 !important;
  font-family: "Titillium Web" !important;
  font-size: 35px !important;
  white-space: nowrap;
}

label.col-form-label {
  font-size: 14px;
  color: gray;
  line-height: 35px;
  font-family: "Roboto";
  font-weight: normal;
}

.form-group.row {
  margin-top: 0px;
  margin-bottom: 20px;
}

table.result td, table.result th {
  background: transparent !important;
  border:  1px solid transparent;
}

td.subtotal {
  border-bottom: 2px solid #d5d4d4 !important;
}

span#interestrateval, span#numberofyearsval, span#percsym {
  color: #004C36;
  font-size: 14px !important;
  font-weight: 700;
}

div#bond-calculator-cont div {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 991px) {
  div#bond-calculator-cont {
    width: 85% !important;	
  }
}

@media screen and (max-width: 599px) {
  div#bond-calculator {
    display: block;
  }	

  .col-left, .col-right {
    width: 100% !important;
  }
}