#app input.MuiOutlinedInput-input {
    padding: 18.5px 14px;
    border: none;
    box-sizing: content-box;
    font-size: 18px;
    line-height: 1;
    color:#666!important;
}

#app select {
    font-size: 18px;
    line-height: 1;
    border: none!important;
    color: #666!important;
}

/*#app fieldset {
    border-color: rgba(0,0,0,0.4);
}*/

#app .MuiOutlinedInput-notchedOutline {
    border-color:#bbb;
}

/*#app .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    color: #000;
}*/

#app fieldset legend {
    position: static;
}

#app button {
    background-color: transparent;
    color: #444;
    font-size: 14px;
}

#app button.MuiButton-containedPrimary {
    background-color: #26a69a;
    color: #fff;
}

#app button.MuiButton-outlined {
    border: 1px solid rgba(0, 0, 0, 0.23)!important;
}

#app button.MuiButton-outlinedPrimary {
    background-color: #b2dfdb;
    color: #26a69a;
}

#app button.MuiButton-containedSizeLarge {
    font-size: 16px;
}

#app button.toggleBtn .MuiSvgIcon-root {
    font-size: 24px!important;
}

.planSubmit.planDetails table td {
    color: #838487!important;
}

/*Life & CI styles */
.lci-quotes {
    margin: 30px 0
}

.lci-quotes.lci-quotes-headings {
    background-color: #888;
    color: #fff;
    border-radius: 8px
}

.lci-quotes.lci-quotes-headings .lci-quotes-clm {
    padding: 20px 8px
}

.lci-quotes.lci-quotes-records {
    margin: 30px 0;
    box-shadow: 0 0 1rem 4px rgba(22, 28, 45, .1);
    border-radius: 8px;
    overflow: hidden
}

.lci-quotes.lci-quotes-records .lci-quotes-clm-quote {
    background-color: #f9f9f9;
    color: #485566
}

.lci-quotes .lci-quotes-clm {
    padding: .5rem .5rem .5rem 140px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.lci-quotes .lci-quotes-clm.lci-quotes-clm-cta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.lci-quotes .lci-quotes-clm .lci-quote-cta-apply {
    margin-right: 1rem
}

.lci-quotes .lci-quotes-clm .lci-quote-cta-call {
    font-weight: 700;
    padding: .6rem 0
}

.lci-quotes .lci-quotes-clm-brand {
    text-align: center
}

.lci-quotes .lci-quotes-brand-logo img {
    max-width: 100%;
    height: auto
}

.lci-quotes .lci-quotes-quote-premium {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0
}

.lci-quotes .lci-quotes-quote-payment-mode, .lci-quotes .lci-quotes-quote-premium {
    padding-left: .8rem
}

@media (min-width: 768px) {
    .lci-quotes.lci-quotes-records .lci-quotes-clm-quote {
        background-color: #888;
        color: #fff
    }

    .lci-quotes .lci-quotes-clm.lci-quotes-clm-cta {
        flex-direction: column;
        justify-content: center
    }

    .lci-quotes-records-heading {
        display: none
    }

    .lci-quotes {
        display: flex;
        width: 100%;
        align-items: stretch
    }

    .lci-quotes .lci-quotes-clm {
        padding-left: .5rem
    }

    .lci-quotes .lci-quotes-clm-brand {
        flex: 0 0 180px
    }

    .lci-quotes .lci-quotes-clm-quote {
        flex: 0 0 180px
    }

    .lci-quotes .lci-quotes-clm-details {
        flex: 1 1 auto
    }

    .lci-quotes .lci-quotes-clm-cta {
        flex: 0 0 150px;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .lci-quotes.lci-quotes-headings {
        display: none
    }

    .lci-quotes-records-heading {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #888;
        color: #fff;
        display: flex;
        align-items: center;
        width: 120px;
        padding: .5rem;
        border-bottom: solid 1px #fff
    }
}
/* form styles */
.fld-dt {
    max-width: 250px;
}

.fld-age {
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
}
.fld-age .fld-age-text {
    display: block;
    text-transform: uppercase;
    font-size: 0.85rem;
}
.fld-age .fld-age-value {
    font-size: 1.2rem;
}
