/**************************************/
/**************************************/
/*                                    */
/*           STANDAARD CSS            */
/*          SWING HUISSTIJL           */
/*             VOOR JIVE              */
/*                                    */
/*            VERSIE 1.00             */
/*                                    */
/*        DONKER GRIJS = #444         */
/*        DONKER BLAUW = #008e9d      */
/*                                    */
/**************************************/
/**************************************/
@import url("/style/custom/mbo/menu.css");
body{
	background: #fff;
	background-color: #fff;
}

#j-container header {
    overflow: visible !important;
}

#j-container header.header-color {
    overflow: hidden !important;
}

header {
	color: #fff;
}

.navbar {
	display: none;
}

/* custom header */
header.custom.topheader {	
    height: 85px;
    background: #fff;
} 
 .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;
}

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: #4f338a;
}

div.j-workspace-bar {
    background-color: #fff;
}

a.header-color{
	color:#000;
}

.j-showselpopup.button-color {
    background-color: #4f338a!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: #008e9d;
    color: #fff;
}
 
/* disable button color, background and text color*/
.button-color:disabled {
    background-color: #999;
    color: #ccc;
}
 
/* highlighted button color */
button.highlight {
    background-color: #008e9d;
}
 
/* 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: #008e9d;
}
 
/* selected icon color */
.icon-color-high {
    color: #008e9d;
}
 
/* delete icon color */
.icon-color-delete {
    color: red;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #008e9d;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #008e9d;
}
 
/* left panel header color */
.header-color {
    background: #f6f7f8;
    color: #000;
}

.viewtype-color.high {
    background-color:#4f338a;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #008e9d;
}
 
/* left panel icons li sub elements */
.icon-color{
 color: #000;
}
 
/* left panel icons new element */
.button-color.high {
 background-color: #4f338a;
 color: #fff;
}
 
/* j-list icons active element */
.viewtype-color.high {
 color: #008e9d;
}
 
/* j-list icons in-active element */
.viewtype-color {
 color: #000;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
 background: #008e9d;
}

@media screen and (max-width: 480px) {
    .jive #j-container {
        overflow-y: hidden !important;
    }
}