@import url("https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/12.1.0/nouislider.css");
@import url("https://fonts.googleapis.com/css?family=Roboto");

#loan-container {
  text-align: left;
  max-width: 1200px;
  margin: 20px auto;
  box-sizing: border-box;
  font-family: Roboto, Arial, sans-serif;
}

.box-pane {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 25px;
  box-sizing: border-box;
  width: 100%;
}

.heading-title {
  font-size: 1.35em;
  margin-bottom: 15px;
}

#repayment-total {
  float: left;
  width: 48%;
}

#repayment-cycle {
  width: 48%;
  float: right;
  text-align: right;
}

.row-input {
  margin-bottom: 20px;
}

.row-input label {
  padding: 5px 0;
  display: block;
}

.row-input input,
.row-input select {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 9px 15px 10px;
  outline: none;
  border-radius: 5px;
  font-size: 1em;
}

.input-wrap {
  position: relative;
}

.currency-code {
  position: absolute;
  left: 3px;
  top: 9px;
}

.percentage-code {
  position: absolute;
  left: 75px;
  top: 9px;
}

.ul-buttons,
.ul-buttons li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ul-buttons li {
  float: left;
  background-color: #f1f1f1;
  color: #6e6e6e;
  padding: 8px 25px;
  box-shadow: 0 2px 0 #ddd;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  width: 33%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

.ul-buttons li:hover,
.ul-buttons li.selected {
  background-color: #008094;
  box-shadow: 0 2px 0 #006575;
  color: #ffffff;
}

.note-text {
  font-size: 0.8em;
  font-style: italic;
  padding-top: 5px;
}

.range-slider {
  margin: 15px 0 65px 0;
}

.noUi-value {
  margin-top: 4px;
  font-size: 1em;
}

.short-input {
  width: 80px;
}

.bold {
  font-weight: normal;
}

.loan-value {
  font-size: 1.3em;
  font-weight: bold;
}

.orange-text {
  color: #f56a00;
}

#graph-chart {
  width: 100%;
  height: 450px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 992px) {
  #info-pane,
  #graph-pane {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.ui-widget-content {
  border: 0 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #000;
  border-bottom-width: 1px;
  background: #000;
  font-weight: normal;
  color: #ffffff;
}

img.insuranceCalcLogo {
  max-height: 75px;
}

table.taurus-data-grid {
  width: 90%;
  margin: 1em auto;
}

table.taurus-data-grid td,
table.taurus-data-grid th {
  padding: 5px;
}

table.taurus-data-grid th {
  border-bottom: #f56a00 1px solid;
}

.calculatorNotice {
  font-size: small;
  color: red;
}

div.button {
  background-color: #f56a00;
  text-align: center;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  vertical-align: middle;
  max-width: 100px;
  padding: 5px;
  text-align: center;
}

div.button:active {
  background-color: #692e00;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
}

div.button a {
  color: white;
  font-weight: bold;
}
