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


/*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%;
}

/*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;
}

/*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*/
[class$="-account"] .rfwf-full-panel.rfwf-account-orders{
  display:none;
}


/*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*/
[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*/
[class$="-page-home"] .flex-box-section-full {
    padding-top: unset;
    padding-bottom: unset;
}
[class$="-page-home"] .flex-box-section-full:last-child {
    padding-bottom: 50px;
}
[class$="-page-home"]  .flex-box-section-full .rf-card .card-body{
  height:max-content;
}


/*JJE end*/
