@import url(//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
 
#calculator-wrapper {
  font-family: "Open Sans", arial, sans-serif;  
}

#calculator-wrapper div, #calculator-wrapper span, #calculator-wrapper input {
  border-radius:  0!important;
}

#calculator-report-header {
  color: #0076BB;
}

#calculator-report-header-bar {
border: 1px solid #0076BB;
}

.btn-primary {
background-color: #0076BB;
border-color: #0076BB;
border-radius:  0px !important;
clip-path: polygon(7.60243px 0px, 100% 0%, calc(100% - 7.60243px) 100%, 0% 100%)
}

.btn-primary,
.btn-primary:hover {
background-color: #0076BB;
color: #ffffff;
border-color: #0076BB;
}

.btn-primary.focus, .btn-primary:focus {
color: #ffffff;
background-color: #0B3B60;
border-color: #0B3B60;
box-shadow: none;
}

.btn-primary.active, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
color: #ffffff;
background-color: #0076BB;
border-color: #0076BB;
box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #ffffff;
background-color: #0076BB;
border-color: #0076BB;
box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {   
    box-shadow: none; 
}

.btn-collapse {
border-radius:  0px 0px 0 0 !important;
}

.card {
border-radius: 0 0 0.25rem 0.25rem;
}

.cta-wrapper .btn-primary:hover {
    background-color: transparent;
}

.row {
max-width: 100%; 
}

.cta-wrapper > .mt-3 .btn-primary,
.p-3 > .mt-3 .btn-primary {
    background-color: #408405;
    border-color: #408405;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
      transition: all 0.5s;
      color: #fff;
  }

  .cta-wrapper > .mt-3 .btn-primary:hover,
.p-3 > .mt-3 .btn-primary:hover, .cta-wrapper > .mt-3 .btn-primary:focus-visible,
.p-3 > .mt-3 .btn-primary:focus-visible {
    background: transparent;
    border-color: #408405;
    color: #000000;
}
 
.table .thead-dark th {
    background-color: #408405;
}

.cta-wrapper .btn-primary {
background-color: #F8F9FA;
border-color: #0076BB;
color: #0076BB;
}

.cta-wrapper .btn-primary {
background-color: #E4E4DA;
border-color: #0076BB;
color: #0076BB;
}

.cta-wrapper .btn-primary.focus, .cta-wrapper .btn-primary:focus {
color: #ffffff;
background-color: #0076BB;
border-color: #0076BB;
}

.cta-wrapper .btn-primary.active, .btn-primary:active {
color: #ffffff;
background-color: #ffffff;
border-color: #ffffff;
}

.btn-primary.disabled, .btn-primary:disabled {
background-color: #0076BB !important;
border-color: #0076BB !important;
opacity: 1 !important;
}

#amortization_schedule_chart th {
background-color: #033b73 !important;
}
.form-control, .input-group-text {
border: 1px solid #949494;
}
.form-control.error {
 border-color: crimson;
}
label.error {
color: crimson; 
}

.cta-wrapper > .mt-3 .btn-primary,
.p-3 > .mt-3 .btn-primary {
    border-radius: 0px !important;
	font-weight: 700;
}

.cta-wrapper > .mt-3 .btn-primary:hover, .p-3 > .mt-3 .btn-primary:hover, .cta-wrapper > .mt-3 .btn-primary:focus-visible, .p-3 > .mt-3 .btn-primary:focus-visible {
	background-color: #f3ab16;
	border-color: #f3ab16;
}

.required {
	color: #df0000 !important;
}

.calculator-chart-group .card {
    margin-right: 7px;
    margin-left: -1px;
}

@media (min-width: 768px) {
    button.responsive-text-size {
        font-size: 12px;
    }
}