/html,body{height:100%;width:100%;margin:0}.leaflet-control-layers-overlays label div input{float:left}.layer-name{float:left}.layer-buttons{float:right}.layer-btn{padding-left:6px}.file-control-btn{font-size:1.4em;color:#444;cursor:pointer}@media(max-width:768px){.leaflet-control-layers-list{font-size:large}}button.btn.add::before{font-family:fontAwesome;content:"\f067\00a0"}button.btn.edit::before{font-family:fontAwesome;content:"\f044\00a0"}button.btn.save::before{font-family:fontAwesome;content:"\f00c\00a0"}button.btn.cancel::before{font-family:fontAwesome;content:"\f00d\00a0"}#cookie-banner{background-color:rgba(1,112,181,0.7);color:#FFF;width:98%;height:10%;border-radius:15px 15px 15px 15px;z-index:1000;padding:1%}#cookie-banner p{color:#FFF;//background-color:rgba(0,0,0,0.8)}#cookie-banner button{background:#fff;color:#0170b5;padding:5px;border-radius:8px;display:block;margin-left:auto;margin-right:auto;margin-top:5px;//margin-left:4%;transition-duration:.4s}#cookie-banner button:hover{background:#08a868;color:#fff}@media screen and (max-width:768px){#cookie-banner{height:15%}#cookie-banner button{display:block;margin-left:auto;margin-right:auto}}#map-container{position:relative;height:80%;width:90%;width:calc(100%-30px);margin-top:auto;margin-bottom:auto;margin-right:auto;margin-left:auto;padding:20px}#map{box-shadow:0 4px 12px 0 rgba(0,0,0,0.3),0 6px 25px 8px rgba(0,0,0,0.3);position:relative;border:2px solid black;margin-top:auto;margin-bottom:auto;margin-right:auto;margin-left:auto;padding:0;height:inherit;width:inherit}.onoffline{height:10px;width:10px;border-radius:50%;display:flex;justify-content:left;align-items:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.status{min-width:10px;border-radius:50%;background-color:#eee;text-align:center;font-size:5px}.status.online{height:10px;width:10px;background-color:#0f0;border-radius:50%;display:inline-block}.status.offline{height:10px;width:10px;background-color:#00f;border-radius:50%;display:inline-block}.ads{display:block;margin-left:auto;margin-right:auto;width:75%;height:auto;box-shadow:0 4px 8px 0 rgba(0,0,0,0.3),0 6px 25px 8px rgba(0,0,0,0.3);text-align:center}#loader{border:12px solid #f3f3f3;border-radius:50%;border-top:12px solid #444;width:70px;height:70px;animation:spin 1s linear infinite}@keyframes spin{100%{transform:rotate(360deg)}}.center{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}#snackbar{visibility:hidden;min-width:250px;margin-left:-125px;background-color:#333;color:#fff;text-align:center;border-radius:2px;padding:16px;position:fixed;z-index:1;left:50%;bottom:30px}#snackbar.show{visibility:visible;-webkit-animation:fadein .5s;animation:fadein .5s}@-webkit-keyframes fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}