.edit{
	padding: 5px;
	background: #fff !important;
	border: 1px solid #d0d6d1;
}

.edit:focus{
	border:none;
	border-bottom: 3px solid #d0d6d1;
	outline:none;
}

.editname{
	padding: 5px;
	background: #fff !important;
	border: 1px solid #d0d6d1;
}

.editname:focus{
	border:none;
	border-bottom: 3px solid #d0d6d1;
	outline:none;
}

.preloader img{
	position: absolute;
	left: 750px;
	top: 300px;
	z-index: 30;
	width: 100px;
	height: 100px;
	display: none;
}
.mes{
	background: #9dfab6;
	padding: 10px;
	color:#444; 
	width: 500px;
	position: absolute;
	left: 600px;
	top: 300px;
	z-index: 50;
	border-radius: 5px;
	display: none;
}