/***************************algemeen**************************/
* {
  padding: 0;
  margin: 0;
}

textarea {
	resize: none;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}
/***************************************modal header**************************************/
.dialog_header {
	margin-top:30px;
	margin-left:15px;
}
/***********************modal sluit knoppen*********************/
.sluit_modal {
  float: right;
  cursor: pointer;
  margin-right:10px;
  margin-top:-22px;
}

.flexdetail .sluit_scherm {
  float: right;
  margin-right: 58px;
  /*margin-bottom: 34px;*/
}

.flexdetail .sluit_scherm {
	margin-top:5px;
	height:23px;
}
/**************************wizard extra voor de images***************************/
.wizard_content_wrapper .modal_veld{
    /*margin-right: 10px;*/
    margin-bottom: 10px;
}

.detail_modal_icons{
	width: auto !important;
}
