/* pension application styles */
.pa-header {
    font-weight: 600;
    font-size: 22px;
}

.pa-address-header {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-1 {
    margin-top: 1.5rem !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.remove-pension-application-file {
    margin-left: 25px;
}

.custom-error {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: red;
}

.fs-14 {
    font-size: 14px;
}

.required-asterisk {
    color: #cc2114;
}

.mr--2 {
    margin-right: 3px !important
}

.fw-normal {
    font-weight: 400 !important;
}

.input-tooltip {
    display: inline-block;
    font-size: 0.85rem;
    padding:0 0 0.75rem 0.5rem;
    vertical-align: bottom;
    font-style: italic;
    }
    .input-tooltip span {
        text-decoration: none;
    }

.input-inline {
    display: inline-block;
}

.display-block{
    display: block;
}

.no-transform {
    text-transform: none;
}

.calculator-section h5 {
    text-transform: none;
}

.calculator-section .callout {
    background: none;
    border-color: #438686;
}

.calculator-section .helper {
    padding-left: 5px;
}

.calculator-section .callout p {
    margin-bottom: 0.5rem;
}

.calculator-section label {
    font-weight: normal;
}

#taxSummary p {
    margin-bottom: 1rem;
}

.calculator-section input[type=text],
.calculator-section select {
    width:80%;
}

.x-hellosign-embedded--in-modal {
    z-index: 1100;
}

a[disabled] {
    opacity: 0.25;
    pointer-events: none;
    cursor: default;
}

input::placeholder {
    opacity: 0.4;
}