/**
 * hotelalpha.hu Copyright (c), @balintb https://balint.click/github
 * Components (c) 2022, Lunnos https://github.com/LunnosMp4
 * Registration method https://github.com/flightaware/piaware
 * Leaflet.heat (c) 2014, Vladimir Agafonkin
 * Path drawing based on https://github.com/Slord6/
 * AIP Data https://www.openaip.net/
 * Favicon design based on https://thenounproject.com/yogiaprelliyanto/
 * 279c77da48fbfaec30e9debf7eafb8ab7f84ee9a
 */

@import url(https://fonts.googleapis.com/css2?family=B612:wght@200;300;400;500;600;700&display=swap);*{font-family:B612,sans-serif;font-weight:250}body{color:#fff;font-size:14px;line-height:1.5em;margin:0;padding:0;overflow:hidden}ul{list-style-type:none;cursor:pointer}li:hover{background-color:#10121b66;border-radius:5px 0 0 5px}::selection{color:#10121b;background:#f9fafbdd}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#10121b66}::-webkit-scrollbar-thumb{background:#f9fafbae}::-webkit-scrollbar-thumb:hover{background:#f9fafb75}#map{position:absolute;height:100vh;width:100vw;top:0}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:none;user-select:none}.leaflet-touch .leaflet-bar a:first-child{border-radius:5px 5px 0 0}.leaflet-touch .leaflet-bar a:last-child{border-radius:0 0 5px 5px}.leaflet-container .leaflet-control-attribution{backdrop-filter:blur(20px);background-color:#10121b66;color:#f9fafbdd;border-radius:5px 0 0 0}.leaflet-container .leaflet-control-attribution a{color:#c2d5e8dd}a.leaflet-control-zoom-in{backdrop-filter:blur(20px);background-color:#10121b66;border-bottom:rgba(0,0,0,.2);color:#f9fafbdd}a.leaflet-control-zoom-in:hover{background-color:#8b8b8b50;color:#10121b66}a.leaflet-control-zoom-out{backdrop-filter:blur(20px);background-color:#10121b66;color:#f9fafbdd}a.leaflet-control-zoom-out:hover{background-color:#8b8b8b50;color:#10121b66}.container{position:relative;width:250px;height:500px;z-index:402;background-color:#10121b66;backdrop-filter:blur(20px);box-shadow:0 0 10px rgba(0,0,0,.1);overflow-y:scroll;overflow-x:hidden}.container p{text-align:left;padding-left:10px;margin-bottom:5px}.container desc{text-align:left;margin-left:30px}.container img{width:inherit}div#PlaneInfo div.container.left-info img#planephoto{width:250px}.container h3{position:relative;color:#f9fafbdd;background-color:#10121b66;width:70%;text-align:center;margin-left:15%;top:10px}.title{position:absolute;width:250px;height:50px;border-bottom:2px solid #a0a4b184;z-index:401;backdrop-filter:blur(20px);text-align:center;background-color:#10121b66;box-shadow:0 0 10px rgba(0,0,0,.1)}#link{position:absolute;height:13px;width:1px;left:12px;background-color:#f9fafbdd}#link::after{content:"";position:absolute;height:1px;width:10px;left:0;bottom:0;background-color:#f9fafbdd}#PlaneList li{margin-left:-10px}.hitbox{background-color:transparent}.hitbox:hover .plane path{stroke:#10121b66;stroke-width:1px;stroke-linejoin:round}.plane path{stroke:#000;stroke-width:1px;stroke-linejoin:round}.plane-info{position:absolute;width:100px;min-height:50px;background-color:#10121b66;backdrop-filter:blur(20px);color:#f9fafbdd;border-radius:5px;padding:10px;top:40px;opacity:0}.plane-info:hover,.planeGlobal:hover .plane-info{opacity:1}.left-title{border-radius:0 20px 0 0;top:calc(40vh - 50px);left:0;font-size:11px;font-weight:500}.left-info{position:absolute;border-radius:0 0 20px 0;top:40vh;left:0}.left-info value{display:-webkit-inline-box;margin-bottom:-50px}.left-info p{direction:ltr;font-size:12px}.left-info #title{text-transform:uppercase;font-size:13px}.left-info #sep{margin-top:30px;margin-bottom:-49px;height:2px;background-color:#10121b66;width:100%}.right-title{width:325px;border-radius:20px 0 0 0;top:calc(40vh - 50px);left:calc(100% - 325px)}.right-info{width:325px;top:40vh;left:calc(100% - 325px);border-radius:0 0 0 20px}.right-info value{position:absolute;right:5px}.right-info #more{cursor:pointer;margin-left:15px;text-decoration:underline}.right-info #more:hover{color:#10121b66;transition:.3s}