
.boanh5-example {
}

.boanh5-example .webuploader-container {
	position: relative;
	
}
.boanh5-example .webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.boanh5-example .webuploader-container {
	position: relative;
	
}

.boanh5-example .webuploader-container {
	position: relative;	
}

.vm .webuploader-container {
	position: relative;	
}

.vm .webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.vm .webuploader-pick{
		position: relative;
		display: inline-block;
		width:26px;
		height:26px;
		cursor: pointer;
		padding: 0px 0px;
		color: #fff;
		background-color:transparent;
		background-image:url('../image/uploadbutton_small_pic.png');
		background-repeat:no-repeat;
		background-position:0px 0px;
		
		text-align: center;
		border-radius: 3px;
		overflow: hidden;
		text-indent: inherit  !important;
}

.vm .webuploader-pick-hover {
		background-color:transparent;
		background-image:url('../image/uploadbutton_small_pic.png');
		background-repeat:no-repeat;
		background-position:0px -25px;
}

.boanh5-example .webuploader-pick {
	position: relative;
	display: inline-block;
	width:78px;
	height:20px;
	cursor: pointer;
	background: #00b7ee;
	padding: 12px 0px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	line-height:20px;
	text-indent: inherit  !important;
}
.boanh5-example .webuploader-pick-hover {
	background: #00a2d4;
}

.boanh5-example .webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}


.boanh5-example .uploader-list{
	
}

.boanh5-example .placeholder{
    background-color: #eee;
    margin-left: 9px;
    float: right;
    height: 34px;
    width: 83%;
    color: #aaa;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    padding-top: 11px;
}


.insertimg{
	color: #369;
	cursor: pointer;
	margin-right:20px;
	display: inline-block;
    margin-top: 6px;
}


#boanh5_qrccde{
	width:100px;
	height:100px;
	margin-left:440px;
	margin-top:6px;	
	position:relative;
}
#boanh5_qrccde img{
	position:absolute;
}

.comiis_wide .boanh5-example .webuploader-container {padding:0 !important;height:44px !important;line-height:44px !important}
/*.comiis_wide .boanh5-example {overflow:hidden}*/
.comiis_wide .boanh5-example {display:block;width:100%;overflow:hidden}
.comiis_wide #imgattach_notice {margin-bottom:15px}
.comiis_wide .boanh5-example .webuploader-pick {background:var(--comiis-btnbga) !important;color:var(--comiis-btntxta) !important;border-radius: var(--comiis-radius-b)}
.comiis_wide .boanh5-example .placeholder {width:calc(100% - 88px) !important;background:var(--comiis-bgc) !important;color:var(--comiis-fc) !important;font-weight:400 !important}
.comiis_wide #boanh5big_picker {margin-top:4px;background:none !important;text-align:left !important}