﻿#extform-content-wrapper .form-group label {
    margin-top: 10px !important;
    text-transform: capitalize !important;
}

.extform__ddl-diversity-questions {
    height: 35px !important;
}

.extform__text-box-custom, .extform__drop-down-custom {
    height: 30px !important;
}

.extform__section-heading h3 {
    font-size: 18px;
    font-weight: bolder;
    padding-top: 15px;
}

.extform__section-heading-label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: none !important;
    padding-top: 10px;
    padding-bottom: 5px;
}

.extform__section-sub-heading-label {
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: none !important;
    margin-top: -10px;
}

h4.extform__section-sub-heading {
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px !important;
    color: #0462b1 !important;
}

.extform__section-items-wrapper {
    padding: 0;
    margin: 0;
}

.extform__radio-button-list, .extform__checkbox-button-list {
    display: block;
    width: 100%;
}

    .extform__radio-button-list input[type="radio"],
    .extform__checkbox-button-list input[type="checkbox"] {
        position: relative;
        width: 15px;
        height: 15px;
        padding: 0px 0px 0px 5px !important;
        margin: 0 !important;
        vertical-align: middle;
        bottom: 1px;
    }

        .extform__radio-button-list input[type="radio"]:hover,
        .extform__checkbox-button-list input[type="checkbox"]:hover {
            cursor: pointer;
        }

    .extform__radio-button-list label,
    .extform__checkbox-button-list label {
        padding-left: 10px;
        line-height: 19px;
        line-height: 12px !important;
        align-items: center;
    }

        .extform__radio-button-list label:hover, .extform__checkbox-button-list label:hover {
            cursor: pointer;
        }

.extform__questionnaire-container {
    padding-left: 5px;
}

.extform__required-field {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    padding-left: 5px;
    padding-right: 5px;
}
