



.nlr-welcome {
    box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;
    width: 300px;
}



.nlr-blink {
    animation-name: blinker;
    animation-duration: 5s;
    animation-iteration-count: 10;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

.blink_fast {
    animation: blinker 1s linear infinite;
    animation-iteration-count: 5;
}

.blink_slow {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}



@keyframes img-ani {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.index-text {
    text-align: center;
    position: absolute;
    top: 345px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    /* text-shadow: 2px 2px #33a4ef; */
    z-index: 78;
}


.index-team {
    position: absolute;
    bottom: 21px;
    right: 10px;
    color: #ffffff;
    text-align: right;
    z-index: 10;
}

.copyright {
    font-size: 10px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    right: -53px;
    transform: translate(-50%, -50%);
    color: #ffffff;
}




.base-text {
    text-align: center;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-shadow: 2px 2px #33a4ef
}

.staff-text {
    text-align: center;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-shadow: 2px 2px #a28d8d
}



.btn-login {
    color: #f5f242;
}




.sidebar {
    width: 170px;
}

.page-with-sidebar {
    padding-left: 170px;
}




.nlr-airport-file-type-seldat {
    background-color: #f5f242;
    color: #000000;
    text-align: center;
    
}

.nlr-airport-file-type-aptdat {
    background-color: #f3930e;
    color: #000000;
    text-align: center;
    
}

.nlr-airport-file-type-usrcon {
    background-color: #33a4ef;
    color: #000000;
    text-align: center;
    
}

.nlr-airport-file-type-checksum {
    background-color: #c3c3c3;
    color: #000000;
    text-align: center;
    
}

.nlr-airport-file-type-log {
    background-color: #f7f6bc;
    color: #000000;
    text-align: center;
    
}

.nlr-airport-file-type-hindersom {
    background-color: #f7af56;
    color: #000000;
    text-align: center;
    
}

.nlr-airport-file-type-fastcalc {
    background-color: #36ebdf;
    color: #000000;
    text-align: center;
    
}

.nlr-airport-file-type-tape2 {
    background-color: #e98ff3;
    color: #000000;
    text-align: center;
    
}

.nlr-airport-file-type-results {
    background-color: #c3c3c3;
    color: #000000;
    text-align: center;
    
}



.nlr-airport-file-type-zoneResults {
    background-color: #c3c3c3;
    color: #000000;
    text-align: center;
    
}

.nlr-airport-file-type-zoneResultsCiv {
    background-color: #c3c3c3;
    color: #000000;
    text-align: center;
    
}


.nlr-airport-file-type-ctrInfo {
    background-color: #094e90;
    color: #ffffff;
    text-align: center;
    
}




.nlr-map {
    width: 100%;
    /*    height: calc(100vh - 350px);
*/
    height:100%;
    margin: auto;
    z-index: 10;
}

.nlr-map-only {
    width: 100%;
    height: calc(100vh - 20px);
    margin: auto;
    z-index: 10;
}

.nlr-map-full {
    width: 100%;
    height: calc(100vh - 220px);
    margin: auto;
    z-index: 10;
}


.nlr-map_space {
    width: 100%;
    height: inherit;
    height: calc(100vh - 300px);
   
    overflow: hidden;
}


.nlr-accept-policy {
    background-color: #199c02;
    color: #ffffff;
}

.nlr-deny-policy {
    background-color: #eb4236;
    color: #ffffff;
}

.nlr-privacy-policy {
    background-color: #3639eb;
    color: #ffffff;
}

.nlr-cookie-dialog {
    box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100vh;
    z-index: 121;
}


.nlr-3d {
    box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;
}

.nlr-runway-marker {
    font-size: 10px;
    width: 31px;
    height: 23px;
    margin-bottom: 3px;
    color: #000000;
    background-color: #d4fd00;
    box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;
    white-space: break-spaces;
}

.nlr-heli-marker {
    font-size: 10px;
    width: 31px;
    height: 23px;
    margin-bottom: 3px;
    color: #ffffff;
    background-color: #0570fc;
    box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;
    white-space: break-spaces;
}


.nlr-knmi-marker {
    font-size: 14px;
    font-family: Consolas;
    width: 400px;
    height: 120px;
    margin-bottom: 3px;
    color: #ffffff;
    background-color: #0570fc;
    box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;
    white-space: break-spaces;
}

.nlr-waypoint-marker {
    font-size: 10px;
    width: auto;
    height: 23px;
    margin-bottom: 3px;
    color: #ffffff;
    background-color: #eb4236;
    box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;
    white-space: break-spaces;
}


.nlr-waypoint-marker-virtual {
    font-size: 10px;
    width: auto;
    height: 23px;
    margin-bottom: 3px;
    color: #094e90;
    background-color: cyan;
    box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;
     white-space: break-spaces;
}

.nlr-airport-marker {
    font-size: 15px;
    width: fit-content;
    height: 33px;
    margin-bottom: 3px;
    color: #ffffff;
    background-color: #1100fc;
    box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;
    white-space: break-spaces;
}

.nlr-network-point-marker {
    font-size: 10px;
    width: fit-content;
    height: fit-content;
    margin-bottom: 3px;
    color: #ffffff;
    background-color: #000000;
    box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;
    white-space: break-spaces;
}

.nlr-network-point-marker-selected {
    font-size: 10px;
    width: fit-content;
    height: fit-content;
    margin-bottom: 3px;
    color: #ffffff;
    background-color: #094e90;
    box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;
    white-space: break-spaces;
    border: 2px solid #eb4236;
    animation: border-blink 2s linear infinite;
}
.nlr-grid-marker {
    font-size: 9px;
    color: #fff;
    width: fit-content;
    /*   box-shadow: 4px 3px 8px 1px #969696;
    -webkit-box-shadow: 4px 3px 8px 1px #969696;*/
    background: #175ab8;
    white-space: break-spaces;
}


.spinner {
    border: 16px solid #ffffff;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 700ms linear infinite;
    top: 350px;
    left: 47%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 999999;
}
.local-spinner {
    border: 5px solid silver;
    border-top: 5px solid #337AB7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 700ms linear infinite;
    color: blue;
}

.local-spinner1 {
    border: 5px solid silver;
    border-top: 5px solid cyan;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 700ms linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.nlr-spinner-message {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 650px;
    left: 47%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    white-space: pre-line;
    text-align: center;
    z-index: 99999;
}


fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

legend {
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
/*Legend specific*/
.legend {
    padding: 6px 8px;
    font: 14px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
    /*border-radius: 5px;*/
    line-height: 24px;
    color: #555;
}

.legend h4 {
        text-align: center;
        font-size: 16px;
        margin: 2px 12px 8px;
      color: #777;
}

.legend span {
   position: relative;
   bottom: 3px;
}

.legend i {
   width: 18px;
   height: 18px;
   float: left;
   margin: 0 8px 0 0;
   opacity: 0.7;
}

 .legend i.icon {
   background-size: 18px;
   background-color: rgba(255, 255, 255, 1);
  }

 .legend.collapsed .legend-content {
        display: none;
  }

.legend-toggle-btn {
    cursor: pointer;
    font-weight: bold;
    background-color: #ccc;
    padding: 5px;
}

.leaflet-measure-path-measurement {
    position: absolute;
    font-size: 16px;
    color: black;
    text-shadow: -1px 0 0 white, -1px -1px 0 white, 0 -1px 0 white, 1px -1px 0 white, 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 1px 0 white;
    white-space: nowrap;
    transform-origin: 0;
    pointer-events: none;
}


.leaflet-popup-content {
    margin: 13px 19px;
    background-color: #000000;
    color: cyan;
    line-height: 1.4;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background-color: #000000;
    color: #333;
    text-align: center;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}


.slider {
    width: 72px;
}

.nlr-slider-text {
}

.nlr-browser-zoom-level {
    color: #5835b7;
    background-color: #e0e0e1;
}

.nlr-browser-zoom-level-input {
    color: black;
    background-color: #e0e0e1;
    width: 40px;
}


.nlr-diff-result {
    float: right;
    position: relative;
    margin: 10px 100px 10px 10px;
    top: -85px;
    left: 0px;
    background-color: #c3c3c3;
}

.nlr-diff {
    background-color: #969696;
    color: #094e90;
}


.nlr-alerts-border {
    border: 2px solid #eb4236;
    /*   animation: border-blink 1s;
    animation-iteration-count: 120;*/
    animation: border-blink 2s linear infinite;
}

@keyframes border-blink {
    20% {
        border-color: #36ebdf;
    }
}


@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}


.nlr-cookie-warning {
    background-color: #eb4236;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}

.nlr-cookie-text {
    font-size: 20px;
    text-align: center;
    white-space: pre-line;
}

.nlr-cookie-buttons {
    text-align: center;
}





.nlr-review-status-Accept {
    text-align: center;
    background-color: #025921;
    color: #ffffff;
    border-radius: 10px;
}

.nlr-review-status-Reject {
    text-align: center;
    background-color: #bb6c05;
    color: #ffffff;
    border-radius: 10px;
}

.nlr-review-status-Changed {
    text-align: center;
    background-color: #e4f303;
    color: #000000;
    border-radius: 10px;
}

.nlr-review-status-Init {
    text-align: center;
    background-color: #d2ffe2;
    color: #000000;
    border-radius: 10px;
}

.nlr-review-status-Blocked {
    text-align: center;
    background-color: #eb4236;
    color: #ffffff;
    border-radius: 10px;
}

.nlr-review-status-Inserted {
    text-align: center;
    background-color: #9e33ef;
    color: #ffffff;
    border-radius: 10px;
}

.nlr-review-status-Added {
    text-align: center;
    background-color: #0a1ce6;
    color: #f5f242;
    border-radius: 10px;
}

.nlr-review-status-Unknown {
    text-align: center;
    background-color: #93c9fc;
    color: #000000;
    border-radius: 10px;
}

.nlr-review-status-ReadyForReview {
    text-align: center;
    background-color: #55c5d7;
    color: #ffffff;
    border-radius: 10px;
}



.nlr-button {
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.nlr-button:hover {
    background-color: #0056b3;
}


.nlr-base-menu {
    width: 80px;
}


.nlr-airport-procedure-table {
    background-color: black;
    color: yellow;
    text-align: center;
}

.nlr-airport-menu {
    color: #36ebdf;
}

.image-container {
    position: relative;
    width: calc(100vw-200px);
    height: calc(100vh-200px);
}

    .image-container img {
        width: 100%;
        height: auto;
    }

 
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 150px; /* Adjust as needed */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.overlay-nlr-logo {
    position: absolute;
    top: 108px;
    right: -62px;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 150px;
    height: auto;
}

.nlr-legend-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 25vh;
}

.nlr-tablet-map {
    width: calc(100vw - 4px);
    height: calc(100vh - 103px);
    margin: -15px;
    z-index: 10;
}



.button-container {
    display: list-item;
}
.nlr-input-double {
    margin: 1px;
    width: 50px;
    height: 30px;
}
.nlr-icon-button {

    margin: 1px;
    width: 30px;
    height: 30px;
   
}

.nlr-distance-marker {
    background-color: #c0bcbc;
    color: #000000;
    text-align: center;
}

.nlr-icon-button-text {
    margin: 5px;
    width: 80px;
}

    .nlr-icon-button:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transform: translateY(-2px);
    }

.nlr-icon-button-text-flex {
    margin: 5px;
/*    width: 120px;
*/


}

.nlr-block {
    display: flex;
}
    .nlr-map-carrousel {
    display: flex;
    position: absolute;
    bottom: 57px;
    left: 4px;
    background-color: #000000;
    z-index: 999;
    width: calc(100vw-50px);
    max-height: 800px;
    overflow: auto;
}

.nlr-chart {
}
.resize-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: gray;
    right: 0;
    bottom: 0;
    cursor: se-resize; /* Cursor style for resizing */
}
.nlr-progress-bar {
    background-color: lightblue;
    height: 30px;
    display: flex;
    position: absolute;
    bottom: 26px;
    left: 50px;
    background-color: #000000;
    z-index: 999;
    width: 1200px;
    max-height: 300px;
    overflow: auto;
}

    .nlr-progress-bar .rz-progressbar-value {
        background-color: blue;
    }

.nlr-background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    width: 100vw;
    padding: 10px;
}


.nlr-profile-menu {
    position: fixed;
    right: 5px;
    top: 10px;
    width: 100%;
    z-index: 99;
}

.nlr-loading {
    cursor: wait;
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    z-index: 30001;
    opacity: 0;
 
}

.nlr-loading-local {
    cursor: wait;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    z-index: 30001;
    opacity: 0;
}

.nlr-application-title {
    display: inline-table;
}

.fullscreen-container {
    display: grid;
    place-items: center;
    /*// Centers both horizontally and vertically height: 100vh;
    // Makes the container fill the full height of the viewport background-color: #f8f9fa;
    // Optional: Set a background color*/
}

.radzen-card {
    text-align: center;
   
}

.nlr-dropdown-grid-airport-study {
    background-color: #d2fafc;
    border: 1px solid #ccc;
    width: 200px;
}

.nlr-dropdown-grid-airport-procedure {
    background-color: #d2fafc;
    border: 1px solid #ccc;
    width: 200px;
}


.nlr-dropdown-grid-airport-case {
    background-color: #fdf6d1;
    border: 1px solid #ccc;
    width: 200px;
}

.nlr-bold {
    margin-right: 5px;
    font-weight: bold;
    width: fit-content;
}

/* General CSS rule to target the dropdown menu within RadzenDropDownDataGrid */
/* Adjust height and padding for RadzenDataGrid headers */
.rz-datatable-header .rz-column-header {
    padding: 5px; /* Reduce padding */
    height: 25px; /* Set desired height */
    line-height: 25px; /* Align text vertically */
}
.rz-dropdown-panel {
    width: fit-content !important; /* Set the width as needed */
}

.nlr-label {
    font-weight: bold;
    width: 40px;
    margin: 3px;
}
.nlr-legenda {
    color: #ffffff;
    font-size: 14px;
    margin: 5px;
    text-align: center;
}

.leaflet-control-layers-disable {
    pointer-events: none;
}


.nlr-calculation-status-Init {
    background-color: #fd8200;
    color: #ffffff;
    border-radius: 5px;
    margin: 5px;
}

.nlr-calculation-status-NotCalculated {
    background-color: #ad7b0a;
    color: #ffffff;
    border-radius: 5px;
    margin: 5px;
}

.nlr-calculation-status-Calculated {
    background-color: #199c02;
    color: #ffffff;
    border-radius: 5px;
    margin: 5px;
}

.nlr-calculation-status-Error {
    background-color: #eb4236;
    color: #ffffff;
    border-radius: 5px;
    margin: 5px;
}

.nlr-calculation-status-Partial {
    background-color: #b75804;
    color: #ffffff;
    border-radius: 5px;
    margin: 5px;
}

.nlr-map-brightness {

    text-align: center;
    margin: 10px;
}

.nlr-diff {
    width: 800px;
}

.nlr-diff1 {
    background-color: #b8eaa8;
}

.nlr-diff2 {
    background-color: #f0a5a0;
}



.nlr-pallet-cell-values {
    width: 537px;
    margin: 5px;
    background-color: #77e1f6;
}
.nlr-pallet-la-max-values {
    width: 537px;
    margin: 5px;
    background-color: #d3ecf1;
}
.nlr-pallet-diff-values {
    width: 537px;
    margin: 5px;
    background-color: #f3c781;
}

.nlr-split-button-delete {
    color: white; /* Text color */
    background-color: red; /* Background color */
}


.nlr-account-card {
    width: 430px;
    left: 23px;
}
.nlr-account-login {
    width: 750px;
}

.nlr-account-register {
    width: 750px;
}

.nlr-account-forgot {
    width: 430px;
    position: absolute;
    left: 23px;
}



/* Parent container that holds the map */
.map-container {
    width: 100%; /* Full width of its parent */
    height: 100%; /* Full height of its parent */
}

#map {
    width: 100%;
    height: 100%;
}

.nlr-card {
    border: 1px solid cyan;
}
.nlr-card-magenta {
    border: 1px solid magenta;
}
.nlr-card-orange {
    border: 1px solid orange;
}

.nlr-planning-proc {
    width: 32%;
}
.nlr-card-planning {
    border: 1px solid #ffffff;
    width: 600px;
    margin: 5px;
}
nlr-card-planning-proc-start {
    border: 1px solid #a3a105;
    width: 665px;
}

.nlr-card-planning-proc-landing {
    border: 1px solid #be720f;
    width: 665px;
}

.nlr-card-planning-proc-circuit {
    border: 1px solid #72a05e;
    width: 665px;
}

.nlr-card-planning-counter {
    border: 1px solid yellow;
    width: 480px;
}

.nlr-card-planning-abp {
    border: 1px solid #ff0075;
    width: 385px;
}

.nlr-card-planning-bgp {
    border: 1px solid #00ffda;
    width: 610px;
}

.nlr-card-planning-sgp {
    border: 1px solid #c400ff;
    margin: 5px;
    width: 670px;
}

.nlr-card-opt-proc-start {
    border: 1px solid #a3a105;
    width: 665px;
}
.nlr-card-opt-proc-landing {
    border: 1px solid #be720f;
    width: 665px;
}

.nlr-card-opt-proc-circuit {
    border: 1px solid #72a05e;
    width: 665px;
}

.nlr-card-opt-counter {
    border: 1px solid yellow;
    width: 480px;
}

.nlr-card-opt-abp {
    border: 1px solid #ff0075;
    width: 385px;
}
.nlr-card-opt-bgp {
    border: 1px solid #00ffda;
    width: 610px;
}
.nlr-card-opt-sgp {
    border: 1px solid #c400ff;
    margin: 5px;
    width: 670px;
}
.nlr-card-color-pallete {
    border: 1px solid magenta;
    width: 650px
}

.nlr-tuna-SEL {
    background-color: #040999; /* Change to your preferred color */
    color: white;
    border: 1px solid #08ff08;
    width: fit-content
}

.nlr-tuna-LAmax {
    background-color: #ff08f9; /* Change to your preferred color */
    color: white;
    border: 1px solid magenta;
    width: fit-content
}

.nlr-card-menu {
    position: absolute;
    left: 23px;
    bottom: 20px ;
    width: 800px
}

.nlr-card-menu-item {
    width: 193px;
    display: inline-flex;
    border: 1px solid #474747;
    height: 68px;
}

hr.separator {
    width: 100%;
    margin: 1px;
    border-top: 1px solid #999999;
}

.nlr-event-console {
 
    position: absolute;
    right: 1px;
    bottom: 69px;
    height: 200px;
    width: 500px;
    z-index: 100;
}
.nlr-event-console-migration {
    border: 1px solid #04e8ff;
    /* background-color: #3c3434; */
    position: absolute;
    right: 14px;
    top: 6px;
    width: 1024px;
    height: 80vh;
}

.nlr-datagrid-console-migration {
    position: absolute;
    right: 14px;
    height: 70vh;
    z-index: 100;
    margin: 4px;
    overflow: auto;
}
    .nlr-event-console-data {
    overflow: auto;
    height: 200px;
    width: 300px;
}
.nlr-event-console-opt {
    border: 1px solid #04e8ff;
    /* background-color: #3c3434; */
    position: absolute;
    right: 7px;
    top: 108px;
    width: 1024px;
    height: 74vh;
}

.nlr-datagrid-console-opt {
    height: 70vh;
    /* width: calc(100vw - 266px); */
    margin: 4px;
    overflow: auto;
}
 
.nlr-label {
    width: 100px;
}

.nlr-card-welcome {
    border: 0px solid #ffb604;
   
    border-radius: 21px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.nlr-welcome-title {
    font-size: 28px;
    text-align: center;
    color: #006d8e;
}

.nlr-welcome-subtitle {
    font-size: 14px;
    text-align: right;
    color: #5d87a0;
}


.nlr-card-console {
    border: 1px solid #04e8ff;
    /* background-color: #3c3434; */
    position: absolute;
    right: 14px;
    top: 163px;
    width: 1024px;
    height: 80vh;
}

.nlr-table-airport-case-result-contour {
    width: 625px;
}
.nlr-table-airport-case-result {
    width: 1200px;
}

/*RADZEN ADAPTION*/
.rz-body {
    padding: 2px;
}

.rz-layout .rz-body {
    overflow: unset;
}

.rz-pager-element, .rz-button-md {
    padding: 0.5rem 1rem;
    height: auto;
    line-height: 1.25rem;
    min-height: 2.25rem;
    min-width: 2.25rem;
    font-size: var(--rz-body-font-size);
    font-weight: 600;
    margin: 7px;
}

.nlr-center {
    text-align: center;
}

.nlr-profiletype-Cda {
    background-color: #19791c;
    color: #ffffff;
    border-radius: 10px
}

.nlr-profiletype-NoCda {
    background-color: #777676;
    color: #ffffff;
    border-radius: 10px
}

.nlr-profiletype-NoTrackInfo {
    background-color: #fa1010;
    color: #ffffff;
    border-radius: 10px
}
.nlr-omis-flight-start {
    background-color: #a3a105;
    color: #ffffff;
    border-radius: 10px;
}


.nlr-omis-flight-landing {
    background-color: #be720f;
    color: #ffffff;
    border-radius: 10px;
}


.nlr-omis-flight-circuit {
    background-color: #72a05e;
    color: #ffffff;
    border-radius: 10px;
}


.nlr-omis-flight-unknown {
    background-color: #eb4236;
    color: #ffffff;
    border-radius: 10px;
}


.nlr-omis-flight-hvo {
    background-color: #891818;
    color: #ffffff;
    border-radius: 10px;
}




.nlr-flight-circuit {
    background-color: #72a05e;
    color: #ffffff;
    border-radius: 10px;
}


.nlr-flight-circuitAsStart {
    background-color: #1c6605;
    color: #ffffff;
    border-radius: 10px;
}

.nlr-flight-landingAsCircuit {
    background-color: #525ee3;
    color: #ffffff;
    border-radius: 10px;
}
.nlr-flight-circuitAsLanding {
    background-color: #864b8a;
    color: #ffffff;
    border-radius: 10px;
}


.nlr-flight-start {
    background-color: #a3a105;
    color: #ffffff;
    border-radius: 10px;
}


.nlr-flight-landing {
    background-color: #be720f;
    color: #ffffff;
    border-radius: 10px;
}


.nlr-flight-bolleke {
    background-color: #5c0276;
    color: #ffffff;
    border-radius: 10px;
}


.nlr-flight-passersby {
    background-color: #094e90;
    color: #ffffff;
    border-radius: 10px;
}


.nlr-flight-administrative {
    background-color: #eb4236;
    color: #ffffff;
    border-radius: 10px;
}


.nlr-flight-modelledAsStart {
    background-color: #8cd80f;
    color: #000000;
    border-radius: 10px;
}


.nlr-flight-hvo {
    background-color: #094e90;
    color: #f5f242;
    border-radius: 10px;
}


.nlr-flight-all {
    background-color: #f1eb26;
    color: #2925d1;
    border-radius: 10px;
}

.nlr-flight-approach {
    background-color: #667664;
    color: #ffffff;
}

.nlr-flight-departure {
    background-color: #4917bd;
    color: #ffffff;
}
.nlr-conversion-tag-can_be_converted {
    /*background-color: #1f6c00;
    color: #ffffff;
    border-radius: 10px;*/
}
.nlr-conversion-tag-can_not_be_converted {
    background-color: #f5f242;
    color: #000000;
    border-radius: 10px;
}
.nlr-for-use-las {
    background-color: #199c02;
    color: #ffffff;
}

.nlr-for-use-has {
    background-color: #094e90;
    color: #ffffff;
}

.nlr-appendixicao {
    width: 100px;
    color: #ffffff;
    text-align: center;
    background-color: #094e90;
}

.nlr-appendixprestation {
    width: 100px;
    color: #ffffff;
    text-align: center;
    background-color: #547f84;
}


.nlr-logmessage {
    white-space: pre-line;
}

.nlr-missing-data {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
}



.nlr-progressbar {
    color: #faf9f9;
    background-color: #094e90;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 500px
}

.nlr-progressbar-local {
    color: #faf9f9;
    background-color: #094e90;
    width: 500px
}

.nlr-airport-type-Unknown {
    text-align: center;
    color: #eb4236;
}

.nlr-airport-type-Militair {
    text-align: center;
}

.nlr-airport-type-Militair_Civil {
    text-align: center;
}

.nlr-airport-type-Civil {
    text-align: center;
    color: #01d5fd;
}


.nlr-visibility-NLR_PUBLIC {
    text-align: center;
    color: #3aee18;
}

.nlr-visibility-NLR_PRIVATE {
    text-align: center;
    color: #eebc18;
}



.nlr-visibility-CLRS_PUBLIC {
    text-align: center;
}

.nlr-visibility-CLRS_PRIVATE {
    text-align: center;
}

.nlr-visibility-OPTIMALISATION {
    text-align: center;
    color: #000000;
    background-color: #f1f0a6;
}


.nlr-conversionstatus-Init {
    background-color: #cfe905;
    color: #000000;
    text-align: center;
    border-radius: 10px;
}

.nlr-conversionstatus-Success {
    background-color: #199c02;
    color: #fffcd2;
    text-align: center;
    border-radius: 10px;
}

.nlr-conversionstatus-Failed {
    background-color: #eb4236;
    color: #fffcd2;
    text-align: center;
    border-radius: 10px;
}

.nlr-conversionstatus-Blocked {
    background-color: #eb4236;
    color: #fffcd2;
    text-align: center;
    border-radius: 10px;
}

.nlr-conversionstatus-Unknown {
    background-color: #fffcd2;
    color: #969696;
    text-align: center;
    border-radius: 10px;
}

.nlr-conversionstatus-Inprog {
    background-color: #a05a03;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    animation: blink 1s infinite;
}


.nlr-logtype-Info {
    color: #ffffff;
    background-color: #199c02;
    border-radius: 10px;
    text-align: center;
}

.nlr-logtype-Warning {
    color: #ffffff;
    background-color: #bc6f02;
    border-radius: 10px;
    text-align: center;
}

.nlr-logtype-Error {
    color: #ffffff;
    background-color: #eb4236;
    border-radius: 10px;
    text-align: center;
}

.nlr-logtype-Critical {
    color: #ffffff;
    background-color: #4c0683;
    border-radius: 10px;
    text-align: center;
}

.nlr-datagrid-100-percent {
    height: calc(100vh - 403px);
    width: calc(50vw);
    margin: 4px;
    overflow: auto;
}

.nlr-datagrid-compose-planning-category-select {
    width: 405px;
}

.nlr-datagrid-compose-planning-50-percent {
    height: calc(100vh - 233px);
    margin: 4px;
    overflow: auto;
}
.nlr-datagrid-50-percent {
    height: calc(100vh - 444px);
    margin: 4px;
    overflow: auto;
}
.nlr-show-year-results {
    position: absolute;
    bottom: 4px;
    left: 230px;
    z-index: 1;
    width: 989px;
    overflow: auto;
}
.nlr-show-animotraffic {
    position: absolute;
    bottom: 4px;
    left: 230px;
    z-index: 1;
    width: 1100px;
    overflow: auto;
}
.nlr-show-animopointanalyse {
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 99999;
    width: 1275px;
    overflow: auto;
    zoom: 0.9;
}


.nlr-show-route {
    position: absolute;
    bottom: 10px;
    left: 230px;
    z-index: 3;
    height: 819px;
    width: 1080px;
    overflow: auto;
    zoom: 0.9;
}

.nlr-show-route1 {
    position: absolute;
    bottom: 10px;
    left: 230px;
    z-index: 3;
    height: 819px;
    width: 1080px;
    overflow: auto;
    zoom: 0.9;
}

.nlr-show-route2 {
    position: absolute;
    bottom: 10px;
    left: 230px;
    z-index: 3;
    height: 819px;
    width: 1080px;
    overflow: auto;
    zoom: 0.9;
}

.nlr-show-routebook {
    position: absolute;
    bottom: 10px;
    left: 230px;
    z-index: 3;
    height: 500px;
    width: 1000px;
    overflow: auto;
    zoom: 0.9;
}

.nlr-show-radartracks {
    position: absolute;
    bottom: 10px;
    left: 230px;
    z-index: 3;
    height: 602px;
    width: 1420px;
    overflow: auto;
    zoom: 0.9;
}

.nlr-show-linechart {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 4;
    height: 600px;
    width: 800px;
    overflow: auto;
    zoom: 0.9;
}
.rz-datatable-thead th, .rz-grid-table thead th {
    background-color: #08142a;
}

.rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
        color: #ffffff;
}
/*tr.rz-data-row {
    background-color: #000000;
}*/
.fade-in-image {
    transition: opacity 0.5s ease; /* Smooth transition effect */
}

.nlr-checkbox .rz-checkbox-box .rz-checkbox-checked {
    background-color: #00fc4c; /* Replace with desired color */
    border-color: #00fc4c;
}

/* Optional: Hover or focus styling for the custom checkbox */
.nlr-checkbox .rz-checkbox-box:hover .rz-checkbox-checked,
.nlr-checkbox .rz-checkbox-box:focus-within .rz-checkbox-checked {
    background-color: #3E8E41; /* Slightly darker color on hover */
}

.nlr-cdaStatus-Unknown {
    background-color: #000000;
    color: #f5f242;
    text-align: center;
}
.nlr-cdaStatus-NoCda {
    background-color: #eb4236;
    color: #ffffff;
    text-align: center;
}
.nlr-cdaStatus-Cda {
    background-color: #199c02;
    color: #ffffff;
    text-align: center;
}
.nlr-traffictype-Natura2000 {
    color: #43f062;
    text-align: center;
}

.nlr-traffictype-Omis {
    color: #878f7a;
    text-align: center;
}

.nlr-traffictype-SkyGuide {
    color: #c3c3c3;
    text-align: center;
}

.nlr-traffictype-Extra {
    color: #317aff;
    text-align: center;
}

.nlr-traffictype-Planning {
    color: #b6f6f3;
    
    text-align: center;
}

.nlr-traffictype-TrafficCombined {
    color: #daa227;
    text-align: center;
}

.nlr-traffictype-Maa {
    color: #8bb56e;
    text-align: center;
}

.nlr-traffictype-Optimalisation {
    color: #f5f242;
    text-align: center;
}


.nlr-trafficselector-Realized {
    text-align: center;
    color: #bcc7ff;
}
.nlr-trafficselector-Prognose {
    text-align: center;
    color: #bcecff;
}
.nlr-trafficselector-Planning {
    text-align: center;
    color: #bcecff;
}
.nlr-trafficselector-TrafficCombined {
    text-align: center;
    color: #ffbcbc;
}
.nlr-trafficselector-Maa {
    text-align: center;
    color: #fff4bc;
}

.nlr-trafficselector-Optimalisation {
    text-align: center;
    color: #f5f242;
}

.nlr-trafficselector-YearCalculation {
    text-align: center;
    color: #04cff8;
}

.nlr-dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}


.table-cell-edited {
    position: relative;
}

    .table-cell-edited::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 10px solid red;
        border-left: 10px solid transparent;
    }


.nlr-optimalisation-status-Init {
    background-color: #757007;
    color: #000000;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
}

.nlr-optimalisation-status-OptimalisationFailed {
    background-color: #ba4804;
    color: #ffffff;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
}

.nlr-optimalisation-status-OptimalisationSuccess {
    background-color: #135807;
    color: #ffffff;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
}

.nlr-optimalisation-status-CalculationFailed {
    background-color: #b15806;
    color: #ffffff;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
}

.nlr-optimalisation-status-CalculationSuccess {
    background-color: #199c02;
    color: #ffffff;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
}



.scaled-card {
    transform: scale(0.8); /* Adjust the scale factor as needed */
    transform-origin: top left; /* Ensure scaling starts from the top left */
}

.scaled-grid {
    transform: scale(0.8); /* Adjust the scale factor as needed */
    transform-origin: top left; /* Ensure scaling starts from the top left */
}



.nlr-card-opt {
    border: 1px solid #ffffff;
    width: 600px;
    margin: 5px;
}



.nlr-calculation-status-NotCalculated {
    background-color: #fca804;
    color: #ffffff;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
}

.nlr-calculation-status-Calculated {
    background-color: #199c02;
    color: #ffffff;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
}
.nlr-form-data {
    height: inherit;
    width : inherit;
}
.nlr-datagrid-baseplan {
    height: calc(100vh - 346px);
    width: 100vw;
    margin: 4px;
    overflow: auto;
}

.nlr-datagrid-baseplan-with-sidebar {
    height: calc(100vh - 346px);
    width: calc(100vw - 263px);
    margin: 4px;
    overflow: auto;
}
.nlr-datagrid {
    height: calc(100vh - 146px);
/*    width: 100vw;
*/    margin: 4px;
    overflow: auto;
}
.nlr-datagrid-with-sidebar {
    height: calc(100vh - 146px);
    width: calc(100vw - 263px);
    margin: 4px;
    overflow: auto;
}

.nlr-datagrid1 {
    height: calc(100vh - 155px);
    width: 100vw;
    margin: 4px;
    overflow: auto;
}

.nlr-datagrid-with-sidebar1 {
    height: calc(100vh - 155px);
    width: calc(100vw - 263px);
    margin: 4px;
    overflow: auto;
}
.nlr-datagrid-roles {
    height: calc(100vh - 220px);
    width: calc(100vw - 263px);
    margin: 4px;
    overflow: auto;
}
    .nlr-datagrid-animo-conversion {
    height: calc(100vh - 326px);
    /*width: calc(100vw);*/
    margin: 4px;
    overflow: auto;
}

.nlr-datagrid-color {
    height: calc(100vh - 146px);
    margin: 4px;
    overflow: auto;
}

.nlr-datagrid-animo-traffic {
    height: calc(100vh - 403px);
    width: calc(100vw - 311px);
    margin: 4px;
    overflow: auto;
}
    .nlr-datagrid-console {
    height: 76vh;
    /* width: calc(100vw - 266px); */
    margin: 4px;
    overflow: auto;
}


.nlr-datagrid-planning-proc {
    height: calc(100vh - 277px);
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
    /*    width: 570px;
*/
}

.nlr-datagrid-planning-bgp {
    height: calc(100vh - 277px);
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
/*    width: 720px;
*/}


.nlr-datagrid-planning-counter {
    height: calc(100vh - 305px);
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
/*    width: 720px;
*/}

.nlr-datagrid-planning-abp {
    height: calc(100vh - 305px);
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
    /*    width: 432px;
*/
}

.nlr-datagrid-planning-nsf {
    height: calc(100vh - 305px);
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
    /*    width: 432px;
*/
}

.nlr-datagrid-opt-proc {
    height: calc(100vh - 277px);
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
    /*    width: 570px;
*/
}

.nlr-datagrid-opt-bgp {
    height: calc(100vh - 277px);
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
    width: 720px;
}

.nlr-datagrid-opt-sgp {
    height: calc(100vh - 277px);
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
    width: 820px;
}
.nlr-datagrid-opt-counter {
    height: calc(100vh - 305px);
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
    width: 720px;
}
.nlr-datagrid-opt-abp {
    height: 150px;
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
    width: 432px;
}
.nlr-datagrid-opt-sol {
    height: calc(100vh - 305px);
    width: 35vw;
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
    
}
.nlr-datagrid-opt-solrec {
    height: calc(100vh - 305px);
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
    width: 720px;
}

.nlr-datagrid-opt-sol-details {
    height: calc(100vh - 305px);
    width: 60vw;
    margin: 4px;
    overflow: auto;
    border: 1px solid #f6f6f4;
}

.nlr-datagrid-animotraffic-map {
    height: 500px;
    margin: 4px;
    overflow: auto;
    width: auto;
    zoom: 0.9;
}
.nlr-datagrid-route-map {
    height: 700px;
    margin: 4px;
    overflow: auto;
   
    width: auto;
    zoom: 0.9;
}

.nlr-datagrid-pointanalyse {
    height: 500px;
    margin: 4px;
    overflow: auto;
    width: auto;
    zoom: 0.9;
}

.nlr-datagrid-animotraffic-map {
    height: 500px;
    margin: 4px;
    overflow: auto;
    width: auto;
    zoom: 0.9;
}
.nlr-datagrid-radartracks {
    height: 700px;
    /* width: 1420px; */
    margin: 4px;
    overflow: auto;
    zoom: 0.9;
}

.nlr-page-title {
    color: #07aefc;
    width: 400px;
    font-size: 21px;
    font-weight: bold;
}

.nlr-page-subtitle {
    color: #ced309;
    /*width: 400px;
    font-weight: bold;*/
}

.nlr-opt-proc {
    width: 32%;
}

/*force frozen colors 
*/
.rz-grid-table-fixed .rz-frozen-cell-left, .rz-grid-table-fixed .rz-frozen-cell-right, .rz-grid-table-fixed .rz-frozen-cell-left-inner, .rz-grid-table-fixed .rz-frozen-cell-right-inner {
    background: #001f36;
    z-index: 1;
}

.nlr-button-auto {
    width: fit-content;
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full screen height */
}

.selected-row {
    animation: blinker 3s linear infinite;
    background-color: #054baa;
}

.nlr-menu-title {
    position: absolute;
    left: 248px;
    top: 40px;
    color: black;
}

.nlr-menu-airport-title {
    /*position: absolute;*/
    /*right: 14px;*/
    /*top: 26px;*/
    display: flex;
    /*width: 120px;*/
}

.nlr-register-button{
    display: flex;
}

.nlr-logging {
    white-space: pre-line;
    
}

.rz-lookup-panel {
    width: 800px;
}

.nlr-publish-status-None {
    text-align: center;
    
}

.nlr-publish-status-Error {
    text-align: center;
    background-color: #eb4236;
    color: #ffffff;
    animation: blinker 3s linear infinite;
}

.nlr-publish-status-Success {
    text-align: center;
    color: #199c02;
}

.nlr-publish-status-Updated {
    text-align: center;
    color: cyan;
}

/* Hover zone on right edge with vertical label + icon */
.nlr-hover-zone {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 140px;
    background-color: #2d2d2d;
    color: white;
    writing-mode: vertical-rl;
    text-align: center;
    cursor: pointer;
    z-index: 1002;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: 1px solid #0dcaf0;
}

.nlr-hover-zone:hover {
    background-color: #444;
}

.nlr-hover-label {
    transform: rotate(180deg); /* makes "Options" readable top-to-bottom */
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

/* Custom sidebar override */
.nlr-custom-sidebar {
    transition: transform 0.3s ease-in-out;
    background-color: #1a1a1a;
}

/* Sidebar transition */
.nlr-sidebar-slide {
    transition: transform 0.3s ease-in-out;
}

/* When visible: no transform */
.nlr-sidebar-visible {
    transform: translateX(0);
}

/* When hidden: slide off screen to the right */
.nlr-sidebar-hidden {
    transform: translateX(100%);
}

.nlr-body-full {
    margin-right: 0;
    transition: margin 0.3s ease;
}

.nlr-pin-button-container {
    padding: 10px;
    background-color: #222;
}

.rz-data-grid-data {
    overflow: auto;
    flex: 1;
    outline: var(--rz-outline-normal);
    box-shadow: var(--rz-grid-data-border-shadow);
    margin: 13px;
}

.airport-card-clickable {
    transition: background-color 0.2s ease-in-out,
    transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

.airport-card-clickable:hover {
    background-color: var(--rz-menu-item-hover-background-color, rgba(0, 0, 0, 0.04));
    cursor: pointer;
    transform: translateY(-3px);
    box-shadow: var(--rz-card-hover-shadow, 0 5px 15px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.06));
}

.nlr-numeric {
    width: 70px;
}
.nlr-weight-label {
    width: 70px;
}
.nlr-opacity-label {
    width: 70px;
}
.nlr-route-distance-offset-label {
    width: 70px;
}


.nlr-chart {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
    overflow: auto;
    height: calc(100vh - 281px);
}

.nlr-cpu-chart {
    width: 600px;
}

.nlr-version-info {
    overflow: auto;
    height: 396px;
}

.nlr-conversion-info-ok {
  /*  background-color: #1f6c00;
    color: #ffffff;
    border-radius: 10px;*/
}

.nlr-conversion-info-unknown {
    background-color: #eb4236;
    color: #ffffff;
    
    border-radius: 10px;
}

.nlr-conversion-info-reason_known {
    background-color: #f5f242;
    color: #000000;
    border-radius: 10px;
}
.nlr-charts-with-sidebar {
    overflow: auto;
    height: calc(100vh - 219px);
    width: calc(100vw - 298px);
}
.nlr-charts {
    overflow: auto;
    height: calc(100vh - 219px);
    width: 100vw;
}

.nlr-radzen-column-chart {
    overflow: auto;
    height: calc(100vh - 219px);
    width: calc(100vw/2 - 167px);
}

.nlr-radzen-bar-chart {
    overflow: auto;
    height: calc(100vh - 219px);
    width: calc(100vw/2 - 167px);
}

.nlr-radzen-pie-chart {
    overflow: auto;
    height: calc(100vh - 219px);
    width: calc(100vw/2 - 167px);
}

.nlr-radzen-chart1 {
    overflow: auto;
    height: calc(100vh - 219px);
    width: calc(100vw - 465px);
}