html[data-theme="light"],
:root {
    --primary: #79aec8;
    --secondary: #417690;
    --accent: #f5dd5d;
    --primary-fg: #fff;

    --body-fg: #333;
    --body-bg: #fff;
    --body-quiet-color: #666;
    --body-medium-color: #444;
    --body-loud-color: #000;

    --header-color: #ffc;
    --header-branding-color: var(--accent);
    --header-bg: var(--secondary);
    --header-link-color: var(--primary-fg);

    --breadcrumbs-fg: #c4dce8;
    --breadcrumbs-link-fg: var(--body-bg);
    --breadcrumbs-bg: #264b5d;

    --link-fg: #417893;
    --link-hover-color: #036;
    --link-selected-fg: var(--secondary);

    --hairline-color: #e8e8e8;
    --border-color: #ccc;

    --error-fg: #ba2121;

    --message-success-bg: #dfd;
    --message-warning-bg: #ffc;
    --message-error-bg: #ffefef;

    --darkened-bg: #f8f8f8; /* A bit darker than --body-bg */
    --selected-bg: #e4e4e4; /* E.g. selected table cells */
    --selected-row: #ffc;

    --button-fg: #fff;
    --button-bg: var(--secondary);
    --button-hover-bg: #205067;
    --default-button-bg: #205067;
    --default-button-hover-bg: var(--secondary);
    --close-button-bg: #747474;
    --close-button-hover-bg: #333;
    --delete-button-bg: #ba2121;
    --delete-button-hover-bg: #a41515;

    --object-tools-fg: var(--button-fg);
    --object-tools-bg: var(--close-button-bg);
    --object-tools-hover-bg: var(--close-button-hover-bg);

    color-scheme: light;
}

hr {
    background-color: black; height: 1px; border: 0;
}

.alert {
   margin-top: 10px;
}

.title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.title .form-control {
    font-size: revert;
}

.page-link {
    font-size: 14px;
}

.navbar {
    font-family: "poppins",Verdana,Arial,sans-serif;
    background-color: #094283 !important;
    height: 56px;
}
.navbar-brand {
    color: white !important;
}
.navbar-toggler {
    background-color: white;
}
@media (max-width: 768px) {
    .navbar-nav {
        background-color: white;
    }
}
@media (min-width: 768px) {
    .nav-link {
        color: white;
    }
    .nav-link:hover {
        color: lightgray !important;
    }
    .nav-link:visited {
        color: white;
    }
}
#logout-form {
    cursor: pointer;
}

/* OVERRIDE PALEBLUE STYLE SETTINGS */

table.paleblue {
    font-family: unset;
}
table.paleblue a:link,
table.paleblue a:visited,
table.paleblue + ul.pagination > li > a {
    color: var(--link-fg);
}
table.paleblue td a:hover {
    color: var(--link-hover-color);
}

/* ADJUST TABLE STYLE */

table.table td, table.table th {
    font-size: 12px !important;
    line-height: 16px !important;
}
