/* Main Layouts including menu pages and media boxes */

:root {
   --control-flex-basis: 28px;
   --top-bar-height: 40px;

   /* Color Palette */
   --light-gray: #ccc;
   --lighter-gray: #f5f5f5;
   --medium-gray: #a0a0a0;
   --warning-color: #ffc107;
   --zafire-yellow: #dddb39;
   --zafire-yellow-light: #e9e89a;
   --zafire-yellow-dark: #b1af2e;
   --zafire-yellow-darker: #9ea426;
   --disabled-opacity: 0.5;

   --flight-info-line-height: 28px;

   --flight-bar-icon-size: 20px;
   --flight-bar-alert-icon-margin: 3px;

   /* Planner Color Palette */
   --fp-red: #f44336;
   --fp-green: #4caf50;
   --fp-amber: #ff9800;
   --fp-light-gray: #f5f5f5;
   --fp-flat-gray: #9e9e9e;
   --fp-blue-gray: #78909c;
   --fp-yellow: #ffcb4c;
   --fp-gold: #d4af37;
   --fp-dark-blue: #365075;
}

* {
   box-sizing: border-box; -o-box-sizing: border-box; -icab-box-sizing: border-box; -khtml-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

body {
   font: 11px Verdana; /* global font */
   padding: 0px;
   margin: 0px;
   margin-top: 10px;
   background-color: #1e2326;
}

label {
   display: inline-table;
   vertical-align: top;
}

html.cursorBusy, html.cursorBusy * {
  cursor: wait !important;
}

*html
{
   height: 100%;
}

*body
{
   height: 100%;
}

/* Set widths by changing .BannerBox, .MainMenuBox and .TopMenuBox accordingly */
/* Note that these classes are continued in the main section below and the dimensions */
/* are only set here for ease of editing. Applications should really alter these */
/* values using custom.css */

.ui-menu .ui-menu-item a
{
   min-width: 100%;
   background: var(--zafire-yellow);
   color: black;
   white-space: nowrap;
   display: inline-block;
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
}
.ui-menu .ui-menu-item a:hover
{
   background-color: var(--zafire-yellow-light);
   color: black;
}

.ui-menu .ui-menu-divider
{
   margin: 5px -2px 5px -3px;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em
}

.ui-widget-content
{
   border: 1px solid var(--zafire-yellow-dark);
   background: none;
   background-color: var(--zafire-yellow);
   min-width: 224px;
}

.ui-widget-content.flight-planner-tooltip {
   width: auto;
   min-width: 0;
   box-shadow: 0px 0px 5px #aaa;
   white-space: normal;
}

.ui-tooltip.flight-planner-tooltip {
   min-width: 435px;
   max-width: 435px;
}

 .ui-state-focus, .ui-widget-content .ui-state-focus
 {
   border: 1px solid var(--zafire-yellow);
 }

.ui-menu .ui-menu-item a.ui-state-active
{
   border: 1px solid var(--zafire-yellow-light);
   background-color: var(--zafire-yellow-light);
}

.ui-menu .ui-menu-icon
{
   display: block;
   width: 15px;
}

.fusion-ie-menu-item
{
   margin-right: 15px\11;
}

.BannerBox   { width: 1080px; height: 60px; }
.TopMenuBox  { width: 900px; }
.MainMenuBox { width: 180px; }
.MenuItems { max-height: 600px; overflow: auto; }

.MenuDisabled {
   filter: alpha(opacity= 25);
    -moz-opacity: .25;
    opacity: .25;
}


/* Set main form background by altering .MainBox and .TableCell below */

.LaunchScreen
{
   height: 500px;
   padding-top: 20px;
   padding-left: 30px;
   color: white;
}

.LaunchScreen a
{
   color: white;
   font-weight: bold;
}

.LoadingScreen
{
   height: 500px;
   padding-top: 20px;
   padding-left: 30px;
   background-image: url('../../images/fusion/wait_small.gif');
   background-repeat: no-repeat;
   background-position: 5 20;
}

.MainBox
{
   font: 11px Verdana; /* global font */
   border: 10px solid black;
   background: black;
}
   .TableCell {
      background-color: black;
   }



   .BannerBox {
      color: white;
      padding: 0px;
   }
      .MainBannerButton {
         top: 0px;
         left: 0px;
         width: 10px;
         height: 10px;
         float: right;
         display:inline-block;
         cursor:pointer;
         font-size: 8pt;
      }

      .BannerLeft {
         float: left;
         font-size: 8pt;
      }

      .BannerCenter {
         position: relative;
         margin-left: 250px;
         margin-top: 5px;
         font-size: 14pt;
         padding: 5px;
      }

      .BannerRight {
         float: right;
         font-size: 8pt;
         padding: 5px;
      }

   .TopMenuBox {
      background: var(--zafire-yellow);    /* 221 219 57 */
      border: 1px solid var(--zafire-yellow-darker);
      margin-bottom: 0px !important;
      margin-left: 0px;
      margin-top: 0px;
      padding-left: 0px !important;
      text-align: left !important;
      overflow: hidden;

   }
      .TopMenu {
         padding-left:20px;
         padding-top:3px;
         position:relative;
         margin:0px;
         text-align:left;
         border:none;
         height: 26px;
         width: 1000px;
         font-size:  11pt;
         font-weight: normal;
         font-family: verdana;
      }

         .TopMenuImage {
            border:none;
            vertical-align:top;
            margin-right:3px;
         }

         .TopMenu a {
            display: inline-block;
            margin: 0px;
            margin-top: -6px;
            padding-top: -6px;
            cursor: pointer;
            text-decoration: none;
            height: 30px;
            padding: 6px 6px 6px 6px;
            border-bottom: 0px none black;
            border-left: 1px solid #EEEECD;
            border-right: 1px solid var(--zafire-yellow-darker);
         }



         .TopMenuBlank {
            margin: 0px;
            color: var(--zafire-yellow-light);
            height: 100%;
            padding: 3px 6px 6px 6px;
            border-bottom: 0px none black;
            border-left: 1px solid #EEEECD;
            border-right: 1px solid var(--zafire-yellow-darker);
         }

         .TopMenuItem {
            background: var(--zafire-yellow);
            font-weight: normal;
            color: black;
         }

         .TopMenuSelect {
            font-weight: bold;
            background-color: var(--zafire-yellow-light);
            color: black;
         }

         .TopMenu a:hover {
            background-color: var(--zafire-yellow-light);
            color: black;
         }

   .MainMenuBox {
      padding-bottom: 20px;
      overflow: hidden;
   }
      .MainMenuButton {
         color: white;
         width: 10px;
         height: 15px;
         display:inline-block;
         cursor:pointer;
         font-size: 8pt;
         padding-left: 2px;
      }

      .MainMenu {
         padding-left: 5px;
         padding-top: 30px;
         position:relative;
         margin-top: 10px;
         text-align:left;
         border:none;
         margin-left: 0px;
      }
         .MainMenu a {
            font-family: arial;
            font-size:  11pt;
            padding:5px;
            padding-left: 20px;
            display:inline-block;
            margin:0px;
            border: none;
            margin-bottom: 5px;
            margin-right: 10px;
            cursor:pointer;
            text-decoration:none;
            color:white;
            width: 160px;
         }

            .MainMenu a:hover {
               display:inline-block;
               border: none;
               cursor:pointer;
               color:white;
               background: #262626 url(../../images/menubullet.jpg) no-repeat 0px 0px;
               background-position: 6px 8px;

            }


   .MainFormBox {
      background-color: #FBFBFB;
      min-height: 500px;
      padding-top:2px;
      padding-left:20px;
      border-bottom: 1px solid var(--zafire-yellow-darker);
      border-right: 1px solid var(--zafire-yellow-darker);
   }

      .MainForm {
         font: 11px Verdana; /* global font */
         position: relative;
         margin: 0px;
         text-align:left;
      }


   .MediaBox {
      font-size: 11px; /* global size */
      width:200px;
      padding:0px;
      margin:0px;
      float:right;
      padding-left:10px;
   }

      .MediaBox a {
         text-decoration:none;
         padding: 2px;
         display:inline-block;
         border:1px solid white;
         margin:3px;
         cursor:pointer;
         width:180px;
         color:black;
      }

         .MediaBox a:hover {
            padding: 2px;
            display:inline-block;
            border:1px solid silver;
            background:#f0f0f0;
            margin:3px;
            cursor:pointer;
            width:180px;
         }


   .MenuPage {
      font-size: 11px; /* global size */
      margin:10px;
      width: 820px;
   }

      .MenuPageInfo {
         font-size: 11px; /* global size */
         width: 300px;
         margin: 20px;
         padding: 20px;
         padding-top: 0px;
         float:right;
         border-left:1px solid silver;
      }

      .MenuPage h1 {
         font-size: 16pt;
         font-weight:bold;
         width:800px;
         border-bottom:1px solid #dddddd;
      }

      .MenuPage h2 {
         font-size: 14pt;
         font-weight:bold;
         margin:0px;
      }

      .MenuPage h3 {
         font-size: 12pt;
         font-weight:bold;
         margin:0px;
      }

      .MenuPage h4 {
         font-size: 11pt;
         font-weight:bold;
         margin:0px;
      }

      .MenuPage h5 {
         font-size: 9pt;
         font-weight:bold;
         margin:0px;
      }

      .MenuPage h6 {
         font-size: 8pt;
         font-weight:bold;
         margin:0px;
      }

      .MenuPageName {
         text-decoration:underline;
         color:blue;
         font-weight:bold;
         width:350px;
         margin-bottom:0px;
      }

      .MenuPageDesc {
         display:inline-block;
         width:350px;
         margin-top:0px;
      }

      .MenuPageImage {
         float:left;
         margin-right:10px;
         border:none;
         width:32px;
      }

      .MenuPage a {
         text-decoration:none;
         padding: 2px;
         display:inline-block;
         border:1px solid white;
         margin:3px;
         cursor:pointer;
         width:400px;
         color:black;
      }

         .MenuPage a:hover {
            padding: 2px;
            display:inline-block;
            border:1px solid silver;
            background:#f0f0f0;
            margin:3px;
            cursor:pointer;
            width:400px;
         }


   .FooterBox {
      color: white;
      font-size: 10pt;
      height: 30px;
      padding: 5px;
   }


.debugWindow {
   overflow: auto;
   width: 100%;
   height: auto;
   font-size: 8pt;
   background: white;
   border: 1px solid #555;
   padding: 20px;
   z-index: 10000;
}

.debugStatus {
   overflow: auto;
   width: 100%;
   height: auto;
   font-size: 8pt;
   background: white;
   color: #000099;
   border: 1px solid #555;
   padding: 20px;
   z-index: 10000;
}

.TopMenuDropDownContainer
{
   width: auto;
   height: auto;
   border: 1px solid silver;
   min-width: 220px;
   margin:0px;
   text-align:left;
   border:none;
   font-size:  11pt;
   font-weight: normal;
   font-family: verdana;
}

.TopMenuDropDownItem
{
   cursor: pointer;
   text-decoration: none;
   height: 100%;
   padding: 3px 6px 6px 6px;
   margin: 0px;
   word-break: break-all;
   width: 220px;
   display: block;
   background: var(--zafire-yellow);
   font-weight: normal;
   color: black;
}

.TopMenuDropDownItem:hover
{
   background-color: var(--zafire-yellow-light);
   color: black;
}

/* Faders, popups and Blockers */
/* Faders, popups and Blockers */
/* Faders, popups and Blockers */



.WinCont {
   font-size: 11px; /* global size */
   background-color: var(--zafire-yellow);
   overflow: visible;
   border: 2px solid black;
}

   .WinTitle {
      text-align: center;
      font-weight: bold;
      font-size: 9pt;
      padding: 4px;
   }

   .CloseButton {
      cursor: pointer;
   }

   .WinClientBox {
      background-color: white;
      overflow: auto;
      border: 1px solid silver;
   }
      .WinClient {
         overflow-y: auto;
         overflow-x: hidden;
         border: none;
         box-sizing: content-box;
      }


.BlackBlocker {
   width: 100%;
   height: 100%;
   background-image:url(../../images/fusion/blackout.png);
   background-repeat:repeat;
}

* html .BlackBlocker { /*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

body > .BlackBlocker { position: fixed; top: 0px; left: 0px; }

.TransBlocker {
   width: 100%;
   height: 100%;
   background-image:url(../../images/fusion/transparent.png);
   background-repeat:repeat;
}

* html .TransBlocker { /*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

body > .TransBlocker { position: fixed; top: 0px; left: 0px; }

.WhiteBlocker {
   width: 100%;
   height: 100%;
   background-image:url(../../images/fusion/whiteout.png);
   background-repeat:repeat;
}

* html .WhiteBlocker { /*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

body > .WhiteBlocker { position: fixed; top: 0px; left: 0px; }


.PlannerDiv {
   border: 0px;
   margin: 0px;
   padding: 0px;
   position: absolute;
   display:table-cell;
   vertical-align:middle;
   white-space: nowrap;
   font: 11px Verdana;
}

.PlannerTask
{
   position: absolute;
   height: 20px;
   overflow: hidden;
   line-height: 19px;
}

.PlannerTaskSelected
{
   font-style: italic;
   filter: alpha(opacity= 50);
   -moz-opacity: .50;
   opacity: .50;
}

.PlannerHeading
{
   font-size: 9px;
   font-weight: bold;
   text-align: center;
   display: table-cell;
   vertical-align: middle;
   line-height: 18px;
}

.PlannerHeadingMonth
{
   padding: 0px 10px 0px 10px;
}

.PlannerResize
{
   border: 3px solid blue;
   overflow: hidden;
}

.PlannerDebug
{
   padding: 4px;
   font-size: 10px;
   background: white;
   border: 1px solid silver;
   display: none;
}

.PlannerPanel
{
   padding: 4px;
   font-size: 10px;
   background: white;
   border: 1px solid silver;
}

.PlannerPanel h1
{
   text-align: center;
   font-size: 16px;
}

.PlannerLogo
{
   width: 100%;
   height: 100%;
   background: white;
}

.PlannerResource
{
   position: absolute;
   background: none;
   height: 20px;
   padding: 4px;
   white-space: normal !important;
   text-align: center;
   overflow: hidden;
}

#planner-resource-window::-webkit-scrollbar {
  width: 0 !important
}

.PlannerIncident
{
   position: absolute;
   width: 290px;
   height: 19px;
   overflow: hidden;
   margin: 0px;
}


.PlannerIncidentHighlight
{
   height: 19px;
   width: 18px;
   padding: 2px 0px 0px 4px;
   cursor: hand;
   border-right:1px solid silver;
}

.PlannerIncidentCode
{
   height: 19px;
   width: 60px;
   padding: 2px 0px 0px 4px;
   overflow: hidden;
}

.PlannerIncidentName
{
   height: 19px;
   width:140px;
   padding: 2px 0px 0px 4px;
   border-left: 1px solid silver;
   border-right: 1px solid silver;
   overflow: hidden;
}

.PlannerIncidentQTY
{
   height: 19px;
   width: 30px;
   padding: 2px 2px 0px 0px;
   text-align: right;
   overflow: hidden;
}

.PlannerIncidentColour
{
   height: 19px;
   width: 28px;
   padding: 0;
   border-left: 1px solid silver;
}

.PlannerIncidentDrilldown
{
   border: 1px dashed #955;
}

.PlannerIncidentHighlighted
{
   color: white;
}


#planner {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   /* border: 1px solid silver; */
}

#planner-debug
{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 280px;
   height: 90px;
   overflow: auto;
}

#planner-panel
{
   position: absolute;
   top: 0px;
   left: 300px;
   width: 160px;
   height: 100px;
   /*overflow: hidden;*/
}


#planner-incident-window {
   position: absolute;
   width: 290px;
   height: 400px;
   top: 100px;
   left: 7px;
   overflow: hidden;
   border: 1px solid silver;
}

#planner-resource-window {
   position: absolute;
   width: 160px;
   height: 400px;
   top: 100px;
   left: 300px;
   overflow: hidden;
   border-bottom: 1px solid silver;
   border-left: 1px solid silver;
}

#planner-header-window {
   position: absolute;
   width: 600px;
   height: 100px;
   top: 0px;
   left: 460px;
   overflow: hidden;
   border-right: 1px solid silver;
   background-color: rgb(187, 187, 255);
}

#planner-task-window {
   position: absolute;
   width: 600px;
   height: 400px;
   top: 100px;
   left: 460px;
   overflow: hidden;
   border-right: 1px solid silver;
   border-bottom: 1px solid silver;
}



#planner-resource {
   position: absolute;
   width: 160px;
   height: 800px;
   top: 0px;
   left: 0px;
   background: #ddd url('../../images/fusion/lines.png') left top;
   cursor: url(../../images/openhand.cur), default !important;
}

#planner-incident {
   position: absolute;
   width: 290px;
   height: 800px;
   top: 0px;
   left: 0px;
   background: white url('../../images/fusion/lines.png') left top;
   cursor: url(../../images/openhand.cur), default !important;
}

#planner-header {
   position: absolute;
   width: 1500px;
   height: 100px;
   background: #bbf url('../../images/fusion/squares.png') left top;
   overflow: hidden;
   xxcursor: url(../../images/openhand.cur), default !important;
}

#planner-task {
   position: absolute;
   width: 1500px;
   height: 800px;
   background: white url('../../images/fusion/grid.png') left top;
   overflow: hidden;
   cursor: url(../../images/openhand.cur), default !important;
}

.readonly-two
{
   opacity:0.4;
   filter: alpha(opacity=40);
}

.bg-alpha
{
   opacity:0.4;
   filter: alpha(opacity=40);
}

.travel
{
   opacity:0.5;
   filter: alpha(opacity=50);
}

.customHover
{
   white-space: normal;
   min-width: 250px;
   color: black;
   background-color: #c2c2c2;
   padding: 10px;
   opacity: 0.9;
   filter: alpha(opacity = 80);
   border: 1px solid #777;
   position: absolute;
   z-index: 999999;
}

#currentTime
{
   border: 1px dashed red;
}

#currentTimeHeader
{
   border: 1px dashed red;
}

#planner-scrollbar
{
   cursor: default;
   position:absolute;
   top:0px;
   right:0px;
   z-index:30200;
   background:#c2c2c2;
   width:17px;
   border: 1px solid #979797;
   background: var(--fp-light-gray);
   background-image: url("../../images/scrollbarImg.png");
   background-repeat: repeat;
}

#planner-scrollbar-horizontal
{
   cursor: default;
   position:absolute;
   top:0px;
   left:200px;
   z-index:30200;
   background:#c2c2c2;
   height:17px;
   border: 1px solid #979797;
   background: var(--fp-light-gray);
   background-image: url("../../images/scrollbarHImg.png");
}

#scrollVImage
{
   background-image: url("../../images/ui-icons_888888_256x240.png");
   background-repeat: no-repeat;;
   width: 15px;
   height: 15px;
   margin: auto;
   background-position-y: -224px;
   background-position-x: -49px;
}

#scrollHImage
{
   background-image: url("../../images/ui-icons_888888_256x240.png");
   background-repeat: no-repeat;;
   width: 15px;
   height: 15px;
   margin: auto;
   background-position-y: -224px;
   background-position-x: -31px;
}

#incident-vscrollbar
{
   cursor: default;
   position:absolute;
   top:0px;
   right:0px;
   z-index:100020;
   background:#c2c2c2;
   width:17px;
   border: 1px solid #979797;
   background: var(--fp-light-gray);
   background-image: url("../../images/scrollbarImg.png");
   background-repeat: repeat;
}

#incidentScrollVImage
{
   background-image: url("../../images/ui-icons_888888_256x240.png");
   background-repeat: no-repeat;;
   width: 15px;
   height: 15px;
   margin: auto;
   background-position-y: -224px;
   background-position-x: -49px;
}

.placeholder
{
   color: #aaa;
}

.fusion-button-menu
{
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
   color: black;
   background-color: white;
   border-collapse: separate;
   position: absolute;
   min-width: 150px;
   -moz-box-shadow: 0 5px 10px #ccc;
   -webkit-box-shadow: 0 5px 10px #ccc;
   box-shadow: 0 5px 10px #ccc;
   zoom: 1;
   filter:
       progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1),
       progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=1),
       progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=2),
       progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=3),
       progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=10),
       progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=225,strength=3),
       progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=2),
       progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=315,strength=1);
   border: 1px solid black;
   border-bottom: 0px solid black;
   width: auto;
   min-height: 30px;
   max-height: 300px;
   overflow-x: hidden;
   overflow-y: auto;
   border-bottom: 1px solid black;
}

.fusion-button-menu-layout-helper
{
   margin: 0px 0px 0px 0px;
   height: 1px;
   width: 150px;
   font-size: 1px;
}

.fusion-button-menu-option
{
   color: black;
   text-decoration: none !important;
   height: auto;
   min-height: 30px;
   font-size: 14px;
   padding: 5px;
   background: #ffffff;
   cursor: pointer;
   clear: both;
   display: inline-block;
   margin: 0px;
   width: 100%;
}

.fusion-button-menu-option p
{
   margin: 0px;
   padding: 0px;
}

.fusion-button-menu-option:hover
{
   filter:none;
   background-color: gray;
   color: white;
}

.fusion-button-menu-blocker
{
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
}

.fusion-menu-divider
{
   margin-top: 10px;
   height: 1px;
   background-color: var(--zafire-yellow-dark);
   text-align: center
}

.fusion-menu-divider-text
{
   padding-left: 5px;
   padding-right: 5px;
   background-color: var(--zafire-yellow);
   position: relative;
   top: -9px;
   font-weight:bold;
}

/* planner v3 additions start */

.PlannerTaskRow
{
   position:relative;
   width:100%;
   height:20px;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.PlannerTaskV3
{
   position: absolute;
   height: 20px;
   overflow: hidden;
   /*line-height: 19px;*/
   white-space: normal;
   text-align: center;
   top: 0px;
/*   display:flex;
   justify-content:center;
   align-items:center;*/
   white-space: nowrap;
   text-overflow: ellipsis;
   display: block;
   overflow: hidden
}

.PlannerIncidentV3
{
   position: relative;
   display: block;
   width: 290px;
   height: 20px;
   overflow: hidden;
   margin: 0px;
}

.PlannerIncidentHighlightV3, .PlannerIncidentCodeV3, .PlannerIncidentNameV3,
.PlannerIncidentQTYV3, .PlannerIncidentColourV3
{
  position: relative;
  display: inline-block;
}


.PlannerIncidentHighlightV3
{
   height: 19px;
   width: 18px;
   padding: 2px 0px 0px 4px;
   cursor: hand;
   border-right:1px solid silver;
}

.PlannerIncidentCodeV3
{
   height: 19px;
   width: 60px;
   padding: 2px 0px 0px 4px;
   overflow: hidden;
}

.PlannerIncidentNameV3
{
   height: 19px;
   width:140px;
   padding: 2px 0px 0px 4px;
   border-left: 1px solid silver;
   border-right: 1px solid silver;
   overflow: hidden;
}

.PlannerIncidentQTYV3
{
   height: 19px;
   width: 30px;
   padding: 2px 2px 0px 0px;
   text-align: right;
   overflow: hidden;
}

.PlannerIncidentColourV3
{
   text-align:center;
   vertical-align:middle;
   height: 19px;
   width: 28px;
   padding: 0;
   border-left: 1px solid silver;
}

.PlannerIncidentHighlightedV3
{
   background-color: #99a;
   color: white;
}

.PlannerIncidentFaded
{
   opacity: 0.2 !important;
}

.PlannerIncidentSeparator
{
   position: absolute;
   left: 0px;
   height: 2px;
   width: 100%;
}

.ui-resizable-e
{
   right: 0px;
}

.ui-resizable-w
{
   left: -4px;
}

.ui-resizable-handle
{
   border-right: 3px solid blue;
}

.ui-resizable-helper
{
   border: 1px dotted gray;
}

.ui-tooltip-content {
   white-space: pre-wrap;
}

/* planner v3 additions end */

/* flight planner additions start */
.fp-font-italic {
   font-style: italic;
}

#flight-planner {
   width: 100%;
   height: 100%;
   position: relative;
   user-select: none;
   display: flex;
   flex-direction: column;
   align-content: baseline;
   backface-visibility: hidden;
}

.fp-flight-planner-top-bar {
   height: var(--top-bar-height);
   display: none;
   align-items: center;
   padding: 0 10px;
   border-bottom: 1px solid var(--light-gray);
}

.fp-search-resources-input-cnt {
   display: flex;
   align-items: center;
   position: relative;
   max-width: 190px;
   padding-right: 10px;
}

.fp-search-resources-input-cnt span {
   font-size: 20px;
   position: absolute;
   left: 5px;
   pointer-events: none;
}

.fp-search-resources-input-cnt input {
   padding-left: 25px;
   width: 100%;
}

.fp-flight-planner-section {
   display: flex;
   height: 50%;
}

.fp-flight-planner-section--bottom {
   position: relative;
}

#flight-planner.ready .flight-planner-zoom-controls {
   display: flex;
}

#flight-planner .flight-planner-zoom-controls {
   position: absolute;
   right: 30px;
   bottom: 25px;
   display: none;
   z-index: 10;
}

#flight-planner .flight-planner-zoom-controls button {
   cursor: pointer;
   padding: 10px;
   background: #fff !important;
   color: #3d3d3d !important;
   font-weight: 400;
   font-size: 12px !important;
   border: 1px solid #d6d6d6;
}

#flight-planner .flight-planner-zoom-controls button:hover {
   background: var(--fp-light-gray) !important;
}

#flight-planner .flight-planner-zoom-controls button:active {
   background: var(--fp-light-gray) !important;
   border: 1px solid #1d1d1d;
}

.fp-dont-show-again-wrapper {
   display: flex;
   align-items: center;
}

.fp-dont-show-again-wrapper input {
   margin-right: 10px;
}

.fp-dont-show-again-wrapper label {
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
}

#flight-planner .flight-planner-zoom-controls button.reset-zoom-btn {
   min-width: 55px;
}

#flight-planner.ready .fp-toggle-size-controls {
   display: block;
}

.fp-toggle-size-controls {
   position: absolute;
   top: 0px;
   right: 30px;
   display: flex;
   z-index: 10;
   display: none;
}

.fp-toggle-size-controls--top {
   top: -30px;
}

.fp-toggle-size-controls button {
   cursor: pointer;
   padding: 0px;
   background: #fff !important;
   color: #3d3d3d !important;
   font-weight: 400;
   font-size: 22px !important;
   line-height: 22px;
   border: none;
}

.fp-expand-btn,
.fp-shrink-btn {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 20px;
   height: 20px;
}

.fp-toggle-size-controls button:hover {
   background: var(--fp-light-gray) !important;
   color: #000 !important;
}

#flight-planner-settings-window
{
   width: 190px;
   height: calc(100% - 10px);
   flex: 0 0 190px;
   margin-right: 10px;
   overflow-x: hidden;
   overflow-y: auto;
}

#flight-planner-flight-window
{
   height: 100%;
   flex: 0 0 calc(100% - 200px);
   position: relative;
   overflow: hidden;
   z-index: 6;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

#flight-planner-resource-window
{
   max-height: calc(100% - 17px);
   width: 200px;
   overflow: hidden;
   flex: 0 0 200px;
   z-index: 4;
   box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
   position: relative;
}

#flight-planner-resource
{
   width: 200px;
   background: url('../../images/fusion/rampPlannerResourceLines_optimized.svg');
   cursor: url(../../images/openhand.cur), default !important;
}

#flight-planner-task-window
{
   overflow: auto;
   position: relative;
   flex: 0 0 calc(100% - 200px);
}

#flight-planner-task
{
   position: relative;
   width: 100%;
   background-image: url(../../images/fusion/rampPlannerGrid_optimized.svg);
   overflow: hidden;
   cursor: url(../../images/openhand.cur), default !important;
}

#fp-timeline
{
   height: 100%;
   width: 100%;
   padding: 8px;
}

#fp-timeline-inner
{
   position : absolute;
   overflow-x : hidden;
   overflow-y : auto;
   background : #eef0e3;
   cursor: url(../../images/openhand.cur), default !important;
}

.fp-timeline-gridline line
{
   stroke: black;
   stroke-opacity: 0.1;
}

.fp-timeline-x text, .fp-timeline-y text
{
   font-family: Verdana;
   font-size: 9px;
   fill: gray;
   font-weight: normal;
   user-select: none;
}

.fp-timeline-horizontal-line
{
   fill: rgba(0,0,0,0.04);
   pointer-events: none;
}

#flight-planner-flight-window .domain
{
   display: none;
}

.fp-timeline-box
{
   fill: white;
   stroke-width: 0.6;
   stroke: #000;
}

.fp-timeline-text {
   font-family: Verdana;
   font-size: 13px;
   fill: #333;
   font-weight: normal;
   cursor: pointer;
   text-align: center;
   line-height: 13px;
}

.fp-timeline-text-notAutoAlloc {
   font-weight: bold;
   fill: red;
}

.fp-timeline-text-draft {
   font-weight: bold;
   fill: #7497B5;
}

.fp-flight-bar-content {
   cursor: pointer;
   display: flex;
   flex-direction: column;
}

.fp-flight-bar-row {
   display: flex;
   align-items: center;
   justify-content: center;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   padding: 0 5px;
   cursor: pointer;
   height: 50%;
}

.fp-flight-bar-status-row {
   gap: 10px;
   line-height: var(--flight-bar-icon-size);
}

.fp-flight-bar-alert-row {
   gap: var(--flight-bar-alert-icon-margin);
   line-height: var(--flight-bar-icon-size);
}

.fp-flight-bar-icon {
   font-size: var(--flight-bar-icon-size);
}

.fp-flight-bar-alert-counter {
   font-size: 14px;
   margin-left: -2px;
}

.fp-flight-bar-content-inner {
   display: flex;
   align-items: center;
   justify-content: center;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   gap: 10px;
   padding: 0 5px;
   cursor: pointer;
   height: 100%;
   line-height: 15px;
}

.fp-timeline-required
{
   color: #fff;
   font-family: Verdana;
   font-size: 14px;
   line-height: 16px;
}

.fp-timeline-required--highlight {
   padding: 0px 5px;
   background-color: rgba(0, 0, 0, 0.3);
   border-radius: 5px;
}

.fp-gate-stand {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   font-family: Verdana;
   font-size: 10px;
   font-weight: normal;
   color: #fff;
   line-height: inherit;
}

.fp-flight
{
   fill: var(--fp-blue-gray);
   cursor: pointer;
   -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 1));
   filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 1));
}

.fp-flight-non-contracted
{
   fill: var(--fp-blue-gray);
}

.fp-flight-fully-planned {
   fill: var(--fp-green) !important;
}

.fp-flight-pending-plan {
   fill: var(--fp-amber) !important;
}

.fp-flight-departed
{
   fill: var(--fp-flat-gray);
}

.fp-flight-cancelled
{
   fill: var(--fp-red);
}

.fp-flight-job-closed
{
   fill: var(--fp-gold);
}

.fp-flight-alert-row-none {
   background-color: var(--fp-green);
}

.fp-flight-alert-row-high {
   background-color: var(--fp-red);
}

.fp-flight-alert-row-medium {
   background-color: var(--fp-amber);
}

.fp-flight-alert-row-low {
   background-color: var(--fp-yellow);
}

.fp-alert {
   display: flex;
   align-items: center;
}

.fp-alert + .fp-alert {
   margin: 5px 0;
}

.fp-alert-icon-cnt {
   margin-right: 15px;
   width: 30px;
}

.fp-alert-icon {
   filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 1));
   font-size: 30px;
}

.fp-alert--high .fp-alert-icon {
   color: var(--fp-red);
}

.fp-alert--medium .fp-alert-icon {
   color: var(--fp-amber);
}

.fp-alert--low .fp-alert-icon {
   color: var(--fp-yellow);
}

.fp-alert-severity {
   font-weight: bold;
}

.fp-alert-description {
   color: #5A5A5A;
}

.fp-alert-content p {
   margin: 0;
}

.fp-flight-delayed-active, .fp-flight-delayed:hover {
   stroke: var(--fp-red);
   stroke-width: 2px;
   stroke-dasharray: 2, 2;
   stroke-linejoin: round;
}

.fp-flight[data-has-overlapping-tasks='true'] {
   fill: var(--fp-red) !important;
   stroke: var(--fp-amber);
   stroke-width: 2px;
   stroke-dasharray: 2, 2;
   stroke-linejoin: round;
}

.fp-resource-row, .fp-team-row
{
   width: 100%;
   height: 20px;
   padding: 0px 10px;
   user-select: none;
   display: flex;
   align-items: center;
   white-space: nowrap;
   font-weight: normal;
}

#flight-planner-task-window.planning-handle-active .fp-resource-planned-line *,
#flight-planner-task-window.planning-handle-active .fp-resource-expanded-line * {
   pointer-events: none;
}

#flight-planner-task-window.shift-type-handle-active .fp-resource-planned-line *:not(.fp-shift) ,
#flight-planner-task-window.shift-type-handle-active .fp-resource-expanded-line *:not(.fp-shift)  {
   pointer-events: none;
}

.fp-team-row
{
   background-color: var(--fp-dark-blue);
   color: #ffffff;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
   z-index: 5;
}

.fp-resource-row-selected
{
   background-color: rgba(54,80,117,0.4) !important;
}

.fp-resource-row:hover
{
   background-color: rgba(0,0,0,0.2);
}

.fp-resource-row-no-hover:hover {
   background-color: unset;
}

.fp-resource-row-no-hover {
   cursor: default !important;
}

.fp-resource-name
{
   flex: 1 1 0px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   align-self: self-start;
   padding-top: 3px;
}

.fp-resource-shift-time
{
   flex: 1 1 auto;
}

.fp-skill-indicator
{
   display: inline-block;
   border-radius: 4px;
   width: 8px;
   height: 8px;
   cursor: auto;
}

.fp-resource-planned-line, .fp-resource-expanded-line, .fp-team-planned-line
{
   position: relative;
   height: 20px;
}

.fp-team-planned-line
{
   background-color: var(--fp-dark-blue);
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
   z-index: 3;
}

.fp-shift
{
   position: absolute;
   top: 0px;
   height: 20px !important;
   background-color: #979bb3;
   box-shadow: #000859 -3px 0px inset;
   opacity: 0.7;
   z-index: 1;
   cursor: pointer;
}

.fp-shift.fp-shift-hidden {
   opacity: 0;
}

.fp-shift-conflicted {
   background-color: red;
}

.fp-shift-inset-border-container {
   height: 100%;
   pointer-events: none;
}

.fp-shift-inset-border-container.fp-shift-editable {
   border-style: dotted;
   border-color: #ff9200;
}

.fp-edit-shift-sibling-highlight {
   background-color: darkred !important;
   pointer-events: none;
   opacity: 0.5 !important;
   z-index: 10;
}

.fp-draggable-area-overlay {
   position: absolute;
   top: 0;
   bottom: 0;
   background-color: rgba(183, 28, 28, 0.25);
   display: block;
}

.fp-planning-handle, .fp-planning-window-handle,
.fp-planned-task, .fp-planned-incident-resource
{
   text-align: center;
   padding: 0 3px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   font-weight: normal;
   color: #fff;
   user-select: none;
}

.fp-planning-handle
{
   z-index: 2147483647; /* for fullscreen mode */
   position: absolute;
   height: 20px;
   line-height: 20px;
   cursor: url(../../images/openhand.cur), default !important;
   pointer-events: none;
}

.fp-planning-window-handle
{
   z-index: 9999;
   position: absolute;
   height: 20px;
   line-height: 20px;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
   cursor: url(../../images/openhand.cur), default !important;
   pointer-events: none;
}

.fp-planned-task, .fp-planned-incident-resource
{
   position: absolute;
   top: 0px;
   z-index: 2;
   opacity: 1;
   height: 20px;
   line-height: 20px;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
   cursor: pointer;
   display: flex;
   align-items: center;
   align-content: center;
   justify-content: center;
}

.fp-planned-incident-resource {
   padding: 0;
}

.fp-planned-incident-resource-editable {
   outline: dotted rgba(0,0,0,0.5);
   outline-offset: -2px;
   cursor: move;
}

.fp-planned-incident-resource-editable.fp-incident-resource-conflicted {
   outline-color: #ff0000;
}

.fp-planned-task-icon, .fp-planned-incident-resource-icon
{
   margin-right: 3px;
   pointer-events: none;
   font-size: 18px;
   filter: drop-shadow(0px 1px 2px black);
}

.fp-planned-incident-resource-icon {
   margin-left: 3px;
}

.fp-planned-task-text, .fp-planned-incident-resource-text
{
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   pointer-events: none;
   margin: 0 3px;
   filter: drop-shadow(0px 1px 2px black);
}

.fp-resource-planned-line .fp-planned-collides
{
   opacity: 0.4;
}

.fp-planned-collides.active
{
   opacity: 1;
   z-index: 3;
}

.fp-planning-resources
{
   height: 10px;
   width: 10px;
}

.fp-planner-select-cnt {
   margin: 10px 10px 5px 10px;
}

.fp-planner-select-cnt select {
   width: 100%;
}

.fp-planner-select-cnt label {
   color: #000;
   font-size: 11px;
   font-weight: 700;
   width: 100%;
   margin-bottom: 5px;
}

 #fp-bu-date
{
   width: 160px;
   margin-top: 10px;
   margin-left: 10px;
}

.fp-planner-select-error-text {
   color: #FF0000;
   display: none;
   font-size: 10px;
}

.fp-controls
{
   display: flex;
   width: 170px;
   margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
   background-color: var(--fp-dark-blue);
   color: #ffffff;
   align-items: center;
   justify-content: space-evenly;
   font-size: 20px;
}

.fp-control
{
   flex: 0 0 var(--control-flex-basis);
   height: 28px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.fp-control:hover
{
   background-color: rgba(255,255,255,0.14);
   border-radius: 18px;
}

#flight-planner-shift-type-window
{
   width: 170px;
   margin: auto;
   margin-bottom: 10px;
}

.fp-shift-type-lines
{
   max-height: calc(100% - 20px);
   overflow-y: auto;
   border-right: 1px solid #aaaaaa;
   border-left: 1px solid #aaaaaa;
   border-top: 1px solid #aaaaaa;
}

.fp-shift-type-line
{
   display: flex;
   align-items: center;
   cursor: pointer;
   background: #fff;
   border-bottom: 1px solid #aaaaaa;
}

.fp-shift-type-line:not(.fp-disabled) .fp-shift-type-line-text:hover
{
   background-color: #dddddd;
}

.fp-shift-type-line-text, .fp-shift-type-title-container
{
   flex: 1 1 auto;
   display: table-cell;
   height: 20px;
   line-height: 20px;
   font-size: 11px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   padding-left: 10px;
   padding-right: 10px;
}

.fp-shift-type-line-remove
{
   flex: 0 0 20px;
   height: 20px;
   display: flex;
   font-size: 16px;
   align-items: center;
   justify-content: center;
   background-color: #ffffff;
}

.fp-shift-type-line-remove:hover
{
   background-color: #dddddd;
}

.fp-shift-type-line-text
{
   font-weight: normal;
}

.fp-shift-type-title-container
{
   cursor: initial;
   display: flex;
   background-color: var(--fp-dark-blue);
   color: #ffffff;
   padding-left: 10px;
}

.fp-shift-type-title
{
   flex: 1 1 auto;
}

.fp-shift-type-line-color
{
   flex: 0 0 20px;
   height: 20px;
}

.fp-day-split
{
   stroke: #1e2326;
   stroke-width: 2;
}

.fp-day-overlay
{
   pointer-events: none;
   fill: rgba(0,0,0,0.04);
}

#fp-flight-info-panel, #fp-planned-info-panel, #fp-shift-info-panel,
#fp-settings-panel, #fp-shift-split-panel, #fp-incident-resource-info-panel
{
   z-index: 2147483647; /* must be this high to still display in fullscreen mode */
   position: absolute;
   /*height: 100px;*/
   width: max-content;
   background: #fff;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
   display: table;
}

#fp-flight-info-panel {
   display: flex;
   flex-direction: column;
}

#fp-settings-blocker
{
   z-index: 2147483646;
   height: 100%;
   width: 100%;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.fp-flight-info-panel-header {
   display: flex;
   background-color: var(--fp-dark-blue);
   position: relative;
}

.fp-flight-info-panel-header-text {
   flex: 1 1 auto;
   /* The following styles are necessary for flights that don't have required tasks  */
   padding-left: calc(var(--control-flex-basis) * 2);
   padding-right: calc(var(--control-flex-basis) * 2);
}

.fp-flight-info-panel-header-btns {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   width: 56px;
   height: 100%;

   position: absolute;
   right: 0;
}

.fp-flight-info-panel-header-btn {
   background-color: transparent;
   border: none;
   color: #fff;
   font-size: 21px;
   cursor: pointer;
   height: 100%;
   padding: 0px;
   line-height: 21px;
}

.fp-control.fp-flight-info-panel-header-btn:hover {
   border-radius: 0;
}

.fp-flight-info-panel-header-btn:disabled {
   cursor: auto;
   color: rgba(255, 255, 255, 0.5);
   pointer-events: none;
}

.fp-flight-info-panel-header-btn:disabled:hover {
   background-color: inherit;
}

.fp-flight-info-body {
   display: flex;
}

.fp-flight-info-title, .fp-settings-title,
.fp-shift-split-title, .fp-flight-info-incidents-title
{
   text-align: center;
   width: 100%;
   height: 24px;
   line-height: 24px;
   font-weight: bold;
   padding-left: 5px;
   padding-right: 5px;
   background-color: var(--fp-dark-blue);
   color: #ffffff;
}

.fp-flight-info-incidents-title {
   background-color: lightslategray;
   margin: 5px 0;
}

.fp-flight-info-sub-title
{
   text-align: center;
   width: 100%;
   height: 20px;
   line-height: 20px;
   padding-left: 5px;
   padding-right: 5px;
   background-color: var(--fp-dark-blue);
   color: #ffffff;
}

.fp-flight-info-sticky {
   position: sticky;
   top: 0;
   z-index: 100;
   background-color: white;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fp-flight-info-items {
   overflow-y: auto;
   overflow-x: hidden;
   display: flex;
   flex-direction: column;
}

.fp-flight-info-highlight-text {
   font-weight: bold;
   color: cornflowerblue;
}

.fp-flight-info-additional {
   border-left: 1px solid #888;
   text-transform: capitalize;
   width: 180px;
   min-height: 196px;
   max-height: 196px;
}

.fp-flight-info-additional .fp-flight-info-line:nth-child(1) {
   font-weight: bold;
}

.fp-flight-info-additional .fp-flight-info-line-text {
   height: var(--flight-info-line-height);
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 5px;
   margin: 0;
   padding: 0 5px;
}

.fp-flight-info-additional .fp-flight-info-line-text:nth-child(2n) {
   background-color: var(--fp-light-gray);
}

.fp-planned-info-line, .fp-planned-warning-line, .fp-shift-info-line
{
   display: flex;
   align-items: center;
   height: 24px;
   padding-left: 7px;
   padding-right: 7px;
   font-weight: normal;
   user-select: none;
}

#fp-shift-split-date
{
   align-items: center;
   height: 24px;
   margin-top: 5px;
   margin-left: 5px;

   font-weight: normal;
   user-select: none;
}

.fp-planned-info-header {
   display: flex;
   align-items: center;
   position: relative;
   text-align: center;
   width: 100%;
   min-height: 24px;
   line-height: 24px;
   font-weight: bold;
   background-color: var(--fp-dark-blue);
   color: #ffffff;
   padding: 5px calc(2 * var(--control-flex-basis) + 15px);
}

#fp-planned-info-panel .fp-planned-info-header {
   padding: 5px 10px;
}

.fp-planned-info-title {
   width: 100%;
}

.fp-planned-info-header-btns {
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   position: absolute;
   right: 0px;
   height: 100%;
}

.fp-planned-info-header-btns button {
   background-color: transparent;
   color: #fff;
   font-size: 18px !important;
   cursor: pointer;
   height: 100%;
   border: none;
   width: var(--control-flex-basis);
}

button.fp-planned-info-header-btn:disabled,
button.fp-flex-btn:disabled {
   cursor: auto;
   opacity: var(--disabled-opacity);
   pointer-events: none;
}

button.fp-planned-info-header-btn:disabled:hover,
button.fp-flex-btn:disabled:hover {
   background-color: inherit;
}

.fp-flex-button-group {
   display: flex;
   flex-direction: row;
}

.fp-flex-btn-container {
   display: flex;
   flex: 1 1 0px;
}

.fp-flex-btn-container:empty {
   display: none !important;
}

#fp-shift-info-btn-container [id^="fp-shift-info-btn-"] {
   display: flex;
}

[id^="fp-shift-info-btn-"]:empty {
   display: none !important;
}

.fp-control.fp-planned-info-header-btn:hover {
   border-radius: 0;
}

.fp-planned-info-header-btns .fp-planned-info-header-btn i {
   font-size: inherit;
}

.fp-task-button, .fp-flex-btn
{
   margin: 5px;
   font-family: Verdana;
   font-size: 8pt;
   width: 92px;
   height: 22px;
   cursor: pointer;
   flex: 1;
}

.fp-task-button-container
{
   text-align: center;
   display: flex;
}

.fp-flight-info-line
{
   display: flex;
   align-items: center;
   font-weight: normal;
   user-select: none;
   height: var(--flight-info-line-height);
}

.fp-flight-info-line-content, .fp-flight-info-line-content-selectable
{
   flex: 1 0 auto;
   display: flex;
   align-items: center;
   height: var(--flight-info-line-height);
}

.fp-out-of-department {
   background-color: var(--lighter-gray);
   color: var(--medium-gray);
   opacity: 0.6;
}

.fp-out-of-department-icon i {
   font-size: 20px;
   margin-left: 5px;
}

.fp-flight-info-line-color
{
   flex: 0 0 18px;
   height: 18px;
   width: 18px;
   margin-right: 4px;
   margin-left: 4px;
   align-items: center;
   justify-content: center;
   display: flex;
}

.fp-flight-info-line-text
{
   flex: 0 0 auto;
   margin-right: 5px;
   margin-left: 5px;
   display: flex;
   align-items: center;
   line-height: var(--flight-info-line-height);
}

.fp-flight-info-line-resource {
   display: flex;
   align-items: center;
}

.fp-flight-info-key {
   white-space: nowrap;
   margin-right: 5px;
}

.fp-flight-info-icon-container
{
   height: var(--flight-info-line-height);
   width: var(--flight-info-line-height);
   flex: 0 0 var(--flight-info-line-height);
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   overflow: hidden;
}

.fp-flight-info-icon
{
   font-size: 16px;
}

.fp-flight-info-line-content-selectable:hover, .fp-flight-info-icon-container:hover
{
   background-color: rgba(0,0,0,0.1);
}

.fp-planned-warning-line
{
   color: var(--fp-red);
   font-style: italic;
}

.fp-resource-planned-icon
{
   color: #fff;
   font-size: 16px;
   pointer-events: none;
}


.fp-planned-error-icon {
   color: var(--fp-red);
   font: icon;
}

.fp-info-warning-icon
{
   font-size: 16px;
   color: var(--fp-red);
   pointer-events: none;
   margin-right: 6px;
}

.fp-resources-empty-text
{
   margin-top: 50px;
   text-align: center;
   font-weight: normal;
}

.fp-spinner
{
   height: 22px;
   width: 22px;
  -webkit-animation: rotator 2s linear infinite;
          animation: rotator 2s linear infinite;
}

.fp-search-container {
   padding: 10px;
}

.fp-search-container h4 {
   margin-bottom: 5px;
   margin-top: 0px;
}

.fp-search-radio-btns {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 10px;
}

.fp-search-radio-btns .fp-search-radio-btn .fp-search-radio-input {
   margin-left: 0;
}

.fp-search-radio-btn {
   display: flex;
   align-items: center;
}

.fp-search-radio-input[disabled],
.fp-search-radio-input[disabled] + label {
   cursor: not-allowed;
   opacity: 0.5;
}

.fp-search-container .fp-search-radio-label {
   font-size: 11px;
   color: #000;
   font-weight: normal;
}

#fp-search
{
   width: 100%;
}

.fp-search-autocomplete
{
   overflow-y: auto;
   max-height: 200px;
   z-index: 99999999;
   background-color: #ffffff;
   border: none;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}


.fp-search-autocomplete .ui-menu-item, .fp-search-autocomplete .ui-menu-item a
{
   background-color: #ffffff;
   height: 24px;
   line-height: 24px;
   border: none;
   outline: none;
}

.fp-search-autocomplete .ui-menu-item a:hover
{
   background-color: #dddddd;
   margin: 0;
}

.fp-search-autocomplete .ui-state-focus
{
   margin: 0;
}

.fp-context-title, .fp-font-bold
{
   font-weight: bold;
}

.fp-team-name
{
   flex: 1 1 0px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.fp-team-name[contenteditable]
{
   cursor: text;
}

.fp-team-collapse, .fp-resource-collapse, .fp-shift-type-add
{
   flex: 0 0 20px;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   font-size: 16px;
}

.fp-team-collapse:hover, .fp-shift-type-add:hover
{
   background-color: rgba(255,255,255,0.14);
   border-radius: 10px;
}

.fp-resource-collapse {
   align-items: self-start;
   height: 20px;
   align-self: start;
}

.fp-planner-task-now
{
   background-color: #03A9F4;
   width: 3px;
   position: absolute;
   top: 0px;
   height: 100%;
   z-index: 7;
}

.fp-settings-item
{
   display: flex;
   min-height: 38px;
   padding: 0 10px;
   justify-content: flex-start;
   align-items: center;
   gap: 20px;
}

.fp-settings-item input[disabled] + label {
   cursor: not-allowed;
   opacity: var(--disabled-opacity);
}

.fp-planner-errors-cnt {
   margin: 10px;
}

.fp-planner-error {
   display: flex;
   align-items: center;
}

.fp-show-problematic-flight-btn {
   background-color: #ff0000;
   color: #fff !important;
   cursor: pointer;
   padding: 3px 10px;
   border: none;
   font-weight: 400;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   transform: scale(1);
   transition: transform 250ms ease;
   font-size: 14px !important;
}

.fp-show-problematic-flight-btn .fp-planned-error-icon {
   font-size: 20px;
   margin-right: 10px;
   color: #fff !important;
}

.fp-show-problematic-flight-btn:active {
   transform: scale(0.9);
}

.flight-planner-tooltip .ui-tooltip-content {
   white-space: normal;
}

.flight-planner-tooltip .fp-flight-info {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.fp-flight-info-row {
   width: 48%;
   margin-bottom: 2%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.fp-flight-info-row-desc {
   color: #5A5A5A;
}

.fp-flight-info-row-value {
   color: #212121;
}

.fp-flight-text {
   display: inline-block;
   margin: 10px 0;
}

.fp-flight-job-info-title {
   margin: 0;
   font-size: 11px;
   margin-bottom: 5px;
}

.fp-flight-job-info-header {
   display: flex;
   align-items: center;
}

.fp-flight-job-info-header h4 {
   margin: 10px 0;
}

.fp-flight-job-info-header span {
   margin-left: 10px;
   font-size: 11px;
}

.fp-resource-info {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding-left: 10px;
}

.fp-resource-info-row-full {
   width: 100%;
   margin-bottom: 2%;
   display: flex;
   align-items: center;
}

.fp-resource-info-row-half {
   width: 50%;
   margin-bottom: 2%;
   display: flex;
   align-items: center;
   padding-left: 10px;
}

.fp-resource-info-row-desc {
   color: #5A5A5A;
   margin-right: 2%;
}

.fp-resource-info-row-value {
   color: #212121;
}

.fp-resource-info-row-subvalue {
   margin-left: 2%;
   color: #5A5A5A;
}

.fp-resource-text {
   display: inline-block;
   margin: 10px 0;
}

.fp-resource-details-shift-row {
   width: 100%;
}

.fp-resource-details-title {
   margin: 0;
   font-size: 11px;
   margin-bottom: 5px;
}

.fp-resource-details-header {
   display: flex;
   align-items: center;
}

.fp-resource-details-header h4 {
   margin: 10px 0;
}

.fp-resource-details-header span {
   margin-left: 10px;
   font-size: 11px;
}

#fp-flight-non-contracted-checkbox
{
   margin: 0 10px 0 0;
}

#fp-flight-non-contracted-label
{
   margin-right: 10px;
}

.fp-separator {
   display: flex;
   align-self: center;
   align-items: center;
   text-align: center;
   width: 100%;
}

.fp-separator::before,
.fp-separator::after {
   content: '';
   flex: 1;
   border-bottom: 1px solid #000;
}
 
.fp-separator:not(:empty)::before {
   margin-right: .25em;
}

.fp-separator:not(:empty)::after {
   margin-left: .25em;
}

.fp-separator.fp-seperator-secondary::before,
.fp-separator.fp-seperator-secondary::after {
   border-color: lightgray;
}

.context-menu-list
{
   padding: 0px;
}

.context-menu-header
{
   background-color: var(--fp-dark-blue);
   color: #ffffff;
}

.context-menu-item
{
   height: 24px;
   display: flex;
   align-items: center;
}

.context-menu-separator
{
   height: 0px;
   margin: 0px;
}

.context-menu-item.context-menu-hover {
   background-color: #dddddd;
   color: #000;
}

.context-menu-submenu .context-menu-list
{
   max-height: 300px;
   overflow-y: auto;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.path {
  stroke-dasharray: 125;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 4s ease-in-out infinite;
          animation: dash 4s ease-in-out infinite;
  stroke: #2d2d2d;
}

.fp-task-spinner-path
{
   stroke: #ffffff;
}

.fp-flight-info-line-selected .path {
   stroke: #fff;
}

.fp-skeleton-loader {
   /* width: 100%;
   height: 15px;
   display: block; */
   background: linear-gradient(
         to right,
         rgba(255, 255, 255, 0),
         rgba(255, 255, 255, 0.7) 50%,
         rgba(255, 255, 255, 0) 80%
      ),
      #979bb3;
   background-repeat: repeat-y;
   background-size: 50px 500px;
   background-position: 0 0;
   animation: shine 1s infinite;
}

.fp-hidden {
   display: none;
}

.fp-hr {
   border-color: #e5e7eb;
}

.fp-sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border-width: 0;
}

.fp-disabled {
   cursor: not-allowed;
   opacity: var(--disabled-opacity);
}

.fp-truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

/* Webkit based browsers only  */
.fp-custom-thin-scrollbar::-webkit-scrollbar {
   width: 2px;
   height: 5px;
}

.fp-custom-thin-scrollbar::-webkit-scrollbar-thumb {
   border-radius: 25px;
   background: #888;
}

.fp-custom-thin-scrollbar::-webkit-scrollbar-track {
   background: #f1f1f1;
}

.fp-invert-colors {
   filter: brightness(0) invert(1) drop-shadow(0px 1px 2px black);
}

.fp-warning-icon {
   color: var(--warning-color);
}

@-webkit-keyframes shine {
   to {
      background-position: 100% 0;
   }
}

@-moz-keyframes shine {
   to {
      background-position: 100% 0;
   }
}

@-o-keyframes shine {
   to {
      background-position: 100% 0;
   }
}

@keyframes shine {
   to {
      background-position: 100% 0;
   }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 125;
  }
  12.5% {
    stroke-dashoffset: 31.25;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    stroke-dashoffset: 125;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    stroke-dashoffset: 31.25;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  50% {
    stroke-dashoffset: 125;
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    stroke-dashoffset: 31.25;
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  75% {
    stroke-dashoffset: 125;
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    stroke-dashoffset: 31.25;
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  100% {
    stroke-dashoffset: 125;
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 125;
  }
  12.5% {
    stroke-dashoffset: 31.25;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    stroke-dashoffset: 125;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    stroke-dashoffset: 31.25;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  50% {
    stroke-dashoffset: 125;
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    stroke-dashoffset: 31.25;
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  75% {
    stroke-dashoffset: 125;
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    stroke-dashoffset: 31.25;
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  100% {
    stroke-dashoffset: 125;
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

/* flight planner additions end */

/* jquery-ui overrides */

body.flight-planner .ui-button {
   color: #555 !important;
}

/* jquery-ui overrides end */