

/*NOTE # is an id . is a class*/
@media print 
{
    #theme-footer {}
}

/*remove the dashboard adverts from Atlassian*/
.gettingstarted { display: none !important; visibility: none !important; }
/*remove the hints and contact administrator*/
#space-directory-help { display: none !important; visibility: none !important; }
#spaceBlankExperience { display: none !important; visibility: none !important; }

/*login*/
/*set the login screen page width to allow for our T&Cs*/
.login #main.aui-page-panel {width: 1020px; max-width: 1020px;}  
/*remove all but the essential from the login screen*/
#login-language { display: none !important; visibility: none !important; }
#forgot-password { display:none; } 

/*no likes and labels - overridden by document theme*/
#likes-and-labels-container { display: none !important; visibility: none !important; }
/*no children on a page - overridden by document theme*/
#children-section { display: none !important; visibility: none !important; }

/* remove the link to the user */
.confluence-userlink { display: none !important; visibility: none !important; }
.fn { display: none !important; visibility: none !important; }
/* ril 20/09/2019 : added to try to hide use info in 'Popular' display */  
.user-info { display: none !important; visibility: none !important; }  

/*THIS SHOULD HAVE WORKED a[class|~='userlink-'] { display: none !important; visibility: none !important; }*/

/*remove link to the changes*/
.update-item-changes { display: none !important; visibility: none !important; }
.update-item-date { display: none !important; visibility: none !important; }

/*remove link to the changes  ## in 6.13.4 ##   */
.update-item-date-wrapper { display: none !important; visibility: none !important; }

/* experiment with  .ia-fixed-sidebar { color : white !important; } */
.userLogo { display: none !important; visibility: none !important; }

/*  Hide 'Contributor' box on Search sidebar, as it can identify user names  */  
.cql-type-user { display: none !important; visibility: none !important; }  

/*  Customisations for 'Questions for Confluence' */
/*  -  hide Question prompt in search result (visible whether or not user has access to Questions)  */
.cq-searchsidebar { display: none !important; visibility: none !important; }
/*  -  hide Space dropdown in the Question page, as we don't want space-specific questions  */
.cq-context-actions { display: none !important; visibility: none !important; } 

/*  Search bar contributor */
/* .SearchSelect_search-select-component__11Flk { border:5px solid red !important; } */
/* .search-container-component { color red !important; border:5px solid red !important; } */

/* Remove change password from profile menu bar */
/* P Coleman 7-11-2024: commented out the old way as it doesn't work from v8.5.16 onwards -  #section-yoursettings li:first-child { display:none; } - replaced with code below*/
.aui-nav a[href="/users/changemypassword.action"] { display: none !important; }

/* Hide Calendars   (RIL 07/11/2023) */
#header nav.aui-header .aui-header-primary .aui-nav a.aui-nav-imagelink[title=Calendars] { display: none; } 

/* Hide avatar images - 24/10/2024 */
#.aui-avatar { display: none !important; visibility: hidden !important; }
.aui-avatar-large { display: none !important; visibility: hidden !important; }

/* Hide contributor when searching - 24/10/2024 */
#content-contributor-search-filter-button { display: none !important; visibility: hidden !important; }

