h1#local-login-heading {
    display: none;
}

h1#external-login-heading {
    display: none;
}

/* Form Mods */
html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
    vertical-align: middle;
}

.page-application .crmEntityFormView tr:not(:last-child) .cell div.control {
    padding-bottom: 1.5rem;
    border-bottom: 1px dotted #ccc;
}

.page-application .crmEntityFormView .form-readonly .cell div.control select {
    float: none;
}

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
    background-color: #F2F2F2;
}

.tab .section {
    background-color: transparent;
}

.page-profile .btn .glyphicon {
    margin-right: 0.5rem;
}

.page-profile .crmEntityFormView .cell {
    padding: 0 28px !important;
}

.modal .modal-dialog .modal-body .row {
    margin-right: -16px;
    margin-left: -16px;
}

.modal .modal-dialog .modal-footer {
    margin: 1rem auto;
}

.entity-form tr:has(span.step-complete),
table.section > tbody > tr:has(span.step-complete),
table.section > tbody > tr:has(#eyfrcc_step1complete),
table.section > tbody > tr:has(#eyfrcc_step2complete),
table.section > tbody > tr:has(#eyfrcc_step3complete),
table.section > tbody > tr:has(#eyfrcc_step4complete),
table.section > tbody > tr:has(#eyfrcc_step5complete),
table.section > tbody > tr:has(#eyfrcc_step6complete),
table.section > tbody > tr:has(#eyfrcc_step7complete),
table.section > tbody > tr:has(#eyfrcc_step8complete),
table.section > tbody > tr:has(#eyfrcc_step9complete),
table.section > tbody > tr:has(#eyfrcc_step10complete),
table.section > tbody > tr:has(#eyfrcc_step11complete),
table.section > tbody > tr:has(#eyfrcc_step12complete),
.crmEntityFormView table.section > tbody > tr:has(span.step-complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step1complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step2complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step3complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step4complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step5complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step6complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step7complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step8complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step9complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step10complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step11complete),
.crmEntityFormView table.section > tbody > tr:has(#eyfrcc_step12complete) {
    display: none;
}

h4.application-number > span {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    color: #37474f;
    text-transform: uppercase;
}

#content-container.page-sign-in .row,
#Register .row {
    margin-right: initial;
    margin-left: initial;
}

/* .accordian:has( + .accordian-content:has(.dirty)) .accordian-title::before {
    content: "\2022";
    color: red;
} */
