.aui .content_container .alert-info {
	margin-top: 10px;
}

.card_img_bg {
	display: inline-block;
	width: 15%;
	padding: 20px;
}

.card_img_checked {
	background: #eee;
}

.card-container textarea {
	width: 85%;
	border-radius: 3px;
	font-size: 16px;
	max-width: 85%;
}

.aui .logo_box {
	position: relative;
	height: 80px;
	border: 1px solid #ccc;
	background: url("../../images/icon-plus.png") no-repeat center center;
}

.aui .logo_box input[type=file] {
	height: 80px;
	opacity: 0;
	cursor: pointer;
	position: relative;
	width: 100%;
}

.aui .model-priview{
	margin-left: 0 !important;
}