﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

body {
    /*font-family: "Helvetica, Arial, sans-serif";*/
    font-size: 12px;
    color: #55575b;
}


main {
    position: relative;
    min-width: 500px;
    max-width: 500px;
    padding: 20px;
    border: 2px solid #d3d3d3;
}

select {
    color: #55575b;
    width: 200px;
    height: 34px;
    text-indent: 10px;
    outline: none;
    border: 1px solid #9D9EA0;
    background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 40%, #F8F8F8 100%);
}

.label {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    padding-bottom: 6px;
}

.header {
    .headline
{
    font-size: 28px;
    margin-bottom: 14px;
}
}

.input-field {
    color: #55575b;
    width: 200px;
    height: 30px;
    text-indent: 10px;
    border: 1px solid #9D9EA0;
    background-color: #FFFFFF;
    background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 40%, #F8F8F8 100%);
    
    box-shadow: inset 2px 2px 4px #EBEBEB;
}
.input-container {
    display: flex;
    flex-flow: column;
}

.radio-group {
    height: 30px;
    text-indent: 10px;
}

.radio-option {
    margin-right: 20px;
}

.column-left {
    display: flex;
    flex-flow: column;
}

.column-middle {
    display: flex;
    right: 234px;
    position: absolute;
    flex-flow: column;
    width: 100px;
}

.column-right {
    display: flex;
    right: 20px;
    position: absolute;
    flex-flow: column;
    width: 202px;
}

.input-section {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 35px;
}

.output-container {
    padding-top: 20px;
    display: flex;
    flex-flow: column;
}

.output-value {
    font-size: 24px;
    font-weight: bold;
    line-height: 52px;
    padding-left: 7px;
}

#btnCalculate {
    color: #55575b;
    width: 200px;
    height: 30px;
    text-indent: 10px;
    border: 1px solid #9D9EA0;
    background-color: #FFFFFF;
    background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 40%, #F8F8F8 100%);
    box-shadow: inset 2px 2px 4px #EBEBEB;
    margin-top: 24px;
}
