/*JJE These ones were confirmed as active on CFP*/

/*pages that suck and need important...*/
.salesforce-edusummit22-cfp-cfpHome h1,
.salesforce-edusummit22-cfp-cfpHome h2,
.salesforce-edusummit22-cfp-cfpHome h2 span,
.salesforce-edusummit22-cfp-cfpHome h2 strong{
  font-family: 'Avante Garde' !important;
  color:#032d60 !important;
}

/*stack radio buttons on all forms*/
.custom-form-content .rf-radio-container .rfG-row{
display: flex;
flex-direction: column;
}
/*and make sure they aren't set to 50% width ever*/
.custom-form-content .rf-radio-container .rfG-md-50{
  width:100%;
}


/*login headers - may need to target the login page specifically*/
.md-frame-header .md-headline h2 {
    font-family: 'Avante Garde';
    color: white;
}
.md-frame-header{
  background: #032d60;
}

/*table headers may need to target more directly.  cfp/participant initially*/
.rf-simple-table thead,
.table-header{
  background: #032d60;
}
.table-header:hover{
  background: #032d60 !important;
}
.rf-simple-table thead th{
  color: white;
}
.table-header, .table-header > div{
  color: white !important;
}
/*modals...*/
.modal-dialog .modal-content .modal-header {
    background-color: #032d60;
    color: white;
}
.modal-dialog .modal-content .modal-header h3{
  font-family: 'Avante Garde';
  color: white;
}
.modal-dialog .modal-content .modal-header .rfSI svg,
.modal-dialog .modal-content .modal-header .rfSI svg:hover{
  fill:white;
}
.rf-default-modal .modal-header .modal-close, .modal .modal-header .modal-close{
  opacity: 1;/*'x' on right of modal header*/
}


/*buttons in forms - remove left padding so we can combine with text*/
.flex-box-section-full .flex-box-section-full-interior .rf-headline .rf-headline-content{
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

/*.popover instead of tooltip in some fields for some reason*/
/*some checkboxes were getting 14px for some reason*/
/*some radio buttons are getting 14px for some reason*/
.popover, .checkbox span, .radio span{
  font-size: 16px;
}

/*remove orders on reg conf page 1/5/2022*/
.rf-body.salesforce-edusummit22-attendeeregistration-account .rfwf-full-panel.rfwf-account-orders{
  display:none;
}

/*increase size of Enter Reg Code box and remove bottom couple of grey lines from url
https://reg.salesforce.com/flow/salesforce/edusummit22/registrationUS/order
may need more for other reg flows
1/5/2022*/
.rf-body.salesforce-edusummit22-registrationUS-order .orders-page input{
    height: 46px;
    margin-top: -2px;
}
.rf-body.salesforce-edusummit22-registrationUS-order .rfwf-panel, .rfwf-full-panel:nth-child(n+3) {
    border-bottom: none !important;
}

/*hide orders on orders page during reg process 20220107
We still go to orders page with no packages.  Not sure if it's required by rf
will need to add an additional one for each workflow we wish to hide*/
.salesforce-edusummit22-registration-order .orders-page,
.salesforce-edusummit22-employeeRegistration-order .orders-page,
[class$="-order"] .orders-page{
    display: none;
}
/*remove line at bottom of confirmation page on reg*/
#participantPage .rfwf-full-panel {
    border-bottom: none;
}



/*fix padding on pre-portal home page - also new uri 20220124*/
/*20220119 Fix padding on pre-portal home page
https://reg.salesforce.com/flow/salesforce/edusummit22/portal/page/home*/
.salesforce-edusummit22-portal-page-home .flex-box-section-full,
.salesforce-edusummit22-attendeeportal-page-home .flex-box-section-full {
    padding-top: unset;
    padding-bottom: unset;
}
.salesforce-edusummit22-portal-page-home .flex-box-section-full:last-child,
.salesforce-edusummit22-attendeeportal-page-home .flex-box-section-full:last-child {
    padding-bottom: 50px;
}
.salesforce-edusummit22-portal-page-home .flex-box-section-full .rf-card .card-body,
.salesforce-edusummit22-attendeeportal-page-home .flex-box-section-full .rf-card .card-body{
  height:max-content;
}


/*JJE end*/


