

                /* FIXE SIDEBAR BUGGY */  
body .ia-splitter {  
     position:relative;  
 }  
#who-can-view-button-ak-button {display:none;} 
/*------------------------------------------------------ 
pre-header zone 
--------------------------------------------------------
#header-precursor {  
background-image:url("/fpfis/wikis/download/attachments/542345090/EPlus_ESC_banner.png");
height:115px;  
}  */  
/*----------------------------------------------------------------------------- 
header including the standard horizontal menu with search box 
-------------------------------------------------------------------------------*/  
#header .aui-header {  
    background-color: #205081;  
    height: 40px;  
}  
/* removal of all the standard menu and search entries in the header except the last block  */  
.aui-header-before, .aui-header-primary, .aui-quicksearch.dont-default-focus.header-quicksearch {  
    /*display:none;  */  /*SEARCH BAR TOP RIGHT*/
}  
/* removal of the EC logo in the top left corner */  
#logo {  
display:none;  
}  
/* ------------------------------------------------------ 
other classes 
--------------------------------------------------------*/  
/* this class is used at several places  and may impact other elements within the wiki to be checked in case items are missing in the wiki pages */  
.aui-nav-imagelink {   
display:none !important;  
}  
/* due to the impact mentioned above display the notification button again */  
#notifications-anchor {  
    display: inline !important;  
}  
/* change colour of heading 1 to dark orange */        
.wiki-content h1      
{        
 color:#EB9514;        
}  
/* change size of heading 5  */          
.wiki-content h5        
{          
 text-transform: none        
}     
/* change weight of heading 4 to bold */        
.wiki-content h4      
{        
 font-weight:bold;        
}          
/* change size of heading 3  */        
.wiki-content h3      
{        
 font-size: 16px;        
}         
/* ------------------------------------------------------ 
  hiding the like section and the labels section and the footer section. Footer which has to appear in view of what is stipulated in the Atlassian Customer Agreement has been added to the footer definition.
--------------------------------------------------------*/  
#likes-section, #labels-section, #footer {  
display: none;  
}  
/* ------------------------------------------------------  
Make the custom footer grey so that the powered by Atlassian appears on a grey background as it would normally do (to keep with the licence requirement that it should be in the same format 
--------------------------------------------------------*/  
#custom-content-footer {  
    background-color: #d3d3d3;  
    padding: 6px;  
}    
/* ------------------------------------------------------  
Styling of tabs on pages
--------------------------------------------------------*/    
.aui-tabs.horizontal-tabs>.tabs-menu>.active-tab a {  
background-color: #E0E0E0;   
font-weight: bold; font-size: 15px;    
}  
