body {
    background-color: #969696;
}

html,
body {
    overflow: hidden;
    height: 100%;
    font-family: Times New Roman;
    color: #dbdbdb;
}

.e-btn {
    font-family: Times New Roman;
    color: #dbdbdb;
}

* {
    margin: 0;
    padding: 0;
}

body,
.btn-secondary,
.btn,
.k-window {
    font-size: 8px !important;
}

p {
    margin-bottom: 0;
}

.container-fluid {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.header-btn {
    width: 100%;
    height: 3.5%;
    vertical-align: top;
}

.tsat-panel {
    width: 100%;
    height: 42%;
    vertical-align: top;
}

.arrival-panel {
    /* width: 100%; */
    height: 50%;
    vertical-align: top;
}

.tr-bold tr {
    box-shadow: inset 0.2em 0.1em 0.1em 0 rgb(255 255 255 / 70%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 75%);
}


.tr-bold tbody tr:hover {
    color: #dbdbdb !important;
}

.tsat-panel .tr-bold tbody table tr:hover {
    background-color: rgba(0, 0, 0, 0.075) !important;
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: transparent !important;
}

.table > :not(caption) > * > * {
    padding: 0.3rem 0.5rem;
}

#tabContent1 table {
    border: 1px solid darkgray;
}

.header-btn ul li {
    line-height: 0;
}

.header-btn button:focus:not(:focus-visible) {
    color: inherit !important;
}

.header-btn .button:hover,
.footer-row .button:hover {
    background-color: silver !important;
}

.show-dep {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.btn {
    background-color: #979797;
}

.k-button-solid-base:focus,
.k-button-solid-base.k-focus {
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%) !important;
}

button:focus:not(:focus-visible) {
    text-transform: capitalize !important;
    color: #000000;
}

.log-btn:focus:not(:focus-visible) {
    text-transform: uppercase !important;
}
.handoverbuttoncss {
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%) !important;
    height: 16px !important;
    padding-top: 3px;
}
.button,
.btn:focus {
    font-weight: normal;
    /*text-transform: uppercase;*/
    color: #dbdbdb !important;
    line-height: 20px;
    padding: 0 1rem;
    border-radius: 0;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%);
}

.cursor-change td {
    cursor: default;
}

.tow-btn,
.vfr-btn {
    color: #ffffff !important;
}

.header-btn .yellow-btn,
.yellow-btn {
    text-transform: uppercase;
    color: #fff !important;
    background: #ffbe64 !important;
    line-height: 20px;
    padding: 0;
    border-radius: 0;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%);
}

.my-buttonStyle {
    width: auto !important;
    padding: 0 20px !important;
}

.yellow-btn:hover {
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(243 187 36 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%);
}

.btn-secondary {
    font-weight: 500;
    text-transform: capitalize;
    color: #fff !important;
    background: #22c8e5;
    border-radius: 20px;
    line-height: 20px;
    padding: 0 19px;
    border-color: transparent;
}

.btn-secondary2 .k-button-text {
    color: #dbdbdb !important;
}

.btn-secondary2,
.k-button-solid-base.btn-secondary2,
.dropzone button:focus:not(:focus-visible) {
    width: 100%;
    text-transform: inherit !important;
    color: #ffffff;
    background: #7d7d7d !important;
    line-height: 9px !important;
    border-radius: 0;
    border-color: transparent;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%) !important;
    padding: inherit;
    margin: 0.9px;
    height: 88%;
}

.btn-secondary2:hover {
    color: #ffffff !important;
    background-color: #9e9c9c !important;
}

.btn-blue {
    width: 100%;
    color: #ffffff !important;
    background: #8ca0b3;
    line-height: 9px;
    border-radius: 0;
    border-color: transparent;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%);
}
.no-drop {
    cursor: no-drop;
}

.ApronMark:hover {
    background-color: #c1c0c0; /* text color on hover */
}

/* Hover when it's the button variant */
.ApronMark .btn.button:hover {
    background-color: #c1c0c0; /* button text on hover */
}


.btn-grey {
    text-transform: capitalize;
    color: #000000 !important;
    background: #cdcdcd;
    line-height: 14px;
    padding: 0 1rem;
    border-radius: 0;
    border: 1px solid gainsboro;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%);
    width: auto;
}

    .btn-grey:hover {
        background-color: #ffffff;
    }

.btn-grey2 {
    text-transform: capitalize;
    background: #898989;
    color: #000000;
    border-radius: 0;
    line-height: 14px;
    padding: 0 19px;
    border: 1px solid gainsboro;
    box-shadow: inset 2px 1px 3px #adadad;
}

.selected-row {
    background-color: #7d7d7d;
}

    .selected-row.yellowborder-color {
        outline: 0 !important;
    }

.greybg-color {
    background-color: #7d7d7d;
}

.blue-btn {
    background: #8ca0b3;
}

.bluebg-color {
    background-color: #8ca0b3 !important;
    color: #ffffff;
    margin: 2px;
}

.yellowbg-color {
    background-color: #aaa596 !important;
    margin: 2px;
}

.pinkbg-color {
    background-color: #9c3755 !important;
    margin: 2px;
}

.yellowborder-color {
    outline: 1.4px solid #faff64 !important;
}

.whiteborder-color {
    outline: 1.4px solid #ffffff !important;
}

    .whiteborder-color:hover {
        background-color: #ededed;
    }

.transparentbg-color {
    color: #ffffff;
}

.padding-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.padding-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.padding-3 {
    padding: 0 1rem !important;
}

.vertical-top {
    vertical-align: top;
}

.margintop-3 {
    margin-top: 3px;
}

.border-1 {
    border: 1px solid #6c6c6c;
}

.border-white-right {
    border-right: 1px solid #ffffff;
}

.header-btn .pink-btn {
    background-color: #ff5078 !important
}

.pink-btn {
    background-color: #ff5078 !important;
}

    .pink-btn:hover {
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(243 187 36 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%);
    }

.header-btn .pink-btn:hover {
    background-color: #e3a1ab !important;
}

.header-btn .yellow-btn:hover {
    background-color: #ffd69c !important;
}

.pinkbg-color {
    background-color: #aa8c96 !important;
    margin: 2px;
}

.header-btn .green-btn {
    background: #008000 !important;
}

.green-btn,
.green-btn:hover {
    background: #008000 !important;
}

.green-color {
    color: #90e279;
}

.green-btn:active,
.green-btn:hover {
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(0 102 27 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%);
}

.green-btn-shadow {
    background: #008000 !important;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(0 102 27 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%) !important;
}

.header-btn .col {
    flex: 0;
    padding: 0 5px;
    white-space: nowrap;
}

li {
    display: inline-block;
}

.addtooltip {
    border: 1px solid black;
    background-color: yellow;
    z-index: 5;
    color: black;
    position: absolute;
    top: 10%;
    left: 35px;
    padding: 2px 5px;
    /* display: none; */
}

.color-white {
    color: #FFFFFF;
}

.color-black {
    color: #000000;
}

.color-yellow {
    color: #faff64!important;
}

.color-orange {
    color: #f8c696;
}

.fa-rotate-320 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    transform: rotate(320deg);
}

.fa-snowflake-o:before {
    color: #dbdbdb;
}

.change-blue .button {
    background-color: #ffffff;
}

.change-blue .fa-snowflake-o:before {
    color: blue;
}

.change-blue2 {
    background-color: blue !important;
}

.snowflake.change-blue2 {
    background-color: blue !important;
}

.change-blue2 .fa-snowflake-o:before {
    color: #ffffff;
}

.active-tow {
    box-shadow: inset 0.2em 0.2em 0.1em 0 rgb(255 255 255 / 0%), inset 0.2em 0.1em 0.2em 0 rgb(9 0 0 / 54%) !important;
    background-color: #7d7d7d;
}

    .active-tow.button:focus:not(:focus-visible),
    .footer-row .button:focus:not(:focus-visible) {
        color: #ffffff !important;
    }

.timepanel-style button:hover {
    background-color: silver;
}

tr {
    vertical-align: middle;
}

.arrow-down {
    color: #febd64 !important;
    padding-top: 10px;
    line-height: 0;
    padding-bottom: 6px;
}

    .arrow-down span {
        font-size: 21px;
        height: 12px;
        line-height: 0;
    }

.logo {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.site-logo2 {
    width: 3.5rem;
    padding-top: 5px;
    height: 80%;
}

table td {
    padding: 0 !important;
    text-align: center;
    color: #dbdbdb;
    line-height: 10px;
    margin: 0;
}

/*Trash Popup*/

.Trash {
    /*    border: 2px solid #dddddd;
    padding: 1rem 1rem 0;
    margin-top: 1rem;*/
}

    .Trash .k-input-solid:focus {
        box-shadow: none !important;
    }

    .Trash .k-checkbox:checked,
    .Trash .k-checkbox.k-checked {
        border-color: #cfcfcf;
        background-color: #cfcfcf;
        border: 1.5px solid #cfcfcf;
        box-shadow: none !important;
    }

    .Trash .k-window-content {
        background-color: #efebe7;
    }

    .Trash .k-rounded-md {
        border-radius: 0;
    }

    .Trash table td {
        line-height: 20px;
        color: #000000;
        text-align: center;
        font-family: Arial;
        font-size: 9px;
        vertical-align: top;
    }

    .Trash .k-input-inner {
        box-shadow: inset 1px 1px 3px #8a8a8a;
    }

    .Trash .k-checkbox {
        border: 1.5px solid #cfcfcf;
        border-radius: 0;
    }

    .Trash .k-grid-header .k-header {
        background-color: #efebe7 !important;
        border: 1px solid black !important;
        text-align: left;
        font-size: 11px;
        font-weight: 700;
        font-family: arial;
        border-bottom-width: 1.5px !important;
    }

    .Trash .k-grid-content {
        min-height: 5rem !important;
        /*height: 9rem !important;*/
    }

    .Trash .k-grid-header {
        background-color: #efebe7;
        padding: 0;
    }

    .Trash .k-grid tr.k-alt {
        background-color: rgba(0, 0, 0, 0);
    }

.table-overflow {
    overflow: auto;
    max-height: 100%;
}

/*.table {
    border: 1px solid darkgray;
}*/

.hide-section {
    /* outline: 1px solid darkgray; */
}

.bg-color1 {
    background-color: #969696;
}

.bg-color2 {
    background-color: #cdcdcd;
}

.bg-color3 {
    background-color: #ffffff;
}

.vertical-sub {
    vertical-align: sub;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-bottom {
    vertical-align: bottom;
}

.tsat-padding-right {
    padding-right: 2px;
}

.silver-hover:hover {
    background-color: silver;
}

.authorize-padding {
    padding-right: 1%;
}

.width-156 {
    width: 156px;
}

.width-15 {
    width: 15%;
}

.mr-10 {
    margin-right: 10vw !important;
}

.mr-4 {
    margin-right: 4vw !important;
}

.ml-2 {
    margin-left: 2vw !important;
}

.tableborder-top {
    border: 1px solid #6c6c6c;
}

.tableborder-bottom {
    border: 1px solid #898989;
    border-top: 0;
}

.table > :not(:first-child) {
    border-top: 0;
}

.table-hover > tbody > tr:hover > * {
    color: #fff;
}

.table > thead {
    vertical-align: bottom;
    border: 0px;
    background-color: #cdcdcd;
}

th {
    padding: 0 !Important;
    font-weight: normal;
}

.table-dep td {
    border: 0;
}

.table-hover {
    margin-bottom: 0;
}

.fontsize-8 {
    font-size: 8px;
}

.fontsize-10 {
    font-size: 10px;
}

.fontsize-11 {
    font-size: 11px !important;
}

.k-button-md.fontsize-11 {
    font-size: 11px !important;
}

.fontsize-12 {
    font-size: 12px;
}

.fontsize-14 {
    font-size: 14px;
}

.fontsize-16 {
    font-size: 16px;
}

.fontsize-20 {
    font-size: 20px;
}

.fontsize-24 {
    font-size: 24px;
}

.h-95 {
    height: 95%;
}

.border-none {
    border: 0;
}

.bordertop-none {
    border-top: 0;
}

.drag-left table {
    border: 0;
}

.drag-left {
    flex-grow: 1;
    overflow-y: scroll;
}

/* Arrow */

.note {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

    .note:after {
        content: "";
        position: absolute;
        top: 3px;
        left: 0px;
        width: 0;
        height: 0;
        display: block;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-top: 8px solid #ffffff;
        z-index: 0;
    }

.note-red {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

    .note-red:after {
        content: "";
        position: absolute;
        top: 3px;
        right: -0;
        width: 0;
        height: 0;
        display: block;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-top: 8px solid #ff5078;
        z-index: 0;
        transform: translateX(-4%) translateY(-27%) rotate(98deg);
    }

.style1 {
    display: inline-block;
    width: 20%;
}

.style2 {
    display: inline-block;
    width: 100%;
}

.width-78 {
    width: 78%;
}

/* Context menu */
.k-animation-container {
    border: 1px solid black;
    background: #898989;
}

    .k-animation-container .k-menu-link-text {
        color: #FFFFFF;
        font-size: 10px;
        font-family: Arial;
        padding: 0.11rem 0;
    }

    .k-animation-container .k-menu.k-context-menu .k-item > .k-link:hover,
    .k-animation-container .k-popup .k-item:hover {
        background-color: #c3c3c3;
    }

    .k-animation-container .k-menu-vertical > .k-separator {
        margin: -1px 0;
    }

    .k-animation-container .k-menu-vertical > .k-menu-item > .k-menu-link {
        padding: 1px 12px 1px 20px;
    }

.k-menu-vertical > .k-separator {
    border-color: #a6a6a6 !Important;
       
}

.k-animation-container .k-popup {
    background-color: transparent;
}

.k-animation-container .k-menu.k-context-menu {
    background-color: #969696 !important;
}

    .k-animation-container .k-menu.k-context-menu .k-item:focus > .k-link {
        box-shadow: none;
    }

    .k-animation-container .k-menu.k-context-menu .k-item > .k-link:active {
        background-color: transparent;
    }

.k-animation-container .k-popup {
    box-shadow: none;
}

ul {
    list-style: none;
}

button:hover,
button:focus {
    outline: 0;
    text-decoration: none;
}

.submenu {
    display: none;
    position: absolute;
    border: 1px solid black;
    background: #898989;
    padding-left: 0;
}

    .submenu li {
        display: flex !important;
        padding: 5px 30px 5px 10px;
        color: #ffffff;
        line-height: 15px !important;
    }

        .submenu li,
        .submenu li a {
            color: #ffffff;
            text-decoration: none;
        }

            .submenu li:hover {
                cursor: pointer;
                background-color: #c3c3c3;
                color: #ffffff;
            }

    button:focus + .submenu,
    .submenu:hover {
        display: block;
    }

.form-control {
    padding: 3px;
    font-size: 10px;
    border-radius: 3px;
    margin-top: 3px;
}

.login-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #efebe7;
    width: 35%;
}

.sub-heading {
    font-size: 0.7rem;
}

.popup-icon {
    width: 2%;
}

.popup-small {
    width: 21%;
    height: 129px !important;
    position: absolute;
    background-color: #efebe7;
    top: 5% !important;
    left: 10% !important;
}

    .popup-small .popup-icon {
        width: 9%;
    }

    .popup-small .nav-tabs {
        height: 13px !important;
    }

    .popup-small table th,
    .popup-small table td {
        text-align: left;
        font-size: 6px !important;
    }

    .popup-small .tabContent {
        height: 39px;
        overflow: hidden;
    }

    .popup-small .nav > li > a {
        position: relative;
        display: block;
        padding: 0 5px !important;
        border-radius: 0 !important;
        color: #000 !important;
        font-size: 7px !important;
        height: 6px !important;
        border: 0;
        text-decoration: none;
        line-height: 1.5 !important;
        font-weight: 500;
    }

    .popup-small .resize-1 {
        display: none !important;
    }

.popup-window {
    position: absolute;
    background-color: #efebe7;
    top: 0;
    left: 0;
    height: 100%;
}

    .popup-window .resize-1 {
        width: 10px;
        border: 1px solid black;
        margin-right: -2.5%;
        height: 10px;
        display: inline-block;
        padding-top: 2px;
    }

    .popup-window .resize-2 {
        width: 10px;
        border: 1px solid black;
        margin-right: 2%;
        height: 9px;
        display: inline-block;
        background-color: white;
        padding-top: -3px;
        cursor: pointer;
    }

    .popup-window .nav > li > a {
        position: relative;
        display: block;
        padding: 0 15px;
        border-radius: 0 !important;
        color: #000 !important;
        font-size: 14px;
        height: 13px;
        border: 0;
        text-decoration: none;
        line-height: 0.8;
        font-weight: 500;
    }

    .popup-window .nav-tabs {
        height: 16px;
    }

        .popup-window .nav-tabs > li {
            border: 1px solid #c0bdba;
        }

            .popup-window .nav-tabs > li.active,
            .popup-window .nav-tabs > li:hover,
            .popup-window .nav-tabs > li a:hover {
                background-color: #ffffff !important;
            }

                .popup-window .nav-tabs > li.active > a,
                .popup-window .nav-tabs > li.active > a:hover,
                .popup-window .nav-tabs > li.active > a:focus {
                    border: 0;
                }

    .popup-window table th,
    .popup-window table td {
        text-align: left;
        font-size: 14px;
        color: #000000;
        padding-left: 2px !important;
        font-weight: 500;
    }

    .popup-window table th {
        background-color: #efebe7 !Important;
        border-bottom: 0;
        border-left: 1px solid darkgrey;
    }

    .popup-window table td {
        background-color: #ffffff !Important;
        border-bottom: 0;
    }

.form-control:focus {
    box-shadow: none;
    border: 2px solid #568fb4;
}

.activate-style:hover,
.k-button.button-primary:hover,
.k-button.button-primary:active,
.k-button.button-primary:focus {
    background-image: linear-gradient(#fbfbfc, #eaeef0, #dee5e8) !important;
    outline: 1px solid #568fb4 !important;
    box-shadow: none !important;
}

.k-button-solid-base.activate-style {
    margin-top: 1%;
    float: right;
    background-image: linear-gradient(#fdfcfc, #f6f4f2, #efece9) !important;
}

.k-button.button-primary,
.k-dialog .button-primary,
.activate-style {
    background-image: linear-gradient(#fdfcfc, #f6f4f2, #efece9) !important;
    outline: 1px solid darkgrey !important;
    width: 70px !important;
    border-radius: 3px !important;
    height: 18px;
    line-height: 0.8 !important;
    font-weight: 500;
    border: 0;
}

.table-div {
    height: 200px;
    background-color: #ffffff;
    border: 1px solid darkgrey;
    border-top: 0;
}

li > a:after {
    content: ' ▼';
}

li > a:only-child:after {
    content: '';
}

::-webkit-scrollbar {
    width: 1em;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #969696;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%);
}

.close-popup {
    padding: 0px 5px;
    font-size: 16px;
    vertical-align: text-bottom;
    font-family: monospace;
}

    .close-popup:hover {
        background-color: #d9d9d9;
        cursor: pointer;
    }

/* Footer */

.fa-arrow-circle-down:before {
    font-size: 12px;
    color: #e0e0e0;
}

.down-arrow {
    border-right: 1px solid #ffffff;
    height: 15px;
    padding-left: 0.25rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.25rem !important;
    margin-top: 0.25rem !important;
}

.footer-row {
    /* line-height: 2; */
    width: 100%;
    height: 3.5%;
    vertical-align: top;
}

    .footer-row .button {
        padding: 0 !important;
    }

.tooltip2 {
    position: relative;
}

.tsat-panel .tooltip2 {
    height: 19px;
}

.tooltip2 .tooltiptext {
    border: 1px solid black;
    background-color: #fcfca4;
    z-index: 5;
    color: black;
    padding: 2px 5px;
    visibility: hidden;
    text-align: center;
    position: absolute;
    white-space: nowrap;
    left: 45%;
}

.tooltip3 {
    position: relative;
    display: inline-block;
}

.tsat-panel .tooltip3 {
    height: 19px;
}

.tooltip3 .tooltiptext {
    border: 1px solid black;
    background-color: #fcfca4;
    z-index: 5;
    color: black;
    padding: 2px 5px;
    visibility: hidden;
    text-align: center;
    position: absolute;
    white-space: nowrap;
    left: 0%;
}

.tooltip2:hover .tooltiptext {
    /* visibility: visible; */
}

.tooltip-sec-col {
    position: relative;
}

.tsat-panel .tooltip-sec-col {
    height: 19px;
}

.tooltip-sec-col .tooltiptext {
    border: 1px solid black;
    background-color: #fcfca4;
    z-index: 5;
    color: black;
    padding: 2px 5px;
    visibility: hidden;
    text-align: center;
    position: absolute;
    white-space: nowrap;
    left: 45%;
}


.wrapper,
.wrapperevfr,
.wrappermain {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #6c6c6c;
}

.bottom-div,
.bottom-divevfr {
    overflow: hidden !important;
    width: 100%;
    height: 50%;
    vertical-align: top;
}

    .bottom-div table {
        border-bottom: 0;
    }

#drag {
    position: absolute;
    left: 0;
    top: -4px;
    right: 0;
    height: 8px;
    cursor: n-resize;
}

.bottom-div .hide-section2 {
    position: absolute;
    bottom: 0;
}

.visible-hide {
    visibility: hidden;
}

.hide-top {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.tow-heading {
    font-size: 95%;
}

.btn-block {
    white-space: nowrap !Important;
    width: 9%;
}

.time-style {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    padding-top: 7%;
}

.timepanel-style {
    width: 100%;
    height: 25%;
    vertical-align: top;
}

.line-height-24 {
    line-height: 24px;
}

.arr-table {
    overflow-y: scroll;
    width: 100%;
    height: 29%;
    vertical-align: top;
}

.arr-table2 {
    overflow-y: scroll;
    width: 100%;
    height: 50%;
    vertical-align: top;
}

@media screen and (max-width: 505px) {
    .btn-grey {
        padding: 0 0.1rem;
    }

    .btn-block {
        width: 2%;
        font-size: 9px;
    }
}

@media screen and (max-width: 821px) {
    .btn-grey {
        padding: 0 0rem;
    }
}

/* New addition */
.wrapper .table > :not(caption) > * > * {
    border-bottom-width: 0;
}

#departurepanel .table > :not(caption) > * > * {
    border-bottom-width: 0;
}

.time-panel {
    padding-left: .9%;
}

    .time-panel li {
        display: flex;
    }

        .time-panel li .button {
            width: 33%;
            padding: 0 0rem !important;
            color: #ffffff !important;
        }

.wrapper2 {
    position: absolute;
    width: 96%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-div,
.top-divevfr,
.towpanel,
.vfrpanel {
    overflow-y: scroll;
    width: 100%;
    height: 50%;
    vertical-align: top;
}

.top-divevfr {
    display: grid;
    align-items: flex-end;
}

.line-height-1 {
    line-height: 1.2;
}

.border-right {
    border-right: 1px solid #797979 !important;
}

.border-bottom {
    border-bottom: 1px solid #797979 !important;
}

/* New addition */

#handle {
    background: #4eb119;
    float: left;
    height: 1%;
    width: 100%;
    outline: 1px solid #545454;
}

#handlevfr {
    background: #a8a8a8;
    float: left;
    height: 1%;
    width: 100%;
    outline: 1px solid #545454;
}

.height-100 {
    height: 265rem;
    transition: all 2s ease;
}

.height-0 {
    height: 0;
    transition: all 2s ease;
}

.height-50 {
    height: 50% !important;
    transition: all 2s ease;
}

.height-1 {
    height: 100%;
    transition: all 2s ease;
}

.width-5 {
    width: 5rem;
}

.width-6 {
    width: 6%;
}

.width-7 {
    width: 7%;
}

.width-10 {
    width: 10%;
}

.width-4 {
    width: 4rem;
}

.footer-row .ms-5 {
    margin-left: 3vw !important;
}

.footer-row .me-5 {
    margin-right: 3vw !important;
}

.footer-row .me-3 {
    margin-right: 1vw !important;
}

.footer-row .me-4 {
    margin-right: 1.5vw !important;
}

/*.button:focus,*/

.footer-row .active-btn,
.active-btn {
    box-shadow: inset 0.2em 0.2em 0.1em 0 rgb(255 255 255 / 0%), inset 0.2em 0.1em 0.2em 0 rgb(9 0 0 / 54%) !important;
    background: #008000 !important;
}

.snowflakeblue {
    box-shadow: inset 0.2em 0.2em 0.1em 0 rgb(255 255 255 / 0%), inset 0.2em 0.1em 0.2em 0 rgb(9 0 0 / 54%) !important;
    background: #0000FF !important;
    color: white !important;
}

    .snowflakeblue .fa-snowflake-o:before {
        color: #ffffff;
    }

/* New addition */

@media screen and (max-width: 505px) {
    .btn-grey {
        padding: 0 0.1rem;
    }

    .btn-block {
        width: 2%;
        font-size: 9px;
    }

    .footer-row .me-5 {
        margin-right: 1vw !important;
    }

    .footer-row .ms-5 {
        margin-left: 2vw !important;
    }
}

@media screen and (max-width: 821px) {
    .btn-grey {
        padding: 0 0rem;
    }
}

.sf-license-warning {
    display: none;
}

.draggable {
    min-height: 10px;
    height: 8px;
}

.expand-paragraph {
    margin-bottom: 0px !important;
}

.expand-paragraphdep {
    margin-bottom: 0 !important;
    margin-left: 0px;
}

/*.dragclassStart{
    border:1px solid red;
}*/

.header-btn li {
    white-space: nowrap;
}

.logo-time {
    margin-top: 1%;
    text-align: center;
}

.header-btn .width-1 {
    width: 12%;
    padding: 0;
}

.header-btn .width-2 {
    width: 16%;
    padding: 0;
}

.header-btn .me-2 {
    margin-right: 2vw !important;
}

.header-btn .me-03 {
    margin-right: 0.1vw !important;
}

.header-btn .me-1 {
    margin-right: 1vw !important;
}

.e-contextmenu-container ul,
.e-contextmenu-container ul li {
    border-radius: 0 !important;
    border-width: 0 !important;
}

.DarkBGColor {
    background-color: #6f6f70;
}

.dragheight {
    height: 30px;
}

/*Syncfusion Dialog
*/

.e-popup.e-popup-open.e-dialog {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.e-dialog.e-popup {
    width: 100%;
}

.e-popup.e-popup-open {
    display: block !important;
}

.e-dialog {
    background-color: #fff !important;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%) !important;
}

.e-dialog {
    max-height: 98% !important;
    max-width: 100% !important;
    min-width: 240px !important;
    position: absolute !important;
}

.e-dialog {
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    /*width: 100% !important;*/
}

.e-popup {
    /*height: auto !important;*/
    position: absolute !important;
    /*width: auto !important;*/
    z-index: 1000 !important;
}

.e-popup {
    border-color: #dee2e6 !important;
}

    /*header
*/

    .e-popup.e-popup-open.e-dialog {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        background-color: #efebe7;
        /*width: 35% !important;*/
        border-radius: 0 !important;
    }

.e-dialog .e-icon-dlg-close::before {
    font-size: 10px !Important;
}

.e-dlg-header,
.e-dlg-header * {
    font-size: 10px !Important;
    font-weight: normal !Important;
}

.e-dialog .e-dlg-header-content {
    padding: 2px 5px 5px 5px !Important;
}

.e-btn .e-btn-icon {
    margin-top: -8px !Important;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    height: auto;
}

.e-dlg-content,
.e-dialog .e-dlg-header-content,
.e-dialog .e-footer-content {
    background-color: #efebe7 !important;
}

.e-dialog .e-dlg-header-content {
    background-color: #ffffff !important;
}

.e-dialog .e-dlg-header-content {
    border-bottom: 1px solid #dee2e6;
    padding: 12px 14px;
}

.e-dialog .e-dlg-header-content {
    border-radius: 0;
    line-height: 1.25;
}

    .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
        background-color: transparent;
        border-color: transparent;
        border-radius: 50%;
        bottom: 5px;
        float: right;
        height: 20px;
        left: 0;
        position: relative;
        width: 20px;
    }

.e-btn .e-flat,
.e-css.e-btn.e-flat {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #6c757d;
}

.e-btn.e-flat,
.e-css.e-btn.e-flat {
    border: 1px solid;
}

.e-btn.e-icon-btn,
.e-css.e-btn.e-icon-btn {
    padding: 4px 11px;
}

.k-animation-container {
    border: 1px solid #666 !important;
    background: #969696 !important;
    border-radius: 0 !important;
}

.e-dialog .e-dlg-header {
    display: block;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 80%;
}

.e-dlg-header,
.e-dlg-header * {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
}

.e-dialog .e-dlg-header-content + .e-dlg-content {
    padding-top: 12px;
}

.e-dialog .e-dlg-content {
    padding: 12px;
}

.e-dialog .e-dlg-content {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    overflow: auto;
    overflow-x: hidden;
}

.e-dlg-content {
    background-color: #fff;
}

.e-dlg-content {
    color: #212529;
}

.e-dialog .e-footer-content {
    box-sizing: border-box;
}

.e-dialog .e-footer-content {
    padding: 12px;
}

.e-dialog .e-footer-content {
    text-align: right;
}

.e-dialog .e-footer-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: solid #efebe7;
    bottom: 0;
    display: block;
    right: 0;
    width: 100%;
}

.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    font-size: 16px;
    width: 12px;
}

.e-dialog .e-icon-dlg-close {
    opacity: initial;
}

.e-btn .e-btn-icon,
.e-css.e-btn .e-btn-icon {
    display: inline-block;
    font-size: 16px;
    margin-top: -2px;
    vertical-align: middle;
    width: 1em;
}

.e-icons {
    font-family: 'e-icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

.e-icon-dlg-close {
    color: #6c757d;
}

.e-icons {
    font-family: "e-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

.e-dialog .e-dlg-content {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*.e-btn:focus:not(:focus-visible) {
  border: 1px solid #568fb4 !important;
}*/

hr:not([size]) {
    height: 0.8px;
}

/* Override Fluent CSS*/

.e-btn:focus,
.e-css.e-btn:focus {
    background-color: transparent;
}

.e-contextmenu-wrapper ul,
.e-contextmenu-container ul {
    background-color: #969696;
}

.hiddenbtn {
    background-color: transparent !important;
    color: transparent !important;
    box-shadow: none;
    border: none;
}

    .hiddenbtn:hover {
        background-color: silver !important;
        color: white !important;
    }

.atc-btn {
    color: transparent !important;
    border-radius: 0;
    background-color: transparent;
}

    .atc-btn:focus {
        box-shadow: none;
    }

    .atc-btn.k-button-solid-base:hover {
        background-color: #c3c3c3 !important;
        color: #aaa9a9 !important;
        border-radius: 0 !important;
    }

.mr-10 {
    margin-right: 10vw !important;
}

.e-contextmenu-container ul .e-menu-item {
    height: auto !important;
    line-height: inherit !important;
    padding: 3px 10px;
    font-size: 10px;
}

    .e-contextmenu-container ul .e-menu-item.e-focused {
        background-color: #c3c3c3;
        color: #ffffff;
    }

.e-contextmenu-container.e-sfcontextmenu ul {
    box-shadow: none !important;
    border: 1px solid black !important;
}

.e-btn-nopadding {
    padding: 0.5rem 0.5rem !important;
}

.k-button-md {
    border-radius: 0 !important;
    font-size: 8px !important;
    line-height: 1.4285714286 !important;
}

.k-button-solid-base {
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

#towstandby table.dropzone td,
#vfrdeicing table.dropzone td {
    line-height: 20px;
}

.k-dialog-wrapper .k-dialog {
    background-color: #efebe7 !important;
}

.k-dialog-titlebar {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.k-dialog-titlebar {
    padding: 3px 16px !important;
}

.k-actions-stretched > * {
    flex: inherit !important;
}

.k-dialog-buttongroup {
    text-align: right !important;
    display: block !important;
}

.k-window {
    border-color: transparent !important;
}

.k-window-content {
    padding-bottom: 0 !important;
}

.context-menu-target .button, .context-menu-target .button:hover {
    box-shadow: none;
    background-color: transparent !important;
}

.context-menu-target .k-button-solid-base:focus,
.k-actions-stretched .k-button-solid-base:focus,
.k-actions-stretched .k-button-solid-base.k-focus {
    box-shadow: none !important;
    padding: 4px 8px;
}

/* runwayclosure popup */
.runwayclosure .k-dialog-titlebar {
    background-color: #4b7dc0 !important;
}

.runwayclosure .k-i-x::before {
    color: white;
}

.runwayclosure .k-button::before {
    background: transparent;
}

.runwayclosure .k-button-flat::after {
    box-shadow: none;
}

.runwayclosure .k-window-content {
    font-weight: 700;
}

.runwayclosure.k-window {
    font-size: 10px !important;
    font-family: Arial;
    outline: 2px solid #4b7dc0 !important;
}

.runwayclosure .k-actions button:first-child .k-button-text {
    text-transform: uppercase;
}

/* Activate flight plan */

.flightPlan .k-window-content {
    background-color: #efebe7;
    padding-top: initial;
}

.remark .k-window-content {
    background-color: #efebe7;
    padding-top: initial;
}

.remark .k-textarea {
    margin-top: 4%;
    overflow-y: hidden !important;
}

.flightPlan .k-tabstrip-items .k-link {
    padding: 5px 0.5rem;
    font-weight: bold;
    font-size: 0.7rem;
}

.flightPlan.k-centered .k-tabstrip-items .k-link {
    padding: 0 0.4rem;
    font-size: .25rem;
}

.flightPlan.k-centered .k-grid .k-grid-aria-root {
    font-size: .5rem;
}

.flightPlan.k-centered .popup-logo {
    width: 9%
}

.flightPlan.k-centered .k-content {
    background-color: transparent;
    height: 60%;
}

.flightPlan.k-centered {
    width: 255px !important;
    height: 154px !important;
    top: 25%;
    left: 25%;
}

    .flightPlan.k-centered.match-popup {
        width: 300px !important;
        height: 160px !important;
        top: 25%;
        left: 25%;
    }

.k-centered td.MatchDate {
    top: 0px !important;
    position: relative !important;
}

.flightPlan.k-centered .k-dialog-content {
    overflow: hidden;
}

.flightPlan.k-centered .tabContent {
    height: 70%;
}

.flightPlan.k-centered .k-grid .k-grid-container {
    display: none;
}

.flightPlan .popup-logo {
    width: 2%
}

.flightPlan.k-centered .k-grid .k-grid-container .k-loader-primary {
    background-color: #efebe7 !important;
}

.flightPlan .closepopup {
    font-size: 12px !important;
    font-weight: 700;
    border-radius: 3px !important;
    width: 80px !important;
}

.flightPlan .k-tabstrip-items-wrapper .k-item {
    color: #000;
    background-color: transparent;
    border: 1px solid #c0bdba;
    border-radius: .1rem !important;
    line-height: .7rem;
    margin-bottom: 0.2rem !important;
}

    .flightPlan .k-tabstrip-items-wrapper .k-item:focus {
        box-shadow: none;
    }

    .flightPlan .k-tabstrip-items-wrapper .k-item.k-active {
        background-color: #ffffff;
        border: 1px solid #c0bdba !important;
        border-radius: 0.1rem !important;
    }

.flightPlan .k-tabstrip-content,
.k-tabstrip > .k-content {
    border: 1px solid #c0bdba !important;
    padding: 0;
    border-radius: 0 !important;
    color: #000000;
}

.flightPlan .k-tabstrip-top > .k-tabstrip-content {
    border: 1px solid #c0bdba !important;
}

.flightPlan .k-grid-header .k-header {
    background-color: #efebe7;
    color: #000000;
    padding-left: 3px !important;
    font-weight: bold;
}

.flightPlan .k-grid td {
    line-height: inherit;
    background-color: #ffffff !important;
    color: black;
    padding-left: 3px !important;
    border-color: transparent;
    font-weight: normal;
    text-align: left;
}

.flightPlan .k-tabstrip-content,
.k-tabstrip > .k-content {
    padding: 0 !important;
}

.flightPlan .k-tabstrip-items-wrapper .k-item:hover,
.flightPlan .k-tabstrip-items-wrapper .k-item.k-hover {
    color: #000000;
    border: 1px solid #c0bdba;
}

.myHealthCheck .shadow-none {
    width: 3rem;
}

.flightPlan .k-grid-header-wrap {
    margin-right: 5px;
}

.flightPlan .k-grid-header {
    background-color: #efebe7;
}

.flightPlan .k-tabstrip {
    height: 90%
}

.flightPlan .k-grid-content {
    overflow-y: auto;
}

.flightPlan .k-tabstrip-content,
.flightPlan .k-grid {
    height: 100%;
}

.flightPlan .k-grid-header-wrap {
    border-right: 0;
}

.seqButton_case {
    text-transform: none;
    margin-left: 1vw !important;
}

    .seqButton_case:focus:not(:focus-visible) {
        text-transform: none !important;
        margin-left: 1vw !important;
    }

.tooltipheader {
    left: 0 !important;
}

.fontfamily-Arial {
    font-family: Arial;
}

.minimize-activate-flight-plan {
    background-image: url('images/minimize-icon.jpg') !important;
    pointer-events: none;
}

.errorMessage {
    color: red;
    font-size: 13px;
}

body {
    font-family: Arial;
    font-size: 9px;
    font-weight: 700;
}

.color-green {
    color: #48f104 !important;
}

.color-orange {
    color: #ffbe64;
}

.topleft-arrow {
    position: relative;
}

    .topleft-arrow:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 0;
        height: 0;
        display: block;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-top: 8px solid #ffffff;
        z-index: 0;
    }

.topright-redarrow {
    position: relative;
}

    .topright-redarrow:after {
        content: "";
        position: absolute;
        top: 0;
        right: -0;
        width: 0;
        height: 0;
        display: block;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-top: 8px solid #ff5078;
        z-index: 0;
        transform: translateX(-4%) translateY(-27%) rotate(98deg);
    }

.fontblack-bold {
    color: black;
    font-weight: 900;
}
.fontblack-bold-border {
    color: black;
    font-weight: 900;
    border: 2px solid black;
}

.topright-whitearrow {
    position: relative;
}

    .topright-whitearrow:after {
        content: "";
        position: absolute;
        top: 0;
        right: -0;
        width: 0;
        height: 0;
        display: block;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-top: 8px solid #ffffff;
        z-index: 0;
        transform: translateX(-4%) translateY(-27%) rotate(98deg);
    }

.bottomright-whitearrow {
    position: relative;
}

    .bottomright-whitearrow:after {
        content: "";
        position: absolute;
        top: 6px;
        right: -0;
        width: 0;
        height: 0;
        display: block;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-top: 8px solid #ffffff;
        z-index: 0;
        transform: translateX(-4%) translateY(-27%) rotate(180deg);
    }

.topright-redarrow {
    position: relative;
}

    .topright-redarrow:after {
        content: "";
        position: absolute;
        top: 0;
        right: -0;
        width: 0;
        height: 0;
        display: block;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-top: 8px solid #ff5078;
        z-index: 0;
        transform: translateX(-4%) translateY(-27%) rotate(98deg);
    }

.top-text {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 7px;
}

.callsigntop-text {
    right: 6% !important;
}

.bottom-text {
    position: absolute;
    right: 0;
    bottom: -2px;
    font-size: 5px;
}

.borderwhite-whitetext {
    color: #ffffff;
    margin: 2px;
    border: 1.5px solid #ffffff;
}

.borderwhite-whitetextdep {
    color: #ffffff;
    margin: 2px;
    border: 1.5px solid #ffffff;
}

.borderblack-blacktext {
    color: #000000;
    margin: 2px;
    border: 1.5px solid #000000;
    background-color: #8ca0b3;
}

.borderorange-orangetext {
    color: #ffbe64;
    margin: 2px;
    border: 1.5px solid #ffbe64;
}

.borderpink-orangetext {
    color: #ffbe64;
    margin: 2px;
    border: 1.5px solid #ff5078;
}

.borderpink {
    margin: 2px;
    border: 1.5px solid #ff5078;
  /*  border-top: 1.5px solid #ff5078 !important;*/
}

.borderorange-whitetext {
    color: #ffffff;
    margin: 2px;
    border: 1.5px solid #ffbe64;
}
.borderorange-whitetextbackgroud {
    color: #ffffff;
    margin: 2px;
    border: 1.5px solid #ffbe64;
    background-color: #c3c2c2;
}

.borderorange-whitetextttot {
    color: #ffffff;
    margin: 2px;
    border: 1.5px solid #ffbe64;
    margin-top: -2px !important;
    height: 170% !important;
    text-align: center;
}

.borderorange {
    margin: 2px;
    border: 1.5px solid #ffbe64;
  /*  border-top: 1.5px solid #ffbe64 !important;*/
}

.borderyellow-yellowtext {
    color: #faff64;
    margin: 2px;
    border: 1.5px solid #faff64;
}

.borderyellow {
    margin: 2px;
    border: 1.5px solid #faff64;
   /* border-top: 1.5px solid #faff64 !important;*/
}

.borderyellow-whitetext {
    color: #ffffff;
    margin: 2px;
    border: 1.5px solid #faff64;
}

.borderorange-whitetext-pingbg {
    background-color: #aa8c96 !important;
    border: 1.5px solid #ffbe64 !important;
    color: #ffffff !important;
}

.bg-pink {
    background-color: #aa8c96;
}

.bg-blue1 {
    background-color: #b6d0e9;
}

.arrow-down, .arrow-down:focus {
    color: #febd64 !important;
    padding-top: 10px !important;
    line-height: 0 !important;
    padding-bottom: 6px !important;
    width: -webkit-fill-available;
}


/* ---- configurable ---- */
:root {
    --size: 31px; /* overall button size */
    --bg: #c1c1c1; /* background gray */
    --fg: #ffffff; /* icon (white) */
    --edge: #6f6f6f; /* subtle inner border */
}

/* button box */
.takeoff-icon {
    position: relative;
/*    top: 0%;
    left: 84%;*/
    width: var(--size);
    height: calc(var(--size) * 0.5);
    /*background: var(--bg);*/
    /* border-radius: 4px;*/
    /*box-shadow: inset 0 0 0 1px var(--edge);*/
}
.takeoff-icon2 {
    position: relative;
    /*    top: 0%;
    left: 84%;*/
    width: var(--size);
    height: calc(var(--size) * 0.6);
    /* background: var(--bg);*/
    /* border-radius: 4px;*/
    /*    */ /*box-shadow: inset 0 0 0 1px var(--edge);*/
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%) !important;
}

.StandButton {
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%) !important;
    height: 20px !important;
    text-align: center;
    padding-top: 5px !important;
}
.FromStandButton {
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 50%) !important;
    height: 20px !important;
    text-align: center;
}

.takeoff-icon2 .runway {
    position: absolute;
    left: 12%;
    right: 10%;
    bottom:22%;
    height: calc(var(--size) * 0.06);
    background: var(--fg);
    border-radius: 3px;
    transform: skewX(-10deg);
}

/* aircraft arrow shaft */
.takeoff-icon2 .arrow {
    position: absolute;
    left: 23%;
    bottom: 65%;
    width: 44%;
    height: calc(var(--size) * 0.06);
    background: var(--fg);
    border-radius: 3px;
    transform: rotate(32deg);
    transform-origin: left center;
}

    .takeoff-icon2 .arrow2 {
        position: absolute;
        left: 62%;
        bottom: 30%;
        width: 21%;
        height: calc(var(--size) * 0.06);
        background: var(--fg);
        border-radius: 3px;
        transform: rotate(320deg);
        transform-origin: left center;
    }

/* arrow head (triangle) */
    .takeoff-icon2 .arrow-head {
        position: absolute;
        left: 78%;
        bottom: 56%;
        width: 0;
        height: 5px;
        border-left: calc(var(--size) * 0.14) solid var(--fg);
        border-top: calc(var(--size) * 0.07) solid transparent;
        border-bottom: calc(var(--size) * 0.07) solid transparent;
        transform: rotate(70deg);
        transform-origin: left center;
    }

    /* runway line */
    .takeoff-icon .runway {
        position: absolute;
        left: 12%;
        right: 10%;
        bottom: 0%;
        height: calc(var(--size) * 0.06);
        background: var(--fg);
        border-radius: 3px;
        transform: skewX(-10deg);
    }

    /* aircraft arrow shaft */
    .takeoff-icon .arrow {
        position: absolute;
        left: 23%;
        bottom: 45%;
        width: 44%;
        height: calc(var(--size) * 0.06);
        background: var(--fg);
        border-radius: 3px;
        transform: rotate(32deg);
        transform-origin: left center;
    }

    .takeoff-icon .arrow2 {
        position: absolute;
        left: 53%;
        bottom: 13%;
        width: 21%;
        height: calc(var(--size) * 0.06);
        background: var(--fg);
        border-radius: 3px;
        transform: rotate(320deg);
        transform-origin: left center;
    }

    /* arrow head (triangle) */
    .takeoff-icon .arrow-head {
        position: absolute;
        left: 65%;
        bottom: 39%;
        width: 0;
        height: 5px;
        border-left: calc(var(--size) * 0.14) solid var(--fg);
        border-top: calc(var(--size) * 0.07) solid transparent;
        border-bottom: calc(var(--size) * 0.07) solid transparent;
        transform: rotate(70deg);
        transform-origin: left center;
    }


.match-popup {
    float: left;
    margin-top: 1%;
}

.k-button.button-primary.match-popup {
    float: left;
    margin-top: 1%;
}

.k-master-row .k-alt .k-selected {
    background-color: #7d7d7d;
}

.k-grid th, .k-grid td {
    font-weight: normal;
}

.k-input-md {
    height: 20px;
}

.k-button.button-primary.cancel-popup {
    float: right;
    margin-top: 11px;
    margin-right: 4px;
    margin-bottom: 2px;
    `
}

.match-popup .k-grid tr.k-selected > td {
    background-color: lightgray !important;
}

.k-menu-group .k-menu.k-context-menu {
    background-color: #969696 !important;
}

.k-menu-group {
    background-color: #969696 !important;
}

    .k-menu-group .k-item > .k-link:hover {
        background-color: lightgray !important;
    }

    .k-menu-group .k-item > .k-link.k-active {
        background-color: lightgray !important;
    }

.rwybkclr-blue {
    background-color: #8ca0b3 !important;
}

.rwybkclr-orange {
    background-color: #aa8c96 !important;
}

.rwybkclr-yellow {
    background-color: #aaa596 !important;
}

.rwybkclr-none {
    background-color: #969696 !important;
}

.svg-bg-width-1 {
    width: 1%;
}

.MatchWindow {
    border: 2px solid #dddddd;
    padding: 1rem 1rem 0;
    margin-top: 1rem;
}

    .MatchWindow .k-input-solid:focus {
        box-shadow: none !important;
    }

    .MatchWindow .k-checkbox:checked,
    .MatchWindow .k-checkbox.k-checked {
        border-color: #cfcfcf;
        background-color: #cfcfcf;
        border: 1.5px solid #cfcfcf;
        box-shadow: none !important;
    }

    .MatchWindow .k-rounded-md {
        border-radius: 0;
    }

    .MatchWindow table td {
        line-height: 20px;
        color: #000000;
        text-align: center;
        font-family: Arial;
        font-size: 9px;
    }

    .MatchWindow .k-input-inner {
        box-shadow: inset 1px 1px 3px #8a8a8a;
    }

    .MatchWindow .k-checkbox {
        border: 1.5px solid #cfcfcf;
        border-radius: 0;
    }

    .MatchWindow .k-grid-header .k-header {
        background-color: #efebe7 !important;
        border: 1px solid black !important;
        text-align: left;
        font-size: 11px;
        font-weight: 700;
        font-family: arial;
        border-bottom-width: 1.5px !important;
    }

    .MatchWindow .k-grid-content {
        min-height: 6rem !important;
        height: 6rem !important;
    }

    .MatchWindow .k-grid-header {
        background-color: #efebe7;
        padding: 0;
    }

.MatchFieldSet .label {
    left: 1.5%;
    position: relative;
}

.MatchWindow {
    border: 2px solid #dddddd;
    padding: 1rem 1rem 0;
    margin-top: 1rem;
}

.BlockerWindow .k-input-solid:focus {
    box-shadow: none !important;
}

.BlockerWindow .k-rounded-md {
    border-radius: 0;
}

.BlockerWindow table td {
    line-height: 20px;
    color: #000000;
    text-align: left;
    font-family: Arial;
    font-size: 9px;
}

.BlockerWindow .k-input-inner {
    box-shadow: inset 1px 1px 3px #8a8a8a;
}

.BlockerText {
    background-color: white;
}

.BlockerWindow .k-grid-header .k-header {
    background-color: #efebe7 !important;
    border: 1px solid black !important;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    font-family: arial;
    border-bottom-width: 1.5px !important;
}

.BlockerWindow .k-grid-content {
    min-height: 9rem !important;
    height: 9rem !important;
}

.BlockerWindow .k-grid-header {
    background-color: #efebe7;
    padding: 0;
}

.blockerTitle .k-rounded-md {
    float: right;
    margin-right: 4px;
    font-size: 10px !important;
    font-weight: 700;
    border-radius: 3px !important;
}

.blockerTitle .k-window-titlebar {
    background-color: #4b7dc0 !important;
    height: 5%;
    font-weight: 300;
}

.remark .k-window-titlebar {
    height: 5%;
    font-weight: 300;
}

.svg-bg-width-5 {
    width: 5%;
}

.remarkstextarea > .k-window-content > .k-textarea {
    height: 50px;
    max-height: 550px;
}

.SequenceSwap {
    border: 2px solid #dddddd;
    padding: 1rem 1rem 0;
    margin-top: 1rem;
}

    .SequenceSwap .k-input-solid:focus {
        box-shadow: none !important;
    }

    .SequenceSwap .k-checkbox:checked,
    .SequenceSwap .k-checkbox.k-checked {
        border-color: #cfcfcf;
        background-color: #cfcfcf;
        border: 1.5px solid #cfcfcf;
        box-shadow: none !important;
    }

    .SequenceSwap .k-rounded-md {
        border-radius: 0;
    }

    .SequenceSwap table td {
        line-height: 20px;
        color: #000000;
        text-align: center;
        font-family: Arial;
        font-size: 9px;
    }

    .SequenceSwap .k-input-inner {
        box-shadow: inset 1px 1px 3px #8a8a8a;
    }

    .SequenceSwap .k-checkbox {
        border: 1.5px solid #cfcfcf;
        border-radius: 0;
    }

    .SequenceSwap .k-grid-header .k-header {
        background-color: #efebe7 !important;
        border: 1px solid black !important;
        text-align: left;
        font-size: 11px;
        font-weight: 700;
        font-family: arial;
        border-bottom-width: 1.5px !important;
    }

    .SequenceSwap .k-grid-content {
        min-height: 9rem !important;
        height: 9rem !important;
    }

    .SequenceSwap .k-grid-header {
        background-color: #efebe7;
        padding: 0;
    }

.SequenceSwap {
    border: 2px solid #dddddd;
    padding: 1rem 1rem 0;
    margin-top: 1rem;
}

.flightPlan.k-centered.sequence-popup {
    width: 280px !important;
    height: 180px !important;
    max-height: 70%;
    top: 150px !important;
    left: 400px !important;
}

.k-textbox .resize-2 {
    border: 1px solid black;
    margin-right: 2%;
    height: 9px;
    display: inline-block;
    background-color: white !important;
    padding-top: -3px;
    cursor: pointer;
}

.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
    margin-inline-end: -10px !important;
}

.k-svg-icon > svg {
    fill: #fafafa !important;
}

.k-menu-group .k-item > .k-link:active, .k-menu-group .k-item > .k-link.k-active, .k-menu-group .k-item > .k-link.k-selected, .k-menu.k-context-menu .k-item > .k-link:active, .k-menu.k-context-menu .k-item > .k-link.k-active, .k-menu.k-context-menu .k-item > .k-link.k-selected {
    color: white;
    background-color: #c3c3c3 !important;
}

.sequence-popup .k-grid tr.k-selected > td {
    background-color: lightgray !important;
}

.SequenceSwap .k-grid-container {
    display: block !important;
}

/* Styles to hide scrollbars and disable resizing */
.no-scroll-resize {
    resize: none !important;
    overflow: hidden !important;
    width: 100%;
    height: 67%;
    border: none;
    margin-top: 3%;
    font-size: 10px;
}

    .no-scroll-resize:focus-visible {
        border: none;
        outline: none;
    }

.no-resize.k-textarea > .k-input {
    resize: none !important;
}

.sequence-popup .k-svg-icon > svg {
    fill: black !important;
    flex: 1 1 auto;
}

.match-popup .k-svg-icon > svg {
    fill: black !important;
    flex: 1 1 auto;
}

.Trash .k-svg-icon > svg {
    fill: black !important;
    flex: 1 1 auto;
}

.TrashButton {
    fill: white;
}

.DeicingSnowflake .k-button-text {
    height: 95%
}

.snowflakeIcon {
    fill: white !important;
}

.ReaDPIConfirm .k-window-titlebar {
    background-color: #ebebeb;
}

.k-button *, .k-button *::before, .k-button *::after {
    fill: black;
}

.k-grid td.k-selected, .k-grid .k-table-row.k-selected > td, .k-grid .k-table-td.k-selected, .k-grid .k-table-row.k-selected > .k-table-td {
    background-color: lightgray !important;
}

.remarkstextarea > img {
    height: 80%
}

.remarkstextarea . k-window-title {
    top: 4px;
    position: relative;
}

img.pt-1.pb-1.popup-logo {
    height: 80%;
    position: relative;
    top: 2px;
}

.TSATHeader {
    border: 0px;
    background-color: #cdcdcd;
    color: #212529;
    font-weight: normal;
    position: sticky;
    top: 0;
    z-index: 1;
}

.align-items-end {
    align-items: flex-end !important;
}

.h-100 {
    height: 100% !important;
}

.d-flex {
    display: flex !important;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.no-headers-grid .k-grid-header {
    display: none;
}

.runwayTitle .k-window-titlebar {
    background-color: #efebe7;
    padding: 0;
}

.runwayTitle .k-svg-icon > svg {
    fill: black !important;
    flex: 1 1 auto;
}

.DOS-HMI {
    font-size: 11px !important;
}

.RunwayConceptActionButton {
    font-size: 11px !important;
}

.RunwayConceptTime > button {
    background-color: lightslategray !important;
}

.runwayTitle .k-grid tr.k-selected > td {
    background-color: lightgray !important;
}

button.telerik-blazor.k-button.button-primary.closepopup.color-black.cancel-popup.btnMatch-popup.k-button-solid.k-rounded-md.k-button-md.k-button-solid-base {
    right: -85px !important;
}

button.telerik-blazor.k-button.button-primary.closepopup.color-black.activate-style.matchCancel-popup.k-button-solid.k-rounded-md.k-button-md.k-button-solid-base {
    right: 85px !important;
}

.orangeborder-color {
    outline: 1.4px solid #f8c696 !important;
}

button.telerik-blazor.k-button.button-primary.closepopup.color-black.dematch.cancel-popup.k-button-solid.k-rounded-md.k-button-md.k-button-solid-base {
    right: -85px;
}

button.telerik-blazor.k-button.button-primary.dematch.closepopup.color-black.activate-style.k-button-solid.k-rounded-md.k-button-md.k-button-solid-base {
    right: 85px;
}

.n-resize {
    cursor: n-resize;
}

#handlemain {
    height: 2px;
}

.dep-panel-exitgate {
    margin-left: 5%;
    margin-right: 3%;
}

.UnderWorkingFunction {
    background-color: #7d7d7d;
}

#handledeparr, #handlevfr {
    height: 2px;
}

body .pwa-updater[b-pwa-updater] {
    --pwa-updater-bar-backcolor: forestgreen;
}

.disabled {
    pointer-events: none; 
    background-color: #e0e0e0;
    color: #777; 
    border: 1px solid #ccc; 
}

.ubtn {
    background-color: #979797;
    font-weight: normal;
    color: #dbdbdb;
    line-height: 20px !important;
    width: auto !important;
    padding: 0 1rem;
    border: 0;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 54%);
}

button.ubtn:focus:not(:focus-visible) {
    background-color: #979797;
    font-weight: normal;
    color: #dbdbdb;
    line-height: 20px !important;
    width: auto !important;
    padding: 0 1rem!important;
    border: 0!important;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 255 255 / 50%), inset -0.2em -0.2em 0.2em 0 rgb(0 0 0 / 54%)!important;
}


.btn-like-span {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
    line-height: inherit !important;
    color: inherit !important;
    cursor: default !important;
}

.disable-click {
    pointer-events: none !important;
    opacity: 0.6;
    cursor: not-allowed
}
.font-bold{
    font-weight:bold;
}
.popup-h {
    height :120px !important;
}
.btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-Clicked-Off {
    pointer-events: none !important;
}

/*----Loading*/

.loading-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255,255,255,0.85);
    z-index: 9999;
    pointer-events: none; /* allow clicks to pass through if you want; set to auto to block */
}

    .loading-overlay .spinner {
        width: 28px;
        height: 28px;
        border: 4px solid rgba(0,0,0,0.15);
        border-top-color: rgba(0,0,0,0.6);
        border-radius: 50%;
        animation: spin 0.9s linear infinite;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-text {
    font-weight: 600;
    color: #222;
}
.set-timer {
    right: 35px;
    position: absolute;
    top: 5px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    z-index: 10;
    font-size: 16px;
    color: white;
    font-weight: bold;
    display: block;
    text-align: center
}