body.rf-body.rf-accessibility.oracle-cwoh23-healthexhportal-task li#simple-overlay-action-item-3 {
    display: none;
}
.orders-page button.mdBtnR.mdBtnR-outline-primary {
    border: 2px solid black;
}
.orders-page button.mdBtnR.mdBtnR-outline-primary span {
    color:black;
}
div#reg-confirmation-page button.mdBtnR.mdBtnR-outline-primary {
    border: 2px solid black;
    color: black;
}
button {
    text-transform: capitalize !important;
}
#reg-confirmation-page table th {
    background-color: #00688C;
}

div#reg-confirmation-page svg[data-title="Outlined Check Icon"] {
    fill: #00688C;
}

.rf-housing .rf-housing-content .hotel-card.type-list .hotel-image .rating {
    display: none;
}
 .modal-dialog {
    bottom: -15%;
}
/*Force font*/
@font-face {
font-family: OracleSans;
  src: url("https://static.rainfocus.com/oracle/cloudworld/static/staticfile/staticfile/OracleSans_Rg_1651000695373001UCKq.ttf") format("truetype");
}

/*Fonts - Debug*/
html, body, h1, h2, h3, h4, a {
font-family: 'OracleSans', OpenSans !important;
}

* {
font-family: 'OracleSans', OpenSans !important;
}


/*Button styles*/
 .mdBtnR-primary {
  background-color: #312D2A;
   border: 1px #312D2A;
}
.mdBtnR-primary:hover {
  /*background-color: rgba (26,47,63,.8)*/
  background-color: #312D2A;
}

.mdBtnR-primary:active {
  background-color: #312D2A;
}

.mdBtnR-cancel {
background-color: #312D2A;
   border: 1px #312D2A;
}

.mdBtnR-cancel:hover {
background-color: #161513;
   border: 1px #161513;
}

.mdBtnR-cancel:active {
background-color: #312D2A;
   border: 1px #312D2A;
}

.mdBtnR-cancel>.mdBtnR-text {
  color: #fff;
}

.mdBtnR-text {
  color: #fff;
}
