#rf-content .orders-page {display: none;}

/*Attendee Portal Custom*/

.label-text {
    color: #444;
    font-size: 14px;
    height: auto;
    font-weight: 600;
}

.readOnly-value {
    height: auto;
    font-size: 14px;
    line-height: 1em;
}

/*Kevin - 11582: hide back button on meeting request*/
.vena-venanation21-exhmeetrequest-scheduling .rfwf-orders-buttons .mdBtnR.pull-left{
 display: none; 
}
/*end Kevin - 11582*/

/* Cuevent */

.page-builder-display-reset.has-panel-left {
	max-width: 1512px;
}

.flex-box-section-full.cuevent {
    padding: 0 !important;
}

.cuevent .flex-box-section-full-interior {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.cuevent .flex-box-section-full-interior .flex-box-section {
    margin: 0;
}

.cuevent .flex-box-child {
    padding: 0;
}

#cuevent-portal {
    width: 100%;
    height: 2000px;
    border: none;
    outline: none;
}

/* end Cuevent */

/* Eborall - 8 Jun, 21. Ticket #11857*/
#rf-exhibitorcatalog .exhibitor-title {
  flex-wrap: wrap;
}
#rf-exhibitorcatalog .exhibitor-logo {
  flex-basis: 100%;
}

#exhibitor-customComponent1 h2,
#exhibitor-customComponent2 h2{
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 20px;
}

.img-responsive {
  width: 100%;
  height: auto;
}
