.iw-upload{
	position: relative;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	box-shadow: none;
	-webkit-appearance: none;
	background-color: #fff;
	box-sizing: content-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	line-height: normal;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}

.iw-dropzone{
	position: relative;
	padding: 0.8em;
	background-color: #eae8e8;
	cursor: default;
	text-align: right;
	display: flex;
	align-items: right;
	justify-content: space-between;
/* 	z-index: 2; */
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

.iw-dropzone-hover{
	background-color: #b4b4b4;
/* 	border: 1px solid red; */
}

.iw-file-select-button{
	border-color: #bbb;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	color: #2e2e2e;
	background-color: #e9e9e9;
	background-repeat: repeat-x;
	background-position: 0 center;
	position: relative;
	overflow: hidden;
	direction: ltr;
	vertical-align: middle;
	margin: 0;
	padding: 4px 8px;
	box-sizing: border-box;
/* 	font: inherit; */
	line-height: 1.5;
	text-align: center;
/* 	text-decoration: none; */
/* 	display: inline-flex; */
/* 	align-items: center; */
/* 	gap: 4px; */
/* 	justify-content: center; */
/* 	user-select: none; */
/* 	cursor: pointer; */
/* 	outline: 0; */
/* 	-webkit-appearance: none; */
	float: left;
}
.iw-file-select-button > input[type=file]{
	position: absolute;
/* 	font: 170px monospace!important; */
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	bottom: 0;
/* 	z-index: 1; */
	right: 0;
}
::-webkit-file-upload-button { cursor:pointer; };


.iw-dropzone-hint{
/* 	flex: 1 0; */
	vertical-align: middle;
	float: right;
	font-style: normal;
	font-weight: 400;
}

.iw-files{	/*ul*/
	border-color: #d5d5d5;
	border-style: solid;
	border-width: 1px 0 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}


.iw-file{	/*li*/
	display: flex;
	align-items: center;
	background-color: #fff;
	border-color: #d5d5d5;
	border-style: solid;
	border-width: 0 0 1px;
	white-space: normal;
	overflow: hidden;
	outline: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
.iw-file:last-child{
	border-radius: 0 0 4px 4px;
	border-bottom-width: 0;
}
.iw-file-name-wrapper{	/*span*/
	overflow: hidden;
	flex: 1 0 0;
	margin-left:3px;
	vertical-align: middle;
}
.iw-file-del-wrapper{
	width: 20px;
	height: 20px;
	line-height: 12px;
	text-align: center;
	cursor: pointer;
	border: none;
	background-color: transparent;
	font-weight: bold;
	border-radius: 4px;
	padding: 2px;
	margin-right: 3px;
}
.iw-file-del-wrapper:hover{
	background-color: #d5d5d5;
}
