﻿/* general body style */
body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f3f3f4;
    color: #676a6c;
}

/* top navigation bar */
nav.navbar {
    background-color: #f8f9fa !important;
}

/* navigation bar item link */
.nav > li > a {
    color: #676a6c !important;
    font-family: 'Segoe UI';
}

/* navigation bar item link hover */
.nav > li a:hover,
.nav > li a:focus {
    background: #fff !important;
    color: #1ab394 !important;
}

/* page header-title */
.page-heading {
    background-color: #fff;
}

/* logo image link */
.logoLink {
    width: 190px;
    margin-right: 20px;
}

/* logo img */
.logo-image {
    /*content: url('images/taxcore_tap_logo.svg');*/
    max-width: 200px;
}

/* box (widget) panel content */
    .ibox-content {
    background-color: #fff;
}
/* table styles */
.table {
    color: #212529;
}

/* links */
a {
    color: #0056b3;
}

/* footer */
.footer {
    background-color: #fff;
}