

                /* Buttons Download of Download Blueriq moeten Blueriq-paars zijn */
a[title="Download"].rwui_button {
    background-color: #783b93;
    border-color: #783b93;
}
a[title="Download Blueriq"].rwui_button {
    background-color: #783b93;
    border-color: #783b93;
}

/* Button V9 V10 V11 */
.aui-lozenge-complete {
    background-color: #0077E5 !important;
    border-color: #0077E5 !important;
    color: #FFFFFF !important;
    }

.aui-lozenge-complete.aui-lozenge-subtle {
    background-color: #FFFFFF !important;
    border-color: #0077E5 !important;
    color: #0077E5 !important;
    }

/* Button Apply for certification moet Blueriq-paars zijn */
a[title="Apply for certification"].rwui_button {
    background-color: #783b93;
    border-color: #783b93;
}

/* Blueriq header: bottom line blue and thick */
.aui-header {
    border-bottom: 3px solid #0077e5;
}

/* page title deep-purple */
#title-text a {
    color: #0077e5 !important;
}

/* customize the sidebar deep-purple */
.acs-side-bar {
    background-image: none;
    background-color: #0077e5 ;
}

/* customize the sidebar font */ 
.acs-tree-item, .acs-side-bar a, .acs-side-bar td a, #acs-nav-list-main .acs-nav-item-label, #acs-nav-list-quick .acs-nav-item-label, .acs-nav-list .acs-nav-item-label, .acs-nav-sections p, .acs-tree-item .node-title, .acs-side-bar-flyout h2,
.acs-side-bar .plugin_pagetree li a,   
.acs-side-bar .plugin_pagetree ul,   
.acs-side-bar a,  
.acs-side-bar .plugin_pagetree .plugin_pagetree_childtoggle_container > .aui-icon,  
.acs-side-bar .space-favourite,
.acs-nav-item .acs-nav-item-label,
.configure-sidebar .tip a, 
.quick-links-wrapper h5, 
.quick-links-wrapper p,
.acs-side-bar .quick-links-wrapper .tip a,
.acs-side-bar-content .label {  
    color: #FFFFFF;  
    font-weight: bold;  
} 

/* search dropdown was white on white start*/  
.aui-dropdown a.content-type-page, 
.aui-dropdown a.search-for, 
.aui-dropdown a.content-type-attachment {  
    color: #0077e5;    
}

.aui-dropdown .active a.content-type-page, 
.aui-dropdown .active a.search-for, 
.aui-dropdown .active a.content-type-attachment {  
    color: #FFF;    
}
/* search dropdown was white on white end*/  

.acs-side-bar .plugin_pagetree li .plugin_pagetree_current a {
    color: #b5d3e7 !important;
}

/* customize the sidebar white dot */
.plugin_pagetree_childtoggle_container>.no-children.icon {
    background: #FFFFFF;
}

.plugin_pagetree_childtoggle_container>.icon-section-closed {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAD////////////////////39/f///866XwcAAAAB3RSTlMAHTdfd3/rpIKgYwAAAC1JREFUeAFjIBcwMjMzoggws7MzowuwMaJoYUEXYWJFaEKoQDcD3RZMd1APAABm7gC1V5Jz+AAAAABJRU5ErkJggg==);
}

.plugin_pagetree_childtoggle_container>.icon-section-opened {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAD////////////////////39/f///866XwcAAAAB3RSTlMAHTdfd3/rpIKgYwAAADRJREFUeNq1jDEOACAMAotU+P+Pa6JD494bSLjhYgyQuPOgnSttNuHtJkCdK6JVZOHrIuYoZNoAtYpUOjIAAAAASUVORK5CYII=);
}

/* vertical line */
.vsplitbar {
    background-image: none;
    width: 0px !important;
    border-right: 4px solid LightGray ;
}

/* Make all squares really square */
* {
	border-radius: 0 !important
}

/* remove Application links */
.aui-header-before {
    display: none;
}

/* Remove People menu item */
#people-directory-link {    
    display:none;    
}

/* remove Spaces menu item */
#space-menu-link {  
    display:none;  
}

/* remove Help menu item */
#help-menu-link {  
    display:none;  
}

/* Remove Browse menu item */
#browse-menu-link {
    display: none;
}

/* Blueriq header: hover */
#header .aui-header .aui-header-logo a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

/* Blueriq header: blue links */
#header .aui-header .aui-nav-imagelink, #header .aui-header a {
    color: #0077e5;
}

/* hide metadata, only show on hover */
.page-metadata {
    opacity       : 0;
    transition         : opacity .25s ease-in-out;
    -moz-transition    : opacity .25s ease-in-out;
    -webkit-transition : opacity .25s ease-in-out;
}

/* show metadata on hover */
.page-metadata:hover {
    opacity       : 1.0;
}

/* page title styling */
#title-text {
    font-size     : 40px;
}

/* 9-2-2021 Changed from 40px to 0px to fix TOC anchors overjumping in IE */
#breadcrumb-section {
    margin-bottom: 0px;
}

/* limit the width and center the theme header (reference to documentation directory) */
#theme-header {
    margin: 0 auto;
    width: 1100px;
}

/* color the header border the same as the sidebar line */
#theme-header .panel {
    border-color: #CCC;
}

/* limit the width and center the page */
#main {
    margin: 0 auto;
    width: 1100px;
}

/* customize the sidebar line */
#splitter-sidebar {
    background-image: none;
}

.vsplitbar {
    background-image: none;
    width: 1px;
}

/* apply the standard color to h5 h6 headings */
.wiki-content h5, .wiki-content h6 {
    color: #0077e5;
}

/* CONF-29040 workaround */
.content-by-label {
    line-height:normal !important;
}

/* display full attachments table */
#viewAttachmentsDiv table.attachments {
    table-layout: auto;
}

/*remove whitespace above sections */  
.sectionMacro {  
    margin-top: 0px;  
} 

/* START CONFLUENCE QUESTIONS */

/* layout questions page */
div.cq.cq-base {
    padding-top: 41px;
}

/* END CONFLUENCE QUESTIONS */
            
