.woningmarktmonitor {
	display: none;
}

.aandachtsgroepen {
	display: block;
}

span.icon {
    color: #222E50;
}

.jive header.topheader, .j-panel{
	box-shadow: none;
}

.j-panel div.search {
    border-bottom: 1px solid #cbcfe0;
    padding: .5em;
}

#j-tree button.item.pre i.icon-color, #j-tree button.item.rep i.icon-color, #j-tree button.item.url i.icon-color, #j-selection-tree-content button.item.pre i.icon-color, #j-selection-tree-content button.item.rep i.icon-color, #j-selection-tree-content button.item.url i.icon-color {
    background-color: transparent;
    color: #000;
}

.icon-color.low{
	color: #000;
}

.viewtype-color {
    background-color: transparent;
}

.presoption-color {
    color: #000;
}

button#start_intro {
    background-color: #000;
}

body{
	background-color: #fff;
}

header.custom.topheader {	
	height:80px;
}
	
#header-image {
	background: #fff url(logo.svg) no-repeat center left;
    width: 100%;
    height: 38px;
    margin-top: 21px;
    margin-left: 21px;
}

header.header-color {
    border-bottom: 1px solid #ccc;
	font-weight: bold!important;
    text-transform: uppercase; 
}

.j-workspace-bar .j-list li.current .item {
    border-bottom-color: #222E50;
}

div.j-workspace-bar {
    background-color: #fff;
}

a.header-color{
	color:#000;
}

.j-showselpopup.button-color {
    background-color: #000!important;
}

#j-period header.header-color{
	border-right: 1px solid #ccc;
}

#j-tree h2, #j-dimensions h2, #j-geolevel h2, #j-period h2, #j-presentation h2, #j-legend h2 {
    font-weight: bold!important;
}

.fa-times-circle:before {
    color: #000;
}

button.item:hover:not(.not-clickable) {
    background-color: rgba(140,140,140, 0.1);
}

.item.header, .j-modal div.level2, .j-workspace-bar {
    background-color: #f6f7f8;
}

.j-datatable.lefttop-div, .j-datatable.lefttop-div td {
    background-color: #f6f7f8;
}

.j-datatable th {
    background-color: #f6f7f8;
}

 
 /* standard button color, background and text color*/
.button-color {
    border: 0 solid #fff;
    background-color: #222E50;
    color: #fff;
}
 
/* disable button color, background and text color*/
.button-color:disabled {
    background-color: #999;
    color: #ccc;
}
 
/* highlighted button color */
button.highlight {
    background-color: #222E50;
}
 
/* error message color*/
.error {
    color: darkred;
}
 
/* semi selected icon color, for example in the period control when some months from one year are selected */
.icon-color-low {
    color: #999;
}
 
/* default icon color */
.icon-color-reg {
    color: #222E50;
}
 
/* selected icon color */
.icon-color-high {
    color: #222E50;
}
 
/* delete icon color */
.icon-color-delete {
    color: red;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #222E50;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #222E50;
}
 
/* left panel header color */
.header-color {
    background: #f6f7f8;
    color: #000;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #222E50;
}
 
/* left panel icons li sub elements */
.icon-color{
 color: #000;
}
 
/* left panel icons new element */
.button-color.high {
 background-color: #222E50;
 color: #fff;
}
 
/* j-list icons active element */
.viewtype-color.high {
 color: #222E50;
}
 
/* j-list icons in-active element */
.viewtype-color {
 color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
 background: #222E50;
}