body {
    color: var(--maxsim-text);
    margin: 0;
    font-family: var(--maxsim-font);
    cursor: default;
}

a {
    color: var(--maxsim-link);
    text-decoration:none;
    cursor: pointer;
}

#content {
    margin-left: 160px;
    padding: 20px 20px 0 30px;
}
#sidebar {
    overflow-x: hidden !important;
    position: fixed;
    box-sizing: border-box;
    z-index: 100;
    width: 160px;
    height: 100vh;
    left: 0;
    top: 0;
    padding: 0;
    box-shadow: 3px 0 5px rgba(0,0,0,0.5);
    background: linear-gradient(
        to bottom, #ffffff 0%, #d9d9d9 40%, #a6a6a6 100%
    );
}
#sidebar .menu_logo {
    width:140px;
    margin: 30px 0 20px 10px;
}
#sidebar .menu_group {
    padding: 20px 0 0 0;
    font-size: 20px;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#sidebar li {
    color:grey;
    width:100%;
    font-size: 18px;
    padding: 4px 0 4px 16px;
}
#sidebar li a {
    color: #000;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
#sidebar li.active { 
    color: #000;
    background-color: #FFF;
    font-weight: bold;
    width:180px;
    border-radius: 6px 0 0 6px;
}
#sidebar .version, #sidebar .version a {
    font-size: 10px;
    font-family: var(--maxsim-font-monospace);
    color: #000
}
#sidebar_bottom {
    position:fixed;
    left:0; 
    bottom:0;
    padding:0 0 0 4px;
}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
table { width: auto !important; }
*:focus { outline: none; }
input, select {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    background-color: #fff;
}
select {
    cursor: pointer;
    border-right: 3px solid grey;
    padding-left: 4px;
    padding-top: 1px;
}
input[type="checkbox"], .form-check-label { cursor: pointer; }
span[title], div[title], th[title] { cursor: context-menu; }
.table td, .table th { vertical-align: middle; }
#chart_map{display:none}