.mainContainer{
  background-color: #ffffff;
  color: #505050;
}

.topSide{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.topSide .btn-group{
  margin-bottom: 30px;
}

.topSide button{
  text-align: center;
  font-weight: bold;
  border-radius: 0;
}

.topSide .btn-simulator{
  color: #707070;
  background: #f3f3f3;  /* fallback for old browsers */
  border: none;

}

.topSide .btn-simulator:hover{
  color: #707070;
  background: #ffffff;  /* fallback for old browsers */
  border: none;

}

.topSide .btn-simulator.active{
  color: #FFFFFF;
  background: #0099D4 !important;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0099D4, #5BC0E8) !important;  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0099D4, #5BC0E8) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.topSide button svg{
  display: block;
  font-size: 40px;
  margin: 10px auto;
}


/* ======== LEFT SIDE ==============*/
.leftSide{
  background-color: #F3F3F3;
  padding:50px 20px 30px 20px;
  text-align: center;
}
.labelSlider{
  text-align: center;
  background: #0099D4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0099D4, #5BC0E8);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0099D4, #5BC0E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 6px 12px;
  border-radius: 5px;
  color: #ffffff;
  min-width: 120px;
  margin-bottom: 30px;
  transition: all 1s;
  margin-left: auto;
  margin-right: auto;
}
.descSlider{
  padding: 10px 12px;
  color: #707070;
}

.leftSide input[type=range]{
  width:100%;
}
#amountValueDisplay, #loanDurationDisplay{
  font-size: 26px;
  color: #51B9E4;
}

/* =========== RIGHT SIDE ==============*/
.rightSide{
  text-align: center;
}

.rightSide h4{
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rightSide span {
  font-weight: bold;
  font-size: 40px;
}

.rightSide .spanText{
  padding: 0;
  font-size: 30px;
}



.logo{
  font-size: 35px;
  color: #fff;
  background-color: #ffffff;
  text-shadow: #969696 1px 3px 0, #aba8a8 1px 13px 5px;
}
/* =========== INPUT CSS =================*/

input[type=text] {
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 20px;
  padding: 5px;
  box-shadow: inset 0 1px 2px 0 rgba(204,204,204,.4);
}

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  border: 1px solid #bdc3c7;
  background: #e1e1e1;
  border-radius: 1.3px;

}
input[type=range]::-webkit-slider-thumb {

  height: 30px;
  width: 30px;
  border-radius: 15px;
  background: #0099D4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0099D4, #5BC0E8);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0099D4, #5BC0E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -15px;
  transition: all 0.1s;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #0099D4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0099D4, #5BC0E8);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0099D4, #5BC0E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  border: 1px solid #bdc3c7;
  background: #e1e1e1;
  border-radius: 1.3px;
}
input[type=range]::-moz-range-thumb {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background: #0099D4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0099D4, #5BC0E8);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0099D4, #5BC0E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -15px;
  transition: all 0.1s
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  border: 1px solid #bdc3c7;
  background: #e1e1e1;
  border-radius: 1.3px;
}
input[type=range]::-ms-fill-lower {
  background: #0099D4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0099D4, #5BC0E8);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0099D4, #5BC0E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #0099D4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0099D4, #5BC0E8);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0099D4, #5BC0E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  height: 30px;
  width: 66px;
  border-radius: 15px;
  background: #0099D4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0099D4, #5BC0E8);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0099D4, #5BC0E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -15px;
  transition: all 0.1s;

}
input[type=range]:focus::-ms-fill-lower {
  background: #0099D4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0099D4, #5BC0E8);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0099D4, #5BC0E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
input[type=range]:focus::-ms-fill-upper {
  background: #0099D4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0099D4, #5BC0E8);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0099D4, #5BC0E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


@media (max-width: 500px){.rightSide span{font-size: 40px;}}
