#messagePara {
    text-align: justify;
    text-justify: inter-word;
}
.text-bold {
    font-weight: bold !important;
    text-transform: uppercase !important;
}
.slds-form-element__label {
    color: #000 !important;
}
.phExt {
    width: 15rem !important;
}
.toggleHeader {
    //height: 383px;
}
.marginTop93px {
    margin-top: 93px;
}
.applicationHeader {
    height: 127px;
    width: 100%;
    background: #FFF;
}
.applicationHeaderBackup {
    height: 127px;
    width: 100%;
}
.applicationHeaderView {
    height: 80px;
    width: 100%;
    background: #FFF;
}
.applicationHeaderBackupView {
    height: 80px;
    width: 100%;
}
.fixed-headerView {
    width: 100%;
    max-width: 1000px;
    z-index: 1;
    height: 80px;
    background: #FFF;
    position: fixed;
    top: 0;
}
.fixed-header {
    width: 100%;
    max-width: 1000px;
    z-index: 1;
    height: 127px;
    background: #FFF;
    position: fixed;
    top: 0;
}
.welcomeNote {
    text-align: justify;
    padding: 1.2rem 8rem;
}
.slds-scope .slds-progress__item.slds-is-active .slds-progress__marker,
.slds-scope .slds-progress__item.slds-is-completed .slds-progress__marker {
    border-color: rgb(72, 34, 100) !important
}
.introBlock {
    border: 1px solid #000;
    width: 14rem;
    height: 5rem;
    margin-top: 1rem;
    padding: .7rem;
}
.slds-section__title {
    background: rgb(173, 173, 173) !important;
    color: #000 !important;
}
.slds-button {
    color: #000 !important;
}
.slds-page-header {
    //position: fixed;
    //top: 0px;
    width: 100%;
    max-width: 1000px;
    z-index: 1;
    // background: rgb(72, 34, 100) !important;
    color: #FFF;
}
.lmargin10rem {
    margin-left: 7rem;
}
.lmargin10rem tr td:first-child {
    width: 150px;
}
.s4Buttons {
    margin: 3rem !important;
}
.slds-align_absolute-center {
    display: block !important;
    width: 100%;
    max-width: 1000px;
}
.ui-datepicker {
    border: 1px solid #d8dde6;
    border-radius: .25rem;
    background: #FFF;
    box-shadow: 0px 2px 2px #888888;
}
#ui-datepicker-div th {
    text-align: right;
    font-weight: normal;
    color: #54698d;
    font-size: .75rem;
}
.ui-icon-circle-triangle-w {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #164e8a;
}
.ui-icon-circle-triangle-e {
    margin-left: 1px !important;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #164e8a;
}
.ui-datepicker table {
    margin: 0 .4em .4em -.5em !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    background-color: #fff;
    color: #16325c;
    border: 1px solid #d8dde6;
    border-radius: .25rem;
}
.uploadFrame {
    width: 100%;
    border: none;
    height: 75px;
}
.slds-scope .slds-required {
    text-decoration: none;
}
.slds-text-title_caps {
    padding-top: 7px;
}
.attachsLst {
    list-style: decimal !important;
    margin-left: 20px !important;
}
.message {
    margin-top: 7px;
    max-height: 15px;
    overflow: hidden;
    max-width: 61px;
}
.error {
    border-color: #c23934;
    box-shadow: #c23934 0 0 0 1px inset;
}
.errorMsg {
    color: #c23934;
}
.errorM3 {
    //    color: white;
    //    background-color: rgba(194, 57, 52, 0.95);
}
.messageText h4 {
    //    color: #FFF;
    //    font-weight: bold;
}
.loading {
    font-size: 17px;
    width: 120px;
    margin-left: calc(50% - 60px);
    background: black;
    color: #FFF;
    padding: 0 10px;
}
.loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 900ms infinite;
    animation: ellipsis steps(4, end) 900ms infinite;
    content: "\2026";
    /* ascii code for the ellipsis character */
    
    width: 0px;
}
@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
.statusContainer {
    position: fixed !important;
    bottom: auto !important;
    background: transparent !important;
}
.NoYearDatePicker .ui-datepicker-year {
    display: none;
}