body {
    color: #492e24 !important;
    /* background-repeat: repeat-x !important; /**Kocon fix*/	 
}

/** HEADER */
.rich-page-header {
	background-image: url('logo.png');
}
.rich-page-header:before{
	content: " ";
    background-color: #492e24;
}

.top-header-text, a.top-header-text {
    color: #ffffff;
}
a.top-header-text:hover{
    color: #ffffff;
    text-decoration: underline;
}

/** MAIN MENU */
.main-menu-item .rich-menu-list-bg{
    background-color: #492e24;	
}
.main-menu-item > div > .rich-menu-list-border:first-of-type:before {
    content: "";
    border-color: transparent transparent #492E24 transparent;
}

.main-menu-item,
.main-menu-item-home,
.rich-toolbar-item > .kocon-main-menu-item{
	color: #492e24;
}
.main-menu-item:hover,
.main-menu-item-home:hover,
.rich-toolbar-item > .kocon-main-menu-item:hover{
	color: #98cb4f;
}

/** DROPDOWN */
.main-menu-subitem{
	color: #FFFFFF;
}

.main-menu-subitem:hover{
	color: #ffffff;
	background-color: #98cb4f;
}

/** SIDEBAR */
.sidebar-panel{
    border: 1px solid #98cb4f;
}

.sidebar-panel-header-text{
	color: #492e24;
}

.sidebar-panel-option-button {
	color: #492e24;
	/* background-image: url(button_large_background.png); */
	background-position: center top;
}	
.sidebar-panel-option-button-mouse-over {
	color: #ffffff;
	/* background-image: url(button_large_background_onmouseover.png); */
	background-position: center top;
}
.sidebar-panel-option-button-mouse-down  {
	color: #ffffff;
	/* background-image: url(button_large_background_onmouseover.png); */
	background-position: center top;
}

/* SIDEBAR WITH BUTTONS
.sidebar-panel:nth-child(2) .sidebar-panel-option-button,
.sidebar-panel:nth-child(6) .sidebar-panel-option-button{
	color: #85c452;
}
.sidebar-panel:nth-child(3) .sidebar-panel-option-button,
.sidebar-panel:nth-child(7) .sidebar-panel-option-button{
	color: #f26b38;
}
.sidebar-panel:nth-child(4) .sidebar-panel-option-button,
.sidebar-panel:nth-child(8) .sidebar-panel-option-button{
	color: #ffff4d;
}
.sidebar-panel:nth-child(5) .sidebar-panel-option-button,
.sidebar-panel:nth-child(9) .sidebar-panel-option-button{
	color: #e2dddb;
}
*/

.sidebar-panel:nth-child(2) ,
.sidebar-panel:nth-child(6){
	background-color: #85c452;
	border: none;
}
.sidebar-panel:nth-child(3),
.sidebar-panel:nth-child(7){
	background-color: #f26b38;
	border: none;
}
.sidebar-panel:nth-child(4),
.sidebar-panel:nth-child(8){
	background-color: #ffff4d;
	border: none;
}
.sidebar-panel:nth-child(5),
.sidebar-panel:nth-child(9){
	background-color: #e2dddb;
	border: none;
}


/** CONTENT */

.page-title, .help-column-title{
	color: #492e24;
}
.input-data-column-title{
	color: #492e24;
}
.input-data-column-subtitle, .help-column-subtitle{
	color: #492e24;
}

.modal-panel-header {
	color: #FFFFFF;
	background-color: #492e24;
}

.about_customer_logo {
	background-image: url('logo.png');
	background-size: 300px auto;
	width: 300px;
}


/** BUTTONS */
.button {
	text-transform: lowercase;
	color: #ffffff;
	background-image: url(button_background_wz.png) !important;
}
.button.focus {
	text-transform: lowercase;
	color: #ffffff;
	background-image: url(button_background_onmouseover.png);
}
.button.large {
	background-image: url(button_large_background_wz.png) !important;
}
.button.large.focus {
	color: #ffffff;
	background-image: url(button_large_background_onmouseover.png);
}
.button-mouse-down {
	text-transform: lowercase;
	color: #ffffff;
	background-image: url(button_background_onmouseover.png);
}
.button-mouse-down.large {
	color: #ffffff;
	background-image: url(button_large_background_onmouseover.png);	
}
.button-mouse-over  {
	text-transform: lowercase;
	color: #ffffff;
	background-image: url(button_background_onmouseover.png);
}
.button-mouse-over.large {
	color: #ffffff;
	background-image: url(button_large_background_onmouseover.png);	
}
.photo-button-next {
	background-image: url(button_next.png);
}
.photo-button-previous {
	background-image: url(button_previous.png);
}

/* EIGEN SCHRIFTJE */
.journal-cover{
    background: transparent url('journal_cover.png') no-repeat;
}
.journal-left-page{
    background: transparent url('journal_left.png') no-repeat; 
}
.journal-right-page{
    background: transparent url('journal_right.png') no-repeat;
}
.journal-title,
.journal-subtitle{
    margin-left: 5px;
}
.journal-single-paper{
    background: transparent url('journal-single.png') no-repeat;   
}

.input-data-column-data,
.output-data-value,
.cms-content-item p,
.sidebar-panel-help-text,
.help-value,
.rich-tab-header,
.rich-table,
.text-block,
.rich-page-main .rich-menu-item-label,
.rich-page-main .rich-label-text-decor,
.rich-panel-body,
.rich-table-cell,
.sidebar-panel-option-text,.sidebar-panel-option-input,
.drop-down-menu-label,.rich-tabpanel-content,
.input-data-column-label,
.sidebar-panel-option-label,
.datatable-header-text,
.datatable-column-header,.text{
    color: #492e24 !important;
}