#inputpicker-wrapped-list ::after, #inputpicker-wrapped-list  ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#inputpicker-wrapped-list {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html #inputpicker-wrapped-list {
	font-size: 10px;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}

body #inputpicker-wrapped-list {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}

#inputpicker-wrapped-list .table > tbody > tr > td, 
#inputpicker-wrapped-list .table > tbody > tr > th, 
#inputpicker-wrapped-list .table > tfoot > tr > td, 
#inputpicker-wrapped-list .table > tfoot > tr > th, 
#inputpicker-wrapped-list .table > thead > tr > td, 
#inputpicker-wrapped-list .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

#inputpicker-wrapped-list table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}

#inputpicker-wrapped-list td,
#inputpicker-wrapped-list th {
	padding: 0;
	text-align: left;
}

#inputpicker-wrapped-list .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

#inputpicker-wrapped-list .table > caption + thead > tr:first-child > td, 
#inputpicker-wrapped-list .table > caption + thead > tr:first-child > th, 
#inputpicker-wrapped-list .table > colgroup + thead > tr:first-child > td, 
#inputpicker-wrapped-list .table > colgroup + thead > tr:first-child > th, 
#inputpicker-wrapped-list .table > thead:first-child > tr:first-child > td, 
#inputpicker-wrapped-list .table > thead:first-child > tr:first-child > th {
	border-top: 0;
}

#inputpicker-wrapped-list input {
	line-height: normal;
}

#inputpicker-wrapped-list button, 
#inputpicker-wrapped-list input, 
#inputpicker-wrapped-list select, 
#inputpicker-wrapped-list textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

#inputpicker-wrapped-list button, 
#inputpicker-wrapped-list input, 
#inputpicker-wrapped-list optgroup, 
#inputpicker-wrapped-list select, 
#inputpicker-wrapped-list textarea {
	margin: 0;
	font: inherit;
		font-size: inherit;
		line-height: inherit;
		font-family: inherit;
	color: inherit;
}

#inputpicker-wrapped-list .small, 
#inputpicker-wrapped-list small {
	font-size: 85%;
}


#inputpicker-wrapped-list table {
	table-layout: fixed;
}

#inputpicker-wrapped-list table tr td {
	overflow: hidden;
	white-space: nowrap;
}

#inputpicker-wrapped-list table tr td:first-child,
#inputpicker-wrapped-list table tr th:first-child {
	width: 20px;
}

#inputpicker-wrapped-list table tr td:last-child,
#inputpicker-wrapped-list table tr th:last-child {
	width: 140px;
}
.inputpicker-overflow-hidden {
	display: inline-block;
}
.inputpicker-overflow-hidden .inputpicker-div {
	border-radius: 6px;
}
.inputpicker-overflow-hidden .inputpicker-div input {
	background-color: #e9e9e9;
	color: #333;
}
.inputpicker-overflow-hidden .inputpicker-arrow {
	top: 6px;
	right: 6px;
}
.inputpicker-overflow-hidden .inputpicker-arrow b{
	border-width: 5px;
}
.inputpicker-input {
	width: 400px;
}
.inputpicker-input.tariefsoort {
	width: 98%;
	min-width: 400px;
}

form#reportform .inputpicker-div {
	overflow: hidden !important;
}