.ahvcalc-floatleft {
    position: relative;
    width: 100%;
}

.ahvcalc-spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
}

.ahvcalc-floatleft {
    /* float: left; */
}

.ahvcalc-clearfix {
    clear: both;
}

.ahvcalc-spinner-overlay .ahvcalc-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    text-align: center;
}

.ahvcalc-form-group {
    clear: both;
    margin-bottom: 0.2em;
}

.ahvcalc-form label {
    display: block;
    float: left;
    padding: 5px 0;
    width: 280px;
}

.ahvcalc-form input,
.ahvcalc-form select {
    display: block;

    color: #313131;
    background: #e4e6e6;
    border: 1px solid #e4e6e6;
    border-radius: 0 !important;
    outline: none;

    box-sizing: content-box;
    box-shadow: none;

    font-family: "FrutigerLTW02-45Light", "Helvetica Neue", "Helvetica", "Arial";
    font-weight: normal;
    font-size: 1em;
    line-height: 24px;

    padding: 3px 4px 4px 6px;

    resize: none;    
    height: 25px;
    width: 97%;
    max-width: 260px !important;
}

.ahvcalc-form input[type='number'] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.ahvcalc-form .ahvcalc-output,
.ahvcalc-form .ahvcalc-output:hover {
   background: transparent;
   border: 1px solid transparent;
   opacity: 1 !important;
}


.ahvcalc-form input[type=number] {
    text-align: right;
}

.ahvcalc-form input:focus, 
.ahvcalc-form select:focus , 
.ahvcalc-form input:hover, 
.ahvcalc-form select:hover {
    border: 1px solid #c8c8c8;
}

.ahvcalc-form input:disabled, 
.ahvcalc-form select:disabled , 
.ahvcalc-form input:disabled, 
.ahvcalc-form select:disabled {
   opacity: 0.4;
}

.ahvcalc-form .calculator-submit:disabled {
    opacity: 0.4;
}

.ahvcalc-form-table {
    border-collapse: collapse;
    margin-top: 1em;
    width: 100%;
    max-width: 525px;
}

.ahvcalc-form-table thead {
    border-bottom: 1px solid #000000;
}

.ahvcalc-form-table tfoot {
    border-top: 1px solid #000000;
}

.ahvcalc-form-table .ahvcalc-mobile-unit { display: none; }

.ahvcalc-form-table th, .ahvcalc-form-table td {
    padding: 0.3em 0.5em 0.3em 0;
    text-align: left;
    vertical-align: top;
}

.ahvcalc-form-table th.number, .ahvcalc-form-table td.number {
    text-align: right;
}

.ahvcalc-note {
    font-style: italic;
    margin-top: 3em;
}

.ahvcalc-result-box {
    background:#e4e6e6;
    padding: 10px 20px;
}

.ahvcalc-note .small {
    font-size: 11px;
}

.ahvcalc-tooltip {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    background: #eaeaea;
    font-weight: bold;
    font-style: normal !important;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.ahvcalc-tooltip:hover { background: #c8c8c8;}

.ahvcalc-tooltip-content {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 240px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px #c8c8c8;
    font-weight: normal !important;
    font-size: 15px !important;
    text-align: left;
    z-index: 100;
}

.ahvcalc-tooltip:focus > .ahvcalc-tooltip-content {
    display: block;
}

.ahvcalc-margin-top-3em {
    margin-top: 3em;
}
.ahvcalc-margin-top-2em {
    margin-top: 2em;
}
.ahvcalc-margin-top-1em {
    margin-top: 1em;
}


@media screen and (max-width: 829px) {
    .ahvcalc-form label { width: 100% !important; }
    .ahvcalc-form input, 
    .ahvcalc-form select {
        max-width: 100% !important;
    }
}#AhvIvCalculatroConcurringClaim h2 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#AhvIvCalculatroConcurringClaim h3 {
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#AhvIvCalculatroConcurringClaim h4 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: normal !important;
}

#AhvIvCalculatroConcurringClaim .ahvcalc-form .ahvcalc-output {
    max-width: 350px !important;
}

#AhvIvCalculatroConcurringClaim .ahvcalc-result-box div {
    display: flex;
}

#AhvIvCalculatroConcurringClaim .ahvcalc-form-group label,
#AhvIvCalculatroConcurringClaim .ahvcalc-form-group input {
    float: none;
}span.info {
    display: inline-block;
    padding: 0 8px;
    line-height: 34px;
    color: green;
}
.ahvcalc-form-group input {
    float: left;
}