﻿html {
    position: relative;
    min-height: 100%;
    line-height: 1;
}

body {
    font-size: 12px;
    margin-bottom: 40px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/*Kendo styles*/

.k-grid {
    font-size: 13px;
}

.k-tabstrip {
    font-size: 13px;
}

.k-grid .k-grid-header {
    font-weight: bold;
}

/* Column title alignment */
.k-column-title {
    height: auto;
    white-space: normal;
    margin: auto;
}

/* Grid search alignment */
.k-grid .k-grid-search {
    margin-left: auto;
    margin-right: 0;
}

/* Dropdown submenu positioning (app nav) */
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

/* Tabstrip content border preserved for app pages */
div.k-tabstrip .k-content {
    border-width: 1px 0 0;
}

/* General content typography specific to this app */
.content {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.7em;
    color: #000000;
}

/* Header layout elements (app-specific) */
.headerDiv {
    background-color: #F3F3F3;
    height: 117px;
}

.headerBigText {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 3.0em;
    color: #132048;
}

.headerSmallText {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.0em;
    color: #132048;
}

svg {
    height: 15px;
    width: 15px;
}

/* Heading styles used by the application */
h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 2.0em;
    color: #132048;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.7em;
    color: #132048;
}

h3 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    color: #333333;
}

/* Nav link (app menu) */
.nav-link {
    background-color: #F3F3F3;
    font-size: 13px;
}

/* Small interactive states */
.button:hover {
    text-decoration: underline;
    text-decoration-color: white;
    text-underline-offset: 3px;
}

/* Footer specific to this application */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #132048;
    color: white;
    z-index: 500;
}

.footerImage {
    float: left;
    padding: 10px 20px 10px 20px;
}

.footerText {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    padding-top: 40px;
}

.footerLink, .footerLink:active,
.footerLink:visited, .footerLink:focus {
    color: white;
}
.footerLink:hover { color: #059BFF; }

/* Dropdown active state (app menus) */
.dropdown-item.active, .dropdown-item:active {
    background-color: #132048;
}

/* Bootbox/alerts used by app (kept in app file) */
.text-danger {
    color: #F26724 !important;
}

/* Modal/close button used by app */
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/* Kendo table sizes used by site pages */
.k-grid td, .k-grid-header th, .k-pager, .k-pager-numbers button {
    font-size: 12px;
    line-height: 1.5em;
}
