.c-form.form-horizontal {
    padding-left: 15px;
    padding-right: 15px;
}

.bstrap30 h7.section-title {
    padding-top: 7px;
    padding-bottom: 7px;
}

/*.bstrap30 .field-container {
    margin-bottom: 15px;
}*/

label.Form__Element__Caption.af-slide.control-label.para.pleaseindicate.required {
    font-weight: normal !important;
    text-align: left !important;
}

textarea.bauschhealthInquiryLength.FormTextbox__Input.form-control.medicalinquiry.ng-empty.ng-pristine.ng-untouched.ng-valid.required {
    min-height: 80px !important;
}
.data_af_txtIsDirected label {
    font-weight: 100!important;
    line-height: 1;
}

.field-container .ValidationFail input {
    border-color: #a94442!important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%)
}

.field-container .ValidationFail textarea {
    border-color: #a94442 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%)
}
.field-container .ValidationFail select {
    border-color: #a94442 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%)
}
.field-container .ValidationFail label.pleaseindicate {
    color: #a94442 !important;
    
}
.field-container .ValidationFail .data_af_txtIsDirected label {
    font-weight: 100 !important;
    color: #a94442 !important;
}
.form-group-ConfNameandYear .ValidationFail input#ConfNameandYear {
    border-color: #ccc !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    background-color: #fff;
}

.bstrap30 .row {
    min-width: 0;
}

@media only screen and (max-width: 992px) {
    .modal-content {
        width: 99vw;
    }
}