/*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, header, footer, .wf-form-element-div, .rf-text-container {
font-family: 'OracleSans', OpenSans !important;
}

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


/*Button styles*/
/*survey submit button color*/
button#wf-btn-submit {
  background-color: #312D2A !important;
  border: 1px #312D2A !important;
}

button#wf-btn-submit:hover {
  background-color: #161513 !important;
  border: 1px #161513 !important;
}

button#wf-btn-submit:active {
  background-color: #161513 !important;
  border: 1px #161513 !important;
}

.mdBtnR-primary, a.mdBtnR-primary {
  background-color: #312D2A !important;
  border: 1px #312D2A !important;
}

.mdBtnR-primary, a.mdBtnR-primary:hover {
  background-color: #161513 !important;
  border: 1px #161513 !important;
}

button#wf-btn-submit:active {
  background-color: #161513 !important;
  border: 1px #161513 !important;
}

.oracle-cloudworld-surveys-page-mysurveys .modal-open .mdBtnR-primary>.mdBtnR-text {
  color: #fff;
}

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

.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;
}

/*DEBUG - Remove dotted outlines*/
* {
  outline-style:none !important;
}



/* MC Update 31-08-22*/


.rf-tile-container .rf-tile .rf-tile-banner img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding-top: 10px;
  height: initial;
  width: initial;
}



