.textup{
	margin:0 !important;
	padding:0 0 0 0 !important;
	box-sizing: content-box !important;
}

.textup-textarea{
	position: relative !important;
}

.drop-int{
	position: absolute !important;
	text-align: center !important;
	left:0px;
	top:0px;
	width:100%;
	display: none;
	max-height:80px !important;
}

.textup-drag-img{
	max-height: 80px !important;
}
.textup-fileup{
	padding:5px 0 0 0;
}

.textup-file{
	max-width: 120px;
}

.af-upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.af-btn-hidden{
	display: none;
}

.af-btn {
	border: 2px solid gray;
	color: gray;
	background-color: white;
	padding: 4px 4px;
	border-radius: 8px;
	font-size: 13px !important;
	font-weight: bold;
	cursor: pointer !important;
}

.af-bin-part:not(:first-child){
	margin-left:5px !important;
}

.af-img-part:not(:first-child){
	margin-left:5px !important;
}

.af-upload-proc{
	display: inline !important;
}

.af-upload-info{
	display: inline !important;
}

.af-upload-btn-wrapper input[type=file] {
	font-size: 25px !important;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.af-upload-info{
	color:#999;
	display: none;
	margin-left:5px !important;
}

.af-bin-part{
	display: inline-block !important;
	min-width:60px !important;
	max-width:180px !important;
	height:20px !important;
	position: relative;
	border: 2px solid rgb(216, 216, 216);
	overflow: hidden;
	box-sizing: content-box !important;
	line-height: 1.5 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:5px 20px 0 3px !important;
}

.af-img-part{
	display: inline-block !important;
	width:60px !important;
	height:60px !important;
	position: relative;
	border: 2px solid rgb(216, 216, 216);
	overflow: hidden;
	box-sizing: content-box !important;
	line-height: 0 !important;
}

.af-file-ctr{
	position: absolute;
	width:100% !important;
	height:100% !important;
	z-index:1;
	top:0px;
	left:0px;
	cursor: pointer;
	text-align: center;
}

.filter-ctr{
	background-color: black;
	opacity: 0.3;
}

.af-file-del{
	position: absolute;
	width:16px !important;
	height:16px !important;
	top:0px;
	right:1px !important;
	cursor: pointer;
	z-index:2;
}

.add-bin-del{
	top:5px;
	background-color:unset !important;
	opacity: unset !important;
}

.af-file-chk{
	position: absolute;
	width:16px !important;
	height:16px !important;
	top:0px;
	left:0px;
	cursor: pointer;
	z-index:2;
	display: none;
}

.drag-hover{
	background-color: #f1ee2a;
	opacity: 0.3;
	border:3px solid #cfb000 !important;
}

.af-fchk-show{
	display: inline;
}

.dicon{
	width: 20px;
	height: 20px;
	background: url("../../images/settings.svg") no-repeat;
	background-size: cover;
	display: inline-block;
}

.af-ctr-win{
	position: absolute !important;
	display: none;
	width:100px !important;
	box-sizing: content-box !important;
	line-height: 1.2 !important;
	margin:0 !important;
	padding:0 !important;
	z-index:3;
	
}

.acw-ul{
	background-color: rgb(255, 255, 255);
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	list-style-type: none;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
	box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
	border:2px solid rgb(214, 214, 214);
}

.acw-ul li{
	line-height: 1.2 !important;
	height:25px;
	background-color: rgb(242, 242, 242);
	position: relative;
	font-size: 13px !important;
	color: #7f888f;
	font-weight: 300 !important;
	cursor: pointer;
}

.acw-ul li img{
	height:16px !important;
	width:16px !important;
	vertical-align: middle !important;
	position: absolute;
	top: 5px;
	left: 3px;
}

.acw-ul li span{
	position: absolute !important;
	top: 5px;
	left: 23px;
}

.acw-ul li:not(:first-child){
	margin-top:2px;
}

.textup-filelist-img, .textup-filelist-bin{
	display: none;
	line-height: 0 !important;
}
.textup-filelist-bin{
	margin-top:5px !important;
}

.af-img-tag{
	width:60px !important;
	height:60px !important;
	border:0px !important;
}

.af-progress {
	margin-top:5px;
	width: 126px;
	display:none;
}

.af-progress-status{
	color:white !important;
}
.af-progress {
	padding: 4px !important;
	border-radius: 6px !important;
	text-align: center !important;

	background: rgba(175, 175, 175, 0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.af-progress-bar {
	background-color: #f27011;
	height: 16px;
	border-radius: 4px;
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

.emojionearea .emojionearea-editor:empty::before {
	content: attr(placeholder);
	display: block;
	color: #bbb;
}