﻿.calculator
{
    background: #d7d8da;
}
canvas
{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.calculator button
{
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    width: 190px;
    background: #e0071b;
    border-radius: 15px;
    text-align: center;
    border: 0;
}
button:hover
{
    color: #fff;
    background-color: #50a942;
}
.steValue
{
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 17px;
    padding: 5px;
    width: 180px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}
.selectYour
{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0LjkgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQuOSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I2ZmZmZmZjt9DQo8L3N0eWxlPg0KPHRpdGxlPmFycm93czwvdGl0bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEuNCw0LjcgMi41LDMuMiAzLjUsNC43ICIvPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIzLjUsNS4zIDIuNSw2LjggMS40LDUuMyAiLz4NCjwvc3ZnPg==) no-repeat 95% 50%;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    width: 190px;
    background-color: #0c3d66;
    border-radius: 15px;
    text-align: center;
    border: 0;
}
.selectSD
{
    line-height: 20px;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-size: 17px;
    padding: 5px;
    width: 190px;
    background: rgba(192,192,192,.4);
    border-radius: 15px;
    text-align: center;
}
.steValueYour
{
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 17px;
    padding: 10px 5px;
    width: 180px;
    background: #0c3d66;
    border-radius: 15px;
    text-align: center;
    border: 0;
}
.steValueSD
{
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 17px;
    padding: 10px 5px;
    width: 180px;
    background: #e0e0e1;
    border-radius: 15px;
    text-align: center;
    border: 0;
}
.slidecontainer
{
    width: 100%;
}
.slider
{
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.slider:hover
{
    opacity: 1;
}
.slider::-webkit-slider-thumb
{
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #069;
    cursor: pointer;
}
.slider::-moz-range-thumb
{
    width: 25px;
    height: 25px;
    background: #069;
    cursor: pointer;
}
.tableinput
{
    max-width: 1090px;
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #bbb;
    background: #fff;
}
td
{
    padding: 10px 20px;
    line-height: 1em;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 20px;
}
.tableinput h1, .tableinput h5
{
    text-align: center;
}
.calculator input[type=text], .calculator input[type=number]
{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Open Sans';
    background: #74acdb;
    border: 0;
    border-radius: 15px;
}
#newcanvas, #results
{
    max-width: 930px;
    padding: 15px 0;
}
#newcanvas
{
    background: #fff;
}
.close-it
{
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
}
.close-it a
{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #e0071b;
    padding: 7px 10px 4px;
    line-height: 1em;
    font-size: 16px;
    font-weight: 700;
}
.results-holder div
{
    text-align: center;
    font-weight: 300;
    padding: 25px;
    color: #000;
    border-radius: 25px;
    margin-top: 5px;
    line-height: 1.4em;
    background: #d7d8da;
}
.results-holder, .results-holder td
{
    border-top: 0!important;
    border-bottom: 0!important;
}
.calculator .hide
{
    opacity: 0;
    display: block!important;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}
.calculator fieldset input[type=text], .calculator fieldset input[type=email]
{
    background: 0 0;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.calculator fieldset label
{
    font-size: 14px;
    font-weight: 400;
}
.calculator fieldset h4
{
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
}
.calculator fieldset.hide input
{
    display: none;
}
.calculator fieldset.hide label
{
    display: none;
}
.calculator fieldset.hide h4
{
    display: none;
}
.calculator fieldset.hide br
{
    display: none;
}
.calculator #CalcButton:disabled
{
    background: #ccc;
    cursor: not-allowed;
}
.calculator fieldset input[type=text]
{
    font-size: 13px;
}
#savings
{
    position: absolute;
    top: 10%;
    font-size: 32px;
    left: 26.5%;
    font-weight: 700;
    max-width: 38%;
    line-height: 1;
    color: #0c3d66;
}
#savings span
{
    color: #f58631;
}
@media only screen and (max-width: 600px)
{
    #newcanvas, #savings
    {
        display: none!important;
    }
}