.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    max-height: 60px;
    border-bottom: none !important;
    box-shadow: 0px 0px 10px #a7a9a9;
}

.userDrop {
    display: initial !important;
    background-color: #e7e7e7;
    border-radius: 50%;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 11px !important;
    border: 1px solid darkgray;
}

body {
    font-family: calibri;
    font-size: 12px;
}

.search-container {
    float: right;
    width: calc(100vw - 800px);
    margin-left: 40px;
}

.search-container > input[type=text] {
    margin-top: 8px;
    font-size: 12px;
    border: 2px solid #ddd;
}

.search-container button {
    float: right;
    margin-top: -33px;
    padding: 8px 10px;
    background: #ddd;
    border: 2px solid #ddd;
    font-size: 12px;
    /* border: none; */
    cursor: pointer;
}

.search-container button:hover {
    background: #ccc;
}

.menuLogo {
    width: 100%;
    margin-left: -6px;
}

#reportsList {
    display: none;
    background-color: white;
    box-shadow: 2px 2px 10px grey;
    margin: -20px 20px 10px 10px;
    transform: none;
    transition: none;
    margin-top: 1px;
    margin-left: -1px;
}

body {
    font-size: 12px;
}

td {
    font-size: 12px;
}

.menuLogo:hover {
    filter: brightness(0);
}

.menuIcon > i {
    font-size: 18px;
    color: grey;
}

.menuIcon:hover > i {
    color: white;
}

#searchBox {
    height: 34px !important;
    display: block !important;
}