﻿body {
    background-color: lightgray;
}

.main-sidebar {
    background-color: darkgray;
}

.headerLogoImage {
    content: url("../../images/planpoint-horizontal.svg");
    height: 60px;
    width: 181px;
    padding: 0px;
}

.footerLogoImage {
    content: url("../../images/planpoint-horizontal.svg");
    height: 60px;
    width: 181px;
    padding: 5px;
}

.navbar-brand-name {
    visibility: visible;
}

.card {
    border-top-color: dodgerblue;
    border-top-width: 2px;
}

.card-header {
    background-color: white;
}