
.half-width {
  width: 48%;
  display: inline-flex;
}
/*
input.ng-invalid.ng-touched {
  background-color: #FA787E;
}*/
.padding {
  padding: 10px;
}
.development-warning {
  display: none;
  color: red;
}
.demo {
  display: none;
  color: blue;
}
body.development-environment .development-warning {
  display: block;
}
body.demo-environment .demo-warning {
  display: block;
}

md-toast[md-theme=warn] {
  background-color: #F44336;
  border-radius: 2px;
}

[ui-view].ng-enter,
[ui-view].ng-leave {
  -webkit-transition: opacity ease-in-out 200ms;
  transition: opacity ease-in-out 200ms;
}
[ui-view].ng-enter,
[ui-view].ng-leave.ng-leave-active {
  opacity: 0;
}
[ui-view].ng-enter.ng-enter-active {
  opacity: 1;
}
.Page.ng-leave.ng-leave-active {
  display: none;
}
@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.5, 1.5);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes popOut {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.4, 0.4);
  }
  to {
    opacity: 0;
    transform: scale(0, 0);
  }
}
.fadeInPop {
  transform: scale(1, 1);
  animation: popIn 0.5s linear;
}
.fadeInPop.ng-hide-add,
.fadeInPop.ng-leave {
  transform: scale(1, 1);
  animation: popOut 0.25s linear;
}

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













.content img.content-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0.8;
  background-position: center center;
  background-size: cover;
}
.position-relative {
  position: relative;
}



.delete-button {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 150;
  color: white;
}
.delete-button-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.carrierItem {
  display: inline-block;
  width: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}
.bannerOptions {
  padding-left: 200px;
}































.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity: 0;
  left: -50px;
}
.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity: 1;
  left: 0px;
}
.animated.fadeInDown.ng-leave {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.as-sortable-dragging {
  border: 1px dotted #000 !important;
}
.cancelGreen.sweet-alert button.cancel {
  background-color: #46c37b;
}
.bg-insight-grey {
  background-color: #99a4ad;
  color: white;
}
.text-insight-grey {
  color: #99a4ad;
}
.bg-insight-orange {
  background-color: #bd4a26;
  color: white;
}
.text-insight-orange {
  color: #bd4a26;
}
.badge-insight-orange {
  background-color: #bd4a26;
}
.bg-insight-blue {
  background-color: #131d28;
  color: white;
}
.text-insight-blue {
  color: #131d28;
}
.bg-insight-green {
  background-color: #006838;
}
.text-insight-green {
  color: #006838;
}
.banner .breadcrumb a {
  color: #FFF;
}
.banner .breadcrumb > .active {
  color: #AAA;
}
.btn-insight-orange {
  color: #fff;
  background-color: #bd4a26;
  border-color: #7d3119;
}
.btn-insight-orange:hover,
.btn-insight-orange:active,
.btn-insight-orange:focus {
  color: #fff;
  background-color: #7d3119;
  border-color: #bd4a26;
}
.badge.with-icon i {
  border-right: solid 1px white;
  padding-right: 5px;
  margin-right: 5px;
}
.push-150-t {
  margin-top: 150px !important;
}
.content.content-no-padding {
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}
a[disabled="disabled"] {
  opacity: 0.5;
}
.full-width {
  width: 100%;
}
.main-container .progress-bar.active,
.main-container .progress.active .progress-bar {
  animation: none;
  -webkit-animation: none;
}
input.ng-invalid,
select.ng-invalid {
  border: solid 1px red;
}
.fc-event-container {
  cursor: pointer;
}
.required .form-material label {
  color: #d26a5c;
}
.item.item-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.block.block-bordered.border-danger,
.border-danger {
  border-color: #d26a5c;
}
.border-dashed {
  border-style: dashed;
}
.strikethrough {
  text-decoration: line-through;
}
/*.recurring-event:before {
    content: "\1f4c5";
    font-size:1.5em;
    color:yellow;
}*/
.flight-override {
  border: dashed 2px #000;
}
/*.flight-override:before {
  content: "\2605";
  font-size:1.5em;
  color: #000;
}*/
.failed-risk {
  border: dashed 2px #f3b760;
}
/*.failed-risk:before {
  content: "\26A0";
  font-size:1.5em;
  color:#f3b760;
}*/
.failed-compliance {
  border: dashed 2px red;
}
.flight-denied {
  background: repeating-linear-gradient(45deg, #831100, /* Yellow */ #831100 10px, #000 10px, #000 20px) !important;
  color: #fff !important;
}
.flight-denied.fc-list-item:hover td {
  background-color: inherit !important;
}
/*.failed-compliance:before {
  content: "\26A0";
  font-size:1.5em;
  color:red;
}*/
/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */
.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url('/img/Flags/flags.png') no-repeat;
}
.flag.flag-mx {
  background-position: -16px 0;
}
.flag.flag-ca {
  background-position: 0 0;
}
.flag.flag-us {
  background-position: 0 -11px;
}
.border-thick {
  border: 2px solid #464646;
}
.sidebar-o .sidebar-mini-show {
  opacity: 0;
  display: none;
}
.sidebar-o.sidebar-mini .sidebar-mini-show {
  opacity: 1;
  display: inline;
}
.sidebar-o.sidebar-mini :hover .sidebar-mini-show {
  opacity: 0;
  display: none;
}
.force-pointer {
  cursor: pointer;
}
.ng-hide.ng-hide-animate {
  display: none !important;
}
.st-sort-ascent:after {
  content: '\f0de';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
.st-sort-descent:after {
  content: '\f0dd';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
/**
Risk hazard table
 */
.table-square tr.square td,
.table-square tr.square th {
  width: 100px;
  height: 100px;
  border: solid 1px #bbb;
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.table-square td:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.block-opt-refresh > .block-content-full {
  opacity: 0.15;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  canvas.chart-canvas {
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto!important;
    width: auto!important;
  }
  .no-break {
    page-break-inside: avoid;
  }
}
.impersonation-banner {
  background-color: #fc0;
  color: #000;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  top: 60px;
  width: 100%;
  z-index: 1000;
  position: absolute;
  left: 0%;
}
.border-insight {
  border: 3px solid #bd4a26;
}
.backdrop-blackout {
  opacity: 0.9 !important;
  backdrop-filter: blur(40px);
}
.scrollable {
  overflow-x: auto;
  scroll-behavior: auto;
}












.insight-badge-holder {
  position: relative;
  height: 80px;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
}
.insight-badge {
  background-image: url('/img/Badges/badge-clear.png');
  height: 70px;
  width: 70px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.insight-badge i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.insight-badge-text {
  transition: all 0.5s ease;
  position: absolute;
  left: 35px;
  top: 50%;
  height: 50px;
  transform: translateY(-50%);
  width: 0;
  padding-left: 40px;
  color: white;
  z-index: 50;
  border-radius: 10px;
  overflow: hidden;
}
.insight-badge-text h4 {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.text-insight-orange .insight-badge-text {
  background-color: #bd4a26;
}
.text-insight-green .insight-badge-text,
.text-insight-blue .insight-badge-text {
  background-color: #006838;
}
.insight-badge-active .insight-badge-text {
  width: 90%;
  max-width: 240px;
}
.insight-badge h5 {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) translate(-50%);
  font-size: 2.2em;
}
.text-insight-orange .insight-badge h5,
.text-insight-green .insight-badge h5 {
  color: white;
}
.text-insight-blue .insight-badge h5 {
  color: black;
}
.text-insight-green .insight-badge {
  background-image: url('/img/Badges/badge-green.png');
}
.text-insight-blue .insight-badge {
  background-image: url('/img/Badges/badge-clear.png');
}
.text-insight-orange .insight-badge {
  background-image: url('/img/Badges/badge-orange.png');
}
.insight-badge-mini {
  background-image: url('/img/Badges/badge-green.png');
  height: 35px;
  width: 35px;
  background-size: cover;
  position: relative;
  float: right;
}
.insight-badge-mini h5 {
  color: inherit;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) translate(-50%);
  font-size: 1em;
  color: white;
}


.ribbon-insight-orange .ribbon-box {
  background-color: #bd4a26;
}







.carrier-button {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}



.new-line-white-space {
  white-space: pre-line;
}


.carrier-button {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}













.nopadding {
  padding: 0!important;
}





li button.layer-active {
  color: #fff;
  background-color: #70b9eb;
  opacity: 1;
}
li button.layer-toggle:hover,
li button.layer-toggle:active,
li button.layer-toggle:focus {
  color: #e8e8e8;
}
li button.layer-active:hover,
li button.layer-active:active,
li button.layer-active:focus {
  background-color: #6bb0e0;
}

.font-s24 {
  font-size: 24px !important;
}











textarea.token-holder {
  width: 100%;
  height: 200px;
}

.swal-wide {
  width: 70% !important;
  margin-left: -35% !important;
}
.swal-wide p.lead {
  font-size: 11px;
  word-wrap: break-word;
}



.form-material.oversize > .form-control:focus + label,
.form-material.oversize.floating.open > label {
  font-size: 24px;
  font-weight: 600;
  cursor: default;
  transform: translateY(-38px);
}
.form-material.oversize.floating > label {
  font-size: 24px;
  font-weight: 400;
  cursor: text;
  z-index: 10;
  transition: all 0.15s ease-out;
  transform: translateY(0);
}
.oversize {
  font-size: 24px;
}
.oversize input {
  font-size: 24px;
}





















.jumbotron {
  text-align: center;
}

.jumbotron {
  text-align: center;
}

.jumbotron {
  text-align: center;
}
.bg-darken {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 74, 89, 0.83);
}
.bg-darken-orange {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(189, 74, 38, 0.91);
}
.block-highlight {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ffffff 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ffffff 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ffffff 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s ease;
}
table:hover .block-highlight {
  background-position: left bottom;
}
.slider-block table {
  height: 85px;
}
/*.slider-block table .block-highlight {
  height:85px;
}*/
.highlight {
  position: relative;
  z-index: 100;
  transition: all 1s ease;
}
table:hover .highlight {
  color: #FFF;
}
.border-pop {
  border: solid 3px transparent;
  transition: all 1s linear;
}
.border-pop:hover {
  border: solid 3px black;
}
.bg-image.banner {
  height: 300px;
}
.fadeInSlow {
  animation-name: fadeIn;
  animation-delay: 1s;
  animation-duration: 2s;
}

.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-6-4 17:1:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}


.menuitem {
  margin-bottom: 5px;
}
[ng-click],
[data-ng-click],
[data-ui-sref],
[ui-sref],
[x-ng-click] {
  cursor: pointer;
}

.bg-logo {
  background-image: url('/img/Logo/FlightInsight-DarkTransparent.png');
  background-repeat: no-repeat;
  background-position: 65% 50%;
}
.fill-height {
  height: 100%;
}




.side-header.side-content {
  padding-top: 14px;
}
ul.nav-main {
  margin: 0 -20px 50px -20px;
}
.side-header.side-content a.h5 {
  height: 30px;
}
.sidebar-o.sidebar-mini  .sidebar-mini-icon {
  width: 50px;
  margin-left: -10px;
  background-image: url("/img/Logo-Full-Horizontal/FlightInsight-Horizontal-White-Compressed.png");
}
.sidebar-o.sidebar-mini :hover .sidebar-mini-hide {
  opacity: 1;
}


#sidebar {
  background-image: url('/img/Logo/FlightInsight-DarkerTransparent.png');
  background-repeat: no-repeat;
  background-position: 65% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}




.terms-spacer {
  height: 300px;
  overflow-y: scroll;
}

















.map-help-icons {
  width: 20px;
  height: 20px;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.map-polygon-button {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjIwIiAgIGhlaWdodD0iMjAiICAgdmlld0JveD0iMCAwIDIwIDIwIiAgIGlkPSJzdmcxOTE2NyIgICB2ZXJzaW9uPSIxLjEiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45MStkZXZlbCtvc3htZW51IHIxMjkxMSIgICBzb2RpcG9kaTpkb2NuYW1lPSJzcXVhcmUuc3ZnIj4gIDxkZWZzICAgICBpZD0iZGVmczE5MTY5IiAvPiAgPHNvZGlwb2RpOm5hbWVkdmlldyAgICAgaWQ9ImJhc2UiICAgICBwYWdlY29sb3I9IiNmZmZmZmYiICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIgICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiAgICAgaW5rc2NhcGU6em9vbT0iMTEuMzEzNzA4IiAgICAgaW5rc2NhcGU6Y3g9IjExLjY4MTYzNCIgICAgIGlua3NjYXBlOmN5PSI5LjI4NTcxNDMiICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjEiICAgICBzaG93Z3JpZD0idHJ1ZSIgICAgIHVuaXRzPSJweCIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTI4MCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijc1MSIgICAgIGlua3NjYXBlOndpbmRvdy14PSIwIiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjIzIiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIgICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+ICAgIDxpbmtzY2FwZTpncmlkICAgICAgIHR5cGU9Inh5Z3JpZCIgICAgICAgaWQ9ImdyaWQxOTcxNSIgLz4gIDwvc29kaXBvZGk6bmFtZWR2aWV3PiAgPG1ldGFkYXRhICAgICBpZD0ibWV0YWRhdGExOTE3MiI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZSAvPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgMSIgICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiICAgICBpZD0ibGF5ZXIxIiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMTAzMi4zNjIyKSI+ICAgIDxwYXRoICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiICAgICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7dmlzaWJpbGl0eTp2aXNpYmxlO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC41O21hcmtlcjpub25lO2VuYWJsZS1iYWNrZ3JvdW5kOmFjY3VtdWxhdGUiICAgICAgIGQ9Im0gNSwxMDM5LjM2MjIgMCw2IDIsMiA2LDAgMiwtMiAwLC02IC0yLC0yIC02LDAgeiBtIDMsMCA0LDAgMSwxIDAsNCAtMSwxIC00LDAgLTEsLTEgMCwtNCB6IiAgICAgICBpZD0icmVjdDc3OTciICAgICAgIHNvZGlwb2RpOm5vZGV0eXBlcz0iY2NjY2NjY2NjY2NjY2NjY2NjIiAvPiAgICA8Y2lyY2xlICAgICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7dmlzaWJpbGl0eTp2aXNpYmxlO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS42MDAwMDAwMjttYXJrZXI6bm9uZTtlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlIiAgICAgICBpZD0icGF0aDQzNjQiICAgICAgIGN4PSI2IiAgICAgICBjeT0iMTA0Ni4zNjIyIiAgICAgICByPSIyIiAvPiAgICA8Y2lyY2xlICAgICAgIGlkPSJwYXRoNDM2OCIgICAgICAgc3R5bGU9ImNvbG9yOiMwMDAwMDA7ZGlzcGxheTppbmxpbmU7b3ZlcmZsb3c6dmlzaWJsZTt2aXNpYmlsaXR5OnZpc2libGU7ZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxLjYwMDAwMDAyO21hcmtlcjpub25lO2VuYWJsZS1iYWNrZ3JvdW5kOmFjY3VtdWxhdGUiICAgICAgIGN4PSIxNCIgICAgICAgY3k9IjEwNDYuMzYyMiIgICAgICAgcj0iMiIgLz4gICAgPGNpcmNsZSAgICAgICBpZD0icGF0aDQzNzAiICAgICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7dmlzaWJpbGl0eTp2aXNpYmxlO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS42MDAwMDAwMjttYXJrZXI6bm9uZTtlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlIiAgICAgICBjeD0iNiIgICAgICAgY3k9IjEwMzguMzYyMiIgICAgICAgcj0iMiIgLz4gICAgPGNpcmNsZSAgICAgICBzdHlsZT0iY29sb3I6IzAwMDAwMDtkaXNwbGF5OmlubGluZTtvdmVyZmxvdzp2aXNpYmxlO3Zpc2liaWxpdHk6dmlzaWJsZTtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuNjAwMDAwMDI7bWFya2VyOm5vbmU7ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZSIgICAgICAgaWQ9InBhdGg0MzcyIiAgICAgICBjeD0iMTQiICAgICAgIGN5PSIxMDM4LjM2MjIiICAgICAgIHI9IjIiIC8+ICA8L2c+PC9zdmc+);
}
.map-waypoint-button {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjIwIiAgIGhlaWdodD0iMjAiICAgdmlld0JveD0iMCAwIDIwIDIwIiAgIGlkPSJzdmcxOTE2NyIgICB2ZXJzaW9uPSIxLjEiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45MStkZXZlbCtvc3htZW51IHIxMjkxMSIgICBzb2RpcG9kaTpkb2NuYW1lPSJsaW5lLnN2ZyI+ICA8ZGVmcyAgICAgaWQ9ImRlZnMxOTE2OSIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIGlkPSJiYXNlIiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxLjAiICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOnpvb209IjE2IiAgICAgaW5rc2NhcGU6Y3g9IjEyLjg5ODc3NSIgICAgIGlua3NjYXBlOmN5PSI5LjU4OTAxNTIiICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjEiICAgICBzaG93Z3JpZD0idHJ1ZSIgICAgIHVuaXRzPSJweCIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTI4MCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijc1MSIgICAgIGlua3NjYXBlOndpbmRvdy14PSIwIiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjIzIiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIgICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+ICAgIDxpbmtzY2FwZTpncmlkICAgICAgIHR5cGU9Inh5Z3JpZCIgICAgICAgaWQ9ImdyaWQxOTcxNSIgLz4gIDwvc29kaXBvZGk6bmFtZWR2aWV3PiAgPG1ldGFkYXRhICAgICBpZD0ibWV0YWRhdGExOTE3MiI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZSAvPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgMSIgICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiICAgICBpZD0ibGF5ZXIxIiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMTAzMi4zNjIyKSI+ICAgIDxwYXRoICAgICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7dmlzaWJpbGl0eTp2aXNpYmxlO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MzttYXJrZXI6bm9uZTtlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlIiAgICAgICBkPSJtIDEzLjUsMTAzNS44NjIyIGMgLTEuMzgwNzEyLDAgLTIuNSwxLjExOTMgLTIuNSwyLjUgMCwwLjMyMDggMC4wNDYxNCwwLjYyNDQgMC4xNTYyNSwwLjkwNjMgbCAtMy43NSwzLjc1IGMgLTAuMjgxODM2LC0wLjExMDIgLTAuNTg1NDIxLC0wLjE1NjMgLTAuOTA2MjUsLTAuMTU2MyAtMS4zODA3MTIsMCAtMi41LDEuMTE5MyAtMi41LDIuNSAwLDEuMzgwNyAxLjExOTI4OCwyLjUgMi41LDIuNSAxLjM4MDcxMiwwIDIuNSwtMS4xMTkzIDIuNSwtMi41IDAsLTAuMzIwOCAtMC4wNDYxNCwtMC42MjQ0IC0wLjE1NjI1LC0wLjkwNjIgbCAzLjc1LC0zLjc1IGMgMC4yODE4MzYsMC4xMTAxIDAuNTg1NDIxLDAuMTU2MiAwLjkwNjI1LDAuMTU2MiAxLjM4MDcxMiwwIDIuNSwtMS4xMTkzIDIuNSwtMi41IDAsLTEuMzgwNyAtMS4xMTkyODgsLTIuNSAtMi41LC0yLjUgeiIgICAgICAgaWQ9InJlY3Q2NDY3IiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPiAgPC9nPjwvc3ZnPg==);
}







































textarea {
  width: 100%;
  padding: 1em;
  text-align: left;
  border: 1px solid #000;
}
.boxSizing-borderBox {
  box-sizing: border-box;
}


















.contentSchedule {
  margin: 0 auto;
  padding: 5px 30px 1px;
  max-width: 100%;
  padding-bottom: 5px;
}
.timeLableWarning {
  background-color: #f3b760;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  /* font-weight: bold; */
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.no-bullets {
  list-style-type: none;
  padding-left: 0;
}
.no-bullets li {
  margin-bottom: 5px;
  /* Add some spacing between items */
}





#legend {
  font-family: Arial, sans-serif;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  position: absolute;
  bottom: 0px;
  right: calc(100% - 376px);
  left: 20px;
  z-index: 1000;
  font-size: 0.7em;
  width: 160px;
  border: 1px solid #333;
  color: #fff;
}
#legend h3 {
  margin-top: 0;
  font-size: 1.3em;
  padding-bottom: 10px;
}
#legend img {
  vertical-align: middle;
  width: 2em;
}
.map {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 600px;
  top: 0;
  right: 0;
}
.map-container {
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  min-height: 600px;
}
.marker {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.legendItem {
  display: block;
  vertical-align: middle;
}
.legendIcon {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-mask-image: url('../img/icons/circle.svg');
  mask-image: url('../img/icons/circle.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
}
.legendItem .title {
  line-height: 20px;
  display: inline-block;
}
.scheduled {
  background-color: #6795F8;
}
.completed {
  background-color: #00E85D;
}
.requested {
  background-color: #ffb8b8;
}
.cancelled {
  background-color: #f3b760;
}
.declined {
  background-color: #777276;
}
.conflict {
  background-color: #ff0000;
}
#legend .legendItem .aircraft {
  height: 20px;
  width: 20px;
}
.map-alert {
  background-image: url('../img/icons/alert.png');
  -webkit-background-image: url('../img/icons/alert.png');
  -webkit-mask-image: none;
  mask-image: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.marker.uav.fixedwing {
  -webkit-mask-image: url(../img/icons/uav_fixedwing.svg);
  mask-image: url(../img/icons/uav_fixedwing.svg);
  mask-size: 90%;
  -webkit-mask-size: 90%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background: currentColor;
}
.marker.uav.multicopter {
  -webkit-mask-image: url(../img/icons/uav_multicopter.svg);
  mask-image: url(../img/icons/uav_multicopter.svg);
  mask-size: 90%;
  -webkit-mask-size: 90%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background: currentColor;
}
.marker.manned.fixedwing {
  -webkit-mask-image: url('../img/icons/manned_fixedwing.svg');
  mask-image: url('../img/icons/manned_fixedwing.svg');
  mask-size: 75%;
  -webkit-mask-size: 75%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background: currentColor;
}
.marker.manned.helicopter {
  -webkit-mask-image: url('../img/icons/manned_helicopter.svg');
  mask-image: url('../img/icons/manned_helicopter.svg');
  mask-size: 90%;
  -webkit-mask-size: 90%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background: currentColor;
}
.marker.helipad {
  -webkit-mask-image: url('../img/icons/helipad.svg');
  mask-image: url('../img/icons/helipad.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background: currentColor;
}
.marker.airport {
  -webkit-mask-image: url('../img/icons/airport.svg');
  mask-image: url('../img/icons/airport.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background: currentColor;
}
.marker.alert {
  -webkit-mask-image: url('../img/icons/alert.svg');
  mask-image: url('../img/icons/alert.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background: currentColor;
}
.marker.alert {
  -webkit-mask-image: url('../img/icons/alert.svg');
  mask-image: url('../img/icons/alert.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background: currentColor;
}
.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.legendTab {
  padding: 0 10px 0 10px;
  text-align: center;
}
.legendTab.active {
  border-bottom: 1px solid #FFF;
}
.legendTabContent {
  margin-top: 10px;
}
#playerControls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@keyframes flashHighlight {
  0%,
  100% {
    border-color: transparent;
  }
  50% {
    border-color: yellow;
  }
}
.flash-highlight {
  border: 2px solid transparent;
  /* Initial border */
  animation: flashHighlight 1s ease-in-out 3;
  /* Animation duration and repeat */
}










































.dropdown-region {
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 1;
}
.dropdown-region li {
  padding: 10px;
  cursor: pointer;
}
.dropdown-region li:hover {
  background-color: #f0f0f0;
}
.selected-badges {
  margin-top: 10px;
}
.remove-badge {
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
.align-options {
  display: flex;
  flex-direction: column;
}
.margin5 {
  margin: 5px;
}






.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}




.sidebar-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}



.Register {
  padding-top: 40px;
}



/*# sourceMappingURL=app.css.map */
