@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");
}


.labels {
    color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    width: 30px;
    white-space: nowrap;
}


.gm-svpc {
    display: none;
}

.ui-timepicker {
    width: 304px;
}

.ui-timepicker-table {
    width: 100% !important;
}

.ui-timepicker-table td a {
    height: 32px;
}

.ui-timepicker-table table {
    width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 6px;
}

.ui-datepicker-days-cell-over .ui-state-default {
    color: #fff;
    background-color: #0064EB !important;
}

div#GoogleMapLayer.estimated {
    display: grid;
    grid-template-columns: 60% calc((40% - 30px)/2) calc((40% - 30px)/2);
    grid-gap: 15px;
}

span.text-danger,
span.field-validation-error {
    color: #fe0000;
}

div.noc_table {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

div.noc_table>div {
    white-space: nowrap;
}

div.noc_table>div:last-child {
    padding-right: 0px;
}

div.noc_table>div.colgap {
    width: 30px;
}

div.noc_table>div input[type=text],
div.noc_table>div input[type=datetime],
div.noc_table>div input[type=number] {
    border: 0;
    box-sizing: border-box;
    padding: 2px 35px 2px 5px;
    font-size: 18px;
    border-radius: 25px;
    background-color: #222222;
    color: #dedede;
}

div.noc_table>div input.date-picker {
    width: 120px;
}

div.noc_table>div input.time-picker {
    width: 80px;
    cursor: pointer;
}

div.noc_table>div input.altitude {
    width: 80px;
}

div.noc_table>div input[type=radio] {
    margin-right: 5px;
}

div.noc_table>div label {
    margin-right: 10px;
}

div.grid-column div.title div.buttons {
    float: right;
}

div.grid-column div.title div.button {
    background-color: #333333;
    color: #dedede;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 20px;
}

div.grid-column div.title div.button span.icon {
    margin-right: 5px;
    color: #c3c3c3;
    font-size: inherit;
}

div.grid-column div.title div.button:hover {
    background-color: #333333;
    color: #22dede;
}

div.grid-column div.title div.button:hover span.icon {
    color: #22dede;
}

div.grid-column div.title div.button:hover span.icon.delete {
    color: #22dede;
}

div.grid-column div.title div.button:hover span.icon.add {
    color: #22dede;
}

div.grid-column div.title div.button:hover span.icon.gps {
    color: #22dede;
}

table.GoogleMapTable {
    width: 100%;
}

div.GoogleMapCoordinatesScroll {
    height: 100%;
    overflow: auto;
    background-color: #222222;
    border-radius: 25px;
    padding-left: 4px;
    padding-right: 4px;
}

div.GoogleMapCoordinatesScroll div.title {
    color: #dedede !important;
    margin: 0px;
    padding: 4px 7px 4px 7px;
    background-color: #333333 !important;
}

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

ul#NocSections li {
    list-style: none;
}

ul#NocSections li.active div.title {
    background-color: #222222;
}

ul#NocSections div.title span.Estimate {
    color: yellow;
}

div.divGoogleMapCoordinates {
    width: 100%;
}

table.GoogleMapCoordinates {
    border-collapse: collapse;
    width: 100%;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
}

table.GoogleMapCoordinates tr span.icon {
    color: #dedede;
    cursor: pointer;
}

table.GoogleMapCoordinates tr:hover span.icon {
    color: #22dede;
}

table.GoogleMapCoordinates tr td:last-child {
    padding-right: 0px;
}

table.GoogleMapCoordinates td {
    padding: 2px 2px 2px 0px;
}

table.GoogleMapCoordinates td div.button {
    background-color: #333333;
    display: block;
    float: right;
    padding: 2px 10px 2px 10px;
    font-size: 10px;
    color: #dedede;
    cursor: pointer;
    border-radius: 25px;
    margin-left: 5px;
}

table.GoogleMapCoordinates td div.button:hover {
    background-color: #22dede;
}

table.GoogleMapCoordinates td span.icon.delete:hover {
    color: #22dede;
}

table.GoogleMapCoordinates td span.icon.add:hover {
    color: #22dede;
}

.field-value {
    color: #53a100;
    padding-left: 20px;
}

.field-info {
    color: #f2a003;
    padding-left: 20px;
}

section.top-border {
    border-top: 3px solid #474747;
    padding-top: 10px;
    margin-top: 0px !important;
}

section.top-border ul.noc-info {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

section.top-border ul.noc-info li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid silver;
}

div.OverlayButton {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    z-index: 10;
}

div.OverlayButton div.button {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    border: 1px #0e0e0e solid;
    background-color: rgba(0, 0, 0, 0.59);
    border-radius: 3px;
    color: silver;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}

div.OverlayButton div.button span.icon {
    padding-right: 5px;
}

div.OverlayButton div.button:hover {
    color: white;
    background-color: #22dede;
}

#cesiumContainer {
    position: relative;
    width: 100%;
    height: 400px;
    display: none;
}

#ToolBarSelect {
    background-color: #1d1c1c;
    color: white;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

#ToolBarSelect option {
    background-color: #1d1c1c;
}

div.cesium-viewer-bottom {
    display: none !important;
}

div.TotalEstimate {
    font-size: 18pt;
    margin-top: 20px;
    color: #dedede;
}

div.TotalEstimate span {
    color: #dedede;
}

div#NocBillingTotalSection span.item-right {
    color: #dedede;
}

div#NocBilling {
    width: 100%;
    box-sizing: border-box;
    background-color: #222222;
}

ul#NocBillingItem {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    list-style: none;
    background-color: #222222;
}

ul#NocBillingItem li {
    list-style: none;
    border-bottom: 0;
    padding: 0px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    font-size: medium;
}

ul#NocBillingItem li div.NocBillingItemAmount {
    float: right;
    color: #dedede;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #333333;
    border-radius: 16px;
    font-size: small;
    width: 40px;
    margin-right: 4px;
    margin-left: 4px;
}

ul#NocBillingItem li.DroneFlight div.NocBillingItemAmount {
    color: #f2a003;
}

ul#NocBillingItem li span {
    color: #f2a003;
    display: inline-block;
    margin-left: 5px;
}

div.AutoExpander {
    margin-bottom: 15px;
}

div.AutoExpander div.AutoExpandHead {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.AutoExpander span.icon {
    font-size: inherit !important;
}

div.AutoExpander .AutoExpanderIcon {
    float: right;
    display: inline-block;
}

div.AutoExpander.off .AutoExpanderIcon span.on {
    display: block;
}

div.AutoExpander.off .AutoExpanderIcon span.off {
    display: none;
}

div.AutoExpander.off .AutoExpandBody {
    display: none;
}

div.AutoExpander.on .AutoExpanderIcon span.on {
    display: none;
}

div.AutoExpander.on .AutoExpanderIcon span.off {
    display: block;
}

div.AutoExpander.on .AutoExpandBody {
    display: inherit;
}

div.Map-Icon {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 15px;
    width: 25px;
}

@media screen and (max-width: 799px) {
    div.noc_table {
        display: block;
        padding: 0px 20px 0px 20px;
    }

    div.noc_table>div {
        display: block;
        margin-bottom: 10px;
    }

    div.grid-column div.title {
        padding: 5px 20px 5px 20px;
    }

    div.grid-column div.title div.buttons {
        float: none;
        display: flex;
        justify-content: space-between;
    }

    div.grid-column div.title div.buttons div.button {
        font-size: 12px;
        margin: 5px 0px 5px 0px;
        padding: 3px 5px 3px 5px;
    }

    div#GoogleMapLayer {
        display: block;
    }

    div#GoogleMapLayer.estimated {
        display: block;
    }

    div.GoogleMapCoordinatesScroll {
        margin-top: 20px;
        height: auto;
        overflow: auto;
        background-color: #222222;
        border-radius: 25px;
        padding-left: 4px;
        padding-right: 4px;
    }
}

#infoLayer {
    position: relative;
    left: 0px;
    top: 0px;
    width: 220px;
    height: auto;
    border: 1px black solid;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    z-Index: 10;
    color: silver;
}

#infoLayer div.latlng {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    border: 1px #474747 solid;
    border-radius: 2px;
    box-sizing: border-box;
}

#infoLayer div.latlng div {
    padding: 2px 5px 2px 5px;
    display: block;
    width: 100%;
    text-align: center;
}

div#WayPointConfig table.WaypointTable {
    white-space: nowrap;
    padding-right: 5px;
}

div#WayPointConfig table.WaypointTable tr.info {
    font-size: 10px;
}

div#WayPointConfig table.WaypointTable tr.info td {
    padding: 1px 5px 5px 5px;
}

div#WayPointConfig table.WaypointTable tr.field td {
    padding: 1px 5px 0px 5px;
}

div#WayPointConfig table.WaypointTable input[type=text] {
    width: 100%;
    box-sizing: border-box;
}

div#WayPointConfig div.toolbar {
    padding: 10px;
}

div#WayPointConfig div.toolbar a {
    display: inline-block;
    padding: 2px 5px 2px 5px;
    border: 1px #474747 solid;
    border-radius: 2px;
    background-color: #e5e5e5;
    color: black;
    margin: 0px 10px 0px 0px;
    font-size: 11px;
}

div#WayPointConfig div.toolbar a:hover {
    background-color: #018aff !important;
    color: white !important;
}

div#WayPointConfig div.toolbar a.linkOK {
    background-color: #53a100;
    color: white;
    min-width: 30px;
    text-align: center;
}

div#WayPointConfig div.toolbar a.linkDelete {
    background-color: #fe0000;
    color: white;
}

div#infoLayerClose {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 16px;
    color: red;
}

div#infoLayerClose span.icon {
    font-size: 16px;
    cursor: pointer;
}

table.noc_table {
    width: 100%;
}

table.noc_table tr>td {
    vertical-align: top;
}

table.noc_table tr>td:nth-child(1) {
    white-space: nowrap;
}

table.noc_table tr>td:nth-child(2) {
    width: 100%;
}

table.noc_table span.noc-old-value {
    color: #fe0000;
    text-decoration-color: #fe0000;
    text-decoration: line-through;
}

table.noc_table span.noc-old-value>span {
    color: #1C1C1C;
}

table.noc_table span.noc-new-value {
    display: inline-block;
    color: #53a100;
}

table.noc_table span.noc-new-value>span {
    padding-left: 10px;
}

table.noc_table td.no-padded-values span.noc-new-value>span {
    padding-left: 0px;
}

div.buttons a {
    cursor: pointer;
    border: 1px silver solid;
    border-radius: 5px;
    padding: 0px 10px 4px 10px;
    color: white;
}

div.buttons a.accepted:hover,
div.buttons a.rejected:hover {
    background-color: #018aff;
}

div.buttons a.accepted {
    background-color: #53a100;
}

div.buttons a.rejected {
    background-color: #fe0000;
    margin-left: 20px;
}

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

ul#ULValidations span.icon {
    font-size: inherit !important;
}

ul#ULValidations li {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: 22px 1fr 26px;
}

ul#ULValidations li div.RuleErrors {
    font-size: 10pt;
    color: #646464;
}

ul#ULValidations li div.RuleIcon {
    color: #646464;
}

ul#ULValidations li div.RuleValidation {
    text-align: right;
}

ul#ULValidations li.valid div.RuleName {
    color: #53a100;
}

ul#ULValidations li.valid div.RuleValidation {
    color: #53a100;
}

ul#ULValidations li.invalid div.RuleName {
    color: #fe0000;
}

ul#ULValidations li.invalid div.RuleValidation {
    color: #fe0000;
}

ul#ULValidations li.warning div.RuleName {
    color: #f2a003;
}

ul#ULValidations li.warning div.RuleValidation {
    color: #f2a003;
}

div.NOCValidationError {
    display: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px #f2a003 solid;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: rgba(242, 160, 3, 0.3);
}

div.NOCValidationError div.icon {
    color: #f2a003;
    float: left;
    margin-right: 5px;
}

div.NOCValidationError div.icon * {
    font-size: inherit;
}

div.NOCValidationError>div {
    padding: 5px;
}

div.NOCApprover {
    /*border: 1px #cacaca solid;*/
    padding: 10px;
    background-color: none;
    margin-top: 15px;
}

div.NOCApprover div.title {
    font-size: 14pt;
    font-weight: bold;
}

div.NOCApprover ul {
    margin: 15px 0px 15px 0px;
    padding: 0px;
    list-style: none;
}

div.NOCApprover ul li {
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 2px 0px;
    list-style: none;
    border-bottom: 1px #cacaca solid;
    color: #203d83;
}

div.NOCApprover div.Remarks {
    font-size: 10pt;
}

div.NOCApprover div.StatusInfo {
    font-size: 10pt;
    color: #dedede;
}

div.NOCApprover textarea {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    color: #1C1C1C;
    font-size: 14pt;
    padding: 0px 5px;
}

div.NOCApprover input[type=submit] {
    box-sizing: border-box;
    padding: 0px 5px;
    color: #1C1C1C;
    font-size: 14pt;
}

/*#uaszonesbtndropdown_ul {
    position: inherit !important;
    transform: none !important;
}*/
#uaszonesbtndropdown .alert-warning {
    background: #F5CD80;
}

#uaszonesbtndropdown .alert-warning span {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

#uaszonesbtndropdown_ul .alert-dark span {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

/* #uaszonesbtndropdown_ul {
    max-height: 255px;
    min-height: 255px;
    overflow-y: auto;
    margin-top: 45px;
}

    #uaszonesbtndropdown_ul::-webkit-scrollbar {
        width: 5px;
    } */

#dropdownBtnRightCol {
    display: flex;
    justify-content: end;
}

.tooltip-part {
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 10px;
    white-space: nowrap;
    cursor: pointer;
}

#dropdownBtnRightCol div {
    cursor: pointer;
}

/*.dropdown-toggle::after {
    float: right !important;
    position: absolute;
    right: 13px;
    top: 17px;
    display: block;
}*/

.fulllat_lng {
    width: 80% !important;
}

.activeCount {
    color: #EFCE8B;
}

.inactiveCount {
    color: #EFCE8B;
}