/* styling voor GPS divs en custom tooltips*/
.mapoverlaystyle{
    position: relative;
  }

  .navlogmapdiv {
    height: 100%;
    width: 100%;
}
  
  .gpsactivediv{
  display: none;
    position: relative;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    left: 0%;
    width: 130px;
    top: 2%;
    z-index: 500;
    pointer-events: none;
  }
  
  .gpsactivetext{
    text-align: center;
    font: 17px Helvetica, sans-serif;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  .currentheadingdiv{
  display: none;
     position: relative;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    width: 120px;
    top: 90%;
    z-index: 500;
    pointer-events: none;
  }
  
  .currentheadingnumber{
    margin: auto;
    text-align: center;
    font: 26px Helvetica, sans-serif;
    font-weight: 800;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .currentheadingtitle{
    margin: auto;
    text-align: center;
    font: 13px Helvetica, sans-serif;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 8px;
  }
  
  .nextheadingdiv{
  display: none;
     position: relative;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    left: 0%;
    width: 120px;
    top: 90%;
    z-index: 500;
    pointer-events: none;
  }
  
  .nextheadingnumber{
    margin: auto;
    text-align: center;
    font: 26px Helvetica, sans-serif;
    font-weight: 800;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .nextheadingtitle{
    margin: auto;
    text-align: center;
    font: 13px Helvetica, sans-serif;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 4px;
  }

  .nextheadingbearing{
    margin: auto;
    text-align: center;
    font: 13px Helvetica, sans-serif;
    color: rgb(165, 165, 165);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 8px;
  }
  
  .columnForOverlay {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
  }
  
  .mapRightColumnContainer{
    position: relative;
    bottom: 0px;
    right: 0px;
    padding-bottom: 10px;
    width: auto;
    height: auto;
  }


  .columnRightContent{
    position: relative;
    margin-top: 7px;
    z-index: 1000;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
  }

  .columnLeftContent{
    position: relative;
    margin-top: 7px;
    z-index: 1000;
    width: 100%;
    max-width: 200px;
    margin-right: auto;
  }



  
  .leaflet-tooltip-own {
    font-weight: bold !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0px solid #000 !important;
    font-size: 1.1rem !important;
    box-shadow: none !important;
    color: white !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
   }

   .flightInfoDiv{
    display: none;
    position: relative;
   margin: auto;
   background-color: rgba(0, 0, 0, 0.8);
   border-radius: 6px;
   left: 0%;
   width: 100%;
   max-width: 180px;
   top: 90%;
   z-index: 500;
   pointer-events: none;
   }

   .flightInfoTitle{
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    border-bottom: 1px solid rgb(255, 255, 255);
   }

   .flightInfoTable{
    width: 100%;
    /* table-layout:fixed; */
    word-wrap: break-word;

   }

   .flightInfoTableDataleft{
    color: white;
    font-size: 14px;
    text-align: center;
    width: 65%;
   }

   .flightInfoTableDataright{
    color: white;
    font-size: 14px;
    text-align: center;
    width: 35%;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.244); */
    border-left: 1px solid rgb(255, 255, 255);
   }



  .gps-btn{
    transition: transform 0.7s ease-in-out;
  width: 30%;
  aspect-ratio: 2/1;
  padding: 0em;
  background-color: #191532e8;
  border: 0px;
  border-style: solid;
  border-color: #ffffffe8;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: .3s;
  margin: 2px;
  margin-left: auto;
  margin-right: auto;
  }

  .gps-btn:hover {
    background-color: #06002e;
    /* transform: translate(0px, 2px); */
  }
  .btn-image-gps{
    pointer-events: none;
    height: 75%;
    object-fit: contain;
  }


  .gps-btn-toggle-off{
    transition: transform 0.7s ease-in-out;
  width: 30%;
  aspect-ratio: 2/1;
  padding: 0em;
  background-color: #191532e8;
  border: 0.35em;
  border-style: solid;
  border-color: #19153200;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: .3s;
  margin: 2px;
  }

  .gps-btn-toggle-off:hover {
    background-color: #06002e;
    transform: translate(0px, 2px);
  }

  .gps-btn-toggle-on{
    transition: transform 0.7s ease-in-out;
  width: 30%;
  aspect-ratio: 2/1;
  padding: 0px;
  background-color: #191532e8;
  border: 4px;
  border-style: solid;
  border-color: #31f00a;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: .3s;
  margin: 2px;
  }

  .gps-btn-toggle-on:hover {
    background-color: #06002e;
    transform: translate(0px, 2px);
  }


  .btn-image-weather{
    pointer-events: none;
    height: 100%;
    object-fit: contain;
  }



  .statusContainerOnMap{
    position: relative;
    z-index: 1000;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
  }

  .statusContainerOnMapPadding{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.8);
  }


  .statusTextOnMap{
    font-size: 1.3rem;
    color:rgb(255, 255, 255);
    text-shadow: 0px 1px 3px rgb(0, 0, 0), 1px 0px 3px rgb(0, 0, 0);
    margin-bottom: 5px;
  }



  .lds-facebook {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 10%;
    width: 20%;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 10%;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 40%;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 70%;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 10%;
      height: 80%;
    }
    50%, 100% {
      top: 30%;
      height: 40%;
    }
  }
  

.topCenterNotificationContainer{
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 0px;
  width: 100%;
  height: fit-content;
}

.topCenterNotificationTextInactive{
  position: relative;
  top: -300px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	border-left: 5px solid #f00a0a;
	background-color: rgba(32, 32, 32, 0.897);
	color: rgb(255, 255, 255);
	padding: 3px 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out; */
  transition: all 0.8s ease-in-out;
}

.topCenterNotificationTextActive{
  z-index: 1;
  position: relative;
  top: -000px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	border-left: 5px solid #f00a0a;
	background-color: rgba(32, 32, 32, 0.897);
	color: rgb(255, 255, 255);
	padding: 3px 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out; */
  transition: all 0.8s ease-in-out;
}

.mapRoutesOverlay{
  background-color: #05060f;
  position: absolute;
  z-index: 10000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: fit-content;
  min-height: 100vh;
}

.drawRouteIcon{
  margin-bottom: 15px;
  border-radius: 5px;
}

.noRouteDrawnText{
  border: 1px solid #ff0000;
  border-radius: 5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
}


.minimap{
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 20px;
}

.minimapContainer{
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  padding-bottom: 0px;

}

.routeDetailText{
  display: inline-block;
  color: #ffffff;
  font-size: 1.2rem;
  background-color:rgb(15, 100, 0);
  border-radius: 40px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  margin-left: 10px;
  margin-right: 10px;;
  margin-bottom: 0px;
  margin-top: 12px;
}

.routeSavedTitle{
  font-size: 2.2rem;
  color: #3cff00;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  font-weight: bold;
}

.routeSavedText{
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}


.routeSavedContainer{

}

.routeListDisplay{
  margin: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
  height: fit-content;
  max-height: 50vh;
  max-width: 600px;
  border-left: 5px solid #FFFFFF;
}

.routeListDisplay::-webkit-scrollbar {
  width: 10px;
  display: block;
  background-color:#111218;
}

.routeListDisplay::-webkit-scrollbar-thumb{
  background-color: #d3d3d3;
  border-radius: 10px;
}

.routeInDisplay{
    min-height: 50px;
    width: 100%;
    background-color:#181818;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.routeInDisplay:nth-child(odd){
  background-color: #232323;;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.selectedRouteInDisplay{
  min-height: 50px;
  width: 100%;
  background-color:#E4C32F;
  color: #000000 !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.routeName{
  font-size: 1.4rem;
  font-weight: bold;
  color: rgb(228, 195, 47);
  margin-bottom: 5px;
  margin-top: 0px;
  text-align: left;
}

.routeDate{
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-top: 0px;
  text-align: left;
}

.routeDescription{
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: left;
}








  @media screen and (max-height: 390px) and (min-width: 300px) {
    .currentheadingdiv{
    display: none !important; 
    }
  }

  @media screen and (max-width: 300px) {
    .flightInfoTable{
    display: none !important; 
    }
  }



.routesButton{
  display: inline-block;
  border-radius: 24px;
  background-color: #ffffff00;
  border: solid 1px;
  border-color: #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: fit-content;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
  margin: 7px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.routesButton:active{
transform: translateY(2px);
color: #000000;
background-color: #ffffff;
box-shadow: 0px 0px 10px #ffffff;
}

.routesButton:disabled{
  color:#8c8c8c;
  border-color: #8c8c8c;
}

.routeDetailTitle{
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}

.routeDetailDescription{
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;
}

.routeReversedText{
  color: #ffffff;
  font-size: 1.2rem;
  background-color: rgb(93, 0, 100);
  border-radius: 40px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 12px;
}

.routeDeletedText{
  color: #ffffff;
  font-size: 1.2rem;
  border: 1px solid #ff0000;
  border-radius: 40px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 12px;
}