/* Стандартный блок вывода сообщений на странице*/
#alf_messages_json {
	display: none;
}
#alf_messages_close1 {
	text-align: right;
	margin-bottom: .5rem;
}
#alf_messages_close2 {
	text-align: left;
	margin-top: .5rem;
}
#alf_messages_close1 button, #alf_messages_close2 button {
	font-size: .9rem;
	cursor: pointer;
}
#alf_messages .alf_msg_btn_hide {
	right: 0;
	top: 0;
	display: none;
	position: absolute;
	background-color: slategrey;
	color: white;
	margin-left: 1rem;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 1px 10px;
	font-size: .9rem;
	cursor: pointer;
	user-select: none;
}
#alf_messages .alf_msg {
	position: relative;
	border-radius: 5px;
	margin-bottom: 2px;
}
#alf_messages .alf_msg:hover {
	border-left-color: slategrey;
}
#alf_messages .alf_msg:hover .alf_msg_btn_hide {
	display: block;
}
#alf_messages .alf_msg > div {
	padding: 2px .5rem 2px .5rem;
}
#alf_messages .alf_msg_error {
	border-left: darkred 10px solid;
	background: linear-gradient(to right, rgb(255, 164, 154), rgba(255, 216, 216, 0));
}
#alf_messages .alf_msg_error div:first-child {
	background-color: rgba(255, 43, 29, 0.1);
}
#alf_messages .alf_msg_success {
	border-left: green 10px solid;
	background: linear-gradient(to right, rgb(181, 240, 175), rgba(181, 240, 175, 0));
}
#alf_messages .alf_msg_success div:first-child {
	background-color: rgba(28, 102, 42, 0.1);
}
#alf_messages .alf_msg_attention {
	border-left: orange 10px solid;
	background: linear-gradient(to right, rgb(255, 220, 149), rgba(255, 220, 149, 0));
}
#alf_messages .alf_msg_attention div:first-child {
	background-color: rgba(240, 174, 7, 0.2);
}
#alf_messages .alf_msg_information {
	border-left: cornflowerblue 10px solid;
	background: linear-gradient(to right, rgb(177, 209, 240), rgba(177, 209, 240, 0));
}
#alf_messages .alf_msg_information div:first-child {
	background-color: rgba(33, 105, 240, 0.1);
}

/* общие классы */
.alf_hide_if_empty {}
.alf_hide_if_empty:empty {
	display: none;
}
.alf_hide {
	display: none !important;
}

.img8 {width: 8px; height: 8px;}
.img16 {width: 16px; height: 16px;}
.img32 {width: 32px; height: 32px;}
.img64 {width: 64px; height: 64px;}
.img128 {width: 128px; height: 128px;
}