/* BioEd Online - Admin UI Tweaks */

/* Highlight Active Tabs */
.uk-tab > .uk-active > a {
    border-color: #1e87f0 !important;
    background-color: #f0f8ff !important;
    font-weight: bold;
}

/* Improve Inputfield spacing */
.InputfieldHeader {
    background-color: #f8f9fa !important;
    color: #2b4c6e !important;
    font-weight: 600 !important;
}

/* Meta/Note styling for editors */
.InputfieldNotes {
    background-color: #fff9db !important;
    border-left: 3px solid #fcc419 !important;
    padding: 10px !important;
    margin-top: 5px !important;
}

/* Specific Fieldset Color-coding (e.g., Featured Image section) */
#wrap_Inputfield_featured_image {
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 4px;
}

/* Make descriptors more readable */
.InputfieldDescription {
    color: #495057 !important;
    font-size: 0.9em !important;
}
