.oj-web-applayout-footer {
    background-color: #312D2A;
    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;
}

.oj-web-applayout-header > div,
.oj-web-applayout-footer > div {
  padding-left: 20px;
  padding-right: 20px; }

  .footer-link-item {
    display: inline;
  }

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: #312D2A;
    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); 
}

/* Remove default list markers and add icon as marker using ::before */
.oj-fbgbu-validation-list-item-pending,
.oj-fbgbu-validation-list-item-success,
.oj-fbgbu-validation-list-item-error {
    list-style-type: none; 
    position: relative;
    padding-left: 24px; 
}

.oj-fbgbu-validation-list-item-pending::before,
.oj-fbgbu-validation-list-item-success::before,
.oj-fbgbu-validation-list-item-error::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

/* Success state: set icon as marker */
.oj-fbgbu-validation-list-item-success::before {
    background-image: url(./images/iconValidationSuccess.svg);
}

/* Pending state: set icon as marker */
.oj-fbgbu-validation-list-item-pending::before {
    background-image: url(./images/iconValidationPending.svg);
}

/* Error state: set icon as marker */
.oj-fbgbu-validation-list-item-error::before {
    background-image: url(./images/iconValidationError.svg);
}


.oj-flex.passwordHintContainer{
    padding: 20px;
}

html:not([dir="rtl"]) .oj-web-applayout-footer li {
   border-right-color: white;
  }