/*
@mixin debug-support-matrix($experimental: true, $ie: true) {
  @debug  $moz-$experimental-support-for-mozilla
          $webkit-$experimental-support-for-webkit
          $opera-$experimental-support-for-opera
          $microsoft-$experimental-support-for-microsoft
          $khtml-$experimental-support-for-khtml;
  @debug  $ie6-$legacy-support-for-ie6
          $ie7-$legacy-support-for-ie7
          $ie8-$legacy-support-for-ie8;
}
*/
@font-face {
    font-family: "FontAwesome";
    src: url(/fonts/fontawesome-webfont.ttf) format('truetype'), url(/fonts/FontAwesome.otf) format('opentype'), url(/fonts/fontawesome-webfont.svg) format('svg'), url(/fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(/fonts/fontawesome-webfont.woff) format('woff'), url(/fonts/fontawesome-webfont.woff2) format('woff2');
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400 !important;
    src: url("/Content/FontAwesome/webfonts/fa-regular-400.eot");
    src: url("/Content/FontAwesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/Content/FontAwesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/Content/FontAwesome/webfonts/fa-regular-400.woff") format("woff"), url("/Content/FontAwesome/webfonts/fa-regular-400.ttf") format("truetype"), url("/Content/FontAwesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900 !important;
    src: url("/Content/FontAwesome/webfonts/fa-solid-900.eot");
    src: url("/Content/FontAwesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/Content/FontAwesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/Content/FontAwesome/webfonts/fa-solid-900.woff") format("woff"), url("/Content/FontAwesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/Content/FontAwesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 300 !important;
    src: url("/Content/FontAwesome/webfonts/fa-light-300.eot");
    src: url("/Content/FontAwesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/Content/FontAwesome/webfonts/fa-light-300.woff2") format("woff2"), url("/Content/FontAwesome/webfonts/fa-light-300.woff") format("woff"), url("/Content/FontAwesome/webfonts/fa-light-300.ttf") format("truetype"), url("/Content/FontAwesome/webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 600 !important;
    src: url("/Content/FontAwesome/webfonts/fa-light-300.eot");
    src: url("/Content/FontAwesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/Content/FontAwesome/webfonts/fa-light-300.woff2") format("woff2"), url("/Content/FontAwesome/webfonts/fa-light-300.woff") format("woff"), url("/Content/FontAwesome/webfonts/fa-light-300.ttf") format("truetype"), url("/Content/FontAwesome/webfonts/fa-light-300.svg#fontawesome") format("svg");
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #dedede; /*#1C1C1C;*/
    /*font-family: 'Roboto', sans-serif;*/
}
.error{
    color:red;
}
li::marker {
    content: '';
    display: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

span.stat_live {
    color: #018aff;
}

span.stat_completed {
    color: #53a100;
}

div.GoogleButton {
    right: 55px;
    top: 10px;
    text-align: center;
    position: relative;
    color: #565656;
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 11px;
    background-color: white;
    padding: 6px;
    border-radius: 2px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 40px;
    border-left: 0px;
    display: block;
    position: absolute;
}

    div.GoogleButton:hover {
        background-color: #ccc;
    }

        div.GoogleButton:hover > ul {
            display: block;
        }

    div.GoogleButton > ul {
        display: none;
        list-style: none;
        margin: 0px;
        padding: 0px;
        position: absolute;
        right: 0px;
        top: 20px;
        background-color: #fff;
        color: #191919;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        border-radius: 3px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        max-height: 200px;
        overflow: auto;
    }

        div.GoogleButton > ul > li.checked > span.box > span.check {
            visibility: visible;
        }

        div.GoogleButton > ul > li {
            list-style: none;
            margin: 2px 0px 2px 0px;
            padding: 2px 10px 2px 10px;
            white-space: nowrap;
            text-align: left;
        }

            div.GoogleButton > ul > li:hover {
                background-color: #ccc;
            }

            div.GoogleButton > ul > li > span.box {
                display: inline-block;
                margin-right: 6px;
            }

                div.GoogleButton > ul > li > span.box > span.check {
                    color: white;
                    text-align: center;
                    padding: 3px;
                    visibility: hidden;
                }

.shaded {
    background-color: #222222; /*#e5e5e5;*/
    border-radius: 25px;
}

.padded {
    padding: 15px;
}

span.date-ok {
    background-color: #53a100;
    background-color: #53a100;
}

span.date-expired {
    background-color: #fe0000;
}

span.ViewDoc {
    font-size: 11px;
    padding: 2px 10px 2px 10px;
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    color: white;
    background-color: #203d83;
}

    span.ViewDoc a {
        color: white !important;
    }

span.date-expired,
span.date-ok {
    font-size: 10px;
    padding: 2px 10px 2px 10px;
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    color: white !important;
}

* {
    margin: 0px;
    padding: 0px;
}

div {
    box-sizing: border-box;
}

.control-label {
    /*padding-left: 20px;*/
    color: #dedede;
}

span.icon {
    font-family: 'FontAwesome';
}

    span.icon.set1 {
        font-family: 'Font Awesome 5 Free' !important;
        font-weight: 400 !important;
    }

    span.icon.set2 {
        font-family: 'Font Awesome 5 Free' !important;
        font-weight: 900 !important;
    }

    span.icon.set3 {
        font-family: 'Font Awesome 5 Free' !important;
        font-weight: 300 !important;
    }

    span.icon.set4 {
        font-family: 'Font Awesome 5 Free' !important;
        font-weight: 600 !important;
    }

img.icon {
    border: 0px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

img.RoundPhoto120 {
    width: 90px;
    height: 90px;
    /*border: 1px #203d83 solid;*/
    border-radius: 50%;
}

span.field-validation-error {
    color: #fd4c3d;
    margin-left: 20px;
}

div.grid-column a {
    color: #dedede; /*black;*/
    margin-left: 0px;
}

    div.grid-column a:hover {
        color: #fd4c3d;
    }

a {
    text-decoration: none;
    color: #dedede; /*#ff0000;*/
}

    a:hover {
        text-decoration: none;
        color: #fd4c3d; /*#18bdec;*/
    }

div.clear {
    display: block;
    clear: both;
    float: none;
}

div#Overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.58);
    z-index: 99;
    display: none;
}

    div#Overlay img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -128px;
        margin-top: -128px;
        width: 256px;
        height: 256px;
    }

/*header::after {
  content: "";
  display: block;
  clear: both;
  float: none;
  border-bottom: 1px #7f7f7f solid;
}*/

div.left-section {
    float: left;
}

    div.left-section div.logo {
        font-size: 1px;
    }

        div.left-section div.logo img {
            width: auto;
        }

div.right-section {
    float: right;
}

nav.user-management {
    content: "";
    display: block;
    clear: both;
    float: none;
}

    nav.user-management ul {
        margin: 0px 0px 5px 0px;
        padding: 0px;
        float: right;
    }

        nav.user-management ul li {
            display: inline-block;
            font-size: 14px;
            text-transform: uppercase;
        }

            nav.user-management ul li::after {
                content: "|";
                padding-left: 10px;
            }

            nav.user-management ul li:last-child::after {
                content: none;
            }

            nav.user-management ul li#user-menu {
                position: relative;
            }

                nav.user-management ul li#user-menu ul {
                    position: absolute;
                    right: 0px;
                    display: none;
                    z-index: 20;
                    padding: 0px 10px 10px 10px;
                    background-color: black;
                    border-radius: 10px;
                }

                    nav.user-management ul li#user-menu ul li {
                        display: block;
                        padding: 5px 0px 0px 0px;
                        margin-left: 0px;
                        white-space: nowrap;
                    }

                        nav.user-management ul li#user-menu ul li a {
                            display: block;
                            width: 100%;
                        }

                        nav.user-management ul li#user-menu ul li::after {
                            content: none;
                        }

                nav.user-management ul li#user-menu:hover ul {
                    display: block;
                }

                nav.user-management ul li#user-menu:hover > a {
                    color: #fd4c3d; /*#18bdec;account hover*/
                }

        nav.user-management ul:after {
            content: "";
            display: block;
            clear: both;
            float: none;
        }

nav.main-menu {
    content: "";
    display: block;
    clear: both;
    float: none;
}

    nav.main-menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: right;
        background-color: #141414; /*#e5e5e5;*/
        text-transform: uppercase;
        font-size: 13px;
    }

        nav.main-menu ul li {
            list-style: none;
            display: inline-block;
            position: relative;
            white-space: nowrap;
            padding: 2px 10px 2px 10px;
            background-color: #141414; /*#e5e5e5;*/
            cursor: default;
        }

            nav.main-menu ul li a {
                color: #dedede; /*#1C1C1C;*/
                cursor: pointer;
            }

            nav.main-menu ul li:hover {
                color: #fd4c3d;
            }

                nav.main-menu ul li:hover > a {
                    color: #fd4c3d;
                }

                nav.main-menu ul li:hover ul {
                    display: block;
                }

            nav.main-menu ul li ul {
                position: absolute;
                display: none;
                left: 0;
                z-index: 9;
                background-color: #141414; /*#e5e5e5;*/
                top: 21px;
            }

                nav.main-menu ul li ul li {
                    display: block;
                    min-width: 80px;
                    white-space: nowrap;
                    background-color: #141414;
                }

                    nav.main-menu ul li ul li a {
                        color: #dedede; /*#1C1C1C;*/
                    }

            nav.main-menu ul li:last-child ul {
                right: 0px !important;
                left: auto !important;
            }

nav.breadcrumbs {
    font-size: 14px;
    text-transform: uppercase;
    content: "";
    display: block;
    clear: both;
    float: none;
}

    nav.breadcrumbs ul {
        margin: 10px 0px 0px 0px;
        padding: 0px;
        list-style: none;
        float: right;
    }

        nav.breadcrumbs ul li {
            padding: 0px 3px 0px 0px;
            display: inline-block;
            list-style: none;
        }

            nav.breadcrumbs ul li a {
                color: #dedede; /*#1C1C1C;*/
            }

            nav.breadcrumbs ul li:hover a {
                color: #fd4c3d; /*#18bdec;*/
            }

            nav.breadcrumbs ul li:after {
                display: inline-block;
                padding-left: 3px;
                content: ">";
                color: #dedede;
            }

            nav.breadcrumbs ul li:last-child {
                padding-right: 0px;
                color: #fd4c3d; /*#ff0000;*/
            }

                nav.breadcrumbs ul li:last-child:after {
                    padding-right: 0px;
                    content: "";
                    display: none;
                    color: #fd4c3d;
                }

div.ADSBOverlay {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

    div.ADSBOverlay div.ADSB-Icon {
        position: absolute;
        width: 16px;
        height: 16px;
        background-size: contain;
        transition-property: all;
        transition-duration: 0.5s;
        transition-delay: 0s;
        cursor: pointer;
        margin-left: -8px;
        margin-top: -8px;
    }

div#ADSBInfo {
    position: absolute;
    border: 1px black solid;
    background-color: rgba(0, 0, 0, 0.46);
    color: white;
    width: auto;
    white-space: nowrap;
    padding: 5px;
    display: none;
}

div.photo-upload {
    float: right;
    width: 160px;
    height: 160px;
}

    div.photo-upload div.user-photo {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        /*border: 1px #cacaca solid;*/
        overflow: hidden;
    }

        div.photo-upload div.user-photo img {
            width: 160px;
            height: auto;
        }

    div.photo-upload div.upload-btn {
        position: relative;
        margin-top: 10px;
    }

        div.photo-upload div.upload-btn a {
            display: block; /*photo upload butn*/
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%; /*85%*/
            height: 30px;
            background-color: #222222; /*#203d83;*/
            z-index: 11;
            border-radius: 25px;
            color: #dedede;
            text-align: center;
            text-decoration: none;
            padding: 3px 0px 0px 0px;
            cursor: pointer;
            line-height: 30px;
        }

        div.photo-upload div.upload-btn input[type=file] {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 30px;
            width: 100%;
            opacity: 0;
            z-index: 12;
            cursor: pointer;
        }

    div.photo-upload div.error {
        color: red;
    }

div.pos_organization_photo {
    width: 160px;
    height: 160px;
    margin-top: 20px;
}

    div.pos_organization_photo div.user-photo {
        width: 160px;
        height: 160px;
        line-height: 160px;
        border: 1px #cacaca solid;
        overflow: hidden;
    }

        div.pos_organization_photo div.user-photo img {
            width: 100%;
            height: auto;
            vertical-align: middle;
        }

    div.pos_organization_photo div.upload-btn {
        position: relative;
        margin-top: 10px;
    }

        div.pos_organization_photo div.upload-btn a {
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 30px;
            background-color: #222222;
            z-index: 11;
            border-radius: 25px;
            color: #e5e5e5;
            text-align: center;
            text-decoration: none;
            padding: 3px 0px 0px 0px;
            cursor: pointer;
            line-height: 30px;
        }

        div.pos_organization_photo div.upload-btn input[type=file] {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 30px;
            width: 100%;
            opacity: 0;
            z-index: 12;
            cursor: pointer;
        }

    div.pos_organization_photo div.error {
        color: red;
    }

ul.general-list {
    padding: 0px;
    list-style: none;
}

    ul.general-list.field-value li span {
        /*color: #53a100;*/
        padding-left: 10px;
    }

    ul.general-list li {
        list-style: none;
        padding: 0px;
        margin: 0px 0px 5px 0px;
    }

        ul.general-list li b {
            text-transform: initial;
        }

div.grid-column {
    padding: 0px;
}

    div.grid-column > div.title {
        padding: 15px 10px;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color: #dedede;
        border-bottom: 1px solid rgb(222 222 222 / 5%);
        background-color: transparent;
    }

    div.grid-column > div.sub-title {
        border-bottom: 1px #333333 solid;
        padding: 5px 10px 5px 10px;
        font-size: 16px;
        font-weight: bold;
        text-transform: initial;
        text-align: left;
    }

div.SubTitle {
    border: 1px #5a5a5a solid;
    padding: 15px 10px 0 10px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    border-radius: 15px;
    margin-bottom: 20px;
}

div.Grid-3-Col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

body {
    font-size: 12pt;
    background-color: #111111;
}

#FlightChartInfos div.flightchartinfo div.title {
    font-size: 9.75pt;
}

#FlightChartInfos div.flightchartinfo div.sub-title {
    font-size: 9pt;
}

h1 {
    font-size: 16.8pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #fd4c3d; /*#cacaca;*/
}

h2 {
    font-size: 14.4pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #fd4c3d; /*#203d83;*/
}

@media screen and (max-width: 799px) {

    table #qViewTable tr td {
        font-size: 8pt;
        white-space: nowrap;
    }

    table#qViewTable tr th {
        font-size: 7pt;
        font-weight: bold;
        white-space: nowrap;
        text-transform: uppercase;
    }

    div.noc_date_scroll {
        font-size: 7pt;
    }

    #qViewTable_wrapper {
        padding: 0px 20px 0px 20px;
    }

        #qViewTable_wrapper table#qViewTable tr td {
            white-space: nowrap;
            padding: 4px 1px 4px 2px;
            color: #fd4c3d;
        }
}

@media screen and (min-width: 800px) {
    .padded {
        padding: 8px;
    }

    /*header {
    padding: 0px;
    margin-top: 8px;
  }
  header:after {
    padding-top: 8px;
    margin-bottom: 8px;
  }*/

    nav.user-management ul li {
        margin-left: 8px;
    }

        nav.user-management ul li ul li {
            padding: 5px 8px 0px 8px;
        }

    footer {
        margin-top: 16px;
        margin-bottom: 8px;
        border-top: 1px rgba(9, 9, 9, 0.59) solid;
        color: rgba(9, 9, 9, 0.59);
        text-align: left;
        font-size: 12px;
        padding: 0px;
    }

    body {
        font-size: 8pt;
    }

    #FlightChartInfos div.flightchartinfo div.title {
        font-size: 5.75pt;
    }

    #FlightChartInfos div.flightchartinfo div.sub-title {
        font-size: 5pt;
    }

    h1 {
        font-size: 11.2pt;
        font-weight: bold;
        text-transform: uppercase;
        color: #cacaca;
    }

    h2 {
        font-size: 9.6pt;
        font-weight: bold;
        text-transform: uppercase;
        color: #fd4c3d;
    }

    section {
        width: 780px;
        margin: auto;
    }

    div.left-section img {
        height: 50px;
    }

    section.grid-3-columns {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 8px;
        padding: 0px;
    }

        section.grid-3-columns > div.grid-column {
            margin: 0px;
            border-radius: 15px;
            background-color: #222222;
            padding: 5px;
        }

            section.grid-3-columns > div.grid-column div.fixed-height {
                height: 400px;
                overflow: auto;
            }

                section.grid-3-columns > div.grid-column div.fixed-height::-webkit-scrollbar {
                    width: 5px;
                }

                section.grid-3-columns > div.grid-column div.fixed-height::-webkit-scrollbar-thumb {
                    background: #333;
                    border-radius: 7px;
                    transition: all 0.2s ease-out;
                }

                    section.grid-3-columns > div.grid-column div.fixed-height::-webkit-scrollbar-thumb:hover {
                        background: #777;
                    }

                section.grid-3-columns > div.grid-column div.fixed-height div.btn_ExpandOnMobile {
                    display: none;
                }

            section.grid-3-columns > div.grid-column.col-2-of-3 {
                width: 100%;
            }

            section.grid-3-columns > div.grid-column:last-child {
                margin-right: 0px;
            }

            section.grid-3-columns > div.grid-column div.content {
                width: 100%;
                box-sizing: border-box;
                padding: 10px;
            }

            section.grid-3-columns > div.grid-column ul.general-list {
                margin: 0px 0px 8px 0px;
            }

    ul.toolbar {
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-align: right;
    }

        ul.toolbar li {
            margin: 0px 10px 0px 0px;
            display: inline-block;
            /*border: 1px #cacaca solid;*/
            background-color: #203d83;
        }

            ul.toolbar li span.icon {
                padding-right: 5px;
            }

            ul.toolbar li a {
                padding: 2px 10px 2px 10px;
                display: block;
                color: #e5e5e5;
            }

            ul.toolbar li:hover {
                background-color: #cacaca;
            }

                ul.toolbar li:hover a {
                    color: #203d83;
                }

            ul.toolbar li:last-child {
                margin-right: 0px;
            }

    section.grid-2-columns,
    div.grid-2-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 45px;
        padding: 0px;
    }

    div.grid-column {
        margin: 0px 0px 8px 0px;
    }

    table#qViewTable tr td {
        font-size: 8pt;
        white-space: nowrap;
    }

    table#qViewTable tr th {
        font-size: 7pt;
        font-weight: bold;
        white-space: nowrap;
        text-transform: uppercase;
        color: #dedede;
    }

    div.noc_date_scroll {
        font-size: 7pt;
    }
}

@media screen and (min-width: 960px) {
    .padded {
        padding: 8px;
    }

    /*  header {
    padding: 0px;
    margin-top: 8px;
  }
  header:after {
    padding-top: 8px;
    margin-bottom: 8px;
  }
*/
    nav.user-management ul li {
        margin-left: 8px;
    }

        nav.user-management ul li ul li {
            padding: 5px 8px 0px 8px;
        }

    footer {
        margin-top: 16px;
        margin-bottom: 8px;
        border-top: 1px rgba(9, 9, 9, 0.59) solid;
        color: rgba(9, 9, 9, 0.59);
        text-align: left;
        font-size: 12px;
        padding: 0px;
    }

    body {
        font-size: 10pt;
    }

    #FlightChartInfos div.flightchartinfo div.title {
        font-size: 7.75pt;
    }

    #FlightChartInfos div.flightchartinfo div.sub-title {
        font-size: 7pt;
    }

    h1 {
        font-size: 14pt;
        font-weight: bold;
        text-transform: uppercase;
        color: #cacaca;
    }

    h2 {
        font-size: 12pt;
        font-weight: bold;
        text-transform: uppercase;
        color: #fd4c3d;
    }

    section {
        width: 920px;
        margin: auto;
    }

    div.left-section img {
        height: 50px;
    }

    section.grid-3-columns {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 8px;
        padding: 0px;
    }

        section.grid-3-columns > div.grid-column {
            margin: 0px;
        }

            section.grid-3-columns > div.grid-column div.fixed-height {
                height: 400px;
                overflow: auto;
            }

                section.grid-3-columns > div.grid-column div.fixed-height div.btn_ExpandOnMobile {
                    display: none;
                }

            section.grid-3-columns > div.grid-column.col-2-of-3 {
                width: 100%;
            }

            section.grid-3-columns > div.grid-column:last-child {
                margin-right: 0px;
            }

            section.grid-3-columns > div.grid-column div.content {
                width: 100%;
                box-sizing: border-box;
                padding: 10px;
            }

            section.grid-3-columns > div.grid-column ul.general-list {
                margin: 0px 0px 8px 0px;
            }

    ul.toolbar {
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-align: right;
    }

        ul.toolbar li {
            margin: 0px 10px 0px 0px;
            display: inline-block;
            /*border: 1px #cacaca solid;*/
            background-color: #203d83;
        }

            ul.toolbar li span.icon {
                padding-right: 5px;
            }

            ul.toolbar li a {
                padding: 2px 10px 2px 10px;
                display: block;
                color: #e5e5e5;
            }

            ul.toolbar li:hover {
                background-color: #cacaca;
            }

                ul.toolbar li:hover a {
                    color: #203d83;
                }

            ul.toolbar li:last-child {
                margin-right: 0px;
            }

    section.grid-2-columns,
    div.grid-2-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 12px;
        padding: 0px;
    }

    div.grid-column {
        margin: 0px 0px 8px 0px;
    }

    table#qViewTable tr td {
        font-size: 10pt;
        white-space: nowrap;
    }

    table#qViewTable tr th {
        font-size: 9pt;
        font-weight: bold;
        white-space: nowrap;
        text-transform: uppercase;
    }

    div.noc_date_scroll {
        font-size: 9pt;
    }
}

@media screen and (min-width: 1080px) {
    .padded {
        padding: 12px;
    }

    /* header {
    padding: 0px;
    margin-top: 12px;
  }
  header:after {
    padding-top: 12px;
    margin-bottom: 12px;
  }*/

    nav.user-management ul li {
        margin-left: 12px;
    }

        nav.user-management ul li ul li {
            padding: 5px 12px 0px 12px;
        }

    footer {
        margin-top: 24px;
        margin-bottom: 12px;
        border-top: 1px rgba(9, 9, 9, 0.59) solid;
        color: #dedede; /*rgba(9, 9, 9, 0.59);*/
        text-align: left;
        font-size: 12px;
        padding: 0px;
    }

    body {
        font-size: 13pt;
    }

    #FlightChartInfos div.flightchartinfo div.title {
        font-size: 10.75pt;
    }

    #FlightChartInfos div.flightchartinfo div.sub-title {
        font-size: 10pt;
    }

    h1 {
        font-size: 18.2pt;
        font-weight: bold;
        text-transform: uppercase;
        color: #fd4c3d; /*#cacaca;*/
    }

    h2 {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fd4c3d; /*#203d83;*/
        padding-left: 25px;
        padding-top: 20px;
    }

    section {
        width: 1040px;
        margin: auto;
    }

    div.left-section img {
        height: 60px;
    }

    section.grid-3-columns {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 12px;
        padding: 0px;
    }

        section.grid-3-columns > div.grid-column {
            margin: 0px;
        }

            section.grid-3-columns > div.grid-column div.fixed-height {
                height: 400px;
                overflow: auto;
            }

                section.grid-3-columns > div.grid-column div.fixed-height div.btn_ExpandOnMobile {
                    display: none;
                }

            section.grid-3-columns > div.grid-column.col-2-of-3 {
                width: 100%;
            }

            section.grid-3-columns > div.grid-column:last-child {
                margin-right: 0px;
            }

            section.grid-3-columns > div.grid-column div.content {
                width: 100%;
                box-sizing: border-box;
                padding: 10px;
            }

            section.grid-3-columns > div.grid-column ul.general-list {
                margin: 0px 0px 12px 0px;
            }

    ul.toolbar {
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-align: right;
    }

        ul.toolbar li {
            margin: 0px 10px 0px 0px;
            display: inline-block;
            /*border: 1px #cacaca solid;*/
            background-color: #203d83;
        }

            ul.toolbar li span.icon {
                padding-right: 5px;
            }

            ul.toolbar li a {
                padding: 2px 10px 2px 10px;
                display: block;
                color: #e5e5e5;
            }

            ul.toolbar li:hover {
                background-color: #cacaca;
            }

                ul.toolbar li:hover a {
                    color: #203d83;
                }

            ul.toolbar li:last-child {
                margin-right: 0px;
            }

    section.grid-2-columns,
    div.grid-2-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 45px;
        padding: 0px;
    }

    div.grid-column {
        margin: 0px 0px 12px 0px;
    }

    table#qViewTable tr td {
        font-size: 11pt;
        white-space: nowrap;
        background-color: #222222; /*list table*/
        padding-left: 20px; /*25px;*/
        padding-right: 5px; /*25px;*/
    }

    table#qViewTable tr th {
        font-size: 10pt;
        font-weight: bold;
        white-space: nowrap;
        text-transform: uppercase;
        background-color: #222222;
        padding-left: 15px;
        padding-right: 5px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    div.noc_date_scroll {
        font-size: 10pt;
    }
}

@media screen and (min-width: 1320px) {
    .padded {
        padding: 15px;
    }

    /* header {
    padding: 0px;
    margin-top: 15px;
  }
  header:after {
    padding-top: 15px;
    margin-bottom: 15px;
  }*/

    nav.user-management ul li {
        margin-left: 15px;
    }

        nav.user-management ul li ul li {
            padding: 5px 15px 0px 15px;
        }

    footer {
        margin-top: 30px;
        margin-bottom: 15px;
        border-top: 1px rgba(9, 9, 9, 0.59) solid;
        color: rgba(9, 9, 9, 0.59);
        text-align: left;
        font-size: 12px;
        padding: 0px;
    }

    body {
        font-size: 16px;
    }

    #FlightChartInfos div.flightchartinfo div.title {
        font-size: 11.75pt;
    }

    #FlightChartInfos div.flightchartinfo div.sub-title {
        font-size: 11pt;
    }

    h1 {
        font-size: 19.6pt;
        font-weight: bold;
        text-transform: uppercase;
        color: #cacaca;
    }

    h2 {
        font-size: 16.8pt;
        font-weight: bold;
        text-transform: uppercase;
        color: #fd4c3d;
    }

    section {
        width: 1260px;
        margin: auto;
    }

    div.left-section img {
        height: 70px;
    }

    section.grid-3-columns {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 15px;
        padding: 0px;
    }

        section.grid-3-columns > div.grid-column {
            margin: 0px;
        }

            section.grid-3-columns > div.grid-column div.fixed-height {
                height: 400px;
                overflow: auto;
            }

                section.grid-3-columns > div.grid-column div.fixed-height div.btn_ExpandOnMobile {
                    display: none;
                }

            section.grid-3-columns > div.grid-column.col-2-of-3 {
                width: 100%;
            }

            section.grid-3-columns > div.grid-column:last-child {
                margin-right: 0px;
            }

            section.grid-3-columns > div.grid-column div.content {
                width: 100%;
                box-sizing: border-box;
                padding: 10px;
            }

            section.grid-3-columns > div.grid-column ul.general-list {
                margin: 0px 0px 15px 0px;
            }

    ul.toolbar {
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-align: right;
    }

        ul.toolbar li {
            margin: 0px 10px 0px 0px;
            display: inline-block;
            /*border: 1px #cacaca solid;*/
            background-color: #203d83;
        }

            ul.toolbar li span.icon {
                padding-right: 5px;
            }

            ul.toolbar li a {
                padding: 2px 10px 2px 10px;
                display: block;
                color: #e5e5e5;
            }

            ul.toolbar li:hover {
                background-color: #cacaca;
            }

                ul.toolbar li:hover a {
                    color: #203d83;
                }

            ul.toolbar li:last-child {
                margin-right: 0px;
            }

    section.grid-2-columns,
    div.grid-2-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 45px;
        padding: 0px;
    }

    div.grid-column {
        margin: 0px 0px 15px 0px;
    }

    table#qViewTable tr td {
        font-size: 13pt;
        white-space: nowrap;
    }

    table#qViewTable tr th {
        font-size: 12pt;
        font-weight: bold;
        white-space: nowrap;
        text-transform: uppercase;
    }

    div.noc_date_scroll {
        font-size: 12pt;
    }
}

div.editor-label > label {
    margin-left: 20px !important;
}

div.editor-field #fileinput_Certification {
    border-radius: 25px;
    background-color: #222222;
}

div.editor-field #fileinput_Identity {
    border-radius: 25px;
    background-color: #222222;
}

div.editor-field #fileinput_Insurance {
    border-radius: 25px;
    background-color: #222222;
}

div.grid-column > div > p { /*para writing*/
    font-style: italic;
    font-size: small;
    margin-left: 14px;
    margin-right: 14px;
}

ul.list-info {
    margin-left: 35px;
}

table.qDetailView {
    border-spacing: 12px;
}

table#qViewTable tfoot >
tr:last-child > th:first-child {
    border-bottom-left-radius: 25px;
}

table#qViewTable tfoot >
tr:last-child > th:last-child {
    border-bottom-right-radius: 25px;
}

span.status {
    margin: 0px 0px 0px 10px;
    display: inline-block;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    color: white;
    font-size: 8pt;
}
td span.status {
    margin: 0
}
    span.status.Approved {
        background: linear-gradient(270deg, #2AAD7A 3.57%, #26966A 97.53%);
    }

    span.status.Rejected {
        background: linear-gradient(270deg, #DB0202 3.57%, #BD0000 97.53%);
    }

    span.status.New {
        background-color: #018aff;
    }

    span.status.Amend {
        background-color: #f2a003;
    }

    span.status.Cancelled {
        background-color: #b1b1b1;
    }


/* Dropdown Button */
.btn-togglebtn {
    background-color: #222222;
    color: white;
    padding: 6px;
    font-size: 0.7em;
    border: none;
    border-radius: 30px;
    margin: 2px;
    width: 160px;
}

/* The container <div> - needed to position the dropdown content */
div.btn-dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
div.btn-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 107px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 12px;
}

    /* Links inside the dropdown */
    div.btn-dropdown-content a {
        color: black;
        padding: 3px 8px;
        text-decoration: none;
        display: block;
        font-size: 0.7em;
        border: none;
        border-radius: 12px;
    }

        /* Change color of dropdown links on hover */
        div.btn-dropdown-content a:hover {
            background-color: #ddd;
            color: #fd4c3d;
        }

/* Show the dropdown menu on hover */
div.btn-dropdown:hover div.btn-dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
div.btn-dropdown:hover .btn-togglebtn {
    background-color: #ddd;
    color: #4f4e4e;
}


#LoadingIcon {
    -webkit-animation: rotation 2s infinite linear;
    /*width: 128px;
  height: 128px;*/
}

/*.meter {
  height: 15px; /* Can be anything 
  position: relative;
  /*background: #555;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  /*box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

  .meter > span {
    display: block;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(128,128,128);
    background-image: linear-gradient( center bottom, #333333 37%, #333333 69% );
    box-shadow: inset 0 2px 9px #333333, inset 0 -2px 6px #333333;
    position: relative;
    overflow: hidden;
  }

    .meter > span:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
      z-index: 1;
      background-size: 50px 50px;
      animation: move 2s linear infinite;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      overflow: hidden;
    }

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

.meter > span:after, .animate > span > span {
  animation: move 2s linear infinite;
}*/

/*loading.io css*/
@keyframes ldio-lrib977r96 {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.ldio-lrib977r96 div {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #333333;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-lrib977r96 div {
    animation: ldio-lrib977r96 1s linear infinite;
    top: 38px;
    left: 38px
}

.loadingio-spinner-rolling-vjadhwwgw59 {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
}

.ldio-lrib977r96 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-lrib977r96 div {
        box-sizing: content-box;
    }

/*loading.io css end*/

/*---------V 29/07/2021----------*/
#YearDropDown div {
    font-size: 14px !important;
    border-radius: 5px !important;
    padding: 5px !important;
    width: 100% !important;
    border: 0 !important;
}


/*---------Proffile management------------------*/
ul.profiles {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.profiles li {
        list-style: none;
        margin: 0px 0px 5px 0px;
        padding: 0px;
    }

ul.prifle_menu {
    margin: 0px 0px 0px 30px;
    padding: 0px 0px 0px 10px;
    list-style: none;
    border-left: 1px #a79e9e dotted;
}

    ul.prifle_menu li {
        list-style: none;
        margin: 0px 0px 5px 0px;
        padding: 0px;
    }

        ul.prifle_menu li span.icon.on {
            color: #53a100;
        }

        ul.prifle_menu li span.icon.off {
            color: #fe0000;
        }

        ul.prifle_menu li span.icon.progress {
            display: none;
        }

        ul.prifle_menu li.on span.icon.on {
            display: inline-block;
        }

        ul.prifle_menu li.on span.icon.off {
            display: none;
        }

        ul.prifle_menu li.off span.icon.off {
            display: inline-block;
        }

        ul.prifle_menu li.off span.icon.on {
            display: none;
        }

    ul.prifle_menu.prifle_menu_0 {
        margin-left: 0px;
    }
/*---------end Proffile management------------------*/



/*---------------Header style start---------------*/
.section-mainapp-header {
    width: 100%;
}

.main-nav {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.brand {
    display: inline-block;
}

    .brand img {
        max-height: 50px;
    }

        .brand img:nth-child(2) {
            margin-left: 20px;
        }

.nav-container {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

    .nav-container .nav-list {
        flex-grow: 1;
        align-items: center;
        display: flex !important;
        flex-basis: auto;
        padding-right: 13px;
    }

        .nav-container .nav-list .nav-items {
            display: flex;
            flex-direction: row;
            text-align: right;
            margin-left: auto;
            align-items: center;
            padding: 0;
            transition: all 0.2s ease-out;
        }

        .nav-container .nav-list li {
            margin-right: 20px;
        }

            .nav-container .nav-list li.dropdown {
                margin-right: 30px;
            }

            .nav-container .nav-list li:last-child {
                margin-right: 0;
            }

            .nav-container .nav-list li a {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 400;
                color: #fff;
                text-decoration: none;
                display: inline-block;
                padding: 2px;
                transition: all 0.2s ease;
            }

                .nav-container .nav-list li a:hover {
                    color: #01ADAD;
                }

    .nav-container .dropdown {
        position: relative;
        /*display: inline-block;*/
    }

        .nav-container .dropdown::after {
            content: '';
            position: absolute;
            top: 6px;
            right: -13px;
            background: url(../images/arrow-down3.svg);
            background-size: 10px;
            width: 10px;
            height: 8px;
        }

.dropdown-content {
    display: none;
    position: absolute;
    min-width: max-content;
    z-index: 1;
    left: 0;
    text-align: left;
    top: 15px;
    padding-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.nav-container .dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content ul li {
    display: block;
    margin-right: 0 !important;
}

.dropdown-content ul {
    padding: 0;
    margin: 0;
}

    .dropdown-content ul li a {
        display: block !important;
        padding: 9px 15px !important;
        background: rgba(0, 0, 0, 0.70);
    }

        .dropdown-content ul li a:hover {
            background: rgba(0, 0, 0, 0.90);
        }

.profile-menu {
    display: flex;
    align-items: center;
    margin-left: 40px;
    padding-left: 20px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .profile-menu::before {
        content: '';
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

    .profile-menu .profile-picture {
        width: 56px;
        height: 56px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        padding: 4px;
        overflow: hidden;
    }

        .profile-menu .profile-picture img {
            width: 100%;
            border-radius: 50%;
        }

    .profile-menu .profile-name {
        font-weight: normal;
        font-size: 12px;
        color: #888;
        padding-left: 10px;
    }

        .profile-menu .profile-name .name {
            display: block;
            font-weight: 500;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            cursor: pointer;
            margin-top: 2px;
            transition: all 0.2s ease;
        }

            .profile-menu .profile-name .name:hover {
                color: #01ADAD;
            }

.profile-name.dropdown::after {
    top: 18px;
}

.profile-menu.dropdown::after {
    top: 46px;
}

.profile-menu .dropdown-content {
    top: 53px;
    padding-top: 35px;
    left: auto;
    right: 0;
}

.nav-container .nav-list .lang-switch {
    background: #01ADAD;
    border-radius: 4px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

    .nav-container .nav-list .lang-switch:hover {
        color: #fff;
    }

.mobile-menu-switch {
    display: none;
}

    .mobile-menu-switch span {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        margin-bottom: 5px;
        border-radius: 3px;
        transition: all 0.2s ease-out;
    }

        .mobile-menu-switch span:last-child {
            margin-bottom: 0;
        }

    .mobile-menu-switch.active span:nth-child(1) {
        display: none;
    }

    .mobile-menu-switch.active span:nth-child(2) {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 3px;
    }

    .mobile-menu-switch.active span:nth-child(3) {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: -4px;
    }

.nav-container .profile-name li:first-child a {
    padding-top: 15px !important;
}

.nav-container .profile-name li:last-child a {
    padding-bottom: 15px !important;
}
/*---------------Header style end---------------*/

/*---------------Header responsive style---------------*/
@media (max-width: 1400px) {

    .brand img {
        max-height: 40px;
    }

    .nav-container .nav-list li.dropdown,
    .nav-container .nav-list li {
        margin-right: 15px;
    }

    .profile-menu {
        margin-left: 30px;
        padding-left: 15px;
    }

        .profile-menu .profile-name .name,
        .nav-container .nav-list li a {
            font-size: 12px;
        }
}

@media (max-width: 1280px) {

    .brand img {
        max-height: 35px;
    }

    .profile-menu .profile-picture {
        width: 35px;
        height: 35px;
    }

    .nav-container .nav-list {
        padding-right: 0;
    }

    .profile-menu.dropdown::after,
    .profile-menu .profile-name {
        display: none;
    }

    .profile-menu {
        margin-left: 15px;
        padding: 10px 0 10px 15px;
    }

    .nav-container .nav-list .lang-switch {
        margin-left: 25px;
    }

    .brand img:nth-child(2) {
        margin-left: 10px;
    }
}

@media (max-width: 1199px) {

    .dropdown-content ul {
        background: #6f6f6f;
    }

    .profile-menu::before,
    .nav-container .nav-list .nav-items {
        display: none;
    }

        .nav-container .nav-list .nav-items.active {
            flex-direction: column;
            align-items: baseline;
            width: 100%;
            position: absolute;
            right: 0;
            height: calc(100vh - 50px);
            z-index: 100;
            display: block;
            top: 53px;
            background: rgb(0 0 0 / 90%);
            padding: 15px 30px 30px;
            text-align: right;
            min-height: 450px;
            box-sizing: border-box;
            overflow: scroll;
        }

    .nav-container .nav-list {
        justify-content: flex-end;
    }

        .nav-container .nav-list li {
            margin-right: 0;
        }

            .nav-container .nav-list li a {
                font-size: 16px;
                line-height: 2.4;
            }

    .nav-container {
        max-width: 100%;
        padding: 0 15px;
    }

    .brand img {
        max-height: 25px;
    }

    .profile-menu {
        margin-left: 0;
    }

        .profile-menu .profile-picture {
            width: 35px;
            height: 35px;
            padding: 2px;
        }

    .nav-container .nav-list .lang-switch {
        margin: 0 15px 0 0;
        line-height: 1;
        padding: 3px;
    }

    .brand img:nth-child(2) {
        margin-left: 5px;
    }

    .nav-container .dropdown::after {
        right: -16px;
        top: 20px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .nav-container .dropdown-content {
        position: relative;
        text-align: right;
        top: 0;
        padding-top: 0;
        left: auto;
        right: 0;
        border-radius: 5px;
        overflow: hidden;
    }

    .mobile-menu-switch {
        display: inline-block;
    }

    .dropdown-content ul li:first-child a,
    .nav-container .profile-name li:first-child a {
        padding-top: 20px !important;
    }

    .dropdown-content ul li:last-child a,
    .nav-container .profile-name li:last-child a {
        padding-bottom: 20px !important;
    }

    .nav-container .profile-name li a {
        font-size: 14px;
        line-height: 1.5;
    }

    .nav-container .profile-name .dropdown-content {
        position: absolute;
        top: 56px;
    }

    .dropdown-content ul li a {
        line-height: 1.5 !important;
    }

    .nav-container .profile-menu .dropdown-content {
        padding-top: 35px;
        left: auto;
        right: 0;
        position: absolute;
        top: 20px;
    }
}


/*---------------Header responsive style end here---------------*/





/*--------------panic ui--------------*/

.safefly-box {
    position: absolute;
    background: rgb(0 0 0 / 80%);
    padding: 30px 20px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 15px;
    text-align: center;
    width: 100%;
    max-width: 550px;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
}

    .safefly-box.show {
        transition: all 0.6s ease;
        visibility: visible;
        opacity: 1;
    }

    .safefly-box h3 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 30px 0 15px;
    }

    .safefly-box p {
        font-size: 16px;
        color: rgb(255 255 255 / 70%);
        margin: 0 0 20px;
    }


.alert-box {
    position: absolute;
    background: rgb(0 0 0 / 80%);
    padding: 30px 20px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 15px;
    text-align: center;
    width: 100%;
    max-width: 550px;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
}

    .alert-box.show {
        transition: all 0.6s ease;
        visibility: visible;
        opacity: 1;
    }

a.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.alert-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 15px;
}

.alert-box p {
    font-size: 16px;
    color: rgb(255 255 255 / 70%);
    margin: 0 0 20px;
}

.alert-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .alert-btns a {
        padding: 15px 30px;
        display: flex;
        border-radius: 50px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        margin: 0 8px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .alert-btns .btn-immediately {
        background: linear-gradient(180deg, #FE6161 30.21%, #FF4E4E 100%);
    }

    .alert-btns .btn-return {
        background: linear-gradient(180deg, #FEAC61 30.21%, #FFB84E 100%);
    }

    .alert-btns img {
        width: 25px;
        margin-right: 5px;
    }

.panic-status {
    padding: 20px;
    position: absolute;
    bottom: 170px;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #000;
    border-radius: 15px;
    max-width: 550px;
    width: 100%;
}

    .panic-status .status {
        display: flex;
        align-items: center;
    }

    .panic-status .status-icon {
        width: 45px;
        height: 45px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .panic-status .status-icon img {
            width: 25px;
        }

    .panic-status h5 {
        width: 100%;
        box-sizing: border-box;
    }

    .panic-status h5 {
        width: calc(100% - 50px);
        box-sizing: border-box;
        padding-left: 20px;
        position: relative;
        font-size: 16px;
        font-weight: 600;
    }

    .panic-status .status-label {
        font-size: 14px;
        color: #FE6161;
        font-weight: normal;
        position: absolute;
        right: 0;
    }

    .panic-status p {
        font-size: 16px;
        color: rgb(255 255 255 / 75%);
        margin: 15px 0 0;
    }

.land-immediately {
    border: 2px solid rgb(254 97 97 / 50%);
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
}

    .land-immediately.show {
        transition: all 0.6s ease;
        visibility: visible;
        opacity: 1;
    }

    .land-immediately .status-icon {
        background: linear-gradient(180deg, #FE6161 30.21%, #FF4E4E 100%);
    }

a.btn-safe-fly {
    color: #00bcd4;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: -27px;
}

.return-home {
    border: 2px solid rgb(254 172 97 / 50%);
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
}

    .return-home .status-icon {
        background: linear-gradient(180deg, #FEAC61 30.21%, #FFB84E 100%);
    }

    .return-home .status-label {
        color: #FEAC61;
    }

    .return-home.show {
        transition: all 0.6s ease;
        visibility: visible;
        opacity: 1;
    }

.safe-fly {
    display: block;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
}

    .safe-fly .alert-btns .btn-safe {
        background: #00bcd4;
    }


    .safe-fly.show {
        transition: all 0.6s ease;
        visibility: visible;
        opacity: 1;
    }

/*---------- Responsive styles ----------*/
@media (max-width: 675px) {

    .alert-btns a {
        margin-top: 10px;
        max-width: calc(100% - 30px);
    }

    .alert-btns {
        display: block;
    }
}

/**/
/*--------------panic ui--------------*/
