/* Version: 1.2.2 */
.ae-notice {
	border: 1px solid #f2f2f2;
	border-left: 5px solid #d54e21;
	color: #000;
	display: block;
	margin: 10px 0;
	padding: 10px 15px;
	background-color: #fef7f1;
}
.ae-transition {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ae-cursor {
	cursor: pointer;
}
.ae-table {
	width: 100%;
	display: table;
	line-height: 0;
	height: 100%;
	margin: auto;
}
.ae-cell {
	display: table-cell;
	vertical-align: middle;
}
.ae-padding-0 {
	padding: 0;
}
.ae-relative {
	position: relative;
}
.ae-absolute {
	position: absolute;
}
.ae-top-0 {
	top: 0;
}
.ae-bottom-0 {
	bottom: 0;
}
.ae-right-0 {
	right: 0;
}
.ae-left-0 {
	left: 0;
}
.ae-float-right {
	float: right;
}
.ae-float-left {
	float: left;
}
.ae-z-index-1 {
	z-index: 1;
}
.ae-z-index-2 {
	z-index: 2;
}
.ae-z-index-3 {
	z-index: 4;
}
.ae-fit {
	width: 100%;
	height: 100%;
}
.ae-hide {
	display: none;
}
.ae-inline {
	display: inline-block;
}
.ae-error {
	background-color: #fff;
	border-left: 3px solid #a00 !important;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.ae-bg {
	background-repeat: no-repeat;
	background-position: center center;
}
.ae-upload-wrap .ae-crop-wrap {
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	display: table;
	z-index: 99999;
}
.ae-upload-wrap .ae-crop-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.ae-upload-wrap .ae-crop-entry {
	display: inline-block;
	background-color: #fff;
	padding: 5px 5px 25px 5px;
}
.ae-upload-wrap .cr-boundary {
	margin: auto;
}
.ae-upload-wrap .edit-image {
	background-image: url('../images/edit-image.png');
	background-color: rgba(0, 0, 0, 0.3);
}
.ae-upload-wrap .ae-img-wrap:hover .edit-image {
	display: inline-block;
}
.ae-upload-wrap .button {
	background-color: #46b450;
	padding: 5px 30px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	line-height: normal;
}
.ae-upload-wrap .button:hover {
	background-color: #333;
}
.cr-boundary img#save-loading {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
}
.ae-upload-wrap {
	background-image: url('../images/i.png');
	line-height: 0;
	display: inline-block;
}
.ae-img-wrap {
	background-image: url('../images/avatar.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.ae-img-active {
	background-image: none;
}
