/* Old design overrides
-------------------------------------------------*/

/* Header 
-------------------------------------------------*/    
header {
	/* the following is needed to override bootstrap border-box, because we don't want to include borders in header
	---------------------------------------------------------------------------------------------------------------*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 1px 5px #e3e3e3;
    z-index: 999;/*It must be less than 1000 which is the first z-index in BI*/
    position:relative;
}
.neutral .console_header .rightDiv {
	background:white;
} 



