@charset "utf-8";
.loader {
	background: url("/i/fancybox_overlay.png") repeat scroll left top transparent;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.loader div {
	background: url("/i/fancybox_loading.gif") no-repeat scroll center center transparent;
	font-size: 16px;
	height: 100px;
	left: 50%;
	line-height: 20px;
	margin: -50px 0 0 -200px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 400px;
	color: #ffcc00;
}

.error {
	color: #f63800;
/* 	font-size: 12px; */
/* 	line-height: 14px; */
}

.note { display: none; color: #b73dab; }

.input_focused_yes .label_for_mask.input__hint { opacity: .0; }

/*
.input_has-error_yes, .select_has-error_yes { border-color: #df0024 !important; }
.form__msg_type_error { color: #f63800; font-size: 11px; display: inline-block; }

.album-edit .select_has-error_yes { border-color: #ececec !important; }
.form__msg {
	line-height: 38px;

	position: absolute;
	left: 100%;

	margin: -38px 0 0 -5px;
	padding: 0 12px;

	background: #fff;
	border: solid 1px #d4d4d2;
	color: #000;

	box-shadow: 0 8px 30px -5px rgba(0,0,0, .5);
	border-radius: 2px;
	white-space: nowrap;
	text-transform: uppercase;
}

.form__input--clear .form__msg { margin: 0 0 0 -5px; }

.form__msg-corner {
	font: 0/0 a;

	position: absolute;
	left: -10px;
	top: 50%;
	z-index: 2;

	height: 0;
	margin-top: -10px;

	border-right: solid 10px #d4d4d2;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
}

.form__msg-corner:before {
	position: absolute;
	left: 1px;
	top: -9px;
	z-index: 1;

	border-right: solid 9px #fff;
	border-top: solid 9px transparent;
	border-bottom: solid 9px transparent;

	content: '';
}
*/
.post_in_lent .button2_type_like.like .button2__ico { background-position: -42px -20px; }
.post_in_lent .block__icon.block__icon_type_like.like20.like { background-position: -72px -63px; }
.post_in_lent .block__link.block__link_type_like.like20.like { background-position: -151px -167px; }

.post_in_lent .button2.button2_type_diary.like .button2__ico { background-position: 0 -20px; }
.post_in_lent .block__icon.block__icon_type_bookmark.like { background-position: -23px -19px; }
.post_in_lent .block__link.block__link_type_diary.like { background-position: 4px 4px; }

.post__comment .editable {
	border: 1px solid gray;
	background: #ffffff;
}

/* doc status */
.doc_status					{ text-align: center; font-weight: bold; padding: 5px 0 0 0;}
.doc_status.doc_wait:before		{ content: 'Ожидает модерации'; color: #f39836; }
.doc_status.doc_yes:before			{ content: 'Принято'; color: green; }
.doc_status.doc_no:before			{ content: 'Отклонено'; color: #f00;}
/* END doc status */

#preferences .survey { display: none }
#preferences .survey1 { display: block }


