@charset "utf-8";@font-face{font-family:'Plus Jakarta Sans';src:url(../gfx/plus-jakarta-sans-v3-latin-regular.woff2) format('woff2'),url(../gfx/PlusJakartaSans_Regular.ttf) format('truetype')}body,html{margin:0;padding:0;width:100%;height:100%;font-family:"Plus Jakarta Sans",sans-serif;background:white;color:black}.container{display:flex;flex-direction:column;height:100vh}navbar{background-color:white;box-shadow:0 2px 5px rgba(0,0,0,0.2);display:flex;align-items:center}.logo{height:50px;float:left;margin:2px}#title{float:left}.flex-list{padding:0;margin:0;list-style:none;margin-left:auto}.flex-list li{box-sizing:border-box;text-align:center}#map-container{flex-grow:1;padding:0;position:relative}#search-div{position:absolute;top:0;right:0;width:250px;height:50px;background:#fff;z-index:1}#searchInput{font-size:18px;width:240px}button{float:right;margin:6px 2px;border:0;padding:8px 16px;border-radius:5px;cursor:pointer;color:black}h1{margin:0;padding:0;margin:12px;font-size:24px;background-color:white}#legend-div{position:absolute;width:320px;height:170px;min-width:300px;min-height:170px;background-color:white;border:1px solid black;padding:0;box-sizing:border-box;overflow:auto;z-index:1;display:flex;flex-direction:column;top:40px;left:0;max-width:100%;max-height:100%}#legend-div .resizable-title-bar{background-color:#94b8e3;padding:10px;display:flex;justify-content:space-between;align-items:center;cursor:move;border-bottom:1px solid #94b8e3}#legend-div .resizable-title-bar h2{margin:0;font-size:16px}#legend-div .resizable-content{padding:10px;flex:1;height:calc(100% - 70px);overflow:auto}#legend-div .bottom-bar{background-color:#94b8e3;padding:10px;border-top:1px solid #94b8e3;text-align:center;display:flex;justify-content:space-between;align-items:center}#legend-div .bottom-bar span{margin-right:auto}#legend-div .bottom-bar svg{width:24px;height:24px;fill:#333;cursor:se-resize}#chart-div{position:absolute;width:580px;height:490px;background-color:white;border:1px solid black;padding:0;box-sizing:border-box;overflow:auto;z-index:1;display:flex;flex-direction:column;max-width:100%;max-height:100%;bottom:0;left:0}#chart-div .resizable-title-bar{background-color:#94b8e3;padding:10px;display:flex;justify-content:space-between;align-items:center;cursor:move;border-bottom:1px solid #94b8e3}#chart-div .resizable-title-bar h2{margin:0;font-size:16px}#chart-div .resizable-content{flex:1;height:calc(100% - 70px);overflow:auto}#chart-div .bottom-bar span{margin-right:auto}#chart-canvas{min-width:550px;min-height:400px;width:100%;height:100%;display:block}.bottom-bar{position:absolute;bottom:0;left:0;width:100%;height:30px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;box-sizing:border-box;background-color:#94b8e3;padding:10px;border-top:1px solid #94b8e3;text-align:center}#info-div{position:absolute;width:350px;height:450px;background-color:white;border:1px solid black;padding:0;box-sizing:border-box;z-index:1;display:flex;flex-direction:column;max-width:100%;max-height:100%;bottom:0;right:0;min-width:150px;min-height:250px}#info{flex:1;height:calc(100% - 73px);overflow-y:auto}#info-div .resizable-title-bar{background-color:#94b8e3;padding:10px;display:flex;justify-content:space-between;align-items:center;cursor:move;border-bottom:1px solid #94b8e3}#info-div .resizable-title-bar h2{margin:0;font-size:16px}#info-bottom-bar{background-color:#0ff}#info-div .bottom-bar{background-color:#94b8e3;padding:10px;border-top:1px solid #94b8e3;text-align:center;display:flex;justify-content:space-between;align-items:center}#info-div .bottom-bar span{margin-right:auto}#info-div .bottom-bar svg{width:24px;height:24px;fill:#333;cursor:se-resize}.resize-handle{position:absolute;width:10px;height:10px;z-index:11}.top-left{top:0;left:0;cursor:nwse-resize}.top-right{top:0;right:0;cursor:nesw-resize}.bottom-left{bottom:0;left:0;cursor:nesw-resize}.bottom-right{bottom:0;right:0;cursor:nwse-resize}button:focus{outline:none;border:none}.active-button{background-color:#4CAF50 !important;color:white !important}button:hover{background-color:#0074A6 !important}.info{width:100%;height:100%}.info-table{width:100%}.foto-td{height:100%;width:100%}.foto-div{max-width:100%;max-height:100%;object-fit:contain}.foto-img{width:100%;height:auto}.legend-item{display:flex;align-items:center;margin-bottom:5px}.color-box{width:30px;height:30px;margin-right:10px;border:2px solid #000}.color-circle{width:20px;height:20px;margin-right:10px;border-radius:50%;border:2px solid #000}.color-line{width:30px;height:5px;margin-right:10px;background-color:transparent;position:relative;transform:rotate(45deg)}.visually-hidden{clip:rect(1px,1px,1px,1px);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}:focus-visible{outline:3px solid #005fcc;outline-offset:2px;border-radius:4px}button:focus-visible,input:focus-visible{outline:3px solid #f60;box-shadow:0 0 0 2px white}a:focus-visible{background-color:#ff0;outline:2px solid #000}