/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 28, 2015, 12:38:39 PM
    Author     : Pixako Technologies
    Developer  : Arshad Munir.
*/

/* Small devices (tablets, 768px and up) */
@media  only screen and (min-width: 768px) and (max-width: 992px)
{ 
   .nav > li.jobs-menu
   {
      display: none;
   }
   .nav > li.tracker-menu
   {
      display: none;
   }
   .nav > li.allocation-menu
   {
      display: none;
   }
}

@media (max-width: 767px) { 
   .nav > li.more-menu
   {
      display: none;
   }
   .nav > li.more-job-menu
   {
      display: none;
   }
   .nav > li.more-tracker-menu
   {
      display: none;
   }
   .nav > li.more-allocation-menu
   {
      display: none;
   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) 
{ 


   .nav > li.reports-menu
   {
      display: none;
   }
   .nav > li.compliance-menu
   {
      display: none;
   }
   .nav > li.project-menu
   {
      display: none;
   }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) 
{ 

   li.more-job-menu
   {
      display: none;
   }
   li.more-tracker-menu
   {
      display: none;
   }
   li.more-allocation-menu
   {
      display: none;
   }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) 
{ 
   .nav > li.more-menu
   {
      display: none;
   }
}