﻿* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

html {
    height: 100%;
    position: relative;
    min-height: 100%;
}

body {
    display: flex;
    flex-flow: column;
    height: 100%;
    min-height: 100%;
}

.full-height {
    height: 100%;
}

header {
    flex: 1;
}

.title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: -5px;
}

.content-area {
    flex: 1;
    padding: 15px;
}

footer {
    background-color: #333333 !important;
    color: #ffffff;
    background-image: none;
    position: relative;
    width: 100%;
}

footer .footer-bottom {
    background: #222;
    padding: 10px 0;
    font-size: 0.875rem;
}

footer ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

footer .footer-bottom .footer-bottom-links li {
    display: inline-block;
    margin-right: 5px;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.grid {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    width: 100%;
}

.grid-row {
    flex: 1;
    display: flex;
    flex-flow: row nowrap;
}

.grid-header {
    height: 109px;
    flex: none;
}

.grid-footer {
    height: 41px;
    flex: none;
}

.grid-col-left {
    max-width: 13%;
    width: 13%;
}

.grid-col-left img {
    max-width: 100%;
}

.left-header {
    padding-left: 15px;
}

.left-menu {
    background-color: #226DAE;
}

.grid-col-scrollable {
    max-height: calc(100vh - 109px - 41px);
    overflow-y: auto;
}

.grid-col-left .menu-icon {
    color: white;
    width: 1.5em;
}

.submenu-item {
    list-style: none;
}

.nav-submenu {
    padding-left: 0px;
}

.nav-link {
    position: relative;
    color: white;
}

.nav-link a {
    color: white;
    font-weight: bold;
}

.nav-link a:hover {
    color: white;
}

.nav-submenu .nav-link.active {
    background-color: #291E6A;
    color: white;
}

.nav-submenu .nav-link.active:hover {
    color: white;
}

.nav-submenu .nav-link:hover {
    background-color: #291E6A;
    color: white;
}

.sub-item-img {
    display: inline-block;
    text-align: center;
    width: 20px;
}

.navbar-container {
    padding: 15px;
}

.navbar {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand {
    padding-top: 0;
}

.navbar nav {
    display: block;
    width: auto;
}

.navbar nav ol.breadcrumb {
    padding: 0.25rem 0 0;
    background-color: #fff;
    border: none;
    margin-bottom: 5px;
}

li.breadcrumb-item.active {
    color: #212529;
}
