/*
 *  Finance Calculator
 *
 */
.finance-calculator {
	
}


/* FINANCE CALCULATOR STYLES */

/* .finance-calc.form_fields .row{
    margin-bottom: 15px;
} */

.finance-calc.form_fields label#lblMonthlyPayment{
    font-size: 50px;
}
.finance-calc .finance-calc-bg{
    background-color: #e8e8e8;
    padding: 20px;
}
.finance-calc .finance-calc-bg h3{
    margin: 0 0 15px;
    font-weight: normal;
}

.finance-calc .finance-calc-bg h3:not(:first-child){
    margin-top: 20px;
}

.borrow-group {
    width: 100%;
    display: flex;
    background-color: #fff;
    height: 54px;
    padding: 5px 7px 7px;
}

.borrow-group:first-of-type{
    border: 2px solid var(--graphite-1, #148cbb);
}
.borrow-group .borrow-mini-section {
    flex: 1;
    width: calc(100% - 87px);
    float: left;
}
.borrow-group .borrow-mini-section span {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 2em;
    color: #B3B0BD;
    font-weight: 800;
}

.borrow-group .borrow-mini-section input {
	display: initial;
    position: relative;
    top: -2px;
    width: calc(100% - 50px);
    height: 40px;
	
    padding: 0 10px;
    background-color: var(--graphite-2, #ffdd00);
    border: none;
    -webkit-box-shadow: none;
    color: #000;
    font-weight: 800;
    font-size: 28px;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.borrow-group div.text-holder {
    flex: 1;
    width: calc(100% - 87px);
    float: left;
    padding-top: 5px;
    text-align: center;
}
.borrow-group div.text-holder label {
    font-size: 30px;
	font-weight: 700;
	line-height: 1;
    margin: 5px;
}

body .finance-calc.form_fields input {
    width: calc(100% - 90px) !important;
    margin-bottom: 0;
}

.finance-calc .cost-box{
    padding: 10px;
    border: 1px solid red;
}

.finance-quote-generics input{
	height: 31px;
	font-size: 1.25rem;
	line-height: 1;
    padding: 5px 0;
    border: none;
    text-align: right;
}
#txtTotalCost {
	font-size: 1.25rem;
	line-height: 1;
}
.finance-quote-generics label{
    margin: 0;
    padding: 5px 0 0;
	font-weight: 700;
}

.finance-quote-generics > div {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}

.finance-quote-generics > div:not(:first-child){
    border-top: none;
}

.finance-quote-generics > div:last-child{
    border-bottom: none;
}

.calc-main-buttons {
	padding: 23px 0 0 !important;
}

.large-calculator .large-calc-custom-repayments {
    position: relative;
	display: inline-block;
    width: 100%;
	height: 100%;
	padding: 15px;
	background-color: var(--graphite-1, #148cbb);
	line-height: 1.25;
	font-weight: 400;
}
.large-calculator .large-calc-custom-repayments.apply {
	background-color: var(--graphite-2, #ffdd00);
	font-weight: 700;
}

.large-calculator .large-calc-custom-repayments p {
    margin: 0;
    width: 100%;
    white-space: initial;
    display: inline-block;
    color: #fff;
}
.large-calculator .large-calc-custom-repayments.apply p {
	text-align: center;
    color: #333333;
}


.large-calc-custom-repayments-text {
    color: var(--mineshaft, #333333);
    font-weight: bold;
}
	.large-calc-custom-repayments-text .apply-text {
		color: var(--graphite-1, #148cbb);
	}


.large-calculator .large-calc-custom-repayments .exact-repayment {
	font-size: 2.25rem;
	line-height: 1;
	display: block;
	text-align: center;
	padding-top: 5px;
}

.large-calculator .large-calc-custom-repayments .apply-text {
    display: block;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 5px;
}


.finance-calculator .calculator-sign {
	width: 40px;
	height: 40px;
	background-color: var(--graphite-1, #148cbb);
}

.finance-calculator .borrow-amount,
.finance-calculator .time-period {
	width: 40px;
	float: left;
}

.deactivate{
    opacity: .2;
}


.floatright{
    float: right;
}

.ui-slider{
    margin-top: 25px !important;
}
.ui-slider .ui-slider-handle{
    border-radius: 50% !important;
    background-color: var(--graphite-1, #148cbb) !important;
    height: 1.6em !important;
    width: 1.6em !important;
    top:-.5em !important;
    border: none !important;

}
.ui-widget-content {
    background: #b1b1b1 !important;
    border-radius: 10px !important;
}
.ui-widget-header {
    background: var(--graphite-1, #148cbb) !important;
}
