﻿body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

#calculator {
    color: #666666;
    line-height: 120%;
    width: 100%;
    font-family: Arial;
    font-size: 14px;
}

legend, h3 {
    color: #666666;
}

.calcrow {
    /*margin: 4px 4px;*/
}

#submitcalc {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    background-color: #234C80;
    color: #ffffff;
    width: 100px;
    margin-top: 20px;
    border: 0px;
}

.submitcalc {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    background-color: #234C80;
    color: #ffffff;
    width: 100px;
    margin-top: 20px;
    border: 0px;
}

label {
    width: 120px;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
    float: left;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
        border-color: #C9C9C9;
        -webkit-box-shadow: rgba(0,0,0,0.15) 0px 0px 8px;
}

.border0 {
    border: 0;
}

#calchide {
    display: none;
}

.mobile2, .mobile3 {
    margin-top: 0px;
}

.form-control {
    border-bottom-left-radius: 1px !important;
    border-top-left-radius: 1px !important
}

.input-group-addon {
    border-bottom-right-radius: 1px !important;
    border-top-right-radius: 1px !important
}

.col-md-4 {
    padding-right: 0 !important;
}

@media (min-width: 980px) and (max-width: 1116px) {
    .reloadcalc {
        padding: 5px;
    }
}

@media(max-width:598px) {
    .mobile2 {
        margin-top: 20px;
    }

    .mobile3 {
        margin-top: 20px;
        text-align: left;
    }

    .input-mobile {
        width: 140px !important;
    }

    .pullright {
        text-align: left;
    }
}

@media (min-width:598px) {
    .mobile2 {
        text-align: left;
    }

    .mobile3 {
        text-align: right;
    }

    .pullright {
        text-align: right;
    }
}


@media (min-width: 992px) {
    .panel-footer-right {
        width: 35%;
    }

    .panel-footer-left {
        width: 65%;
    }
}

@media (min-width: 600px) {
    .col-md-3 {
        width: 25%;
        float: left;
    }

    .col-md-4 {
        width: 41%;
        float: left;
        text-align:  right;
        padding-right: 0;
    }

    .col-md-8 {
        
        width: 59%;
        float: left;
    }
}


.input-group {
    text-align: right;
}


