.oj-web-applayout-footer {
    background-color: rgba(63, 58, 54, 1);
    border-top: none;
    padding: 5px 0;
}

.oj-web-applayout-footer .oj-text-sm, .oj-web-applayout-footer a  {
    color: white;
}

.footer-links-group {
    max-width: 400px;
}
.footer-logo {
    max-width: 100px;
}


h1, h2, h3 {
    font-family: 'OracleSans-Regular', 'Oracle Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    margin-bottom: 5px;
}

h1.page-header {
    font-size: 19px;
    margin: 0;
}

.page-header {
    padding: 13px 0 14px 20px;
    background-color: rgba(63, 58, 54, 1);
    color: white;
}

.oj-web-applayout-content.no-padding {
    padding: 0 !important;
}

.fullWidth {
    width: 100%;
}	

.fullHeight {
    height: 100%;
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
}

.oj-fbgbu-icon-bell {
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: bottom; 
    background-image: url(images/iconBell.svg); 
}