/* 铃铛消息记录 */
.smallBell {
	min-width: 10px;
	min-height: 40px;
	max-width: 40px;
	max-height: 40px;
	/*background-color: white;*/
	box-sizing: border-box;
}

/*.smallBell:hover{
	background-color: #EEEEEE;
}*/
.smallBell-icon {
	min-width: 100%;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.smallBell-icon-info {
	position: relative;
	width: 60px;
}

.smallBell-msg {
	position: absolute;
	font-size: 10px;
	background-color: #ff4c00;
	color: white;
	border: 1px solid #ff4c00;
	text-align: center;
	box-sizing: border-box;
	right: 0px;
	border-radius: 30px;
}

.smallBell-msg-locat {
	right: 21px;
	top: 8px;
	width: 7px;
	height: 7px;
}

.smallBell-msg-locats {
	right: 7px;
	top: 4px;
	min-width: 20px;
	min-height: 15px;
}

.smallBell-msg-info {
	min-width: 350px;
	max-width: 400px;
	max-height: 400px;
	overflow: hidden;
	border: 1px solid #EEEEEE;
	background-color: white;
	box-sizing: border-box;
	box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
	padding: 10px;
	color: #636363;
	border-radius: 5px;
	display: none;
}

.span-but-msg-info {
	min-width: 100%;
	min-height: 40px;
	font-size: 12px;
}

.boundary {
	min-width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #EEEEEE;
}

.but-msg-info {
	border-radius: 5px;
	height: 25px;
	border: 1px solid #00b500;
	color: #00b500;
	background: none;
	width: 80px;
	font-size: 12px;
}

.but-msg-info:hover {
	background-color: #00b500;
	color: white;

}

.but-msg-del {
	border-radius: 5px;
	width: 80px;
	height: 25px;
	border: 1px solid #e30000;
	color: #e30000;
	background: none;
	font-size: 12px;
}

.but-msg-del:hover {
	background-color: #e30000;
	color: white;
}

.smallBell-msg-info-content {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	min-width: 100%;
}

.msg-content {
	min-width: 100%;
	font-size: 15px;
	min-height: 40px;
	border-bottom: 1px solid #EEEEEE;
	padding: 0px 5px 0px 5px;
	box-sizing: border-box;
}

.weiDu {
	color: #414141;
}

.yiDu {
	color: #cecece;
}

.msg-content>div {
	white-space: nowrap;
}

.msg-content-time {
	padding-right: 10px;
}

.msg-content-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.which3 {
	width: 100px;
	min-height: 60px;
	border: 1px solid #EEEEEE;
	background-color: white;
	opacity: 0.9;
	position: absolute;
	display: none;
}

.which3>ul {
	margin: 0px;
	padding: 0px;
}

.which3>ul>li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	min-width: 100%;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.which3>ul>li:hover {
	background-color: #EEEEEE;
	color: black;
}

/* 弹框样式 */
.popup {
	min-width: 300px;
	max-width: 500px;
	min-height: 400px;
	position: absolute;
	z-index: 999;
	left: 400px;
	top: 20px;
	overflow: hidden;
}

/* 这是测试用的 */
.popup-cs {
	min-width: 300px;
	max-width: 500px;
	min-height: 400px;
}

.msg-popup {
	position: relative;
	min-width: 100%;
	margin: 20px 0px 0px 0px;
	box-sizing: border-box;
	min-height: 60px;

	border-radius: 5px;
	color: white;
	opacity: 0.9;
	padding: 10px;
	box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
}

.info-color {
	border: 1px solid #b1d9e5;
	background-color: #b1d9e5;
}

.info2-color {
	border: 1px solid #00aa7f;
	background-color: #00aa7f;
}

.warning-color {
	border: 1px solid #e79a00;
	background-color: #e79a00;
}

.error-color {
	border: 1px solid #e30000;
	background-color: #e30000;
}

.succeed-color {
	border: 1px solid #00c200;
	background-color: #00c200;
}

.custom-color {}

.msg-title {
	min-width: 100%;
	font-size: 12px;
}

.popup-msg-content {
	min-width: 100%;
	box-sizing: border-box;
	padding-left: 5px;
	font-size: 15px;
}

.msg-times {
	position: absolute;
	right: 10px;
	top: 0px;
}

.msg-date-info {
	padding-right: 20px;
}

/* 全局样式 */
.displayNone {
	display: none;
}

.visibilityHidden {
	visibility: hidden;
}

.visibilityShow {
	visibility: visible;
}

.centers {
	display: flex;
	align-items: center;
	justify-content: center;
}

.centerSpace {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lint-msg {
	width: 72px;
	height: 40px;
	position: relative;
}
