.calculator_left {
   float: left;
   width: 50%;
}

.calculator_right {
   float: right;
   width: 50%;
}

.payin_calculator {
   display: block;
   overflow: auto;
   border: none !Important;
}

.payin_calculator .calc-body .btn.btn-minus {
   background-image: url("../../images/menos-up.png");
   background-repeat: no-repeat;
   background-size: contain;
}

.payin_calculator .calc-body .btn.btn-plus {
   background-image: url("../../images/mas-up.png");
   background-repeat: no-repeat;
   background-size: contain;
}

.payin_calculator .calc-body .btn.btn-minus.mousedown {
   background-image: url("../../images/menos-down.png");
}

.payin_calculator .calc-body .btn.btn-plus.mousedown {
   background-image: url("../../images/mas-down.png");
}

.installments-count {
   background-image: url("../../images/cuotas.png");
   background-repeat: no-repeat;
   background-size: cover;
   border: none !Important;
   background-color: transparent;
}

.payin_calculator .finance-title {
   color: #225a88;
}

.payin_calculator .finance-subtitle {
   color: #37a8db;
}

.payin_calculator .finance-footer {
   color: #000000;
}

.payin_calculator .finance-htmlfooter {
   color: #ff0a26;
   clear: both;
}

.payin_calculator .installments-sub {
   color: #37a8db;
}

.payin_calculator .calc-results,
.payin_calculator .calc-results span {
   color: #225a88;
}


.payin_calculator.vertical .calc-body .btn-minus span,
.payin_calculator.vertical .calc-body .btn-plus span {
   display: none;
}