@font-face {
	font-family:'boingregular';
	src: url('Boing_gdi.eot');
	src: url('Boing_gdi.eot?#iefix') format('embedded-opentype'),
		url('Boing_gdi.woff') format('woff'),
		url('Boing_gdi.ttf') format('truetype'),
		url('Boing_gdi.svg#boingregular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}


/* ### START GENERAL STYLING ### */
html{
	min-height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, sans-serif !important;
    font-weight: 400;
    color: #54284e !important;
    /* background-repeat: repeat-x !important; /**Kocon fix*/	 
}

.rich-page{
	background-color: #FFFFFF;
	height: 100%;
}

.rich-page-subheader, .rich-page-content, .rich-page-footer{
	/* background-color: #FFFFFF; */
}

/** HEADER */
.rich-page-header {
	background-image: url('logo.png');
	background-position: 95% 30px;
	background-repeat: no-repeat;
	height: 120px;
}
.rich-page-header:before{
	content: " ";
    height: 30px;
    width: 100%;
    background-color: #54284e;
	display: block;
}

.rich-page-header-content{
	margin-top: -33px;
}

.top-header-text, a.top-header-text {
    color: #ffffff;
    font-weight: normal;
    text-transform: lowercase;
    font-family: 'opensans400', Verdana, sans-serif;
    font-size: 12px;
}
a.top-header-text:hover{
    color: #ffffff;
    text-decoration: underline;
}

/** MAIN MENU */
.main-menu-spacer{
	width: 0;
}
.rich-toolbar .rich-toolbar-item:first-child {
    /* width: 100%; */
}

.rich-toolbar-item > .kocon-main-menu-item, .main-menu-item, .main-menu-item:hover, #toolbarHome {
    padding: 0 10px 0 10px;
}

.main-menu-item > div div,
.main-menu-item .rich-menu-list-border{
    font-family: 'opensans700', Verdana, sans-serif;
	text-transform: lowercase;
}

.main-menu-item .rich-menu-list-bg{
	padding-top: 0px;
	padding-bottom: 0px;

    background-color: #54284e;	
	
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

	/* IE8 The Fallback voor geen dropdown border*/
	/* border: 1px solid rgb(243, 243, 243);  */
	/* border: 0px solid rgba(0,0,0,0);  */
}
.main-menu-item > div >.rich-menu-list-border{
	margin-top: 8px;
	margin-left: 12px;
}
.main-menu-item > div > .rich-menu-list-border:first-of-type:before {
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #492E24 transparent;
    height: 0;
    position: absolute;
    left: 15px;
    top: -8.7px;
    width: 0;
    -webkit-transform: rotate(360deg);
	display: block;
}


.main-menu-item,
.main-menu-item-home,
.rich-toolbar-item > .kocon-main-menu-item{
	color: #54284e;
}
.main-menu-item:hover,
.main-menu-item-home:hover,
.rich-toolbar-item > .kocon-main-menu-item:hover{
	color: #762e71;
}


.main-menu{
	height: 66px;
	margin-top: 0px;
}

.main-menu-item,
.main-menu-item:hover,
.kocon-main-menu-item,
#toolbarHome {
	font-family: 'opensans700', Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
	text-transform: lowercase;

	margin-top: 22px;
}
.rich-toolbar-item > .kocon-main-menu-item{
    margin-top: 22px;
	height: 0px;
    line-height: 0px;
}

/** DROPDOWN */
.main-menu-item .rich-menu-list-border{
	margin-top: -5px;
}

.main-menu-subitem{
	padding: 9px 15px;
	color: #FFFFFF;

	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.main-menu-subitem .rich-menu-item-label{
	font-size: 16px;
	font-weight: normal;
    font-family: 'opensans700', Verdana, sans-serif;
	text-transform: lowercase;
}
.main-menu-subitem .rich-menu-item-icon,
.main-menu-subitem .rich-menu-group-icon{
	display: none;
}
.main-menu-subitem .rich-menu-node {
	top: 11px;
}

.main-menu-subitem:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #762e71;
}


/** SIDEBAR */

.sidebar-panel{
    border: 1px solid #aee3e6;
}
.sidebar-panel-header-left, .sidebar-panel-header-right,
.sidebar-panel-header-text{
	/* background-color: #129ed3; */
}

.sidebar-panel-header-text{
	text-align: left;
	color: #54284e;
	padding: 10px 0 10px 0;
	font-family: boingregular, Verdana, sans-serif !important;
	text-transform: lowercase;
	font-size: 26px !important;
	font-weight: normal !important;
}

.sidebar-panel-option-label{
	font-weight: normal;
}

.sidebar-panel-option-button {
	color: #54284e;
	text-transform: lowercase;
	background-image: none;
	/* background-image: url(button_large_background.png); */
	background-position: center top;
	font-family: 'opensans400', verdana !important;
	font-size: 12px !important;
	
	text-decoration: underline;
	text-align: left;
}	
.sidebar-panel-option-button-mouse-over {
	color: #ffffff;
	text-transform: lowercase;
	background-image: none;
	/* background-image: url(button_large_background_onmouseover.png); */
	background-position: center top;
	font-family: 'opensans400', verdana !important;
	font-size: 12px !important;

	text-decoration: underline;
	text-align: left;
}
.sidebar-panel-option-button-mouse-down  {
	color: #ffffff;
	text-transform: lowercase;
	background-image: none;
	/* background-image: url(button_large_background_onmouseover.png); */
	background-position: center top;
	font-family: 'opensans400', verdana !important;
	font-size: 12px !important;

	text-decoration: underline;
	text-align: left;
}

/* SIDEBAR WITH BUTTONS: 
.sidebar-panel:nth-child(2) .sidebar-panel-option-button,
.sidebar-panel:nth-child(6) .sidebar-panel-option-button{
	color: #a4dae7;
}
.sidebar-panel:nth-child(3) .sidebar-panel-option-button,
.sidebar-panel:nth-child(7) .sidebar-panel-option-button{
	color: #da386c;
}
.sidebar-panel:nth-child(4) .sidebar-panel-option-button,
.sidebar-panel:nth-child(8) .sidebar-panel-option-button{
	color: #f9dfe1;
}
.sidebar-panel:nth-child(5) .sidebar-panel-option-button,
.sidebar-panel:nth-child(9) .sidebar-panel-option-button{
	color: #009bde;
}
*/

.sidebar-panel:nth-child(2) ,
.sidebar-panel:nth-child(6){
	background-color: #a4dae7;
	border: none;
}
.sidebar-panel:nth-child(3),
.sidebar-panel:nth-child(7){
	background-color: #da386c;
	border: none;
}
.sidebar-panel:nth-child(4),
.sidebar-panel:nth-child(8){
	background-color: #f9dfe1;
	border: none;
}
.sidebar-panel:nth-child(5),
.sidebar-panel:nth-child(9){
	background-color: #009bde;
	border: none;
}



/** CONTENT */
.breadcrumbs {
    display: none;
}
.breadcrumb {
	/* color: #129ed3; */
}

.rich-page-subheader{
	height: 0;
}
.rich-page-content{
	min-height: 75%;
    margin-top: 0;
}

.page-title, .help-column-title{
	font-family: boingregular, Verdana, sans-serif !important;
	text-transform: lowercase;
	font-weight: normal !important;
	color: #54284e;
	font-size: 24px !important;
}
.input-data-column-title{
	font-family: 'opensans600', Verdana, sans-serif !important;
	text-transform: lowercase;
	font-weight: normal !important;
	color: #54284e;
	font-size: 20px !important;
}
.input-data-column-subtitle, .help-column-subtitle{
	font-family: 'opensans600', Verdana, sans-serif !important;
	text-transform: lowercase;
	font-weight: normal !important;
	color: #54284e;
	font-size: 16px !important;
}

.modal-panel-header {
	color: #FFFFFF;
	background-color: #54284e;
	text-transform: lowercase;
	font-family: 'opensans600', Verdana, sans-serif !important;
	font-size: 18px !important;
	font-weight: normal !important;
}

.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.png);
	font-family: 'opensans400', verdana !important;
	font-size: 12px !important;
}
.button.focus {
	text-transform: lowercase;
	color: #ffffff;
	background-image: url(button_background.png);
	font-family: 'opensans400', verdana !important;
	font-size: 12px !important;
}
.button.large {
	background-image: url(button_large_background.png);
	font-family: 'opensans400', verdana !important;
	font-size: 12px !important;
}
.button.large.focus {
	color: #ffffff;
	background-image: url(button_large_background_onmouseover.png);
	font-family: 'opensans400', verdana !important;
	font-size: 12px !important;
}
.button-mouse-down {
	text-transform: lowercase;
	color: #ffffff;
	background-image: url(button_background.png);
	font-family: 'opensans400', verdana !important;
	font-size: 12px !important;
}
.button-mouse-down.large {
	color: #ffffff;
	background-image: url(button_large_background_onmouseover.png);	
	font-family: 'opensans400', verdana !important;
	font-size: 12px !important;
}
.button-mouse-over  {
	text-transform: lowercase;
	color: #ffffff;
	background-image: url(button_background.png);
	font-family: 'opensans400', verdana !important;
	font-size: 12px !important;
}
.button-mouse-over.large {
	color: #ffffff;
	background-image: url(button_large_background_onmouseover.png);	
	font-family: 'opensans400', verdana !important;
	font-size: 12px !important;
}

 
.photo-button-next {
	background-image: url(button_next.png);
}
.photo-button-previous {
	background-image: url(button_previous.png);
}

.rich-table-sortable-header{
	text-transform: lowercase;
}

.input-data-column-label,
.input-data-column-data .output-data-value{
	font-size: 11px;
}


/* 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: #54284e !important;
}