﻿.determination .rdf-who-may-rqt {
    font-family: Arial, sans-serif;
}

    .determination .rdf-who-may-rqt strong {
        text-decoration: underline;
    }

.determination .rdf-mandatory-info {
    font-size: 16px;
}

.rdf-enrollee-details {
    width: 721px;
    font-family: "Arial", "sans-serif";
    line-height: normal;
    margin-bottom: 18px;
}

.determination .rdf-enrollee-info {
    border: 1px solid #000000;
    padding: 0px 7px;
}

.rdf-enrollee-drug-info {
    border: 2px solid #000000;
    margin-top: 20px;
    padding: 0 7px;
}

    .rdf-enrollee-drug-info textarea {
        height: 61px;
        width: 100%;
        margin-bottom: 20px;
    }

.df-cov-typ {
    padding: 0 7px;
    font-family: "Times New Roman", serif;
}

.df-ckb-item {
    margin-top: 8px;
    display: flex;
}

    .df-ckb-item input[type='checkbox'] {
        top: -3px;
    }

    .df-ckb-item label {
        margin-left: 5px;
    }

.df-note {
    padding: 0 7px;
    margin-top: 50px;
    margin-bottom: 18px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.df-adnl-info {
    padding: 0 7px;
    padding-bottom: 35px;
    border-bottom: 1px solid #000000;
}

    .df-adnl-info textarea {
        height: 112px;
        width: 611px;
    }

.determination .rdf-sign-section {
    width: 705px;
    border: 2px solid #000000;
    margin-bottom: 0;
    margin-top: 36px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 32px 13px;
}

    .determination .rdf-sign-section input {
        font-size: 13px;
    }

    .determination .rdf-sign-section label {
        font-weight: normal;
        margin-left: 0;
    }

.determination .rdf-enrollee-prscbr-info {
    border: 1px solid #000000;
    margin-top: 18px;
    padding: 0 7px;
}

.rdf-diagnose-med-info-title,
.rdf-rqt-rtnl-title {
    margin: 0;
    background-color: #EFEBDE;
    padding: 0 7px;
}

.rdf-diagnose-med-info-table {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
}

.rdf-dmi-field-cntr {
    display: flex;
    flex-direction: column;
    padding: 5px 5px 18px 5px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    flex: 1;
    justify-content: space-between;
}

    .rdf-dmi-field-cntr label {
        margin-bottom: 18px;
    }

.rdf-rqt-rtnl-content {
    padding: 3px 7px;
    border: 1px solid #000000;
    margin-bottom: 36px;
}

    .rdf-rqt-rtnl-content .df-ckb-item {
        margin-top: 0;
    }

    .rdf-rqt-rtnl-content textarea {
        height: 84px;
        width: 467px;
        margin-bottom: 18px;
    }

.form-submit-section {
    margin: 20px 0 5px 0;
}

@media (max-width: 768px) {
    .rdf-enrollee-details,
    .determination .rdf-sign-section,
    .rdf-enrollee-details textarea {
        width: 100%;
    }

    .df-cov-typ {
        margin-top: 32px;
    }

    .df-adnl-info {
        margin-bottom: 32px;
    }

    .determination .rdf-sign-section {
        padding-bottom: 18px;
        margin-bottom: 32px;
    }

        .determination .rdf-sign-section label {
            display: block;
        }

        .determination .rdf-sign-section input {
            margin-bottom: 18px;
        }
}

.df-cov-typ .df-ckb-item input[type=checkbox] {
    top: 5px;
    margin-right: 3px;
}
