.portal_header_link, .portal_header_link a:link {
    color: #16325c !important;
    text-decoration: none !important;
}

.mandatory-red {
    color: darkred;
}

.text-md {
    font-size: 16px;
    line-height: 18px;
}

.error-text {
    background-color: darkred;
    color: white;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 20px;
    font-size: 15px;
}

.success-text {
    background-color: darkgreen;
    color: white;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 20px;
    font-size: 15px;
}

.portal-cell {
    text-align: center;
    border-radius: 10px;
    color: #16325c !important;
    font-size: 20px !important;
    border: 1px solid #16325c;
}

.portal-cell:hover {
    background-color: #16325c;
    border-radius: 10px;
    cursor: pointer;
    color: white !important;
}

.file-download-button {
    background-color: #16325c;
    border-radius: 5px;
    cursor: pointer;
    color: white !important;
    text-decoration: none !important;
    text-align: center;
    padding: 3px 8px;
}

.file-download-button:hover {
    background-color: #2d5491;
    border-radius: 5px;
    cursor: pointer;
    color: white !important;
    text-decoration: none !important;
    text-align: center;
    padding: 3px 8px;
}