/* Main Layouts including menu pages and media boxes */
/* Main Layouts including menu pages and media boxes */
/* Main Layouts including menu pages and media boxes */
/* Reset HTML to basic and import main css files */

/* Reset HTML to basic and import main css files */

* {
   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;
}

/* Fonts have a habit of not rippling through certain CSS elements so we have included the */
/* tag "global font" throughout so you can easily search/replace if you want to change it  */

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;
   -webkit-transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -o-transition: opacity .5s ease-in-out;
   transition: opacity .5s ease-in-out;
}

.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: 22px;
}

.PlannerLogo
{
   width: 100%; 
   height: 100%; 
   background: white;
}

.PlannerResource
{
   position: absolute; 
   background: none; 
   height: 20px; 
   overflow: hidden;    
}

.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: 0px;
   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;
   top: 0px;
}

.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;
}

/* planner v3 additions end */