/*
 *B@(#)
 *
 * Component........: Identity Provider
 * Filename.........: about.css
 * Author...........: Raina Mathew
 * Creation Date....: 24-Jun-2020
 * Description......: IDP About dialog styles.
 * Notes............:
 * See also.........:
 * Revision History.:
 * Date             Changed By              Version        Reason
 *============================================================================
 * 24-Jun-2020      Raina Mathew            1.00           Initial version
 * 
 *@(#)E
 */

.main-area {
    color: #4a4a4a;
    font-family: Tahoma;
}

.center {
    text-align: center;
}

.cerner-logo {
    width: 100%;
    max-width: 290px;
    max-height: 78px;
    padding: 5px 0 25px 0;
}

.second-level-heading {
    font-weight: bold;
    color: #575757;
}

.extra-space {
    padding-top: 20px;
}

.eifu-column {
    float: left;
    width: 34px;
}

.eifu-logo {
    width: 24px;
    height: 24px;
    padding-right: 10px;
}

.address-column {
    float: left;
}

.area-after-address {
    clear: both;
    max-height: 1px;
}

.pad-left {
    padding-left: 4px;
}

.about-link-text {
    padding-right: 4px;
    display: inline-block;
}

.legalNotices-product-name {
    padding: 0px;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
}

.legalNotices-product-version {
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
}

/* If the screen size is 250px wide or less */
@media screen and (max-width: 250px) {
    .cerner-logo {
        padding-bottom: 15px;
    }
}