/* Main Layouts including menu pages and media boxes */
/* Main Layouts including menu pages and media boxes */
/* Main Layouts including menu pages and media boxes */

* {
   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: #DDDB39;
   color: black;
   white-space: nowrap;
   display: inline-block;
}

.ui-menu .ui-menu-item a:hover
{
   background-color: #E9E89A;
   color: black;
}

.ui-menu .ui-menu-divider
{
   margin: 5px -2px 5px -3px;
}

.ui-widget-content
{
   border: 1px solid #B1AF2E;
   background: none;
   background-color: #DDDB39;
   min-width: 224px;
}

 .ui-state-focus, .ui-widget-content .ui-state-focus
 {
   border: 1px solid #DDDB39;
 }

.ui-menu .ui-menu-item a.ui-state-active
{
   border: 1px solid #E9E89A;
   background-color: #E9E89A;
}

.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: #DDDB39;    /* 221 219 57 */
      border: 1px solid #9EA426;
      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 #9EA426;
         }



         .TopMenuBlank {
            margin: 0px;
            color: #E9E89A;
            height: 100%;
            padding: 3px 6px 6px 6px;
            border-bottom: 0px none black;
            border-left: 1px solid #EEEECD;
            border-right: 1px solid #9EA426;
         }

         .TopMenuItem {
            background: #DDDB39;
            font-weight: normal;
            color: black;
         }

         .TopMenuSelect {
            font-weight: bold;
            background-color: #E9E89A;
            color: black;
         }

         .TopMenu a:hover {
            background-color: #E9E89A;
            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 #9EA426;
      border-right: 1px solid #9EA426;
   }

      .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;
      }

      .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: #DDDB39;
   font-weight: normal;
   color: black;
}

.TopMenuDropDownItem:hover
{
   background-color: #E9E89A;
   color: black;
}

/* Faders, popups and Blockers */
/* Faders, popups and Blockers */
/* Faders, popups and Blockers */



.WinCont {
   font-size: 11px; /* global size */
   background-color: #DDDB39;
   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: #f5f5f5;
   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: #f5f5f5;
   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: #f5f5f5;
   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: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
}

.fusion-menu-divider
{
   margin-top: 10px;
   height: 1px;
   background-color: #B1AF2E;
   text-align: center
}

.fusion-menu-divider-text
{
   padding-left: 5px;
   padding-right: 5px;
   background-color: #dddb39;
   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-handle
{
   border-right: 3px solid #000859;
}

.ui-resizable-helper
{
   border: 1px dotted gray;
}

.ui-tooltip-content {
   white-space: pre-wrap;
}

/* planner v3 additions end */

/* flight planner additions start */
#flight-planner {
   width: 100%;
   height: 100%;
   position: relative;
   user-select: none;
   display: flex;
   flex-wrap: wrap;
   align-content: baseline;
}

#flight-planner-settings-window
{
   width: 190px;
   height: calc(50% - 10px);
   flex: 0 0 190px;
   margin-right: 9px;
}

#flight-planner-flight-window
{
   height: 50%;
   flex: 0 0 calc(100% - 199px);
   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(50% - 17px);
   width: 200px;
   overflow: hidden;
   flex: 0 0 200px;
   z-index: 4;
   box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}

#flight-planner-resource
{
   width: 200px;
   background: #f3f3e7 url('../../images/fusion/lines.png') left top;
   cursor: url(../../images/openhand.cur), default !important;
}

#flight-planner-task-window
{
   max-height: 50%;
   overflow: auto;
   position: relative;
   flex: 0 0 calc(100% - 200px);
}

#flight-planner-task
{
   position: relative;
   width: 100%;
   background: white url('../../images/fusion/gridRampFiveMinute.png') left top;
   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, .fp-timeline-required
{
   font-family: Verdana;
   font-size: 10px;
   fill: #333;
   font-weight: normal;
   cursor: pointer;
   text-align: center;
}

.fp-timeline-required
{
   fill: #fff;
}

.fp-flight
{
   fill: #f44336;
   cursor: pointer;
}

.fp-flight-non-contracted
{
   fill: #78909c;
}

.fp-resource-row, .fp-team-row
{
   width: 100%;
   height: 20px;
   padding-right: 5px;
   user-select: none;
   display: flex;
   align-items: center;
   white-space: nowrap;
}

.fp-team-row
{
   font-weight: normal;
   padding-left: 5px;
   background-color: #365075;
   color: #ffffff;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
   z-index: 5;
}

.fp-resource-row
{
   font-weight: normal;
   padding-left: 15px;
}

.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-name
{
   flex: 1 1 auto;
}

.fp-resource-shift-time
{
   flex: 1 1 auto;
}

.fp-resource-skills
{
   overflow: hidden;
   flex: 1 0 0%;
   display: flex;
   justify-content: flex-end;
   flex-wrap: wrap;
   align-items: center;
}

.fp-skill-indicator
{
   display: inline-block;
   border-radius: 4px;
   width: 8px;
   height: 8px;
   cursor: auto;
}

.fp-resource-planned-line, .fp-team-planned-line
{
   position: relative;
   height: 20px;
}

.fp-team-planned-line
{
   background-color: #365075;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
   z-index: 3;
}

.fp-shift
{
   position: absolute;
   top: 0px;
   height: 20px;
   background-color: #979bb3;
   opacity: 0.7;
   z-index: 1;
   cursor: move;
}

.fp-planning-handle, .fp-planning-window-handle, .fp-planned-task
{
   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: 12px;
   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
{
   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;
}

.fp-planning-resources
{
   height: 10px;
   width: 10px;
}

#fp-bu-select, #fp-bu-date, #fp-dept-select
{
   width: 160px;
   margin-top: 10px;
   margin-left: 10px;
}

.fp-controls
{
   display: flex;
   width: 170px;
   margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
   background-color: #365075;
   color: #ffffff;
   align-items: center;
   justify-content: space-evenly;
   font-size: 20px;
}

.fp-control
{
   flex: 0 0 28px;
   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;
   height: calc(100% - 148px);
   margin: auto;
   margin-top: 20px;
}

.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-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: #365075;
   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
{
   z-index: 2147483647; /* must be this high to still display in fullscreen mode */
   position: absolute;
   /*height: 100px;*/
   /*width: 100px;*/
   background: #fff;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
   display: table;
}

#fp-settings-blocker
{
   z-index: 2147483646;
   height: 100%;
   width: 100%;
   position: fixed;
}

.fp-flight-info-title, .fp-planned-info-title, .fp-settings-title, .fp-shift-split-title
{
   text-align: center;
   width: 100%;
   height: 24px;
   line-height: 24px;
   font-weight: bold;
   padding-left: 5px;
   padding-right: 5px;
   background-color: #365075;
   color: #ffffff;
}

.fp-flight-info-sub-title
{
   text-align: center;
   width: 100%;
   height: 20px;
   line-height: 20px;
   padding-left: 5px;
   padding-right: 5px;
   background-color: #365075;
   color: #ffffff;
}

.fp-planned-info-line, .fp-planned-warning-line, .fp-shift-info-line
{
   display: flex;
   align-items: center;
   height: 24px;
   padding-left: 5px;
   padding-right: 5px;
   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-task-button
{
   margin: 5px;
   font-family: Verdana;
   font-size: 8pt;
   width: 92px;
   height: 22px;
}

.fp-flight-info-line
{
   display: flex;
   align-items: center;
   font-weight: normal;
   user-select: none;
   height: 28px;
}

.fp-flight-info-line-content, .fp-flight-info-line-content-selectable
{
   flex: 1 0 auto;
   display: flex;
   align-items: center;
   height: 28px;
}

.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;
}

.fp-flight-info-icon-container
{
   height: 28px;
   width: 28px;
   flex: 0 0 28px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}

.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: #F44336;
   font-style: italic;
}

.fp-resource-planned-icon
{
   color: #fff;
   font-size: 16px;
   pointer-events: none;
}

.fp-planned-warning-icon
{
   color: #fff;
   pointer-events: none;
}

.fp-info-warning-icon
{
   font-size: 16px;
   color: #F44336;
   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
{
   margin-top: 10px;
   margin-left: 10px;
   width: 170px;
}

.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
{
   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-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-planner-task-now
{
   background-color: #03A9F4;
   width: 3px;
   position: absolute;
   top: 0px;
   height: 100%;
   z-index: 7;
}

#fp-settings-item
{
   display: flex;
   align-items: center;
   height: 36px;
   margin-left: 10px;
   margin-right: 10px;
}

#fp-flight-non-contracted-checkbox
{
   margin: 0 10px 0 0;
}

#fp-flight-non-contracted-label
{
   margin-right: 10px;
}

.context-menu-list
{
   padding: 0px;
}

.context-menu-header
{
   background-color: #365075;
   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;
}

@-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 */