/*css for supplier-diversity-profile form */

.bstrap30 input[type="radio"], .bstrap30 input[type="checkbox"] {
    margin-top: 1px;
}

.c-form.form-horizontal .field-container.af-slide.col-sm-0 {
    min-width: 0;
    margin-left: 11px
}

@media (min-width: 1200px) {
    .clmnlg07 {
        width: 58.33333333%;
    }
}
.fileinput-button {
    position: relative;
    overflow: hidden;
}

.EPiServerForms .Form__Element .Form__Element__ValidationError {
    color: #a94442 !important;
}

.field-container .ValidationFail input {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.field-container .ValidationFail select {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.checkbox-list .ValidationFail label {
    color: #a94442;
}
.EPiServerForms .Form__Element {
    margin: 0 0 0rem 0;
}
.EPiServerForms .Form__Element .Form__Element__Caption {
    min-width: 0%;
}
div.hdingfrchoice h3 {
    margin: 1px;
}

/*upload button css*/

@media (min-width: 1200px){
    .Form__Element.FormFileUpload {
        width: 58.33333333%;
        float: left;
    }
}

.Form__Element.FormFileUpload {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5px !important;
    min-width: 0;
    margin: 0;
    float: left;
}

input.FormFileUpload__Input {
    background: #00a0e3;
    margin-bottom: 5px;
    margin-top: 9px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    display: inline-block;
    padding: 0.75em 1.1em;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

@media screen and (max-width: 767px){
    .Form__Element.FormFileUpload{
        width:100%;
        margin:0;
        float:none;
    }
    .FormFileUpload input.FormFileUpload__Input {
        margin: 0;
        border: 0;
        width: 100%;
        font-size: 14px;
        background: #00a0e3;
        margin-bottom: 5px;
        text-align: center;
    }
}

/*upload button css ends*/

.EPiServerForms .Form__Element .Form__Element__ValidationError {
    margin-bottom: -15px;
}

.field-container {
    margin-bottom: 9px;
}

/*css for supplier-diversity-profile form end */