/*Hide the comma*/

.oracle-cwoh23-myregistration-housing .rf-housing-event-info p:nth-of-type(1) {
    display: none;
}
/*Hide the order page specific to VENDOR REG*/
body.oracle-cwoh23-VendorReg-order {display: none;}

/*Hide the continue button specific to VENDOR REG*/
body.rf-body.oracle-cwoh23-VendorReg-confirm #reg-confirmation-page > div.rfwf-full-panel.rfwf-confirmation-buttons > div > button {display: none;}


/*Hide bottom section of conf page*/
.confirmation-page>div:nth-child(3) {
  display:none;
}

/*hide skip nav*/
.rf-accessibility-skip-nav {
display:none;
}

/*hide account page link in group reg*/
#bulkPackagesDashboard #return-to-my-account,
#bulkPackagesDashboard a.headline-prev-page{
    display:none;
}


/*Temporary header image size*/
.nav-logo> img {
  width:100%;
  height:100%;
  object-fit:fill;
}
.rw-ocean-160bg {
    background-color: #4F5A5A !important;
}
.nomination-form-details {
    max-width: 80%;
}

/*multi-select form error highlighting*/
.wf-form-element-div .has-error .error-msg {
  color: var(--rf-brand-color-status-error);
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  position: relative;
  bottom: 17px;
}
.wf-form-element-div
  .has-error
  .rf-multi-select
  .rf-dropdown-container
  .rf-dropdown-trigger {
  border-color: var(--rf-brand-color-status-error);
}
.wf-form-element-div
  .has-error
  .rf-multi-select
  input::placeholder{
  color: var(--rf-brand-color-status-error);
}

/*group reg confirmation page buttons*/
.oracle-cwoh23-DigitalReg-confirm .rfwf-confirmation-buttons .pull-right,
.oracle-cwoh23-ouaddons-confirm .rfwf-confirmation-buttons .pull-right,
.oracle-cwoh23-ouaddons-confirm .rfwf-confirmation-buttons .mdBtnR-outline-primary:not(.mdBtnR-icon)
.oracle-cwoh23-groupRegOCW23-confirm .rfwf-confirmation-buttons .pull-right,
.oracle-cwoh23-groupRegOCW23-confirm .rfwf-confirmation-buttons .mdBtnR-outline-primary:not(.mdBtnR-icon){
 display:none; 
}
body.rf-body.rf-accessibility.oracle-cwoh23-DigitalReg-confirm button.mdBtnR.mdBtnR-outline-primary,
.oracle-cwoh23-ouaddons-confirm .rfwf-confirmation-buttons .mdBtnR-icon,
.oracle-cwoh23-groupRegOCW23-confirm .rfwf-confirmation-buttons .mdBtnR-icon{
 float: right; 
}

body.rf-body.rf-accessibility.oracle-cwoh23-ouaddons-order button.mdBtnR.mdBtnR-outline-primary.pull-left {
    display: none;
}

body.rf-body.rf-accessibility.oracle-cwoh23-ocwexhportal-task li#simple-overlay-action-item-3 {
    display: none;
}

body.rf-body.rf-accessibility.oracle-cwoh23-notforprofitnominationsworkflow-workingreports.ready .rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports #gridRender .md-frame, body.rf-body.rf-accessibility.oracle-cwoh23-notforprofitnominationsworkflow-workingreports .rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports #gridRender .wr-table,
body.rf-body.rf-accessibility.oracle-cwoh23-groupnominationsworkflow-workingreports .rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports #gridRender .md-frame, body.rf-body.rf-accessibility.oracle-cwoh23-groupnominationsworkflow-workingreports .rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports #gridRender .wr-table,
body.rf-body.rf-accessibility.oracle-cwoh23-salescompnominationsworkflow-workingreports .rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports #gridRender .md-frame, body.rf-body.rf-accessibility.oracle-cwoh23-salescompnominationsworkflow-workingreports .rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports #gridRender .wr-table,
body.rf-body.rf-accessibility.oracle-cwoh23-salesdiscountnominationsworkflow-workingreports .rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports #gridRender .md-frame, body.rf-body.rf-accessibility.oracle-cwoh23-salesdiscountnominationsworkflow-workingreports .rfwf-full-panel.rfwf-working-reports.rf-workflow-working-reports #gridRender .wr-table
{
    display: none;
}

.oracle-cwoh23-DigitalReg-order .orders-page .rfwf-full-panel.rfwf-orders-details .rfwf-panel-interior {
    display: none;
}

.oracle-cwoh23-ocwexhportal-page-exhibitordashboard .rf-card.exhibitor-leads-card .card-controls {
    visibility: hidden;
}
