a,
th, td,
.tool label,
div.input label {
	color: #825E9B;
}

.button-del-file,
.file-input-container label, 
a.button, 
input[type="submit"] {
	background-color: #825E9B;
	border: 1px solid #634875;

}

.tools .tool.icons a.icon-excel {
    background-image: url('/css/img/icon-excel-act.png');
}


a.button--green,
input.button--green{
	background: #62B3A4;
	border: 1px solid #52988B;

}

a.button--down,
input.button--down{

	background: #F1BC31;
	border: 1px solid #C09627;

}

a.button--grey{
	background: #333;
	border: 1px solid #000;
}
input[disabled].button,
input.button--disabled{
background: #B6B6B6;
border: 1px solid #868686;
border-radius: 2px;
	font-size: 1rem;
	color: #403C3C;
	cursor: default;
}
a.button--warning,
input.button--warning{
	background: #EA4C3A;
	border: 1px solid #BD392A;

}

.submit-options{
	display: block;
	padding-top: 8px;
/* 	border:solid 1px #aaa; */

	width: 100%;
	margin-top: 2em;
/* 	background-color: #efefef; */

	padding:12px 0px;;
	
}
.submit-options h2{
	margin-left: 5px;
}

.submit-options:after{
	display: table;
	clear: both;
	content:'';
}

.submit-options--left{
	float: left;
	padding-right: 12px;
	border-right: solid 1px #999;

}
.submit-options--right{
	float:left;
	padding-left: 12px;
	border-left: solid 1px #efefef;

}
.submit-options a.button,
.submit-options input.button{
	display: inline-flex;
	vertical-align: middle;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin:10px 5px;
	height: 40px;
	padding: 4px 11px;
	line-height: 1;
	box-sizing: border-box;
	height: 40px;
	width: auto;
	font-size: 0.875rem;
	font-weight: bold;
	min-width: 100px;
}
.submit-options a.button:first-child,
.submit-options input.button:first-child{
	margin-left:0px;
	
}

.submit-options a.button:hover,
.submit-options input.button:hover{

}

#mainmenu nav.menu-left a.menu-hoogbegaafd,
#mainmenu nav.menu-left a.menu-eed
{
	display: none;
}	