.otherOrgTypeTextarea:disabled {
    background: whitesmoke;
}
.specialtyTypeTextarea:disabled {
    background: whitesmoke;
}

.slds-scope a {
    color: #3838ff;
}

p {
    color: #050505 !important;
    font-size: 14px !important;
}
th {
    font-size: 15px !important;
    font-weight: bold;
}
td {
    color: #595959 !important;
    font-size: 14px !important;
}
.prevCACIdTipIcon .prevCACIdTip {
    display: none;
}
.prevCACIdTipIcon:hover .prevCACIdTip {
    display: block;
}
.prevCACIdEditTipIcon .prevCACIdEditTip {
    display: none;
}
.prevCACIdEditTipIcon:hover .prevCACIdEditTip {
    display: block;
}
.pageTitle {
    /*font-family: "Lato Light", "Lato Regular", Lato, sans-serif;*/
    font-weight: 300;
    font-style: normal;
    font-size: 42px;
    color: rgb(11, 82, 150);
}
.sectionTitle1 {
    /*font-family: "Lato Bold", "Lato Regular", Lato, sans-serif;*/
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: rgb(11, 82, 150);
}

.sectionTitle2 {
    /*font-family: "Lato Bold", "Lato Regular", Lato, sans-serif;*/
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: rgb(11, 82, 150);
}
.sectionTitle3 {
    /*font-family: "Lato Bold", "Lato Regular", Lato, sans-serif;*/
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: rgb(11, 82, 150);
}
.section {
    /*width: 98%;*/
    background-color: rgba(217, 239, 247, 0.047);
    box-sizing: border-box;
    border: 1px solid rgb(217, 239, 247);
    /*border-radius: 0px;*/
    box-shadow: none;
}
.sectionEditable {
    background-color: #ebf2fb;
    box-sizing: border-box;
    border: 1px solid #ebf2fb;
    box-shadow: none;
}
.fieldLabel {
    font-size: 15px !important;
    font-weight: bold;
}
.slds-form-element__label {
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: bold;
}
.slds-form-element__static {
    color: #595959 !important;
    font-size: 14px !important;
}
.slds-input {
    color: #595959 !important;
    font-size: 14px !important;
}
.modButton {
    background-color: #1b8351 !important;
    border-color: #1b8351 !important;
}
.modButton:hover {
    background-color: #649b0c !important;
    border-color: #649b0c !important;
}
.paginationPanel {
    color: #595959 !important;
    font-size: 14px !important;
}
.loginButton {
    background-color: rgba(46, 133, 64, 1) !important;
    border-color: rgba(46, 133, 64, 1) !important;
}
.forgotLink {
    font-size: 16px !important;
}
ul,
li {
    font-size: 13px !important;
    color: #050505;
}
.slds-has-error .slds-form-element__help {
    color: #db001d;
}

