/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.regular-textarea {
	width: 25em;
}

#business_logo--preview {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 16px 0 0;
	border: 1px dashed #ccc;
}

#business_logo--preview.loaded {
	background: none;
	border: none;
}

#business_upload {
	margin-top: 16px;
}

#business_logo--delete {
	display: none;
	position: absolute;
	top: 17.5px;
	right: 0;
	left: 0;
	margin: 0 auto;
	opacity: .9;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	color: red;
	text-align: center;
	text-decoration: none;
	line-height: 1.7;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
}

#business_logo--preview.loaded:hover #business_logo--delete {
	display: block;
}
