body {
    font-family: monospace;
    background-color: #00092e;
    background-image: url("bg-image.png");
}

#mainPage {
    position: absolute;
    top: 0px;
    left: 0px;
    height: -webkit-calc(100% - 20px);
    width: 100%;
    transition: 0.25s ease;
}

#navbar {
    background-color: #000000;
    width: 100vw;
    height: 40px;
    color: white;
    /* padding: 10px 60px; */
    vertical-align: middle;
    display: flex;
}

#navbar>a {
    padding: 10px;
    color: white;
    font-size: larger;
}

svg circle {
    transition: 0.5s ease-out;
}

#barGraph {
    position: relative;
    float: left;
    margin: 4px;
    padding: 0px 30px;
    transition: 0.3s ease;
}

#container {
    display: flex;
    grid-template-columns: auto 1fr;
}

#spreadsheets {
    height: 800px;
    width: 360px;
    padding: 5px;
    margin: 0px;
    z-index: 99;
}

.ssCont {
    padding: 2px;
    z-index: 99;
}

.sheet {
    width: 360px;
    position: relative;
    /* float: right; */
    right: 0px;
    z-index: 99;
}

.ui-slider {
    width: 500px;
}

#zoom {
    width: 950px;
}

.fullW {
    padding: 0px 2px;
    position: relative;
    width: 100%;
}

#map {
    width: 400px;
    height: 604px;
}

input[type=text] {
    border: none;
    font-family: monospace;
    padding: 4px;
    /* size: 50; */
    font-size: 1.2em;
    width: 600px;
}

input[type=range] {
    cursor: pointer;
    width: 400px;
}

input[type=radio] {
    cursor: pointer;
    margin: auto 0px auto 100px;
}

input[type=checkbox] {
    cursor: pointer;
}

#UI input[type=button] {
    margin: auto;
    border: none;
    font-family: monospace;
    width: 200px;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
}

#UI input[type=button]:hover {
    background-color: #2f2f2f;
}

input[type=button]:disabled {
    background-color: #1e1e1e;
    cursor: default;
}

#dataType label {
    cursor: pointer;
    user-select: none;
}

#heatmapType label {
    cursor: pointer;
    user-select: none;
}

#fs_heatmap_thresholds span {
    height: 38px;
}

#right_settings label {
    cursor: pointer;
    user-select: none;
}

#info {
    color: #ffffff;
    font-size: 1em;
    transition: 0.5s;
}

#settings_panel {
    position: absolute;
    float: left;
    background-color: #f9f4ed;
    width: 850px;
    /* height: 180px; */
    left: -840px;
    /* top: 600px; */
    /* bottom: 10px; */
    z-index: 9;
    transition: 0.5s ease;
    box-shadow: 0px 0px 10px black;
}

#left_settings {
    width: 79.4%;
    position: relative;
    float: left;
}

#right_settings {
    width: 20.3%;
    position: relative;
    float: left;
}

#UI {
    /* text-align: center; */
    position: absolute;
    height: 500px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    /* margin: 0px; */
    top: -480px;
    left: 0px;
    z-index: 998;
    background-color: #2266ff;
    color: #ffffff;
    transition: 0.25s ease;
    opacity: 0.99;
    /* backdrop-filter: brightness(60%); */
    -webkit-backdrop-filter: blur(40px);
    /* backdrop-filter: blur(40); */
    /* overflow-y: scroll; */
}

#UIshowhide {
    position: absolute;
    height: 20px;
    left: 0px;
    width: 100%;
    /* padding: 0px;
    margin: 0px; */
    cursor: pointer;
    text-align: center;
    z-index: 999;
    bottom: 0px;
    background-color: #2266ff;
}

#UIshowhide:hover {
    background-color: #359FFF;
}

fieldset {
    width: 90%;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid black;
}

legend {
    user-select: none;
    /* text-align: center; */
}

.dlbtn {
    border: none;
    background-color: #2266ff;
    font-family: monospace;
    font-size: 0.8em;
    color: white;
    width: 260px;
    margin: 10px 10px 0px;
    padding: 5px;
    cursor: pointer;
}

.dlbtn:hover {
    background-color: #359FFF;
}

.half {
    width: 150px;
}

#fs_buttons {
    border: none;
    text-align: center;
}

#UIshade {
    opacity: 0;
    z-index: 997;
    background-color: #000000;
    pointer-events: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: 0.25s;
}

#hider {
    position: relative;
    /* top: -500px; */
}