﻿/* Bug in CoreUI dark theme and datatables.net dropdown */
.dark-theme select > option, .dark-theme select > optgroup {
    background-color: var(--cui-body-bg, #282933);
}

/* Compenesate for jQuery unobtrusive validation class */
.field-validation-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #e55353;
}

/* When using a form within datatables.net cells, the form doesn't show inline when it should */
.dt-nowrap form {
    display: inline;
}