﻿
body {
    margin: 0px;
    font-family: 'Open Sans';
    /*font-size: 16px;*/
    font-size: 18px;
}

#ChcYes {
    min-width: 1.5rem;
    min-height: 1.5rem;
}
#ddlEmployer, #ddlPlans {
    width: 100%;
    min-width: 300px;
}
    
input, select {
    font-size: 0.9rem;
}

.simple-content-text {
    line-height: 1.6;
}

.simple-content-text H2 {
    padding-bottom: 10px;
    margin: 0px 0px 0.25em;
    padding-left: 0px;
    padding-right: 0px;
    /*font-size: 1.1em;*/
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 15px;
    }


.num {
    color: Gray;
    font-size: 2.8em;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.error-message {
    margin: 1.4em 0px 0px;
    padding-left: 0px;
    color: #cc0000;
    font-size: 1.1em;
    text-decoration: none;
}

span.block {
    display: inline-block;
    margin-left: 25px;
    margin-top: -20px;
}

.benefit {
    background-color: #f9f9f9;
    border: 2px solid #357b81;
    color: #000000;
    margin: 20px 0;
    padding: 0 10px;
}

.hidden {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}


.calculator {
    /*width: 100%;*/
    /*max-width:490px;*/
    /* border: solid 1px green;*/
}

    .calculator > div {
        clear: both;
        overflow: hidden;
        padding: 1px;
        margin: 0 0 10px 0;
    }

        .calculator > div > fieldset > div > div {
            margin: 0 0 5px 0;
        }

        .calculator > div > label, legend {
            float: left;
            padding-right: 10px;
            width: 25%;
        }

        .calculator > div > div,
        .calculator > div > fieldset > div {
            width: 70%;
            float: right;
        }

        .calculator > div > fieldset label {
            /*font-size: 90%; */
            font-size: 100%;
        }

fieldset {
    border: 0;
    padding: 0;
}


.note {
    width: 100%;
    float: left;
}

.calculator-label {
    width: 25%;
    float: left;
    padding-right: 10px;
}

.btn-item {
    background-color: #e1e1e1;
    border: 1px solid #adadad;
    font-size: 1em;
}


@media only screen and (max-width: 586px) {
    #lblCompensation {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 300px) {
    .calculator > div > div,
    .calculator > div > fieldset > div {
        width: 70%;
        float: left;
        /*border: solid 2px green;*/
    }

    #ddlEmployer, #ddlPlans {
        width: 100%;
        float: left;
    }

    #lblEmployer, #lblPlans {
        width: 100%;
        float: left;
    }

    .btn-group {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

        .btn-group > .btn-item {
            display: block;
            float: none;
            width: 100%;
            max-width: 100%;
        }
}
