
/* Custom styles for Confluence (included for all themes by default) */

/* Sections */
/* #comments-section, #labels-section, #likes-section, #likes-and-labels-container, user edits notification and attachements,  */
#comments-section, #labels-section, #likes-section, #likes-and-labels-container, .page-metadata-modification-info, #content-metadata-attachments, #children-section {
display:none !important;
}
/** Menus, Buttons, Navigation **/
/* #action-export-pdf-link */
#action-menu-secondary > li > a:not(#action-export-pdf-link) {
  display:none !important;
}
/* Ad hoc Workflows link */
#adhocWorkflowsPopupLink {
  display:none !important;
}
/* Add menu */
#add-menu-link {
display:none !important;
}
/* Share button */
#shareContentLink {
  display:none !important;
}
/* Edit button */
#editPageLink {
  display:none !important;
}
/* Watch Content button */
#watch-content-button {
  display:none !important;
}
/* Footer (powered by) */
#footer {
  display:none !important;
}
/* Space tools, bottom left */
.space-tools-section {
  display:none !important;
}

/* View History */
.action-view-history-link {
display: none !important;
}
/* View Attachments */
.action-view-attachments {
display: none !important;
}
/* Export Word */
.action-export-word {
display: none !important;
}
/* View History*/
.action-view-history {
display: none !important;
}
/* View Restrictions*/
.action-page-permissions {
display: none !important;
}
/* View Page Info */
.action-view-info {
display: none !important;
}
/* View Link this Page */
#link-to-page-link {
display: none !important;
}
/* View Hierarchy */
#view-in-hierarchy-link {
display: none !important;
}
/* View Source */
.action-view-source {
display: none !important;
}
/* Hide Space from top Nav */
.aui-header-primary .aui-nav {
display: none !important;
}
.aui-nav-imagelink {
display: none !important;
}
/* Hide right side content from top Nav */
.aui-header .aui-header-secondary .aui-nav {
display: none !important;
}
.plugin_livesearch_searchbox {
    max-width: 100px !important;
    width: 100px !important;
}
/* color of header */
#header .aui-header { background-color: #1e486c; }
#header .aui-header a:hover { background-color: #1e486c; }

/* Further Staff-Site styles */
body { font-size: 13px; } /* correct body text size */

/* link styles */
a, #splitter-sidebar a, .wiki-content a, .plugin_pagetree_children_span a { color: #36c; text-decoration:none; }
a:visited, .wiki-content a:visited, .plugin_pagetree_children_span a:visited { color: #551a8b; }
a:hover, a:focus, a:active, #splitter-sidebar a:hover, #splitter-sidebar a:focus, #splitter-sidebar a:active, .wiki-content a:hover, .wiki-content a:focus, .wiki-content a:active, .plugin_pagetree_children_span a:hover, .plugin_pagetree_children_span a:focus, .plugin_pagetree_children_span a:active { color: #036; text-decoration:underline; outline: 0; }
a:focus, #splitter-sidebar a:focus, .wiki-content a:focus, .plugin_pagetree_children_span a:focus { outline: thin dotted; }

/* heading styles */
h1 { font-size: 20px; color:#666 }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }

/* sidebar items not required */
.acs-side-bar-space-info { display:none; }
.acs-nav-sections .ia-quick-links-header-title, .ia-quick-links-header-title { display:none; }

/* remove Congress.gov link icon */
.acs-nav-item.external_link .icon { display:none; } 
.acs-nav-item.pinned_page .icon { display:none; }

/* position Congress.gov link */
.acs-nav-wrapper { margin-top:15px; }

/* position Congress.gov link */
li.acs-nav-item .acs-nav-item-label { margin-left:0; } 
.ia-secondary-header { display:none; }

/* hide ‘Pages’ breadcrumb link */
#breadcrumbs { display: none !important; }


/* End custom styles for Confluence */


