/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #8c8b8b73;
}

.loader {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 10px;
	background: #ffffff80;
}

.vsloading {
	display: none;
}
.vsloading .box-loading {
	display: flex;
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255 ,0.6);
	left: 0;
	height: 100%;
	text-align: center;
	align-items: center;
}
	.vsloading img {
		max-width: 100px;
		margin: auto;
	}
.box-edit {
	position: relative;
	border: 1px dashed red !important;
	min-height: 32px;
}
	.box-edit .btn-edit {
		position: absolute;
		top: 0;
		right: 0;
		line-height: 30px;
		padding: 0 10px;
		border: 0;
		background: blue;
		color: #FFF !IMPORTANT;
		z-index: 2;
		cursor: pointer;
		text-align: CENTER;
	}
	.box-edit .btn-delete {
		position: absolute;
		top: 30px;
		right: 0;
		line-height: 30px;
		padding: 0 10px;
		border: 0;
		background: red;
		color: #FFF !IMPORTANT;
		z-index: 2;
		cursor: pointer;
		text-align: CENTER;
		width: 34px;
	}
.box-avatar {
	position: relative;
	height: 120px;
	width: 120px;
	margin: 15px auto 0 auto;
}
	.box-avatar .btn-edit {
		position: absolute;
		top: 0;
		right: 0;
		line-height: 30px;
		padding: 0 10px;
		border: 0;
		background: black;
		color: #FFF;
		z-index: 1;
		opacity: 0.5;
		width: 50px;
		height: 50px;
		border-radius: 30px;
		cursor: pointer;
	}
		.box-avatar .btn-edit i {
			color: #FFF;
			line-height: 32px;
			text-align: center;
			padding: 8px;
		}
	.box-avatar img {
		height: 120px;
		width: 120px;
		margin: auto;
		border-radius: 80px;
		border: 1px solid #cccac9;
	}
.btn-ProductRegAdd {
	float: right;
	margin: 10px 0;
}
.btn{
	color:#FFF !important;
}
.btn i {
	margin-right: 5px;
}
.ui-draggable .ui-dialog-titlebar {
	border-radius: 0;
}
.loadmore {
	width: 40px;
	margin: auto;
}