﻿@font-face {
    font-family: "FrutigerLTStd";
    src: url("/fonts/FrutigerLTStd-Roman.otf") format("opentype");
}

body {
    font-family: sans-serif;
    background-color: #f9f9f9;
}
a {
    color: #00739F;
}

.btn-primary {
    background-color: #404042;
}
.nav-link {
    color: #404042;
}
.nav-pills .nav-link.active {
    background-color: #404042;
}


.link-dark {
    color: #232F32;
}

.main-sidebar {
   
}

.headerLogoImage {
    content: url("/images/90db_sm_logo.png");
    height: 88px;
    width: 98px;
    margin: 5px;
}

.footerLogoImage {
    content: url("../../images/planpoint-horizontal.svg");
    height: 51px;
    width: 154px;
    padding: 5px;
}

.navbar-brand-name {
    visibility: hidden;
    width: 1px;
}

.card {
    border-top-color: #FCB81A;
    border-top-width: 2px;
}

.card-header {
    background-color: white;
}
