*{
    font-family: 'Segoe UI';
}
.map-conatiner{
    display: flex;
    flex-flow: row;
    height: 100%;
}
#settingsBody{
    display: none;
    width: 102px;
    height: 130px;
    background-color: lightgray;
    position: absolute;
    border: 1px solid darkgray;
    top: 33px;
    opacity: 0.5;
    right: 5px;
}
.settings-title{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.divider{
    border-bottom: 1px solid darkgray;
    width: 100%;
}
.hover-pointer:hover{
    cursor: pointer;
}
.info-container p{
    margin: 0px;
    text-align: center;
    padding-bottom: 3px;
}
.main-container{
    width: 100%;
}
.info-container{
    width: 400px;
    background-color: white;
    scrollbar-width: thin;
    overflow-y: scroll;
    flex-shrink: 0;
    position: relative;
}
.balloon-item{
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    user-select: none;
    padding-left: 5px;
    text-align: left;
}
.balloon-container .balloon-item:hover{
    background-color: lightgray;
    overflow: visible;
    cursor: pointer;
}
.balloon-container .balloon-item:hover #balloonFilename{
    display: block;
}
.title-item{
    text-align: center;
    margin: 0px;
    padding-bottom: 5px;
    color: #4e4e4e;
    font-weight: 400;
    font-size: 22px;
    background-color: lightgray;
}
.sub-title{
    background-color: lightgray;
}
.function-container{
    text-align: center;
    padding: 10px 0px 10px 0px;
}
#loadBalloons{
    width: 100px;
}
input, button{
    border: 1px solid lightgray;
}
.text-button{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.button:hover{
    cursor: pointer;
}
.sync-button{
    margin-top: 5px;
}
.balloon-container{
    height: 300px;
}
.loaded-balloon-container{
    height: 250px;
}
.function-container{
    height: 150px;
}
.loaded-balloon-container, .balloon-container, .function-container{
    overflow: auto;
    background-color: white;
    scrollbar-width: thin;
}
.balloon-item-id{
    width: 42px;
    float: left;
}
#balloonFilename{
    display: none;
}
.auto-update-conatiner{
    padding-top: 5px;
}
.update-button{
    height: 15px;
    border: 1px solid lightgray;
    background-color: white;
    font-size: 13px;
    line-height: 13px;
    width: 65px;
    text-align: center;
    margin-left: 190px;
    margin-top: -18px;
}
.highlight-button{
    height: 15px;
    width: 100px;
    border: 1px solid lightgray;
    background-color: white;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    margin-left: 261px;
    margin-top: -17px;
}
.update-button:hover, .highlight-button:hover{
    background-color: rgb(192, 248, 39);
    cursor: pointer;
}
.balloon-color{
    color: #005b00;
}
.log-div{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: white;
    z-index: 5;
    max-height: 400px;
    width: 120px;
    overflow-y: auto;
}
.log-div--title{
    display: flex;
    flex-direction: row;
    background-color: lightgrey;
    color: #4e4e4e;
    padding-bottom: 5px;
}
.log-div--title h1{
    margin: 0px;
    font-weight: 400;
    font-size: 22px;
    user-select: none;
}
#log-div-container{
    height: 0px;
}
.log-div--title-text{
    width: 100%;
    text-align: center;
}
#log-div-state{
    cursor: pointer;
}
.log-item:hover{
    background-color: lightgray;
}
.log-item{
    padding-left: 5px;
}
.flex{
    display: flex;
    flex-direction: row;
}
.binfo-container{
    width: 300px;
    flex-shrink: 0;
    border-left: 1px solid lightgray;
}
.pre-load-text{
    text-align: center;
}
.loader{
    width: 50px;
    height: 50px;
    margin: auto;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #9e9e9e;
    animation: spin 1s linear infinite;
    margin-top: 40px;
    animation-timing-function: ease-in-out;
    display: none;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes load {
	0% { width: 0%; }
	100% { width: 100%; }
}
.update-loadbar{
    background-color: rgb(192 248 39 / 33%);
    height: 17px;
    z-index: 10;
    top: 0px;
    margin-top: -20px;
    width: 0%;
    transition: width 1s;
}
.general-info{

}
.ginfo-item{
    display: flex;
    flex-direction: row;
}
.ginfo-sep{
    padding: 0px 10px 0px 10px;
}
.ginfo-title{
    width: 150px;
}
.ginfo-container{
    width: 600px;
    padding: 10px;
}
.ginfo-main{
    display: flex;
    flex-direction: column;
}
#rawButton{
    height: 20px;
    margin: 0px 10px 0px 10px;
}

/* TABLE */
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-size: 12px;
}
th{
    font-size: 10px;
}
tr:nth-child(even) {
    background-color: #dddddd;
}
.tabel-container{
    width: 100%;
    overflow-x: auto;
}

/* MAP */
#map {
    height: 100%;
    width: auto;
    z-index: 0;
}
html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.map{
    background-color: rgb(233, 233, 233);
}
.legend{
    width: 200px;
    height: 139px;
    background-color: #ffffffa1;
    z-index: 20;
    opacity: 0.9;
    margin-top: -180px;
    margin-left: 35px;
}
.legend-title{
    font-size: 20px;
    opacity: 1;
    text-align: center;
    border-bottom: 1px solid #898989;
}
.legend-color-item{
    display: flex;
    flex-direction: row;
}
.legend-color-item-cube{
    width: 15px;
    height: 15px;
    border: 1px solid #2a2a2a;
    float: left;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 10px;
}
.version{
    text-align: center;
    font-size: 10px;
}
.resizer{
    width: 2px;
    height: 100%;
    flex-shrink: 0;
    z-index: 10;
}
.resizer:hover{
    cursor: e-resize;
}
.search-container {
    background-color: lightgrey;
    display: flex;
}
.search-container input {
    margin: auto;
    padding: 0px 5px;
}

@media only screen and (max-width: 600px) {
    .map-conatiner {
        flex-flow: column;
        height: auto;
    }
    .info-container{
        width: 100%;
        overflow-y: hidden;
    }
    .main-container{
        height: 500px;
    }
    .binfo-container{
        width: 100%;
    }
  }