﻿html {
    scroll-padding: 100px 0 0 0;
}

body {
    background-color: #2e2f32;
}

.dropdown-menu i.mdi {
    margin-left: 2px !important;
    margin-right: 0 !important;
}

.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand img {
    max-width: unset;
    height: 70px;
    vertical-align: unset;
}

.nav {
    justify-content: flex-start !important;
}

.cursor-pointer {
    cursor: pointer;
}

.report--header--box {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 1em;
    margin: 0.5em;
}

.report--header--box--header {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0.5em;
}

select.form-control, .form-control:focus {
    color: #d1d1d1 !important;
}

.card-title {
    font-size: 1.5em !important;
    color: #f3f3f3 !important;
}

.card {
    border-radius: 8px;
}

.footer {
    background: #191c20;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: none;
}

.bottom-navbar {
    box-shadow: none !important;
}

a {
    color: #7bb0ff;
}

.table th {
    font-size: 1rem;
}

.table td {
    font-size: 0.8rem;
}

.card-title-subheader {
    font-size: 1.4em;
    color: #e1e1e1;
}

.graphContainer {
    background-color: black;
    /* color: black; */
    margin-bottom: 1em;
    border-radius: 10px;
    padding: 1em;
}