
.message {white-space: pre-wrap;}

.od-radio-group label {font-weight: normal;}

#btn-form-simple-notifyemails-addme {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-color: transparent;
}

.od-g-recaptcha {width: 100%;}

.row.recaptcha-domain-keys {padding: 5px 0 0 10px;white-space: nowrap;}

/*body:not([od_plstg_form_simple_options_recaptcha="1"]) .recaptcha-domain-keys {display: none;}

body:not([od_plstg_form_simple_submit_action="url"]) textarea#plugin-formsimple-submit-url,
body:not([od_plstg_form_simple_submit_action="message"]) textarea#plugin-formsimple-submit-message
 {display: none;}*/

/*label#od-fc-formsimple-submit-message {padding-left: 0;}*/

/*remove quill and MCE option for now*/
.form-builder .textarea-field option[label='tinymce'],
.form-builder .textarea-field option[label='quill']{
display: none;
}
/*OV-1834 Add Form Builder to Simple Form*/
.od-form-simple-form-design .has-error .form-control {
    margin-bottom: 15px;
}
.od-form-simple-container .rendered-form label{
	text-align: right;
	padding-left: 0;
}
.od-form-simple-container .rendered-form .form-control{
	border-radius: 0px;
}
/* #od-form-simple-container #od-form-simple-form-group-submit > .col-sm-offset-3{
	padding: 0;
} */
.form-builder .ui-sortable li{
	cursor: all-scroll;
}
.form-builder select option {
    text-transform: capitalize;
}
.form-builder .form-control.fld-label{
	cursor:text;
}
.od-form-simple-container .form-control[type="color"] {
	width: 60px!important;
}	
#od-modal-dialog-prompt .form-builder input.option-value[placeholder="Value"] {
    display: none;
}
#od-modal-dialog-prompt .form-builder input.option-label[placeholder="Label"] {
    width: calc(89% - 17px);
}
/* #od-form-simple-container .rendered-form .radio-group, #od-form-simple-container .rendered-form .checkbox-group {
	padding-left:20px;
} */
/*Margin in fields and the right hand side of the tile when in design view*/
[data-od-pagetype="form-simple"] .od-form-simple > .form-group{
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 768px){
	.od-form-simple-container .rendered-form .form-group {
		display: flex;
		align-items: center;
		flex: 0;
	}
	.od-form-simple-container .rendered-form .col-sm-9{
		width: 75%;
	}
	.od-form-simple-container .rendered-form .fb-autocomplete-list {
		width: 71%!important;
		margin-left: 24%;
	}
}


.od-form-simple-container {
	margin-top: 10px;
}
.od-form-simple-container > .alert {
	margin: 0 15px;
}

[od-bs4-width-tile="xs"] .od-form-simple-container .col-sm-3,
[od-bs4-width-tile="xs"] .od-form-simple-container .col-sm-9:not(.col-sm-offset-3){
	width: 100%;
	text-align: left;
}
[od-bs4-width-tile="xs"] .od-form-simple-container .form-group > .col-sm-offset-3{
	margin-left: 0px !important;
}
