
/*fix Radio button spacing, project 176901*/
/*create space between radios*/
.Section-Survey .Col-RadioCustom.col-sm-9 .radio-inline:not(:first-child) {padding-left:15px;}
.Section-Survey .Col-Radio.radio-inline:not(:first-child) {padding-left:15px;}
.Section-Survey .Col-RadioCustom.col-sm-9 {flex: 0 0 100%;max-width: 100%;}
/*move text beside checkbox instead of going to new line*/
.Section-Survey .form-check-label {
display:inline;
}

/*begin: project #180069 - fix radio alignment (susan's survey)*/
.Section-Survey .Col-RadioCustom.col-sm-9 .radio-inline:not(:first-child) {
                padding-left: 25px;
}

#Row4376 .col-sm-9{padding-left:35px}
/*end: project #180069 - fix radio alignment */

/*begin: project #180069 2.0 - fix radio alignment when linked to an event account*/
.Col-AttendSurvey .Row-LineDetail input {
                margin-left: 0px !important;
}

/*end: project #180069 - fix radio alignment */
/*Begin: project 183811 - fix text box width Notes: it does adjust the width of the all text fields, however, I was hoping it would adjust the box for a specific entry and respond to the value entered on the survey form.*/
.NonTableLayout .LineIndent0 textarea, .NonTableLayout .LineIndent1 textarea, .NonTableLayout .LineIndent2 textarea, .NonTableLayout .LineIndent3 textarea, .NonTableLayout .LineIndent4 textarea, .NonTableLayout .LineIndent5 textarea {
                max-width: 100%;
}
/*End: project 183811 - fix text box width*/
