﻿@font-face {
    font-family: "FrutigerLTStd";
    src: url("/fonts/FrutigerLTStd-Roman.otf") format("opentype");
}

body {
    font-family: FrutigerLTStd;
    background-color: #FAFAF7;
}
a {
    color: #00739F;
}

.btn-primary {
    background-color: #00739F;
}
.nav-link {
    color: #00739F;
}
.nav-pills .nav-link.active {
    background-color: #00739F;
}


.link-dark {
    color: #232F32;
}

.main-sidebar {
   
}

.headerLogoImage {
    content: url("/images/mrt_sm_logo.png");
    height: 94px;
    width: 150px;
    margin: 5px;
}

.footerLogoImage {
    content: url("../../images/everence_90db_logo.png");
    padding: 5px;
}

.navbar-brand-name {
    visibility: hidden;
    width: 1px;
}

.card {
    border-top-color: #FCB81A;
    border-top-width: 2px;
}

.card-header {
    background-color: white;
}
