@charset "utf-8";
/* CSS Document */






.user-profile-edit{}


.user-profile-edit .status {
	margin-bottom: 20px;
}

.user-profile-edit .status .success {
	font-size: 13px;
	border-left: 3px solid #2bd84c;
	padding: 5px;
	background: #fff;
	display: block;
}




.user-profile-edit .section {
	background: #f3f3f399;
	padding: 20px 20px;
	margin: 20px 0;
}

.user-profile-edit .work{}


.user-profile-edit .sortable{}

.user-profile-edit .sortable .item {
	margin: 15px 0;
	background: #ddd6;
	padding: 10px 10px;
}
.user-profile-edit .sortable .item .remove {
	background: #f36d41;
	padding: 2px 8px;
	color: #fff;
	cursor: pointer;
}
.user-profile-edit .sortable .item .move {
	background: #41c7f3;
	padding: 2px 8px;
	color: #fff;
	cursor: move;
}



.user-profile-edit .button {
	display: inline;
	background: #ddd;
	padding: 3px 20px;
	color: #696969;
	border-radius: 3px;
	cursor: pointer;
	border-bottom: 2px solid #a19c9c;
}

.user-profile-edit input {
	margin: 0px 0 5px 0;
}

@media only screen and ( min-width: 0px ) and ( max-width: 800px ) {
	
	

	
	}


