


.select2-container--default .select2-selection--multiple {
    background-color: white;
    min-height: 50px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: unset;
        /* background-color: #08aeac; */
        /* background-color: rgba(0,0,0,.5); */
        border: 1px solid #aaa;
        border-radius: 1px;
    }

.has-error {
    border: 1px solid red;
}

label.error {
    color: red;
}

input.error {
    border: 1px solid red;
}

.error {
    color: red;
}


.LI-badge-container.horizontal.dark {
    width: 400px;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
