body {
    background-color: #fafafa;
}

.body-content {
    background-color: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
    margin-top: 10px;
}

.navbar.purple {
    background-color: rgb(70, 22, 107);
    color: #fff;
}

.navbar #logo {
    height: 50px;
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.required:after {
    content: " *";
    color: red;
}

select.is-invalid + span.select2 span.select2-selection {
    border-color: #dc3545;
    /*background-color: #fff7f8;*/
}

select.is-invalid + span.select2.select2-container--open span.select2-selection,
select.is-invalid + span.select2.select2-container--focus span.select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dc3545;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dc3545;
    border-color: #dc3545;
    /*background-color: #fff7f8;*/
}

.select2-container--bootstrap4 .select2-selection--multiple li.select2-selection__choice {
    color: #fff;
    background-color: #007bff;
    padding: 0.25em 0.6em;
    border-radius: 10rem;
    display: inline-block;
    /*font-size: 75%;*/
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border: none;
}

.select2-container--bootstrap4 .select2-selection--multiple li.select2-selection__choice span.select2-selection__choice__remove {
    color: #ffff;
}

.select2-container--bootstrap4 .select2-selection--multiple li.select2-selection__choice span.select2-selection__choice__remove:hover {
    color: #ffffff;
}

.navButs button {
    margin-left: 4px;
}

#mainForm #content {
    padding: 5px;
}