.red{
	color: red;
}

.green{
	color: green;
}

.blue{
	color: blue;
}
.gray{
	color: gray;
}


.ck-editor {
   width: 100% !important;
}
.ck-content {
   height: 400px;
}

.img{
	height: 80px;
}

.layui-layout-admin .layui-body {
	bottom: 0px;
}


.redPoint{
	color: red;
	font-weight:bolder;
	display: inline-block;
	margin-left: 10px;
}

.avatar-container {
	height: 2rem;
	width: 2rem;
	line-height: 2rem;
	display: inline-block;
	background: #009688 ;
	text-align: center;
	border-radius: 2rem;
	color:#FFFFFF;
}

.avatar-content {
	display: block;
}

.icon-css-view {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 7px;
	right: 0px;
	text-align: center;
}


