/* ---- Form Fixes ---- */ .scfCheckBoxList label, .scfRadioButtonList label { display: inline-block; padding-left: 15px; } [type="checkbox"] { float: left; margin: 5px 10px 0 0; } /* ---- Original Styles below ----- */ #htmlBody .scfRequired { color: #cc0000; margin: 5px 0 5px 1% !important; float: none !important; } .scfSectionContent .scfEmailGeneralPanel, .scfSectionContent .scfMultipleLineGeneralPanel, .scfSectionContent .scfSingleLineGeneralPanel, .scfSectionContent .scfPasswordGeneralPanel, .scfSectionContent .scfNumberGeneralPanel, .scfSectionContent .scfDateGeneralPanel, .scfSectionContent .scfRadioButtonListGeneralPanel, .scfSectionContent .scfCheckBoxListGeneralPanel, .scfSectionContent .scfFileUploadGeneralPanel, .scfSectionContent .scfDateSelectorGeneralPanel, .scfSectionContent .scfDropListGeneralPanel, .scfSectionContent .scfTelephoneGeneralPanel { margin: 0; padding: 0 0 25px 0; width: 100%; } .scfSectionContent .scfDropListLabel, .scfSectionContent .scfEmailLabel, .scfSectionContent .scfMultipleLineTextLabel, .scfSectionContent .scfSingleLineTextLabel, .scfSectionContent .scfPasswordLabel, .scfSectionContent .scfNumberLabel, .scfSectionContent .scfDateLabel, .scfSectionContent .scfRadioButtonListLabel, .scfSectionContent .scfCheckBoxListLabel, .scfSectionContent .scfListBoxLabel, .scfSectionContent .scfFileUploadLabel, .scfSectionContent .scfDateSelectorLabel, .scfSectionContent .scfTelephoneLabel { float: none; display: inline; text-align: left; padding: 0 0 5px 0; margin: 0; width: 100%; } .scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfConfirmPasswordLabel, .scfCreditCardLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel { padding: 3px 0px; width: 100%!important; display: block; float: left; margin-left: 6px; clear: left; } textarea.scfMultipleLineTextBox, select.scfDropList, .field > select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] { border: 1px solid silver; padding: 5px; margin: 0; min-height: 30px; width: 100%!important; } .scfForm p{ font-family: "kepler-std",Georgia,"Times New Roman",Times,serif; font-weight: 400; font-style: normal; line-height: 1.8; color: #232d38; -webkit-font-smoothing: antialiased; margin-bottom: 1.125rem; } .scfForm { font-family: "kepler-std",Georgia,"Times New Roman",Times,serif!important; } div.scfDatePickerGeneralPanel { width: 100%; margin-bottom: 20px; } legend.scfSectionLegend { padding: 0; }