

.aui-header .aui-header-logo img {
    content: var(--confluence-custom-logo-content);
}

/* Formating for the wiki-button macro*/

.main-links-section {
  display: none !important;
}

.tabletitle h2 {
 font-size: 15px;
 margin: -0.5px;
}

.spaceList{
margin: -5px;
padding-bottom: 5px;
}

.favpages-container{
margin: -2px;
}

.tip{
  display: none !important;
}

#quick-search-query {
    border: 1px solid #626f86; /* Replace with your preferred color */
}

#quick-search-query::placeholder {
    color: #626f86 !important; /* Replace with your preferred color */
    opacity: 1; /* Ensures color is not too light */
}

.aui-header { 
    background-color: rgba(255, 255, 255, 1) !important; /* Slight transparency or use 1 for full opacity */
    z-index: 10; /* Ensures it stays above other elements */
}


a.aui-nav-imagelink[href="/calendar/mycalendar.action"] {
    display: none !important;
}

a.aui-nav-imagelink[href="/blog"] {
    display: none !important;
}

 .wiki-button {  
 transition: transform .2s;  
 margin: 25px !important;  
}  
  
 .wiki-button:hover {  
 transform: scale(1.1);  
}  

 .wiki-button a:hover, .wiki-button a:active {  
 text-decoration:none;
}  

/* Forcing cursor pointer when hovering over images */
.wiki-content img.confluence-embedded-image, .wiki-content img.editor-inline-macro {  
    cursor:pointer !important;  
}  

/* Forces all anchors to use same colour for links*/
.space-list {
    color:#0106ad !important;
}
  
/* Modifying tables to have ESN Blue background and white text */  
.wiki-content .confluenceTh.tablesorter-header.sortableHeader > div,
.wiki-content .confluenceTh.tablesorter-header.sortableHeader > div > a,
table.confluenceTable th.confluenceTh    
{      
    background-color: #2e3192 !important;      
    color: #FFFFFF;      
} 

.wiki-content table.confluenceTable th.confluenceTh > a 
{
	color: #FFFFFF; 
} 

/* Allows displaying several iframes in one line */  
iframe {
 margin-right:auto; 
 margin-left:auto;
 display:block;
}

/* Hiding the link to the dashboard next to the restriction settings */ 
#main-header:not(.doctheme-no-override) #breadcrumb-section #breadcrumbs li.first{
display: none
}



