﻿/* ========================================================================
   ODIE Custom Override Stylesheet
   ------------------------------------------------------------------------
   Single source of truth for ODIE's site-wide CSS overrides.
   Aligns Telerik Bootstrap-skinned controls with the Limitless template
   (v4 light), and carries forward all of ODIE's long-standing custom
   classes. Load AFTER Telerik's Bootstrap skin and Bootstrap itself.

   Brand:
     - Body background: #CFD9EA
     - Link color:      #157AAC (always underlined in body content)
   ======================================================================== */

/* Inter — the Limitless template's default sans. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");


/* =========================================================================
   1. Design tokens
   Edit these in ONE place to retheme everything below.
   ========================================================================= */
:root {
    --odie-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --odie-font-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --odie-body-color: #1F2937; /* gray-900 */
    --odie-body-bg: #CFD9EA; /* ODIE brand */
    --odie-muted: #6B7280; /* gray-600 */
    --odie-border: #D1D5DB; /* gray-400 */
    --odie-border-light: #E5E7EB; /* gray-300 */

    --odie-link: #157AAC; /* ODIE brand */
    --odie-link-hover: #0F5A80; /* ~25% darker */
    --odie-link-rgb: 21, 122, 172;
    --odie-font-size: 0.875rem; /* 14px */
    --odie-font-size-sm: 0.75rem;
    --odie-font-size-lg: 1rem;
    --odie-line-height: 1.5715;
    --odie-radius: 0.375rem;
    --odie-radius-sm: 0.25rem;
    --odie-radius-lg: 0.5rem;
    --odie-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
}


/* =========================================================================
   2. Body & global typography
   ========================================================================= */
body,
#divMainContent {
    font-family: var(--odie-font-sans) !important;
    font-size: var(--odie-font-size);
    font-weight: 400;
    line-height: var(--odie-line-height);
    color: var(--odie-body-color);
    background-color: var(--odie-body-bg);
}

h1, .h1 {
    font-size: 2rem;
    line-height: 1.375;
    font-weight: 500;
    color: var(--odie-body-color);
}

h2, .h2 {
    font-size: 1.75rem;
    line-height: 1.375;
    font-weight: 500;
    color: var(--odie-body-color);
}

h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.375;
    font-weight: 500;
    color: var(--odie-body-color);
}

h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.375;
    font-weight: 500;
    color: var(--odie-body-color);
}

h5, .h5 {
    font-size: 1.125rem;
    line-height: 1.375;
    font-weight: 500;
    color: var(--odie-body-color);
}

h6, .h6 {
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 500;
    color: var(--odie-body-color);
}

small, .small {
    font-size: var(--odie-font-size-sm);
}

.text-muted {
    color: var(--odie-muted) !important;
}

a {
    color: var(--odie-link);
    text-decoration: underline;
}

    a:hover {
        color: var(--odie-link-hover);
        text-decoration: underline;
    }

code {
    font-family: var(--odie-font-mono);
    color: #f35c86;
}


/* Navigation chrome + button-styled links — no underline */
.sidebar a,
.sidebar a:hover,
.navbar a,
.navbar a:hover,
.page-header a,
.page-header a:hover,
a.btn,
a.btn:hover {
    text-decoration: none;
}


/* =========================================================================
   3. Layout & generic utilities
   ========================================================================= */
.box_sizing_is_fun *,
.box_sizing_is_fun *::before,
.box_sizing_is_fun *::after {
    box-sizing: border-box;
}

.RadLabel {
    padding-right: 0 !important;
}

/* not for sure if this is used */
.container {
    position: relative;
    min-height: 100%;
}

/* so the page content is not right on the bottom of the screen */
.content {
    padding-bottom: 150px;
}

.details_table {
    background-color: #FFF;
    width: 100%;
}

.page_divider {
    padding-bottom: 10px;
}

.icon {
    height: 16px;
    width: 16px;
    border: 10px #000000; /* preserved from legacy CSS — invalid declaration, no effect */
}

    .icon img {
        border: 0;
    }

.image {
    border: none;
}

    .image img {
        border: 0;
    }

.icon-sm {
    height: 12px;
    width: 16px;
    border: 0;
}

.error {
    color: #cc0000;
}

.break_word {
    max-width: 500px;
    word-wrap: break-word !important;
}

.cursor_hand {
    cursor: pointer;
}

.horizontal-line {
    border-bottom: solid 1px #C0C0C0;
}

.AutoShrink {
    width: auto !important;
}

div.AutoShrink {
    float: left;
}


/* =========================================================================
   4. Page titles, headings, sections
   ========================================================================= */
.title {
    padding-bottom: 5px;
}

.sub-title {
    font-weight: 600;
}

.page-section-line {
    padding-top: 5px;
    border: 0 solid #d9d9d9;
    border-bottom-width: 1px;
    width: 100%;
}

.hr {
    color: #666666;
    font: italic 18pt Arial, Helvetica, Sans-Serif;
    padding: 10px;
    text-align: left;
}

/* used in repair dashboard */
a.title-link {
    font-size: 20pt;
    color: #636363;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

    a.title-link:hover {
        text-decoration: underline;
    }

a.title-linkheader {
    font-size: 10pt;
    color: #636363;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

    a.title-linkheader:hover {
        text-decoration: underline;
    }

.title-icon {
    margin: 0;
    border: none;
    cursor: pointer;
}

    .title-icon img {
        border: 0;
    }

a.title-icon {
    color: #4d7fb1;
    font: bold 10pt Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

    a.title-icon:hover {
        text-decoration: underline;
    }

/* Title icons — wrapper styles applied via parent class */
.title_icons_style a,
.title_icons_style_link {
    padding: 0.8rem;
    border-radius: 0.25rem;
    color: #575C5F;
    font: 7pt Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    cursor: pointer;
    /* btn-like reset */
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .title_icons_style a:hover,
    .title_icons_style_link:hover {
        color: #575C5F;
        text-decoration: underline;
    }

.title_icons_style span,
.title_icons_style_span {
    display: block;
    padding-top: 0.625rem;
    margin-bottom: -0.4375rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title_icons_style img,
.title_icons_style_img {
    margin: 0;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    height: 16px;
    width: 16px;
}

.title_school_profile {
    color: #575C5F;
    font: bold 8pt Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
    text-align: right !important;
}


/* =========================================================================
   5. Labels & data classes  (legacy ODIE typography)
   ========================================================================= */
.label_text {
    font-weight: 600 !important;
}

.label {
    padding-left: 24px !important;
    font-weight: 600 !important;
}

    .label:after {
        content: ":";
    }

.label_no_colon {
    padding-left: 24px !important;
    font-weight: 600 !important;
}

.label_colon_only:after {
    content: ":";
}

/* Arial preserved per request */
.label-id {
    color: #575C5F;
    font: bold 8pt Arial, Helvetica, Sans-Serif;
}

.label-hd-temp {
    color: #575C5F;
    font: 9pt Arial, Helvetica, Sans-Serif;
}

/* Icon caption / system alert / memo — Arial preserved per request */
.icon_text {
    color: #575C5F;
    font: 7pt Arial, Helvetica, Sans-Serif;
    padding-left: 4px;
    padding-right: 12px;
    padding-bottom: 2px;
}

.data-att {
    font-weight: 600;
    font-size: 1.125rem;
}

.data-sm {
    font-size: smaller;
}

/* Updated: now inherit Inter from body */
.data-bold {
    color: #666666;
    font-weight: bold;
}

/* Pasted/uploaded images in data cells shouldn't blow out their container */
.data img,
.data-att img {
    max-width: 100%;
    height: auto;
}

.bold-header {
    color: #666666;
    font-weight: bold;
}

.media-center-title {
    color: #000000;
    font-size: 1.25rem;
}

.data_district_profile {
    font-weight: 400;
}

.label_district_profile {
    font-weight: 600 !important;
}

    .label_district_profile:after {
        content: ":";
    }


/* =========================================================================
   6. Custom link helpers
   ========================================================================= */
a.link-att {
    color: var(--odie-link) !important;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 1.125rem;
}

    a.link-att:hover {
        color: var(--odie-link-hover) !important;
    }

a.data-link {
    color: var(--odie-link) !important;
    text-decoration: underline !important;
    font-weight: 700;
}

    a.data-link:hover {
        color: var(--odie-link-hover) !important;
    }

.data-link-text {
    color: var(--odie-link) !important;
    text-decoration: underline !important;
    font-weight: 700;
}

/* Color-coded helpers — keep the colors, drop the legacy Arial declaration */
a.green-link, a.green-link:hover {
    color: Green !important;
    text-decoration: underline;
}

a.purple-link, a.purple-link:hover {
    color: Purple !important;
    text-decoration: underline;
}

a.blue-link, a.blue-link:hover {
    color: Blue !important;
    text-decoration: underline;
}

a.red-link, a.red-link:hover {
    color: Red !important;
    text-decoration: underline;
}


/* =========================================================================
   7. Table line backgrounds, lists, msg blocks
   ========================================================================= */
.line {
    background-color: #FFFFFF;
}

.linealt {
    background-color: #f5f5f5;
}

.lineselected {
    background-color: #f5f5f5;
}
/* .lineselectedalt removed — old code, no longer used */

.list, .list-sm {
    padding: 6px 0;
}

.msg_list {
    margin: 0;
    padding: 0;
    width: 100%;
}

.msg_head {
    padding: 5px 25px;
    cursor: pointer;
    position: relative;
    background-color: #ECECEC;
    margin: 1px;
    background-image: url('/images/icons/expand.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.msg_body {
    padding: 5px 10px 15px;
    background-color: #fff;
}

.staffeval_card {
    padding: 5px;
    border-radius: 10px;
    margin: 2px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
}


/* =========================================================================
   8. Status badges
   ========================================================================= */
.statusError {
    color: #D8000C;
    font-weight: bold;
    background-color: #FFD2D2;
    border-radius: 8px;
    padding: 2px 10px;
}

.statusWarn {
    color: #9F6000;
    font-weight: bold;
    background-color: #FEEFB3;
    border-radius: 8px;
    padding: 2px 10px;
}

.statusOk {
    color: #4F8A10;
    background-color: #DFF2BF;
    border-radius: 8px;
    padding: 2px 10px;
}

.statusInfo {
    color: #fff;
    font-weight: bold;
    background-color: #286090;
    border-radius: 8px;
    padding: 5px 10px;
}


/* =========================================================================
   9. Filters
   ========================================================================= */
.filtertype {
    font-size: 8pt;
    font-weight: bold;
}

.filtername {
    font-size: 10pt;
}

.filterremove {
    width: 16px;
}

    .filterremove img {
        height: 16px;
        width: 16px;
    }


/* =========================================================================
  10. Calendars  (Arial preserved per request)
   ========================================================================= */
.cal {
    color: #575C5F;
    font: 8pt Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

.calday {
    background-color: #F4F5F1;
    text-decoration: none;
    padding: 2px;
}

.caltitle {
    background-color: #F4F5F1;
    font: bold 12pt Arial, Helvetica, Sans-Serif;
    padding: 0;
    margin: 0;
    border: 0 solid #F4F5F1;
}

.calselected {
    background-color: #F4F5F1;
    font-weight: bold;
    color: #000000;
    border-width: 1px;
}

.calothermonth {
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 2px;
}

/* still used in repair reports */
.threecal {
    color: #000000;
    font: 10pt Arial, Helvetica, Sans-Serif;
}

.threecaltitle {
    background-color: #FFF8D9;
    color: #60513A;
    font: 12pt Arial, Helvetica, Sans-Serif;
    border-bottom: solid 1px #60513A;
}

.threecalheader {
    background-color: #FFFFFF;
    color: #A19177;
    font: 10pt Times, Serif;
}

.threecalothermonth {
    background-color: #FFFFFF;
    color: #A19177;
    font: italic 10pt Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

.threecalday {
    background-color: #FFFFFF;
    color: #60513A;
    font: 10pt Arial, Helvetica, Sans-Serif;
}

.threecaltoday {
    background-color: #FFFFFF;
    color: #60513A;
    border: solid 1px #60513A;
    font: 10pt Arial, Helvetica, Sans-Serif;
}

.threecalevent {
    background-color: #F4F5F1;
}

    .threecalevent a {
        color: #60513A;
        font: 10pt Arial, Helvetica, Sans-Serif;
        text-decoration: none;
    }

.threecalreg {
    background-color: #BDD678;
}

    .threecalreg a {
        color: #60513A;
        font: 10pt Arial, Helvetica, Sans-Serif;
        text-decoration: none;
    }

.threecalselected {
    background-color: #FFE749;
}

    .threecalselected a {
        color: #60513A;
        font: 10pt Arial, Helvetica, Sans-Serif;
        text-decoration: none;
    }

a.threecalonemonth {
    color: #A19177;
    font: 9pt Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

    a.threecalonemonth:hover {
        text-decoration: underline;
    }


/* =========================================================================
  11. Account calendar (RadScheduler tweaks)
   ========================================================================= */
.account_calendar .rsMonthView .rsWrap {
    height: 44px !important;
}
/* spacing between events */
.account_calendar .rsMonthView .rsDateWrap {
    height: 24px !important;
}
/* top of calendar */
.account_calendar .rsMonthView .rsApt {
    height: 40px !important;
}
/* event height */
.account_calendar .rsMonthView .rsLastWrap {
    height: 50px !important;
}
/* bottom of calendar */
.account_calendar .rsAptDelete {
    display: none !important;
}

.account_calendar .RadScheduler .rsAptSimple .rsAptContent {
    margin-top: 0 !important;
}


/* =========================================================================
  12. System alert  (Arial preserved per request)
   ========================================================================= */
.systemalert-position {
    position: absolute;
    top: 78px;
    text-align: center;
    z-index: 19;
}

.systemalert-text {
    color: red;
    font: 10pt Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}


/* =========================================================================
  13. AJAX notifications  (.ajaxerror removed — old code)
   ========================================================================= */
.ajaxnotify {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 18px;
}


/* =========================================================================
  14. Helpdesk: avatar & memo  (Arial preserved on memo-text/memo-sysmsgs)
   ========================================================================= */
.avatar {
    max-height: 50px;
    max-width: 50px;
    border: solid 1px #000000;
}

.avatar_label {
    color: #575C5F;
    text-align: center;
    vertical-align: top;
}

.avatar_padding {
    padding-top: 10px !important;
    padding-left: 10px !important;
}

.memo_radgrid {
    border-width: 0 !important;
}

    .memo_radgrid td {
        padding: 0 !important;
        border: 0 !important;
    }

.memo_main_table {
    width: 100%;
}

    .memo_main_table td {
        padding: 6px !important;
    }

.memo_data {
    word-break: break-word;
}

.memo-sysmsgs {
    color: #000000;
    font: 9pt Times, Serif;
}

.memo-text {
    color: #000000;
    font: 10pt Arial, Helvetica, Sans-Serif;
}

@media screen and (max-width: 700px) {
    .memo_data img {
        width: 100% !important;
    }
}


/* =========================================================================
  15. Gridview header (legacy)
   ========================================================================= */
.gridview-header {
    color: #333333;
    font: 8pt Arial, Helvetica, Sans-Serif;
    font-weight: lighter;
}


/* =========================================================================
  16. RadFormDecorator — decorated HTML elements
      (DecoratedControls = Buttons, CheckBoxes, Fieldset, GridFormDetailsViews,
       RadioButtons, Textarea, Textbox per the masterpage RFD)
   ========================================================================= */
.RadForm_Bootstrap,
.RadForm_Bootstrap input,
.RadForm_Bootstrap select,
.RadForm_Bootstrap textarea,
.RadForm_Bootstrap button,
.RadForm_Bootstrap fieldset,
.RadForm_Bootstrap legend,
.RadForm.rfdLabel_Bootstrap,
.RadForm.rfdCheckbox_Bootstrap,
.RadForm.rfdRadio_Bootstrap,
.RadForm.rfdTextbox_Bootstrap,
.RadForm.rfdTextarea_Bootstrap,
.RadForm.rfdButton_Bootstrap {
    font-family: var(--odie-font-sans) !important;
    color: var(--odie-body-color);
}


/* =========================================================================
  17. RadGrid
   ========================================================================= */
.RadGrid_Bootstrap,
.RadGrid_Bootstrap .rgMasterTable,
.RadGrid_Bootstrap .rgDetailTable,
.RadGrid_Bootstrap .rgGroupPanel,
.RadGrid_Bootstrap .rgGroupPanel table,
.RadGrid_Bootstrap .rgCommandRow,
.RadGrid_Bootstrap .rgCommandRow table,
.RadGrid_Bootstrap .rgEditForm,
.RadGrid_Bootstrap .rgEditForm table,
.RadGrid_Bootstrap .rgPager,
.RadGrid_Bootstrap .rgPager table,
.RadGrid_Bootstrap .rgHeader,
.RadGrid_Bootstrap .rgFilterRow,
.RadGrid_Bootstrap .rgFilterRow input,
.RadGrid_Bootstrap .rgFooter,
.RadGrid_Bootstrap .rgNoRecords {
    font-family: var(--odie-font-sans) !important;
}

/* RadCalendar selected day */
.RadCalendar_Bootstrap .rcMain .rcRow .rcSelected a {
    color: #FFF;
}


/* RadGrid row links (general) */
.rad_grid_item_style a,
.rad_grid_alternating_item_style a {
    color: var(--odie-link) !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

    .rad_grid_item_style a:hover,
    .rad_grid_alternating_item_style a:hover {
        color: var(--odie-link-hover) !important;
    }

.rad_grid_selected_item_style a,
.rad_grid_selected_item_style a:hover {
    color: #FFF !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}


/* District profile RadGrid — transparent rows */
.rad_grid_item_style_district_profile,
.rad_grid_alternating_item_style_district_profile {
    background-color: transparent !important;
    border: 0 !important;
}

.rad_grid_alternating_item_style_district_profile {
    padding-top: 50px !important;
}


/* Ticket / helpdesk dashboard */
.rad_grid_item_style_dashboard img {
    vertical-align: unset;
}

.rad_grid_item_style_dashboard a,
.rad_grid_alternating_item_style_dashboard a {
    color: var(--odie-link) !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

    .rad_grid_item_style_dashboard a:hover,
    .rad_grid_alternating_item_style_dashboard a:hover {
        color: var(--odie-link-hover) !important;
    }

.dashboard_grid {
    cursor: pointer;
}


/* =========================================================================
  18. RadButton / RadLinkButton
   ========================================================================= */
.RadButton_Bootstrap,
.RadButton_Bootstrap .rbDecorated,
.RadButton_Bootstrap .rbText,
.RadLinkButton_Bootstrap,
.RadLinkButton_Bootstrap .rbText {
    font-family: var(--odie-font-sans) !important;
}


/* =========================================================================
  19. RadComboBox + dropdown
       (Match body line-height so dropdown items don't overflow Telerik's
       fixed scroll container and trigger a phantom scrollbar.)
   ========================================================================= */
.RadComboBox_Bootstrap,
.RadComboBox_Bootstrap .rcbInput,
.RadComboBox_Bootstrap .rcbReadOnly,
.RadComboBoxDropDown_Bootstrap,
.RadComboBoxDropDown_Bootstrap .rcbItem,
.RadComboBoxDropDown_Bootstrap .rcbHovered,
.RadComboBoxDropDown_Bootstrap .rcbDisabled,
.RadComboBoxDropDown_Bootstrap .rcbHeader,
.RadComboBoxDropDown_Bootstrap .rcbFooter {
    font-family: var(--odie-font-sans) !important;
}

.RadComboBoxDropDown_Bootstrap {
    line-height: var(--odie-line-height);
}


/* =========================================================================
  20. RadInput family (RadTextBox, RadNumericTextBox, RadMaskedTextBox,
       RadDateInput)
   ========================================================================= */
.RadInput_Bootstrap,
.RadInput_Bootstrap .riTextBox,
.RadInput_Bootstrap .riLabel,
.RadInputMgr_Bootstrap {
    font-family: var(--odie-font-sans) !important;
}


/* =========================================================================
  21. RadDatePicker / RadDateTimePicker / RadTimePicker / RadCalendar
   ========================================================================= */
.RadPicker_Bootstrap,
.RadPicker_Bootstrap .rcInputWrap,
.RadPicker_Bootstrap .rcInput,
.RadCalendarPopup_Bootstrap,
.RadCalendar_Bootstrap,
.RadCalendar_Bootstrap table {
    font-family: var(--odie-font-sans) !important;
}


/* =========================================================================
  22. RadEditor (knowledgebase article pages)
   ========================================================================= */
.RadEditor_Bootstrap,
.RadEditor_Bootstrap .reToolbar,
.RadEditor_Bootstrap .reToolCell,
.RadEditor_Bootstrap .reContentArea,
.RadEditor_Bootstrap .reContentCell,
.reWrapper_Bootstrap {
    font-family: var(--odie-font-sans) !important;
}


/* =========================================================================
  23. RadWindow (dialogs)
   ========================================================================= */
.RadWindow_Bootstrap,
.RadWindow_Bootstrap .rwTitleBar,
.RadWindow_Bootstrap .rwTitleRow,
.RadWindow_Bootstrap .rwTitle,
.RadWindow_Bootstrap .rwDialogText {
    font-family: var(--odie-font-sans) !important;
}


/* =========================================================================
  24. RadTabStrip / RadMultiPage
   ========================================================================= */
.RadTabStrip_Bootstrap,
.RadTabStrip_Bootstrap .rtsLink,
.RadTabStrip_Bootstrap .rtsTxt,
.RadMultiPage_Bootstrap {
    font-family: var(--odie-font-sans) !important;
}


/* =========================================================================
  25. RadTreeView
   ========================================================================= */
.RadTreeView_Bootstrap,
.RadTreeView_Bootstrap .rtIn,
.RadTreeView_Bootstrap a,
.RadTreeView_Bootstrap input {
    font-family: var(--odie-font-sans) !important;
}


/* =========================================================================
  26. RadListBox / RadDropDownList / RadListView
   ========================================================================= */
.RadListBox_Bootstrap,
.RadListBox_Bootstrap .rlbTemplate,
.RadDropDownList_Bootstrap,
.RadDropDownList_Bootstrap .rddlInner,
.RadDropDownListPopup_Bootstrap,
.RadListView_Bootstrap {
    font-family: var(--odie-font-sans) !important;
}


/* =========================================================================
  27. RadMenu / RadToolBar / RadPanelBar
       (any remaining before the Bootstrap collapse conversion is fully done)
   ========================================================================= */
.RadMenu_Bootstrap,
.RadMenu_Bootstrap a,
.RadToolBar_Bootstrap,
.RadToolBar_Bootstrap .rtbText,
.RadPanelBar_Bootstrap,
.RadPanelBar_Bootstrap .rpLink,
.RadPanelBar_Bootstrap .rpText {
    font-family: var(--odie-font-sans) !important;
}


/* =========================================================================
  28. RadToolTip / RadNotification / RadCallout
   ========================================================================= */
.RadToolTip_Bootstrap,
.RadToolTip_Bootstrap .rtTitlebar,
.RadToolTip_Bootstrap .rtCallout,
.RadNotification_Bootstrap,
.RadNotification_Bootstrap .rnTitleBar,
.RadCallout_Bootstrap {
    font-family: var(--odie-font-sans) !important;
}


/* =========================================================================
  29. RadAsyncUpload / RadUpload / RadFileExplorer
   ========================================================================= */
.RadUpload_Bootstrap,
.RadAsyncUpload_Bootstrap,
.RadAsyncUpload_Bootstrap .ruFileWrap,
.RadFileExplorer_Bootstrap {
    font-family: var(--odie-font-sans) !important;
}


/* =========================================================================
  30. Bootstrap card / form polish to match Limitless chrome
   ========================================================================= */
.card {
    border-color: var(--odie-border-light);
    border-radius: var(--odie-radius);
    box-shadow: var(--odie-shadow);
}

.card-title {
    color: var(--odie-body-color);
    font-weight: 500;
}

.card-header {
    background-color: transparent;
    border-bottom-color: var(--odie-border-light);
}

.form-control,
.form-select {
    font-family: var(--odie-font-sans);
    font-size: var(--odie-font-size);
    border-color: var(--odie-border);
    border-radius: var(--odie-radius);
}

    .form-control:focus,
    .form-select:focus {
        border-color: var(--odie-link);
        box-shadow: 0 0 0 0.125rem rgba(var(--odie-link-rgb), 0.25);
    }

/* Dark navbar form controls — heavy specificity to beat Limitless's defaults */
.navbar.navbar-dark .form-control,
.navbar [data-color-theme="dark"] .form-control,
.navbar-dark input.form-control {
    color: #FFF !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    border-color: transparent !important;
}

    .navbar.navbar-dark .form-control::placeholder,
    .navbar [data-color-theme="dark"] .form-control::placeholder {
        color: rgba(255, 255, 255, 0.6) !important;
    }

    .navbar.navbar-dark .form-control:focus,
    .navbar [data-color-theme="dark"] .form-control:focus,
    .navbar-dark input.form-control:focus {
        color: #FFF !important;
        background-color: rgba(0, 0, 0, 0.9) !important;
        border-color: rgba(255, 255, 255, 0.8) !important;
        box-shadow: 0 0 0 0.09rem rgba(255, 255, 255, 0.35) !important;
    }

.submit_button .icon {
    padding-right: 10px;
}


/* =========================================================================
  31. Print
   ========================================================================= */
@media print {
    .logo,
    .header-background,
    .right-corner-picture,
    .left-column,
    .systemalert-position,
    .search-position,
    .login-position {
        display: none;
    }

    .main-body-content {
        position: absolute;
        top: 1in;
        left: 0in;
        width: 7in;
    }

    .title-position {
        position: absolute;
        top: .5in;
        left: 0in;
    }
}
