.upload {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 1px 0px #ccc;
	border-radius: 4px;
	min-width: 410px;
}

.upload_warp {
	margin: 14px;
	height: 130px;
	min-width: 380px;
}

.upload_warp_left {
	float: left;
	width: 40%;
	height: 99%;
	border: 1px dashed #999;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	word-wrap: break-word;
	overflow-y: auto;
	overflow-x: hidden;
}

.upload_warp_left img {
	max-width: 100%;
	max-height: 100%;
}


.upload_warp_img_div_del {
	position: absolute;
	top: 6px;
	width: 16px;
	right: 4px;
}

.upload_warp_img_div_top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.4);
	line-height: 30px;
	text-align: left;
	color: #fff;
	font-size: 12px;
	text-indent: 4px;
}

.upload_warp_img_div_text {
	white-space: nowrap;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.upload_warp_img_div img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.upload_warp_img_div {
	position: relative;
	height: 100px;
	width: 120px;
	border: 1px solid #ccc;
	margin: 0px 30px 10px 0px;
	float: left;
	line-height: 100px;
	display: table-cell;
	text-align: center;
	background-color: #eee;
	cursor: pointer;
}

.upload_warp_img {
	border-top: 1px solid #D2D2D2;
	padding: 14px 0 0 14px;
	overflow: hidden
}

.upload_warp_text {
	min-width: 400px;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 10px;
	text-indent: 14px;
	border-top: 1px solid #ccc;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: Center;
}

.upload_warp_right {
	float: left;
	width: 57%;
	margin-left: 2%;
	height: 100%;
	border: 1px dashed #999;
	border-radius: 4px;
	line-height: 130px;
	color: #999;
	text-align: center;
}


.upload-form-control {
	display: inline;
	box-sizing: border-box;
	font-family: inherit;
	font: inherit;
	margin: 0;
	padding: 6px 12px;
	height: 34px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 80%;
}

.btn {
	display: inline;
	margin: 0;
	padding: 6px 12px;
	margin-bottom: 0;
	height: 34px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.textDiv {
	width: 80%;
	height: 80%;
}

.close_div {
	position: absolute;
	background: rgba(100, 100, 100, 0.5);
}
