.text-yellow {
    color: #f5f242;
}

.text-white {
    color: #ffffff;
}

.bg-yellow {
    background-color: #f5f242;
}

.bg-green {
    background-color: #199c02;
}

.text-green {
    color: #199c02;
}

.bg-color-green {
    background-color: #199c02;
}



.text-red {
    color: #eb4236
}

.bg-color-red {
    background-color: #eb4236 !important
}

.text-orange {
    color: #eb9a36
}

.bg-color-orange {
    background-color: #eb9a36 !important
}

.text-cyan {
    color: #36ebdf
}

.bg-color-cyan {
    background-color: #36ebdf !important
}

.bg-white {
    background-color: #ffffff;
}

.bg-target {
    background-color: #cfe9ed;
}

.text-blue {
    color: #3639eb
}

.bg-color-blue {
    background-color: #3639eb !important
}




.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;
    }
}



@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 {
    width: 135px;
}

.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;
    
}



/*headers*/
h1 {
    color: #004d7d;
}

h2 {
    color: #19aee9;
}

h3 {
    color: #253899;
}

h4 {
    color: #189bea;
}

.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-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-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-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;
}


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);
        }

.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 {
    color: #000000;
}

.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;
    }
}





.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;
}



/*   CUSTOM   */


.custom-color {
    width: 120px;
}
.custom-header-active {
    width: 120px;
}

.custom-toggle-button {
    width: 150px;
}

.custom-review-status {
    width: 80px;
}
.custom-header-review-status {
    width: 120px;
}

.custom-review-status-Accept {
    text-align: center;
    background-color: #04ad40;
    color: #ffffff;
}

.custom-review-status-Reject {
    text-align: center;
    background-color: #f38d1d;
    color: #ffffff;
}

.custom-review-status-Changed {
    text-align: center;
    background-color: #e4f303;
    color: #000000;
}

.custom-review-status-Init {
    text-align: center;
    background-color: #d2ffe2;
    color: #000000;
}

.custom-review-status-Blocked {
    text-align: center;
    background-color: #eb4236;
    color: #ffffff;
}

.custom-review-status-Inserted {
    text-align: center;
    background-color: #9e33ef;
    color: #ffffff;
}

.custom-review-status-Added {
    text-align: center;
    background-color: #0a1ce6;
    color: #f5f242;
}

.custom-review-status-Unknown {
    text-align: center;
    background-color: #93c9fc;
    color: #000000
}

.custom-review-status-ReadyForReview {
    text-align: center;
    background-color: #17a2b8;
    color: #ffffff;
}

.custom-header-description {
    width: 200px;
}
.custom-description {
    width: 200px;
    white-space: pre-line;
}
.custom-header-reference {
    width: 200px;
}
.custom-reference {
    width: 200px;
    white-space: pre-line;
}

.custom-header-remarks {
    width: 200px;
}
.custom-remarks {
    width: 200px;
    white-space: pre-line;
}
.custom-header-date {
    width: 168px;
}
.custom-date {
    width: 168px;
}
.custom-header-username {
    width: 140px;
}

.custom-username {
    width: 140px;
}



.custom-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;
}

.custom-button:hover {
    background-color: #0056b3;
}


.custom-base-menu {
    width: 80px;
}

.custom-active {
    width: 80px;
    text-align: center;
}

.custom-header-name {
    width: 160px;
}
.custom-name {
    width: 160px;
}

.custom-header-id {
    width: 80px;
}
.custom-id {
    width: 80px;
    text-align: right;
}


.custom-header-icao {
    width: 100px;
    text-align: center;
}
.custom-icao {
    width: 100px;
    text-align: center;
    color: #3639eb;
    font-weight: bold;
}

.custom-header-year {
    width: 130px;
}
.custom-year {
    width: 80px;
    text-align: center;
    white-space: normal;
}

.custom-header-international-aviation {
    width: 200px;
}

.custom-international-aviation {
    width: 200px;
    text-align: center;
}
.custom-header-domestic-aviation {
    width: 200px;
}

.custom-domestic-aviation {
    width: 200px;
    text-align: center;
}
.custom-header-ground-based {
    width: 200px;
}

.custom-ground-based {
    width: 200px;
    text-align: center;
}
.custom-header-aircraft-category {
    width: 180px;
}
.custom-aircraft-category {
    width: 100px;
    text-align: center;
}
.custom-header-total {
    width: 100px;
}
.custom-total {
    width: 80px;
    text-align: right;
}

.custom-header-company {
    width: 100px;
}
.custom-company {
    width: 100px;
    text-align: center;
}
.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: 600px;
}

.nlr-tablet-map {
    width: calc(100vw - 8px);
    height: calc(100vh - 145px);
    margin: 0px;
    z-index: 10;
}



.button-container {
    display: flex;
}
.custom-input-double {
    margin: 1px;
    width: 50px;
    height: 30px;
}
.custom-icon-button {
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 4px;
    margin: 1px;
    width: 30px;
    height: 30px;
   
}

.custom-icon-button-text {
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 2px;
    margin: 1px;
    width: 156px;
    height: 30px;
}

    .custom-icon-button:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transform: translateY(-2px);
    }

.custom-header-parameter {
    width: 160px;
}

.custom-parameter {
    width: 160px;
    text-align: right;
}

.custom-header-parameter-value {
    width: 500px;
}

.custom-parameter-value {
    width: 500px;
    text-align: left;
}
.custom-chart {
    width: 90vw;
}

.custom-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;
}

    .custom-progress-bar .rz-progressbar-value {
        background-color: blue;
    }

.nlr-background-image {
    background-image: url('/images/pixabay_geralt_altmann.jpg'); /* Adjust path as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    width: 100vw;
    padding: 10px;
}

.custom-profile-menu {
    position: fixed;
    right: 5px;
    top: 10px;
    width: 100%;
    z-index: 99;
}

.custom-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: .8;
    background-image: url(/images/nlr.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.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;
    // Centers the text inside the card (optional)
}

.custom-dropdown-grid-airport-study {
    background-color: #d2fafc;
    border: 1px solid #ccc;
}




.custom-dropdown-grid-airport-case {
    background-color: #fdf6d1;
    border: 1px solid #ccc;
}

/* General CSS rule to target the dropdown menu within RadzenDropDownDataGrid */
.rz-dropdown-panel {
    width: 700px !important; /* Set the width as needed */
}



.custom-chart {
    width: 90vw;
}


.custom-accordion {
    display: flex;
    position: absolute;
    bottom: 57px;
    left: 4px;
    background-color: #000000;
    z-index: 999;
    width: calc(100vw-50px);
    max-height: 800px;
    overflow: auto;
}

.rz-body {
    padding: 2px;
}

.rz-layout .rz-body {
    overflow: unset;
}
.custom-table-cell {
    overflow: visible !important;
    white-space: pre-wrap !important;
}